@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]:before,
[class*=" _icon-"]:before,
.menu-footer__title._init::before {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="_icon-"]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-arrow-down:before,
.menu-footer__title._init:before {
  content: "\e900";
}

._icon-arrow-link:before {
  content: "\e901";
}

._icon-cart:before {
  content: "\e902";
}

._icon-favorite:before {
  content: "\e903";
}

._icon-location:before {
  content: "\e904";
}

._icon-phone:before {
  content: "\e905";
}

._icon-search:before {
  content: "\e906";
}

._icon-send:before {
  content: "\e907";
}

._icon-share:before {
  content: "\e908";
}

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

::-webkit-input-placeholder {
  font-family: inherit;
}

::-moz-placeholder {
  font-family: inherit;
}

:-ms-input-placeholder {
  font-family: inherit;
}

::-ms-input-placeholder {
  font-family: inherit;
}

input,
button,
textarea,
::placeholder {
  font-family: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button:active,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

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

body {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 16px;
  color: #3A3A3A;
}

body._lock {
  overflow: hidden;
}

.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 {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

._container-fluid {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.btn {
  font-weight: 600;
  font-size: 20px;
  min-height: 48px;
  line-height: 150%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: #fff;
  background-color: #E89F71;
  padding: 0 15px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn--white {
  color: #E89F71;
  background-color: #fff;
}

._title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

._text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #898989;
}

.input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input::placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

._footer-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #000;
}

.slider-arrows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48px)[2];
  grid-template-columns: repeat(2, 48px);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.slider-arrow {
  pointer-events: auto;
  font-size: 12px;
  width: 48px;
  height: 48px;
  color: #E89F71;
  background-color: rgba(232, 159, 113, 0.3);
  border-radius: 50%;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.slider-arrow__prev::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slider-arrow__next::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slider-arrow--white {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.16);
}

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  height: 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px 0;
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}

.swiper-pagination-bullet::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #D8D8D8;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease 0s;
  -o-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #E89F71;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.swiper-pagination-bullet-active::after {
  background-color: #E89F71;
}

.swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

._flyImage {
  opacity: 1;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

._flyImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
}

.header._scroll .header__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
}

.header._scroll .header__body {
  min-height: 50px;
}

.header__wrapper {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color .3s ease 0s;
  -o-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.header__body {
  min-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  position: relative;
  -webkit-transition: min-height .3s ease 0s;
  -o-transition: min-height .3s ease 0s;
  transition: min-height .3s ease 0s;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.83871%;
          flex: 0 0 39.83871%;
}

.header__logo {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 120.83333%;
  position: relative;
  z-index: 5;
}

.header__search {
  padding-right: 32px;
}

.menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
}

.menu__item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3px;
  padding: 5px 0;
  position: relative;
}

