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

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

.title-page {
  margin-top: 69px;
  margin-bottom: 54px;
}

.title-page__row {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 48px;
}

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

.btn-types {
  overflow: hidden;
  margin: 48px auto 32px;
}

.btn-types__row {
  width: 100%;
  overflow: auto;
}

.btn-types__row::-webkit-scrollbar {
  width: 0;
  display: none;
}

.btn-types__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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  margin: auto;
}

.btn-types__line--wrap {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-types__btn {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2c2925;
  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: 4px 12px;
  background: rgba(234, 219, 191, 0.8);
  border-radius: 24px;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 16px;
}

.no-touch .btn-types__btn:hover {
  color: #9b876d;
}

.no-touch .btn-types__btn:hover svg {
  fill: #9b876d;
}

.btn-types__btn + .btn-types__btn {
  margin-left: 8px;
}

.btn-types__btn svg {
  height: 11px;
  width: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  fill: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 4px;
}

.btn-types__btn--active {
  background: #9b876d;
  color: #fff9f4;
  pointer-events: none;
}

.btn-types__btn--active svg {
  fill: #fff9f4;
}

.card-list {
  position: relative;
  margin-bottom: 68px;
}

.card-list__line {
  background-image: url("../../../images/components/schedule-frame/line-min.svg");
  height: 4px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -19px;
  pointer-events: none;
}

.card-list::before {
  width: 100%;
  height: 288px;
  right: 0;
  top: -24px;
  background-image: url("../../../images/components/card-list/mandala.svg");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
}

.card-list::after {
  width: 100%;
  height: 330px;
  left: 0;
  bottom: 99px;
  background-image: url("../../../images/components/card-list/mandale-round.svg");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
  content: "";
  position: absolute;
}

.card-list__title {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-list__listing {
  margin-top: 40px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-listing__item {
  margin: 0 20px;
  margin-bottom: 59px;
}

.card-item {
  position: relative;
  cursor: pointer;
}

.no-touch .card-item:hover .card-item__type {
  color: #9b876d;
}

.no-touch .card-item:hover .card-item__link {
  width: 96px;
  margin-left: -48px;
}

.card-item__picture {
  background: -o-linear-gradient(340.94deg, #D9B07B 3.86%, #B88C53 15.62%, #E2BC89 43.36%, #C19252 55.88%, #9B723A 79.6%, #B0864D 91.47%);
  background: linear-gradient(109.06deg, #D9B07B 3.86%, #B88C53 15.62%, #E2BC89 43.36%, #C19252 55.88%, #9B723A 79.6%, #B0864D 91.47%);
  border-radius: 24px;
  height: 150px;
  width: 272px;
  margin: auto;
  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;
}

.card-item__picture svg {
  fill: #ffffff;
  height: 78px;
}

.card-item__type {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.card-item__link {
  width: 72px;
  height: 1px;
  background-color: #9b876d;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -36px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

.card-item__link::before {
  height: 9px;
  width: 9px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: -4px;
  border-right: 1px solid #9b876d;
  border-top: 1px solid #9b876d;
}

.card-pop {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.card-pop.is-active {
  opacity: 1;
  pointer-events: all;
}

.card-pop__shadow {
  background: rgba(48, 46, 45, 0.7);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.card-pop__window {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  overflow-y: overlay;
  background-image: url("../../../images/bg_sand.jpg");
  background-size: 100px 100px;
  background-repeat: initial;
}

.card-window {
  padding: 80px 14px;
}

.card-window__close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.card-window__close svg {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card-window__name {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2c2925;
}

.card-window__time {
  margin-top: 32px;
}

.card-window__time-cell {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9b876d;
  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;
}

.card-window__time-cell + .card-window__time-cell {
  margin-top: 10px;
}

.card-window__time-cell span {
  font-size: 20px;
  line-height: 24px;
  margin-left: 7px;
}

.card-window__button {
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 16px 24px;
  background: #9b876d;
  -webkit-box-shadow: 0 24px 32px rgba(104, 87, 71, 0.1);
  box-shadow: 0 24px 32px rgba(104, 87, 71, 0.1);
  border-radius: 40px;
  color: #fff9f4;
  margin-top: 26px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .card-window__button:hover {
  background-color: #88765e;
}

.card-window__picture {
  display: none;
}

.card-window__picture svg {
  height: 92px;
  fill: #ffffff;
}

.card-window__desc {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
}

.card-window__desc-cell ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-left: 34px;
  position: relative;
}

.card-window__desc-cell ul li::before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #2c2925;
}

.card-window__desc-cell ul li + li {
  margin-top: 8px;
}

.card-window__desc-title {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
}

.card-window__form .form-page {
  margin-bottom: 0;
}

.card-window__form .form-page::before {
  left: -15px;
}

.card-window__form .form-page::after {
  right: -15px;
}

.card-advantage {
  margin-top: 68px;
  margin-bottom: 64px;
  position: relative;
}

.card-advantage::before {
  width: 100%;
  height: 400px;
  right: 0;
  top: 348px;
  background-image: url("../../../images/components/card-advantage/mandala.svg");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
}

.card-advantage__title {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-advantage__list {
  display: grid;
  margin-top: 37px;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
}

.card-content__number {
  width: 72px;
  height: 72px;
  margin: auto;
  position: relative;
}

.card-content__number img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.card-content__number span {
  position: absolute;
  left: 0;
  top: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 50px;
  -webkit-text-stroke-color: #ffffff;
}

.card-content__number span::before {
  content: attr(data-text);
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0.5;
  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;
  font-weight: 900;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 100%;
  -webkit-text-stroke-color: #ffffff;
}

.card-content__desc {
  margin-top: 24px;
}

.card-content__name {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-content__caption {
  margin-top: 8px;
}

/* ===============================
=            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;
  pointer-events: none;
  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;
}

.form-page {
  margin-top: 40px;
  margin-bottom: 104px;
  position: relative;
}

.form-page::before {
  background-image: url("../../../images/components/form-page/leaf.svg");
  background-repeat: no-repeat;
  height: 580px;
  width: 100%;
  background-size: contain;
  background-position: left top;
  content: "";
  position: absolute;
  top: -182px;
}

.form-page::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;
  position: absolute;
  top: -45px;
}

@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: 769px) {
  .card-advantage__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .title-page {
    margin-top: 64px;
    margin-bottom: 48px;
  }

  .title-page__row {
    margin-top: 32px;
  }

  .title-page h1 {
    font-size: 40px;
    max-width: 700px;
    margin: auto;
    line-height: 48px;
  }

  .btn-types {
    margin: 48px auto 24px;
  }

  .btn-types__line {
    width: 100%;
    max-width: 856px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-list {
    margin-top: 48px;
  }

  .card-list .wrapper {
    max-width: 100%;
  }

  .card-list__line {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    bottom: -21px;
  }

  .card-list::before {
    background-image: url("../../../images/components/card-list/mandala-laptop-2.svg");
    height: 482px;
    bottom: -344px;
    top: inherit;
  }

  .card-list::after {
    background-image: url("../../../images/components/card-list/mandala-laptop.svg");
    height: 449px;
    bottom: inherit;
    top: -166px;
  }

  .card-list__title {
    font-size: 28px;
    line-height: 36px;
  }

  .card-list__listing {
    margin-top: 48px;
  }

  .card-listing__item {
    margin: 0 32px;
    margin-bottom: 71px;
  }

  .card-item__picture {
    width: 228px;
    height: 126px;
  }

  .card-item__picture svg {
    height: 65px;
  }

  .card-item__type {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
  }

  .card-item__link {
    bottom: -18px;
  }

  .card-window {
    padding: 114px 104px;
  }

  .card-window__close {
    right: 104px;
    top: 56px;
  }

  .card-window__inform {
    display: grid;
    grid-template-columns: auto 296px;
    grid-gap: 80px;
  }

  .card-window__name {
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
  }

  .card-window__time {
    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: 40px;
  }

  .card-window__time-cell + .card-window__time-cell {
    margin-top: 0;
    margin-left: 63px;
  }

  .card-window__time-cell span {
    margin-left: 4px;
  }

  .card-window__button {
    margin-top: 34px;
  }

  .card-window__picture {
    background: -o-linear-gradient(340.94deg, #D9B07B 3.86%, #B88C53 15.62%, #E2BC89 43.36%, #C19252 55.88%, #9B723A 79.6%, #B0864D 91.47%);
    background: linear-gradient(109.06deg, #D9B07B 3.86%, #B88C53 15.62%, #E2BC89 43.36%, #C19252 55.88%, #9B723A 79.6%, #B0864D 91.47%);
    -webkit-box-shadow: 0 6px 24px rgba(30, 24, 14, 0.2);
    box-shadow: 0 6px 24px rgba(30, 24, 14, 0.2);
    border-radius: 24px;
    height: 163px;
    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;
  }

  .card-window__desc {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 64px;
    grid-gap: 48px;
  }

  .card-window__desc-cell ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
  }

  .card-window__desc-cell ul li::before {
    width: 12px;
    top: 11px;
    left: 0;
  }

  .card-window__desc-cell ul li + li {
    margin-top: 12px;
  }

  .card-window__desc-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .card-window__form .form-page {
    margin-top: 120px;
  }

  .card-window__form .form-page::before {
    left: -104px;
  }

  .card-window__form .form-page::after {
    right: -104px;
  }

  .card-advantage::before {
    display: none;
  }

  .card-advantage::after {
    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;
    bottom: -100px;
  }

  .card-advantage__row {
    max-width: 1024px;
    margin: auto;
  }

  .card-advantage__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.04em;
  }

  .card-advantage__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 47px;
    grid-gap: 48px;
  }

  .card-content {
    display: grid;
    grid-template-columns: 156px auto;
    grid-gap: 32px;
  }

  .card-content__number {
    width: 156px;
    height: 156px;
  }

  .card-content__number span {
    font-size: 108px;
  }

  .card-content__desc {
    margin-top: 17px;
  }

  .card-content__name {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .card-content__caption {
    font-size: 16px;
    line-height: 32px;
    margin-top: 16px;
  }

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

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

  .form-page::before {
    top: -436px;
    height: 714px;
  }

  .form-page::after {
    height: 714px;
    top: -84px;
    content: "";
  }
}

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

  .title-page {
    margin-top: 80px;
    margin-bottom: 64px;
  }

  .title-page__row {
    font-style: normal;
    font-weight: 300;
    margin: 44px auto 0;
    max-width: 850px;
  }

  .title-page h1 {
    font-size: 56px;
    max-width: 960px;
    line-height: 72px;
  }

  .btn-types {
    margin: 48px auto 32px;
  }

  .btn-types__line {
    max-width: 100%;
  }

  .btn-types__btn {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 12px;
  }

  .card-list .wrapper {
    max-width: 1200px;
  }

  .card-list__line {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    bottom: -33px;
  }

  .card-list::before {
    bottom: -188px;
  }

  .card-list::after {
    background-image: url("../../../images/components/card-list/mandala-desctop.svg");
    height: 515px;
    top: -184px;
  }

  .card-list__title {
    font-size: 32px;
    line-height: 48px;
  }

  .card-listing__item {
    margin: 0 46px;
    margin-bottom: 63px;
  }

  .card-item__picture {
    width: 272px;
    height: 150px;
  }

  .card-item__picture svg {
    height: 78px;
  }

  .card-item__type {
    font-size: 20px;
    line-height: 32px;
  }

  .card-item__link {
    bottom: -22px;
  }

  .card-pop__window {
    max-width: 1232px;
  }

  .card-window {
    padding: 86px 104px;
  }

  .card-window__close {
    right: 25px;
  }

  .card-window__inform {
    grid-template-columns: auto 336px;
  }

  .card-window__picture {
    width: 336px;
    height: 185px;
  }

  .card-window__desc {
    margin-top: 74px;
    grid-gap: 35px 14px;
  }

  .card-window__desc-cell ul li {
    padding-left: 32px;
  }

  .card-window__desc-cell ul li + li {
    margin-top: 8px;
  }

  .card-window__desc-title {
    line-height: 32px;
  }

  .card-window__form .form-page__title {
    font-size: 56px;
    line-height: 72px;
  }

  .card-window__form .form-content__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-window__form .form-content__grid .form-content__cell:last-child {
    grid-column: span 2/auto;
  }

  .card-advantage {
    margin-top: 96px;
  }

  .card-advantage::after {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    bottom: -70px;
  }

  .card-advantage__title {
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 48px;
  }

  .card-advantage__list {
    grid-gap: 64px;
  }

  .card-content {
    grid-template-columns: 176px auto;
  }

  .card-content__number {
    width: 176px;
    height: 176px;
  }

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

  .form-page {
    margin-bottom: 132px;
  }

  .form-page::before {
    height: 675px;
    top: -244px;
  }

  .form-page::after {
    background-image: url("../../../images/components/service-list/buddha-desctop.svg");
    height: 840px;
    top: -110px;
  }
}

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

  .form-page__row {
    max-width: 1440px;
  }
}
/*# sourceMappingURL=../sourcemaps/club-card/style.css.map */
