.loadBar.run,
.loadBar .fill.loop {
  transition: all 490ms cubic-bezier(0.42, 0, 0.58, 1);
}

.loadBar {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.loadBar.tp {
  top: 1px;
}

.loadBar.run {
  background-color: #ebc2c5;
  opacity: 1;
}

.loadBar .fill {
  position: absolute;
  width: 0;
  left: 0;
  height: 100%;
  background-color: #eb2f2f;
}
.simple-popup {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-bottom: 100px;
  transform: translate(-50%);
  transition: all 300ms ease-in-out;
  z-index: 1011;
  width: calc(100% - 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}

.simple-popup.payment {
  top: 40px;
  width: calc(100% - 20px);
}

.simple-popup__content {
  background-color: #fff;
  padding: 45px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.simple-popup.payment .simple-popup__content {
  padding: 30px;
}

.simple-popup__close {
  font-size: 1.2rem;
  color: white;
  cursor: pointer;
}

.simple-popup__close button {
  position: absolute;
  right: auto;
  left: 50%;
  top: -52px !important;
  bottom: auto !important;
  cursor: pointer;
  border: 0;
  text-align: left;
  color: #fff !important;
  opacity: 1;
  font: normal 12px/16px "Gotham Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding: 5px;
  transform: translate3d(-50%, 0, 0) !important;
  width: auto;
  height: auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: transparent;
}

.simple-popup.payment .simple-popup__close button {
  top: -29px !important;
}

.simple-popup__close button span {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
  background: url(/s/img/cross-white.svg) no-repeat 50% 50%;
  background-size: contain;
}

.simple-popup__body-blackout {
  overflow: auto;
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.65);
}

.show-popup {
  overflow: hidden;
}

@media only screen and (max-width: 980px) {
  .simple-popup.payment .simple-popup__content {
    padding: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .simple-popup__content {
    padding: 10px;
  }

  .simple-popup.payment {
    width: calc(100% - 6px);
  }

  .simple-popup.payment .simple-popup__content {
    padding: 6px;
  }
}
/** initial setup **/

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0,0,0,.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */

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

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Swiper 5.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.city-select {
  position: absolute;
  height: auto;
  min-height: 31px;
  width: 500px;
  max-height: 200px;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0 0 4px rgba(190, 190, 190, 0.7);
  -moz-box-shadow: 0 0 4px rgba(190, 190, 190, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(190, 190, 190, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
}

.city-select__item {
  width: 496px;
  padding: 8px 5px;
  overflow: hidden;
  display: inline-block;
  cursor: default;
  margin: 0 2px;
  border-bottom: 1px solid #e6e6e6;
}

.city-select__item:hover {
  background-color: #f0f0f0;
}

.city-select__item.selected {
  background-color: #f0f0f0;
}
@charset "utf-8";

@font-face {
  font-family: 'Gotham Pro';
  src: local('☺'), url('/s/fonts/Gotham-Pro-light.woff') format('woff'), url('/s/fonts/Gotham-Pro-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('☺'), url('/s/fonts/Gotham-Pro.woff') format('woff'), url('/s/fonts/Gotham-Pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('☺'), url('/s/fonts/Gotham-Pro-medium.woff') format('woff'), url('/s/fonts/Gotham-Pro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('☺'), url('/s/fonts/Gotham-Pro-bold.woff') format('woff'), url('/s/fonts/Gotham-Pro-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: normal 12px/20px "Gotham Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #000;
  -webkit-text-size-adjust: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select:not(.ui-datepicker-year):not(.ui-datepicker-month),
textarea,
button,
.input-label,
.jcf-select-text {
  font: 500 12px "Gotham Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  letter-spacing: normal;
  text-transform: none;
  color: #000;
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select:not(.ui-datepicker-year):not(.ui-datepicker-month),
.input-label,
.jcf-select-text {
  -webkit-appearance: none;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin: 0;
  padding: 18px 0 17px 20px;
  width: 100%;
  height: 50px;
  display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9c9c9c;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9c9c9c;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9c9c9c;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.7 !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.7 !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.7 !important;
}

input::-ms-clear {
  display: none;
}

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

textarea {
  resize: none;
  font-weight: normal;
  padding-right: 20px;
  line-height: 17px;
}

.link-like {
  cursor: pointer;
  color: #eb2f2f;
}

.outtaHere {
  overflow: hidden;
  max-width: 100vw;
  position: fixed !important;
  left: -100vw !important;
}

.check {
  position: relative;
  padding: 0 0 0 22px;
  line-height: 15px;
  text-align: left;
}

.check label {
  cursor: pointer;
}

.check input ~ * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #808080;
}

.check input:checked ~ *,
.check label:hover * {
  color: #000;
}

.check .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check .price {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  margin-left: auto;
  padding-left: 10px;
  text-align: right;
  color: #e28181;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 11px;
}

.check input:checked ~ * .price,
.check label:hover * .price {
  color: #eb2f2f;
}

.check .checkbox {
  position: absolute;
  top: 7.5px;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.checkbox {
  display: block;
  cursor: pointer;
  border: 2px solid #e6e6e6;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

.checkbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -6px;
}

.checkbox.rounded,
.checkbox.rounded:after {
  border-radius: 50%;
}

.checkbox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e6e6e6;
  margin: 1px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input:checked + .checkbox,
.check label:hover .checkbox,
input:checked + .check-jur .check .checkbox {
  border-color: #000;
}

input:checked + .checkbox:after,
input:checked + .check-jur .check .checkbox:after {
  opacity: 1;
  background-color: #000;
}

.jcf-select {
  display: block;
  position: relative;
}

.jcf-select select {
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.jcf-select-text {
  display: block;
  cursor: pointer;
  padding-right: 40px;
  min-height: 50px;
  height: auto;
}

.jcf-select-opener {
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/s/img/darr-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 8px;
  height: 5px;
  margin: -2px 20px;
  opacity: 0.3;
}

.input {
  position: relative;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}

.input.placeholder {
  opacity: 0.5;
}

.input.focus {
  opacity: 1;
}

.input input {
  line-height: 50px;
}

.input input,
.input textarea,
.input select,
.input .jcf-select-text {
  position: relative;
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 9px;
}

.input-label {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: normal;
  color: #808080;
  padding-bottom: 0;
  border-radius: 0;
  height: auto;
  min-height: 0;
}

.input-label .star,
.form-small-text .star,
.main-title .small-text .star {
  font-size: 1.333em;
  vertical-align: top;
  position: relative;
  top: -0.2em;
  color: #ff0000;
}

.input-select .input-label {
  transition: none;
}

.input.placeholder .input-label {
  padding-top: 18px;
  font-size: 12px;
}

.input .input-label,
.input.focus .input-label {
  padding-top: 12px;
  font-size: 8.5px;
}

.input.error .input-label {
  color: #eb2f2f;
}

.input.error input,
.input.error textarea,
.input.error select,
.input.error .jcf-select-text,
.form-checks-row.error .checks-in {
  border-color: #eb2f2f;
}

.view-inline .input {
  border-radius: 0;
  background: none;
  padding: 0 0 0 100px;
}

.view-inline .input.placeholder {
  opacity: 1;
}

.view-inline .input input,
.view-inline .input textarea,
.view-inline .input .jcf-select-text,
.view-inline .input-label {
  border-radius: 0;
  border-width: 0 0 1px 0;
  height: auto;
  font-size: 12px !important;
  padding: 0 !important;
  line-height: 25px;
  min-height: 26px;
  font-weight: normal;
  color: #808080;
}

.view-inline .input.error input,
.view-inline .input.error textarea,
.view-inline .input.error select,
.view-inline .input.error .jcf-select-text {
  color: #eb2f2f;
}

.view-inline .input input,
.view-inline .input textarea {
  height: 26px;
}

.view-inline .input-label {
  font-weight: bold;
  color: #000;
  width: 100px;
}

.inputs-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inputs-time .input {
  width: calc(100% - 65px);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.inputs-time .input:first-child {
  width: 60px;
}

.inputs-time .input input,
.inputs-time .input .input-label {
  padding-left: 18px;
}

.input-sec .buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 58px);
  max-width: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px;
}

.input-sec .buttons > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 1px);
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.input-sec .buttons > *:hover {
  border-color: #c85b58;
}

.input-sec .buttons > *.disabled {
  cursor: default;
  border-color: #f2f2f2;
}

.input-sec .buttons > *:before,
.input-sec .buttons > .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background: #808080;
  margin: -1px -4px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.input-sec .buttons > .plus:after {
  transform: rotate(-90deg);
}

.input-sec .buttons > *:hover:before,
.input-sec .buttons > .plus:hover:after {
  background-color: #c85b58;
}

.input-sec .buttons > .disabled:before,
.input-sec .buttons > .plus.disabled:after {
  background-color: #f2f2f2;
}

.input-captcha {
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 28px;
  width: 26px;
  height: 26px;
  background: url(/s/img/reload-red.svg) no-repeat 50% 50%;
  background-size: auto 16px;
  margin: -13px;
}

.form-err,
.form-notify {
  position: relative;
  border-radius: 10px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #eb2f2f;
  margin: 0 0 15px 0;
  padding: 9px 21px;
  text-align: left;
}

.form-err .err-small,
.form-notify .notify-small {
  font-weight: normal;
  font-size: 8.5px;
  line-height: 10px;
  margin: 3px 0 4px 0;
}

.form-notify {
  background: #2caf6f;
}

.form-success {
  position: relative;
  border-radius: 10px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: green;
  border: 1px solid green;
  margin: 0 0 15px 0;
  padding: 9px 21px;
  text-align: left;
}

.form-success .err-small {
  font-weight: normal;
  font-size: 8.5px;
  line-height: 10px;
  margin: 3px 0 4px 0;
}

.input-err {
  position: relative;
  border-radius: 10px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #eb2f2f;
  margin: 0 0 15px 0;
  padding: 9px 21px;
  text-align: left;
}

.input-err:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #eb2f2f transparent;
  border-width: 12px 11px 0 11px;
  margin: -1px -10px;
}

.input-err-full {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.input-err-full:after {
  display: none;
}

.input-err-full + .main-form-bg {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-err .err-small {
  font-weight: normal;
  font-size: 8.5px;
  line-height: 10px;
  margin: 3px 0 4px 0;
}

.view-inline .input-err {
  border-radius: 0;
  min-height: 0;
  display: block;
  line-height: 20px;
  font-weight: normal;
  background: none;
  color: #f00;
  margin: 10px 0 0 100px;
  padding: 0;
}

.view-inline .input-err:after {
  display: none;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-decoration: none !important;
  -webkit-appearance: none;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  box-shadow: none;
  font-weight: normal;
  position: relative;
}

.btn-pic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin: -2px 12px -2px 0;
}

.btn-small .btn-pic,
.btn-smaller .btn-pic {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-left: -4px;
}

.btn-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn-pic img:first-child {
  opacity: 0;
}

.btn-pic img:only-child {
  opacity: 1 !important;
}

.btn:hover .btn-pic img {
  opacity: 0;
}

.btn:hover .btn-pic img:first-child {
  opacity: 1;
}

.btn-white {
  border-color: #000;
  color: #000 !important;
  background-color: #fff;
}

.btn-dark {
  border-color: #000;
  background-color: #000;
  color: #fff !important;
}

.btn-dark .red {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn-dark:hover {
  background-color: #c85b58;
  border-color: #c85b58;
}

.btn-dark:hover .red {
  color: inherit !important;
}

.btn-text-red {
  border-color: transparent;
  background-color: transparent;
  color: #eb2f2f !important;
}

.btn-text {
  border-color: transparent;
  background-color: transparent;
}

.btn-text:hover {
  color: #c85b58 !important;
}

.btn-text-red:hover {
  color: #c85b58 !important;
}

.btn-red {
  border-color: #eb2f2f;
  background-color: #eb2f2f;
  color: #fff !important;
  box-shadow: 0px 5px 13px 0px rgba(235, 47, 47, 0.58);
}

.btn-red:hover {
  border-color: #c85b58;
  background-color: #c85b58;
}

.btn-border-dark {
  color: #000 !important;
  border-color: #000;
  background-color: transparent;
}

.btn-border-dark:hover {
  color: #c85b58 !important;
  border-color: #c85b58;
}

.btn-square {
  border-radius: 5px;
}

.btn-big {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 30px 16px 30px;
}

.btn-big.btn-rounded {
  border-radius: 28px;
}

.btn-medium {
  font-size: 14px;
  line-height: 15px;
  padding: 10px 31px 11px 31px;
}

.btn-medium.btn-rounded {
  border-radius: 20px;
}

.btn-small {
  font-size: 12px;
  line-height: 15px;
  padding: 6px 18px 5px 18px;
}

.btn-small.btn-rounded {
  border-radius: 15px;
}

.btn-smaller {
  font-size: 11px;
  line-height: 10px;
  padding: 3px 12px;
}

.btn-smaller.btn-rounded {
  border-radius: 13px;
}

.btn.disabled,
.btn:disabled {
  cursor: default;
  pointer-events: none;
  box-shadow: none;
  color: #fff !important;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}

.btn-border-dark.disabled,
.btn-border-dark:disabled {
  background-color: transparent;
  border-color: #000;
  color: #000 !important;
  opacity: 0.2;
}

.btn-bookmark .btn-pic + .btn-pic {
  display: none;
}

.btn-bookmark.active .btn-pic {
  display: none;
}

.btn-bookmark.active .btn-pic + .btn-pic {
  display: inline-block;
}

.btn .for-active {
  display: none;
}

.btn.active .for-noactive {
  display: none;
}

.btn.active .for-active {
  display: inline;
}

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

img {
  border: 0;
  vertical-align: top;
}

a {
  color: #e32127;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a:hover {
  color: #c85b58;
}

a[href^=tel] {
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
}

strong {
  font-weight: bold;
}

p,
ol,
ul {
  margin: 10px 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 17px;
}

ul > li:before {
  content: '\2022';
  position: absolute;
  top: 0;
  left: 0;
}

ol {
  counter-reset: li;
}

ol > li {
  padding-left: 0;
}

ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ") ";
  position: relative;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  margin: 13px 0 12px 0;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 35px;
}

h2,
.h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  margin-top: 18px;
}

h3,
.h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.text-small {
  font-size: 11px;
  line-height: 11px;
}

.text-big {
  font-size: 14px;
  line-height: 25px;
}

.text-big p,
.text-big ol,
.text-big ul {
  margin: 25px 0;
}

.break-word {
  word-break: break-all;
}

sup {
  font-size: 80%;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
}

.rub {
  font-size: 87.5%;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.addit.red {
  text-decoration: line-through;
}

.sep {
  margin: 0 0.5em;
}

.sep.last {
  margin-right: 0;
}

.red {
  color: #e32127;
}

.grey {
  color: #bfbfbf;
}

.green {
  color: #1ca50a;
}

.gray {
  color: #6C6C6C;
}

.dark {
  color: #000;
}

.nano > .nano-pane {
  background: none !important;
  opacity: 1 !important;
  width: 8px !important;
  margin: 16px 20px !important;
}

.nano > .nano-pane:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #e6e6e6;
  margin: 0 -1px;
}

.nano > .nano-pane > .nano-slider {
  margin: 0 !important;
  border-radius: 8px !important;
  opacity: 1 !important;
  background: #e6e6e6 !important;
  box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
}

.mainwrap {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  min-height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header,
.footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {
  -ms-flex-order: 1;
  order: 1;
}

.content {
  -ms-flex-order: 2;
  order: 2;
}

.footer {
  -ms-flex-order: 3;
  order: 3;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.container.mini {
  width: 100%;
  max-width: 640px;
}

.header {
  position: relative;
  z-index: 100;
}

.head-notification {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  border-bottom: 2px solid #eb2f30;
  padding: 16px 0 12px 0;
}

.head-notification .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.head-notification .pic {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url(/s/img/notification-white.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 20px 0 0;
}

.head-notification .close {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url(/s/img/close-white.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 16px;
  cursor: pointer;
  height: 16px;
  margin: 0 0 0 20px;
  position: relative;
}

.head-notification .close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  margin: -5px;
}

.head-notification .text {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.head-notification .big {
  font-weight: 500;
}

.head-notification a {
  text-decoration: underline;
}

.head-notification.style-dark {
  background: #000;
}

.head-notification.style-red {
  background: #eb2f2f;
}

.head-notification.style-red a {
  color: #000;
}

.headline-main {
  color: #fff;
  background: #000;
  line-height: 20px;
}

.headline-main .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 39px 0 35px 0;
}

.headline-main .logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -8px 50px 0 0;
}

.headline-main .logo img {
  width: 215px;
  height: auto;
}

.headline-main .text-l {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.headline-main .text-r {
  text-align: right;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  padding: 0 0 0 20px;
}

.head-tel-mob {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  width: 32px;
  height: 32px;
  background: url(/s/img/call-white.png) no-repeat 50% 50%;
  background-size: 20px auto;
  display: none;
}

.head-sep-mob {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1px;
  height: 20px;
  background: #fff;
  opacity: 0.4;
  margin: 0 14px;
  display: none;
}

.head-toggle-menu {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px 0 0;
}

.head-toggle-menu > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
  border-radius: 0.5px;
}

.open-menu .head-toggle-menu > * {
  background-color: #eb2f2f;
}

.open-menu .head-toggle-menu .pos1 {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
}

.open-menu .head-toggle-menu .pos2 {
  opacity: 0;
}

.open-menu .head-toggle-menu .pos3 {
  transform: translate3d(0, -6px, 0) rotate(135deg);
}

.head-tel {
  font-weight: bold;
  font-size: 17px;
  color: #3f3f3f;
  margin: -15px 0 2px 0;
}

.head-tel a {
  color: #eb2f2f;
}

.head-msg {
  color: #eb2f2f;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.head-msg .what {
  width: 14px;
  margin-left: 11px;
  margin-top: 3px;
}

.head-msg .tgm {
  width: 23px;
  margin-left: 8px;
  margin-top: -2px;
}

.head-grey {
  font-size: 11px;
  color: #808080;
}

.head-select-city {
  position: relative;
  font-size: 11px;
  min-height: 15px;
  color: #808080;
}

.head-select-city .toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  cursor: pointer;
  color: #eb2f2f;
  position: relative;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 10px;
  min-height: 20px;
  padding: 5px 0;
}

.head-select-city .toggle:hover {
  color: #c85b58;
}

.head-select-city .toggle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  margin: 0 -23px -8px -23px;
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 0 100%;
  transform: scale(1, 0);
}

.head-select-city.open .toggle:before {
  transform: scale(1);
  transition-duration: 0.2s;
}

.head-select-city .toggle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: url(/s/img/darr-red.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 8px;
  height: 5px;
  margin: 0 0 0 0.75em;
  position: relative;
}

.head-select-city.open .toggle:after {
  transform: rotate(-180deg);
}

.head-select-city .toggle > * {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.head-city-popup {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 8px -23px;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  z-index: 100;
  width: 298px;
  font-size: 11px;
  line-height: 10px;
  text-align: left;
  white-space: normal;
  text-transform: none;
  color: #000;
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 0 0;
  transform: scale(1, 0);
}

.head-city-popup .nano {
  visibility: hidden;
}

.head-select-city.open .head-city-popup {
  transform: scale(1);
  transition-duration: 0.2s;
}

.head-select-city.open .head-city-popup .nano {
  visibility: visible;
}

.head-city-popup .nano {
  max-height: 70vh;
}

.head-city-popup .ind {
  padding: 9px 0 21px 0;
}

.head-city-popup .letter {
  font-weight: bold;
  padding: 8px 23px 7px 23px;
}

.head-city-popup .link {
  display: block;
  padding: 8px 23px 7px 30px;
  color: #333232;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

.head-city-popup .link:hover {
  background-color: #fff0f0;
  box-shadow: 0 2px 0 0 #fff0f0, 0 -3px 0 0 #fff0f0;
}

.head-city-popup .link.active {
  cursor: default;
  color: #eb2f2f;
  background: none;
  padding-left: 50px;
  box-shadow: none;
}

.head-city-popup .link.active:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 30px;
  background: url(/s/img/check-red.svg) no-repeat 50% 0;
  width: 12px;
  height: 9px;
  background-size: contain;
  margin: -4.5px 0;
}

.head-workhours {
  position: relative;
  padding: 0 0 0 19px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.head-workhours:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background: url(/s/img/clock-white.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin: -6px 0;
  opacity: 0.5;
}

.head-top-link {
  position: absolute;
  top: 0;
  right: 0;
}

.head-top-link a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 0 0 5px 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  background: #eb2f2f;
  padding: 8px 20px 7px 20px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.head-top-link a:hover {
  background-color: #c85b58;
}

.head-links {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
}

.head-links li {
  margin: 1px 0 2px 0;
  padding: 0;
}

.head-links li:before {
  display: none;
}

.head-links a {
  color: inherit;
}

.head-links a:hover {
  opacity: 0.7;
}

.headline-sub {
  position: relative;
}

.headline-sub .place,
.headline-sub .grid {
  height: 40px;
}

.headline-sub .in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #eb2f2f;
  color: #fff;
}

.scroll .headline-sub .in {
  position: fixed;
}

.headline-sub .grid {
  display: -ms-flexbox;
  display: flex;
}

.headline-sub .grid .col {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headline-sub .grid .col.profile-head-link {
  display: none;
}

.headline-sub .grid .col:before,
.headline-sub .grid .col:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin: -10px -0.5px;
  opacity: 0.4;
  background: #fff;
}

.headline-sub .grid .col:after {
  display: none;
  right: 0;
  left: auto;
}

.headline-sub .grid .col:last-child:after {
  display: block;
}

.headline-sub .grid .col.no-line:before {
  display: none;
}

.head-profile-links {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
}

.head-profile-links .el {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-size: 11px;
  line-height: 11px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.head-profile-links > .sep {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.head-profile-links a.el:hover {
  opacity: 0.7;
}

.head-profile-links .el:first-child {
  padding-left: 15px;
}

.head-profile-links .el:last-child {
  padding-right: 15px;
}

.head-profile-links .pic {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 6px;
}

.head-profile-links .num {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 9.5px;
  line-height: 16px;
  height: 15px;
  min-width: 15px;
  text-align: center;
  padding: 0 4px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  position: relative;
  top: -6px;
  left: -10px;
  display: none;
}

.head-profile-links .text {
  margin: 0 6px;
}

.cart-header-container .group-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart-header-container .el:first-child {
  padding-left: 0;
}

.cart-header-container > .el:first-child {
  padding-left: 15px;
}

.cart-header-container .price {
  margin: 0 3px 0 3px;
}

.headline-sub .grid .col.head-search-place {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  min-width: 0;
  max-width: 566px;
  margin-right: auto;
}

.head-search {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.head-search-place.open .head-search {
  padding-right: 137px;
}

.head-search .pic {
  position: absolute;
  top: 50%;
  left: 27px;
  background: url(/s/img/search-white.svg) no-repeat 50% 50%;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin: -6px;
}

.head-search input,
.head-search .go {
  border: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  font-size: 11px;
  line-height: normal;
  color: #fff;
  padding: 0 0 0 43px;
  height: 40px;
}

.head-search .go {
  position: absolute;
  top: 0;
  left: calc(100% - 137px);
  text-align: left;
  max-width: 91px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 50% 50%;
  transform: scale(0, 1);
}

.head-search .go:hover {
  opacity: 0.7;
}

.head-search-place.open .head-search .go {
  transform: scale(1);
}

.head-search input::-webkit-input-placeholder {
  color: #fff;
}

.head-search input::-moz-placeholder {
  color: #fff;
}

.head-search input:-ms-input-placeholder {
  color: #fff;
}

.head-search .close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 28px;
  background: url(/s/img/close-white.svg) no-repeat 50% 50%;
  background-size: auto 16px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: -18px;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.head-search .close:hover {
  opacity: 0.7;
}

.head-search-place.open .head-search .close {
  transform: scale(1);
}

.head-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  background: #fff;
  border-radius: 0 0 10px 10px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.head-search-place.open .head-search .head-search-results {
  transform: scale(1);
}

.head-search-results .nano {
  max-height: 60vh !important;
}

.head-search-results .ind {
  padding-top: 7px;
  padding-bottom: 23px;
}

.head-search-results .link {
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  color: #000;
  padding: 8px 10px 7px 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.head-search-results .link:hover,
.head-search-results .link.selected {
  background-color: #fff0f0;
}

.head-search-results .link .info {
  width: 127px;
  padding: 0 0 0 10px;
  margin-left: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #7f7f7f;
}

.mob-menu {
  padding: 12px 0 70px 0;
  display: none;
  background-color: white;
}

.mob-menu li:before {
  display: none;
}

.mob-menu ul,
.mob-menu li {
  margin: 0;
  padding: 0;
}

.mob-menu .el {
  border-bottom: 1px solid #e6e6e6;
}

.mob-menu .link {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 0 19px 48px;
  color: #000;
}

.mob-menu .link .pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 16px;
  margin: -8px -9px;
  position: absolute;
  top: 50%;
  left: 20px;
}

.mob-menu .link .pic img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.mob-menu .link.toggle {
  cursor: pointer;
}

.mob-menu .link.toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  background: url(/s/img/menu-arrow.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 6px;
  height: 12px;
  margin: -6px -3px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mob-menu .el.open .link.toggle:after {
  transform: rotate(180deg);
}

.mob-menu .in {
  position: fixed;
  transform: scale(0);
}

.mob-menu .el.open .in {
  position: static;
  transform: none;
}

.mob-menu .in > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.mob-menu .el.open .in > * {
  opacity: 1;
}

.mob-menu .in ul {
  padding: 0 0 14px 48px;
}

.mob-menu .in li {
  margin: 20px 0 0 0;
}

.mob-menu .in li:first-child {
  margin-top: 0;
}

.mob-menu .link-in {
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.mob-menu .link-in .pic {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
}

.mob-menu .link-in .pic img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.mob-menu .additional {
  padding: 35px 0 0 0;
  font-size: 11px;
  line-height: 15px;
}

.mob-menu .additional ul {
  column-count: 2;
  column-gap: 10px;
}

.mob-menu .additional li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 15px 0;
}

.mob-menu .additional a {
  color: #eb2f2f;
}

.footer {
  font-size: 13px;
  line-height: 20px;
  background: #000;
  padding: 57px 0;
  color: #fff;
}

.footer a {
  color: inherit;
}

.footer .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -20px -25px;
  position: relative;
}

.footer .grid .col {
  display: -ms-flexbox;
  display: flex;
}

.footer .grid .in {
  padding: 20px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .logo {
  margin: -3px 0 10px 0;
}

.footer .logo img {
  width: 93px;
  height: auto;
}

.footer .copy {
  font-size: 11px;
  line-height: 15px;
  padding: 2px 0 3px 0;
  margin-top: auto;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer li:before {
  display: none;
}

.footer li {
  margin: 5px 0 0 0;
  padding: 0;
}

.footer li:first-child {
  margin-top: 0;
}

.footer .counter {
  opacity: 0.4;
  margin-top: 15px;
}

.foot-links {
  opacity: 0.5;
}

.foot-links a:hover {
  opacity: 0.7;
}

.foot-title {
  margin: 0 0 10px 0;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.foot-soc {
  margin: 0;
  padding: 0;
}

.foot-soc li {
  margin-top: 0;
}

.foot-soc a {
  text-decoration: none !important;
}

.foot-soc a > span {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
}

.foot-soc a:hover .color-vk {
  color: #4d77a7;
}

.foot-soc a:hover .color-facebook {
  color: #4469b0;
}

.foot-soc sup {
  color: #808080;
  white-space: nowrap;
  position: relative;
}

.foot-soc sup > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.foot-soc sup .for-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.foot-soc a:hover sup .for-hover {
  opacity: 1;
}

.foot-soc a:hover sup .for-norm {
  opacity: 0;
}

.foot-payments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 10px;
}

.foot-payments li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.foot-payments li a {
  display: block;
  position: relative;
}

.foot-payments img {
  height: 10px;
  width: auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.foot-payments img.sbp {
  height: 20px;
}

.foot-payments img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px;
  opacity: 0;
}

.foot-payments a:hover img {
  opacity: 0;
}

.foot-payments a:hover img:first-child {
  opacity: 1;
}

.foot-full {
  display: none;
  margin-top: auto;
  font-size: 12px;
  color: #eb2f2f;
}

.content {
  padding: 40px 0 75px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content > .container.full {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-sides {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0 -75px 0;
}

.main-side-l {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 76.271186%;
  margin-right: auto;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 20px 75px 0;
}

.main-side-r {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23.728814%;
  margin-left: auto;
  -ms-flex-order: 2;
  order: 2;
  border-left: 1px solid #e5e5e5;
  padding: 0 0 75px 0;
}

.main-sides.view-simple .main-side-l {
  max-width: 800px;
}

.main-sides.view-simple .main-side-r {
  border-left-width: 0;
  background: none;
}



.main-side-l .btn-medium.payment {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  text-align: center;
}

.main-sides.view-simple-side .main-side-r {
  border-left-width: 0;
  max-width: 180px;
}

.main-title {
  position: relative;
  margin: 0 0 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-title .catalog-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-title .catalog-title h1 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 10px 0 0;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 25px;
}

.main-title .catalog-title .grey {
  font-size: 24px;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 25px;
}

.main-title .h2 {
  margin: 0;
  padding: 0 20px 0 0;
  max-width: 100%;
}

.main-title.has-sort-mob .h2 {
  padding-right: 130px;
}

.main-title .grey {
  font-weight: normal;
  color: #bfbfbf;
}

.main-title .small-text {
  font-size: 11px;
  letter-spacing: normal;
  line-height: 15px;
  margin: 10px 0 1px 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-title .small-text.right {
  margin-left: auto;
}

.main-title-small {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.025em;
  margin: 0 0 23px 0;
}

.main-title-small strong {
  font-weight: 500;
}

.main-title-small .grey {
  color: #bfbfbf;
}

.main-title-mini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  margin: 0 0 13px 0;
  padding: 11px 0 0 0;
  color: #333232;
}

.main-title-mini.first {
  padding-top: 0;
  margin-top: -5px;
}

.main-title-mini .h2 {
  font: inherit;
  margin: 0;
  font-weight: 500;
}

.main-title-mini strong {
  color: #000;
}

.main-title-mini .grey {
  color: #bfbfbf;
}

.main-title-mini > * {
  margin: 0;
  padding: 0 20px 0 0;
  max-width: 100%;
}

.main-title-mini .smaller-text {
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}

.main-title-mini .small-text {
  font-weight: normal;
  font-size: 11px;
  line-height: 10px;
  letter-spacing: normal;
  margin: 10px 0 1px 0;
  padding: 2px 0;
}

.main-title-mini .small-text.right {
  margin-left: auto;
  text-align: right;
}

.hold-swiper {
  position: relative;
}

.swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.swiper-slide {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 20px 0 0;
}

.swiper-container-initialized .swiper-wrapper {
  overflow: visible;
}

.swiper-container-initialized .swiper-slide {
  padding: 0;
}

.swiper-arr {
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  right: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #eb2f2f url(/s/img/slider-arr-white.svg) no-repeat 46% 50%;
  background-size: auto 12px;
  z-index: 5;
  margin: 22px 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.swiper-arr:hover {
  background-color: #c85b58;
}

.swiper-arr.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}

.swiper-prev {
  margin-right: 40px;
}

.swiper-next {
  transform: scale(-1, 1);
}

.slider-items-wide .swiper-slide {
  width: 250px;
}

.slider-items-wide.swiper-container-initialized .swiper-slide {
  width: 230px;
}

.item-card-mini {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  text-align: left;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 17px;
  color: inherit !important;
  padding: 2px 0 0 0;
}

.item-card-mini .name {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.item-card-mini:hover .name {
  color: #c85b58;
}

.item-card-mini .photo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 2px 10px 3px 0;
  overflow: hidden;
  position: relative;
}

.item-card-mini .photo img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.item-card-mini a.photo:hover img,
a.item-card-mini:hover .photo img {
  transform: scale(1.2);
  transition-duration: 2s;
}

.item-card-mini .text {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-card-mini .price {
  font-weight: bold;
  font-size: 14px;
  margin-top: auto;
}

.section-items {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 41px 0;
  padding: 0 0 35px 0;
}

.section-items .main-title {
  margin-bottom: 20px;
}

.section-items-full {
  padding: 60px 0;
}

.section-items-full .main-title {
  margin-bottom: 20px;
}

.content .section-items-full:last-child {
  margin-bottom: -80px;
}

.section-items-full.bg-grey {
  background-color: #f5f5f5;
}

.section-items-full.bg-grey .swiper-arr {
  background-color: transparent;
  border: 2px solid #000;
  opacity: 0.7;
  background-image: url(/s/img/slider-arr-dark.svg);
}

.section-items-full.bg-grey .swiper-arr.swiper-button-disabled {
  opacity: 0.2;
}

.link-page-up {
  cursor: pointer;
  position: absolute;
  z-index: 20;
  bottom: 35px;
  right: calc(23.728814% + 10px);
  width: 40px;
  height: 40px;
  margin: -20px;
  border-radius: 50%;
  background: #eb2f2f url(/s/img/arrow-up-white.svg) no-repeat 50% 50%;
  background-size: auto 16px;
  box-shadow: 0px 5px 13px 0px rgba(235, 47, 47, 0.58);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(0);
}

.link-page-up.fixed {
  position: fixed;
  bottom: 135px;
}

.link-page-up.link-page-up_fixed {
  position: fixed;
}

@media only screen and (min-width: 1220px) {
  .link-page-up.fixed {
    right: calc((100% - 1220px) / 2 + (1220px * 0.23728814 + 10px));
  }
}

.scrolled-screen .link-page-up {
  transform: scale(1);
}

.show-footer .link-page-up.fixed {
  position: absolute;
  bottom: 35px;
}

.link-page-up:hover {
  background-color: #c85b58;
}

.side-sticky {
  padding: 0 0 30px 28px;
}

.side-sticky-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 38px -5px 0 -5px;
  font-size: 11px;
  line-height: 15px;
  padding: 0 0 0 34px;
}

.side-sticky-footer > * {
  padding: 0 5px;
}

.side-sticky-footer .up {
  font-size: 12px;
}

.side-sticky-footer .up:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  width: 7px;
  height: 12px;
  background: url(/s/img/arrow-up-red.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 0 0 12px;
}

.side-catalog .swiper-container {
  overflow: visible !important;
}

.side-catalog .swiper-wrapper {
  width: auto !important;
  height: auto !important;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible !important;
}

.side-catalog .swiper-arr {
  display: none;
}

.side-catalog .main-title {
  margin-bottom: 15px;
}

.side-catalog .el {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.side-catalog .link {
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.015em;
  padding: 13px 0 12px 34px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-catalog .link a {
  color: #000;
}

.side-catalog .link a:hover {
  color: #e32127;
}

.side-catalog .subcategories {
  height: 0;
  overflow: hidden;
}

.side-catalog .link .pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  margin: -12.5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-catalog .link .pic img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.side-catalog .link.toggle {
  cursor: pointer;
}

.side-catalog .link.toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/s/img/darr-dark.svg) no-repeat 50% 50%;
  opacity: 0.5;
  width: 7px;
  height: 4px;
  background-size: contain;
  margin: -2px 0;
  display: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-catalog .el.open .link.toggle:after {
  transform: rotate(180deg);
}

.side-catalog .in {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
}

.side-catalog .in .nano {
  max-height: 60vh;
}

@media only screen and (min-width: 901px) {
  .side-catalog .in .nano {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .side-catalog .in .nano-content {
    position: static;
    overflow: visible !important;
  }
}

.side-catalog .ind {
  padding: 0 0 7px 48px;
  margin: -7px 0 0 0;
}

.side-catalog ul {
  margin: 0;
  padding: 0;
}

.side-catalog li {
  padding: 5px 0;
  margin: 0;
}

.side-catalog li:before {
  display: none;
}

.side-catalog .folded {
  position: absolute;
  transform: scale(0);
}

.side-catalog .el.show-all .folded {
  position: static;
  transform: none;
}

.side-catalog .folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.side-catalog .el.show-all .folded > * {
  opacity: 1;
}

.side-catalog .toggle-more {
  padding: 5px 0;
  font-weight: bold;
}

.side-catalog .toggle-more > * {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
}

.side-catalog .toggle-more > *:hover {
  color: #c85b58;
}

.side-catalog .toggle-more > *:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/s/img/darr-red.svg) no-repeat 50% 50%;
  width: 8px;
  height: 5px;
  background-size: contain;
  margin: 0 0 0 5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-catalog .el.show-all .toggle-more > *:after {
  transform: rotate(180deg);
}

.side-catalog .toggle-more .for-close {
  display: none;
}

.side-catalog .el.show-all .toggle-more .for-close {
  display: inline;
}

.side-catalog .el.show-all .toggle-more .for-open {
  display: none;
}

.side-filters {
  font-size: 12px;
  line-height: 15px;
  color: #808080;
  padding: 13px 0 0 20px;
}

.filters-el {
  margin: 0 0 20px 0;
}

.filters-title {
  position: relative;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.02em;
}

.filters-title:after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/s/img/rarr-red.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 6px;
  height: 12px;
  margin: -6px 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filters-el.open .filters-title:after {
  transform: rotate(180deg);
}

.filters-title .r {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 10px;
  text-align: right;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  max-width: 50%;
  display: none;
}

.filters-title .light {
  font-weight: normal;
  color: #808080;
}

.filters-folded > .ind {
  padding: 10px 0 0 0;
}

.filters-el .nano {
  max-height: 30vh;
}

.filters-el .nano > .nano-pane {
  margin: 0 !important;
}

.filters-el .check {
  margin: 0 0 10px 0;
  width: 93%;
}

.filters-el .check:last-child {
  margin-bottom: 0;
}

.filters-el .check a {
  color: #808080;
}

.filters-el .check.present a {
  color: #000;
}

.filters-categories {
  margin: 0;
  padding: 0 0 0 14px;
  letter-spacing: -0.01em;
}

.filters-categories li:before {
  display: none;
}

.filters-categories li,
.filters-categories ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.filters-categories ul {
  padding-left: 21px;
}

.filters-categories ul ul {
  padding-left: 36px;
}

.filters-categories li:first-child {
  margin-top: 0;
}

.filters-categories a {
  color: inherit;
}

.filters-categories a:hover {
  color: #c85b58;
}

.filters-check-sides {
  white-space: nowrap;
  letter-spacing: 0.02em;
  padding: 5px 0;
  position: relative;
}

.filters-check-sides label {
  cursor: pointer;
}

.filters-check-sides .for-checked,
.filters-check-sides .for-unchecked,
.filters-check-sides .for-mob {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filters-check-sides input:not(:checked) + * .for-unchecked,
.filters-check-sides input:checked + * .for-checked,
.filters-check-sides input:checked + * .for-mob {
  font-weight: bold;
  color: #000;
}

.filters-check-sides .for-mob {
  display: none;
}

.filters-check-sides .toggler {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 10px;
  border-radius: 5px;
  background: #000;
  margin: 0 10px;
  top: -1px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filters-check-sides .toggler:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #fff;
  top: 3px;
  left: 3px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filters-check-sides input:checked + * .toggler:before {
  left: 9px;
}

.filters-price-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.filters-price-inputs > * {
  position: relative;
  width: calc(50% - 5px);
}

.filters-price-inputs .label {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  margin: 5px 0;
  display: none;
}

.filters-price-inputs input {
  font-weight: normal;
  font-size: 11px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  padding: 5px 7px;
  height: 25px;
  min-height: 0;
}

.filters-price-inputs .el:last-child input {
  text-align: right;
}

.filters-price-inputs .clear {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 18px;
  background: url(/s/img/close-red.svg) no-repeat 50% 50%;
  background-size: auto 16px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: -13px;
  display: none;
}

.filters-price-slider {
  margin: 0 0 38px 0;
}

.filters-sect-links {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0 0;
}

.filters-sect-links .btn {
  margin-left: auto;
  min-width: 115px;
}

.filters-submit {
  display: none;
}

.filters-submit .btn {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-submit .btn-text-red {
  font-weight: normal;
  font-size: 12px;
}

.filters-el .btn-text {
  font-weight: normal;
  font-size: 12px;
}

.price-slider {
  position: relative;
  height: 2px;
  background: #e6e6e6;
}

.price-slider:before,
.price-slider:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 12px;
  margin: -6px 0;
  background: #e6e6e6;
}

.price-slider:before {
  left: 0;
}

.price-slider:after {
  right: 0;
}

.price-slider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000;
}

.price-slider-handle {
  position: absolute;
  top: 50%;
  cursor: pointer;
  background: #fff;
  z-index: 2;
  border: 2px solid #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: -6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.price-slider-handle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -7px;
  border-radius: 50%;
}

.filters-toggle-catalog,
.filters-head {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  background: #000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 10px 50px 10px 20px;
  margin: 0 0 15px 0;
}

.filters-toggle-catalog .lines,
.filters-head .lines {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -8px 20px;
}

.filters-toggle-catalog .lines > *,
.filters-head .lines > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
  width: 16px;
  height: 2px;
  margin: 1px 0;
  border-radius: 1px;
  background: #fff;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.show-catalog .filters-toggle-catalog .lines .pos1,
.filters-head .lines .pos1 {
  transform: translate3d(0, 4px, 0) rotate(-135deg);
}

.show-catalog .filters-toggle-catalog .lines .pos2,
.filters-head .lines .pos2 {
  opacity: 0;
}

.show-catalog .filters-toggle-catalog .lines .pos3,
.filters-head .lines .pos3 {
  transform: translate3d(0, -4px, 0) rotate(135deg);
}

.show-catalog .side-filters-folded,
.side-catalog-folded {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.show-catalog .side-catalog-folded {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.side-filters-folded > *,
.side-catalog-folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.show-catalog .side-filters-folded > *,
.side-catalog-folded > * {
  opacity: 0;
}

.show-catalog .side-catalog-folded > * {
  opacity: 1;
}

.side-wrap-filters .side-link-catalog {
  display: none;
}

.side-wrap-filters.show-catalog .side-link-catalog {
  display: block;
}

.side-catalog-folded .side-catalog .main-title {
  display: none;
}

.filters-head {
  display: none;
}

.section-categories {
  margin: 0 0 40px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}

.section-categories.in-art {
  margin: 40px 0 40px 0;
  padding: 15px;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.section-categories .main-title {
  padding-right: 30px;
}

.section-categories .main-title .h2 .grey {
  font-weight: normal;
  color: #bfbfbf;
}

.section-categories .main-title .for-edit {
  color: #eb2f2f;
}

.section-categories .main-title .for-edit {
  display: none;
}

.section-categories.to-edit .main-title .for-edit {
  display: block;
}

.section-categories.to-edit .main-title .for-list {
  display: none;
}

.section-categories .toggle-settings {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 0;
}

.section-categories .toggle-settings:before,
.section-categories .toggle-settings:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin: -13px;
  border-radius: 50%;
  background: url(/s/img/settings-grey.svg) no-repeat 50% 50%;
  background-size: auto 16px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-categories .toggle-settings:after {
  background-image: url(/s/img/close-red.svg);
  opacity: 0;
}

.section-categories.to-edit .toggle-settings:before {
  opacity: 0;
}

.section-categories.to-edit .toggle-settings:after {
  opacity: 1;
}

.section-categories .categories-for-list {
  position: static;
  transform: none;
}

.section-categories .categories-for-edit {
  position: fixed;
  transform: scale(0);
}

.section-categories .categories-for-list > *,
.section-categories .categories-for-edit > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-categories .categories-for-edit > * {
  opacity: 0;
}

.section-categories.to-edit .categories-for-list {
  position: fixed;
  transform: scale(0);
}

.section-categories.to-edit .categories-for-list > * {
  opacity: 0;
}

.section-categories.to-edit .categories-for-edit {
  position: static;
  transform: none;
}

.section-categories.to-edit .categories-for-edit > * {
  opacity: 1;
}

.center-catalog .grid {
  height: 970px;
  column-count: 3;
  column-gap: 20px;
  margin: -4px 0 0 0;
}

.center-catalog .el {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 19px 0;
  break-after: avoid;
}

.center-catalog .checkbox {
  border-color: #eb2f2f !important;
}

.center-catalog .checkbox:after {
  background-color: #eb2f2f !important;
}

.center-catalog input:disabled + .checkbox {
  border-color: grey !important;
}

.center-catalog input:disabled + .checkbox:after {
  background-color: grey !important;
}

.center-catalog input:disabled ~ span {
  color: grey;
}

.center-catalog .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  position: relative;
  padding: 8px 0;
}

.center-catalog.with-checks .link {
  padding-left: 25px;
}

.center-catalog .link label {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.center-catalog .link .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.center-catalog .link .pic {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -5px 10px -5px 0;
  width: 25px;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-catalog .link .pic img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.center-catalog .link .arr {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 26px;
  height: 26px;
  background: url(/s/img/rarr-red.svg) no-repeat 50% 50%;
  background-size: auto 12px;
  margin: -13px 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.center-catalog .el.open .link .arr {
  transform: rotate(180deg);
}

.center-catalog .list {
  padding: 1px 0 4px 36px;
  color: #808080;
  font-size: 12px;
  line-height: 15px;
}

.center-catalog.with-checks .list {
  padding-left: 60px;
}

.center-catalog ul {
  margin: 0;
  padding: 0;
}

.center-catalog li:before {
  display: none;
}

.center-catalog li {
  margin: 10px 0 0 0;
  padding: 0;
}

.center-catalog li.check {
  padding-left: 20px;
}

.center-catalog li:first-child {
  margin-top: 0;
}

.center-catalog .list a {
  color: inherit;
}

.center-catalog .list a:hover {
  color: #c85b58;
}

.center-catalog .check {
  color: #eb2f2f;
}

.center-catalog .check input ~ * {
  color: inherit;
}

.center-catalog .go {
  border-top: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0 90px 0;
  margin: 16px 0 0 0;
  font-size: 11px;
  line-height: 15px;
}

.center-catalog .go > * {
  margin: 10px 0 0 27px;
}

.center-catalog .go .btn {
  min-width: 115px;
}

.grid-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -14px -10px;
}

.grid-categories.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-categories .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  padding: 14px 10px;
}

.grid-categories.in-art .el {
  width: 33%;
}

.link-category {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link-category:hover {
  color: #c85b58;
}

.link-category .photo {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin: 0 0 8px 0;
  overflow: hidden;
  position: relative;
  max-height: 160px;
}

.link-category .photo.vertical {
  max-height: 300px;
}

.link-category .photo:before {
  content: '';
  display: block;
  padding-top: 72.97%;
}

.link-category .photo.vertical:before {
  padding-top: 133%;
}

.link-category .photo > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link-category:hover .photo > * {
  transform: scale(1.2);
  transition-duration: 2s;
}

.player-in-content {
  margin: 20px 0;
  text-align: center;
}

.player-in-content .player-place {
  margin: 0 auto;
  max-width: 580px;
}

.image-in-content {
  text-align: center;
  margin: 20px 0;
}

.image-in-content.align-left {
  text-align: left;
}

.image-in-content.align-center {
  text-align: center;
}

.image-in-content.align-right {
  text-align: right;
}

.image-in-content img {
  border-radius: 10px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 640px;
}

.caption {
  color: #808080;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  margin: 15px 0 -2px 0;
}

.quote {
  text-align: right;
  margin: 42px 0 44px 0;
  padding: 0 0 0 100px;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.005em;
}

.quote:before {
  content: '';
  width: 30px;
  height: 22px;
  background: url(/s/img/quote-grey.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: 0;
}

.quote q,
.quote cite,
.quote blockquote {
  font: inherit;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
}

.player-place {
  position: relative;
  display: block;
  text-decoration: none !important;
  background: #bfbfbf;
  border-radius: 10px;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
  font-size: 12px;
}

.player-place:before {
  content: '';
  display: block;
  padding-top: 61.5384%;
}

.player-preview {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  filter: grayscale(100%);
  overflow: hidden;
}

.player-preview > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.3;
}

.player-place:hover .player-preview > * {
  transform: scale(1.2);
  transition-duration: 2s;
  opacity: 0.7;
}

.player-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 1.333em 0.933em;
  line-height: 1.25em;
}

.player-name {
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 1px 0;
}

.player-info {
  display: inline-block;
  vertical-align: top;
  font-size: 0.7em;
  line-height: 1.428;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0.47em;
  background: #000;
}

.player-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  background: #eb2f2f url(/s/img/play-white.svg) no-repeat 53% 50%;
  background-size: auto 40%;
}

.player-place:hover .player-play {
  background-color: #c85b58;
}

.link-video {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  letter-spacing: -0.015em;
}

.link-video .text {
  padding: 21px 0 10px 10px;
}

.link-video .name {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.015em;
  margin: 0 0 5px 0;
}

.link-video .name a {
  color: inherit;
}

.link-video .name a:hover {
  color: #c85b58;
}

.link-video .descr {
  color: #808080;
}

.link-video .info {
  margin: 5px 0 0 0;
}

.link-video .info .sep {
  color: #808080;
}

.link-video .btn {
  margin: 14px 0;
}

.slider-videos .swiper-slide {
  width: 33.333333%;
}

.section-videos {
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 36px 30px 5px 30px;
  border-radius: 15px;
  background: #000;
  color: #fff;
}

.section-videos .main-title {
  color: #eb2f2f;
}

.section-videos .swiper-arr {
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 0.7;
}

.section-videos .swiper-arr.swiper-button-disabled {
  opacity: 0.2;
}

.text-block {
  margin: 22px 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.003em;
  color: #404040;
}

.text-block.mb0 {
  margin-bottom: 0;
}

.text-block .folded {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.text-block h2 {
  font-size: 18px;
}

.section-text .text-wrap {
  max-height: 55px;
}

.section-text .category-text-wrap {
  min-height: 0;
  overflow: hidden;
}

.section-text.open .category-text-wrap .text-wrap {
  height: auto;
  max-height: 9000px;
}

.section-text.open .folded {
  overflow: visible;
  height: auto;
  opacity: 1;
}

.section-text .folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.section-text.open .folded > * {
  opacity: 1;
}

.section-text .toggle-more {
  margin: 10px 0;
}

.section-text .toggle-more > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  color: #eb2f2f;
}

.section-text .toggle-more > *:hover {
  color: #c85b58;
}

.section-text .toggle-more > *:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 6px;
  background: url(/s/img/darr-red.svg) no-repeat 50% 50%;
  width: 8px;
  height: 5px;
  background-size: contain;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-text.open .toggle-more > *:after {
  transform: rotate(180deg);
}

.section-text .toggle-more .for-open {
  display: none;
}

.section-text.open .toggle-more .for-open {
  display: inline;
}

.section-text.open .toggle-more .for-close {
  display: none;
}

.section-text .toggle-more.toggle-small {
  overflow: hidden;
  text-align: right;
  font-size: 11px;
  margin: 5px 0 -20px 0;
}

.section-text .toggle-more.toggle-small:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100vw;
  margin: 0 0 0 -100vw;
  height: 1px;
  background: #e5e5e5;
  left: -10px;
  position: relative;
}

.section-text .toggle-more.toggle-small > * {
  color: #bfbfbf;
}

.section-text .toggle-more.toggle-small > *:hover {
  color: #c85b58;
}

.section-text .toggle-more.toggle-small > *:after {
  display: none;
}

.section-brands {
  margin: 0 0 35px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.slider-brands .swiper-slide {
  width: 25%;
}

.slider-brands-min .swiper-slide {
  width: 25%;
}

.slider-brands .link-brand:first-child:not(:only-child) {
  margin-bottom: 5px;
}

.slider-brands .link-brand:first-child:not(:only-child) .text {
  min-height: 30px;
}

.section-brands .main-title-mini {
  margin-bottom: 8px;
}

.section-brands .main-title-mini + * .swiper-arr {
  margin-bottom: 10px;
}

.section-brands .bg-grey {
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 15px;
  overflow: hidden;
}

.section-brands .bg-grey .swiper-container {
  overflow: visible !important;
}

.section-brands .bg-grey .swiper-arr {
  background-color: transparent;
  border: 2px solid #000;
  opacity: 0.7;
  background-image: url(/s/img/slider-arr-dark.svg);
}

.section-brands .bg-grey .swiper-arr.swiper-button-disabled {
  opacity: 0.2;
}

.section-brands.folded {
  display: none;
  visibility: hidden;
}

.section-brands .toggle-hide {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 11px;
  line-height: 15px;
}

.section-brands .toggle-hide > * {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #bfbfbf;
}

.section-brands .toggle-hide > *:hover {
  color: #c85b58;
}

.link-brand {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000;
  display: block;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link-brand .grey {
  color: #808080;
}

.link-brand:hover {
  color: #c85b58;
}

.link-brand .photo {
  position: relative;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 10px 0;
  min-height: 60px;
}

.link-brand .photo:before {
  content: '';
  display: block;
  padding-top: 38.4236%;
}

.link-brand .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 67%;
  max-height: 75%;
  width: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  filter: grayscale(100%);
  opacity: 0.5;
}

.link-brand:hover .photo img {
  filter: grayscale(0%);
  opacity: 1;
}

.section-articles {
  margin: 0 0 34px 0;
  border-bottom: 1px solid #e5e5e5;
}

.slider-articles .swiper-slide {
  width: 33.333333%;
}

.article-mini {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.015em;
}

.article-mini .photo {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.article-mini .photo:before {
  content: '';
  display: block;
  padding-top: 57.14%;
}

.article-mini .photo > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.article-mini .photo:hover > * {
  transform: scale(1.2);
  transition-duration: 2s;
}

.article-mini .text {
  padding: 22px 0 0 10px;
}

.article-mini .name {
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 5px 0;
  color: #000;
}

.article-mini .name a {
  color: inherit;
}

.article-mini .name a:hover {
  color: #c85b58;
}

.article-mini .descr {
  color: #808080;
}

.article-mini .b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
}

.article-mini .date {
  color: #000;
  font-size: 11px;
  letter-spacing: 0.01em;
  margin: 0 10px 0 0;
}

.section-text {
  margin: 0 0 25px 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.003em;
  color: #404040;
  max-width: 880px;
}

.section-text:last-child {
  margin-bottom: 0;
}

.section-text .hr {
  height: 1px;
  margin: 0 0 45px 0;
  background: #e5e5e5;
}

.section-text strong {
  color: #000;
}

.section-text .main-title {
  color: #000;
  margin-bottom: 21px;
}

.section-text .main-title .h2 {
  margin-right: auto;
}

.two-cols {
  column-count: 2;
  column-gap: 20px;
}

.two-cols p,
.two-cols ul,
.two-cols ol {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}

.main-form .main-title {
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-form .main-title .h2 {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-form-bg {
  border-radius: 20px;
  background: #fafafa;
  padding: 35px 20px 25px 20px;
}

.main-form-bg.error {
  border-radius: 0 0 20px 20px;
}

.main-form.view-inline .main-form-bg {
  background: none;
  padding: 0 145px 0 0;
  margin: 0;
  position: relative;
}

.form-small-text {
  font-size: 11px;
  line-height: 15px;
  color: #a6a6a6;
  float: right;
  margin: 4px 0 -4px 10px;
}

.form-section {
  margin: 0 0 25px 0;
}

.main-form.view-inline .form-section {
  margin-bottom: 24px;
}

.form-section-folded {
  position: absolute;
  transform: scale(0);
}

.form-section-folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.form-section-folded.visible {
  position: static;
  transform: none;
}

.form-section-folded.visible > * {
  opacity: 1;
}

.form-label {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333232;
  margin: 0 0 15px 0;
}

.form-label.green {
  color: #1ca50a;
}

.form-checks-vert {
  padding-bottom: 15px;
}

.form-checks-vert .check {
  margin: 10px 0 0 0;
}

.form-checks-vert .check:first-child {
  margin-top: 0;
}

.form-checks-vert .check input:checked ~ * {
  font-weight: 500;
}

.form-checks-row {
  margin: 0 0 15px 0;
}

.form-checks-row .checks-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}

.form-checks-row .checks-in > * {
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  margin: 2px;
}

.form-checks-row label span {
  display: block;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.5;
  color: #808080;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-align: center;
  padding: 10px 10px 9px 10px;
}

.form-checks-row label input:checked + span {
  opacity: 1;
  color: #000;
}

.form-checks-row label input:disabled + span {
  text-decoration: line-through;
}

.form-stars-rate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 50px;
}

.form-stars-rate.error {
  border-color: #f00;
}

.form-stars-rate .rate-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.form-stars-rate .rate-wrap > * {
  position: relative;
  width: 30px;
  height: 30px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}

.form-stars-rate .rate-wrap label {
  cursor: pointer;
}

.form-stars-rate .rate-wrap label:before,
.form-stars-rate .rate-wrap label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: url(/s/img/star-grey.svg) no-repeat 50% 50%;
  background-size: 73.333% auto;
}

.form-stars-rate .rate-wrap label:after {
  opacity: 0;
  background-image: url(/s/img/star-red.svg);
}

.form-stars-rate input.rate1:checked ~ .rate-wrap label.rate1:before,
.form-stars-rate input.rate2:checked ~ .rate-wrap label.rate1:before,
.form-stars-rate input.rate2:checked ~ .rate-wrap label.rate2:before,
.form-stars-rate input.rate3:checked ~ .rate-wrap label.rate1:before,
.form-stars-rate input.rate3:checked ~ .rate-wrap label.rate2:before,
.form-stars-rate input.rate3:checked ~ .rate-wrap label.rate3:before,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate1:before,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate2:before,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate3:before,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate4:before,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate1:before,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate2:before,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate3:before,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate4:before,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate5:before {
  opacity: 0;
}

.form-stars-rate input.rate1:checked ~ .rate-wrap label.rate1:after,
.form-stars-rate input.rate2:checked ~ .rate-wrap label.rate1:after,
.form-stars-rate input.rate2:checked ~ .rate-wrap label.rate2:after,
.form-stars-rate input.rate3:checked ~ .rate-wrap label.rate1:after,
.form-stars-rate input.rate3:checked ~ .rate-wrap label.rate2:after,
.form-stars-rate input.rate3:checked ~ .rate-wrap label.rate3:after,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate1:after,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate2:after,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate3:after,
.form-stars-rate input.rate4:checked ~ .rate-wrap label.rate4:after,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate1:after,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate2:after,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate3:after,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate4:after,
.form-stars-rate input.rate5:checked ~ .rate-wrap label.rate5:after {
  opacity: 1;
}

.form-inputs-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: -15px -10px 15px 0;
}

.form-inputs-row.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-form.view-inline .form-inputs-row {
  margin-bottom: 24px;
}

.form-inputs-row .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 15px 10px 0 0;
}

.form-inputs-row .el.wid50 {
  width: 50%;
}

.form-inputs-row .el.wid33 {
  width: 33.333333%;
}

.form-inputs-row .el.wid66 {
  width: 66.666666%;
}

.form-inputs-row .el.wid16 {
  width: 16.666666%;
}

.form-inputs-row .el.wid-time {
  width: 185px;
}

.form-inputs-row .el.wid-time-rest {
  width: calc(100% - 185px);
}

.form-inputs-row .el.wid50:first-child .input-err.full-width {
  margin-right: calc(-100% - 10px);
}

.form-inputs-row .el.wid50:first-child .input-err.full-width:after {
  left: calc((100% - 10px) / 4);
}

.form-inputs-row .el.wid50:last-child .input-err.full-width {
  margin-left: calc(-100% - 10px);
}

.form-inputs-row .el.wid50:last-child .input-err.full-width:after {
  left: calc((100% - 10px) * 0.75 + 5px);
}

.form-inputs-row .el.wid33:first-child .input-err.full-width {
  margin-right: calc(-200% - 20px);
}

.form-inputs-row .el.wid33:first-child .input-err.full-width:after {
  left: calc((100% - 20px) / 6);
}

.form-inputs-row .el.wid33:nth-child(2) .input-err.full-width {
  margin-right: calc(-100% - 10px);
  margin-left: calc(-100% - 10px);
}

.form-inputs-row .el.wid33:nth-child(2) .input-err.full-width:after {
  left: calc((100% - 20px) / 2);
}

.form-inputs-row .el.wid33:nth-child(3) .input-err.full-width {
  margin-left: calc(-200% - 20px);
}

.form-inputs-row .el.wid33:nth-child(3) .input-err.full-width:after {
  left: calc((100% - 20px) * 0.8333 + 10px);
}

.form-inputs-row .el button {
  margin-bottom: 5px;
}

.form-inputs-row .el .btn-code {
  margin-top: 10px;
}

.form-sub-info {
  font-size: 11px;
  line-height: 15px;
  color: #999999;
}

.form-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px 0 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #333232;
}

.section-add-feedback {
  text-transform: uppercase;
}

.form-submit .link-reset {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 12px;
  line-height: 20px;
  margin-right: 30px;
  margin-left: auto;
}

.form-submit .link-reset > * {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
}

.form-submit .link-reset > *:hover {
  color: #c85b58;
}

.main-form-bg .form-submit {
  margin-top: 25px;
}

.main-form.view-inline .main-form-bg .form-submit {
  width: 115px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.main-form.view-inline .main-form-bg .form-submit .btn {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.form-submit .text {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 20px 0 0;
}

.form-submit .btn {
  min-width: 180px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}

.form-submit .btn.btn-left {
  margin-left: 0;
}

.form-submit.center {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.form-submit.center .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
}

.form-submit.center .text {
  max-width: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 20px 0 -15px 0;
}

.form-submit.center .text:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-agree-checks {
  max-width: 407px;
  font-size: 11px;
}

.form-agree-checks .check {
  margin: 10px 0 0 0;
}

.form-agree-checks .check:first-child {
  margin-top: 0;
}

.form-agree-checks .check input:not(:checked) ~ span {
  color: #a6a6a6;
}

.form-agree-checks .check a {
  color: #e28181;
}

.form-agree-checks .check a:hover {
  color: #e32127;
}

.form-agree-checks .check input:checked ~ span a {
  color: #e32127;
}

.form-agree-checks .check input:checked ~ span a:hover {
  color: #c85b58;
}

.mfp-modal-main .mfp-container {
  padding: 0 50px !important;
}

.modal {
  position: relative;
  width: 100%;
  margin: 97px auto;
  box-shadow: 0 9px 38px rgba(0, 0, 0, 0.78);
}

.modal .mfp-close {
  position: absolute;
  right: auto;
  left: 50%;
  top: -52px !important;
  bottom: auto !important;
  cursor: pointer;
  border: 0;
  text-align: left;
  color: #fff !important;
  opacity: 1;
  font: normal 12px/16px "Gotham Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding: 5px;
  transform: translate3d(-50%, 0, 0) !important;
  width: auto;
  height: auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (pointer: fine) {
  .modal .mfp-close:hover {
    opacity: 0.7;
  }
}

.modal .mfp-close span {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
  background: url(/s/img/cross-white.svg) no-repeat 50% 50%;
  background-size: contain;
}

.modal .content-wrap {
  overflow: hidden;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  padding: 45px 20px 50px 20px;
  border-radius: 10px;
}

.modal-form {
  max-width: 780px;
}

.modal-form-small {
  max-width: 530px;
}

.modal .main-form-bg {
  background: none;
  padding: 0;
}

.modal .form-submit {
  margin-top: 40px;
}

.modal .form-submit.center {
  margin-top: 30px;
}

.path {
  border-bottom: 1px solid #e5e5e5;
  margin: -40px 0 40px 0;
  font-size: 11px;
  line-height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 13px 0 11px 0;
}

.path > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0 7px 0 0;
  position: relative;
}

.path a,
.path .toggle {
  color: inherit;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.path .grey {
  color: #808080;
}

.path a:hover,
.path .toggle:hover {
  color: #c85b58;
}

.path .toggle {
  position: relative;
  cursor: pointer;
}

.path .path-el.open .toggle {
  z-index: 120;
}

.path-arr {
  color: #eb2f2f;
}

.path-popup {
  position: absolute;
  left: 0;
  right: 0;
  width: 400%;
  max-width: 50vw;
  z-index: 110;
  margin: -28px -40px 0 -40px;
  padding: 40px 0 0 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  transform-origin: 0 40px;
  transform: scale(1, 0);
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.path-el.open .path-popup {
  transform: scale(1);
  transition-duration: 0.2s;
}

.path-popup:before {
  content: '';
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e6e6;
}

.path-popup .nano {
  max-height: 60vh !important;
}

.path-popup .ind {
  padding: 8px 0 13px 0;
}

.path-popup .link {
  display: block;
  line-height: 15px;
  color: #eb2f2f;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 7px 40px 8px 40px;
}

.path-popup .link:hover {
  color: #eb2f2f;
  background-color: #fff0f0;
}

.path-popup .link:after {
  content: '';
  display: none;
  vertical-align: middle;
  background: url(/s/img/check-dark.svg);
  width: 12px;
  height: 9px;
  background-size: contain;
  margin: 0 -28px 0 14px;
  position: relative;
  top: -1px;
}

.path-popup .link.active {
  cursor: default;
  color: #000;
  background-color: transparent;
}

.path-popup .link.active:after {
  display: inline-block;
}

.top-links {
  margin: -40px 0 40px 0;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 0 0 0;
  position: relative;
  overflow: hidden;
}

.top-links .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #e6e6e6;
  border-top-width: 0;
  background: #f5f5f5;
  border-radius: 0 0 10px 10px;
}

.top-links .bg .corner {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to right, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
  border-left: 1px solid #e6e6e6;
  border-radius: 0 0 0 10px;
  border-right-width: 0;
  margin: -1px;
}

.top-links .bg .corner.l {
  left: 0;
}

.top-links .bg .corner.r {
  right: 0;
  transform: scale(-1, 1);
}

.top-links .bg .corner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(230, 230, 230, 1) 0%, rgba(230, 230, 230, 0) 100%);
}

.top-links .hold-swiper {
  top: 1px;
  position: relative;
  text-align: center;
  overflow: hidden !important;
}

.top-links .swiper-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto !important;
}

.top-links .swiper-slide {
  width: auto;
  position: relative;
  margin: 0;
  padding: 0;
}

.top-links .swiper-slide:first-child {
  padding-left: 43px !important;
}

.top-links .swiper-slide:last-child {
  padding-right: 43px !important;
}

.top-links .bg .corner {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to right, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
  border-left: 1px solid #e6e6e6;
  border-radius: 0 0 0 10px;
  border-right-width: 0;
  margin: -1px;
}

.top-links .bg .corner.l {
  left: 0;
}

.top-links .bg .corner.r {
  right: 0;
  transform: scale(-1, 1);
}

.top-links .bg .corner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(230, 230, 230, 1) 0%, rgba(230, 230, 230, 0) 100%);
}

.top-links .hold-swiper {
  top: 1px;
  position: relative;
  text-align: center;
  overflow: hidden !important;
}

.top-links .swiper-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto !important;
}

.top-links .swiper-slide {
  width: auto;
  position: relative;
  margin: 0;
  padding: 0;
}

.top-links .swiper-slide:first-child {
  padding-left: 43px !important;
}

.top-links .swiper-slide:last-child {
  padding-right: 43px !important;
}

.top-links .swiper-slide:before {
  content: '|';
  position: absolute;
  top: 15px;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  color: #b2b2b2;
}

.top-links .swiper-slide:first-child:before {
  display: none;
}

.top-links .link {
  white-space: nowrap;
  display: block;
  color: #808080;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  padding: 5px 24px 10px 24px;
  margin: 0 -4px;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 2;
}

.top-links a.link:hover {
  color: #c85b58;
}

.top-links .active .link {
  background: #fff;
  font-weight: bold;
  color: #000;
}

.top-links .link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: 1px -2px;
  background: #eb2f2f;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(0);
}

.top-links .active .link:after {
  transform: scale(1);
}

.side-links .el {
  margin: 0 0 23px 0;
}

.side-links-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #333232;
  position: relative;
  margin: 0 0 17px 0;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.side-links-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/s/img/rarr-red.svg) no-repeat 50% 50%;
  width: 6px;
  height: 12px;
  background-size: contain;
  margin: -6px 10px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: none;
}

.side-links .el.open .side-links-title:after {
  transform: rotate(180deg);
}

.side-links-title .small-text {
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  color: #eb2f2f;
  margin-left: auto;
  display: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  max-width: 50%;
}

.side-links-title .num {
  color: #bfbfbf;
  display: none;
}

.side-links ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #808080;
}

.side-links li {
  margin: 10px 0 0 0;
  padding: 0 0 0 12px;
}

.side-links li:first-child {
  margin-top: 0;
}

.side-links a,
.side-links .link {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: inherit;
  display: inline;
}

.side-links .link:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #808080;
}

.side-links a:hover,
.side-links .link:hover {
  color: #c85b58;
}

.side-links li.active,
.side-links .link.active {
  color: #000;
  font-weight: bold;
}

.side-links .link.active {
  cursor: default;
}

.side-links li.active:before,
.side-links .link.active:before {
  color: #eb2f2f;
}

.section-items-day {
  margin: 0 0 42px 0;
  border-radius: 10px;
  background: #f5f5f5;
  padding: 28px 20px 13px 20px;
  position: relative;
  overflow: hidden;
}

.section-items-day.open {
  padding-bottom: 0;
}

.section-items-day .top-text {
  color: #808080;
  letter-spacing: -0.02em;
  padding-right: 60px;
}

.section-items-day .main-title-small {
  margin: 0 0 5px 0;
}

.section-items-day .swiper-arr {
  background-color: transparent;
  border: 2px solid #000;
  opacity: 0.7;
  background-image: url(/s/img/slider-arr-dark.svg);
  top: 27px;
  right: 20px;
  margin-top: 0;
  bottom: auto;
}

.section-items-day .swiper-arr.swiper-button-disabled {
  opacity: 0.2;
}

.section-items-day .hold-swiper {
  position: static;
}

.section-items-day .folded {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: scale(0);
}

.section-items-day.open .folded {
  overflow: visible;
  height: auto;
  opacity: 1;
  transform: none;
  padding: 14px 0 15px 0;
}

.section-items-day .folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.section-items-day.open .folded > * {
  opacity: 1;
}

.section-items-day .toggle-show {
  text-align: right;
  font-size: 11px;
  line-height: 15px;
  position: relative;
}

.section-items-day.open .toggle-show {
  top: 10px;
}

.section-items-day .toggle-show > * {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #808080;
  display: inline-block;
  vertical-align: top;
  margin-top: -17.5px;
}

.section-items-day .toggle-show > *:hover {
  color: #c85b58;
}

.section-items-day .toggle-show .for-close {
  display: none;
}

.section-items-day.open .toggle-show .for-close {
  display: inline;
}

.section-items-day.open .toggle-show .for-open {
  display: none;
}

.section-items-day .swiper-container {
  overflow: visible !important;
}

.slider-items-day .swiper-slide {
  width: 25%;
}

.item-mini-vert {
  display: block;
  color: inherit;
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}

.item-mini-vert .photo {
  border: 1px solid #e6e6e6;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.item-mini-vert .photo:before {
  content: '';
  display: block;
  overflow: hidden;
  padding-top: 100%;
}

.item-mini-vert .photo .photo-in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 9px;
}

.item-mini-vert .photo .photo-in img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.item-mini-vert a.photo:hover .photo-in img,
a.item-mini-vert:hover .photo .photo-in img {
  transform: scale(1.2);
  transition-duration: 2s;
}

.item-mini-vert .text {
  padding: 14px 0 0 6px;
}

.item-mini-vert .name {
  font-weight: bold;
  margin: 0 0 5px 0;
  letter-spacing: -0.025em;
}

.item-mini-vert .name a {
  color: inherit;
}

.item-mini-vert .name a:hover {
  color: #c85b58;
}

.item-mini-vert .descr {
  font-size: 11px;
  color: #808080;
}

.item-mini-vert .price {
  margin: 6px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.025em;
}

.item-mini-vert .btn {
  margin: 10px 0 0 0;
}

.bonus-tag {
  background-color: #0094fe;
  background-image: linear-gradient(#0078ec, #009ade);
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  color: #fff !important;
  min-width: 60px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin: -6px 14px;
  padding: 0 14px;
  border-radius: 6px;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px dashed #5ebdff;
  box-shadow: 0 3px 10px 0 rgba(50,50,50,0.5);
}

.bonus-tag.prime {
  background-color: #9933ff;
  background-image: linear-gradient(#660099, #9933ff);
  border: 1px dashed #ae5dff;
}

.bonus-tag .txt {
  font-weight: 200;
  font-size: 10px;
  text-align: center;
}

.bonus-tag .sum {
  font-weight: 500;
  font-size: 18px;
}

.bonus-tag .rub {
  font-weight: 100;
  font-size: 14px;
}

.cover-label {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  letter-spacing: normal;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0 0 7px 0;
  white-space: normal;
  width: 48px;
  height: 53px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -6px 14px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cover-label-red {
  background-image: url(/s/img/label-red.svg);
}

.cover-label-big {
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  margin: 1px 0 0 0;
}

.cover-label strong {
  font-weight: bold;
}

.cover-circle {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 9px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cover-circle + .cover-circle {
  left: 35px;
}

.cover-circle + .cover-circle + .cover-circle {
  left: 70px;
}

.cover-circle img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.cover-circle-green {
  background-color: #00a651;
}

.cover-circle-red {
  background-color: #eb2f2f;
}

.table-items {
  margin-bottom: 1px;
}

.table-item {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 0 0 -1px 0;
  position: relative;
  padding: 24px 0 17px 100px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.01em;
  display: block;
}

.table-item .photo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px 0 0 0;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.table-item .photo:before,
.table-item .photo:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: none;
}

.table-item .photo.many:before,
.table-item .photo.many:after {
  display: block;
}

.table-item .photo:before {
  margin: -1px -6px;
}

.table-item .photo:after {
  margin: -3px;
}

.table-item .photo > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.table-item .photo > * img {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.table-item a.photo:hover > * img {
  transform: scale(1.2);
  transition-duration: 2s;
}

.table-item-head {
  margin: 0 0 -2px 0;
  max-width: 210px;
}

.table-item .name {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.01em;
  min-height: 30px;
  margin: 0 0 5px 0;
}

.table-item .name a {
  color: inherit;
}

.table-item .name a:hover {
  color: #c85b58;
}

.table-item .descr {
  color: #808080;
}

.table-item-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0 0;
  position: relative;
  min-height: 20px;
}

.table-item-buttons {
  display: -ms-flexbox;
  display: flex;
  min-width: 64px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.table-item-row .info {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px 0 0;
}

.table-item-row .num {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 23.5%;
  color: #808080;
  min-width: 110px;
}

.table-item-row .num .input-num {
  margin-right: 5px;
}

.table-item-row .price {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32%;
  font-size: 12px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  position: relative;
}

.table-item-row .price:last-child {
  width: 22%;
  min-width: 150px;
  margin-left: 11%;
}

.table-item-row .addit {
  width: 65.6%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  font-size: 11px;
}

.table-item-row .price:last-child .addit {
  width: 51%;
}

.table-item-row .mini-link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
}

.mini-link-wrap {
  min-width: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mini-link {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}

.mini-link:before,
.mini-link:after,
.mini-link > *:before,
.mini-link > *:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mini-link:after,
.mini-link > *:after {
  opacity: 0;
}

.mini-link:hover:before,
.mini-link:hover > *:before {
  opacity: 0;
}

.mini-link:hover:after,
.mini-link:hover > *:after {
  opacity: 1;
}

.mini-link > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  z-index: 2;
}

.mini-link.active > * {
  opacity: 1;
}

.mini-link.active:before,
.mini-link.active:after {
  opacity: 0 !important;
}

.link-cart-remove:before {
  background-image: url(/s/img/delete-grey.svg);
}

.link-cart-remove:after {
  background-image: url(/s/img/delete-hover.svg);
}

.link-bookmark:before {
  background-image: url(/s/img/heart-empty-grey.svg);
}

.link-bookmark:after {
  background-image: url(/s/img/heart-empty-hover.svg);
}

.link-bookmark > *:before {
  background-image: url(/s/img/heart-red.svg);
}

.link-bookmark > *:after {
  background-image: url(/s/img/heart-hover.svg);
}

.link-cart:before {
  background-image: url(/s/img/cart-empty-grey.svg);
}

.link-cart:after {
  background-image: url(/s/img/cart-empty-hover.svg);
}

.link-cart > *:before {
  background-image: url(/s/img/cart-red.svg);
}

.link-cart > *:after {
  background-image: url(/s/img/cart-hover.svg);
}

.link-bell:before {
  background-image: url(/s/img/bell-empty-grey.svg);
}

.link-bell:after {
  background-image: url(/s/img/bell-empty-hover.svg);
}

.link-bell > *:before {
  background-image: url(/s/img/bell-red.svg);
}

.link-bell > *:after {
  background-image: url(/s/img/bell-hover.svg);
}

.link-delete:before {
  background-image: url(/s/img/delete-grey.svg);
}

.link-delete:after {
  background-image: url(/s/img/delete-hover.svg);
}

.link-settings:before {
  background-image: url(/s/img/settings-grey.svg);
}

.link-settings:after {
  background-image: url(/s/img/settings-hover.svg);
}

.link-chain:before {
  background-image: url(/s/img/link-grey.svg);
}

.link-chain:after {
  background-image: url(/s/img/link-hover.svg);
}

.input-num {
  position: relative;
  width: 80px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-num input {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 0;
  height: 20px;
  min-height: 0;
  border-radius: 20px;
  border: 1px solid #c6c6c6;
  color: #929292;
}

.input-num input::-moz-selection {
  background-color: transparent;
}

.input-num input::selection {
  background-color: transparent;
}

.input-num .plus,
.input-num .minus {
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.input-num .plus.disabled,
.input-num .minus.disabled {
  opacity: 0.5;
}

.input-num .plus {
  right: 0;
}

.input-num .minus {
  left: 0;
}

.input-num .plus:before,
.input-num .plus:after,
.input-num .minus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #999999;
  width: 8px;
  height: 2px;
  margin: -1px -4px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.input-num .plus:after {
  transform: rotate(-90deg);
}

.input-num .plus:not(.disabled):hover:before,
.input-num .plus:not(.disabled):hover:after,
.input-num .minus:not(.disabled):hover:before {
  background-color: #c85b58;
}

.avail {
  font-size: 11px;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 19px;
}

.avail:before {
  content: '';
  position: absolute;
  top: 44%;
  left: 0;
  width: 12px;
  height: 12px;
  margin: -6px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.avail.green:before {
  background-image: url(/s/img/check-circle-green.svg);
}

.avail.red:before {
  background-image: url(/s/img/out-circle-red.svg);
}

.cart-total-go {
  border-radius: 0 0 10px 10px;
  background: #f5f5f5;
  padding: 28px 20px 12px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 40px 0;
}

.cart-bonus {
  border-radius: 0;
  background: #f5f5f5;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 20px 12px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}

.cart-bonus .tag {
  background-color: #9933ff;
  background-image: linear-gradient(#660099, #9933ff);
  color: #fff !important;
  line-height: 30px;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  width: 100px;
  display: inline-block;
}

.cart-bonus .tag-explain {
  margin-left: 20px;
  white-space: nowrap;
}

.cart-bonus .item {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 14px;
  -ms-flex-align: center;
  align-items: center;
}

.cart-bonus .item .desc {
  width: 60%;
  margin-right: 30px;
}

.cart-bonus .item .value .num {
  font-size: 16px;
  font-weight: bold;
}

.cart-bonus .item .desc .form-agree-checks {
  font-size: 14px;
}

.cart-bonus .item .desc .form-agree-checks .checkbox {
  width: 14px;
  height: 14px;
}

.cart-bonus .item .input input {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  max-width: 80px;
  height: 36px;
}

.cart-total-go .text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 16px 0;
  padding: 0 10px;
  max-width: 100%;
}

.cart-total-go .text .t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

.cart-total-go .text .t > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 5px;
}

.cart-total-go .btn {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px 16px 10px;
}

.cart-total-go .small {
  font-size: 11px;
}

.cart-total-go .big {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0 0 0;
}

.cart-total-go .rind {
  margin-right: 0.3em;
}

.cart-total-go .note {
  font-size: 11px;
  color: #808080;
  font-weight: 200;
}

.docs {
  position: relative;
  text-align: left;
  line-height: 15px;
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
}

.docs .toggle {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
  z-index: 81;
  position: relative;
}

.docs .toggle:hover {
  color: #c85b58;
}

.docs .popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  margin: -15px -21px 0 -21px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  z-index: 80;
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: calc(100% - 21px) 40px;
  transform: scale(1, 0);
  padding: 40px 0 0 0;
}

.docs.open .popup {
  transform: scale(1);
  transition-duration: 0.2s;
}

.docs .popup:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  height: 1px;
  background: #e6e6e6;
}

.docs .popup .ind {
  padding: 11px 0 22px 0;
}

.docs-el {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 21px 8px 19px;
}

.docs-el .r {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  margin-left: auto;
  padding-left: 10px;
}

.main-table {
  font-size: 11px;
  line-height: 15px;
  overflow: hidden;
  overflow-x: auto;
}

.main-table-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
}

.main-table table {
  min-width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: 0;
}

.main-table th {
  background: #f5f5f5;
  border: 0;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  font-size: 12px;
  padding: 12px 20px;
}

.main-table th:first-child {
  border-left-width: 0;
}

.main-table td {
  text-align: left;
  vertical-align: top;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 20px;
}

.main-table tr:hover td {
  background-color: #f5f5f5;
}

.main-table td:first-child {
  border-left: 10px solid #fff;
  padding-left: 10px;
}

.main-table td:last-child {
  border-right: 10px solid #fff;
  padding-right: 10px;
}

.main-table a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.main-table a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -5px;
  z-index: 2;
}

.main-table a.dark:hover {
  text-decoration: underline;
  color: #000;
}

.main-table a.cover-link {
  position: static;
  z-index: auto;
}

.main-table a.cover-link::-moz-selection {
  background: none;
}

.main-table a.cover-link::selection {
  background: none;
}

.main-table a.cover-link:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  height: 100%;
  margin-top: -12px;
}

.sort-link {
  text-decoration: none !important;
  display: block !important;
  position: relative;
  z-index: auto !important;
  margin: -12px -20px;
  padding: 12px 40px 12px 20px;
  color: #000;
  white-space: nowrap;
}

.sort-link:before,
.sort-link:after {
  content: '';
  position: absolute;
  top: 50% !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  width: 7px;
  height: 12px;
  margin: -6px 20px !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sort-link:before {
  opacity: 0.3;
  background-image: url(/s/img/sort-unactive-dark.svg);
}

.sort-link:after {
  opacity: 0;
  background-image: url(/s/img/sort-active-dark.svg);
}

.sort-link.active:before {
  opacity: 0;
}

.sort-link.active:after {
  opacity: 1;
}

.sort-link.down:after {
  transform: none;
}

.sort-link.up:after {
  transform: scale(1, -1);
}

.info-container {
  margin: 25px 0 30px 0;
}

.info-container.payment {
  margin: 30px 0 30px 0;
}

.info-container.mt0 {
  margin: 0 0 30px 0;
}

.info-block {
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 13px 20px 12px 50px;
}

.info-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 11px 20px;
  width: 16px;
  height: 16px;
  background: url(/s/img/warning-grey.svg) no-repeat 50% 50%;
  background-size: contain;
}

.info-switch {
  margin: 25px 0 0 0;
  font-size: 15px;
  line-height: 150%;
  position: relative;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
  gap: 20px;
}

.info-switch.nm {
  margin: 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}

.info-delivery {
  margin: 0 0 15px 0;
  background: #ffffff;
  font-size: 15px;
  line-height: 150%;
  position: relative;
  border-radius: 10px;
  padding: 17px 23px 17px 90px;
  border: 1px solid #e6e6e6;
}

.info-delivery:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 23px;
  width: 40px;
  height: 40px;
  background: url(/s/img/delivery-truck.svg) no-repeat 50% 50%;
  background-size: contain;
}

.info-delivery.weight:before {
  height: 50px;
  top: 23px;
  background: url(/s/img/heavy-weight.svg) no-repeat 50% 50%;
}

.info-delivery.no-route:before {
  top: 23px;
  background: url(/s/img/delivery-unknown.svg) no-repeat 50% 50%;
}

.info-container.payment .info-block {
  font-size: 16px;
  line-height: 22px;
}

.grid-payments {
  margin: 0 0 1px 0;
}

.grid-payments .el {
  margin: 0 0 -1px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}

.article-wide {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.article-wide .photo {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 28.2%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin: 0 20px 0 0;
}

.article-wide .photo:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.article-wide .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(-50%, -50%, 0);
}

.article-wide a.photo:hover img,
a.article-wide:hover .photo img {
  transform: translate3d(-50%, -50%, 0) scale(1.2);
  transition-duration: 2s;
}

.article-wide .text {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-wide p {
  margin-top: 0;
}

.article-wide .name {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #000;
  margin: 0 0 8px 0;
}

.article-wide .name a {
  color: inherit;
}

.article-wide .name a:hover {
  color: #c85b58;
}

.article-wide .descr {
  margin-bottom: 13px;
}

.article-wide .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 5px;
  min-width: 115px;
}

.folded-max {
  margin: 0 0 10px 0;
}

.folded-max .toggle-show {
  margin: 10px 0;
  display: none;
}

.folded-max.closed .toggle-show {
  display: block;
}

.folded-max p {
  margin-top: 0;
}

.folded-max p:last-child {
  margin-bottom: 0;
}

.folded-max .toggle-show > * {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
}

.folded-max .toggle-show > *:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/s/img/darr-red.svg) no-repeat 50% 50%;
  width: 8px;
  height: 5px;
  background-size: contain;
  margin: 0 0 0 5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.folded-max .toggle-show > *:hover {
  color: #c85b58;
}

.folded-max .toggle-show .for-close {
  display: none;
}

.folded-max.open .toggle-show .for-close {
  display: inline;
}

.folded-max.open .toggle-show .for-open {
  display: none;
}

.folded-max .folded {
  overflow: hidden;
}

.form-profile .jur-folded {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.form-profile .jur-folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.form-profile input.profile-check-jur:checked ~ .jur-folded {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.form-profile input.profile-check-jur:checked ~ .jur-folded > * {
  opacity: 1;
}

.form-profile .check-jur {
  font-size: 11px;
  margin: -15px 0 0 10px;
  position: relative;
  top: 45px;
  max-width: calc(100% - 200px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-profile input.profile-check-jur:checked ~ .check-jur {
  margin-bottom: 60px;
}

.form-profile .check-jur .check * {
  color: #000;
}

.form-profile .check-jur .check .checkbox {
  border-color: #000;
}

.results-text {
  margin: 21px 0;
  color: #333232;
  letter-spacing: -0.01em;
}

.results-others {
  margin: 21px 0 28px 0;
  padding: 0;
  color: #333232;
  letter-spacing: -0.01em;
}

.results-others li:before {
  display: none;
}

.results-others li {
  margin: 10px -5px 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.results-others li > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 5px 0 0;
}

.results-others .link {
  display: inline;
}

.section-catalog {
  position: relative;
  margin-top: -25px;
  margin-bottom: 100px;
}

.main-title-mini + .section-catalog {
  margin-top: 0;
}

.grid-catalog {
  margin: 0 0 1px 0;
}

.grid-catalog .el {
  margin: 0 0 -1px 0;
  border-top: 1px solid #e5e5e5;
  border-top-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}

.catalog-empty-result {
  font-size: 14px;
  margin-top: 100px;
  text-align: center;
}

.main-title-mini + .section-catalog .grid-catalog .el {
  border-top-color: #e5e5e5;
}

.nav-link-top {
  z-index: 100;
  position: fixed;
  top: 45px;
  right: 53%;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 9px 19px;
  text-align: center;
  min-width: 200px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  border-radius: 20px;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear, visibility 0.5s;
}

.nav-link-top.active {
  opacity: 1;
  visibility: visible;
}

.nav-link-top:hover {
  color: #000;
  border-color: #c85b58;
}

.nav-link-top:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/s/img/arrow-up-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 7px;
  height: 12px;
  margin: 0 0 0 12px;
  position: relative;
  top: -1px;
}

.nav-link-top .ind {
  margin-left: 6px;
}

.common-pagination__wrap {
  display: -ms-flexbox;
  display: flex;
}

.pagination__wrap {
  transform: translateX(50%);
  margin-right: 130px;
  width: 500px;
  z-index: 100;
  position: fixed;
  bottom: 25px;
  right: 50%;
  display: -ms-flexbox;
  display: flex;
}

.pagination__wrap.bottom {
  position: absolute;
  margin-right: 0;
  bottom: -100px;
}

.pagination {
  border: 1px solid #e6e6e6;
  background: #fff;
  height: 40px;
  text-align: center;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2px 0 12px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #808080;
  margin: 0 auto;
}

.pagination:before,
.pagination:after {
  content: '';
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px;
}

.pagination > * {
  padding: 5px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pagination a {
  color: inherit;
}

.pagination a:hover {
  color: #c85b58;
}

.pagination input {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border: 2px solid #e6e6e6;
  text-align: center;
  padding: 3px 0;
  width: 22px;
  border-radius: 5px;
  height: 25px;
  min-height: 0;
}

.pagination .refresh {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 10px;
}

.pagination .refresh:before,
.pagination .refresh:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -6px;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: url(/s/img/recycle-dark.png) no-repeat 50% 50%;
  background-size: auto 16px;
  margin-left: -12px;
}

.pagination .refresh.spin {
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.pagination .refresh:after {
  background-image: url(/s/img/recycle-hover.png);
  opacity: 0;
}

.pagination .refresh:hover:before {
  opacity: 0;
}

.pagination .refresh:hover:after {
  opacity: 1;
}

.pagination .refresh.disabled {
  opacity: 0.3;
}

.pagination .refresh.disabled:hover {
  opacity: 1;
}

.item-wide-top {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.out-of-stock {
  opacity: 0.4;
}

.item-wide .photo {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin: 0 20px 0 0;
}

.view-simple .item-wide .photo {
  width: 28.2%;
}

.item-wide .photo:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.item-wide .photo .cover-label {
  margin: -4px 19px;
}

.item-wide .photo .bonus-tag {
  margin: -4px 10px;
  padding: 0 8px;
  height: 40px;
}

.item-wide .photo .bonus-tag .txt {
  line-height: 16px;
}

.item-wide .photo-in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 9px;
  overflow: hidden;
}

.item-wide .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(-50%, -50%, 0);
}

.item-wide a.photo:hover img,
a.article-wide:hover .photo img {
  transform: translate3d(-50%, -50%, 0) scale(1.2);
  transition-duration: 2s;
}

.item-wide .text {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-wide p {
  margin-top: 0;
}

.item-wide .name {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #000;
  margin: 0 0 12px 0;
}

.item-wide .name a {
  color: inherit;
}

.item-wide .name a:hover {
  color: #c85b58;
}

.item-wide .descr {
  margin-bottom: 19px;
  height: 77px;
  overflow: hidden;
}

.item-wide .info-list {
  margin-bottom: 14px;
}

.item-wide .avail {
  margin-bottom: 14px;
}

.item-wide-labels {
  margin: 0 0 35px 0;
}

.item-wide .buy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 5px;
}

.item-wide .buy .price {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 140px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #eb2f2f;
  position: relative;
  top: 6px;
}

.item-wide .buy .price .old {
  position: absolute;
  left: 0;
  top: -22px;
  font-weight: normal;
  color: #999999;
}

.item-wide .buy .price .old:before,
.prices-table.prices-table_retail .prices-table__price .old:before,
.item-buy .price .old:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  right: 0;
  width: calc(100% + 4px);
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-7deg);
}

.item-wide .buy .price .big {
  font-size: 18px;
}

.item-wide .buy .price .addit {
  font-size: 11px;
  line-height: 15px;
  margin: 1px 0 0 0;
  font-weight: normal;
}

.item-wide .buy .price .avail {
  position: absolute;
  bottom: 10px;
  left: 140px;
  transform: translate3d(0, 50%, 0);
  white-space: nowrap;
  margin: 0;
  display: none;
}

.item-wide .buy .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: -7px;
}

.item-wide .buy .btns > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 7px;
}

.item-wide .buy .btns .btn {
  min-width: 115px;
}

.item-wide .buy .btns .num {
  display: -ms-flexbox;
  display: flex;
}

.item-wide .buy .btns .input-num {
  margin-right: 5px;
}

.item-wide .buy .btns .hidden {
  display: none;
}

.item-wide .toggle-table {
  position: relative;
  z-index: 2;
}

.item-wide .toggle-table .btn {
  padding-left: 22px;
  padding-right: 22px;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.item-wide .toggle-table .btn-pic:before,
.item-wide .toggle-table .btn-pic:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.item-wide .toggle-table .btn-pic:before {
  background-image: url(/s/img/table-white.svg);
}

.item-wide .toggle-table .btn-pic:after {
  background-image: url(/s/img/table-dark.svg);
  opacity: 0;
}

.item-wide.open .toggle-table .btn-pic:before {
  opacity: 0;
}

.item-wide.open .toggle-table .btn-pic:after {
  opacity: 1;
}

.item-wide.open .toggle-table .btn {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  transform: translate3d(0, 11px, 0);
}

.item-wide .toggle-table:before {
  content: '';
  position: absolute;
  bottom: 0;
  border: 1px solid #e6e6e6;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
  left: 0;
  right: 0;
  height: 46px;
  z-index: 1;
  margin: -16px 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.item-wide.open .toggle-table:before {
  opacity: 1;
}

.info-list {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0 !important;
  color: #808080;
}

.info-list li:before {
  display: none;
}

.info-list li {
  margin: 8px 0 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

.info-list li:first-child {
  margin-top: 0;
}

.info-list li .l {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 10px 0 0;
  min-width: 140px;
}

.info-list a {
  color: inherit;
  text-decoration: underline;
}

.info-list a:hover {
  color: #c85b58;
}

.item-wide-folded {
  height: 0;
  overflow: hidden;
}

.item-wide.open .item-wide-folded {
  height: auto;
  overflow: visible;
}

.item-wide .item-wide-folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.item-wide.open .item-wide-folded > * {
  opacity: 1;
}

.item-wide-table {
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  position: relative;
}

.item-wide-table .toggle-close,
.item-table .toggle-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 12px;
  color: #eb2f2f;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  transform-origin: calc(100% - 8px) 50%;
  margin: 10px 0;
  z-index: 2;
}

.item-wide-table .toggle-close:hover,
.item-table .toggle-close:hover {
  color: #c85b58;
}

.item-wide-table .toggle-close:after,
.item-table .toggle-close:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/s/img/close-red.svg) no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
}

.item-table .toggle-close {
  margin-right: 55px;
}

.item-table .toggle-close:after {
  margin: 0;
}

.prices-table {
  overflow: hidden;
  overflow-x: auto;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}

.prices-table-wrap {
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
  padding: 23px 0 25px 0;
}

.prices-table table {
  border-collapse: collapse;
  min-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.prices-table th {
  text-align: left;
  vertical-align: bottom;
  font-weight: bold;
  padding: 7px 5px 12px 5px;
}

.prices-table td {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 7px 5px;
  text-align: left;
  vertical-align: middle;
  position: relative;
}

.prices-table tr:hover td {
  background-color: #f6f6f6;
}

.prices-table th:first-child,
.prices-table td:first-child {
  padding-left: 30px;
}

.prices-table th:last-child,
.prices-table td:last-child {
  padding-right: 25px;
}

.prices-table .small {
  font-size: 11px;
}

.prices-table .center {
  text-align: center;
}

.prices-table .w12 {
  width: 12px;
}

.prices-table.prices-table_retail .prices-table__controls {
  min-width: 170px;
  width: 20%;
}

.prices-table.prices-table_retail .prices-table__price {
  min-width: 150px;
  width: 20%;
}

.prices-table.prices-table_retail .prices-table__price .old {
  position: absolute;
  right: 20px;
  top: -2px;
  font-weight: normal;
  font-size: 11px;
  color: #aaaaaa;
}

.prices-table.prices-table_retail .prices-table__price .bonus {
  position: absolute;
  right: 20px;
  top: -2px;
  background-color: #9933ff;
  background-image: linear-gradient(#660099, #9933ff);
  color: #ffffff;
  border-radius: 3px;
  font-weight: 200;
  font-size: 10px;
  padding: 0 6px;
  min-width: 40px;
  text-align: center;
}

.prices-table .input-num {
  margin: -3px auto;
  width: 85px;
}

.prices-table .input-num input {
  background-color: transparent;
  border-color: transparent;
  font-weight: normal;
  color: #000;
  font-size: 11px;
  padding: 3px 0;
}

.prices-table .input-num .plus,
.prices-table .input-num .minus {
  background-color: transparent;
  border-color: transparent;
}

.prices-table .input-num .plus:before,
.prices-table .input-num .plus:after,
.prices-table .input-num .minus:before {
  background-color: #000;
  width: 8px;
  height: 1px;
  margin: -0.5px -4px;
}

.prices-table .btn {
  min-width: 85px;
  margin: -3px 0;
}

.share {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0;
  position: relative;
  text-align: left;
  line-height: 15px;
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
}

.share .btn {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  text-align: center;
  z-index: 79;
}

.share .btn .btn-pic {
  margin-left: 0;
  margin-right: 0;
}

.share .close {
  width: 57px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/s/img/close-red.svg) no-repeat 50% 50%;
  background-size: auto 16px;
  cursor: pointer;
}

.share .t {
  color: #eb2f2f;
  padding: 12px 57px 12px 25px;
  border-bottom: 1px solid #e6e6e6;
}

.share .popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 182px;
  margin: -10px -14px 0 -25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  z-index: 80;
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: calc(100% - 29px) 40px;
  transform: scale(1, 0);
}

.share.open .popup {
  transform: scale(1);
  transition-duration: 0.2s;
}

.share .popup .ind {
  padding: 7px 0 14px 0;
}

.share .link {
  display: block;
  position: relative;
  padding: 7px 57px 8px 25px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #000;
}

.share .link:hover {
  background-color: #fff0f0;
}

.share .pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14px;
  height: 16px;
  margin: -8px -7px;
  position: absolute;
  top: 50%;
  right: 28px;
}

.share .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  filter: grayscale(100%);
  opacity: 0.5;
}

.share a:hover .pic img {
  filter: grayscale(0%);
  opacity: 1;
}

.item-card-head .main-title {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-card-sep {
  height: 1px;
  margin: 80px 0 0 0;
  background: #e5e5e5;
}

.item-card-body {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}

.item-card-l {
  -ms-flex-order: 1;
  order: 1;
  width: 40.677%;
  margin-right: auto;
}

.item-photos {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.item-photos .swiper-arr {
  bottom: 24px;
  right: 24px;
  margin-bottom: 0;
}

.item-photos .swiper-container {
  overflow: hidden !important;
  border-radius: 10px;
}

.item-card-photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.item-card-photo:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.item-card-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  transform: translate3d(-50%, -50%, 0);
}

.item-card-info {
  -ms-flex-order: 2;
  order: 2;
  width: 59.323%;
  margin-left: auto;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.item-card-info ul,
.item-card-info ol {
  padding-left: 35px;
}

.item-card-info li {
  margin: 0;
}

.item-card-info ol > li {
  margin: 10px 0;
}

.item-card-info .avail {
  margin: -5px 0 10px 0;
}

.item-card-info .info-list {
  margin: 0 0 12px 0;
}

.item-card-info .info-list li {
  margin-top: 10px;
}

.item-card-info .info-list li:first-child {
  margin-top: 0;
}

.item-info-folded {
  position: absolute;
  transform: scale(0);
  height: 0;
  overflow: hidden;
}

.item-card-info.open .item-info-folded {
  position: static;
  transform: none;
  height: auto;
  overflow: visible;
}

.item-card-info .description {
  max-height: 136px;
  overflow: hidden;
  margin-bottom: 30px;
}

.item-card-info.open .description {
  max-height: none;
}

.item-info-folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.item-card-info.open .item-info-folded > * {
  opacity: 1;
}

.item-card-info .toggle-more {
  text-align: right;
}

.item-card-info .toggle-more > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  color: #eb2f2f;
}

.item-card-info .toggle-more > *:hover {
  color: #c85b58;
}

.item-card-info .toggle-more > *:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 6px;
  background: url(/s/img/darr-red.svg) no-repeat 50% 50%;
  width: 8px;
  height: 5px;
  background-size: contain;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.item-card-info.open .toggle-more > *:after {
  transform: rotate(180deg);
}

.item-card-info .toggle-more .for-open {
  display: none;
}

.item-card-info.open .toggle-more .for-open {
  display: inline;
}

.item-card-info.open .toggle-more .for-close {
  display: none;
}

.item-card-info .item-buy .input-num {
  margin-right: 10px;
}

.item-card-info .item-buy .num {
  display: -ms-flexbox;
  display: flex;
}

.item-card-info .item-buy .num.hidden {
  display: none;
}

.item-card-info .hr {
  height: 1px;
  margin: 10px 0;
  background: #e5e5e5;
}

.item-card-info .hr {
  height: 1px;
  margin: 10px 0;
  background: #e5e5e5;
}

.item-card-info .videos {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 25px;
  margin: 25px 0;
}

.item-card-info .videos .item {
  width: 240px;
  height: 135px;
  position: relative;
  cursor: pointer;
}

.item-card-info .videos .item img {
  width: 240px;
  height: 135px;
}

.item-card-info .videos .item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}

#video-cover {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 1020;
  background-color: rgba( 0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  gap: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}

#video-cover .close {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  gap: 0 25px;
  cursor: pointer;
}

#video-cover .close img {
  width: 20px;
  height: 20px;
}

#video-cover #videoMedia {
  width: 100%;
  max-width: calc(100% - 60px);
  object-fit: cover;
  background-color: #000000;
  border: 1px solid #909090;
  aspect-ratio: 16 / 9;
}

