#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #E89F71;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -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-family: "Gilroy";
  font-weight: 600;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 150%;
  font-style: normal;
}

input,
button,
textarea {
  font-family: 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;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

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

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

header {
  background: url(../img/background.jpg) no-repeat 100% 100%;
  background-size: cover;
}

.header-navigation {
  padding-top: 40px;
}
@media (max-width: 1100px) {
  .header-navigation {
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 1100px) and (max-width: 580px) {
  .header-navigation {
    padding-top: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) and (max-width: 580px) and (max-width: 375px) {
  .header-navigation {
    max-width: 250px;
  }
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .head-nav {
    display: none;
  }
}
.head-nav__logo {
  margin-right: 41px;
}
.head-nav__logo img {
  display: block;
}
.head-nav__item {
  color: #3A3A3A;
  margin-right: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1070px) {
  .head-nav__item {
    margin-right: 20px;
  }
}
.head-nav__item path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head-nav__item:last-child {
  margin-right: 0;
}
.head-nav__item:hover {
  color: #E89F71;
}
.head-nav__item:hover path {
  stroke: #E89F71;
}
.head-nav .arrow-down {
  vertical-align: middle;
  margin-left: 8px;
}

.head-search {
  position: relative;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .head-search {
    margin-left: calc(50% - 200px);
  }
}
@media (max-width: 1000px) and (max-width: 680px) {
  .head-search {
    margin-left: calc(50% - 150px);
  }
}
@media (max-width: 1000px) and (max-width: 680px) and (max-width: 580px) {
  .head-search {
    margin-left: 0;
  }
}
.head-search__icon {
  position: absolute;
  left: 12px;
  top: 11px;
}
.head-search__icon img {
  display: block;
}
.head-search__field {
  width: 473px;
  padding: 12px 0 12px 44px;
}
@media (max-width: 1230px) {
  .head-search__field {
    width: 300px;
  }
}
@media (max-width: 1230px) and (max-width: 680px) {
  .head-search__field {
    width: 220px;
  }
}
@media (max-width: 1230px) and (max-width: 680px) and (max-width: 580px) {
  .head-search__field {
    padding-right: 10px;
    width: 200px;
  }
}

.head-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 580px) {
  .head-user {
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
  }
}
.head-user__account {
  display: block;
  margin-left: 32px;
}
@media (max-width: 580px) {
  .head-user__account {
    margin-left: 0;
  }
}

@media (max-width: 580px) {
  .head-user .head-user__account,
.head-user .cart,
.head-user .hert {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
  }
}

.head-user .heart,
.head-user .cart {
  left: 5px;
}
@media (max-width: 400px) {
  .head-user .heart,
.head-user .cart {
    width: 30px;
    height: 30px;
  }
}

.new-product-vis {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E97171;
}

.main-swiper {
  position: relative;
}
.main-swiper__content {
  position: relative;
}
.main-swiper__content .main-swiper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 136px -41% 0;
  position: relative;
}
@media (max-width: 1100px) {
  .main-swiper__content .main-swiper__item {
    margin-top: 45px;
    margin-left: -350px;
    margin-right: auto;
  }
}
@media (max-width: 1100px) and (max-width: 800px) {
  .main-swiper__content .main-swiper__item {
    margin-top: 50px;
  }
}
@media (max-width: 1100px) and (max-width: 800px) and (max-width: 580px) {
  .main-swiper__content .main-swiper__item {
    margin-top: 45px;
  }
}
.main-swiper__content .main-swiper__item .main-swiper__elem {
  min-width: 934px;
  margin: 0 16px;
  position: relative;
}
.main-swiper__content .main-swiper__item .main-swiper__elem:active .main-swiper__about, .main-swiper__content .main-swiper__item .main-swiper__elem:hover .main-swiper__about {
  opacity: 1;
}
.main-swiper__content .main-swiper__item .main-swiper__elem img {
  display: block;
}
@media (max-width: 1100px) {
  .main-swiper__content .main-swiper__item .main-swiper__elem {
    min-width: 46%;
  }
}

.main-swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -35px;
  left: calc(53% - 64px);
}
.main-swiper__pagination .main-swiper__dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #D8D8D8;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.main-swiper__pagination .main-swiper__dot:active {
  background-color: #E89F71;
}
.main-swiper__pagination .main-swiper__dot:active::after {
  border-color: #E89F71;
}
.main-swiper__pagination .main-swiper__dot::after {
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 13px;
  position: absolute;
  content: "";
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-swiper__pagination .active-pag {
  background-color: #E89F71;
}
@media (max-width: 700px) {
  .main-swiper__pagination {
    top: calc(100% - -15px);
    left: calc(50% - 64px);
  }
}

.main-swiper__about {
  position: absolute;
  padding: 25px 105px 25px 25px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  right: 40px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 850px) {
  .main-swiper__about {
    bottom: 20px;
    right: 20px;
    padding: 10px 50px 10px 10px;
  }
}
@media (max-width: 850px) and (max-width: 480px) {
  .main-swiper__about {
    bottom: 10px;
    right: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 850px) and (max-width: 480px) and (max-width: 380px) {
  .main-swiper__about {
    right: 5px;
    bottom: 5px;
    padding: 5px;
  }
}
.main-swiper__about .main-swiper__text {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 28px;
  color: #3A3A3A;
  line-height: 120%;
  padding-bottom: 8px;
}
@media (max-width: 850px) {
  .main-swiper__about .main-swiper__text {
    font-size: 20px;
    padding-bottom: 4px;
  }
}
@media (max-width: 850px) and (max-width: 480px) {
  .main-swiper__about .main-swiper__text {
    font-size: 16px;
  }
}
.main-swiper__about .main-swiper__descr {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: #616161;
  line-height: 150%;
  padding-bottom: 8px;
}
@media (max-width: 850px) {
  .main-swiper__about .main-swiper__descr {
    font-size: 14px;
    padding-bottom: 4px;
  }
}
@media (max-width: 850px) and (max-width: 480px) {
  .main-swiper__about .main-swiper__descr {
    font-size: 13px;
  }
}
.main-swiper__about .main-swiper__price {
  font-family: "Gilroy";
  font-weight: 20px;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 150%;
}
@media (max-width: 850px) {
  .main-swiper__about .main-swiper__price {
    font-size: 14px;
  }
}
@media (max-width: 850px) and (max-width: 480px) {
  .main-swiper__about .main-swiper__price {
    font-size: 13px;
  }
}
.main-swiper__about .main-swiper__price::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-right-long.svg) no-repeat 100% 100%;
  width: 24px;
  height: 24px;
  right: 24px;
  bottom: 24px;
}
@media (max-width: 850px) {
  .main-swiper__about .main-swiper__price::before {
    bottom: 9px;
    right: 13px;
  }
}

