

/* Start:/local/templates/.default/public/css/animate.css?175152162177749*/
@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/css/hamburgers.css?175152162127398*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* End */


/* Start:/local/templates/.default/public/css/style.css?1751521621116800*/
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.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: 'Manrope', 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: 'Manrope', 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/css/../img/index-first-block.png') center / cover;
  padding-bottom: 90px;
  margin-bottom: 80px;
  color: #fff;
  position: relative;
}
.index-first-block .top-menu {
  padding: 33px 0 74px;
  flex-wrap: nowrap;
}
.index-first-block .top-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index-first-block .top-menu ul li {
  display: inline-block;
}
.index-first-block .top-menu ul li:not(:last-child) {
  margin-right: 50px;
}
.index-first-block .top-menu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
  padding: 11px 0;
  font-size: 20px;
  line-height: 32px;
}
.index-first-block .top-menu ul li a:hover:after {
  width: 100%;
}
.index-first-block .top-menu ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 0;
  height: 2px;
  background: #40CEC7;
}
.index-first-block .top-menu .search-link {
  width: 22px;
  height: 22px;
  background: url('/local/templates/.default/public/css/../img/search-link.svg');
  margin-top: 17px;
}
.index-first-block .logo {
  width: 480px;
}
.index-first-block .logo p {
  margin-top: 70px;
  font-size: 18px;
  line-height: 30px;
}
.index-first-block .counts {
  padding-top: 60px;
  width: 380px;
}
.index-first-block .counts .item {
  font-size: 20px;
  line-height: 40px;
  color: #40CEC7;
}
.index-first-block .counts .item span {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 64px;
  line-height: 40px;
}
.index-first-block .counts .button {
  text-align: center;
  padding-top: 80px;
}
.index-first-block .counts .button button {
  background: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  width: 196px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
}
.index-first-block .counts .button button:hover {
  border: 0;
  background: linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
}
.index-first-block .image {
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -180px;
  pointer-events: none;
  z-index: 3;
}
.index-first-block .container {
  position: relative;
  z-index: 3;
}
.index-first-block .container:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 14px;
  bottom: -125px;
}
.animated {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(270deg, #40CEC7 0%, #0071BA 48%, #3E5A9B 100%);
}
/* .wrapper div {
  position: absolute;
  filter: blur(50px);
  opacity: 0.8;
  -webkit-filter: blur(50px);
} */
/* .animated .one {
  border-radius: 100%;
  width: 120%;
  height: 120%;
  background-color: #1B3083;
  left: -10%;
  top: -100%;
  z-index: 3;
  animation: fly 12s linear infinite;
  transform: rotate(0) translate(80px) rotate(0);
}
.animated .two {
  width: 200%;
  height: 200%;
  background-color: #1465A7;
  bottom: -10%;
  left: -30%;
}
.animated .three {
  border-radius: 100%;
  width: 120%;
  height: 120%;
  bottom: -20%;
  right: -30%;
  background-color: #03A1C2;
  animation: flyPlus 10s linear infinite;
  -webkit-animation: flyPlus 10s linear infinite;
  transform: rotate(0) translate(200px) rotate(0);
  -webkit-transform: rotate(0) translate(200px) rotate(0);
  -moz-transform: rotate(0) translate(200px) rotate(0);
  -ms-transform: rotate(0) translate(200px) rotate(0);
  -o-transform: rotate(0) translate(200px) rotate(0);
}
.four {
  border-radius: 100%;
  width: 80%;
  height: 80%;
  margin: auto;
  bottom: 0;
  right: 0;

  background-color: #2DB3C0;
  animation: flyPlus 15s linear infinite;
  -webkit-animation: flyPlus 15s linear infinite;
  transform: rotate(0) translate(200px) rotate(0);
  -webkit-transform: rotate(0) translate(200px) rotate(0);
  -moz-transform: rotate(0) translate(200px) rotate(0);
  -ms-transform: rotate(0) translate(200px) rotate(0);
  -o-transform: rotate(0) translate(200px) rotate(0);
} */
.animated .wrapper .text {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  filter: unset;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes fly {
  /* 0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); 
  } */
  100% {
    transform: rotate(2turn) translate(200px) rotate(-2turn);
    -webkit-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -moz-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -ms-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -o-transform: rotate(2turn) translate(200px) rotate(-2turn);
  }
}
@keyframes flyPlus {
  /* 0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); 
  } */
  100% {
    transform: rotate(-2turn) translate(200px) rotate(2turn);
    -webkit-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -moz-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -ms-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -o-transform: rotate(-2turn) translate(200px) rotate(2turn);
  }
}
.index-about-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 76px;
}
.index-about-block .container {
  position: relative;
}
.index-about-block .block1 {
  margin-bottom: 50px;
}
.index-about-block .block1 h1 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  text-transform: uppercase;
}
.index-about-block .block1 ul li {
  font-size: 18px;
  line-height: 40px;
  padding-left: 30px;
  position: relative;
}
.index-about-block .block1 ul li span {
  position: absolute;
  color: #40CEC7;
  left: 0;
  top: 0;
}
.index-about-block .block2 {
  position: absolute;
  right: 15px;
  top: 90px;
  text-align: center;
  width: 305px;
  z-index: 3;
}
.index-about-block .block2 .image {
  margin-bottom: 50px;
  position: relative;
}
.index-about-block .block2 .image .play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  width: 70px;
  height: 70px;
  background: url('/local/templates/.default/public/css/../img/play.svg') center / cover;
}
.index-about-block .block2 .name {
  padding: 0 40px;
  font-size: 18px;
  line-height: 26px;
  color: #68778C;
}
.index-about-block .block2 .name span {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 5px;
}
.index-about-block .block3 {
  padding: 65px 0 50px;
  position: relative;
}
.index-about-block .block3:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  width: 3000px;
  height: 100%;
  background: #F3F9FF;
}
.index-about-block .block3 .text {
  position: relative;
  z-index: 2;
  max-width: 855px;
}
.index-about-block .block3 .text:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  top: -110px;
  right: 0;
}
.index-about-block .block3 .text:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 0;
  bottom: -125px;
}
.index-about-block .block3 .text p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #2764AE;
}
.index-news-block {
  padding-bottom: 26px;
}
.index-news-block.inner .tabs ul {
  text-align: left;
  margin-top: 32px;
}
.index-news-block h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  text-transform: uppercase;
}
.index-news-block h2 span {
  font-weight: 400;
  color: #2764AE;
}
.index-news-block .tabs ul {
  text-align: right;
  margin: -50px 0 90px;
}
.index-news-block .tabs ul li {
  display: inline-block;
}
.index-news-block .tabs ul li:not(:last-child) {
  margin-right: 120px;
}
.index-news-block .tabs ul li.ui-state-active a {
  color: #000;
  font-weight: 700;
  padding-left: 26px;
}
.index-news-block .tabs ul li.ui-state-active a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #40CEC7;
}
.index-news-block .tabs ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  color: #68778C;
  position: relative;
}
.index-news-block .tab-content {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  color: #fff;
}
.index-news-block .tab-content .animated {
  width: 90%;
  height: calc(100% - 33px);
  top: 33px;
}
.index-news-block .tab-content .container {
  position: relative;
  z-index: 3;
}
.index-news-block .tab-content .big-item {
  position: relative;
}
.index-news-block .tab-content .big-item:hover .text .name {
  color: #2764AE;
}
.index-news-block .tab-content .big-item:hover .text .link {
  margin-left: 10px;
}
.index-news-block .tab-content .big-item .main-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.index-news-block .tab-content .big-item img {
  width: 100%;
}
.index-news-block .tab-content .big-item .text {
  background: #fff;
  border-radius: 0px 0px 0px 40px;
  padding: 40px 50px;
  color: #000;
}
.index-news-block .tab-content .big-item .text .name {
  margin-bottom: 38px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  -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;
}
.index-news-block .tab-content .big-item .text .date {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #68778C;
}
.index-news-block .tab-content .big-item .text .link {
  display: inline-block;
  background: url('/local/templates/.default/public/css/../img/arrow.svg');
  width: 146px;
  height: 12px;
}
.index-news-block .tab-content .list {
  margin: 220px -12px 0 -12px;
}
.index-news-block .tab-content .list .item {
  margin: 0 12px;
}
.index-news-block .tab-content .list .item img {
  width: 100%;
  border-radius: 40px 0px;
}
.index-news-block .tab-content .list .item .text {
  padding: 28px 20px;
}
.index-news-block .tab-content .list .item .text .name {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.index-news-block .tab-content .list .item .text .date {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.index-news-block .tab-content .list .item .main-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.index-news-block .tab-content .list .slick-prev,
.index-news-block .tab-content .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -120px;
  width: 60px;
  height: 60px;
}
.index-news-block .tab-content .list .slick-prev {
  right: 100px;
  background: url('/local/templates/.default/public/css/../img/prev.svg');
}
.index-news-block .tab-content .list .slick-next {
  right: 12px;
  background: url('/local/templates/.default/public/css/../img/next.svg');
}
.index-news-block .bottom-link {
  text-align: right;
}
.index-news-block .bottom-link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #2764AE;
  border-bottom: 1px solid transparent;
}
.index-news-block .bottom-link a:hover {
  border-bottom: 1px solid #2764AE;
}
.index-news-block .bottom-link a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 88px;
  background: #40CEC7;
  bottom: 100%;
  margin-bottom: 7px;
}
.index-regions-block {
  margin-bottom: 105px;
  overflow: hidden;
  position: relative;
}
.index-regions-block .image {
  position: absolute;
  right: -350px;
  top: -30px;
  z-index: 4;
  pointer-events: none;
}
.index-regions-block h2 {
  margin-bottom: 100px;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  text-transform: uppercase;
}
.index-regions-block .content {
  position: relative;
  margin-bottom: 52px;
}
.index-regions-block .content .animated {
  width: 50%;
  left: auto;
  right: 0;
}
.index-regions-block .content .logos {
  width: 50%;
  background: #F3F9FF;
  border-radius: 40px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 84px 74px 1px 74px;
}
.index-regions-block .content .logos .item {
  width: 49%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 80px;
}
.index-regions-block .content .logos .item img {
  vertical-align: middle;
}
.index-regions-block .content .counts {
  width: 50%;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 106px;
  color: #fff;
}
.index-regions-block .content .counts .animated {
  width: 100%;
  display: none;
}
.index-regions-block .content .counts .list1 .item {
  font-size: 20px;
  line-height: 40px;
  color: #40CEC7;
}
.index-regions-block .content .counts .list1 .item:not(:last-child) {
  margin-bottom: 110px;
}
.index-regions-block .content .counts .list1 .item span {
  display: block;
  color: #fff;
  margin-bottom: 27px;
  font-weight: 500;
  font-size: 90px;
  line-height: 50px;
}
.index-regions-block .content .counts .list2 {
  width: 216px;
}
.index-regions-block .content .counts .list2 p {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}
.index-regions-block .content .counts .list2 ul {
  font-size: 20px;
  line-height: 56px;
}
.index-regions-block .content .counts .list2 ul li sup {
  font-size: 20px;
  line-height: 27px;
  color: #40CEC7;
}
.index-regions-block .bottom-link {
  text-align: right;
}
.index-regions-block .bottom-link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #2764AE;
  border-bottom: 1px solid transparent;
}
.index-regions-block .bottom-link a:hover {
  border-bottom: 1px solid #2764AE;
}
.index-regions-block .bottom-link a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 88px;
  background: #40CEC7;
  bottom: 100%;
  margin-bottom: 7px;
}
.index-corporate-block {
  position: relative;
  margin-bottom: 80px;
}
.index-corporate-block.inner {
  margin-bottom: 200px;
}
.index-corporate-block .image {
  position: absolute;
  right: 66px;
  bottom: -180px;
  z-index: 3;
}
.index-corporate-block h2 {
  margin-bottom: 78px;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  text-transform: uppercase;
  position: relative;
}
.index-corporate-block h2:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 0;
  top: 100%;
  margin-top: 33px;
  z-index: 4;
}
.index-corporate-block .content {
  position: relative;
  overflow: hidden;
  padding: 88px 0 16px;
}
.index-corporate-block .content .animated {
  width: 90%;
}
.index-corporate-block .content .container {
  position: relative;
  z-index: 3;
}
.index-corporate-block .content .item {
  margin-bottom: 82px;
  height: 300px;
  background: #fff;
  border-radius: 0px 40px;
  padding: 38px;
  position: relative;
}
.index-corporate-block .content .item:hover p {
  color: #2764AE;
}
.index-corporate-block .content .item p {
  margin: 20px 0 0 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-corporate-block .content .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-corporate-block .content .more-link {
  height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #40CEC7;
  filter: drop-shadow(4px 4px 30px rgba(183, 198, 227, 0.5));
  border-radius: 0px 40px;
  position: relative;
}
.index-corporate-block .content .more-link a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.index-projects-block {
  padding-bottom: 40px;
}
.index-projects-block h2 {
  margin-bottom: 120px;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  text-transform: uppercase;
}
.index-projects-block .col-lg-4 {
  margin-bottom: 80px;
}
.index-projects-block .item {
  height: 100%;
  background: #fff;
  position: relative;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 0px 0px 0px 40px;
  padding: 1px 44px 120px 44px;
}
.index-projects-block .item:hover p {
  color: #2764AE;
}
.index-projects-block .item:hover .link {
  left: 54px;
}
.index-projects-block .item .image {
  margin: -40px -44px 48px 0;
}
.index-projects-block .item p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  -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;
}
.index-projects-block .item .link {
  position: absolute;
  left: 44px;
  bottom: 60px;
  background: url('/local/templates/.default/public/css/../img/arrow.svg');
  width: 146px;
  height: 12px;
}
.footer {
  background: #F3F9FF;
  padding: 90px 0 140px;
}
.footer .logo {
  margin-bottom: 60px;
}
.footer .phone {
  padding-top: 26px;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.footer .phone a {
  display: block;
  text-decoration: none;
  margin: 20px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}
.footer .phone span {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #68778C;
}
.footer .mail {
  padding-top: 26px;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.footer .mail a {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2764AE;
  border-bottom: 1px solid transparent;
}
.footer .mail a:hover {
  border-bottom: 1px solid #2764AE;
}
.footer .social {
  margin-bottom: 50px;
}
.footer .social a {
  display: inline-block;
}
.footer .social a:not(:last-child) {
  margin-right: 30px;
}
.footer .social a:hover {
  filter: brightness(110%);
}
.footer .adress {
  margin: 26px 0 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.footer .adress a {
  display: block;
  text-decoration: none;
}
.footer .adress a:hover {
  color: #2764AE;
}
.footer .line {
  height: 1px;
  background: #68778C;
  opacity: .2;
  margin-bottom: 56px;
}
.footer .copy {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #68778C;
  margin-top: 13px;
}
.footer .rules {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #68778C;
}
.footer .rules:hover {
  color: #2764AE;
}
.footer .dev {
  position: relative;
}
.footer .dev .link {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #68778C;
  padding: 0 0 0 62px;
  background: url('/local/templates/.default/public/css/../img/dev.svg') no-repeat 0 0;
}
.footer .dev .link:hover {
  color: #2764AE;
}
.footer .dev .totop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 60px;
  background: url('/local/templates/.default/public/css/../img/totop.svg') center / cover;
}
.fixed-menu {
  position: fixed;
  width: 100%;
  background: #fff;
  top: -100px;
  left: 0;
  z-index: 6;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  padding: 15px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fixed-menu.opened {
  top: 0;
}
.fixed-menu .container.flex {
  flex-wrap: nowrap;
  align-items: center;
}
.fixed-menu ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.fixed-menu ul li {
  display: inline-block;
}
.fixed-menu ul li:not(:last-child) {
  margin-right: 50px;
}
.fixed-menu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
.fixed-menu .search-link {
  width: 22px;
  height: 22px;
  background: url('/local/templates/.default/public/css/../img/search-link2.svg');
  margin-top: 4px;
}
.site-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.5);
  z-index: 47;
  display: none;
}
.site-search .content {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}
.site-search .content form {
  position: relative;
}
.site-search .content form input[type='text'] {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  background: #ffffff url('/local/templates/.default/public/css/../img/search.svg') no-repeat 23px 50%;
  padding: 0 140px 0 62px;
  font-weight: 500;
  font-size: 18px;
}
.site-search .content form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  width: 120px;
  height: 40px;
  background: linear-gradient(270deg, #40cec7 0%, #0071ba 48%, #3e5a9b 100%);
  border-radius: 100px;
}
.site-search .content form button:hover {
  filter: brightness(110%);
}
.mobile-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 58;
  padding: 11px 0;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  display: none;
}
.mobile-header.active {
  background: none;
  box-shadow: none;
}
.mobile-header.active .logo {
  opacity: 0;
  pointer-events: none;
}
.mobile-header.active .hamburger .hamburger-inner {
  background: #fff;
}
.mobile-header.active .hamburger .hamburger-inner:before {
  background: #fff;
}
.mobile-header.active .hamburger .hamburger-inner:after {
  background: #fff;
}
.mobile-header .hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  opacity: 1;
  margin-top: 2px;
}
.mobile-header .menu-button {
  background: url('/local/templates/.default/public/css/../img/menu-button.svg');
  width: 34px;
  height: 24px;
  margin-top: 8px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 43px 0;
  z-index: 20;
  display: none;
}
.mobile-menu .close {
  position: absolute;
  right: 24px;
  top: 17px;
  z-index: 5;
  width: 27px;
  height: 27px;
  opacity: 1;
  background: url('/local/templates/.default/public/css/../img/close.svg');
}
.mobile-menu .container {
  position: relative;
  z-index: 3;
}
.mobile-menu .logo {
  margin-bottom: 56px;
}
.mobile-menu ul {
  padding-bottom: 40px;
}
.mobile-menu ul li {
  margin-bottom: 16px;
}
.mobile-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 32px;
}
.mobile-menu .lang {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-right: 36px;
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
}
.mobile-menu .search-link {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('/local/templates/.default/public/css/../img/search-link.svg');
  vertical-align: middle;
}
.header {
  padding: 18px 0 24px;
  margin-bottom: 54px;
  position: relative;
  overflow: hidden;
}
.header .container {
  position: relative;
  z-index: 3;
  flex-wrap: nowrap;
}
.header ul {
  margin-top: 5px;
  width: calc(100% - 250px);
  display: flex;
  align-items: flex-start;
}
.header ul li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.header ul li:not(:last-child) {
  margin-right: 25px;
}
.header ul li.menu-item--long {
  white-space: wrap;
}
.header ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
  padding: 11px 0;
  font-size: 18px;
  line-height: 1.2;
}
.header ul li a:hover:after {
  width: 100%;
}
.header ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 0;
  height: 2px;
  background: #40CEC7;
}
.header ul li.top-nav_search-item {
  align-self: center;
}
.header ul li .search-link {
  width: 22px;
  height: 22px;
  background: url('/local/templates/.default/public/css/../img/search-link.svg') center / cover;
}
.header ul li .search-link:after {
  display: none;
}
h1 {
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  text-transform: uppercase;
}
h1.sm {
  text-transform: none;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
.error-page {
  padding-bottom: 95px;
  position: relative;
}
.error-page .image {
  position: absolute;
  overflow: hidden;
  right: 150px;
  right: 0;
  width: 42%;
  height: 500px;
  border-radius: 40px 0px 0px 0px;
}
.error-page .image .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  color: #fff;
  z-index: 4;
  font-weight: 300;
  font-size: 40px;
  line-height: 100px;
  text-transform: uppercase;
}
.error-page .image .txt span {
  display: block;
  font-size: 96px;
  line-height: 100px;
}
.error-page .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 43px;
  z-index: 4;
}
.error-page .text {
  width: 55%;
}
.error-page .text h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}
.error-page .text p {
  font-size: 20px;
  line-height: 32px;
  color: #2764AE;
  margin-bottom: 48px;
}
.error-page .text ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
  margin-bottom: 40px;
}
.text-page {
  padding-bottom: 80px;
  overflow: hidden;
}
.text-page .animated {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  left: 0;
  top: 400px;
  width: 60%;
  height: 512px;
  border-radius: 0px 0px 40px 0px;
  overflow: hidden;
}
.text-page .container {
  position: relative;
  z-index: 3;
}
.text-page h1.sm {
  padding-right: 220px;
}
.text-page .back-link {
  position: absolute;
  right: 0;
  top: 20px;
  width: 196px;
  height: 60px;
  line-height: 60px;
  background: #ffffff url('/local/templates/.default/public/css/../img/back.svg') no-repeat left 22px top 50%;
  box-shadow: 4px 4px 20px rgba(183, 198, 227, 0.5);
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding: 0 35px;
  font-size: 20px;
}
.text-page .back-link:hover {
  background: url('/local/templates/.default/public/css/../img/back.svg') no-repeat left -72px top 50%, linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
  color: #fff;
  text-align: center;
  padding: 0;
}
.text-page .date {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #68778C;
}
.text-page p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.text-page p.black {
  color: #000;
}
.text-page p.blue {
  color: #2764AE;
}
.text-page p.big {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #2764AE;
}
.text-page h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
/* .text-page ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: disc;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
} */
/* .text-page ul.other {
  padding-left: 0;
  list-style: none;
} */
.text-page ul.other li {
  padding-left: 25px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  /* color: #68778C; */
}
/* .text-page ul.other li:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background: #2764AE;
} */
.text-page h2 {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
.text-page h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 30px;
}
.text-page h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
.text-page h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 30px;
}
/* .text-page ol {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.text-page ol li {
  padding-left: 25px;
  position: relative;
} */
/* .text-page ol li:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #2764AE;
  left: 0;
  top: 12px;
} */
.text-page .gallery {
  padding-bottom: 50px;
}
.text-page .gallery .item {
  margin-bottom: 25px;
  font-size: 0;
  border-radius: 40px 0px;
  overflow: hidden;
}
.text-page .gallery .item img {
  width: 100%;
}
.text-page .gallery .item a {
  display: block;
  position: relative;
}
.text-page .gallery .item a:hover:after {
  opacity: 1;
}
.text-page .gallery .item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/local/templates/.default/public/css/../img/zoom.svg') no-repeat center, linear-gradient(0deg, rgba(39, 100, 174, 0.75), rgba(39, 100, 174, 0.75));
  -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;
}
.text-page .slider {
  padding: 50px 0 115px;
  position: relative;
}
.text-page .slider .animated {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 73%;
  height: 512px;
  border-radius: 0px 0px 40px 0px;
  overflow: hidden;
}
.text-page .slider .container {
  position: relative;
  z-index: 3;
}
.text-page .slider .list {
  max-width: 745px;
}
.text-page .slider .list .item .content {
  display: inline-block;
}
.text-page .slider .list .item img {
  border-radius: 0px 40px 0px 0px;
}
.text-page .slider .list .item .flex div {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.text-page .slider .list .item .flex div a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.text-page .slider .list .item .flex div a:hover {
  color: #fff;
}
.text-page .slider .list .slick-prev,
.text-page .slider .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 100%;
}
.text-page .slider .list .slick-prev {
  margin-left: 30px;
  background: url('/local/templates/.default/public/css/../img/prev2.svg');
}
.text-page .slider .list .slick-next {
  margin-left: 130px;
  background: url('/local/templates/.default/public/css/../img/next2.svg');
}
.text-page .slider .sl-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 760px;
  margin-left: 30px;
  width: 160px;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3px;
}
.text-page .slider .sl-count .sl-count__current {
  color: #fff;
}
.text-page .image {
  max-width: 745px;
  margin-bottom: 92px;
}
.text-page .image img {
  border-radius: 0px 40px 0px 0px;
}
.text-page .image .flex div {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.text-page .image .flex div a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.text-page .image .flex div a:hover {
  color: #fff;
}
.text-page .list3 {
  position: sticky;
  top: 0;
  padding-left: 120px;
}
.text-page .list3 .name {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  color: #68778C;
}
.text-page .list3 .item {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #68778C;
}
.text-page .list3 .item a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #2764AE;
}
.text-page .images {
  padding: 30px 0 40px;
  position: relative;
}
.text-page .images.other .animated {
  margin-left: 0;
}
.text-page .images .animated {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2000px;
  height: 70%;
  left: 50%;
  margin-left: -2000px;
}
.text-page .images .slide {
  padding-bottom: 30px;
}
.text-page .images img {
  border-radius: 40px 0px;
  position: relative;
  z-index: 4;
}
.text-page .images .text {
  margin: -60px 110px 0 396px;
  padding: 60px;
  position: relative;
  background: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 0px 40px;
  z-index: 5;
}
.text-page .images .text:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 60px;
  top: -45px;
}
.text-page .images .img {
  position: relative;
}
.text-page .images .img div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  z-index: 7;
  margin: -50px 0 0 0;
  width: 600px;
}
.text-page .images .img .prev,
.text-page .images .img .next {
  position: absolute;
  z-index: 7;
  bottom: 70px;
  width: 60px;
  height: 60px;
}
.text-page .images .img .prev {
  left: 80px;
  background: url('/local/templates/.default/public/css/../img/prev2.svg') center / cover;
}
.text-page .images .img .next {
  left: 180px;
  background: url('/local/templates/.default/public/css/../img/next2.svg') center / cover;
}
.text-page .images .slick-prev,
.text-page .images .slick-next {
  position: absolute;
  pointer-events: none;
  z-index: -10;
  opacity: 0;
}
.text-page .order-block {
  margin-bottom: 40px;
  padding: 110px 400px 110px 140px;
  position: relative;
  background: #F3F9FF;
  border-radius: 40px 0 0 40px;
  margin-top: 100px;
}
.text-page .order-block:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 2000px;
  height: 100%;
  background: #F3F9FF;
}
.text-page .order-block:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 52px;
  top: -44px;
}
.text-page .order-block p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #2764AE;
  font-weight: 400;
}
.text-page .order-block .person {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 305px;
  text-align: center;
}
.text-page .order-block .person .img {
  margin-bottom: 50px;
  position: relative;
}
.text-page .order-block .person .img .play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  width: 70px;
  height: 70px;
  background: url('/local/templates/.default/public/css/../img/play.svg') center / cover;
}
.text-page .order-block .person .name {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #68778C;
}
.text-page .order-block .person .name span {
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase;
}
.text-page .order-block .person button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  width: 305px;
  height: 60px;
  background: linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
  border-radius: 100px;
}
.text-page .order-block .person button:hover {
  filter: brightness(110%);
}
.text-page .mob-person {
  text-align: center;
  margin-bottom: 45px;
  display: none;
}
.text-page .mob-person .img {
  margin-bottom: 26px;
  position: relative;
}
.text-page .mob-person .img img {
  width: 200px;
}
.text-page .mob-person .img .play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 40px;
  height: 40px;
  background: url('/local/templates/.default/public/css/../img/play.svg') center / cover;
}
.text-page .mob-person .name {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  color: #68778C;
  padding: 0 30px;
}
.text-page .mob-person .name span {
  display: block;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}
