

/* Start:/local/templates/ia_pegas_chlvz/fonts/fonts.css?1551900460927*/
@font-face {
  font-family: 'Oswald';
  src: url('/local/templates/ia_pegas_chlvz/fonts/Oswald/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;

}

@font-face {
  font-family: 'Oswald';
  src: url('/local/templates/ia_pegas_chlvz/fonts/Oswald/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('/local/templates/ia_pegas_chlvz/fonts/Oswald/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('/local/templates/ia_pegas_chlvz/fonts/Oswald/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: 'Noto Serif';
  src: url('/local/templates/ia_pegas_chlvz/fonts/Noto_Serif/NotoSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: 'Noto Serif';
  src: url('/local/templates/ia_pegas_chlvz/fonts/Noto_Serif/NotoSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;

}

/* End */


/* Start:/local/templates/ia_pegas_chlvz/plugins/animate.css?155190048577749*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

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

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

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

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* End */


/* Start:/local/templates/ia_pegas_chlvz/plugins/chosen/chosen.css?155194112912019*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;line-height: 1;
  color: #5f6268;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 10px 30px 10px 15px;
  height: 46px;
  background-color: #fff;
  /*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  */
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/ia_pegas_chlvz/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: calc(50% - 9px); right: 0;
  display: block;
  width: 18px; height: 18px;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%; height: 100%;
  background: url("/local/templates/ia_pegas_chlvz/plugins/chosen/chosen-sprite.png") no-repeat;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/local/templates/ia_pegas_chlvz/plugins/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px 5px 15px;
  margin-bottom: 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li:last-child{margin-bottom:0;}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/ia_pegas_chlvz/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 0;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/local/templates/ia_pegas_chlvz/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/local/templates/ia_pegas_chlvz/plugins/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/* End */


/* Start:/local/templates/ia_pegas_chlvz/plugins/custom-scrollbar/jquery.custom-scrollbar.css?15519005013679*/
.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  width:100%;
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 10px;
  height: 100%;
  width: 3px;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 30px;
  background-color: #2c9bff;
  z-index: 10;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
  background-color: #2c9bff;
  z-index: 10;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}
/* End */


/* Start:/local/templates/ia_pegas_chlvz/plugins/owl-carousel/owl-carousel.css?15519005024726*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;}
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/ia_pegas_chlvz/plugins/owl-carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/.default/ajax/ajax.min.css?1551900460420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/local/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/local/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/local/templates/ia_pegas_chlvz/components/bitrix/search.title/search/style.css?15519005232108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/ia_pegas_chlvz/components/bitrix/search.title/search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/ia_pegas_chlvz/template_styles.css?171137906685251*/
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: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

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

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

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

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.33333333%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.33333333%; }

.col-xs-pull-2 { right: 16.66666667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333333%; }

.col-xs-pull-5 { right: 41.66666667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333333%; }

.col-xs-pull-8 { right: 66.66666667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333333%; }

.col-xs-pull-11 { right: 91.66666667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.33333333%; }

.col-xs-push-2 { left: 16.66666667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333333%; }

.col-xs-push-5 { left: 41.66666667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333333%; }

.col-xs-push-8 { left: 66.66666667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333333%; }

.col-xs-push-11 { left: 91.66666667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333333%; }

.col-xs-offset-2 { margin-left: 16.66666667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333333%; }

.col-xs-offset-5 { margin-left: 41.66666667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333333%; }

.col-xs-offset-8 { margin-left: 66.66666667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333333%; }

.col-xs-offset-11 { margin-left: 91.66666667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
@-ms-viewport { width: device-width; }
.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 767px) { .visible-xs-block { display: block !important; } }

@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }
@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }
@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }
@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/**/
html { height: 100%; }

