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

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Light.woff2') format("woff2"), url('../fonts/ProximaNova-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --black: #0d0d0d;
  --goldenrod: goldenrod;
  --avatar-radius: 100px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #fff;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.1em;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

a:hover {
  color: var(--goldenrod);
  border-bottom-color: #d6ae49;
}

a.w--current {
  color: var(--goldenrod);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 29px;
  line-height: 1.3;
}

.lang-phone {
  grid-column-gap: 8px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 25px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-2._90 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-2._90.hide {
  display: block;
}

.modal-popup {
  z-index: 10;
  background-color: #121212;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  overflow: visible;
  transform: translate(0, -50%);
  box-shadow: 0 5px 100px #d6ae4954;
}

.modal-popup.inform-popup {
  border: 3px solid var(--goldenrod);
  background-image: linear-gradient(#0d0d0dc2, #0d0d0dc2), url('../images/tild3939-6538-4633-b239-333038333737__loungegardens-massag_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 30px 30px 40px;
}

.head-form {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image-16 {
  width: 35px;
}

.form-block-3 {
  margin-bottom: 0;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-7 {
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.menu-line {
  opacity: .2;
  background-color: #fff;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.modal {
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal.show {
  font-size: 17px;
  display: block;
}

.text-2 {
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.4;
}

.logo-block {
  width: 115px;
  margin-right: 30px;
}

.grid-13 {
  grid-column-gap: 2vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-4 {
  opacity: .19;
  background-color: #fff;
  width: 1px;
}

.close-text {
  letter-spacing: 2px;
  align-self: center;
  padding-right: 10px;
}

.button {
  color: #0d0d0d;
  background-color: #d6ae49;
  padding: 15px 25px;
  font-weight: 300;
  transition: opacity .2s, color .2s;
}

.button:hover {
  opacity: .85;
  color: #0d0d0d;
}

.button.form-button {
  width: 100%;
}

.button.card-button {
  text-align: center;
  border: 1px solid #d6ae49;
  width: 100%;
  max-width: 300px;
  transition: background-color .2s, opacity .2s, color .2s;
  display: none;
}

.button.card-button:hover {
  color: #d6ae49;
  background-color: #0d0d0d;
}

.button.hide-button, .button.show-button {
  background-color: #fff;
}

.button.cmb-button {
  text-align: center;
  min-width: 200px;
  margin-top: 28px;
  padding-left: 40px;
  padding-right: 40px;
}

.button.show-more {
  text-align: center;
  min-width: 300px;
  max-width: 300px;
}

.button.main-button {
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 30px;
  font-weight: 400;
}

.button.wa-card-button {
  text-align: center;
  width: 260px;
  max-width: 100%;
  font-weight: 400;
}

.button.service-card-button.hide {
  display: none;
}

.button.person-button {
  background-color: #dead2f;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.button.person-blog-button {
  color: #fff;
  background-color: #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button.person-blog-button.gold {
  color: #0d0d0d;
  background-color: #d6b04d;
}

.container {
  z-index: 4;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.container.nav-container {
  padding-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.text-field-2 {
  color: #fcfaed;
  background-color: #ffffff12;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  height: 82px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 18px;
  font-size: 1em;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-color: #fff6;
}

.text-field-2::placeholder {
  color: #ffffff80;
}

.text-field-2.popup-form-field {
  color: #000;
  background-color: #ffffff08;
  border-color: #ffffff4d;
  border-radius: 0;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.text-field-2.popup-form-field::placeholder {
  color: #ffffff4d;
}

.error-message {
  background-color: #f14e3b;
}

.nav-menu {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.menu-contact {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

.form-heading.covid-popup-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.div-block {
  grid-column-gap: 40px;
  justify-content: flex-start;
  display: flex;
}

.menu-block {
  grid-column-gap: 30px;
  margin-top: 5px;
  display: flex;
}

.close-modal {
  z-index: 99;
  cursor: pointer;
  padding: 29px 30px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0 0 auto auto;
}

.close-modal:hover {
  opacity: .5;
}

.big-button {
  cursor: pointer;
  padding: 25px;
}

.big-button.form-button {
  padding-left: 35px;
  padding-right: 35px;
}

.modal-background-2 {
  z-index: 7;
  cursor: pointer;
  background-color: #0d0d0deb;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.success-message {
  color: #0d0d0d;
  background-color: #d6ae49;
  border-radius: 0;
  margin-top: 2.5vw;
  padding: 4vw 2vw;
}

.heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
}

.image {
  width: auto;
  max-width: none;
  height: 120vh;
}

.form {
  grid-column-gap: 15px;
  display: flex;
}

.heading {
  width: 850px;
  margin-bottom: 15px;
}

.text-field {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #0d0d0d4d;
  border: 1px solid #d6ae49;
  border-radius: 0;
  width: 350px;
  max-width: 460px;
  height: 60px;
  margin-bottom: 0;
  font-size: 1em;
  transition: color .2s;
}

.text-field::placeholder {
  color: #fff9;
}

.div-block-9 {
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.form-container {
  margin-top: 50px;
  display: none;
}

.form-container.show-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.success-message-2 {
  background-color: #59863a;
}

.section {
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.hide {
  display: none;
}

.subhead {
  max-width: 700px;
  font-size: 1.5em;
  font-weight: 300;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.submit-button {
  color: #0d0d0d;
  background-color: #d6ae49;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .85;
}

.card {
  background-color: #ffffff0d;
  border: 1px solid #d6ae491a;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 25px 33px;
  display: flex;
}

.card.best-choise {
  border-width: 4px;
  border-color: #d6ae49;
}

.heading-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-2.gold {
  letter-spacing: 3px;
}

._3-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.card-price {
  text-align: center;
  margin-top: 0;
  font-size: 37px;
}

.card-price.gold {
  color: #d6ae49;
  font-size: 22px;
}

.card-price.gold.old-price {
  color: #d6ae494d;
}

.div-block-10 {
  height: 35px;
}

.card-price-block {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.list-block {
  margin-top: 20px;
  margin-bottom: 35px;
}

.list-text {
  opacity: 1;
  text-align: center;
  padding-bottom: 13px;
  font-weight: 300;
}

.text-block {
  text-align: center;
  font-weight: 300;
}

.underheading {
  margin-bottom: 0;
  font-size: .8em;
}

.section-2 {
  z-index: 999;
  height: 110vw;
  margin: 20px 20px 80px;
  position: relative;
  overflow: hidden;
}

.success-message-3 {
  color: #0d0d0d;
  background-color: #d6ae49;
  border-radius: 0;
  margin-top: 2.5vw;
  padding: 4vw 2vw;
}

.form-3 {
  grid-column-gap: 15px;
  display: flex;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-12 {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
}

.shift-heading {
  margin-left: -50px;
}

.paragraph-block {
  max-width: 600px;
}

.text-field-3 {
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid #d6ae49;
  border-radius: 0;
  max-width: 460px;
  height: 60px;
  margin-bottom: 0;
  font-size: 1em;
}

.text-field-3::placeholder {
  color: #fff9;
}

.div-block-13 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-3 {
  width: 800px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.heading-3 {
  text-align: left;
  max-width: 270px;
  margin-top: 0;
  margin-bottom: 0;
}

.service-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-bottom: 0;
  display: grid;
}

.service-cards.hide {
  display: none;
}

.section-4 {
  margin-top: 60px;
  margin-bottom: -350px;
}

.image-4 {
  z-index: 1;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-31 {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-16 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-card {
  align-items: flex-end;
  min-height: 380px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-block-30 {
  z-index: 3;
  grid-row-gap: 10px;
  background-color: #0d0d0dde;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 35px;
  font-size: 1.2em;
  line-height: 1.6;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  width: 100%;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17.readmore {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._200-block.is-collapsed {
  position: relative;
  overflow: hidden;
}

._200-block.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #0d0d0d);
  pointer-events: none;
  z-index: 1;
}

.section-5 {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.div-block-32 {
  z-index: -2;
  height: auto;
  position: absolute;
  top: 0;
  left: -60px;
}

.div-block-18 {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.small-h2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  font-size: 2.7em;
}

.small-h2.narrow-h2 {
  width: 690px;
}

.small-h2.my-h2 {
  font-size: 1.2em;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.div-block-19 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.small-paragraph {
  color: #ffffff80;
}

.small-paragraph.shift-paragraph {
  margin-left: 160px;
}

.image-7 {
  width: 600px;
}

.div-block-26 {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.text-block-3 {
  color: #979797;
  font-size: .8em;
}

.review-date {
  color: #979797;
}

.section-6 {
  padding-top: 40px;
  padding-bottom: 140px;
  position: relative;
}

.div-block-25 {
  display: flex;
}

.centr-heading {
  text-align: center;
  display: block;
}

.avatar-name {
  grid-column-gap: 10px;
  display: flex;
}

.image-9 {
  height: 22px;
}

.div-block-21 {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.div-block-27 {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}

.review-rating {
  grid-column-gap: 8px;
  font-size: .9em;
  display: flex;
}

.review-text-block {
  max-height: none;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: .9em;
  position: relative;
  overflow: auto;
}

.review-avatar {
  color: #bebebe;
  background-color: #272727;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: .8em;
  display: flex;
}

.review-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.div-block-24 {
  display: flex;
}

.review-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: .9em;
  text-decoration: none;
}

.image-17 {
  width: 600px;
}

.div-block-23 {
  display: flex;
}

.review-card {
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 35px 30px 25px;
  display: inline-flex;
}

.review-card.massonry {
  padding: 40px 40px 35px 30px;
  display: inline-block;
}

.image-8 {
  width: 30px;
  height: 30px;
  margin-left: 14px;
  margin-right: 14px;
}

.image-12 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
}

.button-heading {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  padding-top: 2px;
}

.link-block {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr;
  margin-top: 60px;
}

.section-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-10 {
  padding-top: 2px;
}

.hotels-block {
  grid-row-gap: 4px;
  border-left: 1px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 50px;
  display: flex;
}

.div-block-29 {
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 230px;
  display: flex;
}

.body {
  font-family: Proximanova, sans-serif;
  font-size: 18px;
}

.footer-section {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 130px;
}

.block-quote {
  font-size: 1.6em;
}

.navbar-2 {
  background-color: #1c1a1a;
}

.nav-link {
  color: #fff;
}

.brand {
  width: 115px;
  margin-right: 30px;
  padding-left: 0;
}

.nav-menu-2 {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.navbar-3 {
  z-index: 2147483647;
  background-color: #ddd0;
  position: absolute;
  left: 0%;
  right: 0%;
}

.alert-bg {
  z-index: 2147483647;
  background-image: url('../images/Mask-group_1.avif');
  background-position: 0 0;
  background-size: 1450px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.white-link {
  border-bottom: 1px solid #fff;
}

.white-link:hover {
  color: #fff;
}

.line {
  background-color: #fff;
  width: 20%;
  height: 1px;
}

.div-block-33 {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.close-alert {
  justify-content: center;
  align-items: center;
  padding: 10px 25px 10px 10px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.close-alert:hover {
  opacity: .81;
}

.image-19 {
  width: 25px;
}

.text-block-6 {
  width: 10px;
}

.list-item {
  grid-column-gap: 3px;
  padding-bottom: 5px;
  display: flex;
}

.error-message-2 {
  background-color: #fd4c4c;
}

.text-block-7 {
  margin-bottom: 10px;
}

.paragraph {
  color: #818181;
  padding-top: 13px;
  font-size: 15px;
}

.menu-link {
  text-transform: uppercase;
  font-size: 17px;
}

.rating-number-block {
  justify-content: flex-start;
  display: flex;
}

.rating-number-block.center {
  justify-content: center;
}

.text-block-8 {
  margin-right: 5px;
  font-size: 45px;
  line-height: 1.2;
}

.rating-main-container {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #a38b4f0f;
  border: 1px solid #d6ae4933;
  border-radius: 5px;
  width: 190px;
  padding: 10px 14px 10px 13px;
}

.rating-description {
  opacity: .4;
  font-size: 16px;
}

.rating-main-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.massion-gallery {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  column-count: 3;
  column-gap: 20px;
  overflow: hidden;
}

.image-20 {
  width: 100%;
  margin-bottom: 20px;
}

.container-2 {
  max-width: none;
}

.div-block-34 {
  z-index: 3;
  background-image: linear-gradient(#0d0d0d00, #0d0d0d);
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.body-4 {
  background-color: var(--black);
}

.main-button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-button-container.hide {
  display: none;
}

.text-block-9 {
  width: 440px;
}

.text-button {
  opacity: .5;
  text-align: center;
  width: 490px;
  font-size: 16px;
}

.video-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-35 {
  z-index: 2;
  opacity: .4;
  background-color: #0a0a0a;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto 0;
}

.star {
  width: 28px;
}

.div-block-36 {
  padding-top: 50px;
}

.rating-number {
  font-size: 26px;
}

.star-2 {
  width: 22px;
}

.div-block-37 {
  opacity: .2;
  background-color: #d6ae49;
  width: 1px;
}

.rating-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.slider {
  height: 80vh;
}

.image-21 {
  height: 100%;
}

.slider-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  height: 80vh;
  display: flex;
}

.slider-list.full-width {
  height: 100vh;
}

.slider-item {
  height: 100%;
}

.slider-item.full-width-photo {
  object-fit: cover;
}

.container-3 {
  width: 100%;
  max-width: none;
  position: relative;
}

.full-gallary-section {
  z-index: 6;
  margin-left: 20px;
  overflow: hidden;
}

.full-gallary-section.page-gallary {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  padding-bottom: 0;
}

.prev-slide {
  z-index: 99998;
  background-image: linear-gradient(to right, #0d0d0d, #0d0d0d00);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.left-arrow {
  background-color: #d6ae4926;
  border: 1px solid #d6ae491a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: background-color .2s;
  display: flex;
}

.left-arrow:hover {
  background-color: #d6ae491a;
}

.next-slide {
  z-index: 99999;
  background-image: linear-gradient(to right, #0d0d0d00, #0d0d0d);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.right-arrow {
  background-color: #d6ae4926;
  border: 1px solid #d6ae491a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: background-color .2s;
  display: flex;
}

.right-arrow:hover {
  background-color: #d6ae491a;
}

.text-description {
  opacity: .35;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15px;
}

.text-span {
  text-decoration: line-through;
}

.old-price {
  color: #d6ae494d;
  text-decoration: line-through;
}

.text-block-10 {
  text-align: center;
  margin-top: 15px;
}

.section-10 {
  margin-top: 120px;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.main-section-services-page {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-section {
  margin-top: 10px;
  margin-bottom: 60px;
}

.lead-block {
  max-width: 840px;
}

.div-block-38 {
  justify-content: center;
  display: flex;
}

.lead {
  opacity: 1;
  color: #ffffffb3;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 300;
}

.lead.left-align {
  text-align: left;
}

.page-nav-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-39 {
  background-color: #ffffff1a;
  width: 1px;
}

.page-nav-text {
  opacity: .4;
}

.section-11 {
  z-index: 5;
  padding-top: 140px;
  padding-bottom: 20px;
  position: relative;
}

.page-h1 {
  font-size: 3.3em;
  line-height: 1.1;
}

.head-block {
  text-align: left;
  width: 910px;
}

.head-block.center-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-40 {
  z-index: 1;
  background-image: url('../images/sexy_massage_1.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  position: absolute;
}

.section-12 {
  margin-top: 120px;
  margin-bottom: -3px;
  padding-bottom: 120px;
  position: relative;
}

.time-heading {
  text-align: left;
  margin-bottom: 30px;
}

.big-number {
  opacity: .1;
  margin-left: -8px;
  padding-left: 0;
  font-size: 144px;
  font-weight: 600;
  line-height: .7;
}

.time-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: grid;
}

.time-card-text {
  opacity: .6;
}

.text-link {
  border-bottom: 1px solid #fff3;
  transition: border-color .2s;
  display: inline;
}

.text-link:hover {
  border-bottom-color: #efc946;
}

.widget-text {
  font-size: .9em;
}

.widget {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1a1a1a;
  border: 1px solid #ffffff26;
  border-radius: 5px;
  align-items: center;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto 15px 15px auto;
}

.image-23 {
  height: 100%;
  padding: 10px;
}

.image-23.tg-icon {
  padding-left: 15px;
  padding-right: 6px;
}

.image-23.wa-icon {
  padding-left: 6px;
  padding-right: 15px;
}

.collection-list-wrapper {
  column-count: 3;
  column-gap: 25px;
  width: 100vw;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-wrapper.small {
  column-count: 2;
  column-gap: 10px;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.collection-item {
  margin-bottom: 25px;
}

.collection-item.small {
  margin-bottom: 10px;
}

.img {
  width: 100%;
}

.video {
  margin-top: 40px;
}

.video-description {
  margin-top: 15px;
  font-size: 1em;
  display: none;
}

.blog-page-section {
  margin-top: auto;
  padding-top: 140px;
  padding-bottom: 80px;
}

.blog-page-section.hide {
  display: none;
}

.blog-haeding {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.7em;
  line-height: 1.1;
}

.div-block-41 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blog-cover {
  object-fit: cover;
  object-position: 50% 90%;
  width: 100%;
  max-height: 530px;
  margin-bottom: 40px;
}

.rich-text {
  max-width: 800px;
  text-decoration: none;
}

.rich-text.interview {
  opacity: .9;
}

.blog-lead {
  max-width: 880px;
  margin-bottom: 50px;
  font-size: 1.4em;
}

.section-13 {
  margin-top: 40px;
  padding-bottom: 60px;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-24 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 270px;
}

.heading-6 {
  font-size: 1.5em;
}

.div-block-43 {
  background-color: #fff3;
  height: 1px;
  margin-bottom: 20px;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.blog-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 250px;
  display: block;
  overflow: hidden;
}

.blog-grid-heading {
  margin-top: 15px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3;
}

.link-block-2 {
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.collection-item-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.slider-2 {
  height: 80vh;
}

.review-gradient {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 320px;
  display: flex;
}

._404 {
  margin-bottom: -10px;
  font-size: 8em;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.alert-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Mask-group_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-14 {
  z-index: 999999;
  position: fixed;
  inset: auto 0% 0%;
}

.widget-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.alert-button {
  background-color: #101011;
  border-radius: 5px;
  font-size: .7em;
}

.alert-text {
  color: #1c1b1b;
  font-size: .8em;
}

.link-block-3 {
  padding: 10px 20px;
}

.section-15 {
  height: 100px;
}

.heading-7 {
  margin-bottom: 20px;
}

.lang-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.phone-mobile {
  display: none;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 120px;
  display: block;
}

.container-4 {
  max-width: 100%;
  margin-right: 40px;
  padding-left: 40px;
}

.review-card-on-page {
  border: 1px solid #ffffff24;
  border-radius: 0;
  margin-bottom: 30px;
}

.review-quote {
  padding-bottom: 15px;
  font-size: 1.8em;
  line-height: 1.2;
}

.section-16 {
  margin-top: 20px;
}

.text-block-11 {
  line-height: 1.6;
}

.section-17 {
  height: 60px;
}

.faq-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.answer-block {
  padding: 30px 30px 10px;
  font-size: 1.8em;
  font-weight: 600;
}

.response-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 0 30px 40px;
  line-height: 1.6;
  display: flex;
}

.faq-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #19171780;
  border: 1px solid #ffffff1a;
  max-width: 820px;
  margin-bottom: 10px;
}

.section-18 {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-46 {
  height: 900px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-47 {
  background-image: linear-gradient(#0d0d0d, #0d0d0d 0% 0%, #0d0d0d00 50%, #0d0d0d);
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.oferty-text-block {
  z-index: 4;
  background-color: #0d0d0dcc;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}

.field-label-2 {
  margin-top: 10px;
}

.form-heading-2 {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 600;
}

.html-embed {
  min-height: 100px;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-48 {
  height: 60px;
  position: static;
}

.green-button {
  background-color: #006334;
  border-radius: 7px;
  transition: background-color .2s;
}

.green-button:hover {
  background-color: #000;
}

.green-button.big-button {
  cursor: pointer;
  padding: 25px;
}

.close-modal-2 {
  z-index: 99;
  cursor: pointer;
  padding: 29px 30px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0 0 auto auto;
}

.close-modal-2:hover {
  opacity: .5;
}

.text-field-4 {
  color: #fcfaed;
  background-color: #ffffff12;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  max-width: 230px;
  height: 82px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 18px;
  font-size: 1em;
}

.text-field-4:focus-visible, .text-field-4[data-wf-focus-visible] {
  border-color: #fff6;
}

.text-field-4::placeholder {
  color: #ffffff80;
}

.text-field-4.popup-form-field {
  color: #000;
  background-color: #8f8c321a;
  border-color: #8f8c324d;
  max-width: 370px;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.text-field-4.popup-form-field::placeholder {
  color: #0000004d;
}

.text-field-4.popup-form-field.text-area {
  max-width: 520px;
  height: 130px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.head-form-2 {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.form-block-4 {
  margin-bottom: 0;
  display: block;
}

.div-block-49 {
  margin-top: 30px;
  margin-bottom: auto;
  position: absolute;
  left: 20px;
  right: 20px;
}

.text-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.4;
}

.modal-popup-2 {
  z-index: 10;
  background-color: #fcfaed;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 40px 35px;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  overflow: visible;
  transform: translate(0, -50%);
  box-shadow: 0 5px 100px #32335033;
}

.modal-popup-2.big-popup {
  background-color: #fff0;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  top: auto;
  transform: none;
}

.success-message-4 {
  background-color: #006334;
  border-radius: 10px;
  margin-top: 2.5vw;
  padding: 4vw 2vw;
}

.modal-background {
  z-index: 7;
  cursor: pointer;
  background-color: #1f1f1fde;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.image-14 {
  width: 35px;
}

.close-text-2 {
  align-self: center;
  padding-right: 10px;
  font-size: .8em;
}

.modal-2 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-2.raschet-popup {
  z-index: 2147483647;
  display: none;
}

.image-25 {
  width: 100px;
}

.section-19 {
  padding-top: 150px;
  padding-bottom: 150px;
}

._2-colomn {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.person-container {
  position: sticky;
  top: 20px;
}

.content-container {
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 45px 40px 24px;
}

.person-avatar {
  background-image: url('../images/Group-72123385_1.avif');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ffffff1f;
  height: 470px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 17px 40px -8px #dead2f1f;
}

.person-avatar.pl {
  background-image: url('../images/Group-72123386_1.avif');
}

.person-name {
  margin-bottom: 0;
  font-size: 2.1em;
  position: absolute;
  inset: auto auto 15px 20px;
}

.image-26 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.parametrs {
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 30px;
  display: flex;
}

.fact-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fact-heading {
  font-size: 1.5em;
}

.fact-text {
  opacity: .31;
  font-size: .8em;
  font-weight: 400;
}

.review-stroke {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-27 {
  width: 1em;
}

.text-block-12 {
  font-size: 1em;
}

.interview-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 35px;
  margin-bottom: 30px;
  display: flex;
}

.interview-heading {
  opacity: .3;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: .8em;
  line-height: 1.3;
}

.interview-text {
  font-size: 1em;
  line-height: 1.5;
}

.interview-text.gold-link {
  color: #dead2f;
  border-bottom: 1px solid #dead2f33;
  display: inline;
}

.text-block-13 {
  color: #dead2f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .8em;
}

.div-block-50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: none;
}

.image-28 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.image-28.top {
  z-index: 2;
  opacity: 1;
  transition: opacity .2s;
}

.image-28.top:hover {
  opacity: 0;
}

.text-block-14 {
  font-size: 1em;
}

.masseuses-block {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-15 {
  position: absolute;
  inset: auto 15px 14px auto;
}

.person-heading {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.7em;
}

.div-block-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: .3;
  flex-flow: column;
  font-size: 1em;
  display: flex;
}

.section-20 {
  margin-top: 20px;
  padding-bottom: 100px;
}

.masseuses-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.masseuses-card:hover {
  color: #fff;
}

.person-card {
  background-image: url('../images/Group-72123385_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 530px;
  position: relative;
  overflow: hidden;
}

.person-card.pl {
  background-image: url('../images/Group-72123386_1.avif');
  background-position: 50%;
}

.inline-link {
  color: var(--goldenrod);
  border-bottom: 1px solid #daa52147;
  margin-top: 7px;
  font-size: 1em;
}

.card-link {
  margin-top: 6px;
}

.interview-page-section {
  margin-top: auto;
  padding-top: 170px;
  padding-bottom: 80px;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar-blog-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 25px;
}

.div-block-55 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-29 {
  border: 1px solid #ffffff14;
}

.link-block-4 {
  object-fit: cover;
  flex-flow: column;
  display: flex;
}

.lightbox-link {
  margin-bottom: 10px;
  display: block;
}

.interview-link {
  margin-top: 10px;
}

.rich-text-block, .div-block-56 {
  display: none;
}

.collection-list-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 10px;
  display: grid;
}

.image-30 {
  width: 100%;
}

.div-block-57 {
  display: flex;
}

.div-block-58 {
  height: 10px;
}

.top-scroll-section {
  z-index: 2147483647;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.top-arrow {
  background-color: #ffffff12;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.top-arrow:hover {
  background-color: #ffffff1f;
}

.image-31 {
  width: 22px;
}

.massony-collection {
  column-count: 2;
  column-gap: 10px;
}

.special-offer-fix {
  z-index: 999999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-image: linear-gradient(#d6ae49, #d6ae49), linear-gradient(#140d0d66, #140d0d66);
  border: 1px solid #d6ae4a3b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 21vw;
  max-width: 320px;
  padding: 22px 20px 30px;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  box-shadow: 0 2px 70px #d6ae4999;
}

.button-2 {
  color: #fff;
  background-color: #0d0d0d;
  font-size: 1em;
  transition: background-color .2s, color .2s;
}

.button-2:hover {
  color: #d6ae49;
}

.button-2:lang(en) {
  color: #fff;
}

.text-block-16 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600;
}

.text-block-16.yellow {
  color: #d6ae49;
}

.text-block-17 {
  font-size: 1.4em;
  line-height: 1.3;
}

.bold-text-2 {
  font-size: .8em;
  font-weight: 400;
}

.text-block-18 {
  opacity: .6;
  font-size: .8em;
}

.image-32 {
  z-index: 6;
  padding: 15px 15px 10px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-2 {
  font-weight: 300;
}

.offer-section {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
}

.offer-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  background-color: #0d0d0d;
  background-image: linear-gradient(#0d0d0dcc, #0d0d0dcc), url('../images/6A0A5661_1.avif');
  background-position: 0 0, 50% 59%;
  background-size: auto, auto;
  border: 1px solid #d6ae4a66;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 960px;
  padding: 35px 40px 40px;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-60 {
  margin-bottom: 10px;
}

.text-block-19 {
  font-size: 1em;
}

.text-block-20 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.7em;
}

.text-block-21 {
  color: #0c0c0c;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #00000080;
  padding: 5px 10px 4px;
  font-size: .7em;
}

.image-33 {
  pointer-events: auto;
  object-fit: cover;
  object-position: 0% 50%;
  width: 170px;
  height: 130px;
  display: none;
  position: absolute;
  inset: auto 1px 1px auto;
}

.content-block, .gallery-block {
  margin-bottom: 70px;
}

.gallery-block {
  grid-column: 2 / 3;
}

.logo-link-block {
  display: flex;
}

.logo-footer-block {
  width: 120px;
  margin-right: 30px;
}

.logo-footer-block.w--current {
  width: 130px;
}

.link-footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.main-link-block {
  grid-column-gap: 15px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  max-width: 790px;
  display: flex;
}

.detail-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.cta-footer-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 420px;
  margin-left: 40px;
  display: flex;
}

.footer-block {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-2 {
  color: #e7bd52;
}

.small-link {
  color: #ffffff4d;
  font-size: 15px;
}

.image-34 {
  margin-top: -5px;
}

.section-21 {
  height: 120px;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.section-22 {
  font-size: 18px;
}

.text-block-22 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.15em;
}

.list-description {
  opacity: .4;
}

.time-tarif {
  color: #d6ae49;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: .9em;
}

.div-block-61 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-23 {
  opacity: 1;
  text-align: center;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  margin-top: 20px;
}

.flex-block._2 {
  width: auto;
}

.price {
  margin-top: 15px;
  font-size: 2em;
  line-height: 1;
}

.price._2 {
  margin-top: 0;
  font-size: 1em;
}

.heading-9 {
  margin-bottom: 5px;
  font-size: 1.4em;
}

.gold {
  color: #d6ae49;
}

.div-block-62 {
  width: 460px;
}

.div-block-63 {
  z-index: 1;
  background-image: url('../images/6A0A5894-1_1.avif');
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-5 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3 {
  color: #fff;
  background-color: #fff0;
  margin-top: 20px;
  padding: 12px 40px;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.button-3.hide-button {
  display: none;
}

.bold-text-3 {
  font-weight: 300;
}

.text-block-24 {
  text-align: center;
  font-size: 1.2em;
}

.div-block-64 {
  background-image: linear-gradient(0deg, #0d0d0d, #0d0d0d 0%, #0d0d0d00 101%);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

._200-block {
  position: relative;
  overflow: hidden;
}

.subhead-copy {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  font-weight: 300;
  position: static;
}

.heading-11, .heading-12 {
  text-align: left;
  font-size: 1em;
}

.lang-block-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: none;
}

.lang-phone-copy {
  grid-column-gap: 8px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 25px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2em;
  }

  .lang-phone {
    grid-column-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 20px;
    font-size: 18px;
    position: static;
  }

  .modal-popup {
    border-radius: 0;
    max-width: 510px;
  }

  .text-2 {
    font-size: 1.8vw;
  }

  .grid-13 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .button.wa-card-button {
    width: auto;
    font-size: 14px;
    font-weight: 600;
  }

  .menu-contact {
    align-items: flex-start;
  }

  .div-block {
    grid-column-gap: 20px;
    margin-bottom: 10px;
  }

  .menu-block {
    margin-top: 10px;
  }

  .close-modal {
    padding-right: 20px;
  }

  .image {
    height: 100vh;
  }

  .heading {
    width: 100%;
  }

  .div-block-9 {
    right: -140px;
  }

  .form-container {
    margin-top: 40px;
  }

  .section {
    overflow: hidden;
  }

  .subhead {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.3em;
  }

  .div-block-8 {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card {
    border-width: 2px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading-2 {
    font-size: 1.4em;
    font-weight: 600;
  }

  ._3-card-grid {
    grid-column-gap: 10px;
  }

  .card-price {
    font-size: 27px;
  }

  .card-price.gold {
    font-size: 18px;
  }

  .text-block {
    font-size: 14px;
  }

  .section-3 {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .div-block-12 {
    z-index: -1;
    left: -120px;
  }

  .shift-heading {
    font-size: 2.4em;
  }

  .div-block-13 {
    z-index: -2;
    display: block;
    right: 0;
  }

  .image-3 {
    width: 610px;
  }

  .div-block-11 {
    grid-template-columns: .5fr 2fr 1fr;
  }

  .image-2 {
    height: 73%;
  }

  .heading-3 {
    text-align: left;
  }

  .section-4 {
    margin-top: 20px;
    margin-bottom: -120px;
  }

  .service-card {
    min-height: 340px;
  }

  .div-block-30 {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 20px;
  }

  .section-5 {
    padding-bottom: 70px;
  }

  .image-6 {
    width: 90%;
  }

  .small-paragraph.shift-paragraph {
    width: 100%;
    margin-left: 0;
  }

  .image-7 {
    width: 480px;
  }

  .review-date {
    font-size: .85em;
  }

  .image-9 {
    height: 18px;
  }

  .review-rating {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .review-cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
  }

  .review-card {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7 {
    padding-top: 30px;
  }

  .body-2 {
    font-size: 18px;
  }

  .block-quote {
    font-size: 1.2em;
  }

  .nav-menu-2 {
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .menu-button {
    height: 80px;
    position: fixed;
    right: 0;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    width: 30px;
    height: 40px;
    margin-right: 20px;
    font-size: 33px;
  }

  .text-block-5 {
    width: 170px;
  }

  .line {
    display: none;
  }

  .menu-link {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 37px;
  }

  .video-section {
    height: auto;
    margin-bottom: 50px;
  }

  .slider-list {
    height: 500px;
  }

  .slider-item {
    max-width: none;
  }

  .prev-slide {
    width: 100px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
  }

  .next-slide {
    width: 100px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
  }

  .image-22 {
    object-fit: cover;
    height: 100%;
  }

  .main-section-services-page {
    height: 70vh;
  }

  .section-11 {
    padding-top: 120px;
  }

  .head-block {
    width: 680px;
  }

  .big-number {
    font-size: 100px;
  }

  .time-block {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper {
    column-count: 2;
    column-gap: 15px;
  }

  .collection-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .collection-item.small {
    margin-top: 0;
  }

  .blog-haeding {
    font-size: 3.9em;
  }

  .blog-cover {
    max-height: 410px;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-7 {
    margin-bottom: 14px;
  }

  .brand-2 {
    width: 110px;
  }

  .brand-3 {
    width: 100px;
  }

  .brand-4 {
    width: 90px;
  }

  .brand-5 {
    width: 80px;
  }

  .brand-6 {
    width: 90px;
  }

  .brand-7 {
    margin-right: 20px;
  }

  .heading-8 {
    font-size: 2em;
  }

  .phone-mobile {
    display: block;
  }

  .brand-9 {
    width: 80px;
  }

  .div-block-45 {
    column-count: 2;
  }

  .answer-block {
    font-size: 1.7em;
  }

  .faq-item {
    margin-bottom: 10px;
  }

  .section-18 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .div-block-46 {
    height: 710px;
  }

  .close-modal-2 {
    padding-right: 20px;
  }

  .div-block-49 {
    margin-top: 90px;
  }

  .text-3 {
    font-size: 1.8vw;
  }

  .modal-popup-2 {
    border-radius: 10px;
    max-width: 510px;
    padding-right: 35px;
  }

  .modal-popup-2.big-popup {
    left: auto;
    right: auto;
  }

  .image-25 {
    width: 80px;
  }

  .section-19 {
    padding-top: 130px;
  }

  ._2-colomn {
    grid-column-gap: 20px;
  }

  .person-avatar {
    height: 300px;
  }

  .person-name {
    bottom: 10px;
    left: 10px;
  }

  .interview-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .masseuses-block {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-55 {
    flex-flow: column;
  }

  .special-offer-fix {
    width: 40vw;
  }

  .offer-block {
    width: auto;
  }

  .logo-footer-block {
    width: 210px;
    margin-right: 30px;
  }

  .cta-footer-block {
    margin-left: 20px;
  }

  .image-34 {
    width: 100%;
  }

  .subhead-copy {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.3em;
  }

  .lang-phone-copy {
    grid-column-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 20px;
    font-size: 18px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 2.5em;
  }

  .lang-phone {
    grid-column-gap: 20px;
    flex-flow: row;
    font-size: 17px;
    position: static;
  }

  .form-2._90 {
    align-items: center;
  }

  .modal-popup {
    padding: 30px 20px 50px;
  }

  .modal-popup.inform-popup {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 25px;
    font-size: 16px;
  }

  .head-form {
    padding-bottom: 20px;
  }

  .image-16 {
    width: 4vw;
  }

  .menu-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-2 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 3vw;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .button.wa-card-button {
    width: 100%;
    font-size: 18px;
  }

  .button.person-button {
    position: sticky;
    bottom: 20px;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.nav-container {
    align-items: center;
    padding-top: 10px;
    position: static;
    inset: auto auto auto 0%;
  }

  .text-field-2 {
    max-width: 400px;
  }

  .menu-contact {
    display: block;
  }

  .form-heading {
    font-size: 1.7em;
  }

  .div-block {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .menu-block {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .close-modal {
    padding: 4vw;
  }

  .big-button.form-button {
    max-width: 400px;
  }

  .success-message {
    height: 50.2vw;
    margin-top: 3.5vw;
    padding-top: 22vw;
    padding-bottom: 0;
  }

  .heading-block {
    margin-top: auto;
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .image {
    height: 600px;
  }

  .heading {
    margin-bottom: 10px;
  }

  .text-field {
    max-width: 270px;
  }

  .div-block-9 {
    right: -100px;
  }

  .form-container {
    margin-top: 25px;
  }

  .section {
    height: auto;
    padding-bottom: 100px;
  }

  .subhead {
    font-size: 1.5em;
  }

  .div-block-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    display: block;
  }

  .submit-button {
    height: 60px;
  }

  .card {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .heading-2 {
    margin-top: 15px;
    font-size: 1.7em;
  }

  ._3-card-grid {
    grid-template-columns: 1fr;
  }

  .card-price {
    font-size: 34px;
  }

  .div-block-10 {
    height: 25px;
  }

  .list-block {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .section-2 {
    height: 130vw;
    margin-top: -30px;
  }

  .success-message-3 {
    height: 50.2vw;
    margin-top: 3.5vw;
    padding-top: 22vw;
    padding-bottom: 0;
  }

  .form-3 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .div-block-12 {
    display: block;
    left: auto;
    right: -170px;
  }

  .shift-heading {
    margin-left: 50px;
  }

  .div-block-13 {
    display: none;
  }

  .div-block-11 {
    grid-template-columns: 2fr 1fr;
    padding-bottom: 10px;
  }

  .image-2 {
    height: 870px;
  }

  .service-cards {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .section-4 {
    margin-top: 80px;
  }

  .service-card {
    min-height: 290px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-30 {
    display: block;
  }

  .section-5 {
    padding-bottom: 40px;
  }

  .small-h2 {
    max-width: none;
  }

  .small-h2.narrow-h2 {
    width: auto;
  }

  .image-6 {
    max-width: 100%;
    height: auto;
  }

  .div-block-19 {
    display: none;
  }

  .small-paragraph.shift-paragraph {
    max-width: none;
  }

  .image-7 {
    width: 400px;
  }

  .section-6 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .review-text-block.on-page {
    margin-bottom: 10px;
  }

  .review-cards {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    margin-top: 20px;
  }

  .name-block {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .review-card.massonry {
    padding: 15px 15px 25px;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .section-7 {
    padding-top: 20px;
  }

  .block-quote {
    border-left-width: 2px;
    padding-left: 15px;
  }

  .brand {
    width: auto;
    height: 80px;
  }

  .nav-menu-2 {
    z-index: 999;
    background-color: var(--black);
    width: auto;
    height: auto;
    padding-top: 79px;
    padding-bottom: 40px;
    font-size: 16px;
    position: fixed;
    top: 0;
  }

  .menu-button {
    align-items: center;
    height: 80px;
    margin-top: -20px;
    padding-top: 28px;
    display: flex;
    position: fixed;
    inset: auto 0% auto auto;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: var(--black);
    align-items: center;
    width: 100%;
    height: 80px;
    padding-top: 25px;
    display: flex;
    position: fixed;
    left: auto;
    right: 0;
  }

  .icon {
    z-index: 9999;
    justify-content: flex-end;
    width: 100%;
    padding-top: 7px;
    font-size: 30px;
    display: flex;
    position: relative;
  }

  .image-18 {
    height: 100%;
  }

  .alert-bg {
    font-size: 17px;
  }

  .rating-main-container {
    width: 120px;
  }

  .rating-description {
    font-size: 14px;
  }

  .rating-main-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .massion-gallery {
    column-count: 1;
  }

  .text-button {
    width: 440px;
  }

  .div-block-36 {
    padding-top: 30px;
  }

  .slider-list {
    height: 350px;
  }

  .full-gallary-section {
    margin-left: 0;
  }

  .prev-slide {
    width: 80px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
  }

  .next-slide {
    width: 80px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .main-section-services-page {
    height: 100vh;
  }

  .head-block {
    width: 100%;
    max-width: 630px;
  }

  .time-heading {
    margin-bottom: 20px;
  }

  .time-card-text {
    font-size: 17px;
  }

  .widget {
    background-color: #ffffff12;
    bottom: 7px;
    right: 7px;
  }

  .image-23.tg-icon, .image-23.wa-icon {
    width: 50px;
  }

  .collection-list-wrapper {
    column-gap: 15px;
  }

  .collection-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .background-video-2 {
    height: 300px;
  }

  .blog-page-section {
    padding-top: 110px;
  }

  .blog-haeding {
    font-size: 3em;
  }

  .div-block-41 {
    max-width: 600px;
  }

  .blog-cover {
    margin-bottom: 10px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lang-block {
    margin-left: 5px;
  }

  .phone-mobile {
    display: block;
  }

  .div-block-45 {
    column-gap: 10px;
  }

  .review-card-on-page {
    margin-bottom: 10px;
  }

  .div-block-46 {
    display: none;
  }

  .form-heading-2 {
    font-size: 1.7em;
  }

  .close-modal-2 {
    padding: 4vw;
  }

  .text-field-4 {
    max-width: 400px;
  }

  .head-form-2 {
    padding-bottom: 20px;
  }

  .text-3 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 3vw;
  }

  .modal-popup-2 {
    padding: 30px 30px 50px 20px;
  }

  .modal-popup-2.big-popup {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 30px;
    left: auto;
    right: auto;
  }

  .success-message-4 {
    height: 50.2vw;
    margin-top: 3.5vw;
    padding-top: 22vw;
    padding-bottom: 0;
  }

  .image-14 {
    width: 4vw;
  }

  .section-19 {
    padding-top: 110px;
  }

  ._2-colomn {
    flex-flow: column;
    display: flex;
  }

  .person-container {
    margin-bottom: 50px;
    position: static;
  }

  .image-26 {
    object-position: 50% 26%;
  }

  .person-card {
    height: 320px;
  }

  .interview-page-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .div-block-54 {
    grid-template-columns: 2.75fr;
  }

  .image-29 {
    object-fit: cover;
    object-position: 50% 43%;
    height: 70vh;
  }

  .interview-link {
    margin-top: 20px;
  }

  .top-arrow {
    bottom: 10px;
  }

  .special-offer-fix {
    width: 60vw;
    max-width: 390px;
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 20px;
  }

  .image-32 {
    width: 63px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .text-block-21 {
    font-size: .8em;
  }

  .image-33 {
    width: 260px;
    height: 120px;
  }

  .content-block, .gallery-block {
    margin-bottom: 50px;
  }

  .link-footer-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main-link-block {
    grid-column-gap: 13px;
    grid-row-gap: 4px;
  }

  .detail-link-block {
    grid-column-gap: 15px;
    grid-row-gap: 7px;
  }

  .cta-footer-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 350px;
    margin-left: 120px;
    font-size: 18px;
  }

  .footer-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-63 {
    background-position: 50%;
  }

  .subhead-copy {
    font-size: 1.5em;
  }

  .lang-block-copy {
    margin-left: 5px;
  }

  .lang-phone-copy {
    grid-column-gap: 20px;
    flex-flow: row;
    font-size: 17px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.3em;
  }

  h2 {
    font-size: 1.8em;
  }

  .lang-phone {
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
    position: relative;
  }

  .form-2._90 {
    width: 100%;
  }

  .modal-popup {
    width: 96%;
    max-width: 600px;
    margin: 0;
    padding: 30px 20px 40px;
    left: 2%;
    right: 2%;
  }

  .modal-popup.inform-popup {
    background-image: linear-gradient(#0d0d0db3, #0d0d0db3), url('../images/tild3939-6538-4633-b239-333038333737__loungegardens-massag_1.avif');
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .head-form {
    width: 100%;
    padding-bottom: 10px;
  }

  .image-16 {
    width: 6vw;
  }

  .menu-line {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .modal {
    padding-left: 0;
    padding-right: 0;
  }

  .text-2 {
    flex: none;
    font-size: 4.5vw;
  }

  .grid-13 {
    grid-column-gap: 0vw;
    display: block;
  }

  .div-block-4 {
    opacity: .55;
  }

  .button.hide-button, .button.show-button {
    text-align: center;
  }

  .button.cmb-button {
    min-width: 0;
    max-width: 280px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.show-more {
    min-width: 0;
  }

  .button.main-button {
    text-align: center;
    min-width: 280px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.wa-card-button {
    width: 100%;
    font-size: 16px;
  }

  .button.service-card-button {
    justify-content: center;
    width: auto;
    min-width: 35vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3.7vw;
    display: flex;
  }

  .button.person-button {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 10px;
  }

  .container.nav-container {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    padding-top: 0;
    padding-left: 2px;
    padding-right: 0;
    display: flex;
  }

  .text-field-2 {
    border-radius: 7px;
    max-width: 320px;
    height: 70px;
  }

  .text-field-2.popup-form-field {
    margin-bottom: 10px;
  }

  .form-heading.covid-popup-heading {
    font-size: 1.3em;
  }

  .menu-block {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .close-modal {
    z-index: 999;
    padding-top: 5vw;
    padding-right: 5vw;
    left: 0;
    right: auto;
  }

  .success-message {
    height: 96.5vw;
    margin-top: 6vw;
    padding-top: 42vw;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .heading-block {
    width: 100%;
    padding-top: 1px;
  }

  .image {
    position: static;
  }

  .form {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .text-field {
    width: 100%;
    min-width: 290px;
    max-width: none;
  }

  .div-block-9 {
    object-fit: cover;
    object-position: 50% 50%;
    justify-content: flex-start;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .form-container {
    padding-bottom: 20px;
  }

  .section {
    background-image: url('../images/tild6334-6366-4466-b164-363637303838__spa-salon-for-man-gi_1.avif');
    background-position: 81%;
    background-size: auto 100%;
    height: 100vh;
  }

  .subhead {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .div-block-8 {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 1.5em;
  }

  .heading-2.small {
    font-size: 1.1em;
  }

  ._3-card-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .section-2 {
    height: 280vw;
    margin: 20px auto 30px;
  }

  .success-message-3 {
    height: 96.5vw;
    margin-top: 6vw;
    padding-top: 42vw;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .form-3 {
    max-width: 280px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .div-block-12 {
    z-index: -1;
    height: auto;
    position: absolute;
    inset: auto 0% 0% 190px;
  }

  .shift-heading {
    margin-left: 0;
    font-size: 1.8em;
  }

  .div-block-11 {
    grid-template-columns: 2fr;
    padding-bottom: 4px;
  }

  .image-2 {
    width: auto;
    max-width: none;
    height: 550px;
    display: block;
  }

  .heading-3 {
    text-align: left;
    font-size: 6vw;
    line-height: 1.2;
  }

  .section-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-16 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .service-card {
    border: 1px solid #ffffff1a;
    min-height: 220px;
    padding-bottom: 15px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 14px;
  }

  .div-block-30 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
    display: block;
  }

  .small-h2 {
    font-size: 2em;
  }

  .small-h2.my-h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1.4;
  }

  .small-paragraph {
    font-size: 1em;
    line-height: 1.4;
  }

  .div-block-26 {
    display: none;
  }

  .review-rating.on-page {
    grid-column-gap: 11px;
    flex-flow: row;
    font-size: 1.1em;
  }

  .review-cards {
    flex-flow: row;
    grid-template-rows: auto;
    align-items: stretch;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .review-cards::-webkit-scrollbar {
    display: none;
  }

  .review-source {
    width: 30px;
  }

  .review-card {
    justify-content: space-between;
    align-items: flex-start;
    min-width: 270px;
    max-width: 300px;
  }

  .review-card.massonry {
    max-width: none;
    padding-top: 25px;
  }

  .image-12 {
    width: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-heading {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
  }

  .image-11 {
    width: 15px;
  }

  .section-7 {
    padding-top: 0;
  }

  .image-10 {
    width: 15px;
  }

  .hotels-block {
    border-left-color: #ffffff17;
    padding-left: 10px;
  }

  .div-block-29 {
    padding-right: 10px;
  }

  .block-quote {
    max-width: 260px;
  }

  .brand {
    width: 55px;
    height: 55px;
    margin-left: 5px;
    margin-right: 15px;
  }

  .nav-menu-2 {
    z-index: 997;
    background-color: var(--black);
    flex-direction: column;
    height: auto;
    padding-top: 90px;
    padding-bottom: 40px;
    font-size: 16px;
    position: fixed;
    top: 0;
  }

  .navbar-3 {
    z-index: 1999;
  }

  .menu-button {
    margin-top: -16px;
    margin-right: 3px;
    padding-top: 28px;
    padding-bottom: 10px;
    padding-right: 0;
    position: fixed;
    top: 0;
    right: 0;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: var(--black);
    width: 100%;
    margin-top: -14px;
    padding-top: 28px;
  }

  .icon {
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    padding-top: 0;
    font-size: 30px;
    font-weight: 300;
    display: flex;
  }

  .heading-4 {
    margin-top: 10px;
  }

  .text-block-4 {
    font-size: 1.6em;
  }

  .image-18 {
    height: 100%;
    margin-left: 0;
  }

  .text-block-5 {
    width: auto;
  }

  .section-9 {
    display: none;
  }

  .alert-bg {
    font-size: 15px;
  }

  .close-alert {
    padding-right: 10px;
    left: auto;
    right: 0;
  }

  .image-19 {
    width: 15px;
  }

  .rating-number-block.center {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .text-block-8 {
    margin-right: 1vw;
    font-size: 9vw;
  }

  .rating-main-container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rating-description {
    font-size: 13px;
  }

  .rating-description.centr {
    text-align: center;
  }

  .rating-main-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    margin-top: 50px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-button-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-button {
    opacity: .3;
    width: 100%;
    font-size: 14px;
  }

  .video-section {
    height: auto;
  }

  .background-video {
    height: 100%;
    top: 0;
  }

  .div-block-35 {
    opacity: .45;
    height: 100%;
    left: 0%;
  }

  .star {
    width: 5vw;
  }

  .div-block-36 {
    padding-top: 0;
  }

  .rating-number {
    font-size: 9vw;
  }

  .star-2 {
    width: 6vw;
  }

  .slider-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-item {
    object-fit: cover;
    width: 80vw;
    min-width: 300px;
    height: auto;
  }

  .section-10 {
    margin-top: 90px;
  }

  .main-section-services-page {
    height: 100vh;
  }

  .lead {
    font-size: 1.3em;
  }

  .page-nav-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .page-nav-text {
    font-size: 4vw;
  }

  .section-11 {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .page-h1 {
    font-size: 40px;
  }

  .section-12 {
    padding-bottom: 30px;
  }

  .time-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 40px;
  }

  .widget-text {
    font-size: 1em;
  }

  .widget {
    bottom: 8px;
    right: 8px;
  }

  .image-23.tg-icon {
    width: 50px;
    height: 50px;
    padding-left: 10px;
    padding-right: 2px;
  }

  .image-23.wa-icon {
    width: 50px;
    height: 50px;
    padding-left: 3px;
    padding-right: 9px;
  }

  .collection-list-wrapper {
    column-count: 1;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list-wrapper.small {
    column-gap: 5px;
  }

  .collection-item.small {
    margin-bottom: 5px;
  }

  .background-video-2 {
    height: 240px;
  }

  .blog-haeding {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .section-13 {
    padding-bottom: 30px;
  }

  .collection-list {
    padding-bottom: 10px;
    display: flex;
    overflow: auto;
  }

  .collection-item-2 {
    min-width: 250px;
  }

  .collection-list-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-thumbnail {
    height: 180px;
  }

  .div-block-44 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  ._w-embed {
    min-height: 400px;
  }

  .review-gradient {
    z-index: 99;
    background-image: linear-gradient(270deg, #0d0d0d, #0d0d0d00);
    width: 70px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .review-cards-block {
    position: relative;
  }

  .alert-block {
    padding: 0 20px 0 0;
  }

  .widget-block {
    display: flex;
  }

  .alert-button {
    display: none;
  }

  .alert-text {
    font-size: .9em;
  }

  .link-block-3 {
    padding: 10px 0 10px 15px;
  }

  .section-15 {
    height: 40px;
  }

  .heading-7 {
    font-size: 1.8em;
  }

  .heading-8 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
  }

  .lang-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 16px;
    display: none;
  }

  .phone-mobile {
    padding-left: 0;
    font-size: 16px;
    display: block;
  }

  .brand-8 {
    width: 70px;
  }

  .div-block-45 {
    column-count: 1;
    padding-bottom: 40px;
  }

  .section-17 {
    height: 10px;
  }

  .faq-block {
    margin-top: 20px;
  }

  .answer-block {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 20px;
    line-height: 1.2;
  }

  .response-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .section-18 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .close-modal-2 {
    padding-top: 5vw;
    padding-right: 5vw;
  }

  .text-field-4 {
    border-radius: 7px;
    max-width: 320px;
    height: 70px;
  }

  .text-field-4.popup-form-field {
    margin-bottom: 10px;
  }

  .head-form-2 {
    width: 100%;
    padding-bottom: 10px;
  }

  .div-block-49 {
    margin-top: 30px;
    left: 10px;
    right: 10px;
  }

  .text-3 {
    flex: none;
    font-size: 4.5vw;
  }

  .modal-popup-2 {
    width: 96%;
    max-width: 600px;
    margin: 0;
    padding: 30px 20px 40px;
    left: 2%;
    right: 2%;
  }

  .modal-popup-2.big-popup {
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  .success-message-4 {
    height: 96.5vw;
    margin-top: 6vw;
    padding-top: 42vw;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .image-14 {
    width: 6vw;
  }

  .modal-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    width: 60px;
  }

  .section-19 {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  ._2-colomn {
    grid-row-gap: 0px;
  }

  .person-container {
    flex-flow: column;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .content-container {
    padding: 25px 20px 30px 15px;
  }

  .person-avatar {
    height: auto;
  }

  .person-name {
    bottom: 15px;
    left: 15px;
  }

  .parametrs {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .review-stroke {
    margin-top: 10px;
  }

  .interview-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .interview-heading {
    margin-top: 25px;
    margin-bottom: 7px;
  }

  .interview-text {
    font-size: 1.1em;
  }

  .text-block-13 {
    margin-bottom: 5px;
  }

  .masseuses-block {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-52 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-53 {
    font-size: 1.2em;
  }

  .section-20 {
    margin-top: 10px;
  }

  .person-card {
    height: 50vh;
  }

  .card-link {
    margin-top: 4px;
    font-size: 1.2em;
  }

  .collection-list-wrapper-3 {
    column-gap: 5px;
  }

  .lightbox-link {
    margin-bottom: 5px;
  }

  .interview-link {
    margin-top: 10px;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .top-scroll-section {
    z-index: 1998;
  }

  .top-arrow {
    width: 50px;
    height: 50px;
  }

  .image-31 {
    width: 21px;
  }

  .massony-collection {
    column-gap: 5px;
  }

  .special-offer-fix {
    width: auto;
    padding-bottom: 20px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }

  .text-block-16.yellow {
    letter-spacing: 4px;
    font-size: .8em;
  }

  .offer-section {
    margin-bottom: 0;
  }

  .offer-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-19 {
    text-align: center;
    line-height: 1.7;
  }

  .text-block-20 {
    font-size: 1.4em;
  }

  .image-33 {
    width: 240px;
    height: 110px;
  }

  .logo-link-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .logo-footer-block {
    width: 80px;
    display: none;
  }

  .main-link-block {
    justify-content: center;
    align-items: center;
  }

  .detail-link-block {
    grid-column-gap: 19px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: center;
  }

  .cta-footer-block {
    text-align: center;
    width: auto;
    margin-left: 0;
  }

  .small-link {
    font-size: 14px;
  }

  .div-block-62 {
    width: auto;
  }

  .div-block-63 {
    background-image: linear-gradient(#0d0d0d00 73%, #0d0d0d), url('../images/6A0A5894-1_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 80%;
    margin-top: -126px;
  }

  .container-5 {
    text-align: center;
    order: 0;
    align-self: auto;
  }

  .button-3 {
    margin-top: 0;
  }

  .div-block-64 {
    height: 100px;
  }

  .heading-10 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7em;
  }

  .navbar-4 {
    height: 75px;
  }

  .navbar-5 {
    height: 60px;
  }

  .subhead-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
  }

  .heading-11 {
    font-size: .9em;
    line-height: 24px;
  }

  .text-block-25 {
    margin-right: 15px;
  }

  .lang-block-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 16px;
    display: flex;
  }

  .brand-10 {
    margin-right: 10px;
  }

  .brand-11 {
    margin-right: 20px;
  }

  .brand-12 {
    margin-right: 18px;
  }

  .brand-13 {
    margin-left: 5px;
  }

  .lang-phone-copy {
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 15px;
    position: relative;
  }

  .brand-14 {
    margin-right: 15px;
  }
}

#reviews.w-node-daff7d2d-e385-16da-2a08-faa645495ed7-73ab3626 {
  grid-area: 3 / 2 / 4 / 3;
}

#reviews.w-node-_022e4d55-7c34-df1b-ed94-0c97c1365a36-6f3345f9 {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}

/* Duplicate @font-face removed (already declared at top of file) */

/* ── Gallery section spacing ── */
.gallery-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* ── Video section polish ── */
.video {
  margin-top: 20px;
  margin-bottom: 10px;
}
.video-container {
  border-radius: 8px;
  overflow: hidden;
}

/* ── Typography polish ── */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.page-h1 {
  letter-spacing: .5px;
}
.lead {
  line-height: 1.6;
}
.card .text-block-22 {
  line-height: 1.6;
}
.list-text {
  line-height: 1.5;
}
.menu-link {
  transition: color .2s ease;
}
.button {
  transition: background .2s ease, transform .15s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.inline-link {
  transition: color .2s ease;
}

/* ══════════════════════════════════════════════════════════
   Mobile Header Overlay  (lg-mob-*)
   Desktop (>991px) is NOT affected — all rules scoped to max-width queries.
   ══════════════════════════════════════════════════════════ */

/* -- Hide mobile-only elements on desktop -- */
.lg-mob-contact { display: none; }
.lg-mob-hamburger { display: none; }
.lg-mob-header-right { display: none; }

/* ── <=991px: tablet + mobile ── */
@media screen and (max-width: 991px) {

  /* Hide old Webflow hamburger + desktop phone/lang block */
  .menu-button { display: none !important; }
  .lang-phone-copy { display: none !important; }

  /* Mobile header right group: lang dropdown + hamburger */
  .lg-mob-header-right {
    display: flex;
    align-items: center;
    gap: 4px;
    position: fixed;
    top: 10px;
    right: 8px;
    z-index: 10001;
    background: rgba(0, 0, 0, .45);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 2px 2px 2px 6px;
  }

  /* Lang trigger in header bar */
  .lg-mob-header-right .lg-lang-trigger {
    font-size: 13px;
    padding: 6px 8px;
    color: #fff;
  }
  .lg-mob-header-right .lg-lang-menu {
    z-index: 10002;
  }

  /* Hamburger button */
  .lg-mob-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }

  /* Hamburger lines */
  .lg-mob-hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform .3s ease, opacity .25s ease;
  }
  .lg-mob-hamburger-line:nth-child(1) { top: 14px; }
  .lg-mob-hamburger-line:nth-child(2) { top: 21px; }
  .lg-mob-hamburger-line:nth-child(3) { top: 28px; }

  /* X state */
  .lg-header--open .lg-mob-hamburger-line:nth-child(1) {
    top: 21px;
    transform: translateX(-50%) rotate(45deg);
  }
  .lg-header--open .lg-mob-hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .lg-header--open .lg-mob-hamburger-line:nth-child(3) {
    top: 21px;
    transform: translateX(-50%) rotate(-45deg);
  }

  /* Nav bar — NOT sticky on mobile, only hamburger stays fixed */
  .navbar-3 {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu-2 {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10000 !important;
    background: #000 !important;
    width: 100% !important;
    height: 100dvh !important;
    padding: 100px 30px 40px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease, visibility .35s ease;
    overflow-y: auto;
  }

  .lg-header--open .nav-menu-2,
  .nav-menu-2[data-nav-menu-open] {
    visibility: visible;
    opacity: 1;
  }

  /* Hide desktop contact/line inside overlay — mobile has its own */
  .menu-contact { display: none !important; }
  .menu-line { display: none !important; }

  /* Nav links layout */
  .menu-block {
    flex-direction: column !important;
    align-items: center;
    gap: 0 !important;
    margin-top: 0 !important;
  }

  .menu-link.lg-mob-link {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    padding: 14px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .35s ease, transform .35s ease, color .2s ease;
    transition-delay: calc(var(--link-i, 0) * 50ms + 100ms);
  }

  .menu-link.lg-mob-link:hover,
  .menu-link.lg-mob-link.w--current {
    color: #d6ae49;
  }

  .lg-header--open .menu-link.lg-mob-link,
  .nav-menu-2[data-nav-menu-open] .menu-link.lg-mob-link {
    opacity: 1;
    transform: translateY(0);
  }

  /* Mobile contact block at bottom */
  .lg-mob-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 30px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease .4s, transform .4s ease .4s;
  }

  .lg-header--open .lg-mob-contact,
  .nav-menu-2[data-nav-menu-open] .lg-mob-contact {
    opacity: 1;
    transform: translateY(0);
  }

  .lg-mob-contact-line {
    width: 40px;
    height: 1px;
    background: rgba(255,255,255,.2);
    margin-bottom: 12px;
  }

  /* Messengers row */
  .lg-mob-messengers {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }

  .lg-mob-messenger {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 28px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .3px;
    transition: border-color .2s, background .2s;
  }
  .lg-mob-messenger:hover {
    border-color: rgba(255,255,255,.35);
    background: rgba(255,255,255,.05);
  }
  .lg-mob-messenger img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .lg-mob-phone {
    color: #d6ae49;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .lg-mob-phone:hover { color: #e8c55e; }

  .lg-mob-address {
    color: rgba(255,255,255,.6);
    font-size: 15px;
    text-decoration: none;
    text-align: center;
  }
  .lg-mob-address:hover { color: rgba(255,255,255,.8); }

  .lg-mob-hours {
    color: rgba(255,255,255,.5);
    font-size: 15px;
  }

  /* Hide widget bar when menu is open */
  body.lg-body-locked .section-14 {
    display: none !important;
  }

  /* Body scroll lock */
  body.lg-body-locked {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

/* ── <=767px tweaks ── */
@media screen and (max-width: 767px) {
  .navbar-3 {
    z-index: 10000;
  }

  .lg-mob-header-right {
    top: 8px;
    right: 4px;
  }

  .nav-menu-2 {
    padding: 90px 24px 32px !important;
  }

  .menu-link.lg-mob-link {
    font-size: 24px;
    padding: 12px 0;
  }
}

/* ── <=479px tweaks ── */
@media screen and (max-width: 479px) {
  .navbar-3 {
    z-index: 10000;
  }

  .lg-mob-header-right {
    top: 4px;
    right: 2px;
  }

  .lg-mob-hamburger {
    width: 40px;
    height: 40px;
  }

  .lg-mob-hamburger-line {
    width: 20px;
  }
  .lg-mob-hamburger-line:nth-child(1) { top: 13px; }
  .lg-mob-hamburger-line:nth-child(2) { top: 19px; }
  .lg-mob-hamburger-line:nth-child(3) { top: 25px; }
  .lg-header--open .lg-mob-hamburger-line:nth-child(1) {
    top: 19px;
    transform: translateX(-50%) rotate(45deg);
  }
  .lg-header--open .lg-mob-hamburger-line:nth-child(3) {
    top: 19px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .brand {
    width: 50px;
    height: 50px;
  }

  .nav-menu-2 {
    padding: 80px 20px 28px !important;
  }

  .menu-link.lg-mob-link {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 11px 0;
  }

  .lg-mob-messenger {
    padding: 10px 20px;
    font-size: 15px;
  }
  .lg-mob-messenger img {
    width: 24px;
    height: 24px;
  }

  .lg-mob-phone {
    font-size: 18px;
  }

  .lg-mob-address,
  .lg-mob-hours {
    font-size: 14px;
  }
}

/* ── Map section fix ── */
.map-section {
  height: auto;
  display: block;
  position: relative;
}

