@font-face {
  font-family: "Mulish";
  font-display: swap;
  src: url("../fonts/Mulish-Light.woff") format("woff"), url("../fonts/Mulish-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestMedium.woff") format("woff"), url("../fonts/OnestMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestExtraBold.woff") format("woff"), url("../fonts/OnestExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff"), url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: Italic;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestRegular.woff") format("woff"), url("../fonts/OnestRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: Italic;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/OnestBold.woff") format("woff"), url("../fonts/OnestBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Onest";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Onest";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #4A3934;
  font-size: 14px;
  background: #F5F5F5;
}

body._lock {
  overflow: hidden;
}

body._lock::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: rgba(74, 57, 52, 0.3);
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0px 20px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #4A3934;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 18px;
  height: 18px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #4A3934;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 8px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: url("../img/icons/check.svg") center/16px no-repeat, #FED049;
  border-color: #FED049;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.checkbox__text > span > span {
  color: #908481;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 10px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #908481;
  border-radius: 2px;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}
._error{
  border: 1px solid #ee1212;
  border-radius: 6px;
}
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.options__item {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text {
  border: 2px solid #E45926;
  color: #E45926;
  padding: 39px;
}

.options__input:checked + .options__text:after {
  background: url(../img/icons/white-check.svg) center/14px no-repeat, #E45926;
}

.options__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #908481;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #F2F2F2;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.options__text::after {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  border-radius: 50%;
  background: #f2f2f2;
  position: absolute;
  top: 10px;
  right: 10px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #908481;
  padding: 12px 20px;
  border-radius: 6px;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.quantity__button._disabled::before,
.quantity__button._disabled::after {
  background: #99908e;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: -1px 0px 0px -8px;
  background-color: #4A3934;
  width: 16px;
  height: 2px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #4A3934;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
 
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.pagging__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  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;
  border: 1px solid #908481;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__arrow._disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagging__arrow img,
.pagging__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.pagging__arrow svg path {
  fill: #4A3934;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.pagging__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  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;
  text-align: center;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__item._more {
  pointer-events: none;
}

.pagging__item._active {
  background: #E45926;
  color: #fff;
  font-weight: 700;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  height: 5px;
  background-color: #eaeaea;
  margin: 24px 11px 10px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #eaeaea;
  width: 11px;
  height: 5px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -10px;
}

.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #FED049;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #908481;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: default;
}

.noUi-handle::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background-color: #FED049;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 20px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(42, 42, 42, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
  max-width: 1085px;
  overflow: hidden;
}

.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.trolley-popup__head {
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 1px solid #EBEBEB;
}

.trolley-popup__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.trolley-popup__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  height: 26px;
  width: 26px;
}