body { font: 300 18px/18px 'Oswald', helvetica; height: 100%; color: #585858; }
body.i-mobile * { cursor: pointer; }
body.no-transition * { -webkit-transition: none !important; -o-transition: none !important; transition: none !important; }
body.overhidden { overflow: hidden; }

#wrap { margin: 0 auto; min-height: 100%; position: relative; width: 100%; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }

#content { -webkit-flex: 1 1 auto; flex: 1 1 auto; }

.clear { clear: both; display: table; width: 100%; overflow: hidden; }

.clear-fix:before, .clear-fix:after { content: " "; display: table; }
.clear-fix:after { clear: both; }

.fr { float: right; }

.fl { float: left; }

.hide { display: none; }

.flex, .list-prods .btn-detail { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex.container:before, .list-prods .container.btn-detail:before, .flex.container:after, .list-prods .container.btn-detail:after, .flex.container-fluid:before, .list-prods .container-fluid.btn-detail:before, .flex.container-fluid:after, .list-prods .container-fluid.btn-detail:after, .flex.row:before, .list-prods .row.btn-detail:before, .flex.row:after, .list-prods .row.btn-detail:after { display: none; }

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-inner-100 > * { width: 100%; }

.flex-wrap { -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.flex-between { -webkit-justify-content: space-between; justify-content: space-between; }

.flex-center, .list-prods .btn-detail { -webkit-justify-content: center; justify-content: center; }

.flex-nowrap { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }

.flex-ver-start { -webkit-align-items: flex-start; align-items: flex-start; }

.flex-ver-center, .list-prods .btn-detail { -webkit-align-items: center; align-items: center; }

.flex-ver-end { -webkit-align-items: flex-end; align-items: flex-end; }

.flex-column { -webkit-flex-direction: column; flex-direction: column; }

.flex-fill { -webkit-flex: 1 1 auto; flex: 1 1 auto; }

@media (min-width: 1200px) { .lg-no-flex { display: block; } }
@media (min-width: 992px) and (max-width: 1199px) { .md-no-flex { display: block; } }
@media (min-width: 768px) and (max-width: 991px) { .sm-no-flex { display: block; } }
@media (max-width: 767px) { .xs-no-flex { display: block; } }
.full { width: 100%; }

.line-items-fluid { text-align: justify; line-height: 0; }
.line-items-fluid > * { display: inline-block; vertical-align: top; *vertical-align: auto; *zoom: 1; *display: inline; text-align: left; line-height: normal; }
.line-items-fluid:after { content: ''; display: inline-block; vertical-align: top; *vertical-align: auto; *zoom: 1; *display: inline; width: 100%; }

.line-items > * { display: inline-block; vertical-align: top; *vertical-align: auto; *zoom: 1; *display: inline; }

.line-items-middle > * { vertical-align: middle; }

.row.line-items > * { float: none; }

script { display: none !important; }

input, textarea, img, a { outline: none !important; }

a, a:hover, a.active { text-decoration: none; }
a:not(.btn) { color: #6b6b6b; -webkit-transition: color 0.5s, background-color 0.5s, opacity 0.5s; -o-transition: color 0.5s, background-color 0.5s, opacity 0.5s; transition: color 0.5s, background-color 0.5s, opacity 0.5s; }
a:not(.btn):hover, a:not(.btn).active { color: #69b9ff; }
a:before { -webkit-transition: color 0.5s, opacity 0.5s; -o-transition: color 0.5s, opacity 0.5s; transition: color 0.5s, opacity 0.5s; }

.no-brd { border-bottom: 0; }
.no-brd .brd-b { border-bottom: 1px solid rgba(41, 152, 34, 0.25); -webkit-transition: border-color 0.5s; -o-transition: border-color 0.5s; transition: border-color 0.5s; }
.no-brd:hover .brd-b { border-color: #299822; }

h1, .h1 { font: 400 65px/80px "Oswald"; margin-bottom: 20px; text-transform: uppercase; color: #1f65cd; text-align: center; margin: 70px 0; }

h2, .h2 { font: 200 65px/80px "Oswald"; margin-bottom: 20px; text-transform: uppercase; color: #1f65cd; }

h3, .h3 { font: 400 36px/50px "Oswald"; margin-bottom: 20px; color: #1f65cd; }

h4, .h4 { font: 500 25px/25px "Oswald"; margin-bottom: 18px; }

h5, .h5 { font: 200 20px/20px "Oswald"; }

ul li.leaf { list-style: none; }

li.expanded, li.collapsed, li.leaf { padding: 0; }

ul li.expanded, ul li.collapsed { list-style: none; }

.field-collection-container { border-bottom: 0; margin-bottom: 0; }

.field-collection-view { margin: 0; padding: 0; border-bottom: 0; }

.field-collection-container .field-items .field-item { margin-bottom: 0; }

em, i { font-style: italic; }

strong, b { font-weight: 700; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

time { color: #969696; font: 700 13px/16px 'Oswald', helvetica; }

.center { text-align: center; }
.center img { margin-left: auto; margin-right: auto; }

label { display: block; color: #5f6268; font-size: 14px; line-height: 14px; margin-bottom: 6px; letter-spacing: normal; }

.webform-container-inline label { display: inline-block; vertical-align: top; width: 120px; margin: 0; padding-top: 15px; }

button { border: 0; cursor: pointer; -webkit-transition: background-color 0.5s, color 0.5s; -o-transition: background-color 0.5s, color 0.5s; transition: background-color 0.5s, color 0.5s; }

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

input::-moz-placeholder, textarea::-moz-placeholder { opacity: 0.5; color: #222; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 0.5; color: #222; }

.form-text, .form-textarea { font: 200 16px/16px 'Oswald'; color: #585858; background-color: #fff; width: 100%; height: 50px; padding: 0 15px; border: 1px solid transparent; }

.form-textarea { max-width: 100%; resize: none; padding: 18px 20px; height: 121px; }

.form-submit { font: 400 15px/15px "Oswald"; text-transform: uppercase; padding: 17px 27px; background-color: #1f65cd; border-color: #1f65cd; color: #fff; }
.form-submit:hover { background-color: #f52331; border-color: #f52331; }

select { width: 100%; height: 46px; border: 0; font-size: 19px; line-height: 1; color: #5f6268; padding: 10px 30px 10px 15px; }

select::-ms-expand { display: none; }

.form-item:not(:last-child) { margin-bottom: 10px; }

.form-actions { margin-bottom: 0; margin-top: 42px; position: relative; }
.form-actions .ajax-progress-throbber { position: absolute; left: -20px; top: 15px; }

.captcha { position: relative; }
.captcha img { position: absolute; left: 170px; top: 15px; }
.captcha .form-text { width: 141px; }

input.form-checkbox, input.form-radio { margin: 0; }

.form-checkboxes .form-item, .form-radios .form-item { margin: 0; }
.form-checkboxes .form-item label, .form-radios .form-item label { text-transform: none; font-weight: 400; font-size: 13px; letter-spacing: normal; }

.form-type-radio label, .form-type-checkbox label { font-weight: 600; margin: 0 0 0 7px; vertical-align: middle; }

.form-item .description { line-height: normal; }

.btn, button { display: inline-block; vertical-align: top; cursor: pointer; border: 1px solid transparent; -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s, opacity 0.5s; -o-transition: color 0.5s, background-color 0.5s, border-color 0.5s, opacity 0.5s; transition: color 0.5s, background-color 0.5s, border-color 0.5s, opacity 0.5s; }

.btn-1 { font: 400 14px/15px "Oswald"; color: #222; letter-spacing: 1px; text-align: center; text-transform: uppercase; background-color: #fff; padding: 12px 20px; }
.btn-1:hover { background-color: #f52331; color: #fff; }

.btn-phone { font-size: 20px; line-height: 20px; color: #888a8d; border-color: transparent; background-color: transparent; }

.btn-clr-brd { border-top: 1px solid #1c6fc2; border-bottom: 1px solid #f52322; background: transparent; position: relative; }
.btn-clr-brd:before, .btn-clr-brd:after { content: ''; position: absolute; top: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, #1c6fc2 0%, #f52322 100%); }
.btn-clr-brd:before { left: -1px; }
.btn-clr-brd:after { right: -1px; }
.btn-clr-brd:hover { border-color: #f52331; }
.btn-clr-brd:hover:before, .btn-clr-brd:hover:after { background: #f52331; }

.btn-red { background-color: #fa211e; border-color: #fa211e; color: #fff; }
.btn-red:hover { background-color: #1f65cd; border-color: #1f65cd; }

.btn-blue { background-color: #1f65cd; border-color: #1f65cd; color: #fff; }
.btn-blue:hover { background-color: #fa211e; border-color: #fa211e; }

.btn-no-clr { background-color: transparent; border-color: #fff; color: #fff; }
.btn-no-clr:hover { background-color: #fff; color: #000; }

.btn-prod-details { position: relative; display: block; background: #1f65cd; border-radius: 50%; -webkit-transition: background 1s, opacity 0.15s, width 0.15s, height 0.15s, bottom 0.15s, right 0.15s; -o-transition: background 1s, opacity 0.15s, width 0.15s, height 0.15s, bottom 0.15s, right 0.15s; transition: background 1s, opacity 0.15s, width 0.15s, height 0.15s, bottom 0.15s, right 0.15s; }

.btn-toggle-aside { min-width: 40px; min-height: 40px; position: relative; }
.btn-toggle-aside i { content: ''; display: block; position: relative; width: 100%; height: 2px; background-color: #000; margin: 10px 0; background: -moz-linear-gradient(right, #f52322 0%, #1c6fc2 60%); background: -webkit-linear-gradient(right, #f52322 0%, #1c6fc2 60%); background: linear-gradient(to left, #f52322 0%, #1c6fc2 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c6fc2', endColorstr='#f52322', GradientType=0); -webkit-transition: margin 0.15s, transform 0.15s; -o-transition: margin 0.15s, transform 0.15s; transition: margin 0.15s, transform 0.15s; }
.btn-toggle-aside.open i { margin: -1px; position: absolute; top: 50%; }
.btn-toggle-aside.open i:nth-child(1) { transform: rotateZ(45deg); }
.btn-toggle-aside.open i:nth-child(3) { transform: rotateZ(-45deg); }
.btn-toggle-aside.open i:nth-child(2) { display: none; }

div.messages { border: 0; padding: 10px; background-image: none !important; margin-bottom: 15px; }
div.messages li { margin: 6px 0 0; }
div.messages li:first-child { margin-top: 0; }

.btns-wrap > * { margin: 0 9px; }

.sec { padding: 90px 0; }
.sec.bg-white + .sec.bg-white { padding-top: 0; }

.b-ttl { font: 700 45px/45px "Noto Serif"; text-transform: uppercase; margin-top: 20px; }

.s-ttl { font-size: 25px; line-height: 34px; font-weight: 500; color: #5f6268; text-transform: uppercase; }

.s-head { margin-bottom: 36px; }
.s-head .s-ttl { margin-bottom: 13px; }

.s-desc { font: bold 13px/16px 'hnc'; }

.s-foot { margin-top: 30px; }

.head-wrap { margin-bottom: 86px; }
.head-wrap .s-ttl { line-height: 34px; }
.head-wrap .s-ttl:first-child { margin-bottom: 10px; }
.type-text h1 {
  font: 400 35px/50px "Oswald";
}
.type-text h2, .type-text .h2 { text-transform: none; font-weight: 400; }
.type-text h3, .type-text .h3 { text-transform: none; font-weight: 500; }
.type-text h4, .type-text .h4 { font: 500 25px/25px "Oswald"; margin-bottom: 18px; }
.type-text big, .type-text .big { font: 300 23px/26px "Oswald"; }
.type-text .desc { font: 300 22px/24px 'Oswald'; color: #5f6268; }
.type-text p { font-size: 23px; line-height: 31px; margin-bottom: 41px; }
.type-text p:last-child { margin-bottom: 0; }
.type-text ol li, .type-text ul li { font: 300 25px/41px 'Oswald'; position: relative; }
.type-text ol li:before, .type-text ul li:before { position: absolute; left: 0; }
.type-text ol { counter-reset: list1; }
.type-text ol li { padding-left: 26px; }
.type-text ol li:before { color: #1a70c4; counter-increment: list1; content: counter(list1) "."; }
.type-text ul li { display: list-item; padding-left: 28px; }
.type-text ul li:before { content: ''; width: 8px; height: 8px; border-radius: 50%; background-color: #3872d1; top: 18px; }
.type-text table { font: 300 25px/25px "Oswald"; width: 100%; }
.type-text table thead { background-color: #006dc8; color: #fff; }
.type-text table tbody { display: block; }
.type-text table tbody tr { -webkit-transition: bacground-color 0.5s; -o-transition: bacground-color 0.5s; transition: bacground-color 0.5s; }
.type-text table tbody tr:nth-of-type(even) { background-color: #e3f2ff; }
.type-text table tbody tr:hover { background-color: #bddffc; }
.type-text table tr { padding: 20px 30px; display: flex; justify-content: space-between; width: 100%; }
.type-text table th, .type-text table td { font-weight: 300; }

.table-wrap { overflow: auto; -webkit-overflow-scrolling: touch; }

.white { color: #fff; }

.gray { color: #888a8d; }

.dark-gray { color: #222; }

.red, .stat-list .item .red { color: #fa211e; }

.blue { color: #1f65cd; }

.form-label-js .form-item { position: relative; }
.form-label-js .form-item > label { font-size: 16px; line-height: 16px; color: #585858; padding-left: 15px; position: absolute; left: 0; top: 20px; text-align: left; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; cursor: inherit; white-space: nowrap; }
.form-label-js .form-item.focus > label { top: 4px; font-size: 12px; line-height: 12px; }
.form-label-js .js-form-type-select > label { position: static; color: #000; }
.form-label-js .js-form-type-radio > label { position: static; display: inline-block; vertical-align: middle; color: #000; }
.form-label-js .js-form-type-checkbox label { position: static; display: -webkit-flex; display: flex; -webkit-align-items: start; align-items: start; white-space: normal; font: 14px/16px 'Oswald'; cursor: pointer !important; color: #222; }
.form-label-js .js-form-type-checkbox label a { border: 0; text-decoration: underline; }
.form-label-js .js-form-type-checkbox .form-checkbox { display: none; }
.form-label-js .js-form-type-checkbox .form-checkbox + label:before { content: ''; display: inline-block; vertical-align: middle; position: relative; cursor: pointer; min-width: 22px; min-height: 22px; border: 1px solid #222; margin-right: 5px; }
.form-label-js .js-form-type-checkbox .form-checkbox:checked + label:before { background: url("/local/templates/ia_pegas_chlvz/images/check.svg") no-repeat center; }

.owl-carousel .owl-nav { position: absolute; }
.owl-carousel .owl-dots { width: 100%; text-align: center; position: absolute; bottom: 40px; }
.owl-carousel .owl-dots .owl-dot { display: inline-block; }
.owl-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 8px; border: 2px solid #fff; display: block; border-radius: 50%; }
.owl-carousel .owl-dots .owl-dot.active span { background: none; width: 14px; height: 14px; margin: 3px 5px; border: 2px solid #1f65cd; }

#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 100; -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper { max-width: none; }

#cboxOverlay { position: fixed; width: 100%; height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft { clear: left; }

#cboxContent { position: relative; }

#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; }

#cboxTitle { margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }

.cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; }

.cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }

#cboxOverlay { background: #1f65cd; opacity: .2 !important; filter: alpha(opacity=100); }

#colorbox { outline: 0; }

.cboxIframe { background: #fff; }

#cboxError { padding: 50px; border: 1px solid #ccc; }

#cboxLoadedContent { background: #fff; -webkit-box-shadow: 0 20px 45px 0 #a5b1bb; box-shadow: 0 20px 45px 0 #a5b1bb; border-radius: 5px; }

#cboxTitle { position: absolute; top: -20px; left: 0; color: #ccc; }

#cboxCurrent { position: absolute; top: 93px; right: 88px; color: #ccc; display: none; }

#cboxLoadingGraphic { background: url(/local/templates/ia_pegas_chlvz/..images/load.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxSlideshow { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; }

#cboxPrevious, #cboxNext, #cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background-color: transparent; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }

#cboxSlideshow { position: absolute; top: -20px; right: 90px; color: #fff; }

#cboxPrevious, #cboxNext { position: absolute; background: #0bb6e7; width: 31px; height: 36px; top: 0; bottom: 0; margin: auto; -webkit-transition: background-color 0.2s; -o-transition: background-color 0.2s; transition: background-color 0.2s; text-indent: -9999px; }
#cboxPrevious:before, #cboxNext:before { content: ''; position: absolute; width: 10px; height: 14px; top: 11px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
#cboxPrevious:hover, #cboxNext:hover { background: #e94822; }

#cboxPrevious { left: 0; }
#cboxPrevious:before { left: 10px; border-right: 10px solid #fff; }

#cboxNext { right: 0; }
#cboxNext:before { right: 10px; border-left: 10px solid #fff; }

#cboxClose { text-indent: -9999px; position: absolute; top: 40px; right: 40px; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; height: 24px; width: 24px; background: url(/local/templates/ia_pegas_chlvz/images/close.svg) no-repeat center; background-size: 100%; z-index: 10; }
#cboxClose:hover { opacity: 1; filter: alpha(opacity=100); }

#cboxWrapper { overflow: visible; }

#cboxLoadedContent { overflow: visible !important; }

.bg-gray { background-color: #f4f4f4; }

.bg-white { background-color: #fff; }

.bg-blue { background-color: #006dc8; }

.bg-cover { background-repeat: no-repeat; background-size: cover; }

.ttl { font-size: 23px; }

.desc { font: 300 22px/24px 'Oswald'; color: #5f6268; }

p.desc { line-height: 34px; margin-bottom: 41px; }
p.desc:last-child { margin-bottom: 0 !important; }

#overlay { width: 0; height: 0; opacity: 0; position: absolute; top: 0; left: 0; background: #000; cursor: pointer; z-index: 10; transition: opacity .15s; }
#overlay.open { width: 100%; height: 100%; opacity: .5; }

#aside-menu { min-width: 282px; max-width: 282px; border: 0; padding: 10px; position: fixed; top: 142px; right: -320px; background-color: #fff; overflow: auto; bottom: 0; margin: auto; z-index: 99; -webkit-transition: right 0.5s; -o-transition: right 0.5s; transition: right 0.5s; }
#aside-menu.open { right: 0; }
#aside-menu .main-menu .lvl-1 { display: list-item; }
#aside-menu .main-menu .lvl-1 a { color: #2a62bc; padding: 16px 0; }
#aside-menu .main-menu .lvl-1.active a, #aside-menu .main-menu .lvl-1 a:hover { color: #69b9ff; }
#aside-menu > .item { padding: 25px 20px; border-bottom: 1px solid #d0d0d0; }
#aside-menu > .item:last-child { border-bottom: 0; }
#aside-menu > .item > .item { padding: 15px 0; }

.ico { position: relative; }
.ico:before { content: ''; background-repeat: no-repeat; position: absolute; }

.ico-lang { left: 0; }

.ico-eng { padding-left: 30px; }
.ico-eng:before { width: 20px; height: 20px; top: 4px; left: 0; background-image: url(/local/templates/ia_pegas_chlvz/images/ico-eng.png); }

.ico-search { min-width: 25px; width: 25px; height: 25px; }
.ico-search:before { width: 100%; height: 100%; background-image: url(/local/templates/ia_pegas_chlvz/images/ico-search.svg); }

@keyframes shake-phone { 2%, 18% { transform: translate3d(-1px, 0, 0); }
  4%, 16% { transform: translate3d(2px, 0, 0); }
  6%, 10%, 14% { transform: translate3d(-4px, 0, 0); }
  8%, 12% { transform: translate3d(4px, 0, 0); } }
.ico-phone { padding-left: 46px; }
.ico-phone:before { width: 30px; height: 30px; left: 0; top: -3px; animation-name: shake-phone; animation-duration: 5s; animation-fill-mode: both; animation-iteration-count: infinite; animation-delay: 3s; }

.ico-phone-h:before { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-phone-h.svg); }

.ico-phone-f:before { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-phone-f.svg); }

.ico-pdf:before { width: 31px; height: 37px; background-image: url(/local/templates/ia_pegas_chlvz/images/pdf.svg); top: 0; right: 0; }

.ico-rouble { padding-right: 36px; }
.ico-rouble:before { width: 31px; height: 26px; background-image: url(/local/templates/ia_pegas_chlvz/images/noun_rouble_166343.png); top: 10px; right: 0; }

.ico-soc { background-repeat: no-repeat; background-position: center; }
.ico-soc.ico-vk { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-vk.svg); }
.ico-soc.ico-fb { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-fb.svg); }

.ico-contact { height: 69px; }
.ico-contact:before { display: block; position: relative; margin: 0 auto; width: 55px; height: 61px; background-image: url(/local/templates/ia_pegas_chlvz/images/ico-address.png); top: 0; -webkit-transition: transform 0.15s; -o-transition: transform 0.15s; transition: transform 0.15s; }
.ico-contact:hover:before { transform: rotateZ(45deg); }

.ico-address:before { width: 55px; height: 61px; background-image: url(/local/templates/ia_pegas_chlvz/images/ico-address.png); }

.ico-contact-phone:before { width: 40px; height: 69px; background-image: url(/local/templates/ia_pegas_chlvz/images/ico-contact-phone.png); }

.ico-email:before { width: 82px; height: 51px; background-image: url(/local/templates/ia_pegas_chlvz/images/ico-email.png); }

.ico-next:before { width: 24px; height: 19px; background-image: url(/local/templates/ia_pegas_chlvz/images/forward.svg); }

.ico-pattern { position: relative; }
.ico-pattern:before, .ico-pattern:after { content: ''; width: 66px; height: 50px; position: absolute; top: calc(50% - 25px); background: url(/local/templates/ia_pegas_chlvz/images/pattern.png) no-repeat; }
.ico-pattern:before { left: -90px; transform: rotateZ(180deg); }
.ico-pattern:after { right: -90px; }

.ico-achieve-list .ico { display: inline-block; width: 45px; height: 45px; margin-right: 30px; }
.ico-achieve-list .ico:last-child { margin-right: 0; }
.ico-achieve-list .ico:before { width: 45px; height: 45px; }

.ico-achieve-1:before { background-image: url(/local/templates/ia_pegas_chlvz/images/achieve-1.png); }

.ico-achieve-2:before { background-image: url(/local/templates/ia_pegas_chlvz/images/sign-quality.png); }

.ico-achieve-3:before { background-image: url(/local/templates/ia_pegas_chlvz/images/achieve-3.png); }

.ico-achieve-4:before { background-image: url(/local/templates/ia_pegas_chlvz/images/achieve-4.png); }

.btn-1 .ico-pdf { position: absolute; right: -14px; top: -16px; z-index: 1; }
.btn-1 .ico-pdf:before { top: 0; right: 0; }

.domain-link { color: #888a8d; }

.brd-links-wrap { margin-top: -20px; }
.brd-links-wrap a { font-size: 14px; line-height: 14px; font-weight: 500; text-transform: uppercase; padding-bottom: 10px; border-bottom: 3px solid transparent; display: inline-block; vertical-align: top; margin-right: 30px; margin-top: 20px; -webkit-transition: border-bottom-color 0.5s; -o-transition: border-bottom-color 0.5s; transition: border-bottom-color 0.5s; }
.brd-links-wrap a:last-child { margin-right: 0; }
.brd-links-wrap a:hover { border-bottom-color: #80adf0; }
.brd-links-wrap a.active { border-bottom-color: #1f65cd; }

.ico-list .item, .ico-list .ico { display: inline-block; background-repeat: no-repeat; }

.soc-list .item, .soc-list .ico { width: 32px; height: 32px; margin-right: 10px; border: 1px solid #eff0f1; }
.soc-list .item:last-child, .soc-list .ico:last-child { margin-right: 0; }

.stat-list .item .number { font-size: 55px; line-height: 55px; font-weight: 400; margin-bottom: 25px; }
.stat-list .item .s-ttl { font-size: 18px; line-height: 18px; }

.list-sections .item:nth-child(odd) .col-img { order: 1; }
.list-sections .item.img-rigth { -webkit-justify-content: flex-end; justify-content: flex-end; }
.list-sections .item.img-rigth .col-desc { margin: 0 100px 0 0; }
.list-sections .item:hover .col-img { background-size: auto 143%; }
.list-sections .item:hover .col-img img { width: auto; height: 150%; left: -10%; top: -10%; }
.list-sections .col-img { min-height: 550px; background-position: center; background-repeat: no-repeat; background-size: auto 133%; -webkit-transition: background-size 0.5s; -o-transition: background-size 0.5s; transition: background-size 0.5s; }
.list-sections .col-desc { margin: 0 0 0 100px; max-width: 550px; }
.list-sections .head-wrap { text-transform: uppercase; }

.str-list .item, .about-list .item { margin-bottom: 40px; }
.str-list .item:last-child, .about-list .item:last-child { margin-bottom: 0; }
.str-list .item:nth-child(even) .col-img, .about-list .item:nth-child(even) .col-img { order: 1; }
.str-list .item:nth-child(even) .col-desc, .about-list .item:nth-child(even) .col-desc { margin-left: auto; }
.str-list .item:hover .col-img, .about-list .item:hover .col-img { background-size: auto 143%; }
.str-list .item:hover .col-img img, .about-list .item:hover .col-img img { width: auto; height: 150%; left: -10%; top: -10%; }
.str-list .item .col-img, .about-list .item .col-img { max-width: 100%; max-height: 550px; height: 550px; overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: auto 133%; -webkit-transition: background-size 0.5s; -o-transition: background-size 0.5s; transition: background-size 0.5s; }
.str-list .item .col-img img, .about-list .item .col-img img { width: auto; height: 120%; position: relative; top: 0; left: 0; -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s; -o-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s; transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s; }
.str-list .item .col-img > div, .about-list .item .col-img > div { height: 100%; background-position: center; }
.str-list .item .col-desc, .about-list .item .col-desc { padding: 90px 100px; max-width: 750px; }
.str-list .item .col-desc .head-wrap, .about-list .item .col-desc .head-wrap { margin-bottom: 48px; }
.str-list .item .col-desc .b-ttl, .about-list .item .col-desc .b-ttl { text-transform: uppercase; }
.str-list .item .col-desc .s-ttl, .about-list .item .col-desc .s-ttl { text-transform: none; }

.production-stage-list { counter-reset: stage; }
.production-stage-list .col-img { -webkit-transition: background-size 0.7s; -o-transition: background-size 0.7s; transition: background-size 0.7s; background-size: 100%; }
.production-stage-list .desc { position: relative; padding-left: 76px; }
.production-stage-list .desc:before { counter-increment: stage; content: counter(stage); font-size: 145px; line-height: 1; color: #dde6f4; position: absolute; left: 0; top: calc(50% - 72px); }
.production-stage-list .item:hover .col-img { background-size: 120%; }

.s-main-no-padding-bottom .s-main { padding-bottom: 0; }

.panel-disclaimer { position: fixed; bottom: 0; left: 0; right: 0; padding: 13px 400px 13px 30px; font: 13px/15px 'Oswald'; z-index: 405; background-color: rgba(255, 255, 255, 0.85); color: #000; margin: 0 !important; text-align: center; }

#disclaimer-close { background: url(/local/templates/ia_pegas_chlvz/images/close.svg) 0 0/contain; height: 12px; width: 12px; position: absolute; left: 14px; top: 0; bottom: 0; margin: auto; border: 0; }

.catalog .s-main { padding-top: 0; }

.category-item { margin-bottom: 52px; }
.category-item .desc-bottom { line-height: 32px; max-width: 370px; text-align: center; margin: 82px auto 0; }

.category-ttl { text-transform: uppercase; font: 700 45px/45px "Oswald"; }

.category-sub-ttl { font: 500 25px/34px 'Oswald'; text-transform: uppercase; }

.prod-catalog { margin-top: 10px; }

.list-prods { margin-top: 22px; }
.list-prods .col { margin-top: 30px; }
.list-prods .img { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; height: 304px; text-align: center; overflow: hidden; }
.list-prods .img img { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; max-width: 100%; height: auto; max-height: 100%; width: auto; }
.list-prods .ttl { font: 500 25px/25px 'Oswald'; color: #5f6268; text-align: center; padding: 0 15px; margin-top: 35px; overflow: hidden; }
.list-prods .btn-detail { border: 0; color: #fff; position: absolute; z-index: 2; right: 0; bottom: 0; border-radius: 100% 0 0 0; width: 64px; height: 64px; background-color: #1f65cd; }
.list-prods .btn-detail:before { position: absolute; left: 14px; right: 0; top: 5px; bottom: 0; margin: auto; z-index: 2; }
.list-prods .btn-detail .text { display: none; max-width: 130px; margin: 40px 0 0 40px; font: 500 19px/25px 'Oswald'; }
.list-prods .item { display: block; padding: 47px 0 77px; min-height: 490px; text-transform: uppercase; border: 1px solid #f3f3f3; position: relative; }
.list-prods .item:before, .list-prods .item:after { content: ''; width: 100%; height: 100%; position: absolute; right: -0px; bottom: -0px; -webkit-box-shadow: #ccc 1px 1px 1px 0px; box-shadow: #ccc 1px 1px 1px 0px; z-index: 0; }
.list-prods .item:after { right: -2px; bottom: -2px; }
.list-prods .item:hover { padding: 0; }
.list-prods .item:hover .img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: auto; z-index: 1; background: #fff; }
.list-prods .item:hover img { transform: scale(1.1); }
.list-prods .item:hover .ttl { display: none; }
.list-prods .item:hover .btn-detail { width: 200px; height: 200px; background-color: transparent; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1MjMyMiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+PHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmNTIzMjIiIHN0b3Atb3BhY2l0eT0iMC41NSIvPjxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMzE1MzhmIiBzdG9wLW9wYWNpdHk9IjAuODUiLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzMxNTM4ZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(245, 35, 34, 0.35)), color-stop(41%, rgba(245, 35, 34, 0.55)), color-stop(94%, rgba(49, 83, 143, 0.85)), color-stop(99%, rgba(49, 83, 143, 0.85))); background-image: -moz-linear-gradient(top, rgba(245, 35, 34, 0.35) 0%, rgba(245, 35, 34, 0.55) 41%, rgba(49, 83, 143, 0.85) 94%, rgba(49, 83, 143, 0.85) 99%); background-image: -webkit-linear-gradient(top, rgba(245, 35, 34, 0.35) 0%, rgba(245, 35, 34, 0.55) 41%, rgba(49, 83, 143, 0.85) 94%, rgba(49, 83, 143, 0.85) 99%); background-image: linear-gradient(to bottom, rgba(245, 35, 34, 0.35) 0%, rgba(245, 35, 34, 0.55) 41%, rgba(49, 83, 143, 0.85) 94%, rgba(49, 83, 143, 0.85) 99%); }
.list-prods .item:hover .btn-detail:before { right: 10px; bottom: 10px; left: auto; top: auto; width: 39px; height: 29px; background-image: url(/local/templates/ia_pegas_chlvz/images/arrow-thin-right.svg); }
.list-prods .item:hover .text { display: block; }

.catalog-item .desc-bottom { line-height: 32px; max-width: 370px; text-align: center; margin: 82px auto 0; }

.catalog-prod-list .item { position: relative; margin-bottom: 0; }
.catalog-prod-list .item:before { content: ''; width: 45px; height: 45px; background: url(/local/templates/ia_pegas_chlvz/images/sign-quality.png); position: absolute; top: 25px; left: 45px; z-index: 3; }
.catalog-prod-list .wrap { display: block; border: 1px solid #f3f3f3; position: relative; }
.catalog-prod-list .wrap:before, .catalog-prod-list .wrap:after { content: ''; width: 100%; height: 100%; position: absolute; right: -0px; bottom: -0px; -webkit-box-shadow: #ccc 1px 1px 1px 0px; box-shadow: #ccc 1px 1px 1px 0px; z-index: 0; }
.catalog-prod-list .wrap:after { right: -2px; bottom: -2px; }
.catalog-prod-list .wrap:hover { z-index: 2; }
.catalog-prod-list .wrap:hover:after { -webkit-box-shadow: #ccc 1px 1px 1px 0px, #ccc 0px 0px 15px 5px; box-shadow: #ccc 1px 1px 1px 0px, #ccc 0px 0px 15px 5px; }
.catalog-prod-list .wrap:hover .item-inner .img img { transform: scale(3); }
.catalog-prod-list .wrap:hover .item-inner .btn-prod-details { width: 624px; height: 624px; right: -312px; bottom: -312px; opacity: 0.7 !important; background: -moz-linear-gradient(top, #f52322 0%, #1c6fc2 60%); background: -webkit-linear-gradient(top, #f52322 0%, #1c6fc2 60%); background: linear-gradient(to bottom, #f52322 0%, #1c6fc2 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c6fc2', endColorstr='#f52322', GradientType=0); }
.catalog-prod-list .wrap:hover .item-inner .btn-prod-details:before { bottom: 340px; right: 350px; width: 39px; height: 29px; background-image: url(/local/templates/ia_pegas_chlvz/images/arrow-thin-right.svg); }
.catalog-prod-list .wrap:hover .item-inner .btn-prod-details .desc { display: block; top: 140px; left: 110px; }
.catalog-prod-list .item-inner { text-align: center; padding: 47px 0 77px; position: relative; overflow: hidden; z-index: 1; }
.catalog-prod-list .item-inner .img { margin-bottom: 37px; }
.catalog-prod-list .item-inner .img img { -webkit-transition: transform 0.15s; -o-transition: transform 0.15s; transition: transform 0.15s; }
.catalog-prod-list .item-inner .btn-prod-details { width: 128px; height: 128px; position: absolute; right: -64px; bottom: -64px; z-index: 2; }
.catalog-prod-list .item-inner .btn-prod-details:before { bottom: 80px; right: 80px; }
.catalog-prod-list .item-inner .btn-prod-details .desc { font-size: 25px; line-height: 32px; font-weight: 500; color: #fff; text-align: left; max-width: 130px; display: none; position: absolute; }

.dialog-prod-details { max-width: 1170px; width: 100%; }
.dialog-prod-details .container { padding: 0; }
.dialog-prod-details .body { position: relative; }
.dialog-prod-details .body:before { content: ''; width: 100%; height: 100%; position: absolute; top: 10px; left: 10px; background: #e7ebf1; z-index: 1; }
.dialog-prod-details .body:after { content: ''; width: 100%; height: 100%; position: absolute; top: 20px; left: 20px; background: #d6dde8; -webkit-box-shadow: 0px 25px 50px 0px rgba(0, 44, 110, 0.15); box-shadow: 0px 25px 50px 0px rgba(0, 44, 110, 0.15); z-index: 0; }
.dialog-prod-details .body > div { padding: 0 50px 50px; position: relative; z-index: 2; background: #fff; }
.dialog-prod-details .head-wrap { text-align: center; margin-bottom: 32px}
.dialog-prod-details h2, .dialog-prod-details .h2 { font-size: 22px; line-height: 22px; margin-bottom: 12px;font-weight:300}
.dialog-prod-details .b-ttl { font-size: 32px; line-height: 32px; margin-top: 24px; font-family: Oswald}
.dialog-prod-details .desc-bottom { line-height: 32px; margin-top: 30px; display: inline-block; }
.dialog-prod-details .col-l, .dialog-prod-details .col-r { padding-top: 0px; }
.dialog-prod-details .col-img { background-size: auto 100%; background-position-x: center; }
.dialog-prod-details .desc-item { font: 400 15px/22px "Arial"; margin-bottom: 36px; }
.dialog-prod-details .desc-item:last-child { margin-bottom: 36px; }
.dialog-prod-details .desc-item li { padding-left: 21px; margin-bottom: 16px; position: relative; font-size: 14px}
.dialog-prod-details .desc-item li:last-child { margin-bottom: 0; }
.dialog-prod-details .desc-item li:before { content: ''; width: 3px; height: 3px; background-color: #1f65cd; border-radius: 50%; position: absolute; top: 10px; left: 0; }
.dialog-prod-details .desc-item.desc-recipe h2, .dialog-prod-details .desc-item.desc-recipe .h2 { position: relative; }
.dialog-prod-details .desc-item.desc-recipe h2 .icon-recipe, .dialog-prod-details .desc-item.desc-recipe .h2 .icon-recipe { width: 48px; height: 48px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; right: 0; top: calc(50% - 24px); }
.dialog-prod-details .desc-item table { width: 100%; margin-bottom: 30px; }
.dialog-prod-details .desc-item table tr:last-child td { padding-bottom: 0; border-bottom: 0; }
.dialog-prod-details .desc-item table td { padding-top: 14px; padding-bottom: 11px; border-bottom: 1px solid #eaedf0; }
.dialog-prod-details .desc-item table .count { font-weight: 700; }
.dialog-prod-details .desc-item .recipe-text { font-style: italic; }
.dialog-prod-details .desc-item .read-more { color: #1f65cd; }
.dialog-prod-details .desc-item .soc-list { text-align: right; margin-top: 22px; }
.dialog-prod-details .desc-item .soc-list .ico { width: 24px; height: 24px; border: 0; }
.dialog-prod-details .desc-item .soc-list .ico-vk { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-vk.png); }
.dialog-prod-details .desc-item .soc-list .ico-fb { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-fb.png); }
.dialog-prod-details .desc-item .soc-list .ico-od { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-od.png); }
.dialog-prod-details .desc-item .soc-list .ico-sm { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-sm.png); }

.scheme-prod-list { counter-reset: list2; }
.scheme-prod-list .item { margin-bottom: 41px; }
.scheme-prod-list h4:before { counter-increment: list2; content: counter(list2) ". "; color: #1a70c4; }

.main-menu li a { font-size: 15px; font-weight: 500; color: #fff; text-transform: uppercase; }
.main-menu li.active a, .main-menu li:hover a { color: #69b9ff; }
.main-menu .lvl-1 > a { display: inline-block; padding: 16px 33px; }

.production-menu li a { font-size: 14px; line-height: 1; font-weight: 500; color: #1f65cd; text-transform: uppercase; }
.production-menu li.active a, .production-menu li:hover a { color: #69b9ff; }
.production-menu .lvl-1 > a { display: inline-block; padding: 16px 33px; }

.pegas { padding-left: 50px; position: relative; text-align: left; }
.pegas:before { content: ""; position: absolute; top: 0; bottom: 0; left: -8px; margin: auto; background: url(/local/templates/ia_pegas_chlvz/images/logo-2022.png); height: 27px; width: 45px; }
.pegas a { color: #9bbbe3; }

.logo-wrap a { padding: 19px; background: #fff; border-radius: 10px; display: block; }
.logo-wrap a:hover { opacity: 0.8; }
.logo-wrap a img { width: 150px; height: auto; max-height: 100%; }

.main-menu-wrap .main-menu .lvl-1, .production-menu-wrap .production-menu .lvl-1 { display: inline-block; }

.production-menu-wrap { padding: 12px 0; background-color: #e7f1ff; -webkit-box-shadow: 0 2px 9px 0 #c6daf8, 0 25px 50px 0 #deebff; box-shadow: 0 2px 9px 0 #c6daf8, 0 25px 50px 0 #deebff; position: relative; z-index: 2; }

#title-slider .container { padding-top: 200px; }
#title-slider .slide { padding: 58px 0 88px; position: relative; background-size: cover; background-position: center; }
#title-slider h2, #title-slider .h2 { font-size: 60px; line-height: 75px; color: #fff; max-width: 690px; margin-bottom: 53px; }
#title-slider .desc { color: #fff; max-width: 750px; margin: 0 auto 53px; }

@keyframes shake-bottle { 0% { transform: rotateZ(0deg); }
  3% { transform: rotateZ(1deg); }
  6% { transform: rotateZ(-1deg); }
  9% { transform: rotateZ(2deg); }
  12% { transform: rotateZ(-2deg); }
  15% { transform: rotateZ(2deg); }
  18% { transform: rotateZ(-1deg); }
  21% { transform: rotateZ(1deg); }
  24% { transform: rotateZ(0deg); } }
.prod-slider .sub-ttl { text-transform: uppercase; font: 500 25px/34px ''; }

#prod-slider .slide { padding: 170px 0; position: relative; }
#prod-slider .slide .before, #prod-slider .slide .after { content: ''; display: block; position: absolute; z-index: 0; }
#prod-slider .slide .before { top: 0; left: 0; }
#prod-slider .slide .after { bottom: 0; right: 0; }
#prod-slider .slide.slide-cedar-infusion .before, #prod-slider .slide.slide-cedar-infusion .after { width: 698px; height: 655px; }
#prod-slider .slide.slide-good-vodka .before, #prod-slider .slide.slide-good-vodka .after { width: 247px; height: 493px; }
#prod-slider .slide.slide-good-vodka .after { transform: rotateZ(180deg); }
#prod-slider .slide.slide-breath-liquor .before, #prod-slider .slide.slide-breath-liquor .after { width: 530px; height: 559px; }
#prod-slider .slide.slide-breath-liquor .after { transform: rotateZ(180deg); }
#prod-slider .slide.slide-breath-liquor .head-wrap .b-ttl, #prod-slider .slide.slide-breath-liquor .head-wrap .s-ttl { color: #0044aa; }
#prod-slider .slide.slide-breath-liquor .desc { color: #000; }
#prod-slider .slide.slide-breath-liquor .btn-1 { color: #0044aa; border-color: #0044aa; }
#prod-slider .slide.slide-breath-liquor .btn-1:hover { background-color: #fff; color: #000; }
#prod-slider .slide.slide-wild-radish .before, #prod-slider .slide.slide-wild-radish .after { width: 552px; height: 368px; }
#prod-slider .slide-wrap { width: 1225px; height: 700px; margin: auto; background-position: center; background-size: auto; overflow: hidden; position: relative; z-index: 2; }
#prod-slider .slide-wrap .container { max-width: 60%; }
#prod-slider .container { padding-top: 40px; }
#prod-slider .container:hover { /*.col-img img { bottom:0; animation-name:dfsdg;
}*/ }
#prod-slider .head-wrap { margin-bottom: 20px; }
#prod-slider .col-img { padding-left: 0; padding-right: 0; }
#prod-slider .col-img.shake { animation-name: shake-bottle; animation-duration: 5s; animation-fill-mode: both; animation-iteration-count: infinite; }
#prod-slider .col-img img { width: auto; height: 660px; margin: 0 auto; vertical-align: bottom; position: relative; bottom: -10%; transform-origin: bottom; -webkit-transition: bottom 0.15s; -o-transition: bottom 0.15s; transition: bottom 0.15s; }
#prod-slider .col-img img:hover { bottom: 0; animation-name: dfsdg; }
#prod-slider .col-desc { padding-top: 20px; padding-bottom: 20px; }
#prod-slider .col-desc > div { width: 100%; }
#prod-slider .desc, #prod-slider .b-ttl, #prod-slider .s-ttl { color: #fff; }
#prod-slider .head-wrap.blue .b-ttl, #prod-slider .head-wrap.blue .s-ttl { color: #0044aa; }
#prod-slider .desc.black { color: #000; }
#prod-slider .btn-no-clr.blue { border-color: #0044aa; }
#prod-slider .b-ttl { font-size: 50px; line-height: 50px; font-weight: 600; margin: 0 0 15px 0; text-transform: none; }
#prod-slider .owl-dots { display: none; }
#prod-slider .owl-nav { width: 100%; height: 0; top: 50%; }
#prod-slider .owl-nav button.owl-next, #prod-slider .owl-nav button.owl-prev { width: 95px; height: 95px; border-radius: 50%; background-repeat: no-repeat; background-position: center; position: absolute; }
#prod-slider .owl-nav button.owl-next:hover, #prod-slider .owl-nav button.owl-prev:hover { background-color: #1f65cd; }
#prod-slider .owl-nav button.owl-next { background-image: url(/local/templates/ia_pegas_chlvz/images/chevron.svg); right: 20%; }
#prod-slider .owl-nav button.owl-prev { background-image: url(/local/templates/ia_pegas_chlvz/images/chevron.svg); left: 20%; transform: rotateZ(180deg); }
#prod-slider .desc { line-height: 28px; margin-bottom: 41px; }

#header { width: 100%; height: 100px; background-color: #fff; z-index: 99; }
#header .desc { text-transform: uppercase; }

.h-wrap { width: 100%; height: 100px; background-color: #fff; padding: 0 50px; position: absolute; z-index: 99; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 4px 12px; box-shadow: rgba(0, 0, 0, 0.15) 1px 4px 12px; -webkit-transition: top 0.5s; -o-transition: top 0.5s; transition: top 0.5s; }
.h-wrap.fixed { position: fixed; top: 0 !important; }
.h-wrap > .item { margin-left: 5px; }
.h-wrap > .item:first-child { margin-left: 0; }
.h-wrap .logo-wrap a img { width: 205px; }

.b-search { width: 100%; background: #fff; padding: 10px; }
.b-search form { border: 1px solid #e6eaee; border-radius: 8px; }
.b-search .form-item { width: 100%; margin-bottom: 0; }
.b-search .form-text { border: 0; }
.b-search .form-actions { margin-top: 0; padding: 11px 0; }
.b-search .form-submit { background: url(/local/templates/ia_pegas_chlvz/images/ico-search.svg) no-repeat; width: 32px; height: 26px; padding: 0; border: 0; background-color: #fff; }
.b-search .form-submit:hover { opacity: .5; }
.b-search#b-search-top { display: none; position: fixed; z-index: 100; top: 0; left: 0; right: 0; padding: 30px 0; }

.sec-bg-img { min-height: 636px; padding: 30px 100px; background-position: center; }
.sec-bg-img h2, .sec-bg-img .h2 { color: #54b1ff; text-align: center; text-transform: uppercase; }
.sec-bg-img p { color: #fff; }

.sec-title { padding: 60px 0 0; }
.sec-title.bg-blue { padding: 20px; }
.sec-title.sec-bg-img { min-height: 608px; }
.sec-title.sec-bg-img h2, .sec-title.sec-bg-img .h2 { max-width: 660px; padding-top: 150px; }
.sec-title h2, .sec-title .h2 { font-size: 60px; line-height: 75px; font-weight: 400; color: #fff; display: inline-block; }
.sec-title .desc { color: #fff; margin-bottom: 53px; }
.sec-title .main-menu-wrap { position: relative; z-index: 2; margin: 0 auto; }
.sec-title #title-slider { margin-top: -110px; }

.sec-title-catalog { min-height: 769px; }

.sec-stat { position: relative; }
.sec-stat .container { position: relative; z-index: 1; }
.sec-stat:before, .sec-stat:after { content: ''; display: block; width: 257px; height: 354px; position: absolute; background: url(/local/templates/ia_pegas_chlvz/images/technology-pattern-png.png) no-repeat; }
.sec-stat:before { bottom: -20px; left: 0; }
.sec-stat:after { top: -20px; right: 0; transform: rotateZ(180deg); }
.sec-stat h2, .sec-stat .h2 { max-width: 400px; }
.sec-stat .desc-wrap { padding-top: 84px; }
.sec-stat .stat-list { margin-top: 101px; margin-bottom: 80px; }

.sec-str, .sec-about, .sec-production-process { padding-bottom: 0; }
.sec-str > .head-wrap, .sec-about > .head-wrap, .sec-production-process > .head-wrap { text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }

.catalog-index .main { padding-top: 90px; position: relative; }
.catalog-index .production-menu-wrap { position: absolute; -webkit-transition: top 0.5s; -o-transition: top 0.5s; transition: top 0.5s; left: 0; right: 0; margin: auto; z-index: 98; }

.sec-prod-slider { position: relative; padding-top: 190px; }
.sec-prod-slider .b-ttl { font-size: 75px; line-height: 60px; max-width: 500px; margin-bottom: 31px; margin-left: 140px; position: relative; z-index: 2; }
.sec-prod-slider .b-ttl .rect { top: 0; right: 0; }
.sec-prod-slider .container > .b-ttl { position: absolute; }

.form-partner .webform-component--name.contact-name, .form-partner .webform-component--phone { width: 49%; display: inline-block; }
.form-partner .webform-component--name.contact-name { margin-right: 1%; }
.form-partner .form-actions > * { margin-right: 22px; }
.form-partner .form-actions > *:last-child { margin-right: 0; }
.form-partner .btn-1 { position: relative; }

.form-write-us .webform-component--name, .form-write-us .webform-component--phone { width: 49%; display: inline-block; }
.form-write-us .webform-component--name { margin-right: 1%; }

.sec-stay-partner:hover .col-img > div { background-size: auto 170%; }
.sec-stay-partner .bg-cover { height: 100%; }
.sec-stay-partner .col-img { max-width: 100%; max-height: 755px; overflow: hidden; padding-right: 0; }
.sec-stay-partner .col-img > div { min-height: 660px; height: 100%; background-size: auto 150%; background-position: center; -webkit-transition: background-size 0.15s; -o-transition: background-size 0.15s; transition: background-size 0.15s; }
.sec-stay-partner .col-desc { max-width: 557px; min-height: 651px; padding: 43px 53px; }
.sec-stay-partner .brd-links-wrap { margin-bottom: 77px; }
.sec-stay-partner .head-wrap { margin-bottom: 43px; }

/*.news-list-2 .item { position: relative; display: block; padding: 0 15px 47px 0; height: 100%; }
.news-list-2 .item:before, .news-list-2 .item:after { content: ''; position: absolute; z-index: 1; top: 0; left: 0; -webkit-box-shadow: #ccc 1px 1px 1px 0px; box-shadow: #ccc 1px 1px 1px 0px; }
.news-list-2 .item:before { right: -2px; bottom: -2px; }
.news-list-2 .item:after { right: -4px; bottom: -4px; }
.news-list-2 .ttl { margin-top: 22px; margin-left: 44px; font: 400 20px/28px 'Oswald'; color: #1a70c4; }
.news-list-2 .date { color: #b8c2cb; font: 100 35px/35px 'Oswald'; position: absolute; right: 5%; top: 20px; }
.news-list-2 .img { max-width: 235px; overflow: hidden; }
.news-list-2 .img img { max-width: 100%; height: auto; border-radius: 50%; margin-left: -25%; margin-top: -50%; }*/

.news-list-2 .item { position: relative; display: block; padding: 0 15px 47px 15px; height: 100%; }
.news-list-2 .item:before, .news-list-2 .item:after { content: ''; position: absolute; z-index: 1; top: 0; left: 0; -webkit-box-shadow: #ccc 1px 1px 1px 0px; box-shadow: #ccc 1px 1px 1px 0px; }
.news-list-2 .item:before { right: -2px; bottom: -2px; }
.news-list-2 .item:after { right: -4px; bottom: -4px; }
.news-list-2 .ttl { margin-top: 22px; padding:0 20px; font: 400 20px/28px 'Oswald'; color: #1a70c4; }
.news-list-2 .date { color: #b8c2cb; font: 100 35px/35px 'Oswald'; position: absolute; right: 5%; top: 20px; }
.news-list-2 .img { max-width: 215px; padding-top:60px; margin:0 auto; }
.news-list-2 .img img { max-width: 100%; height: auto; }

.news-list-2.archive .date { font: 100 24px/24px 'Oswald'; }
.news-list-2.archive .ttl { font: 400 20px/22px 'Oswald'; }

.archive-news { margin-top: -80px; }
.archive-news .year-group { margin-top: 80px; }
.archive-news .line { width: 1px; height: calc(100% - 70px); margin: auto; background: #1c6fc2; background: -moz-linear-gradient(top, #1c6fc2 0%, #f52322 100%); background: -webkit-linear-gradient(top, #1c6fc2 0%, #f52322 100%); background: linear-gradient(to bottom, #1c6fc2 0%, #f52322 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c6fc2', endColorstr='#f52322', GradientType=0); }

.news-detail { font: 100 21px/31px 'Oswald'; }
.news-detail .news-date-time { font: 400 36px/50px "Oswald"; color: #1f65cd; }
.news-detail img { display: block; margin-right: 24px !important; }

/*
.news-list { margin-top:-30px; .item { margin-top:30px; } .wrap { display:block; padding-bottom:47px; position:relative; z-index:1; @include transition(all 0.3s);
 &:before, &:after { content:''; position:absolute; top:0; left:0; @include box-shadow(#ccc 1px 1px 1px 0px); z-index:0; } &:before { right:-2px; bottom:-2px; } &:after { right:-4px; bottom:-4px; } &:hover { z-index:2; &:after { @include box-shadow(#ccc 1px 1px 1px 0px, #ccc 0px 0px 15px 5px); } } } .img, .date { display:inline-block; } .img { width:220px; overflow:hidden; img { margin-left: -115%; margin-top: -115%; height:auto; border-radius:50%; } } .date { font-size:35px; font-weight:100; line-height:1; color:#b8c2cb; vertical-align:top; margin-top:22px; margin-left:20px; } .desc { margin-top:22px; padding-left:44px; font-size:20px; line-height:28px; padding-right:95px; color:#1a70c4; }
}
*/
.sec-important-info .news-list-2 { margin-bottom: 57px; }

.archive-news-list-2 { margin-top: -80px; }
.archive-news-list-2 > .item { margin-top: 80px; }
.archive-news-list-2 .news-list-2 .img { width: 169px; height: auto; }
.archive-news-list-2 .news-list-2 .date { font-size: 24px; }
.archive-news-list-2 .news-list-2 .desc { font-size: 14px; line-height: 19px; }
.archive-news-list-2 .col-l, .archive-news-list-2 .col-r { display: inline-block; vertical-align: top; }
.archive-news-list-2 .col-l { position: relative; }
.archive-news-list-2 .line { width: 1px; height: calc(100% - 70px); margin: auto; background: #1c6fc2; background: -moz-linear-gradient(top, #1c6fc2 0%, #f52322 100%); background: -webkit-linear-gradient(top, #1c6fc2 0%, #f52322 100%); background: linear-gradient(to bottom, #1c6fc2 0%, #f52322 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c6fc2', endColorstr='#f52322', GradientType=0); }

.contact-list { clear: both; }
.contact-list .item { text-align: center; }
.contact-list .item .desc { line-height: 28px; font-weight: 500; }
.contact-list .ico-contact { margin-bottom: 30px; }
.contact-list .ttl { font-size: 37px; text-transform: uppercase; color: #006dc8; margin-bottom: 15px; }
.contact-list .item-address .desc, .contact-list .item-email .desc { font-size: 20px; }
.contact-list .item-phone { font-size: 30px; }

.post-contact-list { clear: both; font-size: 20px; margin-top: -30px; }
.post-contact-list .item { margin-top: 30px; }
.post-contact-list .item-wrap { height: 100%; background-color: #f4f4f4; padding: 51px 51px; }
.post-contact-list .item-name { margin-bottom: 30px; }
.post-contact-list .ttl { font-size: 37px; line-height: 40px; text-transform: uppercase; color: #006dc8; margin-bottom: 27px; }
.post-contact-list .s-ttl { font-weight: 300; margin-bottom: 18px; }
.post-contact-list .desc { font-weight: 500; }
.post-contact-list .name { text-transform: uppercase; max-width: 200px; }

.sec-contacts .contact-list { margin-bottom: 75px; }

.sec-map .col-l { padding-right: 0; }
.sec-map .col-l > img { width: 100%; height: 706px; }
.sec-map .col-r { padding: 80px; }

.sec-geography .col-l { padding-right: 0; }
.sec-geography .col-r { padding: 52px 30px; }
.sec-geography .col-r .select-wrap { margin-bottom: 30px; }
.sec-geography .chosen-container { max-width: 100%; }
.sec-geography .geography-list { max-height: 700px; }

.geography-list { padding: 10px 0; background-color: #fff; }
.geography-list .item { padding: 31px 33px; background-color: #fff; border-bottom: 1px solid #e2e7eb; }
.geography-list .item:last-child { border-bottom: 0; }
.geography-list .item:hover, .geography-list .item.active { background-color: #f8f8f8; }
.geography-list h2, .geography-list .h2 { font-size: 24px; line-height: 25px; margin-bottom: 17px; }
.geography-list .desc { font-size: 18px; line-height: 18px; }
.geography-list .adress { margin-bottom: 10px; }

.sec-prod-slider + .sec-catalog-list { padding-top: 0; margin-top: -90px; z-index: 1; }

@keyframes anim-skew { 0% { transform: skewY(-10deg); }
  3% { transform: skewY(-12deg); }
  6% { transform: skewY(-8deg); }
  9% { transform: skewY(-14deg); }
  12% { transform: skewY(-6deg); }
  15% { transform: skewY(-14deg); }
  18% { transform: skewY(-12deg); }
  21% { transform: skewY(-11deg); }
  24% { transform: skewY(-10deg); } }
.rect { font: 500 13px/18px "Oswald"; color: #fff; letter-spacing: 1px; background: linear-gradient(to right, #4c84d7 0%, #fb4d4b 100%); display: block; padding: 12px 19px; text-transform: uppercase; min-width: 118px; max-width: 118px; position: absolute; transform: skewY(-10deg); transform-origin: left; animation-name: anim-skew; animation-duration: 4s; animation-fill-mode: both; animation-iteration-count: infinite; animation-delay: 3s; }

footer { padding: 28px 40px 20px; background-color: #455163; color: #fff; }
footer .desc, footer .domain-link { color: #fff; }
footer .row-top { margin-bottom: 85px; }
footer .btn-phone:before { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-phone-f.svg); }
footer .soc-list .item { background-color: #606b7a; border-color: #606b7a; }
footer .soc-list .item.ico-vk { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-vk-f.svg); }
footer .soc-list .item.ico-fb { background-image: url(/local/templates/ia_pegas_chlvz/images/ico-fb-f.svg); }
footer .f-col .ttl { font-size: 26px; line-height: 26px; color: #7f8691; margin-bottom: 17px; text-transform: uppercase; }
footer .f-col .desc { font-size: 16px; line-height: 23px; }
footer .f-col .copy { width: 190px; }
footer .f-menu li { margin-bottom: 16px; }
footer .f-menu li:last-child { margin-bottom: 16px; }
footer .f-menu li a { font-size: 20px; line-height: 20px; color: #fff; }
footer a:not(.btn), footer .btn.btn-phone { color: #fff; }

.bx-yandex-view-layout { height: 100%; }

.bx-yandex-view-map { height: 100%; }

.contact .s-main { padding: 0; }

.prod-stats { margin-top: 0px; margin-bottom: 36px; margin-left: -10px; }

.prod-stat { border: 1px solid #1f65cd; font-size: 16px; padding: 10px 15px; margin: 0 0 0 10px; border-radius: 4px; display: inline-block; }

.b-18-years{
  padding:70px;
  text-align:center;
}
.b-18-years .b-ttl{
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}
.b-18-years .quest{
  font-size: 35px;
  line-height: 35px;
  color: #1f65cd;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.b-18-years .extra{
  font-size: 20px;
  line-height: 25px;
  color: #ccc;
  margin-top:30px;
}
.b-18-years .answers{
  margin: -10px 0;
}
.b-18-years .answers .btn{
  width:auto;
  padding:17px 27px;
  margin:10px;
}
.blur{filter:blur(10px)}

@media screen and (max-width: 1199px) { .list-sections .item .col-img, .str-list .item .col-img, .about-list .item .col-img, .production-stage-list .item .col-img { height: auto; background-size: auto 100%; }
  .list-sections .item .col-desc, .str-list .item .col-desc, .about-list .item .col-desc, .production-stage-list .item .col-desc { padding: 45px 50px; }
  .list-sections .item:hover .col-img, .str-list .item:hover .col-img, .about-list .item:hover .col-img, .production-stage-list .item:hover .col-img { background-size: auto 110%; }
  .news-list .img { margin-bottom: 0; }
  .news-list .date { margin-top: 0; display: block; text-align: right; margin-right: 20px; margin-bottom: 10px; }
  #prod-slider .slide-wrap .container { max-width: 100%; padding-left: 50px; padding-right: 50px; }
  #prod-slider .owl-nav button.owl-prev { left: 20px; }
  #prod-slider .owl-nav button.owl-next { right: 20px; } }
@media screen and (max-width: 1048px) { .h-wrap { padding: 0 20px; } }
@media screen and (max-width: 991px) { #title-slider .owl-dots { display: flex; justify-content: space-around; }
  .sec-stat .desc-wrap { padding-top: 0; }
  .stat-list { margin-bottom: 30px; }
  .stat-list .item { margin-bottom: 50px; }
  .stat-list .item:last-child { margin-bottom: 0; }
  .list-sections .item.img-rigth .col-desc, .str-list .item.img-rigth .col-desc, .about-list .item.img-rigth .col-desc { margin-right: 0; }
  .list-sections .item:nth-child(odd) .col-desc, .str-list .item:nth-child(odd) .col-desc, .about-list .item:nth-child(odd) .col-desc { order: 2; }
  .list-sections .item .col-img, .str-list .item .col-img, .about-list .item .col-img { width: 100%; height: 100vw; }
  .list-sections .item .col-desc, .str-list .item .col-desc, .about-list .item .col-desc { max-width: 100%; width: 100%; margin-left: 0; }
  .sec-prod-slider .container > .b-ttl { position: relative; margin-left: 0; font-size: 45px; line-height: 40px; }
  .sec-prod-slider .container > .b-ttl .rect { top: -60px; }
  #prod-slider .slide { padding: 30px 0; }
  #prod-slider .slide .before, #prod-slider .slide .after { display: none; }
  #prod-slider .owl-nav button.owl-prev { left: 0; }
  #prod-slider .owl-nav button.owl-next { right: 0; }
  #prod-slider .b-ttl { font-size: 40px; line-height: 41px; }
  .sec-prod-slider + .sec-catalog-list { margin-top: 0; }
  .sec-stay-partner .brd-links-wrap { margin-bottom: 30px; }
  .sec-stay-partner .col-img { height: 100vw; }
  .sec-stay-partner .col-img > div { min-height: 0; height: 100%; }
  .sec-stay-partner .col-desc { max-width: 100%; padding: 33px 23px; }
  .news-list .item, .news-list-2 .item { margin-bottom: 30px; }
  .news-list .item:last-child, .news-list-2 .item:last-child { margin-bottom: 0; }
  .news-list .wrap, .news-list-2 .wrap { padding-bottom: 20px; }
  .news-list .img, .news-list-2 .img { margin-bottom: 28px; }
  .news-list .date, .news-list-2 .date { display: inline-block; margin-top: 22px; margin-bottom: 0; float: right; }
  .news-list .desc, .news-list-2 .desc { padding: 0 10px; }
  .archive-news-list .news-list .img { width: auto; }
  .contact-list .item { margin-bottom: 30px; }
  .contact-list .item:last-child { margin-bottom: 0; }
  .catalog-prod-list .item { margin-bottom: 30px; }
  .b-18-years{
    padding:40px;
  }
  .b-18-years .b-ttl{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .b-18-years .quest{
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .prod-catalog {margin-top:0;}
  .dialog-prod-details .b-ttl {
    font-size:45px;
    line-height:46px;
    margin-top:25px;
  }
  .dialog-prod-details .col-l, .dialog-prod-details .col-r{
    padding-top:0;
  }
  #cboxClose{
    right:10px;
    top:10px;
  }
  .dialog-prod-details .btn-red{max-width: 170px}
  .btns-wrap { margin-bottom: -20px; }
  .btns-wrap > * { margin: 0 0 20px 0; width: 100%; text-align: center; }
  .btns-wrap .domain-link { text-align: left; }
  .btns-wrap .domain-link:before { top: 0; }
  .btn-1 { width: 100%; padding-left: 0; padding-right: 0; }
  .sec { padding: 30px 0; }
  .sec-bg-img { min-height: 0; padding: 30px 20px; }
  h1 { font-size: 50px; line-height: 55px; }
  h2, .h2 { font-size: 36px; line-height: 40px; margin-bottom: 15px; }
  .sec-title h2, .sec-title .h2, #title-slider h2, #title-slider .h2 { font-size: 36px; line-height: 40px; margin-bottom: 15px; }
  h3 { font-size: 30px; line-height: 35px; }
  .head-wrap { margin-bottom: 36px; }
  #aside-menu { top: 80px; }
  .h-wrap .logo-wrap a img { width: 150px; }
  #header, .h-wrap { height: 80px; }
  .b-search#b-search-top { padding: 14px 0; }
  #title-slider .slide { min-height: initial; padding-top: 0; }
  #title-slider .container { padding-top: 70px; }
  .sec-title.sec-bg-img { min-height: 0; }
  .sec-title.sec-bg-img h2, .sec-title.sec-bg-img .h2 { padding-top: 20px; }
  .sec-title #title-slider { margin-top: -60px; }
  .sec-stat .stat-list { margin-top: 41px; margin-bottom: 30px; }
  .list-sections .item .col-desc, .str-list .item .col-desc, .about-list .item .col-desc, .production-stage-list .item .col-desc { padding: 20px 50px; }
  .list-sections .item .col-desc .head-wrap, .str-list .item .col-desc .head-wrap, .about-list .item .col-desc .head-wrap, .production-stage-list .item .col-desc .head-wrap { margin-bottom: 10px; }
  .list-sections .item .col-desc .b-ttl, .str-list .item .col-desc .b-ttl, .about-list .item .col-desc .b-ttl, .production-stage-list .item .col-desc .b-ttl { font-size: 30px; line-height: 35px; }
  .form-partner .webform-component--name.contact-name, .form-partner .webform-component--phone { width: 100%; }
  .form-partner .webform-component--name.contact-name { margin-right: 0; }
  .form-partner .form-submit { width: 100%; margin-right: 0; margin-bottom: 20px; }
  .form-partner .btn-1 { width: 100%; text-align: center; }
  .form-write-us .webform-component--name, .form-write-us .webform-component--phone { display: block; width: 100%; }
  .form-write-us .webform-component--name { margin-right: 0; }
  .sec-map .col-l > img { height: auto; }
  .sec-map .col-r { padding: 40px; }
  .post-contact-list .item { padding-left: 0; padding-right: 0; }
  .post-contact-list .item-wrap { padding: 25px; }
  .sec-geography .col-r { padding: 25px 15px; }
  .geography-list .item { padding: 15px; text-align: center; }
  #prod-slider .slide-wrap { height: 490px; padding-top: 0; padding-bottom: 0; }
  #prod-slider .slide-wrap .container { padding-left: 15px; padding-right: 15px; }
  #prod-slider .col-img img { height: 450px; }
/*  #prod-slider .owl-nav { display: none; }*/
  #prod-slider .owl-nav{top:15%;}
  #prod-slider .owl-nav button.owl-next, #prod-slider .owl-nav button.owl-prev { width: 40px; height: 40px;background-size:contain;}
  .catalog-item .desc-bottom { margin-top: 20px; }
  #footer { padding: 20px; }
  #footer .row-top { margin-bottom: 35px; }
  #footer .row-bottom { flex-direction: column; }
  #footer .f-col { margin: 0 auto 30px; text-align: center; }
  #footer .f-col:last-child { margin-bottom: 0; } }
@media screen and (max-width: 420px) { .news-list .img, .news-list-2 .img { margin-bottom: 0; }
  .panel-disclaimer{
    padding:20px 0 20px 35px;
  }
  .dialog-prod-details .b-ttl {
    font-size:28px;
    line-height:37px;
  }
  .news-list .date, .news-list-2 .date { float: none; margin-top: -30px; padding-right: 20px; right:0; top:40px; }
  .news-list-2 .col-xs-12{margin-bottom:20px !important;}
  .footer .row-top{justify-content:center;}
  .b-search .form-text{width:87%;}
  #prod-slider .slide-wrap { height: 360px; }
  #prod-slider .col-img img { height: 320px; }
  #prod-slider .b-ttl { font-size: 25px; line-height: 26px; }
  #prod-slider .s-ttl { font-size: 20px; line-height: 23px; } }
#w-load { display: none !important; }
.header__left :last-child {
  margin-left: 10px;
}

.mt40 {
  margin-top: 40px;
}

.desc.ttl.copy {
  font: 400 12px/14px 'Arial';
}

footer .row-bottom .f-col * {
  font-size: 20px;
  text-transform: uppercase;
}

.desc.pegas {
  font: 500 12px/14px 'Arial';
}

.desc.pegas a {
  font-weight: 700;
}

footer .row-bottom .f-col .btn-1 {
  margin-left: 16px;
  font-size: 15px;
  padding: 8px 9px;
}

.f-col.f-col-last > div:not(:last-of-type) {
  margin-bottom: 16px;
}

.dialog-prod-details.dialog-popup .body > div {
  padding: 50px 50px;
}

.dialog-prod-details.dialog-popup .body > div .caption-form-partners, .dialog-prod-details.dialog-popup .body > div input,  .dialog-prod-details.dialog-popup .body > div textarea {
  margin-bottom: 10px;
}

.review__buttons {
  margin-top: 15px;
}

.dialog-prod-details.dialog-popup .errortext {
  color: #fa211e;
  margin-bottom: 15px;
}

.review-star {
  display: -moz-inline-block;
  display: inline-block;
  width: 14px;
  height: 14px;
  stroke: #2b2b2b;
}

 .review-star svg {
  fill: none;
}

.dialog-prod-details.dialog-popup .review-star:hover {
  /*fill: #FA211E;*/
}

.review-stars-wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: 14px;
}

.review-star.red svg {
  fill: #FA211E;
  stroke: #FA211E;
}

.svg-icon {
  width: 14px;
  height: 14px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.desc-item__review {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #585858;
}

.desc-item.reviews-wrap .prod-stat {
  margin-left: 0;
}

.dialog-prod-details.dialog-popup form textarea {
  font-family: Arial;
}

/*28 09 2022 begun*/

.container-form-partners{
  background-color: #fafafa;
  padding: 0 15px 70px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-form-partners.container{
  padding: 0;
}
.container-decoration-form-partners{
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.04);
  padding: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.decoration-form-partners-close{
  position: absolute;
  top: 17px;
  right: 17px;
  width: 33px;
  height: auto;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.decoration-form-partners-close:hover{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.title-form-partners{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-bottom: 35px;
  padding-top: 65px;
  text-align: center;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checked-form-partners {
  margin-left: 45px;
}
.view-form-partners,
.type-form-partners{
  margin-bottom: 15px;
}
.unit-checked {
  font-size: 14px;
  margin-bottom: 8px;
}
.small-title-form-partners {
  font-size: 16px;
  margin-bottom: 12px;
}
.form-form-partners input[type="text"],
.form-form-partners textarea {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 364px;
  width: 100%;
  padding: 5px 15px;
  margin-left: 20px;
  font-size: 16px;
  font-family: 'PT Serif', serif;
}
html body .form-form-partners textarea[name="textarea"] {
  height: 95px;
  padding: 15px;
}
.caption-form-partners {
  max-width: 235px;
  line-height: 20px;
  font-size: 16px;
}
.form-form-partners {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 625px;
}
.unit-form-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.button-form-partners {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 22px;
  width: 132px;
  cursor: pointer;
}
.form-error {
  border: 1px solid #b01a2e !important;
}
.success-form {
  width: 100%;
  text-align: center;
  font-size: 18px;
  border: 1px solid green;
  padding: 3px 12px;
  margin-top: 10px;
}
.polit {
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 16px 16px;
  background-position: 0 0;
  background-image: url(/local/templates/ia_pegas_chlvz/./images/polit-icon.png);
  background-repeat: no-repeat;
  display: block;
  min-height: 16px;
  font-size: 12px;
  color: #7b7b7b;
}
.button-link {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 141px;
  height: 49px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  line-height: 46px;
  font-weight: 100;
  background-color: transparent;
  font-family: MuseoSansLight;
}
/* 28 09 2022 end*/
.unit-form-partners .mf-captcha {
  max-width: 364px;
}
.mf-captcha__inner {
  display: flex;
  align-items: center;
}
.captcha-left {
  margin-right: 20px;
}
.mf-captcha-hidden {
  display: none;
}
/* End */
/* /local/templates/ia_pegas_chlvz/fonts/fonts.css?1551900460927 */
/* /local/templates/ia_pegas_chlvz/plugins/animate.css?155190048577749 */
/* /local/templates/ia_pegas_chlvz/plugins/chosen/chosen.css?155194112912019 */
/* /local/templates/ia_pegas_chlvz/plugins/custom-scrollbar/jquery.custom-scrollbar.css?15519005013679 */
/* /local/templates/ia_pegas_chlvz/plugins/owl-carousel/owl-carousel.css?15519005024726 */
/* /local/templates/.default/ajax/ajax.min.css?1551900460420 */
/* /local/templates/ia_pegas_chlvz/components/bitrix/search.title/search/style.css?15519005232108 */
/* /local/templates/ia_pegas_chlvz/template_styles.css?171137906685251 */
