

/* Start:/local/templates/main/css/libs.css?1632400926124347*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
    overflow-y: auto;
  }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  color: #333333;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * fullPage 3.0.7
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* End */


/* Start:/local/templates/main/css/swiper-bundle.min.css?174859164818452*/
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/css/main.css?175647149278495*/
/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500&display=swap&subset=cyrillic-ext");
*/
@font-face {
    font-family: 'icomoon';
    src: url("/local/templates/main/css/../fonts/icomoon.eot?hkgwpr");
    src: url("/local/templates/main/css/../fonts/icomoon.eot?hkgwpr#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/icomoon.ttf?hkgwpr") format("truetype"), url("/local/templates/main/css/../fonts/icomoon.woff?hkgwpr") format("woff"), url("/local/templates/main/css/../fonts/icomoon.svg?hkgwpr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e900";
}

.icon-fb:before {
    content: "\e905";
}

.icon-inst:before {
    content: "\e906";
}

.icon-ok:before {
    content: "\e908";
}

.icon-vk:before {
    content: "\e90d";
}

.icon-telegram:before {
    content: "\f5ef";
}

.icon-map:before {
    content: "\f440";
}

.icon-email:before {
    content: "\f003";
}

.icon-phone:before {
    content: "\f095";
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}

img, object, embed {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*mix links*/
a {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

a:active {
    color: #ffffff;
}

body {
    font-size: 16px;
    /*font-family: Roboto, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    color: #000000;
    -webkit-background-size: cover;
    background-size: cover;
}

body:after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

body.menu:after {
    opacity: 1;
    visibility: visible;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    min-width: 320px;
    position: relative;
}

a.btn, button.btn {
    color: #ffffff;
    background: #2fb644;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 14px 0;
    text-decoration: none;
    border: 0;
    max-width: 170px;
    width: 100%;
    text-align: center;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    letter-spacing: 1px;
}

a.btn:hover, button.btn:hover {
    background: #33c54a;
}

/*popup --- start*/
.mfp-bg {
    z-index: 10998;
}

.mfp-wrap {
    z-index: 10999;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.item_popup {
    max-width: 800px;
    background: #eeeeee;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    padding: 40px 30px 40px;
    margin: 0 auto;
    position: relative;
}

/*popup --- end*/
/*header*/
.header_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 100px 10px;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
}

.header_top .wow {
    visibility: hidden;
}

.block_animated .wow {
    visibility: hidden;
}


.wrap_menu_logo {
    width: -webkit-calc(50% + 110px);
    width: calc(50% + 110px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap_menu_logo > * {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

a.menu_top {
    text-decoration: none;
    margin-right: 50px;
}

a.menu_top > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

a.menu_top > span {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 15px;
}

a.menu_top > i {
    font-style: normal;
    width: 46px;
    height: 20px;
    position: relative;
    border-top: 3px solid #ffffff;
}

a.menu_top > i:after, a.menu_top > i:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
}

a.menu_top > i:before {
    top: 15px;
    width: 77%;
}

a.training_top {
    white-space: nowrap;
    text-decoration: none;
    font-size: 0;
}

a.training_top > * {
    display: inline-block;
    vertical-align: middle;
}

a.training_top > img {
    border: 3px solid #2fb644;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

a.training_top > span {
    background-color: #2fb644;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #2fb644), color-stop(80%, #8dc608));
    background: -webkit-linear-gradient(left, #2fb644 30%, #8dc608 80%);
    background: -o-linear-gradient(left, #2fb644 30%, #8dc608 80%);
    background: linear-gradient(left, #2fb644 30%, #8dc608 80%);
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: -16px;
    letter-spacing: 1px;
    padding: 14px 20px 14px 22px;
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
}

a.logo_top {
    text-decoration: none;
    margin-left: auto;
    margin-top: 5px;
}

.social_list {
    display: flex;
    list-style: none;
    margin-left: auto;
}

.social_list li {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.social_list li:first-child {
    margin-left: 0;
}

.social_list li a {
    display: flex;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.social_list li a:hover {
    color: #2fb644;
}

.header_top .social_list li a {
    font-size: 32px;
}

.header_top .social_list li a.vk {
    font-size: 38px;
}
.header_top .social_list li a.tg {
    font-size: 26px;
    padding-bottom: 6px;
}

.header_top .social_list li span {
    display: none;
}

/*header --- end*/
/*popup menu*/
.wrap_popup_menu {
    position: absolute;
    width: 30%;
    background: #2fb644;
    height: 100vh;
    left: -30%;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    z-index: 99999;
    padding: 30px 0px 0px 100px;
}

.wrap_popup_menu.active {
    left: 0;
}

.wrap_popup_menu .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

a.close_popup_menu {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: block;
    background: url("/local/templates/main/css/../img/icon_close.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 50px;
}

.popup_menu {
    padding-right: 30px;
    height: -webkit-calc(100vh - 140px);
    height: calc(100vh - 140px);
    overflow-y: auto;
    padding-bottom: 15px;
}

.menu_list {
    list-style: none;
    border-bottom: 1px solid #59c569;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.menu_list li {
    margin-bottom: 20px;
}

.menu_list li:last-child {
    margin-bottom: 0;
}

.menu_list li.active a {
    color: #bafa1f;
}

.menu_list li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.menu_list li a.active, .menu_list li a:hover {
    color: #bafa1f;
}

.info_menu {
    color: #ffffff;
}

.info_menu > p {
    margin-bottom: 12px;
}

.info_menu a.phone {
    text-decoration: none;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1;
}

.info_menu a.email {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1;
}

.info_menu .social_list {
    padding: 30px 0 40px;
}

.info_menu .social_list a > * {
    display: inline-block;
    vertical-align: middle;
}

.info_menu .social_list a i {
    font-size: 26px;
    color: #bafa1f;
    margin-right: 5px;
}
.info_menu .social_list a .icon-telegram {
    font-size: 18px;
}

.info_menu .social_list a span {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 1px;
}

.info_menu .social_list a:hover {
    color: #bafa1f;
}

.info_menu .social_list a:hover span {
    color: #bafa1f;
}

.info_menu .copy {
    color: #bde3c3;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.img_popup_menu {
    display: none !important;
    font-size: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.img_popup_menu img {
    max-width: 350px;
}

.popup_menu_callback .title {
    color: #ffffff;
    font-size: 52px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3;
    margin-bottom: 50px;
}

.form_callback {
    max-width: 350px;
    padding-top: 60px;
}

.form_callback .item {
    margin-bottom: 30px;
    position: relative;
}

.form_callback .item.item_text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 5px;
    -webkit-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
    width: 0;
}

.form_callback .item.active:after {
    background: #bafa1f;
    width: 100%;
    -webkit-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
}

.form_callback .item.error:after {
    background: red;
    width: 100%;
}

.form_callback .item > p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
}

.form_callback .item > input[type="text"] {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 16px 15px;
    color: #111111;
}

.form_callback .item > input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    padding: 19px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form_callback .item > input[type="submit"]:hover {
    background: #8dc608;
}

.logo_popup img {
    max-width: 150px;
}

/*popup menu --- end*/
/*bg section*/
#wrap_full_page div.section .fp-tableCell {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
}

div[data-anchor=main] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/bg_default.jpg");
}

div[data-anchor=about] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/onas2.jpg");
}

div[data-anchor=coach] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/bg_section_coach.jpg");
}

div[data-anchor=affiliated] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/filial2.jpg");
}
div[data-anchor=newcamps] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/33_284eec50.jpg");
}
div[data-anchor=newmerch] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/merch.jpg");
}

div[data-anchor=shop] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/bg_section_shop.jpg");
}
div[data-anchor=merch] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/bg_section_shop.jpg");
}
div[data-anchor=fees] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/bg_fees_back.png");
}

div[data-anchor=subscription] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/bg_section_subscription.jpg");
}

div[data-anchor=contacts] .fp-tableCell {
    background-image: url("/local/templates/main/css/../img/bg_section_contacts.jpg");
}

/*bg section --- end*/
/*nav bottom*/
#fp-nav {
    bottom: 0;
    top: auto;
    left: 0;
    right: auto !important;
    margin: 0 !important;
    width: 100%;
}

#fp-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    counter-reset: list 0;
}

#fp-nav ul li {
    margin: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    list-style-type: none;
    position: relative;
}

#fp-nav ul li:before {
    position: absolute;
    counter-increment: list;
    content: counter(list);
    top: -30px;
    left: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}

#fp-nav ul li .fp-tooltip {
    display: none;
}

#fp-nav ul li.visited, #fp-nav ul li.active {
    background: #2fb644;
}

#fp-nav ul li.active:before {
    opacity: 0;
}

#fp-nav ul li a.active {
    background: #2fb644;
}

#fp-nav ul li a.active span.fp-sr-only {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#fp-nav ul li a.active span.fp-sr-only:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(/local/templates/main/css/../img/icon_line_slide.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: -6px;
    right: 0;
}

#fp-nav ul li a span {
    display: none;
}

#fp-nav ul li a span.fp-sr-only {
    opacity: 0;
    visibility: hidden;
    clip: auto;
    display: block;
    bottom: 10px;
    width: 100% !important;
    left: auto;
    top: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #2fb644;
    text-transform: uppercase;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    margin: 0 !important;
    height: 18px !important;
}

/*nav bottom --- end*/
/*slick slider*/
.slick-arrow {
    font-size: 0;
    position: absolute;
    bottom: -40px;
    width: 27px;
    height: 19px;
    background-image: url('/local/templates/main/css/../img/arrow_slider.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    margin-top: -10px;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 40px;
}

.slick-arrow.slick-next {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 100px;
}

.slick-dots {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 12px;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    margin: 0 4px;
}

.slick-dots li button {
    border: 3px solid #ffffff;
    width: 12px;
    height: 12px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #272727;
}

.slick-dots li.slick-active button {
    background: #fdc300;
}

.slider_slick > div.item {
    display: none;
}

.slider_slick > div.item:first-child {
    display: block;
}

.slick-dots {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 20px 0 20px;
}

.slick-dots li {
    margin: 0 7px;
}

.slick-dots li button {
    border: 0;
    background: #ffffff;
    opacity: 1;
    width: 8px;
    height: 8px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slick-dots li.slick-active button {
    opacity: 0.4;
    background: #ffffff;
}

.slick-dots li:hover button {
    background: #ffffff;
    opacity: 0.4;
}

/*slick slider --- end*/
/*page main*/
#wrap_full_page {
    color: #ffffff;
}

.content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
}

.section_full_page {
    overflow: hidden;
}

