

/* Start:/local/templates/vegasat/css/animate.css?166409687877749*/
@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/vegasat/css/slick.css?16394589041846*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/vegasat/css/jquery.fancybox.min.css?170107753612809*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%;}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0;z-index: 10;}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/vegasat/template_styles.css?175222568647071*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkA.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 102;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
button:hover,
input[type='submit']:hover {
  opacity: .8;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1140px;
}
.wrap.big {
  width: 1610px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
body {
  padding-top: 134px;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background: #f6f6f6;
  padding: 0 0 40px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header.shadow {
  box-shadow: rgba(1, 1, 1, 0.4) 0 0 5px;
  padding: 0 0 20px 0;
}
.header.shadow .logo {
  padding-top: 34px;
}
.header.shadow .links {
  padding-top: 24px;
}
.header .logo {
  padding-top: 44px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header nav ul li {
  display: inline-block;
  position: relative;
  padding: 22px 15px;
}
.header nav ul li:hover a {
  color: #ff7f00;
  border-bottom: 1px solid #ff7f00;
}
.header nav ul li:hover ul {
  display: block;
}
.header nav ul li:hover ul li a {
  color: #000;
  border-bottom: 1px solid transparent;
}
.header nav ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.header nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 3;
  padding: 15px 0;
  box-shadow: 0 1px 2px #56565a;
  width: 270px;
  display: none;
}
.header nav ul li ul li {
  display: block;
  padding: 5px 30px;
}
.header nav ul li ul li:hover a {
  display: inline-block;
  color: #ff7f00;
  border-bottom: 1px solid #ff7f00;
}
.header nav ul li ul li:hover .sub {
  display: block;
}
.header nav ul li ul li:hover .sub ul li a {
  color: #000;
  border-bottom: 1px solid transparent;
}
.header nav ul li ul li .sub {
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 2px #56565a;
  z-index: 3;
  top: 0;
  left: 100%;
  width: 600px;
  max-height: 500px;
  padding: 15px;
  display: none;
}
.header nav ul li ul li .sub.with_ul {
  overflow-y: scroll;
}
.header nav ul li ul li .sub ul {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
  box-shadow: none;
  padding: 0;
  column-count: 2;
}
.header nav ul li ul li .sub ul li {
  padding: 0;
}
.header nav ul li ul li .sub ul li a {
  font-weight: 700;
}
.header nav ul li ul li .sub ul li a:hover {
  border-bottom: 1px solid #ff7f00;
}
.header nav ul li ul li .sub ul li ul {
  padding: 5px 10px;
  column-count: 1;
}
.header nav ul li ul li .sub ul li ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.header nav ul li ul li .sub ul li ul li a {
  font-weight: 400;
}
.header nav .phones {
  text-align: center;
}
.header nav .phones a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #ff7f00;
  margin-right: 20px;
}
.header nav .phones a:last-child {
  margin-right: 0;
}
.header .links {
  padding-top: 34px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  font-size: 22px;
}
.header .links a {
  /*display: inline-block;*/
  display: inline-flex;
  color: #999999;
  width: 60px;
  height: 69px;
  line-height: 60px;
  text-align: center;
  position: relative;
  text-decoration: none;
  justify-content: center;
}
.header .links a:hover {
  color: #ff7f00;
}
.header .links a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}
.header .links a .fa {
  vertical-align: middle;
  margin-top: auto;
}

.span#bx_basketFKauiI span {
	top: 4px;
    left: 80%;
    transform: translate(-50%, 0);
    line-height: 1;
    font-size: 15px;
    background: #ff7f00;
    width: 20px;
    height: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

.header .links form {
  position: absolute;
  right: 60px;
  top: 34px;
  z-index: 3;
  display: none;
}

.header .links form:has(input#title-search-input:focus) {
	display: block !important;
}




.header .links form input[type='text'] {
  width: 500px;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.12);
}
.header .links form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: none;
  color: #999999;
}
.header .links .cart {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.12);
  width: 350px;
  padding-bottom: 20px;
  text-align: center;
  display: none;
}
.header .links .cart .name {
  padding: 18px 30px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.header .links .cart .list {
  text-align: left;
  padding: 20px 30px;
  font-size: 16px;
}
.header .links .cart .list .item {
  margin-bottom: 20px;
  padding-left: 20px;
}
.header .links .cart .list .item p {
  font-weight: 700;
  margin-bottom: 10px;
  color: #666;
}
.header .links .cart .result {
  font-size: 18px;
  padding: 20px 0;
  font-weight: 700;
  color: #666;
}
.header .links .cart .result span {
  color: #ff7f00;
}
.header .links .cart button,
.header .links .cart .button {
  width: 100%;
  background: none;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #666;
}
.index-page-slider .item {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 710px;
}
.index-page-slider .item.other .content div img {
  margin-right: 0;
  margin-left: 30px;
}
.index-page-slider .item .content div {
  display: table-cell;
  vertical-align: middle;
  color: #575757;
}
.index-page-slider .item .content div img {
  max-width: 10000000px;
  margin-right: 30px;
}
.index-page-slider .item .content div .top-text {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.index-page-slider .item .content div .name {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}
.index-page-slider .item .content div .name span {
  display: block;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
}
.index-page-slider .item .content div p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
.index-page-slider .item .content div a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 30px;
  background: #575757;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.index-page-slider .item .content div a:hover {
  background: #ff7f00;
}
.index-page-slider .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.index-page-slider .slick-dots li {
  margin: 6px 0;
  height: 3px;
}
.index-page-slider .slick-dots li.slick-active button {
  width: 35px;
  background: #ff7f00;
}
.index-page-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 25px;
  height: 3px;
  background: #cccccc;
}
.index-page-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  right: 30px;
  z-index: 4;
  font-size: 20px;
  color: #666;
}
.index-page-slider .slick-arrow:hover {
  color: #ff7f00;
}
.index-page-slider .slick-arrow.fa-long-arrow-up {
  top: 50%;
  margin-top: -30px;
}
.index-page-slider .slick-arrow.fa-long-arrow-down {
  bottom: 50%;
  margin-bottom: -30px;
}
.index-catalog-block {
  padding: 100px 0 70px;
}
.index-catalog-block h1 {
  font-size: 33px;
  margin-bottom: 30px;
  line-height: 120%;
  color: #434343;
}
.index-catalog-block h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  color: #434343;
}
.index-catalog-block .top-text {
  margin-bottom: 15px;
  color: #434343;
}
.index-catalog-block .product-list {
 /* margin: 0 -16px;*/
}
.index-catalog-block .product-list .item {
  margin: 16px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid #f6f6f6;
  position: relative;
  width: auto;
}
.index-catalog-block .product-list .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 4;
  font-size: 20px;
  color: #ff7f00;
  border: 1px solid #ff7f00;
  filter: grayscale(100%);
}
.index-catalog-block .product-list .slick-arrow:hover {
  filter: none;
}
.index-catalog-block .product-list .slick-arrow.fa-long-arrow-left {
  left: -50px;
}
.index-catalog-block .product-list .slick-arrow.fa-long-arrow-right {
  right: -50px;
}
.index-catalog-block2 {
  padding-bottom: 70px;
}
.index-catalog-block2 h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  color: #434343;
}
.index-catalog-block2 .flex2 .item {
  box-shadow: 0 0 4px rgba(1, 1, 1, 0.1);
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  margin-right: 2.33333%;
  position: relative;
  overflow: hidden;
}
.index-catalog-block2 .flex2 .item:hover:before {
  background: #ff7f00;
  content: "";
  height: 150px;
  left: 0;
  margin-top: -65px;
  position: absolute;
  top: 0;
  transform: skewY(-25deg);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.index-catalog-block2 .flex2 .item:hover a {
  color: #ff7f00;
}
.index-catalog-block2 .flex2 .item:nth-child(4n) {
  margin-right: 0;
}
.index-catalog-block2 .flex2 .item .image {
  margin-bottom: 20px;
  height: 130px;
  line-height: 130px;
  position: relative;
  z-index: 2;
}
.index-catalog-block2 .flex2 .item .image a {
  display: inline;
}
.index-catalog-block2 .flex2 .item .image img {
  max-height: 100%;
}
.index-catalog-block2 .flex2 .item a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
  font-size: 16px;
}
.news-block {
  position: relative;
  padding: 60px 0;
}
.news-block:before {
  background: #f6f6f6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewY(-1.7deg);
  width: 100%;
  z-index: -1;
}
.news-block .block-name {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  color: #434343;
}
.news-block .top-text {
  margin-bottom: 30px;
  color: #434343;
}
.news-block .list {
  margin: 0 -10px;
}
.news-block .list .item {
  margin: 0 10px;
  position: relative;
  height: auto;
}
.news-block .list .item .link {
  /*position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;*/
  text-decoration: none;
}
/*.news-block .list .item div*/ 
.news-block_img, .news-block_text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}
/*.news-block .list .item div:first-child,*/
.news-block_img {
  width: 47%;
}
.news-block_review {
  margin: 20px 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
/*.news-block .list .item div:last-child,*/
.news-block_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 53%;
}
.news-block .list .item div:hover img {
  transform: scale(1.1);
  filter: brightness(110%);
}
.news-block .list .item div img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news-block .list .item div a {
  display: block;
  text-decoration: none;
  color: #666666;
}
.news-block .list .item div a:nth-child(1) {
  margin: 20px 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.news-block .list .item div a:nth-child(1):hover {
  color: #ff7f00;
}
.subscribe-block {
  text-align: center;
  padding: 80px 0;
}
.subscribe-block .block-name {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  color: #434343;
}
.subscribe-block p {
  margin-bottom: 50px;
  color: #434343;
}
.subscribe-block form {
  max-width: 676px;
  margin: 0 auto;
  position: relative;
}
.subscribe-block form input[type='email'] {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 2px solid #d4d4d4;
}
.subscribe-block form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
  height: 45px;
  background: #fff;
  border: 2px solid #d4d4d4;
  text-transform: uppercase;
  font-size: 15px;
}
.subscribe-block form button:hover:after {
  width: 100%;
}
.subscribe-block form button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 2px;
  background: #ff7f00;
}
.footer {
  padding: 20px 0;
  background: #f6f6f6;
}
.footer nav {
  width: 660px;
}
.footer nav p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #666666;
}
.footer nav ul {
  width: 32%;
}
.footer nav ul li a {
  display: block;
  text-decoration: none;
  color: #666666;
}
.footer nav ul li a:hover {
  color: #ff7f00;
}
.footer .contacts {
  color: #666666;
  margin-bottom: 20px;
  line-height: 20px;
  padding-top: 36px;
}
.footer .contacts a {
  display: block;
  text-decoration: none;
  color: #666666;
}
.footer .contacts a:hover {
  color: #ff7f00;
}
.footer .copy {
  line-height: 20px;
  color: #666;
}
.footer .social {
  padding-top: 10px;
}
.footer .social a {
  /*display: inline-block;*/
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #666;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social a:hover {
  color: #fff;
  background: #ff7f00;
}
.footer .social a .fa {
  vertical-align: middle;
}
.mobile-menu {
  padding: 20px 0;
  background: #262626;
  display: none;
}
.mobile-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.mobile-menu .link {
  font-size: 18px;
  position: relative;
}
.mobile-menu .link.active .fa {
  display: none;
}
.mobile-menu .link.active .fa:last-child {
  display: block;
}
.mobile-menu .link .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.mobile-menu .link .fa:last-child {
  display: none;
}
.mobile-menu .menu {
  display: none;
}
.mobile-menu ul li a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu ul li a.active .fa {
  transform: rotate(180deg);
}
.mobile-menu ul li a .fa {
  float: right;
  margin-top: 4px;
}
.mobile-menu ul li ul {
  padding: 0 10px;
  display: none;
}
.mobile-menu ul li ul li .sub {
  padding: 0 10px;
  display: none;
  color: #fff;
}
.mobile-menu ul li ul li .sub p {
  padding: 10px 0;
}
.mobile-menu ul li ul li .sub ul {
  display: block;
}
.navi {
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 8px 15px;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
}
.navi a {
  text-decoration: none;
}
.navi a:hover {
  color: #ff7f00;
}
.navi .fa {
  margin: 0 5px;
}
.catalog-page.other {
  padding-top: 20px;
}
.catalog-page.other .flex nav {
  order: 1;
}
.catalog-page.other .flex .catalog-content {
  order: 0;
}
.catalog-page h1 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 26px;
}
.catalog-page nav {
  width: 23%;
}
.catalog-page nav ul {
  margin-bottom: 30px;
  padding: 0;
  /*margin: 0;*/
  list-style: none;
}
.catalog-page nav ul li {
  position: relative;
}
.catalog-page nav ul li span {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 33px;
  background: #ff7f00;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.catalog-page nav ul li span.active .fa {
  transform: translate(-50%, -50%) rotate(180deg);
}
.catalog-page nav ul li span .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 30px;
}
.catalog-page nav ul li a {
  display: block;
  text-decoration: none;
  background: #303030;
  color: #fff;
  padding: 5px 60px 5px 10px;
  position: relative;
  border: 1px solid #ddd;
}
.catalog-page nav ul li ul {
  display: none;
  margin-bottom: 0;
}
.catalog-page nav ul li ul li a {
  background: #fff;
  color: #666666;
  font-weight: 700;
  padding: 1px 10px;
  transition: all 0.3s;
}

