@import "../fonts/Montserrat/stylesheet.css";
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
  -webkit-transform-origin: center;
  animation-name: jello;
  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-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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 {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    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 {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

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

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

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 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% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  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: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.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;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
/*-start reset-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

a:focus, button:focus, input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none !important;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none !important;
  transition: all 0.2s;
}

div:focus {
  outline: none;
}

.btn {
  border: none;
  background: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/*-end reset-*/
html {
  height: auto;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  background-color: #ffffff;
  width: 6px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #100F0D;
  height: 110px;
  border-radius: 4px;
}

.wow {
  visibility: hidden;
}

body {
  font-family: "Montserrat", "Arial", sans-serif !important;
  font-weight: normal;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
body.no-scroll {
  overflow: hidden;
  padding-right: 7px;
}
body.no-scroll-mobile {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.content {
  flex: 1;
}

.block {
  display: block;
}

.container {
  width: auto;
  height: auto;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1760px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 1180px;
  }
}
@media (max-width: 1180px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 991px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.send-status {
  display: none;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  margin: 4px;
}
.send-status.success {
  color: #32d355;
}
.send-status.fail {
  color: #ff111b;
}

#feedbackForm .send-status {
  margin-top: -20px;
}

#contactForm .send-status {
  margin-top: -20px;
  margin-bottom: 12px;
}

.main-title {
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 80px;
  color: #100F0D;
}

.input-style {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(4px);
  border-radius: 40px;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.input-style.error {
  border: 1px solid #ff111b;
}
.input-style.error + span.message {
  display: block;
}
.input-style::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.textarea-style {
  width: 100%;
  height: 100px;
  max-height: 100px;
  resize: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #FFFFFF;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  text-align: left;
  padding: 16px 20px;
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.textarea-style.error {
  border: 1px solid #ff111b;
}
.textarea-style::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.textarea-style::-webkit-scrollbar {
  background-color: #ffffff;
  width: 6px;
}
.textarea-style::-webkit-scrollbar-track {
  background: transparent;
}
.textarea-style::-webkit-scrollbar-thumb {
  background-color: #100F0D;
  height: 20px;
  border-radius: 4px;
}

.g-recaptcha {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.g-recaptcha.right {
  align-items: flex-start;
  justify-content: flex-start;
}

.btn-primary {
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF4EF8;
  border-radius: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.7s;
  position: relative;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
.btn-primary:after {
  content: "";
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 78, 248, 0.88) 0%, rgba(174, 0, 167, 0.88) 100%);
  background-image: -o-linear-gradient(90deg, rgba(255, 78, 248, 0.88) 0%, rgba(174, 0, 167, 0.88) 100%);
  background-image: linear-gradient(90deg, rgba(255, 78, 248, 0.88) 0%, rgba(174, 0, 167, 0.88) 100%);
}
.btn-primary:hover {
  border: 2px solid transparent;
}
.btn-primary:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}

.btn-link {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #FF4EF8;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.btn-link:hover {
  border-bottom: 2px solid #FF4EF8;
}

.select {
  position: relative;
  z-index: 11;
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(4px);
  border-radius: 40px;
  padding: 16px 20px;
  transition: all 0.2s;
}
.select.error {
  border: 1px solid #ff111b;
}
.select.open {
  border-radius: 35px 35px 0 0;
  background: #100F0D;
}
.select.open .select__icon:before {
  transform: rotate(180deg);
}
.select__header {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 13;
  transition: all 0.4s;
}
.select__header span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
}
.select__icon {
  z-index: 2;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.select__icon:before {
  content: "";
  display: inline-flex;
  background-image: url("../images/icons/angle-down.svg");
  background-size: 12px 7px;
  height: 7px;
  width: 12px;
  transform: rotate(0deg);
  transition: all 0.2s;
}
.select__list {
  min-height: 0px;
  max-height: 0px;
  background: transparent;
  width: 100%;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all 0.2s;
  border: 1px solid transparent;
  overflow: hidden;
}
.select__list.open {
  overflow: auto;
  background: #100F0D;
  transition: all 0.2s;
  border: 1px solid #FFFFFF;
  top: 100%;
  min-height: 96px;
  max-height: 246px;
}
.select__list.open::-webkit-scrollbar {
  background-color: #ffffff;
  width: 6px;
}
.select__list.open::-webkit-scrollbar-track {
  background: transparent;
}
.select__list.open::-webkit-scrollbar-thumb {
  background-color: #100F0D;
  height: 110px;
  border-radius: 4px;
}
.select__item {
  cursor: pointer;
  padding: 12px 20px;
  width: 100%;
  background: #100F0D;
  border-top: 1px solid #FFFFFF;
  backdrop-filter: blur(4px);
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.2s;
}
.select__item:first-child {
  border-top: 1px solid transparent;
}
.select__item:hover {
  color: #100F0D;
  background: rgba(255, 255, 255, 0.8);
}
.select__item.active {
  color: #100F0D;
  background: rgba(255, 255, 255, 0.8);
}

.modal-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  z-index: -1000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s;
}
.modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal {
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: auto;
}
.modal.show {
  opacity: 1;
  pointer-events: auto;
  background-color: transparent;
  z-index: 999999;
}
.modal__card {
  pointer-events: inherit;
  z-index: 9999999;
  padding: 32px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 40px;
  background-image: url("../images/content/modal-bg.png");
  background-size: cover;
  background-position: top;
  margin: 82px auto;
}
.modal__card.feedback-modal {
  min-width: 600px;
  max-width: 750px;
  height: auto;
}
.modal__card.feedback-modal form {
  width: 400px;
  display: block;
  margin: 0 auto;
}
.modal__card.case-modal {
  padding: 64px;
  height: auto;
  margin: 82px;
  border-radius: 0;
}
.modal__card.case-modal .modal__header {
  margin-bottom: 64px;
}
.modal__card.case-modal .modal__title {
  font-weight: 800;
  font-size: 64px;
  line-height: 80px;
}
.modal__card.case-modal .modal__close svg {
  width: 32px;
  height: auto;
}
.modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  margin-bottom: 36px;
}
.modal__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: left;
  padding-right: 48px;
}
.modal__close {
  position: absolute;
  right: -6px;
  top: -6px;
  cursor: pointer;
}
.modal__input-wrp {
  width: 100%;
  margin-bottom: 32px;
}
.modal__input-wrp span.message {
  display: none;
  color: #ff111b;
  font-size: 11px;
  margin-top: 6px;
  padding: 0 10px;
  font-weight: 700;
}
.modal__btn-box {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.modal__btn-box .btn {
  width: 70%;
}
.modal::-webkit-scrollbar {
  background-color: #ffffff;
  width: 6px;
}
.modal::-webkit-scrollbar-track {
  background: transparent;
}
.modal::-webkit-scrollbar-thumb {
  background-color: #100F0D;
  height: 110px;
  border-radius: 4px;
}
.modal__preview {
  display: block;
  margin-bottom: 60px;
  position: relative;
  z-index: 99;
  height: 850px;
  max-height: 850px;
}
.modal__preview img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.modal__preview.double {
  display: flex;
  gap: 64px;
  height: auto;
}
.modal__preview.double img {
  width: calc(50% - 32px);
  height: 415px;
  object-fit: cover;
}
.modal__preview-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.modal__preview-bg .title {
  position: relative;
  z-index: 9999;
  text-align: center;
  padding: 220px 100px 0;
  font-weight: 800;
  font-size: 64px;
  line-height: 80px;
  color: #FFFFFF;
}
.modal__preview-bg .comment {
  position: relative;
  z-index: 9999;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  margin-top: 16px;
}
.modal__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.modal__text p {
  margin-bottom: 16px;
}
.modal__text ul {
  padding: 0;
  margin-bottom: 16px;
  list-style: none;
}
.modal__text ul li {
  list-style: none;
}
.modal__text h6 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}
.modal__case-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__case-btn-box .btn {
  width: 292px;
}