.menu__item._hover .menu__sub-list {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu__item._hover .menu__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu__item._hover .menu__arrow,
.menu__item._hover .menu__link {
  color: #E89F71;
}

.menu__link {
  font-weight: 500;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.menu__arrow {
  margin: 0px 0px 0px 8px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 8px;
}

.menu__arrow._active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu__sub-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background-color: #E89F71;
  padding: 15px;
}

.menu__sub-list._active {
  margin: 10px -15px 0px -15px;
  display: block;
}

.menu__sub-item:not(:last-child) {
  margin: 0px 0px 5px 0px;
}

.menu__sub-link {
  color: #fff;
  line-height: 120%;
}

.search-form {
  max-width: 473px;
}

.search-form._active .search-form__item {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.search-form._active .search-form__icon {
  color: #E89F71;
}

.search-form__icon {
  font-size: 22px;
  position: relative;
  z-index: 5;
  color: #262F56;
}

.search-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.search-form__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  height: 45px;
  font-size: 15px;
  color: #333333;
}

.search-form__input {
  width: 100%;
  padding: 0px 20px 0px 0px;
  font-size: 14px;
  color: #616161;
}

.actions-header {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.actions-header__item--favorites {
  color: #262F56;
  font-size: 24px;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.actions-header__item--user {
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.actions-header__item--user img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-header__icon {
  display: block;
  color: #262F56;
  font-size: 24px;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  position: relative;
}

.cart-header__icon span {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 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;
  border-radius: 50%;
  background-color: #E89F71;
  color: #fff;
  font-size: 12px;
}

.cart-header__body {
  background: #F4F5F7;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 15px;
  width: 300px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 20px);
      -ms-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

._active .cart-header__body {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.cart-list {
  overflow: auto;
  max-height: 200px;
}

.cart-list__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  position: relative;
}

.cart-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-list__body {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 0px 0px 10px;
}

.cart-list__title {
  color: inherit;
  font-weight: 600;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  margin: 0px 0px 5px 0px;
}

.cart-list__quantity {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}

.cart-list__delete {
  color: red;
  font-size: 14px;
}

.cart-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart-list__item:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.icon-menu {
  display: none;
}

.main-slider {
  background-color: #FCF8F3;
}

.main-slider__container {
  position: relative;
}

.main-slider__body {
  padding: 140px 0px 0px 0px;
  position: relative;
  z-index: 2;
}

.main-slider__content {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.83871%;
          flex: 0 0 39.83871%;
  margin-bottom: 80px;
}

.main-slider__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-width: 0;
}

.content-main {
  position: relative;
  z-index: 5;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.72);
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-main__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 119.64286%;
}

.content-main__title:not(:last-child) {
  margin: 0px 0px 0.28571em 0px;
}

.content-main__text {
  font-size: 20px;
}

.content-main__text:not(:last-child) {
  margin: 0px 0px 2.4em 0px;
}

.content-main__link {
  min-height: 78px;
  width: 100%;
}

.slider-main {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slider-main__controls {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 0px 0px 20px 0px;
}

.slider-main__body {
  overflow: visible;
}

.slider-main__slide {
  position: relative;
}

.slider-main__image {
  padding: 0px 0px 59.21% 0px;
  position: relative;
}

.slider-main__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-main__content {
  min-width: 295px;
  max-height: 300px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  /* Если браузер поддерживает backdrop-filter */
}

@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
  .slider-main__content {
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(31px);
            backdrop-filter: blur(31px);
  }
}

.slider-main__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
}

.slider-main__title:not(:last-child) {
  margin: 0px 0px 0.14286em 0px;
}

.slider-main__text {
  font-size: 16px;
}

.slider-main__text:not(:last-child) {
  margin: 0px 0px 0.5em 0px;
}

.slider-main__price {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-main__price::before {
  margin: 0px 0px 0px 10px;
  color: #000;
  font-size: 12px;
}

.slider-main .swiper-container {
  margin-left: initial;
  margin-right: initial;
}

.controls-slider-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.controls-slider-main__dotts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.advantages {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 88px;
}

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

.advantages__item {
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 15px 0;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: 85px 1fr;
      grid-template: auto auto / 85px 1fr;
}

.advantages__icon {
  text-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.advantages__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}

.advantages__text {
  font-size: 16px;
}

.products {
  padding-bottom: 44px;
}

.products__title {
  margin: 0px 0px 32px 0px;
}

.products__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 32px;
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F4F5F7;
  position: relative;
}

.products__footer {
  padding: 32px 0px 0px 0px;
  text-align: center;
}

.products__more {
  border: 1px solid #E89F71;
  min-width: 245px;
}

.products__more._hold {
  opacity: 0.4;
  cursor: default;
}

.item-product__labels {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 24px;
  right: 24px;
}

.item-product__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  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;
}

.item-product__label:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.item-product__label--sale {
  background-color: #E97171;
}

.item-product__label--new {
  background-color: #2EC1AC;
}

.item-product__image {
  display: block;
  position: relative;
  padding: 0px 0px 105.61404% 0px;
}

.item-product__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-product__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px 16px 30px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-product__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-product__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin: 0px 0px 8px 0px;
}

.item-product__text {
  font-weight: 500;
  line-height: 150%;
  color: #898989;
  margin: 0px 0px 8px 0px;
}

.item-product__prices {
  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;
  line-height: 150%;
}

.item-product__price {
  font-size: 20px;
}

.item-product__price--old {
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 0px 16px;
  color: #b0b0b0;
  text-decoration: line-through;
}

.actions-product__body {
  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;
}

.actions-product__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.actions-product__button:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.actions-product__button._hold {
  opacity: 0.2;
  cursor: default;
}

.actions-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.actions-product__link::before {
  margin: 0px 10px 0px 0px;
  font-size: 16px;
}

