.header {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header.hide {
  z-index: 2;
}

.header.fixed {
  position: fixed;
  background: rgba(255, 249, 244, 0.7);
  border-radius: 0px 0px 32px 0px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.no-scroll .header.fixed {
  background-color: transparent;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 8px;
}

.header__left {
  width: 90px;
}

.header__right {
  width: 90px;
}

.pre-header {
  height: 64px;
}

.header-left__site {
  display: none;
}

.header-left__site a {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .header-left__site a:hover {
  color: #9b876d;
}

.header-left__site a + a {
  margin-left: 20px;
}

.header-left__shop {
  display: none;
}

.no-touch .header-left__shop:hover {
  color: #9b876d;
}

.no-touch .header-left__shop:hover svg {
  stroke: #9b876d;
}

.header-left__search svg {
  display: block;
  height: 16px;
  fill: #2c2925;
  width: 16px;
}

.header-left .current {
  opacity: 0.5;
  pointer-events: none;
}

.header-center__logo svg {
  height: 56px;
  display: block;
  fill: #2c2925;
  width: 64px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-right__buttons {
  display: none;
}

.header-right__buttons svg {
  display: block;
  height: 20px;
  fill: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 20px;
}

.no-touch .header-right__buttons svg:hover {
  fill: #9b876d;
}

.header-right__lk {
  display: none;
}

.header-right__menu {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-left: 25px;
  color: #2c2925;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 69px;
}

.no-scroll .header-right__menu {
  font-size: 0;
  right: 2px;
}

.no-scroll .header-right__menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  top: 7px;
  left: 55px;
}

.no-scroll .header-right__menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
  top: 7px;
  left: 55px;
}

.no-touch .header-right__menu:hover {
  color: #9b876d;
}

.no-touch .header-right__menu:hover::before {
  background-color: #9b876d;
}

.no-touch .header-right__menu:hover::after {
  background-color: #9b876d;
}

.header-right__menu::before {
  width: 16px;
  height: 2px;
  background-color: #2c2925;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 2px;
}

.header-right__menu::after {
  width: 16px;
  height: 2px;
  background-color: #2c2925;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 10px;
}

.main-menu {
  height: 100vh;
  position: fixed;
  background-image: url("../../../images/bg_sand.jpg");
  background-size: 100px 100px;
  background-repeat: initial;
  z-index: 6;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  overflow-y: overlay;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.main-menu.open {
  opacity: 1;
  pointer-events: all;
}

.no-touch .main-menu.open {
  padding-right: 7px;
}

.main-menu__row {
  padding-bottom: 120px;
}

.main-menu__shop-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu__water-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu__water-line svg {
  height: 4px;
}

.main-menu__lk-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu__lk {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .main-menu__lk:hover {
  color: #9b876d;
}

.main-menu__shop {
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #2c2925;
  position: relative;
  padding-left: 28px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-menu__shop svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  stroke: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  stroke-width: 2;
}

.main-menu__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.main-menu__site a {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-menu__site a.current {
  opacity: 0.5;
  pointer-events: none;
}

.no-touch .main-menu__site a:hover {
  color: #9b876d;
}

.main-menu__site a + a {
  margin-left: 20px;
}

.main-menu__list {
  margin-top: 40px;
}

.top-menu li {
  text-align: center;
}

.top-menu li + li {
  margin-top: 32px;
}

.top-menu li.only-item {
  width: 100%;
  text-align: center;
}

.top-menu a {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .top-menu a:hover {
  color: #9b876d;
}

.top-menu a.bold {
  font-weight: 400;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.top-menu-sub li {
  text-align: center;
}

.top-menu-sub li + li {
  margin-top: 24px;
}

.top-menu-sub a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .top-menu-sub a:hover {
  color: #9b876d;
}

.light-header .header-left__search svg {
  fill: #ffffff;
}

.light-header .header-right__menu {
  color: #ffffff;
}

.light-header .header-right__menu::after,
.light-header .header-right__menu::before {
  background-color: #ffffff;
}

.light-header .header-center__logo svg {
  fill: #ffffff;
}

.light-header .header-left__site a {
  color: #ffffff;
}

.light-header .header-left__shop {
  color: #ffffff;
}

.light-header .header-left__shop svg {
  stroke: #ffffff;
}

.light-header .header-right__lk {
  color: #ffffff;
}

.light-header .header-right__buttons svg {
  fill: #ffffff;
}

.light-header.no-scroll .header-left__search svg {
  fill: #2c2925;
}

.light-header.no-scroll .header-center__logo svg {
  fill: #2c2925;
}

.light-header.no-scroll .header-right__menu {
  color: #2c2925;
}

.light-header.no-scroll .header-right__menu::after,
.light-header.no-scroll .header-right__menu::before {
  background-color: #2c2925;
}

.light-header.no-scroll .header-left__site a {
  color: #2c2925;
}

.light-header.no-scroll .header-left__shop {
  color: #2c2925;
}

.light-header.no-scroll .header-left__shop svg {
  stroke: #2c2925;
}

.light-header.no-scroll .header-right__lk {
  color: #2c2925;
}

.light-header.no-scroll .header-right__buttons svg {
  fill: #2c2925;
}

.fixed {
  height: 72px;
}

.fixed .header-left__search svg {
  fill: #2c2925;
}

.fixed .header-center__logo svg {
  fill: #2c2925;
}

.fixed .header-right__menu {
  color: #2c2925;
}

.fixed .header-right__menu::after,
.fixed .header-right__menu::before {
  background-color: #2c2925;
}

.fixed .header-left__site a {
  color: #2c2925;
}

.fixed .header-left__shop {
  color: #2c2925;
}

.fixed .header-left__shop svg {
  stroke: #2c2925;
}

.fixed .header-right__lk {
  color: #2c2925;
}

.fixed .header-right__buttons svg {
  fill: #2c2925;
}

.footer {
  padding-top: 40px;
  padding-bottom: 66px;
  background-color: #2c2925;
  background-image: url("../../../images/components/footer/mandala.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  z-index: 2;
}

.footer::before {
  background-image: url("../../../images/components/footer/bg_sand.png");
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  top: 0;
}

.footer__row {
  position: relative;
  z-index: 2;
}

.footer__right {
  margin-top: 24px;
}

.footer__bottom {
  margin-top: 26px;
}

.footer-left__btn {
  padding: 16px 24px;
  background-color: #9b876d;
  border-radius: 50px;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff9f4;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .footer-left__btn:hover {
  background-color: #ceaa7a;
}

.footer-left__phone {
  margin-top: 24px;
}

.footer-left__phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-left__bottom-alt {
  display: none;
}

.footer-left__bottom {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 8px;
}

.footer-left__bottom span {
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-right__title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: right;
}

.footer-right__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right__row a {
  background: rgba(251, 237, 218, 0.4);
  border-radius: 50px;
  display: block;
  padding: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .footer-right__row a:hover {
  background-color: #ceaa7a;
}

.footer-right__row a + a {
  margin-left: 8px;
}

.footer-bottom__copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.footer-bottom__politic {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid white;
  margin-top: 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .footer-bottom__politic:hover {
  color: #ceaa7a;
  border-bottom: 1px solid #ceaa7a;
}

.footer-bottom__developed {
  margin-top: 26px;
}

.no-touch .footer-bottom__developed a:hover svg {
  fill: #ceaa7a;
}

.footer-bottom__developed svg {
  width: 212px;
  height: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  fill: #ffffff;
}

/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.top-slider {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.top-slider__shadow {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 640px;
  position: absolute;
  left: 0;
  top: -25px;
  z-index: -2;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.top-slider__shadow picture {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.top-slider__shadow img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.top-slider__text {
  padding: 38px 50px 0 16px;
  pointer-events: none;
}

.top-slider__navigation {
  display: none;
}

.top-slider__navigation-next {
  height: 40px;
  width: 28px;
  cursor: pointer;
}

.top-slider__navigation-next svg {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: all;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top-slider__image {
  position: relative;
  top: -25px;
  pointer-events: none;
}

.top-slider__image::before {
  width: 100vw;
  height: 75vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../../../images/slide-bg.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-box-clip: border-box;
  max-height: 640px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 46, 38, 0.3)), to(rgba(56, 46, 38, 0.3)));
  background: -o-linear-gradient(bottom, rgba(56, 46, 38, 0.3), rgba(56, 46, 38, 0.3));
  background: linear-gradient(0deg, rgba(56, 46, 38, 0.3), rgba(56, 46, 38, 0.3));
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.top-slider__image iframe {
  height: 75vw;
  max-height: 640px;
  width: 100vw;
}

.top-slider__image img,
.top-slider__image iframe {
  width: 100vw;
  height: 75vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../../../images/slide-bg.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-box-clip: border-box;
  max-height: 640px;
}

.top-slider__title {
  -webkit-text-stroke: 1px #2c2925;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.07em;
  color: transparent;
  text-transform: uppercase;
}

.top-slider__desc {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  margin-top: 13px;
  letter-spacing: 0.004em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.top-slider__slide {
  position: relative;
  margin-bottom: -100px;
}

.top-slider__link {
  height: 170px;
  width: 195px;
  position: absolute;
  right: -10px;
  bottom: -35px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-slider__link::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/components/top-slider/link-button.svg");
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.top-slider__link::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/components/top-slider/link-button-hover.svg");
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
}

.no-touch .top-slider__link:hover::after {
  opacity: 1;
}

.top-slider__link span {
  font-style: italic;
  color: #fff9f4;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 3px;
  display: block;
  border-bottom: 1px solid rgba(255, 249, 244, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.top-slider__pagination {
  height: 10px;
  padding-left: 14px;
  position: absolute;
  z-index: 3;
  bottom: 57px !important;
  pointer-events: none;
}

.top-slider__pagination .swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  background-color: #968e80;
  pointer-events: all;
  opacity: 1;
  margin: 0 3px !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .top-slider__pagination .swiper-pagination-bullet:hover {
  background-color: #e8c699;
}

.top-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #968e80;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.more-for-club {
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #2c2925;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(44, 41, 37, 0.3);
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .more-for-club:hover {
  color: #9b876d;
  border-bottom: 1px solid rgba(155, 135, 109, 0.3);
}

.more-for-club::before {
  background-image: url("../../../images/components/top-slider/mandala.svg");
  background-size: contain;
  background-position: center;
  height: 288px;
  width: 288px;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -144px;
  margin-top: -144px;
  z-index: -1;
}

.service-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.service-list__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.service-list__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-list__bg .bg_1 {
  background-repeat: no-repeat;
  width: 100%;
  height: 342px;
  position: absolute;
  top: 131px;
  background-image: url("../../../images/components/service-list/elephant-mob.svg");
  background-size: contain;
  background-position: right center;
}

.service-list__bg .bg_2 {
  background-repeat: no-repeat;
  width: 100%;
  height: 422px;
  background-position: center;
  position: absolute;
  background-image: url("../../../images/bg_sand.jpg");
  background-size: 100px 100px;
  background-repeat: initial;
  top: 76px;
  z-index: -1;
}

.service-list__bg .bg_2 img {
  mix-blend-mode: multiply;
  -o-object-position: left center;
  object-position: left center;
}

.service-list__bg .bg_3 {
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-position: center;
  position: absolute;
  background-image: url("../../../images/bg_sand.jpg");
  background-size: 100px 100px;
  background-repeat: initial;
  top: 587px;
  z-index: -2;
}

.service-list__bg .bg_3 img {
  mix-blend-mode: hard-light;
  -o-object-position: right center;
  object-position: right center;
}

.service-list__bg .bg_4 {
  background-repeat: no-repeat;
  width: 100%;
  height: 722px;
  background-position: left top;
  position: absolute;
  background-size: cover;
  top: 1156px;
  z-index: -2;
}

.service-list__bg .bg_4 img {
  mix-blend-mode: hard-light;
  -o-object-position: left center;
  object-position: left center;
}

.service-list__bg .bg_5 {
  background-repeat: no-repeat;
  width: 100%;
  height: 379px;
  background-position: center;
  position: absolute;
  background-image: url("../../../images/bg_sand.jpg");
  background-size: 100px 100px;
  background-repeat: initial;
  top: 2126px;
  z-index: -1;
}

.service-list__bg .bg_5 img {
  mix-blend-mode: multiply;
  -o-object-position: left center;
  object-position: left center;
}

.service-item {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}

.no-touch .service-item:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.no-touch .service-item:hover .name-item {
  color: #9b876d;
  -webkit-text-stroke-color: #9b876d;
}

.service-item--fintes {
  margin-left: 44px;
}

.service-item--fintes .image-item {
  height: 200px;
  width: 230px;
}

.service-item--fintes .name-item {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 75px;
  left: -112px;
}

.service-item--spa {
  margin-top: 66px;
  margin-left: 16px;
}

.service-item--spa .image-item {
  height: 194px;
  width: 225px;
}

.service-item--spa .image-item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.service-item--spa .name-item {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 53px;
  right: -131px;
}

.service-item--aqua {
  margin-top: 190px;
  margin-left: 6px;
}

.service-item--aqua::before {
  background-image: url("../../../images/components/schedule-frame/line-min.svg");
  height: 4px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -122px;
}

.service-item--aqua .image-item {
  height: 255px;
  width: 300px;
}

.service-item--aqua .name-item {
  top: -74px;
  left: 6px;
}

.service-item--child {
  margin-top: 173px;
  margin-left: 9px;
}

.service-item--child::before {
  background-image: url("../../../images/components/schedule-frame/line-min.svg");
  height: 4px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -126px;
}

.service-item--child .image-item {
  height: 247px;
  width: 286px;
}

.service-item--child .name-item {
  top: -74px;
  text-align: right;
  left: 34px;
}

.service-item--medical {
  margin-top: 48px;
}

.service-item--medical .image-item {
  height: 172px;
  width: 180px;
}

.service-item--medical .image-item img {
  -o-object-position: left;
  object-position: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.service-item--medical .name-item {
  top: 6px;
  text-align: left;
  left: 162px;
  font-size: 28px;
  line-height: 40px;
}

.service-item--technology {
  margin-top: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-left: 120px;
}

.service-item--technology::before {
  background-image: url("../../../images/components/schedule-frame/line-min.svg");
  height: 4px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -126px;
}

.service-item--technology .image-item {
  height: 172px;
  width: 172px;
}

.service-item--technology .image-item img {
  -o-object-position: left;
  object-position: left;
}

.service-item--technology .name-item {
  top: -84px;
  text-align: left;
  left: 7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 28px;
  line-height: 40px;
}

.service-item--cafe {
  margin-top: 48px;
}

.service-item--cafe .image-item {
  height: 172px;
  width: 180px;
}

.service-item--cafe .image-item img {
  -o-object-position: left;
  object-position: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.service-item--cafe .name-item {
  top: 6px;
  text-align: left;
  left: 155px;
  font-size: 28px;
  line-height: 40px;
}

.service-item--shop {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-left: 120px;
}

.service-item--shop::before {
  background-image: url("../../../images/components/schedule-frame/line-min.svg");
  height: 4px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
}

.service-item--shop .image-item {
  height: 172px;
  width: 172px;
}

.service-item--shop .image-item img {
  -o-object-position: left;
  object-position: left;
}

.service-item--shop .name-item {
  top: -28px;
  text-align: left;
  left: 11px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 28px;
  line-height: 40px;
}

.service-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  pointer-events: all;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.touch .service-item__image img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.service-item__name {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  color: transparent;
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2c2925;
  white-space: pre-line;
  pointer-events: all;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* ===============================
=            Choices            =
=============================== */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

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

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

.form-page {
  margin-top: 70px;
}

.form-page__title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2c2925;
}

.form-page__form {
  margin-top: 45px;
}

.form-page__links {
  margin: 24px auto;
}

.form-page__links a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2c2925;
  border-bottom: 1px dashed #2c2925;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-page__links a:hover {
  color: #9b876d;
  border-bottom: 1px dashed #9b876d;
}

.form-page__links a + a {
  margin-top: 26px;
}

.form-content__cell {
  position: relative;
}

.form-content__cell + .form-content__cell {
  margin-top: 19px;
}

.form-content [type=text] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  height: 75px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid #d1c3b0;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-content [type=text]:hover {
  border-bottom: 2px solid #b8a790;
}

.form-content [type=text]:focus + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content [type=text]:valid + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content label {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #968e80;
  top: 27px;
}

.form-content textarea {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  min-height: 75px;
  resize: none;
  height: 75px;
  padding-top: 26px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid #d1c3b0;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-content textarea:hover {
  border-bottom: 2px solid #b8a790;
}

.form-content textarea::-webkit-input-placeholder {
  font-size: 0;
}

.form-content textarea::-moz-placeholder {
  font-size: 0;
}

.form-content textarea:-ms-input-placeholder {
  font-size: 0;
}

.form-content textarea::-ms-input-placeholder {
  font-size: 0;
}

.form-content textarea::placeholder {
  font-size: 0;
}

.form-content textarea:focus + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content textarea:not(:-moz-placeholder-shown) + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content textarea:not(:-ms-input-placeholder) + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content textarea:not(:placeholder-shown) + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content select {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  height: 75px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid #d1c3b0;
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-content select:hover {
  border-bottom: 2px solid #b8a790;
}

.form-content select + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content__btn-sec {
  margin-top: 40px;
}

.choices {
  margin-bottom: 0;
  overflow: visible;
}

.choices[data-type*=select-one]::after {
  background-image: url("../../../images/components/form-page/arrow.svg");
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 20px;
  right: 0;
  margin-top: -8.5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.choices[data-type*=select-one].is-open::after {
  background-image: url("../../../images/components/form-page/arrow.svg");
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 20px;
  right: 0;
  margin-top: -8.5px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.choices__inner {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  height: 75px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid #d1c3b0;
  color: #2c2925;
  padding: 0;
  padding-top: 29px;
}

.choices__list--dropdown {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #FCF6F0 !important;
  -webkit-box-shadow: 10px 10px 32px rgba(39, 35, 32, 0.08) !important;
  box-shadow: 10px 10px 32px rgba(39, 35, 32, 0.08) !important;
  border-radius: 8px !important;
  border: none !important;
  top: 110% !important;
}

.choices__list--dropdown .choices__item {
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #2c2925;
  padding: 16px !important;
}

.choices__list--dropdown .choices__item.is-selected {
  color: #9b876d !important;
}

.choices__list--dropdown .choices__item.is-highlighted {
  background: rgba(155, 135, 109, 0.15) !important;
  color: #2c2925;
}

.choices__list--single {
  padding: 0;
}

.choices + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.forms-btn__list {
  margin-bottom: -24px;
}

.forms-btn__submit {
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 20px;
  white-space: nowrap;
  border-radius: 40px;
  background: #9b876d;
  border: 1px solid #9b876d;
  color: #ffffff;
  margin-right: 24px;
  margin-bottom: 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .forms-btn__submit:hover {
  background-color: #88765e;
  border: 1px solid #88765e;
  color: #ffffff;
}

.forms-btn__submit--light {
  color: #9b876d;
  background-color: transparent;
  border: 1px solid #d1c3b0;
  padding: 15px 20px;
}

.forms-btn__politic {
  margin: 24px auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.forms-btn__politic a {
  color: #9b876d;
  border-bottom: 1px solid #9b876d;
}

.virtual-tour {
  padding-bottom: 48px;
  margin-bottom: 48px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /*overflow: hidden;*/
}

.virtual-tour__title {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2c2925;
}

.virtual-tour__slider {
  margin-top: 24px;
}

.virtual-tour__water-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.virtual-tour__water-line svg {
  height: 4px;
}

.virtual-slider {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.virtual-slider__top {
  margin-bottom: 16px;
}

.virtual-slider__thumbs {
  margin-top: 16px;
}

.virtual-top {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.virtual-top__slide {
  display: block;
  border-radius: 8px 8px 64px;
  overflow: hidden;
  height: 53vw;
  position: relative;
  max-height: 476px;
  background-color: #c6ad9a;
}

.virtual-top__slide svg {
  height: 58px;
  width: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0.8;
  margin-top: -29px;
  margin-left: -29px;
  fill: #fff9f4;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .virtual-top__slide:hover svg {
  opacity: 1;
}

.virtual-top__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.75;
}

.virtual-thumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.virtual-thumbs__slide {
  height: 48px;
  width: 48px;
  display: block;
  border-radius: 50%;
  border: 2px solid #b5a897;
  overflow: hidden;
  position: relative;
  background-color: #b5a897;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.virtual-thumbs__slide::before {
  height: 8px;
  width: 8px;
  left: 50%;
  top: 50%;
  content: "";
  margin-left: -4px;
  margin-top: -4px;
  z-index: 4;
  position: absolute;
  background: #fbedda;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.virtual-thumbs__slide::after {
  height: 18px;
  width: 18px;
  left: 50%;
  top: 50%;
  content: "";
  margin-left: -9px;
  margin-top: -9px;
  z-index: 3;
  position: absolute;
  background: -o-linear-gradient(308.66deg, #c8b392 15.83%, #c8b392 42.88%, #c8b392 84.17%);
  background: linear-gradient(141.34deg, #c8b392 15.83%, #c8b392 42.88%, #c8b392 84.17%);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.virtual-thumbs__slide.swiper-slide-thumb-active {
  border: 2px solid #ba9d77;
  pointer-events: none;
}

.virtual-thumbs__slide.swiper-slide-thumb-active img {
  opacity: 0.7;
}

.virtual-thumbs__slide.swiper-slide-thumb-active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.virtual-thumbs__slide.swiper-slide-thumb-active::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.no-touch .virtual-thumbs__slide:hover {
  border: 2px solid #ba9d77;
}

.no-touch .virtual-thumbs__slide:hover::before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.5;
}

.no-touch .virtual-thumbs__slide:hover::after {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.5;
}

.virtual-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  -o-object-position: center;
  object-position: center;
}

.overflow-content {
  overflow: hidden;
}

header {
  z-index: 5;
}

.virtual-tour {
  position: relative;
  margin-top: 65px;
}

.virtual-tour .virtual-tour__water-line {
  display: none;
}

.virtual-tour__title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2c2925;
}

.virtual-tour__slider {
  margin-top: 41px;
}

.virtual-tour::after {
  background-image: url("../../../images/components/service-list/buddha.svg");
  background-repeat: no-repeat;
  height: 315px;
  width: 100%;
  background-size: contain;
  background-position: right top;
  z-index: -1;
  content: "";
  position: absolute;
  top: -182px;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media only screen and (min-width: 700px) {
  .main-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }

  .main-menu__row {
    padding-bottom: 100px;
  }

  .main-menu__shop-sec {
    margin-top: 0;
    margin-left: 40px;
  }

  .main-menu__lk-sec {
    margin-top: 0;
    margin-left: 40px;
  }

  .main-menu__site {
    margin-top: 0;
  }

  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 650px;
    margin: auto auto -32px;
  }

  .top-menu .list-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .top-menu li {
    display: inline-block;
    margin-bottom: 32px;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
  }

  .top-menu li + li {
    margin-top: 0;
  }

  .top-menu a {
    letter-spacing: 0.04em;
  }

  .top-menu-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 650px;
    margin: auto auto -32px;
  }

  .top-menu-sub li {
    display: inline-block;
    margin-bottom: 32px;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
  }

  .top-menu-sub li + li {
    margin-top: 0;
  }

  .top-menu-sub a {
    line-height: 32px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
    background-image: url("../../../images/components/footer/mandala_720.svg");
    background-position: bottom right 70px;
  }

  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__right {
    margin-top: 0;
  }

  .footer__bottom {
    margin-top: 33px;
  }

  .footer-left__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
  }

  .footer-left__phone {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .footer-left__bottom {
    max-width: 280px;
    margin-top: 24px;
  }

  .footer-right__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-bottom__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom__politic {
    margin-top: 0;
    margin-left: 8px;
  }

  .footer-bottom__developed {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header.fixed {
    position: fixed;
    background: rgba(255, 249, 244, 0.7);
    border-radius: 0px 0px 120px 0px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .header__row {
    padding-top: 16px;
  }

  .pre-header {
    height: 120px;
  }

  .header-center__logo svg {
    height: 80px;
    width: 118px;
  }

  .main-menu__top {
    margin-top: 49px;
  }

  .main-menu__shop-sec {
    margin-left: 48px;
  }

  .main-menu__water-line {
    margin-top: 40px;
  }

  .main-menu__water-line--hidden {
    display: none;
  }

  .main-menu__water-line svg {
    height: 6px;
  }

  .main-menu__lk-sec {
    margin-left: 48px;
  }

  .main-menu__site a + a {
    margin-left: 22px;
  }

  .main-menu__list {
    margin-top: 63px;
  }

  .top-menu {
    margin: auto -50px -17px;
    max-width: calc(100% + 100px);
    width: calc(100% + 100px);
  }

  .top-menu li {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 40px;
  }

  .top-menu a {
    font-size: 24px;
    line-height: 32px;
  }

  .top-menu-sub {
    margin: auto -16px -32px;
    max-width: calc(100% + 32px);
    width: calc(100% + 32px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .top-menu-sub li {
    text-align: left;
  }

  .top-menu-sub a {
    font-size: 18px;
    line-height: 24px;
  }

  .fixed {
    height: 115px;
  }

  .footer {
    padding-bottom: 64px;
    padding-top: 40px;
    background-image: url("../../../images/components/footer/mandala_1440.svg");
    background-position: bottom right 115px;
  }

  .footer__bottom {
    margin-top: 40px;
  }

  .footer-left__top {
    padding-top: 0;
    display: block;
  }

  .footer-left__phone {
    margin-left: 0;
    margin-top: 24px;
  }

  .footer-left__bottom {
    max-width: 100%;
    font-size: 16px;
    margin-top: 0;
  }

  .footer-right__row {
    margin-top: 6px;
  }

  .footer-bottom__politic {
    margin-left: 48px;
  }

  .top-slider {
    margin-top: -56px;
    overflow: visible;
  }

  .top-slider__shadow {
    top: 0;
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }

  .top-slider__text {
    position: absolute;
    z-index: 2;
    padding: 187px 0 0 208px;
    top: 0;
    left: 0;
  }

  .top-slider__image::before {
    -webkit-mask: url("../../../images/slide-bg-laptop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 100%;
    max-height: 100%;
    width: 100%;
  }

  .top-slider__image {
    top: 0;
  }

  .top-slider__image img,
  .top-slider__image iframe {
    -webkit-mask: url("../../../images/slide-bg-laptop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 640px;
  }

  .top-slider__title {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    -webkit-text-stroke: 1.5px #ffffff;
    white-space: pre-line;
  }

  .top-slider__desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: 300;
    margin-top: 21px;
    white-space: pre-line;
  }

  .top-slider__link {
    width: 262px;
    height: 231px;
    right: 73px;
    bottom: -38px;
  }

  .top-slider__link span {
    font-size: 16px;
    line-height: 16px;
  }

  .top-slider__pagination {
    width: 100%;
    text-align: center;
  }

  .top-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
    background-color: #968e80;
  }

  .top-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #968e80;
  }

  .more-for-club {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    margin-top: -30px;
  }

  .more-for-club::before {
    margin-top: -122px;
  }

  .service-list {
    display: block;
    margin-bottom: 188px;
  }

  .service-list__bg .bg_1 {
    background-image: url("../../../images/components/service-list/elephant-laptop.svg");
    height: 555px;
    top: 5px;
  }

  .service-list__bg .bg_2 {
    width: 40%;
    height: 752px;
    top: 341px;
    background-position: center;
  }

  .service-list__bg .bg_3 {
    height: 667px;
    width: 50%;
    background-position: center right;
    top: 966px;
    right: 0;
    z-index: 2;
  }

  .service-list__bg .bg_4 {
    top: 1413px;
  }

  .service-list__bg .bg_5 {
    height: 382px;
    top: 2385px;
  }

  .service-item {
    width: 100%;
  }

  .service-item--fintes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 60px;
  }

  .service-item--fintes::before {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -60px;
    bottom: -36px;
  }

  .service-item--fintes .image-item {
    height: 384px;
    width: 345px;
  }

  .service-item--fintes .name-item {
    top: 149px;
    left: -172px;
  }

  .service-item--spa {
    margin-top: 83px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .service-item--spa .image-item {
    height: 472px;
    width: 678px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: 138px;
  }

  .service-item--spa .name-item {
    top: 146px;
    right: -85px;
  }

  .service-item--aqua {
    margin-top: 100px;
    margin-left: 0;
  }

  .service-item--aqua {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .service-item--aqua::before {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    left: 0;
    top: -51px;
  }

  .service-item--aqua .image-item {
    height: 390px;
    width: 457px;
  }

  .service-item--aqua .name-item {
    top: 108px;
    left: 428px;
  }

  .service-item--child {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 127px;
  }

  .service-item--child::before {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    top: -80px;
  }

  .service-item--child .image-item {
    height: 346px;
    width: 400px;
  }

  .service-item--child .name-item {
    top: 85px;
    text-align: right;
    left: 53px;
  }

  .service-item--medical::before {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: -55px;
  }

  .service-item--medical {
    margin-top: 130px;
  }

  .service-item--medical .image-item {
    height: 406px;
    width: 426px;
  }

  .service-item--medical .name-item {
    font-size: 48px;
    line-height: 60px;
    top: 61px;
    left: 371px;
  }

  .service-item--technology {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -53px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .service-item--technology::before {
    display: none;
  }

  .service-item--technology .image-item {
    height: 360px;
    width: 360px;
  }

  .service-item--technology .name-item {
    top: 163px;
    left: inherit;
    right: 304px;
    font-size: 48px;
    line-height: 60px;
  }

  .service-item--cafe::before {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: -55px;
  }

  .service-item--cafe {
    margin-top: 104px;
  }

  .service-item--cafe .image-item {
    height: 396px;
    width: 415px;
  }

  .service-item--cafe .name-item {
    font-size: 48px;
    line-height: 60px;
    left: 356px;
    top: 60px;
  }

  .service-item--shop {
    padding-left: 0;
    margin-top: -63px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .service-item--shop::before {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    top: inherit;
    bottom: -69px;
  }

  .service-item--shop::before {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    bottom: -69px;
  }

  .service-item--shop .image-item {
    height: 360px;
    width: 360px;
  }

  .service-item--shop .name-item {
    left: inherit;
    right: 303px;
    top: 214px;
    font-size: 48px;
    line-height: 60px;
  }

  .service-item__name {
    font-size: 72px;
    letter-spacing: 0.06em;
    line-height: 88px;
  }

  .form-page__title {
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0.06em;
    white-space: pre-line;
  }

  .form-page__form {
    margin-top: 67px;
  }

  .form-page__links {
    margin: 40px auto;
  }

  .form-page__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-page__links a + a {
    margin-top: 0;
    margin-left: 26px;
  }

  .form-content__grid {
    margin-top: 67px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
  }

  .form-content__cell + .form-content__cell {
    margin-top: 0;
  }

  .form-content__btn-sec {
    margin-top: 48px;
  }

  .forms-btn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .forms-btn__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .forms-btn__flex .forms-btn__politic {
    margin: 0;
    max-width: 340px;
  }

  .forms-btn__submit {
    padding: 15px 19px;
  }

  .virtual-tour {
    margin-top: 69px;
    padding-bottom: 69px;
    margin-bottom: 69px;
  }

  .virtual-tour__title {
    font-size: 28px;
    line-height: 36px;
  }

  .virtual-tour__slider {
    margin-top: 40px;
  }

  .virtual-tour__water-line {
    margin-top: 40px;
  }

  .virtual-tour__water-line--hidden {
    display: none;
  }

  .virtual-tour__water-line svg {
    height: 6px;
  }

  .virtual-slider__top {
    margin-bottom: 0;
  }

  .virtual-slider__thumbs {
    margin-top: -46px;
  }

  .virtual-top__slide {
    border-radius: 30px 30px 210px;
  }

  .virtual-top__slide svg {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
  }

  .virtual-thumbs {
    width: 100%;
    padding-left: 48px;
  }

  .virtual-thumbs__slide {
    height: 80px;
    width: 80px;
  }

  .virtual-thumbs__slide::before {
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }

  .virtual-thumbs__slide::after {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
  }

  .virtual-thumbs__slide::after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }

  .virtual-tour {
    margin-top: 119px;
  }

  .virtual-tour__title {
    font-size: 48px;
    line-height: 64px;
    text-align: left;
    padding-left: 48px;
  }

  .virtual-tour__slider {
    margin-top: 25px;
  }

  .virtual-tour::after {
    height: 605px;
    top: -660px;
  }
}

@media only screen and (min-width: 1366px) {
  .header__left {
    width: 500px;
  }

  .header__right {
    width: 500px;
  }

  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-left__site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-left__shop {
    font-style: normal;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: #2c2925;
    margin-left: 40px;
    position: relative;
    padding-left: 28px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .header-left__shop svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    stroke: #2c2925;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    stroke-width: 2;
  }

  .header-left__search {
    display: none;
  }

  .header-right__buttons {
    display: block;
    margin-right: 40px;
  }

  .header-right__btn + .header-right__btn {
    margin-left: 30px;
  }

  .header-right__lk {
    font-style: normal;
    font-weight: 700;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 0.07em;
    color: #2c2925;
    margin-right: 40px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .no-touch .header-right__lk:hover {
    color: #9b876d;
  }

  .no-scroll .header-right__menu::before {
    top: 9px;
  }

  .no-scroll .header-right__menu::after {
    top: 9px;
  }

  .header-right__menu {
    font-size: 14px;
    width: 78px;
    line-height: 21px;
    padding-left: 30px;
  }

  .header-right__menu::before {
    width: 20px;
    height: 2px;
    top: 4px;
  }

  .header-right__menu::after {
    width: 20px;
    height: 2px;
    top: 14px;
  }

  .main-menu__top {
    display: none;
  }

  .main-menu__water-line {
    margin-top: 38px;
  }

  .main-menu__water-line svg {
    height: 9px;
  }

  .main-menu__list {
    margin-top: 96px;
  }

  .main-menu__list--sub {
    margin-top: 77px;
  }

  .top-menu {
    width: 100%;
    margin: auto;
    max-width: 1300px;
  }

  .top-menu li {
    margin-left: 36px;
    margin-right: 36px;
  }

  .top-menu a {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.06em;
  }

  .top-menu-sub {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 80px;
    max-width: 1232px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
  }

  .top-menu-sub li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .top-menu-sub a {
    font-size: 24px;
    white-space: nowrap;
    line-height: 32px;
  }

  .footer {
    background-position: bottom right 36%;
  }

  .footer-left__top {
    padding-top: 15px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 24px;
  }

  .footer-left__btn {
    grid-row: span 2/auto;
  }

  .footer-left__phone {
    margin-top: 0;
  }

  .footer-left__bottom-alt {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
  }

  .footer-left__bottom {
    display: none;
  }

  .top-slider {
    margin-top: -120px;
  }

  .top-slider__text {
    padding: 287px 0 0 208px;
  }

  .top-slider__navigation {
    width: 1040px;
    top: 50%;
    position: absolute;
    height: 40px;
    margin-top: -20px;
    left: 50%;
    margin-left: -520px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
  }

  .top-slider__image::before {
    -webkit-mask: url("../../../images/slide-bg-desctop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 100%;
    max-height: 100%;
    width: 100%;
  }

  .top-slider__image img,
  .top-slider__image iframe {
    -webkit-mask: url("../../../images/slide-bg-desctop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 920px;
    max-height: 920px;
  }

  .top-slider__title {
    font-size: 112px;
    line-height: 112px;
  }

  .top-slider__desc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 36px;
  }

  .top-slider__link {
    right: 176px;
    bottom: -14px;
  }

  .top-slider__pagination {
    bottom: 93px !important;
  }

  .more-for-club {
    margin-top: 5px;
  }

  .more-for-club::before {
    height: 430px;
    width: 430px;
    margin-left: -215px;
    margin-top: -231px;
  }

  .service-list {
    margin-top: 43px;
  }

  .service-list__bg .bg_1 {
    background-image: url("../../../images/components/service-list/elephant-desctop.svg");
    height: 970px;
    top: -19px;
  }

  .service-list__bg .bg_2 {
    width: 30%;
    height: 1723px;
    top: -108px;
  }

  .service-list__bg .bg_3 {
    height: 986px;
    top: 1537px;
  }

  .service-list__bg .bg_4 {
    height: 1110px;
    top: 1833px;
  }

  .service-list__bg .bg_5 {
    height: 778px;
    top: 3103px;
  }

  .service-item--fintes {
    margin-left: 85px;
  }

  .service-item--fintes::before {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    left: -86px;
    bottom: -68px;
  }

  .service-item--fintes .image-item {
    height: 704px;
    width: 816px;
  }

  .service-item--fintes .name-item {
    top: 308px;
    left: -294px;
  }

  .service-item--spa {
    margin-top: 131px;
    margin-left: 69px;
  }

  .service-item--spa .image-item {
    height: 680px;
    width: 1005px;
    margin-right: 227px;
  }

  .service-item--spa .name-item {
    top: 217px;
    right: -120px;
  }

  .service-item--aqua {
    margin-top: 132px;
  }

  .service-item--aqua::before {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    top: -69px;
  }

  .service-item--aqua .image-item {
    height: 528px;
    width: 620px;
  }

  .service-item--aqua .name-item {
    left: 580px;
  }

  .service-item--child {
    margin-top: 132px;
  }

  .service-item--child::before {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    top: -69px;
  }

  .service-item--child .image-item {
    height: 493px;
    width: 571px;
  }

  .service-item--child .name-item {
    top: 63px;
  }

  .service-item--medical::before {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    top: -69px;
  }

  .service-item--medical {
    margin-top: 133px;
  }

  .service-item--medical .image-item {
    height: 479px;
    width: 503px;
  }

  .service-item--medical .name-item {
    top: 87px;
    left: 469px;
    font-size: 56px;
    line-height: 67px;
  }

  .service-item--technology {
    margin-top: -65px;
  }

  .service-item--technology .image-item {
    height: 503px;
    width: 503px;
  }

  .service-item--technology .name-item {
    font-size: 56px;
    line-height: 67px;
    top: 273px;
    right: 420px;
  }

  .service-item--cafe::before {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    top: -69px;
  }

  .service-item--cafe {
    margin-top: 132px;
  }

  .service-item--cafe .image-item {
    height: 479px;
    width: 503px;
  }

  .service-item--cafe .name-item {
    font-size: 56px;
    line-height: 67px;
    left: 441px;
    top: 88px;
  }

  .service-item--shop {
    margin-top: -89px;
  }

  .service-item--shop .image-item {
    height: 503px;
    width: 503px;
  }

  .service-item--shop .name-item {
    font-size: 56px;
    line-height: 67px;
    right: 439px;
    top: 272px;
  }

  .service-item__name {
    font-size: 120px;
    line-height: 140px;
  }

  .form-page__row {
    max-width: 1026px;
    margin: auto;
  }

  .form-page__title {
    font-size: 88px;
    line-height: 104px;
  }

  .form-page__form {
    margin-top: 83px;
  }

  .form-page__links {
    margin: 60px auto;
  }

  .form-page__links a {
    font-size: 18px;
    line-height: 20px;
  }

  .form-content__grid {
    max-width: 952px;
    grid-gap: 55px;
  }

  .form-content__btn-sec {
    margin-top: 63px;
  }

  .virtual-tour {
    margin-top: 78px;
    padding-bottom: 86px;
  }

  .virtual-tour__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.06em;
  }

  .virtual-tour__slider {
    margin-top: 63px;
  }

  .virtual-tour__water-line {
    margin-top: 38px;
  }

  .virtual-tour__water-line svg {
    height: 9px;
  }

  .virtual-slider__thumbs {
    margin-top: -60px;
  }

  .virtual-top__slide {
    height: 880px;
    max-height: 880px;
  }

  .virtual-top__slide {
    border-radius: 48px 48px 320px;
  }

  .virtual-top__slide svg {
    height: 98px;
    width: 98px;
    margin-top: -49px;
    margin-left: -49px;
  }

  .virtual-thumbs__slide {
    height: 104px;
    width: 104px;
  }

  .virtual-thumbs__slide::before {
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }

  .virtual-tour {
    margin-top: 121px;
  }

  .virtual-tour__title {
    font-size: 64px;
    line-height: 80px;
    padding-left: 0;
    max-width: 1027px;
    margin: auto;
  }

  .virtual-tour__slider {
    margin-top: 23px;
  }

  .virtual-tour::after {
    background-image: url("../../../images/components/service-list/buddha-desctop.svg");
    height: 954px;
    top: -726px;
  }
}

@media only screen and (min-width: 1660px) {
  .front-page .header .wrapper {
    max-width: 1688px;
  }

  .front-page .main-menu .wrapper {
    max-width: 1688px;
  }

  .front-page .footer .wrapper {
    max-width: 1688px;
  }

  .top-slider__shadow {
    height: 1080px;
    max-height: 1080px;
    width: 1784px;
  }

  .top-slider {
    width: 1784px;
    margin: -120px 0 0 auto;
  }

  .top-slider__text {
    padding: 318px 0 0 208px;
  }

  .top-slider__navigation {
    margin-top: -35px;
    width: 1300px;
    margin-left: -650px;
  }

  .top-slider__image::before {
    -webkit-mask: url("../../../images/slide-bg-wide-desctop.svg");
    -webkit-mask-size: 1784px 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    -webkit-mask-position: right top;
    height: 100%;
    max-height: 100%;
    width: 100%;
    left: inherit;
    right: 0;
  }

  .top-slider__image img,
  .top-slider__image iframe {
    -webkit-mask: url("../../../images/slide-bg-wide-desctop.svg");
    -webkit-mask-size: 1784px 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    -webkit-mask-position: right top;
    height: 1080px;
    max-height: 1080px;
    width: 1784px;
  }

  .top-slider__pagination {
    width: 100vw !important;
    left: inherit !important;
    right: 0;
    padding-left: 0;
  }

  .more-for-club {
    margin-top: -34px;
  }

  .service-list {
    margin-top: 108px;
    margin-bottom: 228px;
  }

  .service-list__bg .bg_1 {
    background-image: url("../../../images/components/service-list/elephant-ultra.svg");
    height: 1136px;
    top: -73px;
  }

  .service-list__bg .bg_2 {
    top: -188px;
  }

  .service-list__bg .bg_5 {
    height: 984px;
    top: 2966px;
  }

  .service-item--fintes {
    margin-left: 152px;
  }

  .service-item--fintes::before {
    left: -153px;
    bottom: -69px;
  }

  .service-item--fintes .name-item {
    left: -278px;
  }

  .service-item--spa {
    margin-left: 107px;
  }

  .service-item--spa .name-item {
    right: -103px;
  }

  .service-item--aqua {
    margin-left: -21px;
  }

  .service-item--aqua::before {
    left: 21px;
  }

  .service-item--aqua .name-item {
    text-align: right;
  }

  .service-item--child {
    margin-left: 19px;
  }

  .service-item--child::before {
    margin-left: -20px;
  }

  .service-item--child .image-item {
    height: 536px;
    width: 621px;
  }

  .service-item--child .name-item {
    left: inherit;
    right: 566px;
    top: 100px;
  }

  .service-item--medical::before {
    left: -57px;
  }

  .service-item--medical {
    margin-left: 57px;
  }

  .service-item--medical .name-item {
    font-size: 64px;
    line-height: 80px;
  }

  .service-item--technology {
    margin-top: -240px;
    margin-left: -84px;
  }

  .service-item--technology .name-item {
    font-size: 64px;
    line-height: 80px;
    right: 369px;
  }

  .service-item--cafe::before {
    top: -117px;
    left: -64px;
  }

  .service-item--cafe {
    margin-top: 238px;
    margin-left: 64px;
  }

  .service-item--cafe .name-item {
    left: 455px;
    font-size: 64px;
    line-height: 80px;
  }

  .service-item--shop {
    margin-top: -119px;
    margin-left: -84px;
  }

  .service-item--shop::before {
    bottom: -117px;
    left: 85px;
  }

  .service-item--shop .name-item {
    font-size: 64px;
    line-height: 80px;
    right: 451px;
  }

  .form-page__row {
    max-width: 1440px;
  }

  .wrapper {
    max-width: 1648px;
  }

  .virtual-tour {
    margin-top: 161px;
  }

  .virtual-tour__title {
    max-width: 1440px;
  }

  .virtual-tour::after {
    background-image: url("../../../images/components/service-list/buddha-ultra.svg");
    height: 1076px;
    top: -842px;
  }
}
/*# sourceMappingURL=../sourcemaps/home/style.css.map */
