

/* Start:/local/templates/mtk/assets/css/animate.css?175329843677749*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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;
  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;
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-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 (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* End */


/* Start:/local/templates/mtk/assets/css/air-datepicker.css?175329843619597*/
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:#46b4a5;font-weight:bold;}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:#2016bd;display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

/* End */


/* Start:/local/templates/mtk/assets/css/style.css?175329843678061*/
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R6Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdR-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhqx-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhEhiZsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdRiZsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhXBiZsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/russoone/v16/Z9XUDmZRWg6M1LvRYsH-yA.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Onest", serif;
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Onest", serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1320px;
}
* {
  outline: none!important;
}
.flex {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  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: justify;
  -ms-flex-pack: justify;
}
.first-block {
  padding-top: 49px;
  background: url('/local/templates/mtk/assets/img/first-block.jpg') center / cover;
  margin-bottom: 46px;
  color: #fff;
}
.first-block .image {
  width: 100%;
  display: none;
}
.first-block .header {
  margin-bottom: 105px;
}
.first-block .header .menu-button {
  width: 60px;
  height: 60px;
  background: url('/local/templates/mtk/assets/img/menu-button.svg');
}
.first-block .header .menu-button:hover {
  background: url('/local/templates/mtk/assets/img/menu-buttonh.svg');
}
.first-block .info {
  margin-bottom: 74px;
}
.first-block .info .date {
  line-height: 30px;
  padding-left: 50px;
  background: url('/local/templates/mtk/assets/img/date.svg') no-repeat 0 4px;
  font-family: Russo One;
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
}
.first-block .info .adress {
  line-height: 30px;
  padding-left: 45px;
  background: url('/local/templates/mtk/assets/img/adress.svg') no-repeat 0 3px;
  font-family: Russo One;
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
}
.first-block .info .langs {
  margin-top: 12px;
}
.first-block .info .langs a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.first-block .info .langs a:hover {
  color: #fff;
}
.first-block .info .langs a:not(:last-child) {
  margin-right: 10px;
}
.first-block .info .langs a.active {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.first-block .info .langs a.active:hover {
  color: #46b4a5;
}
.first-block .text {
  margin-bottom: 38px;
  padding: 40px 45px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 0px 30px 0px 30px;
  backdrop-filter: blur(30px);
  background: linear-gradient(-49.13deg, rgba(0, 0, 0, 0.05) 8.928%, rgba(255, 255, 255, 0.05) 97.713%);
}
.first-block .text h1 {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.first-block .support {
  margin-bottom: 45px;
}
.first-block .support p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.first-block .support .item {
  line-height: 60px;
}
.first-block .support .item img {
  vertical-align: middle;
}
.first-block .support button {
  width: 200px;
  height: 60px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
  font-size: 18px;
  text-transform: uppercase;
}
.first-block .support button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.first-block .support button:hover i {
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.first-block .support button span {
  font-weight: 700;
}
.first-block .support button i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/caret.svg');
  margin: -2px 0 0 4px;
}
.first-block .buttons {
  padding: 24px 0 33px;
  backdrop-filter: blur(30px);
  background: linear-gradient(-49.13deg, rgba(0, 0, 0, 0.05) 8.82%, rgba(255, 255, 255, 0.05) 97.764%);
}
.first-block .buttons p {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.first-block .buttons p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.25);
  width: calc(100% - 150px);
  height: 1px;
}
.first-block .buttons .flex {
  padding-top: 8px;
}
.first-block .buttons .flex a:nth-child(1) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #4f53f1;
}
.first-block .buttons .flex a:nth-child(2) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #16a3a5;
}
.first-block .buttons .flex a:nth-child(3) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #00b050;
}
.first-block .buttons .flex a:nth-child(4) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #43bce9;
}
.first-block .buttons .flex a:nth-child(5) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.first-block .buttons .flex a:nth-child(6) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 100%), #26d9c2;
}
.first-block .buttons .flex button {
  width: 100%;
  margin-top: 14px;
  color: #fff;
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 300;
  padding: 0 40px;
  position: relative;
}
.first-block .buttons .flex button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.first-block .buttons .flex button:hover {
  filter: brightness(1.2);
}
.first-block .buttons .flex button span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.missions-block {
  padding-bottom: 165px;
}
.missions-block h2 {
  text-align: center;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.missions-block .list .item {
  width: 30%;
  margin-top: 78px;
  position: relative;
  border-radius: 0px 30px 0px 30px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
}
.missions-block .list .item .icon {
  position: absolute;
  top: -72px;
  right: -45px;
  z-index: 3;
}
.missions-block .list .item .name {
  height: 172px;
  border-radius: 0px 20px 0px 20px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  position: relative;
}
.missions-block .list .item .name h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px 0 50px;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
}
.missions-block .list .item ul {
  padding: 42px 24px 26px 22px;
}
.missions-block .list .item ul li {
  margin-bottom: 30px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background: url('/local/templates/mtk/assets/img/li.svg') no-repeat 0 5px;
}
.platforms-block {
  background: url('/local/templates/mtk/assets/img/platforms-block.jpg') center / cover;
  padding: 87px 0 40px;
  margin-bottom: 86px;
  position: relative;
}
.platforms-block:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -97px;
  background: url('/local/templates/mtk/assets/img/before.svg');
  width: 194px;
  height: 194px;
}
.platforms-block h2 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.platforms-block .top-text {
  text-align: center;
  margin-bottom: 40px;
  color: #66727f;
  line-height: 24px;
}
.platforms-block .list .item {
  width: 48%;
  margin-bottom: 60px;
}
.platforms-block .list .item.small {
  width: 30%;
}
.platforms-block .list .item.small .image img {
  width: 150px;
  max-width: 150px;
  margin-right: 35px;
  border-radius: 30px 0;
}
.platforms-block .list .item.small .text {
  background: none;
  margin-left: 26px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 62px 0 0 0;
}
.platforms-block .list .item.small .text:before {
  left: 0;
}
.platforms-block .list .item .image {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.platforms-block .list .item .image img {
  width: 250px;
  max-width: 250px;
  margin-right: 65px;
  border-radius: 0px 30px 0px 30px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
}
.platforms-block .list .item .name {
  display: table-cell;
  vertical-align: middle;
  line-height: 24px;
  color: #66727F;
}
.platforms-block .list .item .name h3 {
  margin-bottom: 30px;
  font-family: 'Russo One';
  font-size: 24px;
  line-height: 29px;
  color: #2016BD;
  font-weight: 400;
}
.platforms-block .list .item .text {
  margin-left: 72px;
  position: relative;
  background: #fff;
  border-radius: 0px 30px 0px 30px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  padding: 36px 42px;
  line-height: 24px;
}
.platforms-block .list .item .text:before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: url('/local/templates/mtk/assets/img/before2.svg');
  z-index: 2;
  top: -36px;
  left: -26px;
}
.platforms-block .middle-text {
   margin-bottom: 90px;
  color: #66727f;
  line-height: 24px;
  text-align: center;
}
.guests-block {
  padding-bottom: 110px;
}
.guests-block h2 {
  text-align: center;
  margin-bottom: 120px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.guests-block .list {
  padding-bottom: 40px;
}
.guests-block .list .item {
  margin-bottom: 60px;
  width: 18%;
  margin-right: 2.5%;
}
.guests-block .list .item:nth-child(5n) {
  margin-right: 0;
}
.guests-block .list .item .photo {
  margin-bottom: 35px;
  position: relative;
}
.guests-block .list .item .photo:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 16px;
  left: 20px;
  border-radius: 30px;
  background: linear-gradient(90deg, #46b4a5, #2016bd 100%);
}
.guests-block .list .item .photo img {
  position: relative;
  border-radius: 30px 0px 30px 0px;
}
.guests-block .list .item h3 {
  padding-left: 34px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2016BD;
}
.guests-block .list .item p {
  padding-left: 34px;
  line-height: 24px;
}
.guests-block .partners {
  border: 4px solid #46b4a5;
  border-radius: 20px;
  padding: 78px 20px 20px 50px;
}
.guests-block .partners .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 50px 0;
}
.video-block {
  background: #f7f8f8;
  padding: 55px 0 126px;
  margin-bottom: 85px;
}
.video-block h2 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.video-block .video {
  height: 600px;
  border-radius: 30px;
  position: relative;
}
.video-block .video .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-block .video .link span {
  display: block;
  width: 283px;
  height: 283px;
  margin: 0 auto 35px auto;
  background: url('/local/templates/mtk/assets/img/play.svg');
}
.video-block .video .link button {
  background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  position: relative;
}
.video-block .video .link button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.video-block .video .link button:hover:after {
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.video-block .video .link button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/caret.svg');
}
.scheme-block {
  text-align: center;
  padding-bottom: 135px;
}
.scheme-block h2 {
  margin-bottom: 54px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.scheme-block .logo {
  margin-bottom: 65px;
}
.scheme-block .link {
  display: inline-block;
  text-decoration: none;
  margin-top: 25px;
  padding-left: 25px;
  background: url('/local/templates/mtk/assets/img/zoom2.svg') no-repeat left bottom;
  line-height: 24px;
  color: #2016BD;
  display: none;
}
.program-block {
  padding: 85px 0 65px;
  margin-bottom: 90px;
  background: url('/local/templates/mtk/assets/img/program-block.jpg') center / cover;
  color: #fff;
  position: relative;
}
.program-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  background: linear-gradient(-49.13deg, rgba(0, 0, 0, 0.05) 9.141%, rgba(255, 255, 255, 0.05) 97.613%);
}
.program-block .wrap {
  position: relative;
}
.program-block h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.program-block .top-text {
  text-align: center;
  margin-bottom: 18px;
  line-height: 24px;
}
.program-block .list {
  padding-bottom: 10px;
}
.program-block .list .item {
  margin-bottom: 36px;
  width: 23%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.program-block .list .item img {
  margin-bottom: 90px;
}
.program-block .list .item p {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
}
.program-block .bottom {
  border-top: 1px solid #46b4a5;
  padding-top: 32px;
  position: relative;
}
.program-block .bottom .item {
  width: 69%;
  text-align: center;
}
.program-block .bottom .item:nth-child(2) {
  width: 29%;
  text-align: center;
}


.program-block .bottom .item p {
  margin-bottom: 40px;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.program-block .bottom .item .button button {
  background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  position: relative;
}
.program-block .bottom .item .button button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.program-block .bottom .item .button button:hover:after {
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.program-block .bottom .item .button button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/caret.svg');
}
.program-block .bottom .item .buttons a:nth-child(2) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #00b050;
}
.program-block .bottom .item .buttons a:nth-child(3) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #43bce9;
}
.program-block .bottom .item .buttons a:nth-child(4) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}