.catalog-page nav ul li ul li a:hover {
    color: #ff7f00;
}
.catalog-page nav .brands {
  padding: 20px 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  margin-bottom: 30px;
}
.catalog-page nav .brands p {
  line-height: 18px;
  margin-bottom: 20px;
  border-left: 2px solid #ff7f00;
  padding: 0 60px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  cursor: pointer;
}
.catalog-page nav .brands p.active span .fa {
  transform: translate(-50%, -50%) rotate(180deg);
}
.catalog-page nav .brands p span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 27px;
  background: #ff7f00;
}
.catalog-page nav .brands p span .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 24px;
}
.catalog-page nav .brands .checks {
  height: 300px;
  overflow-y: scroll;
  display: none;
}
.catalog-page nav .brands .checks .check {
  position: relative;
}
.catalog-page nav .brands .checks .check input {
  position: absolute;
  left: 0;
  top: 6px;
}
.catalog-page nav .brands .checks .check label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
}
.catalog-page nav .prices {
  padding: 20px 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  margin-bottom: 30px;
}
.catalog-page nav .prices .name {
  line-height: 18px;
  margin-bottom: 20px;
  border-left: 2px solid #ff7f00;
  padding: 0 60px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  position: relative;
}
.range_price-wrap {
  display: flex;
}
.range_price-wrap input.range_price {
  max-width: 45%;
  text-align: center;
}
.catalog-page nav .prices input[type='text'] {
  margin-bottom: 15px;
  color: #999999;
}
.catalog-page nav .prices .ui-widget.ui-widget-content {
  border: 0;
}
.catalog-page nav .prices .ui-widget-content {
  background: #eee;
}
.catalog-page nav .prices .ui-slider-horizontal {
  height: 3px;
}
.catalog-page nav .prices .ui-widget-header {
  background: #ff7f00;
}
.catalog-page nav .prices .ui-state-default,
.catalog-page nav .prices .ui-widget-content .ui-state-default,
.catalog-page nav .prices .ui-widget-header .ui-state-default,
.catalog-page nav .prices .ui-button,
.catalog-page nav .prices html .ui-button.ui-state-disabled:hover,
.catalog-page nav .prices html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 5px;
  height: 12px;
  background: #ff7f00;
  margin: -1px 0 0 -3px;
}
.catalog-page nav .button {
  padding: 20px 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  margin-bottom: 30px;
  text-align: center;
}
.catalog-page nav .button button {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 30px;
  background: #575757;
}
.catalog-page nav .button button:hover {
  opacity: 1;
  background: #ff7f00;
}
.catalog-page .catalog-content {
  width: 74%;
}
.catalog-page .catalog-content .index-catalog-block2 {
  padding-bottom: 0;
}
.catalog-page .catalog-content .index-catalog-block2 .item {
  padding: 20px;
}
.catalog-page .catalog-content .index-catalog-block2 .item a {
  line-height: 18px;
}
.catalog-page .catalog-content h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  color: #434343;
}
.catalog-page .catalog-content .sort {
  margin-bottom: 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  padding: 20px;
}
.catalog-page .catalog-content .sort .types a {
  margin-right: 15px;
  color: #999999;
  font-size: 16px;
  display: inline-block;
  line-height: 30px;
}
.catalog-page .catalog-content .sort .types a.active {
  color: #ff7f00;
}
.catalog-page .catalog-content .sort .types a:last-child {
  margin-right: 0;
}
.catalog-page .catalog-content .sort .types a .fa {
  vertical-align: middle;
}
.catalog-page .catalog-content .sort select {
  color: #434343;
  border: 1px solid #eeeeee;
  width: 175px;
  height: 30px;
  padding: 0 20px;
}
.catalog-page .catalog-content .sort p {
  line-height: 30px;
  color: #999999;
}
.product-list .item {
  width: 32%;
  margin-bottom: 40px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  border: 1px solid #f6f6f6;
}
.product-list .item:hover {
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 16px;
}
.product-list .item .link {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  font-size: 12px;
  background: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.product-list .item .link.active,
.product-list .item .link:hover {
  color: #fff;
  border: 1px solid #ff7f00;
  background: #ff7f00;
}
.product-list .item .link.compare-btn {
  top: 50px;
}
.product-list .item .link.compare-btn input,
.info .buttons .compare-btn input,
.info .buttons .compare-btn span,
.product-list .item .link.favorite-btn input,
.info .buttons .favorite-btn input,
.info .buttons .favorite-btn span {
  display: none;
}
.product-list .item .link.favorite-btn {
  top: 85px;
}
.product-list .item .link_item-wrap {
  text-decoration: none;
}
.product-list .item_name {
  font-weight: 700;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666666;
  line-height: 18px;
}

.product-list .item_name span {
    font-weight: 700;
}
.product-list .item .image {
  height: 290px;
  line-height: 290px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.product-list .item .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-list .item .image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
  object-fit: contain;
}
.product-list .item .info {
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
}
.product-list .item .info a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666666;
  line-height: 18px;
}
.product-list .item .info .rating {
  margin-bottom: 10px;
  color: #ff7f00;
}
.product-list .item .info .price {
  color: #666666;
  font-size: 20px;
}
.product-list .item .info .price .product-item-price-old {
  font-size: 16px;
  text-decoration: line-through;
  color: #ff7f00;
}
.product-list .item button {
  width: 100%;
  height: 40px;
  background: #ff7f00;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.product-list .item button.other {
  pointer-events: none;
  background: #afafaf;
}
.product-list.LINE .item {
  margin-bottom: 30px;
  background: #f6f6f6;
  /*padding: 30px 270px 30px 340px;*/
  position: relative;
  width: auto;
}
.product-list.LINE .item:hover {
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 16px;
}
.product-list.LINE .item .link {
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  font-size: 12px;
  background: #fff;
}
.product-list.LINE .item .link.active,
.product-list.LINE .item .link:hover {
  color: #fff;
  border: 1px solid #ff7f00;
  background: #ff7f00;
}
.product-list.LINE .item .link.compare-btn {
  top: 40px;
}
.product-list.LINE .item .link.compare-btn input {
  display: none;
}
.product-list.LINE .item .link.favorite-btn {
  top: 75px;
}
.product-list.LINE .item .image {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 300px;
  height: calc(100% - 2px);
  background: #fff;
}
.product-list.LINE .item .image img {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;*/
  max-width: 100%;
}
.product-list.LINE .item .name {
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666666;
  line-height: 18px;
}
.product-list.LINE .item p {
  font-style: italic;
  margin-bottom: 30px;
  color: #999999;
}
.product-list.LINE .item .rating {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ff7f00;
}
.product-list.LINE .item .price {
  color: #666666;
  font-size: 20px;
  margin-right: 40px;
}
.product-list.LINE .item button {
  width: 120px;
  height: 40px;
  background: #ff7f00;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.product-list.LINE .item button.other {
  pointer-events: none;
  background: #afafaf;
}
.product-list.LINE .item .preview-text {
  font-style: normal;
  color: #000;
  margin: 20px 0 0 0;
  width: 200%;
}
.catalog-page .catalog-content .pages {
  padding: 10px;
  margin: 20px 0;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  text-align: center;
}
.catalog-page .catalog-content .pages a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #eee;
  color: #999999;
  margin: 0 2px;
}
.catalog-page .catalog-content .pages a:hover {
  color: #ff7f00;
  border: 1px solid #ff7f00;
}
.catalog-page .catalog-content .pages a .fa {
  vertical-align: middle;
  font-size: 16px;
}
.catalog-page .catalog-content .pages span {
  margin: 0 5px;
  color: #999999;
}
.catalog-page .catalog-text {
  padding-bottom: 10px;
}
.catalog-page .catalog-text h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
}
.catalog-page .catalog-text p {
  margin-bottom: 20px;
  line-height: 20px;
  color: #575757;
}
.catalog-page .catalog-text ul {
  padding: 0 0 15px 20px;
  list-style: disc;
}
.catalog-page .catalog-text ul li {
  margin-bottom: 5px;
  line-height: 20px;
  color: #575757;
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 6;
  width: 40px;
  height: 40px;
  background: #ccc;
  opacity: 0;
}
.totop.opened {
  opacity: 1;
}
.totop:hover {
  background: #ff7f00;
}
.totop .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.popup .window {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 830px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: rgba(1, 1, 1, 0.5) 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.popup .window .close {
  position: absolute;
  top: -10px;
  right: -10px;
  text-decoration: none;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup .window .image {
  width: 40%;
}
.popup .window .text {
  width: 57%;
}
.popup .window .text .name {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  font-size: 24px;
}
.popup .window .text .price {
  padding: 15px 0;
  font-weight: 700;
  color: #666;
  font-size: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.popup .window .text .flex {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 15px;
}/*
.popup .window .text .flex input {
  width: 30%;
  height: 45px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}*/
.popup .window .text .flex button,
.popup .window .text .flex .button {
  width: 65%;
  height: 45px;
  background: #ff7f00;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.popup .window .text p {
  font-size: 15px;
  color: #575757;
}
.product-list.LINE a.link_item-wrap {
  display: flex;
  flex-direction: row;
    height: unset;
}

.product-list.LINE .item .image {
  position: relative;
  height: auto;
  display: flex;
    justify-content: center;
    align-items: center;
}

.item_content {
  width: 60%;
  padding: 15px;
}

.product-list.LINE .item .preview-text {
  white-space: normal;
  width: 100%;
}


.product-slider {
  padding: 100px 0 70px;
}
.product-slider h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  color: #434343;
}
.product-slider .top-text {
  margin-bottom: 15px;
  color: #434343;
}
.product-slider .product-list {
  margin: 0 -16px;
}
.product-slider .product-list .item {
  margin: 16px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid #f6f6f6;
  position: relative;
  width: auto;
}
.product-slider .product-list .item .info {
  width: auto;
}
.product-slider .product-list .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 5;
  font-size: 20px;
  color: #ff7f00;
  border: 1px solid #ff7f00;
  filter: grayscale(100%);
}
.product-slider .product-list .slick-arrow:hover {
  filter: none;
}
.product-slider .product-list .slick-arrow.fa-long-arrow-left {
  left: -50px;
}
.product-slider .product-list .slick-arrow.fa-long-arrow-right {
  right: -50px;
}

.delivery_time {
  display: none;
}

.time_data-form{
  display: none !important;
}

.content-page {
  padding-bottom: 30px;
  position: relative;
}
.content-page h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.content-page p {
  margin-bottom: 20px;
  line-height: 20px;
}
.content-page ul {
  margin-bottom: 20px;
  padding-left: 25px;
  list-style: disc;
  line-height: 20px;
}
.content-page table {
  width: 100%;
  margin-bottom: 20px;
}
.content-page table tr:nth-child(2n) {
  background: #f9f9f9;
}
.content-page table tr td {
  border: 1px solid #ddd;
  padding: 8px;
}
.content-page table tr td[colspan='2'] {
  font-weight: 700;
  background: #EEE;
}
.popup.fastview .window,
.popup.subscribe .window,
.popup.review  .window,
 .popup.added .window{
    border-radius: 0;
    border: 2px solid orange;
    width: 75%;
    max-width: 500px;
}

.popup.fastview .window {
max-width: 830px;	
}


.popup.fastview .window .close,
.popup.subscribe .window .close,
.popup.review .window .close,
 .popup.added .window .close{
    background: #fff;
    color: orange;
    border-radius: 0;
    border-color: orange;
	display: flex;
    align-items: center;
    justify-content: center;
}

.popup.subscribe .window .flex,
 .popup.review .window .flex,
 .popup.added .window .flex{
    align-items: center;
}

.size_h6 {
    font-weight: normal;
    color: #434343;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.brand-name-2 {
    color: #999999;
    font-style: italic;
    text-transform: capitalize;
}

.review-author {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.review-data {
    font-size: 16px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 16px;
    margin-bottom: 10px;
}

.review-answer {
    background-color: #eee;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.review-author:hover {
    color: #ff7f00;
}

.review-estimation i.fa.fa-star, .review-estimation i.fa.fa-star-o {
    color: #ff7f00;
}

.bx-blue .btn.btn-default {
	background-color: #fe8c20;
    border-color: #ff7f00;
}

.bx-blue .btn.btn-default:hover {
	background-color: #df740f;
    border-color: #fe8c20;
}

.content-page  .bx-soa-section.bx-selected {
    border: 1px solid #fe8c20;
}

.content-page  .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: #fe8c20;
}

.content-page .form-group .form-control:focus {
    border-color: #fe8c20;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(254 140 32);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(254 140 32);
}

.payment span.payment-title {
    font-size: large;
    font-family: tahoma, arial, helvetica, sans-serif;
}

.payment span.payment-subtitle {
    font-size: small; 
    font-family: tahoma, arial, helvetica, sans-serif;"
}

.content-page ul {
	
}

.index-catalog-block .product-list.CARD {
    height: auto;
    box-sizing: border-box;
    /*max-height: 440px;*/
	padding: 0 30px;
}

 .index-catalog-block .product-list.CARD .item {
    max-height: 455px;
}

.index-catalog-block .product-list.CARD .item div[data-entity] {
    height: 100% !important;
}

.index-catalog-block .product-list.CARD .item div[data-entity].price {
    height: auto !important;
}



.index-catalog-block .product-list.CARD .slick-arrow.fa-long-arrow-left {
    left: 5px;
}

.index-catalog-block .product-list.CARD .slick-arrow.fa-long-arrow-right {
    right: 5px;
}

.item-page .photos .slider-nav .item {
    height: unset;
}

.item-page .photos .slider-for {
    max-height: 80%;
}


div.news-list img.preview_picture {width: 290px;height: 180px;object-fit: cover;}  

.wrap.same-goods .product-list.CARD .item {
    max-height: 470px;
}

.catalog-page .catalog-content .pages {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-page .catalog-content .pages a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fastview .text .flex .buttons {
	width: 50%;
}


.title-search-result {
    background-color: #fff;
    z-index: 101;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 0 10px rgb(1 1 1 / 12%);
}

.search-title-result-item {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    padding: 10px;
}

.search-title-result-last-item, .search-title-result-item:last-child {
    border: none;
}

.search-title-result-last-item a.search-title-result-item-link, .search-title-result-item:last-child a.search-title-result-item-link {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    background-color: #ff8c40;
    border-radius: 4px;
    transition: all 0.3s;
}

.search-title-result-last-item a.search-title-result-item-link:hover, .search-title-result-item:last-child a.search-title-result-item-link:hover {
    background-color: #f76f15;
}

div#modef {
    background-color: #fff;
}

.index-page-slider .item .content div .name {
    text-transform: uppercase;
}

a.link_item-wrap {
    height: 100%;
}

a.link_item-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}