.header {
  padding: 32px 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.5s;
}
.header.top {
  top: -100%;
}
.header__logo {
  display: block;
  margin-right: 134px;
}
.header__logo a {
  display: block;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__menu {
  border-radius: 4px;
  padding: 0 20px;
  background-color: #100F0D;
  display: flex;
  justify-content: space-around;
  gap: 48px;
}
.header__item a {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.header__item a:after {
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 78, 248, 0.88) 0%, rgba(174, 0, 167, 0.88) 100%);
  background-image: -o-linear-gradient(90deg, rgba(255, 78, 248, 0.88) 0%, rgba(174, 0, 167, 0.88) 100%);
  background-image: linear-gradient(90deg, rgba(255, 78, 248, 0.88) 0%, rgba(174, 0, 167, 0.88) 100%);
}
.header__item a:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}
.header.fixed {
  position: fixed;
  background-color: #100F0D;
  padding: 0 64px;
  transition: all 0.5s;
}

.burger {
  display: none;
}

.footer {
  padding: 20px 64px;
  background-color: #100F0D;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.footer__bottom {
  padding: 20px 0 12px;
  border-top: 1px solid #ffffff;
  margin-top: 86px;
}
.footer__bottom p {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__top-menu {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__logo {
  display: block;
  margin-right: 40px;
}
.footer__logo-link {
  display: block;
  height: 54px;
}
.footer__logo-link img {
  height: 100%;
  width: auto;
}
.footer__logo-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
}
.footer__menu-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  transition: all 0.3s;
}
.footer__menu-link:hover {
  color: #FF4EF8;
}
.footer__top-info {
  max-width: 300px;
  padding-top: 15px;
}