.main-swiper__banner {
  position: absolute;
  top: -70px;
  left: calc(24% - 245px);
  max-width: 494px;
  padding: 60px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.main-swiper__banner .main-swiper__header {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 56px;
  color: #3A3A3A;
  line-height: 120%;
  padding-bottom: 16px;
}
@media (max-width: 1100px) {
  .main-swiper__banner .main-swiper__header {
    font-size: 35px;
  }
}
@media (max-width: 1100px) and (max-width: 850px) {
  .main-swiper__banner .main-swiper__header {
    font-size: 18px;
  }
}
@media (max-width: 1100px) and (max-width: 850px) and (max-width: 620px) {
  .main-swiper__banner .main-swiper__header {
    padding-bottom: 8px;
  }
}
.main-swiper__banner .main-swiper__subtitle {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 20px;
  color: #616161;
  line-height: 150%;
  padding-bottom: 48px;
}
@media (max-width: 1100px) {
  .main-swiper__banner .main-swiper__subtitle {
    font-size: 15px;
  }
}
@media (max-width: 1100px) and (max-width: 850px) {
  .main-swiper__banner .main-swiper__subtitle {
    font-size: 12px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1100px) and (max-width: 850px) and (max-width: 620px) {
  .main-swiper__banner .main-swiper__subtitle {
    padding-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  .main-swiper__banner {
    left: 25px;
    padding: 30px;
    max-width: 340px;
    top: -45px;
  }
}
@media (max-width: 1100px) and (max-width: 850px) {
  .main-swiper__banner {
    max-width: 250px;
  }
}
@media (max-width: 1100px) and (max-width: 850px) and (max-width: 620px) {
  .main-swiper__banner {
    padding: 20px;
  }
}
@media (max-width: 1100px) and (max-width: 850px) and (max-width: 620px) and (max-width: 520px) {
  .main-swiper__banner {
    max-width: 170px;
    display: none;
  }
}

.main-swiper__arrow {
  position: absolute;
  top: -54px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-swiper__arrow .arrow {
  border-radius: 50%;
  background-color: rgba(232, 159, 113, 0.3);
  width: 48px;
  height: 48px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 520px) {
  .main-swiper__arrow .arrow {
    background-color: #FFFFFF;
    -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);
    margin: 17px;
  }
}
.main-swiper__arrow .main-swiper__right svg {
  margin-top: calc(50% - 12px);
  margin-left: calc(50% - 11px);
}
.main-swiper__arrow .main-swiper__left svg {
  margin-top: calc(50% - 12px);
  margin-left: calc(50% - 13px);
}
@media (max-width: 1100px) {
  .main-swiper__arrow {
    right: 20px;
  }
}
@media (max-width: 1100px) and (max-width: 580px) {
  .main-swiper__arrow {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    right: -10px;
  }
}
@media (max-width: 1100px) and (max-width: 580px) and (max-width: 520px) {
  .main-swiper__arrow {
    right: auto;
    left: 10px;
    top: -65px;
  }
}

.bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100%;
  right: -100%;
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.main-swiper__hover-about {
  position: absolute;
  background-color: #FFFFFF;
  height: 100vh;
  max-width: 50vw;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .main-swiper__hover-about {
    max-width: 70vw;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .main-swiper__hover-about {
    max-width: 100vw;
  }
}
.main-swiper__hover-about .main-swiper__header {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 120%;
  max-width: 700px;
  text-align: center;
  padding: 20px 0;
}
.main-swiper__hover-about .main-swiper__img {
  padding: 0 20px;
}
.main-swiper__hover-about .main-swiper__img img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.main-swiper__hover-about .main-swiper__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 20px 0;
}
.main-swiper__hover-about .main-swiper__price-new {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 120%;
  margin-right: 20px;
}
.main-swiper__hover-about .main-swiper__price-old {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 16px;
  color: #898989;
  line-height: 150%;
  text-decoration: line-through;
}
.main-swiper__hover-about .main-swiper__subtitle {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  color: #898989;
  line-height: 150%;
  max-width: 600px;
  padding: 0 20px;
  line-height: 1.3;
}
.main-swiper__hover-about .main-swiper__btn {
  padding: 20px 20px;
  margin: 0 auto;
}
.main-swiper__hover-about .main-swiper__btn-buy, .main-swiper__hover-about .main-swiper__btn-add {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 18px;
  color: #E89F71;
  line-height: 150%;
  padding: 15px 40px;
  border: 2px solid #E89F71;
  margin-right: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #FFFFFF;
}
.main-swiper__hover-about .main-swiper__btn-buy:hover, .main-swiper__hover-about .main-swiper__btn-add:hover {
  color: #FFFFFF;
  background-color: #E89F71;
}
@media (max-width: 800px) {
  .main-swiper__hover-about .main-swiper__btn-buy, .main-swiper__hover-about .main-swiper__btn-add {
    margin: 0 0 10px 0;
  }
}
.main-swiper__hover-about .main-swiper__btn-add {
  margin: 0;
}
@media (max-width: 800px) {
  .main-swiper__hover-about .main-swiper__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.block-x-mark {
  position: relative;
}
.block-x-mark .x-mark {
  position: absolute;
  top: 31px;
  right: 25px;
  width: 40px;
  height: 35px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-x-mark .x-mark:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.top {
  padding: 104px 0;
}
@media (max-width: 1100px) {
  .top {
    padding: 10px 0 50px;
  }
}
@media (max-width: 1100px) {
  .top .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 114px;
}
@media (max-width: 1100px) {
  .list-top {
    margin-right: 0;
    padding-top: 40px;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1100px) and (max-width: 480px) {
  .list-top {
    width: 100%;
  }
}
.list-top__img {
  display: block;
  margin-right: 24px;
}
@media (max-width: 1100px) {
  .list-top__img {
    margin-right: 12px;
  }
}
.list-top:last-child {
  margin: 0;
}
.list-top__about .list-top__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 150%;
  padding-bottom: 2px;
}
@media (max-width: 600px) {
  .list-top__about .list-top__title {
    font-size: 16px;
  }
}
.list-top__about .list-top__subtitle {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: #898989;
  line-height: 24px;
}
@media (max-width: 600px) {
  .list-top__about .list-top__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .list-top__about {
    text-align: center;
  }
}

main .container-products {
  display: block;
}
main .container-products .products-header {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 120%;
  padding-bottom: 32px;
  text-align: center;
}
@media (max-width: 835px) {
  main .container-products .products-header {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1180px) {
  main .container-products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1180px) and (max-width: 835px) {
  main .container-products {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1180px) and (max-width: 835px) and (max-width: 456px) {
  main .container-products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  gap: 30px;
}
@media (max-width: 1260px) {
  .products-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.products-list__elem {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.products-list__elem:hover .product-list-hover {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  top: 0;
}
.products-list__elem img {
  display: block;
}
@media (max-width: 600px) {
  .products-list__elem {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) and (max-width: 456px) {
  .products-list__elem {
    padding-right: 0;
  }
}
@media (max-width: 1180px) {
  .products-list__elem:nth-of-type(2n) {
    padding-right: 0;
  }
}
.products-list__elem:nth-child(n+4) {
  margin-right: 0;
}
.products-list__elem .products-list__about {
  background-color: #F4F5F7;
  width: 285px;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .products-list__elem .products-list__about {
    padding-bottom: 15px;
  }
}
.products-list__elem .products-list__about .products-list__header {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 120%;
  padding: 16px 0 0 16px;
}
.products-list__elem .products-list__about .products-list__subtitle {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: #898989;
  line-height: 150%;
  padding: 8px 0 8px 16px;
}
.products-list__elem .products-list__about .products-list__price {
  display: inline;
  font-size: 20px;
  padding: 0 16px 0 16px;
}
.products-list__elem .products-list__about .products-list__discount {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #898989;
  line-height: 150%;
  text-decoration: line-through;
}
.products-list__elem .discount {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 150%;
  border-radius: 50%;
  background-color: #E97171;
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 12px 5px;
  top: 24px;
  right: 24px;
}
.products-list__elem .new {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 150%;
  border-radius: 50%;
  background-color: #2EC1AC;
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 12px 8px;
  top: 24px;
  right: 24px;
}

.product-list-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-list-hover__btn {
  max-width: 202px;
  padding-bottom: 12px;
}
.product-list-hover__btn .product-list-hover__add {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 16px;
  color: #E89F71;
  line-height: 150%;
  padding: 12px 58px;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-list-hover__btn .product-list-hover__add:hover {
  background-color: #E89F71;
  color: #FFFFFF;
}
.product-list-hover__link {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-list-hover__link a {
  color: #FFFFFF;
  margin-right: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-list-hover__link a:hover {
  color: #E89F71;
}
.product-list-hover__link a:hover .share path {
  fill: #E89F71;
}
.product-list-hover__link a:hover .like {
  fill: #E97171;
}
.product-list-hover__link a:hover .like path {
  fill: #E97171;
  stroke: #E97171;
}
.product-list-hover__link a svg {
  margin-right: 10px;
}
.product-list-hover__link a svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list-hover__link a:last-child {
  margin: 0;
}

.button {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 15px;
  color: #E89F71;
  line-height: 150%;
  border: 1px solid #E89F71;
  padding: 12px 82px;
  max-width: 245px;
  margin: 30px auto 44px;
  display: block;
  position: relative;
  background-color: #FFFFFF;
}

.click-product {
  cursor: auto;
  opacity: 0.3;
  background-color: #FFFFFF;
}

.alert-product {
  position: fixed;
  padding: 40px 80px;
  background-color: rgba(232, 159, 113, 0.8);
  color: #FFFFFF;
  left: calc(50% - 219px);
  bottom: 50px;
  -webkit-animation: alert 3s;
  animation: alert 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes alert {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alert {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden-btn-product {
  opacity: 0.5;
  cursor: auto;
}
.hidden-btn-product:hover {
  opacity: 0.5;
}
.hidden-btn-product:hover::after {
  top: 0;
}

.rooms {
  background-color: #FCF8F3;
  padding: 44px 0 90px;
}
@media (max-width: 1060px) {
  .rooms .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.rooms .container .active-about-room {
  display: block;
}
@media (max-width: 1160px) {
  .rooms {
    padding: 30px 0 40px;
  }
}

.rooms-text {
  max-width: 378px;
}
@media (max-width: 1060px) {
  .rooms-text {
    padding-bottom: 30px;
    text-align: center;
  }
}
.rooms-text__header {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 120%;
  padding-bottom: 8px;
}
@media (max-width: 780px) {
  .rooms-text__header {
    font-size: 25px;
  }
}
.rooms-text__subtitle {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 150%;
  padding-bottom: 24px;
}
@media (max-width: 780px) {
  .rooms-text__subtitle {
    font-size: 14;
  }
}
.rooms-text .container-btn {
  max-width: 176px;
}
@media (max-width: 1060px) {
  .rooms-text .container-btn {
    margin: 0 auto;
  }
}

.rooms-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -890px;
  position: relative;
  overflow: hidden;
  padding: 0 0 42px 75px;
  min-height: 584px;
}
.rooms-swiper__elem {
  margin-right: 24px;
  position: relative;
}
@media (max-width: 680px) {
  .rooms-swiper__elem {
    width: 100%;
  }
}
@media (max-width: 1160px) {
  .rooms-swiper__elem img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 1160px) {
  .rooms-swiper {
    margin-right: -1000px;
  }
}
@media (max-width: 1160px) and (max-width: 780px) {
  .rooms-swiper {
    min-height: 0;
    padding-bottom: 90px;
  }
}
@media (max-width: 1160px) and (max-width: 780px) and (max-width: 680px) {
  .rooms-swiper {
    padding-left: 50px;
  }
}
@media (max-width: 1160px) and (max-width: 780px) and (max-width: 680px) and (max-width: 400px) {
  .rooms-swiper {
    margin-right: -800px;
    padding-bottom: 60px;
  }
}
.rooms-swiper .main-swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 510px;
  left: calc(42% - 106px);
}
@media (max-width: 1160px) {
  .rooms-swiper .main-swiper__pagination {
    left: 125px;
    top: 560px;
  }
}
@media (max-width: 1160px) and (max-width: 780px) {
  .rooms-swiper .main-swiper__pagination {
    top: calc(92% - -10px);
    left: calc(12% - 48px);
  }
}
@media (max-width: 1160px) and (max-width: 780px) and (max-width: 400px) {
  .rooms-swiper .main-swiper__pagination {
    left: calc(12% - 53px);
  }
}
.rooms-swiper .main-swiper__pagination .main-swiper__dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #D8D8D8;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.rooms-swiper .main-swiper__pagination .main-swiper__dot:active {
  background-color: #E89F71;
}
.rooms-swiper .main-swiper__pagination .main-swiper__dot:active::after {
  border-color: #E89F71;
}
.rooms-swiper .main-swiper__pagination .main-swiper__dot::after {
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 13px;
  position: absolute;
  content: "";
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rooms-swiper .main-swiper__pagination .active-pag {
  background-color: #E89F71;
}
.rooms-swiper .main-swiper__arrow {
  top: calc(74% - 50px);
  right: calc(69% - 228px);
}
@media (max-width: 1160px) {
  .rooms-swiper .main-swiper__arrow {
    top: calc(51% - 50px);
    right: calc(87% - 218px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 438px;
    left: auto;
  }
}
@media (max-width: 1160px) and (max-width: 400px) {
  .rooms-swiper .main-swiper__arrow {
    width: 390px;
    right: calc(90% - 229px);
  }
}
.rooms-swiper .main-swiper__arrow .arrow {
  background: #FFFFFF;
  -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);
  margin: 17px;
}
.rooms-swiper .main-swiper__arrow .arrow svg path {
  stroke: #E89F71;
}

.elem-about {
  position: absolute;
  padding: 31px 32px 24px 25px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  bottom: calc(12% - 25px);
  left: calc(-4% - 25px);
  display: none;
}
@media (max-width: 1160px) {
  .elem-about {
    bottom: 24px;
    left: 20px;
  }
}
@media (max-width: 1160px) and (max-width: 780px) {
  .elem-about {
    padding: 20px;
    bottom: 0;
    left: -24px;
  }
}
.elem-about__position {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: #616161;
  line-height: 150%;
  padding-bottom: 8px;
}
@media (max-width: 780px) {
  .elem-about__position {
    font-size: 14px;
  }
}
.elem-about__name {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 28px;
  color: #3A3A3A;
  line-height: 150%;
}
@media (max-width: 780px) {
  .elem-about__name {
    font-size: 20px;
  }
}
.elem-about__link {
  content: "";
  position: absolute;
  background: url(../img/arr-long-right-white.svg) no-repeat 50% 50%;
  background-color: #E89F71;
  width: 48px;
  height: 48px;
  top: calc(100% - 48px);
  right: -48px;
}

.active-elem-room img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.active-elem-room .elem-about {
  display: block;
}

.tip-trik {
  padding: 44px 0 88px;
}
.tip-trik__header {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 120%;
  text-align: center;
  padding-bottom: 32px;
}
@media (max-width: 950px) {
  .tip-trik__header {
    font-size: 32px;
  }
}
@media (max-width: 950px) and (max-width: 580px) {
  .tip-trik__header {
    font-size: 25px;
  }
}
@media (max-width: 950px) and (max-width: 580px) and (max-width: 400px) {
  .tip-trik__header {
    font-size: 20px;
  }
}
.tip-trik .container {
  display: block;
  padding: 0;
  position: relative;
}
.tip-trik .container .main-swiper__pagination {
  left: calc(50% - 87px);
  top: 100%;
}
@media (max-width: 810px) {
  .tip-trik .container .main-swiper__pagination {
    left: calc(50% - 69px);
  }
}
@media (max-width: 520px) {
  .tip-trik .container .main-swiper__arrow {
    top: -9%;
    left: calc(50% - 240px);
    right: auto;
    width: 480px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 520px) {
  .tip-trik .container .main-swiper__arrow .arrow {
    -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.26);
  }
}
@media (max-width: 950px) {
  .tip-trik {
    padding: 25px 15px;
  }
}

.text {
  max-width: 390px;
}

.tip-trik-swiper {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
}
@media (max-width: 1280px) {
  .tip-trik-swiper {
    width: 785px;
  }
}
@media (max-width: 1280px) and (max-width: 810px) {
  .tip-trik-swiper {
    width: 250px;
    padding-bottom: 20px;
  }
}
.tip-trik-swiper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tip-trik-swiper__wrapper .tip-trik-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide {
    width: 800px;
    padding: 0;
  }
}
@media (max-width: 1280px) and (max-width: 810px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 250px;
  }
}
.tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem {
  padding: 0 16px;
  max-width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem {
    max-width: 250px;
  }
}
@media (max-width: 1280px) and (max-width: 950px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem {
    padding: 0 0px;
  }
}
@media (max-width: 1280px) and (max-width: 950px) and (max-width: 810px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem {
    margin-bottom: 20px;
  }
}
.tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem:hover {
  -webkit-box-shadow: 0px 22px 41px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 22px 41px -8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 810px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem:hover {
    -webkit-box-shadow: 0px -27px 26px -19px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px -27px 26px -19px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px -27px 26px -19px rgba(34, 60, 80, 0.2) inset;
  }
}
.tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem .tip-trik-swiper__header,
.tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem .tip-trik-swiper__date {
  padding-left: 16px;
}
.tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem img {
  display: block;
  padding-bottom: 16px;
}
.tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem .tip-trik-swiper__date {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 14px;
  color: #898989;
  line-height: 150%;
  padding-bottom: 16px;
}
@media (max-width: 950px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem .tip-trik-swiper__date {
    font-size: 12px;
  }
}
.tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem .tip-trik-swiper__header {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 120%;
  padding-bottom: 8px;
}
@media (max-width: 1280px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem .tip-trik-swiper__header {
    font-size: 16px;
  }
}
@media (max-width: 1280px) and (max-width: 950px) {
  .tip-trik-swiper__wrapper .tip-trik-swiper__slide .tip-trik-swiper__elem .tip-trik-swiper__header {
    font-size: 14px;
  }
}

.furniture {
  padding-bottom: 87px;
}
@media (max-width: 850px) {
  .furniture {
    padding-bottom: 30px;
  }
}

.furniture__header {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 850px) {
  .furniture__header {
    font-size: 20px;
  }
}
.furniture__header--text {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 20px;
  color: #616161;
  line-height: 150%;
  display: block;
}
@media (max-width: 850px) {
  .furniture__header--text {
    font-size: 14px;
  }
}

.furniture__main {
  background: url(../img/back-furniture.jpg) no-repeat;
  background-size: contain;
  position: relative;
}
.furniture__main path {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.furniture__main .furnitura-hover-img {
  position: absolute;
  -webkit-animation: furnituraImg 0.6s;
  animation: furnituraImg 0.6s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}

@-webkit-keyframes furnituraImg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes furnituraImg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.fur {
  fill: transparent;
}

footer {
  padding-bottom: 50px;
}
footer .container {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #D8D8D8;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 1045px) {
  footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-elem {
  padding: 80px 0 0;
  margin-right: 67px;
}
@media (max-width: 1045px) {
  .footer-elem {
    padding-top: 40px;
  }
}
@media (max-width: 1045px) {
  .footer-elem {
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    text-align: center;
  }
}
.footer-elem__header {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 30px;
  padding-bottom: 16px;
}
@media (max-width: 850px) {
  .footer-elem__header {
    font-size: 20px;
  }
}
.footer-elem__content {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  line-height: 150%;
  max-width: 249px;
  padding-bottom: 16px;
  display: block;
}
@media (max-width: 850px) {
  .footer-elem__content {
    font-size: 14px;
  }
}
.footer-elem__content:last-child {
  padding-bottom: 0;
}
@media (max-width: 1045px) {
  .footer-elem__content {
    max-width: none;
  }
}
.footer-elem:last-child {
  margin-right: 0;
}
@media (max-width: 1045px) {
  .footer-elem:last-child {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 1045px) {
  .footer-elem .inp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-elem a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-elem a:hover {
  color: #E89F71;
}

.location,
.phone {
  position: relative;
  margin-left: 28px;
}
@media (max-width: 1045px) {
  .location,
.phone {
    margin-left: 0;
  }
}
@media (max-width: 1045px) and (max-width: 500px) {
  .location,
.phone {
    padding-left: 10px;
  }
}

.location::before {
  background: url(../img/location.svg) no-repeat;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
}
@media (max-width: 1045px) {
  .location::before {
    left: 22%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) {
  .location::before {
    left: 18%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) {
  .location::before {
    left: 12%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) and (max-width: 700px) {
  .location::before {
    left: 4%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) and (max-width: 700px) and (max-width: 565px) {
  .location::before {
    left: -3%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) and (max-width: 700px) and (max-width: 565px) and (max-width: 370px) {
  .location::before {
    left: -5%;
  }
}

.phone::before {
  background: url(../img/phone.svg) no-repeat;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
}
@media (max-width: 1045px) {
  .phone::before {
    left: 34%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) {
  .phone::before {
    left: 30%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) {
  .phone::before {
    left: 24%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) and (max-width: 700px) {
  .phone::before {
    left: 16%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) and (max-width: 700px) and (max-width: 565px) {
  .phone::before {
    left: 8%;
  }
}
@media (max-width: 1045px) and (max-width: 995px) and (max-width: 870px) and (max-width: 700px) and (max-width: 565px) and (max-width: 370px) {
  .phone::before {
    left: -5%;
  }
}

.footer-email::-webkit-input-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 150%;
}

.footer-email::-moz-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 150%;
}

.footer-email:-ms-input-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 150%;
}

.footer-email::-ms-input-placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 150%;
}

.footer-email::placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 150%;
}

.footer-email {
  padding: 14px 113px 14px 12px;
  background-color: #F4F5F7;
}
@media (max-width: 350px) {
  .footer-email {
    padding-right: 60px;
  }
}

.footer-btn {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #E89F71;
  margin-left: 5px;
}
.footer-btn::after {
  content: "";
  position: absolute;
  background: url(../img/send.svg) no-repeat;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 10px;
}

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

.container-btn {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.btn {
  cursor: pointer;
  font-size: 20px;
  max-width: 374px;
  position: relative;
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 1100px) {
  .btn {
    font-size: 15px;
  }
}
@media (max-width: 1100px) and (max-width: 620px) {
  .btn {
    padding: 5px 0;
    font-size: 12px;
  }
}

.btn:hover {
  text-decoration: none;
}

.effect01 {
  color: #FFFFFF;
  border: 4px solid #E89F71;
  -webkit-box-shadow: 0px 0px 0px 1px #E89F71 inset;
  box-shadow: 0px 0px 0px 1px #E89F71 inset;
  background-color: #E89F71;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.effect01:hover {
  border: 4px solid #3A3A3A;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px 4px #FFFFFF inset;
  box-shadow: 0px 0px 0px 4px #FFFFFF inset;
}

.effect01 span {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 2;
}

.effect01:hover span {
  color: #3A3A3A;
}

.effect01:after {
  background: #FFFFFF;
  border: 0px solid #E89F71;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 50px;
  -webkit-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}

.effect01:hover:after {
  background: #FFFFFF;
  border: 20px solid #000;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.heart {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.heart:hover {
  background-color: rgba(255, 24, 88, 0.2);
}
.heart:hover svg {
  -webkit-animation: heart 0.4s;
  animation: heart 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes heart {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heart {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heart:hover svg {
  fill: #E97171;
}
.heart:hover path {
  stroke: #E97171;
}
.heart svg {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.cart {
  padding: 22px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 400px) {
  .cart {
    padding: 15px;
  }
}
.cart:hover {
  background-color: rgba(232, 159, 113, 0.3);
}
.cart svg {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
}
.cart:hover svg {
  left: 45px;
}
.cart__calc {
  position: absolute;
  top: 40px;
  left: calc(50% - 5px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #3A3A3A;
}
.cart:hover .cart__calc {
  top: 7px;
}
@media (max-width: 400px) {
  .cart:hover .cart__calc {
    top: 1px;
    font-size: 18px;
  }
}

.main-swiper__arrow {
  overflow: hidden;
}

.main-swiper__right:active svg {
  -webkit-animation: arrowSwiperR 1s;
  animation: arrowSwiperR 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.arrow:hover {
  background-color: #E89F71;
}
.arrow:hover svg path {
  stroke: #FFFFFF;
}

.arrow {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.arrow:active {
  background-color: #E89F71;
}
.arrow:active svg path {
  stroke: #FFFFFF;
}

@-webkit-keyframes arrowSwiperR {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrowSwiperR {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.main-swiper__left:active svg {
  -webkit-animation: arrowSwiperL 1s;
  animation: arrowSwiperL 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes arrowSwiperL {
  0% {
    opacity: 1;
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrowSwiperL {
  0% {
    opacity: 1;
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.checkbox-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.menu {
  position: relative;
  left: 21px;
  top: 0;
}

.hamburger {
  display: block;
  width: 33px;
  height: 4px;
  background: #3A3A3A;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .hamburger {
    width: 30px;
  }
}

.hamburger:nth-of-type(2) {
  margin: 5px 0;
}

.rotate-active .hamburger:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 11px 0 0 0;
}

.rotate-active .hamburger:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -18px 0 0 0;
}

.rotate-active .hamburger:nth-of-type(2) {
  left: 10px;
  opacity: 0;
}

.label-menu {
  border-radius: 60% 40% 46% 54%/59% 64% 36% 41%;
  background-color: #E89F71;
  padding: 33px;
  position: absolute;
  left: -47px;
  top: -36px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 20;
  cursor: pointer;
  display: none;
}
@media (max-width: 1000px) {
  .label-menu {
    display: block;
  }
}

.list-elem {
  display: none;
}

.stop-click {
  pointer-events: none;
}

.active {
  -webkit-box-shadow: 0 0 0 100vw #E89F71, 0 0 0 100vh #E89F71;
  box-shadow: 0 0 0 100vw #E89F71, 0 0 0 100vh #E89F71;
  border-radius: 0;
  overflow: hidden;
  position: fixed;
}
.active::-webkit-scrollbar {
  width: 0;
}
.active .list-elem {
  height: 10em;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.active .list-elem .head-nav__item {
  margin: 0;
  padding: 20px 0;
}

.rotate-active .hamburger {
  left: -100%;
}

.scroll {
  overflow: hidden;
}

.burder {
  position: relative;
}

.act-nav {
  position: absolute;
  z-index: 22;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  top: 7%;
  left: calc(50% - 60px);
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .act-nav {
    left: 40%;
  }
}
.act-nav .arrow-down {
  margin: 0 0 1px 0;
}
.act-nav .head-nav__item {
  margin: 0;
  padding: 15px 0;
}
.act-nav .head-nav__item:after {
  top: 35px;
}
.act-nav .head-nav__item:nth-of-type(1) {
  margin-top: 30px;
}
.act-nav .head-nav__item:hover {
  color: #FFFFFF;
}
.act-nav .head-nav__item:hover path {
  stroke: #FFFFFF;
}
.act-nav .head-nav__logo {
  margin: 0 0 0 0;
}

.button {
  overflow: hidden;
}
.button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E89F71;
  top: -101%;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button::before {
  position: absolute;
  content: attr(data-show);
  background: url(../img/rotate--180.svg) no-repeat;
  width: 32px;
  height: 32px;
  left: calc(50% - 22px);
  top: -100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button:hover::after {
  top: 0;
}
.button:hover::before {
  top: calc(50% - 15px);
}

.cart-header {
  padding-bottom: 40px;
}

.shop-cart .container {
  position: relative;
}
@media (max-width: 1625px) {
  .shop-cart .container {
    max-width: 950px;
    margin: 0 11%;
  }
}
@media (max-width: 1625px) and (max-width: 1285px) {
  .shop-cart .container {
    margin: 0;
  }
}
@media (max-width: 1625px) and (max-width: 1285px) and (max-width: 1115px) {
  .shop-cart .container {
    max-width: 840px;
  }
}
@media (max-width: 1625px) and (max-width: 1285px) and (max-width: 1115px) and (max-width: 1000px) {
  .shop-cart .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 20px auto 0;
  }
}

.shop-cart__list {
  width: 76%;
}
@media (max-width: 1000px) {
  .shop-cart__list {
    width: 98%;
  }
}
.shop-cart__list .shop-cart__header {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 4px;
}
@media (max-width: 1115px) {
  .shop-cart__list .shop-cart__header {
    margin-top: 30px;
    font-size: 20px;
    margin-right: 60px;
  }
}
@media (max-width: 1115px) and (max-width: 1000px) {
  .shop-cart__list .shop-cart__header {
    margin-right: 0;
  }
}

.shop-cart__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
  background-color: #FCF9F4;
  width: 100%;
}
.shop-cart__element img {
  max-width: 150px;
}
@media (max-width: 1115px) {
  .shop-cart__element img {
    max-width: 100px;
  }
}
@media (max-width: 1115px) and (max-width: 515px) {
  .shop-cart__element img {
    max-width: 200px;
  }
}
@media (max-width: 1115px) {
  .shop-cart__element {
    margin: 20px 0;
  }
}
@media (max-width: 1115px) and (max-width: 515px) {
  .shop-cart__element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
    margin: 20px auto;
  }
}

.shop-cart__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .shop-cart__about {
    margin-left: 70px;
  }
}
@media (max-width: 1000px) and (max-width: 515px) {
  .shop-cart__about {
    margin-left: 0;
    padding: 20px 0;
  }
}
.shop-cart__about .shop-cart__name {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 20px;
}
@media (max-width: 1115px) {
  .shop-cart__about .shop-cart__name {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.shop-cart__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 515px) {
  .shop-cart__calc {
    padding-bottom: 20px;
  }
}
.shop-cart__calc .shop-cart__plus,
.shop-cart__calc .shop-cart__minus {
  display: block;
  margin: 0 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.shop-cart__calc .shop-cart__plus::after,
.shop-cart__calc .shop-cart__minus::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  top: 12px;
  left: 12px;
}
.shop-cart__calc .shop-cart__plus {
  background-color: #2EC1AC;
}
.shop-cart__calc .shop-cart__plus::after {
  background: url(../img/plus-solid.svg);
}
.shop-cart__calc .shop-cart__minus {
  background-color: #E97171;
}
.shop-cart__calc .shop-cart__minus::after {
  background: url(../img/minus-solid.svg);
}
.shop-cart__calc .shop-cart__amount {
  font-size: 20px;
  font-weight: 700;
}

.shop-cart__check {
  position: fixed;
  right: calc(20% - 200px);
  top: 237px;
  padding: 40px 20px;
  background-color: #F9F1E6;
}
@media (max-width: 1115px) {
  .shop-cart__check {
    top: 168px;
    padding: 20px 10px;
    font-size: 16px;
    right: calc(20% - 186px);
  }
}
@media (max-width: 1115px) and (max-width: 1000px) {
  .shop-cart__check {
    position: relative;
    top: auto;
    right: auto;
  }
}
.shop-cart__check .shop-cart__discount {
  padding-bottom: 10px;
}
.shop-cart__check .shop-cart__inp {
  width: 84%;
  padding: 10px 0;
  border: 2px solid transparent;
}
@media (max-width: 350px) {
  .shop-cart__check .shop-cart__inp {
    width: 75%;
  }
}
.shop-cart__check .shop-cart__parsent {
  padding: 30px 0 5px;
}
@media (max-width: 1115px) {
  .shop-cart__check .shop-cart__parsent {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.shop-cart__check .shop-cart__total {
  padding: 5px 0 30px;
  font-weight: 700;
}
@media (max-width: 1115px) {
  .shop-cart__check .shop-cart__total {
    padding-bottom: 15px;
  }
}
.shop-cart__check .shop-cart__total .old-price {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #898989;
  line-height: 150%;
  text-decoration: line-through;
  margin-left: 8px;
}
.shop-cart__check .shop-cart__btn {
  width: 100%;
  padding: 15px 0;
  font-weight: 600;
  font-size: 18px;
  background-color: #2EC1AC;
  color: #FFFFFF;
}
.shop-cart__check label {
  padding: 7px 10px 9px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.shop-cart__check label img {
  max-width: 25px;
  vertical-align: middle;
}

.prompt-shop-cart {
  display: block;
  color: #b3b3b3;
  font-size: 13px;
  max-width: 350px;
  line-height: 15px;
}
@media (max-width: 350px) {
  .prompt-shop-cart {
    max-width: 285px;
  }
}

.disc-amount {
  color: #E97171;
}

.about-product-3d {
  position: absolute;
  top: calc(50% - 75px);
  right: 5%;
  max-width: 20%;
  text-align: center;
  left: auto;
  color: #1b1b1b;
}
@media (max-width: 1000px) {
  .about-product-3d {
    max-width: 25%;
    font-size: 16px;
    top: calc(50% - 113px);
  }
}
@media (max-width: 1000px) and (max-width: 870px) {
  .about-product-3d {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    font-size: 20px;
  }
}

.model {
  max-width: 100%;
}
.model canvas {
  display: block;
}
@media (max-width: 870px) {
  .model {
    margin-top: 20px;
  }
}
.model__container {
  cursor: -webkit-grab;
  cursor: grab;
}

.page-3d .wrapper {
  background-color: #656565;
}

.logo {
  position: absolute;
  top: 4%;
  left: 1.25%;
  width: 100px;
  height: 25px;
}
.logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.logo a img {
  max-width: none;
}
@media (max-width: 380px) {
  .logo {
    top: 1%;
    left: 0%;
  }
}

.product-name {
  position: absolute;
  top: 2.5%;
  left: calc(50% - 126px);
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 56px;
  color: #1b1b1b;
  line-height: 120%;
  padding-bottom: 16px;
  text-align: center;
}
@media (max-width: 1000px) {
  .product-name {
    font-size: 35px;
    left: calc(50% - 79px);
  }
}
@media (max-width: 1000px) and (max-width: 870px) {
  .product-name {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 30px;
  }
}
@media (max-width: 1000px) and (max-width: 870px) and (max-width: 380px) {
  .product-name {
    font-size: 30px;
    top: 6%;
  }
}