.product-list .item .info {
    flex-grow: 1;
}

div[data-entity="item"] {
    height: auto !important;
}

.product-list.CARD {
    margin-bottom: 40px;
}

.vegatell_brand_page .flex nav {
  width: 22%;
}

.vegatell_brand_page .flex .catalog-content {
  width: 75%;
}

.catalog-content h2{
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 24px;
  color: #434343;
}
.catalog-content > .sort{
  margin-bottom: 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  padding: 20px;
}
.a1,.a2 {
  color: #999999;
}
.a1{
  margin-right: 10px;

}
.a1.active,.a2.active {
  color: #ff7f00;
}
.catalog-content select{
  color: #434343;
  border: 1px solid #eeeeee;
  width: 175px;
  height: 30px;
  padding: 0 20px;
  margin-bottom: 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;

}
.a2:hover .basket-item-list{
  display: block;
}
@media (max-width: 767px) {
  .vegatell_brand_page >.flex{
    flex-direction: column;
  }
  .vegatell_brand_page >.flex>nav{
    width: 100%;
    margin-bottom: 40px;
  }
  .vegatell_brand_page >.flex>.catalog-content{
    width: 100%;
    margin-bottom: 40px;
  }
.smartfilter>div:last-child{
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    text-align: center;
  } 
  .smartfilter>div:last-child>div>div>div>input{
    width: 130px;
  } 
  .smartfilter>div:last-child>div>div{
  }
  .smartfilter>div:last-child>div{
    padding: 20px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  } 

}
@media (max-width: 565px) {
 
  .catalog-content > .sort > p{
    display: none;
  }

}

