

/* Start:/local/templates/.default/public/animate.css?166334013881372*/
@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/.default/public/style.css?1664181284107016*/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.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;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.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: 'Roboto', sans-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: 'Roboto', sans-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;
}
* {
  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;
}
.index-first-block {
  background: url('/local/templates/.default/public/img/first-block.jpg') center / cover;
  padding: 34px 0 70px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.index-first-block.inner {
  background: url('/local/templates/.default/public/img/image2.png') no-repeat bottom 0 left 53%, url('/local/templates/.default/public/img/first-block2.png') center / cover;
  padding-bottom: 0;
}
.index-first-block.inner.other2 {
  background: url('/local/templates/.default/public/img/image2.png') no-repeat bottom 0 left 53%, url('/local/templates/.default/public/img/first-block4.png') center / cover;
}
.index-first-block.inner.other2 .inner-content {
  padding: 63px 0 54px;
}
.index-first-block.other {
  background: url('/local/templates/.default/public/img/first-block3.png') center / cover;
}
.index-first-block .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160%;
  height: 160%;
  z-index: 2;
}
.index-first-block .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #103EE0;
  opacity: .5;
}
.index-first-block .bg video {
  width: 100%;
  height: 100%;
}
.index-first-block .container {
  position: relative;
  z-index: 3;
}
.index-first-block .is-sticky nav {
  background: #030D58;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
}
.index-first-block nav {
  z-index: 8!important;
  position: relative;
}
.index-first-block nav .logo {
  line-height: 60px;
  display: none;
}
.index-first-block nav .logo img {
  vertical-align: middle;
}
.index-first-block nav .langs {
  display: none;
}
.index-first-block nav .langs a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  line-height: 30px;
}
.index-first-block nav .langs a.active {
  font-weight: 700;
}
.index-first-block nav .langs a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FF0000;
}
.index-first-block nav ul.small li a {
  font-size: 18px;
}
.index-first-block nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 60px;
}
.index-first-block nav ul li a.menu-button {
  width: 60px;
  height: 60px;
  background: url('/local/templates/.default/public/img/menu-button.svg');
}
.index-first-block .container {
  position: relative;
}
.index-first-block .image {
  position: absolute;
  top: 0;
  right: -210px;
}
.index-first-block .text {
  padding: 50px 0;
  position: relative;
  z-index: 3;
}
.index-first-block .text.other .langs {
  margin-bottom: 40px;
}
.index-first-block .text.other .logo {
  margin-bottom: 0px;
}
.index-first-block .text.other p {
  margin: 50px 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  width: 63%;
  text-transform: uppercase;
}
.index-first-block .text.other .date {
  margin-bottom: 80px;
}
.index-first-block .text .mob-image {
  display: none;
}
.index-first-block .text .langs {
  margin-bottom: 60px;
}
.index-first-block .text .langs a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}
.index-first-block .text .langs a:hover {
  color: #fff;
}
.index-first-block .text .langs a.active {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding-left: 30px;
  background: url('/local/templates/.default/public/img/caret.svg') no-repeat left;
}
.index-first-block .text .langs a:last-child {
  margin-right: 0;
}
.index-first-block .text .logo {
  margin-bottom: 55px;
}
.index-first-block .text .date {
  margin-bottom: 100px;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
}
.index-first-block .text .date span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.3);
}
.index-first-block .text .buttons button {
  width: 24%;
  height: 72px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 22px;
  text-align: left;
  text-transform: uppercase;
}
.index-first-block .text .buttons button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.index-first-block .text .buttons button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.index-first-block .inner-content {
  padding: 63px 0 124px;
}
.index-first-block .inner-content .logo {
  width: 41%;
}
.index-first-block .inner-content .date {
  width: auto;
  font-size: 20px;
  line-height: 30px;
  padding-top: 20px;
}
.index-first-block .inner-content .date span {
  display: block;
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
}
.index-first-block .inner-content .date .langs {
  width: auto;
  padding-top: 56px;
}
.index-first-block .inner-content .langs {
  width: 30%;
  padding-top: 40px;
}
.index-first-block .inner-content .langs a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}
.index-first-block .inner-content .langs a:hover {
  color: #fff;
}
.index-first-block .inner-content .langs a.active {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding-left: 30px;
  background: url('/local/templates/.default/public/img/caret.svg') no-repeat left;
}
.index-first-block .inner-content .langs a:last-child {
  margin-right: 0;
}
.index-about-block {
  padding: 56px 0 50px;
}
.index-about-block .top-name {
  border-left: 6px solid #FF0000;
  padding-left: 26px;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.index-about-block .slider {
  padding-right: 96px;
  margin-bottom: 70px;
  position: relative;
}
.index-about-block .slider:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 86px;
  height: 110px;
  background: #eee;
}
.index-about-block .slider .sl-count {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 86px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #68778C;
}
.index-about-block .slider .sl-count .sl-count__current {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.index-about-block .slider .list {
  margin: 0 -5px;
}
.index-about-block .slider .list .item {
  margin: 0 5px;
  cursor: pointer;
}
.index-about-block .slider .list .item .photo {
  display: inline-block;
  position: relative;
}
.index-about-block .slider .list .item .photo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 11px;
  left: 11px;
  background: url('/local/templates/.default/public/img/before.png') center / cover;
}
.index-about-block .slider .list .item .photo img {
  position: relative;
}
.index-about-block .slider .list .item p {
  margin-top: 36px;
  width: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-about-block .slider .list .slick-prev,
.index-about-block .slider .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  filter: drop-shadow(4px 4px 30px rgba(142, 160, 224, 0.3));
  top: 34px;
  border: 2px solid #FF0000;
}
.index-about-block .slider .list .slick-prev {
  right: -40px;
  background: #ffffff url('/local/templates/.default/public/img/prev.svg') no-repeat center;
}
.index-about-block .slider .list .slick-next {
  right: -100px;
  background: #ffffff url('/local/templates/.default/public/img/next.svg') no-repeat center;
}
.index-about-block .slider .list .slick-dots {
  text-align: center;
  padding-top: 30px;
  margin-bottom: -30px;
}
.index-about-block .slider .list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.index-about-block .slider .list .slick-dots li.slick-active button {
  opacity: 1;
}
.index-about-block .slider .list .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: red;
  opacity: .5;
}
.index-about-block .bottom-text {
  padding: 0 200px;
  font-size: 18px;
  line-height: 30px;
  color: #103EE0;
  height: 270px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.index-about-block .bottom-text.opened {
  height: auto;
}
.index-about-block .bottom-text.opened:before {
  display: none;
}
.index-about-block .bottom-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #ffffff);
}
.index-about-block .bottom-link {
  text-align: center;
}
.index-about-block .bottom-link a {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url('/local/templates/.default/public/img/link.svg');
}
.block-name {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
}
.block-name:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 40px;
  background: #FF0000;
  left: 0;
  top: -85px;
}
.block-name span {
  font-weight: 300;
}
.counts-block {
  background: url('/local/templates/.default/public/img/counts-block.jpg');
  padding: 67px 0 76px;
  color: #fff;
}
.counts-block .item {
  font-size: 16px;
  line-height: 24px;
}
.counts-block .item p {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin: 5px 0 15px;
}
.counts-block .item span {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FF0000;
}
.index-banners-block {
  padding: 67px 0 100px;
}
.index-banners-block .list {
  border: 3px solid #FF0000;
  border-radius: 20px;
  padding: 62px 40px 5px 40px;
  position: relative;
}
.index-banners-block .list .date {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  position: absolute;
  padding: 0 28px 0 83px;
  background: #ffffff url('/local/templates/.default/public/img/date.svg') no-repeat 28px 50%;
  top: -20px;
  left: 50px;
}
.index-banners-block .list .adress {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  padding: 0 28px 0 83px;
  background: #ffffff url('/local/templates/.default/public/img/adress.svg') no-repeat 28px 50%;
  top: -20px;
  right: 50px;
}
.index-banners-block .list .item {
  height: 160px;
  position: relative;
  margin-bottom: 55px;
  border-radius: 20px;
}
.index-banners-block .list .item .logo {
  position: absolute;
  left: -1px;
  top: 0;
  width: 479px;
  height: 100%;
}
.index-banners-block .list .item .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-banners-block .list .item button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  color: #fff;
  width: 207px;
  height: 56px;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 2;
}
.index-banners-block .list .item button:hover {
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.6);
}
.index-banners-block .list .item p {
  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;
  color: #fff;
  padding: 0 280px 0 504px;
  font-size: 22px;
  line-height: 30px;
}
.index-banners-block .list .item p span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.index-about-block2 {
  text-align: center;
  padding-bottom: 126px;
}
.index-about-block2 .logo {
  margin-bottom: -130px;
}
.index-about-block2 .name {
  background: url('/local/templates/.default/public/img/bg1.jpg') center / cover;
  border-radius: 20px;
  margin-bottom: 55px;
  padding: 106px 20px 82px 20px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
.index-about-block2 .bottom-text {
  padding: 0 200px;
  font-size: 18px;
  line-height: 30px;
  color: #103EE0;
  height: 270px;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}
.index-about-block2 .bottom-text.opened {
  height: auto;
}
.index-about-block2 .bottom-text.opened:before {
  display: none;
}
.index-about-block2 .bottom-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #ffffff);
}
.index-about-block2 .bottom-button button {
  width: 246px;
  height: 60px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.index-about-block2 .bottom-button button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.index-about-block2 .bottom-button button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.blog-block {
  position: relative;
  padding: 67px 0 136px;
}
.blog-block.other:before {
  background: url('/local/templates/.default/public/img/blog-block2.png') center / cover;
}
.blog-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 474px;
  background: url('/local/templates/.default/public/img/blog-block.jpg') center / cover;
}
.blog-block .container {
  position: relative;
  z-index: 2;
}
.blog-block .block-name {
  color: #fff;
}
.blog-block .list {
  margin: 0 -12px;
}
.blog-block .list .item {
  margin: 12px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 4px 4px 12px rgba(183, 198, 227, 0.5);
  background: #fff;
}
.blog-block .list .item .image {
  position: relative;
}
.blog-block .list .item .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(106.11deg, #ff0000 0%, #0057b6 72.48%);
  opacity: .6;
  pointer-events: none;
}
.blog-block .list .item .text {
  padding: 28px 30px;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.blog-block .list .item .text a {
  display: block;
  text-decoration: none;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.blog-block .list .slick-prev,
.blog-block .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(4px 4px 30px rgba(183, 198, 227, 0.5));
  top: -120px;
  width: 60px;
  height: 60px;
}
.blog-block .list .slick-prev {
  right: 90px;
  background: url('/local/templates/.default/public/img/prev2.svg') no-repeat center;
}
.blog-block .list .slick-next {
  right: 12px;
  background: url('/local/templates/.default/public/img/next2.svg') no-repeat center;
}
.blog-block .bottom-button {
  text-align: center;
  padding-top: 70px;
}
.blog-block .bottom-button button {
  width: 280px;
  height: 60px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.blog-block .bottom-button button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.blog-block .bottom-button button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.archive-block {
  background: url('/local/templates/.default/public/img/archive-block.png') center / cover;
  padding: 67px 0 50px;
  color: #fff;
}
.archive-block.other {
  background: url('/local/templates/.default/public/img/archive-block2.png') center / cover;
}
.archive-block .years {
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 75px;
  padding: 0 30px;
}
.archive-block .years .item {
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
}
.archive-block .years .item.slick-current span {
  background: #FF0000;
}
.archive-block .years .item span {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  padding: 7px 13px 10px 13px;
}
.archive-block .years .slick-prev,
.archive-block .years .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 31px;
  height: 30px;
}
.archive-block .years .slick-prev {
  left: 0;
  background: url('/local/templates/.default/public/img/prev2.svg');
}
.archive-block .years .slick-next {
  right: 0;
  background: url('/local/templates/.default/public/img/next2.svg');
}
.archive-block .list .item {
  padding-bottom: 40px;
}
.archive-block .list .item .name {
  margin-bottom: 65px;
  width: 70%;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
}
.archive-block .list .item .video {
  margin-bottom: 30px;
}
.archive-block .list .item .video p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}
.archive-block .list .item .video .player {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.archive-block .list .item .video .player img {
  opacity: 0;
}
.archive-block .list .item .video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-block .list .item .photos {
  padding-bottom: 70px;
}
.archive-block .list .item .photos p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}
.archive-block .list .item .photos .count {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #68778C;
}
.archive-block .list .item .photos .count span {
  color: #fff;
}
.archive-block .list .item .photos .photo {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.archive-block .list .item .photos .photo img {
  width: 100%;
}
.archive-block .list .item .photos .photo a {
  display: block;
  position: relative;
}
.archive-block .list .item .photos .photo a:hover:after {
  opacity: 1;
}
.archive-block .list .item .photos .photo a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.5) url('/local/templates/.default/public/img/zoom.svg') no-repeat center;
  -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;
}
.archive-block .list .item .photos .hidden-item {
  display: none;
}
.archive-block .list .item .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}
.archive-block .list .item .text .bottom-button {
  padding-top: 30px;
}
.archive-block .list .item .text .bottom-button button {
  width: 220px;
  height: 60px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.archive-block .list .item .text .bottom-button button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.archive-block .list .item .text .bottom-button button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.archive-block .list .item .catalog {
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 60px 100px 120px 100px;
}
.archive-block .list .item .catalog p {
  margin-bottom: 52px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.archive-block .list .item .catalog img {
  display: inline-block;
}
.partners-block {
  padding: 67px 0 80px;
}
.partners-block.other {
  padding: 0 0 20px 0;
}
.partners-block.other .block-name:before {
  display: none;
}
.partners-block p {
  height: 80px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #68778C;
}
.partners-block .item {
  margin-bottom: 30px;
}
.partners-block .item .logo {
  background: #fff;
  height: 100px;
  line-height: 100px;
  text-align: center;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
}
.partners-block .item .logo img {
  vertical-align: middle;
}
.partners-block .br {
  height: 80px;
}
.partners-block .block-name2 {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.partners-block .text {
  margin-bottom: 100px;
}
.partners-block .text div {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}
.partners-block .text button {
  width: 306px;
  height: 72px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.partners-block .text button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.footer {
  padding: 67px 0 78px;
  background: url('/local/templates/.default/public/img/footer.png') center / cover;
  color: #fff;
}
.footer.other {
  background: url('/local/templates/.default/public/img/footer3.png') center / cover;
}
.footer.other .contacts .item {
  color: #fff;
}
.footer.other .buttons button {
  width: 27%;
}
.footer.other .logo {
  margin-top: 0;
}
.footer.inner {
  background: url('/local/templates/.default/public/img/footer2.png') center / cover;
  padding: 150px 0 62px;
}
.footer.inner.inner2 {
  background: url('/local/templates/.default/public/img/footer4.png') center / cover;
}
.footer.inner.inner2 .buttons button {
  width: 27%;
}
.footer.inner.inner2 .logo {
  margin-top: 0;
}
.footer .langs {
  margin: 15px 0 120px;
}
.footer .langs a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .langs a:hover {
  color: #fff;
}
.footer .langs a.active {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding-left: 30px;
  background: url('/local/templates/.default/public/img/caret.svg') no-repeat left;
}
.footer .langs a:last-child {
  margin-right: 0;
}
.footer .contacts .logo {
  margin-bottom: 55px;
}
.footer .contacts .name {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.footer .contacts .item {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.footer .contacts .item span,
.footer .contacts .item a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.footer .members .item {
  width: 40%;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 30px;
}
.footer .members .item .logo {
  height: 156px;
  line-height: 156px;
  margin-bottom: 20px;
}
.footer .members .item .logo img {
  vertical-align: middle;
}
.footer .person {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 19px;
}
.footer .person .image {
  display: inline-block;
  position: relative;
}
.footer .person .image:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 18px;
  width: 176px;
  height: 177.31px;
  background: url('/local/templates/.default/public/img/before2.png') center / cover;
}
.footer .person .image img {
  position: relative;
  filter: drop-shadow(0px 4px 30px rgba(0, 151, 53, 0.5));
}
.footer .person .name {
  margin: 50px 0 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.footer .text {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 118px;
}
.footer .text .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.footer .text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.footer .buttons {
  padding-bottom: 80px;
}
.footer .buttons button {
  width: 32%;
  height: 72px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 22px;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
}
.footer .buttons button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.footer .buttons button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.footer .social a {
  display: inline-block;
  margin-right: 55px;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .logo {
  margin-top: 10px;
  position: relative;
}
.footer .logo .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000000px;
  margin-top: -120px;
}
.footer .logo a {
  position: relative;
  z-index: 2;
}
.footer .social {
  margin-top: 20px;
}
.footer .right-block .dev {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 50px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 0 0 0 57px;
  background: url('/local/templates/.default/public/img/dev.svg') no-repeat 0 0;
  text-align: left;
}
.footer .right-block .totop {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background: url('/local/templates/.default/public/img/totop.svg');
}
.footer .copy {
  text-align: center;
  padding-top: 55px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 30px;
}
.footer .copy a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}
.anchor {
  position: absolute;
  margin-top: -120px;
}
.popup-person {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.popup-person .window {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 1280px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 20px;
  padding: 70px 100px;
}
.popup-person .window .close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 23px;
  height: 22px;
  background: url('/local/templates/.default/public/img/close.svg');
  opacity: 1;
}
.popup-person .window .photo {
  display: inline-block;
  position: relative;
}
.popup-person .window .photo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 22px;
  left: 22px;
  background: url('/local/templates/.default/public/img/before3.png') center / cover;
}
.popup-person .window .photo img {
  position: relative;
}
.popup-person .window p {
  margin-top: 45px;
  width: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}
.popup-person .window .text {
  padding-left: 20px;
}
.popup-person .window .text p {
  margin: 15px 0;
  font-size: 18px;
  line-height: 30px;
  color: #103EE0;
  width: auto;
}
.error-page {
  padding: 40px 0 100px;
}
.error-page h1 {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.error-page h1 .red {
  margin-left: 90px;
  color: #FF0000;
}
.error-page .top-text {
  display: inline-block;
  margin-bottom: 44px;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.error-page .image {
  text-align: center;
  background: url('/local/templates/.default/public/img/bg2.png') center / cover;
  margin-bottom: 65px;
  border-radius: 20px;
  padding: 65px 20px;
}
.error-page p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.error-page ul {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
}
.error-page ul li {
  padding-left: 25px;
  background: url('/local/templates/.default/public/img/li.svg') no-repeat 0 7px;
}
.error-page ul li a {
  text-decoration: none;
  color: #FF0000;
}
.popup.other .window .text {
  background: url('/local/templates/.default/public/img/popup2.png') center / cover;
}
.popup .window {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 1010px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.popup .window.other .close {
  background: url('/local/templates/.default/public/img/close2.svg');
  width: 27px;
  height: 27px;
}
.popup .window.other .text {
  width: 100%;
  height: 190px;
  background: url('/local/templates/.default/public/img/popup3.png') center / cover;
}
.popup .window.other form {
  width: 100%;
}
.popup .window .close {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 23px;
  height: 22px;
  background: url('/local/templates/.default/public/img/close.svg');
  z-index: 3;
}
.popup .window .text {
  width: 46%;
  background: url('/local/templates/.default/public/img/popup.png') center / cover;
  position: relative;
}
.popup .window .text div {
  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;
  color: #fff;
  padding: 0 70px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 50px;
}
.popup .window .text div p {
  font-weight: 700;
  font-size: 40px;
}
.popup .window form {
  width: 54%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 50px 60px 50px;
}
.popup .window form .field {
  position: relative;
  height: 58px;
  margin-bottom: 20px;
}
.popup .window form .field.txt {
  height: auto;
}
.popup .window form .field input[type='text'] {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
  font-size: 20px;
  padding: 0;
}
.popup .window form .field input[type='text']:focus + label {
  font-size: 14px;
  top: -5px;
}
.popup .window form .field input[type='text']:valid + label {
  font-size: 14px;
  top: -5px;
}
.popup .window form .field label {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  left: 0;
  top: 15px;
  font-size: 18px;
  pointer-events: none;
}
.popup .window form .field label span {
  color: #BDBDBD;
}
.popup .window form .field p {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
.popup .window form .field textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  border: 1px solid #000000;
  font-size: 20px;
}
.popup .window form button {
  margin: 24px 0 44px;
  width: 246px;
  height: 60px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.popup .window form button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.popup .window form button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.popup .window form p {
  font-size: 16px;
  line-height: 32px;
  color: #68778C;
}
.popup .window form p a {
  text-decoration: none;
}
.contest-page {
  padding: 44px 0 100px;
}
.contest-page h1 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.contest-page .logo {
  margin-bottom: -230px;
  text-align: center;
}
.contest-page .years {
  background: url('/local/templates/.default/public/img/bg1.jpg') center / cover;
  border-radius: 20px;
  margin-bottom: 55px;
  padding: 210px 20px 35px 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.contest-page .years a {
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  padding: 8px 20px;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 20px;
}
.contest-page .years a:hover,
.contest-page .years a.active {
  color: #fff;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
}
.contest-page .list {
  padding: 0 115px;
}
.contest-page .list .item-name {
  cursor: pointer;
  margin-bottom: 14px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 20px;
  padding: 22px 100px 22px 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  position: relative;
}
.contest-page .list .item-name.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.contest-page .list .item-name:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  right: 23px;
  width: 64px;
  height: 64px;
  background: url('/local/templates/.default/public/img/spoiler.svg');
}
.contest-page .list .item {
  padding: 25px 40px 40px 40px;
  display: none;
}
.contest-page .list .item .name {
  display: inline-block;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contest-page .list .item p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}
.contest-page .list .bottom-button {
  text-align: center;
  padding: 50px 0 105px;
}
.contest-page .list .bottom-button button {
  width: 306px;
  height: 72px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 35px;
  text-align: left;
  text-transform: uppercase;
}
.contest-page .list .bottom-button button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.contest-page .list .bottom-button button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.contest-page .middle-image {
  text-align: center;
  margin-bottom: -45px;
}
.contest-page .middle-text {
  background: url('/local/templates/.default/public/img/bg1.jpg') center / cover;
  border-radius: 20px;
  margin-bottom: 55px;
  padding: 106px 20px 82px 20px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.contest-page .bottom-text {
  padding: 0 115px 50px 115px;
}
.contest-page .bottom-text .name {
  margin-bottom: 55px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.contest-page .bottom-text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}
.contest-page .bottom-text p span {
  display: block;
  color: red;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.contest-page .gallery {
  padding: 0 115px;
}
.contest-page .gallery p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.contest-page .gallery .count {
  margin-bottom: 53px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #68778C;
}
.contest-page .gallery .count span {
  color: red;
}
.contest-page .gallery .photo {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.contest-page .gallery .photo img {
  width: 100%;
}
.contest-page .gallery .photo a {
  display: block;
  position: relative;
}
.contest-page .gallery .photo a:hover:after {
  opacity: 1;
}
.contest-page .gallery .photo a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.5) url('/local/templates/.default/public/img/zoom.svg') no-repeat center;
  -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;
}
.contest-page .gallery .hidden-item {
  display: none;
}
.archive-page {
  padding: 40px 0 1px;
}
.archive-page h1 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.archive-page .top-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
}
.archive-page .years {
  padding-bottom: 12px;
}
.archive-page .years a {
  display: inline-block;
  margin: 0 24px 24px 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #0057B6;
  background: #fff;
  padding: 6px 20px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 20px;
}
.archive-page .years a:hover,
.archive-page .years a.active {
  color: #fff;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
}
.archive-page .text .name {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.archive-page .text .name span {
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.archive-page .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
}
.archive-page .text .br {
  height: 40px;
}
.archive-page .text .count {
  margin: 15px 0 50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #68778C;
}
.archive-page .text .count span {
  color: red;
}
.archive-page .text .photo {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.archive-page .text .photo img {
  width: 100%;
}
.archive-page .text .photo a {
  display: block;
  position: relative;
}
.archive-page .text .photo a:hover:after {
  opacity: 1;
}
.archive-page .text .photo a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.5) url('/local/templates/.default/public/img/zoom.svg') no-repeat center;
  -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;
}
.archive-page .text .hidden-item {
  display: none;
}
.archive-page .catalog {
  margin-bottom: 40px;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 20px;
  overflow: hidden;
}
.archive-page .catalog .image {
  height: 260px;
  background: url('/local/templates/.default/public/img/bg3.png') center / cover;
  position: relative;
}
.archive-page .catalog .image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 214px;
}
.archive-page .catalog .txt {
  padding: 28px 40px 42px 40px;
}
.archive-page .catalog .txt p {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.archive-page .catalog .txt button {
  width: 100%;
  height: 72px;
  background: url('/local/templates/.default/public/img/btn2.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.archive-page .catalog .txt button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.archive-page .catalog .txt button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.archive-page .videos {
  padding-top: 100px;
}
.archive-page .videos .name {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.archive-page .videos .name span {
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.archive-page .videos .item {
  margin-bottom: 60px;
}
.archive-page .videos .item p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #0057B6;
  height: 90px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.archive-page .videos .item .player {
  position: relative;
}
.archive-page .videos .item .player img {
  opacity: 0;
}
.archive-page .videos .item .player iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.contacts-page {
  padding: 40px 0;
}
.contacts-page.inner {
  padding: 67px 0 40px;
}
.contacts-page h1 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.contacts-page .top-text {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
}
.contacts-page nav {
  padding-bottom: 40px;
}
.contacts-page nav a {
  display: inline-block;
  text-decoration: none;
  margin: 0 12px 30px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0057B6;
  padding: 11px 17px;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
}
.contacts-page nav a:hover,
.contacts-page nav a.active {
  color: #fff;
  background: #FF0000;
}
.contacts-page h2 {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.contacts-page .logos {
  margin-bottom: 58px;
  background: url('/local/templates/.default/public/img/bg4.png') center / cover;
  border-radius: 20px;
  padding: 194px 110px 220px 110px;
}
.contacts-page .logos .flex {
  background: url('/local/templates/.default/public/img/arrow.svg') no-repeat center;
}
.contacts-page .logos .flex div {
  height: 86px;
  line-height: 86px;
}
.contacts-page .logos .flex div img {
  vertical-align: middle;
}
.contacts-page .top-items {
  padding-bottom: 60px;
}
.contacts-page .top-items .item {
  margin-bottom: 60px;
}
.contacts-page .top-items .item .name {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contacts-page .top-items .item .date {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.contacts-page .top-items .item .date:last-child {
  margin-bottom: 0;
}
.contacts-page .top-items .item .date span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.contacts-page .top-items .item .adress {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.contacts-page .top-items .item .adress2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.contacts-page .top-items .item .scheme {
  display: inline-block;
  padding: 0 45px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #FF0000;
  background: url('/local/templates/.default/public/img/scheme.svg') no-repeat right;
}
.contacts-page .top-items .item ul {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}
.contacts-page .top-items .item ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.contacts-page .top-items .item ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FF0000;
  left: 0;
  top: 6px;
}
.contacts-page .top-items .item .att div {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  color: #FF0000;
}
.contacts-page .top-items .item .att div img {
  max-width: 1000000px;
  margin-right: 18px;
}
.contacts-page .top-items .item p {
  font-size: 18px;
  line-height: 30px;
}
.contacts-page .map {
  margin-bottom: 80px;
  height: 524px;
}
.contacts-page .map iframe {
  width: 100%;
  height: 100%;
}
.contacts-page .ways {
  padding-bottom: 90px;
}
.contacts-page .ways .item {
  margin-bottom: 60px;
}
.contacts-page .ways .item .name {
  margin-bottom: 65px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contacts-page .ways .item ul {
  padding-right: 30px;
}
.contacts-page .ways .item ul.other li {
  background: url('/local/templates/.default/public/img/way2.svg') no-repeat 0 0;
}
.contacts-page .ways .item ul li {
  margin-bottom: 30px;
  padding-left: 55px;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
  background: url('/local/templates/.default/public/img/way1.svg') no-repeat 0 0;
}
.contacts-page .ways .item ul li span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.contacts-page .contacts .logo {
  margin-bottom: 55px;
}
.contacts-page .contacts .name {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.contacts-page .contacts .item {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.contacts-page .contacts .item span,
.contacts-page .contacts .item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.contacts-page .members {
  padding-bottom: 60px;
}
.contacts-page .members .item {
  width: 40%;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 30px;
}
.contacts-page .members .item .logo {
  height: 156px;
  line-height: 156px;
  margin-bottom: 20px;
}
.contacts-page .members .item .logo img {
  vertical-align: middle;
}
.contacts-page .persons .item {
  margin-bottom: 50px;
}
.contacts-page .persons .item .image {
  display: inline-block;
  padding: 20px 0;
  position: relative;
  margin-bottom: 25px;
}
.contacts-page .persons .item .image:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  width: calc(100% + 5px);
  height: 100%;
  background: url('/local/templates/.default/public/img/before4.png') center / cover;
}
.contacts-page .persons .item .image img {
  position: relative;
}
.contacts-page .persons .item .name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.contacts-page .persons .item p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.contacts-page .persons .item a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #FF0000;
}
.services-page {
  padding: 40px 0 60px;
}
.services-page h1 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.services-page h2 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.services-page nav {
  padding-bottom: 40px;
}
.services-page nav a {
  display: inline-block;
  text-decoration: none;
  margin: 0 12px 30px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0057B6;
  padding: 11px 17px;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
}
.services-page nav a:hover,
.services-page nav a.active {
  color: #fff;
  background: #FF0000;
}
.services-page .col-md-6 {
  margin-bottom: 50px;
}
.services-page .col-md-6 .item {
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 20px;
}
.services-page .col-md-6 .item img {
  width: 100%;
}
.services-page .col-md-6 .item p {
  padding: 33px 30px 150px 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.services-page .col-md-6 .item .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 30px;
}
.services-page .col-md-6 .item .button button {
  width: 100%;
  height: 60px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 0 36px;
}
.services-page .col-md-6 .item .button button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.article-page {
  padding: 40px 0 80px;
}
.article-page h1 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.article-page .top-image {
  margin-bottom: 65px;
}
.article-page .top-image img {
  width: 100%;
}
.article-page .text {
  padding: 0 115px 40px 115px;
}
.article-page .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
}
.article-page .gallery p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
}
.article-page .gallery .count {
  margin: 15px 0 53px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #68778C;
}
.article-page .gallery .count span {
  color: red;
}
.article-page .gallery .photo {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.article-page .gallery .photo img {
  width: 100%;
}
.article-page .gallery .photo a {
  display: block;
  position: relative;
}
.article-page .gallery .photo a:hover:after {
  opacity: 1;
}
.article-page .gallery .photo a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.5) url('/local/templates/.default/public/img/zoom2.svg') no-repeat center;
  -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;
}
.article-page .gallery .hidden-item {
  display: none;
}
.site-menu {
  position: fixed;
  width: calc(100% + 20px);
  height: 100%;
  top: 0;
  right: -20px;
  background: url('/local/templates/.default/public/img/site-menu.png') center / cover;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 45px 0;
  color: #fff;
  display: none;
}
.site-menu .close {
  position: absolute;
  right: 35px;
  top: 15px;
  width: 23px;
  height: 22px;
  background: url('/local/templates/.default/public/img/close3.svg');
  z-index: 3;
  opacity: 1;
}
.site-menu .name {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.site-menu .name span {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
}
.site-menu .banner {
  margin-bottom: 25px;
  height: 84px;
  position: relative;
  border-radius: 20px;
}
.site-menu .banner:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 40px;
  height: 40px;
  background: url('/local/templates/.default/public/img/arrow2.svg');
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
}
.site-menu .banner .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 252px;
  height: 100%;
  margin-left: 0;
}
.site-menu .banner .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site-menu .banner p {
  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;
  color: #fff;
  padding: 0 50px 0 270px;
  font-size: 14px;
  line-height: 16px;
}
.site-menu .banner p span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.site-menu .banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.site-menu .logo {
  margin-bottom: 75px;
  margin-left: 100px;
}
.site-menu ul {
  font-size: 20px;
  line-height: 30px;
  margin-left: 100px;
}
.site-menu ul li {
  padding-left: 33px;
  margin-bottom: 40px;
  position: relative;
}
.site-menu ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FF0000;
  left: 0;
  top: 10px;
}
.site-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.sections-block {
  padding: 67px 0 90px;
  background: url('/local/templates/.default/public/img/sections-block.png') center / cover;
}
.sections-block .block-name {
  color: #fff;
}
.sections-block .col-sm-6 {
  margin-bottom: 25px;
}
.sections-block .row .col-sm-6:nth-child(6n-1) .item .text,
.sections-block .row .col-sm-6:nth-child(6n) .item .text {
  left: auto;
  right: 0;
  padding: 50px 115% 30px 30px;
}
.sections-block .row .col-sm-6:nth-child(6n-1) .item .text .close,
.sections-block .row .col-sm-6:nth-child(6n) .item .text .close {
  right: auto;
  left: 10px;
}
.sections-block .item {
  height: 100%;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(255, 0, 0, 0.5);
  border-radius: 20px;
  position: relative;
}
.sections-block .item.active .text {
  display: block;
}
.sections-block .item.active img {
  position: relative;
  z-index: 5;
}
.sections-block .item.active p {
  position: relative;
  z-index: 5;
}
.sections-block .item.active p:before {
  transform: translateX(-50%) rotate(180deg);
}
.sections-block .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.sections-block .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(255, 0, 0, 0.5);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px 30px 115%;
  z-index: 4;
  display: none;
}
.sections-block .item .text .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 23px;
  height: 22px;
  background: url('/local/templates/.default/public/img/close.svg');
  opacity: 1;
}
.sections-block .item .text ul li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.sections-block .item .text ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FF0000;
  left: 0;
  top: 8px;
}
.sections-block .item img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.sections-block .item p {
  position: relative;
  padding: 23px 10px 32px 20px;
  line-height: 22px;
}
.sections-block .item p:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  width: 33px;
  height: 33px;
  background: url('/local/templates/.default/public/img/check.svg');
}
.program-block {
  padding: 67px 0 50px;
}
.program-block .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #103EE0;
}
.program-block .button {
  background: url('/local/templates/.default/public/img/bg5.png') center / cover;
  border-radius: 20px;
  padding: 1px 20px 60px 20px;
  text-align: center;
}
.program-block .button .image {
  margin: -80px 0 7px;
}
.program-block .button button {
  width: 306px;
  height: 72px;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.program-block .button button:hover {
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.6);
}
.program-block .button button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.audience-block {
  padding: 67px 0 50px;
  background: url('/local/templates/.default/public/img/audience-block.png') center / cover;
  color: #fff;
}
.audience-block ul {
  font-size: 18px;
  line-height: 30px;
}
.audience-block ul li {
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
.audience-block ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FF0000;
  left: 0;
  top: 9px;
}
.events-block {
  padding: 67px 0 10px;
}
.events-block .block-name:before {
  display: none;
}
.events-block .list {
  border: 3px solid #FF0000;
  border-radius: 20px;
  padding: 62px 40px 5px 40px;
  position: relative;
  margin-bottom: 100px;
}
.events-block .list .date {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  padding: 0 28px 0 83px;
  background: #ffffff url('/local/templates/.default/public/img/date.svg') no-repeat 28px 50%;
  top: -20px;
  left: 50px;
}
.events-block .list .adress {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  padding: 0 28px 0 83px;
  background: #ffffff url('/local/templates/.default/public/img/adress.svg') no-repeat 28px 50%;
  top: -20px;
  right: 50px;
}
.events-block .list .item {
  margin-bottom: 35px;
  background: #fff;
  overflow: hidden;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 20px;
}
.events-block .list .item .name {
  position: relative;
  cursor: pointer;
  height: 120px;
  background: url('/local/templates/.default/public/img/event.png') center / cover;
  border-radius: 20px;
}
.events-block .list .item .name.active {
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
}
.events-block .list .item .name.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.events-block .list .item .name.active .icon img:nth-child(1) {
  display: none;
}
.events-block .list .item .name.active .icon img:nth-child(2) {
  display: block;
}
.events-block .list .item .name:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  right: 32px;
  width: 50px;
  height: 50px;
  background: url('/local/templates/.default/public/img/spoiler2.svg');
}
.events-block .list .item .name .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}
.events-block .list .item .name .icon img:nth-child(2) {
  display: none;
}
.events-block .list .item .name p {
  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 150px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.events-block .list .item .name p span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.events-block .list .item .text {
  padding: 32px 68px 20px 68px;
  display: none;
}
.events-block .list .item .text .top-text {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.events-block .list .item .text ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
.events-block .list .item .text p {
  font-size: 16px;
  line-height: 30px;
  color: #68778C;
  margin-bottom: 30px;
}
.services-block {
  padding: 67px 0 50px;
  background: url('/local/templates/.default/public/img/services-block.png') center / cover;
  margin-bottom: 60px;
}
.services-block.inner {
  background: none;
}
.services-block.inner .block-name {
  color: #000;
}
.services-block.inner .block-name:before {
  display: none;
}
.services-block .block-name {
  color: #fff;
}
.services-block .block-name.other:before {
  display: none;
}
.services-block .top-text {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
}
.services-block .col-sm-6,
.services-block .col-md-6 {
  margin-bottom: 50px;
}
.services-block .col-sm-6 .item,
.services-block .col-md-6 .item {
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 20px;
}
.services-block .col-sm-6 .item img,
.services-block .col-md-6 .item img {
  width: 100%;
}
.services-block .col-sm-6 .item p,
.services-block .col-md-6 .item p {
  padding: 33px 30px 150px 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.services-block .col-sm-6 .item .button,
.services-block .col-md-6 .item .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 30px;
}
.services-block .col-sm-6 .item .button button,
.services-block .col-md-6 .item .button button {
  width: 100%;
  height: 60px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 0 36px;
}
.services-block .col-sm-6 .item .button button:hover,
.services-block .col-md-6 .item .button button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.services-block .col-sm-6 .item2,
.services-block .col-md-6 .item2 {
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 20px;
}
.services-block .col-sm-6 .item2 img,
.services-block .col-md-6 .item2 img {
  width: 100%;
}
.services-block .col-sm-6 .item2 p,
.services-block .col-md-6 .item2 p {
  padding: 33px 30px 150px 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}
.services-block .col-sm-6 .item2 .button,
.services-block .col-md-6 .item2 .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 30px;
}
.services-block .col-sm-6 .item2 .button button,
.services-block .col-md-6 .item2 .button button {
  width: 100%;
  height: 72px;
  background: url('/local/templates/.default/public/img/btn2.svg') no-repeat top 50% right 20px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.services-block .col-sm-6 .item2 .button button.other,
.services-block .col-md-6 .item2 .button button.other {
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
}
.services-block .col-sm-6 .item2 .button button:hover,
.services-block .col-md-6 .item2 .button button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.services-block .col-sm-6 .item2 .button button span,
.services-block .col-md-6 .item2 .button button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.persons-block {
  padding: 67px 0 100px;
  background: url('/local/templates/.default/public/img/persons-block.png') center / cover;
}
.persons-block .block-name {
  color: #fff;
}
.persons-block .col-sm-6 {
  margin-bottom: 80px;
}
.persons-block .col-sm-6 .item {
  height: 100%;
  background: #ffffff url('/local/templates/.default/public/img/bg6.png') no-repeat top right;
  padding: 188px 18px 20px 18px;
  position: relative;
  line-height: 22px;
  color: #68778C;
}
.persons-block .col-sm-6 .item .photo {
  position: absolute;
  left: 0;
  top: -22px;
}
.persons-block .col-sm-6 .item .name {
  color: #000;
  margin-bottom: 30px;
  width: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: url('/local/templates/.default/public/img/mobile-menu.png') center / cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px;
  display: none;
}
.mobile-menu.other {
  background: url('/local/templates/.default/public/img/mobile-menu2.png') center / cover;
}
.mobile-menu .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 27px;
  height: 27px;
  background: url('/local/templates/.default/public/img/close2.svg');
}
.mobile-menu .logo {
  margin-bottom: 60px;
}
.mobile-menu .langs {
  margin-bottom: 30px;
}
.mobile-menu .langs a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}
.mobile-menu .langs a:hover {
  color: #fff;
}
.mobile-menu .langs a.active {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding-left: 30px;
  background: url('/local/templates/.default/public/img/caret.svg') no-repeat left;
}
.mobile-menu .langs a:last-child {
  margin-right: 0;
}
.mobile-menu ul {
  display: block;
}
.mobile-menu ul li {
  margin-bottom: 25px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 23px;
}
.blog-page {
  padding: 40px 0 70px;
}
.blog-page h1 {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.blog-page .nav {
  padding-bottom: 20px;
}
.blog-page .nav a {
  display: inline-block;
  text-decoration: none;
  margin: 0 12px 30px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0057B6;
  padding: 11px 17px;
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
}
.blog-page .nav a:hover,
.blog-page .nav a.active {
  color: #fff;
  background: #FF0000;
}
.blog-page .nav2 {
  padding-bottom: 40px;
}
.blog-page .nav2 a {
  display: inline-block;
  text-decoration: none;
  margin: 0 6px 10px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #0057B6;
  padding: 5px 16px;
  box-shadow: 4px 4px 30px rgba(149, 168, 218, 0.3);
  border-radius: 20px;
}
.blog-page .nav2 a:hover,
.blog-page .nav2 a.active {
  color: #fff;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
}
.blog-page .item {
  margin-bottom: 50px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 20px;
  padding: 46px 60px 40px 484px;
  position: relative;
}
.blog-page .item.brdr {
  border: 2px solid red;
}
.blog-page .item .image {
  position: absolute;
  left: 25px;
  top: 0;
}
.blog-page .item .image a {
  margin: 0;
}
.blog-page .item .date {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #68778C;
}
.blog-page .item a {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.blog-page .item p {
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
  position: relative;
  height: 120px;
  overflow: hidden;
}
.blog-page .item p:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #ffffff);
}
.blog-page .pages {
  text-align: center;
  padding-top: 30px;
}
.blog-page .pages a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-page .pages a:hover,
.blog-page .pages a.active {
  color: #fff;
  background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
}
.article-page2 {
  padding: 50px 0;
}
.article-page2 .container {
  position: relative;
}
.article-page2 .back-link {
  position: absolute;
  right: 0;
  top: -7px;
  width: 194px;
  height: 44px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 44px;
  padding: 0 25px;
  border: 1px solid #E2000B;
  border-radius: 6px;
  text-transform: uppercase;
  background: url('/local/templates/.default/public/img/back.svg') no-repeat 20px 50%;
  font-weight: 600;
  font-size: 18px;
  color: #E2000B;
}
.article-page2 .back-link:hover {
  color: #fff;
  background: #E2000B;
  text-align: center;
}
.article-page2 .content {
  max-width: 966px;
}
.article-page2 .content .date {
  font-size: 16px;
  color: #68778C;
  margin-bottom: 30px;
}
.article-page2 .content h1 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
}
.article-page2 .content p {
  margin-bottom: 30px;
  font-size: 20px;
}
.article-page2 .content p a {
  text-decoration: none;
  color: red;
}
.article-page2 .content .photos {
  max-width: 634px;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(149, 168, 218, 0.3);
  border-radius: 20px;
}
.article-page2 .content .photos img {
  width: 100%;
  border-radius: 20px;
}
.article-page2 .content .photos .list .slick-prev,
.article-page2 .content .photos .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 4px 4px 30px rgba(149, 168, 218, 0.3);
}
.article-page2 .content .photos .list .slick-prev {
  left: -34px;
  background: #ffffff url('/local/templates/.default/public/img/prev3.svg') no-repeat center;
}
.article-page2 .content .photos .list .slick-next {
  right: -34px;
  background: #ffffff url('/local/templates/.default/public/img/next3.svg') no-repeat center;
}
.article-page2 .content .photos .sl-count2 {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  color: #68778C;
}
.article-page2 .content .photos .sl-count2 .sl-count__current2 {
  font-weight: 600;
  color: red;
}
.service-page {
  padding: 40px 0;
}
.service-page h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.service-page .top-image {
  margin-bottom: 70px;
}
.service-page .top-image img {
  width: 100%;
}
.service-page .text {
  position: relative;
  padding: 0 430px 60px 110px;
}
.service-page .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
}
.service-page .text button {
  position: absolute;
  top: 0;
  right: 0;
  width: 306px;
  height: 72px;
  background: url('/local/templates/.default/public/img/btn.svg') no-repeat top 50% right 13px, linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  box-shadow: 4px 4px 30px rgba(142, 160, 224, 0.3);
  border-radius: 100px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.service-page .text button:hover {
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.5);
}
.service-page .text button span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.service-page .gallery p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
}
.service-page .gallery .count {
  margin: 15px 0 53px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #68778C;
}
.service-page .gallery .count span {
  color: red;
}
.service-page .gallery .photo {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.service-page .gallery .photo img {
  width: 100%;
}
.service-page .gallery .photo a {
  display: block;
  position: relative;
}
.service-page .gallery .photo a:hover:after {
  opacity: 1;
}
.service-page .gallery .photo a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.5) url('/local/templates/.default/public/img/zoom2.svg') no-repeat center;
  -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;
}
.service-page .gallery .hidden-item {
  display: none;
}
@media (max-width: 1400px) {
  .site-menu .banner {
    margin-right: -100px;
  }
  .index-first-block .image {
    width: 800px;
  }
  .index-first-block .text .buttons button {
    width: 30%;
  }
  .events-block .list .item .name p span {
    font-size: 20px;
    line-height: 24px;
  }
  .archive-block .list .item .catalog {
    padding: 30px;
  }
  .footer.other .buttons button {
    width: 30%;
  }
  .events-block .list .date {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -40px 0 20px -20px;
  }
  .events-block .list .adress {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 0 40px -15px;
  }
  .index-banners-block .list .item .logo {
    width: 300px;
  }
  .index-banners-block .list .item p {
    padding: 0 250px 0 340px;
  }
  .index-banners-block .list .date {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -40px 0 20px -20px;
  }
  .index-banners-block .list .adress {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 0 40px -15px;
  }
  .contacts-page .logos .flex {
    background: none;
  }
  .popup-person .window {
    width: 1100px;
  }
  .index-first-block nav ul.small li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .site-menu .banner {
    margin-right: 0;
  }
  .site-menu .logo {
    margin: 40px 0;
  }
  .site-menu .banner .logo {
    margin: 0;
  }
  .index-first-block nav ul li a {
    font-size: 16px;
  }
  .index-first-block .image {
    width: 600px;
  }
  .index-first-block .text .buttons button {
    width: 32%;
  }
  .index-about-block .bottom-text {
    padding: 0;
  }
  .sections-block .row .col-sm-6:nth-child(6n-1) .item .text,
  .sections-block .row .col-sm-6:nth-child(6n) .item .text {
    right: auto;
    left: 0;
    padding: 50px 30px 30px 115%;
  }
  .sections-block .row .col-sm-6:nth-child(4n-1) .item .text,
  .sections-block .row .col-sm-6:nth-child(4n) .item .text {
    left: auto;
    right: 0;
    padding: 50px 115% 30px 30px;
  }
  .index-about-block2 .bottom-text {
    padding: 0;
  }
  .archive-block .list .item .text {
    margin-bottom: 40px;
  }
  .footer.other .buttons button {
    width: 32%;
  }
  .footer .social a {
    margin-right: 20px;
  }
  .index-banners-block .list .item {
    height: auto;
    padding: 30px;
    text-align: center;
  }
  .index-banners-block .list .item .logo {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    margin-bottom: 20px;
  }
  .index-banners-block .list .item .logo img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .index-banners-block .list .item p {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .index-banners-block .list .item button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .footer .buttons button {
    width: 48%;
  }
  .footer .buttons {
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
  }
  .error-page h1 .red {
    margin-left: 0;
  }
  .article-page .text {
    padding: 0 0 30px 0;
  }
  .contacts-page .logos {
    padding: 40px;
  }
  .contest-page .list {
    padding: 0;
  }
  .contest-page .bottom-text {
    padding: 0 0 40px 0;
  }
  .contest-page .gallery {
    padding: 0;
  }
  .footer.inner.inner2 .buttons button {
    width: 32%;
  }
  .services-block .col-sm-6 .item2 .button button span,
  .services-block .col-md-6 .item2 .button button span {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
  }
  .service-page .text {
    padding: 0 360px 60px 0;
  }
  .site-menu ul {
    margin-left: 0;
  }
  .site-menu .banner .logo {
    width: 150px;
    left: 10px;
  }
  .site-menu .banner p {
    padding: 0 40px 0 180px;
  }
  .index-first-block .inner-content .date {
    text-shadow: #000 0 1px 2px;
  }
  .popup-person .window {
    width: 900px;
    padding: 30px;
  }
  .popup-person .window .close {
    top: 20px;
    right: 20px;
  }
  .index-first-block nav ul.small li a {
    font-size: 12px;
  }
  .index-banners-block .list .item.b1 {
    background: url('/local/templates/.default/public/img/01f.jpg') center / cover;
  }
  .index-banners-block .list .item.b2 {
    background: url('/local/templates/.default/public/img/02f.jpg') center / cover;
  }
  .index-banners-block .list .item.b3 {
    background: url('/local/templates/.default/public/img/03f.jpg') center / cover;
  }
  .index-banners-block .list .item.b4 {
    background: url('/local/templates/.default/public/img/04f.jpg') center / cover;
  }
  .index-banners-block .list .item.b5 {
    background: url('/local/templates/.default/public/img/05f.jpg') center / cover;
  }
  .index-banners-block .list .item.b6 {
    background: url('/local/templates/.default/public/img/06f.jpg') center / cover;
  }
  .index-banners-block .list .item.b7 {
    background: url('/local/templates/.default/public/img/07f.jpg') center / cover;
  }
  .site-menu .logo {
    padding-left: 40px;
  }
  .site-menu ul {
    padding-left: 40px;
  }
  .index-first-block .text .date {
    margin-bottom: 80px;
  }
  .index-first-block .text {
    padding: 60px 0;
  }
  .index-first-block {
    padding: 34px 0 20px;
  }
  .index-first-block .bg {
    width: 150%;
    height: 150%;
  }
}
@media (max-width: 991px) {
  .popup .window {
    width: 700px;
  }
  .popup .window .text {
    width: 100%;
    text-align: center;
  }
  .popup .window .text div {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 30px 20px;
  }
  .popup .window form {
    width: 100%;
    padding: 20px;
  }
  .popup .window .text div p {
    margin: 20px 0;
  }
  .popup .window .close {
    top: 15px;
    right: 15px;
  }
  .index-first-block nav ul li a {
    font-size: 13px;
  }
  .index-first-block .text {
    padding: 50px 0 0 0;
  }
  .index-first-block .text.other .logo {
    display: block;
    margin: 0 0 30px 0;
  }
  .index-first-block .text.other p {
    margin: 30px 0;
    font-size: 30px;
    line-height: 40px;
  }
  .index-first-block .text.other .date {
    margin-bottom: 40px;
  }
  .index-first-block .text .buttons button {
    width: 48%;
    margin: 10px 0;
  }
  .sections-block .item .text {
    width: 215%;
    padding: 20px 20px 20px 110%;
  }
  .sections-block .row .col-sm-6:nth-child(4n-1) .item .text,
  .sections-block .row .col-sm-6:nth-child(4n) .item .text {
    right: auto;
    left: 0;
    padding: 50px 20px 20px 110%;
  }
  .sections-block .row .col-sm-6:nth-child(3n) .item .text {
    left: auto;
    right: 0;
    padding: 50px 110% 20px 20px;
  }
  .program-block .text {
    padding-bottom: 30px;
  }
  .events-block .list .item .name {
    height: auto;
  }
  .events-block .list .item .name p {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    padding: 15px 100px 15px 150px;
  }
  .events-block .list .item .text {
    padding: 30px 30px 20px 30px;
  }
  .blog-block .block-name {
    margin-bottom: 120px;
  }
  .blog-block .list .slick-prev,
  .blog-block .list .slick-next {
    top: -100px;
  }
  .archive-block .list .item .name {
    width: auto;
  }
  .contacts-page.inner .ways {
    padding-bottom: 0;
  }
  .footer.other .buttons button {
    width: 48%;
  }
  .footer .contacts .logo {
    width: auto;
    text-align: left;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .index-first-block .text .date {
    margin-bottom: 50px;
  }
  .counts-block .item {
    width: 32%;
    margin-bottom: 30px;
  }
  .counts-block .item br {
    display: none;
  }
  .index-first-block .inner-content .langs {
    padding-top: 20px;
  }
  .article-page .top-image {
    margin-bottom: 30px;
  }
  .contacts-page .logos .flex div {
    margin: 10px auto;
  }
  .contest-page .list .item {
    padding: 30px 0;
  }
  .index-first-block.inner.other2 .inner-content {
    padding: 40px 0;
  }
  .index-first-block .inner-content .date {
    padding-top: 30px;
  }
  .index-first-block .inner-content .date .langs {
    padding-top: 30px;
  }
  .index-first-block .inner-content .logo {
    width: auto;
  }
  .blog-page .item {
    padding: 30px;
  }
  .blog-page .item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .blog-page .item .image img {
    width: 100%;
  }
  .footer.inner.inner2 .buttons button {
    width: 48%;
  }
  .popup .window.other .text {
    height: auto;
  }
  .service-page .text {
    padding: 0 0 60px 0;
  }
  .service-page .text button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .site-menu .row .col-xl-6:nth-child(1) {
    order: 1;
  }
  .site-menu .row .col-xl-6:nth-child(2) {
    order: 0;
  }
  .site-menu .logo {
    width: 50%;
  }
  .popup-person .window {
    width: 700px;
  }
  .index-first-block nav ul.small li a {
    font-size: 10px;
  }
  .site-menu .logo {
    padding-left: 0px;
  }
  .site-menu ul {
    padding-left: 0px;
  }
  .index-first-block .text .langs {
    margin-bottom: 50px;
  }
  .index-first-block .bg {
    width: 180%;
    height: 180%;
  }
}
@media (max-width: 767px) {
  .popup .window {
    width: 500px;
  }
  .site-menu .banner {
    height: auto;
    text-align: center;
    padding: 20px 40px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .site-menu .banner .logo {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .site-menu .banner .logo img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .site-menu .banner p {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 0;
  }
  .index-first-block nav ul li {
    display: none;
  }
  .index-first-block nav ul li:last-child {
    display: block;
  }
  .site-menu {
    display: none !important;
  }
  .index-first-block nav .container {
    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;
  }
  .index-first-block nav .logo {
    display: block;
  }
  .mobile-menu.opened {
    display: block;
  }
  .index-first-block .image {
    display: none;
  }
  .index-first-block .text.other p {
    width: auto;
  }
  .index-first-block .text .buttons button {
    width: 100%;
  }
  .sections-block .row .col-sm-6:nth-child(3n) .item .text {
    right: auto;
    left: 0;
    padding: 50px 20px 20px 110%;
  }
  .sections-block .row .col-sm-6:nth-child(2n) .item .text {
    left: auto;
    right: 0;
    padding: 50px 110% 20px 20px;
  }
  .sections-block .item {
    border-radius: 24px;
  }
  .events-block .list {
    padding: 60px 20px 5px 20px;
  }
  .events-block .list .item .name .icon {
    left: 20px;
  }
  .events-block .list .item .name:after {
    right: 20px;
  }
  .events-block .list .item .name p {
    padding: 10px 90px 10px 110px;
  }
  .events-block .list .item .name p span {
    font-size: 18px;
    line-height: 22px;
  }
  .services-block .col-sm-6 .item2,
  .services-block .col-md-6 .item2 {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
  }
  .services-block .col-sm-6 .item,
  .services-block .col-md-6 .item {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
  }
  .persons-block {
    padding: 67px 0 30px;
  }
  .blog-block .list .item .text {
    padding: 20px;
  }
  .archive-block .years {
    width: 100%;
  }
  .contacts-page .logos {
    padding: 50px 20px;
  }
  .footer.other .buttons button {
    width: 100%;
  }
  .footer .right-block .dev {
    margin-right: 20px;
  }
  .counts-block .item {
    width: 48%;
  }
  .footer .buttons button {
    width: 100%;
  }
  .index-first-block .inner-content {
    display: none;
  }
  .index-first-block.inner {
    padding: 0;
  }
  .footer.inner {
    padding: 60px 0;
  }
  .contacts-page nav a {
    font-size: 18px;
    line-height: 24px;
  }
  .contest-page .middle-text {
    font-size: 30px;
    line-height: 36px;
  }
  .services-page nav a {
    font-size: 18px;
    line-height: 24px;
  }
  .services-page .col-md-6 .item {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
  }
  .popup-person .window {
    width: 500px;
  }
  .popup-person .window .text {
    padding: 10px 0 0 0;
  }
  .index-first-block .text {
    padding: 50px 0 30px;
  }
  .index-first-block .bg {
    width: 280%;
    height: 280%;
  }
}
@media (max-width: 575px) {
  .popup .window {
    width: 320px;
  }
  .popup .window form .field label {
    font-size: 13px;
  }
  .popup .window form .field input[type='text'] {
    font-size: 14px;
  }
  .popup .window form .field {
    height: 45px;
    margin-bottom: 10px;
  }
  .popup .window form .field input[type='text']:valid + label {
    font-size: 12px;
  }
  .popup .window form .field input[type='text']:focus + label {
    font-size: 12px;
  }
  .popup .window .text div {
    font-size: 24px;
    line-height: 30px;
  }
  .popup .window .text div p {
    line-height: 50px;
  }
  .popup .window form button {
    width: 100%;
  }
  .site-menu {
    width: 100%;
    right: 0;
  }
  .site-menu ul li {
    margin-bottom: 20px;
  }
  .mobile-menu {
    padding: 30px 0;
  }
  .mobile-menu .logo {
    padding-right: 40px;
    margin-bottom: 30px;
  }
  .index-first-block .text.other p {
    font-size: 20px;
    line-height: 24px;
  }
  .index-first-block .text.other .date {
    font-size: 14px;
    line-height: 20px;
  }
  .index-first-block .text .date span {
    font-size: 24px;
    line-height: 30px;
  }
  .index-first-block .text .buttons button span {
    font-size: 18px;
  }
  .block-name {
    font-size: 30px;
    line-height: 36px;
  }
  .sections-block .item {
    border-radius: 30px;
  }
  .sections-block .item .text {
    width: 100%;
    padding: 50px 30px 30px 30px!important;
    z-index: 5;
  }
  .program-block .text {
    padding-bottom: 60px;
  }
  .program-block .button button {
    width: 100%;
  }
  .events-block .list .date {
    font-size: 20px;
    line-height: 24px;
  }
  .events-block .list .adress {
    font-size: 20px;
    line-height: 24px;
  }
  .events-block .list .item .name .icon {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    margin-bottom: 15px;
  }
  .events-block .list .item .name p {
    padding: 0;
  }
  .events-block .list .item .name {
    padding: 15px 80px 15px 15px;
  }
  .events-block .list .item .name:after {
    right: 10px;
  }
  .events-block .list {
    padding: 60px 10px 5px 10px;
  }
  .events-block .list .item .name p {
    line-height: 24px;
  }
  .events-block .list .date {
    margin-left: -10px;
  }
  .events-block .list .adress {
    margin-left: -10px;
  }
  .index-about-block2 .name {
    font-size: 24px;
    line-height: 30px;
  }
  .partners-block .block-name2 {
    font-size: 30px;
    line-height: 36px;
  }
  .partners-block .br {
    height: 30px;
  }
  .partners-block p {
    height: auto;
    margin-bottom: 20px;
  }
  .partners-block .item .logo img {
    max-width: 80%;
  }
  .archive-block .list .item .name {
    font-size: 24px;
    line-height: 30px;
  }
  .archive-block .list .item .photos {
    padding-bottom: 30px;
  }
  .contacts-page h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .contacts-page .top-items {
    padding-bottom: 20px;
  }
  .footer .langs {
    margin: 0 0 50px 0;
  }
  .footer .members .item {
    width: 48%;
    font-size: 12px;
    line-height: 22px;
  }
  .footer .text {
    padding: 20px;
    margin-bottom: 60px;
  }
  .footer .buttons button span {
    font-size: 18px;
  }
  .footer .social {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .footer .right-block {
    width: 100%;
    text-align: center;
  }
  .index-first-block nav {
    background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  }
  .index-first-block nav.other,
  .index-first-block .is-sticky nav.other {
    background: linear-gradient(92.91deg, #000467 5.54%, #0057b6 94.4%);
  }
  .index-first-block .is-sticky nav {
    background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
  }
  .index-first-block nav ul li a.menu-button {
    margin-right: -15px;
  }
  .index-banners-block .list .date {
    font-size: 20px;
    line-height: 24px;
  }
  .index-banners-block .list .adress {
    font-size: 20px;
    line-height: 24px;
  }
  .index-banners-block .list .date {
    margin-left: -10px;
    padding-right: 0;
    padding: 2px 0 2px 83px;
  }
  .index-banners-block .list .adress {
    margin-left: -10px;
    padding-right: 0;
  }
  .index-first-block .text .date {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .index-first-block .text .langs {
    display: none;
  }
  .index-first-block .text .logo {
    margin-bottom: 30px;
  }
  .counts-block .item {
    font-size: 14px;
    line-height: 20px;
  }
  .counts-block .item:last-child {
    width: 100%;
  }
  .index-banners-block .list {
    padding: 60px 10px 10px 10px;
  }
  .index-banners-block .list .item {
    padding: 15px;
  }
  .blog-block {
    padding: 67px 0 80px;
  }
  .archive-block .list .item .catalog {
    padding: 20px;
  }
  .index-first-block .text.other .langs {
    display: none;
  }
  .error-page h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .error-page .top-text {
    font-size: 24px;
    line-height: 30px;
  }
  .error-page {
    padding: 40px 0;
  }
  .archive-page h1 {
    margin-bottom: 30px;
  }
  .archive-page .top-text {
    font-size: 16px;
    line-height: 24px;
  }
  .archive-page .years a {
    margin: 0 10px 10px 0;
  }
  .archive-page .years {
    padding-bottom: 20px;
  }
  .archive-page .text .name {
    font-size: 24px;
    line-height: 32px;
  }
  .archive-page .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .archive-page .text .count {
    margin: 0 0 30px 0;
  }
  .archive-page .catalog .txt {
    padding: 25px;
  }
  .archive-page .videos {
    padding-top: 40px;
  }
  .archive-page .videos .name {
    font-size: 32px;
    line-height: 36px;
  }
  .archive-page .videos .item {
    margin-bottom: 50px;
  }
  .archive-page {
    padding: 40px 0;
  }
  .article-page h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .article-page .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .article-page .gallery p {
    font-size: 32px;
    line-height: 36px;
  }
  .article-page .gallery .count {
    margin: 2px 0 30px;
  }
  .contacts-page h1 {
    margin-bottom: 30px;
  }
  .contacts-page .top-text {
    font-size: 16px;
    line-height: 24px;
  }
  .contacts-page .ways .item .name {
    margin-bottom: 30px;
  }
  .contacts-page .ways {
    padding-bottom: 30px;
  }
  .contacts-page .members .item {
    width: 48%;
    font-size: 12px;
    line-height: 22px;
  }
  .contest-page h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .contest-page .logo {
    margin-bottom: -120px;
  }
  .contest-page .years {
    padding: 150px 20px 20px 20px;
  }
  .contest-page .years a {
    font-size: 20px;
    line-height: 24px;
    padding: 6px 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .contest-page .list .item-name {
    padding: 15px 100px 15px 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .contest-page .middle-text {
    font-size: 24px;
    line-height: 30px;
  }
  .contest-page .gallery .count {
    width: 100%;
    margin-bottom: 30px;
  }
  .contest-page {
    padding: 40px 0;
  }
  .services-page .col-md-6 .item {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
  }
  .services-page h1 {
    margin-bottom: 30px;
  }
  .blog-page h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .blog-page .nav a {
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px 10px 0;
  }
  .blog-page .nav2 a {
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px 10px 0;
  }
  .blog-page .item {
    padding: 20px;
  }
  .footer.inner.inner2 .buttons button {
    width: 100%;
  }
  .article-page2 .back-link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .article-page2 .content h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .article-page2 .content p {
    font-size: 16px;
  }
  .services-block.inner {
    padding: 40px 0;
  }
  .services-block.inner .block-name {
    margin-bottom: 30px;
  }
  .services-block .top-text {
    font-size: 16px;
    line-height: 24px;
  }
  .services-block.inner {
    margin-bottom: 0;
  }
  .partners-block .text div {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .partners-block .text button {
    width: 100%;
  }
  .partners-block .text {
    margin-bottom: 50px;
  }
  .popup .window .text div p {
    font-size: 24px;
    line-height: 30px;
  }
  .service-page h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .service-page .top-image {
    margin-bottom: 30px;
  }
  .service-page .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .service-page .text button {
    width: 100%;
  }
  .service-page .text {
    padding: 0 0 40px 0;
  }
  .service-page .gallery p {
    font-size: 32px;
    line-height: 36px;
    margin: 0;
  }
  .service-page .gallery .count {
    width: 100%;
    margin: 20px 0 30px;
  }
  .service-page {
    padding: 40px 0 0 0;
  }
  .services-page h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .mobile-menu ul li {
    margin-bottom: 20px;
  }
  .article-page2 .content .photos .list {
    margin: 0 30px;
  }
  .blog-block .list .slick-prev {
    right: auto;
    left: 50%;
    margin-left: -70px;
    top: -80px;
  }
  .blog-block .list .slick-next {
    right: 50%;
    margin-right: -70px;
    top: -80px;
  }
  .index-first-block .bg {
    display: none;
  }
  .index-first-block {
    padding-top: 0;
  }
  .index-first-block .text .logo {
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .index-first-block .text .mob-image {
    display: block;
    margin: -60px 0 -120px;
  }
  .popup-person .window {
    width: 320px;
  }
  .popup-person .window {
    padding: 20px;
  }
  .index-about-block .slider {
    padding-right: 0;
  }
  .index-about-block .slider:before {
    display: none;
  }
  .index-about-block .slider .sl-count {
    display: none;
  }
  .events-block .list .item .name {
    padding: 15px;
  }
  .events-block .list .item .name:after {
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    top: 25px;
    right: 10px;
  }
  .events-block .list .item .name.active:after {
    transform: rotate(180deg);
  }
  .index-banners-block .list .item {
    text-align: left;
  }
  .contacts-page .persons .item {
    margin-bottom: 80px;
  }
  .contest-page .gallery p {
    width: 100%;
    padding-right: 70px;
  }
  .contest-page .gallery .count {
    width: 100%;
    text-align: right;
    margin: -60px 0 30px;
  }
}

/* End */


/* Start:/local/templates/.default/public/slick.css?16633401381866*/
/* 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/.default/public/fix.css?16965835512475*/
.field_warning {
    color: red !important;
}

.js-response-text {
    display: flex;
    margin: auto;
    height: max-content;
}

.window.flex{
    min-height: 450px;
}

.blog-page .item div img {
    border-radius: 20px;
}

.projects-block .item .img {
    position: static;
}

.fancybox__thumbs{
    display: none;
}

.archive-block .list .item .photos .photo a{
    max-height: 146px;
}

.archive-page .text .photo a{
    max-height: 131px;
}

.blog-block .list .item{
    height: 500px;
}

.index-about-block .slider .list .item:hover{
    color: red;
}
/*@media (max-width: 576px) {*/
/*    .index-about-block .slider .list .item{*/
/*        margin: 0 80px;*/
/*    }*/
/*}*/

/*слайдер персон*/
@media(max-width: 630px){
    .slider-speakers{
        opacity: 0;
    }
    .persons-block .col-sm-6 .item .photo{
        top: 0px
    }

    .slider-speakers .slick-slide{
        padding-right: 10px;
        padding-left: 10px;
    }


}
.slider-speakers .slick-dots {
    text-align: center;
    margin-top: -70px;
    margin-bottom: -30px;
    padding-bottom: 50px;

}
.slider-speakers .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slider-speakers .slick-dots li.slick-active button {
    opacity: 1;
}
.slider-speakers .slick-dots li button {
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    opacity: .5;
    border-color: transparent;
}
.index-banners-block .list .adress{
    line-height: 30px;
}
@media (max-width: 1199px){
    .site-menu .banner .logo img{
        width: 150px;
        object-fit: contain;
    }
    .site-menu .banner .logo{
        position: relative;
    }

}
.site-menu .banner .logo img{
    width: 200px;
    height: 84px;
    object-fit: contain;
}
.site-menu .banner .logo{
    position: relative;
}

.index-first-block-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 2;
  }
  .index-first-block-video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: linear-gradient(92.91deg, #ff0000 5.54%, #3c0680 54.14%, #0057b6 94.4%);
    z-index: 2;
  }
  .index-first-block-video .container {
    z-index: 3;
  }


.blog-block .list .item .image:after {background:0%!important;}





/* End */
/* /local/templates/.default/public/animate.css?166334013881372 */
/* /local/templates/.default/public/style.css?1664181284107016 */
/* /local/templates/.default/public/slick.css?16633401381866 */
/* /local/templates/.default/public/fix.css?16965835512475 */