.text-page .mob-person button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  width: 181px;
  height: 40px;
  background: linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
  border-radius: 100px;
}
blockquote {
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height: 30px;
  color: #2764AE;
  padding: 0 68px;
  position: relative;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url('/local/templates/.default/public/css/../img/quote1.svg') no-repeat center;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
}
blockquote:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url('/local/templates/.default/public/css/../img/quote2.svg') no-repeat center;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
}
.more-articles-block {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}
.more-articles-block .image {
  position: absolute;
  right: -300px;
  top: -110px;
  z-index: 3;
}
.more-articles-block .container {
  position: relative;
  z-index: 3;
}
.more-articles-block .block-name {
  margin-bottom: 100px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
.more-articles-block .col-xl-3 {
  margin-bottom: 30px;
}
.more-articles-block .item {
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 0px 40px;
}
.more-articles-block .item img {
  width: 100%;
}
.more-articles-block .item .text {
  padding: 23px 30px 140px 30px;
}
.more-articles-block .item .text a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.more-articles-block .item .text .date {
  position: absolute;
  left: 30px;
  bottom: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #68778C;
}
.more-articles-block .animated {
  overflow: hidden;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  top: 50px;
  right: 0;
  border-radius: 40px 0px 0px 0px;
  width: 834px;
  height: 426px;
}
.contacts-page {
  position: relative;
}
.contacts-page .container {
  position: relative;
  z-index: 3;
}
.contacts-page .animated {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  right: 0;
  top: 260px;
  width: 835px;
  height: 426px;
  border-radius: 40px 0 0 0;
  overflow: hidden;
}
.contacts-page h1 {
  margin-bottom: 30px;
}
.contacts-page .top-text {
  margin-bottom: 38px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.contacts-page p {
  max-width: 770px;
  margin-bottom: 55px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.contacts-page .image {
  margin-bottom: 67px;
}
.contacts-page .image img {
  border-radius: 40px 0px;
}
.contacts-page .col-xl-4 {
  margin-bottom: 40px;
}
.contacts-page .item {
  background: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 256px 50px 20px 50px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 0px 40px;
  position: relative;
}
.contacts-page .item:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 52px;
  top: -44px;
}
.contacts-page .item .name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  background: #F3F9FF;
  border-radius: 0px 40px 0px 0px;
}
.contacts-page .item .name span {
  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 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}
.contacts-page .item .adress {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 0 57px;
  background: url('/local/templates/.default/public/css/../img/adress.svg') no-repeat 0 4px;
}
.contacts-page .item .adress a {
  display: block;
  text-decoration: none;
  padding-left: 57px;
  margin-left: -57px;
}
.contacts-page .item button {
  position: absolute;
  bottom: 70px;
  left: 50px;
  width: calc(100% - 100px);
  height: 60px;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 100px;
  font-size: 18px;
  color: #68778C;
}
.contacts-page .item button:hover {
  color: #fff;
  border: 0;
  background: linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
}
.contacts-page .item .social li {
  margin-bottom: 50px;
  position: relative;
}
.contacts-page .item .social li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  text-align: center;
}
.contacts-page .item .social li a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding-left: 60px;
  font-size: 20px;
  line-height: 32px;
}
.contacts-page .item .phone {
  display: block;
  text-decoration: none;
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.contacts-page .item .phone span {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #2764AE;
}
.contacts-page .item .mail {
  display: block;
  text-decoration: none;
  padding: 0 0 5px 60px;
  background: url('/local/templates/.default/public/css/../img/mail.svg') no-repeat 0 4px;
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
.contacts-page .item .mail:hover span {
  border-bottom: 1px solid #000;
}
.contacts-page .item .mail span {
  border-bottom: 1px solid #fff;
}
.contacts-page .map {
  height: 600px;
  margin-top: -120px;
}
.blog-page {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px;
}
.blog-page .image {
  position: absolute;
  left: -320px;
  top: 110px;
  z-index: 3;
}
.blog-page .animated {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  top: 300px;
  left: 0;
  width: 1058px;
  height: 583px;
  border-radius: 0px 0px 40px 0px;
  overflow: hidden;
}
.blog-page .container {
  position: relative;
  z-index: 3;
}
.blog-page .top-link {
  position: absolute;
  left: 40%;
  top: 24px;
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 0 55px;
  background: url('/local/templates/.default/public/css/../img/contacts.svg') no-repeat 0 3px;
  text-decoration: none;
}
.blog-page .top-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 305px;
  height: 60px;
  color: #fff;
  background: #2764AE;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.blog-page .top-button.active {
  background: #fff;
  color: #2764AE;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
}
.blog-page .top-button.active span {
  background: url('/local/templates/.default/public/css/../img/close2.svg');
  width: 30px;
  height: 30px;
}
.blog-page .top-button span {
  display: inline-block;
  vertical-align: middle;
  background: url('/local/templates/.default/public/css/../img/filter.svg');
  width: 27px;
  height: 24px;
  margin: -2px 0 0 20px;
}
.blog-page .menu {
  margin-bottom: 60px;
}
.blog-page .menu li a {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #68778C;
  text-decoration: none;
}
.blog-page .menu li a:hover {
  color: #2764AE;
}
.blog-page .menu li a.active {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 26px;
}
.blog-page .menu li a.active:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #40CEC7;
}
.blog-page .list1 {
  margin: 0 -12px 100px -12px;
}
.blog-page .list1 .item {
  margin: 10px 12px;
  box-shadow: 4px 4px 10px rgba(183, 198, 227, 0.5);
  border-radius: 0px 40px;
  overflow: hidden;
  position: relative;
}
.blog-page .list1 .item:hover .text .name {
  color: #2764AE;
}
.blog-page .list1 .item:hover .text .link {
  margin-left: 10px;
}
.blog-page .list1 .item .main-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.blog-page .list1 .item img {
  width: 100%;
}
.blog-page .list1 .item .text {
  background: #fff;
  border-radius: 0px 0px 0px 40px;
  padding: 40px 50px;
  color: #000;
}
.blog-page .list1 .item .text .name {
  margin-bottom: 38px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  -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;
}
.blog-page .list1 .item .text .date {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #68778C;
}
.blog-page .list1 .item .text .link {
  display: inline-block;
  background: url('/local/templates/.default/public/css/../img/arrow.svg');
  width: 146px;
  height: 12px;
}
.blog-page .list1 .slick-prev,
.blog-page .list1 .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: -80px;
  width: 60px;
  height: 60px;
}
.blog-page .list1 .slick-prev {
  left: 50%;
  margin-left: -70px;
  background: url('/local/templates/.default/public/css/../img/prev.svg');
}
.blog-page .list1 .slick-next {
  right: 50%;
  margin-right: -70px;
  background: url('/local/templates/.default/public/css/../img/next.svg');
}
.blog-page .list2 .item {
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 0px 40px;
}
.blog-page .list2 .item img {
  width: 100%;
}
.blog-page .list2 .item .text {
  padding: 23px 30px 140px 30px;
}
.blog-page .list2 .item .text a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  z-index: 4;
}
.blog-page .list2 .item .text .date {
  position: absolute;
  left: 30px;
  bottom: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #68778C;
}
.blog-page .list2 .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.blog-page .list2 .col-xl-4 {
  margin-bottom: 55px;
}
.blog-page .list2 .col-xl-3 {
  margin-bottom: 55px;
}
.blog-page .pages {
  text-align: center;
  padding-top: 50px;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
}
.blog-page .pages a {
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.blog-page .pages a.active,
.blog-page .pages a:hover {
  color: #fff;
  background: #2764AE;
}
.blog-page .list3 {
  padding-left: 30px;
}
.blog-page .list3 .name {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  color: #68778C;
}
.blog-page .list3 .item {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #68778C;
}
.blog-page .list3 .item a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #2764AE;
}
.blog-page .filter {
  margin-bottom: 45px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 40px;
  padding: 55px;
  position: relative;
  background: #fff;
  display: none;
}
.blog-page .filter .close {
  position: absolute;
  top: 75px;
  right: 60px;
  background: url('/local/templates/.default/public/css/../img/close2.svg');
  width: 30px;
  height: 30px;
}
.blog-page .filter input[type='text'] {
  width: 440px;
  height: 60px;
  border-bottom: 1px solid #000000;
  padding: 0;
  font-size: 20px;
  background: url('/local/templates/.default/public/css/../img/search3.svg') no-repeat right;
  padding-right: 40px;
}
.blog-page .filter .date-select {
  font-size: 20px;
  line-height: 32px;
  margin: 15px 70px 60px 0;
}
.blog-page .filter .date-select img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  cursor: pointer;
}
.blog-page .filter .date-select #span_date_from,
.blog-page .filter .date-select #span_date_to {
  color: #2764AE;
}
.blog-page .filter ul {
  position: relative;
}
.blog-page .filter ul li {
  display: inline-block;
  margin: 0 40px 20px 0;
}
.blog-page .filter ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.blog-page .filter ul li a:hover {
  color: #2764ae;
}
.blog-page .filter ul li a.active {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 48px 9px 24px;
  background: #2764ae url('/local/templates/.default/public/css/../img/x.svg') no-repeat right 18px top 50%;
  border-radius: 40px;
}
.blog-page .filter ul button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
  color: #68778C;
  width: 219px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 100px;
  margin-top: -10px;
}
.blog-page .filter ul button:hover {
  color: #fff;
  border: 0;
  background: linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
}
.blog-page .sort {
  margin-bottom: 60px;
}
.blog-page .sort p {
  font-size: 18px;
  line-height: 30px;
}
.blog-page .sort p span {
  color: #2764AE;
}
.blog-page .sort .select {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
.blog-page .sort .select:hover ul {
  display: block;
}
.blog-page .sort .select a {
  text-decoration: none;
  color: #2764AE;
}
.blog-page .sort .select ul {
  position: absolute;
  right: -10px;
  top: -15px;
  font-size: 18px;
  line-height: 40px;
  color: #2764AE;
  padding: 10px;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 20px;
  z-index: 4;
  display: none;
}
.blog-page .sort .select ul li a {
  color: #000;
}
.blog-page .sort .select ul li a:hover {
  color: #2764AE;
}
.groups-page {
  padding-bottom: 260px;
}
.groups-page .text {
  position: relative;
  padding: 110px 0;
}
.groups-page .text .image {
  position: absolute;
  left: -300px;
  top: -120px;
  z-index: 4;
}
.groups-page .text .animated {
  width: 50%;
  border-radius: 40px 40px 40px 0px;
  overflow: hidden;
}
.groups-page .text .container {
  position: relative;
  z-index: 3;
}
.groups-page .text .flex {
  width: 420px;
  margin-bottom: 64px;
}
.groups-page .text .flex .item {
  font-size: 20px;
  line-height: 40px;
  color: #40CEC7;
}
.groups-page .text .flex .item span {
  display: block;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 80px;
  line-height: 40px;
}
.groups-page .text ul {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.groups-page .text ul li {
  padding-left: 20px;
  position: relative;
}
.groups-page .text ul li span {
  color: #40CEC7;
  position: absolute;
  left: 0;
  top: 0;
}
.groups-page .text .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  max-width: 48%;
}
.groups-page .button {
  padding-top: 100px;
  position: relative;
}
.groups-page .button:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 0;
  top: -44px;
}
.groups-page .button button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  width: 255px;
  height: 60px;
  background: linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
  border-radius: 100px;
}
.groups-page .button button:hover {
  filter: brightness(110%);
}
@media (max-width: 1700px) {
  .groups-page .text .image {
    display: none;
  }
  .regions-block .tabs .image {
    display: none;
  }
  .top-page-menu .image {
    display: none;
  }
}
.groups-list-block {
  background: #F3F9FF;
  padding: 1px 0 20px;
  margin-bottom: 80px;
}
.groups-list-block .row {
  margin-top: -140px;
}
.groups-list-block .col-lg-4 {
  margin-bottom: 100px;
}
.groups-list-block .item {
  background: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 40px 0px;
  padding-bottom: 80px;
  overflow: hidden;
}
.groups-list-block .item img {
  width: 100%;
  border-radius: 40px 0px;
}
.groups-list-block .item .text {
  padding: 30px 50px 0 50px;
}
.groups-list-block .item .logo {
  height: 80px;
  line-height: 80px;
  margin-bottom: 38px;
}
.groups-list-block .item .logo img {
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  max-height: 100%;
}
.groups-list-block .item .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.groups-list-block .item .site {
  position: absolute;
  text-decoration: none;
  bottom: 30px;
  left: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #40CEC7;
}
.groups-list-block .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.regions-block {
  margin-bottom: 110px;
}
.regions-block .block-name {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  text-transform: uppercase;
}
.regions-block .tabs {
  padding: 50px 0;
  position: relative;
}
.regions-block .tabs .container {
  position: relative;
  z-index: 3;
}
.regions-block .tabs .animated {
  width: 40%;
  border-radius: 0px 0px 40px 0px;
  overflow: hidden;
}
.regions-block .tabs .image {
  position: absolute;
  top: -130px;
  left: -270px;
  z-index: 4;
}
.regions-block ul li.ui-state-active a {
  background: #fff;
  color: #000;
}
.regions-block ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 56px;
  padding: 0 30px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}