.catalog-top-links{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.catalog-top-links a{
  padding: 5px 10px;
  border-radius: 15px;
  text-decoration: none;
  background-color: #666666;
  color: #fff;
}
.catalog-top-links a:hover{
  background-color: #4e4e4e;
}

.info .buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: left;
	-ms-flex-pack: justify;
	justify-content: left;
}
.item-page .info button.compare-btn,
.item-page .info button.favorite-btn {
    background: #fff;
    margin-left: 6px;
    width: 40px;
    color: #aebcb9;
    border: 1px solid #aebcb9;
}
.item-page .info button.compare-btn.active,
.item-page .info button.favorite-btn.active {
    background: #ff7f00;
    color: #fff;
    border: 0;
}

 .footer_doc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .footer_doc a {
    color: #666;
  }
  @media (max-width: 991px) {
    .footer_doc {
        grid-template-columns: 1fr;
    }
}

.main-form-checkbox {
        /* display: none; */
              position: absolute;
  z-index: 0;
  left: -9999999px;
    }
    
    .main-form-label-check {
        display: flex;
        align-items: start;
        color: #000;
        font-size: 12px;
        letter-spacing: -0.28px;
        margin-bottom: 5px;
        text-align: left;
    }
    
    .main-form-label-check a {
        color: inherit;
    }
    
    .main-form-label-check span {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        background: transparent;
        margin-right: 15px;
        flex-shrink: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        letter-spacing: -0.28px;
    }
    
    .main-form-label-check span svg {
        display: none;
    }
    
    .main-form-checkbox:checked~.main-form-label-check span svg {
        display: block;
    }

    .item-page .reviews textarea.message {
      margin-bottom: 20px;
    }
/* End */


/* Start:/local/templates/vegasat/css/style.css?173503082153715*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkA.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkA.ttf) format('truetype');
}

* {
  box-sizing: border-box;
}

.up {
  text-transform: uppercase;
}

.none {
  text-decoration: none;
}

.th {
  font-weight: 100;
}

.el {
  font-weight: 200;
}

.l {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.med {
  font-weight: 500;
}

.sb {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.eb {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.un {
  text-decoration: underline;
}

.in {
  display: inline-block;
}

.vam {
  vertical-align: middle;
}

.rel {
  position: relative;
}

.bl {
  display: block;
}

.abs {
  position: absolute;
}

.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tc {
  display: table-cell;
  vertical-align: middle;
}

.dn {
  display: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.it {
  font-style: italic;
}

.sn {
  font-style: normal;
}

.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 13;
  display: none;
}

.b0 {
  border: 0;
}

.bn {
  background: none;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wa {
  width: auto;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.poi {
  cursor: pointer;
}

.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.noup {
  text-transform: none;
}

.fix {
  position: fixed;
}

.tn {
  transform: none;
}

.bf {
  background: #fff;
}

.cf {
  color: #fff;
}

.c0 {
  color: #000;
}

.ap {
  appearance: none;
}

.nw {
  white-space: nowrap;
}

.ma {
  margin: 0 auto;
}

.oh {
  overflow: hidden;
}

.pen {
  pointer-events: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
}

body,
th,
td {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img,
table {
  border: none;
}

table {
  border-collapse: collapse;
}

table td {
  padding: 0;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}

button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}

button:hover,
input[type='submit']:hover {
  opacity: .8;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
  display: block;
}

.wrap {
  margin: 0 auto;
  width: 1140px;
}

.wrap.big {
  width: 1610px;
}

* {
  outline: none !important;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

body {
  padding-top: 134px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: #f6f6f6;
  padding: 0 0 40px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header.shadow {
  box-shadow: rgba(1, 1, 1, 0.4) 0 0 5px;
  padding: 0 0 20px 0;
}

.header.shadow .logo {
  padding-top: 34px;
}

.header.shadow .links {
  padding-top: 24px;
}

.header .logo {
  padding-top: 44px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header nav ul li {
  display: inline-block;
  position: relative;
  padding: 22px 15px;
}

.header nav ul li:hover a {
  color: #ff7f00;
  border-bottom: 1px solid #ff7f00;
}

.header nav ul li:hover ul {
  display: block;
}

.header nav ul li:hover ul li a {
  color: #000;
  border-bottom: 1px solid transparent;
}

.header nav ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.header nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 3;
  padding: 15px 0;
  box-shadow: 0 1px 2px #56565a;
  width: 270px;
  display: none;
}

.header nav ul li ul li {
  display: block;
  padding: 5px 30px;
}

.header nav ul li ul li:hover a {
  display: inline-block;
  color: #ff7f00;
  border-bottom: 1px solid #ff7f00;
}

.header nav ul li ul li:hover .sub {
  display: block;
}

.header nav ul li ul li:hover .sub ul li a {
  color: #000;
  border-bottom: 1px solid transparent;
}

.header nav ul li ul li .sub {
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 2px #56565a;
  z-index: 3;
  top: 0;
  left: 100%;
  width: 600px;
  max-height: 500px;
  padding: 15px;
  display: none;
}

.header nav ul li ul li .sub.with_ul {
  overflow-y: scroll;
}

.header nav ul li ul li .sub ul {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
  box-shadow: none;
  padding: 0;
  column-count: 2;
}

.header nav ul li ul li .sub ul li {
  padding: 0;
}

.header nav ul li ul li .sub ul li a {
  font-weight: 700;
}

.header nav ul li ul li .sub ul li a:hover {
  border-bottom: 1px solid #ff7f00;
}

.header nav ul li ul li .sub ul li ul {
  padding: 5px 10px;
  column-count: 1;
}

.header nav ul li ul li .sub ul li ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.header nav ul li ul li .sub ul li ul li a {
  font-weight: 400;
}

.header nav .phones {
  text-align: center;
}

.header nav .phones a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #ff7f00;
  margin-right: 20px;
}

.header nav .phones a:last-child {
  margin-right: 0;
}

#yandex_id {
  width: 215px;
  align-content: center;
  z-index: 1;
}

.header .bx-authform-social {
  align-content: center;
}

.header .links {
  display: flex;
  padding-top: 34px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}

.header .links a {
  display: inline-block;
  color: #999999;
  width: 60px;
  height: 69px;
  line-height: 60px;
  text-align: center;
  position: relative;
  text-decoration: none;
}

.header .links .a1 {
  margin-right: 0;
}

.header .links a:hover {
  color: #ff7f00;
}

.header .links a span {
  position: absolute;
  left: 80%;
  transform: translateX(-50%);
  top: 4px;
  line-height: 1;
  font-size: 15px;
  background: #ff7f00;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  padding: 2px;
  box-sizing: border-box;
}

.header .links a .fa {
  vertical-align: middle;
}

.header .links form {
  position: absolute;
  right: 60px;
  top: 34px;
  z-index: 3;
  display: none;
}

.header .links form input[type='text'] {
  width: 500px;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.12);
}

.header .links form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: none;
  color: #999999;
}

.header .links .cart {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.12);
  width: 350px;
  padding-bottom: 20px;
  text-align: center;
  display: none;
  overflow: auto;
  max-height: 60vh;
}
@media (max-width: 767px){
  .header .links a {
    height: 60px;
}
}


.header .links .cart .name {
  padding: 18px 30px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.header .links .cart .list {
  text-align: left;
  padding: 20px 30px;
  font-size: 16px;
}

.header .links .cart .list .item {
  margin-bottom: 20px;
  padding-left: 20px;
}

.header .links .cart .list .item p {
  font-weight: 700;
  margin-bottom: 10px;
  color: #666;
}

.header .links .cart .result {
  font-size: 18px;
  padding: 20px 0;
  font-weight: 700;
  color: #666;
}

.header .links .cart .result span {
  color: #ff7f00;
}

.header .links .cart button {
  width: 100%;
  background: none;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  font-weight: 700;
  color: #666;
}

.index-page-slider .item {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 710px;
}

.index-page-slider .item.other .content div img {
  margin-right: 0;
  margin-left: 30px;
}

.index-page-slider .item .content div {
  display: table-cell;
  vertical-align: middle;
  color: #575757;
}

.index-page-slider .item .content div img {
  max-width: 10000000px;
  margin-right: 30px;
}

.index-page-slider .item .content div .top-text {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.index-page-slider .item .content div .name {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

.index-page-slider .item .content div .name span {
  display: block;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
}

.index-page-slider .item .content div p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.index-page-slider .item .content div a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 30px;
  background: #575757;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.index-page-slider .item .content div a:hover {
  background: #ff7f00;
}

.index-page-slider .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.index-page-slider .slick-dots li {
  margin: 6px 0;
  height: 3px;
}

.index-page-slider .slick-dots li.slick-active button {
  width: 35px;
  background: #ff7f00;
}

.index-page-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 25px;
  height: 3px;
  background: #cccccc;
}

.index-page-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  right: 30px;
  z-index: 4;
  font-size: 20px;
  color: #666;
}

.index-page-slider .slick-arrow:hover {
  color: #ff7f00;
}

.index-page-slider .slick-arrow.fa-long-arrow-up {
  top: 50%;
  margin-top: -30px;
}

.index-page-slider .slick-arrow.fa-long-arrow-down {
  bottom: 50%;
  margin-bottom: -30px;
}

.index-catalog-block {
  padding: 100px 0 70px;
}

.index-catalog-block h1 {
  font-size: 33px;
  margin-bottom: 30px;
  line-height: 120%;
  color: #434343;
}

.index-catalog-block h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  color: #434343;
}

.index-catalog-block .top-text {
  margin-bottom: 15px;
  color: #434343;
}

.index-catalog-block .list {
  margin: 0 -16px;
}

.index-catalog-block .list .item {
  margin: 16px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid #f6f6f6;
  position: relative;
}

.index-catalog-block .list .item:hover {
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 16px;
}

.item_name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666666;
  line-height: 18px;
}

.index-catalog-block .list .item .link {
  text-decoration: none;
}

.index-catalog-block .list .item .image {
  height: 290px;
  line-height: 290px;
}

.index-catalog-block .list .item .image img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.index-catalog-block .list .item .info {
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
}

.index-catalog-block .list .item .info a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666666;
  line-height: 18px;
}

.index-catalog-block .list .item .info .rating {
  margin-bottom: 10px;
  color: #ff7f00;
}

.index-catalog-block .list .item .info .price {
  color: #666666;
  font-size: 20px;
}

.index-catalog-block .list .slick-arrow {
 
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 3;
  font-size: 20px;
  color: #ff7f00;
  border: 1px solid #ff7f00;
  filter: grayscale(100%);
}

.index-catalog-block .list .slick-arrow:hover {
  filter: none;
}

.index-catalog-block .list .slick-arrow.fa-long-arrow-left {
  left: -50px;
}

.index-catalog-block .list .slick-arrow.fa-long-arrow-right {
  right: -50px;
}

.index-catalog-block2 {
  padding-bottom: 70px;
}

.index-catalog-block2 h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  color: #434343;
}

.index-catalog-block2 .flex2 .item {
  box-shadow: 0 0 4px rgba(1, 1, 1, 0.1);
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  margin-right: 2.33333%;
  position: relative;
  overflow: hidden;
}

.index-catalog-block2 .flex2 .item:hover:before {
  background: #ff7f00;
  content: "";
  height: 150px;
  left: 0;
  margin-top: -65px;
  position: absolute;
  top: 0;
  transform: skewY(-25deg);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.index-catalog-block2 .flex2 .item:hover a {
  color: #ff7f00;
}

.index-catalog-block2 .flex2 .item:nth-child(4n) {
  margin-right: 0;
}

.index-catalog-block2 .flex2 .item .image {
  margin-bottom: 20px;
  height: 130px;
  line-height: 130px;
  position: relative;
  z-index: 2;
}

.index-catalog-block2 .flex2 .item .image a {
  display: inline;
}

.index-catalog-block2 .flex2 .item .image img {
  max-height: 100%;
}

.index-catalog-block2 .flex2 .item a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
  font-size: 16px;
}

.news-block {
  position: relative;
  padding: 60px 0;
}

.news-block:before {
  background: #f6f6f6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewY(-1.7deg);
  width: 100%;
  z-index: -1;
}

.news-block .block-name {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  color: #434343;
}

.news-block .top-text {
  margin-bottom: 30px;
  color: #434343;
}

.news-block .list {
  margin: 0 -10px;
}

.news-block .list .item {
  margin: 0 10px;
  position: relative;
}

.news-block .list .item .link {
  /*position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;*/
  text-decoration: none;
}

