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

.management-list {
  padding-bottom: 104px;
  position: relative;
  overflow: hidden;
}

.management-list__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.management-list__bg .bg-1 {
  width: 100%;
  height: 400px;
  background-image: url("../../../images/components/management-list/mandala.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 0;
  top: 208px;
  z-index: -1;
  pointer-events: none;
}

.management-list__bg .bg-2 {
  width: 100%;
  height: 400px;
  background-image: url("../../../images/components/management-list/mandala2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  left: 0;
  top: 1852px;
  z-index: -1;
  pointer-events: none;
}

.management-listing__item + .management-listing__item {
  margin-top: 98px;
}

.management-item {
  position: relative;
  display: grid;
  grid-template-columns: 114px auto;
  grid-gap: 24px;
}

.management-item::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;
  bottom: -52px;
}

.management-item:last-child::before {
  display: none;
}

.management-item__picture {
  height: 134px;
  width: 114px;
  position: relative;
  z-index: 2;
}

.management-item__picture::before {
  height: 100%;
  width: 100%;
  background-image: url("../../../images/components/management-list/round.svg");
  background-size: contain;
  z-index: 2;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.management-item__picture::after {
  height: 100%;
  width: 100%;
  background-color: #ecc897;
  z-index: -1;
  content: "";
  -webkit-mask-image: url("../../../images/components/management-list/temp.svg");
  mask-image: url("../../../images/components/management-list/temp.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
}

.management-item__picture img {
  -webkit-mask-image: url("../../../images/components/management-list/temp.svg");
  mask-image: url("../../../images/components/management-list/temp.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
  object-position: center top;
}

.management-item__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.management-item__description {
  grid-column: span 2/auto;
}

.management-item__post {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-right: 20px;
}

.management-item__name {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 16px;
}

.management-item__more {
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9b876d;
  padding-right: 46px;
  width: 285px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.no-touch .management-item__more:hover {
  color: #806b4f;
}

.no-touch .management-item__more:hover svg {
  stroke: #806b4f;
}

.management-item__more svg {
  display: block;
  width: 32px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
  stroke: #9b876d;
}

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

.management-popup.is-active {
  opacity: 1;
  pointer-events: all;
}

.management-popup__window {
  background-image: url("../../../../../dist/assets/images/bg_sand.jpg");
  background-size: 100px 100px;
  background-repeat: initial;
  width: 100%;
  height: 100vh;
  overflow: auto;
  max-width: 1024px;
  right: 0;
  top: 0;
  position: absolute;
}

.no-touch .management-popup__window::-webkit-scrollbar {
  width: 18px;
}

.no-touch .management-popup__window::-webkit-scrollbar-thumb {
  background: #e8c699;
  background-clip: content-box;
  border: 6px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.management-popup__window .management-item__picture {
  grid-row: span 1/auto;
}

.management-popup__window .management-item__name {
  font-size: 18px;
  line-height: 24px;
}

.management-popup__window .management-item::before {
  display: none;
}

.management-window__close {
  position: absolute;
  right: 16px;
  top: 24px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.management-window__close svg {
  stroke: #968e80;
  width: 100%;
  height: 100%;
  display: block;
  stroke-width: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.management-window__middle {
  margin-top: 36px;
}

.management-window__row {
  padding: 86px 16px;
  position: relative;
}

.management-window__row::before {
  background-image: url("../../../images/components/management-list/leaf.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  height: 722px;
  top: 463px;
  left: 0;
  width: 100%;
}

.popup-information__cell + .popup-information__cell {
  margin-top: 32px;
}

.popup-information__form {
  margin-top: 80px;
}

.popup-information__title {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.popup-information__listig {
  margin-top: 17px;
}

.popup-information__listig ul li {
  display: block;
  padding-left: 25px;
  position: relative;
}

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

.popup-information__listig ul li + li {
  margin-top: 8px;
}

.popup-information__quotte {
  margin-top: 17px;
}

.form-page {
  padding-bottom: 104px;
  position: relative;
}

.form-page::before {
  background-image: url("../../../images/components/form-page/leaf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 0;
  top: -44px;
  height: 580px;
  width: 235px;
  z-index: -1;
  content: "";
}

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

.form-page__content {
  margin-top: 63px;
}

.form-page__cell {
  position: relative;
}

.form-page__cell + .form-page__cell {
  margin-top: 47px;
}

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

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

.form-page__cell input::-moz-placeholder {
  font-size: 0;
}

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

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

.form-page__cell input::placeholder {
  font-size: 0;
}

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

.form-page__cell input:focus {
  border-bottom: 2px solid #b8a790;
}

.form-page__cell input:focus + label {
  font-size: 15px;
  line-height: 16px;
  top: -25px;
}

.form-page__cell input:valid + label {
  font-size: 15px;
  line-height: 16px;
  top: -25px;
}

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

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

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

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

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

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

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

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

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

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

.form-page__cell textarea:focus {
  border-bottom: 2px solid #b8a790;
}

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

.form-page__cell label {
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  top: 8px;
  pointer-events: none;
  letter-spacing: 0.02em;
  color: #968e80;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  left: 0;
}

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

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

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

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

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

.form-btns__btn {
  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;
  padding: 16px 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff9f4;
  font-style: italic;
  font-weight: 700;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-btns__btn:hover {
  background-color: #ceaa7a;
}

.form-btns__politic {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 24px;
}

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

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

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

  .management-list__bg .bg-1 {
    top: 185px;
    height: 425px;
    background-image: url("../../../images/components/management-list/mandala-laptop.svg");
  }

  .management-list__bg .bg-2 {
    top: 1290px;
    height: 292px;
    background-image: url("../../../images/components/management-list/mandala2-laptop.svg");
  }

  .management-list__bg .bg-3 {
    width: 100%;
    height: 376px;
    background-image: url("../../../images/components/management-list/mandala.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 0;
    top: 2266px;
    z-index: -1;
    pointer-events: none;
  }

  .management-listing__item + .management-listing__item {
    margin-top: 148px;
  }

  .management-item {
    min-height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 0;
  }

  .management-item:nth-child(odd) {
    padding-left: 287px;
  }

  .management-item:nth-child(odd) .management-item__picture {
    position: absolute;
    left: 0;
    top: 0;
  }

  .management-item:nth-child(even) {
    padding-right: 287px;
  }

  .management-item:nth-child(even) .management-item__picture {
    position: absolute;
    right: 0;
    top: 0;
  }

  .management-item::before {
    background-image: url("../../../images/components/schedule-frame/line-laptop.svg");
    height: 6px;
    bottom: -78px;
  }

  .management-item__picture {
    width: 234px;
    height: 276px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 234px;
    flex: 0 0 234px;
    grid-row: span 3/auto;
    margin-top: 38px;
  }

  .management-item__picture::after {
    top: 7px;
    left: 6px;
  }

  .management-item__description {
    grid-column: span 1/auto;
    margin-top: 24px;
  }

  .management-item__post {
    font-size: 16px;
    line-height: 24px;
  }

  .management-item__name {
    margin-top: 12px;
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
  }

  .management-item__caption {
    font-size: 16px;
    line-height: 32px;
  }

  .management-item__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 24px;
  }

  .management-popup__shadow {
    background: rgba(48, 46, 45, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .management-popup__window .management-item__picture {
    width: 273px;
    height: 322px;
  }

  .management-popup__window .management-item__post {
    font-size: 12px;
    line-height: 16px;
  }

  .management-popup__window .management-item__name {
    font-size: 40px;
    line-height: 56px;
  }

  .management-popup__window .management-item {
    grid-template-columns: 273px auto;
    grid-gap: 0 38px;
    min-height: auto;
  }

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

  .management-window__top {
    position: relative;
    min-height: 329px;
    height: 329px;
    width: 100%;
    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-left: 0 !important;
  }

  .management-window__top .management-item__picture {
    position: relative !important;
    width: 273px !important;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 273px;
    flex: 0 0 273px;
  }

  .management-window__middle {
    margin-top: 63px;
  }

  .management-window__row {
    padding: 105px;
  }

  .management-window__row::before {
    display: none;
  }

  .popup-information {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }

  .popup-information__cell + .popup-information__cell {
    margin-top: 0;
  }

  .popup-information__title {
    line-height: 28px;
  }

  .popup-information__listig {
    margin-top: 12px;
  }

  .popup-information__listig ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .popup-information__listig ul li + li {
    margin-top: 12px;
  }

  .popup-information__quotte {
    margin-top: 12px;
  }

  .popup-information__quotte {
    font-size: 16px;
    line-height: 24px;
  }

  .popup-information .form-page__content {
    max-width: 615px;
  }

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

  .form-page::before {
    width: 278px;
    height: 714px;
    top: -445px;
  }

  .form-page::after {
    background-image: url("../../../images/components/form-page/budda.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    right: 0;
    bottom: -67px;
    height: 720px;
    width: 363px;
    z-index: -1;
    content: "";
  }

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

  .form-page__content {
    margin-top: 84px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
    max-width: 530px;
  }

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

  .form-page__cell--long {
    grid-column: span 2/auto;
  }

  .form-page__cell input {
    padding-bottom: 21px;
  }

  .form-page__cell textarea {
    padding-bottom: 21px;
  }

  .form-page__btn-sec {
    margin-top: 0;
    grid-column: span 2/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;
  }

  .form-page__links {
    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;
  }

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

  .form-btns__politic {
    margin-top: 0;
    margin-left: 24px;
  }
}

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

  .management-list {
    padding-bottom: 120px;
  }

  .management-list__bg .bg-1 {
    height: 560px;
  }

  .management-list__bg .bg-2 {
    height: 425px;
  }

  .management-list__bg .bg-3 {
    height: 460px;
  }

  .management-list__row {
    max-width: 1024px;
    margin: auto;
  }

  .management-listing__item + .management-listing__item {
    margin-top: 140px;
  }

  .management-item {
    min-height: 408px;
  }

  .management-item:nth-child(odd) {
    padding-left: 424px;
  }

  .management-item:nth-child(even) {
    padding-right: 424px;
  }

  .management-item::before {
    background-image: url("../../../images/components/schedule-frame/line-desctop.svg");
    height: 6px;
    bottom: -80px;
  }

  .management-item__picture {
    width: 346px;
    height: 408px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 346px;
    flex: 0 0 346px;
    margin-top: 0;
  }

  .management-item__person {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .management-item__name {
    margin-top: 16px;
    font-size: 40px;
    line-height: 56px;
  }

  .management-item__caption {
    margin-top: 32px;
  }

  .management-item__caption {
    margin-top: 0;
  }

  .management-window__close {
    right: 56px;
  }

  .management-window__top {
    padding-left: 0 !important;
  }

  .form-page {
    padding-bottom: 122px;
  }

  .form-page::before {
    width: 262px;
    height: 675px;
    top: -240px;
  }

  .form-page::after {
    bottom: -64px;
    height: 898px;
    width: 490px;
  }

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

  .form-page__content {
    margin-top: 108px;
    max-width: 620px;
  }

  .form-page__btn-sec {
    margin-top: 19px;
  }

  .form-page__links {
    margin-top: 55px;
  }

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

  .form-page__links a + a {
    margin-left: 32px;
  }

  .form-btns__politic {
    margin-left: 30px;
  }
}

@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;
  }
}
/*# sourceMappingURL=../sourcemaps/management/style.css.map */