.rooms {
  background-color: #FCF8F3;
  padding-top: 44px;
  padding-bottom: 44px;
}

.rooms__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  position: relative;
  z-index: 5;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.rooms__title {
  text-align: left;
}

.rooms__title:not(:last-child) {
  margin: 0px 0px 0.2em 0px;
}

.rooms__text {
  font-size: 16px;
  color: #616161;
}

.rooms__text:not(:last-child) {
  margin: 0px 0px 24px 0px;
}

.rooms__btn {
  font-size: 16px;
  min-width: 180px;
}

.rooms__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.slider-rooms {
  position: relative;
}

.slider-rooms__body {
  overflow: visible;
  position: relative;
}

.slider-rooms__body::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 0;
  background-color: #FCF8F3;
  z-index: 2;
  -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
}

.slider-rooms__slide {
  width: 372px;
  position: relative;
  overflow: hidden;
  min-height: 585px;
}

.slider-rooms__slide.swiper-slide-active .slider-rooms__picture {
  height: 100%;
}

.slider-rooms__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: height .8s ease 0s;
  -o-transition: height .8s ease 0s;
  transition: height .8s ease 0s;
}

.slider-rooms__content {
  display: block;
  position: absolute;
  max-width: 240px;
  background: rgba(255, 255, 255, 0.9);
  left: 24px;
  bottom: 24px;
  padding: 32px;
}

@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
  .slider-rooms__content {
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(31px);
            backdrop-filter: blur(31px);
  }
}