/*.news-block .list .item div*/
.news-block_img,
.news-block_text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}

/*.news-block .list .item div:first-child,*/
.news-block_img {
  width: 47%;
}

.news-block_review {
  margin: 20px 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

/*.news-block .list .item div:last-child,*/
.news-block_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 53%;
}

.news-block .list .item div:hover img {
  transform: scale(1.1);
  filter: brightness(110%);
}

.news-block .list .item div img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news-block .list .item div a {
  display: block;
  text-decoration: none;
  color: #666666;
}

.news-block .list .item div a:nth-child(1) {
  margin: 20px 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

.news-block .list .item div a:nth-child(1):hover {
  color: #ff7f00;
}

.subscribe-block {
  text-align: center;
  padding: 80px 0;
}

.subscribe-block .block-name {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  color: #434343;
}

.subscribe-block p {
  margin-bottom: 50px;
  color: #434343;
}

.subscribe-block form {
  max-width: 676px;
  margin: 0 auto;
  position: relative;
}

.subscribe-block form input[type='text'] {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 2px solid #d4d4d4;
}

.subscribe-block form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
  height: 45px;
  background: #fff;
  border: 2px solid #d4d4d4;
  text-transform: uppercase;
  font-size: 15px;
}

.subscribe-block form button:hover:after {
  width: 100%;
}

.subscribe-block form button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 2px;
  background: #ff7f00;
}

.footer {
  padding: 20px 0;
  background: #f6f6f6;
}

.footer nav {
  width: 660px;
}

.footer nav p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #666666;
}

.footer nav ul {
  width: 32%;
}

.footer nav ul li a {
  display: block;
  text-decoration: none;
  color: #666666;
}

.footer nav ul li a:hover {
  color: #ff7f00;
}

.footer .contacts {
  color: #666666;
  margin-bottom: 20px;
  line-height: 20px;
  padding-top: 36px;
}

.footer .contacts a {
  display: block;
  text-decoration: none;
  color: #666666;
}

.footer .contacts a:hover {
  color: #ff7f00;
}

.footer .copy {
  line-height: 20px;
  color: #666;
}

.footer .social {
  padding-top: 10px;
}

.footer .social a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #666;
}

.footer .social a:hover {
  color: #fff;
  background: #ff7f00;
}

.footer .social a .fa {
  vertical-align: middle;
}

.mobile-menu {
  padding: 20px 0;
  background: #262626;
  display: none;
}

.mobile-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.mobile-menu .link {
  font-size: 18px;
  position: relative;
}

.mobile-menu .link.active .fa {
  display: none;
}

.mobile-menu .link.active .fa:last-child {
  display: block;
}

.mobile-menu .link .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.mobile-menu .link .fa:last-child {
  display: none;
}

.mobile-menu .menu {
  display: none;
}

.mobile-menu ul li a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu ul li a.active .fa {
  transform: rotate(180deg);
}

.mobile-menu ul li a .fa {
  float: right;
  margin-top: 4px;
}

.mobile-menu ul li ul {
  padding: 0 10px;
  display: none;
}

.mobile-menu ul li ul li .sub {
  padding: 0 10px;
  display: none;
  color: #fff;
}

.mobile-menu ul li ul li .sub p {
  padding: 10px 0;
}

.mobile-menu ul li ul li .sub ul {
  display: block;
}

.navi {
  margin: 0 0 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 8px 15px;
}

.navi a {
  text-decoration: none;
}

.navi a:hover {
  color: #ff7f00;
}

.navi .fa {
  margin: 0 5px;
}

.catalog-page.other {
  padding-top: 20px;
}

.catalog-page.other .flex nav {
  order: 1;
}

.catalog-page.other .flex .catalog-content {
  order: 0;
}

.catalog-page h1 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 26px;
}

.catalog-page nav {
  width: 23%;
}

.catalog-page nav ul {
  margin-bottom: 30px;
}

.catalog-page nav ul li {
  position: relative;
}

.catalog-page nav ul li span {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 33px;
  background: #ff7f00;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.catalog-page nav ul li span.active .fa {
  transform: translate(-50%, -50%) rotate(180deg);
}

.catalog-page nav ul li span .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 30px;
}

.catalog-page nav ul li a {
  display: block;
  text-decoration: none;
  background: #303030;
  color: #fff;
  padding: 5px 60px 5px 10px;
  position: relative;
  border: 1px solid #ddd;
}

.catalog-page nav ul li ul {
  display: none;
  margin-bottom: 0;
}

.catalog-page nav ul li ul li a {
  background: #fff;
  color: #666666;
  font-weight: 700;
  padding: 1px 10px;
}

.catalog-page nav .brands {
  padding: 20px 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  margin-bottom: 30px;
}

.catalog-page nav .brands p {
  line-height: 18px;
  margin-bottom: 20px;
  border-left: 2px solid #ff7f00;
  padding: 0 60px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  cursor: pointer;
}

.catalog-page nav .brands p.active span .fa {
  transform: translate(-50%, -50%) rotate(180deg);
}

.catalog-page nav .brands p span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 27px;
  background: #ff7f00;
}

.catalog-page nav .brands p span .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 24px;
}

.catalog-page nav .brands .checks {
  height: 300px;
  overflow-y: scroll;
  display: none;
}

.catalog-page nav .brands .checks .check {
  position: relative;
}

.catalog-page nav .brands .checks .check input {
  position: absolute;
  left: 0;
  top: 6px;
}

.catalog-page nav .brands .checks .check label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
}

.catalog-page nav .prices {
  padding: 20px 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  margin-bottom: 30px;
}

.catalog-page nav .prices .name {
  line-height: 18px;
  margin-bottom: 20px;
  border-left: 2px solid #ff7f00;
  padding: 0 60px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  position: relative;
}

.range_price-wrap {
  display: flex;
}

.range_price-wrap input.range_price {
  max-width: 45%;
  text-align: center;
}

.catalog-page nav .prices input[type='text'] {
  margin-bottom: 15px;
  color: #999999;
}

.catalog-page nav .prices .ui-widget.ui-widget-content {
  border: 0;
}

.catalog-page nav .prices .ui-widget-content {
  background: #eee;
}

.catalog-page nav .prices .ui-slider-horizontal {
  height: 3px;
}

.catalog-page nav .prices .ui-widget-header {
  background: #ff7f00;
}

.catalog-page nav .prices .ui-state-default,
.catalog-page nav .prices .ui-widget-content .ui-state-default,
.catalog-page nav .prices .ui-widget-header .ui-state-default,
.catalog-page nav .prices .ui-button,
.catalog-page nav .prices html .ui-button.ui-state-disabled:hover,
.catalog-page nav .prices html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 5px;
  height: 12px;
  background: #ff7f00;
  margin: -1px 0 0 -3px;
}

.catalog-page nav .button {
  padding: 20px 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  margin-bottom: 30px;
  text-align: center;
}

.catalog-page nav .button button {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 30px;
  background: #575757;
}

.catalog-page nav .button button:hover {
  opacity: 1;
  background: #ff7f00;
}

.catalog-page .catalog-content {
  width: 74%;
}

.catalog-page .catalog-content .index-catalog-block2 {
  padding-bottom: 0;
}

.catalog-page .catalog-content .index-catalog-block2 .item {
  padding: 20px;
}

.catalog-page .catalog-content .index-catalog-block2 .item a {
  line-height: 18px;
}

.catalog-page .catalog-content h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  color: #434343;
}

.catalog-page .catalog-content .sort {
  margin-bottom: 30px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  padding: 20px;
}