.regions-block ul li a sup {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #40CEC7;
}
.regions-block .tab-content p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.regions-block .tab-content p.black {
  color: #000;
}
.regions-block .tab-content .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.regions-block .tab-content ul {
  margin-bottom: 30px;
}
.regions-block .tab-content ul li {
  padding-left: 25px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.regions-block .tab-content ul li:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background: #2764AE;
}
.top-page-menu {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.top-page-menu .animated {
  border-radius: 0px 0px 40px 0px;
  overflow: hidden;
  min-width: 970px;
  width: 60%;
  height: 75%;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  left: 0;
  bottom: 60px;
}
.top-page-menu .image {
  position: absolute;
  left: -150px;
  top: -100px;
  z-index: 4;
}
.top-page-menu .container {
  position: relative;
  z-index: 3;
}
.top-page-menu .top {
  position: relative;
  mix-blend-mode: normal;
  border-radius: 40px 0 0 40px;
  background: #F3F9FF;
  padding: 36px 10px 36px 277px;
  margin-bottom: 18px;
}
.top-page-menu .top:after {
  content: "";
  position: absolute;
  width: 20000px;
  height: 100%;
  background: #F3F9FF;
  top: 0;
  left: 100%;
}
.top-page-menu .top h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.top-page-menu .top ul li {
  display: inline-block;
  margin: 0 0 12px 0;
}
.top-page-menu .top ul li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 60px;
  padding: 0 20px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}
