@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-famile: inherit;
}

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

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?hgdbux");
  src: url("../fonts/icons.eot?hgdbux#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?hgdbux") format("truetype"), url("../fonts/icons.woff?hgdbux") format("woff"), url("../fonts/icons.svg?hgdbux#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down: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 {
  background-color: #fff;
  content: "\e906";
}

@media (max-width: 992px) {
  .icon-search:before {
    background: #f9f1e7;
  }
}
.icon-send:before {
  content: "\e907";
}

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

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

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

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 36px;
  line-height: 0.75;
}
.rating__body {
  position: relative;
}
.rating__body::before {
  content: "★★★★★";
  display: block;
  color: grey;
}
.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: rgb(226, 204, 9);
}
.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}
.rating__value {
  font-size: 50%;
  line-height: 1;
  padding-left: 10px;
}

body {
  font-family: "Gilroy";
  color: #3A3A3A;
  font-size: 16px;
}
@media (max-width: 1270px) {
  body {
    font-size: calc(14px + 2 * (100vw - 320px) / 950);
  }
}
.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
}
@media (max-width: 767.98px) {
  .header {
    min-height: 5px;
  }
}
.header.scroll .header__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (any-hover: hover) {
  .header.scroll .header__wrapper:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.header.scroll .header__body {
  min-height: 50px;
}
@media (min-width: 991.98px) {
  .header.scroll .header__body {
    min-height: 70px;
  }
}
.header__wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  transition: all 0.3s ease 0s;
}
.header__body {
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  padding: 5px 0;
  min-height: 125px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header__body {
    min-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .header__body {
    min-height: 40px;
  }
}
.header__main {
  display: flex;
  align-items: center;
  flex: 0 1 39.8387096774%;
  column-gap: 15px;
}
@media (max-width: 1270px) {
  .header__main {
    column-gap: calc(5px + 10 * (100vw - 320px) / 950);
  }
}
@media (max-width: 991.98px) {
  .header__main {
    flex: 1 1 auto;
  }
}
.header__logo {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 120.8333333333%;
  position: relative;
  z-index: 5;
}
.header__search {
  padding-right: 32px;
}
@media (max-width: 1270px) {
  .header__search {
    padding-right: calc(15px + 17 * (100vw - 320px) / 950);
  }
}
@media (min-width: 991.98px) {
  .header__search {
    flex: 1 1 auto;
  }
}
.menu {
  flex: 0 1 420px;
  line-height: 120.8333333333%;
}
@media (min-width: 767.98px) {
  .menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 3px;
  padding: 5px 0px;
  position: relative;
}
@media (any-hover: hover) {
  .menu__item:hover .menu__sub-list {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu__item:hover .menu__arrow {
    transform: rotate(-180deg);
  }
  .menu__item:hover .menu__arrow,
  .menu__item:hover .menu__link {
    color: #E89F71;
  }
}
@media (min-width: 767.98px) {
  .menu__item.hover .menu__sub-list {
    transform: translate(0px 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu__item.hover .menu__arrow {
    transform: rotate(-180deg);
  }
  .menu__item.hover .menu__arrow,
  .menu__item.hover .menu__link {
    color: #E89F71;
  }
}
.menu__link {
  line-height: 24px;
  font-weight: 500;
  color: inherit;
  transition: color 0.3s ease 0s;
}
.menu__arrow {
  font-size: 8px;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
.menu__arrow._active {
  transform: rotate(-180deg);
}
@media (min-width: 767.98px) {
  .menu__arrow::before {
    background-color: #fcf8f3;
  }
}
@media (max-width: 767.98px) {
  .menu__arrow::before {
    background-color: #f9f1e7;
  }
}
@media (min-width: 991.98px) {
  .menu__arrow::before {
    background-color: #f9f1e7;
  }
}
.menu__sub-list {
  position: relative;
  background-color: #E89F71;
  padding: 15px;
  flex: 1 1 100%;
}
@media (min-width: 767.98px) {
  .menu__sub-list {
    opacity: 0;
    visibility: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translate(0px, 10px);
    min-width: 200px;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    z-index: 5;
  }
}
.menu__sub-item:not(:last-child) {
  margin-bottom: 5px;
}
.menu__sub-link {
  color: #fff;
  line-height: 120%;
}
@media (any-hover: hover) {
  .menu__sub-link:hover {
    text-decoration: underline;
  }
}

.search-form {
  max-width: 473px;
}
.search-form.active .search-form__item {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.search-form.active .search-form__icon {
  color: #E89F71;
}
.search-form__icon {
  position: relative;
  z-index: 5;
  font-size: 24px;
  color: #262f56;
}
@media (min-width: 991.98px) {
  .search-form__icon {
    display: none;
  }
}
.search-form__item {
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .search-form__item {
    box-shadow: 0 0 5px rgba(212, 209, 205, 0.3);
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }
}
.search-form__btn {
  flex: 0 0 45px;
  height: 45px;
  font-size: 15px;
  color: #333333;
  background-color: #fff;
}
.search-form__btn::before {
  background-color: #fff;
}
.search-form__input {
  font-size: 14px;
  color: #616161;
  width: 100%;
  padding-right: 20px;
}
.search-form__input:focus::placeholder {
  color: transparent;
}

.actions-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1270px) {
  .actions-header {
    gap: calc(10px + 22 * (100vw - 320px) / 950);
  }
}
.actions-header__item-favourites, .cart-header__icon {
  color: #262f56;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .actions-header__item-favourites:hover, .cart-header__icon:hover {
    color: #E89F71;
  }
}
.actions-header__item-user {
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (max-width: 1270px) {
  .actions-header__item-user {
    width: calc(30px + 10 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .actions-header__item-user {
    height: calc(30px + 10 * (100vw - 320px) / 950);
  }
}

.cart-header__icon {
  position: relative;
  display: block;
}
.cart-header__icon span {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  color: #fff;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -10px;
  background-color: #E89F71;
  border-radius: 50%;
}
.cart-header__body {
  background-color: #f4f5f7;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 15px;
  width: 300px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  transform: translate(0px, 20px);
}
.active .cart-header__body {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
@media (max-width: 991.98px) {
  .cart-header__body {
    top: 50px;
  }
}
@media (max-width: 767.98px) {
  .cart-header__body {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
  }
}
.cart-list {
  overflow: auto;
  max-height: 200px;
}
.cart-list__image {
  flex: 0 0 100px;
  height: 100px;
}
.cart-list__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
}
.cart-list__title {
  color: inherit;
  font-weight: 600;
  transition: color 0.3s ease 0s;
  margin-bottom: 16px;
}
@media (max-width: 1270px) {
  .cart-list__title {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 950);
  }
}
@media (any-hover: hover) {
  .cart-list__title:hover {
    color: #E89F71;
  }
}
.cart-list__quantity {
  font-size: 14px;
  margin-bottom: 14px;
}
@media (max-width: 1270px) {
  .cart-list__quantity {
    margin-bottom: calc(8px + 6 * (100vw - 320px) / 950);
  }
}
.cart-list__delete {
  color: red;
  font-size: 14px;
}
@media (any-hover: hover) {
  .cart-list__delete:hover {
    text-decoration: underline;
  }
}
.cart-list__item {
  display: flex;
  align-items: flex-start;
}
.cart-list__item:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .icon__menu {
    margin-left: 32px;
    z-index: 5;
    position: relative;
    display: block;
    flex: 0 0 30px;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
}
@media (max-width: 767px) and (max-width: 1270px) {
  .icon__menu {
    margin-left: calc(15px + 17 * (100vw - 320px) / 950);
  }
}
@media (max-width: 767px) {
  .icon__menu::before,
  .icon__menu::after,
  .icon__menu span {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #000;
  }
  .icon__menu.active::before,
  .icon__menu.active::after,
  .icon__menu.active span {
    background-color: #000;
  }
  .icon__menu::before,
  .icon__menu::after {
    content: "";
  }
  .icon__menu::before {
    top: 0;
  }
  .icon__menu::after {
    bottom: -2px;
  }
  .icon__menu span {
    top: 50%;
    transform: scale(1) traslate(0px, -50%);
  }
  .icon__menu.active span {
    transform: scale(0) translate(0px, -50%);
  }
  .icon__menu.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .icon__menu.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f9f1e7;
    padding: 100px 15px 15px 15px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body.active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    left: -100%;
    height: 40px;
    background-color: #f9f1e7;
  }
  .menu__body.active::before {
    left: 0;
  }
  .menu__list {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    font-size: 24px;
  }
  .menu__list > li {
    flex-wrap: wrap;
  }
  .menu__list > li:last-child {
    margin-bottom: 0;
  }
  .menu__link {
    font-size: 24px;
    color: #E89F71;
  }
  .menu__sub-link {
    font-size: 18px;
  }
  .menu__arrow {
    font-size: 14px;
    color: #E89F71;
  }
  .menu__sub-list {
    margin: 10px -15px;
  }
  .menu__sub-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__body {
  display: grid;
  grid-template-columns: 250px 1fr 290px;
  border-top: 1px solid #d8d8d8;
  column-gap: 80px;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 1270px) {
  .footer__body {
    column-gap: calc(0px + 80 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .footer__body {
    padding-top: calc(40px + 40 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .footer__body {
    padding-bottom: calc(20px + 30 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1240px) {
  .footer__body {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 290px;
  }
}
@media (max-width: 991.98px) {
  .footer__body {
    display: block;
  }
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1240px) {
  .footer__main {
    grid-column: span 2;
  }
  .footer__main:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer__logo {
    margin-bottom: 16px;
  }
}
.footer__text {
  color: #616161;
  line-height: 150%;
}
.footer__text:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1270px) {
  .footer__text:not(:last-child) {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 950);
  }
}
.contacts-footer {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: flex-start;
}
@media (max-width: 1270px) {
  .contacts-footer {
    row-gap: calc(8px + 8 * (100vw - 320px) / 950);
  }
}
.contacts-footer__item {
  color: #616161;
  line-height: 150%;
  transition: color 0.3s ease 0s;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 1270px) {
  .contacts-footer__item {
    column-gap: calc(4px + 4 * (100vw - 320px) / 950);
  }
}
@media (any-hover: hover) {
  .contacts-footer__item:hover {
    color: #E89F71;
  }
}

@media (max-width: 991.98px) {
  .menu-footer:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 767.98px) {
  .menu-footer {
    display: flex;
  }
}
.menu-footer__title {
  cursor: default;
}
._init .menu-footer__title {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
._init .menu-footer__title::before {
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
.menu-footer__title._active::before {
  transform: rotate(-180deg);
}
.menu-footer__column {
  flex: 0 1 33.3333%;
}
@media (max-width: 767.98px) {
  .menu-footer__column {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .menu-footer__list {
    padding-top: 15px;
  }
}
.menu-footer__item:not(:last-child) {
  margin-bottom: 16px;
}
.menu-footer__link {
  color: #616161;
  line-height: 150%;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu-footer__link:hover {
    color: #E89F71;
  }
}

@media (min-width: 767.98px) {
  .footer-title {
    margin-bottom: 16px;
  }
}
@media (min-width: 767.98px) and (max-width: 1270px) {
  .footer-title {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 950);
  }
}

.subscribe__title {
  margin-bottom: 16px;
}
@media (max-width: 1270px) {
  .subscribe__title {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 950);
  }
}
.subscribe__form {
  display: flex;
  column-gap: 4px;
}
.subscribe__input {
  width: 100%;
  padding: 0px 12px;
  color: #898989;
  background-color: #f4f5f7;
  line-height: 150%;
}
.subscribe__input:focus::placeholder {
  color: transparent;
}
.subscribe__btn {
  font-size: 18px;
  flex: 0 0 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E89F71;
  color: #fff;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .subscribe__btn:hover {
    background-color: #be825c;
  }
}

.footer-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  background-color: #fff;
  line-height: 120.8333333333%;
}
@media (max-width: 1270px) {
  .footer-title {
    font-size: calc(18px + 4 * (100vw - 320px) / 950);
  }
}

.flyImage.ibg {
  opacity: 1;
  position: fixed;
  z-index: 100;
  transition: all 1s ease 0s;
}

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

.slider-arrow {
  pointer-events: auto;
  border-radius: 50%;
  height: 48px;
  background-color: rgba(232, 159, 113, 0.3);
  color: #E89F71;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.slider-arrow__next {
  transform: rotate(-90deg);
}
.slider-arrow__prev {
  transform: rotate(90deg);
}
@media (any-hover: hover) {
  .slider-arrow:hover {
    color: #fff;
    background-color: rgb(232, 159, 113);
  }
}
.slider-arrow--white {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (any-hover: hover) {
  .slider-arrow--white:hover {
    background-color: #E89F71;
    color: #fff;
  }
}

.swiper-pagination-bullets {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
}

.swiper-pagination-bullet {
  cursor: pointer;
  flex: 0 0 27px;
  height: 27px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px 0px;
}
.swiper-pagination-bullet::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #d8d8d8;
  position: absolute;
  border-radius: 50%;
  transition: all 0.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;
  transition: transform 0.3s ease 0s;
  transform: scale(0);
}

.swiper-pagination-bullet-active::after {
  background-color: #E89F71;
}
.swiper-pagination-bullet-active::before {
  transform: scale(1);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  min-height: 48px;
}
.btn--white {
  background-color: #fff;
  color: #E89F71;
}
@media (any-hover: hover) {
  .btn--white:hover {
    background-color: #E89F71;
    color: #fff;
  }
}

.title {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1270px) {
  .title {
    font-size: calc(24px + 16 * (100vw - 320px) / 950);
  }
}

.main-slider {
  background-color: #fcf8f3;
}
.main-slider__container {
  position: relative;
}
@media (min-width: 991.98px) {
  .main-slider__container::before {
    content: "";
    background-color: #f9f1e7;
    position: absolute;
    top: 0;
    width: 100vw;
    right: 376px;
    height: 100%;
  }
}
.main-slider__body {
  padding-top: 141px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1270px) {
  .main-slider__body {
    padding-top: calc(50px + 91 * (100vw - 320px) / 950);
  }
}
@media (min-width: 991.98px) {
  .main-slider__body {
    display: flex;
  }
}
.main-slider__content {
  align-self: flex-start;
  flex: 0 0 39.8387096774%;
  margin-bottom: 80px;
}
@media (max-width: 1270px) {
  .main-slider__content {
    margin-bottom: calc(15px + 65 * (100vw - 320px) / 950);
  }
}
@media (max-width: 991.98px) {
  .main-slider__content {
    margin: 0px -15px;
  }
}
.main-slider__slider {
  flex: 1 1 auto;
  min-width: 0;
  align-self: flex-end;
}
@media (min-width: 991.98px) {
  .main-slider__slider {
    padding-left: 32px;
  }
}

.content-main {
  position: relative;
  z-index: 5;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1270px) {
  .content-main {
    padding-top: calc(15px + 45 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .content-main {
    padding-bottom: calc(15px + 45 * (100vw - 320px) / 950);
  }
}
@media (min-width: 991.98px) {
  .content-main {
    padding: 60px;
  }
}
@media (min-width: 991.98px) and (max-width: 1270px) {
  .content-main {
    padding: calc(1px + 59 * (100vw - 320px) / 950);
  }
}
@media (min-width: 991.98px) {
  @supports (-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px)) {
    .content-main {
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(15.5px);
    }
  }
}
.content-main__title {
  color: #3A3A3A;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1270px) {
  .content-main__title {
    font-size: calc(32px + 24 * (100vw - 320px) / 950);
  }
}
.content-main__title:not(:last-child) {
  margin-bottom: 16px;
}
.content-main__text {
  color: #898989;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.content-main__text:not(:last-child):not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 1270px) {
  .content-main__text:not(:last-child):not(:last-child) {
    margin-bottom: calc(24px + 24 * (100vw - 320px) / 950);
  }
}
.content-main__button {
  background-color: #e89f71;
  min-height: 78px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
}
@media (max-width: 1270px) {
  .content-main__button {
    min-height: calc(45px + 33 * (100vw - 320px) / 950);
  }
}
@media (any-hover: hover) {
  .content-main__button:hover {
    background-color: #c97a4a;
  }
}

.slider-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .slider-main {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}
.slider-main__controls {
  align-self: stretch;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .slider-main__controls {
    margin: 10px 0px 20px 0px;
  }
}
.slider-main__slider {
  overflow: visible;
}
@media (min-width: 991.98px) {
  .slider-main__slider {
    width: 934px;
  }
}
@media (min-width: 991.98px) and (max-width: 1270px) {
  .slider-main__slider {
    width: calc(290px + 644 * (100vw - 320px) / 950);
  }
}
@media (max-width: 991.98px) {
  .slider-main__slider {
    margin: 0px -15px;
  }
}
.slider-main__slide {
  position: relative;
}
.slider-main__image {
  padding: 0px 0px 59% 0px;
}
.slider-main__content {
  min-width: 295px;
  max-height: 300px;
  overflow: auto;
  color: inherit;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
}
@media (max-width: 1270px) {
  .slider-main__content {
    padding: calc(15px + 9 * (100vw - 320px) / 950);
  }
}
@media (min-width: 991.98px) {
  .slider-main__content {
    min-width: 295px;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}
@media (min-width: 991.98px) and (max-width: 1270px) {
  .slider-main__content {
    bottom: calc(0px + 40 * (100vw - 320px) / 950);
  }
}
@media (min-width: 991.98px) and (max-width: 1270px) {
  .slider-main__content {
    right: calc(0px + 40 * (100vw - 320px) / 950);
  }
}
@supports (-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px)) {
  .slider-main__content {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(15.5px);
  }
}
.slider-main__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #3a3a3a;
}
@media (max-width: 1270px) {
  .slider-main__title {
    font-size: calc(22px + 6 * (100vw - 320px) / 950);
  }
}
.slider-main__title:not(:last-child) {
  margin-bottom: 4px;
}
@media (max-width: 1270px) {
  .slider-main__title:not(:last-child) {
    margin-bottom: calc(1px + 3 * (100vw - 320px) / 950);
  }
}
.slider-main__text {
  font-weight: 500;
  line-height: 150%;
  color: #616161;
}
.slider-main__text:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1270px) {
  .slider-main__text:not(:last-child) {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 950);
  }
}
.slider-main__price {
  line-height: 150%;
  font-weight: 600;
  color: #3A3A3A;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.slider-main__price::before {
  margin-left: 10px;
  font-size: 12px;
}

.controls-slider {
  display: flex;
  align-items: center;
}
.controls-slider__dots {
  flex: 1 1 auto;
}
@media (min-width: 991.98px) {
  .controls-slider__dots {
    padding: 0px 20px 0px 0px;
  }
}
@media (max-width: 991.98px) {
  .controls-slider__dots {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .controls-slider__arrows {
    display: none;
  }
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

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

.products {
  padding-bottom: 44px;
}
@media (max-width: 1270px) {
  .products {
    padding-bottom: calc(20px + 24 * (100vw - 320px) / 950);
  }
}
.products__title {
  text-align: center;
}
.products__title:not(:last-child) {
  margin-bottom: 32px;
}
.products__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 32px;
}
@media (max-width: 1270px) {
  .products__body {
    gap: calc(16px + 16 * (100vw - 320px) / 950);
  }
}
.products__footer {
  padding-top: 32px;
  text-align: center;
}
@media (max-width: 1270px) {
  .products__footer {
    padding-top: calc(16px + 16 * (100vw - 320px) / 950);
  }
}
.products__more {
  border: 1px solid #E89F71;
  min-width: 245px;
}
.products__more.hold {
  opacity: 0.2;
  cursor: default;
}

.item-product {
  background-color: #f4f5f7;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (any-hover: hover) {
  .item-product:hover .item-product__actions {
    opacity: 1;
    visibility: visible;
  }
}
.item-product__labels {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  top: 24px;
  right: 24px;
}
@media (max-width: 1270px) {
  .item-product__labels {
    top: calc(10px + 14 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .item-product__labels {
    right: calc(10px + 14 * (100vw - 320px) / 950);
  }
}
.item-product__label {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 500;
  line-height: 150%;
  align-items: center;
  justify-content: center;
}
.item-product__label:not(:last-child) {
  margin-bottom: 10px;
}
.item-product__label--sale {
  background-color: #e97171;
}
.item-product__label--new {
  background-color: #2ec1ac;
}
.item-product__image {
  padding-bottom: 105.6140350877%;
}
.item-product__body {
  flex: 1 1 auto;
  padding: 16px 16px 30px 16px;
  display: flex;
  flex-direction: column;
}
.item-product__content {
  flex: 1 1 auto;
}
.item-product__name {
  font-weight: 600;
  color: #3A3A3A;
  line-height: 120%;
  font-size: 24px;
}
@media (max-width: 1270px) {
  .item-product__name {
    font-size: calc(20px + 4 * (100vw - 320px) / 950);
  }
}
.item-product__name:not(:last-child) {
  margin-bottom: 8px;
}
.item-product__description {
  color: #898989;
  font-weight: 500;
  line-height: 150%;
}
.item-product__description:not(:last-child) {
  margin-bottom: 8px;
}
.item-product__prices {
  display: flex;
  column-gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  line-height: 150%;
}
.item-product__price {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1270px) {
  .item-product__price {
    font-size: calc(18px + 2 * (100vw - 320px) / 950);
  }
}
.item-product__price--old {
  color: #b0b0b0;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: normal;
}
@media (any-hover: none) {
  .item-product__actions {
    padding-top: 15px;
  }
}
@media (any-hover: hover) {
  .item-product__actions {
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(58, 58, 58, 0.74);
    z-index: 10;
  }
}

.actions-item__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.actions-item__button {
  flex: 1 1 100%;
}
.actions-item__button:not(:last-child) {
  margin-bottom: 24px;
}
.actions-item__button.hold {
  opacity: 0.2;
  cursor: default;
}
.actions-item__link {
  display: flex;
  align-items: center;
  color: inherit;
  transition: color 0.3s ease 0s;
  font-weight: 600;
}
.actions-item__link::before {
  margin-right: 10px;
  font-size: 16px;
}
@media (any-hover: hover) {
  .actions-item__link {
    color: #fff;
  }
  .actions-item__link:hover {
    color: #E89F71;
  }
}

.rooms {
  background-color: #fcf8f3;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (max-width: 1270px) {
  .rooms {
    padding-top: calc(20px + 24 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .rooms {
    padding-bottom: calc(20px + 24 * (100vw - 320px) / 950);
  }
}
@media (min-width: 991.98px) {
  .rooms__container {
    display: flex;
  }
}
.rooms__content {
  flex: 0 0 37.5%;
  position: relative;
  z-index: 5;
  align-self: center;
}
@media (min-width: 991.98px) {
  .rooms__content {
    padding-right: 80px;
  }
}
@media (min-width: 991.98px) and (max-width: 1270px) {
  .rooms__content {
    padding-right: calc(30px + 50 * (100vw - 320px) / 950);
  }
}
@media (max-width: 991.98px) {
  .rooms__content:not(:last-child) {
    margin-bottom: 30px;
  }
}
.rooms__slider {
  flex: 1 1 auto;
  min-width: 0;
  align-self: flex-start;
}
@media (max-width: 479.98px) {
  .rooms__slider {
    margin: 0px -15px;
  }
}

.content-rooms__title:not(:last-child) {
  margin-bottom: 8px;
}
.content-rooms__text {
  font-weight: 500;
  line-height: 150%;
  color: #616161;
}
.content-rooms__text:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1270px) {
  .content-rooms__text:not(:last-child) {
    margin-bottom: calc(10px + 14 * (100vw - 320px) / 950);
  }
}
.content-rooms__button {
  min-width: 176px;
  background-color: #E89F71;
  color: #fff;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .content-rooms__button:hover {
    background-color: #c97a4a;
  }
}

.slider-rooms {
  position: relative;
}
.slider-rooms__slider {
  overflow: visible;
  position: relative;
}
.slider-rooms__slider::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 0;
  background-color: #fcf8f3;
  z-index: 2;
  transform: translate(-100%, 0px);
}
.slider-rooms__slide {
  width: 372px;
  position: relative;
  overflow: hidden;
  min-height: 585px;
}
@media (max-width: 1270px) {
  .slider-rooms__slide {
    min-height: calc(400px + 185 * (100vw - 320px) / 950);
  }
}
.slider-rooms__slide.swiper-slide-active .slider-rooms__image {
  height: 100%;
}
@media (max-width: 479.98px) {
  .slider-rooms__slide {
    width: 100%;
  }
}
.slider-rooms__image {
  transition: height 0.8s ease 0s;
  height: 100%;
}
@media (min-width: 767.98px) {
  .slider-rooms__image {
    height: 83%;
  }
}
.slider-rooms__content {
  position: absolute;
  color: inherit;
  max-width: 240px;
  left: 24px;
  bottom: 24px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1270px) {
  .slider-rooms__content {
    left: calc(15px + 9 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .slider-rooms__content {
    bottom: calc(15px + 9 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .slider-rooms__content {
    padding: calc(15px + 17 * (100vw - 320px) / 950);
  }
}
@supports (-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px)) {
  .slider-rooms__content {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(15.5px);
  }
}
.slider-rooms__content::before {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0px);
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #E89F71;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-rooms__title {
  font-size: 28px;
  line-height: 120%;
  font-weight: 600;
  color: #3A3A3A;
}
@media (max-width: 1270px) {
  .slider-rooms__title {
    font-size: calc(22px + 6 * (100vw - 320px) / 950);
  }
}
.slider-rooms__arrows {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  justify-content: space-between;
  z-index: 5;
  width: calc(100% - 48px);
  left: 24px;
}
@media (min-width: 1340px) {
  .slider-rooms__arrows {
    width: calc(100% + 48px);
    left: -24px;
  }
}
@media (min-width: 767.98px) {
  .slider-rooms__dotts {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 396px;
  }
}
@media (max-width: 767.98px) {
  .slider-rooms__dotts {
    justify-content: center;
    padding-top: 15px;
  }
}

.label-slider {
  display: grid;
  color: #616161;
  grid-template-columns: auto 27px auto;
  gap: 8px;
  align-items: center;
  justify-content: start;
}
.label-slider:not(:last-child) {
  margin-bottom: 8px;
}
.label-slider__number {
  font-weight: 500;
  line-height: 150%;
}
.label-slider__line {
  height: 1px;
  background-color: #616161;
}
.label-slider__text {
  font-weight: 500;
  line-height: 150%;
}

.page__tricks {
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (max-width: 1270px) {
  .page__tricks {
    padding-top: calc(20px + 24 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .page__tricks {
    padding-bottom: calc(20px + 24 * (100vw - 320px) / 950);
  }
}

.tricks__title {
  text-align: center;
}
.slider-tricks {
  position: relative;
}
.slider-tricks__slider {
  margin-left: -32px;
  margin-right: -32px;
  padding: 32px;
}
@media (max-width: 1270px) {
  .slider-tricks__slider {
    margin-left: calc(-15px + -17 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .slider-tricks__slider {
    margin-right: calc(-15px + -17 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .slider-tricks__slider {
    padding: calc(15px + 17 * (100vw - 320px) / 950);
  }
}
.slider-tricks__slide {
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease 0s;
}
@media (any-hover: hover) {
  .slider-tricks__slide:hover {
    box-shadow: 0px 0px 32px rgba(97, 97, 97, 0.2);
  }
}
.slider-tricks__image {
  padding-bottom: 64.1943734015%;
}
.slider-tricks__content {
  display: flex;
  flex-direction: column;
  padding: 16px 0px 16px 10px;
  flex: 1 1 auto;
  align-items: flex-start;
}
.slider-tricks__text {
  flex: 1 1 auto;
  color: #3A3A3A;
  font-weight: 600;
  line-height: 120%;
  cursor: pointer;
  transition: color 0.3s ease 0s;
  font-size: 24px;
}
@media (max-width: 1270px) {
  .slider-tricks__text {
    font-size: calc(18px + 6 * (100vw - 320px) / 950);
  }
}
.slider-tricks__text:not(:last-child) {
  margin-bottom: 8px;
}
@media (any-hover: hover) {
  .slider-tricks__text:hover {
    color: #E89F71;
  }
}
.slider-tricks__date {
  color: #898989;
  font-size: 14px;
  line-height: 150%;
}
.slider-tricks__dotts {
  padding-top: 8px;
  justify-content: center;
}
@media (max-width: 1270px) {
  .slider-tricks__dotts {
    padding-top: calc(0px + 8 * (100vw - 320px) / 950);
  }
}
.slider-tricks__arrows {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  justify-content: space-between;
  z-index: 5;
  width: calc(100% - 48px);
  left: 24px;
}
@media (min-width: 1340px) {
  .slider-tricks__arrows {
    width: calc(100% + 48px);
    left: -24px;
  }
}
@media (max-width: 767.98px) {
  .slider-tricks__arrows {
    display: none;
  }
}

.furniture {
  padding-bottom: 85px;
}
@media (max-width: 1270px) {
  .furniture {
    padding-bottom: calc(40px + 45 * (100vw - 320px) / 950);
  }
}
.furniture__label {
  text-align: center;
  font-weight: 600;
  line-height: 150%;
  color: #616161;
  font-size: 20px;
}
@media (max-width: 1270px) {
  .furniture__label {
    font-size: calc(16px + 4 * (100vw - 320px) / 950);
  }
}
.furniture__label:not(:last-child) {
  margin-bottom: 8px;
}
.furniture__title {
  text-align: center;
  margin-bottom: 32px;
}
.furniture__content {
  position: relative;
}
@media (any-hover: none) {
  .furniture__content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.furniture__items {
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  gap: 16px;
}
@media (any-hover: hover) {
  .furniture__items {
    justify-content: center;
  }
}
.furniture__column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -8px;
}
.furniture__column:first-child {
  justify-content: flex-end;
}
.furniture__row {
  display: inline-grid;
  padding: 0px 8px;
  gap: 16px;
  grid-template-columns: auto;
  grid-auto-flow: column;
}
.furniture__row:not(:last-child) {
  margin-bottom: 16px;
}

.row-furniture__left--top {
  justify-content: end;
  align-items: end;
}
@media (any-hover: hover) {
  .row-furniture__item img {
    filter: grayscale(1);
    transition: all 0.8s ease 0s;
  }
  .row-furniture__item:hover img {
    filter: grayscale(0);
  }
}
.row-furniture__left--bottom {
  justify-content: end;
  align-items: start;
}
.row-furniture__center {
  display: block;
}
.row-furniture__right--top {
  align-items: end;
}
.row-furniture__right--bottom {
  align-items: start;
}

.popup__window {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 30px 10px 30px 10px;
}

.benefits {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 1270px) {
  .benefits {
    padding-top: calc(40px + 48 * (100vw - 320px) / 950);
  }
}
@media (max-width: 1270px) {
  .benefits {
    padding-bottom: calc(40px + 48 * (100vw - 320px) / 950);
  }
}
.benefits__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits__item {
  display: inline-grid;
  padding: 15px 0px;
  grid-template: auto auto/85px 1fr;
}
@media (max-width: 991.98px) {
  .benefits__item {
    min-width: 280px;
  }
}
@media (max-width: 767.98px) {
  .benefits__item {
    grid-template: auto auto/auto 1fr;
  }
}

.item-benefits__image {
  text-align: center;
  align-self: center;
  grid-row: span 2;
}
@media (max-width: 767.98px) {
  .item-benefits__image {
    padding: 0px 15px 0px 0px;
  }
}
.item-benefits__title {
  color: #3A3A3A;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.item-benefits__text {
  font-weight: 500;
  color: #898989;
  line-height: 150%;
}