.item-info-labels {
  margin: 30px 0 0 0;
}

.info-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -5px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-labels > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px;
  max-width: calc(100% - 10px);
}

.info-label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 190px;
  text-decoration: none;
}

.info-label-bg {
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-radius: 5px 0 0 5px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  padding: 5px 10px 6px 5px;
  position: relative;
}

.info-label-bg:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: -3px;
  background: #fff;
  z-index: 1;
}

.info-label-corner {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin: 0 -1px;
  overflow: hidden;
  width: 12px;
}

.info-label-corner:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
}

.info-label.bg-green .info-label-bg,
.info-label.bg-green .info-label-corner:before {
  background: #00a651;
  border-color: #00a651;
  color: #fff !important;
}

.info-label.bg-red .info-label-bg,
.info-label.bg-red .info-label-corner:before {
  background: #eb2f2f;
  border-color: #eb2f2f;
  color: #fff !important;
}

.info-label.bg-lightred .info-label-bg,
.info-label.bg-lightred .info-label-corner:before {
  background: #fff0f0;
  border-color: #fff0f0;
  color: #000 !important;
}

.info-label.bg-lightred {
  min-width: 380px;
}

.info-label.bg-lightred .info-label-bg {
  padding-left: 23px;
  padding-right: 23px;
}

