

/* Start:/local/templates/kama/js/lib/wow/animate.css?157079803475052*/
@charset "UTF-8";

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

.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;
}

@-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 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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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);
    opacity: 1;
  }

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

@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);
    opacity: 1;
  }

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

.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;
}

/* End */


/* Start:/local/templates/kama/js/plugins/slick/slick.css?15707980341776*/
/* 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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/kama/css/main.css?1573463417158126*/
@font-face {
  font-family: 'PragmaticaC';
  src: url('/local/templates/kama/css/../fonts/PragmaticaC/PragmaticaC.otf') format('opentype');
  src: local("?"),
    url('/local/templates/kama/css/../fonts/PragmaticaC/PragmaticaC.woff') format('woff'),
    url('/local/templates/kama/css/../fonts/PragmaticaC/PragmaticaC.ttf') format('truetype'),
    url('/local/templates/kama/css/../fonts/PragmaticaC/PragmaticaC.svg#PragmaticaC') format('svg');
  src: url('/local/templates/kama/css/../fonts/PragmaticaC/PragmaticaC.eot');
  src: url('/local/templates/kama/css/../fonts/PragmaticaC/PragmaticaC.woff2') format('woff2'),
    url('/local/templates/kama/css/../fonts/PragmaticaC/PragmaticaC.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PragmaticaC-Bold';
  src: url('/local/templates/kama/css/../fonts/PragmaticaC-Bold/PragmaticaC-Bold.otf') format('opentype');
  src: local("?"),
    url('/local/templates/kama/css/../fonts/PragmaticaC-Bold/PragmaticaC-Bold.woff') format('woff'),
    url('/local/templates/kama/css/../fonts/PragmaticaC-Bold/PragmaticaC-Bold.ttf') format('truetype'),
    url('/local/templates/kama/css/../fonts/PragmaticaC-Bold/PragmaticaC-Bold.svg#PragmaticaC-Bold') format('svg');
  src: url('/local/templates/kama/css/../fonts/PragmaticaC-Bold/PragmaticaC-Bold.eot');
  src: url('/local/templates/kama/css/../fonts/PragmaticaC-Bold/PragmaticaC-Bold.woff2') format('woff2'),
    url('/local/templates/kama/css/../fonts/PragmaticaC-Bold/PragmaticaC-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: FontAwesome;
  src: url(/local/templates/kama/css/../fonts/fontawesome-webfont.woff2) format('woff2'),
    url(/local/templates/kama/css/../fonts/fontawesome-webfont.woff) format("woff"),
    url(/local/templates/kama/css/../fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'PragmaticaC', sans-serif;
}

body {
  margin: 0;
  color: #021026;
  font-family: 'PragmaticaC', sans-serif;
  font-size: 15px;
  line-height: 1.53;
  position: relative;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

:focus {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
  color: #25a;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

a:hover,
a:active {
  text-decoration: none;
  color: #1b4488;
}

.uk-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1290px;
  padding: 0 35px;
}

.uk-container:after,
.uk-container:before {
  content: "";
  display: table;
}

.uk-container:after {
  clear: both;
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

p {
  margin: 0 0 10px;
}

[class*=icon-] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=icon-],
[class*=icon-]:focus,
[class*=icon-]:hover {
  text-decoration: none;
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-vk:before {
  content: "\f189";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

b,
strong {
  font-family: 'PragmaticaC-Bold', serif;
}

input:not([type])[placeholder],
input[type=text][placeholder],
input[type=password][placeholder],
input[type=email][placeholder],
input[type=url][placeholder],
input[type=search][placeholder],
input[type=tel][placeholder],
input[type=number][placeholder],
input[type=datetime][placeholder],
input[type=datetime-local][placeholder],
input[type=date][placeholder],
input[type=month][placeholder],
input[type=time][placeholder],
input[type=week][placeholder],
input[type=color][placeholder],
textarea[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
}

input:not([type])::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
}

input:not([type])::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
}

input:not([type]):-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder {
  text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
}

input:not([type]):-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
  color: #fff !important;
  font-size: 12px;
}

input:not([type])::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type])::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type]):-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type]):-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type]):focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=datetime]:focus::-webkit-input-placeholder,
input[type=datetime-local]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=month]:focus::-webkit-input-placeholder,
input[type=time]:focus::-webkit-input-placeholder,
input[type=week]:focus::-webkit-input-placeholder,
input[type=color]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type]):focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=datetime]:focus::-moz-placeholder,
input[type=datetime-local]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=month]:focus::-moz-placeholder,
input[type=time]:focus::-moz-placeholder,
input[type=week]:focus::-moz-placeholder,
input[type=color]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type]):focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=datetime]:focus:-moz-placeholder,
input[type=datetime-local]:focus:-moz-placeholder,
input[type=date]:focus:-moz-placeholder,
input[type=month]:focus:-moz-placeholder,
input[type=time]:focus:-moz-placeholder,
input[type=week]:focus:-moz-placeholder,
input[type=color]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type]):focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=datetime]:focus:-ms-input-placeholder,
input[type=datetime-local]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=month]:focus:-ms-input-placeholder,
input[type=time]:focus:-ms-input-placeholder,
input[type=week]:focus:-ms-input-placeholder,
input[type=color]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=color],
textarea,
.hamburger {
  -webkit-tap-highlight-color: transparent;
}

.page-sidebar__title {
  font-size: 30px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}

.action-card {
  background-color: #25a;
  color: #fff;
  padding: 30px 24px;
  background-image: url("/local/templates/kama/css/../img/svg/persent.svg");
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

.action-card__btn {
  font-size: 13px;
  letter-spacing: 0.9px;
  padding: 0 15px;
  margin-bottom: 18px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background-color: transparent;
  border: solid 2px #fff;
  cursor: pointer;
  font-family: 'PragmaticaC-Bold', serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

.action-card__btn:hover {
  color: #fff;
  background-color: #25a;
}

.action-card__geo {
  margin-top: 24px;
}

.action-card__title {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
  margin-bottom: 5px;
}

.pop-goods--page {
  margin-top: 30px;
}

.more-offers {
  margin: 30px 0;
}

.more-offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -24px;
}

.more-offers__item {
  width: calc(50% - 24px);
  margin-left: 24px;
  border: solid 2px #edf3fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.more-offers__item:hover {
  border-color: #25a;
}

.more-offers__img {
  width: 37%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 255px;
  background-size: cover;
  min-height: auto;
  margin: -2px auto -2px -2px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.more-offers__content {
  margin-left: 25px;
  padding: 30px 0;
}

.more-offers__date {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
  margin-bottom: 11px;
}

.more-offers__date span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #8e9da7;
  font-family: 'PragmaticaC', sans-serif;
}

.more-offers__title {
  color: #25a;
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
}

.more-offers__text {
  font-size: 15px;
  line-height: 1.53;
  color: #021026;
}

a.more-offers__item {
  color: #021026;
}

.breadcrumb {
  padding: 25px 0;
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__item {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #8e9da7;
}

.breadcrumb__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #021026;
}

.breadcrumb__link {
  text-decoration: underline;
  font-family: 'PragmaticaC-Bold', serif;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.breadcrumb__link:hover {
  color: #8e9da7;
}

.page__content {
  margin-top: 30px;
}

.action__list {
  padding-bottom: 60px;
}

.action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #edf3fa;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.action__item:not(:last-child) {
  margin-bottom: 30px;
}

.action__item:hover {
  border-color: #25a;
}

.action__item:hover .action__img {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.action__img {
  width: 37%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 415px;
  background-size: cover;
  min-height: auto;
  margin: -2px auto -2px -2px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.action__content {
  margin-left: auto;
  padding: 40px 80px 40px 60px;
}

.action__text {
  margin-top: 14px;
}

.action__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px;
}

.action__timing {
  font-family: 'PragmaticaC-Bold', serif;
  margin-left: auto;
}

a.action__item {
  color: #021026;
}

.block-about {
  background-color: #edf3fa;
  padding: 50px 0;
}

.block-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  margin-left: -24px;
}

.block-about__text > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 24px;
}

.block-about__link {
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.page__content--catalog {
  padding-bottom: 60px;
}

--------------,
.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-top: -24px;
  margin-bottom: 30px;
}

.goods__item {
  position: relative;
  z-index: 9;
  width: calc(33.333% - 25px);
  background-color: #fff;
  border: 2px solid #edf3fa;
  margin-left: 25px;
  margin-top: 24px;
  padding: 22px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

.goods__item--offer-catalog {
  border: none;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.goods__item--offer-catalog:hover {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
          box-shadow: 0 0 15px rgba(0,0,0,0.7);
}

.goods__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.goods__icon svg {
  max-width: 100%;
}

.goods__img {
  margin: 0 auto;
  background-size: cover;
  width: 188px;
  height: 188px;
  background-position: 50% 50%;
}

.goods__type {
  font-size: 13px;
  line-height: 1.38;
  color: #8e9da7;
}

.goods__name {
  color: #25a;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 17px;
  margin-top: 11px;
}

.goods__size {
  font-family: 'PragmaticaC-Bold', serif;
  color: #021026;
  font-size: 17px;
  line-height: 1.47;
}

.goods__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

.goods__rub {
  font-size: 21px;
  font-family: 'PragmaticaC-Bold', serif;
  color: #021026;
}

.goods__rub span {
  display: block;
  font-family: 'PragmaticaC', sans-serif;
  font-size: 13px;
  line-height: 1.38;
  color: #8e9da7;
}

.goods__col {
  margin-left: auto;
  font-size: 13px;
  line-height: 1.38;
  color: #021026;
  position: relative;
}

.goods__col span {
  display: block;
}

.goods__col:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #22cc37;
  border-radius: 50%;
  left: -13px;
  top: 4px;
}

.goods__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.goods__button .btn--cart {
  background-color: transparent;
  border: solid 2px #25a;
  cursor: pointer;
  font-family: 'PragmaticaC-Bold', serif;
  text-align: center;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  width: 100%;
  height: 37px;
  line-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 40px;
  overflow: hidden;
}

.goods__button .btn--cart span {
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}

.goods__button .btn--cart:after {
  content: "";
  width: 37px;
  height: 37px;
  margin-left: auto;
  background-color: #25a;
  background-image: url("/local/templates/kama/css/../img/svg/cart.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.goods__button .btn--cart:hover {
  background-color: #25a;
  color: #fff;
}

.goods__button .btn--cart:hover:after {
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
  opacity: 0;
}

.goods__button .btn--compare {
  display: block;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  width: 44px;
  height: 37px;
  line-height: 37px;
  margin-left: 6px;
  background-color: #28c;
  border-color: #28c;
  background-image: url("/local/templates/kama/css/../img/svg/compare.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.goods__rate {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.goods__delivery {
  font-size: 13px;
  line-height: 1.38;
}

.goods__delivery p {
  margin: 10px 0 0 0;
}

.goods__delivery span {
  opacity: 0.5;
}

.goods__item--hover {
  position: absolute;
  z-index: 10;
  padding: 22px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: -2px;
  left: -2px;
  right: -2px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(142,157,167,0.15);
          box-shadow: 0 2px 14px 0 rgba(142,157,167,0.15);
  border: solid 2px #edf3fa;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  overflow: hidden;
}

.goods__item:hover {
  z-index: 100;
}

.goods__item:hover .goods__item--hover {
  opacity: 1;
  overflow: visible;
}

.offers__title--catalog {
  font-size: 17px;
  line-height: 1.47;
}

.more-post {
  margin: 30px 0;
  overflow: hidden;
  max-width: 100%;
}

.more-post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-post__link,
.more-post__title {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}

.more-post__link {
  font-family: 'PragmaticaC-Bold', serif;
}

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

.rate__item {
  margin-right: 4px;
}

.rate__item svg {
  max-width: 100%;
}

.rate__title {
  font-size: 15px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.4;
  color: #25a;
  margin-left: auto;
}

.catalog-filter {
  background-color: #edf3fa;
  padding: 16px 24px;
}

.catalog-filter__title {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
  color: #25a;
  margin-bottom: 15px;
}

.catalog-filter__label {
  display: block;
  font-size: 15px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.53;
  color: #021026;
  margin-bottom: 9px;
}

.price-input__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}

.price-input__wrapper > * {
  width: 50%;
  padding-left: 20px;
}

.catalog-filter__item--range {
  height: 30px;
  margin: 30px 0 15px;
}

.catalog-filter__item--select {
  margin-bottom: -12px;
}

.ui-widget-content {
  border: none;
  height: 4px;
  border-radius: 2px;
  background-color: #28c;
}

.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -6px;
  background-color: #25a;
  border: none;
}

.ui-widget-header {
  background: #25a;
}

.catalog-filter__item--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
}

.catalog-filter__item--checkbox > * {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: calc(50% - 15px);
  margin-left: 15px;
  margin-bottom: 16px;
}

.checkbox-wrapper label.checkbox-wrapper__label--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-wrapper label.checkbox-wrapper__label--icon svg {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}

.delivery__info {
  font-size: 27px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.11;
  margin-bottom: 20px;
}

.delivery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -42px;
  margin-bottom: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.delivery__item {
  width: calc(50% - 42px);
  margin-left: 42px;
  margin-top: 36px;
}

.delivery__title {
  font-size: 27px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.11;
  margin-bottom: 17px;
}

.delivery__subtitle {
  font-size: 15px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.53;
  margin-bottom: 14px;
}

.delivery__desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.delivery__desc ul li {
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 30px;
}

.delivery__desc ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #28c;
}

.attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  border: solid 1px #edf3fa;
  background-color: #edf3fa;
  margin-bottom: 36px;
}

