@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
* {
  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: "icons";
  src: url("../fonts/icons.eot?sczn3f");
  src: url("../fonts/icons.eot?sczn3f#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?sczn3f") format("truetype"), url("../fonts/icons.woff?sczn3f") format("woff"), url("../fonts/icons.svg?sczn3f#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-], [class*=" _icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

[class*=ibg] {
  position: relative;
}
[class*=ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=ibg-contain] img {
  object-fit: contain;
}

.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: #9D875C;
}
.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 {
  display: none;
  font-size: 50%;
  line-height: 1;
  padding-left: 10px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  line-height: 156.25%; /* 25/16 */
  background-color: #fff;
  padding: 0.625rem 2.5rem;
  border-radius: 3.125rem;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 0.5;
  background: url("../img/button/bg-button.jpg") center/cover no-repeat;
}
.button span {
  position: relative;
}
.button--border {
  border: 1px solid #c1ab81;
  color: #c1ab81;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.button--border::before {
  opacity: 0;
}
@media (any-hover: hover) {
  .button--border:hover {
    border: 1px solid transparent;
  }
  .button--border:hover span {
    color: #222220;
  }
}
@media (any-hover: hover) {
  .button:hover::before {
    opacity: 1;
  }
}

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
}
.header.scroll .header__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
}
.header.scroll .header__container {
  min-height: 100px;
}
@media (max-width: 1570px) {
  .header.scroll .header__container {
    min-height: calc(70px + 30 * (100vw - 320px) / 1250);
  }
}
.header.scroll .header__logo {
  width: 160px;
}
@media (max-width: 1570px) {
  .header.scroll .header__logo {
    width: calc(100px + 60 * (100vw - 320px) / 1250);
  }
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: all 0.3s ease 0s;
}
.header__container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  transition: min-height 0.3s ease 0s;
  min-height: 152px;
  gap: 0.9375rem;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 1570px) {
  .header__container {
    min-height: calc(70px + 82 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 767.98px) {
  .header__container {
    grid-template-columns: auto 1fr auto auto;
    gap: 0rem;
  }
}
.header__menu {
  justify-self: start;
}
.header__logo {
  position: relative;
  z-index: 5;
  transition: width 0.3s ease 0s;
  width: 217px;
}
@media (max-width: 1570px) {
  .header__logo {
    width: calc(100px + 117 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 767.98px) {
  .lock .header__logo path {
    fill: #fff;
  }
}
@media (min-width: 767.98px) {
  .menu__icon {
    display: none;
  }
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 47px;
  row-gap: 0.1875rem;
}
@media (max-width: 1570px) {
  .menu__list {
    column-gap: calc(10px + 37 * (100vw - 767.98px) / 802.02);
  }
}
.menu__item {
  position: relative;
}
.menu__item::before {
  content: "";
  background-color: #c1ab81;
  bottom: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: left 0.2s ease, width 0.2s ease;
  width: 0;
}
@media (any-hover: hover) {
  .menu__item:hover::before {
    width: 100%;
    left: 0;
  }
}
.menu__link {
  display: inline-block;
  font-weight: 300;
  line-height: 156.25%; /* 25/16 */
  color: #c1ab81;
  transition: color 0.3s ease 0s;
}
.menu__link.active {
  color: #bd8c31;
}

.auth-header {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 47px;
  row-gap: 0.1875rem;
  font-weight: 300;
  line-height: 156.25%; /* 25/16 */
  color: #c1ab81;
}
@media (max-width: 1570px) {
  .auth-header {
    column-gap: calc(10px + 37 * (100vw - 767.98px) / 802.02);
  }
}
@media (max-width: 767.98px) {
  .auth-header {
    color: #fff;
    column-gap: 20px;
    justify-content: center;
  }
}
.auth-header__login, .auth-header__register {
  position: relative;
}
.auth-header__login::before, .auth-header__register::before {
  content: "";
  background-color: #c1ab81;
  bottom: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: left 0.2s ease, width 0.2s ease;
  width: 0;
}
@media (any-hover: hover) {
  .auth-header__login:hover::before, .auth-header__register:hover::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .auth-header__button {
    padding: 0.5rem 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .auth-header__button {
    color: #fff;
    border: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  .icon__menu {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    cursor: pointer;
  }
  .menu__icon::before,
  .menu__icon::after,
  .menu__icon span {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #c1ab81;
  }
  .menu__icon.active::before,
  .menu__icon.active::after,
  .menu__icon.active span {
    background-color: #fff;
  }
  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: -2px;
  }
  .menu__icon span {
    top: 50%;
    transform: scale(1) traslate(0px, -50%);
  }
  .menu__icon.active span {
    transform: scale(0) translate(0px, -50%);
  }
  .menu__icon.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
  .menu__body {
    position: fixed;
    top: 0%;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #c1ab81;
    padding: 6.875rem 0.9375rem 0.9375rem 0.9375rem;
    transition: left 0.3s ease 0s;
    overflow: auto;
    display: grid;
    grid-template-rows: 1fr auto;
    row-gap: 1.875rem;
  }
  .menu__body.active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    right: -100%;
    transition: right 0.3s ease 0s;
    height: 152px;
    background-color: #c1ab81;
  }
}
@media (max-width: 767px) and (max-width: 1570px) {
  .menu__body::before {
    height: calc(70px + 82 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 767px) {
  .menu__body.active::before {
    right: 0;
  }
  .menu__list {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
    font-size: 1.5rem;
  }
  .menu__list > li {
    flex-wrap: wrap;
  }
  .menu__list > li:last-child {
    margin-bottom: 0;
  }
  .menu__link {
    font-size: 1.5rem;
    color: #fff;
  }
}
.footer {
  position: relative;
  background-color: #222220;
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10.875rem;
  pointer-events: none;
}
.footer::before {
  content: "";
  left: 0;
  bottom: 0;
  background: url("../img/footer/footer-decor.svg") left bottom/100% no-repeat;
}
.footer::after {
  content: "";
  right: 0;
  top: 0;
  transform: rotate(-180deg);
  background: url("../img/footer/footer-decor.svg") left bottom/100% no-repeat;
}
.footer__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 92px;
  padding-bottom: 45px;
  border-bottom: 1px solid #c1ab81;
}
@media (max-width: 1570px) {
  .footer__body {
    padding-top: calc(40px + 52 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .footer__body {
    padding-bottom: calc(30px + 15 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 991.98px) {
  .footer__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .footer__body {
    grid-template-columns: auto;
  }
}
.footer__content {
  padding-right: 40px;
}
@media (max-width: 1570px) {
  .footer__content {
    padding-right: calc(15px + 25 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 991.98px) {
  .footer__content {
    order: 2;
  }
}
@media (min-width: 991.98px) {
  .footer__content {
    border-right: 0.0625rem solid #c1ab81;
  }
}
@media (max-width: 767.98px) {
  .footer__content {
    order: 3;
  }
}
.footer__logo {
  width: 287px;
  justify-self: center;
  align-self: center;
}
@media (max-width: 1570px) {
  .footer__logo {
    width: calc(110px + 177 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 991.98px) {
  .footer__logo {
    order: 1;
    grid-column: span 2;
  }
  .footer__logo:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .footer__logo {
    grid-column: span 1;
  }
}
@media (max-width: 991.98px) {
  .footer__subscribe {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .footer__subscribe {
    order: 2;
  }
}
@media (min-width: 767.98px) {
  .footer__subscribe {
    border-left: 0.0625rem solid #c1ab81;
  }
}
.footer__copyright {
  padding-top: 42px;
  padding-bottom: 42px;
  line-height: 187.5%; /* 30/16 */
  color: #c1ab81;
  text-align: center;
}
@media (max-width: 1570px) {
  .footer__copyright {
    padding-top: calc(15px + 27 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .footer__copyright {
    padding-bottom: calc(15px + 27 * (100vw - 320px) / 1250);
  }
}

.menu-footer:not(:last-child) {
  margin-bottom: 2.4375rem;
}
.menu-footer__title {
  font-family: "Italiana";
  color: #c1ab81;
  text-transform: capitalize;
  font-size: 1.25rem;
}
.menu-footer__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.menu-footer__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 41px;
  row-gap: 0.1875rem;
}
@media (max-width: 1570px) {
  .menu-footer__list {
    column-gap: calc(15px + 26 * (100vw - 320px) / 1250);
  }
}
.menu-footer__item {
  position: relative;
}
.menu-footer__item::before {
  content: "";
  background-color: #c1ab81;
  bottom: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: left 0.2s ease, width 0.2s ease;
  width: 0;
}
@media (any-hover: hover) {
  .menu-footer__item:hover::before {
    width: 100%;
    left: 0;
  }
}
.menu-footer__link {
  color: #c1ab81;
  font-weight: 300;
  line-height: 156.25%; /* 25/16 */
}

.social {
  display: flex;
  flex-wrap: wrap;
  column-gap: 41px;
}
@media (max-width: 1570px) {
  .social {
    column-gap: calc(15px + 26 * (100vw - 320px) / 1250);
  }
}
.social__image {
  color: #c1ab81;
  font-size: 1.5rem;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .social__image:hover {
    color: #fff;
  }
}

.subscribe {
  color: #c1ab81;
}
@media (min-width: 767.98px) {
  .subscribe__body {
    max-width: 21.875rem;
  }
}
@media (min-width: 767.98px) {
  .subscribe {
    display: grid;
    justify-items: end;
    padding-left: 40px;
  }
}
@media (min-width: 767.98px) and (max-width: 1570px) {
  .subscribe {
    padding-left: calc(15px + 25 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 767.98px) {
  .subscribe {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) and (max-width: 1570px) {
  .subscribe {
    margin-bottom: calc(15px + 25 * (100vw - 320px) / 1250);
  }
}
.subscribe__title {
  font-family: "Italiana";
  font-size: 28px;
  text-transform: capitalize;
  line-height: 120%;
}
@media (max-width: 1570px) {
  .subscribe__title {
    font-size: calc(24px + 4 * (100vw - 320px) / 1250);
  }
}
.subscribe__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.subscribe__form {
  display: flex;
  border-bottom: 1px solid rgba(194, 172, 132, 0.2);
}
.subscribe__input {
  flex: 1 1 auto;
  line-height: 187.5%; /* 30/16 */
  background-color: transparent;
  color: #c1ab81;
}
.subscribe__input::placeholder {
  color: #c1ab81;
}
.subscribe__input:focus::placeholder {
  color: transparent;
}
.subscribe__button {
  line-height: 187.5%; /* 30/16 */
  color: #c1ab81;
  background-color: #222220;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .subscribe__button:hover {
    color: #fff;
  }
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero__container {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
  position: relative;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 40% 1fr;
  align-items: center;
  z-index: 2;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .hero__container {
    grid-template-columns: 1fr 1fr;
  }
}
.hero__content {
  margin-right: -47.2477%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .hero__content {
    margin-right: 0;
    grid-column: 1/3;
    text-align: center;
  }
}
.hero__title {
  font-size: 100px;
  font-family: "Italiana";
  text-transform: capitalize;
  color: #c1ab81;
}
@media (max-width: 1570px) {
  .hero__title {
    font-size: calc(42px + 58 * (100vw - 320px) / 1250);
  }
}
.hero__title:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 1570px) {
  .hero__title:not(:last-child) {
    margin-bottom: calc(15px + 20 * (100vw - 320px) / 1250);
  }
}
.hero__slider.swiper {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hero__slider.swiper {
    grid-column: 1/3;
  }
}
.hero__controll {
  position: absolute;
  bottom: 1.875rem;
  right: 0.9375rem;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .hero__controll {
    justify-content: center;
    padding-top: 3.125rem;
    position: static;
  }
}
.hero__arrow {
  color: #c1ab81;
  font-size: 1rem;
  background-color: transparent;
  transition: transform 1.3s;
}
.hero__arrow--left {
  transform: rotate(-180deg);
}
@media (any-hover: hover) {
  .hero__arrow--left:hover {
    transform: rotate(-180deg) scale(1.3);
  }
}
@media (any-hover: hover) {
  .hero__arrow--right:hover {
    transform: scale(1.3);
  }
}
.hero__mini {
  overflow: hidden;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  transform: translate(0, -30%);
}
@media (max-width: 991.98px) {
  .hero__mini {
    transform: translate(0, -10%);
  }
}
@media (max-width: 767.98px) {
  .hero__mini-slider {
    display: none;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.slide-hero__content {
  border-radius: 50%;
  border: 0.0625rem solid #c1ab81;
  padding: 24px;
  flex: 1 1 auto;
  position: relative;
  aspect-ratio: 1/1;
}
@media (max-width: 1570px) {
  .slide-hero__content {
    padding: calc(10px + 14 * (100vw - 320px) / 1250);
  }
}
.slide-hero__body {
  background: linear-gradient(90deg, rgb(34, 29, 23) 0%, rgb(20, 16, 10) 13%);
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.slide-hero__image {
  max-width: 100%;
  margin-top: -10%;
}
.slide-hero__top-image {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 50%;
  overflow: hidden;
  aspect-ratio: 100%; /* 1/1 */
  margin-top: -110%;
}
.slide-hero__top-image img {
  max-width: 100%;
}
.slide-hero--mini {
  flex: 0 0 auto;
  padding: 0.1875rem;
}

.mini-slider {
  overflow: visible;
  transform: translate(-117px, 0);
  width: 7.3125rem;
}
.mini-slider__slide {
  cursor: pointer;
}

.treatment {
  padding-top: 190px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1570px) {
  .treatment {
    padding-top: calc(30px + 160 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .treatment {
    padding-bottom: calc(30px + 50 * (100vw - 320px) / 1250);
  }
}
.treatment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  height: 100%;
  background: url("../img/treatment/bg.jpg") center no-repeat;
}
.treatment__container {
  position: relative;
}
.treatment__content {
  display: flex;
  align-items: center;
  gap: 134px;
}
@media (max-width: 1570px) {
  .treatment__content {
    gap: calc(15px + 119 * (100vw - 320px) / 1250);
  }
}
.treatment__content:not(:last-child) {
  margin-bottom: 98px;
}
@media (max-width: 1570px) {
  .treatment__content:not(:last-child) {
    margin-bottom: calc(20px + 78 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 991.98px) {
  .treatment__content {
    flex-direction: column-reverse;
  }
}
.content-treatment {
  align-items: center;
}
.content-treatment__image {
  flex: 0 0 51.25%;
  padding: 0.875rem;
  outline: 1px solid #9d875c;
}
.content-treatment__image img {
  max-width: 100%;
}
.content-treatment__block {
  max-width: 500px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -200px);
  transition: all 0.6s ease 0s;
}
.content-treatment__block.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.services-treatment {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  gap: 0.9375rem;
  margin: 0 auto;
}
.services-treatment__item {
  display: grid;
  justify-items: center;
  gap: 1.8125rem;
}
.services-treatment__image {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.services-treatment__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url("../img/button/bg-button.jpg") center no-repeat;
}
.services-treatment__image img {
  position: relative;
  max-width: 100%;
}
.services-treatment__text {
  font-family: "Italiana";
  text-transform: capitalize;
  font-size: 24px;
  color: #222220;
}
@media (max-width: 1570px) {
  .services-treatment__text {
    font-size: calc(20px + 4 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 38.125em) {
  .services-treatment {
    flex-direction: column;
  }
}

.products {
  padding-top: 90px;
  padding-bottom: 170px;
}
@media (max-width: 1570px) {
  .products {
    padding-top: calc(30px + 60 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .products {
    padding-bottom: calc(60px + 110 * (100vw - 320px) / 1250);
  }
}
.products__container {
  display: grid;
  grid-template-rows: repeat(3, auto);
}
.products__block {
  text-align: center;
  max-width: 460px;
  justify-self: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -200px);
  transition: all 0.6s ease 0s;
  margin-bottom: 48px;
}
.products__block.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
@media (max-width: 1570px) {
  .products__block {
    margin-bottom: calc(20px + 28 * (100vw - 320px) / 1250);
  }
}
.products__content {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 45px;
}
@media (max-width: 1570px) {
  .products__content {
    margin-bottom: calc(20px + 40 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .products__content {
    gap: calc(20px + 25 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 479.98px) {
  .products__content {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.products__button {
  justify-self: center;
}

.item-product {
  display: grid;
}
.item-product__header {
  border: 1px solid #9d875c;
  position: relative;
  padding: 40px;
}
.item-product__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: url("../img/products/golden.png") center no-repeat;
  background-size: cover;
}
.item-product__header:not(:last-child) {
  margin-bottom: 39px;
}
@media (max-width: 1570px) {
  .item-product__header:not(:last-child) {
    margin-bottom: calc(15px + 24 * (100vw - 320px) / 1250);
  }
}
.item-product__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #7e5e1e;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .item-product__header:hover::after {
    opacity: 0.7;
  }
  .item-product__header:hover .item-product__add-to-cart {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
.item-product__add-to-cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media (any-hover: none) {
  .item-product__add-to-cart {
    top: auto;
    transform: translate(-50%, 0);
    bottom: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-radius: 0;
  }
  .item-product__add-to-cart span {
    -webkit-appearance: none;
    color: #222220;
  }
}
.item-product__image {
  aspect-ratio: 353/351;
}
.item-product__image img {
  filter: drop-shadow(10px 10px 10px rgba(60, 38, 12, 0.35));
}
.item-product__body {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  gap: 15px;
}
.item-product__title {
  font-family: "Italiana";
  color: #222220;
  line-height: 120%;
  font-size: 1.5rem;
  text-transform: capitalize;
}
@media (any-hover: hover) {
  .item-product__title:hover {
    text-decoration: underline;
  }
}
.item-product__price {
  text-transform: capitalize;
  color: #222220;
  font-size: 1.5rem;
}
.item-product__rating {
  grid-column: span 2;
}

.services {
  background-color: #222220;
  position: relative;
}
.services::after {
  content: "";
  position: absolute;
  height: 100%;
  pointer-events: none;
  width: 350px;
  right: 0;
  top: 0;
  transform: rotate(-180deg);
  background: url("../img/footer/footer-decor.svg") left bottom/100% no-repeat;
}
@media (max-width: 1570px) {
  .services::after {
    width: calc(100px + 250 * (100vw - 320px) / 1250);
  }
}
.services__container {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 149px;
}
@media (max-width: 1570px) {
  .services__container {
    padding-top: calc(50px + 110 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .services__container {
    padding-bottom: calc(50px + 110 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .services__container {
    gap: calc(50px + 99 * (100vw - 320px) / 1250);
  }
}
.services__container::before {
  content: "";
  background-color: #c1ab81;
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100%;
  right: 949px;
}
@media (max-width: 991.98px) {
  .services__container {
    flex-direction: column-reverse;
  }
  .services__container::before {
    display: none;
  }
}
.services__image {
  flex: 0 0 52.5%;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  margin: -19px;
  padding: 19px;
}
.services__image img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .services__image {
    margin: 0px;
  }
}
.services__content {
  position: relative;
  z-index: 2;
}

.content-services {
  align-self: center;
  max-width: 460px;
}
.content-services__block {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -200px);
  transition: all 0.6s ease 0s;
}
.content-services__block.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.content-services .block-header__label {
  color: #fff;
}
.content-services .block-header__text {
  color: #fff;
}

.care {
  padding-top: 159px;
  padding-bottom: 159px;
  position: relative;
}
@media (max-width: 1570px) {
  .care {
    padding-top: calc(50px + 109 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .care {
    padding-bottom: calc(50px + 109 * (100vw - 320px) / 1250);
  }
}
.care::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  height: 100%;
  background: url("../img/treatment/bg.jpg") center no-repeat;
  background-size: cover;
}
.care__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  row-gap: 126px;
}
@media (max-width: 1570px) {
  .care__container {
    row-gap: calc(15px + 111 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 991.98px) {
  .care__container {
    grid-template-columns: auto;
    justify-content: center;
  }
}
@media (min-width: 991.98px) {
  .care__item:nth-child(4n+1), .care__item:nth-child(4n) {
    width: 592px;
  }
}
@media (min-width: 991.98px) and (max-width: 1570px) {
  .care__item:nth-child(4n+1), .care__item:nth-child(4n) {
    width: calc(280px + 312 * (100vw - 320px) / 1250);
  }
}
@media (min-width: 991.98px) {
  .care__item:nth-child(4n) {
    justify-self: end;
  }
}
.care__image {
  display: block;
}
.care__image img {
  width: 100%;
}
.care__image:not(:last-child) {
  margin-bottom: 52px;
}
@media (max-width: 1570px) {
  .care__image:not(:last-child) {
    margin-bottom: calc(15px + 37 * (100vw - 320px) / 1250);
  }
}
.care__link {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-family: "Italiana";
  gap: 10px;
  line-height: 120%;
  color: #9d875c;
  font-size: 32px;
}
@media (max-width: 1570px) {
  .care__link {
    font-size: calc(28px + 4 * (100vw - 320px) / 1250);
  }
}
.care__link::before {
  margin-top: 5px;
  flex-shrink: 0;
  font-size: 24px;
}
@media (any-hover: hover) {
  .care__link:hover span {
    text-decoration: underline;
  }
}

.contacts {
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 1570px) {
  .contacts {
    padding-bottom: calc(60px + 100 * (100vw - 320px) / 1250);
  }
}
.contacts::before {
  content: "";
  background-color: #c1ab81;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  height: 143px;
}
@media (max-width: 1570px) {
  .contacts::before {
    height: calc(50px + 93 * (100vw - 320px) / 1250);
  }
}
.contacts__container {
  position: relative;
  padding-top: 57px;
  padding-bottom: 70px;
  display: flex;
  gap: 168px;
}
@media (max-width: 1570px) {
  .contacts__container {
    padding-top: calc(30px + 27 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .contacts__container {
    padding-bottom: calc(30px + 40 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .contacts__container {
    gap: calc(30px + 138 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 991.98px) {
  .contacts__container {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.contacts__media {
  flex: 0 1 50%;
}
.contacts__block-header {
  padding-top: 150px;
  padding-bottom: 150px;
  align-self: center;
  flex: 0 1 50%;
  max-width: 485px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -200px);
  transition: all 0.6s ease 0s;
}
@media (max-width: 1570px) {
  .contacts__block-header {
    padding-top: calc(50px + 100 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .contacts__block-header {
    padding-bottom: calc(50px + 100 * (100vw - 320px) / 1250);
  }
}
.contacts__block-header .block-header__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__block-header .block-header__text p,
.contacts__block-header .block-header__text a {
  display: flex;
  gap: 19px;
  font-size: 20px;
  line-height: 200%;
  color: #222220;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts__block-header .block-header__text p:hover,
  .contacts__block-header .block-header__text a:hover {
    color: #9d875c;
  }
}
.contacts__block-header.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
@media (max-width: 991.98px) {
  .contacts__block-header {
    align-self: stretch;
    max-width: 100%;
  }
}

.media-contacts__block-image {
  position: relative;
}
.media-contacts__block-image:last-child {
  justify-self: end;
  transform: translate(12.66%, -10.125%);
}
.media-contacts__images {
  display: grid;
}
.media-contacts__image {
  max-width: 100%;
  padding: 14px;
  outline: 1px solid #9d875c;
  filter: drop-shadow(10px 10px 10px rgba(60, 38, 12, 0.35));
}
.media-contacts__image--white {
  outline: 1px solid #fff;
}
.media-contacts__play {
  position: absolute;
  top: 100%;
  left: -17px;
  transform: translate(0px, -50%);
  z-index: 4;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1570px) {
  .media-contacts__play {
    width: calc(150px + 70 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 1570px) {
  .media-contacts__play {
    height: calc(150px + 70 * (100vw - 320px) / 1250);
  }
}
@media (any-hover: hover) {
  .media-contacts__play:hover span::before {
    opacity: 0.8;
  }
}
.media-contacts__play::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 43px;
  z-index: 3;
}
@media (max-width: 1570px) {
  .media-contacts__play::before {
    font-size: calc(28px + 15 * (100vw - 320px) / 1250);
  }
}
.media-contacts__play::after {
  content: "";
  border-radius: 50%;
  border: 1px solid #9d875c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: play 3s infinite ease;
}
.media-contacts__play span {
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 85%;
  height: 85%;
  position: relative;
  z-index: 2;
}
.media-contacts__play span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.3s ease 0s;
  left: 0;
  opacity: 0.5;
  background: url("../img/products/golden.png") center no-repeat;
}
@keyframes play {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.contacts-items {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}
.contacts-items__item {
  line-height: 1.3;
  padding-left: 35px;
  position: relative;
}
.contacts-items__item::before {
  position: absolute;
  left: 0;
  top: 4px;
  color: #9d875c;
}
.contacts-items__item li {
  font-size: 20px;
}
.contacts-items__item li:not(:last-child) {
  margin-bottom: 20px;
}
.contacts-items__item a {
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts-items__item a:hover {
    color: #9d875c;
  }
}

.reviews {
  padding-bottom: 160px;
}
@media (max-width: 1570px) {
  .reviews {
    padding-bottom: calc(50px + 110 * (100vw - 320px) / 1250);
  }
}
.reviews__slider {
  position: relative;
}
.reviews__slide {
  display: flex;
  flex-direction: column;
  padding-left: 190px;
  padding-right: 190px;
  align-items: center;
  text-align: center;
  gap: 50px;
}
@media (max-width: 1570px) {
  .reviews__slide {
    padding-left: calc(70px + 120 * (100vw - 767.98px) / 802.02);
  }
}
@media (max-width: 1570px) {
  .reviews__slide {
    padding-right: calc(70px + 120 * (100vw - 767.98px) / 802.02);
  }
}
@media (max-width: 1570px) {
  .reviews__slide {
    gap: calc(20px + 30 * (100vw - 320px) / 1250);
  }
}
@media (max-width: 767.98px) {
  .reviews__slide {
    padding-left: 0;
    padding-right: 0;
  }
}
.slide-reviews__image {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slide-reviews__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url("../img/button/bg-button.jpg") center no-repeat;
}
.slide-reviews__image img {
  position: relative;
  max-width: 100%;
}
.item-reviews__text {
  position: relative;
  font-size: 30px;
  color: #222220;
  line-height: 166.666667%; /* 50/30 */
}
@media (max-width: 1570px) {
  .item-reviews__text {
    font-size: calc(18px + 12 * (100vw - 320px) / 1250);
  }
}
.item-reviews__text:not(:last-child) {
  margin-bottom: 50px;
}
.item-reviews__text p:not(:last-child) {
  margin-bottom: 15px;
}
.item-reviews__author {
  color: #9d875c;
  font-size: 48px;
  text-transform: capitalize;
  font-family: "Italiana";
}
@media (max-width: 1570px) {
  .item-reviews__author {
    font-size: calc(32px + 16 * (100vw - 320px) / 1250);
  }
}

.reviews__arrow {
  position: absolute;
  background-color: transparent;
  font-size: 33px;
  color: #9d875c;
  top: 235px;
  transition: color 0.3s;
  transform: translate(0px, -50%);
}
.reviews__arrow.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  color: #000;
  opacity: 0.2;
}
@media (max-width: 1570px) {
  .reviews__arrow {
    font-size: calc(20px + 13 * (100vw - 320px) / 1250);
  }
}
@media (any-hover: hover) {
  .reviews__arrow:hover {
    color: #72510f;
  }
}
@media (max-width: 767.98px) {
  .reviews__arrow {
    top: 65px;
  }
}
.reviews__arrow--left {
  left: 0;
  transform: translate(0px, -50%) rotate(-180deg);
}
.reviews__arrow--right {
  right: 0;
}

.block-header {
  justify-items: start;
}
.block-header__label {
  line-height: 156.25%; /* 25/16 */
  text-transform: capitalize;
}
.block-header__label:not(:last-child) {
  margin-bottom: 1.25rem;
}
.block-header__title {
  font-family: "Italiana";
  color: #9d875c;
  font-size: 3rem;
  text-transform: capitalize;
}
.block-header__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.block-header__text {
  line-height: 156.25%;
  font-size: 1rem;
}
.block-header__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.block-header__text blockquote {
  font-style: italic;
}
.block-header__text blockquote:not(:last-child) {
  margin-bottom: 1.25rem;
}
.block-header__button {
  line-height: 156.25%;
  font-weight: 300;
}

body {
  background: #efe9dd;
  font-family: "Montserrat";
  color: #222220;
  font-size: 18px;
}
@media (max-width: 1570px) {
  body {
    font-size: calc(16px + 2 * (100vw - 320px) / 1250);
  }
}
.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: 1570px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}