.info-label.bg-border-green .info-label-bg,
.info-label.bg-border-green .info-label-corner:before {
  background: #fff;
  border-color: #00a651;
  color: #00a651 !important;
}

.info-label.bg-border-green .info-label-bg:after {
  border: 2px solid #00a651;
}

.info-label.bg-borderdot-green .info-label-bg,
.info-label.bg-borderdot-green .info-label-corner:before {
  background: #fff;
  border-color: #00a651;
  color: #00a651 !important;
  border-style: dotted;
}

.info-label.bg-borderdot-green .info-label-bg {
  padding-right: 0;
}

.info-label.bg-borderdot-green .info-label-bg:after {
  display: none;
}

.info-label .pic {
  width: 17px;
  height: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8.5px 2px;
}

.info-label .pic img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.info-label .detail {
  margin-left: 25px;
  white-space: nowrap;
}

.item-buy {
  margin: 30px 0 0 0;
  border-radius: 10px;
  background: #f5f5f5;
  padding: 18px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-buy .price {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  padding: 10px 20px;
  max-width: 100%;
  color: #000;
  margin-bottom: -9px;
}

.item-buy .price .big {
  font-size: 24px;
}

.item-buy .price .addit {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 2px 0;
}

.item-buy .price .old {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #aaaaaa;
}

.item-buy .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 20px;
  margin: -10px;
}