.slider-rooms__content::before {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  width: 48px;
  height: 48px;
  background-color: #E89F71;
  color: #fff;
  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: background-color .3s ease 0s;
  -o-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.slider-rooms__title {
  font-size: 28px;
  line-height: 120%;
}

.slider-rooms__arrows {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: calc(100% - 48px);
  left: 24px;
  z-index: 5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.label-slider {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-columns: auto 27px auto;
  grid-template-columns: auto 27px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #616161;
}

.label-slider:not(:last-child) {
  margin: 0px 0px 8px 0px;
}

.label-slider__line {
  height: 1px;
  background-color: #616161;
}

.tips {
  padding-top: 44px;
  padding-bottom: 44px;
}

.slider-tips {
  position: relative;
}

.slider-tips__body {
  margin-left: -32px;
  margin-right: -32px;
  padding: 32px;
}

.slider-tips__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
}

.slider-tips__image {
  display: block;
  position: relative;
  padding: 0px 0px 64.19437% 0px;
}

.slider-tips__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-tips__content {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}

.slider-tips__title {
  font-size: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 120%;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.slider-tips__title:not(:last-child) {
  margin: 0px 0px 0.33333em 0px;
}

.slider-tips__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #898989;
}

.slider-tips__dotts {
  padding-top: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-tips__arrows {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: calc(100% - 48px);
  left: 24px;
  z-index: 5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.furniture {
  padding-bottom: 85px;
}

.furniture__label {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  color: #616161;
}

.furniture__label:not(:last-child) {
  margin: 0px 0px 0.4em 0px;
}

.furniture__title {
  margin: 0px 0px 32px 0px;
}

.furniture__body {
  position: relative;
}

.furniture__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.furniture__column {
  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;
  margin: 0px -8px;
}

.furniture__column:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.furniture__row {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  gap: 16px;
  padding: 0 8px;
}

.furniture__row:not(:last-child) {
  margin: 0px 0px 16px 0px;
}

.row-furniture__item {
  display: block;
}

.row-furniture__item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.row-furniture--left-top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.row-furniture--left-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.row-furniture--center {
  display: block;
}

.row-furniture--right-top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.row-furniture--right-bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer {
  background-color: #fff;
}

.footer__inner {
  padding: 80px 0px 60px 0px;
  border-top: 1px solid #D8D8D8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr 290px;
  grid-template-columns: 250px 1fr 290px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.footer__info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__info-logo {
  margin: 0px 0px 15px 0px;
}

.footer__info-text {
  line-height: 150%;
  color: #616161;
}

.footer__info-text:not(:last-child) {
  margin: 0px 0px 1em 0px;
}

.contacts-footer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-footer__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 150%;
  color: #616161;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.contacts-footer__item:not(:last-child) {
  margin: 0px 0px 16px 0px;
}

.contacts-footer__item::before {
  color: #898989;
  margin: 0px 8px 0px 0px;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.menu-footer__title {
  cursor: default;
}

.menu-footer__title._init {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-footer__title._init::before {
  font-size: 12px;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.menu-footer__title._active::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-footer__list._active {
  display: block;
}

.menu-footer__item:not(:last-child) {
  margin: 0px 0px 16px 0px;
}

.menu-footer__link {
  font-weight: 500;
  line-height: 150%;
  color: #616161;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.subscribe__title {
  margin: 0px 0px 15px 0px;
}

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

.subscribe__input {
  width: 100%;
  font-size: 16px;
  color: #898989;
  background-color: #F4F5F7;
  padding: 0 12px;
}

.subscribe__btn {
  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 45px;
          flex: 0 0 45px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  background-color: #E89F71;
  margin: 0px 0px 0px 4px;
  -webkit-transition: background-color .3s ease 0s;
  -o-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 768px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .menu__sub-list {
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .slider-main__content {
    position: absolute;
    min-width: 350px;
    right: 40px;
    bottom: 40px;
  }

  .slider-rooms__picture {
    height: 83%;
  }

  .slider-rooms__dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 396px;
    z-index: 2;
  }

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

  .menu-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }

  .menu-footer__title {
    margin: 0px 0px 16px 0px;
  }
}

@media (min-width: 992px) {
  .btn--white:hover {
    color: #fff;
    background-color: #E89F71;
  }

  .slider-arrow:hover {
    background-color: #E89F71;
    color: #fff;
  }

  .slider-arrow--white:hover {
    background-color: #E89F71;
    color: #fff;
  }

  .header._scroll .header__wrapper:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .header._scroll .header__body {
    min-height: 70px;
  }

  .header__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .menu__item:hover .menu__sub-list {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__item:hover .menu__arrow {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .menu__item:hover .menu__arrow,
  .menu__item:hover .menu__link {
    color: #E89F71;
  }

  .menu__sub-link:hover {
    text-decoration: underline;
  }

  .search-form__icon {
    display: none;
  }

  .actions-header__item--favorites:hover {
    color: #E89F71;
  }

  .cart-header__icon:hover {
    color: #E89F71;
  }

  .cart-list__title:hover {
    color: #E89F71;
  }

  .cart-list__delete:hover {
    text-decoration: underline;
  }

  .main-slider__container::before {
    content: "";
    background: #F9F1E7;
    position: absolute;
    top: 0;
    width: 100vw;
    right: 376px;
    height: 100%;
  }

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

  .main-slider__slider {
    padding: 0px 0px 0px 32px;
  }

  .content-main {
    padding: 60px;
    background: rgba(255, 255, 255, 0.9);
    /* Если браузер поддерживает backdrop-filter */
  }

@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
    .content-main {
      background: rgba(255, 255, 255, 0.72);
      -webkit-backdrop-filter: blur(31px);
              backdrop-filter: blur(31px);
    }
}

  .content-main__link:hover {
    background-color: #e4905b;
  }

  .slider-main__body {
    width: 934px;
  }

  .controls-slider-main__dotts {
    padding: 0px 20px 0px 0px;
  }

  .item-product:hover .item-product__actions {
    opacity: 1;
    visibility: visible;
  }

  .item-product__actions {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(58, 58, 58, 0.74);
    z-index: 3;
  }

  .actions-product__link {
    color: #fff;
  }

  .actions-product__link:hover {
    color: #E89F71;
  }

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

  .rooms__body {
    margin-right: 80px;
  }

  .rooms__btn:hover {
    background-color: #8D6146;
  }

  .slider-rooms__content:hover::before {
    background-color: #e2874e;
  }

  .slider-tips__slide:hover {
    -webkit-box-shadow: 0 0 32px rgba(97, 97, 97, 0.2);
            box-shadow: 0 0 32px rgba(97, 97, 97, 0.2);
  }

  .slider-tips__title:hover {
    color: #E89F71;
  }

  .furniture__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row-furniture__item img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
  }

  .row-furniture__item img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .contacts-footer__item:hover,
  .contacts-footer__item:hover::before {
    color: #E89F71;
  }

  .menu-footer__link:hover {
    color: #E89F71;
  }

  .subscribe__btn:hover {
    background-color: #e2874e;
  }
}

@media (min-width: 1300px) {
  .slider-rooms__arrows {
    left: -24px;
    width: calc(100% + 48px);
  }

  .slider-tips__arrows {
    left: -24px;
    width: calc(100% + 48px);
  }
}

@media (max-width: 1270px) {
  .btn {
    font-size: calc(16px + 4 * ((100vw - 320px) / 950));
  }

  ._title {
    font-size: calc(24px + 16 * ((100vw - 320px) / 950));
  }

  ._text {
    font-size: calc(16px + 4 * ((100vw - 320px) / 950));
  }

  .header__search {
    padding-right: calc(15px + 17 * ((100vw - 320px) / 950));
  }

  .actions-header {
    gap: calc(15px + 17 * ((100vw - 320px) / 950));
  }

  .actions-header__item--user {
    width: calc(30px + 10 * ((100vw - 320px) / 950));
  }

  .actions-header__item--user {
    height: calc(30px + 10 * ((100vw - 320px) / 950));
  }

  .main-slider__content {
    margin-bottom: calc(15px + 65 * ((100vw - 320px) / 950));
  }

  .content-main {
    padding-top: calc(15px + 45 * ((100vw - 320px) / 950));
  }

  .content-main {
    padding-bottom: calc(15px + 45 * ((100vw - 320px) / 950));
  }

  .content-main__title {
    font-size: calc(24px + 32 * ((100vw - 320px) / 950));
  }

  .content-main__text {
    font-size: calc(16px + 4 * ((100vw - 320px) / 950));
  }

  .content-main__link {
    min-height: calc(45px + 33 * ((100vw - 320px) / 950));
  }

  .slider-main__content {
    padding: calc(15px + 9 * ((100vw - 320px) / 950));
  }

  .slider-main__title {
    font-size: calc(22px + 6 * ((100vw - 320px) / 950));
  }

  .slider-main__price {
    font-size: calc(16px + 4 * ((100vw - 320px) / 950));
  }

  .advantages {
    padding-top: calc(30px + 58 * ((100vw - 320px) / 950));
  }

  .advantages {
    padding-bottom: calc(30px + 58 * ((100vw - 320px) / 950));
  }

  .products {
    padding-bottom: calc(30px + 14 * ((100vw - 320px) / 950));
  }

  .item-product__labels {
    top: calc(10px + 14 * ((100vw - 320px) / 950));
  }

  .item-product__labels {
    right: calc(10px + 14 * ((100vw - 320px) / 950));
  }

  .item-product__title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 950));
  }

  .item-product__price {
    font-size: calc(16px + 4 * ((100vw - 320px) / 950));
  }

  .item-product__price--old {
    font-size: calc(14px + 2 * ((100vw - 320px) / 950));
  }

  .rooms {
    padding-top: calc(30px + 14 * ((100vw - 320px) / 950));
  }

  .rooms {
    padding-bottom: calc(30px + 14 * ((100vw - 320px) / 950));
  }

  .slider-rooms__slide {
    min-height: calc(400px + 185 * ((100vw - 320px) / 950));
  }

  .slider-rooms__content {
    left: calc(15px + 9 * ((100vw - 320px) / 950));
  }

  .slider-rooms__content {
    bottom: calc(15px + 9 * ((100vw - 320px) / 950));
  }

  .slider-rooms__content {
    padding: calc(15px + 17 * ((100vw - 320px) / 950));
  }

  .slider-rooms__title {
    font-size: calc(24px + 4 * ((100vw - 320px) / 950));
  }

  .tips {
    padding-top: calc(30px + 14 * ((100vw - 320px) / 950));
  }

  .tips {
    padding-bottom: calc(30px + 14 * ((100vw - 320px) / 950));
  }

  .slider-tips__body {
    margin-left: calc(-15px + -17 * ((100vw - 320px) / 950));
  }

  .slider-tips__body {
    margin-right: calc(-15px + -17 * ((100vw - 320px) / 950));
  }

  .slider-tips__body {
    padding: calc(15px + 17 * ((100vw - 320px) / 950));
  }

  .slider-tips__title {
    font-size: calc(18px + 6 * ((100vw - 320px) / 950));
  }

  .slider-tips__dotts {
    padding-top: calc(0px + 8 * ((100vw - 320px) / 950));
  }

  .furniture {
    padding-bottom: calc(40px + 45 * ((100vw - 320px) / 950));
  }

  .furniture__label {
    font-size: calc(16px + 4 * ((100vw - 320px) / 950));
  }

  .footer__inner {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 290px;
    grid-template-columns: 1fr 290px;
  }

  .footer__info {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin: 0px 0px 40px 0px;
  }
}

@media (max-width: 1270px) and (max-width: 992px) {
  .footer__inner {
    display: block;
  }
}

@media (max-width: 992px) {
  .header__body {
    min-height: 80px;
  }

  .header__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .search-form__item {
    position: absolute;
    z-index: 5;
    top: -100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 5px rgba(212, 209, 205, 0.3);
            box-shadow: 0 0 5px rgba(212, 209, 205, 0.3);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .cart-header__body {
    top: 50px;
  }

  .main-slider__body {
    padding: 80px 0px 0px 0px;
  }

  .main-slider__content {
    margin: 0px -15px;
  }

  .slider-main {
    margin: 0px -15px;
  }

  .slider-main {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .slider-main__controls {
    margin: 10px 0px 20px 0px;
  }

  .controls-slider-main__dotts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .controls-slider-main__arrows {
    display: none;
  }

  .advantages__item {
    min-width: 280px;
  }

  .rooms__body {
    margin: 0px 0px 30px 0px;
  }

  .menu-footer {
    margin: 0px 0px 40px 0px;
  }
}

@media (max-width: 768px) {
  .header {
    min-height: 5px;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 70px 15px 30px;
    background-color: #FCF8F3;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 100%;
    height: 50px;
    background-color: #FCF8F3;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__body._active::before {
    left: 0;
  }

  .menu__item {
    margin: 0px 0px 15px 0px;
  }

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

  .menu__link {
    font-weight: 600;
    font-size: 24px;
  }

  .menu__arrow {
    font-size: 14px;
  }

  .menu__sub-list {
    display: none;
  }

  .menu__sub-item:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .menu__sub-link {
    font-size: 18px;
  }

  .cart-header__body {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
  }

  .icon-menu {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
    margin-left: 32px;
  }

  .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: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .icon-menu span:first-child {
    top: 0;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0;
  }

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

  .main-slider__body {
    padding: 50px 0px 0px 0px;
  }

  .advantages__item {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto 1fr;
        grid-template: auto auto / auto 1fr;
  }

  .advantages__icon {
    margin: 0px 15px 0px 0px;
  }

  .slider-rooms__dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }

  .menu-footer__column {
    margin: 0px 0px 10px 0px;
  }

  .menu-footer__list {
    display: none;
    padding: 15px 0px 0px 0px;
  }
}

@media (max-width: 768px) and (max-width: 1270px) {
  .icon-menu {
    margin-left: calc(15px + 17 * ((100vw - 320px) / 950));
  }
}

@media (max-width: 768px) and (max-width: 400px) {
  .icon-menu {
    margin: 0px 0px 0px 15px;
  }
}

@media (max-width: 767px) {
  .header__body {
    min-height: 50px;
  }
}

@media (max-width: 480px) {
  .rooms__body {
    text-align: center;
  }

  .rooms__title {
    text-align: center;
  }

  .rooms__btn {
    min-width: auto;
    width: 100%;
  }

  .rooms__slider {
    margin: 0 -15px;
  }

  .slider-rooms__slide {
    width: 100%;
  }

  .slider-rooms__arrows {
    display: none;
  }

  .slider-tips__arrows {
    display: none;
  }
}

@media (max-width: 400px) {
  .header__search {
    padding: 0px 15px 0px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1270px) {
  .content-main {
    padding: calc(1px + 59 * ((100vw - 320px) / 950));
  }

  .slider-main__body {
    width: calc(290px + 644 * ((100vw - 320px) / 950));
  }

  .rooms__body {
    margin-right: calc(30px + 50 * ((100vw - 320px) / 950));
  }
}

@media (min-width: 768px) and (max-width: 1270px) {
  .slider-main__content {
    right: calc(0px + 40 * ((100vw - 320px) / 950));
  }

  .slider-main__content {
    bottom: calc(0px + 40 * ((100vw - 320px) / 950));
  }
}

@media (any-hover: none) {
  .item-product__actions {
    padding: 15px 0px 0px 0px;
  }

  .furniture__body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}