.top-page-menu .top ul li a.active {
  font-weight: 600;
  color: #2764AE;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
}
.top-page-menu .bottom {
  position: relative;
}
.top-page-menu .bottom h2 {
  padding: 0 0 24px 40px;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
}
.top-page-menu .bottom h2:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 0px;
  bottom: -45px;
}
.top-page-menu .bottom .hamburger {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.top-page-menu .bottom .hamburger .hamburger-inner {
  background: #fff;
}
.top-page-menu .bottom .hamburger .hamburger-inner:before {
  background: #fff;
}
.top-page-menu .bottom .hamburger .hamburger-inner:after {
  background: #fff;
}
.about-page {
  padding-bottom: 60px;
}
.about-page p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}
.about-page .list {
  padding: 72px 0 1px;
  margin-bottom: 60px;
  position: relative;
}
.about-page .list:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 20px;
  height: 92%;
  background: linear-gradient(180deg, #40cec7 0%, #0071ba 48%, #3e5a9b 100%);
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 40px;
}
.about-page .list .item {
  margin-bottom: 40px;
  position: relative;
  padding-right: 64%;
  font-size: 18px;
  line-height: 30px;
}
.about-page .list .item:before {
  content: "";
  position: absolute;
  background: url('/local/templates/.default/public/css/../img/round.svg') center / cover;
  width: 140px;
  height: 140px;
  top: -35px;
  left: 50%;
  margin-left: -68px;
}
.about-page .list .item:nth-child(2n) {
  padding: 0 0 0 56%;
}
.about-page .list .item:nth-child(2n) .date {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-bottom: 20px;
}
.about-page .list .item .date {
  position: absolute;
  top: 0;
  right: 56%;
  font-size: 20px;
  line-height: 40px;
  color: #2764AE;
}
.about-page .list .item .date span {
  display: block;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}