.hero {
  background-color: #070705;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../images/content/main-bg.png");
  background-size: cover;
  height: auto;
  min-height: 550px;
  border-bottom-right-radius: 200px;
  overflow: hidden;
  position: relative;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../images/content/main-bg-element.png");
  background-size: 100% 100%;
  height: auto;
  width: 45%;
}
.hero__wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.hero__title {
  padding-left: 32px;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 52px;
}
.hero__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(170.42deg, rgba(255, 78, 248, 0.88) 17.11%, rgba(78, 254, 62, 0.88) 90.31%);
  border-radius: 200px;
  transform: rotate(-180deg);
}
.hero__about {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 64px;
  padding-top: 244px;
  padding-bottom: 244px;
}
.hero__description {
  width: 100%;
  display: block;
}
.hero__description p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.hero__description p:last-child {
  margin-bottom: 0;
}
.hero__btn-box {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hero__btn-box .btn-primary {
  width: 290px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.hero__btn-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 64px;
}

.focus {
  padding: 120px 0;
}
.focus__title {
  margin-bottom: 80px;
}
.focus__wrapper {
  display: block;
  padding: 0;
  width: auto;
  margin: 0 32px;
}
.focus__cards {
  display: flex;
  gap: 64px;
  flex-wrap: nowrap;
  justify-content: center;
}
.focus__card-icon {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.focus__card-icon svg {
  width: 150px;
  height: 150px;
  transition: 0.3s all;
}
.focus__card-icon svg rect {
  transition: 0.3s all;
}
.focus__card {
  cursor: pointer;
  user-select: none;
  width: 25%;
  height: auto;
  padding: 32px;
  color: #100F0D;
  background: #FFFFFF;
  box-shadow: 0 12px 80px rgba(0, 0, 0, 0.08);
  border-radius: 160px;
  min-height: 500px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s all;
}
.focus__card:hover {
  background: #100F0D;
  box-shadow: 0px -12px 80px rgba(0, 0, 0, 0.08), 0px 12px 80px rgba(0, 0, 0, 0.08);
}
.focus__card:before, .focus__card:after {
  content: "";
  opacity: 0;
  width: 400px;
  z-index: -1;
  height: 360px;
  position: absolute;
  background-repeat: no-repeat;
}
.focus__card:before {
  bottom: 0;
  left: -130px;
  z-index: -1;
  background-image: url("../images/content/focus_bg_02.png");
  transition: 0.5s all ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.focus__card:after {
  z-index: -2;
  bottom: -70px;
  left: -120px;
  background-image: url("../images/content/focus_bg_01.png");
  transition: 0.7s all ease-in-out;
}
.focus__card:hover:before {
  height: 90%;
  opacity: 1;
  left: 0;
  bottom: 0;
}
.focus__card:hover:after {
  height: 100%;
  opacity: 1;
  left: 0;
  bottom: 0;
}
.focus__card:hover {
  color: #ffffff;
}
.focus__card:hover .focus__card-icon svg rect {
  fill: #f5f5f5;
  fill-opacity: 1;
  transition: 0.3s all;
}
.focus__card-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: inherit;
  margin-bottom: 24px;
}
.focus__card-list {
  color: inherit;
  width: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  gap: 16px;
}
.focus__card-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: inherit;
}
.focus__card-item:before {
  content: "";
  display: block;
  background: linear-gradient(170.42deg, rgba(255, 78, 248, 0.88) 17.11%, rgba(78, 254, 62, 0.88) 90.31%);
  border-radius: 50%;
  transform: rotate(-90deg);
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-right: 12px;
}
.focus .swiper-button-next, .focus .swiper-button-prev {
  position: absolute;
  top: auto;
  right: 50%;
  left: auto;
  bottom: 0;
  background: linear-gradient(133.58deg, rgba(255, 78, 248, 0.64) 22.65%, rgba(79, 253, 64, 0.6272) 102.8%, rgba(78, 254, 62, 0.64) 102.81%);
  backdrop-filter: blur(2px);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus .swiper-button-next:after, .focus .swiper-button-prev:after {
  font-size: 16px;
  color: #ffffff;
}
.focus #focusSwiper {
  overflow: unset;
}
.focus #focusNext, .focus #focusPrev {
  display: none;
}