.catalog-page .catalog-content .sort .types a {
  margin-right: 15px;
  color: #999999;
  font-size: 16px;
  display: inline-block;
  line-height: 30px;
}

.catalog-page .catalog-content .sort .types a.active {
  color: #ff7f00;
}

.catalog-page .catalog-content .sort .types a:last-child {
  margin-right: 0;
}

.catalog-page .catalog-content .sort .types a .fa {
  vertical-align: middle;
}

.catalog-page .catalog-content .sort select {
  color: #434343;
  border: 1px solid #eeeeee;
  width: 175px;
  height: 30px;
  padding: 0 20px;
}

.catalog-page .catalog-content .sort p {
  line-height: 30px;
  color: #999999;
}

.catalog-page .catalog-content .list1 .item {
  width: 32%;
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  border: 1px solid #f6f6f6;
}

.catalog-page .catalog-content .list1 .item:hover {
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 16px;
}

.catalog-page .catalog-content .list1 .item .link {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  font-size: 12px;
  background: #fff;
}

.catalog-page .catalog-content .list1 .item .link:hover {
  color: #fff;
  border: 1px solid #ff7f00;
  background: #ff7f00;
}

.catalog-page .catalog-content .list1 .item .image {
  height: 290px;
  line-height: 290px;
  position: relative;
}

.catalog-page .catalog-content .list1 .item .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.catalog-page .catalog-content .list1 .item .image img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.catalog-page .catalog-content .list1 .item .info {
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
}

.catalog-page .catalog-content .list1 .item .info a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666666;
  line-height: 18px;
}

.catalog-page .catalog-content .list1 .item .info .rating {
  margin-bottom: 10px;
  color: #ff7f00;
}

.catalog-page .catalog-content .list1 .item .info .price {
  color: #666666;
  font-size: 20px;
}

.catalog-page .catalog-content .list1 .item button {
  width: 100%;
  height: 40px;
  background: #ff7f00;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.catalog-page .catalog-content .list1 .item button.other {
  pointer-events: none;
  background: #afafaf;
}

.catalog-page .catalog-content .list2 .item {
  margin-bottom: 30px;
  background: #f6f6f6;
  /*padding: 30px 270px 30px 340px;*/
  position: relative;
}

.catalog-page .catalog-content .list2 .item:hover {
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 16px;
}

.catalog-page .catalog-content .list2 .item .link {
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  font-size: 12px;
  background: #fff;
}

.catalog-page .catalog-content .list2 .item .link:hover {
  color: #fff;
  border: 1px solid #ff7f00;
  background: #ff7f00;
}

.catalog-page .catalog-content .list2 .item .image {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 300px;
  height: calc(100% - 2px);
  background: #fff;
}

.catalog-page .catalog-content .list2 .item .image img {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;*/
  max-width: 100%;
}

.catalog-page .catalog-content .list2 .item .name {
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666666;
  line-height: 18px;
}

.catalog-page .catalog-content .list2 .item p {
  font-style: italic;
  margin-bottom: 30px;
  color: #999999;
}

.catalog-page .catalog-content .list2 .item .rating {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ff7f00;
}

.catalog-page .catalog-content .list2 .item .price {
  color: #666666;
  font-size: 20px;
  margin-right: 40px;
}

.catalog-page .catalog-content .list2 .item button {
  width: 120px;
  height: 40px;
  background: #ff7f00;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.catalog-page .catalog-content .list2 .item button.other {
  pointer-events: none;
  background: #afafaf;
}

.catalog-page .catalog-content .list2 .item p:last-child {
  font-style: normal;
  color: #000;
  margin: 20px 0 0 0;
  width: 200%;
}

.catalog-page .catalog-content .pages {
  padding: 10px;
  margin: 20px 0;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
  text-align: center;
}

.catalog-page .catalog-content .pages a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #eee;
  color: #999999;
  margin: 0 2px;
}

.catalog-page .catalog-content .pages a:hover {
  color: #ff7f00;
  border: 1px solid #ff7f00;
}

.catalog-page .catalog-content .pages a .fa {
  vertical-align: middle;
  font-size: 16px;
}

.catalog-page .catalog-content .pages span {
  margin: 0 5px;
  color: #999999;
}

.catalog-page .catalog-text {
  padding-bottom: 10px;
}

.catalog-page .catalog-text h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
}

.catalog-page .catalog-text p {
  margin-bottom: 20px;
  line-height: 20px;
  color: #575757;
}

.catalog-page .catalog-text ul {
  padding: 0 0 15px 20px;
  list-style: disc;
}

.catalog-page .catalog-text ul li {
  margin-bottom: 5px;
  line-height: 20px;
  color: #575757;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 6;
  width: 40px;
  height: 40px;
  background: #ccc;
  opacity: 0;
}

.totop.opened {
  opacity: 1;
}

.totop:hover {
  background: #ff7f00;
}

.totop .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}

.item-page {
  padding-bottom: 30px;
  position: relative;
}

.item-page:before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  right: 100%;
  background: #fff;
  z-index: 4;
}

.item-page:after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background: #fff;
  z-index:4;
}

.item-page h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.item-page h1.other {
  border-bottom: 0;
  padding-bottom: 0;
}

.item-page .top-text {
  font-style: italic;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #999999;
}

.item-page .photos {
  width: 40%;
  margin-bottom: 30px;
}

.item-page .photos .slider-nav {
  padding-top: 20px;
}

.item-page .photos .slider-nav .item {
  cursor: pointer;
  border: 1px solid #fff;
  margin: 0 10px;
  padding: 0 5px;
}

.item-page .photos .slider-nav .item.slick-current {
  border: 1px solid #ff7f00;
}

.zoomContainer:hover {
  z-index: 4;
}

.item-page .info {
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  position: relative;
  z-index: 3;
}

.item-page .info .code {
  margin-bottom: 30px;
}

.item-page .info .code span {
  color: #aebcb9;
}

.item-page .info .rating {
  margin-bottom: 30px;
}

.item-page .info .rating .fa {
  color: #ff7f00;
}

.item-page .info .rating span {
  margin-left: 5px;
}

.item-page .info .rating span a {
  text-decoration: none;
  color: #ff7f00;
}

.item-page .info .items {
  border-top: 1px solid rgba(1, 1, 1, 0.1);
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  padding: 30px 0;
  margin-bottom: 20px;
}

.item-page .info .items .number {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  width: 90px;
  height: 25px;
  border: 1px solid #cccccc;
}

.item-page .info .items .number input {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
}

.item-page .info .items .number span {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #ccc;
  color: #fff;
}

.item-page .info .items .number span.minus {
  left: 0;
}

.item-page .info .items .number span.plus {
  right: 0;
}