.item-buy .btns > * {
  margin: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-buy .btns .btn {
  min-width: 150px;
  padding-left: 22px;
  padding-right: 22px;
}

.item-buy .toggle-table .btn {
  font-size: 12px;
}

.item-buy .toggle-table {
  position: relative;
  z-index: 2;
}

.item-buy .toggle-table .btn {
  padding-left: 22px;
  padding-right: 22px;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.item-buy .toggle-table .btn-pic:before,
.item-buy .toggle-table .btn-pic:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.item-buy .toggle-table .btn-pic:before {
  background-image: url(/s/img/table-white.svg);
}

.item-buy .toggle-table .btn-pic:after {
  background-image: url(/s/img/table-dark.svg);
  opacity: 0;
}

.item-buy .toggle-table .btn-pic:before {
  opacity: 0;
}

.item-buy .toggle-table .btn-pic:after {
  opacity: 1;
}

.item-buy .toggle-table .btn {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  transform: translate3d(0, 17px, 0);
  cursor: default;
}

.item-buy .toggle-table:before {
  content: '';
  position: absolute;
  bottom: 0;
  border: 1px solid #e6e6e6;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
  left: 0;
  right: 0;
  height: 56px;
  z-index: 1;
  margin: -19px 0;
}

.item-table {
  margin: -10px 0 0 0;
  position: relative;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 10px;
}

.item-table .toggle-close {
  display: none;
}

.modal-item {
  max-width: 1240px;
  background-color: #fff;
  padding: 0 !important;
}

.modal-item-ind {
  padding: 40px 30px;
}

.modal-item .section-items-full {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.modal-item .section-items-full .swiper-container {
  overflow: visible !important;
}

.modal-item .section-items-full.bg-grey {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.sort-sep {
  margin: 0 11px;
}

.sort-el {
  position: relative;
  text-align: left;
  line-height: 15px;
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sort-el.open {
  z-index: 82;
}

.sort-toggle,
.sort-toggle-filters {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
  z-index: 81;
  position: relative;
}

.sort-toggle-filters {
  display: none;
}

.sort-toggle:hover,
.sort-toggle-filters:hover {
  color: #c85b58;
}

.sort-toggle .pic,
.sort-toggle-filters .pic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 6px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sort-toggle .pic-arr,
.sort-toggle-filters .pic-arr {
  background-image: url(/s/img/darr-red.svg);
  width: 8px;
  height: 5px;
}

.sort-el.open .sort-toggle .pic-arr {
  transform: rotate(180deg);
}

.sort-toggle .pic-sort,
.sort-toggle-filters .pic-sort {
  background-image: url(/s/img/volume-red.svg);
  width: 13px;
  height: 9px;
}

.sort-toggle .pic-settings,
.sort-toggle-filters .pic-settings {
  background-image: url(/s/img/settings2-white.svg);
  width: 16px;
  height: 14px;
}

.sort-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 162px;
  margin: -15px -32px 0 -23px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  z-index: 80;
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: calc(100% - 21px) 40px;
  transform: scale(1, 0);
  padding: 40px 0 0 0;
}

.sort-el.open .sort-popup {
  transform: scale(1);
  transition-duration: 0.2s;
}

.sort-el:last-child .sort-popup {
  width: 182px;
  left: auto;
  right: 0;
  text-align: right;
}

.sort-popup:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  height: 1px;
  background: #e6e6e6;
}

.sort-popup .ind {
  padding: 8px 0 13px 0;
}

.sort-popup .link {
  display: block;
  position: relative;
  padding: 7px 47px 8px 23px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
  color: #eb2f2f;
}

.sort-el:last-child .sort-popup .link {
  padding-right: 57px;
}

.sort-popup .link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/s/img/check-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 12px;
  height: 9px;
  margin: -4px 28px;
  display: none;
}

.sort-el:last-child .sort-popup .link:after {
  margin-right: 32px;
}

.sort-popup .link:hover {
  color: #eb2f2f;
  background-color: #fff0f0;
}

.sort-popup .link.active {
  cursor: default;
  color: #000;
  background-color: transparent;
}

.sort-popup .link.active:after {
  display: block;
}

.category-head {
  position: relative;
}

.sort-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.sort-wrapper .sort-indent {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sort-wrapper .sort {
  margin-bottom: -23px;
}

.section-err {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.005em;
  margin: 0 0 45px 0;
}

.section-err .main-title {
  margin-bottom: 5px;
}

.stars {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 95px;
  height: 18px;
  position: relative;
  background: url(/s/img/stars.svg) no-repeat;
  background-size: auto 200%;
}

.stars > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(/s/img/stars.svg) no-repeat 0 100%;
  background-size: auto 200%;
}

.stars.grey,
.stars.grey > * {
  background-image: url(/s/img/stars-grey.svg);
}

.section-articles-main {
  margin: 0 0 10px 0;
}

.grid-articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -14px -10px;
}

.grid-articles .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.333333%;
  padding: 14px 10px;
}