.about {
  padding: 64px 64px 64px 100px;
  background: #100F0D;
  border-radius: 100px 0;
}
.about__wrapper {
  display: flex;
  justify-content: space-between;
}
.about__title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}
.about__text-box {
  width: 50%;
  color: #ffffff;
}
.about__text-info {
  margin-bottom: 48px;
}
.about__text-info .text {
  margin-bottom: 16px;
}
.about__text-info .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.about__text-info .text:last-child {
  margin-bottom: 0;
}
.about__labels-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 65px 78px;
  flex-wrap: wrap;
}
.about__color-label {
  max-width: 260px;
  width: 260px;
  padding: 16px 22px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.about__color-label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px 0;
  padding: 2px;
  background: linear-gradient(106.2deg, #FF4EF8 9.46%, rgba(79, 253, 64, 0.81) 94.21%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.about__color-label.reverse-label::before {
  content: "";
  border-radius: 0 40px;
  background: linear-gradient(254.42deg, #FF4EF8 1.85%, rgba(79, 253, 64, 0.81) 96.2%);
}
.about__color-label:nth-child(2) {
  margin-top: 36px;
}
.about__color-label:nth-child(3) {
  margin-top: -36px;
  margin-left: 36px;
}
.about__color-label svg {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  margin-right: 16px;
}
.about__images-box {
  width: 1120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.about__images-box:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  height: 1676px;
  width: 1676px;
  background: radial-gradient(28.03% 28.03% at 50% 50%, rgba(255, 78, 248, 0.32) 0%, rgba(255, 78, 248, 0) 100%);
}
.about__radial-logo {
  position: absolute;
  top: 368px;
  left: auto;
  bottom: auto;
  right: 282px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #100F0D;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__radial-logo img {
  height: 54px;
  width: auto;
}
.about__images-line {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
}
.about__images-line.bottom-line {
  align-items: flex-start;
  justify-content: flex-end;
}
.about__radial-image {
  max-width: 50%;
  height: 100%;
}
.about__radial-image:first-child {
  width: auto;
  height: auto;
}

.feedback {
  padding: 36px 48px 36px 48px;
  background-image: url("../images/content/feedback-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  border-radius: 100px 0;
}
.feedback__wrapper {
  display: flex;
  justify-content: space-between;
}
.feedback__title {
  color: #ffffff;
  margin-bottom: 24px;
  text-align: left;
}
.feedback__form-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 100px 0 100px;
}
.feedback__form {
  width: 400px;
}
.feedback__input-wrp {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.feedback__input-wrp span.message {
  display: none;
  color: #ff111b;
  font-size: 11px;
  margin-top: 6px;
  padding: 0 10px;
  font-weight: 700;
}
.feedback__input-wrp.select-wrp {
  z-index: 10;
}
.feedback__btn-box .btn {
  width: 80%;
}
.feedback__map-wrapper {
  width: 50%;
  overflow: hidden;
  border-radius: 100px 0;
  background-color: #7A5C3A;
}
.feedback__map-wrapper div, .feedback__map-wrapper iframe {
  height: 100%;
  width: 100%;
}

.process {
  padding: 120px 80px;
}
.process__title {
  margin-bottom: 48px;
}
.process__wrapper {
  display: block;
  padding: 0;
  width: auto;
}
.process__cards {
  display: flex;
  justify-content: space-between;
  gap: 106px;
}
.process__card-wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 30%;
  max-width: 30%;
}
.process__card-icon-wrp {
  width: 255px;
  height: 255px;
  min-width: 255px;
  min-height: 255px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
}
@keyframes gif-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gif-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.process .card-circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 255px;
  height: 255px;
  min-width: 255px;
  min-height: 255px;
}
.process .card-circle img {
  width: 255px;
  height: 255px;
  min-width: 255px;
  min-height: 255px;
  animation: 4s linear 0s normal none infinite paused gif-circle;
  -webkit-animation: 4s linear 0s normal none infinite paused gif-circle;
}
.process .card-circle:hover img {
  animation: 4s linear 0s normal none infinite running gif-circle;
  -webkit-animation: 4s linear 0s normal none infinite running gif-circle;
}
.process__card-icon-image {
  min-width: 150px;
  min-height: 150px;
}
.process__card-icon-image img {
  width: 150px;
  height: 150px;
}
.process__card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 255px);
}
.process__card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #100F0D;
  letter-spacing: -0.5px;
}
.process__card-comment {
  margin-top: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #100F0D;
}