.program-block .bottom .item .buttons a:nth-child(1) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #26d9c2;
}
.program-block .bottom .item .buttons button {
  margin: 0 10px;
  color: #fff;
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 300;
  padding: 0 35px;
  position: relative;
}
.program-block .bottom .item .buttons button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.program-block .bottom .item .buttons button:hover {
  filter: brightness(1.2);
}
.program-block .bottom .item .buttons button span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.themes-block {
  padding-bottom: 80px;
}
.themes-block h2 {
  text-align: center;
  margin-bottom: 55px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.themes-block .top-list {
  position: relative;
  margin-bottom: 122px;
  text-align: center;
  font-size: 0;
}
.themes-block .top-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 1px;
  background: #2016bd;
}
.themes-block .top-list .item {
  display: inline-block;
  background: #fff;
  vertical-align: top;
  padding: 0 32px;
  position: relative;
}
.themes-block .top-list .item p {
  margin-top: 20px;
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.themes-block .list .item {
  width: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 90px;
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  padding: 50px 20px 25px 30px;
  position: relative;
}
.themes-block .list .item p {
  line-height: 24px;
}
.themes-block .list .item .icon {
  position: absolute;
  left: 30px;
  top: -57px;
}
.themes-block .list .item .colors {
  position: absolute;
  top: 12px;
  right: 8px;
}
.exposition-block {
  background: url('/local/templates/mtk/assets/img/exposition-block.jpg') center / cover;
  text-align: center;
  color: #fff;
  padding-top: 70px;
}
.exposition-block h2 {
  text-align: center;
  margin-bottom: 18px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.exposition-block .top-text {
  text-align: center;
  margin-bottom: 55px;
  line-height: 24px;
}
.exposition-block .list .item {
  margin-bottom: 70px;
  width: 26%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.exposition-block .list .item img {
  margin-bottom: 32px;
}
.exposition-block .list .item p {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
}
.exposition-block .bottom {
  backdrop-filter: blur(30px);
  background: linear-gradient(-49.13deg, rgba(0, 0, 0, 0.05) 8.916%, rgba(255, 255, 255, 0.05) 97.719%);
  padding: 54px 0 60px;
}
.exposition-block .bottom .item {
  width: 49%;
  margin-bottom: 30px;
}
.exposition-block .bottom .item p {
  margin-bottom: 40px;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.exposition-block .bottom .item .button a {
  text-decoration: none;
}
.exposition-block .bottom .item .button button {
  background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  margin: 0 10px;
  position: relative;
  margin: 10px;
}
.exposition-block .bottom .item .button button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.exposition-block .bottom .item .button button:hover:after {
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.exposition-block .bottom .item .button button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/caret.svg');
}
.exposition-block .bottom .item .buttons a {
  text-decoration: none;
}
.exposition-block .bottom .item .buttons a:nth-child(1) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #4f53f1;
}
.exposition-block .bottom .item .buttons a:nth-child(2) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #16a3a5;
}

.exposition-block .bottom .item .buttons a:nth-child(3) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #00b050;
}
.exposition-block .bottom .item .buttons button {
  margin: 0 10px;
  color: #fff;
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 300;
  padding: 0 45px;
  position: relative;
}
.exposition-block .bottom .item .buttons button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.exposition-block .bottom .item .buttons button:hover {
  filter: brightness(1.2);
}
.exposition-block .bottom .item .buttons button span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.congress-block {
  padding: 90px 0;
  overflow: hidden;
}
.congress-block.bg {
  background: #f7f8f8 url('/local/templates/mtk/assets/img/bg.png') no-repeat right 0 top 214px;
}
.congress-block h2 {
  text-align: center;
  margin-bottom: 48px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.congress-block h3 {
  position: relative;
  margin: 0 0 46px 370px;
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.congress-block h3.other {
  margin: 0 0 90px 440px;
}
.congress-block h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 25px;
  width: 100000px;
  height: 1px;
  background: #2016bd;
}
.congress-block h3 img {
  vertical-align: middle;
  margin: -4px 16px 0 0;
	float: left;
    margin-top: -30px;
}
.congress-block .block1 {
  width: 30%;
}
.congress-block .block1 p {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 30px;
}
.congress-block .block1 p.blue {
  color: #2016bd;
}
.congress-block .block1 p span {
  font-weight: 700;
}
.congress-block .block1 .logos {
  margin-bottom: 42px;
}
.congress-block .block2 {
  width: 67%;
  margin-bottom: 55px;
}
.congress-block .block2 .list .item {
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 55px;
  margin-right: 2.666667%;
  padding: 18px 20px;
  text-align: center;
  border-radius: 0px 20px 0px 20px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
}
.congress-block .block2 .list .item:nth-child(4n) {
  margin-right: 0;
}
.congress-block .block2 .list .item p {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.congress-block .block2 .list2 {
  margin-bottom: -40px;
}
.congress-block .block2 .list2 .item {
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 95px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  padding: 77px 15px 22px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}
.congress-block .block2 .list2 .item img {
  position: absolute;
  left: 43px;
  top: -55px;
}
.congress-block .block2 .bottom-text {
  color: #66727f;
  line-height: 24px;
}
.congress-block .block3 .item {
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
}
.congress-block .block3 .item .name {
  width: 360px;
  height: 142px;
  border-radius: 0px 20px 0px 20px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  position: relative;
}
.congress-block .block3 .item .name h4 {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.congress-block .block3 .item .text {
  width: 46%;
  color: #66727f;
  line-height: 24px;
}
.congress-block .block3 .item .text h4 {
  color: #000;
  margin-bottom: 20px;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.congress-block .block3 .item .support {
  color: #2016bd;
  line-height: 24px;
  width: 16%;
}
.congress-block .block3 .item .support p {
  margin-bottom: 20px;
}
.congress-block .gallery {
  margin-bottom: 60px;
}
.congress-block .gallery .item {
  margin: 0 1px 0 0;
}
.congress-block .gallery .item a {
  display: block;
  position: relative;
}
.congress-block .gallery .item a:hover:after {
  opacity: 1;
}
.congress-block .gallery .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(32, 22, 189, 0.5) url('/local/templates/mtk/assets/img/zoom.svg') no-repeat center;
  opacity: 0;
}
.congress-block .gallery .slick-prev,
.congress-block .gallery .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 95px;
  height: 95px;
  bottom: -48px;
}
.congress-block .gallery .slick-prev {
  background: url('/local/templates/mtk/assets/img/prev.svg');
  left: 50%;
  margin-left: -96px;
}
.congress-block .gallery .slick-prev:hover {
  background: url('/local/templates/mtk/assets/img/prevh.svg');
}
.congress-block .gallery .slick-next {
  background: url('/local/templates/mtk/assets/img/next.svg');
  right: 50%;
  margin-right: -96px;
}
.congress-block .gallery .slick-next:hover {
  background: url('/local/templates/mtk/assets/img/nexth.svg');
}
.congress-block .sl-count {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #66727f;
}
.congress-block .sl-count .sl-count__current {
  font-weight: 700;
  color: #2016bd;
}
.congress-block .countries {
  text-align: center;
  margin-bottom: -50px;
}
.congress-block .countries .item {
  width: 15%;
  margin-bottom: 60px;
}
.congress-block .countries .item p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.more-events-block {
  background: url('/local/templates/mtk/assets/img/more-events-block.jpg') center / cover;
  padding: 58px 0 70px;
  margin-bottom: 78px;
}
.more-events-block h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.more-events-block .list {
  padding-bottom: 32px;
}
.more-events-block .list .item {
  width: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  padding: 16px 36px 30px 36px;
}
.more-events-block .list .item p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.more-events-block .list .text {
  width: 30%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  padding: 35px 30px;
  font-size: 16px;
  font-weight: 600;
}
.more-events-block .list .text h4 {
  margin-bottom: 20px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2016BD;
}
.more-events-block .bottom-text {
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.themes-block2 {
  padding-bottom: 60px;
}
.themes-block2 h2 {
  text-align: center;
  margin-bottom: 80px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.themes-block2 .list {
  padding-bottom: 120px;
}
.themes-block2 .list .item {
  width: 15%;
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.themes-block2 .list .item:last-child {
  background: url('/local/templates/mtk/assets/img/bg.svg') no-repeat left bottom;
}
.themes-block2 .list .item img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 0px 20px 0px 20px;
}
.themes-block2 .list2 .item {
  width: 16%;
  text-align: center;
  margin-bottom: 35px;
}
.themes-block2 .list2 .item p {
  margin-top: 26px;
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.year-block {
  text-align: center;
  padding: 60px 0 1px;
  position: relative;
  overflow: hidden;
}
.year-block .year {
  background: linear-gradient(90deg, #ffffff, #46b4a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Russo One;
  font-size: 300px;
  font-weight: 400;
  line-height: 362px;
  margin-bottom: -85px;
}
.year-block p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-top: 60px;
}
.about-block {
  padding: 64px 0 84px;
  background: url('/local/templates/mtk/assets/img/about-block.jpg') center / cover;
  margin-bottom: 82px;
  color: #fff;
  position: relative;
}
.about-block .about {
  width: 45%;
}
.about-block .about h2 {
  margin-bottom: 62px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.about-block .about .text {
  margin-bottom: 70px;
  border-radius: 20px;
  backdrop-filter: blur(30px);
  background: linear-gradient(-49.13deg, rgba(0, 0, 0, 0.05) 12.298%, rgba(255, 255, 255, 0.05) 96.129%);
  padding: 44px 70px 40px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.about-block .about .buttons {
  text-align: left;
}
.about-block .about .buttons a {
  display: inline-block;
  text-decoration: none;
}
.about-block .about .buttons a:not(:last-child) {
  margin: 10px;
}
.about-block .about .buttons button {
  background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  position: relative;
}
.about-block .about .buttons button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.about-block .about .buttons button:hover:after {
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.about-block .about .buttons button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/caret.svg');
}
.about-block .media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  
}
.about-block .media .video {
  margin-bottom: 50px;
  max-width: 648px;
  height: 406px;
  border-radius: 30px;
  position: relative;
}
.about-block .media .video .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -90px;
}
.about-block .media .video .link span {
  display: block;
  width: 283px;
  height: 283px;
  margin: 0 auto 35px auto;
  background: url('/local/templates/mtk/assets/img/play.svg');
}
.about-block .media .video .link button {
  background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  position: relative;
}
.about-block .media .video .link button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.about-block .media .video .link button:hover:after {
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.about-block .media .video .link button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/caret.svg');
}
.about-block .media .gallery .item {
  width: 33.3333334%;
  font-size: 0;
}
.about-block .media .gallery .item a {
  display: block;
  position: relative;
}
.about-block .media .gallery .item a:hover:after {
  opacity: 1;
}
.about-block .media .gallery .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(32, 22, 189, 0.5) url('/local/templates/mtk/assets/img/zoom.svg') no-repeat center;
  opacity: 0;
}
.record-block {
  padding-bottom: 114px;
}
.record-block h2 {
  text-align: center;
  margin-bottom: 80px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.record-block .image {
  display: table-cell;
  vertical-align: middle;
}
.record-block .image img {
  max-width: 662px;
  border-radius: 0px 20px 0px 20px;
}
.record-block .image a {
  display: inline-block;
  position: relative;
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
  font-size: 0;
}
.record-block .image a:hover:after {
  opacity: 1;
}
.record-block .image a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(32, 22, 189, 0.5) url('/local/templates/mtk/assets/img/zoom.svg') no-repeat center;
  opacity: 0;
}
.record-block .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
}
.record-block .text ul li {
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background: url('/local/templates/mtk/assets/img/li.svg') no-repeat 0 5px;
}
.record-block .text ul li:not(:last-child) {
  margin-bottom: 30px;
}
.buttons-block {
  background: url('/local/templates/mtk/assets/img/buttons-block.jpg') center / cover;
  text-align: center;
  color: #fff;
  padding: 76px 0 82px;
  margin-bottom: 90px;
}
.buttons-block.mb {
  margin-bottom: 0;
}
.buttons-block h2 {
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 48px;
}
.buttons-block .flex {
  padding-top: 1px;
}
.buttons-block .flex a {
  display: inline-block;
}
.buttons-block .flex a:nth-child(1) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #4f53f1;
}
.buttons-block .flex a:nth-child(2) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #16a3a5;
}
.buttons-block .flex a:nth-child(3) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #00b050;
}
.buttons-block .flex a:nth-child(4) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #43bce9;
}
.buttons-block .flex a:nth-child(5) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.buttons-block .flex a:nth-child(6) button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 100%), #26d9c2;
}
.buttons-block .flex button {
  margin-top: 14px;
  color: #fff;
  height: 60px;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 300;
  padding: 0 40px;
  position: relative;
}
.buttons-block .flex button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.buttons-block .flex button:hover {
  filter: brightness(1.2);
}
.record-block button:hover {
  background: rgb(70, 180, 165);
}
.buttons-block .flex button span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.partners-block {
  text-align: center;
  padding-bottom: 130px;
}
.partners-block h2 {
  margin-bottom: 80px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.partners-block .list .items {
 justify-content: center;
}
.partners-block .list .items .item {
  width: 16%;
  margin-bottom: 30px;
}
.places-block {
  background: #f7f8f8;
  padding: 65px 0;
  overflow: hidden;
}
.places-block h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
}
.places-block h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2016BD;
}
.places-block h3 span {
  position: relative;
}
.places-block h3 span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 50px;
  width: 100000px;
  height: 1px;
  background: #2016bd;
}
.places-block .top {
  display: table;
  width: 100%;
  margin-bottom: 78px;
  max-width: 1005px;
}
.places-block .top div {
  display: table-cell;
  vertical-align: middle;
}
.places-block .top div.logo img {
  width: 140px;
  max-width: 140px;
}
.places-block .top div.adress {
  padding: 0 28px 0 78px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.places-block .top div.link {
  white-space: nowrap;
}
.places-block .top div.link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 37px;
  background: url('/local/templates/mtk/assets/img/scheme.svg') no-repeat left;
  line-height: 20px;
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
}
.places-block .top div.link a:hover {
  filter: grayscale(100%);
}
.places-block .left-block {
  width: 56%;
}
.places-block .left-block .data {
  margin-bottom: 40px;
  font-family: Russo One;
  font-size: 24px;
  line-height: 40px;
}
.places-block .left-block .data .date {
  padding-left: 50px;
  background: url('/local/templates/mtk/assets/img/date2.svg') no-repeat 0 2px;
}
.places-block .left-block .data .adress {
  padding-left: 45px;
  background: url('/local/templates/mtk/assets/img/adress2.svg') no-repeat 0 3px;
}
.places-block .left-block .photos {
  margin-bottom: 72px;
}
.places-block .left-block .photos .photo img {
  width: 100%;
  border-radius: 0px 20px 0px 20px;
}
.places-block .left-block .photos .slick-prev,
.places-block .left-block .photos .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 95px;
  height: 95px;
  bottom: -48px;
}
.places-block .left-block .photos .slick-prev {
  background: url('/local/templates/mtk/assets/img/prev.svg');
  left: 50%;
  margin-left: -96px;
}
.places-block .left-block .photos .slick-prev:hover {
  background: url('/local/templates/mtk/assets/img/prevh.svg');
}
.places-block .left-block .photos .slick-next {
  background: url('/local/templates/mtk/assets/img/next.svg');
  right: 50%;
  margin-right: -96px;
}
.places-block .left-block .photos .slick-next:hover {
  background: url('/local/templates/mtk/assets/img/nexth.svg');
}
.places-block .left-block .sl-count {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #66727f;
}
.places-block .left-block .sl-count .sl-count__current2 {
  font-weight: 700;
  color: #2016bd;
}
.places-block .right-block {
  width: 40%;
}
.places-block .right-block h4 {
  margin-bottom: 30px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}