.grid-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -10px;
}

.grid-videos .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.333333%;
  padding: 15px 10px;
}

.main-side-l .grid-articles .el,
.main-side-l .grid-videos .el {
  width: 50%;
}

.article-preview {
  display: block;
  color: #808080;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.015em;
}

.article-preview .photo {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.article-preview .photo:before {
  content: '';
  display: block;
  padding-top: 57.894%;
}

.article-preview .photo > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.article-preview a.photo:hover > *,
a.article-preview:hover .photo > * {
  transform: scale(1.2);
  transition-duration: 2s;
}

.article-preview .text {
  padding: 19px 7px 0 10px;
}

.article-preview .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.005em;
  margin: 0 -5px 10px -5px;
}

.article-preview .top > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 5px 5px 5px;
  max-width: 100%;
}

.article-preview .rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.article-preview .rating .stars {
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.article-preview .category a {
  color: inherit;
}

.article-preview .category a:hover {
  color: #c85b58;
}

.article-preview .name {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  margin: 0 0 5px 0;
}

.article-preview .name a {
  color: inherit;
}

.article-preview .name a:hover {
  color: #c85b58;
}

.article-preview .price {
  color: #000;
  margin: 5px 0 0 0;
}

.article-preview .btn {
  margin: 14px 0 0 0;
}

.article-head {
  margin-top: -10px;
}

.article-head .main-title {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.article-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}

.article-main-image {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin: 0 0 30px 0;
  width: 100%;
}

.article-main-image img,
.article-main-image picture {
  width: 100%;
  height: auto;
  border-radius: 11px;
}

.article-info {
  -ms-flex-order: 2;
  order: 2;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  width: 180px;
  margin: 0 0 -5px 0;
}

.article-info > * {
  margin: 0 0 5px 0;
}

.article-info a {
  color: inherit;
}

.article-info a:hover {
  color: #c85b58;
}

.article-text {
  /*justify-content: space-between;*/
  /*align-items:center;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-ms-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
  -ms-flex-order: 3;
  order: 3;
  /*-ms-flex: 0 0 auto;*/
  /*flex: 0 0 auto;*/
  width: 100%;
  margin: 0 0 0 auto;
  max-width: 980px;
  color: #333232;
  line-height: 25px;
}

.article-text > * {
  width: 70%;
  display: inline-block;
}

.article-text > .right-column {
  width: 29%;
  float: right;
}

.article-text p {
  margin: 0;
}

.article-text p:first-child {
  margin-top: 0;
}

.article-text h1,
.article-text .h1,
.article-text h2,
.article-text .h2,
.article-text h3,
.article-text .h3 {
  font-weight: 500;
}

.article-text h2,
.article-text .h2 {
  font-size: 20px;
  line-height: 25px;
}

.article-text h3,
.article-text .h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 3px 0 2px 0;
}

.article-text h1:first-child,
.article-text .h1:first-child,
.article-text h2:first-child,
.article-text .h2:first-child,
.article-text h3:first-child,
.article-text .h3:first-child {
  font-weight: 500;
}

.article-text li {
  padding-left: 35px;
  margin: 0;
}

.article-text ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counters(li, ".");
}

.article-text .author {
  text-align: right;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.article-text .video {
  position: relative;
  margin: 20px 0;
}

.article-text .article-video-frame {
  display: block;
  margin: 0 auto 0 auto;
  border: 0;
  width: 560px;
  height: 315px;
}

.article-additional {
  -ms-flex-order: 4;
  order: 4;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 180px;
  float: right;
}

.article-additional-mob {
  display: none;
  visibility: hidden;
}

.link-offer {
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  color: #333232 !important;
  white-space: normal;
  border-radius: 10px;
  padding: 15px;
  background: #f5f5f5;
}

.link-offer .photo {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.link-offer .photo:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.link-offer .photo > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.link-offer a.photo:hover > *,
a.link-offer:hover .photo > * {
  transform: scale(1.2);
  transition-duration: 2s;
}

.link-offer .text {
  padding: 17px 5px 5px 5px;
}

.link-offer .name {
  font-weight: bold;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0 0 5px 0;
}

.link-offer .name a {
  color: inherit;
}

.link-offer .name a:hover,
a.link-offer:hover .name {
  color: #c85b58;
}

.link-offer .link {
  padding: 9px 0 0 0;
  font-size: 11px;
  line-height: 15px;
}

.link-offer .link > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
}

a.link-offer:hover .link > * {
  color: #c85b58;
}

.section-brands-main {
  margin: 0 0 50px 0;
}

.section-repair {
  margin: 0 auto 50px auto;
  max-width: 580px;
  font-size: 12px;
  line-height: 25px;
}

.grid-brands,
.grid-repair {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -10px -13px -10px;
}

.grid-brands .el,
.grid-repair .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 12px 10px 13px 10px;
  width: 16.666666%;
}

.grid-repair .el {
  width: 50%;
}

.section-repair .imgBig {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 25px 0 25px 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.section-repair .form-link {
  margin-top: 30px;
  text-align: center;
}

.section-repair .main-form textarea {
  resize: vertical;
  overflow: hidden;
  height: 250px;
}

.section-video-main {
  padding: 0 0 30px 0;
  margin: 0 0 45px 0;
  border-bottom: 1px solid #e5e5e5;
}

.section-video-main:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.section-video-main .player-place {
  font-size: 15px;
}

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
}

.tabs-scroll {
  margin: 0 -25px -1px -25px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.tabs-in {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  padding: 0 25px 1px 25px;
}

.tabs .link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #999999;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  padding: 9px 0;
  margin: 0 29px 0 0;
}

.tabs .link:last-child {
  margin-right: 0 !important;
}

.tabs .link:hover {
  color: #c85b58;
}

.tabs .link.active {
  color: #000;
  cursor: default;
  font-weight: 500;
}

.tabs .link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -1px 0;
  height: 2px;
  background: #000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.tabs .link.active:after {
  opacity: 1;
}

.folded-tab {
  height: 0;
  overflow: hidden;
}

.folded-tab > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.folded-tab.visible {
  height: auto;
  overflow: visible;
}

.folded-tab.visible > * {
  opacity: 1;
}

.video-card-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 27px auto;
  max-width: 980px;
  padding: 0 0 0 100px;
}

.main-side-l .video-card-grid {
  max-width: 780px;
  padding-left: 200px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-card-head {
  width: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-order: 1;
  order: 1;
}

.video-card-buy {
  margin-left: auto;
  width: 180px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-order: 3;
  order: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-card-buy .price {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 24px 0;
  -ms-flex-order: 1;
  order: 1;
}

.video-card-buy .price .big {
  font-weight: bold;
  font-size: 24px;
}

.video-card-buy .btn {
  max-width: 150px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -ms-flex-order: 2;
  order: 2;
}

.video-card-buy .info {
  font-size: 11px;
  line-height: 15px;
  color: #808080;
  margin: 15px 0 0 0;
  max-width: 150px;
  -ms-flex-order: 3;
  order: 3;
}

.main-side-l .video-card-buy {
  margin: 15px 0 0 0;
  width: 100% !important;
  display: block;
}

.main-side-l .video-card-buy:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.main-side-l .video-card-buy .price {
  float: left;
  margin: 0 20px 2px 0;
}

.main-side-l .video-card-buy .btn {
  float: right;
  width: 160px;
  margin: 0 0 15px 0;
}

.main-side-l .video-card-buy .info {
  float: left;
  width: 110px;
  margin: 0 10px 15px 0;
  line-height: 10px;
  padding: 2px 0 0 0;
}

.video-card-top {
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 16px 0;
}

.video-card-text {
  -ms-flex-order: 4;
  order: 4;
}

.video-card-top,
.video-card-text {
  width: calc(100% - 200px);
  max-width: 580px;
  margin-right: auto;
}

.main-side-l .video-card-top,
.main-side-l .video-card-text {
  width: 100%;
}

.video-card-top .player-place {
  font-size: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.video-card-top .text {
  border-radius: 0 0 10px 10px;
  background: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 20px;
  padding: 16px 18px 14px 18px;
}

.video-card-top .date {
  margin-top: 5px;
  color: #808080;
}

.video-card-top .l {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.video-card-top .r {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  margin: 0 0 0 20px;
}

.video-card-top .info {
  color: #808080;
  font-size: 11px;
  line-height: 15px;
  margin: 10px 0 0 0;
}

.video-card-top .toggle-add-review {
  color: #808080;
  font-size: 11px;
  line-height: 15px;
  margin: 5px 0 0 0;
}

.video-card-top .toggle-add-review > * {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
}

.video-card-top .toggle-add-review > *:hover {
  color: #c85b58;
}

.video-card-text {
  color: #333232;
  font-size: 12px;
  line-height: 25px;
}

.video-card-text p:first-child,
.video-card-text ol:first-child,
.video-card-text ul:first-child {
  margin-top: 0;
}

.video-card-bookmarks .toggle-add-bookmark {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
  display: inline;
}

.video-card-bookmarks .main-title-mini .toggle-add-bookmark:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/s/img/add-bookmark-red.svg) no-repeat 50% 50%;
  width: 15px;
  height: 16px;
  margin: -3px 0 -3px 10px;
  background-size: contain;
}

.video-card-bookmarks .toggle-add-bookmark:hover {
  color: #c85b58;
}

.grid-comments .el {
  margin: 0 0 30px 0;
}

.comment {
  position: relative;
  border-radius: 10px 10px 10px 0;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 25px;
  color: #000;
  padding: 28px 33px 30px 33px;
}

.comment.has-answer {
  padding-bottom: 60px;
}

.comment:before,
.comment:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  margin: 0 -1px;
  border-width: 0 0 26px 30px;
}

.comment:before {
  border-color: transparent #e6e6e6;
}

.comment:after {
  border-color: transparent #fff;
  margin: -2px 0;
}

.comment .info {
  margin: 0 0 10px 0;
  letter-spacing: -0.005em;
}

.comment .stars {
  margin: -6px 0 18px 0;
}

.comment.answer {
  background: #f5f5f5;
  margin: -35px 0 0 80px;
  border-radius: 10px 0 10px 10px;
  padding-bottom: 25px;
  margin-bottom: -10px;
}

.comment.answer:before,
.comment.answer:after {
  display: none;
}

.comment.answer .info {
  color: #eb2f2f;
}

.video-card-review-form,
.video-card-bookmark-form {
  height: 0;
  overflow: hidden;
}

.video-card-review-form > *,
.video-card-bookmark-form > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.show-review-form .video-card-review-form,
.show-bookmark-form .video-card-bookmark-form {
  height: auto;
  overflow: visible;
  margin: 10px 0 15px 0;
}

.show-review-form .video-card-review-form > *,
.show-bookmark-form .video-card-bookmark-form > * {
  opacity: 1;
}

.video-card-text .main-title-mini {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 0;
  margin: -5px 0 20px 0;
  font-weight: 500;
}

.video-card-grid .main-form-bg {
  padding-top: 45px;
  padding-bottom: 50px;
}

.video-card-grid .main-form-bg .main-title {
  margin-bottom: 30px;
}

.video-card-grid .main-form-bg .form-submit {
  margin-top: 40px;
  padding: 0 10px;
}

.video-card-grid .main-form-bg .form-submit .btn {
  margin-left: 0;
}

.bookmark {
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  color: #333232;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 7px 10px 8px 10px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bookmark:hover {
  background: #f5f5f5;
  color: #000;
}

.bookmark .time {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 72px;
  color: #eb2f2f;
}

.bookmark .text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.bookmark:hover .text {
  font-weight: 500;
}

.bookmark .text a,
.bookmark .text a:hover {
  color: inherit;
}

.bookmark .text a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bookmark .mini-link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 1px 0 0 10px;
}

.article-center {
  font-size: 12px;
  line-height: 25px;
  color: #333232;
  margin: 0 auto 50px auto;
  max-width: 580px;
}

.article-center h2,
.article-center h3 {
  font-weight: 500;
  color: inherit;
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 10px 0;
}

.article-center h2:first-child,
.article-center h3:first-child {
  margin-top: 0;
}

.article-center p,
.article-center ol,
.article-center ul {
  margin-top: 0;
}

.article-center li {
  padding-left: 37px;
  margin-bottom: 10px;
  margin-top: 0;
}

.article-center ul > li {
  margin: 0;
}