.about-page .image {
  margin-top: 24px;
}
.about-page .image img {
  width: 100%;
  border-radius: 40px 0px;
}
.mission-page {
  padding-bottom: 40px;
  overflow: hidden;
}
.mission-page.corporate h1 {
  margin-bottom: 50px;
}
.mission-page p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.mission-page p.black {
  color: #000;
}
.mission-page p.blue {
  color: #2764AE;
}
.mission-page p.big {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.mission-page h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
/* .mission-page ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: disc;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
} */
.mission-page .image {
  padding: 30px 0 70px;
  position: relative;
}
.mission-page .image.other .animated {
  margin-left: 0;
}
.mission-page .image .animated {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2000px;
  height: 70%;
  left: 50%;
  margin-left: -2000px;
}
.mission-page .image img {
  border-radius: 40px 0px;
  position: relative;
  z-index: 4;
}
.mission-page .image .text {
  margin: -60px 110px 0 396px;
  padding: 60px;
  position: relative;
  background: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 0px 40px;
  z-index: 5;
}
.mission-page .image .text:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: #40CEC7;
  left: 60px;
  top: -45px;
}
.mission-page .img {
  margin-top: 24px;
}
.mission-page .img img {
  width: 100%;
  border-radius: 40px 0px;
}
.team-page {
  padding-bottom: 10px;
}
.team-page .block-name {
  margin-bottom: 38px;
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase;
  color: #2764AE;
}
.team-page .row {
  padding-bottom: 20px;
}
.team-page .col-lg-3 {
  margin-bottom: 75px;
}
.team-page .item {
  background: #fff;
  height: 100%;
  overflow: hidden;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 0px 40px;
}
.team-page .item img {
  width: 100%;
}
.team-page .item .text {
  padding: 38px 30px 100px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #68778C;
}
.team-page .item .text span {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}
.job-page {
  padding-bottom: 40px;
}
.job-page .menu {
  padding-bottom: 30px;
}
.job-page .menu li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.job-page .menu li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
}
.job-page .menu li a.active {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 48px 9px 24px;
  background: #2764ae url('/local/templates/.default/public/css/../img/x.svg') no-repeat right 18px top 50%;
  border-radius: 40px;
}
.job-page .menu li a.active sup {
  display: none;
}
.job-page .menu li a sup {
  font-size: 18px;
  line-height: 30px;
  color: #2764AE;
}
.job-page .item {
  margin-bottom: 35px;
  box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
  border-radius: 20px;
  overflow: hidden;
}
.job-page .item .name {
  cursor: pointer;
  padding: 20px 100px 20px 25px;
  background: url('/local/templates/.default/public/css/../img/plus.svg') no-repeat right 20px top 50%;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.job-page .item .name.active {
  background: url('/local/templates/.default/public/css/../img/minus.svg') no-repeat right 20px top 50%, linear-gradient(270deg, #40cec7 0%, #0071ba 48%, #3e5a9b 100%);
  color: #fff !important;
}
.job-page .item .name.active .b2 {
  color: #fff;
}
.job-page .item .name.active .b3 svg path {
  fill: #fff;
}
.job-page .item .name.active .b4 {
  color: #fff;
}
.job-page .item .name .b1 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.job-page .item .name .b2 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #68778C;
}
.job-page .item .name .b3 {
  display: table-cell;
  vertical-align: middle;
}
.job-page .item .name .b4 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #68778C;
}
.job-page .item .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #68778C;
  padding: 38px 48px;
  display: none;
}
.job-page .item .text .n {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.job-page .item .text p.black {
  color: #000;
  font-weight: 500;
}
.job-page .item .text ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: disc;
}
@media (max-width: 2100px) {
  .regions-block .tabs .animated {
    width: 32%;
  }
}
@media (max-width: 1400px) {
  .index-first-block .top-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
  .fixed-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
  .index-first-block .image {
    width: 360px;
    margin-left: -100px;
  }
  .index-first-block .top-menu {
    padding: 30px 0;
  }
  .index-about-block .block3 .text {
    max-width: 700px;
  }
  .index-news-block .tab-content .animated {
    width: 100%;
  }
  .index-regions-block .image {
    display: none;
  }
  .index-regions-block .content .logos {
    padding: 80px 30px 1px 30px;
  }
  .index-regions-block .content .counts {
    padding: 70px 60px;
  }
  .index-corporate-block .content .animated {
    width: 100%;
  }
  .index-corporate-block .content .item {
    padding: 25px;
  }
  .header ul li:not(:last-child) {
    margin-right: 15px;
  }
  .header ul li a {
    font-size: 16px;
  }
  .error-page .image img {
    right: 20px;
    width: 280px;
  }
  .error-page .image .txt {
    left: 30px;
  }
  .text-page .slider .animated {
    width: 90%;
  }
  .contacts-page .animated {
    top: 280px;
  }
  .contacts-page .item {
    padding: 256px 25px 20px 25px;
  }
  .contacts-page .item button {
    width: calc(100% - 50px);
    left: 25px;
  }
  .blog-page .filter ul li {
    margin: 0 20px 20px 0;
  }
  .blog-page .filter ul button {
    width: 180px;
  }
  .text-page .animated {
    width: 900px;
  }
  .blog-page .list3 {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .index-first-block .top-menu ul li a {
    font-size: 16px;
  }
  .fixed-menu ul li a {
    font-size: 16px;
  }
  .index-first-block .image {
    display: none;
  }
  .index-about-block .block3 .text {
    max-width: 600px;
  }
  .index-news-block .tabs ul li:not(:last-child) {
    margin-right: 30px;
  }
  .index-news-block .tab-content .list .item .text {
    padding: 20px 0;
  }
  .index-regions-block .content .logos .item {
    width: 45%;
  }
  .index-corporate-block .content .item p {
    font-size: 18px;
    line-height: 30px;
  }
  .index-corporate-block .content .item {
    margin-bottom: 30px;
  }
  .footer .logo {
    width: 90%;
  }
  .footer .social a:not(:last-child) {
    margin-right: 10px;
  }
  .header .logo {
    width: 120px;
  }
  .header ul li:not(:last-child) {
    margin-right: 10px;
  }
  .header ul li a {
    font-size: 15px;
    padding: 5px 0;
    line-height: 1.5;
  }
  .header ul {
    margin-top: 0;
    width: calc(100% - 160px);
  }
  .error-page .image img {
    right: 20px;
    width: 220px;
  }
  .text-page .slider .animated {
    width: 100%;
  }
  .contacts-page .item {
    padding: 220px 25px 50px 25px;
  }
  .blog-page .top-link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    margin-bottom: 30px;
  }
  .blog-page h1 {
    margin-bottom: 30px;
  }
  .blog-page .list1 .item .text {
    padding: 30px;
  }
  .blog-page .filter .close {
    display: none;
  }
  .blog-page .filter .date-select {
    margin-right: 0;
  }
  .text-page .animated {
    width: 750px;
    top: 380px;
  }
  .groups-page .text ul {
    width: 420px;
  }
  .groups-list-block .item .text {
    padding: 30px 30px 0 30px;
  }
  .groups-list-block .item .site {
    left: 30px;
  }
  .top-page-menu .top ul li a {
    font-size: 16px;
    line-height: 40px;
  }
  .about-page .list .item {
    padding-right: 70%;
  }
  .mission-page .image .text {
    margin: -60px 60px 0 200px;
  }
  .team-page .item .text {
    padding: 30px 20px;
  }
  .text-page .images .img div {
    width: 300px;
    font-size: 20px;
    line-height: 28px;
  }
  .text-page .images .text {
    margin: -60px 60px 0 200px;
  }
  .text-page .order-block {
    padding: 70px 360px 70px 50px;
  }
  .contacts-page .item .mail {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index-first-block .top-menu {
    display: none;
  }
  .index-first-block {
    padding: 100px 0 40px 0;
  }
  .fixed-menu {
    display: none;
  }
  .index-first-block .logo {
    width: 320px;
  }
  .index-first-block .logo p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .index-first-block .counts {
    width: 320px;
  }
  .index-first-block .container:after {
    height: 40px;
    bottom: -60px;
  }
  .index-about-block .block2 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 30px;
  }
  .index-about-block .block3 .text {
    max-width: 100%;
  }
  .index-news-block .tabs ul {
    text-align: left;
    margin: 30px 0 40px;
  }
  .index-regions-block .content .logos {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 30px 30px 1px 30px;
  }
  .index-regions-block .content .animated {
    display: none;
  }
  .index-regions-block .content .logos .item {
    margin-bottom: 30px;
    width: 48%;
    text-align: center;
  }
  .index-regions-block .content .counts {
    width: 100%;
  }
  .index-regions-block .content .counts .animated {
    display: block;
  }
  .index-regions-block .content .counts .list1 {
    position: relative;
    z-index: 4;
  }
  .index-regions-block .content .counts .list2 {
    position: relative;
    z-index: 4;
  }
  .index-regions-block .bottom-link a:after {
    z-index: 5;
  }
  .footer .empty {
    display: none;
  }
  .footer .mail {
    padding-top: 0;
  }
  .footer .copy {
    margin: 0 0 30px 0;
  }
  .mobile-header {
    display: block;
  }
  .mobile-menu.opened {
    display: block;
  }
  .site-search .content {
    top: auto;
    bottom: 28px;
  }
  .header {
    display: none;
  }
  .error-page {
    padding-top: 100px;
  }
  .error-page .text {
    width: auto;
  }
  .error-page .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: 300px;
    margin-bottom: 40px;
  }
  h1 {
    margin-bottom: 40px;
  }
  .text-page {
    padding-top: 100px;
  }
  .text-page .slider .list .item {
    padding-bottom: 90px;
  }
  .text-page .slider .list .slick-prev,
  .text-page .slider .list .slick-next {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0!important;
    bottom: 0;
    transform: none;
  }
  .text-page .slider .list .slick-prev {
    left: 0;
  }
  .text-page .slider .list .slick-next {
    right: 0;
  }
  .text-page .slider .animated {
    height: 560px;
  }
  .contacts-page .animated {
    top: 420px;
    height: 300px;
    width: 600px;
  }
  .contacts-page {
    padding-top: 100px;
  }
  .blog-page {
    padding-top: 100px;
  }
  .blog-page .top-button {
    top: 10px;
    width: 280px;
  }
  .blog-page .image {
    display: none;
  }
  .blog-page .animated {
    top: 320px;
  }
  .blog-page .menu li a {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-page .pages {
    padding: 0 0 50px 0;
  }
  .blog-page .filter .date-select {
    width: 100%;
    margin: 30px 0;
  }
  .blog-page .filter ul button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    transform: none;
    margin: 20px 0 0 0;
  }
  .text-page .animated {
    width: 95%;
    top: 380px;
  }
  .text-page h1.sm {
    padding-right: 0;
  }
  .text-page .back-link {
    display: none;
  }
  .text-page .list3 {
    padding-left: 0;
  }
  .groups-page .text ul {
    width: auto;
  }
  .groups-page .text .animated {
    width: 100%;
  }
  .groups-page .text .img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    max-width: 100%;
    text-align: center;
  }
  .regions-block .tabs .animated {
    width: 100%;
    height: 520px;
  }
  .regions-block ul {
    margin-bottom: 50px;
  }
  .groups-page {
    padding-top: 100px;
  }
  .top-page-menu {
    padding-top: 62px;
  }
  .top-page-menu .top {
    padding: 30px;
  }
  .top-page-menu .top h1 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 10px;
  }
  .about-page .list .item {
    padding: 0 0 0 70px!important;
  }
  .about-page .list .item .date {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 10px;
  }
  .about-page .list:before {
    transform: none;
    left: 0;
  }
  .about-page .list .item:before {
    left: 0;
    margin-left: -60px;
  }
  .mission-page .image .text {
    margin: -60px 60px 0 100px;
  }
  .job-page .item .name {
    padding: 18px 80px 18px 20px;
  }
  .mission-page.corporate {
    padding-top: 100px;
  }
  .text-page .images .img div {
    display: none;
  }
  .text-page .images .img .prev,
  .text-page .images .img .next {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .text-page .images .img .prev {
    left: 30px;
  }
  .text-page .images .img .next {
    right: 30px;
  }
  .text-page .images .text {
    margin: -60px 60px 0 100px;
  }
}
@media (max-width: 767px) {
  .index-first-block .logo {
    width: 100%;
  }
  .index-first-block .counts {
    width: 100%;
  }
  .index-first-block .counts .button {
    padding-top: 40px;
  }
  .index-news-block .tabs ul li a {
    font-size: 20px;
    line-height: 28px;
  }
  .index-corporate-block .content .item p {
    font-size: 16px;
    line-height: 24px;
  }
  .index-corporate-block .content .more-link {
    height: 200px;
    margin-bottom: 30px;
  }
  .index-corporate-block .image {
    display: none;
  }
  .footer .rules {
    margin-bottom: 30px;
  }
  .contacts-page .animated {
    top: 480px;
    height: 300px;
    width: 500px;
  }
  .contacts-page .item button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
  .contacts-page .item .adress {
    padding-right: 50px;
  }
  .blog-page .menu {
    display: block;
  }
  .blog-page .menu li {
    margin: 0 20px 20px 0;
    display: inline-block;
  }
  .blog-page .top-button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 30px;
  }
  .blog-page .animated {
    top: 460px;
  }
  .blog-page .list2 .item .text {
    padding: 20px 20px 100px 20px;
  }
  .blog-page .list2 .item .text .date {
    left: 20px;
  }
  .text-page .animated {
    top: 350px;
    height: 400px;
  }
  .groups-list-block .item .name {
    font-size: 20px;
    line-height: 24px;
  }
  .mission-page .image .text {
    margin: 30px 0 0 0;
  }
  .job-page .item .name {
    display: block;
    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;
    padding: 18px 22px;
  }
  .job-page .item .name .b1 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    margin-bottom: 15px;
  }
  .job-page .item .name .b2 {
    display: block;
    width: 48%;
  }
  .job-page .item .name .b3 {
    display: block;
    width: 48%;
  }
  .job-page .item .name .b4 {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .job-page .item .name .b4 br {
    display: none;
  }
  .job-page .item .name {
    background: url('/local/templates/.default/public/css/../img/plus2.svg') no-repeat right 15px top 15px;
  }
  .job-page .item .name.active {
    background: url('/local/templates/.default/public/css/../img/minus2.svg') no-repeat right 15px top 15px, linear-gradient(270deg, #40cec7 0%, #0071ba 48%, #3e5a9b 100%);
  }
  .text-page .images .text {
    margin: 30px 0 0 0;
  }
  .text-page .order-block {
    padding: 50px;
  }
  .text-page .order-block .person {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
  }
}
@media (max-width: 575px) {
  .mobile-menu .logo {
    margin-bottom: 30px;
  }
  .mobile-menu ul {
    padding-bottom: 20px;
  }
  .mobile-menu ul li {
    margin-bottom: 12px;
  }
  .site-search .content form button {
    font-size: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('/local/templates/.default/public/css/../img/search2.svg') no-repeat center, linear-gradient(270deg, #40cec7 0%, #0071ba 48%, #3e5a9b 100%);
  }
  .site-search .content form input[type='text'] {
    background: #fff;
    padding: 0 20px;
  }
  .index-regions-block h2,
  .index-news-block h2,
  .index-about-block .block1 h1,
  .index-projects-block h2,
  .index-corporate-block h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .footer .mail a {
    font-size: 14px;
    line-height: 24px;
  }
  .index-first-block {
    padding: 105px 0 45px;
  }
  .index-first-block .logo img {
    display: none;
  }
  .index-first-block .logo p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .index-first-block .counts {
    padding-top: 40px;
  }
  .index-first-block .counts .item {
    font-size: 14px;
    line-height: 40px;
  }
  .index-first-block .counts .item span {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .index-first-block .counts .button {
    padding-top: 35px;
  }
  .index-first-block .counts .button button {
    font-size: 16px;
    width: 160px;
    height: 40px;
  }
  .index-first-block .container:after {
    bottom: -65px;
  }
  .index-first-block {
    margin-bottom: 36px;
  }
  .index-about-block .block1 ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
  }
  .index-about-block .block1 {
    margin-bottom: 26px;
  }
  .index-about-block .block2 .image {
    margin-bottom: 26px;
  }
  .index-about-block .block2 .image img {
    width: 200px;
  }
  .index-about-block .block2 .image .play {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .index-about-block .block2 {
    margin-bottom: 26px;
  }
  .index-about-block .block2 .name {
    font-size: 14px;
    line-height: 24px;
  }
  .index-about-block .block2 .name span {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 33px;
    margin: 0 -30px 6px -30px;
  }
  .index-about-block .block3 {
    padding: 47px 0 22px;
  }
  .index-about-block .block3 .text p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-about-block .block3 .text:before {
    right: auto;
    left: 0;
    height: 40px;
    top: -65px;
  }
  .index-about-block .block3 .text:after {
    height: 40px;
    bottom: -65px;
  }
  .index-about-block {
    padding-bottom: 35px;
  }
  .index-news-block .tabs ul {
    margin: 20px 0 10px;
  }
  .index-news-block .tabs ul li:not(:last-child) {
    margin: 0 20px 5px 0;
  }
  .index-news-block .tabs ul li a {
    font-size: 14px;
    line-height: 32px;
  }
  .index-news-block .tabs ul li.ui-state-active a:before {
    width: 10px;
    height: 10px;
  }
  .index-news-block .tabs ul li.ui-state-active a {
    padding-left: 20px;
  }
  .index-news-block .tab-content .big-item {
    display: none;
  }
  .index-news-block .tab-content {
    padding: 110px 0 67px;
    margin-bottom: 26px;
  }
  .index-news-block .tab-content .animated {
    height: 100%;
    top: 0;
  }
  .index-news-block .tab-content .list {
    margin: 0;
  }
  .index-news-block .tab-content .list .slick-prev,
  .index-news-block .tab-content .list .slick-next {
    top: -85px;
  }
  .index-news-block .tab-content .list .slick-prev {
    right: auto;
    left: 50%;
    margin-left: -70px;
  }
  .index-news-block .tab-content .list .slick-next {
    right: 50%;
    margin-right: -70px;
  }
  .index-news-block .tab-content .list .item {
    margin: 0;
    background: #fff;
    border-radius: 0px 40px;
    overflow: hidden;
  }
  .index-news-block .tab-content .list .item img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .index-news-block .tab-content .list .item .text {
    padding: 20px 27px 40px 27px;
    color: #000;
  }
  .index-news-block .tab-content .list .item .text .name {
    font-size: 16px;
    line-height: 24px;
  }
  .index-news-block .tab-content .list .item .text .date {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #68778C;
  }
  .index-news-block .tab-content .list .item .text .link {
    display: inline-block;
    background: url('/local/templates/.default/public/css/../img/arrow2.svg');
    width: 61px;
    height: 12px;
  }
  .index-news-block .bottom-link {
    text-align: center;
  }
  .index-news-block .bottom-link a {
    font-size: 14px;
    line-height: 24px;
  }
  .index-news-block .bottom-link a:after {
    height: 40px;
  }
  .index-regions-block h2 {
    margin-bottom: 20px;
  }
  .index-regions-block .content {
    margin: 0 -16px 26px -16px;
  }
  .index-regions-block .content .logos {
    padding: 26px 20px 1px 20px;
  }
  .index-regions-block .content .logos .item {
    margin-bottom: 60px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: 46%;
  }
  .index-regions-block .content .logos .item img {
    max-height: 100%;
  }
  .index-regions-block .content .counts {
    padding: 50px 20px;
  }
  .index-regions-block .content .counts .list1 {
    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;
    width: 100%;
  }
  .index-regions-block .content .counts .list1 .item {
    font-size: 14px;
    line-height: 40px;
  }
  .index-regions-block .content .counts .list1 .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .index-regions-block .content .counts .list1 .item span {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .index-regions-block .content .counts .list2 {
    width: 100%;
  }
  .index-regions-block .content .counts .list2 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .index-regions-block .content .counts .list2 ul {
    font-size: 14px;
    line-height: 30px;
  }
  .index-regions-block .content .counts .list2 ul li sup {
    font-size: 14px;
    line-height: 24px;
  }
  .index-regions-block .bottom-link {
    text-align: center;
  }
  .index-regions-block .bottom-link a {
    font-size: 14px;
    line-height: 24px;
  }
  .index-regions-block .bottom-link a:after {
    height: 40px;
  }
  .index-regions-block {
    margin-bottom: 34px;
  }
  .index-corporate-block h2 {
    margin-bottom: 37px;
  }
  .index-corporate-block h2:after {
    display: none;
  }
  .index-corporate-block .content {
    padding: 60px 0 67px;
  }
  .index-corporate-block .content .item {
    height: 120px;
    margin-bottom: 23px;
    position: relative;
  }
  .index-corporate-block .content .item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 50px;
  }
  .index-corporate-block .content .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;
    margin: 0;
    padding: 0 20px 0 82px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-corporate-block .content .more-link {
    height: 120px;
    margin-bottom: 0;
  }
  .index-corporate-block .content .more-link a {
    font-size: 14px;
    line-height: 24px;
  }
  .index-corporate-block {
    margin-bottom: 40px;
  }
  .index-projects-block h2 {
    width: 70%;
    margin-bottom: 67px;
  }
  .index-projects-block .col-lg-4 {
    margin-bottom: 67px;
  }
  .index-projects-block .item {
    padding: 1px 30px 60px 30px;
    border-radius: 0px 0px 0px 20px;
  }
  .index-projects-block .item .image {
    margin: -27px -30px 15px 0;
  }
  .index-projects-block .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .index-projects-block .item .link {
    background: url('/local/templates/.default/public/css/../img/arrow2.svg');
    width: 61px;
    height: 12px;
    left: 30px;
    bottom: 25px;
  }
  .index-projects-block {
    padding-bottom: 1px;
  }
  .footer {
    padding: 55px 0;
  }
  .footer .logo {
    width: auto;
    margin-bottom: 50px;
  }
  .footer .phone {
    padding: 0;
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer .phone a {
    margin: 8px 0 12px;
    font-size: 24px;
    line-height: 33px;
  }
  .footer .phone span {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .mail {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer .mail a {
    margin-top: 10px;
  }
  .footer .social {
    margin-bottom: 40px;
    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;
  }
  .footer .social a {
    margin: 0!important;
  }
  .footer .adress {
    margin: 0 0 23px 0;
    font-size: 14px;
    line-height: 24px;
    width: 260px;
    font-weight: 600;
  }
  .footer .line {
    margin-bottom: 35px;
  }
  .footer .copy {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .rules {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .dev .link {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0 3px 57px;
  }
  .error-page {
    padding-top: 90px;
  }
  h1 {
    margin-bottom: 34px;
    font-size: 24px;
    line-height: 33px;
  }
  .error-page .image {
    height: 165px;
    margin-bottom: 25px;
  }
  .error-page .image .txt {
    left: 34px;
    font-size: 14px;
    line-height: 19px;
  }
  .error-page .image .txt span {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 44px;
  }
  .error-page .image img {
    right: 15px;
    width: 170px;
  }
  .error-page .text h2 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .error-page .text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .error-page .text ul {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .error-page {
    padding-bottom: 20px;
  }
  .text-page {
    padding-top: 90px;
  }
  .text-page h1 {
    margin-bottom: 20px;
  }
  .text-page p {
    font-size: 14px;
    line-height: 24px;
  }
  .text-page ul,
  .text-page ul.other li {
    font-size: 14px;
    line-height: 24px;
  }
  .text-page .slider .animated {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    bottom: -100px;
    left: 0;
    width: calc(100% - 12px);
    height: 300px;
  }
  .text-page .slider .list .item .flex div {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .text-page .slider {
    padding: 20px 0 80px;
  }
  .text-page .slider .list .item {
    padding-bottom: 80px;
  }
  .text-page .slider .list .slick-next {
    right: 20px;
  }
  .text-page .slider .sl-count {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    bottom: 18px;
  }
  .text-page h2 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 33px;
  }
  .text-page .gallery {
    padding-bottom: 20px;
  }
  .text-page {
    padding-bottom: 10px;
  }
  .more-articles-block .animated {
    display: none;
  }
  .more-articles-block .image {
    display: none;
  }
  .more-articles-block .block-name {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 33px;
  }
  .more-articles-block .item .text {
    padding: 20px 26px 80px 26px;
  }
  .more-articles-block .item .text a {
    font-size: 14px;
    line-height: 24px;
  }
  .more-articles-block .item .text .date {
    left: 26px;
    bottom: 30px;
  }
  .more-articles-block {
    padding-bottom: 30px;
  }
  .contacts-page .top-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .contacts-page p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .contacts-page .animated {
    width: 139.17px;
    height: 88px;
    top: 450px;
  }
  .contacts-page .image {
    margin-bottom: 30px;
  }
  .contacts-page .item:after {
    height: 40px;
    top: -20px;
    left: 40px;
  }
  .contacts-page .item {
    padding: 112px 40px 30px 40px;
  }
  .contacts-page .item .name {
    height: 80px;
  }
  .contacts-page .item .name span {
    padding: 0 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .contacts-page .item .adress {
    padding: 0 0 0 37px;
    background: url('/local/templates/.default/public/css/../img/adress2.svg') no-repeat 0 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .contacts-page .item button {
    height: 40px;
    font-size: 14px;
  }
  .contacts-page .item .social li {
    margin-bottom: 20px;
  }
  .contacts-page .item .social li a {
    font-size: 14px;
    line-height: 24px;
  }
  .contacts-page .item .social li span {
    width: 26px;
  }
  .contacts-page .item .phone {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .contacts-page .item .phone span {
    font-size: 14px;
    line-height: 24px;
  }
  .contacts-page .item .mail {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 40px;
    background: url('/local/templates/.default/public/css/../img/mail.svg') no-repeat left / contain;
  }
  .contacts-page .map {
    margin-top: 0;
  }
  .blog-page {
    padding-top: 90px;
  }
  .blog-page .top-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
  .blog-page .menu li a {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
  }
  .blog-page .animated {
    width: 100%;
    height: 560px;
    top: 420px;
  }
  .blog-page .list1 .item .text .name {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-page .list1 .item .text .date {
    margin-bottom: 40px;
  }
  .blog-page .list1 {
    margin-top: 110px;
  }
  .blog-page .list1 .item .text {
    padding: 20px 25px;
  }
  .blog-page .r .c1 {
    order: 1;
  }
  .blog-page .r .c2 {
    order: 0;
  }
  .blog-page .list1 {
    margin-bottom: 80px;
  }
  .blog-page .list3 .item {
    margin-bottom: 30px;
  }
  .blog-page .list2 .item .text a {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-page .list2 .col-xl-4 {
    margin-bottom: 30px;
  }
  .blog-page .pages a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .blog-page .pages {
    font-size: 16px;
    padding: 0;
  }
  .blog-page {
    padding-bottom: 30px;
  }
  .blog-page .filter {
    padding: 30px 20px;
    margin-bottom: 34px;
  }
  .blog-page .filter input[type='text'] {
    height: 40px;
    font-size: 14px;
  }
  .blog-page .filter .date-select {
    margin: 25px 0 35px;
    font-size: 14px;
    line-height: 24px;
  }
  .blog-page .filter .date-select i {
    display: block;
  }
  .blog-page .filter .date-select img {
    height: 20px;
  }
  .blog-page .filter ul li {
    margin: 0 10px 10px 0;
  }
  .blog-page .filter ul li a {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-page .filter ul li a.active {
    font-size: 16px;
    line-height: 22px;
    padding: 9px 40px 9px 15px;
    background: #2764ae url('/local/templates/.default/public/css/../img/x.svg') no-repeat right 10px top 50%;
  }
  .blog-page .filter ul button {
    height: 40px;
    font-size: 16px;
  }
  .blog-page .sort p {
    width: 100%;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 24px;
  }
  .blog-page .sort {
    margin-bottom: 32px;
  }
  .blog-page .sort .select {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-page .sort .select ul {
    font-size: 14px;
    line-height: 24px;
    top: -10px;
  }
  .text-page h1.sm {
    font-size: 14px;
    line-height: 24px;
  }
  .text-page .date {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .text-page .image .flex div {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .text-page .animated {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    top: 320px;
    left: 0;
    width: calc(100% - 12px);
    height: 196px;
  }
  .text-page .image {
    margin-bottom: 60px;
  }
  .text-page .list3 {
    display: none;
  }
  .groups-page {
    padding-top: 90px;
  }
  .groups-page .text .animated {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 420px;
  }
  .groups-page .text {
    padding: 48px 0 20px;
  }
  .groups-page .text .flex {
    width: auto;
  }
  .groups-page .text .flex .item {
    font-size: 14px;
    line-height: 40px;
  }
  .groups-page .text .flex .item span {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 40px;
  }
  .groups-page .text .flex {
    margin-bottom: 20px;
  }
  .groups-page .text ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .groups-page .button {
    padding-top: 0;
    text-align: center;
  }
  .groups-page .button::after {
    display: none;
  }
  .groups-page .button button {
    font-size: 14px;
    width: 170px;
    height: 40px;
  }
  .groups-page {
    padding-bottom: 40px;
  }
  .groups-list-block {
    background: none;
  }
  .groups-list-block .row {
    margin-top: 0;
  }
  .groups-list-block .item .logo {
    height: 54px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .groups-list-block .item .name {
    font-size: 14px;
    line-height: 24px;
  }
  .groups-list-block .item .site {
    font-size: 14px;
    line-height: 24px;
  }
  .groups-list-block .col-lg-4 {
    margin-bottom: 38px;
  }
  .groups-list-block {
    margin-bottom: 0;
  }
  .regions-block .block-name {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 33px;
  }
  .regions-block ul li a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .regions-block ul li a sup {
    font-size: 14px;
    line-height: 24px;
  }
  .regions-block .tabs {
    padding: 30px 0 10px;
  }
  .regions-block .tabs .animated {
    height: 370px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .regions-block .tab-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .regions-block .tab-content .name {
    font-size: 14px;
    line-height: 24px;
  }
  .regions-block .tab-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .regions-block .tab-content ul li:before {
    top: 7px;
  }
  .regions-block {
    margin-bottom: 0;
  }
  .top-page-menu .top:after {
    left: -30px;
  }
  .top-page-menu .top h1 {
    z-index: 3;
  }
  .top-page-menu .top {
    padding: 25px 0;
  }
  .top-page-menu .bottom h2 {
    padding: 0 0 18px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .top-page-menu .bottom h2:after {
    height: 30px;
    bottom: -15px;
  }
  .top-page-menu .bottom .hamburger {
    top: -15px;
    right: -5px;
  }
  .top-page-menu {
    margin-bottom: -30px;
  }
  .about-page p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .list {
    padding: 0 0 50px 0;
    margin-left: 20px;
  }
  .about-page .list .item {
    padding: 0 0 0 50px!important;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .list:before {
    width: 10px;
    height: 100%;
  }
  .about-page .list .item .date {
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .list .item .date span {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 33px;
  }
  .about-page .list .item:before {
    width: 80px;
    height: 80px;
    top: -15px;
    margin-left: -32px;
  }
  .about-page .image {
    margin: 0 0 20px 0;
  }
  .mission-page p,
  .mission-page p.big {
    font-size: 14px;
    line-height: 24px;
  }
  /* .mission-page ul {
    font-size: 14px;
    line-height: 24px;
  } */
  .mission-page h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .mission-page .image {
    padding: 30px 0;
  }
  .mission-page .image .text {
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .mission-page .image .text:after {
    height: 30px;
    left: 30px;
    top: -15px;
  }
  .mission-page .image .animated {
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    width: 110%;
    left: -5%;
    top: 50px;
    margin: 0!important;
    height: 154px;
  }
  .team-page .block-name {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 22px;
  }
  .team-page .col-lg-3 {
    margin-bottom: 30px;
  }
  .team-page .item .text {
    padding: 20px 30px 60px 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .team-page .item .text span {
    font-size: 18px;
    line-height: 24px;
  }
  .mission-page .img {
    margin: 0 0 20px 0;
  }
  .top-page-menu .top ul {
    position: relative;
    z-index: 3;
  }
  .job-page .menu li {
    margin: 0 10px 10px 0;
  }
  .job-page .menu li a {
    font-size: 14px;
    line-height: 24px;
  }
  .job-page .menu li a sup {
    font-size: 14px;
    line-height: 24px;
  }
  .job-page .menu li a.active {
    font-size: 16px;
    line-height: 22px;
    padding: 9px 40px 9px 15px;
    background: #2764ae url('/local/templates/.default/public/css/../img/x.svg') no-repeat right 10px top 50%;
  }
  .job-page .item .name .b1 {
    font-size: 16px;
    line-height: 22px;
  }
  .job-page .item .name .b2 {
    font-size: 14px;
    line-height: 24px;
  }
  .job-page .item .name .b4 {
    font-size: 14px;
    line-height: 24px;
  }
  .job-page .item .text {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .job-page .item .text .n {
    font-size: 14px;
    line-height: 24px;
  }
  .mission-page.corporate h1 {
    margin-bottom: 30px;
  }
  .text-page .images .img .prev,
  .text-page .images .img .next {
    width: 30px;
    height: 30px;
  }
  .text-page .images .img .prev {
    left: 20px;
  }
  .text-page .images .img .next {
    right: 20px;
  }
  .text-page .images .text:after {
    left: 30px;
    height: 30px;
    top: -15px;
  }
  .text-page .images .text {
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 5px;
    margin: 30px 5px 5px 5px;
  }
  .text-page .images .animated {
    width: 110%;
    margin: 0;
    transform: none;
    top: 100px;
    left: -5%;
    height: 153px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 1;
  }
  .text-page .images .slides {
    z-index: 4;
  }
  .text-page .images {
    padding: 30px 0 10px;
  }
  /* .text-page ul.other li:before {
    top: 8px;
  } */
  .text-page p.big {
    font-size: 14px;
    line-height: 24px;
  }
  .text-page .order-block {
    margin: 50px -12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 45px 20px;
  }
  .text-page .order-block:after {
    left: 30px;
    height: 30px;
    top: -15px;
  }
  .text-page .order-block p {
    font-size: 14px;
    line-height: 24px;
  }
  .index-corporate-block.inner {
    margin-bottom: 83px;
  }
  .text-page .order-block .person {
    display: none;
  }
  .text-page .mob-person {
    display: block;
  }
  .footer .logo {
    width: 200px;
  }
  .footer .social a {
    width: 60px;
    margin-right: 20px!important;
  }
  .footer .social {
    display: block;
  }
  .blog-page .filter {
    border-radius: 20px;
  }
  .top-page-menu .top ul li a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 6px;
  }
  .text-page ol {
    font-size: 14px;
    line-height: 24px;
  }
  /* .text-page ol li:before {
    width: 8px;
    height: 8px;
    top: 8px;
  } */
  blockquote {
    padding: 0 0 0 20px;
    background: none;
    border-left: 2px solid #2764AE;
    font-size: 14px;
    line-height: 24px;
  }
  blockquote:before,
  .text-page blockquote:after {
    display: none;
  }
}
.slides.one-image .slick-list {
  overflow: visible;
}
.slides.one-image .text {
  margin-right: 0;
}
.content_circle-img{
  width:305px;
  height: auto;
  border-radius:50%;
  overflow:hidden;
  object-fit: contain;
  object-position: top center;
  max-width: 100%;
  aspect-ratio: 1;
  min-width: 23.535%;
}
.content-container_circle-img {
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.index-regions-block .content .logos.grid-columns-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}
.index-regions-block .content .logos.grid-columns-2 .item{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.index-regions-block .content .logos.grid-columns-2 .item a, .index-regions-block .content .logos.grid-columns-2 .item img {
  width: 100%;
}
.medscan_video {
  margin-bottom: 30px;
}
.medscan_video-wrap {
  position: relative;
  width: 100%;
  padding-top: 45.532%;
}
.medscan_video-wrap video {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .content-container_circle-img {
    flex-direction: column;
    margin: 0;
  }
  .content_circle-img{
    margin: 30px 0;
  }
  .index-regions-block .content .logos .item{
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .index-regions-block .content .logos.grid-columns-2{
    column-gap: 40px;
  }
  .index-regions-block .content .logos .item {
    margin-bottom: 40px;
  }
  .medscan_video-wrap {
    padding-top: 56.25%;
  }
}

/* medskan-vo-blago */
.blago-page .read-more__btn {
	display: inline-block;
	border-bottom: 1px solid #68778C;
	margin-top: 7px;
	cursor: pointer;
}
.blago-page .read-more__btn.active {
	display: none;
}
.blago-page .read-more__wrap {
	display: none;
	height: 0;
}
.blago-page .read-more__btn.active + .read-more__wrap {
	display: block;
	height: auto;
}
@media (max-width: 991px) {
    .blago-page .content-container_circle-img.content-container_circle-img--reverse {
        flex-direction: column-reverse;
    }
}
.btn-block--center {
    text-align: center;
    margin-top: 45px;
}
.grad-btn {
    background: url(/local/templates/.default/public/css/../img/back.svg) no-repeat left -72px top 50%, linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
    color: #fff;
    text-align: center;
    min-width: 196px;
    height: 60px;
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    display: inline-block;
}
.grad-btn:hover {
    color: #fff;
}

/* form */
.captcha-container {
  margin: 20px 0;
  text-align: left;
}

.captcha-container img {
  display: block;
  margin-bottom: 10px;
}

.captcha-container label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.captcha-container input.inputtext {
  width: 100%;
  max-width: 180px;
  height: 40px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.captcha-container input.inputtext:focus {
  border-color: #007bff;
  outline: none;
}
.form-note-success {
  color: #16a916;
}
.checkbox-label {
  display: inline-flex;
  align-items: center;
}
input[type="checkbox"] {
  margin-right: 5px;
}
form {
    margin-bottom: 45px;
    box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
    border-radius: 40px;
    padding: 55px;
    position: relative;
    background: #fff;
}
form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #68778C;
}
form input,
form textarea {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #68778C;
}
form textarea {resize: none;}
form .form__row input,
form .form__row textarea {
	border-bottom: 1px solid #000;
    margin-bottom: 20px;
	padding: 0;
	width: 100%;
    max-width: 500px;
}
form .form-container {
	display: flex;
	flex-direction: column;
	max-width: 500px;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #68778C;
}
form .form__file-btn {    
	background: url(/local/templates/.default/public/css/../img/back.svg) no-repeat left -72px top 50%, linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
	color: #fff;
	text-align: center;
	min-width: 196px;
	height: 60px;
	border-radius: 100px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 35px;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: 220px;
}
form .form-label_checkbox > * {
    cursor: pointer;
}
form input[type='submit'].form__btn {
    background: url(/local/templates/.default/public/css/../img/back.svg) no-repeat left -72px top 50%, linear-gradient(225.18deg, #40cec7 20.52%, #0071ba 48.66%, #3e5a9b 79.15%);
    color: #fff;
    text-align: center;
    min-width: 196px;
    height: 60px;
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 35px;
	margin-top: 35px;
}
form .form {
    display: flex;
    justify-content: space-between;
    column-gap: 65px;
}
form .form_left-block {
    flex-shrink: 0;
}
form .form_right-block {
    flex-shrink: 1;
}
.med-tourism_form form .form-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
form .form-description p {
    font-size: 28px;
    line-height: 140%;
}
form .form-description p:last-of-type {
    margin-bottom: 0;
}
form .form-description_mob {
    display: none;
}
@media (max-width: 991px) {
	form .form-description {
		display: none !important;
	}
	form .form-description_mob {
		display: block;
	}
	form .form_left-block {
		flex-shrink: initial;
	}
}
@media (max-width: 767px) {
	form {
		padding: 40px 25px;
	}
}
@media (max-width: 575px) {
	form {
		padding: 30px 20px;
		border-radius: 20px;
	}
	form label,
	form input,
	form textarea {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 30px;
    margin-bottom: 30px;
}

.box-cards_item {
    box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
    border-radius: 20px;
    padding: 25px;
    position: relative;
    background: #fff;
    width: 22.7%;
}
.box-cards.box-cards--blue .box-cards_item {
    background: #2764AE;
}
.box-cards.box-cards--cian .box-cards_item {
    background: #40CEC7;
}
.box-cards_item p {
    color: #fff;
}
.box-cards_item p:last-of-type {
    margin-bottom: 0;
}
.box-cards.box-cards--3col {
    column-gap: 2%;
    row-gap: 20px;
}
.box-cards--3col .box-cards_item {
    width: 32%;
}
.box-cards--multicolor .box-cards_item {
    background-color: transparent;
    color: rgb(27, 52, 99);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 65px;
    min-height: 210px;
    box-shadow: none;
}
.box-cards--multicolor .box-cards_item::before {
    background-color: rgb(17, 186, 176);
    transform: translateY(-50%);
    top: 50%;
    left: 25px;
    width: 13px;
    height: 13px;
    margin-top: 1px;
    box-shadow: 0px 0px 0px 10px rgba(17, 186, 176, 0.1);
}
.box-cards--multicolor .box-cards_item b {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}
.box-cards--multicolor .box-cards_item::after {
    content: "";
    background-color: rgb(200, 206, 218);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box-cards--multicolor .box-cards_item:nth-of-type(n+4)::after {
    background-color: rgb(177, 186, 202);
}
.box-cards--multicolor .box-cards_item:nth-of-type(n+7)::after {
    background-color: rgb(168, 208, 232);
}
.box-cards--multicolor .box-cards_item:nth-of-type(n+10)::after {
    background-color: rgb(174, 231, 228);
}
.box-cards--multicolor .box-cards_item:nth-of-type(3n+2)::after {
    opacity: 0.6;
}
.box-cards--multicolor .box-cards_item:nth-of-type(3n+3)::after {
    opacity: 0.3;
}
@media (max-width: 991px) {
	.box-cards--3col .box-cards_item {
		width: 100%;
        min-height: 100px;
        padding-right: 50px;
	}
}
.med-tourism_form form,
.med-tourism_form .form__row input,
.med-tourism_form textarea {
	background: #F3F9FF;
}
.double-ul {
	column-count: 2;
}


/* about-cooperation */
.text-flexbox {
	display: flex;
	column-gap: 3%;
	margin-bottom: 30px;
	row-gap: 30px;
}
.text-flexbox-item:nth-of-type(1) {
	width: 44%;
}
.text-flexbox-item *:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.text-flexbox-item:nth-of-type(1) {
		width: 36%;
	}
}
@media (max-width: 991px) {
	.text-flexbox {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.text-flexbox .text-flexbox-item {
		width: 100%;
	}
}


/* med_career */
.text-page .med_career-slider.images .image-text{
	display: none;
}
.hh-link {
	color: #D6001C;
	white-space: nowrap;
}
@media (min-width: 992px) {
	.med_career-blocks {
		display: flex;
		flex-direction: row-reverse;
		column-gap: 5%;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.med_career-block-item {
		width: 47%;
	}
	.med_career-color-block {
		box-shadow: 4px 4px 30px rgba(183, 198, 227, 0.5);
		border-radius: 40px;
		margin: -40px 0px 0px 0px;
		padding: 40px 55px 45px;
	}
	.med_career-advantage-block {
		width: 61%;
	}
	.med_career-vacancy-block {
		width: 34%;
	}
	.med_career-color-block h3 {
		font-size: 31px;
	}
	.med_career-vacancy-block p {
		font-size: 27px;
		line-height: 1.6;
	}
	.med_career-color-block *:last-child {
		margin-bottom: 0;
	}
}

.text-page ul.pictured-ul li {
	padding-left: 50px;
	min-height: 50px;
    display: flex;
    align-items: center;
}
.text-page ul.pictured-ul li:before {
	display: none;
}
.pictured-ul img {
    position: absolute;
    left: 0;
	max-width: 40px;
}
@media (max-width: 1399px) {
	.box-cards_item {
		width: 48.5%;
	}
}
@media (max-width: 991px) {
	.box-cards {
		column-gap: 4%;
	}
	.box-cards_item {
		width: 48%;
	}
	.double-ul {
		column-count: 1;
	}
}
@media (max-width: 767px) {
	.box-cards {
		row-gap: 20px;
	}
	.box-cards_item {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.image-text-nodesc {
		display: none;
	}
	.text-page .med_career-slider.images .img{
		display: flex;
	}
	.text-page .med_career-slider.images .image-text {
		position: relative;
		display: block;
		top: auto;
		transform: none;
		margin: 0;
		left: auto;
		padding-left: 30px;
		padding-bottom: 60px;
		line-height: normal;
		margin-top: 15px;
	}
	.text-page .med_career-slider.images .image-text * {
		line-height: 1.5;
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.text-page .med_career-slider.images .image-text * {
		font-size: 18px;
	}
}

/* End */


/* Start:/local/templates/.default/public/css/slick.css?17515216211846*/
/* 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/css/fix.css?17515216215786*/
.index-first-block a,
.groups-page a {
    text-decoration: unset;
    color: #fff;
}

.mobile-menu ul li .active {
    position: relative;
    width: max-content;
}

.header ul li .active:after,
.mobile-menu ul li .active::after {
    width: 100%;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    height: 2px;
    background: #40CEC7;
}

.fixed-menu ul li .active {
    text-decoration: none;
    color: #0a58ca;
}

.title_back {
    display: flex;
    max-width: 1100px;
}

.index-news-block .tab-content .list .item {
    position: relative;
}

.soc_name {
    text-decoration: unset;
}

.text-page .order-block .person button {
    font-size: 20px;
}

.text-page .mob-person button {
    font-size: 14px;
    width: 220px;
}

.groups-page .text .flex .item,
.index-first-block .counts .item,
.index-regions-block .content .counts .list1 .item {
    color: #fff;
}

.blog-page .filter .clear-button {
    margin-top: -40px;
}

.blog-page .filter .not-filter-button {
    max-width: calc(100% - 220px);
}

.blog-page .list1 .item .text {
    min-height: 420px;
}

.index-regions-block .content .counts {
    z-index: 10;
}

.groups-page .text .container {
    z-index: 10;
}

.text-page ol {
    counter-reset: myCounter;
}

.text-page ol li {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #68778C;
}

.text-page ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter)". ";
}


.text-page ul,
.mission-page ul {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #68778C;
}

.text-page ul li,
.mission-page ul li {
    padding-left: 25px;
    position: relative;
}

.text-page ul li:before,
.mission-page ul li:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #2764AE;
    left: 0;
    top: 12px;
}


/* .text-page ul {
    font-size: 14px;
    line-height: 24px;
  } */
.text-page ul li:before,
.mission-page ul li:before {
    width: 8px;
    height: 8px;
    /* top: 8px; */
}

.fixed-menu {
    z-index: 20;
}

.regions-block .tabs .container {
    z-index: 5;
}

.contacts-page .map {
    height: 850px;
    max-width: 100vw;
    max-height: 100vh;
}

.contacts-page .map>div {
    width: 100%;
    height: 100%;
}

.index-news-block .tab-content .list-mobile{
    display:none;
}

@media (max-width: 1399px) {
    .blog-page .list1 .item .text {
        min-height: 515px;
    }

    .index-corporate-block .content .item {
        height: 330px;
    }

    .title_back {
        max-width: 930px;
    }
}

@media (max-width: 1199px) {
    .title_back {
        max-width: 750px;
    }
}




@media (min-width: 992px) {
    div .empty {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .blog-page .list1 .item .text .link,
    .blog-page .list1 .item .text .date {
        position: absolute;
        bottom: 50px;
    }
}

@media (max-width: 991px) {
    .blog-page .image {
        display: none !important;
    }

    .blog-page .filter .clear-button {
        margin-top: 0px;
    }

    .blog-page .filter .not-filter-button {
        max-width: 100%;
    }

    .blog-page .list1 .item .text {
        min-height: 495px;
    }

    .blog-page .list1 .item .text .link,
    .blog-page .list1 .item .text .date {
        position: absolute;
        bottom: 50px;
    }
}

@media (min-width: 767px) {
    .contacts-page .item .adress {
        margin-bottom: 130px;
    }

}

@media (max-width: 767px) {
    .contacts-page .item .adress {
        margin-bottom: 130px;
    }

    .blog-page .list1 .item .text {
        min-height: 300px;
    }

}

@media (max-width: 575px) {
    .top-page-menu {
        margin-bottom: 0px;
    }    
    .index-news-block .tab-content .list{
        display: none;
    }
    .index-news-block .tab-content .list-mobile{
        display: block;
    }

}

@media (max-width: 575px) {
    .groups-page .text .animated {
        height: 600px;
    }

    li {
        font-size: 14px;
        line-height: 24px;
    }

    .index-corporate-block .content .item {
        height: 120px;
    }
}


h1.sm {font-size: 32px;}

.index-first-block .counts .item {
    font-size: 16px;
    line-height: 20px;
    width: 80px;
    margin-right: 20px;
}

.groups-page .text .flex .item {

    font-size: 16px;
    line-height: 20px;
    width: 80px;
    margin-right: 20px;
}


.index-regions-block .content .counts .list1 .item {
    font-size: 16px;
    line-height: 30px;
    width: 100px;
	
}

.index-regions-block .content .counts .list1 .item span
{font-size: 64px;}


@media (max-width: 575px) {
.index-first-block .counts .item {
    font-size: 14px!important;
    
}
	
.index-regions-block .content .counts .list1 .item {
font-size: 14px;
line-height: 20px;
width: 80px;
	
}	
	
.index-regions-block .content .counts .list1 .item span	
	{margin-bottom: 5px; font-size: 48px;}	
	
	.groups-page .text .flex .item {font-size: 14px!important;}
	.groups-page .text .flex .item span {font-size: 48px!important;}

}	


.groups-page .text .flex .item span {
    font-weight: 500; font-size: 64px;}
	
/* End */
/* /local/templates/.default/public/css/animate.css?175152162177749 */
/* /local/templates/.default/public/css/hamburgers.css?175152162127398 */
/* /local/templates/.default/public/css/style.css?1751521621116800 */
/* /local/templates/.default/public/css/slick.css?17515216211846 */
/* /local/templates/.default/public/css/fix.css?17515216215786 */