.places-block .right-block ul {
  padding-bottom: 20px;
}
.places-block .right-block ul li {
  margin-bottom: 22px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 20px;
  background: url('/local/templates/mtk/assets/img/li.svg') no-repeat 0 2px;
}
.places-block .right-block button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  position: relative;
}

.record-block button {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
    position: relative;
	top: 30px;
	margin-bottom: 30px;

}



.places-block .right-block button:hover {
  background: #46b4a5;
}
.places-block .right-block button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/careth.svg');
}
.counts-block {
  padding: 172px 0 50px;
  text-align: center;
  color: #fff;
  background: url('/local/templates/mtk/assets/img/bgflags.jpg') center / cover;
  position: relative;
  margin-bottom: 86px;
}
.counts-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  background: linear-gradient(-49.13deg, rgba(0, 0, 0, 0.05) 8.887%, rgba(255, 255, 255, 0.05) 97.732%);
}
.counts-block .item {
  width: 20%;
  margin-bottom: 35px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
}
.counts-block .item h3 {
  margin-top: 160px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
}
.contacts-block {
  padding-bottom: 140px;
  overflow: hidden;
}
.contacts-block .block-name {
  margin: 0 0 116px 450px;
  position: relative;
}
.contacts-block .block-name:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 100%;
  margin-right: 25px;
  width: 100000px;
  height: 1px;
  background: #2016bd;
}
.contacts-block .block-name h2 {
  margin-bottom: 30px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.contacts-block .block-name h3 {
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.contacts-block .item {
  width: 31%;
}
.contacts-block .item .logo {
  margin-bottom: 46px;
  position: relative;
}
.contacts-block .item h4 {
  margin-bottom: 35px;
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.contacts-block .item .data {
  color: #66727f;
  line-height: 26px;
}
.contacts-block .item .phone {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 30px;
}
.contacts-block .item .phone a {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  padding-top: 106px;
  background: url('/local/templates/mtk/assets/img/phone.svg') no-repeat 0 0;
}
.contacts-block .item .mail {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  padding-top: 98px;
  background: url('/local/templates/mtk/assets/img/mail.svg') no-repeat 0 0;
}
.contacts-block .item .mess {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.contacts-block .item .mess a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 96px;
}
.contacts-block .item .mess a:hover img {
  filter: none;
}
.contacts-block .item .mess a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  width: 60px;
  height: 1px;
  background: #2016bd;
  margin-top: -3px;
}
.contacts-block .item .mess a img {
  filter: grayscale(100%);
}
.contacts-block .item .image {
  margin: -140px -40px 0px -40px;
}
.contacts-block .item .social a {
  display: inline-block;
}
.contacts-block .item .social a:not(:last-child) {
  margin-right: 60px;
}
.footer {
  padding: 90px 0;
  color: #66727f;
  font-size: 20px;
  line-height: 26px;
}
.footer .copy {
  margin-top: 15px;
}
.footer .rules {
  text-decoration: none;
  color: #66727f;
  margin-top: 15px;
}
.footer .rules:hover {
  color: #2016bd;
}
.footer .dev a {
  display: inline-block;
  text-decoration: none;
  /*filter: grayscale(100%);*/
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 0 0 85px;
  background: url('/local/templates/mtk/assets/img/dev.svg') no-repeat 0 0;
  /*opacity: .7;*/
}
.footer .dev a {
color: #66727f;
}




.footer .dev a:hover {
  color: #2016bd;
  filter: none;
  opacity: 1;
}
.footer .totop {
  width: 70px;
  height: 70px;
  background: url('/local/templates/mtk/assets/img/totop.svg');
}
.footer .totop:hover {
  background: url('/local/templates/mtk/assets/img/totoph.svg');
}
.fixed-header {
  position: fixed;
  width: 100%;
  top: -100px;
  left: 0;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fixed-header.opened {
  top: 0;
}
.fixed-header .logo {
  padding-top: 6px;
}
.fixed-header .menu-button {
  width: 60px;
  height: 60px;
  background: url('/local/templates/mtk/assets/img/menu-button.svg');
}
.fixed-header .langs {
  padding-top: 12px;
  display: none;
}
.fixed-header .langs a {
  display: block;
  text-decoration: none;
  color: #66727f;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.fixed-header .langs a.active {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
.site-menu {
  position: fixed;
  width: 100%;
  top: -100%;
  left: 0;
  background: #fff;
  z-index: 20;
  box-shadow: 4px 4px 20px 0px rgba(209, 200, 188, 0.25);
  padding: 40px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.site-menu.opened {
  top: 0;
}
.site-menu .logo {
  width: 267px;
}
.site-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 60px;
}
.site-menu ul li a:hover {
  color: #2016bd;
}
.site-menu .close {
  width: 64px;
  height: 64px;
  background: url('/local/templates/mtk/assets/img/close.svg');
}
.slick-dots li {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.slick-dots li.slick-active button {
  background: #2016bd;
  opacity: 1;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #66727f;
  opacity: 0.5;
}
.anchor {
  position: absolute;
  margin-top: -100px;
}
.modal {
	display:none;
	width:100%;
	max-width:900px !important;
}
.modal iframe {
	display:block;
	width:100%;
	aspect-ratio: 16/9;
}

@media (max-width: 1350px) {
  .wrap {
    width: 970px;
  }
  .first-block .buttons .flex a {
    width: 32%;
  }
  .platforms-block .list .item .image img {
    margin-right: 30px;
  }
  .platforms-block .list .item.small {
    width: 48%;
  }
  .guests-block .list .item {
    width: 24%;
    margin: 0 1% 60px 0!important;
  }
  .guests-block .partners .item {
    margin: 0 30px 30px 0;
  }
  .program-block .list .item img {
    margin-bottom: 40px;
  }
  .program-block .bottom .item {
    width: 100%;
  }
  .program-block .bottom .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .program-block:before {
    display: none;
  }
  .themes-block .list .item {
    width: 32%;
  }
  .exposition-block .list .item {
    width: 30%;
  }
  .exposition-block .bottom .item {
    width: 100%;
  }
  .exposition-block .bottom .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .congress-block .block2 .list .item {
    width: 32.3334%;
    margin: 0 1% 55px 0!important;
  }
  .congress-block h3.other,
  .congress-block h3 {
    margin-left: 200px;
  }
  .congress-block .block3 .item .name {
    width: 100%;
    margin-bottom: 30px;
  }
  .congress-block .block3 .item .text {
    width: 70%;
  }
  .more-events-block .list .item {
    width: 24%;
  }
  .more-events-block .list .text {
    width: 100%;
  }
  .themes-block2 .list .item {
    width: 32%;
  }
  .themes-block2 .list2 .item {
    width: 18%;
  }
  .themes-block2 .list2 .item p {
    font-size: 18px;
  }
  .congress-block .block2 .list2 .item {
    width: 48.5%;
  }
  .about-block .about {
    width: 100%;
    margin-bottom: 100px;
  }
  .about-block .media {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .about-block .about .text {
    margin-bottom: 40px;
  }
  .about-block .media .video {
    max-width: 100%;
  }
  .record-block .image {
    display: block;
  }
  .record-block .image img {
    max-width: 100%;
    width: 100%;
  }
  .record-block .text {
    display: block;
    padding: 30px 0 0 0;
  }
  .buttons-block .flex a {
    width: 32%;
  }
  .buttons-block .flex button {
    width: 100%;
  }
  .places-block .left-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .places-block .right-block {
    width: 100%;
  }
  .counts-block .item h3 {
    margin-top: 40px;
    font-size: 40px;
  }
  .counts-block .item {
    width: 23%;
  }
  .contacts-block .block-name {
    margin-left: 200px;
  }
  .contacts-block .item .mess a {
    margin-left: 60px;
  }
  .contacts-block .item .mess a:before {
    width: 30px;
    left: -50px;
  }
  .footer {
    padding: 40px 0;
  }
  .site-menu ul li a {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .first-block .info .langs {
    width: 100%;
    margin-top: 30px;
  }
  .first-block .support p {
    width: 100%;
    margin-bottom: 30px;
  }
  .first-block .support button {
    width: 300px;
  }
  .site-menu .logo {
    display: none;
  }
  .missions-block .list .item {
    width: 48.5%;
  }
  .platforms-block .list .item {
    width: 100%;
  }
  .platforms-block .list .item.small {
    width: 100%;
  }
  .guests-block .list .item {
    width: 32.33334%;
  }
  .program-block .list .item {
    width: 48%;
  }
  .exposition-block .list .item {
    width: 48%;
  }
  .congress-block h3.other,
  .congress-block h3 {
    margin-left: 0;
  }
  .congress-block .block1 {
    width: 100%;
    padding-bottom: 30px;
  }
  .congress-block .block2 {
    width: 100%;
  }
  .themes-block2 .list2 .item {
    width: 32%;
    margin: 0 auto 35px auto;
  }
  .congress-block h3 {
    padding-left: 110px;
    position: relative;
  }
  .congress-block h3 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .congress-block .countries .item {
    width: 32%;
    margin-bottom: 30px;
  }
  .partners-block .list .items .item {
    width: 32%;
  }
  .partners-block .list .items {
    margin-bottom: 0;
  }
  .places-block .top div.adress {
    padding: 0 30px;
  }
  .counts-block .item {
    width: 48%;
  }
  .counts-block .item h3 {
    margin-top: 20px;
  }
  .contacts-block .block-name {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .contacts-block .item {
    width: 100%;
  }
  .contacts-block .item .data {
    margin-bottom: 40px;
  }
  .contacts-block .item .mess {
    margin-bottom: 40px;
  }
  .footer .copy {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .first-block .logo {
    width: 400px;
  }
  .first-block .header {
    margin-bottom: 40px;
  }
  .first-block .info .date {
    width: 100%;
    margin-bottom: 30px;
  }
  .first-block .support button {
    width: 100%;
    margin-top: 30px;
  }
  .first-block .buttons .flex a {
    width: 48.5%;
  }
  .missions-block .list .item {
    width: 100%;
  }
  .site-menu ul li a {
    font-size: 16px;
  }
  .guests-block h2 {
    margin-bottom: 60px;
  }
  .guests-block .list .item {
    width: 49%;
  }
  .guests-block .partners {
    padding: 30px;
  }
  .guests-block .partners .item img {
    max-height: 50px;
  }
  .program-block .bottom .item .buttons a {
    display: block;
    margin: 10px auto;
  }
  .themes-block .top-list .item {
    margin-bottom: 20px;
  }
  .themes-block .list .item {
    width: 48.5%;
  }
  .exposition-block .bottom .item .button button {
    display: block;
    margin: 10px auto;
  }
  .congress-block .block3 .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .congress-block .block3 .item .support {
    width: 100%;
  }
  .more-events-block .list .item {
    width: 48.5%;
  }
  .themes-block2 .list .item img {
    margin-bottom: 15px;
  }
  .themes-block2 .list2 .item {
    width: 48%;
  }
  .year-block .year {
    font-size: 200px;
    line-height: 280px;
  }
  .about-block .media .gallery .item {
    width: 50%;
  }
  .buttons-block .flex a {
    width: 48.5%;
  }
  .places-block .top {
    display: block;
  }
  .places-block .top div {
    display: block;
  }
  .places-block .top div.adress {
    padding: 20px 0;
  }
  .footer .rules {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 15px;
  }
	
	.policynew1 h1 {
    font-size: 30px!important;
	line-height: normal!important;
	text-align: left!important;
	padding:0px !important;
}
	
	.policynew1 h2 {
    font-size: 26px!important;
	line-height: normal!important;
	text-align: left!important;
	padding-left:0px !important;
}

  .first-block .header {
    display: none;
  }
  .first-block {
    padding-top: 0;
  }
  .first-block .image {
    display: block;
    margin-bottom: 30px;
  }
  .fixed-header {
    top: 0;
  }
  .fixed-header .langs {
    display: block;
  }
  body {
    padding-top: 60px;
  }
  .first-block .info .date {
    font-size: 20px;
    line-height: 24px;
    background: url('/local/templates/mtk/assets/img/date.svg') no-repeat 0 0;
    background-size: 24px;
    padding-left: 40px;
  }
  .first-block .info .adress {
    font-size: 20px;
    line-height: 24px;
    background: url('/local/templates/mtk/assets/img/adress.svg') no-repeat 0 0;
    background-size: 16px;
    padding-left: 40px;
  }
  .first-block .info .langs {
    display: none;
  }
  .first-block .info {
    margin-bottom: 20px;
  }
  .first-block .text {
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .first-block .text h1 {
    font-size: 12px;
    line-height: 18px;
  }
  .first-block .support p br {
    display: none;
  }
  .first-block .support p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
  .first-block .support {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-block .support .item {
    width: 46%;
  }
  .first-block .support button {
    margin-top: 15px;
  }
  .first-block .buttons .flex a {
    width: 100%;
  }
  .contacts-block .block-name h2,
  .places-block h2,
  .partners-block h2,
  .buttons-block h2,
  .record-block h2,
  .about-block .about h2,
  .themes-block2 h2,
  .more-events-block h2,
  .congress-block h2,
  .exposition-block h2,
  .themes-block h2,
  .program-block h2,
  .scheme-block h2,
  .video-block h2,
  .guests-block h2,
  .platforms-block h2,
  .missions-block h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 39px;
  }
  .missions-block .list .item .icon {
    width: 100px;
    right: 10px;
    top: -60px;
  }
  .missions-block .list .item .name h3 {
    padding: 0 100px 0 30px;
  }
  .missions-block .list .item ul li {
    font-size: 16px;
    line-height: 20px;
    background: url('/local/templates/mtk/assets/img/li.svg') no-repeat 0 2px;
  }
  .platforms-block:before {
    background-size: 80px;
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .platforms-block {
    padding: 60px 0 40px;
  }
  .missions-block {
    padding-bottom: 60px;
  }
  .platforms-block .list .item.small .image img,
  .platforms-block .list .item .image img {
    max-width: 120px;
    width: 120px;
  }
  .platforms-block .list .item .image {
    vertical-align: top;
  }
  .platforms-block .list .item .name {
    vertical-align: top;
  }
  .platforms-block .list .item .text {
    margin: 20px 0 0 0;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .platforms-block .list .item .text:before {
    display: none;
  }
  .platforms-block .middle-text {
    padding: 0;
    margin-bottom: 40px;
  }
  .platforms-block .list .item.small .text {
    padding: 0;
	top: 20px;
  }
  .platforms-block {
    margin-bottom: 40px;
  }
  .guests-block .partners {
    padding: 0;
    border: 0;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .guests-block .partners .item {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .guests-block {
    padding-bottom: 40px;
  }
  .video-block {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .video-block .video {
    height: 300px;
  }
  .video-block .video .link span {
    width: 140px;
    height: 140px;
    background: url('/local/templates/mtk/assets/img/play.svg') center / cover;
    margin-bottom: 15px;
  }
  .video-block .video .link button {
    white-space: nowrap;
  }
  .scheme-block .logo {
    margin-bottom: 30px;
  }
  .scheme-block .logo img {
    width: 200px;
  }
  .scheme-block {
    padding-bottom: 40px;
  }
  .program-block {
    padding: 40px 0 30px;
    margin-bottom: 40px;
  }
  .program-block .list .item {
    font-size: 14px;
    line-height: 20px;
  }
  .program-block .list .item p {
    font-size: 24px;
    line-height: 24px;
  }
  .program-block .list .item img {
    margin-bottom: 10px;
  }
  .program-block .bottom .item {
    text-align: left;
  }
  .program-block .bottom .item p {
    margin-bottom: 20px;
  }
  .program-block .bottom .item button {
    width: 100%;
  }
	
	.program-block .bottom .item:nth-child(2) {
	  width: 100%!important;
  }
	
  .themes-block .top-list .item {
    width: 150px;
    padding: 0 10px;
  }
  .themes-block .top-list .item p {
    font-size: 16px;
    line-height: 20px;
  }
  .themes-block .top-list {
    margin-bottom: 50px;
  }
  .themes-block .list .item {
    font-size: 12px;
    padding: 50px 15px 20px 15px;
  }
  .themes-block {
    padding-bottom: 10px;
  }
  .exposition-block {
    padding-top: 40px;
  }
  .exposition-block {
    margin-bottom: 10px;
  }
  .exposition-block .list .item p {
    font-size: 18px;
    line-height: 24px;
  }
  .exposition-block .list .item img {
    margin-bottom: 12px;
  }
  .exposition-block .list .item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .exposition-block .bottom {
    padding: 40px 0 20px;
  }
  .exposition-block .bottom .item {
    text-align: left;
  }
  .exposition-block .bottom .item p {
    margin-bottom: 20px;
  }
  .exposition-block .bottom .item button {
    width: 100%;
    margin: 0 0 10px 0!important;
  }
  .exposition-block .bottom .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .congress-block {
    padding: 40px 0;
  }
  .congress-block h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .congress-block .block1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .congress-block .block2 .list .item {
    width: 48%;
    margin: 0 0 30px 0!important;
  }
  .congress-block .block3 .item {
    padding: 0;
  }
  .congress-block .block3 .item .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .congress-block .block3 .item .support {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .congress-block .block3 .item .text h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .more-events-block {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .more-events-block .list .item {
    padding: 16px 20px;
  }
  .themes-block2 .list .item {
    width: 48.5%;
    padding-bottom: 30px;
  }
  .themes-block2 .list {
    padding-bottom: 40px;
  }
  .themes-block2 .list2 .item p {
    font-size: 16px;
  }
  .congress-block.bg {
    background: #f7f8f8;
  }
  .congress-block h3.other {
    margin-bottom: 30px;
  }
  .congress-block .block2 .list2 .item {
    padding-left: 15px;
  }
  .congress-block .countries .item {
    text-align: left;
    width: 48.5%;
    margin: 30px 0 0 0;
  }
  .congress-block .countries {
    padding-bottom: 40px;
  }
  .year-block .year {
    font-size: 120px;
    line-height: 240px;
  }
  .year-block {
    padding-top: 0;
  }
  .year-block p {
    font-size: 24px;
    margin-top: 40px;
  }
  .about-block {
    padding: 40px 0;
  }
  .about-block .about .text {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .about-block .about .buttons button {
    width: 100%;
  }
  .about-block .about .buttons a {
    width: 100%;
  }
  .about-block .about .buttons a:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .about-block .media .video {
    height: 300px;
  }
  .about-block .media .video .link span {
    width: 140px;
    height: 140px;
    background: url('/local/templates/mtk/assets/img/play.svg') center / cover;
    margin-bottom: 15px;
  }
  .about-block .media .video .link button {
    white-space: nowrap;
  }
  .about-block .media .video .link {
    margin-top: 0;
  }
  .about-block .about {
    margin-bottom: 40px;
  }
  .about-block .media .gallery .item {
    width: 48.5%;
  }
  .about-block {
    margin-bottom: 40px;
  }
  .record-block .text ul li {
    font-size: 16px;
    line-height: 20px;
    background: url('/local/templates/mtk/assets/img/li.svg') no-repeat 0 2px;
  }
  .record-block .text ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .record-block {
    padding-bottom: 40px;
  }
  .buttons-block {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .buttons-block .flex a {
    width: 100%;
  }
  .buttons-block h2 {
    margin-bottom: 20px;
  }
  .partners-block .list .items {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-bottom: 30px;
  }
  .partners-block {
    padding-bottom: 40px;
  }
  .places-block {
    padding: 40px 0;
  }
  .places-block h3 {
    font-size: 20px;
  }
  .places-block .top div.logo {
    width: 90px;
    float: left;
    margin: 0 10px 10px 0;
  }
  .places-block .top div.logo img {
    width: 90px;
    max-width: 90px;
  }
  .places-block .top div.adress {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 100px;
  }
  .places-block .top div.link {
    margin: 0 0 0px 100px;
  }
  .places-block .top {
    margin-bottom: 40px;
  }
  .places-block .left-block .data .date {
    font-size: 20px;
    line-height: 24px;
    background: url('/local/templates/mtk/assets/img/date2.svg') no-repeat 0 0;
    background-size: 24px;
    padding-left: 40px;
  }
  .places-block .left-block .data .adress {
    font-size: 20px;
    line-height: 24px;
    background: url('/local/templates/mtk/assets/img/adress2.svg') no-repeat 0 0;
    background-size: 16px;
    padding-left: 40px;
    margin-top: 20px;
  }
  .places-block .left-block {
    margin-bottom: 10px;
  }
  .places-block .right-block button {
    width: 100%;
  }
  .counts-block {
    padding: 50px 0 20px;
    margin-bottom: 50px;
  }
  .counts-block .item h3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .counts-block .item {
    font-size: 14px;
    line-height: 20px;
  }
  .counts-block .item {
    margin-bottom: 30px;
  }
  .contacts-block .block-name h2 {
    margin-bottom: 20px;
  }
	
  .contacts-block .block-name h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .contacts-block .item .phone a {
    padding-top: 80px;
  }
  .contacts-block .item .mail {
    padding-top: 70px;
  }
  .contacts-block {
    padding-bottom: 50px;
  }
  .footer {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .dev a {
    height: 50px;
    background: url('/local/templates/mtk/assets/img/dev.svg') no-repeat 0 0 / contain;
    padding-left: 60px;
  }
  .site-menu.opened {
    top: 70px;
  }
  .site-menu ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
  }
  .site-menu .close {
    width: 60px;
    height: 60px;
    z-index: 1000;
    background: #ffffff url('/local/templates/mtk/assets/img/close2.svg') no-repeat center;
    position: absolute;
    top: -60px;
    right: 10px;
  }
  .partners-block .list .items .item {
    width: 49%;
  }
  .scheme-block .link {
    pointer-events: all;
  }
  .first-block .buttons .flex button {
    text-align: left;
    padding: 0 26px;
    font-size: 18px;
  }
  .first-block .buttons .flex button span {
    display: inline-block;
  }
  .buttons-block .flex button {
    text-align: left;
    padding: 0 26px;
    font-size: 18px;
  }
  .buttons-block .flex button span {
    display: inline-block;
  }
  .missions-block h2 {
    margin-bottom: 0;
  }
  .platforms-block .list .item .image {
    position: relative;
  }
  .platforms-block .list .item .image:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 102px;
    width: 44px;
    height: 44px;
    background: url('/local/templates/mtk/assets/img/before3.svg');
  }
  .guests-block .partners .item {
    width: 44%;
  }
  .congress-block .block3 .item .support {
    padding: 0 20px 20px 20px;
  }
  .congress-block .countries .item {
    width: 26%;
  }
  .congress-block .countries .item p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .about-block .media .gallery .item {
    margin-bottom: 11px;
  }
  .places-block .top div.link a {
    font-size: 20px;
  }
  .contacts-block .item .mail {
    padding: 0 0 0 53px;
    line-height: 41px;
    background: url('/local/templates/mtk/assets/img/mail.svg') no-repeat 0 0 / contain;
  }
  .contacts-block .item .phone {
    padding: 0 0 0 53px;
    background: url('/local/templates/mtk/assets/img/phone.svg') no-repeat 0 0;
    background-size: 41px;
    margin-bottom: 40px;
  }
  .contacts-block .item .phone a {
    padding: 0;
    background: none;
    margin-bottom: 5px;
  }
  .exposition-block .bottom .item .buttons button {
    text-align: left;
    padding: 0 26px;
    font-size: 18px;
  }
  .exposition-block .bottom .item .buttons button span {
    display: inline-block;
  }
  .first-block .support a {
    width: 100%;
  }
  .first-block .support button {
    font-size: 16px;
  }
  .contacts-block .item .mail {
    font-size: 20px;
  }
  .contacts-block .item .phone {
    font-size: 18px;
  }
  .contacts-block .item .phone a {
    font-size: 20px;
  }
  .contacts-block .item .social a:not(:last-child) {
    margin-right: 60px;
  }
  .platforms-block .list .item.small .image:before {
    top: 146px;
  }
  .program-block .bottom .item .buttons button {
    text-align: left;
    padding: 0 26px;
    font-size: 18px;
  }
  .program-block .bottom .item .buttons button span {
    display: inline-block;
  }
  .themes-block .list .item .icon {
    height: 60px;
    top: -40px;
    left: 20px;
  }
  .themes-block .list .item {
    padding: 40px 15px 20px 15px;
  }
  .congress-block .block2 .list .item p {
    font-size: 14px;
    line-height: 18px;
  }
  .scheme-block .link {
    display: inline-block;
  }
}
	
.policynew1 ul, .article-page article ul {
   	font-size: 16px;
	line-height: 20px;
     font-weight: 400;
   
	padding: 10px!important;
    margin: 10px!important;
}

.policynew1 li, .article-page article li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
	margin-bottom: 20px;
	background: url('/local/templates/mtk/assets/img/li.svg') no-repeat 0 2px;
	padding-left: 30px;
}

.policynew1 p, .article-page article p {
	font-size: 16px;
  font-weight: 400;
  line-height: 30px;
	padding-top: 20px;
  
}

.policynew1 h1, .article-page article h1 {
    text-align: center;
    font-family: Russo One;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
	padding: 20px;
}

.policynew1 h2, .article-page article h2 {
    text-align: center;
    font-family: Russo One;
    font-size: 30px;
    font-weight: 200;
   
	padding: 20px;
}

.policynew1 h3, .article-page article h3 {
   
    font-family: Russo One;
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 20px;
	padding-top: 20px;
	color: #2016BD;
}



.logo-alt {
  max-width:162px;
}
.buttons > a { 
  text-decoration: none !important;
  color:inherit !important;
}

.blog-block .buttons {
  text-align: center;
  margin-top:50px;
}

.blog-block .buttons .button {
    display:inline-flex;
    align-items: center;
    background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
    height: 60px;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
    position: relative;
}
/* End */


/* Start:/local/templates/mtk/assets/css/new.css?175329843617751*/
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  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: justify;
  -ms-flex-pack: justify;
}
.blog-block {
  margin-bottom: 90px;
}
.blog-block h2 {
  text-align: center;
  margin-bottom: 90px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.blog-block .content {
  padding: 115px 0 120px;
  background: url('/local/templates/mtk/assets/img/blog-block.jpg') center / cover;
}
.blog-block .content .sl-count {
  text-align: center;
  margin-bottom: 90px;
  font-family: Russo One;
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  color: #fff;
}
.blog-block .content .list {
  margin: 0 -32px;
  position: relative;
}
.blog-block .content .list .slick-track {
  display: flex;
}
.blog-block .content .list .item {
  background: #fff;
  height: auto;
  margin: 20px 32px 0 32px;
  position: relative;
  border-radius:0 30px 0 0;
}
.blog-block .content .list .item .date {
  position: absolute;
  left: 0;
  top: -20px;
  color: #fff;
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  background: #46b4a5;
  padding: 8px 29px;
}
.blog-block .content .list .item img {
  width: 100%;
  border-radius:0 30px 0 0;
}
.blog-block .content .list .item .text {
  padding: 50px 32px;
  position: relative;
}
.blog-block .content .list .item .text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.blog-block .content .list .item .text h3 a {
  display: block;
  text-decoration: none;
}
.blog-block .content .list .item .text .link {
  position: absolute;
  right: 25px;
  top: -36px;
  width: 71px;
  height: 71px;
  background: url('/local/templates/mtk/assets/img/link.svg') center / cover;
}
.blog-block .content .list .slick-prev,
.blog-block .content .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 127px;
  height: 127px;
  top: -170px;
}
.blog-block .content .list .slick-prev {
  left: 50%;
  margin-left: -190px;
  background: url('/local/templates/mtk/assets/img/prev2.svg') center / cover;
}
.blog-block .content .list .slick-next {
  right: 50%;
  margin-right: -190px;
  background: url('/local/templates/mtk/assets/img/next2.svg') center / cover;
}
.blog-page {
  padding-bottom: 110px;
}
.blog-page h1 {
  text-align: center;
  margin-bottom: 45px;
  font-family: Russo One;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
.blog-page nav {
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #46b4a5;
}
.blog-page nav a {
  display: inline-block;
  text-decoration: none;
  margin: 0 22px;
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.blog-page nav a:hover {
  color: #46b4a5;
}
.blog-page .form {
  width: 311px;
  height: 60px;
  position: relative;
}
.blog-page .form input[type='text'] {
  width: 100%;
  height: 100%;
  padding: 0 60px 0 0;
  border-bottom: 1px solid #66727f;
  font-size: 20px;
}
.blog-page .form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52px;
  height: 30px;
  background: url('/local/templates/mtk/assets/img/btn.svg');
}
.blog-page .filter {
  margin-bottom: 40px;
  color: #66727f;
  font-size: 20px;
  line-height: 26px;
  display:flex;
  align-items: center;
}
.blog-page .filter input[type='text'] {
  padding-left: 55px;
  height: 40px;
  background: url('/local/templates/mtk/assets/img/calendar.svg') no-repeat left;
  font-size: 20px;
  vertical-align: middle;
  margin: 0 10px;
  font-weight: 700;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-page .filter button {
  color: #fff;
  width: 187px;
  height: 60px;
  margin-left: 20px;
  border-radius: 100px;
  background: url('/local/templates/mtk/assets/img/caret2.svg') no-repeat right 25px top 50%, linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-page .filter button:hover {
  filter: brightness(1.2);
}
.blog-page .list .item {
  margin-bottom: 80px;
  position: relative;
  padding-right: 200px;
}
.blog-page .list .item .image {
  position: relative;
  width: 425px;
}
.blog-page .list .item .image img {
  border-radius:0 30px 0 0;
}
.blog-page .list .item .image .date {
  position: absolute;
  left: 0;
  top: -20px;
  color: #fff;
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  background: #46b4a5;
  padding: 8px 29px;
}
.blog-page .list .item .text {
  width: calc(100% - 495px);
}
.blog-page .list .item .text h3 {
  margin-bottom: 30px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.blog-page .list .item .text h3 a {
  display: block;
  text-decoration: none;
}
.blog-page .list .item .text h3 a:hover {
  color: #2016bd;
}
.blog-page .list .item .text p {
  font-size: 20px;
  line-height: 34px;
  color: #66727F;
}
.blog-page .list .item .text .txt a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 146px;
  height: 146px;
  background: url('/local/templates/mtk/assets/img/link2.svg') center / cover;
}
.blog-page .pages {
  text-align: center;
  font-family: Russo One;
  font-size: 24px;
  padding-top: 32px;
  border-top: 1px solid #46b4a5;
}
.blog-page .pages a {
  display: inline-block;
  text-decoration: none;
  width: 57px;
  height: 57px;
  line-height: 57px;
}
.blog-page .pages a.active {
  background: url('/local/templates/mtk/assets/img/pages.svg');
}
.blog-page .pages a:hover {
  color: #2016bd;
}
.article-page {
  margin-bottom: 92px;
}
.article-page .date {
  position: absolute;
  margin-top: -68px;
  color: #fff;
  font-family: Russo One;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  background: #46b4a5;
  padding: 8px 29px;
}
.article-page .top {
  border-bottom: 1px solid #46b4a5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.article-page .top h1 {
  width: calc(100% - 250px);
  font-family: Russo One;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
.article-page .top .back-link {
  line-height: 75px;
  height: 75px;
  text-decoration: none;
  padding-left: 96px;
  background: url('/local/templates/mtk/assets/img/back.svg') no-repeat left;
  color: #2016bd;
  font-family: Russo One;
  font-size: 24px;
}
.article-page .top .back-link:hover {
  color: #000;
}
.article-page article {
  width: calc(100% - 440px);
}
.article-page article .image {
  margin-bottom: 70px;
  display:block;
}
.article-page article .image img {
  width: 100%;
}
/* .article-page article p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
} */
.article-page aside {
  width: 300px;
}
.article-page aside .block {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
}
.article-page aside .block a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #2016BD;
}
.article-page .content {
  padding-bottom: 50px;
  border-bottom: 1px solid #46b4a5;
}
.error-top-block {
  backdrop-filter: blur(30px);
  background: linear-gradient(-49.13deg, rgba(0, 0, 0, 0.05) 8.891%, rgba(255, 255, 255, 0.05) 97.73%);
  text-align: center;
  padding: 60px 0 80px;
  position: relative;
  margin-bottom: 62px;
}
.error-top-block h2 {
  font-family: Russo One;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 400;
  line-height: 58px;
}
.error-top-block p {
  font-family: Russo One;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.error-top-block button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 314px;
  height: 60px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ffffff 45.5%, #9ee2d9 100%);
  font-size: 18px;
  text-transform: uppercase;
}
.error-top-block button:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%), #2016bd;
}
.error-top-block button:hover i {
  background: url('/local/templates/mtk/assets/img/caret2.svg');
}
.error-top-block button span {
  font-weight: 700;
}
.error-top-block button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 6px;
  height: 12px;
  background: url('/local/templates/mtk/assets/img/caret.svg');
}
.error-top-block2 {
  text-align: center;
  padding-bottom: 1px;
}
.error-top-block2 .image {
  margin-bottom: -50px;
  display: block;
}
.error-page {
  padding: 50px 0 80px;
}
.error-page .item {
  width: 48%;
}
.error-page .item h3 {
  margin-bottom: 24px;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.error-page .item ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 20px;
  line-height: 26px;
  color: #4F5C6C;
}
.error-page .item ul li {
  margin-bottom: 24px;
}
@media (max-width: 1350px) {
  .blog-block .content .list {
    margin: 0 -10px;
  }
  .blog-block .content .list .item {
    margin: 20px 10px 0 10px;
  }
  .blog-page .form {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-page .filter {
    margin-bottom: 60px;
  }
  .blog-page .list .item .image {
    width: 300px;
  }
  .blog-page .list .item .text {
    width: calc(100% - 330px);
  }
  .article-page article {
    width: calc(100% - 300px);
  }
  .article-page aside {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .blog-page .filter button {
    display: block;
    margin: 20px auto 0 auto;
  }
  .blog-page .list .item {
    padding-right: 0;
  }
  .blog-page .list .item .image {
    width: 200px;
  }
  .blog-page .list .item .text {
    width: calc(100% - 230px);
  }
  .blog-page .list .item .text .txt {
    position: relative;
    padding-right: 100px;
  }
  .blog-page .list .item .text .txt a {
    width: 100px;
    height: 100px;
  }
  .article-page .top h1 {
    width: 100%;
  }
  .article-page .top .back-link {
    margin-top: 30px;
  }
  .article-page article {
    width: 100%;
  }
  .article-page aside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-page .filter {
    margin: 0 -10px 60px -10px;
    width: 100%;
    flex-wrap:wrap;
  }
  .blog-page .filter .pre {
    display: block;
    margin: 0 0 20px 10px;
    width:100%;
  }
  .blog-page .list .item .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-page .list .item .text {
    width: 100%;
  }
  .article-page .top h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .error-top-block h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .error-page .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-block {
    margin-bottom: 45px;
  }
  .blog-block h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 39px;
  }
  .blog-block .content {
    padding: 54px 0 60px;
  }
  .blog-block .content .sl-count {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 29px;
  }
  .blog-block .content .list .item .text {
    padding: 30px 24px 24px 24px;
  }
  .blog-block .content .list .item .text .link {
    right: 20px;
    top: -23px;
    width: 46px;
    height: 46px;
  }
  .blog-block .content .list .item .date {
    top: -14px;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 16px;
  }
  .blog-block .content .list .slick-prev,
  .blog-block .content .list .slick-next {
    width: 90px;
    height: 90px;
    top: -107px;
  }
  .blog-block .content .list .slick-prev {
    margin-left: -140px;
  }
  .blog-block .content .list .slick-next {
    margin-right: -140px;
  }
  .blog-page h1 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 39px;
  }
  .blog-page nav {
    text-align: left;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 24px;
    margin: 0 -16px 24px 0 0;
  }
  .blog-page nav a {
    margin: 0 48px 0 0;
  }
  .blog-page .filter input[type='text'] {
    height: 30px;
    padding-left: 40px;
    background-size: 30px;
    font-size: 16px;
    width: 130px;
  }
  .blog-page .filter {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-page .list .item .image .date {
    top: -14px;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 16px;
  }
  .blog-page .list .item .text h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
  .blog-page .list .item .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-page .list .item .text .txt {
    padding-right: 90px;
  }
  .blog-page .list .item .text .txt a {
    width: 75px;
    height: 75px;
    right: 0;
  }
  .blog-page .pages a {
    margin: 0 -5px;
  }
  .blog-page {
    padding-bottom: 90px;
  }
  .article-page .date {
    font-size: 16px;
    line-height: 19px;
    padding: 5px 16px;
    margin-top: -60px;
  }
  .article-page .top h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .article-page .top {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  .article-page .top .back-link {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -130px;
    line-height: 46px;
    height: 46px;
    padding-left: 60px;
    background-size: 46px;
    color: #fff;
    font-size: 20px;
  }
  .article-page article .image {
    margin-bottom: 24px;
  }
  /* .article-page article p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  } */
  .article-page aside .block {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.2;
  }
  .article-page aside .block a {
    font-size: 16px;
    line-height: 1.2;
  }
  .article-page .content {
    padding-bottom: 10px;
  }
  .article-page {
    margin-bottom: 30px;
  }
  .error-top-block {
    margin-top: -100px;
    padding: 30px 0 57px;
  }
  .error-top-block h2 {
    margin-bottom: 18px;
    font-size: 32px;
  }
  .error-top-block p {
    font-size: 20px;
    line-height: 24px;
  }
  .error-top-block button {
    width: 300px;
    height: 50px;
    bottom: -25px;
  }
  .error-page .item h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .error-page .item ul {
    font-size: 14px;
    line-height: 20px;
  }
  .first-block.article {
    overflow: hidden;
  }
  .first-block.article .image {
    margin: -50px 0;
  }

  .air-datepicker-global-container {
    left:auto;
    right:0;
  }

}


/* 22.07.2025 */
.article-page .gallery {
  padding: 25px 0;
  gap:23px;
  justify-content: flex-start;
}
.article-page .gallery .gallery-item {
  width: calc(33.333% - 23px);
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.article-page .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-page .gallery .gallery-item a {
  display: block;
  position: relative;
}
.article-page .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.article-page .gallery .gallery-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/local/templates/mtk/assets/css/img/zoom.svg) no-repeat center, linear-gradient(0deg, rgba(32, 22, 189, 0.5), rgba(32, 22, 189, 0.5));
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}
@media (max-width: 575px) {
  .article-page .gallery {
    padding: 10px 0;
  }
  .article-page .gallery .gallery-item {
    width: 48.5%;
    margin-bottom: 15px;
  }
}

/* End */


/* Start:/local/templates/mtk/assets/css/slick.css?17532984361846*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* End */


/* Start:/local/templates/mtk/assets/css/fancybox.css?175329843625343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */
/* /local/templates/mtk/assets/css/animate.css?175329843677749 */
/* /local/templates/mtk/assets/css/air-datepicker.css?175329843619597 */
/* /local/templates/mtk/assets/css/style.css?175329843678061 */
/* /local/templates/mtk/assets/css/new.css?175329843617751 */
/* /local/templates/mtk/assets/css/slick.css?17532984361846 */
/* /local/templates/mtk/assets/css/fancybox.css?175329843625343 */