.article-center ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counters(li, ".");
}

.article-center .photo {
  border-radius: 10px;
  position: relative;
  border: 1px solid #e6e6e6;
  margin: 0 0 15px 0;
  height: 390px;
}

.article-center .photo:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.article-center .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate3d(-50%, -50%, 0);
}

.article-center .photo.for-logo img {
  max-width: 73.5%;
  max-height: 73.5%;
}

.article-center .sect {
  border-bottom: 1px solid #e5e5e5;
  color: #808080;
  margin: -5px 0 5px 0;
}

.article-center .sect .sect-title {
  position: relative;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 14px 25px 15px 37px;
  color: #333232;
  cursor: pointer;
}

.article-center .sect.open .sect-title:hover {
  color: #c85b58;
}

.article-center .sect.open .sect-title {
  font-weight: bold;
  color: #000;
}

.article-center .sect .sect-title .num {
  position: absolute;
  left: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: bold;
  color: #bfbfbf;
}

.article-center .sect.open .sect-title .num {
  color: #eb2f2f;
}

.article-center .sect .sect-title .cross {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: -7px 5px;
}

.article-center .sect.open .sect-title .cross {
  transform: rotate(-45deg);
}

.article-center .sect .sect-title .cross:before,
.article-center .sect .sect-title .cross:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 14px;
  transform: translate3d(-50%, -50%, 0);
  background: #cbcbcb;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.article-center .sect .sect-title:hover .cross:before,
.article-center .sect .sect-title:hover .cross:after {
  background-color: #c85b58;
}

.article-center .sect .sect-title .cross:after {
  width: 2px;
  height: 14px;
}

.article-center .sect.open .sect-title .cross:before,
.article-center .sect.open .sect-title .cross:after {
  background-color: #eb2f2f;
  transform: translate3d(-50%, -50%, 0) scale(1.285);
}

.article-center .sect .folded {
  height: 0;
  overflow: hidden;
}

.article-center .sect .folded > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.article-center .sect.open .folded {
  height: auto;
  overflow: visible;
}

.article-center .sect.open .folded > * {
  opacity: 1;
}

.article-center .sect .ind {
  padding: 0 0 20px 37px;
}

.text-table {
  margin: -2px 0 20px 0;
}

.text-table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #333232;
}

.text-table th,
.text-table td {
  border: 0;
  text-align: left;
  vertical-align: top;
  padding: 5px 10px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.text-table tr:not(.subtitle):hover td {
  background-color: #f5f5f5;
}

.text-table .center {
  text-align: center;
}

.text-table .right {
  text-align: right;
}

.text-table th {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}

.text-table .subtitle td {
  font-weight: bold;
  padding-top: 15px;
}

.text-table .subtitle:first-child td {
  padding-top: 20px;
}

.text-table .price {
  position: relative;
}

.text-table .price .text-to-hide,
.text-table .price .text-to-show {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.text-table .price .text-to-show {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  opacity: 0;
}

.text-table tr:hover .price .text-to-hide {
  opacity: 0;
}

.text-table tr:hover .price .text-to-show {
  opacity: 1;
}

.text-table .price a {
  display: inline-block;
  vertical-align: top;
}

.text-table .name {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

.text-table tr:hover .name {
  font-weight: 500;
  color: #000;
}

.tippy-tooltip {
  color: #808080;
  font: normal 11px/15px "Gotham Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background: #fff;
  padding: 0 4px;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  box-shadow: 0px 7px 14px 0px #71a78a;
}

.tippy-tooltip.tippy-tooltip_error {
  border: 1px solid #db5941;
  color: #db362e;
  font-weight: bold;
}

.static-page {
  max-width: 580px;
  font-size: 12px;
  line-height: 25px;
  color: #333232;
  margin: 0 auto 10px auto;
}

.static-page .h2 {
  margin: 0 0 24px 0;
  text-align: center;
}

.static-page .h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 60px 0 30px 0;
}

.static-page .h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin: 40px 0 40px 0;
}

.static-page h2 {
  font-size: 20px;
}

.static-page .fs18 {
  font-size: 18px;
}

.static-page .green {
  color: #1ca50a;
}

.static-page .center {
  text-align: center;
}

.static-page .action {
  padding: 20px 25px;
  margin-bottom: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.static-page .action .title {
  color: #eb2f2f;
  margin-bottom: 10px;
}

.static-page .action .time {
  margin-bottom: 10px;
}

.static-page .action .time span {
  font-weight: bold;
  font-size: 14px;
}

.static-page .action .discount span {
  font-weight: bold;
  font-size: 16px;
}

.about {
  max-width: 580px;
  font-size: 12px;
  line-height: 25px;
  color: #333232;
  margin: 0 auto 10px auto;
}

.about .h2 {
  margin: 0 0 24px 0;
  text-align: center;
}

.about .h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 60px 0 30px 0;
}

.about .image-in-content {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 56px;
}

.about .caption {
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  margin-top: 12px;
  margin-bottom: 5px;
}

.about-stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 23px -17px -7px -17px;
  line-height: 20px;
  color: #807d7d;
  text-align: center;
}

.about-stat .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.333333%;
  padding: 7px 17px;
}

.about-stat .pic {
  position: relative;
  height: 96px;
  margin: 0 0 26px 0;
}

.about-stat .pic img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate3d(-50%, 0, 0);
}

.about-stat .big {
  font-weight: bold;
  font-size: 16px;
  color: #eb2f2f;
  margin: 0 0 10px 0;
}

.about-benefits {
  margin: 40px 0;
}

.about-benefits .el {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 0;
}

.about-benefits .big {
  font: inherit;
  font-weight: bold;
  color: #eb2f2f;
  margin: 0 0 10px 0;
}

.about-benefits .pic {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 5px 40px 0 0;
}

.about-benefits .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.about-benefits .text {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.grid-team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*margin: -17px;*/
}

.grid-team .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.333333%;
  margin-bottom: 30px;
  /*padding: 17px;*/
}

.person-mini {
  text-align: center;
  line-height: 20px;
  color: #807d7d;
}

.person-mini .photo {
  display: block;
  margin: 0 auto 15px auto;
  position: relative;
}

.person-mini .photo img {
  width: 100%;
}

.person-mini a:hover .photo img {
  transform: scale(1.2);
  transition-duration: 2s;
}

.person-mini .name {
  color: #807d7d;
  font-weight: bold;
  margin: 0 0 5px 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.person-mini a:hover .name {
  color: #eb2f2f;
}

.section-faq {
  font-size: 12px;
  line-height: 25px;
  color: #333232;
  max-width: 680px;
  margin: 0 0 15px 0;
}

.section-faq p:first-child,
.section-faq ul:first-child,
.section-faq ol:first-child,
.section-faq li:first-child {
  margin-top: 0;
}

.section-faq p:last-child,
.section-faq ul:last-child,
.section-faq ol:last-child,
.section-faq li:last-child {
  margin-bottom: 0;
}

.qu {
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  color: #333232;
  letter-spacing: -0.013em;
}

.qu:first-child {
  border-top-width: 0;
}

.qu-head {
  position: relative;
  letter-spacing: -0.003em;
}

.qu-head .mini-link {
  position: absolute;
  top: 20px;
  right: 44px;
}

.qu-head .toggle {
  cursor: pointer;
  position: relative;
  padding: 14px 100px 15px 37px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.qu-head .toggle:hover {
  color: #c85b58;
}

.qu.open .qu-head .toggle {
  font-weight: bold;
  color: #000;
}

.qu-head .toggle .num {
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #bfbfbf;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.qu.open .qu-head .toggle .num {
  color: #eb2f2f;
}

.qu-head .toggle .cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 19px 5px;
}

.qu.open .qu-head .toggle .cross {
  transform: rotate(-45deg);
}

.qu-head .toggle .cross:before,
.qu-head .toggle .cross:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 14px;
  transform: translate3d(-50%, -50%, 0);
  background: #cbcbcb;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.qu-head .toggle:hover .cross:before,
.qu-head .toggle:hover .cross:after {
  background-color: #c85b58;
}

.qu-head .toggle .cross:after {
  width: 2px;
  height: 14px;
}

.qu.open .qu-head .toggle .cross:before,
.qu.open .qu-head .toggle .cross:after {
  background-color: #eb2f2f;
  transform: translate3d(-50%, -50%, 0) scale(1.285);
}

.qu .in {
  height: 0;
  overflow: hidden;
}

.qu .in > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.qu.open .in {
  height: auto;
  overflow: visible;
}

.qu.open .in > * {
  opacity: 1;
}

.qu .ind {
  padding: 0 0 30px 63px;
  margin: 0 0 0 37px;
  position: relative;
  color: #808080;
}

.qu .ind .out {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
}

.section-ask {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 42px 35px 21px 35px;
  line-height: 25px;
  color: #333232;
  max-width: 680px;
  margin: 0 0 15px 0;
}

.section-ask.done .main-title .h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 16px;
  margin: 0 0 0 15px;
  background: url(/s/img/check-green.svg) no-repeat 50% 50%;
  background-size: contain;
}

.section-ask .main-form {
  margin: 24px 0;
}

.section-ask .more {
  text-align: right;
  margin: 12px 0 30px 0;
}

.section-ask .more .btn {
  min-width: 150px;
}

.section-feedback {
  margin: 0 auto 75px auto;
  position: relative;
}

.section-feedback .section-text {
  max-width: none;
}

.section-feedback .h2 {
  text-align: center;
  margin: 0 0 25px 0;
}

.section-feedback .hold {
  position: relative;
  padding: 0 200px;
}

.section-feedback .link-add {
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
}

.section-feedback .link-add .btn {
  width: 100%;
}

.section-feedback .max {
  margin: 0 auto 0 auto;
  position: relative;
  max-width: 580px;
}

.section-feedback .pagination {
  margin-top: 50px;
}

.feedback-pagination__wrap {
  display: -ms-flexbox;
  display: flex;
}

.section-add-feedback {
  background: #f5f5f5;
  padding: 80px 0;
}

.section-add-feedback:last-child {
  margin-bottom: -80px;
}

.section-add-feedback .container {
  padding-bottom: 20px;
}

.section-add-feedback .main-form {
  margin-bottom: -24px;
}

.section-add-feedback .max {
  margin: 0 auto;
  max-width: 580px;
}

.section-add-feedback .h2 {
  text-align: center;
  margin: 0 0 24px 0;
}

.section-add-feedback .form-submit button {
  text-transform: uppercase;
}

.select-city-mini {
  position: relative;
  text-align: left;
  line-height: 15px;
  font-size: 11px;
  margin: -3px 0;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  font-weight: normal;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.select-city-mini.open {
  z-index: 82;
}

.select-city-mini .toggle {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
  z-index: 81;
  position: relative;
}

.select-city-mini .toggle:hover {
  color: #c85b58;
}

.select-city-mini .toggle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 6px;
  width: 8px;
  height: 5px;
  background: url(/s/img/darr-red.svg) no-repeat 50% 50%;
  background-size: contain;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.select-city-mini.open .toggle:after {
  transform: rotate(180deg);
}

.select-city-mini .popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 298px;
  max-width: 70vw;
  margin: -15px -32px 0 -23px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
  z-index: 80;
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: calc(100% - 21px) 40px;
  transform: scale(1, 0);
  padding: 40px 0 0 0;
  text-align: left;
}

.select-city-mini .popup .nano {
  max-height: 33vh !important;
}

.select-city-mini.open .popup {
  transform: scale(1);
  transition-duration: 0.2s;
}

.select-city-mini .popup:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  height: 1px;
  background: #e6e6e6;
}

.select-city-mini .popup .ind {
  padding: 8px 0 13px 0;
}

.select-city-mini .popup .letter {
  font-weight: bold;
  padding: 7px 37px 8px 13px;
}

.select-city-mini .popup .link {
  display: block;
  position: relative;
  padding: 7px 47px 8px 23px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
  color: #eb2f2f;
}

.select-city-mini .popup .link:after {
  content: '';
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/s/img/check-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 12px;
  height: 9px;
  margin: 0 0 0 10px;
  display: none;
}

.select-city-mini .popup .link:hover {
  color: #eb2f2f;
  background-color: #fff0f0;
}

.select-city-mini .popup .link.active {
  cursor: default;
  color: #000;
  background-color: transparent;
}

.select-city-mini .popup .link.active:after {
  display: inline-block;
}

.contacts-grid {
  margin: 0 0 80px 0;
  position: relative;
  line-height: 25px;
  color: #333232;
}

.contacts-grid p:first-child,
.contacts-grid ol:first-child,
.contacts-grid ul:first-child {
  margin-top: 0;
}

.contacts-grid .main-title {
  margin-bottom: 28px;
}

.contacts-grid li {
  margin: 0;
  padding: 0;
}

.contacts-grid li:before {
  display: none;
}

.contacts-grid:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.contacts-grid .contacts-main,
.contacts-grid .contacts-addresses {
  float: left;
  clear: left;
  width: 76.271186%;
  padding: 0 60px 0 0;
}

.contacts-grid .contacts-main .max,
.contacts-grid .contacts-addresses .max {
  max-width: 680px;
}

.contacts-grid .link-form,
.contacts-grid .contacts-notification,
.contacts-grid .contacts-org {
  float: right;
  clear: right;
  width: 23.728814%;
}

.contacts-grid .h3,
.contacts-grid .main-title-mini .h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.005em;
}

.contacts-grid .h3,
.contacts-grid .main-title-mini {
  margin: 0 0 10px 0;
  position: relative;
  padding: 0;
}

.contacts-grid .main-title-mini {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-grid .link-form {
  margin-bottom: 68px;
  margin-top: 2px;
}

.contacts-grid .link-form .btn {
  width: 100%;
  max-width: 180px;
}

.contacts-grid .contacts-main {
  margin-bottom: 10px;
}

.contacts-grid .main-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.contacts-grid .main-contacts .el {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0 0 37px;
  width: 50%;
  margin: 10px 0;
  position: relative;
}

.contacts-grid .main-contacts .el.full {
  width: 100%;
}

.contacts-grid .main-contacts .pic,
.contacts-grid .main-title-mini .pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4.5px;
  left: 0;
}

.contacts-grid .main-title-mini .pic {
  top: 3px;
}

.contacts-grid .main-contacts .pic img,
.contacts-grid .main-title-mini .pic img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.contacts-grid .main-contacts .big {
  margin: 0 0 10px 0;
}

.contacts-grid .main-contacts .big strong {
  color: #000;
}

.contacts-grid .main-contacts .emails li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}

.contacts-grid .main-contacts .emails li > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 10px 0 0;
  max-width: 100%;
}

.contacts-grid .main-contacts .emails li > *:first-child {
  min-width: 180px;
}

.contacts-grid .main-contacts li {
  margin-top: 10px;
  margin-bottom: 0;
}

.contacts-grid .main-contacts .tel {
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 10px 0;
}

.contacts-grid .contacts-notification {
  margin-bottom: 64px;
  position: relative;
}

.contacts-grid .contacts-notification:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -37px;
  background: url(/s/img/warning-red.svg) no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.contacts-grid .contacts-notification .small,
.contacts-grid .contacts-notification .toggle-hide {
  color: #808080;
  font-size: 11px;
  line-height: 15px;
  margin-top: 16px;
}

.contacts-grid .contacts-notification .toggle-hide {
  margin-top: 5px;
}

.contacts-grid .contacts-notification .toggle-hide > * {
  cursor: pointer;
  display: inline;
  color: #eb2f2f;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contacts-grid .contacts-notification .toggle-hide > *:hover {
  color: #c85b58;
}

.contacts-grid .contacts-notification ul {
  margin: 0;
}

.contacts-grid .addr-wrap {
  margin: 0 0 0 32px;
  border-top: 1px solid #e5e5e5;
  padding: 34px 0 0 0;
}

.contacts-grid .addr-wrap .main-title-mini .pic {
  left: -32px;
}

.city-addresses {
  line-height: 25px;
  margin: 15px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 230px;
}

.city-addresses p:first-child,
.city-addresses ol:first-child,
.city-addresses ul:first-child,
.city-addresses li:first-child {
  margin-top: 0;
}

.city-addresses .city-list-split {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.city-addresses .city-list-split.pvz {
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
}

.city-addresses .list {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41%;
  position: relative;
}

.city-addresses .list .scroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0;
}

.city-addresses .list .nano {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 100% !important;
  min-height: 215px;
}

@media only screen and (min-width: 701px) {
  .city-addresses .list .nano {
    height: 100% !important;
  }
}

.city-addresses .list .nano > .nano-pane {
  margin: 0 !important;
}

.city-addresses .list ul {
  margin: 0;
  padding: 0 10px 0 0;
}

.city-addresses .list li {
  margin: 0 0 5px 0;
  padding: 0 0 0 30px;
}

.city-addresses .list li:before {
  display: none;
}

.city-addresses .list .link {
  display: inline;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  color: #808080;
}

.city-addresses .list .link:hover {
  color: #c85b58;
}

.city-addresses .list .link:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  color: #808080;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.city-addresses .list .link.active:before {
  color: #eb2f2f;
}

.city-addresses .list .link.active {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

.city-addresses:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.city-addresses .card-address {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 59%;
  display: none;
}

.city-addresses .card-address.active {
  display: block;
}

.card-address .main-info ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.card-address .main-info li:before,
.ballon_body li:before,
[class$="-balloon__content"] li:before {
  display: none;
}

.card-address .main-info li,
.ballon_body li,
[class$="-balloon__content"] li {
  padding: 0 0 0 30px;
  margin: 10px 0 0 0;
  position: relative;
}

.card-address .main-info .pic,
.ballon_body .pic,
[class$="-balloon__content"] .pic {
  width: 12px;
  height: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12.5px;
  left: 0;
  margin: -6px 0;
}

.card-address .main-info .pic img,
.ballon_body .pic img,
[class$="-balloon__content"] .pic img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card-address .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 7px -20px 0 30px;
  font-size: 11px;
  line-height: 15px;
}

.card-address .actions > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #eb2f2f;
}

.card-address .actions > *:hover {
  color: #c85b58;
}

.card-address.show-text .actions .toggle-text,
.card-address.show-map .actions .toggle-map,
.card-address.show-text ~ .card-address .actions .toggle-text,
.card-address.show-map ~ .card-address .actions .toggle-map {
  cursor: default;
  font-weight: bold;
  color: #000;
}

.card-address-additional {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% + 32px);
  margin-left: -32px;
}

.card-address-additional .folded-text,
.card-address-additional .folded-map {
  height: 0;
  overflow: hidden;
  color: #808080;
}

.card-address-additional .folded-text > *,
.card-address-additional .folded-map > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.card-address.show-text ~ .card-address-additional .folded-text,
.card-address.show-map ~ .card-address-additional .folded-map {
  height: auto;
}

.card-address.show-text ~ .card-address-additional .folded-text > *,
.card-address.show-map ~ .card-address-additional .folded-map > * {
  opacity: 1;
}

.card-address-additional .toggle-close {
  font-size: 11px;
  line-height: 15px;
  text-align: right;
  margin: 0 0 2px 0;
  padding: 2px 0 0 0;
}

.card-address-additional .toggle-close > * {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline;
  cursor: pointer;
  color: #808080;
}

.card-address-additional .toggle-close > *:hover {
  color: #c85b58;
}

.map-place {
  height: 680px;
  border-radius: 10px;
  max-height: 60vh;
  background: #fafafa;
}

.map-address {
  font: normal 11px/20px "Gotham Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #000;
  text-align: left;
  letter-spacing: normal;
  padding: 0 10px;
}

.map-address-name {
  font: bold 12px/20px "Gotham Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #000;
  margin: 5px 0 5px 0;
  padding: 0 10px;
}

.map-address .line {
  height: 1px;
  margin: 7px 0;
  background: #e5e5e5;
}

.map-address .for-btn {
  text-align: center;
  margin: 15px 0 0 0;
}

.ymaps-2-1-74-balloon {
  border-radius: 10px !important;
  box-shadow: 0 9px 38px rgba(0, 0, 0, 0.41) !important;
  padding: 0 !important;
}

.ymaps-2-1-74-balloon__layout {
  border-radius: 10px;
}

.ymaps-2-1-74-balloon__close-button {
  width: 40px !important;
  opacity: 1 !important;
  background: none !important;
}

.ymaps-2-1-74-balloon__close-button:before,
.ymaps-2-1-74-balloon__close-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/s/img/cross-small-grey.svg) no-repeat 50% 50%;
  background-size: auto 10px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ymaps-2-1-74-balloon__close-button:after {
  background-image: url(/s/img/cross-small-hover.svg);
  opacity: 0;
}

.ymaps-2-1-74-balloon__close-button:hover:before {
  opacity: 0;
}

.ymaps-2-1-74-balloon__close-button:hover:after {
  opacity: 1;
}

.ymaps-2-1-74-balloon__close + .ymaps-2-1-74-balloon__content {
  margin-right: 10px !important;
}

.hidden {
  display: none;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                     supported by Chrome, Opera and Firefox */
}

.floating-tooltip {
  position: absolute;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: white;
  z-index: 2000;
}

.fixed-tooltip {
  position: fixed;
}

.visible-toggle {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s linear, visibility 0.5s;
}

.invisible {
  visibility: hidden;
  opacity: 0;
  transform: scale(0, 0);
}

.modal-form {
  cursor: pointer;
}

.common-page .common-page__menu .item {
  display: inline-block;
  width: 100%;
}

.common-page .common-page__menu .item.sel a {
  color: black;
}

.payment-select hr {
  margin: 20px 0;
  border-top: 1px dashed #6C6C6C;
}

.payment-select__item {
  display: -ms-flexbox;
  display: flex;
}

.payment-select__img {
  min-width: 250px;
  padding: 20px 0 20px 0;
}

.poll-wrap {
  padding-bottom: 50px;
}

.poll-wrap textarea {
  height: 100px;
}

.poll-checkbox-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.poll-checkbox-block .check {
  padding-left: 20px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.poll-checkbox-block .checkbox {
  width: 18px;
  height: 18px;
}

.poll-checkbox-block .checkbox::after {
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
}

.pay-shade {
  position: fixed;
  z-index: 2000;
  background-color: #ffffff;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pay-frame {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

.pay-info {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay-info .text {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 14px;
  line-height: 30px;
}

.pay-info .select {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin: 30px 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pay-info .select img {
  margin: 0 10px;
  cursor: pointer;
}

#floating-banner.down {
  top: calc(100% + 300px);
  transition: all 1s;
}

#floating-banner {
  position: fixed;
  z-index: 200;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: all 1s;
  max-width: 640px;
  width: auto;
  box-shadow: 0 0 5px 1px rgba(255,255,255,1);
}

#floating-banner .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/s/img/cross-white.svg) no-repeat 50% 50%;
  background-size: contain;
}

#floating-banner .close.red {
  background: url(/s/img/cross-red.svg) no-repeat 50% 50%;
}

#floating-banner .close.black {
  background: url(/s/img/cross-black.svg) no-repeat 50% 50%;
}

#floating-banner img {
  max-width: 640px;
  width: 100%;
}
@charset "utf-8";

