

/* Start:/local/templates/pip2/styles.css?1760887129100*/
/* Стилизация шаблона настроена в /styles/ посредством SCSS */
/* End */


/* Start:/local/templates/pip2/template_styles.css?1773135059226848*/
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

body.compensate-for-scrollbar {
  margin: 0 !important;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 64px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 59px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 991px) {
  .fancybox-content {
    padding: 19px 15px;
  }
}
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9  {
  .fileinput-button input {
    font-size: 150% !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  height: 51px;
  line-height: 49px;
  outline: none;
  padding-left: 20px;
  padding-right: 32px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  margin-bottom: 20px;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #FF6600;
}
.nice-select:after {
  border-bottom: 2px solid #252525;
  border-right: 2px solid #252525;
  content: "";
  display: block;
  height: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  width: 100%;
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #585858;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 14px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25.5px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 49px;
  list-style: none;
  min-height: 49px;
  outline: none;
  padding-left: 20px;
  padding-right: 31px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-arrow {
  width: 65px;
  height: 60px;
  background: url(/local/templates/pip2/img/arrow-left.svg) center no-repeat;
  border: 1px solid #FF6600;
  z-index: 2;
}

.slick-prev {
  left: unset;
  right: calc(100% + 30px);
  transition: 0.3s;
  background-size: 4px;
}

.slick-next {
  transform: rotate(180deg) translateY(50%);
  left: calc(100% + 30px);
  right: unset;
  transition: 0.3s;
  background-size: 4px;
}

.slick-next:before, .slick-prev:before {
  display: none;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background: url(/local/templates/pip2/img/arrow-left.svg) center no-repeat;
  background-size: 8px;
}

@media (max-width: 1200px) {
  .slick-arrow {
    background: #fff url(/local/templates/pip2/img/arrow-left.svg) center no-repeat;
    opacity: 0.5;
  }
  .slick-arrow:hover {
    opacity: 1;
    background: #fff url(/local/templates/pip2/img/arrow-left.svg) center no-repeat;
  }
  .slick-next {
    left: unset;
    right: 0;
  }
  .slick-prev {
    right: unset;
    left: 0;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
dl, dt, dd, ol, ul, li,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  box-sizing: border-box;
  font-size: 28px;
}

@media (max-width: 600px) {
  html {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
}

*::selection {
  background: #ffd4a6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: 0s;
}

img.lazy[data-src] {
  opacity: 0;
}

body {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #1D2029;
  overflow-x: hidden;
}

a {
  color: #FF6600;
  text-decoration: underline;
  transition: 0.3s;
}

@media (min-width: 991px) {
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    background-color: #fff;
  }
  *::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
  }
  *::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #FF6600), color-stop(0.86, #FF6600));
  }
  *, *::before, *::after {
    scrollbar-color: black gray;
    scrollbar-width: thin;
  }
}
input,
select,
textarea {
  -webkit-appearance: none;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

svg {
  transition: 0.3s;
}

/* Фикс, чтобы панель Битрикс не перекрывала header */
.bx-panel-fixed ~ .header {
  margin-top: 147px;
}

.bx-panel-fixed.bx-panel-folded ~ .header {
  margin-top: 39px;
}

/* Icons for slick slider */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/pip2/fonts/slick.eot");
  src: url("/local/templates/pip2/fonts/slick.woff") format("woff"), url("/local/templates/pip2/fonts/slick.ttf") format("truetype"), url("/local/templates/pip2/fonts/slick.svg#slick") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "MADE Evolve Sans";
  src: url("/local/templates/pip2/fonts/MADEEvolveSans.eot");
  src: local("MADE Evolve Sans"), local("MADEEvolveSans"), url("/local/templates/pip2/fonts/MADEEvolveSans.woff2") format("woff2"), url("/local/templates/pip2/fonts/MADEEvolveSans.woff") format("woff"), url("/local/templates/pip2/fonts/MADEEvolveSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MADE Evolve Sans";
  src: url("/local/templates/pip2/fonts/MADEEvolveSans-Medium.eot");
  src: local("MADE Evolve Sans Medium"), local("MADEEvolveSans-Medium"), url("/local/templates/pip2/fonts/MADEEvolveSans-Medium.woff2") format("woff2"), url("/local/templates/pip2/fonts/MADEEvolveSans-Medium.woff") format("woff"), url("/local/templates/pip2/fonts/MADEEvolveSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MADE Evolve Sans";
  src: url("/local/templates/pip2/fonts/MADEEvolveSans-Bold.eot");
  src: local("MADE Evolve Sans Bold"), local("MADEEvolveSans-Bold"), url("/local/templates/pip2/fonts/MADEEvolveSans-Bold.woff2") format("woff2"), url("/local/templates/pip2/fonts/MADEEvolveSans-Bold.woff") format("woff"), url("/local/templates/pip2/fonts/MADEEvolveSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MADE Evolve Sans";
  src: url("/local/templates/pip2/fonts/MADEEvolveSans-Light.eot");
  src: local("MADE Evolve Sans Light"), local("MADEEvolveSans-Light"), url("/local/templates/pip2/fonts/MADEEvolveSans-Light.woff2") format("woff2"), url("/local/templates/pip2/fonts/MADEEvolveSans-Light.woff") format("woff"), url("/local/templates/pip2/fonts/MADEEvolveSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/pip2/fonts/Stolzl-Light.eot");
  src: local("Stolzl Light"), local("Stolzl-Light"), url("/local/templates/pip2/fonts/Stolzl-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/Stolzl-Light.woff2") format("woff2"), url("/local/templates/pip2/fonts/Stolzl-Light.woff") format("woff"), url("/local/templates/pip2/fonts/Stolzl-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/pip2/fonts/Stolzl-Thin.eot");
  src: local("Stolzl Thin"), local("Stolzl-Thin"), url("/local/templates/pip2/fonts/Stolzl-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/Stolzl-Thin.woff2") format("woff2"), url("/local/templates/pip2/fonts/Stolzl-Thin.woff") format("woff"), url("/local/templates/pip2/fonts/Stolzl-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl Book";
  src: url("/local/templates/pip2/fonts/Stolzl-Book.eot");
  src: local("Stolzl Book"), local("Stolzl-Book"), url("/local/templates/pip2/fonts/Stolzl-Book.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/Stolzl-Book.woff2") format("woff2"), url("/local/templates/pip2/fonts/Stolzl-Book.woff") format("woff"), url("/local/templates/pip2/fonts/Stolzl-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/pip2/fonts/Stolzl-Regular.eot");
  src: local("Stolzl Regular"), local("Stolzl-Regular"), url("/local/templates/pip2/fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/Stolzl-Regular.woff2") format("woff2"), url("/local/templates/pip2/fonts/Stolzl-Regular.woff") format("woff"), url("/local/templates/pip2/fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/pip2/fonts/Stolzl-Bold.eot");
  src: local("Stolzl Bold"), local("Stolzl-Bold"), url("/local/templates/pip2/fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/Stolzl-Bold.woff2") format("woff2"), url("/local/templates/pip2/fonts/Stolzl-Bold.woff") format("woff"), url("/local/templates/pip2/fonts/Stolzl-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/pip2/fonts/Stolzl-Medium.eot");
  src: local("Stolzl Medium"), local("Stolzl-Medium"), url("/local/templates/pip2/fonts/Stolzl-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/Stolzl-Medium.woff2") format("woff2"), url("/local/templates/pip2/fonts/Stolzl-Medium.woff") format("woff"), url("/local/templates/pip2/fonts/Stolzl-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MagistralC";
  font-style: normal;
  font-weight: normal;
  src: url("/local/templates/pip2/fonts/MagistralC.woff") format("woff");
}
@font-face {
  font-family: "MagistralC";
  font-style: normal;
  font-weight: bold;
  src: url("/local/templates/pip2/fonts/MagistralC-Bold.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Heavy.eot");
  src: local("HelveticaNeueCyr-Heavy"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Heavy.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Heavy.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-HeavyItalic.eot");
  src: local("HelveticaNeueCyr-HeavyItalic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-HeavyItalic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Black.eot");
  src: local("HelveticaNeueCyr-Black"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLightItalic.eot");
  src: local("HelveticaNeueCyr-UltraLightItalic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLightItalic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-BlackItalic.eot");
  src: local("HelveticaNeueCyr-BlackItalic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-BlackItalic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-ThinItalic.eot");
  src: local("HelveticaNeueCyr-ThinItalic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-ThinItalic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-MediumItalic.eot");
  src: local("HelveticaNeueCyr-MediumItalic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-MediumItalic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-LightItalic.eot");
  src: local("HelveticaNeueCyr-LightItalic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-LightItalic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLight.eot");
  src: local("HelveticaNeueCyr-UltraLight"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-BoldItalic.eot");
  src: local("HelveticaNeueCyr-BoldItalic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-BoldItalic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Italic.eot");
  src: local("HelveticaNeueCyr-Italic"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Italic.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Bold.eot");
  src: local("HelveticaNeueCyr-Bold"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/pip2/fonts/HelveticaNeueCyr-Thin.eot");
  src: local("HelveticaNeueCyr-Thin"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Thin.woff") format("woff"), url("/local/templates/pip2/fonts/HelveticaNeueCyr-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
._svg-icon-attention-icon-orange {
  background: url("/local/templates/pip2/img/svgsprite.css.svg") no-repeat;
}

._svg-icon-attention-icon-orange {
  background-position: 0 0;
}

._svg-icon-attention-icon-orange-dims {
  width: 30px;
  height: 30px;
}

.access-limited {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .access-limited {
    padding: 0 15px;
  }
}
.access-limited {
  padding-left: 45px;
  padding-right: 45px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 50px;
}

.access-limited__head {
  color: #FF6600;
  font-weight: 800;
  font-size: 75px;
  margin-bottom: 18px;
  text-align: center;
}

.access-limited__title {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.access-limited__desc {
  font-size: 18px;
  max-width: 380px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 35px;
}
.access-limited__desc a {
  color: #FF6600;
}
.access-limited__desc a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .access-limited__head {
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .access-limited__head {
    font-size: 34px;
  }
}
.article {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .article {
    padding: 0 15px;
  }
}
.article {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  flex-grow: 1;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-family: "magistralc", arial, helvetica, sans-serif;
  line-height: 1.2;
}
.article h1 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 16px;
}
.article h2 {
  margin-top: 25px;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.article h3 {
  margin-top: 25px;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.article p {
  margin-bottom: 20px;
}
.article b, .article strong {
  font-weight: 700;
}
.article em {
  font-style: italic;
}
.article blockquote {
  background: rgba(63, 147, 153, 0.24);
  border-left: 1px solid #00c7b1;
  padding: 20px 160px 20px 35px;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
}
.article blockquote p {
  max-width: 750px;
}
.article blockquote:after {
  content: "";
  width: 150px;
  height: 150px;
  right: 10px;
  top: -20px;
  background: url(/local/templates/pip2/img/quote-image.svg) center/contain no-repeat;
  position: absolute;
  display: block;
}
.article blockquote cite {
  display: block;
  margin-top: 15px;
  max-width: 550px;
}
.article blockquote, .article q {
  quotes: none;
}
.article table {
  border-collapse: collapse;
  border-spacing: 0;
}
.article th {
  font-weight: 500;
}
.article th, .article td {
  padding: 10px 15px;
  border: 1px solid #212121;
}
.article ul {
  margin-bottom: 20px;
}
.article ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.article ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1D2029;
  position: absolute;
  left: 0;
  top: 7px;
}
.article ol {
  margin-bottom: 20px;
  counter-reset: list 0;
}
.article ol li {
  margin-bottom: 5px;
  list-style: none;
}
.article ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-right: 6px;
}
.article img {
  margin-top: 20px;
  margin-bottom: 15px;
}

.article__goback {
  display: inline-flex;
  font-size: 15px;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.article__goback svg {
  margin-top: -1px;
  margin-right: 3px;
}
.article__goback path {
  transition: 0.3s;
}
.article__goback:hover {
  color: #00c7b1;
}
.article__goback:hover path {
  stroke: #00c7b1;
}

@media (max-width: 768px) {
  .article h1 {
    font-size: 28px;
  }
  .article h2 {
    font-size: 24px;
  }
  .article h3 {
    font-size: 20px;
  }
  .article blockquote {
    padding: 30px 20px 25px;
  }
  .article blockquote:after {
    content: "";
    width: 70px;
    height: 70px;
  }
  .article blockquote cite {
    max-width: 100%;
    z-index: 2;
    position: relative;
  }
  .article__youtube-video {
    max-width: 100%;
    height: unset;
  }
}
.auth-form__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-form__buttons .button {
  width: 100%;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
}

.auth-form__submit {
  width: 100%;
  margin-bottom: 20px;
}

.auth-form__forgot-link {
  margin-bottom: 50px;
}

.banner {
  padding: 0;
  transition: 0.3s;
}
.banner:hover {
  opacity: 0.8;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5A00;
  border-radius: 12px;
  border: none;
  padding: 16px 24px;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 4px 14px rgba(246, 142, 30, 0.3);
  transition: 0.3s;
  letter-spacing: 0.2px;
  white-space: nowrap;
  cursor: pointer;
}
.button:hover {
  opacity: 0.8;
  box-shadow: none;
  transition: 0.3s;
}
.button--sec {
  background: #00c7b1;
  box-shadow: 0px 4px 20px rgba(59, 145, 151, 0.7);
  border: 1px solid #00c7b1;
}
.button--sec:hover {
  background: #fff;
  color: #00c7b1;
  border: 1px solid #00c7b1;
}
.button--sec:hover path {
  fill: #00c7b1;
}
.button--dark {
  background: #1D2029;
  color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #1D2029;
}
.button--dark:hover {
  background: #FF5A00;
  border: 1px solid #FF5A00;
  box-shadow: none;
  transition: 0.3s;
}
.button--white {
  background: #fffefb !important;
  color: #00c7b1;
  box-shadow: 0px 4px 14px rgba(121, 121, 121, 0.3);
}
.button--white:hover {
  box-shadow: unset;
}
.button--ttu {
  text-transform: uppercase;
}
.button svg {
  margin-right: 10px;
  transition: 0.3s;
}

.button--mobile-visible {
  display: none;
}

@media (max-width: 991px) {
  .button {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .button--mobile-hidden {
    display: none;
  }
  .button--mobile-visible {
    display: flex;
  }
}
.buy-part.modal {
  width: 100%;
  max-width: 1300px;
}
.buy-part .form__group {
  margin: unset;
}
.buy-part {
  overflow: visible;
}

.buy-part__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.buy-part__flex-wrap {
  flex-basis: calc(50% - 10px);
}

.buy-part__textarea, .buy-part__group {
  height: 100%;
}

.buy-part__textarea {
  min-height: unset !important;
  padding: 0 18px !important;
}

.buy-part__btn {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  padding: 15px !important;
}

.buy-part__form input[type=number].buy-part__num-count, .buy-part__btn-plus, .buy-part__btn-minus {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.buy-part__count-wrap {
  display: flex;
  width: 170px;
  justify-content: space-between;
}

.buy-part__num-count {
  text-align: center;
  padding: unset;
}
.buy-part__num-count::-webkit-outer-spin-button, .buy-part__num-count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buy-part__num-count.input[type=number] {
  -moz-appearance: textfield;
}
.buy-part__num-count.input[type=number]:hover, .buy-part__num-count.input[type=number]:focus {
  -moz-appearance: number-input;
}

.buy-part__btn-plus, .buy-part__btn-minus {
  background: #FF6600;
  border: unset;
  color: #ffffff;
  font-size: 48px;
  line-height: 0;
  text-align: center;
  padding: unset;
  font-weight: unset;
}
.buy-part__btn-plus:focus, .buy-part__btn-minus:focus {
  outline: unset;
}

.buy-part__btn-minus {
  padding-bottom: 7px;
}

.buy-part__flex-line {
  display: flex;
  justify-content: space-between;
}

.buy-part__flex-group.form__group {
  width: calc(50% - 10px);
}

.buy-part__text-small {
  text-transform: lowercase;
}

@media (max-width: 1100px) {
  .buy-part__flex {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .buy-part__flex-line {
    flex-direction: column;
  }
  .buy-part__flex-group.form__group {
    width: 100%;
  }
  .buy-part__count-wrap {
    margin: 0 auto;
  }
}
.chat {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .chat {
    padding: 0 15px;
  }
}

.chat__messages {
  display: flex;
  flex-direction: column;
  padding-bottom: 38px;
  border-bottom: 2px solid #FF6600;
}

.chat__message {
  align-self: flex-start;
  background: #00c7b1;
  margin-bottom: 10px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
}

.chat__message--mine {
  align-self: flex-end;
  background: #FF6600;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0;
}

.chat__form {
  padding-bottom: 35px;
  border-bottom: 2px solid #FF6600;
  padding-top: 35px;
}

@media (max-width: 990px) {
  .chat {
    padding: 0;
  }
  .chat__form .form__group {
    margin: 0;
  }
  .chat__form .button {
    width: 100%;
  }
}
.check-status {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .check-status {
    padding: 0 15px;
  }
}
.check-status {
  display: flex;
  gap: 0 70px;
  align-items: center;
  flex-wrap: wrap;
}

.check-status__container {
  background: #FF6600;
  padding: 30px 0;
  margin-bottom: 30px;
}

.check-status__status-message {
  position: relative;
  background: #eaffe3;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(163, 255, 125, 0.3);
  border: 1px solid #008e21;
  padding: 20px 30px;
  transition: 0.3s;
  margin-top: 22px;
  display: none;
  font-size: 16px;
}
.check-status__status-message:empty {
  display: none;
}

.check-status__error-message {
  position: relative;
  background: #ffdede;
  border-radius: 5px;
  box-shadow: 0px 4px 14px rgba(255, 127, 127, 0.3);
  border: 1px solid #ff0c00;
  padding: 20px 30px;
  transition: 0.3s;
  margin-top: 22px;
  display: none;
  font-size: 16px;
}
.check-status__error-message:empty {
  display: none;
}

.check-status__form {
  display: flex;
  gap: 16px;
}

.check-status__num-field {
  padding: 17px 24px;
  border: 1px solid #fff;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  width: 496px;
  display: inline-flex;
  border-radius: 12px;
  background: transparent;
  outline: none;
}
.check-status__num-field.placeholder {
  color: #FFE0CC;
}
.check-status__num-field:-moz-placeholder {
  color: #FFE0CC;
}
.check-status__num-field::-moz-placeholder {
  color: #FFE0CC;
}
.check-status__num-field:-ms-input-placeholder {
  color: #FFE0CC;
}
.check-status__num-field::-webkit-input-placeholder {
  color: #FFE0CC;
}

.check-status__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  color: rgb(29, 32, 41);
  font-weight: 500;
  border: 0;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  padding: 15px 50px;
  cursor: pointer;
  transition: 0.3s;
  outline: 0;
}
.check-status__submit:hover {
  opacity: 0.9;
}

.check-status__title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
}

.check-status__desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.4;
}

.check-status__result {
  min-width: 100%;
  display: block;
}

@media screen and (max-width: 1385px) {
  .check-status__info {
    margin-bottom: 24px;
  }
  .check-status__form {
    width: 100%;
  }
  .check-status__num-field {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1199px) {
  .check-status__form {
    flex-direction: column;
  }
  .check-status__title {
    font-size: 24px;
  }
  .check-status__container {
    padding: 28px 0;
    margin-bottom: 0;
  }
  .check-status__desc {
    color: #fff;
  }
  .check-status__num-field {
    width: 100%;
    border-radius: 10px;
    padding: 13px 24px;
  }
  .check-status__submit {
    width: 100%;
    border-radius: 10px;
  }
  .check-status__error-message, .check-status__status-message {
    margin-top: 16px;
    padding: 15px;
    justify-content: center;
  }
}
.colored-title {
  background-image: linear-gradient(180deg, #FF6600 23.08%, #ffce99 52.61%, #FF6600 78.85%); /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  font-size: 34px;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .colored-title {
    font-size: 24px;
    text-align: center;
  }
}
.content {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .content {
    padding: 0 15px;
  }
}
.content {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
}

.content--r-sidebar {
  display: flex;
}
.content--r-sidebar .content__sidebar {
  margin-left: 30px;
}

.content__body {
  flex-grow: 1;
  max-width: calc(100% - 350px);
}

.content__sidebar {
  min-width: 320px;
  max-width: 320px;
}

.content__body-block {
  background: #FF6600;
  padding: 20px 30px;
}
.content__body-block--accented {
  background: #fff5e9;
  border: 1px solid #ffdcb7;
  box-shadow: 0px 4px 14px rgba(246, 142, 30, 0.3);
}

@media (max-width: 1199px) {
  .content {
    margin-top: 30px;
    margin-bottom: 22px;
  }
  .content--r-sidebar {
    flex-direction: column;
  }
  .content--r-sidebar .content__sidebar {
    margin-left: 0;
    margin-top: 25px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .content__body {
    width: 100%;
    max-width: 100%;
  }
  .content__body-block {
    padding: 20px;
  }
  .content__title {
    font-size: 24px;
    font-weight: 500;
  }
}
.docs-list__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.docs-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
.docs-list__item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  background: url("/local/templates/pip2/img/file-blue.svg") center/contain no-repeat;
  margin-right: 9px;
}
.docs-list__item a {
  color: #1E8EF6;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.3s;
}
.docs-list__item a:hover {
  color: #f68e1e;
}

.footer {
  margin-top: 75px;
  border-top: 1px solid #DCDDE0;
  border-bottom: 1px solid #DCDDE0;
}

.footer__container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .footer__container {
    padding: 0 15px;
  }
}
.footer__container {
  display: flex;
  align-items: center;
}
.footer__container--top {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-between;
}
.footer__container--top a:not(.footer__logo-wrap) {
  font-size: 16px;
  text-decoration: underline;
  color: #1D2029;
  transition: 0.3s;
}
.footer__container--top a:not(.footer__logo-wrap):hover {
  color: #FF6600;
}
.footer__container--bottom {
  color: #8E9094;
  font-size: 14px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.footer__container--bottom a {
  color: #8E9094;
  text-decoration: none;
}

.footer__phone {
  display: flex;
  flex-direction: column;
}
.footer__container--top .footer__phone a {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 12px;
  display: block;
}

.footer__phone-title {
  color: #808080;
  font-size: 14px;
}

.footer__social-list {
  display: flex;
  gap: 30px;
}

.footer__bottom-info {
  flex-grow: 1;
  display: flex;
  gap: 60px;
}

.footer__politics {
  transition: 0.3s;
}
.footer__politics:hover {
  color: #FF6600;
}

.footer__social-item path {
  transition: 0.3s;
}
.footer__social-item a:hover svg path[stroke] {
  stroke: #FF6600;
}
.footer__social-item a:hover svg path:not([stroke]) {
  fill: #FF6600;
}

@media screen and (max-width: 1199px) {
  .footer {
    border-top: 0;
    margin-top: 70px;
  }
  .footer__container {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__container--top {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .footer__container--top a:not(.footer__logo-wrap) {
    margin-bottom: 20px;
  }
  .footer__container--top .footer__phone a {
    font-size: 30px;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .footer__container--bottom {
    padding-top: 24px;
    padding-bottom: 24px;
    flex-direction: column-reverse;
  }
  .footer__phone {
    margin-top: 10px;
  }
  .footer__logo-wrap {
    margin-bottom: 26px;
  }
  .footer__logo-wrap svg {
    width: 189px;
  }
  .footer__bottom-info {
    flex-direction: column;
    gap: 12px;
    line-height: 1.4;
  }
  .footer__socials {
    width: calc(100% + 30px);
    margin: 0 -15px 28px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdde0;
    display: flex;
  }
  .footer__social-list {
    width: 100%;
    justify-content: center;
  }
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=password], .form input[type=tel], .form select, .form textarea {
  padding: 12px 16px;
  border: 1px solid #CCCCCC;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #1D2029;
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 19px;
}
.form input[type=text][disabled], .form input[type=email][disabled], .form input[type=number][disabled], .form input[type=password][disabled], .form input[type=tel][disabled], .form select[disabled], .form textarea[disabled] {
  background: #F6F6F6;
}
.form input[type=text].placeholder, .form input[type=email].placeholder, .form input[type=number].placeholder, .form input[type=password].placeholder, .form input[type=tel].placeholder, .form select.placeholder, .form textarea.placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #A6A6A6;
}
.form input[type=text]:-moz-placeholder, .form input[type=email]:-moz-placeholder, .form input[type=number]:-moz-placeholder, .form input[type=password]:-moz-placeholder, .form input[type=tel]:-moz-placeholder, .form select:-moz-placeholder, .form textarea:-moz-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #A6A6A6;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #A6A6A6;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=number]:-ms-input-placeholder, .form input[type=password]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #A6A6A6;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #A6A6A6;
}
.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=number]:focus, .form input[type=password]:focus, .form input[type=tel]:focus, .form select:focus, .form textarea:focus {
  border: 1px solid #FF6600;
  outline: none;
}
.form textarea {
  resize: vertical;
  min-height: 100px;
}
.form input[type=checkbox], .form input[type=radio] {
  display: none;
}
.form input[type=checkbox] + label {
  position: relative;
  font-size: 18px;
  text-transform: none;
  padding-left: 32px;
  cursor: pointer;
  color: #1D2029;
  text-align: left;
  margin-bottom: 25px;
  margin-top: -5px;
  font-weight: 400;
}
.form input[type=checkbox] + label a {
  color: #FF6600;
  text-decoration: underline;
}
.form input[type=checkbox] + label a:hover {
  color: #1D2029;
}
.form input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: -1px;
  transform: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 1px solid #b0b0b0;
  background: #b0b0b0;
  transition: 0.3s;
  border-radius: 5px;
}
.form input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: -1px;
  vertical-align: middle;
  transform: scale(0);
  width: 22px;
  height: 22px;
  transition: 0.2s;
  background: url(/local/templates/pip2/img/checkbox.svg) center/13px 10px no-repeat;
  border-radius: 5px;
}
.form input[type=checkbox]:checked + label::before {
  border: 1px solid #1D2029;
  background: #1D2029;
}
.form input[type=checkbox]:checked + label::after {
  transform: scale(1);
}
.form input[type=radio] + label {
  position: relative;
  font-size: 18px;
  padding-left: 32px;
  cursor: pointer;
  margin-bottom: 25px;
  margin-top: -5px;
  font-weight: 400;
  text-transform: none;
}
.form input[type=radio] + label a {
  color: #FF6600;
  text-decoration: underline;
}
.form input[type=radio] + label a:hover {
  color: #1D2029;
}
.form input[type=radio] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #1D2029;
}
.form input[type=radio] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 6px;
  top: 50%;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1D2029;
  transform: translateY(-50%) scale(0);
  transition: 0.3s;
}
.form input[type=radio]:checked + label::after {
  content: "";
  transform: translateY(-50%);
}

.form__section {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 40px 85px;
  margin-bottom: 30px;
}

.form__set {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.form__set:last-child {
  margin-bottom: 0;
}

.form__set-title {
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #A1A1A1;
  white-space: nowrap;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form__line {
  display: flex;
  flex-grow: 1;
  width: calc(100% + 40px);
  margin: 10px -20px;
}
.form__line:last-child {
  margin: 10px -20px 0;
}

.form__line--triple .form__group, .form__line--triple .form__dropzone {
  width: calc(33% - 40px);
}

.form__line--double-a {
  margin: 30px -20px 10px;
}
.form__line--double-a .form__line-col:first-child {
  flex-grow: 1;
  max-width: 740px;
}
.form__line--double-a + .button {
  width: 420px;
  max-width: 100%;
  margin-bottom: 70px;
}

.form__line--double-b {
  display: flex;
  justify-content: stretch;
}
.form__line--double-b .form__group {
  flex-grow: 1;
}
.form__line--double-b .form__line-col:first-child {
  width: 33%;
}
.form__line--double-b .form__line-col:last-child {
  width: 66%;
}
.form__line--double-b textarea {
  flex-grow: 1;
  resize: unset;
}
.form__line--double-b .form__highlighted-text {
  font-size: 18px;
  font-weight: 700;
  font-family: "magistralc", arial, helvetica, sans-serif;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #00c7b1;
}

.form__group {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  width: 100%;
  position: relative;
  justify-content: flex-start;
}
.form__group label {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.form__group[data-wait-for] {
  display: none;
}

.form__line-col {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.form__line-col .form__group {
  margin: 0;
}

.form__group--date {
  max-height: 97px;
}
.form__group--date:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/local/templates/pip2/img/calendar-icon.svg) center/20px 20px no-repeat;
  bottom: 33px;
  right: 15px;
}

.form__file {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form__file .button {
  margin-bottom: 0;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
}
.form__file input {
  display: none;
}

.form__file-desc {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.form__file-desc-text {
  margin-right: 10px;
}

.form__file-close {
  display: none;
}
.form__file-close rect {
  transition: 0.3s;
  cursor: pointer;
}
.form__file-close:hover rect {
  fill: #1D2029;
}

.form__dropzone, .form__dropzone * {
  box-sizing: border-box;
}

.form__dropzone-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 15px;
}

.form__dropzone-desc {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #C9C9C9;
}
.form__dropzone-desc:before {
  content: "";
  background: url(/local/templates/pip2/img/plus-round-gray.svg) center/contain no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 7px;
}

.form__dropzone {
  min-height: 200px;
  background: white;
  padding: 20px 20px;
  margin: 10px 20px;
  border: 1px dashed #C9C9C9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.form__dropzone.dz-clickable {
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}
.form__dropzone.dz-clickable:hover {
  background: #f1f1f1;
  box-shadow: inset 0 0 10px 2px #d5d5d5;
}

.dz-started .form__dropzone-desc {
  display: none;
}

.form__dropzone.dz-clickable * {
  cursor: default;
}

.form__dropzone.dz-clickable .dz-message, .form__dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.form__dropzone.dz-started .dz-message {
  display: none;
}

.form__dropzone.dz-drag-hover {
  border-style: solid;
}

.form__dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.form__dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.form__dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.form__dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.form__dropzone .dz-preview:hover {
  z-index: 1000;
}

.form__dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.form__dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.form__dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.form__dropzone .dz-preview.dz-image-preview {
  background: white;
}

.form__dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.form__dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.form__dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.form__dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.form__dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.form__dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.form__dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.form__dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.form__dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.form__dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.form__dropzone .dz-preview .dz-details .dz-filename span, .form__dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.form__dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.form__dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.form__dropzone .dz-preview .dz-image img {
  display: block;
}

.form__dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.form__dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.form__dropzone .dz-preview .dz-success-mark, .form__dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.form__dropzone .dz-preview .dz-success-mark svg, .form__dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.form__dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form__dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.form__dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.form__dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.form__dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.form__dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.form__dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.form__dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.form__dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

@media (max-width: 1200px) {
  .form__section {
    padding: 40px 35px;
  }
  .form__line--triple .form__group, .form__line--triple .form__dropzone {
    width: calc(33% - 20px);
    margin: 0 10px;
  }
}
@media (max-width: 990px) {
  .form__line--triple, .form__line--double-a, .form__line--double-b {
    flex-direction: column;
  }
  .form__line--triple .form__dropzone, .form__line--double-a .form__dropzone, .form__line--double-b .form__dropzone {
    width: 100%;
    margin: 0 auto 12px;
  }
  .form__line--triple .form__group, .form__line--double-a .form__group, .form__line--double-b .form__group {
    width: 100%;
    margin: 0;
  }
  .form__line--double-b .form__line-col:first-child {
    width: 100%;
  }
  .form__line--double-b .form__line-col:last-child {
    width: 100%;
  }
  .form__line-col {
    margin: 0 0 25px;
  }
  .form__section {
    margin: 20px 0;
    padding: 25px 15px;
  }
  .form__line {
    width: 100%;
    margin: 10px auto;
  }
  .form__line:last-child {
    margin: 10px 0 0;
  }
  .form__file-desc-text {
    font-size: 11px;
  }
  .form__dropzone-title {
    text-align: center;
  }
  .form__set-title {
    white-space: normal;
    line-height: 1.3;
    border-bottom: none;
    text-align: center;
    margin-bottom: 12px;
  }
  .form__file {
    flex-direction: column;
  }
  .form__file-desc {
    margin-left: 0;
    margin-top: 6px;
  }
  .form__dropzone {
    min-height: 100px;
  }
}
.header {
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.header__container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .header__container {
    padding: 0 15px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  min-height: 100px;
}
.header__container path {
  transition: 0.3s;
}

.header__content {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.header__auth-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__text {
  margin: 0 30px;
}
.header__text a {
  color: #fff;
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}
.header__text a:hover {
  color: #FF6600;
}

.header__button {
  display: inline-flex;
  padding: 16px 24px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-right: 50px;
  background: #FF6600;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.header__button svg {
  display: none;
}
.header__button:hover {
  opacity: 0.8;
}

.header__menu {
  margin: 0 10px;
}

.header__menu-list {
  display: flex;
  margin-left: 80px;
  gap: 35px;
}

.header__menu-item--active .button {
  opacity: 0.8;
}

.header__auth-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #73737B;
  margin-right: 25px;
  text-decoration: none;
  transition: 0.3s;
  gap: 8px;
  font-size: 13px;
}
.header__auth-link svg {
  transition: 0.3s;
}
.header__auth-link:hover {
  color: #FF6600;
}
.header__auth-link:hover path:not([stroke]) {
  fill: #FF6600;
}
.header__auth-link:hover path[stroke] {
  stroke: #FF6600;
}
.header__auth-link:last-child {
  margin-right: 0;
}

.header__logged-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  flex-grow: 1;
}

.header__logged-name {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  font-family: "magistralc", arial, helvetica, sans-serif;
  color: #fff;
  margin-bottom: 12px;
}

.header__logged-links {
  display: flex;
  gap: 30px;
}

.header__logged-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s;
  color: #73737B;
  font-size: 13px;
  line-height: 1.4;
}
.header__logged-link svg {
  margin-bottom: 4px;
}
.header__logged-link path {
  transition: 0.3s;
}
.header__logged-link:hover {
  color: #FF6600;
}
.header__logged-link:hover path:not([stroke]) {
  fill: #FF6600;
}
.header__logged-link:hover path[stroke] {
  stroke: #FF6600;
}

.header__menu-trigger {
  display: none;
  z-index: 3;
  position: absolute;
  top: 12px;
  right: 16px;
}

.header__menu-trigger--bg {
  padding: 10px 16px 10px 10px;
  background: #ffffff;
  border-radius: 5px;
  top: 10px;
  right: 0;
}

.header__hamburger-input {
  display: none;
}

.header__hamburger {
  transition: all 0.47s;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  cursor: pointer;
  display: block;
}
.header__hamburger-part {
  background: #C4C7CC;
  width: 34px;
  height: 2px;
  position: absolute;
  right: 0;
  margin: auto;
  left: 0;
  border-radius: 2px;
  transition: all 0.47s cubic-bezier(0.6, 0.1, 0.1, 1.4);
  top: calc(50% - 6px);
  display: block;
}
.header__hamburger-part:nth-of-type(1) {
  top: calc(50% - 11px);
}
.header__hamburger-part:nth-of-type(2) {
  top: calc(50% - 0px);
}
.header__hamburger-part:nth-of-type(3) {
  top: calc(50% + 11px);
}

.header__hamburger-input:checked + label .header__hamburger-part:nth-of-type(1) {
  transform: rotate(45deg);
  width: 34px !important;
  top: 50% !important;
}

.header__hamburger-input:checked + label .header__hamburger-part:nth-of-type(2) {
  left: 16px !important;
  opacity: 0;
}

.header__hamburger-input:checked + label .header__hamburger-part:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 34px !important;
  top: 50% !important;
}

.header__logged-wrap--mob {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header {
    flex-direction: column;
    padding: 15px 20px;
  }
  .header--no-menu .header__container {
    align-items: center;
  }
  .header__hamburger-part {
    background: #C4C7CC;
  }
  .header__container {
    min-height: 0;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
  }
  .header__text {
    margin-bottom: 20px;
  }
  .header__menu-trigger {
    display: block;
  }
  .header__logged-wrap {
    justify-content: center;
  }
  .header__menu-list {
    display: flex;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    padding: 30px 10px;
    justify-content: center;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .header__menu-item {
    margin: 0 auto 15px;
    width: 100%;
  }
  .header__menu-item .button {
    padding: 16px 24px;
  }
  .header__mobile-trigger {
    display: block;
    z-index: 5;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .header__menu-list {
    margin: 0;
  }
  .header__logged-link {
    flex-direction: row;
    gap: 6px;
  }
  .header__menu--active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .header__menu--active .header__menu-list {
    transform: none;
  }
  .header__menu--active .header__hamburger-part {
    background: #C4C7CC;
  }
  .header__menu--active .header__logged-wrap--mob {
    display: flex;
    opacity: 1;
    z-index: 2;
  }
  .header__logged-wrap {
    display: none;
  }
  .header__logged-wrap--mob {
    display: flex;
    opacity: 0;
    transition: 0.3s;
    position: fixed;
    z-index: -1;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  .header__logged-name {
    text-align: center;
    color: #1D2029;
  }
  .header__logged-link:hover {
    color: #1D2029;
  }
  .header__logged-link:hover path {
    fill: #1D2029;
  }
  .header__button {
    font-size: 0;
    background: 0;
    margin: 0;
    padding: 0;
  }
  .header__button svg {
    display: flex;
    width: 24px;
    height: 24px;
  }
  .header__button path {
    transition: 0.3s;
  }
  .header__button:hover path {
    stroke: #FF6600;
  }
  .header__logo-wrap {
    flex-grow: 1;
  }
  .header__logo-wrap svg {
    width: 106px;
    height: auto;
  }
  .header__container {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .header__content {
    flex-grow: unset;
  }
  .header__auth-wrap {
    gap: 16px;
  }
  .header__auth-link {
    font-size: 0;
    margin: 0;
    gap: 0;
    padding-bottom: 2px;
  }
}
.jobs__item {
  height: 60px;
}

.journal {
  margin: 0 20px;
}

.journal__head {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .journal__head {
    padding: 0 15px;
  }
}
.journal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 30px;
}

.journal__title {
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .journal__head {
    justify-content: center;
  }
  .journal__title {
    display: none;
  }
}
.journal-item td, .journal-item th {
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.journal-item td:first-of-type, .journal-item th:first-of-type {
  border-left: 1px solid #dddddd;
}
.journal-item a {
  color: #1D2029;
}
.journal-item a:hover {
  opacity: 0.75;
}

.journal-item__icon {
  font-size: 0;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.journal-item__icon:hover {
  opacity: 0.75;
}

.journal-item__messages {
  position: relative;
}

.journal-item__mes-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF6600;
  color: #FF6600;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: -8px;
  border-radius: 50%;
  cursor: pointer;
}

.journal-item__mes-link {
  width: 22px;
  height: 20px;
  display: flex;
  margin: 8px auto;
  background: url("/local/templates/pip2/img/message-icon.svg") center/contain no-repeat;
}

.journal-item__edit-link {
  width: 24px;
  height: 24px;
  display: flex;
  margin: 11px auto 15px;
  background: url("/local/templates/pip2/img/edit-icon.svg") center/contain no-repeat;
}

.journal-item__print-link {
  width: 24px;
  height: 24px;
  display: flex;
  margin: 8px auto 4px;
  background: url("/local/templates/pip2/img/print-icon.svg") center/contain no-repeat;
}

.journal-item__status {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  color: #1D2029;
  white-space: nowrap;
  position: relative;
}
.journal-item__status:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #1D2029;
  border-radius: 5px;
}

.journal-item.journal-item--alert {
  background: #FFF9F9;
}
.journal-item.journal-item--alert td, .journal-item.journal-item--alert th {
  border-right: 1px solid #FFD9D9;
  border-bottom: 1px solid #FFD9D9;
}
.journal-item.journal-item--alert td:first-of-type, .journal-item.journal-item--alert th:first-of-type {
  border-left: 1px solid #FFD9D9;
}
.journal-item.journal-item--alert .journal-item__status {
  color: #EB5757;
}
.journal-item.journal-item--alert .journal-item__status::before {
  background: #EB5757;
}
.journal-item.journal-item--alert .journal-item__status::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  background: url("/local/templates/pip2/img/attention-icon-red.svg") center/contain no-repeat;
}

.journal-item.journal-item--accepted .journal-item__status {
  color: #219653;
}
.journal-item.journal-item--accepted .journal-item__status::before {
  background: #219653;
}

.journal-item.journal-item--payable .journal-item__status {
  color: #219653;
}
.journal-item.journal-item--payable .journal-item__status::before {
  background: #219653;
}

.journal-item.journal-item--new .journal-item__status {
  color: #00c7b1;
}
.journal-item.journal-item--new .journal-item__status::before {
  background: #00c7b1;
}

.journal-item.journal-item--draft .journal-item__status {
  color: #828282;
}
.journal-item.journal-item--draft .journal-item__status::before {
  background: #828282;
}

.journal-item.journal-item--closed {
  background: #ececec;
}

.message {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.message__text p {
  margin-bottom: 12px;
}
.message__text p:last-child {
  margin-bottom: 0;
}
.message__text b, .message__text strong {
  font-weight: 700;
}
.message__text em, .message__text i {
  font-style: italic;
}

.message__author {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.message__date {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

@media (max-width: 990px) {
  .message {
    padding: 10px;
    font-size: 14px;
    max-width: 90%;
  }
  .message__author {
    margin-bottom: 6px;
  }
  .message__date {
    font-size: 14px;
    margin-top: 6px;
  }
}
.modal {
  width: 700px;
  max-width: 100%;
  border-radius: 5px;
}

.modal__title {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1D2029;
  margin-bottom: 40px;
  display: block;
  padding-right: 40px;
  line-height: 1.3;
}

.modal__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #696969;
}

@media (max-width: 990px) {
  .modal .form__group {
    margin: unset;
  }
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.news-grid {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .news-grid {
    padding: 0 15px;
  }
}
.news-grid {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  flex-grow: 1;
}

.news-grid__header {
  width: 100%;
}

.news-grid__body {
  width: 100%;
}

.news-grid__title {
  font-size: 40px;
  font-weight: 700;
  color: #1D2029;
  margin-bottom: 18px;
  margin-top: 35px;
}

.news-grid__nav {
  margin-bottom: 40px;
}

.news-grid__categories-item {
  font-size: 16px;
  color: gray;
  font-weight: 300;
  margin-bottom: 10px;
}
.news-grid__categories-item a {
  color: gray;
}
.news-grid__categories-item--current {
  font-weight: 500;
}
.news-grid__categories-item--current a {
  color: #1D2029;
}
.news-grid__categories-item:last-child {
  margin-bottom: 0;
}

.news-grid__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% + 40px);
  margin: 0 -12px;
}

.news-grid__pagination.pagination {
  justify-content: center;
}

.news-grid__item {
  max-width: 290px;
  color: #1D2029;
  margin: 0 12px 35px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  text-decoration: none;
}
.news-grid__item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.news-grid__item:hover .news-grid__item-title {
  color: #FF6600;
}

.news-grid__image-link {
  display: block;
  border-bottom: 1px solid #8f8f8f;
}

.news-grid__item--video .news-grid__image-link {
  position: relative;
  transition: 0.3s;
}
.news-grid__item--video .news-grid__image-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/local/templates/pip2/img/youtube-play-icon-black.svg) center/contain no-repeat;
  opacity: 0.7;
  width: 66px;
  height: 47px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.news-grid__item--video:hover .news-grid__image-link {
  opacity: 0.8;
}
.news-grid__item--video:hover .news-grid__image-link:after {
  background: url(/local/templates/pip2/img/youtube-play-icon.svg) center/contain no-repeat;
  opacity: 1;
}

.news-grid__item-image {
  width: 100%;
  height: 160px;
  max-height: 160px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
}

.news-grid__item-info {
  background: #fff;
  padding: 15px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 215px;
}

.news-grid__item-title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.36;
  text-decoration: none;
  transition: 0.3s;
}
.news-grid__item-title a {
  color: #1D2029;
}
.news-grid__item-title:hover a {
  color: #FF6600;
}

.news-grid__item-desc {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  flex-grow: 1;
}
.news-grid__item-desc p {
  margin-bottom: 10px;
  line-height: 1.4;
}

@media (max-width: 1279px) {
  .news-grid__main {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .news-grid__item {
    margin: 0 8px 25px;
    max-width: 280px;
  }
}
@media (max-width: 900px) {
  .news-grid {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .news-grid__sidebar {
    width: 100%;
  }
  .news-grid__categories {
    padding: 0 0 20px;
    background: #fff;
  }
  .news-grid__body {
    width: 100%;
  }
  .news-grid__item {
    max-width: 100%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  }
  .news-grid__item-info {
    min-height: unset;
  }
  .news-grid__item-desc {
    margin-bottom: 10px;
  }
  .news-grid__nav {
    margin-bottom: 15px;
  }
}
.news-list__title {
  font-weight: bold;
  font-size: 22px;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
}

.news-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.news-list__all-link {
  font-weight: normal;
  font-size: 20px;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  text-decoration: none;
  color: #1D2029;
  border-bottom: 1px solid #1D2029;
  transition: 0.3s;
}
.news-list__all-link:hover {
  color: #FF6600;
  border-color: #FF6600;
}

@media (max-width: 991px) {
  .news-list__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .news-list__title {
    margin-bottom: 15px;
  }
}
.news-item {
  border-radius: 5px;
  background: #fffefb;
  box-shadow: 0px 4px 14px rgba(121, 121, 121, 0.3);
  padding: 15px 20px;
  margin-bottom: 12px;
  transition: 0.3s;
}

.news-item__title {
  font-weight: 500;
  font-size: 18px;
  color: #1D2029;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.news-item__title:hover {
  color: #FF6600;
}

.news-item__preview {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .news-item {
    padding: 15px;
  }
  .news-item__title {
    font-size: 16px;
    line-height: 1.3;
  }
}
.notice {
  position: relative;
  background: #fff5e9;
  border-radius: 5px;
  box-shadow: 0px 4px 14px rgba(246, 142, 30, 0.3);
  border: 1px solid #FFD1A0;
  padding: 20px 55px 20px 30px;
  transition: 0.3s;
  margin-bottom: 20px;
}
.notice:hover {
  box-shadow: none;
  transition: 0.3s;
}
.notice--attention {
  padding-left: 80px;
}
.notice--attention:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/local/templates/pip2/img/attention-icon-orange.svg");
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.notice__content {
  line-height: 1.4;
}
.notice__content b, .notice__content strong {
  font-weight: 700;
}
.notice__content a {
  color: #FF6600;
}

.notice__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.notice__close:hover path, .notice__close:focus path {
  fill: #EB5757;
}

@media (max-width: 991px) {
  .notice--attention {
    padding-left: 50px;
    padding-right: 30px;
  }
  .notice--attention:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/local/templates/pip2/img/attention-icon-orange.svg");
    background-size: contain;
    top: 36px;
    left: 15px;
  }
  .notice__content {
    font-size: 16px;
  }
  .notice__close {
    top: 10px;
    right: 10px;
  }
}
html {
  height: 100%;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-404 {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .page-404 {
    padding: 0 15px;
  }
}
.page-404 {
  padding-left: 45px;
  padding-right: 45px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 50px;
}

.page-404__head {
  color: #FF6600;
  font-weight: 800;
  font-size: 150px;
  margin-bottom: 18px;
}

@media (max-width: 500px) {
  .page-404__head {
    font-size: 120px;
  }
}
.page-404__title {
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.page-404__desc {
  font-size: 18px;
  max-width: 380px;
  text-align: center;
  line-height: 1.5;
}
.page-404__desc a {
  color: #FF6600;
}
.page-404__desc a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination__btn {
  margin: 10px 4px;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 12px 15px;
  font: inherit;
  color: inherit;
  background-color: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: 0.1s;
  -webkit-tap-highlight-color: transparent;
}
.pagination__btn:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}
.pagination__btn:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.pagination__btn.pagination__btn--inactive, .pagination__btn[disabled] {
  background-color: #EDEDED;
  box-shadow: unset !important;
  color: #A3A3A3;
  cursor: unset;
}

.pagination__list {
  display: flex;
  justify-content: center;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  margin: 10px 4px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  transition: 0.1s;
  -webkit-tap-highlight-color: transparent;
}
.pagination__item.pagination__item--active {
  background: #FF6600;
  color: #ffffff;
  box-shadow: unset !important;
  cursor: unset;
}
.pagination__item:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}
.pagination__item:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1100px) {
  .pagination {
    flex-direction: column;
  }
}
.parts {
  display: flex;
}

.parts__aside {
  width: 385px;
  margin-left: 30px;
}

.parts__title {
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.parts__item {
  transition: 0.3s;
  cursor: pointer;
}
.parts__item--active td {
  border-color: #F3D3B0 !important;
  background: #F3E1CE !important;
}

.parts__tables {
  flex-grow: 1;
}

.parts__item-name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  display: block;
}

.parts__analogues-link {
  white-space: nowrap;
  border-bottom: 1px dashed;
  color: #00c7b1;
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
}

.parts__item-available {
  font-size: 18px;
  font-weight: 700;
  color: #00c7b1;
}
.parts__item-available--no {
  color: #EB5757;
}

.parts__item-price {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}

.parts__item-buy {
  margin: 0 auto;
}
.parts__item-buy:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("/local/templates/pip2/img/plus-white.svg") center/contain no-repeat;
  margin-right: 10px;
}
.parts__item-buy {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background: #00c7b1;
  box-shadow: 0px 4px 20px rgba(59, 145, 151, 0.7);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 135px;
  max-width: 80%;
  justify-content: center;
  border-radius: 5px;
}

.parts__show-all {
  margin-top: 25px;
}

@media (max-width: 990px) {
  .parts {
    flex-direction: column;
  }
  .parts__tables {
    width: 100%;
    margin-bottom: 35px;
  }
  .parts__tables .button {
    white-space: normal;
  }
  .parts__title {
    font-size: 20px;
    text-align: center;
  }
}
.reports {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .reports {
    padding: 0 15px;
  }
}
.reports {
  padding: 30px;
  flex-grow: 1;
}

.reports__btn {
  max-width: 500px;
  padding: 10px 15px;
  line-height: 1.3;
  text-align: center;
}

.reports__btn-icon {
  width: 30px;
  height: 30px;
}

.reports__list {
  margin-top: 35px;
  display: flex;
}

.reports__filter {
  max-width: 320px;
  width: 100%;
  margin-right: 30px;
}

.reports__filter-btn {
  color: #1D2029;
  background: #ffffff;
  margin-bottom: 10px;
  box-shadow: 0px 4px 14px rgba(121, 121, 121, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  padding: 15px;
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.2px;
  white-space: nowrap;
  cursor: pointer;
}
.reports__filter-btn:hover {
  box-shadow: 0px 1px 5px rgba(121, 121, 121, 0.6);
}

.reports__filter-btn--active {
  color: #ffffff;
  background: linear-gradient(180deg, #007078 0%, #34989F 56.25%, #007078 100%);
  box-shadow: unset;
  cursor: default;
}
.reports__filter-btn--active:hover {
  box-shadow: unset;
}

.reports__table {
  width: 100%;
}

.reports__table-item {
  height: 60px;
}

.reports__table-link-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -7px;
}

.reports__link-view {
  background: url("/local/templates/pip2/img/view.svg");
}

.reports__link-download {
  background: url("/local/templates/pip2/img/download.svg");
}

.reports__link-view, .reports__link-download {
  display: block;
  width: 46px;
  height: 46px;
  text-decoration: unset;
  margin: 0 7px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.reports__link-view:hover, .reports__link-download:hover {
  box-shadow: unset;
}

@media (max-width: 1100px) {
  .reports__list {
    flex-direction: column;
    align-items: center;
  }
  .reports__filter {
    max-width: unset;
    width: 100%;
    margin-right: unset;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .reports {
    padding: 20px;
  }
  .reports__btn {
    margin: 0 auto;
  }
  .reports__btn-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 420px) {
  .reports__btn {
    white-space: normal;
  }
}
.request {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .request {
    padding: 0 15px;
  }
}
.request {
  padding: 30px;
}

.request__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.request__title {
  width: 100%;
  text-align: center;
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.request__print-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.request__print-label {
  font-size: 14px;
  margin-right: 20px;
}

.request__form-buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 -12.5px;
  align-items: center;
}

.request__delete-wrap {
  flex-grow: 1;
}

.request__delete {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12.5px;
  background: none;
  border: none;
  color: #EB5757;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  padding-bottom: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.request__delete:hover {
  opacity: 0.75;
}
.request__delete span {
  border-bottom: 1px solid #EB5757;
}
.request__delete svg {
  margin-right: 10px;
}

.request__form-button-group {
  display: flex;
}
.request__form-button-group .button {
  margin: 0 12.5px;
  min-width: 300px;
}

@media (max-width: 990px) {
  .request__print-line {
    flex-direction: column;
  }
  div.request {
    padding: 20px;
  }
  .request__head {
    text-align: center;
  }
  .request__print-label {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .request__title {
    font-size: 30px;
  }
  .request__form-buttons {
    flex-direction: column-reverse;
  }
  .request__form-button-group {
    flex-direction: column;
  }
  .request__form-button-group .button {
    margin: 0 12.5px 15px;
  }
  .request__delete {
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.settings {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .settings {
    padding: 0 15px;
  }
}
.settings {
  margin-top: 30px;
  flex-grow: 1;
}

.settings__title {
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.settings__btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.settings__btn-save {
  width: 100%;
  max-width: 200px;
}

.settings__btn-cancel {
  width: 100%;
  max-width: 150px;
  margin-left: 25px;
}

.settings__btn-save, .settings__btn-cancel {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

@media (max-width: 425px) {
  .settings__btn-wrap {
    flex-direction: column;
  }
  .settings__btn-save, .settings__btn-cancel {
    max-width: unset;
  }
  .settings__btn-cancel {
    margin-left: unset;
    margin-top: 20px;
  }
}
.sidebar__block {
  background: #ececec;
  border-radius: 5px;
  box-shadow: 0px 4px 14px rgba(121, 121, 121, 0.3);
  border: 1px solid #dddddd;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar__block-title {
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 15px;
  font-style: normal;
}

.sidebar__block-text {
  font-size: 16px;
  font-family: "magistralc", arial, helvetica, sans-serif;
  margin-bottom: 12px;
  font-weight: 700;
}

.sidebar__block__hot-tel {
  color: #FF6600;
  font-family: "magistralc", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.sidebar__block__hot-tel:hover {
  color: #1D2029;
}

.sidebar__download {
  display: flex;
  width: 100%;
  background: #FF6600;
  justify-content: center;
  color: #fff;
  align-items: center;
  padding: 12px 40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "magistralc", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.7;
  border-radius: 5px;
  box-shadow: 0px 4px 14px rgba(246, 142, 30, 0.3);
  margin-bottom: 25px;
  transition: 0.3s;
  border: 1px solid #FF6600;
}
.sidebar__download svg {
  margin-right: 20px;
  min-width: 17px;
}
.sidebar__download:hover {
  background: #dc7200;
  color: #fffefb;
  box-shadow: none;
}
.sidebar__download:hover path {
  fill: #fffefb;
}

.sidebar__shops {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar__shop-item {
  margin-bottom: 10px;
  transition: 0.3s;
}
.sidebar__shop-item:last-child {
  margin-bottom: 0;
}
.sidebar__shop-item:hover {
  transform: scale(1.1);
}

.sidebar__social-list {
  width: 100%;
}

.sidebar__social-item {
  margin-bottom: 15px;
}
.sidebar__social-item:last-child {
  margin-bottom: 0;
}
.sidebar__social-item a {
  display: flex;
  align-items: center;
  background: #FF6600;
  width: 100%;
  color: #fff;
  padding: 12px 18px;
  border-radius: 5px;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #FF6600;
}
.sidebar__social-item a svg {
  margin-right: 14px;
  max-height: 20px;
}
.sidebar__social-item a:hover {
  background: #dc7200;
  color: #fffefb;
  box-shadow: none;
}
.sidebar__social-item a:hover path {
  fill: #fffefb;
}

.sidebar__block--blue {
  background: #3F9399;
  border: 1px solid #24848B;
  color: #fff;
  box-shadow: 0px 4px 20px rgba(59, 145, 151, 0.7);
}
.sidebar__block--blue .sidebar__block-text {
  color: #fff;
}
.sidebar__block--blue .sidebar__block-text strong {
  color: #FFC47C;
}
.sidebar__block--blue .sidebar__block-text a {
  text-decoration: underline;
  color: #fff;
}

.summary {
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 30px 40px;
  position: sticky;
  top: 30px;
}

.summary__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}

.summary__list {
  display: flex;
  flex-direction: column;
  list-style: decimal;
}

.summary__item {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 25px;
}

.summary__item-wrap {
  display: flex;
  align-items: flex-start;
}

.summary__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
  display: block;
}

.summary__order-type {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 1.3;
  font-weight: 400;
}

.summary__item-info {
  margin-right: 10px;
}

.summary__item-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  background: #FCD3A8;
  border-radius: 5px;
  padding: 4px 10px;
  margin-right: 7px;
  white-space: nowrap;
}

.summary__item-delete {
  min-width: 34px;
  border-radius: 5px;
  height: 34px;
  background: rgba(226, 226, 226, 0.39);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.summary__item-delete:hover {
  background: rgba(255, 112, 112, 0.39);
}

.summary__mob-trigger {
  display: none;
}

@media (max-width: 1199px) {
  .summary {
    padding: 30px 20px;
  }
  .summary__list {
    list-style: decimal inside;
  }
  .summary__item-info {
    margin-top: -22px;
    margin-left: 25px;
  }
  .summary__item-title {
    font-size: 14px;
  }
  .summary__order-type {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .summary {
    display: none;
  }
  .summary__mob-trigger {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    background: #fff;
    margin: 10px;
    padding: 25px 15px;
    line-height: 1.3;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    align-items: center;
    font-weight: 500;
    box-shadow: 0px 4px 34px rgb(63, 147, 153);
  }
  .summary__mob-count {
    margin-bottom: 15px;
  }
}
.table {
  margin: 0 auto;
  width: 100%;
}
.table td, .table th {
  text-align: center;
  vertical-align: middle;
}

.table__wrapper {
  max-width: 100%;
  margin: 0 auto 40px;
}

.table__pane {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.table__title {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__head td, .table__head th {
  background: #FF6600;
  padding: 10px 5px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
.table__head td:hover, .table__head th:hover {
  background: #ffb362;
}
.table__head td:first-of-type, .table__head th:first-of-type {
  border-top-left-radius: 5px;
}
.table__head td:last-of-type, .table__head th:last-of-type {
  border-top-right-radius: 5px;
}
.table__head td input, .table__head th input {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #dddddd;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #1D2029;
  display: block;
  border-radius: 5px;
}
.table__head td input.placeholder, .table__head th input.placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #A6A6A6;
}
.table__head td input:-moz-placeholder, .table__head th input:-moz-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #A6A6A6;
}
.table__head td input::-moz-placeholder, .table__head th input::-moz-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #A6A6A6;
}
.table__head td input:-ms-input-placeholder, .table__head th input:-ms-input-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #A6A6A6;
}
.table__head td input::-webkit-input-placeholder, .table__head th input::-webkit-input-placeholder {
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #A6A6A6;
}
.table__head td input:focus, .table__head th input:focus {
  border: 1px solid #FF6600;
  outline: none;
}

.table__body td, .table__body th {
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.table__body a:hover {
  opacity: 0.75;
}

.table__run-title {
  font-size: 18px;
  font-family: "magistralc", arial, helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.table--big-text .table__head th, .table--big-text .table__head td {
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 16px;
}
.table--big-text .table__body th, .table--big-text .table__body td {
  font-size: 18px;
  padding: 11px 16px;
}

.table--lined .table__body tr:nth-child(odd) td, .table--lined .table__body tr:nth-child(odd) th {
  background: #F2F2F2;
}

.table__sort-cell {
  background: #E47600 !important;
}
.table__sort-cell .table__title {
  white-space: nowrap;
}
.table__sort-cell .table__title:after {
  transition: 0.3s;
}
.table__sort-cell[data-sort=desc] .table__title:after {
  content: "";
  width: 14px;
  height: 16px;
  display: inline-block;
  background: url("/local/templates/pip2/img/arrow-down-white.svg") center/contain no-repeat;
  vertical-align: middle;
  margin: 0 5px;
}
.table__sort-cell[data-sort=asc] .table__title:after {
  content: "";
  width: 14px;
  height: 16px;
  display: inline-block;
  background: url("/local/templates/pip2/img/arrow-down-white.svg") center/contain no-repeat;
  vertical-align: middle;
  margin: 0 5px;
  transform: rotate(180deg);
}

.table--1l tr th:first-child, .table--1l tr td:first-child {
  text-align: left;
}

@media (max-width: 991px) {
  .table__wrapper {
    position: relative;
  }
  .table__wrapper:before {
    content: "Вращайте таблицу вправо";
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-bottom: 14px;
    color: #bdbdbd;
  }
  .table__wrapper:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    height: 17px;
    background: url("/local/templates/pip2/img/arrow-right-gray.svg") center/contain no-repeat;
    animation: hor-bounce 5s infinite ease-in-out;
  }
  .table--big-text .table__head th, .table--big-text .table__head td {
    font-size: 16px;
  }
  .table--big-text .table__body th, .table--big-text .table__body td {
    font-size: 16px;
  }
  .table__run-title {
    display: none;
  }
}
@-webkit-keyframes hor-bounce {
  from {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-25px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(-25px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hor-bounce {
  from {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-25px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(-25px);
  }
  to {
    transform: translateX(0);
  }
}
.tabs-menu {
  margin-bottom: 35px;
}

.tabs-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-menu__list--left {
  justify-content: flex-start;
  margin: 0 -5px;
}

.tabs-menu__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  font-family: "magistralc", arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 25px;
  color: #1D2029;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.tabs-menu__item a:hover {
  box-shadow: none;
  opacity: 0.8;
}
.tabs-menu__item--active a {
  background: linear-gradient(180deg, #007078 0%, #34989F 56.25%, #007078 100%);
  color: #fff;
  box-shadow: none;
  cursor: default;
}
.tabs-menu__item--active a:hover {
  opacity: 1;
}
.tabs-menu__item--disabled a {
  background: #E7E7E7;
  box-shadow: none;
  cursor: default;
}
.tabs-menu__item--disabled a:hover {
  opacity: 1;
}

@media (max-width: 990px) {
  .tabs-menu__list {
    flex-direction: column;
  }
  .tabs-menu__item {
    width: 100%;
  }
}
.text-block a {
  color: #FF6600;
  text-decoration: underline;
}
.text-block h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 22px;
  margin-top: 20px;
}
.text-block h2:first-child {
  margin-top: 0;
}
.text-block h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 35px;
  padding-left: 30px;
  position: relative;
}
.text-block h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background: #FF6600;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-block blockquote, .text-block q, .text-block em, .text-block i {
  font-weight: 400;
  font-style: italic;
}
.text-block blockquote {
  padding: 15px 20px;
  background: #fdead3;
  border-radius: 5px;
  margin-bottom: 16px;
}
.text-block blockquote p {
  margin-bottom: 0;
  font-size: 18px;
}
.text-block li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.text-block ul li {
  position: relative;
  padding-left: 18px;
}
.text-block ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #f68e1e;
  position: absolute;
  top: 8px;
  left: 0;
}
.text-block p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 19px;
}
.text-block p:last-child {
  margin-bottom: 0;
}

.text-block__section {
  display: flex;
  gap: 120px;
  margin-bottom: -80px;
}

.text-block__image-flag {
  min-width: 320px;
}

.text-block__features {
  display: flex;
  gap: 32px;
  margin-top: 35px;
}

.text-block__feature-item {
  display: flex;
  flex-direction: column;
}

.text-block__feature-title {
  font-size: 48px;
  font-weight: 500;
  color: #FF6600;
  margin-bottom: 3px;
}

.text-block__feature-desc {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .text-block h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  .text-block h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 18px;
    padding-left: 23px;
  }
  .text-block__section {
    flex-direction: column;
    margin-bottom: -25px;
    gap: 16px;
  }
  .text-block__section-thin {
    max-width: 100%;
  }
  .text-block__section-col {
    width: 100%;
  }
  .text-block__image-flag {
    min-width: unset;
    width: auto;
    max-width: 100%;
  }
  .text-block__feature-title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .text-block__feature-desc {
    line-height: 1.3;
  }
}
* + .videos {
  margin-top: 50px;
}

.videos__title {
  font-size: 32px;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  line-height: 1.3;
  font-weight: 500;
}

.videos__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.videos__all-link {
  font-weight: normal;
  font-size: 20px;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  text-decoration: none;
  color: #1D2029;
  border-bottom: 1px solid #1D2029;
  transition: 0.3s;
  display: none;
}
.videos__all-link:hover {
  color: #FF6600;
  border-color: #FF6600;
}

.videos__grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.videos__item {
  width: calc(50% - 12px);
}
.videos__item iframe {
  max-width: 100%;
  height: auto;
  min-height: 200px;
  aspect-ratio: 646/322;
  width: 100%;
}

.videos__more {
  display: flex;
  width: 100%;
  background: #FF6600;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  color: #fff;
  gap: 10px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "HelveticaNeueCyr", arial, helvetica, sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.videos__more:hover {
  opacity: 0.8;
}

.videos__more.active svg {
  animation: spin 1s;
}

@media screen and (max-width: 1199px) {
  .videos__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .videos__title {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .videos__item {
    width: 100%;
  }
  .videos__item iframe {
    aspect-ratio: 290/145;
  }
  .videos__grid {
    gap: 16px;
    margin-bottom: 16px;
  }
}
@keyframes spin {
  from {
    transform: none;
  }
  to {
    transform: rotate(360deg);
  }
}
.header__manager-info {
  width: 200px;
  text-align: left;
  font-size: 10pt;
  vertical-align: middle;
  margin-left: 24px;
  display: flex;
  align-items: center;
  color: #73737b;
  line-height: 1.3;
}

.header__manager-info b {
  font-weight: bold;
}

.header__user-info {
  font-weight: bold;
  color: #73737b;
  font-size: 10pt;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .header__manager-info {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .header__manager-info {
    display: none;
  }
}

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

/* End */
/* /local/templates/pip2/styles.css?1760887129100 */
/* /local/templates/pip2/template_styles.css?1773135059226848 */