.attention__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  height: 110px;
  background-color: #28c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.attention__text {
  padding: 0 40px;
}

.attention__text span {
  display: block;
  font-size: 17px;
  line-height: 1.47;
  font-family: 'PragmaticaC-Bold', serif;
}

.attention__text p {
  margin: 0;
}

.payment-type__icon svg path {
  fill: #25a;
}

.payment-type__desc {
  font-family: 'PragmaticaC-Bold', serif;
}

.filter {
  position: relative;
  z-index: 20;
  margin-top: -97px;
  margin-bottom: 27px;
}

.filter__wrapper {
  width: 100%;
  padding: 35px 40px 40px;
  background-color: #edf3fa;
  position: relative;
}

.filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.filter__name {
  font-size: 21px;
  font-family: 'PragmaticaC-Bold', serif;
  color: #25a;
}

.filter__name.active {
  color: #021026;
}

.filter__btn--slide {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  background-color: #25a;
  cursor: pointer;
  margin: 0 17px;
}

.filter__btn--slide span {
  display: block;
  border-radius: 50%;
  background-color: #fff;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.filter__btn--slide span.right {
  right: 2px;
  left: auto;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.filter__item {
  width: 100%;
}

.filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.filter__big {
  position: absolute;
  right: 40px;
  top: 35px;
  font-size: 17px;
  line-height: 1.47;
  font-family: 'PragmaticaC-Bold', serif;
}

.filter__big > a {
  color: #021026;
}

.filter__big > a:hover {
  color: #25a;
}

.filter__submit {
  width: 248px;
  height: 76px;
  border-radius: 3px;
  background-color: #25a;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PragmaticaC-Bold', serif;
  text-align: center;
  line-height: 76px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1.9px !important;
}

.form__label {
  display: block;
  margin-bottom: -30px;
  position: relative;
  z-index: 10;
  font-size: 14px;
  color: #8e9da7;
  padding-left: 20px;
}

.pop-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -25px;
}

.pop-goods__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  border: 2px solid #edf3fa;
  margin-left: 25px;
  padding: 24px;
}

.pop-goods__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.pop-goods__icon svg {
  max-width: 100%;
}

.pop-goods__img {
  margin: 0 auto;
  background-size: cover;
  width: 188px;
  height: 188px;
  background-position: 50% 50%;
}

.pop-goods__type {
  font-size: 13px;
  line-height: 1.38;
  color: #8e9da7;
}

.pop-goods__name {
  color: #25a;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 17px;
  margin-top: 11px;
}

.pop-goods__size {
  font-family: 'PragmaticaC-Bold', serif;
  color: #021026;
  font-size: 17px;
  line-height: 1.47;
}

.pop-goods__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

.pop-goods__rub {
  font-size: 21px;
  font-family: 'PragmaticaC-Bold', serif;
  color: #021026;
}

.pop-goods__rub span {
  display: block;
  font-family: 'PragmaticaC', sans-serif;
  font-size: 13px;
  line-height: 1.38;
  color: #8e9da7;
}

.pop-goods__col {
  margin-left: auto;
  font-size: 13px;
  line-height: 1.38;
  color: #021026;
  position: relative;
}

.pop-goods__col span {
  display: block;
}

.pop-goods__col:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #22cc37;
  border-radius: 50%;
  left: -13px;
  top: 4px;
}

.pop-goods__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.pop-goods__button .btn--cart {
  background-color: transparent;
  border: solid 2px #25a;
  cursor: pointer;
  font-family: 'PragmaticaC-Bold', serif;
  text-align: center;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  width: 100%;
  height: 37px;
  line-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 40px;
  overflow: hidden;
}

.pop-goods__button .btn--cart span {
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}

.pop-goods__button .btn--cart:after {
  content: "";
  width: 37px;
  height: 37px;
  margin-left: auto;
  background-color: #25a;
  background-image: url("/local/templates/kama/css/../img/svg/cart.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.pop-goods__button .btn--cart:hover {
  background-color: #25a;
  color: #fff;
}

.pop-goods__button .btn--cart:hover:after {
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
  opacity: 0;
}

.pop-goods__button .btn--compare {
  display: block;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  width: 44px;
  height: 37px;
  line-height: 37px;
  margin-left: 6px;
  background-color: #28c;
  border-color: #28c;
  background-image: url("/local/templates/kama/css/../img/svg/compare.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.excellence {
  margin: 37px 0 30px;
}

.excellence__wrapper {
  padding: 0 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 132px;
  background-color: #25a;
  color: #fff;
}

.excellence__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.excellence__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-right: 12px;
}

.excellence__icon svg {
  max-width: 25px;
  max-height: 25px;
  margin: auto;
}

.offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -24px;
}

.offers__col {
  margin-left: 24px;
}

.offers__col--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.offers__col--2,
.offers__col--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.offers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  width: 100%;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.offers__item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
          box-shadow: 0 0 15px rgba(0,0,0,0.7);
}