@media only screen and (max-width: 1100px) {
  .headline-main .logo {
    margin-right: 25px;
  }

  .headline-sub .grid .col.head-search-place.open,
  .head-search-results {
    min-width: 566px;
  }

  .head-search .go,
  .head-search .close {
    transition-delay: 0s;
  }

  .head-search-place.open .head-search .go,
  .head-search-place.open .head-search .close {
    transition-delay: 0.2s;
  }

  .footer .grid {
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer .grid .in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .grid .foot-hold-links {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .footer .grid .foot-hold-links .in {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-sides .link-page-up {
    bottom: 35px;
  }

  .link-page-up.fixed {
    bottom: 135px;
  }

  .show-footer .link-page-up.fixed {
    bottom: 35px;
  }

  .link-page-up,
  .main-sides.view-simple .link-page-up,
  .main-sides.view-simple-side .link-page-up {
    bottom: -95px;
    margin: 0;
  }

  .pagination__wrap {
    bottom: 25px;
  }

  .link-page-up.fixed,
  .main-sides.view-simple .link-page-up.fixed,
  .main-sides.view-simple-side .link-page-up.fixed {
    bottom: 45px;
  }

  .show-footer .link-page-up.fixed,
  .show-footer .main-sides.view-simple .link-page-up.fixed,
  .show-footer .main-sides.view-simple-side .link-page-up.fixed {
    bottom: -75px;
  }

  .main-side-l {
    width: 76.595745%;
  }

  .main-side-r {
    width: 23.404255%;
    border-left-width: 0;
  }

  .side-sticky {
    box-shadow: none;
    padding-left: 0;
  }

  .side-catalog .ind {
    padding-left: 34px;
  }

  .side-filters {
    padding-left: 0;
  }

  .section-items-top.swiper-container {
    overflow: visible!important;
  }

  .grid-categories .el {
    width: 33.333333%;
  }

  .link-video {
    line-height: 15px;
  }

  .link-video .text {
    padding-top: 24px;
  }

  .link-video .name {
    margin-bottom: 10px;
  }

  .link-video .info {
    margin-top: 10px;
  }

  .link-video .btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .slider-videos .player-place {
    font-size: 11px;
  }

  .slider-brands .swiper-slide {
    width: 33.333%;
  }

  .article-mini {
    line-height: 15px;
  }

  .article-mini .text {
    padding-top: 25px;
  }

  .article-mini .name {
    margin-bottom: 10px;
  }

  .article-mini .b {
    margin-top: 10px;
  }

  .two-cols {
    column-count: 1;
  }

  .table-item-row .num {
    width: 21.5%;
  }

  .table-item-row .price {
    width: 30%;
  }

  .table-item-row .addit {
    width: 63.333%;
  }

  .article-wide .photo {
    width: 31.5%;
  }

  .item-wide .photo {
    width: 31.5%;
  }

  .item-wide .descr {
    height: calc(505px - 38vw);
    max-height: 100px;
  }

  .item-card-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-photos,
  .item-card-max {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-card-l {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .item-photos .swiper-arr {
    bottom: auto;
    top: 50%;
    margin: -12.5px -46px;
  }

  .item-photos .swiper-prev {
    left: 0;
    right: auto;
  }

  .item-photos .swiper-next {
    right: 0;
  }

  .item-card-info {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .item-buy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item-buy .btns > * {
    width: 190px;
  }

  .item-buy .btns .btn {
    min-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
  }

  .section-text .hr {
    display: none;
  }

  .article-preview .text {
    padding-right: 0;
  }

  .section-brands-main {
    margin-bottom: 38px;
  }

  .section-video-main {
    margin-bottom: 40px;
  }

  .video-card-grid {
    padding: 0;
    max-width: 780px;
  }

  .main-side-l .video-card-grid {
    padding-left: 80px;
    max-width: 860px;
  }

  .video-card-buy {
    width: 140px;
  }

  .video-card-top,
  .video-card-text {
    width: calc(100% - 160px);
    max-width: 540px;
  }

  .article-center {
    max-width: 580px;
    margin-bottom: 0;
  }

  .about {
    max-width: 460px;
  }

  .static-page {
    max-width: 460px;
  }

  .about .h2 {
    margin-bottom: 18px;
  }

  .about-stat {
    margin-left: -10px;
    margin-right: -10px;
  }

  .about-stat .el {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-benefits .pic {
    margin-right: 20px;
  }

  /*
.grid-team {
	margin-left: -10px;
	margin-right: -10px;
}
.grid-team .el {
	width: 27%;
}
*/

  .section-faq {
    max-width: none;
  }

  .section-ask {
    max-width: 620px;
  }

  .section-feedback {
    max-width: 780px;
  }

  .section-feedback .hold {
    padding-left: 0;
  }

  .contacts-grid .contacts-main,
  .contacts-grid .contacts-addresses {
    width: 76.595745%;
  }

  .contacts-grid .contacts-main .max,
  .contacts-grid .contacts-addresses .max {
    max-width: 620px;
  }

  .contacts-grid .link-form,
  .contacts-grid .contacts-notification,
  .contacts-grid .contacts-org {
    width: 23.404255%;
  }

  .contacts-grid .h3,
  .contacts-grid .main-title-mini .h2 {
    line-height: 20px;
  }

  .contacts-grid .h3,
  .contacts-grid .main-title-mini {
    padding: 2px 0 3px 0;
  }

  .contacts-grid .contacts-notification {
    margin-bottom: 64px;
    position: relative;
    line-height: 20px;
  }

  .contacts-grid .contacts-notification .h3 {
    margin-bottom: 3px;
  }

  .contacts-grid .contacts-notification .small,
  .contacts-grid .contacts-notification .toggle-hide {
    margin-top: 7px;
  }

  .contacts-grid .contacts-notification .toggle-hide {
    margin-top: 7px;
  }

  .contacts-grid .contacts-org .h3 {
    margin-bottom: 0;
  }

  .contacts-grid .contacts-org ul {
    margin: 0;
  }

  .contacts-grid .addr-wrap {
    padding-top: 30px;
  }

  .city-addresses .list {
    width: 35.5%;
  }

  .item-card-info .videos .item {
    width: 480px;
    height: 270px;
  }

  .item-card-info .videos .item img {
    width: 480px;
    height: 270px;
  }

  .item-card-info .videos .item .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
  }
}
@charset "utf-8";

@media only screen and (max-width: 900px) {
  .pagination__wrap:not(.bottom) {
    margin-right: 0;
  }

  .nav-link-top {
    transform: translateX(57%);
  }

  .pagination__wrap.bottom {
    left: 50%;
    transform: translateX(-50%);
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .headline-sub .grid {
    margin-right: -26px;
  }

  .headline-sub .hide-750 {
    display: none!important;
  }

  .headline-sub .grid .col:last-child .head-profile-links .el:last-child {
    padding-right: 20px;
  }

  .footer .container {
    padding-left: 85px;
    padding-right: 85px;
  }

  .footer .grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .grid .foot-hold-links {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .footer .grid .foot-hold-logo {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 2;
    order: 2;
    margin-left: -5px;
  }

  .footer .grid .foot-hold-info {
    -ms-flex-order: 3;
    order: 3;
  }

  .main-sides {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-side-l {
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: none!important;
  }

  .main-side-r {
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
  }

  .link-page-up {
    right: 125px;
    bottom: -95px!important;
    z-index: 1000;
  }

  .link-page-up.fixed {
    bottom: 25px!important;
  }

  .catalog-container .link-page-up.fixed {
    bottom: 45px!important;
  }

  .show-footer .link-page-up.fixed {
    bottom: -55px!important;
  }

  .swiper-container {
    overflow: visible!important;
  }

  .side-sticky {
    margin: 0 0 40px 0!important;
    padding: 0 0 34px 0!important;
    background: none;
    border-bottom: 1px solid #e5e5e5;
    position: static!important;
    top: auto!important;
    bottom: auto!important;
    transform: none!important;
  }

  .side-sticky-footer {
    display: none;
  }

  .side-catalog {
    position: relative;
    z-index: 85;
  }

  .side-catalog .swiper-wrapper {
    width: 100%!important;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px 0 0;
  }

  .side-catalog .swiper-container-initialized .swiper-wrapper {
    margin: 0;
  }

  .side-catalog .swiper-arr {
    display: block;
  }

  .side-catalog .swiper-slide {
    width: 215px;
    padding: 0 15px 0 0;
  }

  .side-catalog .swiper-container-initialized .swiper-slide {
    width: 200px;
    padding: 0;
  }

  .side-catalog .main-title {
    margin-bottom: 25px;
  }

  .side-catalog .el {
    margin: 0;
  }

  .side-catalog .link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px 0 50px;
    border-radius: 10px;
    background: #f5f5f5;
    height: 55px;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
  }

  .side-catalog .el.open .link {
    background-color: #fff;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23), inset 0 -1px 0 #e5e5e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .side-catalog .link .pic {
    left: 15px;
    width: 30px;
    height: 30px;
    margin: -14.5px -2px;
  }

  .side-catalog .link.toggle {
    padding-right: 36px;
  }

  .side-catalog .in ~ .link.toggle:after {
    display: block;
    right: 21px;
  }

  .side-catalog .in {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100vw - 50px);
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.23);
    z-index: 110;
    border-radius: 0 10px 10px 10px;
    transform-origin: 0 0;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1, 0);
  }

  .side-catalog .el.open .in {
    transform: scale(1);
  }

  .side-catalog .ind {
    padding: 22px 30px 36px 30px;
    margin: 0;
  }

  .side-catalog ul {
    column-count: 3;
    column-gap: 20px;
    margin: 0 0 -15px 0;
  }

  .side-catalog li {
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 10px);
  }

  .side-catalog .folded {
    position: static;
    transform: none;
  }

  .side-catalog .folded > * {
    opacity: 1;
  }

  .side-catalog .toggle-more {
    display: none;
  }

  .side-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2020;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    display: none;
  }

  .open-filters {
    overflow: hidden;
  }

  .open-filters .side-filters {
    display: -ms-flexbox;
    display: flex;
  }

  .filters-head {
    display: block;
    margin: 30px 25px 0 25px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .filters-submit {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 25px 30px 25px;
  }

  .filters-content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
  }

  .filters-scroll {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
  }

  .filters-ind {
    padding: 0 25px;
  }

  .filters-el {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .filters-el-categories {
    display: none;
  }

  .filters-title {
    padding: 19px 36px 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .filters-title:after {
    display: block;
    margin-right: 10px;
  }

  .filters-title .r {
    display: block;
  }

  .filters-folded {
    height: 0;
    overflow: hidden;
  }

  .filters-el.open .filters-folded {
    height: auto;
    overflow: visible;
  }

  .filters-folded > * {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
  }

  .filters-el.open .filters-folded > * {
    opacity: 1;
  }

  .filters-folded > .ind {
    padding: 10px 10px 40px 10px;
  }

  .filters-el .nano {
    max-height: none!important;
    overflow: visible!important;
    height: auto!important;
  }

  .filters-el .nano-content {
    position: static!important;
    overflow: visible!important;
    outline: none!important;
  }

  .filters-el .nano > .nano-pane {
    display: none!important;
  }

  .filters-el .check {
    margin-bottom: 25px;
  }

  .filters-el .check:last-child {
    margin-bottom: 0;
  }

  .filters-check-sides {
    padding: 19px 50px 20px 10px;
  }

  .filters-check-sides .for-checked,
  .filters-check-sides .for-unchecked {
    display: none;
  }

  .filters-check-sides .for-mob {
    display: inline;
    font-weight: bold;
    color: #000;
  }

  .filters-check-sides .toggler {
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 20px;
    margin: -10px 10px;
    background: #bfbfbf;
    border-radius: 10px;
  }

  .filters-check-sides .toggler:before {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
  }

  .filters-check-sides input:checked + * .toggler {
    background-color: #eb2f2f;
  }

  .filters-check-sides input:checked + * .toggler:before {
    left: 15px;
  }

  .filters-price-inputs {
    margin-bottom: 23px;
  }

  .filters-price-inputs > * {
    width: calc(50% - 2.5px);
  }

  .filters-price-inputs .label {
    display: block;
  }

  .filters-price-inputs input {
    border-width: 1px;
    font-size: 12px;
    text-align: center;
    padding: 12px 0;
    height: 40px;
  }

  .filters-price-inputs .el:last-child input {
    text-align: center;
  }

  .filters-price-inputs .clear {
    display: block;
  }

  .filters-price-slider {
    margin: 0 0 30px 0;
  }

  .filters-sect-links {
    display: -ms-flexbox;
    display: flex;
  }

  .price-slider-line {
    background-color: #bfbfbf;
  }

  .price-slider-handle {
    border-color: #bfbfbf;
  }

  .filters-toggle-catalog {
    display: none;
  }

  .side-filters-folded,
  .side-catalog-folded {
    height: auto!important;
    opacity: 1!important;
    overflow: visible!important;
  }

  .side-filters-folded > *,
  .side-catalog-folded > * {
    transition: none!important;
    opacity: 1!important;
  }

  .side-catalog-folded .side-catalog .main-title {
    display: -ms-flexbox;
    display: flex;
  }

  .mfp-modal-main .mfp-container {
    padding-left: 25px!important;
    padding-right: 25px!important;
  }

  .side-links {
    margin: -40px 0 40px 0;
  }

  .main-title + * .side-links {
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
  }

  .side-links .el {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .side-links-title {
    font-size: 13px;
    line-height: 15px;
    padding: 22px 37px 22px 10px;
    margin: 0;
    color: #000;
    cursor: pointer;
  }

  .side-links-title .num {
    display: inline;
  }

  .side-links-title .small-text {
    display: block;
  }

  .side-links-title:after {
    display: block;
  }

  .side-links .folded {
    overflow: hidden;
    height: 0;
    opacity: 0;
  }

  .side-links .el.open .folded {
    overflow: visible;
    height: auto;
    opacity: 1;
    padding-bottom: 24px;
  }

  .side-links .folded > * {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
  }

  .side-links .el.open .folded > * {
    opacity: 1;
  }

  .sort .sort-toggle-filters {
    display: block;
  }

  .category-head {
    margin-bottom: 120px;
  }

  .category-head .main-title {
    position: static;
  }

  .main-title.has-sort-mob .h2 {
    padding-right: 20px;
  }

  .category-head .sort {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -10px 0 0;
    bottom: -65px;
  }

  .category-head .sort-sep {
    display: none;
  }

  .category-head .sort-el,
  .category-head .sort-toggle-filters {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 10px);
    -ms-flex-order: 1;
    order: 1;
    margin: 0 10px 0 0;
  }

  .category-head .sort-toggle-filters {
    -ms-flex-order: 2;
    order: 2;
  }

  .category-head .sort-toggle,
  .category-head .sort-toggle-filters {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    padding: 0 40px 0 20px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-head .sort-toggle > *,
  .category-head .sort-toggle-filters > * {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .category-head .sort-toggle:hover,
  .category-head .sort-toggle-filters:hover {
    color: #fff;
  }

  .category-head .sort-toggle .pic,
  .category-head .sort-toggle-filters .pic {
    position: absolute;
    top: 50%;
    right: 27.5px;
    margin: 0;
    transform: translate3d(50%, -50%, 0);
  }

  .category-head .sort-toggle .pic-arr,
  .category-head .sort-toggle-filters .pic-arr {
    background-image: url(../img/darr-white.svg);
  }

  .category-head .sort-el.open .sort-toggle .pic-arr {
    transform: translate3d(50%, -50%, 0) rotate(180deg);
  }

  .category-head .sort-toggle .pic-sort,
  .category-head .sort-toggle-filters .pic-sort {
    background-image: url(/s/img/volume-white.svg);
  }

  .category-head .sort-toggle .pic-settings,
  .category-head .sort-toggle-filters .pic-settings {
    background-image: url(/s/img/settings2-white.svg);
  }

  .category-head .sort-popup {
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    transform-origin: 0 0;
    border-radius: 5px 5px 10px 10px;
  }

  .category-head .sort-el:last-child .sort-popup {
    width: auto;
    left: 0;
    text-align: left;
  }

  .category-head .sort-popup:before {
    display: none;
  }

  .category-head .sort-popup .link {
    padding-left: 23px;
    padding-right: 50px;
  }

  .category-head .sort-el:last-child .sort-popup .link {
    padding-right: 50px;
  }

  .category-head .sort-popup .link:after {
    right: 27.5px;
    margin-right: -6px;
  }

  .category-head .sort-el:last-child .sort-popup .link:after {
    right: 27.5px;
    margin-right: -6px;
  }

  .section-err {
    margin-bottom: 35px;
  }

  .section-err .main-title {
    margin-bottom: 35px;
  }

  .grid-articles .el {
    width: 50%;
  }

  .grid-videos .el {
    width: 50%;
  }

  .article-grid {
    display: block;
    margin-bottom: 0;
  }

  .article-grid:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
  }

  .article-info,
  .article-additional {
    float: right;
    width: 160px;
    clear: right;
    margin: 0 0 18px 0;
  }

  .article-text {
    margin: 0;
  }

  .article-text .article-video-frame {
    width: 400px;
    height: 225px;
  }

  .grid-brands .el {
    width: 25%;
  }

  .video-card-grid,
  .main-side-l .video-card-grid {
    padding: 0;
    max-width: 780px;
  }

  .video-card-buy {
    width: 160px;
  }

  .video-card-buy .btn {
    max-width: none;
  }

  .video-card-top {
    width: calc(100% - 180px);
    max-width: none;
  }

  .main-side-l .video-card-top {
    width: 100%;
  }

  .main-side-l .video-card-top .player-place {
    font-size: 21px;
  }

  .video-card-text {
    width: 100%;
    max-width: none;
  }

  .article-center {
    max-width: 780px;
  }

  .top-links .bg .corner {
    width: 11px;
  }

  .top-links .swiper-slide:first-child {
    padding-left: 13px!important;
  }

  .top-links .swiper-slide:last-child {
    padding-right: 13px!important;
  }

  .section-ask {
    max-width: none;
  }

  .section-feedback {
    max-width: none;
  }

  .section-feedback .h2 {
    text-align: left;
  }

  .section-feedback .hold {
    padding: 0;
    position: static;
  }

  .section-feedback .link-add {
    width: auto;
    margin: -5px 0 0 0;
  }

  .section-feedback .link-add .btn {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 14px 5px 14px;
    min-width: 125px;
  }

  .section-feedback .max {
    max-width: none;
  }

  .contacts-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-grid .main-title {
    margin-bottom: 23px;
  }

  .contacts-grid:after {
    display: none;
  }

  .contacts-grid .main-title {
    -ms-flex-order: 1;
    order: 1;
  }

  .contacts-grid .contacts-notification {
    -ms-flex-order: 2;
    order: 2;
  }

  .contacts-grid .contacts-main {
    -ms-flex-order: 3;
    order: 3;
  }

  .contacts-grid .contacts-org {
    -ms-flex-order: 4;
    order: 4;
  }

  .contacts-grid .contacts-addresses {
    -ms-flex-order: 5;
    order: 5;
  }

  .contacts-grid .contacts-main,
  .contacts-grid .contacts-addresses {
    float: none;
    width: auto;
    clear: none;
    padding: 0;
  }

  .contacts-grid .contacts-main .max,
  .contacts-grid .contacts-addresses .max {
    max-width: none;
  }

  .contacts-grid .link-form,
  .contacts-grid .contacts-notification,
  .contacts-grid .contacts-org {
    float: none;
    clear: none;
    width: auto;
  }

  .contacts-grid .link-form {
    position: absolute;
    top: 0;
    right: 0;
    margin: -4px 0;
    z-index: 2;
  }

  .contacts-grid .link-form .btn {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 14px 5px 14px;
    min-width: 125px;
    max-width: none;
  }

  .contacts-grid .contacts-main {
    margin-bottom: 5px;
  }

  .contacts-grid .main-contacts {
    margin: 20px 0 0 0;
  }

  .contacts-grid .main-contacts .el {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0 0 37px;
    width: 50%;
    margin: 10px 0;
    position: relative;
  }

  .contacts-grid .main-contacts .el.full {
    width: 100%;
  }

  .contacts-grid .main-contacts .pic,
  .contacts-grid .main-title-mini .pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4.5px;
    left: 0;
  }

  .contacts-grid .main-contacts li {
    margin: 0;
  }

  .contacts-grid .contacts-notification {
    margin-bottom: 30px;
    margin-left: 37px;
  }

  .contacts-grid .contacts-org {
    margin-bottom: 25px;
  }

  .contacts-grid .contacts-org .h3 {
    margin-bottom: 10px;
  }

  .contacts-grid .contacts-org li {
    margin-bottom: 4px;
  }

  .contacts-grid .addr-wrap {
    padding-left: 32px;
    margin-left: 0;
  }

  .city-addresses .list {
    width: 31%;
  }
}
@charset "utf-8";

@media only screen and (max-width: 700px) {
  .link-category {
    font-size: 14px;
    line-height: 17px;
  }

  .quote {
    padding-left: 70px;
  }

  .head-notification .grid {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .head-notification .pic,
  .head-notification .close {
    margin-top: 22px;
  }

  .headline-main .grid {
    padding: 31px 0;
  }

  .headline-main .logo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .headline-main .logo img {
    width: 140px;
  }

  .headline-main .head-tel,
  .headline-main .head-workhours,
  .headline-main .head-links,
  .headline-main .head-top-link,
  .headline-main .head-grey {
    display: none;
    visibility: hidden;
  }

  .head-tel-mob {
    display: block;
  }

  .head-sep-mob {
    display: block;
  }

  .head-toggle-menu {
    display: -ms-flexbox;
    display: flex;
  }

  .head-select-city .toggle {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin: -3px 0;
    padding: 0;
  }

  .head-select-city .toggle:before {
    margin-bottom: 0;
  }

  .head-city-popup {
    margin-top: 12px;
  }

  .headline-sub .grid {
    margin-right: 0;
  }

  .head-profile-links .el {
    padding-left: 15px !important;
  }

  .head-profile-links .num {
    display: block;
  }

  .headline-sub .hide-550 {
    display: none !important;
  }

  .headline-sub .grid .col.profile-head-link {
    display: -ms-flexbox;
    display: flex;
  }

  .headline-sub .grid .col.head-search-place.open,
  .head-search-results {
    min-width: calc(100vw - 50px);
  }

  .open-menu .mob-menu {
    display: block;
  }

  .open-menu .content,
  .open-menu .headline-sub {
    position: fixed;
    width: 100%;
    left: -100%;
    overflow: hidden;
  }

  .footer .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer .logo {
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .footer .grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .footer .grid .in {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer .grid .foot-hold-links {
    display: none;
    visibility: hidden;
  }

  .footer .grid .foot-hold-logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 123px;
    margin-left: 0;
  }

  .footer .grid .foot-hold-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .grid .foot-hold-info .in {
    max-width: 100%;
  }

  .footer .grid .foot-hold-info .in:first-child {
    margin: 0 auto;
  }

  .footer .grid .foot-hold-info .in:last-child {
    text-align: right;
  }

  .footer .copy {
    margin-top: 0;
  }

  .foot-payments {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .foot-full {
    display: block;
  }

  .link-page-up {
    right: 100px;
  }

  .catalog-container .link-page-up.fixed {
    bottom: 100px !important;
  }

  .path-popup {
    width: auto;
    max-width: none;
  }

  .main-title-mini {
    padding-top: 4px;
  }

  .side-catalog .in {
    width: calc(100vw - 34px);
    font-size: 14px;
  }

  .side-catalog ul {
    column-count: 2;
  }

  .side-catalog li {
    margin-bottom: 25px;
  }

  .grid-categories {
    margin: -6px -5px;
    gap: 10px 0;
  }

  .grid-categories .el {
    padding: 6px 5px;
  }

  .center-catalog .grid {
    column-count: 1;
    border-top: 1px solid #e5e5e5;
  }

  .center-catalog .el {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 5px 0;
  }

  .center-catalog .link {
    padding: 17px 0 17px 10px;
  }

  .center-catalog.with-checks .link {
    padding-left: 40px;
  }

  .center-catalog .link .checkbox {
    left: 10px;
  }

  .center-catalog .link.toggle {
    padding-right: 26px;
  }

  .center-catalog .link .arr {
    display: block;
  }

  .center-catalog .list {
    padding: 0 0 26px 45px;
    position: fixed;
    transform: scale(0);
  }

  .center-catalog .el.open .list {
    position: static;
    transform: none;
  }

  .center-catalog .list > * {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
  }

  .center-catalog .el.open .list > * {
    opacity: 1;
  }

  .center-catalog.with-checks .list {
    padding-left: 75px;
  }

  .center-catalog .go {
    border-top-width: 0;
    margin: 0;
    padding-bottom: 5px;
  }

  .center-catalog .go > * {
    margin: 10px 0 0 27px;
  }

  .center-catalog .go .btn {
    min-width: 115px;
  }

  .section-videos {
    margin-left: -25px;
    margin-right: -25px;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 17px;
  }

  .slider-videos .swiper-slide {
    width: 220px;
  }

  .slider-videos.swiper-container-initialized .swiper-slide {
    width: 200px;
  }

  .slider-videos .player-place {
    font-size: 11px;
  }

  .slider-brands .swiper-slide {
    width: 240px;
  }

  .slider-brands.swiper-container-initialized .swiper-slide {
    width: 220px;
  }

  .slider-brands-min .swiper-slide {
    width: 180px;
  }

  .slider-brands-min.swiper-container-initialized .swiper-slide {
    width: 160px;
  }

  .slider-articles .swiper-slide {
    width: 240px;
  }

  .slider-articles.swiper-container-initialized .swiper-slide {
    width: 220px;
  }

  .mfp-modal-main .mfp-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .main-form-bg {
    margin-left: -25px;
    margin-right: -25px;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-form.view-inline .main-form-bg {
    padding-right: 0;
  }

  .modal .main-form-bg {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inputs-time {
    padding-bottom: 11px;
  }

  .inputs-time .input,
  .inputs-time .input:first-child {
    width: calc(50% - 5px);
  }

  .form-checks-row .checks-in {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-checks-row .checks-in > * {
    -ms-flex: auto;
    flex: auto;
  }

  .form-inputs-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-inputs-row .el.wid50 {
    width: 100%;
  }

  .form-inputs-row .el.wid33 {
    width: 100%;
  }

  .form-inputs-row .el.wid66 {
    width: 100%;
  }

  .form-inputs-row .el.wid16 {
    width: 33.333%;
  }

  .form-inputs-row .el.wid-time,
  .form-inputs-row .el.wid-time-rest {
    width: 100%;
  }

  .form-inputs-row .el .input-err.full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .form-inputs-row .el .input-err.full-width:after {
    left: 50% !important;
  }

  .form-agree-checks {
    margin: -5px 0 10px 0;
  }

  .form-submit {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .form-submit .text {
    -ms-flex: auto;
    flex: auto;
    margin: 0 0 25px 0;
  }

  .form-submit .text:last-child {
    margin: 25px 0 0 0;
  }

  .form-submit .btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
  }

  .main-form.view-inline .main-form-bg .form-submit {
    position: static;
    text-align: center;
    margin: 40px 0 0 0;
    width: auto;
  }

  .main-form.view-inline .main-form-bg .form-submit .btn {
    width: auto;
    min-width: 115px;
  }

  .section-items-day {
    margin-left: -25px;
    margin-right: -25px;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-items-day.open .folded {
    padding-bottom: 35px;
  }

  .slider-items-day .swiper-slide {
    width: 160px;
    padding-right: 10px;
  }

  .slider-items-day.swiper-container-initialized .swiper-slide {
    width: 150px;
    padding-right: 0;
  }

  .table-item-row .num {
    width: 33%;
    min-width: 120px;
  }

  .table-item-row .price {
    width: 18%;
    min-width: 80px;
    margin-left: 0;
  }

  .table-item-row .price:last-child {
    width: 18%;
    min-width: 80px;
    margin-left: 0;
    text-align: right;
  }

  .table-item-row .addit {
    bottom: 100%;
    top: auto;
    left: 0;
    right: auto;
    transform: none;
    margin: -3px 0;
    width: auto;
  }

  .table-item-row .price:last-child .addit {
    left: 0;
    right: 0;
    width: auto;
  }

  .main-table {
    margin-left: -25px;
    margin-right: -25px;
  }

  .main-table-wrap {
    margin-left: 25px;
    margin-right: 25px;
    min-width: calc(100% - 50px);
  }

  .info-container {
    margin-top: 20px;
  }

  .article-wide .photo {
    width: 24.4%;
  }

  .article-wide .name {
    margin-bottom: 20px;
  }

  .article-wide .descr {
    margin-bottom: 13px;
  }

  .article-wide .folded-max {
    margin-bottom: 15px;
  }

  .article-wide .folded-max .folded {
    max-height: 60px;
  }

  .article-wide .descr {
    margin-bottom: 10px;
  }

  .article-wide .btn {
    margin-bottom: 0;
  }

  .form-profile .check-jur {
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 0 0;
    top: auto;
    max-width: none;
  }

  .form-profile input.profile-check-jur:checked ~ .check-jur {
    margin-bottom: 30px;
  }

  .item-wide .photo {
    width: 32%;
    margin-right: 10px;
  }

  .item-wide .descr {
    height: calc(275px - 25vw);
    max-height: 180px;
  }

  .item-wide .buy {
    margin-bottom: 3px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .item-wide .buy .price {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    top: auto;
    padding: 4px 0 0 0;
    margin: 0 0 20px 0;
  }

  .item-wide .buy .price .addit {
    display: block;
  }

  .item-wide .buy .price .avail {
    display: block;
  }

  .item-wide .buy .btns > *:first-child {
    min-width: 126px;
  }

  .item-wide .toggle-table:before {
    margin-bottom: -14px;
  }

  .item-wide-table {
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-left: -25px;
    margin-right: -25px;
  }

  .item-wide-table .toggle-close {
    margin-right: 25px;
  }

  .item-wide .avail {
    margin-bottom: 24px;
  }

  .item-wide .buy .price .old {
    top: -15px;
  }

  .prices-table th {
    padding-bottom: 7px;
  }

  .prices-table th:first-child,
  .prices-table td:first-child {
    padding-left: 25px;
  }

  .prices-table th:last-child,
  .prices-table td:last-child {
    padding-right: 25px;
  }

  .item-photos,
  .item-card-max {
    max-width: 480px;
  }

  .item-photos .swiper-arr {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .item-buy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-buy .price {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: calc(50% - 25px);
    padding-left: 10px;
    padding-right: 0;
  }

  .item-buy .price .big {
    font-size: 18px;
  }

  .item-buy .btns {
    margin: -5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .item-buy .btns > * {
    margin: 5px;
    width: calc(50vw - 68px);
    min-width: 125px;
    max-width: 200px;
  }

  .item-buy .btns .toggle-table {
    width: auto;
    max-width: none;
  }

  .item-buy .btns .toggle-table:before {
    height: 45px;
  }

  .item-buy .btns .toggle-table .btn {
    min-width: 125px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .item-table {
    margin-left: -25px;
    margin-right: -25px;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
  }

  .item-table .toggle-close {
    display: block;
  }

  .modal-item {
    max-width: calc(100vw - 50px);
  }

  .modal-item-ind {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-item .section-items-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-item .item-buy .btns > * {
    width: calc(50vw - 88px);
    max-width: 200px;
    min-width: 125px;
  }

  .modal-item .item-buy .btns .toggle-table {
    width: auto;
    max-width: none;
  }

  .modal-item .item-table {
    margin-left: -20px;
    margin-right: -20px;
  }

  .info-label.bg-lightred {
    min-width: 320px;
  }

  .item-wide .info-label.bg-lightred {
    min-width: 180px;
  }

  .section-err {
    line-height: 20px;
    margin-bottom: 40px;
  }

  .section-err .main-title {
    margin-bottom: 30px;
  }

  .grid-articles {
    margin: -12px -5px -13px -5px;
  }

  .grid-articles .el {
    padding: 12px 5px 13px 5px;
  }

  .grid-videos {
    margin: -15px -5px;
  }

  .grid-videos .el {
    padding: 15px 5px;
  }

  .article-preview .text {
    padding-left: 0;
    padding-right: 0;
  }

  .article-head {
    margin-top: 0;
  }

  .article-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .article-main-image {
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
  }

  .article-main-image img,
  .article-main-image picture {
    border-radius: 0;
  }

  .article-info {
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -5px -5px 10px -5px;
    width: auto;
    float: none;
    clear: none;
  }

  .article-info > * {
    margin: 0;
    padding: 0 5px 5px 5px;
    max-width: 100%;
  }

  .article-info br {
    display: none;
  }

  .article-text {
    width: auto;
    margin: 0;
    max-width: none;
  }

  .article-text .article-video-frame {
    width: 360px;
    height: 202px;
  }

  .article-additional {
    display: none;
    visibility: hidden;
  }

  .article-additional-mob {
    display: block;
    visibility: visible;
    margin: 22px 0 27px 0;
  }

  .article-text > * {
    width: 100%;
  }

  .article-text > .right-column {
    float: none;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .link-offer {
    border-radius: 0;
    margin: 0 -25px;
    padding: 20px 25px 25px 25px;
    display: -ms-flexbox;
    display: flex;
  }

  .link-offer .photo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 5px);
    max-height: 150px;
  }

  .link-offer .text {
    width: calc(50% + 5px);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0 0 10px;
    margin: -5px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-offer .link {
    margin-top: auto;
  }

  .section-brands-main {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }

  .grid-brands {
    margin: -5px;
  }

  .grid-brands .el {
    width: 50%;
    padding: 5px;
  }

  .section-video-main .player-place {
    font-size: 13px;
  }

  .video-card-grid {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-card-buy {
    margin: 15px 0 0 0;
    width: 100%;
    display: block;
  }

  .video-card-buy:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
  }

  .video-card-buy .price {
    float: left;
    margin: 0 20px 2px 0;
  }

  .video-card-buy .btn {
    float: right;
    width: 160px;
    margin: 0 0 15px 0;
  }

  .video-card-buy .info {
    float: left;
    width: 110px;
    margin: 0 10px 15px 0;
    line-height: 10px;
    padding: 2px 0 0 0;
  }

  .video-card-top {
    width: 100%;
    max-width: none;
  }

  .video-card-top .player-place,
  .main-side-l .video-card-top .player-place {
    font-size: 15px;
  }

  .video-card-grid .main-form-bg {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
  }

  .video-card-grid .main-form-bg .form-submit {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .comment {
    padding: 23px 24px 20px 24px;
  }

  .comment.has-answer {
    padding-bottom: 40px;
    padding-top: 28px;
  }

  .comment.answer {
    margin-top: -25px;
    margin-left: 25px;
    padding-bottom: 15px;
    padding-top: 28px;
  }

  .article-center .photo {
    height: auto;
    max-height: 320px;
  }

  .about {
    max-width: none;
  }

  .static-page {
    max-width: none;
  }

  .qu-head .toggle {
    padding-right: 80px;
  }

  .qu .ind {
    margin-left: 0;
    padding-left: 37px;
  }

  .qu .ind .out {
    width: auto;
    position: static;
  }

  .section-ask {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 28px;
    border-radius: 0;
  }

  .section-ask:last-child {
    margin-bottom: -80px;
  }

  .section-ask .more {
    text-align: center;
    margin-top: 30px;
  }

  .section-add-feedback {
    padding-top: 40px;
  }

  .contacts-grid {
    margin-bottom: 45px;
  }

  .contacts-grid .main-contacts {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-grid .main-contacts .el {
    width: 100%;
  }

  .city-addresses {
    display: block;
  }

  .city-addresses .list {
    width: auto;
    margin: 0 0 20px 0;
  }

  .city-addresses .list .scroll {
    position: static;
    margin: 0;
  }

  .city-addresses .list .nano {
    max-height: 33vh !important;
    position: relative;
    min-height: 100px;
  }

  .city-addresses .card-address {
    width: auto;
  }

  .contacts-grid .contacts-addresses .main-title-mini .small-text {
    width: 100%;
  }

  .select-city-mini .popup {
    text-align: left;
    right: auto;
    left: 0;
  }

  .payment-select__item {
    display: block;
  }

  .cart-bonus .item .desc {
    width: 68%;
  }

  .cart-bonus .item .desc .form-agree-checks {
    margin: 0;
  }

  .item-card-info .videos .item {
    width: 100%;
    height: auto;
  }

  .item-card-info .videos .item img {
    width: 100%;
    height: auto;
  }

  #video-cover #videoMedia {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 560px) {
  .headline-main .logo img {
    width: 100px;
  }

  .head-city-popup {
    margin-left: -125px;
    margin-right: -40px;
    border-top-left-radius: 10px;
    width: calc(100vw - 50px);
  }

  .table-item {
    padding-bottom: 0;
  }

  .table-item-row {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 -1px 0;
    padding: 16px 0 9px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-item-row > * {
    margin-bottom: 10px;
  }

  .table-item-row .info {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
  }

  .table-item-row .num {
    width: 46%;
    min-width: 0;
  }

  .table-item-row .price {
    min-width: 0;
    width: calc(54% - 64px);
  }

  .table-item-row .price:last-child {
    width: 54%;
  }

  .prices-table-wrap {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: none;
    padding: 15px 0;
  }

  .prices-table table {
    display: -ms-flexbox;
    display: flex;
  }

  .prices-table thead,
  .prices-table tbody {
    display: -ms-flexbox;
    display: flex;
  }

  .prices-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #e6e6e6;
  }

  .prices-table thead tr {
    border-left-width: 0;
  }

  .prices-table th,
  .prices-table td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    height: 40px;
    white-space: nowrap;
  }

  .prices-table tr:hover td {
    background-color: transparent;
  }

  .prices-table th:first-child,
  .prices-table td:first-child {
    padding-left: 20px;
  }

  .prices-table th:last-child,
  .prices-table td:last-child {
    padding-right: 20px;
  }

  .prices-table .center {
    text-align: left;
  }

  .prices-table .w12 {
    width: auto;
  }

  .prices-table .input-num {
    margin-left: 0;
    margin-right: 0;
  }

  .prices-table .btn {
    margin: 0;
  }

  .text-table {
    margin: -2px 0 20px 0;
    overflow: hidden;
    overflow-x: auto;
  }

  .text-table-wrap {
    min-width: 520px;
    width: 100%;
    vertical-align: top;
  }

  .text-table table {
    margin-bottom: 20px;
  }

  .poll-checkbox-block {
    margin-top: 25px;
  }

  .poll-checkbox-block .check {
    width: 19%;
    margin: 0 0 20px 0;
  }

  .head-select-city .toggle {
    top: 10%;
  }

  .cart-bonus .item .desc .tag-explain {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  #video-cover #videoMedia {
    max-width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 480px) {
  .mfp-modal-main .mfp-container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .modal .mfp-close {
    top: -32px !important;
  }

  .modal {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .modal-item {
    max-width: calc(100vw - 10px);
  }

  .head-msg .number {
    display: none;
    visibility: hidden;
  }

  .head-msg .what {
    margin-left: 0;
  }

  .item-card-info .videos .item .play {
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
  }

  .grid-categories .el,
  .grid-categories.in-art .el {
    width: 50%;
  }

  .grid-categories.in-art .el:nth-child(3) {
    display: none;
  }
}
@charset "utf-8";

@media only screen and (max-width: 400px) {
  .quote {
    padding-left: 55px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .swiper-arr {
    display: none!important;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headline-main .grid {
    padding: 18px 0;
  }

  .headline-main .logo {
    margin-right: 14px;
  }

  .head-city-popup {
    margin-left: -88px;
    width: calc(100vw - 40px);
  }

  .headline-sub .grid .col.head-search-place.open {
    min-width: calc(100vw - 19px);
  }

  .head-search-results {
    min-width: calc(100vw - 40px);
  }

  .headline-sub .grid .col.head-search-place:not(.open) .head-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0);
  }

  .headline-sub .grid .col.head-search-place:not(.open) .head-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0);
  }

  .headline-sub .grid .col.head-search-place:not(.open) .head-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0);
  }

  .head-search input:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .head-search input:focus::-moz-placeholder {
    color: #fff;
  }

  .head-search input:focus:-ms-input-placeholder {
    color: #fff;
  }

  .head-search-place.open .head-search {
    padding-right: 106px;
  }

  .head-search .go {
    left: calc(100% - 106px);
  }

  .head-search-results {
    margin-right: 19px;
  }

  .head-search-results .link {
    padding-left: 24px;
    padding-right: 33px;
  }

  .head-search-results .link .info {
    width: auto;
    text-align: right;
  }

  .head-profile-links .el {
    padding-left: 12px!important;
    padding-right: 12px!important;
  }

  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer .grid .foot-hold-info {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer .grid .foot-hold-info:before {
    display: none;
  }

  .footer .grid .foot-hold-info .in {
    margin: 0!important;
  }

  .footer .grid .foot-hold-info .in:last-child {
    text-align: left;
  }

  .footer .copy {
    margin-bottom: 30px;
  }

  .footer .foot-full {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 15px 15px;
  }

  .foot-payments {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-title.has-sort-mob {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-title.has-sort-mob .small-text {
    width: 100%;
  }

  .link-page-up {
    right: 40px;
  }

  .side-catalog .in {
    min-width: calc(100vw - 40px);
  }

  .side-catalog ul {
    column-count: 1;
  }

  .table-item {
    padding-left: 90px;
    padding-bottom: 0;
  }

  .table-item-head {
    min-height: 80px;
    margin-bottom: 5px;
    max-width: none;
  }

  .table-item-row {
    margin-left: -90px;
  }

  .cart-total-go {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 26px 10px 18px 10px;
  }

  .cart-total-go .text {
    text-align: center;
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cart-total-go .text .t {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .article-wide .photo {
    width: 25%;
    margin-right: 15px;
  }

  .article-wide .folded-max .folded {
    max-height: 80px;
  }

  .item-wide-top {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-wide .photo,
  .view-simple .item-wide .photo {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .item-wide .descr {
    height: calc(275px - 25vw);
    max-height: 120px;
  }

  .item-wide .text {
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .item-wide .buy {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .item-wide .buy .info-label {
    width: auto;
    min-width: 126px;
    max-width: 100%;
  }

  .item-wide .buy .price {
    width: 140px;
    padding-top: 0;
    top: 6px;
    margin: 0;
  }

  .item-wide .buy .price .addit {
    margin-top: -15px;
  }

  .item-wide .buy .price .avail {
    position: static;
    display: block;
    margin: -12px 0 43px 0;
  }

  .item-wide .buy .btns > *:first-child {
    min-width: 0;
  }

  .item-wide .buy .btns .btn-bookmark {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
  }

  .item-wide .buy .btns .btn-bookmark .btn-text {
    display: none;
  }

  .item-wide .buy .btns .btn-bookmark .btn-pic {
    margin-left: 0;
    margin-right: 0;
  }

  .item-wide .buy .price .old {
    top: -22px;
  }

  .item-wide .avail {
    margin-bottom: 14px;
  }

  .info-list {
    font-size: 10.5px;
    line-height: 10px;
    margin: 0;
    padding: 3px 0;
  }

  .info-list li:before {
    display: none;
  }

  .info-list li {
    margin: 7px 0 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }

  .info-list li:first-child {
    margin-top: 0;
  }

  .info-list li .l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px 0 0;
    min-width: 140px;
  }

  .info-list a {
    color: inherit;
    text-decoration: underline;
  }

  .info-list a:hover {
    color: #c85b58;
  }

  .item-wide-table {
    margin-left: -20px;
    margin-right: -20px;
  }

  .item-wide-table .toggle-close {
    margin-right: 20px;
  }

  .item-wide-table .toggle-close > * {
    display: none;
  }

  .item-wide-table .toggle-close:after {
    margin: 0;
  }

  .item-card-l {
    margin-bottom: 30px;
  }

  .item-buy {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .item-buy .price {
    min-width: calc(50% - 10px);
  }

  .item-buy .btns {
    margin: -7px;
  }

  .item-buy .btns > *,
  .modal-item .item-buy .btns > * {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 7px;
  }

  .item-buy .btns .btn {
    font-size: 12px;
    padding: 6px 22px 5px 22px;
    min-width: 115px;
  }

  .item-buy .btns .btn-pic {
    width: 12px;
    height: 12px;
    margin-right: 6px;
    margin-left: -4px;
  }

  .item-buy .btns .btn-bookmark {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
  }

  .item-buy .btns .btn-bookmark .btn-text {
    display: none;
  }

  .item-buy .btns .btn-bookmark .btn-pic {
    margin-left: 0;
    margin-right: 0;
  }

  .item-buy .btns .toggle-table {
    width: auto;
    max-width: none;
  }

  .item-buy .btns .toggle-table:before {
    height: 45px;
  }

  .item-buy .btns .toggle-table .btn {
    min-width: 115px;
  }

  .item-buy .toggle-table .btn {
    transform: translate3d(0, 13px, 0);
  }

  .item-table {
    margin-left: -20px;
    margin-right: -20px;
  }

  .item-table .toggle-close {
    margin-right: 25px;
  }

  .info-label.bg-lightred {
    min-width: 180px;
  }

  .filters-ind {
    padding: 0 20px;
  }

  .filters-head {
    margin: 20px 20px 0 20px;
  }

  .filters-submit {
    margin: 0 20px 20px 20px;
  }

  .sort.make-mob-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -10px -10px 0;
  }

  .sort.make-mob-view .sort-sep {
    display: none;
  }

  .sort.make-mob-view .sort-el {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }

  .sort.make-mob-view .sort-toggle {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    padding: 0 40px 0 20px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sort.make-mob-view .sort-toggle > * {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .sort.make-mob-view .sort-toggle:hover {
    color: #fff;
  }

  .sort.make-mob-view .sort-toggle .pic {
    position: absolute;
    top: 50%;
    right: 27.5px;
    margin: 0;
    transform: translate3d(50%, -50%, 0);
  }

  .sort.make-mob-view .sort-toggle .pic-arr {
    background-image: url(../img/darr-white.svg);
  }

  .sort.make-mob-view .sort-el.open .sort-toggle .pic-arr {
    transform: translate3d(50%, -50%, 0) rotate(180deg);
  }

  .sort.make-mob-view .sort-toggle .pic-sort {
    background-image: url(/s/img/volume-white.svg);
  }

  .sort.make-mob-view .sort-toggle .pic-settings {
    background-image: url(/s/img/settings2-white.svg);
  }

  .sort.make-mob-view .sort-popup {
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    transform-origin: 0 0;
    border-radius: 5px 5px 10px 10px;
  }

  .sort.make-mob-view .sort-el:last-child .sort-popup {
    width: auto;
    left: 0;
    text-align: left;
  }

  .sort.make-mob-view .sort-popup:before {
    display: none;
  }

  .sort.make-mob-view .sort-popup .link {
    padding-left: 23px;
    padding-right: 50px;
  }

  .sort.make-mob-view .sort-el:last-child .sort-popup .link {
    padding-right: 50px;
  }

  .sort.make-mob-view .sort-popup .link:after {
    right: 27.5px;
    margin-right: -6px;
  }

  .sort.make-mob-view .sort-el:last-child .sort-popup .link:after {
    right: 27.5px;
    margin-right: -6px;
  }

  .grid-articles {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -14px 0;
  }

  .grid-articles .el {
    width: 100%;
    padding: 14px 0;
  }

  .grid-videos {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px 0;
  }

  .grid-videos .el {
    width: 100%;
    padding: 15px 0;
  }

  .main-side-l .grid-articles .el,
  .main-side-l .grid-videos .el {
    width: 100%;
  }

  .article-preview .text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-text .article-video-frame {
    width: 100%;
    height: 50vw;
  }

  .article-main-image {
    margin-left: -20px;
    margin-right: -20px;
  }

  .article-additional-mob {
    margin: 20px 0 25px 0;
  }

  .link-offer {
    margin-left: -20px;
    margin-right: -20px;
    padding: 17px 20px 25px 20px;
  }

  .section-brands-main {
    margin-bottom: 30px;
  }

  .section-video-main .player-place {
    font-size: 18px;
  }

  .inputs-time .input,
  .inputs-time .input:first-child {
    width: calc(50% - 2.5px);
  }

  .tabs-scroll {
    margin-left: -20px;
    margin-right: -20px;
  }

  .tabs-in {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs .link {
    margin-right: 16px;
  }

  .video-card-top .text {
    padding: 11px 13px 14px 14px;
  }

  .video-card-top .r {
    max-width: 95px;
  }

  .video-card-buy {
    display: block;
    margin: 10px 0 5px 0;
    padding: 0 5px;
  }

  .video-card-grid .main-form-bg .form-submit {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video-card-grid .main-form-bg .form-submit .link-reset {
    margin-right: 10px;
    margin-left: 0;
  }

  .grid-comments .el {
    margin-bottom: 20px;
  }

  .comment {
    padding: 19px 14px 10px 14px;
  }

  .comment:before,
  .comment:after {
    border-width: 0 0 16px 20px;
  }

  .comment.has-answer {
    padding-top: 33px;
  }

  .comment.answer {
    padding-top: 33px;
    margin-bottom: 0;
  }

  .comment .info {
    line-height: 15px;
    margin-bottom: 8px;
  }

  /*
	.text-table {
		margin-left: -20px;
		margin-right: -20px;
	}
	.text-table th, .text-table td {
		padding-left: 10px;
		padding-right: 10px;
	}
	.text-table thead th {
		padding-left: 20px;
	}
	.text-table tbody tr:last-child td {
		padding-right: 20px;
	}
	*/

  .about .image-in-content {
    margin-top: 15px;
  }

  .about-stat .el {
    width: 50%;
  }

  .grid-team .el {
    width: 50%;
  }

  .person-mini .photo {
    max-width: 140px;
  }

  .qu .ind {
    padding-left: 0;
    padding-top: 10px;
  }

  .section-ask {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
  }

  .text-l {
    margin-left: 20px;
  }

  .cart-bonus .item .desc {
    width: 60%;
    margin-right: 20px;
  }

  .item-card-info .videos .item .play {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
  }
}