.trolley-popup__close img,
.trolley-popup__close svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.trolley-popup__products {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.trolley-popup__catalog {
  padding: 30px !important;
  background: #F5F5F5;
}

.trolley-popup__catalog .section-product__content {
  margin-top: 20px;
}

.trolley-popup__catalog .section-product__item {
  -webkit-box-flex: 0;
      /* -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
          flex: 0 0 calc((100% - 20px * 3) / 4); */
          -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}

.trolley-popup__catalog .section-product__item:not(:last-child) {
  margin-right: 20px;
}

.trolley-popup__catalog .section-product__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trolley-popup__catalog .section-product__title {
  font-size: 22px;
}

.trolley-popup__catalog .section-product__more {
  margin-bottom: 0;
}

.product-trolley-popup {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.product-trolley-popup__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-trolley-popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  height: 40px;
  width: 46px;
  position: relative;
  overflow: hidden;
}

.product-trolley-popup__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-trolley-popup__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-trolley-popup__button {
  border-radius: 6px;
  min-height: 42px;
  padding: 5px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #FED049;
  text-align: center;
  color: #4A3934;
  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.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.price-product-trolley-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.price-product-trolley-popup__now {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.price-product-trolley-popup__old {
  color: #A3A09A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  white-space: nowrap;
}

.price-product-trolley-popup__discount {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 2px;
  background: #E45926;
  white-space: nowrap;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}

.header__top {
  background: #ECECEC;
  padding: 10px 0px;
}

.header__main {
  padding: 15px 0px;
}

.top-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.top-header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.menu__catalog-button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  background: #E45926;
  border-radius: 6px;
  min-height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 5px 30px;
}

.menu__catalog-button span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu__catalog-button img,
.menu__catalog-button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.menu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4A3934;
}

.contacts-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.contacts-top-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-top-header__name {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #4A3934;
}

.contacts-top-header__value {
  color: #4A3934;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contacts-top-header__value a {
  color: inherit;
}

.language-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.language-top-header__item {
  color: rgba(74, 57, 52, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language-top-header__item._active {
  color: #4A3934;
  font-weight: 500;
}

.language-top-header__item:not(._active) {
  color: rgba(74, 57, 52, 0.8);
}

.main-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.main-header__logo img,
.main-header__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-header__search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-header__phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}

.main-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.main-header__favorite {
  border-radius: 6px;
  background: #F2F2F2;
  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-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  width: 48px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-header__favorite img,
.main-header__favorite svg {
  width: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
}

.main-header__language {
  min-height: 48px;
  padding: 5px 14px;
  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;
  background: #F2F2F2;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-header__language .select__value {
  padding: 0px 0px;
}

.search-header._result .search-header__result {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.search-header__top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  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;
  background: #F2F2F2;
  border-radius: 6px;
}

.search-header__top img,
.search-header__top svg {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.search-header__content {
  position: relative;
}

.search-header__main {
  border-radius: 6px;
  background: #F2F2F2;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-header__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  border-radius: 0px;
}

.search-header__input::-webkit-input-placeholder {
  color: #A3A09A;
}

.search-header__input::-moz-placeholder {
  color: #A3A09A;
}

.search-header__input:-ms-input-placeholder {
  color: #A3A09A;
}

.search-header__input::-ms-input-placeholder {
  color: #A3A09A;
}

.search-header__input::placeholder {
  color: #A3A09A;
}

.search-header__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: none;
}

.search-header__button img,
.search-header__button svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.search-header__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  height: 26px;
  width: 26px;
}

.search-header__close img,
.search-header__close svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.search-header__result {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
  max-height: 550px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.result-search-header {
  padding: 4px 12px 12px;
}

.result-search-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px -12px;
}

.result-search-header__item {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.result-search-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: relative;
}

.result-search-header__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.result-search-header__name {
  color: #4A3934;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.result-search-header__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4A3934;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.result-search-header__price span._old {
  font-weight: 400;
  color: #A3A09A;
  text-decoration: line-through;
}

.result-search-header__footer {
  margin-top: 5px;
}

.result-search-header__more {
  color: #E45926;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.phone-header {
  border-radius: 6px;
  background: #F2F2F2;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.phone-header__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.phone-header__icon img,
.phone-header__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.phone-header__select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.phone-header__select .select__value {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px;
}

.trolley-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 6px;
  background: #F2F2F2;
  height: 48px;
  padding: 5px 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.trolley-header__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  height: 26px;
  width: 26px;
  position: relative;
}

.trolley-header__icon img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.trolley-header__value {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #E45926;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  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;
  text-align: center;
}

.trolley-header__price {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.menu-catalog {
  background: #FFF;
  position: fixed;
  z-index: 5;
  width: 100%;
  max-width: 310px;
  height: 100%;
  max-height: calc(100% - 69px);
  top: 69px;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-catalog._active {
  pointer-events: all;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.menu-catalog__wrapper {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
}

.menu-catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 18px 20px;
}

.menu-catalog__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.menu-catalog__close img,
.menu-catalog__close svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.menu-catalog__title {
  color: #4A3934;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.menu-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-catalog__item._active .menu-catalog__sub {
  pointer-events: all;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.menu-catalog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 18px 20px;
}

.menu-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
  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;
}

.menu-catalog__icon img,
.menu-catalog__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.menu-catalog__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu-catalog__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.menu-catalog__arrow img,
.menu-catalog__arrow svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.menu-catalog__sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  min-height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sub-menu-catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 18px 20px;
}

.sub-menu-catalog__back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.sub-menu-catalog__back img,
.sub-menu-catalog__back svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.sub-menu-catalog__title {
  color: #4A3934;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sub-menu-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub-menu-catalog__link {
  padding: 15px 20px;
  display: block;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.icon-menu {
  display: none;
}

.footer {
  border-top: 1px solid #D9D9D9;
}

.footer__main {
  padding: 40px 0px;
}

.footer__bottom {
  padding: 40px 0px;
  border-top: 1px solid #D9D9D9;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.main-footer__column {
  max-width: 270px;
}

.main-footer__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.main-footer__body {
  margin-top: 20px;
}

.main-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.main-footer__link {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.social-main-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.social-main-footer__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.social-main-footer__icon img,
.social-main-footer__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.social-main-footer__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer {
  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;
}

.bottom-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.bottom-footer__logo img,
.bottom-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.bottom-footer__copy {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.bottom-footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__dev img,
.bottom-footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.bottom-footer__dev svg path {
  fill: #4A3934;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.subscribe {
  padding: 6px 0px;
  background: #FED049;
}

.subscribe__wrapper {
  width: 100%;
  max-width: 685px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.subscribe__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 295px;
          flex: 0 0 295px;
}

.subscribe__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59px;
          flex: 0 0 59px;
  height: 59px;
  width: 59px;
  margin-top: -15px;
}

.subscribe__image img,
.subscribe__image svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.subscribe__text {
  color: #4A3934;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subscribe__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-subscribe {
  background: #fff;
  border-radius: 6px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.form-subscribe__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 100%;
}

.form-subscribe__input::-webkit-input-placeholder {
  color: #A3A09A;
}

.form-subscribe__input::-moz-placeholder {
  color: #A3A09A;
}

.form-subscribe__input:-ms-input-placeholder {
  color: #A3A09A;
}

.form-subscribe__input::-ms-input-placeholder {
  color: #A3A09A;
}

.form-subscribe__input::placeholder {
  color: #A3A09A;
}

.form-subscribe__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: none;
}

.form-subscribe__button img,
.form-subscribe__button svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.form-subscribe__button svg path {
  fill: #4A3934;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-sticky {
  position: fixed;
  z-index: 1;
  top: 134px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 0px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-sticky:not(._active) {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.product-sticky__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.product-sticky__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-sticky__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  height: 40px;
  position: relative;
  width: 46px;
  overflow: hidden;
}

.product-sticky__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-sticky__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-sticky__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.product-sticky__price {
  margin-right: 30px;
}

.product-sticky__buy {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  border-radius: 6px;
  background: #FED049;
  width: 215px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  height: 42px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.product-sticky__buy img,
.product-sticky__buy svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  height: 26px;
  width: 26px;
}

.product-sticky__liked {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  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;
  background: #F2F2F2;
  border-radius: 6px;
}

.product-sticky__liked._liked svg path:first-child {
  display: block;
}

.product-sticky__liked svg path {
  fill: #4A3934;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-sticky__liked svg path:first-child {
  display: none;
}

.price-product-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.price-product-sticky__now {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.price-product-sticky__old {
  color: #A3A09A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  white-space: nowrap;
}

.price-product-sticky__discount {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 8px;
  background: #E45926;
  border-radius: 2px;
  white-space: nowrap;
}

.main-section {
  padding-top: 30px;
}
.page-text__text{
  margin-top: 1.25rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

.main-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-section__catalog-banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.main-section__banner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.catalog-banner {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.catalog-banner::after {
  content: "";
  pointer-events: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 42, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.catalog-banner__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  min-height: 100%;
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
}

.catalog-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.catalog-banner__blocks {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
}

.catalog-banner__block {
  width: 450px;
  position: relative;
}

.catalog-banner__item._active .catalog-banner__main .catalog-banner__icon svg path {
  fill: #E45926;
}

.catalog-banner__item._active .catalog-banner__main .catalog-banner__name {
  color: #E45926;
}

.catalog-banner__item._active .catalog-banner__main .catalog-banner__arrow svg path {
  fill: #E45926;
}

.catalog-banner__item:not(:nth-child(-n+6)) {
  display: none;
}

.catalog-banner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 18px 24px;
  cursor: pointer;
}

.catalog-banner__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
  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;
}

.catalog-banner__icon svg path {
  fill: #4A3934;
}

.catalog-banner__icon img,
.catalog-banner__icon svg {
  max-height: 100%;
  max-width: 100%;
}

.catalog-banner__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.catalog-banner__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.catalog-banner__arrow img,
.catalog-banner__arrow svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.sublist-catalog-banner {
  padding: 30px;
}

.sublist-catalog-banner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.sublist-catalog-banner__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
  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;
}

.sublist-catalog-banner__icon img,
.sublist-catalog-banner__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.sublist-catalog-banner__name {
  color: #4A3934;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sublist-catalog-banner__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sublist-catalog-banner__link {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.sublist-catalog-banner__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.sublist-catalog-banner__close img,
.sublist-catalog-banner__close svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.banner {
  padding-top: 30px;
}

.banner__wrapper {
  width: 100%;
  position: relative;
}

.banner__slider {
  border-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 384px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit:fill;
  object-fit:fill;
 
}

.banner__title {
  color: #39425F;
  text-align: center;
  font-family: "Poppins";
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1.08px;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  width: 100%;
  max-width: 680px;
  padding: 0px 20px;
  z-index: 1;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner__discount {
  position: absolute;
  bottom: 80px;
  left: 80px;
  display: none !important;
}

.banner__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  left: 0px;
  background: #FFF;
  stroke-width: 1px;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner__arrow svg path {
  fill: #D3D3D3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner__arrow.banner-arrow-prev {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner__arrow.banner-arrow-next {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 0;
  left: auto;
}

.banner__paggination {
  margin-top: 10px;
}

.discount-banner {
  fill: linear-gradient(180deg, #FCDA07 0%, #F8BC04 100%);
  -webkit-filter: drop-shadow(-6px 6px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-6px 6px 6px rgba(0, 0, 0, 0.25));
  width: 127px;
  height: 127px;
  border-radius: 50%;
  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;
  padding: 8px;
}

.discount-banner__wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #7C7C7C;
  border-radius: 50%;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

.discount-banner__wrapper span {
  font-weight: 800;
  font-size: 36px;
  line-height: 0.9;
  color: #4A3934;
}

._paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

._paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #DADADA;
}

._paggination .swiper-pagination-bullet-active {
  background: none;
  border: 2px solid #FED049;
}

.mini-catalog {
  padding-top: 30px;
  padding-bottom: 35px;
}

.mini-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-row-gap: 30px;
     -moz-row-gap: 30px;
          row-gap: 30px;
}

.mini-catalog__item {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 5) / 6);
          flex: 0 0 calc((100% - 30px * 5) / 6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width:200px;
  overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.mini-catalog__image {
  width: 100%;
  max-width: 100%;
}

.mini-catalog__image img {
  width: 100%;
  max-width: 100%;
}

.mini-catalog__name {
  color: #4A3934;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.mini-catalog__value {
  color: #A3A09A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._title {
  color: #4A3934;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

._scroll-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 4px;
  margin-top: 12px;
}

._scroll-slider .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #DDD;
  border-radius: 50px;
  left: 0;
  top: 0;
}

.section-product {
  padding: 35px 0px;
}

.section-product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-product__more {
  margin-bottom: 5px;
  color: #E45926;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-product__content {
  margin-top: 30px;
  position: relative;
}

.proposals__items {
    display:-ms-grid;
  display:grid;
  -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.proposals__items .section-product__item{
  margin-right: 15px;
}
.section-product__slider {
  margin: -10px;
  padding: 10px;
}
.section-product__slider .slick-slide:not(:last-child){
  margin-right: 30px;
  height:100%;
}

.section-product__item {
  display:flex !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 234;
  flex: 0 0 234;
  width:234px;
  height:100% !important;
       /* -ms-flex: 0 0 calc((100% - 30px * 4) / 5);
          flex: 0 0 calc((100% - 30px * 4) / 5); */
          min-height:460px !important;     
}
.section-product__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index:2;
  background: #FFF;
  stroke-width: 1px;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-product__arrow svg path {
  fill: #D3D3D3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-product__arrow.section-product-arrow-prev {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-product__arrow.section-product-arrow-next {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 10px;
  left: auto;
}
.spa-slider .section-product__arrow.section-product-arrow-next{
    right:0px;
}
.spa-slider .section-product__arrow.section-product-arrow-prev{
    left:0px;
}

.product {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product._liked .product__like svg path {
  fill: #E45926;
}

.product__head {
  position: relative;
}

.product__image {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}

.product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__mods {
  position: absolute;
  top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
}

.product__mods span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0px 16px 16px 0px;
  padding: 5px 15px;
}

.product__mods span._sale {
  background: #E45926;
}

.product__mods span._new {
  background: #2689E4;
}

.product__like {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.product__like svg path {
  fill: #D6D5D4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__like img,
.product__like svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.product__body {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  
}
.section-product__item .product__body{
  height: 230px !important;
}
.product__other {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 3px;
}

.product__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product__status::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #1BDD17;
}

.product__code {
  color: #A3A09A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
   /* -webkit-box-flex: 0.5;
      -ms-flex: 1 0.5 auto;
          flex: 1 0.5 auto;  */
min-height:50px !important;
height:100% !important;
}

.product__buy {
  padding: 8px 20px;
  border-radius: 6px;
  background: #FED049;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  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-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__buy img,
.product__buy svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  height: 26px;
  width: 26px;
}

.price-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
          align-items:flex-end;
          height: 50px;
}

.price-product__old {
  color: #A3A09A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}

.price-product__old span:not(.price-product__discount) {
  text-decoration: line-through;
}

.price-product__discount {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 2px;
  background: #E45926;
  text-decoration: none;
}

.price-product__now {
  color: #E45926;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.price-product-sticky__static,
.price-product__static {
  color: #2681E4;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.spa-banner {
  padding: 35px 0px;
}

.spa-banner__wrapper {
  position:relative;
} 
.spa-banner__wrapper .spa-img{

    width: 100%;
    max-width: 100%;
    max-height:200px;
    height:200px;
  
}
.spa-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius:16px;

}
.spa-banner__wrapper .spa-banner__info {
  width: 100%;
 max-width:430px;
 height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
          position:absolute;
          top:0px;
          left:0px;
          z-index:1;
          padding:20px;
          align-content: center;
          vertical-align: middle;
}

.spa-banner__title {
  color: #fff;
  font-family: "Mulish";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.spa-banner__details {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 32px;
  border-radius: 6px;
  background: #F5842B;
}

.spa-banner__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 169px;
          flex: 0 0 169px;
}

.spa-banner__logo img,
.spa-banner__logo svg {
  width: 100%;
  max-width: 100%;
}

.partner {
  padding: 35px 0px 70px;
}

._no-webp .partner__wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.74%, rgba(254, 208, 73, 0.8)), color-stop(57.98%, rgba(254, 208, 73, 0))), url(../img/partner-bg.png) top right/cover no-repeat, #FED049; }

._no-webp .partner__wrapper {
  background: -o-linear-gradient(left, rgba(254, 208, 73, 0.8) 1.74%, rgba(254, 208, 73, 0) 57.98%), url(../img/partner-bg.png) top right/cover no-repeat, #FED049; }

._no-webp .partner__wrapper {
  background: linear-gradient(90deg, rgba(254, 208, 73, 0.8) 1.74%, rgba(254, 208, 73, 0) 57.98%), url(../img/partner-bg.png) top right/cover no-repeat, #FED049; }

.partner__wrapper {
  padding: 30px 130px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.partner__info {
  padding: 50px 90px;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
  border-radius: 16px;
  background: #FFF6DB;
  -webkit-box-shadow: 0px 12px 22px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 22px 0px rgba(0, 0, 0, 0.12);
}

.partner__title {
  color: #4A3934;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.partner__text {
  margin-top: 8px;
  color: #4A3934;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.partner__delails {
  padding: 8px 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E45926;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}

.partner__man {
  position: absolute;
  bottom: 0;
  right: 300px;
  width: 284px;
}

.partner__man img {
  width: 100%;
  max-width: 100%;
}

.breadcrums {
  padding: 30px 0px;
}

.breadcrums__list {
  display: inline;
}

.breadcrums__item {
  display: inline;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #908481;
}

.breadcrums__item:not(:last-child) {
  margin-right: 5px;
}

.breadcrums__item:not(:last-child)::after {
  content: "/";
}

.breadcrums__item:last-child {
  color: #4A3934;
}

.breadcrums__name {
  margin-right: 5px;
  color: inherit;
  line-height: 1.5;
}

.catalog {
  padding-bottom: 35px;
}

.catalog__wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.catalog__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.catalog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sidebar-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-catalog__top {
  display: none !important;
}

.sidebar-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sidebar-catalog__section {
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.sidebar-catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.sidebar-catalog__head._active .sidebar-catalog__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar-catalog__title {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sidebar-catalog__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-catalog__arrow img,
.sidebar-catalog__arrow svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.sidebar-catalog__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sidebar-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sidebar-catalog__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #E45926;
}

.sidebar-catalog__more._hide {
  display: none;
}

.sidebar-catalog__more img,
.sidebar-catalog__more svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.top-sidebar-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 12px 20px;
}

.top-sidebar-catalog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.top-sidebar-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.top-sidebar-catalog__icon img,
.top-sidebar-catalog__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.top-sidebar-catalog__name {
  color: #4A3934;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top-sidebar-catalog__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.top-sidebar-catalog__close img,
.top-sidebar-catalog__close svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.price-sidebar-catalog__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.price-sidebar-catalog__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
}

.price-sidebar-catalog__input {
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 0px 20px;
  border-radius: 6px;
  border: 1px solid #908481;
  color: #4A3934;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list-sidebar-catalog:not(._view-all) .list-sidebar-catalog__item:not(:nth-child(-n+5)) {
  display: none;
}

.navigation-sidebar-catalog__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navigation-sidebar-catalog__name span {
  color: #908481;
  font-weight: 400;
}

.navigation-sidebar-catalog__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  padding-left: 10px;
}

.navigation-sidebar-catalog__link {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navigation-sidebar-catalog__link span {
  color: #908481;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.main-catalog-tabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.main-catalog-tabel__item {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-catalog-tabel__image {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 61%;
}

.main-catalog-tabel__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-catalog-tabel__body {
  padding: 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.main-catalog-tabel__name {
  color: #4A3934;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-catalog-tabel__count {
  color: #A3A09A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.actions-main-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 12px 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.actions-main-catalog__filter {
  border-radius: 6px;
  border: 1px solid #908481;
  padding: 5px 20px;
  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-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.actions-main-catalog__sort {
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4A3934;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.actions-main-catalog__sort > span {
  white-space: nowrap;
}
.product__buy span{
  display: -webkit-box;
  display: -ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  text-align:center;
}
.actions-main-catalog__select {
  width: 100%;
  max-width: 100%;
}

.actions-main-catalog__select .select__title {
  border-radius: 6px;
  border: 1px solid #908481;
}

.actions-main-catalog__select .select__value {
  padding: 0px 20px;
  min-height: 42px;
  font-size: 14px;
  font-weight: 400;
}

.actions-main-catalog__select .select__options {
  top: calc(100% - 5px);
  border-color: #908481;
  border-radius: 0px 0px 6px 6px;
}

.actions-main-catalog__select .select__option {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
}

.products-main-catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}
.d_none{
  display:none;
}
.products-main-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px * 3) / 4);
          flex: 0 0 calc((100% - 15px * 3) / 4);
}

.products-main-catalog__paggination {
  margin-top: 30px;
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2px;
}

.card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  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;
  height: 40px;
}

.card__brand img {
  max-width: 100%;
  max-height: 100%;
}

.card__body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 30px;
  overflow: hidden;
}

.card__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 30px;
}

.image-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  max-height:600px;
}

.image-card__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.image-card__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.image-card__mods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  top: 30px;
  right: 30px;
  position: absolute;
}

.image-card__mods span {
  width: 70px;
  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;
  text-align: center;
  padding: 5px 7px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.file_bg
{
    background: #2681E4;
   color: #fff;
    padding: 5px 7px;
  border-radius: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
   margin-right: 5px;
   word-break: break-word;
  
}

.image-card__mods span._new {
  background: #2681E4;
}

.image-card__mods span._sale {
  background: #E45926;
}

.thumbs-image-card__item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.thumbs-image-card__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-image-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  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;
          width:100%;
          height:100%;
}

.main-image-card__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-image-card__item:not(:last-child) {
  margin-right: 10px;
}

.info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.info-card__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.info-card__status {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.info-card__status::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.info-card__status._in-stock {
  color: #19B08C;
}

.info-card__status._in-stock::before {
  background: url(../img/icons/in-stock.svg) center/cover no-repeat;
}

.info-card__code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info-card__code span {
  font-weight: 500;
}

.info-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.info-card__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
}

.info-card__buy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 6px;
  background: #FED049;
  color: #4A3934;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 48px;
}