.offers__item--1 {
  padding: 30px 40px;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offers__item--2 {
  align-item: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 60px 31px;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
}

.offers__item--3,
.offers__item--4 {
  align-item: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-item: flex-end;
  padding: 32px 28px;
  height: 240px;
}

.offers__item--4 {
  margin-top: 20px;
}

.offers__title {
  color: #fff;
  font-family: 'PragmaticaC-Bold', serif;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.offers__tag {
  color: #fff;
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 6px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.offers__btn--tag {
  margin-bottom: 25px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border: solid 2px #fff;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  margin-right: auto;
  padding: 0 20px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.offers__btn--tag span {
  display: block;
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}

.offers__btn--full {
  width: 148px;
  height: 52px;
  line-height: 52px;
  background-color: #25a;
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.offers__item--1:hover .offers__title {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.offers__item--1:hover .offers__btn {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #038;
}

.offers__item--1 .offers__title {
  font-size: 27px;
  line-height: 1.11;
  width: 70%;
}

.offers__item--2:hover .offers__title,
.offers__item--2:hover .offers__tag {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.offers__item--2 .offers__title {
  font-size: 27px;
  line-height: 1.11;
  width: 100%;
}

.offers__item--3:hover .offers__title,
.offers__item--4:hover .offers__title {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.offers__item--3 .offers__title,
.offers__item--4 .offers__title {
  font-size: 21px;
  line-height: 1.14;
  width: 80%;
}

.reviews {
  margin-top: 35px;
}

.reviews__list {
  margin-left: -24px;
}

.review__item {
  width: 50%;
  border: 2px solid #edf3fa;
  padding: 30px;
  margin-left: 24px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__icon {
  line-height: 1;
  margin-right: 17px;
}

.review__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.review__name {
  font-family: 'PragmaticaC-Bold', serif;
  color: #25a;
  font-size: 17px;
}

.review__name span {
  display: block;
  font-family: 'PragmaticaC', sans-serif;
  color: #021026;
  font-size: 15px;
  line-height: 1.53;
}

.review__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.review__img {
  width: 30%;
  background-size: cover;
  max-width: 160px;
  height: 160px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.review__text {
  width: 70%;
  padding-left: 20px;
  color: #021026;
}

.review__text--title {
  margin-top: 14px;
  color: #8e9da7;
}

.review__text p {
  margin: 8px 0 0;
}

.review__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.review__user {
  width: 30%;
  font-family: 'PragmaticaC-Bold', serif;
  color: #25a;
}

.review__date {
  margin-right: auto;
  color: #8e9da7;
  padding-left: 20px;
}

.review__link {
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.review__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background-image: url("/local/templates/kama/css/../img/svg/arrow_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.review__item:hover {
  border-color: #25a;
}

.review__item:hover .review__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.review__item:hover .review__link {
  color: #021026;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.review__item:hover .review__link:after {
  opacity: 1;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.subscribe {
  background-image: url("/local/templates/kama/css/../img/subscribe.jpg");
  background-size: cover;
  background-position: 50% 50%;
  width: 30%;
  max-width: 392px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 567px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 35px 50px;
}

.subscribe > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.subscribe__button {
  width: 114px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #fff;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  font-style: italic;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
}

.subscribe__subtitle {
  font-size: 15px;
  line-height: 1.53;
  color: #fff;
  margin-top: 25px;
}

.subscribe__title {
  width: 80%;
  font-size: 27px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.11;
  color: #fff;
  margin-top: 6px;
}

.subscribe__form {
  margin-top: 40px;
}

.subscribe__form input[type="email"] {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  background-color: #fff;
  padding: 16px;
  border: none;
}

.subscribe__form input[type="submit"] {
  border: none;
  width: 100%;
  height: 76px;
  line-height: 76px;
  border-radius: 3px;
  background-color: #28c;
  font-size: 16px;
  font-family: 'PragmaticaC-Bold', serif;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  text-align: center;
  color: #fff;
  margin-top: 28px;
}

.subscribe__form input[type="submit"]:hover {
  background-color: #06a;
}

.news__content {
  width: 70%;
  padding-left: 24px;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-top: -24px;
}

.news__item {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: calc(50% - 24px);
  margin-top: 24px;
  margin-left: 24px;
  border: solid 2px #edf3fa;
  padding: 22px 30px;
}

.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}

.news__body--left-col {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.news__body--right-col {
  margin-left: 20px;
}

.news__img {
  width: 114px;
  height: 114px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.news__anons {
  color: #021026;
}

.news__date {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.4;
  color: #8e9da7;
}

.news__title {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
  color: #25a;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.news__title:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 9px;
  background-image: url("/local/templates/kama/css/../img/svg/arrow_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.news__item:hover {
  border-color: #25a;
}

.news__item:hover .news__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news__item:hover .news__title {
  color: #021026;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.news__item:hover .news__title:before {
  width: 12px;
  opacity: 1;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}

.partners__wrapper {
  padding-top: 48px;
  padding-bottom: 64px;
  position: relative;
}

.partners__slider {
  margin-top: 33px;
  margin-left: -25px;
}

.partners__slider .slick-slide {
  padding-left: 21px;
  padding-right: 4px;
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 183px;
  height: 112px;
  border: 2px solid #edf3fa;
}

.partners__item img {
  margin: 0 auto;
}

.partners__item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
          box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.partners .slick-dots li button {
  background-color: #f4f4f4;
}

.partners__nav-wrapper {
  position: absolute;
  right: 0;
  top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about {
  background-color: #25a;
  position: relative;
}

.about:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 50%;
  left: 0;
  height: 100%;
  background-image: url("/local/templates/kama/css/../img/about.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__content {
  width: 50%;
  padding: 48px 0 72px 64px;
}

.about__title {
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
}

.about__text {
  margin-top: 20px;
}

.about__text p {
  color: #fff;
  margin: 15px 0 0 0;
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
}

.title-block__h2 {
  font-family: 'PragmaticaC-Bold', serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.67;
  letter-spacing: 0.4px;
  margin: 0;
}

.title-block__h2--action,
.title-block__h2--block-about {
  line-height: 1.33;
}

.title-block__h2 span {
  color: #25a;
}

.title-block__link {
  color: #25a;
  text-decoration: underline;
  font-family: 'PragmaticaC-Bold', serif;
  margin-left: 23px;
  font-size: 17px;
  line-height: 1.47;
}

.archives {
  padding: 60px 0;
  background-color: #edf3fa;
}

.archives__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.archives__col {
  width: 50%;
}

.archives__col-1 {
  padding-right: 64px;
}

.archives__col-2 {
  padding-left: 64px;
}

.archives__item {
  margin-bottom: 25px;
}

.archives__item:last-child {
  margin-bottom: 0;
}

.archives__title {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
  color: #021026;
  margin-bottom: 18px;
}

.archives__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archives__content > a {
  padding: 0 15px 10px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #28c;
  text-decoration: underline;
}

.archives__content > a:hover {
  text-decoration: none;
}

.slider-index {
  overflow: hidden;
}

.slider-index__nav {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 54px;
  height: 54px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

.slider-index__nav svg {
  margin: 0 auto;
}

.slider-index__nav svg path {
  stroke: #fff;
}

.slider-index__nav:hover svg path {
  stroke: #25a;
}

.slider-index__nav--left {
  left: 0;
}

.slider-index__nav--left:hover {
  -webkit-transform: translateY(-50%) translateX(-5px);
      -ms-transform: translateY(-50%) translateX(-5px);
          transform: translateY(-50%) translateX(-5px);
}

.slider-index__nav--right {
  right: 0;
}

.slider-index__nav--right:hover {
  -webkit-transform: translateY(-50%) translateX(5px);
      -ms-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

.slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #25a;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

.slider__nav svg {
  margin: 0 auto;
  color: #262525;
}

.slider__nav:hover {
  background-color: #25a;
}

.slider__nav--left:hover {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.slider__nav--right:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.wrapper__more {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 37px;
}

.news__content .wrapper__more {
  text-align: left;
  margin-bottom: 0;
}

.display-1200,
.display-1024,
.display-960,
.display-768,
.display-640,
.display-425 {
  display: none;
}

.page__content--news-detail {
  padding-bottom: 60px;
}

.alignleft {
  float: left;
  margin: 0 24px 19px 0;
}

.alignright {
  float: right;
  margin: 0 0 19px 24px;
}

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

.page-sidebar__content {
  width: 76%;
}

.page-sidebar__content .title-block__h2 {
  margin-bottom: 30px;
}

.page-sidebar__sidebar {
  width: 24%;
}

.page-sidebar__left-col.page-sidebar__content {
  padding-right: 23px;
}

.page-sidebar__right-col.page-sidebar__content {
  padding-left: 23px;
}

.sidebar__title {
  font-size: 27px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.11;
  margin-bottom: 28px;
  padding-top: 12px;
}

.sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar__item {
  margin: 0 0 -2px 0;
  padding: 20px 34px 27px 25px;
  border: solid 2px #edf3fa;
  background-color: #fff;
}

.sidebar__link {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
}

.social-widget {
  margin-top: 24px;
  background-color: #28c;
  color: #fff;
  padding: 40px 24px;
}

.social-widget__title {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
  margin-bottom: 15px;
}

.social-widget__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -16px;
}

.social-widget__items {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 16px;
  border: 2px solid #fff;
  text-align: center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.social-widget__items i {
  color: #fff;
  font-size: 20px;
}

.social-widget__items:hover {
  background-color: #25a;
  border-color: #25a;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.interesting-topic__wrapper {
  margin-top: 25px;
}

.interesting-topic__title {
  font-size: 30px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.67;
  letter-spacing: 0.4px;
  color: #021026;
  text-transform: uppercase;
  margin-bottom: -10px;
}

.interesting-topic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -24px;
}

.interesting-topic__item {
  width: calc(50% - 24px);
  margin-top: 24px;
  margin-left: 24px;
  border: solid 2px #edf3fa;
  padding: 0;
}

.interesting-topic__item:hover {
  border-color: #25a;
}

.interesting-topic__item:hover .news-list__link {
  color: #021026;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.interesting-topic__item:hover .news-list__link:after {
  opacity: 1;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

.news-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 39px;
}

.news-list__item {
  width: calc(25% - 24px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin-top: 24px;
  margin-left: 24px;
  border: solid 2px #edf3fa;
  padding: 0;
}

.news-list__item:nth-child(6n+1),
.news-list__item:nth-child(6n+6) {
  width: calc(50% - 24px);
}

.news-list__item:nth-child(6n+1) .news-list__anons,
.news-list__item:nth-child(6n+6) .news-list__anons {
  max-height: 69px;
  overflow: hidden;
}

.news-list__img {
  width: auto;
  height: 243px;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}

.news-list__body {
  padding: 20px 30px 29px;
}

.news-list__date {
  font-size: 15px;
  line-height: 1.4;
  color: #8e9da7;
  margin-bottom: 14px;
}

.news-list__title {
  font-size: 17px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.47;
  color: #25a;
  margin-bottom: 4px;
}

.news-list__anons {
  font-size: 15px;
  line-height: 1.53;
  color: #021026;
  margin-bottom: 37px;
  max-height: 44px;
  overflow: hidden;
}

.news-list__anons p {
  margin: 0;
}

.news-list__link {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  letter-spacing: 1px;
  color: #25a;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.news-list__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background-image: url("/local/templates/kama/css/../img/svg/arrow_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.news-list__more-btn {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  background-color: #edf3fa;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  letter-spacing: 1px;
  color: #25a;
  margin-bottom: 20px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.news-list__more-btn svg {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.news-list__more-btn svg path {
  fill: #25a;
}

.news-list__more-btn:hover {
  background-color: #25a;
  color: #fff;
}

.news-list__more-btn:hover svg path {
  fill: #fff;
}

.news-list__item:hover {
  border-color: #25a;
}

.news-list__item:hover .news-list__link {
  color: #021026;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.news-list__item:hover .news-list__link:after {
  opacity: 1;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

.pagenav {
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagenav__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenav__item {
  padding: 0;
  margin: 0 10px 0 0;
}

.pagenav__item:last-child {
  margin: 0;
}

.pagenav__link {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #edf3fa;
  background-color: #edf3fa;
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  color: #25a;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.pagenav__link:hover {
  border: solid 1px #25a;
  background-color: #25a;
  color: #fff;
}

.pagenav__link--no-num {
  background-color: transparent;
  border: none;
  width: 16px;
}

.pagenav__link--arrow svg {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.pagenav__link--arrow svg path {
  fill: #25a;
}

.pagenav__link--arrow:hover svg path {
  fill: #fff;
}

footer a {
  color: #fff;
}

.footer__top {
  background-color: #25a;
  padding: 37px 0 39px;
  color: #fff;
}

.footer__top .footer__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__bottom {
  background-color: #021026;
  padding: 23px 0 33px;
  color: #fff;
}

.footer__bottom > a {
  color: #fff;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__col {
  margin-left: auto;
}

.footer__col--1 {
  margin-left: 0;
}

.footer__col--5 {
  width: 15%;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: auto;
}

.footer__copy a {
  color: #fff;
}

.footer__copy--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__copy--right svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__copy--right:hover svg {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__phone {
  display: block;
}

.footer__address p {
  margin: 0;
}

.footer-menu__item {
  padding: 0;
  margin: 0;
}

.footer-menu__link {
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 2.08;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.footer__bottom .footer-menu__link {
  text-transform: none;
}

.footer-menu__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.footer-menu__link:hover {
  color: rgba(255,255,255,0.6);
}

.footer-menu__link:hover:after {
  width: 100%;
}

a.footer-menu__link {
  color: #fff;
}

a.footer-menu__link:hover {
  color: rgba(255,255,255,0.7);
}

a.footer__phone {
  color: #fff;
}

a.footer__phone:hover {
  color: #28c;
}

.logo--footer svg {
  width: 125px;
  height: 23px;
}

.logo--footer svg path {
  fill: #fff;
}

.header {
  background-color: #fff;
}

.header__wrapper {
  padding-top: 27px;
  padding-bottom: 27px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.header__city {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 165px;
  text-transform: uppercase;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #28c;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 165px;
}

.header__logo svg {
  max-width: 100%;
}

.header__menu {
  width: 80%;
  margin-left: auto;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin-left: auto;
}

.header__name {
  max-width: 140px;
  line-height: 1.4;
  color: #8e9da7;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__phone {
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 17px;
  line-height: 1.47;
}

.header__phone--2 {
  margin-left: 35px;
}

.header__phone a {
  color: #021026;
}

.header__phone a:hover {
  color: #25a;
}

.header__phone span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #8e9da7;
  font-family: 'PragmaticaC', sans-serif;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.nav__item {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
}

.nav__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #25a;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.nav__item:hover {
  color: #021026;
}

.nav__item:hover:after {
  width: 100%;
}

.slider-index {
  position: relative;
}

.slider-index__item {
  height: 400px;
  position: relative;
  background-size: cover;
}

.slider-index__item > .uk-container {
  height: 100%;
  position: relative;
}

.slider-index__item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.4);
}

.slider-index__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
  position: relative;
  z-index: 2;
  height: calc(100% - 157px);
}

.slider-index__text {
  width: 40%;
}

.slider-index__text h2 {
  color: #fff;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 35px;
  font-style: italic;
  line-height: 1.29;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.slider-index__text h2 span {
  color: #25a;
}

.main-menu__wrapper {
  height: 68px;
  background-color: #25a;
}

.main-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 68px;
}

.main-menu__item {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 15%;
  height: 100%;
  line-height: 68px;
  position: relative;
  overflow: hidden;
}

.main-menu__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #28c;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  left: 50%;
  top: 50%;
  bottom: 50%;
  right: 50%;
}

.main-menu__item:hover:after {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%) scale(100);
      -ms-transform: translate(-50%, -50%) scale(100);
          transform: translate(-50%, -50%) scale(100);
  border-radius: 0;
}

.main-menu__item:last-child a:after {
  display: none;
}

.main-menu__link {
  display: block;
  line-height: 68px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PragmaticaC-Bold', serif;
  position: relative;
  z-index: 2;
}

.main-menu__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 21px;
  right: 0;
  background-color: #28c;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.main-menu__link:hover {
  color: #fff;
}

.main-menu__link:hover:after {
  display: none;
}

a.main-menu__link {
  color: #fff;
}

a.main-menu__link:hover {
  color: #fff;
}

.phone__btn {
  position: relative;
  z-index: 4;
  width: 49px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
  margin-right: auto;
  background-color: #021026;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0,0,0,0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0,0,0,0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border-radius: 0;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125,168,208,0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48,48,48,0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0,51,83,0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.uk-position-cover {
  background-size: cover;
}

.uk-overlay-background:before {
  color: #25a;
}

.uk-overlay-scale {
  -webkit-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
}

.uk-container {
  /*max-width: 1290px;*/
  max-width: 1680px;
  padding: 0 35px;
}

.uk-modal {
  z-index: 3010;
}

[class*="uk-animation-"] {
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
}

.animation-top-wrapper.uk-animation-slide-top {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}

.uk-overlay-icon:before {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
}

.uk-table td,
.uk-table th {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.uk-alert {
  position: relative;
}

.uk-alert >.uk-close:first-child {
  float: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.uk-text-center > img,
.uk-text-center-small > img {
  margin-left: auto;
  margin-right: auto;
}

.uk-height-viewport {
  min-height: auto;
  max-height: 900px;
}

.uk-modal-dialog {
  padding: 0px 50px 50px;
}

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.btn,
a.btn {
  display: inline-block;
  background-color: transparent;
  border: solid 2px #25a;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  cursor: pointer;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #021026;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

.btn:hover,
a.btn:hover {
  color: #fff;
  background-color: #25a;
}

.btn--full,
a.btn--full {
  width: 148px;
  height: 52px;
  line-height: 52px;
  background-color: #25a;
  font-size: 13px;
  padding: 0;
  font-family: 'PragmaticaC-Bold', serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: skew(0);
      -ms-transform: skew(0);
          transform: skew(0);
}

.btn--full:hover,
a.btn--full:hover {
  background-color: #038;
}

.btn--timing,
a.btn--timing {
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  margin-left: 10px;
}

.btn--white,
a.btn--white {
  border: solid 2px #fff;
  color: #fff;
}

.btn--white:hover,
a.btn--white:hover {
  color: #fff;
  border: solid 2px #038;
  background-color: #038;
}

.btn:nth-child(2n),
a.btn:nth-child(2n) {
  margin-left: 10px;
}

.btn--with-icon,
a.btn--with-icon {
  font-size: 13px;
  letter-spacing: 0.9px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.btn--with-icon:before,
a.btn--with-icon:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #25a;
  -webkit-transition: width 0.7s;
  -o-transition: width 0.7s;
  transition: width 0.7s;
}

.btn--with-icon:hover,
a.btn--with-icon:hover {
  background-color: transparent;
}

.btn--with-icon:hover:before,
a.btn--with-icon:hover:before {
  width: 100%;
}

.btn__icon,
a.btn__icon {
  position: relative;
  left: -1px;
  z-index: 2;
  display: block;
  background-color: #25a;
  color: #fff;
  text-align: center;
  padding: 0 12px;
  font-size: 19px;
}

.btn--compare .btn__icon:before,
.btn--compare a.btn__icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("/local/templates/kama/css/../img/svg/compare.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  margin-right: 8px;
}

.btn--cart .btn__icon:before,
.btn--cart a.btn__icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("/local/templates/kama/css/../img/svg/cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 19px;
  margin-right: 8px;
}

.btn__text,
a.btn__text {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: auto;
  padding: 0 10px;
}

input[type="submit"] {
  background-color: #25a;
  color: #fff;
  font-family: 'PragmaticaC-Bold', serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.9px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

input[type="submit"]:hover {
  background-color: #1b4488;
}

.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn__wrapper > *:not(:first-child) {
  margin-left: 20px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=color] {
  height: 48px;
  border-radius: 3px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
  width: 100%;
}

textarea {
  font-family: 'PragmaticaC', sans-serif;
  resize: none;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 20px 18px;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
}

input:not([type]):focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=color]:focus,
textarea:focus {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ccc;
}

input[placeholder],
textarea[placeholder] {
  color: #000;
  font-style: normal;
}

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #000;
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
  color: transparent;
}

.main__nav-icon {
  display: inline-block;
  background-color: #25a;
  cursor: pointer;
  font-size: 0;
  padding: 28px 25px;
  z-index: 2000;
  transition: opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease-in-out 0.5s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease-in-out 0.5s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease-in-out 0.5s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.main__nav-icon span {
  display: block;
  position: relative;
  width: 30px;
  height: 23px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  border-bottom: 3px solid $color-mobile-menu-icon;
}

.main__nav-icon span:before,
.main__nav-icon span:after {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  border-top: 3px solid $color-mobile-menu-icon;
}

.main__nav-icon span:before {
  top: 0;
}

.main__nav-icon span:after {
  bottom: 7px;
}

.main__nav-icon.in-open-menu span {
  border: none;
}

.main__nav-icon.in-open-menu span:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main__nav-icon.in-open-menu span:before {
  top: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main__nav-icon.in-open-menu span:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 12px;
}

.main__nav {
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  height: 100vh;
  z-index: 105;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/local/templates/kama/css/../img/banner_main.jpg");
  background-size: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main__nav .nav__content {
  height: 0;
}

.main__nav.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  min-height: 100vh;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 182px;
}

.main__nav.open .nav__content {
  height: auto;
}

.main__nav.open:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.9);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main__nav.open:after {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav__content,
.nav__bottom {
  position: relative;
  z-index: 107;
}

.footer__copy--header {
  color: #fff;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

.slick-dots {
  list-style: none;
  margin: 30px auto;
  text-align: center;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.slick-dots li button {
  display: inline-block;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -9999px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #25a;
}

.header__mobile {
  display: none;
}

.header__mobile .btn {
  height: 40px;
  line-height: 40px;
}

.header__mobile .btn__text {
  display: none;
}

.hamburger {
  position: relative;
  z-index: 4;
  width: 49px;
  height: 40px;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
  margin-right: auto;
  background-color: #28c;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

.hamburger__line,
.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  z-index: 5;
  display: block;
  height: 2px;
  left: 10px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
}

.hamburger:before {
  top: 10px;
  width: 28px;
}

.hamburger__line {
  top: 20px;
  width: 28px;
}

.hamburger:after {
  top: 29px;
  width: 28px;
}

.mobile-menu--open .hamburger .hamburger__line {
  left: -29px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu--open .hamburger:before {
  top: 19px;
  left: 10px;
  width: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu--open .hamburger:after {
  top: 19px;
  left: 10px;
  width: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.checkbox-wrapper {
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 1.53;
  padding: 0;
  margin-bottom: 5px;
}

.checkbox-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.checkbox-wrapper label {
  display: inline-block;
  padding-left: 30px;
  line-height: 22px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

input[type=checkbox].checkbox {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
}

input[type=checkbox].checkbox ~ span {
  background: #fff;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

input[type=checkbox].checkbox:hover ~ span {
  background: #fff;
  opacity: 0.8;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

input[type=checkbox].checkbox:checked ~ span {
  background: #fff url("/local/templates/kama/css/../img/svg/check-on.svg") no-repeat 50% 50%;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
}

input[type=checkbox].checkbox:disabled ~ span {
  background: #fff;
  opacity: 0.5;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
}

.select-include {
  position: relative;
  z-index: 5;
  margin-top: 10px;
  padding-right: 24px;
}

.select-include .selectize-control {
  position: relative;
  z-index: 3;
  height: 76px;
  min-width: 100%;
  padding: 0;
}

.select-include .selectize-control--simple .selectize-control {
  height: 48px;
}

.select-include .selectize-control.single .selectize-input {
  height: 76px;
  border-radius: 3px;
  padding: 35px 18px 20px 18px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select-include .selectize-control.single .selectize-input .item {
  display: block;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.select-include .selectize-control.single .selectize-input input {
  width: 100% !important;
  font-family: $base-font-family;
  line-height: 1 !important;
  font-size: 18px;
  font-weight: 300;
  color: transparent;
}

.select-include .selectize-control.single .selectize-input.has-items input {
  display: none !important;
}

.select-include .selectize-control.single .selectize-input:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 17px;
  height: 9px;
  margin-top: -4px;
  right: 17px;
  border: 0 none;
  background: url("/local/templates/kama/css/../img/svg/select_control.svg") 50% 50% no-repeat;
}

.select-include .selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.select-include .selectize-control.single .selectize-input.dropdown-active:before {
  display: none !important;
}

.select-include .selectize-dropdown {
  position: absolute;
  left: -2px !important;
  z-index: 10;
  width: calc(100% + 4px) !important;
  padding: 0;
  margin-top: 4px;
  border: 0 none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 22px rgba(0,5,38,0.15);
          box-shadow: 0 6px 22px rgba(0,5,38,0.15);
}

.select-include .selectize-dropdown .slimScrollBar {
  border-radius: 4px;
  opacity: 1 !important;
}

.select-include .selectize-dropdown .optgroup-header,
.select-include .selectize-dropdown [data-selectable] {
  line-height: 22px !important;
  padding: 5px 15px !important;
  font-family: $base-font-family;
  font-size: 14px !important;
  color: #212121;
}

.select-include .selectize-dropdown .optgroup-header:first-of-type,
.select-include .selectize-dropdown [data-selectable]:first-of-type {
  padding-top: 20px !important;
}

.select-include .selectize-dropdown .optgroup-header:last-of-type,
.select-include .selectize-dropdown [data-selectable]:last-of-type {
  padding-bottom: 17px !important;
}

.select-include .selectize-dropdown .optgroup-header:hover,
.select-include .selectize-dropdown [data-selectable]:hover {
  background: #f3f5f7;
}

.select-include .selectize-dropdown .optgroup-header:hover:first-of-type,
.select-include .selectize-dropdown [data-selectable]:hover:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select-include .selectize-dropdown .optgroup-header:hover:last-of-type,
.select-include .selectize-dropdown [data-selectable]:hover:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select-include .selectize-dropdown-content {
  border-radius: 4px;
}

.select-include .selectize-dropdown-content .optgroup {
  border-top: 0 none;
  margin-bottom: 4px;
}

.select-include .selectize-dropdown-content .optgroup:last-of-type {
  margin-bottom: 10px;
}

.select-include .selectize-dropdown-content .optgroup .optgroup-header {
  padding: 13px 15px !important;
  margin-bottom: 10px;
  font-size: 16px !important;
  border-bottom: 2px solid #f3f5f7;
}

.select-include .selectize-dropdown-content .optgroup .optgroup-header:first-of-type {
  padding: 14px 15px !important;
}

.select-include .selectize-dropdown-content .optgroup .optgroup-header:hover {
  background: transparent;
}

.select-include .selectize-dropdown-content .optgroup .option {
  padding: 6px 15px !important;
}

.select-include .form__input--form .selectize-control {
  height: 40px;
  min-width: 0;
}

.select-include .form__input--form .selectize-control.single .selectize-input {
  height: 40px;
  padding-top: 10px;
  padding-left: 12px;
  border: 1px solid #c4c6d4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select-include .form__input--form .selectize-control.single .selectize-input:after {
  right: 12px;
  width: 13px;
  height: 7px;
  margin-top: -3px;
  background: url("/local/templates/kama/css/../img/svg/select-arrow-2.svg") 50% 50% no-repeat;
}

.select-include .form__input--form .selectize-control.single .selectize-input .item {
  font-size: 14px;
}

.select-include .form__input--form .selectize-control.single .selectize-input input {
  width: 100% !important;
  font-size: 14px;
}

.select-include .form__input--form .selectize-control.single .focus {
  border: 1px solid #58bdff;
}

.select-include .form__input--form .selectize-control.single .selectize-dropdown .optgroup-header:first-of-type,
.select-include .form__input--form .selectize-control.single .selectize-dropdown [data-selectable]:first-of-type {
  padding-top: 13px !important;
}

.select-include .form__input--form .selectize-control.single .selectize-dropdown .optgroup-header:last-of-type,
.select-include .form__input--form .selectize-control.single .selectize-dropdown [data-selectable]:last-of-type {
  padding-bottom: 13px !important;
}

.select_option {
  position: relative;
  width: 100%;
}

select::-webkit-inner-spin-button {
  cursor: pointer;
}

.select_option:after {
  pointer-events: none;
  background: #fff url("/local/templates/kama/css/../img/svg/select_control.svg") 100% 50% no-repeat;
  height: 49px;
  width: 44px;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

.select-include--simple .selectize-control.single .selectize-input {
  height: 48px;
  padding: 15px 18px;
  background: #fff;
}

.select-include--simple .selectize-control.single .selectize-input .item {
  display: block;
  font-family: 'PragmaticaC', sans-serif;
  font-size: 15px;
  color: #8e9da7;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.select-include--simple .selectize-control.single .selectize-input input {
  width: 100% !important;
  line-height: 1 !important;
  font-family: 'PragmaticaC', sans-serif;
  font-size: 15px;
  color: transparent;
}

@media screen and (max-width: 1200px) {
  .display-1200 {
    display: block;
  }

  .hidden-1200 {
    display: none;
  }

  .uk-navbar-nav.hidden-1200 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header__city {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .header__contacts {
    display: none;
  }

  .header__phone {
    display: none;
  }

  .main__nav-icon {
    padding: 21px 18px;
  }

  body.fixed {
    height: auto;
    overflow: auto;
  }
}

@media screen and (max-width: 1024px) {
  .display-1024 {
    display: block;
  }

  .hidden-1024 {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header__button {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .display-960 {
    display: block;
  }

  .hidden-960 {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .breadcrumb__item {
    margin-bottom: 7px;
  }

  .page__content {
    margin-top: 0;
  }

  .action__content {
    padding: 35px 15px;
  }

  .action__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .action__btn {
    width: 100%;
    margin: 0 auto;
  }

  .action__timing {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto 20px;
  }

  .block-about {
    padding: 37px 15px 56px;
  }

  .block-about__text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .block-about__text > * {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  --------------,
  .catalog__list {
    display: block;
    margin-left: -15px;
  }

  .goods__item {
    width: calc(50% - 25px);
  }

  .page__content--delivery {
    margin-top: 20px;
  }

  .filter {
    margin-top: 0;
  }

  .filter__wrapper {
    width: auto;
    margin-left: -35px;
    margin-right: -35px;
    padding: 25px 35px;
  }

  .filter__big {
    top: 25px;
  }

  .filter__submit {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    margin-top: -10px;
  }

  .pop-goods__list {
    display: block;
    margin-left: 0;
    margin-right: -15px;
  }

  .pop-goods__item {
    width: 230px;
    margin-left: 14px;
  }

  .excellence__wrapper {
    width: auto;
    height: auto;
    margin-left: -35px;
    margin-right: -35px;
    padding: 15px 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .excellence__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 15px 0;
  }

  .news__wrapper {
    margin-top: 30px;
  }

  .subscribe {
    width: 40%;
    min-height: auto;
    padding: 30px;
    background-size: 200px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #2254a9;
  }

  .subscribe__title {
    width: 100%;
  }

  .subscribe__form {
    margin-top: 27px;
  }

  .news__content {
    width: 60%;
  }

  .news__list {
    display: block;
    margin-left: 0;
    margin-top: 0;
    margin-right: -15px;
  }

  .news__item {
    display: block;
    width: 300px;
    margin-left: 12px;
    margin-top: 0;
  }

  .news__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news__body--left-col {
    width: 100%;
  }

  .news__body--right-col {
    margin-left: 0;
  }

  .news__img {
    width: 100%;
    height: 120px;
  }

  .news__date {
    margin-bottom: 10px;
  }

  .news__item:hover .news__title {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .news__item:hover .news__title:before {
    display: none;
  }

  .partners__wrapper {
    padding: 30px 0 0;
  }

  .partners__slider {
    margin-top: 0;
  }

  .partners__item img {
    max-height: 100%;
  }

  .about:before {
    width: 100%;
    bottom: 0;
    height: 215px;
  }

  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__content {
    width: 100%;
    padding: 35px 15px 250px;
  }

  .about__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }

  .title-block {
    text-align: left;
    margin: 0 0 15px 0;
  }

  .title-block__h2 {
    font-size: 22px;
  }

  .news__content .title-block__link {
    margin-left: 0;
  }

  .archives {
    padding: 25px 0;
  }

  .archives__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .archives__col {
    width: 100%;
  }

  .archives__col-1 {
    padding-right: 0;
  }

  .archives__col-2 {
    padding-left: 0;
    margin-top: 25px;
  }

  .page-sidebar__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-sidebar__content {
    width: 100%;
    padding-right: 0;
  }

  .page-sidebar__content .title-block__h2 {
    margin-bottom: 15px;
  }

  .page-sidebar__sidebar {
    width: 100%;
    margin-top: 30px;
  }

  .page-sidebar__left-col.page-sidebar__content {
    padding-right: 0;
  }

  .page-sidebar__right-col.page-sidebar__content {
    padding-left: 0;
  }

  .sidebar__title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .sidebar__item {
    padding: 15px;
  }

  .sidebar__link {
    font-size: 15px;
    line-height: 1.33;
  }

  .social-widget {
    padding: 30px 20px;
  }

  .interesting-topic__title {
    font-size: 24px;
    line-height: 1.33;
  }

  .news-list__item {
    width: calc(50% - 24px);
  }

  .news-list__img {
    height: 170px;
  }

  .news-list__body {
    padding: 20px;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__col {
    margin-left: 0;
  }

  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    font-size: 13px;
    margin-left: auto;
  }

  .footer__copy br {
    display: none;
  }

  .footer__copy--right {
    margin-top: 15px;
  }

  .logo--footer svg {
    width: 92px;
    height: 17px;
  }

  .footer__top .footer__logo {
    margin-right: 22px;
  }

  .footer__top .footer__col--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__top .footer__col--2,
  .footer__top .footer__col--3,
  .footer__top .footer__col--4,
  .footer__top .footer__col--5 {
    display: none;
  }

  .footer__bottom .footer__col--1,
  .footer__bottom .footer__col--2 {
    display: none;
  }

  .header__info {
    width: auto;
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    margin-top: 0;
  }

  .nav__item {
    font-size: 12px;
  }

  .slider-index__item {
    display: block;
    height: 211px;
  }

  .slider-index__content {
    height: calc(100% - 25px);
  }

  .slider-index__text h2 {
    font-size: 20px;
  }

  .main-menu {
    height: 48px;
    margin-left: -20px;
  }

  .main-menu__wrapper {
    height: 48px;
  }

  .main-menu__list {
    display: block;
    height: 48px;
  }

  .main-menu__item {
    width: auto;
    line-height: 48px;
  }

  .main-menu__link {
    padding: 0 20px;
    line-height: 48px;
  }

  .slick-dots {
    margin: 30px auto 20px;
  }

  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
  }

  .select-include .selectize-control.single .selectize-input {
    height: 65px;
    padding-top: 30px;
  }

  .select-include .selectize-control.single .selectize-input .item {
    font-size: 14px;
  }

  .select-include .selectize-control.single .selectize-input input {
    font-size: 16px;
  }

  .select-include .form__input--form .selectize-control.single .selectize-input {
    padding-left: 15px;
  }

  .select-include--simple .selectize-control.single .selectize-input {
    height: 48px;
    padding-top: 15px;
  }

  .select-include--simple .selectize-control.single .selectize-input .item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .more-offers__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }

  .more-offers__img {
    max-width: none;
    width: auto;
    min-width: 100%;
    height: 170px;
    margin: 0;
  }

  .more-offers__content {
    margin-left: 0;
    padding: 25px 15px;
  }

  .action__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .action__img {
    width: 100%;
    height: 200px;
  }

  .action__content {
    margin-left: 0;
    padding: 25px 15px;
  }

  .action__info {
    text-align: center;
  }

  .delivery__info {
    font-size: 19px;
  }

  .delivery__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .delivery__item {
    width: 100%;
    margin-left: 0;
  }

  .delivery__title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .attention {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }

  .attention__icon {
    width: 100%;
    height: 70px;
  }

  .attention__text {
    text-align: center;
    padding: 20px 15px;
  }

  .attention__text span {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .filter__title {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .filter__name {
    font-size: 15px;
  }

  .filter__btn--slide {
    width: 40px;
    height: 20px;
    margin: 0 13px;
  }

  .filter__btn--slide span {
    width: 16px;
    height: 16px;
  }

  .filter__item {
    margin-bottom: 0;
    width: calc(50% - 5px);
  }

  .filter__item--1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .filter__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filter__big {
    bottom: 17px;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
  }

  .offers__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -11px;
  }

  .offers__col {
    margin-left: 11px;
  }

  .offers__col--1 {
    width: calc(100% - 11px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .offers__col--2,
  .offers__col--3 {
    width: calc(50% - 11px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .offers__item--1 {
    height: 240px;
    padding: 20px;
    margin-bottom: 11px;
  }

  .offers__item--2 {
    height: 240px;
    padding: 20px;
  }

  .offers__item--3,
  .offers__item--4 {
    height: 115px;
    padding: 15px;
  }

  .offers__item--4 {
    margin-top: 10px;
  }

  .offers__tag {
    display: none;
  }

  .offers__btn--tag {
    display: none;
  }

  .offers__btn--full {
    width: 50%;
  }

  .offers__item--1 .offers__title {
    font-size: 17px;
    line-height: 1.24;
  }

  .offers__item--2 .offers__title {
    font-size: 13px;
    line-height: 1.31;
  }

  .offers__item--3 .offers__title,
  .offers__item--4 .offers__title {
    font-size: 13px;
    line-height: 1.31;
    width: 100%;
  }

  .reviews {
    margin-top: 20px;
  }

  .reviews__list {
    margin-left: 0;
    margin-right: -15px;
  }

  .review__item {
    margin-left: 15px;
    width: 230px;
    padding: 20px;
  }

  .review__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .review__icon {
    margin: 0;
  }

  .review__rate {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .review__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .review__img {
    width: 62px;
    height: 62px;
  }

  .review__text {
    width: 100%;
    padding: 0;
    max-height: 155px;
    overflow: hidden;
  }

  .review__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }

  .review__user {
    width: 100%;
  }

  .review__date {
    padding-left: 0;
  }

  .review__link {
    margin-left: 0;
    margin-bottom: 23px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .review__item:hover .review__link {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .review__item:hover .review__link:after {
    display: none;
  }

  .partners__slider {
    margin-left: -20px;
    margin-right: -15px;
  }

  .title-block__h2 {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.3px;
    margin: 0 auto;
  }

  .title-block__h2--action,
  .title-block__h2--block-about {
    line-height: 1.43;
  }

  .title-block__link {
    margin: 0 auto;
  }

  .interesting-topic__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }

  .interesting-topic__item {
    width: 100%;
    margin-left: 0;
  }

  .interesting-topic__item:hover .news-list__link {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .interesting-topic__item:hover .news-list__link:after {
    display: none;
  }

  .news-list__item:hover .news-list__link {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .news-list__item:hover .news-list__link:after {
    display: none;
  }

  .uk-overlay-panel {
    padding: 0;
  }

  .btn--full,
  a.btn--full {
    width: 50%;
  }

  .btn--timing,
  a.btn--timing {
    margin-left: 0;
    margin-top: 5px;
  }

  .select-include {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .display-768 {
    display: block;
  }

  .hidden-768 {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .display-640 {
    display: block;
  }

  .hidden-640 {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .more-offers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }

  .more-offers__item {
    margin-left: 0;
  }

  .more-offers__img {
    width: 100%;
  }

  .breadcrumb {
    padding: 25px 0 10px;
  }

  .goods__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 15px);
    margin-left: 15px;
  }

  .page__content--delivery {
    margin-top: 0;
  }

  .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }

  .subscribe {
    width: 100%;
    min-height: auto;
    padding: 30px;
    background-size: 200px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #2254a9;
  }

  .news__content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .news__item {
    width: 230px;
    padding: 20px 15px;
  }

  .partners__wrapper {
    padding: 0;
  }

  .title-block {
    text-align: center;
  }

  .slider-index__nav {
    display: none;
  }

  .slider__nav {
    display: none;
  }

  .news__content .wrapper__more {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 37px;
  }

  .news-list__list {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news-list__item {
    width: 100%;
    margin-left: 0;
  }

  .news-list__item:nth-child(6n+1),
  .news-list__item:nth-child(6n+6) {
    width: 100%;
  }

  .pagenav {
    display: none;
  }

  .header__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header__bottom {
    margin-top: 20px;
  }

  .header__logo {
    width: 121px;
  }

  .slider-index__text {
    width: 70%;
    margin: 0;
  }

  .main__nav-icon {
    padding: 14px 11px;
  }

  .main__nav-icon span {
    width: 17px;
    height: 12px;
    border-width: 2px;
  }

  .main__nav-icon span:after {
    bottom: 2px;
  }

  .main__nav-icon.in-open-menu span:before {
    top: 4px;
  }

  .main__nav-icon.in-open-menu span:after {
    bottom: 5px;
  }

  .main__nav.open {
    padding-top: 150px;
  }

  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  body.index .slick-dots {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 479px) {
  .uk-width-small-1-2,
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }

  .uk-width-small-2-10 {
    width: 20%;
  }

  .uk-width-small-8-10 {
    width: 80%;
  }
}

@media screen and (max-width: 425px) {
  .uk-container {
    padding: 0 15px;
  }

  .display-425 {
    display: block;
  }

  .hidden-425 {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .uk-grid {
    margin-left: -10px;
  }

  .uk-grid >* {
    padding-left: 10px;
  }

  .uk-grid.uk-grid-collapse > * {
    padding: 0;
  }
}

@media only screen and (max-width: 424px) {
  .filter__wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 17px 15px 50px;
  }

  .excellence__wrapper {
    padding: 38px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }

  .excellence__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0;
    margin: 0;
  }

  .excellence__item:not(:first-child) {
    margin-top: 36px;
  }
}

/***** YAROSLAV KOLYAGIN *****/

/*.goods__button .btn--cart:before*/
/*{*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  background-color: red;*/
/*}*/
/***** catalog filters *****/
.catalogReset
{
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  text-align: center;

  text-transform: uppercase;
  color: #2255aa;
  font-size: 13px;

  font-family: 'PragmaticaC-Bold', serif;
  margin: 30px 0 10px 0;


}
.catalogReset span
{
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  transition: .3s;
}
.catalogReset:hover span
{
  transform: rotate(90deg);
}
.range
{
  margin: 20px 0 30px 0;
}
.catalogRange .noUi-horizontal
{
  height: 10px;
}
.catalogRange .noUi-connect
{
  background: #25a;
}
.catalogRange .noUi-handle
{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #25a;
  box-shadow: none;
}
.catalogRange .noUi-handle:before,
.catalogRange .noUi-handle:after
{
  display: none;
}

.filter__submit
{
  width: 100%;
  margin-top: 10px;
}
.catalogSelect
{
  width: 100%;
  margin-bottom: 25px;
}
.catalogSelect__title
{
  font-family: 'PragmaticaC-Bold', serif;
  margin-bottom: 10px;
}
.catalogSelect__outher
{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}
.catalogSelect__inner
{
  width: 100%;
  box-sizing: border-box;
  height: 48px;

  border: none;
  background: none;
  background-color: #fff;
  padding-left: 20px;
  
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  cursor: pointer;
}
.catalogSelect__outher:after
{
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(/local/templates/kama/css/../img/svg/arrow_r.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.catalogSelect--active .catalogSelect__outher
{
  position: relative;
}
.catalogSelect--active .catalogSelect__inner
{
  background-color: #25a;
  color: #fff;
}
.catalogSelect--active .catalogSelect__outher:after
{
  display: none;
}
.catalogSelect--active .cross 
{
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  outline: none;
  border: none;
  background: none;
  background-image: url(/local/templates/kama/css/../img/svg/cross.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalogRange__line
{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: -20px 0 30px;
  color: #8e9da7;
}
.catalogRange__line span
{
  width: 33.3%;
  text-align: center;
}
.catalogRange__line span:nth-child(1) 
{
  text-align: left;
}
.catalogRange__line span:nth-child(2)
{
  text-align: center;
}
.catalogRange__line span:nth-child(3)
{
  text-align: right;
}
.catalogRange__line:before 
{
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #8e9da7;
}

/***** counter *****/
.b-counter
{
  position: relative;
  color: #021026;
}
.b-counter__minus,
.b-counter__plus
{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
}
.b-counter__minus
{
  left: 10px;
}
.b-counter__plus
{
  right: 10px;
}
input.b-counter__value
{
  font-family: 'PragmaticaC-Bold', serif;
  background-color: #fff;
  border: solid 2px #25a;
  border-radius: 0;
  text-align: center;
  transform: skew(-10deg);
  width: 125px;
  height: 40px;
  outline: none;
  padding: 10px 35px;
}
input.b-counter__value:focus
{
  background-color: transparent;
  border-bottom: solid 2px #25a;
}

.counter
{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.counter .b-counter
{
  margin: initial !important;
}
.b-counter__btn
{
  display: block;
  background-image: url(/local/templates/kama/css/../img/svg/cart.svg);
  background-color: #25a;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  transform: skew(-10deg);
  border: none;
  position: relative;
  left: -1px;
}
.b-counter__compare
{
  width: 50px;
  background-color: #2288cc;
  transform: skew(-10deg);
  margin-left: 10px;
  background-image: url(/local/templates/kama/css/../img/svg/compare.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/***** sub btn *****/
.sub-btn,
.sub-btn:visited
{
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'PragmaticaC-Bold', serif;
  color: #fff;
  padding: 16px 22px;
  box-sizing: border-box;
  width: 210px;
  text-align: center;
  white-space: nowrap;
}
.sub-btn:hover
{
  color: inherit;
  background-color: transparent;
}
.sub-btn--darkblue
{
  border: solid 2px #2255aa;
  background-color: #2255aa;
}
.sub-btn--lightblue
{
  border: solid 2px #2288cc;
  background-color: #2288cc;
}

/***** rating *****/
.product__rating-star ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.product__rating-star ul li
{
  margin: 0 2px;
}
.product__rating-star ul li.active:before {
  content: "\2605";
  position: absolute;
}

/***** page product-card *****/
.page__content--product-card
{
  padding-bottom: 60px;
}
.product__wrapper
{
  display: flex;
  justify-content: space-between;
}

.product__img
{
  width: 495px;
  height: 495px;
  border: 2px solid  #edf3fa;
  margin-right: 25px;

  background-position: center;
  background-size: 320px;
  background-repeat: no-repeat;
}

.product__info
{
  width: 390px;
  margin-right: 25px;
}
.product__list-title
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 17px;
  margin-bottom: 15px;
}
.product__list
{
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
}
.product__list:last-child
{
  margin-bottom: 0;
}
.product__list li:nth-child(odd)
{
  border: solid 1px #edf3fa;
  background-color: #edf3fa;
}
.product__list li
{
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
}

.product__main
{
  width: 290px;
}
.product__check
{
  background-color: #2255aa;
  color: #ffffff;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.product__check-item
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.product__check-item--availability
{
  align-items: flex-end;
}
.product__check-item:last-child
{
  margin-bottom: 10px;
}
.product__check-item a
{
  color: #ffffff;
}
.product__check-item a:hover
{
  text-decoration: underline;
}
.product__check-item .availability
{
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.product__check-item .availability:before
{
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #22cc37;
  border-radius: 50%;
}
.product__check .product__rating-star
{
  text-align: right;
}

.product__check-price-title
{
  font-size: 18px;
}
.product__check-price
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 21px;
}
.product__add-card
{
  line-height: 0;
  padding: 0;
  background-color: #021026;
  color: #fff;
  width: 100%;
  height: 37px;
  border: none;
}
.product__add-card:before
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/local/templates/kama/css/../img/svg/cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 19px;
  margin-right: 8px;
}
.product__check-item .btn--compare{
  display: block;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  width: 44px;
  height: 37px;
  line-height: 37px;
  margin-left: 6px;
  background-color: #28c;
  border-color: #28c;
  background-image: url("/local/templates/kama/css/../img/svg/compare.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.product__more
{
  border: solid 1px #edf3fa;
  background-color: #edf3fa;
  padding: 30px 20px;
  box-sizing: border-box;
}
.product__more ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.product__more ul li a
{
  display: inline-block;
  font-family: 'PragmaticaC-Bold', serif;
  margin-bottom: 8px;
}
.product__more ul li a:hover
{
  text-decoration: underline;
}
.product__delivery-options
{
  color: #8e9da7;
  font-size: 13px;
}
.product__delivery-options span
{
  color: #021026;
}

.product__nav
{
  display: flex;
  justify-content: space-between;
}
.product__nav-btn
{
  border-radius: 3px;
  border: solid 1px #edf3fa;
  background-color: #edf3fa;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 10px;
}
.product__nav-btn svg
{
  display: inline-block;
  vertical-align: middle;
}
.product__nav-prev a svg
{
  margin-right: 10px;
}
.product__nav-next a svg
{
  margin-left: 10px;
}
.product__nav-next > a,
.product__nav-prev > a
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 13px;
  color: #2255aa;
  clear: both;
}
.product__nav-next > div
{
  overflow: hidden;
}
.product__nav-next > div > .product__nav-btn
{
  float: right;
}

/***** page cart *****/
.cart__title
{
  font-size: 27px;
  font-family: 'PragmaticaC-Bold', serif;
  line-height: 1.11;
  margin-bottom: 17px;
}

.steps
{
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.steps__item
{
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.steps__item:before
{
  content: '';
  width: 60px;
  height: 2px;
  background-color: #edf3fa;
}
.steps__item:nth-child(1):before
{
  display: none;
}
.steps__item--active
{

}
.steps__item--active .steps__number
{
  color: #fff;
  background-color: #2255aa;
}
.steps__item--active .steps__title
{
  color: #021026;
}
.steps__number
{
  color: #8e9da7;
  font-size: 15px;
  font-style: italic;
  border: solid 2px #edf3fa;
  border-radius: 50%;
  width: 47px;
  min-width: 47px;
  height: 47px;
  min-height: 47px;
  line-height: 47px;
  text-align: center;
  margin-right: 15px;
}
.steps__title
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 15px;
  color: #8e9da7;
}

.related__wrapper
{
  display: flex;
  justify-content: space-between;
}
.related__item
{
  width: 49%;
  padding: 50px 30px;
  box-sizing: border-box;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.related__title
{
  font-family: 'PragmaticaC-Bold', serif;
  color: #fff;
  font-size: 21px;
}

.cart__footer
{
  border: solid 2px #edf3fa;
  margin-top: 30px;
  padding: 30px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cart__footer-price
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 16px;
  text-transform: uppercase;
}
.cart__footer-price span
{
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-left: 10px;
}
.cart__footer .sub-btn
{
  margin-left: 100px;
}
.cart__table
{
  display: table;
  width: 100%;
  border: solid 2px #edf3fa;
  border-bottom: 0;
  margin-bottom: 45px;
}
.cart__row
{
  display: table-row;
}

.cart__col
{
  display: table-cell;
  position: relative;

  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #edf3fa;
  padding: 15px 10px;
  box-sizing: border-box;
}
.cart__row--header
{
  border: solid 2px #edf3fa;
  background-color: #edf3fa;
  font-size: 15px;
  color: #8e9da7;
  padding: 15px 10px;
  box-sizing: border-box;
}
.cart__col--info 
{
  text-align: left;
}
.cart__col img
{
  display: block;
  width: 85px;
  min-width: 85px;
  margin: 0 auto;
}
.cart__col-brand
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 17px;
  color: #2255aa;
}
.cart__col-number
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 17px;
  color: #021026;
}
.cart__col-name
{
  color: #8e9da7;
  font-size: 13px;
}
.cart__col-price
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 21px;
  white-space: nowrap;
}
.cart__col-price-sale
{
  font-size: 16px;
  color: #2288cc;
  text-decoration: line-through;
}
/*.cart__col-price-sale:after */
/*{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  margin: auto;*/
/*  background-color: #2288cc;*/
/*}*/
.cart__col .b-counter
{
  margin: 0 auto;
  width: 125px;
}
.cart__col-delete
{
  width: 50px;
  height: 50px;
  background-color: #edf3fa;
  border-radius: 3px;
  background-image: url(/local/templates/kama/css/../img/svg/thrash-cart.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.cart .filter__title
{
  margin: 40px 0 40px 0;
}
.fields__wrap
{
  display: flex;
  justify-content: space-between;
}
.fields__col-1
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.fields__col-2
{
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fields__col-2 .field
{
  width: calc(50% - 10px);
}
.fields__col-1 .field
{
  width: calc(25% - 20px);
}
input.field
{
  border-radius: 3px;
  border: solid 1px #edf3fa;
  background-color: #edf3fa;
  font-size: 15px;
  color: #8e9da7 !important;
  margin-bottom: 20px;
}
input.field--big
{
  width: 100% !important;
  height: calc(100% - 20px);
}
input.field::placeholder
{
  color: #8e9da7;
}
input.field:focus
{
  border-radius: 3px;
  border: solid 1px #edf3fa;
  background-color: #edf3fa;
}
input.field--error
{
  border: solid 1px #ff0000;
}
input.field--error::placeholder
{
  color: #ff0000;
}

.cart__radio
{
  display: inline-block;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 25px;
}
.cart__radio input
{
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.cart__radio input:checked + label
{
  color: #021026;
}
.cart__radio input:checked + label:after
{
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #2255aa;
  border-radius: 50%;
}
.cart__radio label
{
  display: block;
  position: relative;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 15px;
  color: #8e9da7;
  padding-left: 30px;
}
.cart__radio label:before
{
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #edf3fa;
  border-radius: 50%;
}

.cart-wrapper .attention
{
  position: relative;
}
.attention .sub-btn
{
  position: absolute;
  right: 50px;
}

.contacts__wrapper
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.contacts__map
{
  width: 49%;
}
.contacts__map iframe
{
  width: 100%;
  height: 100%;
}
.contacts__list
{
  width: 49%;
}

.contact
{
  border: solid 2px #edf3fa;
  margin-bottom: 20px;
  padding: 25px;
  box-sizing: border-box;
}
.contact:last-child
{
  margin-bottom: 0;
}
.contact__title
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 27px;
  margin-bottom: 15px;
  line-height: 1;
}
.contact__line
{
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #edf3fa;
}
.contact__line:last-child
{
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}
.contact__name
{
  color: #8e9da7;
}
.contact__line .sub-btn
{
  margin-top: 20px;
}

.req
{
  background-color: #edf3fa;
  padding: 35px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.req__info
{
  padding-right: 30px;
  box-sizing: border-box;
}
.req__title
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 27px;
  margin-bottom: 20px;
}
.req__subtitle
{
  color: #8e9da7;
}
.req__file
{
  font-family: 'PragmaticaC-Bold', serif;
  position: relative;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.req__file a
{
  color: #021026;
}
.req__file-icon
{
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-color: #2255aa;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
}
.req__file-name
{
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  height: 25px;
  font-size: 17px;
}
.req__file-weight:hover,
.req__file-name:hover
{
  color: #2288cc;
}
.compare-header
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.compare-clean
{
  position: relative;
  background: none;
  border: none;
  padding: 0;
  color: #2255aa;
  border-bottom: 1px dashed #2255aa;
  margin-left: 35px;
  box-sizing: border-box;
  white-space: nowrap;
}
.compare-clean:before 
{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
  width: 25px;
  height: 25px;
  background-image: url(/local/templates/kama/css/../img/svg/thrash-cart.svg);
}
.compare-clean:hover
{
  border-bottom: 1px dashed transparent;
}
.compare-carousel
{
  margin-right: -25px;
  margin-bottom: 50px;
}
.pop-goods__item--compare
{
  margin-left: 0;
  margin-right: 25px;
}
.pop-goods__item--compare .pop-goods__price button
{
  background-color: #2255aa;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'PragmaticaC-Bold', serif;
  width: 115px;
  padding: 10px 0;
  box-sizing: border-box;
  transform: skew(-15deg);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-goods__item--compare .pop-goods__price button span
{
  margin-left: 10px;
}
.pop-goods__item--compare:hover
{
  border: solid 2px #2255aa;
}
.pop-goods__item--compare:hover .pop-goods__price button
{
  display: flex;
}
.pop-goods__item--compare .pop-goods__icon 
{
  background-image: url(/local/templates/kama/css/../img/svg/thrash-cart.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}
.pop-goods__rating
{
  color: #2255aa;
  display: inline-flex;
  margin-top: 6px;
}
.pop-goods__rating ul
{
  margin-right: 15px;
}
.compare-arrow
{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #2255aa;
  border-left: 3px solid #2255aa;
}
.compare-arrow--left
{
  left: -20px;
  transform: rotate(45deg);
}
.compare-arrow--right
{
  right: 5px;
  transform: rotate(-135deg);
}
.compare-carousel .slick-track
{
  margin-left: 0;
}
.compare-carousel .slick-dots li button
{
  border: 2px solid #2255aa;
}

.compare-header .filter__name span.filter__name-text-mobile
{
  display: none;
}
.compare-block__title
{
  display: inline-block;
  position: relative;
  font-size: 27px;
  font-family: 'PragmaticaC-Bold', serif;
  margin-bottom: 20px;
  cursor: pointer ;
}

.compare-block__title:after
{
  content: '';
  position: absolute;
  top: -10px;
  right: -40px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #2255aa;
  border-left: 3px solid #2255aa;
  transform: rotate(-45deg);
  transition: .3s;
}
.compare-block--open .compare-block__title:after
{
  transform: rotate(-225deg);
  top: 0;
}
.compare
{
  overflow: hidden;
}
.compare-block
{
  margin-bottom: 30px;
}
.compare-block__table
{
  margin-bottom: 12px;
}
.compare-block__table-name
{
  font-size:15px;
  color: #8e9da7;
}
.line
{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-right: -25px;
  background-color: #edf3fa;
}
.line__item
{
  line-height: 1;
  width: 25%;
  margin-right: 25px;
  padding: 10px 24px;
  box-sizing: border-box;
}
.catalogListing
{
  position: relative;
}
.catalogListing .goods__icon
{
  width: 20px;
  height: 20px;
}

.catalogListing .product__rating-star
{
  display: block;

}
.catalogListing .product__rating-star ul li
{
  color: #2288cc;
}
.catalogListing__reviews:hover
{
  text-decoration: underline;
}
.availability
{
  font-size: 13px;
}
.availability:before
{
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background-color: #22cc37;
  border-radius: 50%;
}
.cart__col--rating
{
  text-align: right;
  padding-right: 30px;
}
.cart__col--rating .product__rating-star ul
{
  justify-content: flex-end;
}
.sorter
{
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: -80px;
  right: 0;
}
.sorter__outher
{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background-color: #edf3fa;
  max-width: 190px;
  padding-right: 50px;
  box-sizing: border-box;
}
.sorter__outher:after
{
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(/local/templates/kama/css/../img/svg/arrow_r.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.sorter__outher select
{
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border: none;
  background: none;
  background-color: #fff;
  padding-left: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: transparent;
}
.switch-catalog
{
  display: flex;
  margin-left: 10px;
}
.switch-catalog a
{
  display: block;
  width: 48px;
  height: 48px;
  background-color: #edf3fa;
  border-radius: 3px;
  position: relative;
}
.switch-catalog a svg
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.switch-catalog a.switch-catalog-active
{
  background-color: #2255aa;
}
.switch-catalog-active svg path
{
  fill: #fff;
}
.switch-filters-mobile
{
  display: none;
}

.page-search
{
  padding: 30px 0 60px 0;
}
.formSearch
{
  background-color: #edf3fa;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.formSearch__field
{
  color: #8e9da7 !important;
  padding-left: 40px !important;
  box-sizing: border-box;
  background-image: url(/local/templates/kama/css/../img/svg/search.svg) !important;
  background-position: center left 15px !important;
  background-repeat: no-repeat !important;


}
.formSearch__field::placeholder
{
  color: #8e9da7 !important;
}
.formSearch__field:focus
{
  background-color: #fff !important;
}
.formSearch__button
{
  font-family: 'PragmaticaC-Bold', serif;
  background-color: #25a;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.9px;
  transition: 0.7s;
  width: 180px;
  margin-left: 20px;
}
.searchResult .catalog__list
{
  display: flex !important;
}
.page-search h1
{
  margin-bottom: 20px;
}
.catalog-filter-close
{
  display: none;
}
.header__search
{
  display: none;
}
.page-error
{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0  ;
}
.page-error__info
{
  max-width: 460px;
  margin-right: 100px;
}
.page-error__info h1
{
  font-family: 'PragmaticaC-Bold', serif;
  text-transform: uppercase;
  margin-top: 0;
}
.page-error__info p
{
  margin-bottom: 40px;
}
.page-error__info a
{
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2255aa;
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid #2255aa;
}
.page-error__info a:hover
{
  background-color: #fff;
  color: #2255aa;
}
.page-error img
{
  display: block;
  width: 100%;
  max-width: 520px;
}

@media only screen and (max-width: 1200px)
{
  .line__item
  {
    width: 33.3%;
  }
  .line__item:nth-child(4)
  {
    display: none;
  }
}
@media only screen and (max-width: 1024px)
{
  .product__wrapper
  {
    margin-bottom: 30px;
  }
  .product__img
  {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .product__wrapper
  {
    flex-wrap: wrap;
  }
  .product__info
  {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .product__main
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .product__check,
  .product__more
  {
    width: calc(50% - 10px);
  }
  .product__check
  {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .req__file-name
  {
    position: static;
    display: block;
    margin-top: 10px;
  }
  .page-error
  {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .page-error__info
  {
    margin-right: 0;
    margin-bottom: 50px;
    max-width: none;
    text-align: center;
  }
}
@media only screen and (max-width: 960px)
{
  .catalogListing
  {
    margin-top: 20px;
  }
  .sorter
  {
    position: static;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .switch-filters-mobile
  {
    position: relative;
    display: block;
    border-radius: 3px;
    background-color: #edf3fa;
    width: 100%;
    max-width: 160px;
    height: 48px;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 20px;
    line-height: 48px;
  }
  .switch-filters-mobile:after
  {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/kama/css/../img/svg/arrow_r.svg);
    background-repeat: no-repeat;
    background-position: center;
    /*transform: rotate(90deg);*/
  }
  .sorter__outher
  {
    order: 3;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .catalog-filter
  {
    display: none;
  }
  .catalog-filter.open
  {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;

    z-index: 4;
  }
  .catalog-filter-close
  {
    display: block;
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
  }

  .btn__icon,
  a.btn__icon
  {
    left: 0;
  }

  .mobile-menu--open header
  {
    background-color: #2255aa;
  }
  .mobile-menu--open .logo--header svg path
  {
    fill: #fff;
  }
  .header__top
  {
    display: none;
  }
  .header__city,
  .header__menu,
  .nav__list
  {
    display: block;
  }
  .mobile-menu--open .header__top
  {
    display: block;
  }
  .header__top
  {
    margin-top: 50px;
  }
  .header__menu
  {
    width: 100%;
  }
  .nav__item,
  .header__city
  {
    padding: 10px 0;
    border-bottom: 1px solid #3866b2;
    text-transform: initial;
  }
  .nav__item
  {
    color: #fff !important;
  }
  .header__city
  {
    width: 100%;
    color: #fff !important;
  }
  .mobile-menu--open .btn--compare,
  .mobile-menu--open .btn--cart
  {
    display: none;
  }
  .mobile-menu--open .header__logo{
    position: absolute;
    top: 17px;
    right: 35px;
  }
  .mobile-menu--open .hamburger
  {
    margin-right: 10px;
  }
  .mobile-menu--open .header__name
  {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: none;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .mobile-menu--open .header__bottom
  {
    margin: 0;
  }
  .mobile-menu--open .header__search
  {
    display: block;
  }
  .header__search
  {
    position: relative;
    margin-bottom: 10px;
  }
  .header__search input::placeholder
  {
    color: #8e9da7;
  }
  .header__search button
  {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url(/local/templates/kama/css/../img/svg/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
  }

}
@media only screen and (max-width: 767px)
{
  .product__wrapper
  {
    margin-bottom: 0;
  }
  .product__img
  {
    width: 100%;
      height: 170px;
    margin-right: 0;
    background-size: contain;
  }
  .product__info
  {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .product__list
  {
    margin-bottom: 20px;
  }
  .product__check,
  .product__more
  {
    width: 100%;
  }
  .product__check
  {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .product__nav
  {
    display: none;
  }


  .cart__title
  {
    font-size: 22px;
  }
  .steps-wrap
  {
    overflow: auto;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .cart__table
  {
    display: block;
    border: none;
  }
  .cart__row
  {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #edf3fa;
    margin-bottom: 20px;
  }
  .cart__row--header
  {
    display: none;
  }
  .cart__col
  {
    display: block;
    border-bottom: none;
    text-align: left;
  }
  .cart__col:nth-child(3)
  {
    display: none;
  }
  .cart__col.cart__col--info
  {
    width: calc(100% - 110px);
  }
  .cart__col-price.cart__col-price--sum
  {
    display: block;
  }
  .cart__col:last-child
  {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
  }
  .cart__col-delete
  {
    width: 25px;
    height: 25px;
  }
  .related__wrapper
  {
    flex-wrap: wrap;
  }
  .related__item
  {
    width: 100%;
    margin-bottom: 30px;
  }
  .related__item:last-child
  {
    margin-bottom: 0;
  }
  .cart__footer
  {
    display: block;
    padding: 20px 15px;
    text-align: center;
  }
  .cart__footer-price
  {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .cart__footer .sub-btn
  {
    margin-left: auto;
  }

  .cart .filter__title
  {
    margin: 20px 0 40px 0;
  }
  .cart .filter__name
  {
    font-size: 11px;
  }
  .fields__wrap
  {
    flex-wrap: wrap;
  }
  .fields__col-2
  {
    width: 100%;
  }
  .fields__col-1 .field
  {
    width: calc(50% - 10px);
  }
  .cart__radio
  {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .cart__radio label
  {
    font-size: 11px;
  }
  .attention .sub-btn
  {
    position: static;
    margin: 0 auto 20px;
  }

  .contacts__wrapper
  {
    display: block;
  }
  .contacts__map
  {
    width: 110%;
    height: 370px;
    margin-bottom: 20px;
    left: -5%;
    position: relative;
  }
  .contacts__list
  {
    width: 100%;
  }
  .contact
  {
    padding: 0;
    border: none;
    margin-bottom: 40px;
  }
  .contact__line:last-child
  {
    text-align: center;
  }
  .contact__title
  {
    font-size: 20px;
  }
  .contact__line
  {
    font-size: 13px;
  }

  .req
  {
    display: block;
    padding: 20px;
  }
  .req__info
  {
    padding: 0;
    margin-bottom: 15px;
  }
  .req__title
  {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .req__subtitle,
  .req__text
  {
    font-size: 13px;
  }
  .req__file
  {
    width: 100%;
  }
  .req__file-weight
  {
    display: none;
  }
  .req__file a
  {
    display: flex;
    align-items: center;
  }
  .req__file-name
  {
    margin: 0;
    font-size: 13px;
    color: #2288C5;
  }

  .compare-carousel {
    margin-right: -10px;
  }
  .pop-goods__item--compare
  {
    margin-right: 10px;
  }
  .pop-goods__item--compare
  {
    padding: 14px;
  }
  .pop-goods__item--compare .pop-goods__icon
  {
    width: 20px;
    height: 20px;
    background-size: 15px;
  }
  .pop-goods__item--compare .pop-goods__img
  {
    width: 100%;
    height: 138px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pop-goods__item--compare .pop-goods__name
  {
    font-size: 15px;
    margin: 5px 0;
    display: block;
  }
  .pop-goods__item--compare .pop-goods__size
  {
    font-size: 13px;
  }
  .pop-goods__item--compare .pop-goods__price button
  {
    width: 40px;
    height: 40px;
  }
  .pop-goods__item--compare .pop-goods__price button span
  {
    display: none;
  }
  .pop-goods__item--compare .pop-goods__rub
  {
    font-size: 15px;
  }
  .pop-goods__item--compare .pop-goods__rating
  {
    display: block;
  }
  .compare-arrow
  {
    display: none !important;
  }
  .compare-header
  {
    display: block;
  }
  .compare .filter__title
  {
    margin-bottom: 20px;
  }
  .compare  .filter__name
  {
    font-size: 13px;
  }
  .compare-header .filter__name span
  {
    display: none;
  }
  .compare-header .filter__name span.filter__name-text-mobile
  {
    display: block;
  }
  .compare-carousel
  {
    margin-bottom: 25px;
  }
  .line
  {
    margin-right: -10px;
  }
  .line__item
  {
    width: 50%;
    padding: 14px;
    margin-right: 10px;
  }
  .line__item:nth-child(3)
  {
    display: none;
  }
  .compare-block__title
  {
    font-size: 20px;
  }
  .cart__col:last-child.cart__col--rating
  {
    position: static;
    padding-right: 30px;
    padding-bottom: 15px;
  }
  .cart__col--rating .product__rating-star ul
  {
    justify-content: flex-start;
  }
  .catalogListing .cart__row
  {
    padding: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 460px)
{
  .formSearch
  {
    display: block;
  }
  .formSearch__field
  {
    margin-bottom: 10px;
  }
  .formSearch__button
  {
    width: 100%;
    margin-left: 0;
    padding: 15px 0;
  }
  .page-error__info a
  {
    width: 100%;
  }
}

.pages
{
  margin: 0;
  padding: 0 0 150px 0;
  list-style: none;
}
/* End */


/* Start:/local/templates/kama/lib/dadata/dadata-style.css?15707980343992*/


.suggestions-nowrap {
	white-space: nowrap
}

.suggestions-input {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.suggestions-input::-ms-clear {
	display: none
}

.suggestions-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-text-size-adjust: 100%
}

.suggestions-addon {
	display: none;
	opacity: 0;
	position: absolute
}

.suggestions-addon[data-addon-type=spinner] {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.suggestions-addon[data-addon-type=clear] {
	background-size: contain;
	cursor: pointer;
	opacity: .8
}

.suggestions-addon[data-addon-type=clear]:hover {
	opacity: 1
}

.suggestions-suggestions {
	background-color: #fafafa;
	border: solid 1px #eeeff4;
	border-radius: 3px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	z-index: 9999;
	-webkit-text-size-adjust: 100%;
	max-height: 200px;
	overflow-y: scroll;
}

.suggestions-suggestions strong {
	font-weight: normal;
	color: #2255aa;
}

.suggestions-suggestions.suggestions-mobile {
	border-style: none
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
	border-bottom: 1px solid #ddd
}

.suggestions-suggestion {
	padding: 4px 4px;
	overflow: hidden
}

.suggestions-suggestion:hover {
	background: #f7f7f7
}

.suggestions-selected {
	background: #f0f0f0
}

.suggestions-selected:hover {
	background: #f0f0f0
}

.suggestions-hint {
	padding: 4px 4px;
	white-space: nowrap;
	overflow: hidden;
	color: #8185a6;
	font-size: 85%;
	line-height: 20px
}

.suggestions-constraints {
	list-style: none!important;
	margin: 0!important;
	padding: 0!important;
	position: absolute!important;
	white-space: nowrap!important
}

.suggestions-constraints:empty {
	display: none!important
}

.suggestions-constraints li {
	background: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 0 .5em
}

.suggestions-constraints li .suggestions-remove {
	height: 1em;
	width: 1em;
	display: inline-block;
	margin: 0 0 0 .25em;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	opacity: .8
}

.suggestions-constraints li .suggestions-remove:hover {
	opacity: 1
}

.suggestions-constraints li span {
	vertical-align: middle
}

.suggestions-subtext {
	color: #8185a6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.suggestions-subtext_inline {
	display: inline-block;
	min-width: 6em;
	vertical-align: bottom;
	margin: 0 .5em 0 0
}

.suggestions-subtext-delimiter {
	display: inline-block;
	width: 2px
}

.suggestions-subtext_label {
	margin: 0 0 0 .25em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3px;
	background: #f5f5f5;
	font-size: 85%
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
	position: relative
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid rgba(0, 0, 0, .4);
	content: ""
}

.suggestions-promo {
	font-size: 85%;
	display: none;
	color: #8185a6;
	padding: 4px;
	text-align: center
}

.suggestions-promo a {
	color: #8185a6;
	display: block;
	filter: grayscale(100%);
	line-height: 20px;
	text-decoration: none
}

.suggestions-promo a:hover {
	filter: grayscale(0)
}

.suggestions-promo svg {
	height: 20px;
	vertical-align: bottom
}

.suggestions-promo-desktop {
	position: absolute;
	top: 0;
	right: 0;
	text-align: left
}


/* End */


/* Start:/local/templates/kama/css/datepicker.min.css?157079803412257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/kama/css/custom.css?161718225618658*/
.product__more{
	margin-bottom: 20px;
}
.pop-goods__col.novalid:before{
	background-color: grey;
}
.pop-goods__img{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn--cart .count{
	margin: 0 5px;
}
.header__phone.header__phone--1{
    display: flex;
}
.header__phone--scheme{
    margin: 0 10px;
}
.goods__button .btn--cart .b-counter__minus{
	display: flex;
	left: unset;
	position: relative;
    top: unset;    
    bottom: unset;    
    margin: auto 5px;
    height: 33px;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    line-height: 31px;
}
.goods__button .btn--cart .b-counter__plus{
	display: flex;
	right: unset;    
	position: relative;
    top: unset;    
    bottom: unset;    
    margin: auto 5px;
    height: 33px;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    line-height: 33px;
}
.goods__button .btn--cart .b-counter__value{   
	display: flex;
	position: relative;
    top: unset;    
    bottom: unset;    
    margin: auto 0px;
    height: 33px;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    line-height: 33px;
}
.pop-goods .btn--cart .b-counter__minus{
    display: flex;
    left: unset;
    position: relative;
    top: unset;    
    bottom: unset;    
    margin: auto 5px;
    height: 33px;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    line-height: 31px;
}
.pop-goods .btn--cart .b-counter__plus{
    display: flex;
    right: unset;    
    position: relative;
    top: unset;    
    bottom: unset;    
    margin: auto 5px;
    height: 33px;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    line-height: 33px;
}
.pop-goods .btn--cart .b-counter__value{   
    display: flex;
    position: relative;
    top: unset;    
    bottom: unset;    
    margin: auto 0px;
    height: 33px;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    line-height: 33px;
}
.content .catalog-filter .bx-filter .bx-ui-slider-range{
    z-index: 200;
}
.content .catalog-filter .bx-filter .bx-ui-slider-track-container{
    padding-top: 25px;
}
.content .catalog-filter .bx-filter.bx-blue .bx-ui-slider-handle.left{
    top: -7px;
    background-image: unset;
    background-color: #2255aa;
    border-radius: 50%;
    z-index: 100;
    position: absolute;
    margin-right: unset;
    margin-left: -11px;
    display: block;
}
.content .catalog-filter .bx-filter.bx-blue .bx-ui-slider-handle.right{
    top: -7px;
    background-image: unset;
    background-color: #2255aa;
    border-radius: 50%;
    z-index: 100;
    position: absolute;
    margin-right: -11px;
    margin-left: unset;
    display: block;
}
.goods__img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.content .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #25a;
}
.content .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #499fd8;
}
.content .bx-filter-parameters-box-container {
    padding-bottom: 0px;
}
.content .smartfilter .filter__submit {
    background-color: #25a;
    color: #fff;
    font-family: 'PragmaticaC-Bold', serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.9px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.content .popup-window-content{
    width: 250px;
}
.content .bx-filter .bx-filter-select-container {
    display: block;
    height: 48px;
    border-radius: 0px;
    border: 0px solid #ccd5db;
}
.content .bx-filter .bx-filter-select-block{
    height: 48px;
    padding-left: 20px;
}
.content .bx-filter .bx-filter-select-text {
    font-size: 15px;
    line-height: 48px;
    overflow: hidden;
    max-width: 100%;
    height: 48px;
}
.content .bx-filter-select-popup ul{
    padding-left: 5px;
}
.content .catalogSelect__outher::after{
    pointer-events: all;
}
.content .bx-filter .bx-filter-input-container input {
    border: 0px solid #ccd5db;
    height: 48px;
    border-radius: 3px;
    padding: 20px 18px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    width: 100%;
}
.content .bx-filter.bx-blue .btn-themes{
    background-color: #25a;
    color: #fff;
    font-family: 'PragmaticaC-Bold', serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.9px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    height: 76px;
    border-radius: 3px;
    background-color: #25a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PragmaticaC-Bold', serif;
    text-align: center;
    line-height: 76px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1.9px !important;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
}
.content .bx-filter.bx-blue .btn-themes:disabled{
    background-color: grey;
    pointer-events: none;

}
.content .btn:nth-child(2n), .smartfilter a.btn:nth-child(2n){
    background: none;
    border: none;
    outline: none;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #2255aa;
    font-size: 13px;
    font-family: 'PragmaticaC-Bold', serif;
    margin: 15px 0 10px 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.cart-wrapper .step{
    display: none;
}
.cart-wrapper .step.active{
    display: block;
}
.step-2 .fields-box{
    display: none;
}
.step-2 .fields-box.active{
    display: block;
}
.cart__col img{
    max-height: 85px;
    object-fit: contain;
}
.cart__col-price--sum{
    min-width: 192px;
}
.cart-wrapper.empty{
    height: 150px;
    width: 100%;
}
.cart-wrapper.empty .cart__footer-price{
    margin: auto;
    margin-left: 0px;
}
.fields__col-1.pickup{
    display: none;
}
.cart-wrapper .filter__name{
    color: #021026;
}
.cart-wrapper .filter__name.active{
    color: #25a;
}
.cart-wrapper .fields__col-1.pickup{
    border: solid 2px #edf3fa;
    margin: 20px 0;
    padding: 30px 50px;
    width: 100%;
}
.searchResult .goods__item{
    width: calc(25% - 25px);
}
.goods__col.novalid:before{
    background-color: grey;
}
font.notetext{
    color: #8e9da7;
}
.pagenav__item.active .pagenav__link{
    color: #edf3fa;
    background-color: #25a;
}
.catalog__list.catalog-section .news-list__more-btn{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    background-color: #edf3fa;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'PragmaticaC-Bold', serif;
    letter-spacing: 1px;
    color: #25a;
    margin-bottom: 0px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    margin-top: 120px;
    margin-left: 25px;
    border: none !important;
    transform: unset !important;
}
.pagenav__item.disabled .pagenav__link.pagenav__link--arrow{
    background-color: #bbb;
    color: white;
    pointer-events: none;
}
.pagenav__item.disabled .pagenav__link.pagenav__link--arrow svg path{ 
    fill: white;
}
.sp-image-text{
    background-color: transparent;
}
.ya-share2__item .ya-share2__link{
    width: 40px;
    height: 40px;
    background: unset;
    color: #fff;
    font-size: 20px;
    font-family: FontAwesome;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    position: relative;
    border: 2px solid white;
}
.ya-share2__item .ya-share2__link:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.ya-share2__container_size_m .ya-share2__item{
    margin-right: 16px !important;
}
.ya-share2__item .ya-share2__link span{
    display: none;
}
.ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__link:before{
    content: "\f189";
}
.ya-share2__item.ya-share2__item_service_facebook .ya-share2__link:before{
    content: "\f09a";
}
.ya-share2__item.ya-share2__item_service_twitter .ya-share2__link:before{
    content: "\f099";
}
.subscribe__form{
    min-height: 152px;
}
.subscribe__form p{
    width: 80%;
    font-size: 27px;
    font-family: 'PragmaticaC-Bold', serif;
    line-height: 1.11;
    color: #fff;
    margin-top: 6px;
}
.max-price{
    color: #8e9da7;
}
.max-price:placeholder{
    color: #8e9da7;
}
.min-price{
    color: #8e9da7;
}
.min-price:placeholder{
    color: #8e9da7;
}
.fields-box.company-fields.active{
    position: relative;
}
.cart-wrapper .stick-title{
    position: absolute;
    top: -68px;
    right: 0;
    max-width: 30%;
    text-align: right;
}
@media only screen and (max-width: 767px){
    .cart-wrapper .stick-title{
        position: relative;
        top: unset;
        right: unset;
        text-align: left;
        max-width: 100%;
    }
}
.content .bx-filter .bx-filter-input-container input.max-price{
    color: #8e9da7 !important;
    font-weight: bold;
    font-size: 15px;
}
.content .bx-filter .bx-filter-input-container input.max-price::-moz-placeholder,
.content .bx-filter .bx-filter-input-container input.max-price::-webkit-input-placeholder,
.content .bx-filter .bx-filter-input-container input.max-price:-ms-input-placeholder,
.content .bx-filter .bx-filter-input-container input.max-price::-ms-input-placeholder,
.content .bx-filter .bx-filter-input-container input.max-price::placeholder { color: #8e9da7 !important; font-weight: bold; font-size: 15px; } 
.content .bx-filter .bx-filter-input-container input.min-price{
    color: #8e9da7 !important;
    font-weight: bold;
    font-size: 15px;
}
.content .bx-filter .bx-filter-input-container input.min-price::-moz-placeholder,
.content .bx-filter .bx-filter-input-container input.min-price::-webkit-input-placeholder,
.content .bx-filter .bx-filter-input-container input.min-price:-ms-input-placeholder,
.content .bx-filter .bx-filter-input-container input.min-price::-ms-input-placeholder,
.content .bx-filter .bx-filter-input-container input.min-price::placeholder { color: #8e9da7 !important; font-weight: bold; font-size: 15px; } 
input:not([type])::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="color"]::placeholder, textarea::placeholder{
    color: #8e9da7 !important;
    font-weight: bold;
    font-size: 15px;
}
.goods__item .b-counter,
.goods__item .b-counter__value
{
  width: 100%;
}
.goods__item .b-counter__btn
{
    min-width: 50px;
}
.goods__item .b-counter__btn.in__basket:hover
{
  position: absolute;
  right: 20px;
  left: 20px;
  width: calc(100% - 102px);
  height: 40px;
  z-index: 1;
  background: none;
  background-color: #25a;
}
.goods__item .b-counter__btn.in__basket:hover:before
{
  content: 'перейти в корзину';
  text-transform: uppercase;
  color: #fff;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 14px;
}
.goods__item .b-counter__compare
{
  min-width: 50px;
}
.goods__price
{
  margin-bottom: 20px;
}
.goods__link
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pop-goods__item .b-counter,
.pop-goods__item .b-counter__value
{
  width: 100%;
}
.pop-goods__item .b-counter__btn
{
    min-width: 50px;
}
.pop-goods__item .b-counter__btn.in__basket:hover
{
  position: absolute;
  right: 20px;
  left: 20px;
  width: calc(100% - 105px);
  height: 40px;
  z-index: 1;
  background: none;
  background-color: #25a;
}
.pop-goods__item .b-counter__btn.in__basket:hover:before
{
  content: 'перейти в корзину';
  text-transform: uppercase;
  color: #fff;
  font-family: 'PragmaticaC-Bold', serif;
  font-size: 14px;
}
.pop-goods__item .b-counter__compare
{
  min-width: 50px;
}
.pop-goods__item .counter{
    width: 100%;
}
.goods__price
{
  margin-bottom: 20px;
}
.goods__link
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn--compare.in__compare{
    background-image: url("/local/templates/kama/css/../img/svg/in_compare.svg");
    background-size: 30%;
    background-position: center;
}
span.b-counter__value {
    font-family: 'PragmaticaC-Bold', serif;
    background-color: #fff;
    border: solid 2px #25a;
    border-radius: 0;
    text-align: center;
    transform: skew(-10deg);
    width: 125px;
    height: 40px;
    outline: none;
    padding: 10px 35px;
}
.checkbox-wrapper label{
    display: flex;
    justify-content: space-around;
    line-height: 22px;
    padding-left: 0px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-left: 30px;
}
.checkbox-wrapper label div{
    display: block;
    margin: auto;
    margin: auto;
    margin-left: 7px;
    line-height: 6px;
}
.bx-filter.bx-blue .bx-filter-section{
    background-color: transparent;
}
.content .catalog-filter .bx-filter.bx-blue .bx-ui-slider-handle.right{
    transition: 0s;
}
.pop-goods__button .btn--compare{
    width: 50px;
    background-color: #2288cc;
    transform: skew(-10deg);
    margin-left: 10px;
    height: auto;
    background-image: url(/local/templates/kama/css/../img/svg/compare.svg);
    background-repeat: no-repeat;
    background-position: center;
}.pop-goods__button .btn--compare.in__compare{
    background-image: url("/local/templates/kama/css/../img/svg/in_compare.svg");
    background-size: 30%;
    background-position: center;
}
.review__img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
    input.b-counter__value{
        padding: 10px 15px;
    }
}
.header__logo{
    width: 225px;
}
.header__logo .header__logo{
    max-width: 140px;
    margin: auto;
    margin-top: 15px;
    margin-left: 0px;
}
.attention{
    height: auto;
    padding: 40px;
}
.attention .gallery-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: auto;
}
.attention .gallery-wrap .gallery-item{
    margin: auto;
    flex: 0 0 30%;
    max-width: 80%;
}
.slider-index__item::after{
    background-color: rgba(0,0,0,0.0);
}
.logo--footer svg {
    width: 195px;
}
.logo--footer svg:last-child{
    width: auto;
    margin-top: 10px;
}
.catalogReset{
    white-space: nowrap;
}
.header__phone--1{
    margin-right: 30px;
}
.header__phone span.header__phone--scheme{
    font-size: 12px;
}
.main-menu__link.lines-2{
    line-height: 1;
    margin: 20px auto;
    padding: 0 10px;
}
.block-special__text{
    padding: 30px 0;
}
input.error {
    -webkit-box-shadow: inset 0px 0px 1px 1px red;
    -moz-box-shadow: inset 0px 0px 1px 1px red;
    box-shadow: inset 0px 0px 1px 1px red;
}
.cart__footer-price{
    text-align: right;
}
@media screen and (min-width: 768px){
    .main__slider{
        margin-bottom: 25px;
    }
    .main__slider .slider-index__item img{
        position: relative;
        z-index: 1;
        width: 100%;
        display: block;
    }
    .main__slider .slider-index__item .uk-container{
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .main__slider .slider-index__item{
        height: auto;
    }
    .offers__item--1{
        padding-bottom: 0px;
        padding-left: 20px;
        background-size: 100% calc(100% - 60px);
    }
}
.catalog-filter__mob-switcher{
    display: none;
}
@media screen and (max-width: 768px){
    .main__slider .slider-index__item img{
        display: none;
    }
    .main-menu__list{
        display: flex;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .main-menu__item{
        width: 100%;
        overflow: visible;
        display: flex;
    }
    a.main-menu__link {
        font-size: 13px;
        line-height: 12px;
        overflow: hidden;
        max-height: 45px;
        min-width: 130px;
        margin: auto;
    }

    .catalog-filter__mob-switcher{
        background: none;
        border: none;
        outline: none;
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #2255aa;
        font-size: 13px;
        font-family: 'PragmaticaC-Bold', serif;
        margin: 10px auto 0;
        padding: 15px;
        cursor: pointer;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        position: relative;
        background-color: #edf3fa;
    }
    .catalog-filter__mob-switcher:after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        background-image: url(/local/templates/kama/css/../img/svg/arrow_r.svg);
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(90deg);
    }
    .catalog-filter__mob-switcher.open:after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        background-image: url(/local/templates/kama/css/../img/svg/arrow_r.svg);
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(270deg);
    }
    .page-sidebar__sidebar{
        margin-top: 10px;
    }
    .catalog-filter.open{
        display: block;
    }
}
.checkbox-wrapper__label img{
    max-height: 20px;
    max-width: 20px;
}
.main-menu__item{
    display: flex;
}
a.main-menu__link {
    line-height: 1.4;
    margin: auto;
    box-sizing: border-box;
}
.main-menu__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 21px;
    right: 0;
    background-color: #28c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.main-menu__link:after {
    content: "";
    display: none;
    position: absolute;
    width: 1px;
    height: 21px;
    right: 0;
    background-color: #28c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

/* End */


/* Start:/local/templates/kama/components/bitrix/catalog.compare.list/top/style.css?15707980341265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/kama/components/bitrix/sale.basket.basket.line/top/style.min.css?15707980343712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/kama/components/bitrix/menu/footer_menu/style.min.css?1570798034490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/kama/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/kama/js/lib/wow/animate.css?157079803475052 */
/* /local/templates/kama/js/plugins/slick/slick.css?15707980341776 */
/* /local/templates/kama/css/main.css?1573463417158126 */
/* /local/templates/kama/lib/dadata/dadata-style.css?15707980343992 */
/* /local/templates/kama/css/datepicker.min.css?157079803412257 */
/* /local/templates/kama/css/custom.css?161718225618658 */
/* /local/templates/kama/components/bitrix/catalog.compare.list/top/style.css?15707980341265 */
/* /local/templates/kama/components/bitrix/sale.basket.basket.line/top/style.min.css?15707980343712 */
/* /local/templates/kama/components/bitrix/menu/footer_menu/style.min.css?1570798034490 */
