@charset "UTF-8";
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT-Book.woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT-Medium.woff");
  font-style: normal;
  font-weight: 500;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@-webkit-keyframes wave {
  0%,
  60%,
  100% {
    -webkit-transform: initial;
            transform: initial;
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes wave {
  0%,
  60%,
  100% {
    -webkit-transform: initial;
            transform: initial;
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

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

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

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.mfp-open .mfp-container {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .card__actions {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform .3s ease;
    transition: opacity 0.1s ease-in-out, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity 0.1s ease-in-out;
    transition: transform .3s ease, opacity 0.1s ease-in-out, -webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
  }
  .card:hover .card__actions {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow: visible;
  }
  .card:hover .card__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  [data-detect-viewport].in-view .m-about-item:nth-of-type(1) {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .m-about-item:nth-of-type(2) {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .m-about-item:nth-of-type(3) {
    -webkit-animation: animation 0.8s 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .m-about-item:nth-of-type(4) {
    -webkit-animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .tabs {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .title-big {
    -webkit-animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .head-slider__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .aside {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .about-content {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .page-content {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .team__right {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .team__left {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .delivery-wrap__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .basket-wrap__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .basket-thanks__content {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .catalog-popular__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view #yandexmap {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .page-header {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .contacts__left {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .contacts__right {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .favorite-wrap__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .manual-wrap__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .manual-wrap__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .events-wrap__inner {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .events-gallery__slider {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .product-slider {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .product__right {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #b28fc4;
  z-index: 10;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}

.preloader--hidden {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.preloader__inner {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: rotatePreloader 2s infinite ease-in;
          animation: rotatePreloader 2s infinite ease-in;
}

.preloader__inner div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader__inner div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}

.preloader__inner div:nth-child(1) {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-animation: rotateCircle1 2s infinite linear;
          animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

.preloader__inner div:nth-child(2) {
  -webkit-transform: rotateZ(36deg);
          transform: rotateZ(36deg);
  -webkit-animation: rotateCircle2 2s infinite linear;
          animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

.preloader__inner div:nth-child(3) {
  -webkit-transform: rotateZ(72deg);
          transform: rotateZ(72deg);
  -webkit-animation: rotateCircle3 2s infinite linear;
          animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

.preloader__inner div:nth-child(4) {
  -webkit-transform: rotateZ(108deg);
          transform: rotateZ(108deg);
  -webkit-animation: rotateCircle4 2s infinite linear;
          animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

.preloader__inner div:nth-child(5) {
  -webkit-transform: rotateZ(144deg);
          transform: rotateZ(144deg);
  -webkit-animation: rotateCircle5 2s infinite linear;
          animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

.preloader__inner div:nth-child(6) {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-animation: rotateCircle6 2s infinite linear;
          animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

.preloader__inner div:nth-child(7) {
  -webkit-transform: rotateZ(216deg);
          transform: rotateZ(216deg);
  -webkit-animation: rotateCircle7 2s infinite linear;
          animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

.preloader__inner div:nth-child(8) {
  -webkit-transform: rotateZ(252deg);
          transform: rotateZ(252deg);
  -webkit-animation: rotateCircle8 2s infinite linear;
          animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

.preloader__inner div:nth-child(9) {
  -webkit-transform: rotateZ(288deg);
          transform: rotateZ(288deg);
  -webkit-animation: rotateCircle9 2s infinite linear;
          animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

.preloader__inner div:nth-child(10) {
  -webkit-transform: rotateZ(324deg);
          transform: rotateZ(324deg);
  -webkit-animation: rotateCircle10 2s infinite linear;
          animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@-webkit-keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}

@keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
            transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}

@-webkit-keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
            transform: rotateZ(36deg);
  }
  7% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  57% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
            transform: rotateZ(36deg);
  }
  7% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  57% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  12% {
    -webkit-transform: rotateZ(-36deg);
            transform: rotateZ(-36deg);
  }
  62% {
    -webkit-transform: rotateZ(-36deg);
            transform: rotateZ(-36deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  12% {
    -webkit-transform: rotateZ(-36deg);
            transform: rotateZ(-36deg);
  }
  62% {
    -webkit-transform: rotateZ(-36deg);
            transform: rotateZ(-36deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
            transform: rotateZ(-36deg);
  }
  17% {
    -webkit-transform: rotateZ(-72deg);
            transform: rotateZ(-72deg);
  }
  67% {
    -webkit-transform: rotateZ(-72deg);
            transform: rotateZ(-72deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
            transform: rotateZ(-36deg);
  }
  17% {
    -webkit-transform: rotateZ(-72deg);
            transform: rotateZ(-72deg);
  }
  67% {
    -webkit-transform: rotateZ(-72deg);
            transform: rotateZ(-72deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
            transform: rotateZ(-72deg);
  }
  22% {
    -webkit-transform: rotateZ(-108deg);
            transform: rotateZ(-108deg);
  }
  72% {
    -webkit-transform: rotateZ(-108deg);
            transform: rotateZ(-108deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
            transform: rotateZ(-72deg);
  }
  22% {
    -webkit-transform: rotateZ(-108deg);
            transform: rotateZ(-108deg);
  }
  72% {
    -webkit-transform: rotateZ(-108deg);
            transform: rotateZ(-108deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
            transform: rotateZ(-108deg);
  }
  27% {
    -webkit-transform: rotateZ(-144deg);
            transform: rotateZ(-144deg);
  }
  77% {
    -webkit-transform: rotateZ(-144deg);
            transform: rotateZ(-144deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
            transform: rotateZ(-108deg);
  }
  27% {
    -webkit-transform: rotateZ(-144deg);
            transform: rotateZ(-144deg);
  }
  77% {
    -webkit-transform: rotateZ(-144deg);
            transform: rotateZ(-144deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
            transform: rotateZ(-144deg);
  }
  32% {
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
  }
  82% {
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
            transform: rotateZ(-144deg);
  }
  32% {
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
  }
  82% {
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
  }
  37% {
    -webkit-transform: rotateZ(-216deg);
            transform: rotateZ(-216deg);
  }
  87% {
    -webkit-transform: rotateZ(-216deg);
            transform: rotateZ(-216deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
  }
  37% {
    -webkit-transform: rotateZ(-216deg);
            transform: rotateZ(-216deg);
  }
  87% {
    -webkit-transform: rotateZ(-216deg);
            transform: rotateZ(-216deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
            transform: rotateZ(-216deg);
  }
  42% {
    -webkit-transform: rotateZ(-252deg);
            transform: rotateZ(-252deg);
  }
  92% {
    -webkit-transform: rotateZ(-252deg);
            transform: rotateZ(-252deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
            transform: rotateZ(-216deg);
  }
  42% {
    -webkit-transform: rotateZ(-252deg);
            transform: rotateZ(-252deg);
  }
  92% {
    -webkit-transform: rotateZ(-252deg);
            transform: rotateZ(-252deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
            transform: rotateZ(-252deg);
  }
  47% {
    -webkit-transform: rotateZ(-288deg);
            transform: rotateZ(-288deg);
  }
  97% {
    -webkit-transform: rotateZ(-288deg);
            transform: rotateZ(-288deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
            transform: rotateZ(-252deg);
  }
  47% {
    -webkit-transform: rotateZ(-288deg);
            transform: rotateZ(-288deg);
  }
  97% {
    -webkit-transform: rotateZ(-288deg);
            transform: rotateZ(-288deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
            transform: rotateZ(-288deg);
  }
  52% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
  }
  102% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
            transform: rotateZ(-288deg);
  }
  52% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
  }
  102% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
  }
  100% {
    -webkit-transform: rotateZ(-324deg);
            transform: rotateZ(-324deg);
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none;
}

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

body, html {
  height: 100%;
  position: relative;
  font-family: 'FuturaPT', sans-serif;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

img {
  border: none;
  max-width: 100%;
}

input, textarea, select, option, button, label {
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
}

button {
  border: none;
  background-color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

label, input[type='submit'] {
  cursor: pointer;
}

fieldset {
  border: none;
}

i[class^='icon-'] {
  position: relative;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.oh {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .oh {
    position: fixed;
  }
}

address {
  font-style: normal;
}

.icon-basket {
  width: 26px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.soc-icon {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.soc-icon:hover {
  fill: #6ab5e5;
}

.icon-favorite {
  width: 22px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  fill: #231f20;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.icon-favorite:hover {
  fill: #6ab5e5;
}

.icon-round {
  width: 120px;
  height: 120px;
}

.icon-plus {
  width: 140px;
  height: 140px;
}

.icon-arrow-left,
.icon-arrow-right {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.icon-arrow-left:hover,
.icon-arrow-right:hover {
  fill-opacity: 0.7;
}

.icon-burger {
  display: none;
  width: 26px;
  height: 22px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}

.icon-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  background: #231f20;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

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

.icon-burger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.icon-burger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.icon-burger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.icon-burger--active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 4px;
}

.icon-burger--active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.icon-burger--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}

.icon-zoom {
  width: 23px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  fill: #231f20;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.icon-zoom:hover {
  fill: #6ab5e5;
}

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

.icon-arrow-right, .icon-arrow-left {
  width: 27px;
  height: 20px;
  fill: #231f20;
}

.icon-radiobox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.icon-radiobox:before {
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.radiobox__input:checked ~ .radiobox__icon .icon-radiobox::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.radiobox__input:checked ~ .option-color__img {
  border: 2px solid #c1e0f4;
}

.radiobox__input:checked ~ .radiobox__btn {
  background-color: #000;
  color: #ffffff;
}

.body-fixed {
  overflow: hidden;
}

.body-fixed.mob-device {
  position: fixed;
  height: 100%;
  width: 100%;
}

.page-inner {
  position: relative;
}

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

@media screen and (max-width: 1024px) {
  .page-inner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}

.page-header {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 0;
  }
}

.aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 260px;
  width: 100%;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .aside {
    margin: 0 auto;
  }
}

.page-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 1060px;
}

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

.page-content__header-left, .page-content__header-right, .page-content__footer-left, .page-content__footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .page-content__header-left, .page-content__footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-content__footer {
  margin-top: auto;
}

.page-content__body {
  max-width: 1060px;
  width: 100%;
}

.page-content__more {
  position: relative;
  overflow: hidden;
  padding: 5px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.page-content__more:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 0;
  height: 120%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-color: #faf5b1;
}

.page-content__more:hover:before {
  left: -20%;
  width: 140%;
}

@media screen and (max-width: 1024px) {
  .page-content__more {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-content__more {
    font-size: 16px;
    line-height: 16px;
  }
}

.page-content__title {
  margin-right: 100px;
}

@media screen and (max-width: 576px) {
  .page-content__title {
    margin-right: 0;
  }
}

.page-content__title-sup {
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  .page-content__title-sup {
    font-size: 14px;
    line-height: 14px;
  }
}

.selectize-control {
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectize-dropdown, .selectize-input {
  font-size: 16px;
}

.selectize-dropdown input, .selectize-input input {
  font-size: 16px;
}

.selectize-input {
  border: none;
  -webkit-box-shadow: inset 0 1px 1px #fff;
          box-shadow: inset 0 1px 1px #fff;
}

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

.selectize-control.single .selectize-input:after {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  margin-top: 0;
  width: 8px;
  height: 8px;
  background-image: url(../img/icons-img/arrow-down-angle.svg);
  background-size: cover;
  background-position: center;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  content: "";
  position: absolute;
  border: none;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.page-content-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-content-count__total {
  padding-left: 12px;
  position: relative;
}

.page-content-count__total:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '/';
}

.page-content-count__current {
  padding-right: 4px;
}

.input, .textarea {
  width: 100%;
  padding: 7.5px 10px;
  border: 1px solid #000;
  font-size: 18px;
  border-radius: 0;
  color: #000;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #000;
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #000;
}

.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #000;
}

.input::placeholder, .textarea::placeholder {
  color: #000;
}

.input:hover, .input:focus, .textarea:hover, .textarea:focus {
  border: 1px solid #c1e0f4;
}

.textarea {
  resize: none;
  min-height: 340px;
}

@media screen and (max-width: 768px) {
  .textarea {
    min-height: 270px;
  }
}

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

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  .pagination__list {
    margin-right: 0;
  }
}

.pagination__item:not(:last-child) {
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  .pagination__item:not(:last-child) {
    margin-right: 3px;
  }
}

.pagination__item--active {
  color: #f7d1d5;
}

.pagination__number {
  font-size: 36px;
  line-height: 36px;
  padding: 0 5px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.pagination__number:hover {
  color: rgba(247, 209, 213, 0.7);
}

@media screen and (max-width: 768px) {
  .pagination__number {
    font-size: 24px;
    line-height: 24px;
    padding: 0 2px;
  }
}

.pagination__prev, .pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .pagination__prev, .pagination__next {
    display: none;
  }
}

.btn {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: none;
  border-radius: 100px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  outline: none;
  color: #fff;
  font-weight: 400;
  background-color: #000;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}

.btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 54px;
  display: block;
  position: absolute;
  top: 0;
  left: -81px;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}

.btn:hover, .btn:focus {
  border-bottom: 4px solid #000;
  text-decoration: none;
  background-color: #1a1a1a;
}

.btn:hover:before, .btn:focus:before {
  -webkit-transform: skewX(-45deg) translateX(30em);
          transform: skewX(-45deg) translateX(30em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn:active {
  border-bottom: none;
  background-color: #1f1f1f;
}

.btn--disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn--transparent {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.btn--transparent:hover, .btn--transparent:focus {
  color: #fff;
  background-color: #000;
}

.btn--transparent:active {
  background-color: #1a1a1a;
}

p::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

p::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a7a8a9;
}

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

.radiobox__input {
  display: none;
}

.radiobox__icon {
  margin-right: 5px;
  line-height: 0;
}

.radiobox__text {
  font-size: 14px;
  line-height: 14px;
}

.radiobox__btn {
  height: 24px;
  line-height: 22px;
  font-size: 14px;
  padding: 0 10px;
}

.radiobox__btn:not(:last-child) {
  margin-right: 20px;
}

.radiobox__btn:hover, .radiobox__btn:focus {
  color: #ffffff;
}

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

.container--small {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .container--small {
    padding: 0;
  }
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 81px;
}

@media screen and (max-width: 1024px) {
  .main-content {
    padding-top: 60px;
  }
}

.main-content__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main-content__inner--inner-page {
  padding: 50px 0 80px;
}

@media screen and (max-width: 1024px) {
  .main-content__inner--inner-page {
    padding: 30px 0 50px;
  }
}

.main-content__inner--product-page {
  padding: 50px 0 0;
}

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

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

.datepicker {
  font-family: 'FuturaPT', sans-serif;
}

.datepicker--day-name {
  color: #000000 !important;
  text-transform: none;
}

.datepicker--nav {
  position: relative;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.datepicker--nav:before {
  content: 'Дата';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.datepicker--nav-action {
  margin-top: 5px;
  width: 22px;
  height: 22px;
  background-size: cover;
}

.datepicker--nav-action svg {
  display: none;
}

.datepicker--nav-action:first-of-type {
  background: url("../img/icons-sprite/long-left-arrow.svg") center/cover !important;
}

.datepicker--nav-action:last-of-type {
  background: url("../img/icons-sprite/long-right-arrow.svg") center/cover !important;
}

.datepicker--cell {
  border-radius: 50% !important;
  border: none !important;
  color: #000000 !important;
}

.datepicker--cell.-disabled- {
  color: #a9b4bb !important;
}

.datepicker--cell.-selected- {
  background-color: #faf5b1;
}

.datepicker--cell.-selected-.-focus- {
  background-color: #f8f299;
  border: none;
}

.datepicker--cell.-selected-.-current- {
  background-color: #faf5b1;
}

.datepicker--cell.-current- {
  background-color: #b8dfc9;
}

.datepicker--cell.-in-range- {
  background-color: inherit;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: inherit;
}

.logo {
  width: 260px;
  height: auto;
}

.modal {
  max-width: 380px;
  margin: 0 auto;
  background-color: #fff;
  overflow: auto;
}

.modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    padding: 30px;
  }
}

.modal__title {
  margin-bottom: 20px;
}

.modal__btn {
  display: block;
  border-radius: 0;
  margin-bottom: 20px;
}

.modal__input {
  margin-bottom: 20px;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
}

.modal__pass, .modal__sign-up {
  text-decoration: underline;
}

.modal__pass:hover, .modal__sign-up:hover {
  text-decoration: none;
}

.modal__facebook {
  background-color: #3a5998;
}

.modal__facebook:hover, .modal__facebook:focus {
  background-color: #4164aa;
  border-bottom: 4px solid #334e86;
}

.modal__facebook:active {
  background-color: #334e86;
}

.mfp-bg {
  z-index: 4;
}

.mfp-wrap {
  z-index: 5;
}

.mfp-container {
  overflow: auto;
}

.text-big {
  font-size: 24px;
  line-height: 28px;
}

.text-big:not(:last-child) {
  padding-bottom: 25px;
}

@media screen and (max-width: 1400px) {
  .text-big {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .text-big {
    font-size: 18px;
    line-height: 22px;
  }
}

.text-medium {
  font-size: 18px;
  line-height: 20px;
}

.price-huge {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .price-huge {
    font-size: 40px;
    line-height: 40px;
  }
}

.price-big {
  font-size: 36px;
  line-height: 36px;
}

@media screen and (max-width: 1024px) {
  .price-big {
    font-size: 30px;
    line-height: 30px;
  }
}

.price-medium {
  font-size: 24px;
  line-height: 31px;
}

@media screen and (max-width: 1024px) {
  .price-medium {
    font-size: 20px;
    line-height: 20px;
  }
}

.price-small {
  font-size: 14px;
  line-height: 14px;
}

.title-biggest {
  font-weight: 500;
  max-width: 930px;
  margin-bottom: 20px;
  font-size: 144px;
  line-height: 184px;
}

@media screen and (max-width: 1024px) {
  .title-biggest {
    font-size: 116px;
    line-height: 148px;
  }
}

@media screen and (max-width: 768px) {
  .title-biggest {
    font-size: 72px;
    line-height: 84px;
  }
}

@media screen and (max-width: 576px) {
  .title-biggest {
    font-size: 58px;
    line-height: 68px;
  }
}

.title-huge {
  font-weight: 500;
  font-size: 72px;
  line-height: 84px;
}

@media screen and (max-width: 1400px) {
  .title-huge {
    font-size: 58px;
    line-height: 68px;
  }
}

@media screen and (max-width: 1205px) {
  .title-huge {
    font-size: 48px;
    line-height: 54px;
  }
}

.title-big {
  font-weight: 500;
  font-size: 48px;
  line-height: 54px;
}

@media screen and (max-width: 1400px) {
  .title-big {
    font-size: 40px;
    line-height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .title-big {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 576px) {
  .title-big {
    font-size: 30px;
    line-height: 36px;
  }
}

.title-medium {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 1024px) {
  .title-medium {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .title-medium {
    font-size: 24px;
    line-height: 34px;
  }
}

.title-low {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .title-low {
    font-size: 20px;
    line-height: 22px;
  }
}

.title-small {
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
      touch-action: auto;
}

.head-slider.owl-carousel {
  overflow: hidden;
}

.head-slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row wrap;
          flex: row wrap;
  overflow: hidden;
}

.head-slider.owl-carousel .owl-stage:after {
  display: none;
}

.head-slider.owl-carousel .owl-item {
  -ms-touch-action: auto;
      touch-action: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.head-slider.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  max-width: 1400px;
  padding: 0 24px;
  margin: 0 auto;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.head-slider.owl-carousel .owl-dots > button {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.head-slider.owl-carousel .owl-dots > button:not(:last-child) {
  margin-right: 6px;
}

.head-slider.owl-carousel .owl-dots > button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.head-slider.owl-carousel .owl-dots > button.active {
  background-color: #000;
}

.head-slider__item {
  width: 100%;
  background-color: #e0d2e7;
  background-position: 80% center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 640px;
}

@media screen and (max-width: 1024px) {
  .head-slider__item {
    background-position: 100% center;
  }
}

@media screen and (max-width: 768px) {
  .head-slider__item {
    min-height: 460px;
    background-image: none !important;
  }
}

.head-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 435px;
}

@media screen and (max-width: 768px) {
  .head-slider__content {
    max-width: 270px;
  }
}

.head-slider__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.head-slider__title {
  margin-top: 120px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .head-slider__title {
    margin-bottom: auto;
  }
}

@media screen and (max-width: 576px) {
  .head-slider__title {
    margin-top: 90px;
  }
}

.head-slider__descr {
  font-size: 18px;
  line-height: 23px;
  max-width: 360px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .head-slider__descr {
    display: none;
  }
}

.head-slider__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .head-slider__btn {
    margin-bottom: 40px;
  }
}

.head-slider--white {
  color: #ffffff;
}

.head-slider--white.owl-carousel .owl-dots > button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.head-slider--white.owl-carousel .owl-dots > button:not(:last-child) {
  margin-right: 6px;
}

.head-slider--white.owl-carousel .owl-dots > button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.head-slider--white.owl-carousel .owl-dots > button.active {
  background-color: #fff;
}

.head-slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .head-slider-list {
    display: none;
  }
}

.head-slider-list__item:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .head-slider-list__item:not(:last-child) {
    margin-right: 0;
  }
}

.head-slider-list__link {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  padding: 5px;
  z-index: 1;
  overflow: hidden;
}

.head-slider-list__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 0;
  height: 120%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-color: #faf5b1;
}

.head-slider-list__link:hover:before {
  left: -20%;
  width: 140%;
}

@media screen and (max-width: 1024px) {
  .head-slider-list__link {
    padding: 3px;
  }
}

.m-about {
  position: relative;
  padding: 100px 0 80px;
}

.m-about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url("../img/m-about-bg.jpg");
  background-position: center;
  background-size: 50%;
  background-repeat: repeat;
}

@media screen and (max-width: 1024px) {
  .m-about {
    padding: 60px 0 44px;
  }
}

@media screen and (max-width: 768px) {
  .m-about {
    background-position: top;
    background-size: cover;
  }
}

.m-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.m-about__title {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .m-about__title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .m-about__title {
    margin-bottom: 44px;
  }
}

.m-about-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-about-item:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .m-about-item {
    -webkit-box-flex: calc(50% - 40px);
        -ms-flex: calc(50% - 40px);
            flex: calc(50% - 40px);
  }
  .m-about-item:not(:last-child) {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .m-about-item:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 576px) {
  .m-about-item {
    -webkit-box-flex: calc(100%);
        -ms-flex: calc(100%);
            flex: calc(100%);
  }
  .m-about-item:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

.m-about-item__icon {
  margin-bottom: 20px;
}

.m-about-item__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.m-catalog {
  background-color: #c1e0f4;
  padding: 30px 0 140px;
}

@media screen and (max-width: 1024px) {
  .m-catalog {
    padding: 30px 0 70px;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  max-width: 280px;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.card__img-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 420px;
  max-height: 420px;
  overflow: hidden;
}

.card__btn {
  line-height: 28px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
}

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

.card__title {
  margin-bottom: 10px;
}

.card__img {
  width: 100%;
  min-height: 420px;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 14px 20px 16px;
  height: 100%;
}

.card__subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
}

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

.card__actions {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 24px;
  height: 58px;
}

.card__favorite {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .card__btn {
    margin-top: 5px;
  }
}

.card__total {
  font-size: 16px;
  line-height: 16px;
}

.card__buyout {
  font-size: 14px;
  line-height: 14px;
}

.card__count {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .card__count {
    right: 10px;
    bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }
}

.card--yellow {
  background-color: #faf5b1;
}

.card-list {
  margin-bottom: 16px;
}

.card-list__item {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 26px;
}

.card-list__item:before {
  content: '-';
  position: absolute;
  left: 0;
}

.catalog-slider__item .card__img-link:after,
.catalog-card .card__img-link:after,
.popular-card .card__img-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(161, 196, 253, 0.3)), to(rgba(194, 233, 251, 0.3)));
  background: linear-gradient(to bottom, rgba(161, 196, 253, 0.3) 0%, rgba(194, 233, 251, 0.3) 100%);
}

.catalog-slider__item:hover .card__img-link:after,
.catalog-card:hover .card__img-link:after,
.popular-card:hover .card__img-link:after {
  opacity: 1;
}

.catalog-slider .owl-nav {
  width: 100%;
}

.catalog-slider .owl-nav > button {
  width: 20px;
  height: 36px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.catalog-slider .owl-nav > button > svg {
  width: 25px;
  height: 40px;
  opacity: 0.4;
  fill: black;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.catalog-slider .owl-nav > button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.catalog-slider .owl-nav > button:hover > svg {
  fill: black;
  opacity: 0.6;
}

.catalog-slider .owl-nav .owl-prev {
  left: 0;
}

.catalog-slider .owl-nav .owl-next {
  right: 0;
}

.catalog-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  right: 60px;
}

.catalog-slider .owl-stage:after {
  display: none;
}

.catalog-slider .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.catalog-slider__item {
  height: 536px;
}

@media screen and (max-width: 768px) {
  .catalog-slider__item {
    max-width: 210px;
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-slider__img-link {
    min-height: 316px;
    max-height: 316px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-slider__img {
    min-height: 316px;
    max-height: 316px;
  }
}

.catalog-slider__footer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .catalog-slider__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (max-width: 768px) {
  .catalog-slider__buyout {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-slider__title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-slider__content {
    padding: 14px 20px 30px;
  }
}

.tab-menu {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .tab-menu {
    margin-bottom: 30px;
  }
}

.tab-menu__item {
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tab-menu__item:hover {
  color: rgba(0, 0, 0, 0.75);
}

.tab-menu__item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .tab-menu__item {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .tab-menu__item {
    font-size: 26px;
    line-height: 36px;
  }
  .tab-menu__item:not(:last-child) {
    margin-right: 15px;
  }
}

.tab-menu__item--active {
  color: #000;
}

.tab-menu__item-title {
  margin-bottom: 8px;
}

.tab-menu__item-descr {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.loading {
  position: relative;
  text-align: center;
  width: 100px;
}

.loading__dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  -webkit-animation: wave 1.3s linear infinite;
          animation: wave 1.3s linear infinite;
}

.loading__dot:not(:last-child) {
  margin-right: 12px;
}

.loading__dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.loading__dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.m-events {
  background-color: #b8dfca;
  padding: 30px 0 140px;
}

@media screen and (max-width: 1024px) {
  .m-events {
    padding: 30px 0 70px;
  }
}

.topline {
  background-color: #f7d1d5;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1205px) {
  .topline {
    display: none;
  }
}

.topline__left, .topline__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
}

.topline__phone {
  margin-top: 1px;
  display: inline-block;
  position: relative;
}

.topline__phone:hover {
  text-decoration: underline;
}

.mob-menu {
  position: fixed;
  z-index: 3;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 40px 0 72px;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mob-menu--active {
  height: calc(100vh - 60px);
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
}

.mob-menu__inner {
  padding: 0 20px;
}

.mob-menu__nav-link {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.mob-menu__nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 0;
  height: 120%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-color: #faf5b1;
}

.mob-menu__nav-link:hover:before {
  left: -20%;
  width: 140%;
}

.mob-menu__footer {
  margin-top: 20px;
}

.mob-menu__phone {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.mob-menu__addr {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.mob-menu__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.mob-menu__soc-item:not(:last-child) {
  margin-right: 20px;
}

.mob-menu__soc-link .soc-icon {
  width: 30px;
  height: 30px;
}

.topline-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.topline-info__item:not(:last-child) {
  margin-right: 30px;
}

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

.topline-soc__item:not(:last-child) {
  margin-right: 26px;
}

.topline-soc__link .soc-icon {
  width: 16px;
  height: 16px;
}

.head-bar {
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #d3d3d3;
  background-color: #ffffff;
  padding: 24px 0;
  z-index: 3;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1205px) {
  .head-bar {
    top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .head-bar {
    padding: 16.5px 0;
  }
}

.head-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
}

.head-bar__left, .head-bar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-bar__left {
  width: 95%;
}

@media screen and (max-width: 1024px) {
  .head-bar__left {
    width: auto;
  }
}

.head-bar__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 5%;
}

@media screen and (max-width: 1024px) {
  .head-bar__right {
    width: auto;
  }
}

.head-bar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

.head-bar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-bar--fixed {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.32);
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1205px) {
  .head-nav {
    display: none;
  }
}

.head-nav__item {
  padding: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.head-nav__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 0;
  height: 120%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-color: #faf5b1;
}

.head-nav__item:hover:before {
  left: -20%;
  width: 140%;
}

.head-nav__item:not(:last-child) {
  margin-right: 13px;
}

.head-favorite {
  margin-right: 24px;
}

.head-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1205px) {
  .head-basket {
    margin-right: 22px;
  }
}

.head-basket .icon-basket {
  margin-right: 6px;
}

.head-basket:hover {
  color: #efa6ad;
}

.head-basket:hover .icon-basket {
  fill: #efa6ad;
}

.head-basket__count {
  font-size: 20px;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 40px 0;
  background-color: #f7d1d5;
  background-image: url("../img/slogan.png");
  background-position: 98% center;
  background-size: 10%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 14px;
}

@media screen and (max-width: 1024px) {
  .footer {
    background-image: none;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

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

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 770px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__left {
    max-width: 100%;
  }
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__column:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer__column:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer__column:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .footer__column:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media screen and (max-width: 768px) {
  .footer__column:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media screen and (max-width: 768px) {
  .footer__column:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

.footer__copy {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}

.footer__slogan {
  pointer-events: none;
}

.footer__phone {
  position: relative;
  display: inline-block;
}

.footer__phone:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-info {
    margin-top: 20px;
  }
}

.footer-info__item:not(:last-child) {
  margin-bottom: 12px;
}

.footer-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 16px;
}

.footer-nav__item:not(:last-child) {
  margin-bottom: 2px;
}

.footer-nav__link {
  display: inline-block;
  position: relative;
  padding: 5px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-nav__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 0;
  height: 120%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-color: #faf5b1;
}

.footer-nav__link:hover:before {
  left: -20%;
  width: 140%;
}

.footer-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .footer-authors {
    margin-top: 20px;
  }
}

.footer-authors__design {
  margin-bottom: 6px;
}

.footer-authors__develop span {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-authors__develop:hover span {
  color: #ff500b;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-left: 5px;
}

.footer-soc__item:not(:last-child) {
  margin-right: 12px;
}

.footer-soc__link .soc-icon {
  width: 20px;
  height: 20px;
}

.footer-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 24px;
  max-width: 56%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .blog-aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
  }
}

.blog-aside__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 5px;
  margin-bottom: 40px;
}

.blog-aside__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  padding: 5px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .blog-aside__link {
    font-size: 20px;
    line-height: 20px;
  }
}

.blog-aside__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 0;
  height: 120%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-color: #faf5b1;
}

.blog-aside__link:hover:before {
  left: -20%;
  width: 140%;
}

.blog-aside__img {
  width: 100%;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

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

.blog-article {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  width: 30.19%;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.blog-article:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}

.blog-article:hover .blog-article__title {
  text-decoration: underline;
}

.blog-article:nth-of-type(1) {
  background-color: #faf5b1;
}

.blog-article:nth-of-type(2) {
  background-color: #b8dfca;
}

.blog-article:nth-of-type(3) {
  background-color: #e0d2e7;
}

.blog-article:nth-of-type(4) {
  background-color: #c1e0f4;
}

.blog-article:nth-of-type(5) {
  background-color: #faf5b1;
}

.blog-article:nth-of-type(6) {
  background-color: #f7d1d5;
}

.blog-article:nth-of-type(7) {
  background-color: #b8dfca;
}

.blog-article:nth-of-type(8) {
  background-color: #e0d2e7;
}

.blog-article:nth-of-type(9) {
  background-color: #faf5b1;
}

@media screen and (max-width: 1400px) {
  .blog-article {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 576px) {
  .blog-article {
    width: 100%;
  }
}

.blog-article__sizer {
  width: 30.19%;
}

@media screen and (max-width: 1400px) {
  .blog-article__sizer {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 576px) {
  .blog-article__sizer {
    width: 100%;
  }
}

.blog-article__gutter {
  width: 50px;
}

@media screen and (max-width: 1400px) {
  .blog-article__gutter {
    width: 40px;
  }
}

@media screen and (max-width: 576px) {
  .blog-article__gutter {
    width: 0;
  }
}

.blog-article__wrapper {
  margin-top: 15px;
}

.blog-article__time {
  display: block;
}

.blog-article__img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1024px) {
  .blog-article__img {
    max-height: 240px;
  }
}

.blog-article__title {
  margin-top: 6px;
}

.blog-article__content {
  padding: 5px 18px 18px;
}

@media screen and (max-width: 1024px) {
  .blog-article__content {
    padding: 5px 15px 15px;
  }
}

@media screen and (max-width: 576px) {
  .blog-article__content {
    padding: 5px 10px 10px;
  }
}

.article {
  max-width: 700px;
  margin-right: 40px;
}

@media screen and (max-width: 1400px) {
  .article {
    max-width: 100%;
    margin-right: 0;
  }
}

.article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.article__header {
  margin-bottom: 36px;
}

.article__time {
  display: block;
  margin-bottom: 20px;
}

.article__img {
  margin-bottom: 36px;
  width: 100%;
}

.article__content {
  margin-bottom: 20px;
}

.article-similar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 320px;
}

@media screen and (max-width: 1400px) {
  .article-similar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    max-width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .article-similar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.article-similar .blog-article {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 1400px) {
  .article-similar .blog-article {
    max-width: 50%;
    width: 50%;
    margin-right: 40px;
  }
}

@media screen and (max-width: 576px) {
  .article-similar .blog-article {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .article-similar .blog-article:not(:last-child) {
    margin-right: 40px;
  }
}

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

.article-soc__item:not(:last-child) {
  margin-right: 4px;
}

.article-more {
  width: 100%;
  margin-top: 20px;
}

.article-more__title {
  margin-bottom: 25px;
}

.catalog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 40px 0 20px;
}

@media screen and (max-width: 768px) {
  .catalog__wrap {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .catalog__options {
    margin-top: 54px;
  }
}

.catalog-card {
  height: 495px;
  max-width: calc(25% - 30px);
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .catalog-card {
    height: 480px;
  }
}

@media screen and (max-width: 576px) {
  .catalog-card {
    height: 396px;
  }
}

.catalog-card:not(:nth-of-type(4n)) {
  margin-right: 40px;
}

@media screen and (max-width: 1400px) {
  .catalog-card {
    max-width: calc(33.33% - 30px);
  }
  .catalog-card:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .catalog-card:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-card {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .catalog-card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .catalog-card:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}

.catalog-card__img-link {
  min-height: 350px;
  max-height: 350px;
}

@media screen and (max-width: 576px) {
  .catalog-card__img-link {
    min-height: 245px;
    max-height: 245px;
  }
}

.catalog-card__img {
  min-height: 350px;
  max-height: 350px;
  -o-object-position: center top;
     object-position: center top;
}

@media screen and (max-width: 576px) {
  .catalog-card__img {
    min-height: 245px;
    max-height: 245px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-card__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.catalog-card__buyout {
  margin-top: 5px;
}

@media screen and (max-width: 576px) {
  .catalog-card__content {
    padding: 12px 12px 16px;
  }
}

.catalog-card--acces {
  height: 445px;
}

@media screen and (max-width: 576px) {
  .catalog-card--acces {
    height: 345px;
  }
}

.catalog-card--acces .card__img {
  min-height: 300px;
  max-height: 300px;
}

@media screen and (max-width: 576px) {
  .catalog-card--acces .card__img {
    min-height: 200px;
    max-height: 200px;
  }
}

.catalog-card--acces .card__img-link {
  min-height: 300px;
  max-height: 300px;
}

@media screen and (max-width: 576px) {
  .catalog-card--acces .card__img-link {
    min-height: 200px;
    max-height: 200px;
  }
}

.catalog-card--acces .card__content {
  height: auto;
  margin-top: auto;
}

.catalog-card--rent {
  background-color: #c1e0f3;
}

.catalog-card--rent .catalog-card__img {
  min-height: auto;
  max-height: 120px;
  max-width: 120px;
  margin: auto;
}

.catalog-card--rent .catalog-card__title {
  text-align: center;
  font-weight: 500;
}

.catalog-modal {
  position: relative;
  margin: 0 auto;
  padding: 40px;
  max-width: 1080px;
  background-color: #ffffff;
}

@media screen and (max-width: 1400px) {
  .catalog-modal {
    max-width: 960px;
    padding: 30px;
  }
}

@media screen and (max-width: 1205px) {
  .catalog-modal {
    max-width: 880px;
  }
}

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

@media screen and (max-width: 1024px) {
  .catalog-modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.catalog-modal__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
}

.catalog-modal__aside {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .catalog-modal__aside {
    margin: 0 auto;
  }
}

.catalog-modal__header {
  margin-bottom: 16px;
}

.catalog-modal__favorite {
  display: table;
  margin-left: auto;
}

.catalog-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.catalog-modal__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}

.catalog-modal__buyout {
  font-size: 14px;
  line-height: 14px;
}

.catalog-modal__btn:not(:last-child) {
  margin-right: 20px;
}

.option__item {
  width: 100%;
  border-bottom: solid 2px #d3d3d3;
}

.option__item:not(:last-child) {
  margin-bottom: 16px;
}

.option__sub {
  position: relative;
  margin-bottom: 16px;
}

.option__sub-toggle {
  cursor: pointer;
}

.option__sub-toggle:after, .option__sub-toggle:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.option__sub-toggle--toggled:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.option__text {
  font-size: 14px;
}

.option__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.option-rent, .option-size, .option-length, .option-calendar, .option-color, .option-type, .option-cutting, .option-brand, .option-price, .option-pay {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.option-rent {
  width: 50%;
}

.option-calendar {
  position: relative;
  width: 100%;
}

.option-calendar:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background-image: url("../img/icons-sprite/calendar.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
}

.option-calendar__input {
  padding: 5px 10px;
  font-size: 14px;
}

.option-calendar__inline {
  margin-bottom: 16px;
}

.option-size {
  width: 25%;
}

.option-size .radiobox__text {
  text-transform: uppercase;
}

.option-length {
  width: 50%;
}

.option-color:not(:nth-of-type(6n)) {
  margin-right: 12px;
}

.option-color__link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.option-color__img {
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.option-type {
  width: 50%;
}

.option-cutting {
  width: 50%;
}

.option-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

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

.option-price__value {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
}

.option-price__value:after {
  position: absolute;
  content: '₽';
  right: 0;
}

.option-price__range {
  width: 100%;
}

.option-brand {
  width: 50%;
}

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

.option-search {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.option-search ::-ms-clear {
  display: none;
}

.option-search__label {
  display: block;
  width: 100%;
}

.option-search__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

.option-search__input {
  padding: 2.5px 10px;
}

.option-search .icon-zoom {
  width: 18px;
  height: 18px;
}

.noUi-horizontal {
  height: 6px;
  background-color: #d3d3d3;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle {
  width: 6px;
  height: 16px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #000;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-connect {
  background-color: #000;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: 0;
  background-color: #000;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

.catalog-popular__title {
  max-width: 820px;
}

.popular-card {
  height: 595px;
  max-width: calc(25% - 30px);
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .popular-card {
    height: 412px;
  }
}

.popular-card:not(:nth-of-type(4n)) {
  margin-right: 40px;
}

@media screen and (max-width: 1400px) {
  .popular-card {
    max-width: calc(33.33% - 30px);
  }
  .popular-card:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .popular-card:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .popular-card {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .popular-card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .popular-card:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}

.popular-card__img {
  min-height: 465px;
  max-height: 465px;
  -o-object-position: center top;
     object-position: center top;
}

@media screen and (max-width: 576px) {
  .popular-card__img {
    min-height: 245px;
    max-height: 245px;
  }
}

.popular-card__img-link {
  min-height: 465px;
  max-height: 465px;
}

@media screen and (max-width: 576px) {
  .popular-card__img-link {
    min-height: 245px;
    max-height: 245px;
  }
}

@media screen and (max-width: 576px) {
  .popular-card__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.popular-card__buyout {
  margin-top: 5px;
}

@media screen and (max-width: 576px) {
  .popular-card__content {
    padding: 12px 12px 16px;
  }
}

.favorite__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.favorite__title {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .favorite__title {
    margin-bottom: 40px;
  }
}

.favorite-card {
  height: 480px;
  max-width: calc(33.33% - 30px);
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .favorite-card {
    height: 410px;
  }
}

.favorite-card:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .favorite-card {
    max-width: calc(50% - 10px);
  }
  .favorite-card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .favorite-card:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .favorite-card {
    max-width: calc(100%);
  }
  .favorite-card:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

.favorite-card--yellow {
  background-color: #faf5b1;
}

.favorite-card--yellow .favorite-card__footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.favorite-card--yellow .favorite-card__img {
  max-height: 140px;
  max-width: 140px;
  min-height: auto;
}

.favorite-card__img {
  min-height: 425px;
  max-height: 425px;
}

@media screen and (max-width: 1024px) {
  .favorite-card__img {
    min-height: 354px;
    max-height: 354px;
  }
}

.favorite-card__img-link {
  min-height: 425px;
  max-height: 425px;
}

@media screen and (max-width: 1024px) {
  .favorite-card__img-link {
    min-height: 354px;
    max-height: 354px;
  }
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product__title {
  font-size: 58px;
  line-height: 66px;
}

@media screen and (max-width: 1205px) {
  .product__title {
    font-size: 48px;
    line-height: 54px;
  }
}

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

@media screen and (max-width: 1024px) {
  .product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.product__right {
  background-color: #f3f3f3;
  max-width: 620px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .product__right {
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .product__right {
    background-color: transparent;
  }
}

.product__content {
  padding: 38px;
}

@media screen and (max-width: 1400px) {
  .product__content {
    padding: 28px;
  }
}

@media screen and (max-width: 1205px) {
  .product__content {
    padding: 18px;
  }
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

@media screen and (max-width: 576px) {
  .product__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.product__header-left, .product__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.product__header-left {
  width: 70%;
}

@media screen and (max-width: 576px) {
  .product__header-left {
    width: 100%;
  }
}

.product__header-right {
  width: 30%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 576px) {
  .product__header-right {
    display: none;
    width: 100%;
  }
}

.product__favorite {
  margin-top: 16px;
  margin-bottom: auto;
}

.product__favorite .icon-favorite {
  width: 40px;
  height: 38px;
}

.product__descr {
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
}

.product__total {
  margin-top: auto;
  font-size: 32px;
  line-height: 32px;
}

.product__buyout {
  font-size: 14px;
  line-height: 14px;
  margin-top: auto;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.product__btn:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.product__subtitle {
  margin-top: auto;
}

.product__mob {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

@media screen and (max-width: 576px) {
  .product__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product__mob-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.product__mob .product__buyout {
  margin-top: 6px;
}

.product__desc {
  font-size: 22px;
  line-height: 24px;
}

.product-slider {
  max-width: 700px;
  width: 100%;
  max-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-right: 40px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .product-slider {
    margin-right: 20px;
    max-width: 520px;
    max-height: 560px;
  }
}

@media screen and (max-width: 1205px) {
  .product-slider {
    max-height: 450px;
  }
}

@media screen and (max-width: 1024px) {
  .product-slider {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.product-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 40px;
}

@media screen and (max-width: 1400px) {
  .product-slider .slick-dots {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1205px) {
  .product-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    z-index: 3;
  }
}

.product-slider .slick-dots li {
  opacity: 0.5;
  display: inline-block;
  width: 140px;
  height: 160px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1400px) {
  .product-slider .slick-dots li {
    width: 110px;
    height: 130px;
  }
}

@media screen and (max-width: 1205px) {
  .product-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin-bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
  }
  .product-slider .slick-dots li:not(:last-child) {
    margin-right: 6px;
  }
}

.product-slider .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (max-width: 1205px) {
  .product-slider .slick-dots li.slick-active {
    background-color: #fff;
  }
}

.product-slider .slick-dots li:hover {
  opacity: 1;
}

@media screen and (max-width: 1205px) {
  .product-slider .slick-dots li:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.product-slider .slick-dots li img {
  width: 140px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  cursor: pointer;
}

.product-slider .slick-list {
  max-width: 520px;
}

.product-slider__img {
  min-height: 700px;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .product-slider__img {
    min-height: 560px;
    max-height: 560px;
  }
}

@media screen and (max-width: 1205px) {
  .product-slider__img {
    min-height: 450px;
    max-height: 450px;
  }
}

.product-slider__item {
  overflow: hidden;
  cursor: crosshair;
}

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

.product-warning__text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-right: 20px;
  max-width: 300px;
}

.product-warning__btn {
  padding: 0 12px;
}

.product-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-options:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 576px) {
  .product-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.product-options__item:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .product-options__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.product-tabs {
  margin-top: 40px;
}

.product-menu {
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .product-menu {
    margin-bottom: 0;
  }
}

.product-menu__item {
  font-size: 18px;
  line-height: 18px;
}

.product-menu__item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  .product-menu__item {
    display: inline-block;
    margin-bottom: 15px;
  }
  .product-menu__item:not(:last-child) {
    margin-right: 15px;
  }
}

#yandexmap {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  height: 440px;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  #yandexmap {
    height: 300px;
  }
}

.contacts__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .contacts__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.contacts__left {
  max-width: 420px;
  width: 100%;
  margin-right: 40px;
}

@media screen and (max-width: 576px) {
  .contacts__left {
    margin-right: 0;
  }
}

.contacts__right {
  width: 100%;
  max-width: 600px;
  margin-top: 15px;
}

.contacts__header {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .contacts__header {
    font-size: 30px;
    line-height: 30px;
  }
}

.contacts__phone {
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contacts__phone {
    margin-top: 25px;
  }
}

.contacts__footer {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .contacts__footer {
    margin-top: 20px;
  }
}

.contacts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-info__text {
  display: block;
  margin-right: 3px;
}

.contacts-info__link {
  position: relative;
  padding: 5px;
  overflow: hidden;
}

.contacts-info__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 0;
  height: 120%;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-color: #faf5b1;
}

.contacts-info__link:hover:before {
  left: -20%;
  width: 140%;
}

.contacts-jur {
  margin-top: 40px;
}

@media screen and (max-width: 576px) {
  .contacts-jur {
    margin-top: 20px;
  }
}

.contacts-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contacts-form__group {
    margin-bottom: 20px;
  }
}

.contacts-form__input:not(:last-child) {
  margin-right: 40px;
}

.contacts-form__textarea {
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .contacts-form__textarea {
    margin-bottom: 18px;
  }
}

.basket-pagination {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin-bottom: 65px;
}

.basket-pagination__number {
  color: #dbdbdb;
  position: relative;
}

@media screen and (max-width: 768px) {
  .basket-pagination__number {
    font-size: 30px;
    line-height: 30px;
  }
}

.basket-pagination__number:hover {
  color: #dbdbdb;
}

.basket-pagination__number:not(:last-child) {
  margin-right: 16px;
}

.basket-pagination__number--active {
  color: #000;
}

.basket-pagination__number--active:hover {
  color: #000;
}

.basket-pagination__number--active:after {
  content: "" attr(data-order) "";
  position: absolute;
  bottom: -25px;
  font-weight: 400;
  left: 0;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
}

.basket-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

.basket__footer {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .basket__footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.basket__actions {
  margin-top: 10px;
}

.basket__btn {
  margin-top: 20px;
}

.basket__btn:not(:last-child) {
  margin-right: 20px;
}

.basket__total {
  margin-top: 10px;
}

.basket__empty {
  text-align: center;
  margin-bottom: 20px;
}

.basket__empty-text {
  font-size: 36px;
  line-height: 36px;
}

.basket-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket-delivery__total {
  min-width: 125px;
  margin-right: 20px;
}

.basket-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  height: 345px;
}

@media screen and (max-width: 768px) {
  .basket-item {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 345px;
  }
}

.basket-item:not(:last-child) {
  margin-bottom: 40px;
}

.basket-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .basket-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.basket-item__header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
}

.basket-item__subtitle {
  margin-top: 10px;
}

.basket-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 30px 40px;
  max-width: 640px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .basket-item__content {
    padding: 20px 30px;
  }
}

.basket-item__img {
  height: 345px;
  max-width: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
  .basket-item__img {
    max-width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  .basket-item__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.basket-item__option:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .basket-item__option:not(:last-child) {
    margin-bottom: 16px;
  }
}

.basket-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .basket-item__footer {
    margin-top: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.basket-item__price {
  min-width: 152px;
  text-align: right;
}

.basket-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .basket-item-list {
    margin-right: 10px;
  }
}

.basket-item-list__text {
  font-size: 16px;
  line-height: 16px;
}

.basket-item-list__text:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .basket-item-list__text:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  border-radius: 4px;
  background-color: #333;
}

.close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .close {
    right: 15px;
    top: 15px;
  }
}

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

@media screen and (max-width: 576px) {
  .basket-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.basket-menu__item:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 576px) {
  .basket-menu__item {
    font-size: 20px;
    line-height: 26px;
  }
  .basket-menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.basket-menu__item-descr {
  max-width: 240px;
}

.basket-tab__inner {
  max-width: 260px;
}

.basket-tab__header {
  margin-bottom: 34px;
}

.basket__time {
  margin-top: 20px;
}

.data-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.data-form__radiobox:not(:last-child) {
  margin-bottom: 16px;
}

.data-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.data-form__group .data-form__label {
  margin-bottom: 0;
}

.data-form__group .data-form__label:not(:last-child) {
  margin-right: 20px;
}

.data-form__input {
  padding: 2.5px 10px;
}

.data-form__btn {
  margin-top: 20px;
  -ms-flex-item-align: start;
      align-self: start;
}

.data-form__label {
  margin-bottom: 20px;
  width: 100%;
}

.basket-thanks {
  min-height: 630px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .basket-thanks {
    min-height: 530px;
    text-align: center;
  }
}

.basket-thanks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
}

.basket-thanks__text {
  margin-top: 20px;
}

.basket-thanks__btn {
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .basket-thanks__btn {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.account-wrap {
  min-height: 680px;
}

.account-wrap__inner {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .account-wrap__inner {
    padding-top: 30px;
  }
}

.account-tab__inner {
  margin-bottom: 40px;
  text-align: center;
}

.account-tab__points {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.account-tab__points span {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .account-tab__points span {
    margin-top: 10px;
  }
}

.account-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 576px) {
  .account-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.account-menu__item {
  font-size: 24px;
  line-height: 26px;
}

.account-menu__item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .account-menu__item {
    font-size: 20px;
    line-height: 22px;
  }
  .account-menu__item:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  .account-menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.about-wrap {
  padding-top: 100px;
  padding-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .about-wrap {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .about-wrap {
    padding-top: 40px;
  }
}

.about-content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  margin-bottom: 40px;
}

.about-slider__title {
  margin: 0;
}

.team__inner {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .team__inner {
    margin-top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .team__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.team__left, .team__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.team__left {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .team__left {
    margin-right: 0;
  }
}

.team__main {
  position: relative;
  min-height: 600px;
  max-height: 600px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .team__main {
    margin: 0 auto;
    min-height: 335px;
    max-height: 335px;
    margin-bottom: 20px;
  }
}

.team-card {
  max-width: calc(25% - 30px);
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  min-height: 465px;
  max-height: 465px;
}

.team-card:not(:nth-of-type(4n)) {
  margin-right: 40px;
}

@media screen and (max-width: 1400px) {
  .team-card {
    max-width: calc(33.33% - 30px);
  }
  .team-card:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .team-card:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .team-card {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .team-card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .team-card:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .team-card {
    max-width: 100%;
  }
  .team-card:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

.team-card__inner {
  width: 100%;
  height: 100%;
}

.team-card__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
  -o-object-position: center top;
     object-position: center top;
  z-index: -1;
}

.team-card__descr {
  font-size: 14px;
  line-height: 14px;
}

.team-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px;
  height: 100%;
}

.team-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.team-about {
  height: 100%;
  background-color: #faf5b1;
  padding: 10px 20px;
  max-height: 600px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .team-about {
    max-height: 100%;
    overflow: visible;
  }
}

.team-about__header {
  margin-bottom: 20px;
}

.manual-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.manual-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .manual-wrap__inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

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

.manual-item:not(:last-child) {
  margin-bottom: 20px;
}

.manual-item__icon {
  margin-top: 20px;
  margin-right: 80px;
}

@media screen and (max-width: 768px) {
  .manual-item__icon {
    margin-right: 40px;
  }
}

@media screen and (max-width: 576px) {
  .manual-item__icon {
    display: none;
  }
}

.manual-item__title {
  margin-bottom: 20px;
}

.manual-item__content {
  max-width: 800px;
}

.events-head {
  background-size: cover;
  background-position: center;
  padding-top: 64px;
}

@media screen and (max-width: 768px) {
  .events-head {
    padding-top: 30px;
  }
}

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

@media screen and (max-width: 576px) {
  .events-head__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.events-head__text {
  max-width: 400px;
}

.events-head__text:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 576px) {
  .events-head__text:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.events-head__btn {
  margin-top: 40px;
}

@media screen and (max-width: 576px) {
  .events-head__btn {
    margin-top: 20px;
  }
}

.events-head__img {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .events-head__img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .photoday-aside {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .photoday-aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.photoday-wrap {
  margin: 100px 0;
}

@media screen and (max-width: 1024px) {
  .photoday-wrap {
    margin-top: 60px;
  }
}

.photoday-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.photoday-photo__img {
  display: block;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  margin: 0 auto;
}

.option-calendar__inline .datepicker {
  border: none;
}

.option-calendar__inline .datepicker--nav {
  border: none;
}

.photoday-card {
  height: 550px;
}

@media screen and (max-width: 1400px) {
  .photoday-card {
    height: 450px;
  }
}

@media screen and (max-width: 1205px) {
  .photoday-card {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .photoday-card {
    height: 100%;
  }
}

.photoday-card:nth-of-type(odd) {
  background-color: #c1e0f3;
}

.photoday-card:nth-of-type(odd) .btn {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.photoday-card:nth-of-type(odd) .btn:hover, .photoday-card:nth-of-type(odd) .btn:focus {
  color: #fff;
  background-color: #000;
}

.photoday-card:nth-of-type(odd) .btn:active {
  background-color: #1a1a1a;
}

.photoday-card:nth-of-type(even) {
  background-color: #faf5b1;
}

.photoday-card:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .photoday-card:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .photoday-card {
    max-width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 768px) {
  .photoday-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.photoday-card__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .photoday-card__slider {
    max-width: 450px;
  }
}

@media screen and (max-width: 1205px) {
  .photoday-card__slider {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .photoday-card__slider {
    max-width: 100%;
  }
}

.photoday-card__slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  max-width: 550px;
  padding: 0 20px;
  margin: 0 auto;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.photoday-card__slider .owl-dots > button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.photoday-card__slider .owl-dots > button:not(:last-child) {
  margin-right: 6px;
}

.photoday-card__slider .owl-dots > button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.photoday-card__slider .owl-dots > button.active {
  background-color: #fff;
}

.photoday-card__img {
  min-height: 550px;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .photoday-card__img {
    min-height: 450px;
    max-height: 450px;
  }
}

@media screen and (max-width: 1205px) {
  .photoday-card__img {
    max-height: 400px;
    min-height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .photoday-card__img {
    max-height: 380px;
    min-height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .photoday-card__img {
    max-height: 335px;
    min-height: 335px;
  }
}

.photoday-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 35px 40px;
}

@media screen and (max-width: 1400px) {
  .photoday-card__body {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 1205px) {
  .photoday-card__body {
    padding: 15px 20px;
  }
}

.photoday-card__time {
  margin-bottom: 12px;
  display: block;
}

.photoday-card__title {
  margin-bottom: 8px;
}

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

@media screen and (max-width: 768px) {
  .photoday-card__footer {
    margin-top: 16px;
  }
}

.photoday-card__text {
  max-height: 140px;
  overflow-y: auto;
}

.photoday-card__options {
  margin-top: 20px;
}

.photoday-card__options-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.photoday-card__options-item:not(:last-child) {
  margin-bottom: 16px;
}

.photoday-card-list {
  margin-top: 20px;
}

.events-wrap {
  margin-top: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .events-wrap {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .events-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.events-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.events__header {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .events__header {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  .events__header {
    margin-bottom: 30px;
  }
}

.event-card {
  background-color: #f3f3f3;
  max-width: calc(33.33% - 30px);
  margin-bottom: 40px;
  width: 100%;
}

.event-card:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .event-card {
    max-width: calc(50% - 10px);
  }
  .event-card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .event-card:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .event-card {
    max-width: calc(100%);
  }
  .event-card:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

.event-card__img {
  min-height: 320px;
  max-height: 320px;
}

@media screen and (max-width: 576px) {
  .event-card__img {
    min-height: 260px;
    max-height: 260px;
  }
}

.event-card__img-link {
  min-height: 320px;
  max-height: 320px;
}

@media screen and (max-width: 576px) {
  .event-card__img-link {
    min-height: 260px;
    max-height: 260px;
  }
}

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

.events-gallery {
  background-color: #c1e0f4;
  padding: 30px 0 140px;
}

@media screen and (max-width: 1024px) {
  .events-gallery {
    padding: 30px 0 70px;
  }
}

.events-gallery .owl-stage {
  right: 50px;
}

.events-gallery__title {
  margin-bottom: 20px;
}

.events-gallery__item {
  display: block;
  min-height: 480px;
  max-height: 480px;
  max-width: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1024px) {
  .events-gallery__item {
    min-height: 380px;
    max-height: 380px;
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .events-gallery__item {
    min-height: 235px;
    max-height: 235px;
    max-width: 235px;
  }
}