.section_full_page .title {
    font-family: 'Oswald', sans-serif;
    font-size: 92px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.section_main .wow {
    visibility: hidden;
}

.section_main .title {
    text-align: center;
}

.section_main .wrap_slider_about {
    padding-top: 40px;
}

.section_main.section_full_page .title {
    padding-top: 150px;
    margin-bottom: 0px;
}

.section_main .wrap_slider_about .item_slick {
    position: relative;
    left: 75%;
    max-width: 415px;
}

.section_main .wrap_slider_about .item_slick .item {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
}

.item_slick {
    padding-left: 40px;
    position: relative;
}

.item_slick:before {
    content: '';
    width: 4px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #2fb644;
}

.item_slick:after {
    content: '';
    width: 28px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: -60px;
    background: url("/local/templates/main/css/../img/icon_quotes.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.vertical_line span {
    position: absolute;
    top: -100vh;
    height: 0;
    -webkit-transition: height 1.5s;
    -o-transition: height 1.5s;
    transition: height 1.5s;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.vertical_line span.item_1 {
    left: 0;
}

.vertical_line span.item_2 {
    left: 25%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.vertical_line span.item_3 {
    left: 50%;
}

.vertical_line span.item_4 {
    left: 75%;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.vertical_line span.item_5 {
    left: auto;
    right: 0;
}

/*page main --- end*/
/*page about*/
.inner_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner_about > * {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.text_about {
    font-size: 20px;
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 50px;
}

.icons_about {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.icons_about .item {
    padding: 20px 0 20px;
    width: 50%;
    text-align: center;
}

.icons_about .item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
    margin-bottom: 15px;
}

.icons_about .item span img {
    margin: auto;
    max-width: 100px;
}

.icons_about .item p {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.wrap_slider_partners {
    max-width: 320px;
}

.wrap_slider_partners > p {
    padding-top: 20px;
}

.slider_partners .slick-arrow {
    right: 0;
    left: auto;
}

.slider_partners .slick-arrow.slick-prev {
    right: 60px;
}

.slider_partners .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.slider_partners .slick-slide img {
    max-width: 320px;
    max-height: 140px;
    margin: 0 auto;
}

/*page about --- end*/
/*page coach*/
.inner_slider_coach {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inner_slider_coach .img_slider_coach {
    width: 50%;
}

.inner_slider_coach .img_slider_coach img {
    max-width: 370px;
    max-height: 420px;
}

.inner_slider_coach .img_slider_coach .number {
    position: absolute;
    color: #bafa1f;
    font-size: 92px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    left: -webkit-calc(50% - 130px);
    left: calc(50% - 130px);
    top: 0;
    line-height: 1;
    width: 100px;
    text-align: right;
}

.text_slider_coach {
    width: 50%;
    color: #ffffff;
}

.text_slider_coach .name {
    /*max-width: 470px;*/
    max-width: 390px;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 40px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 76px;
}

.text_slider_coach a.name:hover {
    color: #bafa1f;
}

.text_slider_coach .date {
    font-size: 14px;
    color: #bafa1f;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 100px;
    padding-left: 40px;
}

.text_slider_coach .desc {
    font-size: 22px;
}

.text_slider_coach .desc span {
    display: block;
}

.slider_coach .slick-arrow {
    top: 160px;
    left: -webkit-calc(50% + 40px);
    left: calc(50% + 40px);
}

.slider_coach .slick-arrow.slick-next {
    left: -webkit-calc(50% + 100px);
    left: calc(50% + 100px);
}

/*page coach --- end*/
/*page affiliated*/
.section_affiliated .title {
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.section_newcamps .title {
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.section_newmerch .title {
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.slider_affiliated {
    margin-left: -120px;
    width: -webkit-calc(100% + 240px);
    width: calc(100% + 240px);
}

.slider_affiliated .item {
    padding-left: 120px;
    padding-right: 120px;
}

.slider_affiliated .slick-arrow {
    left: 160px;
    bottom: -20px;
}

.slider_affiliated .slick-arrow.slick-next {
    left: 220px;
}

.inner_slider_affiliated {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inner_slider_affiliated .text_slider_affiliated, .inner_slider_affiliated .img_slider_affiliated {
    width: 50%;
}

.text_slider_affiliated {
    padding-top: 140px;
    padding-left: 40px;
    color: #ffffff;
}

.text_slider_affiliated > .img {
    display: none;
}

.text_slider_affiliated .number {
    position: absolute;
    color: #bafa1f;
    font-size: 92px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    left: -130px;
    top: 140px;
    line-height: 1;
    width: 100px;
    text-align: right;
}

.text_slider_affiliated .name {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text_slider_affiliated .address {
    font-size: 20px;
    margin-bottom: 40px;
}

.text_slider_affiliated .address i {
    color: #bafa1f;
}

.text_slider_affiliated .mode {
    font-size: 14px;
    color: #bafa1f;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.items_mode {
    margin-bottom: 30px;
}

.items_mode .item_mode {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.items_mode .item_mode + .item_mode {
    margin-top: 14px;
}

.items_mode .item_mode > p {
    font-size: 22px;
    width: 270px;
}

.items_mode .item_mode .date_item_mode p {
    font-size: 22px;
}

.items_mode .item_mode .date_item_mode p i {
    font-style: normal;
    font-size: 12px;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
}

.img_slider_affiliated .img {
    margin-bottom: 30px;
    max-width: 600px;
}

.img_slider_affiliated .img img {
    max-width: 450px;
    max-height: 350px;
}

.img_slider_affiliated .desc {
    font-size: 22px;
    max-width: 600px;
}

/*page affiliated --- end*/
/*page shop*/
.inner_shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inner_shop .desc_inner_shop, .inner_shop .wrap_slider_shop {
    width: 50%;
}

.desc_inner_shop {
    color: #ffffff;
}

.desc_inner_shop .item_slick {
    max-width: 460px;
    font-size: 22px;
    margin-bottom: 50px;
}

.inner_shop .quest {
    padding-left: 40px;
}

.inner_shop .quest p + p {
    margin-top: 10px;
}

.inner_shop .quest p {
    margin-bottom: 2px;
}

.inner_shop .quest p:last-child {
    margin-bottom: 0;
}

.inner_shop .quest p a {
    color: #bafa1f;
    font-size: 18px;
    text-decoration: none;
}

.slider_shop .slick-arrow {
    left: auto;
    right: 60px;
    bottom: -60px;
}

.slider_shop .slick-arrow.slick-next {
    right: 0;
}

.slider_shop .item {
    text-align: center;
}

.slider_shop .item .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    margin-bottom: 30px;
}

.slider_shop .item .img img {
    margin: auto;
}

.slider_shop .item .name {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/*page shop --- end*/
/*page subscription*/
.section_subscription .title {
    margin-bottom: 50px;
}

.section_subscription .info_inner_contacts {
    margin-bottom: 20px;
}

.section_subscription .pay_list {
    padding-left: 40px;
}

.section_subscription .docs_list {
    padding-left: 40px;
    margin-top: 20px;
}

.section_subscription .docs_list p {
    margin-bottom: 2px;
}

.section_subscription .docs_list p a {
    color: #bafa1f;
    font-size: 18px;
    text-decoration: none;
}

.inner_subscription {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #ffffff;
}

.pay_inner_subscription {
    width: 75%;
}

.pay_inner_subscription .name {
    font-size: 52px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    max-width: 400px;
    line-height: 1.2;
    margin-bottom: 40px;
    border-left: 4px solid #2fb644;
    padding-left: 40px;
    letter-spacing: 1px;
}

.pay_inner_subscription .wrap_btn {
    padding-left: 40px;
    margin-bottom: 60px;
}

.pay_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pay_list > p {
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}

.pay_list > img {
    margin: 0 10px;
}

.pay_list .pay_visa {
    margin-top: 15px;
}

.present_inner_subscription .text {
    font-size: 22px;
    font-weight: normal;
}

.present_inner_subscription .text span {
    display: block;
    color: #bafa1f;
    text-transform: uppercase;
}

.present_inner_subscription .text:after {
    width: 32px;
    height: 36px;
    background-image: url(/local/templates/main/css/../img/icon_present.png);
}

/*page subscription --- end*/
/*page contacts*/
.inner_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.info_inner_contacts {
    width: 50%;
}

.info_inner_contacts-company {
    margin-bottom: 16px;
}

.info_inner_contacts-company p.title {
    color: #bafa1f;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.info_inner_contacts p.phone {
    margin-bottom: 5px;
}

.info_inner_contacts .phone a {
    text-decoration: none;
    font-size: 42px;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.info_inner_contacts .email a {
    text-decoration: none;
    color: #bafa1f;
    font-size: 22px;
    font-weight: 400;
}

.info_inner_contacts .wrap_bottom {
    padding-top: 30px;
    padding-left: 40px;
}

.info_inner_contacts .items_mode .item_mode > p {
    max-width: 110px;
}

.info_inner_contacts .btn {
    max-width: 220px;
    letter-spacing: 1px;
}

.info_inner_contacts .wrap_btn {
    margin-bottom: 45px;
}

.info_inner_contacts .social_list a i {
    font-size: 24px;
    color: #bafa1f;
    margin-right: 5px;
}

.info_inner_contacts .social_list a span {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 1px;
}

.info_inner_contacts .social_list a span:hover {
    color: #bafa1f;
}

.info_inner_contacts .social_list a span:hover span {
    color: #bafa1f;
}
.info_inner_contacts .social_list a .icon-telegram {
    font-size: 17px;
}
.map_inner_contacts {
    width: 50%;
    max-width: 600px;
}

/*page contacts --- end*/
/*page fess*/
.title_fees {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*margin-bottom: 60px;*/
    margin-bottom: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title_fees .title {
    /*width: 50%;*/
    width: 100%;
    margin-bottom: 0 !important;
    font-family: 'Oswald', sans-serif;
    /*text-align: center!important;*/
}

.title_fees .links_fees {
    /*width: 50%;*/
    width: 100%;
}

.title_fees .links_fees .slick-dots {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

.title_fees .links_fees .slick-dots li {
    width: 100%;
    list-style: none;
    display: block;
    margin: 0;
    /*min-height: 76px;*/
}

.title_fees .links_fees .slick-dots li.slick-active a, .title_fees .links_fees .slick-dots li.slick-active button {
    color: #bafa1f;
}

.title_fees .links_fees .slick-dots li a, .title_fees .links_fees .slick-dots li button {
    width: auto;
    height: auto;
    border: 0;
    background: none;
    /*text-align: left;*/
    text-align: center;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 15%;
}


.title_fees .links_fees .slick-dots li a:hover, .title_fees .links_fees .slick-dots li a.active, .title_fees .links_fees .slick-dots li button:hover, .title_fees .links_fees .slick-dots li button.active {
    color: #bafa1f;
}

.title_fees .links_fees .slick-dots li a.active, .title_fees .links_fees .slick-dots li button.active {
    cursor: default;
}

.slider_fess {
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    margin-left: -60px;
}

.slider_fess .item_content_fess {
    padding: 0 60px;
}

.item_content_fess {
    color: #ffffff;
}

.item_content_fess .name {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    /*text-transform: uppercase;*/
    line-height: 1.3;
    padding-left: 40px;
    max-width: 95%;
    margin-bottom: 70px;
    text-align: center;
}

.item_content_fess .item_slick {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    /*width: 75%;*/
    /*margin-bottom: 50px;*/
}

.item_content_fess .item_slick .item {
    /*width: 33.3%;*/
    width:50%;
    padding-left: 40px;
}

.item_content_fess .item_slick .item p {
    color: #bafa1f;
    /*font-size: 14px;*/
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.item_content_fess .item_slick .item span {
    display: block;
    /*font-size: 22px;*/
    font-size: 20px;
    line-height: 1.2;
    max-width: 100%;
    /*max-width: 220px;*/
}

.item_content_fess .wrap_btn {
    /*padding-left: 40px;*/
    align:"center";
    margin-top: 20px;
}

.section_fees .fp-tableCell {
    -webkit-transition: background-image 0.8s;
    -o-transition: background-image 0.8s;
    transition: background-image 0.8s;
    /*background-image: url(/local/templates/main/css/../img/bg_section_fees.jpg);*/
}

/*
.section_fees.slide_0 .fp-tableCell {
  background-image: url(/local/templates/main/css/../img/bg_section_fees.jpg);
}

.section_fees.slide_1 .fp-tableCell {
  background-image: url(/local/templates/main/css/../img/bg_section_fees_2.jpg);
}
*/

.slider_fess .slick-arrow {
    left: -webkit-calc(25% + 40px);
    left: calc(25% + 40px);
    right: auto;
    bottom: 14px;
}

.slider_fess .slick-arrow.slick-next {
    left: -webkit-calc(25% + 100px);
    left: calc(25% + 100px);
}

.fees_container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fees_text-container img{
    position: absolute;
    top: 0;
    right: 0;
}
.fees_text-container p{
    color:#000000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
    margin-right: 20px;
    line-height: 32px;
}
.fees_text-container h2{
    color:#c60;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 30px;
}
.fees_text-container p,
.fees_text-container h2,
.fees_boy-container{
    z-index: 2;
    position:relative;
}
.fees_text-container{
    margin-left: 20px;
    margin-bottom: 30px;
    max-width: 550px;
}
.fees_container .img_mobile,
.fees_container .img_table{
    display: none;
}
.item_content_fess .wrap_btn{
    padding-left: 40%;
}
@media screen and (max-width: 1370px){
    .fees_container .img_table{
        display: block;
    }
    .fees_text-container img{
        top: 10px;
        right: 110px;
    }
    .fees_container .img_desk{
        display: none;
    }
    .fees_text-container{
        margin-left: -20px;
    }
    .fees_text-container br{
        display: none;
    }
    .fees_text-container p{
        margin-left: 40px;
        line-height: inherit;
        max-width: 370px;
    }
    .fees_text-container h2{
        font-size: 28px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

}
@media screen and (max-width: 1256px){
    .fees_text-container img{
        right: 60px;
    }
}
@media screen and (max-width: 1099px){
    .fees_text-container p{
        max-width: 345px;
        margin-right: 100px;
    }
}
@media screen and (max-width: 1052px){
    .fees_container .img_table{
        display: none;
    }
    .fees_container .img_mobile{
        display: block;
    }
    .fees_container{
        flex-direction: column;
    }
    .fees_text-container img{
        top:100px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    .fees_text-container p{
        margin: auto;
        max-width: 300px;
        text-align: center;
    }
    .fees_text-container h2{
        max-width: 300px;
        text-align: center;
    }
    .fees_text-container{
        margin-left: 0;
    }

}
@media screen and (max-width: 767px){
    .fees_text-container h2{
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .fees_text-container p{
        max-width: 250px;
        font-size: 16px;
    }
    .item_content_fess .wrap_btn{
        padding-left: 4%;
    }
    .item_content_fess .item_slick .item span {
       text-align: center;
    }
    .item_content_fess .item_slick .item {
        width:100% !important;
    }
}
@media screen and (max-width: 375px){
    .fees_text-container h2{
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .fees_text-container p{
        max-width: 227px;
        font-size: 12px;
    }
}
/*page fess --- end*/
/*scroll bar*/
::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #2fb644;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #2fb644;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #2fb644;
}

::-webkit-resizer {
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 4px;
}

/*scroll bar --- end*/
/*scroll icon animation */
.scroll-icon {
    display: none;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.5);
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 19px;
    height: 32px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    z-index: 10;
}

.scroll-icon:after {
    display: block;
    content: '';
    width: 2px;
    height: 7px;
    margin-left: -1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation-name: scroll-animation;
    animation-name: scroll-animation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scroll-animation {
    0% {
        top: 0;
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        top: 30%;
        opacity: 1;
    }
    70% {
        top: 60%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes scroll-animation {
    0% {
        top: 0;
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        top: 30%;
        opacity: 1;
    }
    70% {
        top: 60%;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/*scroll icon animation --- end*/

#bx-panel {
    z-index: 999 !important;
}

/*default text*/
.default_text {
    font-size: 16px;
    color: #424956;
    line-height: 1.4;
}

.default_text h2 {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.1;
}

.default_text p {
    margin-bottom: 14px;
}

.default_text ul,
.default_text ol {
    list-style: inherit;
    list-style-position: inside;
    margin-bottom: 14px;
}

.default_text > p + ul {
    margin-top: -8px;
}

.default_text a {
    color: #2fb644;
}

/*default text --- end*/

/*popup free training*/
.popup_free_training {
    display: block;
    position: fixed;
    right: -400px;
    top: -webkit-calc(50% + 140px);
    top: calc(50% + 140px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 1s;
    transition: all 1s ease;
}

.popup_free_training.active {
    right: -220px;
}

/*popup free training --- end*/

/*mail & phone*/
a.email i {
    margin-right: 10px;
}

a.phone i {
    margin-right: 10px;
}

/*mail & phone --- end*/

/*popup subscription*/
#popup_subscription {
    background-image: url("/local/templates/main/css/../img/bg_section_subscription.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    max-width: 1200px;
    overflow-y: auto;
    max-height: 100vh;
}

.mfp-close-btn-in #popup_subscription .mfp-close {
    color: #ffffff;
}

.item_popup_subscription {
    /*padding-bottom: 40px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.item_popup_subscription:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.item_popup_subscription > h3 {
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.item_popup_subscription + .item_popup_subscription {
    margin-top: 40px;
}

.tariffs_popup_subscription {
    font-size: 0;
}

.item_tariffs_subscription {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.item_tariffs_subscription + .item_tariffs_subscription {
    /*margin-top: 40px;*/
}

.item_tariffs_subscription > p {
    font-size: 20px;
    margin-bottom: 15px;
}

.inner_inner_subscription {
    background: #2fb644;
    color: #ffffff;
}

.inner_inner_subscription .form_callback {
    max-width: 400px;
    padding-top: 20px;
    margin: 0 auto 30px;
}

.inner_inner_subscription .form_callback .item > input[type="text"] {
    font-size: 16px;
    padding: 10px 15px;
}

.inner_inner_subscription .form_callback .item > p {
    margin-bottom: 5px;
}

.inner_inner_subscription .default_text h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.inner_inner_subscription .form_callback .item {
    margin-bottom: 20px;
}

.mfp-close-btn-in .inner_inner_subscription .mfp-close {
    color: #ffffff;
}

.inner_inner_subscription .form_callback .item > input[type="submit"] {
    padding: 12px 0;
    background: #8dc608;
}

.inner_inner_subscription .default_text {
    color: #ffffff;
}

.inner_inner_subscription .default_text > p {
    font-size: 14px;
}

.item_popup.inner_inner_subscription {
    max-width: 1200px;
    overflow-y: auto;
    max-height: 100vh;
}

/*popup subscription --- end*/

#panel {
    z-index: 99999 !important;
    position: relative;
}

#bx-panel {
    z-index: 9999 !important;
}

/*free mobile*/
.popup_free_training_mobile {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
}

/*free mobile*/

/*popup mobile*/
.popup_mobile_info {

}

.load_mobile_info {
    display: none;
}

/*popup mobile --- end*/


/*slider affiliated label*/
.content_big {
    max-width: 1550px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.slider_affiliated_label {
}

.slider_affiliated_label .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.slider_newfees_label .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.slider_newmerch_label .slick-list:has(.item_affiliated_label) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.item_affiliated_label {
    background: #ffffff;
    color: #2b3033;
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.top_affiliated_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.top_affiliated_label .img {
    width: 50%;
    position: relative;
}
.top_affiliated_label .img_fees {
    width: 50%;
    position: relative;
}
.top_affiliated_label .img_fees-merch {
    width: 50%;
    position: relative;
}

.top_affiliated_label .img img {
    width: 100%;
}
.top_affiliated_label .img_fees img {
    width: 100%;
}
.top_affiliated_label .img_fees-merch img {
    /*width: 100%;*/
    margin: auto;
}

/*
.top_affiliated_label .img .number {
    position: absolute;
    color: #bafa1f;
    font-size: 72px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    right: 50px;
    top: -40px;
    line-height: 1;
    width: 100px;
    text-align: right;
}
*/
.top_affiliated_label .img .number{
    position: absolute;
    color: #bafa1f;
    font-size: 72px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    left: 10px;
    top: 10px;
    line-height: 1;
    width: 80px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    border-radius: 4px;
}

.top_affiliated_label .desc {
    width: 50%;
    position: relative;
    padding: 40px 3% 0 4%;
}

.top_affiliated_label .desc {
}

.top_affiliated_label .desc .name {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.top_affiliated_label .desc .address {
    font-size: 20px;
    margin-bottom: 30px;
    color: #2fb644;
    margin-left: -5px;
    padding-left: 30px;
    position: relative;
}
.top_affiliated_label .desc .address .icon-map{
    position: absolute;
    left: 0;
    top: 0;
}
.top_affiliated_label .desc .mode {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.top_affiliated_label .items_mode .item_mode > p {
    font-size: 18px;
    font-weight: 500;
}

.top_affiliated_label .items_mode .item_mode + .item_mode {
    margin-top: 2px;
}

.top_affiliated_label .desc .label {
    position: absolute;
    background-color: #39a443;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    padding: 9px 20px;
    top: -15px;
    right: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.top_affiliated_label .items_mode {
    margin-bottom: 0;
}

.top_affiliated_label .items_mode > br {
    display: none;
}

.bot_affiliated_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    padding-bottom: 25px;
}

.bot_affiliated_label .text {
    padding-right: 70px;
    padding-left: 100px;
    font-size: 16px;
    position: relative;
    width: calc(100% - 170px);
}

.top_affiliated_label .img:after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: -50px;
    width: 5px;
    height: 72px;
    background: #2fb644;
}
.top_affiliated_label .img_fees:after {
    /*content: '';
    position: absolute;
    left: 40px;
    bottom: -50px;
    width: 5px;
    height: 72px;
    background: #2fb644;*/
}
.top_affiliated_label .img_fees-merch:after {
    /*content: '';
    position: absolute;
    left: 40px;
    bottom: -50px;
    width: 5px;
    height: 72px;
    background: #2fb644;*/
}

.top_affiliated_label .img:before {
    content: '”';
    font-size: 92px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    position: absolute;
    left: 25px;
    bottom: -150px;
    color: #2fb644;
    line-height: 1;
}
.top_affiliated_label .img_fees:before {
   /* content: '”';
    font-size: 92px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    position: absolute;
    left: 25px;
    bottom: -150px;
    color: #2fb644;
    line-height: 1;*/
}
.top_affiliated_label .img_fees-merch:before {
   /* content: '”';
    font-size: 92px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    position: absolute;
    left: 25px;
    bottom: -150px;
    color: #2fb644;
    line-height: 1;*/
}

.bot_affiliated_label .wrap_btn {
    width: 170px;
}

.slider_affiliated_label .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}
.slider_newfees_label .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}
.slider_newmerch_label .slick-slider:has(.item_affiliated_label) {
    margin-left: -12%;
    margin-right: -12%;
}

.slider_affiliated_label .slick-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
}
.slider_newfees_label .slick-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
}
.slider_newmerch_label .slick-list:has(.item_affiliated_label) {
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.slider_affiliated_label .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 220px;
    perspective: 220px;
}
.slider_newfees_label .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 220px;
    perspective: 220px;
}
.slider_newmerch_label .slick-track:has(.item_affiliated_label) {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 220px;
    perspective: 220px;
}

.slider_affiliated_label .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    min-height: 490px;
}



.slider_newfees_label .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    min-height: 490px;
}
.slider_newmerch_label .item_affiliated_label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    min-height: 490px;
    height: 490px;
}

.slider_affiliated_label .slick-snext,
.slider_affiliated_label .slick-sprev,
.slider_affiliated_label .slick-snext2,
.slider_affiliated_label .slick-sprev2 {
    display: block;
}
.slider_newfees_label .slick-snext,
.slider_newfees_label .slick-sprev,
.slider_newfees_label .slick-snext2,
.slider_newfees_label .slick-sprev2 {
    display: block;
}
.slider_newmerch_label .slick-snext,
.slider_newmerch_label .slick-sprev,
.slider_newmerch_label .slick-snext2,
.slider_newmerch_label .slick-sprev2 {
    display: block;
}

.slider_affiliated_label .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}
.slider_newfees_label .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}
.slider_newmerch_label .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 999;
}

.slider_affiliated_label .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(18%, 0, -40px);
    transform: translate3d(18%, 0, -40px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slider_newfees_label .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(18%, 0, -40px);
    transform: translate3d(18%, 0, -40px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slider_newmerch_label .item_affiliated_label.slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(18%, 0, -40px);
    transform: translate3d(18%, 0, -40px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slider_affiliated_label .slick-snext2 {
    opacity: 0.5;
    -webkit-transform: translate3d(38%, 0, -80px);
    transform: translate3d(38%, 0, -80px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slider_newfees_label .slick-snext2 {
    opacity: 0.5;
    -webkit-transform: translate3d(38%, 0, -80px);
    transform: translate3d(38%, 0, -80px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slider_newmerch_label .item_affiliated_label.slick-snext2 {
    opacity: 0.5;
    -webkit-transform: translate3d(38%, 0, -80px);
    transform: translate3d(38%, 0, -80px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slider_affiliated_label .slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-18%, 0, -40px);
    transform: translate3d(-18%, 0, -40px);
}
.slider_newfees_label .slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-18%, 0, -40px);
    transform: translate3d(-18%, 0, -40px);
}
.slider_newmerch_label .item_affiliated_label.slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-18%, 0, -40px);
    transform: translate3d(-18%, 0, -40px);
}

.slider_affiliated_label .slick-sprev2 {
    opacity: 0.5;
    -webkit-transform: translate3d(-38%, 0, -80px);
    transform: translate3d(-38%, 0, -80px);
}
.slider_newfees_label .slick-sprev2 {
    opacity: 0.5;
    -webkit-transform: translate3d(-38%, 0, -80px);
    transform: translate3d(-38%, 0, -80px);
}
.slider_newmerch_label .item_affiliated_label.slick-sprev2 {
    opacity: 0.5;
    -webkit-transform: translate3d(-38%, 0, -80px);
    transform: translate3d(-38%, 0, -80px);
}

.slider_affiliated_label .slick-arrow {
    top: 50%;
    z-index: 99;
}
.slider_newfees_label .slick-arrow {
    top: 50%;
    z-index: 99;
}
.slider_newmerch_label .slick-arrow {
    top: 50%;
    z-index: 99;
}

.slider_affiliated_label .slick-arrow.slick-prev {
    left: 15%;
}
.slider_newfees_label .slick-arrow.slick-prev {
    left: 15%;
}
.slider_newmerch_label .slick-arrow.slick-prev {
    left: 5%;
}

.slider_affiliated_label .slick-arrow.slick-next {
    left: auto;
    right: 15%;
}
.slider_newfees_label .slick-arrow.slick-next {
    left: auto;
    right: 15%;
}
.slider_newmerch_label .slick-arrow.slick-next {
    left: auto;
    right: 5%;
}

.green_arrows .slick-arrow {
    width: 60px;
    height: 60px;
    background: #bafa1f;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: -30px;
    margin-top: -30px;
}

.green_arrows .slick-arrow.slick-next {
    margin-right: -30px;
}

.green_arrows .slick-arrow:after {
    content: '';
    display: block;
    width: 27px;
    height: 19px;
    background-image: url(/local/templates/main/css/../img/icon_arrow_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -14px;
}

.green_arrows .slick-arrow.slick-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section_affiliated .section_affiliated_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.section_affiliated .section_affiliated_label .title {
    position: relative;
    margin-bottom: 0px;
}

.section_affiliated .section_affiliated_label .dots_affiliated_label {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 146px;
    margin-left: auto;
}
.section_newcamps .section_affiliated_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.section_newmerch .section_affiliated_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.section_newcamps .section_affiliated_label .title {
    position: relative;
    margin-bottom: 0px;
}
.section_newmerch .section_affiliated_label .title {
    position: relative;
    margin-bottom: 0px;
}

.section_newcamps .section_affiliated_label .dots_newfees_label {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 146px;
    margin-left: auto;
}
.section_newmerch .section_affiliated_label .dots_newmerch_label {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 146px;
    margin-left: auto;
}

.dots_affiliated_label .first {
    color: #bafa1f;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}
.dots_newfees_label .first {
    color: #bafa1f;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}
.dots_newfees_label .first {
    color: #bafa1f;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}
.dots_newmerch_label .first {
    color: #bafa1f;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}
.dots_affiliated_label.mob{
    display: none;
    font-size: 14px;
}
.dots_newfees_label.mob{
    display: none;
    font-size: 14px;
}
.dots_newmerch_label.mob{
    display: none;
    font-size: 14px;
}
.dots_affiliated_label.mob .first{
    font-size: 26px;
}
.dots_newfees_label.mob .first{
    font-size: 26px;
}
.dots_newmerch_label.mob .first{
    font-size: 26px;
}
.popup_mob_affiliated_label{
    display: none;
    margin-bottom: 10px;
    text-align: center;
}
.popup_mob_affiliated_label a{
    font-weight: 500;
    font-size: 14px;
    color: #2b3033;
    text-decoration: underline;
}
.wrap_link_desc_affiliated{
    padding-top: 4px;
}
a.btn_address_popup{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: all 0.3s;
    line-height: 1.2;
}
a.btn_address_popup:hover{
    opacity: 0.8;
}
#id_map_popup{
    padding: 0;
}
#id_map_popup .mfp-close{
    background: #2fb644;
    opacity: 1;
    color: #ffffff;
}
a.btn_address_popup_fees{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: all 0.3s;
    line-height: 1.2;
}
a.btn_address_popup_fees:hover{
    opacity: 0.8;
}
#id_map_popup_fees{
    padding: 0;
}
#id_map_popup_fees .mfp-close{
    background: #2fb644;
    opacity: 1;
    color: #ffffff;
}

.bot_affiliated_label .inner_link{
    display: none;
}
.bot_affiliated_label .inner_link .link_desc_affiliated{
    font-weight: 500;
    font-size: 16px;
    color: #2b3033;
    text-decoration: underline;
}
.bot_affiliated_label .inner_text{}
/*slider affiliated label --- end*/

/*slider coach label*/
.inner_coach_label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.img_coach_label{
    width: 40%;
    max-height: 470px;
    overflow: hidden;
}
.img_coach_label img{
    width: 100%;
}
.desc_coach_label{
    width: 60%;
    padding: 40px 3% 20px 9%;
}
.slider_coach_label .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.item_coach_label {
    background: #ffffff;
    color: #2b3033;
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.slider_coach_label .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}

.slider_coach_label .slick-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.slider_coach_label .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 220px;
    perspective: 220px;
}

.slider_coach_label .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    /*min-height: 490px;*/
}

.slider_coach_label .slick-snext,
.slider_coach_label .slick-sprev,
.slider_coach_label .slick-snext2,
.slider_coach_label .slick-sprev2 {
    display: block;
}

.slider_coach_label .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.slider_coach_label .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(18%, 0, -40px);
    transform: translate3d(18%, 0, -40px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slider_coach_label .slick-snext2 {
    opacity: 0.5;
    -webkit-transform: translate3d(38%, 0, -80px);
    transform: translate3d(38%, 0, -80px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slider_coach_label .slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-18%, 0, -40px);
    transform: translate3d(-18%, 0, -40px);
}

.slider_coach_label .slick-sprev2 {
    opacity: 0.5;
    -webkit-transform: translate3d(-38%, 0, -80px);
    transform: translate3d(-38%, 0, -80px);
}

.slider_coach_label .slick-arrow {
    top: 50%;
    z-index: 99;
}

.slider_coach_label .slick-arrow.slick-prev {
    left: 15%;
}

.slider_coach_label .slick-arrow.slick-next {
    left: auto;
    right: 15%;
}

.section_coach .section_coach_label .title {
    position: relative;
    margin-bottom: 0px;
}
.section_coach .section_coach_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.section_coach .section_coach_label .dots_coach_label {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 146px;
    margin-left: auto;
}

.dots_coach_label .first {
    color: #bafa1f;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}
.dots_coach_label.mob{
    display: none;
    font-size: 14px;
}
.dots_coach_label.mob .first{
    font-size: 26px;
}
.desc_coach_label{
    position: relative;
}
.desc_coach_label .number{
    position: absolute;
    color: #bafa1f;
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    right: 30px;
    top: 30px;
    line-height: 1;
    width: 100px;
    text-align: right;
}
.top_coach_label{}
.top_coach_label .name{
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
    margin-bottom: 14px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 76px;
    color: #2b3033;
}
.top_coach_label .name:hover{
    opacity: 0.8;
}
.top_coach_label .date {
    font-size: 14px;
    color: #2fb644;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
}
.bot_coach_label{
    color: #2b3033;
    font-size: 20px;
    padding-right: 60px;
    position: relative;
}
.bot_coach_label .text{}
.bot_coach_label .text br{
    display: none;
}
.bot_coach_label:after {
    content: '';
    position: absolute;
    left: -44px;
    top: 54px;
    width: 5px;
    height: 82px;
    background: #2fb644;
}

.bot_coach_label:before {
    content: '”';
    font-size: 92px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    position: absolute;
    left: -60px;
    top: -4px;
    color: #2fb644;
    line-height: 1;
}
.popup_mob_coach_label{
    display: none;
    text-align: center;
}
.popup_mob_coach_label a{
    font-weight: 500;
    font-size: 14px;
    color: #2b3033;
    text-decoration: underline;
}
/*slider coach label --- end*/

/*slider merch label*/

/*slider merch label --- end*/

/*slider shop label*/
.item_shop_label {
    background: transparent;
    color: #2b3033;
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    /*
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    */
    padding-bottom: 0;
}

.slider_shop_label {
   height: 100%;
}

.slider_shop_label .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}

.slider_shop_label .slick-list {
    padding-left: 0% !important;
    padding-right: 15% !important;
}

.slider_shop_label .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 220px;
    perspective: 220px;
}

.slider_shop_label .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    /*min-height: 490px;*/
    max-width: 340px;
}

.slider_shop_label .slick-snext,
.slider_shop_label .slick-sprev,
.slider_shop_label .slick-snext2,
.slider_shop_label .slick-sprev2 {
    display: block;
}

.slider_shop_label .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.slider_shop_label .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(32%, 0, -40px);
    transform: translate3d(32%, 0, -40px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slider_shop_label .slick-snext2 {
    opacity: 0.5;
    -webkit-transform: translate3d(100%, 0, -82px);
    transform: translate3d(100%, 0, -82px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slider_shop_label .slick-sprev {
    opacity: 0;
    -webkit-transform: translate3d(-80%, 0, -40px);
    transform: translate3d(-80%, 0, -40px);
}

.slider_shop_label .slick-sprev2 {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, -80px);
    transform: translate3d(-100%, 0, -80px);
}

.slider_shop_label .slick-arrow {
    top: 50%;
    z-index: 99;
}

.slider_shop_label .slick-arrow.slick-prev {
    left: 0;
}

.slider_shop_label .slick-arrow.slick-next {
    left: auto;
    right: 0;
    margin-right: 0;
}
.item_shop_label .img{text-align: center;}
.item_shop_label .img img{
    margin-left: auto;
    margin-right: auto;
    min-height: 400px
}
.item_shop_label .name{
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
    margin-top: auto;
}
.item_shop_label .line_btn{
    text-align: center;
}

.dots_shop_label {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}

.dots_shop_label .first {
    color: #bafa1f;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}
/*slider shop label --- end*/

/*reset slider scroll*/
.slider_coach_label > .item{
    display: none!important;
}
.slider_coach_label > .item:first-child{
    display: inline-block !important;
    vertical-align: middle;
}
.slider_affiliated_label > .item{
    display: none!important;
}
.slider_newfees_label > .item{
    display: none!important;
}
.slider_newmerch_label > .item.item_affiliated_label{
    display: none!important;
}
.slider_affiliated_label > .item:first-child{
    display: inline-block !important;
    vertical-align: middle;
}
.slider_newfees_label > .item:first-child{
    display: inline-block !important;
    vertical-align: middle;
}
.slider_newmerch_label > .item.item_affiliated_label:first-child{
    display: inline-block !important;
    vertical-align: middle;
}
.slider_shop_label > .item{
    display: none!important;
}
.slider_shop_label > .item:first-child{
    display: flex !important;
    flex-direction: column;
    vertical-align: middle;
    height: 100%;
}

/*reset slider scroll --- end*/

.top_affiliated_label .desc .new-label {
    background-color: #32b544;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 40px;
    z-index: 10;
}

/*fees_new*/
.top_affiliated_label .desc .fees__address {
    font-size: 18px;
    margin-left: 0;
    padding-left: 0;
}

.fees__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fees__item {
    flex-direction: column;
}

.top_affiliated_label:has(.fees__img) {
    align-items: stretch;
}
.top_affiliated_label:has(.fees__img-merch) {
    align-items: stretch;
}

.fees__img img {
    height: 100%;
    /*object-fit: conatain;*/
    object-fit: cover;
    object-position: top;
}
.fees__img-merch img {
    height: 100%;
    /*object-fit: conatain;*/
    object-fit: cover;
    object-position: top;
}

.bot_affiliated_label .fees__text {
    padding-right: 75px;
    padding-left: 60px;
    font-size: 15px;
}


.wrap_btn:has(.new-btn) {
    width: auto;
}

a.new-btn {
    border-radius: 8px;
    padding: 13px 40px;
    font-size: 18px;
    max-width: unset;
    display: inline-block;
    width: fit-content;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

/*fees_new end*/

/*new-merch*/
.top_affiliated_label.new-merch__label {
    margin-bottom: 0;
    height: 100%;
}

.new-merch__wrap-btn {
    text-align: right;
    margin-top: auto;
    margin-bottom: 60px;
}

.new-merch__material {
    color: #808080a8;
    font-size: 15px;
}

.new-merch__params {
    margin-block: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    max-width: 95%;
}

.new-merch__descr {
    font-size: 15px;
    margin-top: 30px;
}

.new-merch__descr p {
    margin-bottom: 0;
}

.new-merch__param strong {
    text-transform: uppercase;
}

.new-merch__param p {
    display: inline;
}

.new-merch__container {
    display: flex;
    flex-direction: column;
}

.new-merch__slider {
    height: 100%;
}

.new-merch__slider .slick-list {
    height: 100%;
}

.new-merch__slider .slick-track {
    height: 100%;
}

.new-merch__slider .slick-dots {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    padding: 10px 0 20px;
    height: fit-content;
}

.new-merch__slider .slick-dots button {
    width: 12px;
    height: 12px;
    box-shadow: 0px 0px 21px 2px rgba(34, 60, 80, 0.2);
}

.new-merch__slider img {
    display: block !important;
}

.new-merch__slider .slick-slide > div {
    height: 100%;
}

.new-merch__slider-link {
    display: block !important;
    height: 100%;
}

.item_affiliated_label:not(.slick-current) .new-merch__slider-link,
.item_affiliated_label:not(.slick-current) .new-merch__slider {
    pointer-events: none;
}

.new-merch__more-link {
    display: none;
}

.new-merch__slider .slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)'%3E%3Cpath d='M 73.534 58.799 L 31.201 16.466 c -1.059 -1.059 -1.059 -2.776 0 -3.835 L 43.038 0.794 c 1.059 -1.059 2.776 -1.059 3.835 0 l 42.333 42.333 c 1.059 1.059 1.059 2.776 0 3.835 L 77.369 58.799 C 76.31 59.858 74.593 59.858 73.534 58.799 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(50,181,68); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 73.534 31.201 L 31.201 73.534 c -1.059 1.059 -1.059 2.776 0 3.835 l 11.837 11.837 c 1.059 1.059 2.776 1.059 3.835 0 l 42.333 -42.333 c 1.059 -1.059 1.059 -2.776 0 -3.835 L 77.369 31.201 C 76.31 30.142 74.593 30.142 73.534 31.201 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(50,181,68); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 62.579 56.082 l -59.868 0 C 1.214 56.082 0 54.867 0 53.37 L 0 36.63 c 0 -1.498 1.214 -2.712 2.712 -2.712 l 59.868 0 c 1.498 0 2.712 1.214 2.712 2.712 l 0 16.739 C 65.291 54.867 64.077 56.082 62.579 56.082 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(50,181,68); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}

.top_affiliated_label.new-merch__label {
    max-height: 490px;
}

textarea {
    resize: block;
}

.new-merch__slider .swiper-button-next:after,
.new-merch__slider .swiper-button-prev:after {
    content: '';
}
.new-merch__slider .swiper-button-prev svg {
    transform: rotate(180deg);
}
.new-merch__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.4;
    background: #fff;
}
.new-merch__slider .swiper-pagination-bullet-active {
    opacity: 1;
}

/*new-merch end*/
/* End */


/* Start:/local/templates/main/css/cell.css?175636810342860*/
@media screen and (min-width: 1900px) {
    .menu_list {
        /*height: -webkit-calc(100vh - 450px);*/
        /*height: calc(100vh - 450px);*/
    }
}

@media screen and (max-width: 1700px) {
    .menu_list li a{
        font-size: 26px;
    }
    .wrap_popup_menu {
        padding: 20px 0px 0px 50px;
    }
    .menu_list {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .info_menu .social_list {
        padding: 20px 0 30px;
    }
    .info_menu a.phone{
        font-size: 24px;
    }
    .info_menu a.email{
        font-size: 16px;
    }
    .info_menu .copy{
        font-size: 10px;
    }
    .info_menu .social_list a i {
        font-size: 22px;
    }
    .info_menu .social_list a .icon-telegram {
        font-size: 15px;
    }
    .info_menu .social_list a icon-telegram {
        font-size: 22px;
    }
    .info_menu .social_list a span {
        font-size: 14px;
    }
    .info_menu > p{
        margin-bottom: 5px;
    }
    .img_popup_menu img{
        max-width: 250px;
    }
}

@media screen and (max-width: 1500px) {
    .section_full_page .title{
        font-size: 60px;
        margin-bottom: 50px;
    }
    .section_main .wrap_slider_about .item_slick{
        left: 50%;
    }
    .section_main .wrap_slider_about .item_slick .item{
        font-size: 22px;
        line-height: 1.3;
    }
    .text_about {
        font-size: 18px;
        max-width: 600px;
    }
}

@media screen and (max-width: 1400px) {
    .header_top {
        padding: 5px 30px 10px;
    }
    .wrap_menu_logo{
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    a.logo_top{
        margin-top: 5px;
        margin-right: auto;
    }
    a.logo_top img{
        max-width: 200px;
    }
    .content{
        padding-left: 10px;
        padding-right: 10px;
    }
    .slider_affiliated{
        margin-left: 0;
        width: 100%;
    }
    .slider_affiliated .item{
        padding-left: 0;
        padding-right: 0;
    }
    .text_slider_affiliated{
        padding-left: 0;
    }
    .text_slider_affiliated .number{
        left: -webkit-calc(50% + 140px);
        left: calc(50% + 140px);
    }
    .section_affiliated .title{
        left: 15px;
    }
    .slider_affiliated .slick-arrow{
        left: 0;
        bottom: -40px;
    }
    .slider_affiliated .slick-arrow.slick-next {
        left: 60px;
    }
    .section_newcamps .title{
        left: 15px;
    }
    .section_newmerch .title{
        left: 15px;
    }
    .section_newcamps .slick-arrow{
        left: 0;
        bottom: -40px;
    }
    .section_newmerch .slick-arrow{
        left: 0;
        bottom: -40px;
    }
    .section_newcamps .slick-arrow.slick-next {
        left: 60px;
    }

    .section_full_page .title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .section_full_page.section_contacts .title {
        margin-bottom: 5px;
    }
    .icons_about .item p{
        font-size: 16px;
    }
    .icons_about .item {
        padding: 10px 0 10px;
    }
    .text_about{
        margin-bottom: 30px;
    }
    .text_slider_coach .date{
        margin-bottom: 120px;
    }
    .inner_slider_coach .img_slider_coach img {
        max-width: 300px;
    }
    .text_slider_affiliated {
        padding-top: 100px;
    }
    .img_slider_affiliated .img {
        margin-bottom: 20px;
        max-width: 500px;
    }
    .img_slider_affiliated .desc {
        font-size: 18px;
        max-width: 600px;
    }
    .text_slider_affiliated .mode{
        margin-bottom: 10px;
    }
    .text_slider_affiliated .address {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .items_mode{
        margin-bottom: 20px;
    }
    .section_affiliated .title {
        left: 10px;
    }
    .slider_shop .item .img img{
        max-height: 200px;
    }
    .slider_shop .item .img{
        height: 240px;
        margin-bottom: 10px;
    }
    .slider_shop .slick-arrow{
        left: 60px;
    }
    .slider_shop .slick-arrow.slick-next{
        left: 120px;
    }
    .slider_shop .item .name {
        font-size: 26px;
    }
    .desc_inner_shop .item_slick {
        max-width: 500px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .title_fees {
        margin-bottom: 30px;
    }
    .item_content_fess .name {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .pay_inner_subscription .name {
        font-size: 44px;
    }
    .pay_inner_subscription .wrap_btn {
        margin-bottom: 100px;
    }

    .img_slider_affiliated .img img{
        /*max-width: 450px;*/
        /*max-height: 350px;*/
    }
    .bot_coach_label {
        padding-right: 10px;
        font-size: 18px;
    }
    .img_coach_label .number {
        font-size: 72px;
        right: -36px;
    }

}

@media screen and (max-width: 1370px){
    .item_content_fess .item_slick .item span{
        font-size: 18px;
    }
    .img_slider_affiliated .desc{
        font-size: 16px;
    }
    .img_slider_affiliated .img img {
        max-width: 380px;
        max-height: 300px;
    }
    .items_mode .item_mode > p {
        font-size: 18px;
        width: 230px;
    }
    .items_mode .item_mode + .item_mode{
        margin-top: 10px;
    }
    .menu_list li {
        margin-bottom: 10px;
    }
    .text_slider_coach .date {
        margin-bottom: 70px;
    }
    .slider_coach .slick-arrow {
        top: 140px;
    }
    .text_slider_coach .desc {
        font-size: 16px;
    }
    .inner_slider_coach .img_slider_coach img {
        max-height: 320px;
    }
    .menu_list li a{
        font-size: 24px;
    }
    .info_menu .social_list {
        padding: 10px 0 20px;
    }
    .slider_affiliated .slick-arrow{
        bottom: 0px;
    }
    .slider_affiliated .slick-arrow.slick-prev {
        left: -webkit-calc(25% + 40px);
        left: calc(25% + 40px);
        right: auto;
    }
    .slider_affiliated .slick-arrow.slick-next {
        left: -webkit-calc(25% + 100px);
        left: calc(25% + 100px);
    }
    .slider_shop_label .slick-slide{
        max-width: 300px;
    }
    .slider_shop_label .slick-snext {
        -webkit-transform: translate3d(30%, 0, -40px);
        transform: translate3d(30%, 0, -40px);
    }
    .slider_shop_label .slick-arrow.slick-next{
        right: 15px;
    }
    .desc_coach_label .number{
        font-size: 52px;
        right: 20px;
        top: 20px;
    }
    .slider_coach_label .slick-list {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .slider_affiliated_label .slick-list {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .slider_newfees_label .slick-list {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .slider_newmerch_label .slick-list:has(.item_affiliated_label) {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .section_coach .section_coach_label {
        margin-bottom: 15px;
    }
    .wrap_slider_shop_label{
        padding-right: 60px;
    }
    .slider_shop_label{
        padding-right: 0;
    }
    .img_coach_label {
        max-height: 400px;
    }
}

@media screen and (max-width: 1299px) {
    .bot_affiliated_label .inner_text{
        display: none;
    }
    .bot_affiliated_label .inner_link{
        display: block;
    }
    .top_affiliated_label .desc {
        padding: 30px 2% 0 2%;
    }
    .top_affiliated_label .desc .name {
        font-size: 28px;
    }
    .top_affiliated_label .desc .address {
        font-size: 18px;
    }
    .slider_affiliated_label .slick-slide{
        min-height: 370px;
    }
    .slider_newfees_label .slick-slide{
        min-height: 370px;
    }
    .slider_newmerch_label .slick-slide{
        min-height: 370px;
    }
    .bot_affiliated_label .text {
        padding-right: 10px;
        padding-left: 70px;
    }
    .bot_coach_label:before {
        font-size: 70px;
        left: -50px;
    }
    .bot_coach_label:after {
        left: -37px;
        top: 45px;
        width: 4px;
    }
    .top_affiliated_label .img:before{
        bottom: -140px;
    }
    .top_affiliated_label .img_fees:before{
        /*bottom: -140px;*/
    }
    .top_affiliated_label .img_fees-merch:before{
        /*bottom: -140px;*/
    }
    .top_affiliated_label .desc .address{
        margin-bottom: 20px;
    }
    .top_affiliated_label .desc .mode{
        margin-bottom: 10px;
    }
    .top_affiliated_label .items_mode .item_mode > p{
        font-size: 16px;
    }
    .items_mode .item_mode .date_item_mode p {
        font-size: 20px;
    }
    .top_affiliated_label{
        margin-bottom: 15px;
    }
    .img_coach_label {
        max-height: 350px;
    }
    .item_shop_label .name{
        /*opacity: 0.3;*/
        transition: all 0.4s;
    }
    .item_shop_label .line_btn{
        /*opacity: 0.3;*/
        transition: all 0.4s;
    }
    .item_shop_label.slick-current .name{
        opacity: 1;
    }
    .item_shop_label.slick-current .line_btn{
        opacity: 1;
    }
    .dots_shop_label{
        padding-right: 60px;
    }


}

@media screen and (max-width: 1199px) {
    .wrap_slider_shop_label{
        padding-right: 0px;
    }
    .slider_shop_label{
        padding-right: 30px;
    }
    .dots_shop_label{
        padding-right: 120px;
    }
    .slider_shop_label .slick-arrow.slick-next {
        right: 0px;
    }
    .slider_shop_label .slick-slide{
        max-width: 270px;
    }
    .slider_shop_label .slick-snext2 {
        -webkit-transform: translate3d(92%, 0, -82px);
        transform: translate3d(92%, 0, -82px);
    }
    .popup_free_training_mobile{
        display: block;
    }
    .popup_free_training{
        /*display: none;*/
    }
    .popup_free_training.active{
        right: -400px;
    }
    .section_main.section_full_page .title{
        /*padding-top: 0;*/
        padding-top: 60px;
    }
    .section_main.section_full_page .fp-tableCell {
        display: block;
    }
    .section_main.section_full_page .item_slick {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 20px;
        text-align: left;
    }
    .section_main.section_full_page .item_slick:after {
        margin-left: 0;
        left: 30px;
        top: 35px;
        /*content: none;*/
    }

    /*.section_main .wrap_slider_about .item_slick .item {*/
    /*    position: relative;*/
    /*}*/

    /*.section_main .wrap_slider_about .item_slick .item:after {*/
    /*    position: relative;*/
    /*}*/
    .img_popup_menu img{
        display: none;
    }
    .icons_about .item p{
        font-size: 16px;
        font-weight: 500;
    }
    .icons_about .item span{
        margin-bottom: 10px;
    }
    .icons_about .item {
        padding: 10px 0 15px;
    }
    .top_affiliated_label .desc {
        padding: 30px 2% 0 3%;
    }
    .top_affiliated_label .desc .name{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .top_affiliated_label .desc .address{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .top_affiliated_label .desc .label{
        font-size: 14px;
    }
    .top_affiliated_label .desc .mode{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .top_affiliated_label .items_mode .item_mode > p{
        font-size: 14px;
        width: 160px;
    }
    .top_affiliated_label .items_mode .date_item_mode p{
        font-size: 14px;
    }
    .bot_affiliated_label .text{
        font-size: 14px;
    }
    .slider_affiliated_label .slick-slide{
        min-height: 400px;
    }
    .slider_newfees_label .slick-slide{
        min-height: 400px;
    }
    .slider_newmerch_label .slick-slide{
        min-height: 400px;
    }
    .top_affiliated_label .img .number{
        font-size: 52px;
    }
    .bot_affiliated_label .text{
        padding-left: 70px;
        padding-right: 30px;
    }
    .top_affiliated_label .desc .address {
        padding-left: 20px;
    }
    .bot_affiliated_label .wrap_btn .btn{
        font-size: 14px;
        padding: 8px 0;
    }
    .top_coach_label .name{
        font-size: 22px;
        min-height: 52px;
    }
    .desc_coach_label {
        padding: 20px 3% 20px 9%;
    }
    .img_coach_label .number{
        top: 15px;
    }
    .bot_coach_label {
        font-size: 16px;
        line-height: 1.4;
    }
    .bot_coach_label:before {
        font-size: 70px;
        left: -50px;
    }
    .bot_coach_label:after {
        left: -37px;
        top: 45px;
        width: 4px;
    }
    .top_coach_label .date{
        margin-bottom: 16px;
    }

    .top_affiliated_label .desc .fees__address.address {
        padding-left: 0;
    }

    .fees__items {
        gap: 20px;
    }

    .bot_affiliated_label .wrap_btn a.new-btn  {
        padding: 8px 20px;
    }

    .new-merch__wrap-btn a.new-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .new-merch__descr {
        font-size: 14px;
        margin-top: 20px;
    }

    .new-merch__params {
        margin-block: 20px;
        gap: 10px;
        max-width: 100%;
    }

    .new-merch__param {
        font-size: 14px;
    }

    .new-merch__wrap-btn {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {
    .slider_coach_label{
        text-align: left;
    }

    .slider_shop_label .slick-slide {
        max-width: 250px;
    }
    .item_shop_label .name {
        font-size: 20px;
    }
    .item_shop_label .line_btn{
        padding-left: 20px;
        padding-right: 20px;
    }
    .item_shop_label .line_btn a.btn{
        width: 100%;
        max-width: 100%;
    }
    .item_shop_label{
        padding-bottom: 20px;
    }
    .dots_shop_label{
        text-align: center;
        padding-top: 10px;
        padding-right: 0;
    }
    .slider_shop_label {
        padding-right: 0px;
    }
    .slider_shop_label .slick-snext {
        -webkit-transform: translate3d(28%, 0, -40px);
        transform: translate3d(28%, 0, -40px);
    }
    .slider_shop_label .slick-snext2 {
        -webkit-transform: translate3d(70%, 0, -82px);
        transform: translate3d(70%, 0, -82px);
    }

    .links_fees{
        display: none;
    }
    .menu_list li a {
        font-size: 20px;
    }
    .text_slider_affiliated .number{
        font-size: 62px;
        left: -webkit-calc(50% + 120px);
        left: calc(50% + 120px);
        text-align: left;
    }
    .items_mode .item_mode{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .items_mode .item_mode > p{
        width: 140px;
    }
    .text_slider_affiliated .name{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .text_slider_affiliated .address{
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
    }
    .text_slider_affiliated{
        padding-top: 0px;
    }
    .section_full_page .title{
        position: static;
    }
    .section_affiliated{
        text-align: center;
    }
    .text_slider_affiliated .img{
        display: block;
        max-width: 290px;
        margin: 0 auto 20px;
    }
    .inner_slider_affiliated{
        display: block;
    }
    .inner_slider_affiliated .text_slider_affiliated{
        width: 100%;
    }
    .img_slider_affiliated{
        display: none;
    }
    .wrap_slider_partners{
        /*display: none;*/
        margin-left: auto;
        margin-right: auto;
    }
    .slider_partners .slick-slide img{
        max-width: 230px;
    }
    .wrap_slider_partners > p{
        display: none;
    }
    .list_inner_about{
        display: none;
    }
    .inner_about{
        display: block;
    }
    .inner_about > *{
        width: 100%;
    }
    #fp-nav{
        display: none;
    }
    .wrap_popup_menu{
        width: 70%;
        left: -70%;
    }
    .header_top{
        padding: 5px 15px 10px 15px;
    }
    .header_top a.training_top{
        display: none;
    }
    a.logo_top img{
        max-width: 150px;
    }
    .logo_popup{
        max-width: 150px;
    }
    a.close_popup_menu{
        /*margin-right: 0;*/
    }
    .wrap_popup_menu {
        padding: 20px 0px 0px 20px;
    }
    .section_main .wrap_slider_about .item_slick{
        left: 25%;
    }
    .section_full_page .title {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .section_main .wrap_slider_about .item_slick .item {
        font-size: 16px;
        line-height: 1.4;
        font-weight: bold;
    }
    .section_main .wrap_slider_about{
        padding-top: 50px;
    }
    .title_inner_about{
        text-align: center;
    }
    .text_about{
        margin: 0 auto 50px;
    }
    .icons_about .item{
        width: 33.3%;
    }
    .inner_slider_coach .img_slider_coach img{
        max-width: 270px;
    }
    inner_slider_coach {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .item_content_fess .item_slick{
        width: 100%;
    }
    .title_fees .links_fees .slick-dots li button{
        font-size: 24px;
    }
    .item_content_fess .name{
        font-size: 24px;
    }
    .item_content_fess .item_slick .item span{
        font-size: 16px;
        font-weight: bold;
    }
    .pay_inner_subscription .name{
        font-size: 28px;
    }
    .pay_inner_subscription{
        width: 60%;
    }
    .present_inner_subscription .text{
        font-size: 16px;
        font-weight: bold;
    }
    .map_inner_contacts{
        width: 50%;
        padding-left: 15px;
    }
    .section_contacts .items_mode .item_mode{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .popup_menu_callback .title{
        font-size: 22px;
    }
    .scroll-icon{
        display: none!important;
    }
    .slider_affiliated_label .slick-list{
        padding-left: 0!important;
    }
    .slider_newfees_label .slick-list{
        padding-left: 0!important;
    }
    .slider_newmerch_label .slick-list:has(.item_affiliated_label){
        padding-left: 0!important;
    }
    .section_affiliated .slider_affiliated_label{
        text-align: left;
    }
    .section_newcamps .slider_newfees_label{
        text-align: left;
    }
    .section_newmerch .slider_newmerch_label{
        text-align: left;
    }
    .slider_affiliated_label .items_mode .item_mode{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .slider_newfees_label .items_mode .item_mode{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .slider_newmerch_label .items_mode .item_mode{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bot_affiliated_label {
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .top_affiliated_label .img:after{
        display: none;
    }
    .top_affiliated_label .img_fees:after{
        display: none;
    }
    .top_affiliated_label .img_fees-merch:after{
        display: none;
    }
    .top_affiliated_label .img:before{
        display: none;
    }
    .top_affiliated_label .img_fees:before{
        display: none;
    }
    .top_affiliated_label .img_fees-merch:before{
        display: none;
    }
    .bot_affiliated_label .text {
        padding-left: 30px;
        padding-right: 20px;
    }
    .slider_affiliated_label .slick-slide {
        min-height: auto;
    }
    .slider_newfees_label .slick-slide {
        min-height: auto;
    }
    .slider_newmerch_label .slick-slide {
        min-height: auto;
    }
    .slider_coach_label .slick-list {
        padding-left: 0!important;
    }
    .section_coach {
        text-align: center;
    }
    .bot_affiliated_label .inner_link .link_desc_affiliated{
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .desc_coach_label .number {
        font-size: 38px;
        right: 10px;
        top: 10px;
    }


    .dots_shop_label {
        font-size: 14px;
        padding-right: 0;
        text-align: center;
    }
    .dots_shop_label .first {
        font-size: 26px;
    }
    .item_shop_label .line_btn a.btn {
        padding: 10px 0;
    }
    .slider_shop_label .slick-slide {
        max-width: 100%;
    }
    .slider_shop_label .slick-list {
        padding-right: 30% !important;
    }
    .slider_shop_label .slick-snext2 {
        -webkit-transform: translate3d(74%, 0, -82px);
        transform: translate3d(74%, 0, -82px);
    }
    .slider_shop_label .slick-snext {
        -webkit-transform: translate3d(36%, 0, -40px);
        transform: translate3d(36%, 0, -40px);
    }
    .top_coach_label .name {
        display: inline-block;
        vertical-align: top;
    }
    .slider_coach_label .slick-list {
        padding-bottom: 20px!important;
    }
    .dots_coach_label.mob {
        display: block;
        text-align: center;
    }
    .popup_mob_coach_label{
        display: block;
    }
    .img_coach_label .number {
        top: 10px;
        right: 10px;
        font-size: 52px;
    }
    .inner_coach_label{
        display: block;
    }
    .img_coach_label {
        width: 100%;
        text-align: center;
        max-height: 220px;
        overflow: hidden;
    }
    .img_coach_label img{
        margin-left: auto;
        margin-right: auto;
    }
    .desc_coach_label {
        width: 100%;
        padding-top: 20px 15px 15px;
        text-align: left;
    }
    .bot_coach_label{
        display: none;
    }
    .section_coach .section_coach_label .dots_coach_label {
        display: none;
    }
    .section_coach .section_coach_label {
        display: block;
        margin-bottom: 15px;
    }
    .slider_coach_label .slick-list {
        padding-top: 0px !important;
    }
    .items_mode .date_item_mode{
        min-width: 100px;
    }
    .items_mode .item_mode > p{
        width: 200px;
    }
    .item_tariffs_subscription > p{
        font-size: 18px;
    }
    .item_tariffs_subscription{
        width: 100%;
    }
    .popup_mobile_coach > *{
        display: block;
        margin-bottom: 8px;
    }
    .popup_mobile_coach > p{
        font-weight: bold;
    }
    .wrap_btn_coach_load{
        padding: 10px 0 10px;
        text-decoration: underline;
        max-width: 210px;
        margin: 0 auto;
    }
    .btn_coach_load{
        display: block;

    }
    .text_slider_coach .name {
        min-height: 100%;
        max-width: 260px;
    }
    .popup_mobile_info{
        max-width: 800px;
        background: #eeeeee;
        -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
        padding: 40px 30px 40px;
        margin: 0 auto;
        position: relative;
        display: none;
    }
    .mfp-content .popup_mobile_info{
        display: block;
    }
    html .wrap_training_top{
        display: none!important;
    }
    .menu_list{
        margin-bottom: 20px;
    }
    .info_menu a.phone {
        font-size: 20px;
    }
    .menu_list li a {
        font-size: 20px;
    }
    .logo_popup img {
        max-width: 110px;
    }
    .inner_shop .quest{
        display: none!important;
    }
    #popup_subscription .item_popup,
    .inner_inner_subscription{
        padding: 40px 15px 30px;
    }
    .inner_inner_subscription .form_callback{
        padding-left: 0;
        padding-right: 0;
    }
    .item_tariffs_subscription{
        padding: 0 5px;
    }
    .item_popup_subscription > h3 {
        font-size: 20px;
    }
    html .b24-widget-button-position-bottom-right{
        right: 10px;
        bottom: 10px;
    }
    .wrap_popup_menu {
        padding: 20px 0px 0px 0px;
    }
    .form_callback{
        padding-left: 15px;
        padding-right: 15px;
    }
    .item_content_fess .item_slick .item p{
        margin-bottom: 5px;
    }
    .item_content_fess .name{
        font-size: 16px;
        padding-left: 0;
        max-width: 100%;
    }
    .item_content_fess .wrap_btn{
        /*padding-left: 0;*/
    }
    .item_content_fess .item_slick{
        /*display: block;*/
        margin-bottom: 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item_content_fess .item_slick .item:nth-child(1){}
    .item_content_fess .item_slick .item:nth-child(2){
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    .item_content_fess .item_slick .item:nth-child(3){
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .item_content_fess .item_slick .item{
        width: 50%;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .item_content_fess .item_slick .item span{
        max-width: 100%;
        font-size: 14px;
        font-weight: normal;
    }
    .item_content_fess .name{
        margin: 0 auto 20px;
    }
    .section_fees{
        text-align: center;
    }
    .title_fees{
        margin-bottom: 30px;
        display: block;
    }
    .title_fees .title{
        width: 100%;
    }
    .section_full_page .title{
        margin-bottom: 20px;
    }
    .inner_shop .quest{
        padding-left: 0;
        padding-top: 10px;
    }
    .inner_shop .quest p a{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.1;
    }
    .inner_shop .quest p + p {
        margin-top: 2px;
    }
    .slider_shop .item .name{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .slider_shop .item .img{
        height: auto;
        max-width: 180px;
        margin: 0 auto 15px;
    }
    .inner_shop{
        text-align: center;
    }
    .inner_shop .desc_inner_shop,
    .inner_shop .wrap_slider_shop{
        width: 100%;
    }
    .inner_shop{
        display: block;
    }
    .section_full_page.section_affiliated .title{
        margin-bottom: 15px;
    }
    .section_full_page.section_newcamps .title{
        margin-bottom: 15px;
    }
    .section_full_page.section_newmerch .title{
        margin-bottom: 15px;
    }
    .items_mode .item_mode + .item_mode{
        margin-top: 4px;
    }
    .text_slider_affiliated .mode{
        margin-bottom: 10px;
    }
    .items_mode{
        margin-bottom: 10px;
    }
    .items_mode .item_mode > p,
    .items_mode .item_mode .date_item_mode p{
        font-size: 16px;
        text-align: left;
    }
    .text_slider_affiliated .number {
        /*
        left: -webkit-calc(50% + 90px);
        left: calc(50% + 90px);
        */
        top: 95px;
        left: auto;
        right: 0;
        text-align: right;
    }
    .text_slider_affiliated .img{
        max-width: 230px;
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 0;
    }
    .text_slider_affiliated .address{
        margin-bottom: 5px;
    }
    .text_slider_affiliated .name{
        margin-bottom: 0;
    }
    .section_main .slick-dots{
        padding-bottom: 10px;
    }
    .section_coach .item_slick{
        padding-top: 40px;
    }
    .section_coach .item_slick:before{
        top: 25px;
    }
    .text_slider_coach .desc span{
        display: inline-block;
        vertical-align: top;
    }
    .text_slider_coach .desc{
        font-size: 16px;
        font-weight: bold;
    }
    .inner_slider_coach .img_slider_coach .number{
        font-size: 62px;
        top: -webkit-calc(50% - 31px);
        top: calc(50% - 31px);
        right: 0;
        left: -webkit-calc(100% + 15px);
        left: calc(100% + 15px);
        text-align: left;
    }
    .text_slider_coach .img_slider_coach{
        margin: 0 auto 15px;
        text-align: center;
        max-width: 130px;
        position: relative;
    }
    .inner_slider_coach .img_slider_coach img {
        max-width: 100%;
    }
    .text_slider_coach .name{
        margin: 0 auto 5px;
        padding-left: 0;
        font-size: 24px;
    }
    .text_slider_coach .date{
        margin-bottom: 12px;
        padding-left: 0;
    }

    .img_slider_coach{
        display: none;
    }
    .section_coach{
        text-align: center;
    }
    .inner_slider_coach{
        display: block;
    }
    .inner_slider_coach > div{
        width: 100%;
    }
    .icons_about .item p{
        font-size: 14px;
    }
    .icons_about .item span {
        min-height: 50px;
    }
    .slick-dots{
        padding-bottom: 0;
        font-size: 0;
    }
    .icons_about .item{
        padding-top: 0;
        padding-bottom: 0;
    }
    .text_about{
        margin-bottom: 20px;
    }
    .icons_about .item span img{
        max-width: 40px;
    }
    .text_about{
        font-size: 16px;
        font-weight: bold;
    }
    .section_about .fp-tableCell{
        vertical-align: bottom;
    }
    .fp-tableCell{
        vertical-align: middle;
        padding-bottom: 10px;
    }
    .wrap_training_top{
        text-align: center;
    }
    .vertical_line .item_3,
    .vertical_line .item_4,
    .vertical_line .item_5{
        display: none;
    }
    .vertical_line span.item_1{
        left: 33.333%;
    }
    .vertical_line span.item_2{
        left: 66.666%;
    }
    .section_full_page .title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .section_main .wrap_slider_about{
        padding-top: 10px;
    }
    .item_slick{
        padding: 60px 0 0 0;
    }
    .item_slick:before {
        content: '';
        width: 70px;
        height: 4px;
        left: 50%;
        margin-left: -35px;
        top: 40px;
    }
    .item_slick:after{
        left: 50%;
        margin-left: -14px;
        top: 0;
        height: 14px;
    }
    .section_main .wrap_slider_about .item_slick{
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    .logo_popup {
        max-width: 120px;
    }
    .popup_menu{
        text-align: center;
    }
    .wrap_popup_menu{
        width: 95%;
        left: -95%;
    }
    .header_top .social_list{
        display: none;
    }
    .wrap_menu_logo{
        width: 100%;
    }
    a.menu_top{
        margin-right: 0;
    }
    a.menu_top > i{
        height: 34px;
    }
    a.menu_top span{
        display: none;
    }
    .wrap_menu_logo{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    a.logo_top{
        margin-left: 0;
        margin-top: 0;
    }
    a.logo_top img{
        max-width: 110px;
    }

    .items_content_fess .item_slick{
        padding-top: 50px;
    }
    .items_content_fess .item_slick:before{
        top: 30px;
    }
    .title_fees{
        margin-bottom: 20px;
    }
    .section_subscription{
        text-align: center;
    }
    .section_subscription .info_inner_contacts {
        width: 100%;
    }
    .inner_subscription{
        display: block;
    }
    .pay_inner_subscription{
        width: 100%;
    }
    .pay_inner_subscription .name{
        border-left: 0;
        margin: 0 auto 15px;
        padding-left: 0;
    }
    .pay_inner_subscription .wrap_btn{
        padding-left: 0;
        margin-bottom: 20px;
    }
    .section_subscription .item_slick:before{
        top: 50px;
    }
    .pay_list{
        display: block;
        font-size: 0;
    }
    .pay_list p{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .pay_list > img{
        display: inline-block;
        vertical-align: middle;
        max-width: 100px;
        max-height: 30px;
    }
    .present_inner_subscription .text{
        margin-bottom: 20px;
    }
    .pay_inner_subscription .name{
        font-size: 26px;
    }
    .section_subscription.section_full_page .title{
        margin-bottom: 20px;
    }
    .pay_list .pay_visa{
        margin-top: 5px;
    }
    .section_subscription .pay_list{
        padding-bottom: 15px;
    }
    .inner_contacts{
        display: block;
    }
    .inner_contacts > div{
        width: 100%;
    }
    .section_contacts{
        text-align: center;
    }
    .section_contacts .item_slick{
        padding-top: 0;
    }
    .section_contacts .item_slick:after,
    .section_contacts .item_slick:before{
        display: none;
    }
    .info_inner_contacts .phone a{
        font-size: 24px;
    }
    .info_inner_contacts .email a{
        font-size: 16px;
        font-weight: bold;
    }
    .map_inner_contacts{
        padding-top: 20px;
    }
    .section_contacts .items_mode .item_mode {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .map_inner_contacts{
        margin-bottom: 15px;
    }
    .section_contacts .wrap_bottom{
        padding-left: 0;
    }
    .map_inner_contacts{
        padding-left: 0;
    }
    .wrap_map img{
        max-height: 150px;
    }
    .info_inner_contacts .wrap_bottom{
        padding-top: 15px;
    }
    .info_inner_contacts .phone {
        margin-bottom: 0px;
    }
    .form_callback{
        padding-top: 10px;
    }
    .form_callback{
        margin: 0 auto;
    }
    .popup_menu_callback .title{
        margin-bottom: 20px;
    }
    .popup_menu{
        padding-right: 0;
    }
    a.close_popup_menu{
        margin-right: 20px;
    }
    .form_callback .item{
        margin-bottom: 20px;
    }
    .form_callback .item > p{
        margin-bottom: 10px;
    }
    .menu_list li{
        margin-bottom: 8px;
    }
    .wrap_popup_menu .top{
        margin-bottom: 15px;
    }
    .wrap_popup_menu{
        padding-top: 10px;
    }
    .logo_popup{
        padding-left: 15px;
        padding-top: 5px;
    }
    .wow{
        visibility: visible;
    }
    .wrap_map{
        max-height: 150px!important;
        overflow: hidden!important;
    }
    .top_affiliated_label{
        flex-wrap: wrap;
    }
    .top_affiliated_label .img{
        width: 100%;
    }
    .top_affiliated_label .img_fees{
        width: 100%;
    }
    .top_affiliated_label .img_fees-merch{
        width: 100%;
    }
    .top_affiliated_label .desc{
        width: 100%;
    }
    .bot_affiliated_label .text{
        display: none;
    }
    .section_affiliated .section_affiliated_label .dots_affiliated_label{
        display: none;
    }
    .section_newcamps .section_affiliated_label .dots_newfees_label{
        display: none;
    }
    .section_newmerch .section_affiliated_label .dots_newmerch_label{
        display: none;
    }
    .top_affiliated_label .desc{
        position: static;
    }
    .top_affiliated_label{
        position: relative;
    }
    .top_affiliated_label .desc .label {
        padding: 6px 15px;
        top: 10px;
        right: -10px;
    }
    .section_affiliated_label + .content_big{
        padding-right: 0;
    }
    .slider_affiliated_label .slick-list {
        padding-right: -webkit-calc(16% + 15px)!important;
        padding-right: calc(16% + 15px)!important;
    }
    .slider_newfees_label .slick-list {
        padding-right: -webkit-calc(16% + 15px)!important;
        padding-right: calc(16% + 15px)!important;
    }
    .slider_newmerch_label .slick-list:has(.item_affiliated_label) {
        padding-right: -webkit-calc(16% + 15px)!important;
        padding-right: calc(16% + 15px)!important;
    }
    .slider_affiliated_label .slick-snext2 {
        -webkit-transform: translate3d(50%, 0, -94px);
        transform: translate3d(50%, 0, -94px);
    }
    .slider_newfees_label .slick-snext2 {
        -webkit-transform: translate3d(50%, 0, -94px);
        transform: translate3d(50%, 0, -94px);
    }
   .slider_newmerch_label .item_affiliated_label.slick-snext2 {
        -webkit-transform: translate3d(50%, 0, -94px);
        transform: translate3d(50%, 0, -94px);
    }

    .slider_newmerch_label .item_affiliated_label {
        height: auto;
    }
    .slider_affiliated_label .slick-snext{
        -webkit-transform: translate3d(22%, 0, -40px);
        transform: translate3d(22%, 0, -40px);
    }
    .slider_newfees_label .slick-snext{
        -webkit-transform: translate3d(22%, 0, -40px);
        transform: translate3d(22%, 0, -40px);
    }
    .slider_newmerch_label .item_affiliated_label.slick-snext{
        -webkit-transform: translate3d(22%, 0, -40px);
        transform: translate3d(22%, 0, -40px);
    }
    .slider_newfees_label .slick-snext{
        -webkit-transform: translate3d(22%, 0, -40px);
        transform: translate3d(22%, 0, -40px);
    }
    .slider_newmerch_label .item_affiliated_label.slick-snext{
        -webkit-transform: translate3d(22%, 0, -40px);
        transform: translate3d(22%, 0, -40px);
    }
    .top_affiliated_label .img .number{
        /*
        font-size: 48px;
        right: 15px;
        top: auto;
        bottom: -14px;
         */
        font-size: 40px;
        top: auto;
        right: 10px;
        bottom: 10px;
        width: 56px;
    }
    .top_affiliated_label .desc {
        padding: 10px 15px 0;
    }
    .bot_affiliated_label {
        display: block;
        width: 100%;
        padding: 0 15px 15px;
    }
    .bot_affiliated_label .wrap_btn{
        width: 100%;
    }
    .bot_affiliated_label .wrap_btn a.btn{
        max-width: 100%;
        display: block;
    }
    .section_affiliated .section_affiliated_label{
        display: block;
        margin-bottom: 15px;
    }
    .section_newcamps .section_affiliated_label{
        display: block;
        margin-bottom: 15px;
    }
    .section_newmerch .section_affiliated_label{
        display: block;
        margin-bottom: 15px;
    }
    .section_full_page.section_affiliated .title {
        margin-bottom: 0px;
    }
    .section_full_page.section_newcamps .title {
        margin-bottom: 0px;
    }
    .section_full_page.section_newmerch .title {
        margin-bottom: 0px;
    }
    .slider_affiliated_label .slick-list{
        padding-top: 0!important;
    }
    .slider_newfees_label .slick-list{
        padding-top: 0!important;
    }
    .slider_newmerch_label .slick-list:has(.item_affiliated_label){
        padding-top: 0!important;
    }
    .top_affiliated_label .items_mode{
        display: none;
    }
    .top_affiliated_label .mode{
        display: none;
    }
    .top_affiliated_label .desc .address{
        min-height: 38px;
    }
    .dots_affiliated_label.mob{
        display: block;
        text-align: center;
    }
    .dots_newfees_label.mob{
        display: block;
        text-align: center;
    }
    .dots_newmerch_label.mob{
        display: block;
        text-align: center;
    }
    .slider_affiliated_label .slick-list{
        padding-bottom: 20px!important;
    }
   .slider_newfees_label .slick-list{
        padding-bottom: 20px!important;
    }
    .slider_newmerch_label .slick-list:has(.item_affiliated_label){
        padding-bottom: 20px!important;
    }
    .top_affiliated_label{
        margin-bottom: 5px;
    }
    .top_affiliated_label .desc .address{
        margin-bottom: 15px;
    }
    .popup_mob_affiliated_label{
        display: block;
    }
    .item_shop_label .name{
        /*opacity: 0.3;*/
        transition: all 0.4s;
    }
    .item_shop_label .line_btn{
        /*opacity: 0.3;*/
        transition: all 0.4s;
    }
    .item_shop_label.slick-snext .name{
        opacity: 0.4;
    }
    .item_shop_label.slick-snext .line_btn{
        opacity: 0.4;
    }
    .item_shop_label.slick-current .name{
        opacity: 1;
    }
    .item_shop_label.slick-current .line_btn{
        opacity: 1;
    }
    .items_content_fess .item_slick {
        padding-top: 10px;
    }
    .item_slick:before{
        display: none;
    }
    .item_slick:after{
        top: -10px;
    }

    .item_shop_label .img img {
        min-height: auto;
        max-height: 300px;
    }

    .section_shop .title {
    	display: none;
    }

    a.new-btn {
        width: 100%;
    }

    .fees__img img {
        max-height: 450px;
    }
    .fees__img-merch img {
        max-height: 450px;
    }

    .new-merch__wrap-btn {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .new-merch__desktop-info {
        display: none;
    }

    .new-merch__more-link {
        font-weight: 500;
        font-size: 16px;
        color: #2b3033;
        display: block;
        text-decoration: underline;
        text-align: center;
    }

    .new-merch__more-link:hover {
        color: black;
    }

    .new-merch__container .name {
        text-align: center;
    }

    .new-merch__label .fees__img {
        height: 310px;
    }
    .new-merch__label .fees__img-merch {
        height: 310px;
    }

}

@media screen and (max-width: 500px) {
    .pay_list > img{
        display: inline-block;
        vertical-align: middle;
        max-width: 80px;
        max-height: 26px;
        margin: 0 5px;
    }
}


/* End */
/* /local/templates/main/css/libs.css?1632400926124347 */
/* /local/templates/main/css/swiper-bundle.min.css?174859164818452 */
/* /local/templates/main/css/main.css?175647149278495 */
/* /local/templates/main/css/cell.css?175636810342860 */