.cases {
  padding: 120px 0 0;
}
.cases__title {
  margin-bottom: 48px;
}
.cases__wrapper {
  display: block;
  width: auto;
  padding: 0 80px;
}
.cases__wrapper-slider {
  width: 100%;
  padding-bottom: 218px;
}
.cases__swiper {
  height: 524px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.cases__slide-card {
  cursor: pointer;
  width: 37%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 99;
}
.cases__slide-card:hover .cases__bg {
  opacity: 1;
  transition: all 0.4s;
}
.cases__slide-card:hover .cases__info {
  opacity: 1;
  transition: all 0.4s;
}
.cases__abs-card {
  position: absolute;
  height: 450px;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 47%;
  z-index: 122;
}
.cases__bg {
  background: linear-gradient(0deg, #9C25A4 0%, rgba(156, 37, 164, 0) 100%), rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 45px 24px;
}
.cases__info {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  bottom: 44px;
  left: 32px;
  padding-right: 32px;
  z-index: 999;
}
.cases__info .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  text-align: left;
}
.cases__info .description {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.cases .swiper-wrapper {
  width: 100vw;
  align-items: flex-start;
}
.cases .swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}
.cases .swiper-slide {
  height: 400px;
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.cases .swiper-slide.swiper-slide-active {
  transition: all 0.5s ease-in-out;
  transform: scale(1.33, 1.12);
  background: #fff;
  margin-top: 96px;
  z-index: 999;
}
.cases .swiper-slide.swiper-slide-active .cases__info .title {
  font-size: 28px;
  line-height: 32px;
}
.cases .swiper-slide.swiper-slide-active .cases__info .description {
  font-size: 16px;
  line-height: 20px;
}
.cases .swiper-button-next, .cases .swiper-button-prev {
  position: absolute;
  top: auto;
  right: 80px;
  left: auto;
  bottom: 0;
  background: linear-gradient(133.58deg, rgba(255, 78, 248, 0.64) 22.65%, rgba(79, 253, 64, 0.6272) 102.8%, rgba(78, 254, 62, 0.64) 102.81%);
  backdrop-filter: blur(2px);
  border-radius: 100px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases .swiper-button-next:after, .cases .swiper-button-prev:after {
  font-size: 32px;
  color: #ffffff;
}
.cases .swiper-button-next {
  right: 80px;
}
.cases .swiper-button-prev {
  right: 208px;
}

.services {
  padding: 120px 0 60px;
}
.services__title {
  margin-bottom: 48px;
}
.services__wrapper {
  display: block;
  padding: 0;
  width: auto;
  margin: 0 32px;
}
.services__cards {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.services__card {
  width: calc(50% - 40px);
}
.services__card .card-inner {
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
  background-color: #f1f1f1;
  position: relative;
  transition: all 0.3s;
}
.services__card .card-inner:hover .services__card-image {
  transform: scale(1.1);
  transition: all 0.3s;
}
.services__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}

.contacts {
  padding: 60px 0 120px;
}
.contacts__title {
  margin-bottom: 48px;
}
.contacts__wrapper {
  display: block;
  width: auto;
  margin: 0 64px;
}
.contacts__cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 100px;
}
.contacts__card {
  width: calc(33.33% - 100px);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(16, 15, 13, 0.16);
  border-radius: 40px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #100F0D;
  text-shadow: none;
}
.contacts__card:nth-child(even) {
  border-radius: 0 40px;
}
.contacts__card svg {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 16px;
}
.contacts__card:hover span {
  text-shadow: 0 0 #100f0d;
}
.contacts__card .contact-social-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: flex-start;
}
.contacts__card .contact-social-box .contact-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.contacts__card .contact-social-box .contact-social img {
  width: auto;
  height: 22px;
  margin-left: 14px;
}
.contacts__card .contact-social-box .contact-social:hover {
  text-shadow: 0 0 #100f0d;
}

.up-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 24px;
  right: 24px;
  left: auto;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  border: none;
  background: none;
  color: #9C25A4;
  transition: all 0.2s ease;
}
.up-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}
.up-wrapper span {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
}

.up-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  background-color: transparent;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: all 0.2s ease;
}
.up-icon svg {
  width: auto;
  height: 10px;
  transform: rotate(180deg);
}