.info-card__buy img,
.info-card__buy svg {
  width: 26px;
  height: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
}

.info-card__like {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 6px;
  border: 1px solid #E45926;
  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-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 48px;
  color: #E45926;
}

.info-card__like:not(._liked) svg path:first-child {
  display: none;
}

.info-card__like img,
.info-card__like svg {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.price-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.price-info-card__static {
  color: #2681E4;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.price-info-card__now {
  color: #E45926;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.price-info-card__old {
  color: #A3A09A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.price-info-card__discount {
  padding: 2px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  background: #E45926;
  border-radius: 2px;
}

.benefits-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.benefits-info-card__row {
  padding: 20px;
  border-radius: 16px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.benefits-info-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.benefits-info-card__icon img,
.benefits-info-card__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.benefits-info-card__text {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.benefits-info-card__text span {
  font-weight: 500;
  padding-left: 5px;
}

.info-product {
  padding: 30px 0px 35px;
}

.info-product__wrapper {
  padding: 30px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.info-product__blocks {
  margin-top: 30px;
}

.info-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.info-product__top._active .info-product__name {
  font-weight: 500;
  color: #E45926;
}

.info-product__top._active .info-product__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.info-product__top._active .info-product__arrow svg path {
  fill: #E45926;
}

.info-product__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info-product__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info-product__arrow img,
.info-product__arrow svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.info-product__arrow svg path {
  fill: #4A3934;
}

.info-product__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.info-product__description h1,
.info-product__description h2,
.info-product__description h3{
    
        font-style: normal;
    font-weight: 800;
    
    line-height: 150%;
    color: #4A3934;
}
.info-product__description h1{
    font-size: 24px;
}
.info-product__description h2{
    font-size: 20px;
}
.info-product__description h3{
    font-size: 16px;
}
.info-product__description a {
  text-decoration: underline;
  color: inherit;
}

.info-product__description > *:not(:last-child) {
  margin-bottom: 10px;
}
.info-product__description ol,
.info-product__description ul {
  padding-left: 20px;
}
.info-product__description ol li,
.info-product__description ul li {
  list-style: disc;
}
.info-product__description ol li:not(:last-child),
.info-product__description ul li:not(:last-child) {
  margin-bottom: 10px;
}

.nav-info-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2F2F2;
}

.nav-info-product__item {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.nav-info-product__item._active {
  color: #E45926;
  font-weight: 500;
}

.nav-info-product__item._active::after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -8px;
  position: absolute;
  display: inline-block;
  background: #E45926;
}

.characteristic-info-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.characteristic-info-product__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
          flex: 0 0 calc((100% - 30px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.characteristic-info-product__item {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #F6F6F6;
}

.characteristic-info-product__item:nth-child(even) {
  background: #fff;
}

.characteristic-info-product__item._head {
  background: #1A91E8;
  color: #fff;
}

.characteristic-info-product__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.characteristic-info-product__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  text-align: center;
}

.description-not-info-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.description-not-info-product__image {
  width: 98px;
}

.description-not-info-product__image img,
.description-not-info-product__image svg {
  width: 100%;
  max-width: 100%;
}

.description-not-info-product__name {
  color: #4A3934;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.description-not-info-product__text {
  color: #908481;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.description-not-info-product__phone {
  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-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #E45926;
  line-height: 1.2;
}

.description-not-info-product__phone img,
.description-not-info-product__phone svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.cart__wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.cart__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cart__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.main-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.products-main-cart__head {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: 1fr 80px 120px 90px 20px;
  grid-template-columns: 1fr 80px 120px 90px 20px;
  padding: 0px 30px 10px;
}

.products-main-cart__head > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.products-main-cart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.products-main-cart__item {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.products-main-cart__item > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.products-main-cart__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.products-main-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.products-main-cart__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-main-cart__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.products-main-cart__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-main-cart__code {
  color: #908481;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}

.products-main-cart__code span {
  font-weight: 500;
}

.products-main-cart__quantity .quantity {
  padding: 12px 15px;
}

.products-main-cart__total {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.products-main-cart__delete img,
.products-main-cart__delete svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.products-main-cart__delete svg path {
  fill: #4A3934;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-products-main-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price-products-main-cart__old {
  color: #A3A09A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.price-products-main-cart__now {
  color: #4A3934;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-main-cart {
  padding: 30px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.order-main-cart__title {
  color: #4A3934;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-main-cart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}

.order-main-cart__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.order-main-cart__row._double {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.order-main-cart__row._five {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.order-main-cart__row._five .order-main-cart__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 20px * 1) / 2);
          flex: 1 1 calc((100% - 20px * 1) / 2);
}

.order-main-cart__row._full {
  -ms-grid-columns: (100%)[1];
  grid-template-columns: repeat(1, 100%);
}

.order-main-cart__item {
  position: relative;
}

.order-main-cart__input {
  border-radius: 6px;
  background: #F2F2F2;
  height: 44px;
  padding: 0px 20px;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  min-width: 0px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.order-main-cart__input:focus {
  border-color: #E45926;
}

.order-main-cart__input:not(._focus) {
  color: #A3A09A;
}

.order-main-cart__input._focus + .order-main-cart__label {
  display: none;
}

.order-main-cart__input._req::-webkit-input-placeholder::first-letter {
  color: #E91616;
}

.order-main-cart__input._req::-moz-placeholder::first-letter {
  color: #E91616;
}

.order-main-cart__input._req:-ms-input-placeholder::first-letter {
  color: #E91616;
}

.order-main-cart__input._req::-ms-input-placeholder::first-letter {
  color: #E91616;
}

.order-main-cart__input._req::placeholder::first-letter {
  color: #E91616;
}

.order-main-cart__input::-webkit-input-placeholder {
  color: #A3A09A;
}

.order-main-cart__input::-moz-placeholder {
  color: #A3A09A;
}

.order-main-cart__input:-ms-input-placeholder {
  color: #A3A09A;
}

.order-main-cart__input::-ms-input-placeholder {
  color: #A3A09A;
}

.order-main-cart__input::placeholder {
  color: #A3A09A;
}
.order-main-cart__input[type="tel"]:hover + .order-main-cart__label{
    display:none;
}
.order-main-cart__label {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #A3A09A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.5;
  pointer-events: none;
}

.order-main-cart__label span {
  color: #E91616;
  font-size: 20px;
}

.order-main-cart__select {
  border-radius: 6px;
  background: #F2F2F2;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
}

.order-main-cart__select .select {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.order-main-cart__select .select__value {
  padding: 0px 20px;
  font-weight: 400;
}

.order-main-cart__select .select__options {
  font-weight: 400;
}

.order-main-cart__select .select__option {
  padding: 5px 20px;
}

.order-main-cart__textarea {
  background: #F2F2F2;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  resize: none;
  height: 100px;
  overflow-y: auto;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.order-main-cart__textarea:focus {
  border-color: #E45926;
}

.order-main-cart__textarea::-webkit-input-placeholder {
  color: #A3A09A;
}

.order-main-cart__textarea::-moz-placeholder {
  color: #A3A09A;
}

.order-main-cart__textarea:-ms-input-placeholder {
  color: #A3A09A;
}

.order-main-cart__textarea::-ms-input-placeholder {
  color: #A3A09A;
}

.order-main-cart__textarea::placeholder {
  color: #A3A09A;
}

.sidebar-cart {
  padding-top: 22px;
}

.sidebar-cart__wrapper {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
}

.sidebar-cart__total {
  color: #4A3934;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sidebar-cart__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.sidebar-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sidebar-cart__item._total .sidebar-cart__value {
  font-weight: 700;
}

.sidebar-cart__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sidebar-cart__value {
  font-weight: 500;
  text-align: right;
}

.sidebar-cart__button {
  border-radius: 6px;
  width: 100%;
  background: #FED049;
  padding: 5px 15px;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  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: 48px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-benefits {
  padding: 30px 0px;
}

.cart-benefits__wrapper {
  padding: 20px 30px;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.cart-benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

.cart-benefits__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.cart-benefits__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
}

.cart-benefits__icon img,
.cart-benefits__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.cart-benefits__info {
  margin-top: 20px;
}

.cart-benefits__name {
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-benefits__text {
  color: #4A3934;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.order-send {
  padding: 70px 0px;
}

.order-send__wrapper {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 490px;
  padding: 30px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.order-send__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  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;
  background: #E45926;
  -webkit-box-shadow: 0px 8px 16px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 8px 16px rgba(24, 39, 75, 0.08);
}

.order-send__icon img,
.order-send__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.order-send__title {
  color: #4A3934;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
}

.order-send__text {
  color: #908481;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  max-width: 330px;
  margin-top: 20px;
}

.order-send__text a {
  color: #E45926;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
}

.order-send__button {
  padding: 8px 20px;
  border-radius: 6px;
  background: #FED049;
  color: #4A3934;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
  min-height: 44px;
  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;
  text-align: center;
  width: 180px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 134px;
}

.page > *:last-child {
  padding-bottom: 70px;
}

@media (min-width: 479.98px) {
  .banner__bg_mob {
    display: none;
  }
}

@media (min-width: 720.98px) {
  .banner__paggination {
    display: none;
  }

  .info-product__top {
    display: none;
  }

  .products-main-cart__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .products-main-cart__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .products-main-cart__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }

  .products-main-cart__total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }

  .products-main-cart__delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
}

@media (min-width: 991.98px) {
  .actions-main-catalog__filter {
    display: none;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #F2F2F2;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1342px) {
  .menu__actions {
    display: none;
  }

  .contacts-top-header__item._phone {
    display: none;
  }

  .main-header__language {
    display: none;
  }

  .search-header._result .search-header__main {
    background: #fff;
    -webkit-box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
            box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
  }

  .search-header__top {
    display: none;
  }

  .search-header__close {
    display: none;
  }

  .section-product__scroll {
    display: none;
  }
}

@media (max-width: 1342px) {
  .trolley-popup__catalog .section-product__slider {
    margin: -10px -30px;
    padding: 10px 30px;
  }

  .trolley-popup__catalog .section-product__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
            width: 245px;
  }

  .header__top {
    display: none;
  }

  .header__main {
    padding: 10px 0px;
  }

  .top-header__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .menu__body {
    position: fixed;
    top: 68px;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    max-height: calc(100% - 68px);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    padding: 30px 20px;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
    -webkit-box-shadow: inset 0px 8px 8px -4px rgba(24, 39, 75, 0.08), inset 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
            box-shadow: inset 0px 8px 8px -4px rgba(24, 39, 75, 0.08), inset 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
  }

  .menu__body > * {
    padding: 30px 0px;
  }

  .menu__body > *:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }

  .menu__body > *:first-child {
    padding-top: 0;
  }

  .menu__body > *:last-child {
    padding-bottom: 0;
  }

  .menu__body._active {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .menu__link {
    font-size: 18px;
    font-weight: 500;
  }

  .contacts-top-header {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts-top-header__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .main-header__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .main-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 187px;
            flex: 0 0 187px;
    margin: 0px auto;
  }

  .main-header__search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .main-header__actions {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .search-header._active .search-header__content {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }

  .search-header:not(._active) .search-header__result {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  .search-header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 15px 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .search-header__main {
    background: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0px;
    min-height: 40px;
  }

  .search-header__result {
    left: 20px;
    right: 20px;
  }

  .icon-menu {
    display: block;
    background: #F2F2F2;
    border-radius: 6px;
    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;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu div {
    position: relative;
    width: 20px;
    height: 14px;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #4A3934;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .product-sticky {
    top: 69px;
  }

  .product-sticky__price {
    margin-right: 10px;
  }

  .main-section {
    padding-top: 24px;
  }

  .main-section__catalog-banner {
    display: none;
  }

  .banner {
    padding-top: 24px;
  }

  .banner__wrapper {
    max-width: 100%;
  }

  .banner__arrow {
    display: none;
  }

  .mini-catalog {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .mini-catalog__content {
    margin: -10px -20px;
    overflow: hidden;
  }

  .mini-catalog__list {
    width: 100%;
    max-width: 100%;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    overflow-x: auto;
    margin-bottom: -10px;
    padding: 10px 20px;
  }

  .mini-catalog__list::-webkit-scrollbar {
    height: 3px;
    border-radius: 50px;
  }

  .mini-catalog__list::-webkit-scrollbar-thumb {
    background: #DDD;
    border-radius: 50px;
  }

  .mini-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }

  .section-product {
    padding: 30px 0px;
  }

  .section-product__slider {
    margin: -20px;
    padding: 20px;
  }

  .section-product__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 242px;
            flex: 0 0 242px;
            width: 242px;
  }
    
  .section-product__item:not(:last-child) {
    margin-right: 20px;
  }
  .proposals__items{
      row-gap: clamp( 0.25rem , 0.1559405941rem  +  2.9702970297vw , 2.125rem )
  }
.proposals__items .section-product__item{
     -webkit-box-flex: 0;
        -ms-flex: 0 0 242px;
            flex: 0 0 242px;
    width:242px;
}
.proposals__items .section-product__item:not(:last-child){
    margin-bottom: 20px;
}
  .section-product__arrow {
    display: none;
  }

  .product__body {
    padding: 10px;
  }

  .spa-banner {
    padding: 30px 0px;
  }

  ._no-webp .spa-banner__wrapper {
    background: url(../img/spa-image.png) top right/560px no-repeat, #105A6F; }

  .spa-banner__info {
    max-width: 400px;
  }

  .partner {
    padding: 30px 0px 60px;
  }

  .partner__wrapper {
    padding: 30px 45px;
  }

  .partner__man {
    right: 220px;
  }

  .catalog {
    padding-bottom: 30px;
  }

  .catalog._product .catalog__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .catalog._product .catalog__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }

  .catalog__wrapper {
    margin-top: 20px;
  }

  .main-catalog-tabel {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }

  .main-catalog-tabel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .actions-main-catalog {
    padding: 12px 20px;
  }

  .products-main-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .card__image {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .card__info {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .image-card {
    height: 450px;
  }

  .image-card__thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .image-card__mods {
    right: 20px;
  }

  .cart__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .cart__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }

  .products-main-cart__head {
    padding: 0px 20px 10px;
  }

  .products-main-cart__item {
    padding: 20px;
  }

  .products-main-cart__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    height: 80px;
    width: 80px;
  }

  .order-main-cart {
    padding: 20px;
  }

  .order-main-cart__content {
    margin-top: 20px;
    row-gap: 20px;
  }

  .cart-benefits__wrapper {
    padding: 20px;
  }

  .cart-benefits__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .cart-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .order-send {
    padding: 60px 0px;
  }

  .page > *:last-child {
    padding-bottom: 60px;
  }

  .page {
    padding-top: 70px;
  }
}

@media (max-width: 1342px) and (max-width: 479.98px) {
  .menu__body {
    max-height: calc(100% - 50px);
    top: 50px;
  }

  .icon-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 991.98px) {
    .info-product__description h1{
        font-size:22px;
    }
.info-product__description h2{
    font-size:20px;
}
.info-product__description h3{
    font-size:18px;
}
  .select__title {
    font-size: 18px;
  }
  .page-text__text{
    font-size: 1.125rem;
  }
  .select__options {
    font-size: 18px;
  }

  .options__input:checked + .options__text {
    padding: 29px;
  }

  .price-product-trolley-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main-header__container {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .main-header__actions {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .phone-header {
    padding: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .phone-header__select {
    display: none;
  }

  .footer__main {
    padding: 10px 0px 0px;
  }

  .footer__bottom {
    padding: 20px 0px 30px;
  }

  .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .main-footer__column {
    max-width: 100%;
    padding: 20px 0px;
  }

  .main-footer__column:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
  }

  .main-footer__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-footer__name._spoller._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .main-footer__name._spoller::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/spoller.svg) center/cover no-repeat;
  }

  .main-footer__body {
    display: none;
  }

  .bottom-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }

  .product-sticky__name {
    font-size: 14px;
  }

  .product-sticky__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }

  .product-sticky__buy {
    width: 180px;
  }

  .price-product-sticky {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-section {
    padding-top: 20px;
  }

  .banner {
    padding-top: 20px;
  }

  .banner__item {
    min-height: 0px;
    padding-bottom: 40%;
  }

  .banner__title {
    font-size: 26px;
    top: 30px;
  }

  .mini-catalog {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .mini-catalog__list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  ._title {
    font-size: 28px;
  }

  .section-product {
    padding: 25px 0px;
  }
  .section-product__slider .section-product__item{
       -webkit-box-flex: 0;
       -ms-flex: 0 0 170px;
           flex: 0 0 170px;
   width:170px;
  }
  
  .section-product__slider .slick-slide:not(:last-child){
      margin-right:10px;
  }
  .proposals__items .section-product__item{
    -webkit-box-flex: 0;
       -ms-flex: 0 0 171px;
           flex: 0 0 171px;
   width:171px;
}
.proposals__items {
  grid-template-columns:repeat(auto-fill, minmax(171px, 1fr));
      
  }
/*
  .section-product__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
            flex: 0 0 calc((100% - 15px * 2) / 3);
  }
*/
  .section-product__item:not(:last-child) {
    margin-right: 15px;
  }

  .spa-banner {
    padding: 25px 0px;
  }

  ._no-webp .spa-banner__wrapper {
    background: url(../img/spa-image.png) calc(100% + 150px) 0px/560px no-repeat, #105A6F; }

  .spa-banner__info {
    row-gap: 15px;
    max-width: 300px;
  }

  .spa-banner__title {
    font-size: 28px;
  }

  .partner {
    padding: 25px 0px 50px;
  }

  .partner__wrapper {
    padding: 20px;
  }

  .partner__info {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }

  .partner__title {
    font-size: 28px;
  }

  .partner__text {
    font-size: 20px;
  }

  .partner__man {
    right: 150px;
    width: 234px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .catalog {
    padding-bottom: 25px;
  }

  .catalog._product .top-sidebar-catalog {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .catalog._product .sidebar-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 15;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .catalog._product .sidebar-catalog._active {
    pointer-events: all;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }

  .catalog__sidebar {
    display: none;
  }

  .sidebar-catalog__wrapper {
    padding: 20px;
    overflow-y: auto;
    row-gap: 30px;
  }

  .sidebar-catalog__section._nav {
    display: none;
  }

  .sidebar-catalog__section {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
    border-radius: 0px;
    background: none;
  }

  .main-catalog-tabel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .main-catalog-tabel__body {
    padding: 15px;
  }

  .main-catalog-tabel__name {
    font-size: 16px;
  }

  .card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .card__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .info-product {
    padding: 20px 0px;
  }

  .info-product__wrapper {
    padding: 20px;
  }

  .info-product__blocks {
    margin-top: 20px;
  }

  .characteristic-info-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .characteristic-info-product__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .cart__wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .cart__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .cart__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .main-cart {
    row-gap: 20px;
  }

  .sidebar-cart {
    padding-top: 0;
  }

  .sidebar-cart__wrapper {
    position: static !important;
  }

  .sidebar-cart__list {
    margin-top: 15px;
    row-gap: 15px;
  }

  .sidebar-cart__button {
    margin-top: 15px;
  }

  .cart-benefits__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cart-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .order-send {
    padding: 50px 0px;
  }

  .page > *:last-child {
    padding-bottom: 50px;
  }
}

@media (max-width: 720.98px) {
  .section-product__item .price-product{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items:flex-start;
    height:100px;
    box-sizing: border-box;
  }
  
  .products-main-catalog__body .price-product{
    justify-content:flex-start;
    height:auto;
  }
  .section-product__item .price-product__static,
  .price-product__now{
    flex:none;
  }
  .options__text {
    padding: 30px;
  }
    .proposals__items {
    grid-template-columns:repeat(auto-fill, minmax(242px, 1fr));
        
    }
  .product-trolley-popup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-trolley-popup__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .language-top-header__item {
    border-radius: 6px;
    background: #F2F2F2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    height: 48px;
    width: 48px;
    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;
    text-align: center;
  }

  .main-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }

  .main-header__language {
    display: none;
  }

  .trolley-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    height: 48px;
    width: 48px;
    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;
    padding: 0px 0px;
  }

  .trolley-header__price {
    display: none;
  }

  .menu-catalog {
    max-height: calc(100% - 68px);
    top: 68px;
  }

  .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }

  .bottom-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .subscribe {
    padding: 6px 0px 20px;
  }

  .subscribe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .subscribe__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .subscribe__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .product-sticky {
    top: 68px;
  }

  .product-sticky__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .product-sticky__price {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }

  .banner__item {
    padding-bottom: 50%;
  }

  .banner__title {
    font-size: 18px;
  }
  
  .section-product__item {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-height: 420px !important;
  }
  .section-product__item .product__body{
    height: 230px !important;
  }
  ._no-webp .spa-banner__wrapper {
    background: url(../img/spa-image-mob.png) top left/cover no-repeat !important; }

  
  .partner__man {
    right: -30px;
  }

  .main-catalog-tabel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .actions-main-catalog__sort > span {
    display: none;
  }

  .products-main-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .info-product__nav {
    display: none;
  }

  .info-product__blocks {
    margin-top: 0px;
  }

  .info-product__block {
    padding: 20px 0px;
    display: block !important;
  }

  .info-product__block:first-child {
    padding-top: 0;
  }

  .info-product__block:last-child {
    padding-bottom: 0;
  }

  .info-product__block:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .info-product__body {
    margin-top: 20px;
    display: none;
  }
  .info-product__body a {
    margin:0 auto;
  
  line-height:2em;
  }
  .characteristic-info-product__value {
    font-weight: 500;
    text-align: left;
  }

  .products-main-cart__head {
    display: none;
  }

  .products-main-cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
  }

  .products-main-cart__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .products-main-cart__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .products-main-cart__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
  }

  .products-main-cart__total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
            flex: 0 0 calc((100% - 10px * 2) / 3);
    text-align: right;
  }

  .products-main-cart__delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

  .order-main-cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .order-main-cart__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 479.98px) {
  .options__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .options__input:checked + .options__text {
    padding: 19px;
  }

  .options__text {
    padding: 20px;
  }

  .options__text > span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .options__text::after {
    position: static;
    margin-right: -12px;
  }

  .quantity {
    padding: 12px;
  }

  .pagging {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .pagging__list {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .pagging__list li:not(:nth-child(-n+3), :last-child, ._more) {
    display: none;
  }

  .trolley-popup__head {
    padding: 20px 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .trolley-popup__title {
    font-size: 18px;
  }

  .trolley-popup__products {
    padding: 20px 15px;
  }

  .trolley-popup__catalog {
    padding: 15px !important;
  }

  .trolley-popup__catalog .section-product__content {
    margin-top: 15px;
  }

  .trolley-popup__catalog .section-product__item {
    -webkit-box-flex: 0;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .trolley-popup__catalog .section-product__item:not(:last-child) {
    margin-right: 15px;
  }

  .trolley-popup__catalog .section-product__title {
    font-size: 18px;
  }

  .product-trolley-popup__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .header__main {
    padding: 5px 0px;
  }

  .contacts-top-header__name {
    color: #908481;
    font-weight: 400;
  }

  .language-top-header__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }

  .main-header__container {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .main-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 129px;
            flex: 0 0 129px;
  }

  .main-header__actions {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .main-header__favorite {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }

  .search-header__top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }

  .search-header__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 5px 20px;
  }

  .phone-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
    padding: 0px;
  }

  .trolley-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
    padding: 0px;
  }

  .menu-catalog {
    max-height: calc(100% - 50px);
    top: 50px;
  }

  .product-sticky {
    top: 50px;
  }

  .product-sticky__other {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .price-product-sticky__now {
    font-size: 16px;
  }

  .banner__item {
    padding-bottom: 56%;
  }

  .banner__bg_pc {
    display: none;
  }

  .banner__title {
    font-size: 16px;
  }

  .mini-catalog {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .mini-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 12px * 1) / 2);
            flex: 0 0 calc((100% - 12px * 1) / 2);
    padding: 15px;
  }

  .mini-catalog__name {
    font-size: 16px;
  }

  .mini-catalog__value {
    font-size: 14px;
  }

  ._title {
    font-size: 24px;
  }

  .section-product {
    padding: 20px 0px;
  }

  .section-product__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .section-product__content {
    margin-top: 20px;
  }

  .product__mods span {
    font-size: 13px;
    padding: 2px 8px;
  }
/* 
  .product__body {
    row-gap: 8px;
  } */

  .product__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product__name {
    font-size: 14px;
  }

  .product__buy span {
    display: none;
  }
  
  .price-product__old {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 3px;
  }

  .price-product__now {
    font-size: 16px;
  }

  .price-product__static {
    font-size: 16px;
  }

  .spa-banner {
    padding: 20px 0px;
  }

  .spa-banner__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 15px;
  }

  .spa-banner__title {
    font-size: 24px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .spa-banner__details {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .spa-banner__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 169px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .partner {
    padding: 20px 0px 30px;
  }

  ._no-webp .partner__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48.97%, rgba(254, 208, 73, 0.9)), color-stop(65.34%, rgba(254, 208, 73, 0.1))), url(../img/partner-bg-mob.png) bottom left/100% no-repeat; }

  ._no-webp .partner__wrapper {
    background: -o-linear-gradient(top, rgba(254, 208, 73, 0.9) 48.97%, rgba(254, 208, 73, 0.1) 65.34%), url(../img/partner-bg-mob.png) bottom left/100% no-repeat; }

  ._no-webp .partner__wrapper {
    background: linear-gradient(180deg, rgba(254, 208, 73, 0.9) 48.97%, rgba(254, 208, 73, 0.1) 65.34%), url(../img/partner-bg-mob.png) bottom left/100% no-repeat; }

  .partner__wrapper {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 180px;
  }

  .partner__info {
    padding: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .partner__title {
    font-size: 24px;
  }

  .partner__text {
    font-size: 16px;
  }

  .partner__delails {
    margin-top: 25px;
  }

  .partner__man {
    width: 160px;
    left: -10px;
    right: auto;
  }

  .catalog {
    padding-bottom: 20px;
  }

  .catalog._product .products-main-catalog__item {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .catalog._product .products-main-catalog__item._liked .product__like svg path:first-child {
    display: block;
  }

  .catalog._product .products-main-catalog__item .product__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .catalog._product .products-main-catalog__item .product__body {
    padding: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .catalog._product .products-main-catalog__item .product__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .catalog._product .products-main-catalog__item .product__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .catalog._product .products-main-catalog__item .product__price {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .catalog._product .products-main-catalog__item .product__buy {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .catalog._product .products-main-catalog__item .price-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog._product .products-main-catalog__item .price-product__now,
  .catalog._product .products-main-catalog__item .price-product__static {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .catalog._product .products-main-catalog__item .price-product__old {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog._product .products-main-catalog__item .price-product__discount {
    border-radius: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .catalog._product .products-main-catalog__item .product__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .catalog._product .products-main-catalog__item .product__mods {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }

  .catalog._product .products-main-catalog__item .product__mods span {
    border-radius: 16px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .catalog._product .products-main-catalog__item .product__like {
    position: static;
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    height: 42px;
    width: 42px;
    background: #F2F2F2;
    border-radius: 6px;
    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;
  }

  .catalog._product .products-main-catalog__item .product__like img,
  .catalog._product .products-main-catalog__item .product__like svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

  .catalog._product .products-main-catalog__item .product__like svg path {
    fill: #4A3934;
  }

  .catalog._product .products-main-catalog__item .product__like svg path:first-child {
    display: none;
  }

  .main-catalog-tabel {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }

  .main-catalog-tabel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .main-catalog-tabel__image {
    padding-bottom: 66%;
  }

  .main-catalog-tabel__body {
    padding: 15px 12px;
  }

  .main-catalog-tabel__name {
    font-size: 14px;
    min-height: 54px;
  }

  .main-catalog-tabel__count {
    font-size: 14px;
  }

  .actions-main-catalog__sort {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .actions-main-catalog__select {
    width: 100%;
  }

  .products-main-catalog__body {
    row-gap: 12px;
  }

  .products-main-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .card__brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98px;
            flex: 0 0 98px;
    height: 25px;
  }

  .image-card {
    height: 320px;
  }

  .image-card__mods {
    top: 20px;
  }

  .info-card {
    row-gap: 20px;
  }

  .info-card__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }

  .info-card__buy {
    font-size: 0px;
  }

  .info-card__buy span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .info-card__buy span::first-letter {
    text-transform: uppercase;
  }

  .price-info-card__static {
    font-size: 24px;
  }

  .price-info-card__now {
    font-size: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .price-info-card__old {
    font-size: 16px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .price-info-card__discount {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .benefits-info-card__row {
    padding: 12px;
  }

  .benefits-info-card__text {
    font-size: 14px;
  }

  .info-product {
    padding: 20px 0px 15px;
  }

  .characteristic-info-product__item:first-child {
    text-align: left;
    display: block;
  }

  .characteristic-info-product__item:first-child .characteristic-info-product__value {
    font-weight: 400;
  }

  .characteristic-info-product__item {
    padding: 12px 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .characteristic-info-product__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .characteristic-info-product__value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .products-main-cart__item {
    padding: 20px 15px;
  }

  .products-main-cart__quantity .quantity {
    padding: 8px 6px;
    height: 40px;
  }

  .cart-benefits {
    padding: 15px 0px;
  }

  .cart-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .order-send {
    padding: 30px 0px;
  }

  .order-send__title {
    font-size: 20px;
  }

  .page > *:last-child {
    padding-bottom: 30px;
  }

  .page {
    padding-top: 50px;
  }
}

@media (max-width: 991.98px) and (min-width: 720.98px) {
  .price-product-sticky__now {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .price-product-sticky__old {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .price-product-sticky__discount {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (any-hover: hover) {
  .quantity__button:not(._disabled):hover::before,
  .quantity__button:not(._disabled):hover::after {
    background-color: #E45926;
  }

  .pagging__arrow:not(._disabled):hover {
    background: #E45926;
    border-color: #E45926;
  }

  .pagging__arrow:not(._disabled):hover svg path {
    fill: #fff;
  }

  .pagging__item:not(._active, ._more):hover {
    background: rgba(228, 89, 38, 0.7);
    color: #fff;
  }

  .product-trolley-popup__button:hover {
    background: #dfb740;
  }

  .menu__link:hover {
    text-decoration: underline;
  }

  .contacts-top-header__value a:hover {
    text-decoration: underline;
  }

  .main-header__favorite:hover {
    background: #e0e0e0;
  }

  .main-header__language:hover {
    background: #e0e0e0;
  }

  .result-search-header__item:hover {
    background: #F2F2F2;
  }

  .result-search-header__more:hover {
    text-decoration: underline;
  }

  .trolley-header:hover {
    background: #e0e0e0;
  }

  .main-footer__link:hover {
    color: #E45926;
  }

  .social-main-footer__item:hover .social-main-footer__name {
    color: #E45926;
  }

  .bottom-footer__dev:hover {
    color: #E45926;
  }

  .bottom-footer__dev:hover svg path {
    fill: #E45926;
  }

  .form-subscribe__button:hover svg path {
    fill: #E45926;
  }

  .product-sticky__buy:hover {
    background: #dab23d;
  }

  .product-sticky__liked:hover {
    background: #e0e0e0;
  }

  .catalog-banner:hover {
    z-index: 100;
    overflow: visible;
  }

  .catalog-banner:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .catalog-banner:hover .catalog-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: none;
    width: auto;
  }

  .catalog-banner:hover .catalog-banner__item {
    display: block;
  }

  .catalog-banner__main:hover .catalog-banner__icon svg path {
    fill: #E45926;
  }

  .catalog-banner__main:hover .catalog-banner__name {
    color: #E45926;
  }

  .catalog-banner__main:hover .catalog-banner__arrow svg path {
    fill: #E45926;
  }

  .sublist-catalog-banner__link:hover {
    color: #E45926;
  }

  .banner__arrow:hover {
    border-color: #4A3934;
  }

  .banner__arrow:hover svg path {
    fill: #4A3934;
  }

  .mini-catalog__item:hover {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .section-product__arrow:hover {
    border-color: #4A3934;
  }

  .section-product__arrow:hover svg path {
    fill: #4A3934;
  }

  .product__name:hover {
    color: #E45926;
  }

  .product__buy:hover {
    background: #dfb740;
  }

  .partner__delails:hover {
    background: #aa3e16;
  }

  .breadcrums__item a:hover {
    text-decoration: underline;
  }

  .sidebar-catalog__more:hover {
    text-decoration: underline;
  }

  .navigation-sidebar-catalog__link:hover {
    color: #E45926;
  }

  .navigation-sidebar-catalog__link:hover span {
    color: #E45926;
  }

  .main-catalog-tabel__item:hover {
    -webkit-box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
            box-shadow: 0px 8px 8px -4px rgba(24, 39, 75, 0.08), 0px 4px 6px -4px rgba(24, 39, 75, 0.12);
  }

  .main-catalog-tabel__item:hover .main-catalog-tabel__name {
    color: #E45926;
  }

  .info-card__buy:hover {
    background: #dab23d;
  }

  .info-product__description a:hover {
    text-decoration: none;
    color: #E45926;
  }

  .description-not-info-product__phone:hover {
    text-decoration: underline;
  }

  .products-main-cart__name:hover {
    color: #E45926;
  }

  .products-main-cart__delete:hover svg path {
    fill: #E45926;
  }

  .sidebar-cart__button:hover {
    background: #dab23d;
  }

  .order-send__text a:hover {
    text-decoration: underline;
  }

  .order-send__button:hover {
    background: #dab23d;
  }
}

._webp .partner__wrapper { background: -webkit-gradient(linear, left top, right top, color-stop(1.74%, rgba(254, 208, 73, 0.8)), color-stop(57.98%, rgba(254, 208, 73, 0))), url(../img/partner-bg.webp) top right/cover no-repeat, #FED049; }

._webp .partner__wrapper { background: -o-linear-gradient(left, rgba(254, 208, 73, 0.8) 1.74%, rgba(254, 208, 73, 0) 57.98%), url(../img/partner-bg.webp) top right/cover no-repeat, #FED049; }

._webp .partner__wrapper { background: linear-gradient(90deg, rgba(254, 208, 73, 0.8) 1.74%, rgba(254, 208, 73, 0) 57.98%), url(../img/partner-bg.webp) top right/cover no-repeat, #FED049; }
/*
@media (max-width: 1342px) {

  ._webp .spa-banner__wrapper { background: url(../img/spa-image.webp) top right/560px no-repeat, #105A6F; }
}

@media (max-width: 991.98px) {

  ._webp .spa-banner__wrapper { background: url(../img/spa-image.webp) calc(100% + 150px) 0px/560px no-repeat, #105A6F; }
}

@media (max-width: 720.98px) {

  ._webp .spa-banner__wrapper { background: url(../img/spa-image-mob.webp) top left/cover no-repeat !important; }
}
*/
@media (max-width: 479.98px) {

  ._webp .partner__wrapper { background: -webkit-gradient(linear, left top, left bottom, color-stop(48.97%, rgba(254, 208, 73, 0.9)), color-stop(65.34%, rgba(254, 208, 73, 0.1))), url(../img/partner-bg-mob.webp) bottom left/100% no-repeat; }
}

@media (max-width: 479.98px) {

  ._webp .partner__wrapper { background: -o-linear-gradient(top, rgba(254, 208, 73, 0.9) 48.97%, rgba(254, 208, 73, 0.1) 65.34%), url(../img/partner-bg-mob.webp) bottom left/100% no-repeat; }
}

@media (max-width: 479.98px) {

  ._webp .partner__wrapper { background: linear-gradient(180deg, rgba(254, 208, 73, 0.9) 48.97%, rgba(254, 208, 73, 0.1) 65.34%), url(../img/partner-bg-mob.webp) bottom left/100% no-repeat; }
}