.item-page .info .prices {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.item-page .info .prices .status {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  background: #5cb85c;
  font-size: 16px;
  padding: 0 8px;
}

.item-page .info .prices .status.other {
  background: #777;
}

.item-page .info .prices .new {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.item-page .info .prices .delivery {
  font-size: 16px;
  color: #666666;
}

.item-page .info button {
  margin-bottom: 30px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  background: #ff7f00;
  width: 190px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.item-page .info button:hover:after {
  width: 100%;
}

.item-page .info button:after {
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.item-page .info .data p {
  margin-bottom: 20px;
  line-height: 20px;
  color: #575757;
}

.item-page .info .data p img {
  vertical-align: middle;
  margin-right: 10px;
}

.item-page .tabs {
  padding-top: 15px;
}

.item-page .tabs .menu {
  padding: 20px 0;
  border-top: 1px solid rgba(1, 1, 1, 0.1);
  margin-bottom: 15px;
}

.item-page .tabs .menu li {
  display: inline-block;
}

.item-page .tabs .menu li.ui-state-active a {
  border-bottom: 1px solid #ff7f00;
  color: #ff7f00;
}

.item-page .tabs .menu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin: 0 25px;
  border-bottom: 1px solid #fff;
}

.item-page .tabs .menu li a:hover {
  color: #ff7f00;
}

.item-page .tabs .about p {
  margin-bottom: 20px;
  line-height: 20px;
}

.item-page .tabs .about ul {
  margin-bottom: 20px;
  padding-left: 25px;
  list-style: disc;
  line-height: 20px;
}

.item-page .tabs table {
  width: 100%;
  margin-bottom: 20px;
}

.item-page .tabs table tr:nth-child(2n) {
  background: #f9f9f9;
}

.item-page .tabs table tr td {
  border: 1px solid #ddd;
  padding: 8px;
}

.item-page .tabs table tr td[colspan='2'] {
  font-weight: 700;
  background: #EEE;
}

.item-page .reviews {
  padding: 40px 60px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
}

.item-page .reviews .name {
  line-height: 18px;
  margin-bottom: 20px;
  border-left: 2px solid #ff7f00;
  padding-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}

.item-page .reviews .rating-area {
  overflow: hidden;
  width: 130px;
  margin-bottom: 30px;
}

.item-page .reviews .rating-area:not(:checked)>input {
  display: none;
}

.item-page .reviews .rating-area:not(:checked)>label {
  float: right;
  width: 26px;
  padding: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  color: lightgrey;
}

.item-page .reviews .rating-area:not(:checked)>label:before {
  content: '★';
}

.item-page .reviews .rating-area>input:checked~label {
  color: gold;
}

.item-page .reviews .rating-area:not(:checked)>label:hover,
.item-page .reviews .rating-area:not(:checked)>label:hover~label {
  color: gold;
}

.item-page .reviews .rating-area>input:checked+label:hover,
.item-page .reviews .rating-area>input:checked+label:hover~label,
.item-page .reviews .rating-area>input:checked~label:hover,
.item-page .reviews .rating-area>input:checked~label:hover~label,
.item-page .reviews .rating-area>label:hover~input:checked~label {
  color: gold;
}

.item-page .reviews .rate-area>label:active {
  position: relative;
}

.item-page .reviews input[type='text'] {
  width: 48%;
  height: 40px;
  margin-bottom: 30px;
  padding: 0 20px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
}

.item-page .reviews input[type='text']:focus {
  box-shadow: 0 0 5px #ff7f00;
}

.item-page .reviews textarea {
  width: 100%;
  height: 110px;
  margin-bottom: 50px;
  padding: 20px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 4px;
}

.item-page .reviews textarea:focus {
  box-shadow: 0 0 5px #ff7f00;
}

.item-page .reviews button {
  display: block;
  color: #fff;
  background: #ff7f00;
  font-weight: 600;
  text-transform: uppercase;
  width: 210px;
  height: 35px;
}

.popup .window {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 830px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: rgba(1, 1, 1, 0.5) 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.popup .window .close {
  position: absolute;
  top: -10px;
  right: -10px;
  text-decoration: none;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.popup .window .image {
  width: 40%;
}

.popup .window .text {
  width: 57%;
}

.popup.compare .window .text,
.popup.favorite .window .text {
  width: auto;
}

.popup .window .text .name {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  font-size: 24px;
}

.popup .window .text .price {
  padding: 15px 0;
  font-weight: 700;
  color: #666;
  font-size: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.popup .window .text .flex {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 15px;
}

.popup .window .text .flex input {
  width: 30%;
  height: 45px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.popup .window .text .flex button {
  width: 65%;
  height: 45px;
  background: #ff7f00;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.popup .window .text p {
  font-size: 15px;
  color: #575757;
}

a.link_item-wrap {
  text-decoration: none;
}

.list2 a.link_item-wrap {
  display: flex;
}

.catalog-page .catalog-content .list2 .item .image {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_content {
  width: 60%;
  padding: 15px;
}

.catalog-page .catalog-content .list2 .item p:last-child {
  white-space: normal;
  width: 100%;
}

.product-list.CARD {
  margin-bottom: 40px;
}

.vegatell_brand_page .flex nav {
  width: 20%;
}

.vegatell_brand_page .flex .catalog-content {
  width: 75%;
}

.filter_modal {
  border-radius: 30px;
  width: 100%;
  max-width: 450px;
  z-index: 10;
}

.filter_modal__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.filter_modal__inp,
.filter_modal__text {
  padding: 15px;
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  font-size: 16px;
  width: 100%;
}

.filter_modal__text {
  margin-top: 15px;
  min-height: 150px;
}

.filter_modal__btn {
  background: #ff7f00;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
  border-radius: 16px;
  width: 100%;
  margin-top: 10px;
}

.filter_modal__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

.catalog__banner .wrap {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;

}

.catalog__banner-content {
  max-width: 538px;
  margin-right: 48px;
  padding: 15px 0;
}

.catalog__banner-text {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
}

.catalog__banner-btn {
  font-size: 15px;
  padding: 10px;
  margin: 0;
  color: #FFF;
  background-color: #FF7F00;
}

.catalog__banner-img {
  object-fit: contain;
  object-position: bottom;
}

.catalog__banner-form {
  position: absolute;
  width: 100vw;
  height: 500px;
  background-color: rgba(35, 35, 35, 0.95);
}


@media screen and (max-width: 991px) {
  .catalog__banner-content {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .catalog__banner .wrap {
    flex-direction: column;
  }

  .catalog__banner-content {
    margin-right: 0;
  }

  .catalog__banner-img {
    max-width: 400px;
  }
}

.catalog__banner-wrapper {
  position: relative;
}

.catalog__selection-form-wrapper {
  background-color: rgba(35, 35, 35, 0.95);
  color: #F8F8F8;
  position: absolute;
  top: 100%;
  /* height: 100vh; */
  width: 100vw;
  margin: 0 auto;
  /* display: none; */
  padding-bottom: 50px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 0.5s linear;
  z-index: 4;
}

.catalog__banner-wrapper .active {
  visibility: visible;
  opacity: 1;
}

.catalog__selection-form-wrapper .wrap {
  position: relative;
}

.selection-form__close-btn {
  position: absolute;
  top: 25px;
  right: 5px;
  background-image: url('/local/templates/vegasat/img/close-btn.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 35px;
  width: 35px;
  transition: transform .5s ease-in-out;
}

.selection-form__close-btn:hover {
  cursor: pointer;
  opacity: 0.8;
  transform: rotate(180deg);
}

.selection-form {
  margin: 0;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.selection-form__column {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.selection-form__item {
  display: flex;
  flex-direction: column;
}

.selection-form__input {
  background-color: #404040;
  border: 1px solid #8D8D8D;
  font-size: 18px;
  line-height: 1;
  padding: 20px 15px;
  color: #F8F8F8;
}

.selection-form__subtitle {
  color: #fff;
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
}

.selection-form__column:last-child .selection-form__item:last-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.selection-form__agreement {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  width: 60%;
  color: #ADACAC;

}

.selection-form__btn {
  border: 0;
  background-color: #FF7F00;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 54px;
}

.selection-form__radios {
  display: flex;
  flex-direction: row;
  height: 30px;
  gap: 20px;
  align-items: center;

}

.selection-form__radio-input {
  width: 30px;
  color: #B1B1B1;
  background-color: #404040;
  display: none;
  margin-right: 15px;
}

.selection-form__radio {
  color: #F8F8F8;
  font-size: 18px;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 45px;
}

.selection-form__radio span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url(/local/templates/vegasat/img/radio-off.svg);
  background-size: cover;
}

.selection-form__radio span:hover:before {
  opacity: 0.8;
  cursor: pointer;
}

.selection-form__radio-input:checked+span::before {
  background-image: url(/local/templates/vegasat/img/radio-on.svg);
}

@media screen and (max-width: 991px) {
  .selection-form__radios {
    gap: 15px;
  }

  .selection-form__radio {
    font-size: 14px;
    padding-left: 28px;
    height: 20px;
  }

  .selection-form__radio span::before {
    width: 20px;
    height: 20px;
  }

  .selection-form__btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .selection-form {
    flex-direction: column;
  }

  .selection-form__column {
    width: 100%;
    padding-bottom: 65px;
  }
}

.selection-form .errors {
  position: absolute;
  bottom: -15px;
  left: 45%;
  color: red;
  background-color: rgba(35, 35, 35, 0.6);
}

.popup_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  font-family: Arial,Helvetica, Verdana, Georgia, Times, serif;
  display: none;
}

.window_cookie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
 
 background: #ffffff;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  color: #8b8b8b;
  max-width: 400px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  border-radius: 0 20px 0 0;
}

.close_pop {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.window_cookie__btn {
 display: block;
  color: white;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 16px;
  transition: .5s;
  cursor: pointer;
 
 background: #ff7f00;
  border: 1px solid #ff7f00;
 
}

.window_cookie__btn:hover {
  background: #ffffff;
  color: #ff7f00;
}

.sale-personal-section-row-flex {
  gap: 10px;
}

.sale-personal-section-index-block.bx-theme-green {
  background: none;
  background-color: #ff7f00;
}

.main-profile-form-buttons-block {
  display: flex;
  justify-content: start;
  
}

.main-profile-form-buttons-block input {
  color: #fff;
  text-transform: uppercase;
  padding: 8px 30px;
  background: #575757;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.main-profile-form-buttons-block input:hover {
  background: #ff7f00;
}

.sale-order-list-title-container {
  background-color: #f5f5f5;
}

.sale-order-detail-about-order-inner-container-repeat-button {
  background: #575757;
}

.sale-order-detail-about-order-inner-container-repeat-button:hover {
  background: #ff7f00;
}

.sale-order-detail-general-head {
  background: #ff7f00;
}

.sale-order-detail-general {
  border: 1px solid #ff7f00;
}

.sale-order-list-button, .sale-order-detail-payment-options-methods-button-element {
  background: #ff7f00;
}

.sale-order-list-button:hover,.sale-order-detail-payment-options-methods-button-element.active-button:hover {
  background: #ff7f00;
  opacity: 0.8;
}

input[name="logout_butt"], input[name="Login"], input[name="register_submit_button"] {
  background: #575757;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 30px;
  color: #fff;
}

input[name="logout_butt"]:hover, input[name="Login"]:hover, input[name="register_submit_button"]:hover {
  background: #ff7f00;
}

.main-profile-block-shown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-group .form-control {
  border: 1px solid #575757;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}

.main-profile-form-label.text-md-right {
  width: 150px;
  line-height: 1;
}

.bx_compare .bx_filtren_container {
  border: 1px solid #ddd;
  background: #f2f2f2;
}

.bx_compare .bx_bt_button {
  background: linear-gradient(to bottom, #ffa245 0%, #ff7f00 100%);
  text-shadow: 0 1px 1px #ff7f00;
}

.bx_compare .table_compare table tr td a {
  color: #ff7f00;
  text-decoration: none;
}

.bx_compare .table_compare table tr td a:hover {
  opacity: 0.8;
}

form[action="/auth/"] a {
  color: #ff7f00;
  text-decoration: none;
}

form[action="/auth/"] a:hover {
  opacity: 0.8;
}

.index-catalog-block .product-list.CARD .item {
  height: 455px;
}

@media (max-width: 767px) {
  .index-page-slider .item .content div p {
    margin-bottom: 5px;
  }
  .index-catalog-block2 h2, .index-catalog-block h2, .news-block .block-name, .subscribe-block .block-name {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .product-list .item .info {
    padding: 20px 15px;
  }
  .product-list .item .image img {
    margin: auto;
  }
  .product-list .item .info .rating, .product-list .item_name {
    margin-bottom: 0;
  }
  .product-list .item .info .price {
    font-size: 16px;
  }
}

.sale-order-history-link, .sale-order-list-about-link, .sale-order-list-change-payment, .sale-order-list-repeat-link {
  color: #ff7f00;
}

.sale-order-history-link:hover, .sale-order-list-about-link:hover, .sale-order-list-change-payment:hover, .sale-order-list-repeat-link:hover {
  opacity: 0.8;
  color: #ff7f00;
}

div.soc-serv-title {
  height: auto;
}


.flex_personal-data a {
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
.flex_end {
  align-items: end;
}
/* End */


/* Start:/local/templates/vegasat/css/media.css?17350309049339*/
@media (max-width: 1640px) {
    .wrap.big {
      width: 1140px;
    }
}
@media (max-width: 1170px) {
  .wrap,
  .wrap.big {
    width: 970px;
  }
  .index-page-slider .item .content div img {
    max-width: 500px;
    width: 500px;
  }
  .footer nav {
    width: 500px;
  }
  .footer nav ul {
    width: auto;
  }
  .catalog-page nav {
    width: 26%;
  }
  .catalog-page .catalog-content {
    width: 72%;
  }
  .catalog-page .index-catalog-block2 .flex2 .item {
    width: 32%;
    margin-right: 2%;
  }
  .catalog-page .index-catalog-block2 .flex2 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .catalog-page .index-catalog-block2 .flex2 .item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog-page .catalog-content .list2 .item {
    /*padding: 30px 30px 30px 340px;*/
  }
  .catalog-page .catalog-content .list2 .item .rating {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 10px;
  }
  .catalog-page .catalog-content .list2 .item p {
    margin-bottom: 20px;
  }
  .catalog-page .catalog-content .list2 .item p:last-child {
    width: auto;
  }
  .index-page-slider .item {
    height: 540px;
  }
}
@media (max-width: 991px) {
  .wrap,
  .wrap.big {
    width: 747px;
  }
  .header nav ul li {
    padding: 22px 5px;
  }
  .header .links a {
    width: 40px;
  }
  .index-page-slider .item .content div img {
    width: 300px;
    max-width: 300px;
  }
  .index-catalog-block2 .flex2 .item {
    width: 32%;
    margin-right: 2%;
  }
  .index-catalog-block2 .flex2 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .index-catalog-block2 .flex2 .item:nth-child(3n) {
    margin-right: 0;
  }
  .news-block .list .item div a:nth-child(1) {
    margin: 0 0 20px 0;
    line-height: 24px;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .catalog-page nav {
    width: 100%;
  }
  .catalog-page .catalog-content {
    width: 100%;
  }
  .item-page .reviews {
    padding: 20px;
  }
  .catalog-page.other .flex .catalog-content {
    order: 1;
  }
  .catalog-page.other .flex nav {
    order: 0;
  }
  .popup .window {
    width: 700px;
  }
  .index-page-slider .item {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .wrap,
  .wrap.big {
    width: 556px;
  }
  .header nav {
    display: none;
  }
  .header,
  .header.shadow {
    padding: 10px 0;
  }
  .header .logo,
  .header.shadow .logo {
    padding-top: 8px;
  }
  .header .links,
  .header.shadow .links {
    padding-top: 0;
  }
  .header .links {
    width: 100%;
    justify-content: space-between;
  }
  body {
    padding-top: 80px;
  }
  .mobile-menu {
    display: block;
  }
  .index-catalog-block2 .flex2 .item {
    width: 48%;
    margin-right: 4%;
  }
  .index-catalog-block2 .flex2 .item:nth-child(3n) {
    margin-right: 4%;
  }
  .index-catalog-block2 .flex2 .item:nth-child(2n) {
    margin-right: 0;
  }
  .footer nav {
    width: 100%;
  }
  .footer .contacts {
    width: 100%;
    text-align: center;
  }
  .footer .copy {
    width: 100%;
    text-align: center;
  }
  .footer .social {
    width: 100%;
    text-align: center;
  }
  .catalog-page .index-catalog-block2 .flex2 .item {
    width: 48%;
    margin-right: 4%;
  }
  .catalog-page .index-catalog-block2 .flex2 .item:nth-child(3n) {
    margin-right: 4%;
  }
  .catalog-page .index-catalog-block2 .flex2 .item:nth-child(2n) {
    margin-right: 0;
  }
  .catalog-page .catalog-content .list1 .item {
    width: 48%;
  }
  .catalog-page .catalog-content .list2 .item {
    /*padding: 20px 20px 20px 320px;*/
  }
  .item-page .photos {
    width: 100%;
  }
  .item-page .info {
    width: 100%;
    padding-left: 0;
  }
  .index-page-slider .item .content div img {
    width: 200px;
    max-width: 200px;
  }
  .index-page-slider .item .content div p {
    font-size: 14px;
    line-height: 20px;
  }
  .index-page-slider .item .content div .name {
    font-size: 20px;
    line-height: 24px;
  }
  .index-page-slider .item .content div .name span {
    font-size: 40px;
    line-height: 50px;
  }
  .popup .window {
    width: 500px;
    padding: 20px;
  }
  .index-page-slider .item {
    height: 450px;
  }
  .footer .flex_personal-data {
    margin: 15px auto 0 auto;
  }
}
@media (max-width: 575px) {
  .wrap,
  .wrap.big {
    width: 100%;
    padding: 0 10px;
  }
  .header .links .cart {
    width: 280px;
  }
  .header .links .cart .list .item {
    padding-left: 0;
  }
  .header .links .cart .list {
    padding: 10px 20px;
  }
  .header .links .cart .list .item {
    margin-bottom: 10px;
  }
  .header .links .cart .result {
    padding: 10px 0;
  }
  .header .links .cart button {
    height: 40px;
  }
  .header .links form {
    top: 0;
    right: 0px;
  }
  .header .links form input[type='text'] {
    width: 300px;
  }
  .index-page-slider .slick-dots {
    display: none !important;
  }
  .index-catalog-block .list .item .image {
    height: 200px;
    line-height: 200px;
  }
  .index-catalog-block .list .item .image img {
    max-height: 100%;
  }
  .index-catalog-block2 .flex2 .item {
    width: 100%;
    margin: 0 0 30px 0!important;
  }
  .news-block .list .item div a:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
  }
  .footer nav {
    text-align: center;
  }
  .footer nav ul {
    width: 100%;
  }
  .index-catalog-block .list .slick-arrow {
    display: none !important;
  }
  .catalog-page .catalog-content .index-catalog-block2 .item {
    width: 100%;
    margin: 0 0 30px 0!important;
  }
  .catalog-page .catalog-content .sort p {
    display: none;
  }
  .catalog-page .catalog-content .list1 .item {
    width: 100%;
  }
  .catalog-page .catalog-content .list1 .item .image {
    height: 200px;
    line-height: 200px;
  }
  .catalog-page .catalog-content .list1 .item .image img {
    max-height: 100%;
  }
  .catalog-page .catalog-content .list2 .item {
    padding: 20px;
  }
  .catalog-page .catalog-content .list2 .item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    text-align: center;
    height: auto;
    margin: -20px -20px 20px -20px;
    padding: 20px;
  }
  .catalog-page .catalog-content .list2 .item .image img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .catalog-page .catalog-content .pages a {
    margin: 3px;
  }
  .item-page .tabs .menu {
    white-space: nowrap;
    overflow-x: scroll;
    margin-right: -10px;
  }
  .item-page .tabs .menu li a {
    margin: 0;
  }
  .item-page .tabs .menu li {
    margin: 0 10px 0 0;
  }
  .item-page .tabs .menu li:last-child {
    margin-right: 0;
  }
  .item-page .reviews input[type='text'] {
    width: 100%;
  }
  .index-page-slider .slick-arrow {
    right: 5px;
  }
  .index-page-slider .item .content div img {
    width: 140px;
    max-width: 140px;
    margin-right: 10px;
  }
  .index-page-slider .item .content div .top-text {
    font-size: 14px;
    line-height: 16px;
  }
  .index-page-slider .item .content div p {
    font-size: 14px;
    line-height: 16px;
  }
  .index-page-slider .item .content div .name {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .index-page-slider .item .content div .name span {
    font-size: 24px;
    line-height: 30px;
  }
  .popup .window {
    width: 300px;
  }
  .popup .window .image {
    width: 100%;
    text-align: center;
  }
  .popup .window .text {
    width: 100%;
  }
  .popup .window .text .flex button {
    font-size: 14px;
  }
  .popup .window .close {
    right: 0;
    top: -30px;
  }
  .index-catalog-block h1 {
    font-size: 24px;
  }
  .index-page-slider .item.other .content div img {
    margin-left: 10px;
  }
  .index-catalog-block .list .item .image {
    height: auto;
    line-height: 120%;
  }
  .catalog-page .catalog-content .list1 .item .image {
    height: auto;
    line-height: 120%;
  }
  .index-page-slider .item {
    height: 460px;
  }
  .index-catalog-block {
    padding: 30px 0 60px;
  }

  .list2 a.link_item-wrap {

    flex-wrap: wrap;
  }
  .item_content {
    width: 100%;
  }
  .popup.fastview .window .close,
  .popup.subscribe .window .close,
.popup.review .window .close,
 .popup.added .window .close  {
    right: -10px;
    top: -10px;
  }
  
  .index-catalog-block .product-list .slick-arrow.fa-long-arrow-left {
    left: 15px;
	}

.index-catalog-block .product-list .slick-arrow.fa-long-arrow-right {
    right: 15px;
}

 .product-list {

	padding: 0 0;
}

.product-list.LINE a.link_item-wrap {
    flex-wrap: wrap;
}

.product-list.LINE .item .image {
    width: 100%;
}

.product-list.CARD .item {
	width: 48%;
}
  
}

@media (max-width: 400px) {
	.header .links a {
		width: 29px;
	}
}

@media (max-width: 345px) {
  .header .links {
    flex-wrap: wrap;
  }
	.header .links a {
		width: 23px;
	}
}
/* End */
/* /local/templates/vegasat/css/animate.css?166409687877749 */
/* /local/templates/vegasat/css/slick.css?16394589041846 */
/* /local/templates/vegasat/css/jquery.fancybox.min.css?170107753612809 */
/* /local/templates/vegasat/template_styles.css?175222568647071 */
/* /local/templates/vegasat/css/style.css?173503082153715 */
/* /local/templates/vegasat/css/media.css?17350309049339 */