@media (min-width: 1920px) {
  .hero__wrapper {
    max-width: 2000px;
    margin: 0 auto;
  }
  .header__wrapper, .about__wrapper, .process__wrapper,
  .cases__wrapper-slider, .feedback__wrapper, .footer__top, .footer__bottom {
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media (max-width: 1919px) {
  .contacts__wrapper {
    display: block;
    width: auto;
    margin: 0;
  }
  .contacts__cards {
    justify-content: space-between;
    gap: 32px;
  }
  .contacts__card {
    width: calc(33.33% - 32px);
  }
  .about {
    padding: 48px 48px 48px 64px;
  }
  .about__text-box {
    width: calc(100% - 774px - 32px);
    color: #ffffff;
  }
  .about__images-box {
    width: 774px;
    justify-content: flex-start;
  }
  .about__images-line {
    width: 100%;
    height: calc(50% - 24px);
  }
  .about__radial-logo {
    position: absolute;
    top: calc(50% + 26px);
    left: calc(50% - 2px);
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 170px;
    height: 170px;
  }
  .about__radial-image {
    max-width: 50%;
    height: auto;
  }
  .about__radial-image img {
    max-width: 100%;
    height: auto;
  }
  .about__radial-image:first-child {
    width: 50%;
    height: 240px;
  }
  .about__radial-image:first-child img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1702px) {
  .cases__wrapper-slider {
    width: 100%;
    padding-bottom: 0;
  }
  .header {
    padding: 20px 48px;
  }
  .header__logo {
    margin-right: 80px;
  }
  .header__menu {
    padding: 0 18px;
    gap: 32px;
  }
  .header__item a {
    padding: 22px 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
  .hero__about {
    width: calc(60% - 48px);
    padding-left: 48px;
    padding-top: 174px;
    padding-bottom: 174px;
  }
  .hero__image {
    width: 40%;
  }
  .hero__title {
    padding-left: 28px;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 38px;
  }
  .header__logo a {
    display: block;
    padding-top: 10px;
  }
  .footer {
    padding: 18px 48px;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__logo {
    display: block;
    margin-right: 32px;
  }
  .footer__logo-menu {
    gap: 24px;
  }
  .footer__menu-link {
    font-size: 16px;
    line-height: 20px;
  }
  .footer__top-info {
    padding-top: 10px;
  }
  .footer__bottom p {
    font-size: 14px;
    line-height: 20px;
  }
  .cases .swiper-slide {
    height: 334px;
    display: flex;
  }
  .cases__swiper {
    height: 452px;
  }
  .process {
    padding: 120px 60px 60px;
  }
  .focus__cards {
    gap: 38px;
  }
  .focus__card {
    width: 25%;
    padding: 24px 12px;
    min-height: 440px;
    flex-shrink: unset;
  }
  .focus__card-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .focus__card-icon svg {
    width: 124px;
    height: 124px;
  }
  .about__text-info .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .process__card-title {
    font-size: 28px;
    line-height: 40px;
  }
  .process__card-comment {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .cases {
    padding: 80px 0 120px;
  }
  .cases .swiper-button-next:after, .cases .swiper-button-prev:after {
    font-size: 24px;
  }
  .cases .swiper-button-next, .cases .swiper-button-prev {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }
  .cases .swiper-button-prev {
    right: 168px;
  }
  .feedback__form-wrapper {
    width: 45%;
    padding: 0 80px 0 80px;
  }
  .feedback__map-wrapper {
    width: 55%;
  }
  .about__color-label {
    max-width: calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 !important;
    font-size: 18px;
    line-height: 22px;
  }
  .about__color-label svg {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    margin-right: 10px;
  }
  .about__labels-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
  }
}
@media (max-width: 1439px) {
  .header {
    padding: 15px;
  }
  .header__logo {
    margin-right: 32px;
  }
  .hero__about {
    width: calc(60% - 24px);
    padding-left: 24px;
    padding-top: 124px;
    padding-bottom: 80px;
  }
  .hero__title {
    padding-left: 24px;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .hero__description p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
  .btn-primary {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .header.fixed {
    padding: 2px 15px;
  }
  .hero__btn-box .btn-primary {
    width: auto;
    padding: 12px 48px;
    font-size: 14px;
    line-height: 20px;
  }
  .btn-link {
    font-size: 14px;
    line-height: 20px;
  }
  .header__logo a {
    height: 54px;
    padding-top: 4px;
  }
  .header__logo a img {
    height: 100%;
    width: auto;
  }
  .header__wrapper {
    justify-content: space-between;
  }
  .focus {
    padding: 70px 0;
  }
  .process {
    padding: 70px 40px 70px;
  }
  .cases {
    padding: 70px 0 90px;
  }
  .services {
    padding: 70px 0;
  }
  .contacts {
    padding: 70px 0 80px;
  }
  .footer {
    padding: 15px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__top-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .footer__bottom {
    padding: 15px 0 0;
    border-top: 1px solid #ffffff;
    margin-top: 44px;
  }
  .footer__bottom p {
    font-size: 12px;
    line-height: 18px;
  }
  .contacts__cards {
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contacts__card {
    width: calc(50% - 32px);
    padding: 14px 24px;
    font-size: 16px;
    line-height: 20px;
  }
  .contacts__card svg {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 14px;
  }
  .main-title {
    font-size: 48px;
    line-height: 64px;
  }
  .contacts__title,
  .services__title,
  .cases__title,
  .process__title,
  .focus__title {
    margin-bottom: 36px;
  }
  .focus__cards {
    gap: 38px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .focus__card {
    width: calc(40% - 32px);
    padding: 24px 12px 48px;
    min-height: 360px;
    flex-shrink: unset;
  }
  .about__wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .about__images-box {
    width: 774px;
    justify-content: flex-start;
    margin: 0 auto 48px;
  }
  .about__text-box {
    width: 100%;
    color: #ffffff;
  }
  .process__cards {
    gap: 64px;
  }
  .cases .swiper-slide.swiper-slide-active {
    transition: all 0.5s ease-in-out;
    transform: unset;
    background: #fff;
    margin-top: 0;
    z-index: 999;
  }
  .cases__swiper {
    height: auto;
    padding-bottom: 80px;
  }
  .cases .swiper-button-next, .cases .swiper-button-prev {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .cases .swiper-button-next:after, .cases .swiper-button-prev:after {
    font-size: 16px;
  }
  .cases .swiper-button-prev {
    right: 110px;
  }
  .cases .swiper-button-next {
    right: 40px;
  }
  .modal__card.case-modal {
    padding: 32px;
    height: auto;
    margin: 32px;
    border-radius: 0;
  }
  .modal__card.case-modal .modal__title {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
  }
  .modal__card.case-modal .modal__close svg {
    width: 20px;
    height: auto;
  }
  .modal__card.case-modal .modal__header {
    margin-bottom: 32px;
  }
  .modal__preview-bg .title {
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 0;
    font-weight: 800;
    font-size: 46px;
    line-height: 54px;
  }
  .modal__preview-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .modal__preview-bg .comment {
    position: relative;
    z-index: 9999;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-top: 12px;
  }
  .modal__preview {
    display: block;
    margin-bottom: 48px;
    position: relative;
    z-index: 99;
    max-height: 540px;
    height: 540px;
  }
  .modal__preview.double {
    max-height: 320px;
    height: 320px;
  }
  .modal__preview.double img {
    width: calc(50% - 32px);
    height: 100%;
    object-fit: cover;
  }
  .services__cards {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: 64px;
  }
  .feedback__form-wrapper {
    width: 45%;
    padding: 0;
    margin-right: 32px;
  }
  .cases__slide-card {
    cursor: pointer;
    width: 45%;
    height: 320px;
  }
  .cases__abs-card {
    position: relative;
    height: 320px;
    top: unset;
    left: unset;
    transform: unset;
    width: 45%;
    z-index: 122;
  }
  .cases__swiper {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    gap: 32px;
  }
  .cases__info .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
  }
  .cases__info .description {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .cases__wrapper-slider {
    width: 100%;
    padding-bottom: 0;
  }
  .cases {
    padding: 70px 0 0;
  }
}
@media (max-width: 1200px) {
  .header__menu {
    display: none;
  }
  .burger {
    display: block;
  }
  .burger__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
  }
  .burger__icon svg {
    width: 25px;
  }
  .burger__overlay {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .burger__overlay.open {
    opacity: 1;
    pointer-events: auto;
  }
  .burger__box {
    padding: 24px 18px;
    position: fixed;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 325px;
    transform: translateX(100%);
    background: #000000;
    transition: all 0.3s;
  }
  .burger__box.open {
    transform: translateX(0%);
  }
  .burger__close {
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .burger__close svg {
    width: 23px;
    height: 23px;
  }
  .burger__list {
    display: block;
  }
  .burger__link {
    display: block;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
  }
  .header.fixed .burger__icon {
    background: rgb(255, 255, 255);
    transition: all 0.3s;
  }
  .process__card-title {
    font-size: 22px;
    line-height: 30px;
  }
  .process__card-comment {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .process__card-icon-wrp {
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
  }
  .process .card-circle img {
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
  }
  .process .card-circle {
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
  }
  .process__card-icon-image {
    min-width: 75px;
    min-height: 75px;
  }
  .process__card-icon-image img {
    width: 73px;
    height: 73px;
  }
  .process__card-info {
    height: calc(100% - 180px);
  }
  .main-title {
    font-size: 32px;
    line-height: 48px;
  }
  .feedback__form {
    width: 370px;
  }
  .feedback__input-wrp {
    width: 100%;
    margin-bottom: 24px;
  }
  .feedback__form-wrapper {
    margin-right: 24px;
  }
  .input-style, .textarea-style {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .select__header span {
    font-size: 14px;
    line-height: 20px;
  }
  .select__item {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .hero__btn-links {
    gap: 40px;
  }
  .services {
    padding: 70px 0 35px;
  }
  .contacts {
    padding: 35px 0 70px;
  }
}
@media (max-width: 1023px) {
  .focus__title {
    margin-bottom: 0;
  }
  .focus .container {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .focus__wrapper {
    margin: 0;
  }
  .focus #focusSwiper {
    overflow: hidden;
    padding: 40px 16px 80px;
  }
  .focus #focusNext, .focus #focusPrev {
    display: flex;
  }
  .focus__cards {
    gap: unset;
    flex-wrap: nowrap;
    justify-content: unset;
    align-items: unset;
  }
  .focus .swiper-button-prev, .focus .swiper-button-next {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .focus .swiper-button-next {
    right: calc(50% - 50px);
  }
  .focus .swiper-button-prev {
    right: calc(50% + 10px);
  }
  .about {
    padding: 32px;
  }
  .hero__image {
    width: auto;
    min-width: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .hero__about {
    width: 100%;
    padding: 100px 16px 32px;
    position: relative;
    z-index: 2;
  }
  .hero__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
  }
  .hero__btn-links {
    display: none;
  }
  .focus #focusSwiper {
    padding: 40px 46px 80px;
  }
  .process__cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
  }
  .process__card-wrp {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
  .about__images-box {
    width: 100%;
    gap: 24px;
  }
  .about__images-line {
    width: 100%;
    height: auto;
    align-items: baseline;
  }
  .about__radial-logo img {
    height: 36px;
    width: auto;
  }
  .about__radial-logo {
    position: absolute;
    top: calc(50% + 24px);
    left: calc(50% - 4px);
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 140px;
    height: 140px;
  }
  .about__radial-image:first-child {
    width: 50%;
    height: auto;
  }
  .about__text-info .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .feedback__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .feedback__map-wrapper {
    width: 100%;
    height: 320px;
  }
  .feedback__map-wrapper div, .feedback__map-wrapper iframe {
    width: 100%;
    height: 320px;
  }
  .feedback__form-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .feedback__form-wrapper {
    margin-right: 0;
    align-items: center;
  }
  .feedback__btn-box {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .services__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .services__wrapper {
    display: block;
    padding: 0;
    width: auto;
    margin: 0;
  }
  .services__card {
    width: 100%;
  }
  .footer__logo-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    height: 120px;
    flex-wrap: wrap;
    width: auto;
  }
  .footer__top-menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .footer__logo-menu {
    gap: 6px 64px;
    height: 106px;
  }
  .footer__logo {
    display: block;
    margin-right: 64px;
  }
  .modal__card.case-modal .modal__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
  }
  .modal__preview-bg .title {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
  }
  .modal__preview-bg .comment {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .modal__card.case-modal {
    padding: 32px 16px;
    height: auto;
    margin: 32px;
    border-radius: 0;
  }
  .modal__card.case-modal .modal__header {
    padding: 0;
  }
  .modal__preview {
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
    max-height: 360px;
    height: 360px;
  }
  .modal__preview-bg {
    padding: 0 10px;
  }
  .modal__close {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .modal__text {
    padding: 0 10px;
  }
  .modal__preview.double {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    max-height: unset;
    height: auto;
  }
  .modal__preview.double img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .modal__text h6 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
  }
  .focus__card {
    flex-shrink: 0;
  }
  .cases__slide-card, .cases__abs-card {
    cursor: pointer;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .about__color-label {
    max-width: calc(70% - 32px);
    width: calc(70% - 32px);
  }
  .about__color-label:nth-child(2) {
    margin-left: auto !important;
  }
  .about__color-label:nth-child(4) {
    margin-left: auto !important;
  }
  .contacts__card {
    width: 100%;
  }
  .about__color-label {
    max-width: calc(90% - 32px);
    width: calc(90% - 32px);
  }
  .about__color-label:nth-child(2) {
    margin-left: auto !important;
  }
  .about__color-label:nth-child(4) {
    margin-left: auto !important;
  }
  .about {
    padding: 22px 4px 22px 22px;
  }
  .about__images-box {
    width: 330px;
    gap: 12px;
    margin: 0 auto 24px;
  }
  .about__images-line {
    gap: 12px;
  }
  .about__radial-logo {
    position: absolute;
    top: calc(50% + 10px);
    left: calc(50% - 2px);
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 74px;
    height: 74px;
  }
  .about__radial-logo img {
    height: auto;
    width: 85%;
  }
  .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .about__text-box {
    padding-right: 20px;
  }
  .cases__info {
    bottom: 32px;
    left: 20px;
    padding-right: 20px;
  }
  .cases__info .title {
    font-size: 18px;
    line-height: 22px;
  }
  .cases .swiper-slide.swiper-slide-active .cases__info .title {
    font-size: 18px;
    line-height: 22px;
  }
  .feedback {
    padding: 24px 16px;
  }
  .modal__card.feedback-modal {
    min-width: unset;
    max-width: 90%;
    height: auto;
  }
  .modal__card.feedback-modal form {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .modal__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
  .cases__slide-card, .cases__abs-card {
    cursor: pointer;
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 576px) {
  .feedback__form {
    width: 100%;
  }
  .feedback__btn-box .btn {
    width: 100%;
  }
  .contacts__card {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .contacts__card svg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .contacts__cards {
    gap: 24px;
  }
  .footer__menu-link {
    font-size: 14px;
    line-height: 20px;
    max-width: 90px;
  }
  .footer__logo-link {
    display: block;
    height: 34px;
  }
  .footer__logo {
    display: block;
    margin-right: 32px;
  }
  .footer__logo-menu {
    gap: 6px 32px;
    height: 120px;
  }
  .hero__btn-box {
    margin-top: 16px;
  }
  .hero__description p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .focus__card-icon svg {
    width: 80px;
    height: 80px;
  }
  .focus__card-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .cases__slide-card, .cases__abs-card {
    cursor: pointer;
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cases__slide-card, .cases__abs-card {
    cursor: pointer;
    width: 100%;
    height: 250px;
  }
}

/*# sourceMappingURL=style.css.map */
