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

.callback-form {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.callback-form.is-active {
  opacity: 1;
  pointer-events: all;
}

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

.callback-form__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;
  padding: 88px 16px;
}

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

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

.callback-window__close svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.callback-window__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;
  white-space: pre-line;
}

.callback-window__row {
  margin-top: 39px;
}

.callback-window__type {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.callback-window__title-call {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 32px;
  color: #968e80;
}

.callback-window__or-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #968e80;
  margin-top: 40px;
  margin-bottom: 37px;
}

.callback-window__btn-sec {
  margin-top: 40px;
}

.callback-window__btn-sec button {
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .callback-window__btn-sec button:hover {
  background-color: #88765e;
  border: 1px solid #88765e;
  color: #ffffff;
}

.callback-window__btn-sec button--light {
  color: #9b876d;
  background-color: transparent;
  border: 1px solid #d1c3b0;
  padding: 15px 20px;
}

.callback-window__politic {
  margin: 16px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

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

.callback-window__form-cell {
  position: relative;
}

.callback-window__form-cell + .callback-window__form-cell {
  margin-top: 29px;
}

.callback-window__form-cell [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 .callback-window__form-cell [type=text]:hover {
  border-bottom: 2px solid #b8a790;
}

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

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

.callback-window__form-cell .error-message {
  display: none;
}

.callback-window__form-cell.input-ready {
  background: url("../../../images/components/form-callback/ready.svg");
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
}

.callback-window__form-cell.input-ready [type=text] {
  border-bottom: 2px solid #21c65b;
}

.callback-window__form-cell.input-error {
  background: url("../../../images/components/form-callback/error.svg");
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
}

.callback-window__form-cell.input-error [type=text] {
  border-bottom: 2px solid #e34356;
}

.callback-window__form-cell.input-error .error-message {
  display: block;
  font-style: normal;
  font-weight: 400;
  color: #e34356;
  position: absolute;
  bottom: -24px;
  font-size: 13px;
  line-height: 16px;
}

.callback-window__form-cell 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;
}

.type-call__item--long {
  grid-column: span 2/auto;
}

.type-call__item input {
  display: none;
}

.type-call__item input:checked + label {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #9b876d;
  -webkit-box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
  box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
}

.type-call__item label {
  font-style: italic;
  font-weight: 700;
  padding: 11px 23px;
  font-size: 12px;
  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;
  width: 100%;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid #d1c3b0;
  -webkit-filter: drop-shadow(0 24px 32px rgba(104, 87, 71, 0.1));
  filter: drop-shadow(0 24px 32px rgba(104, 87, 71, 0.1));
  border-radius: 40px;
  color: #9b876d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.no-touch .type-call__item label:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #9b876d;
  -webkit-box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
  box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
}

.type-call__item label svg {
  height: 24px;
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  margin-right: 12px;
  fill: #9b876d;
}

.callback-window__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin: 32px auto 64px;
}

.callback-window__menu-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #968e80;
}

.callback-window__menu-row {
  margin-top: 40px;
}

.callback-window__menu-row a {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2c2925;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .callback-window__menu-row a:hover {
  color: #88765e;
}

.callback-window__menu-row a.strong {
  font-weight: 400;
}

.callback-window__menu-row a + a {
  margin-top: 24px;
}

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

  .callback-form__window {
    padding: 168px 104px;
  }

  .callback-window::after {
    width: 100%;
    height: 760px;
    background-image: url("../../../images/components/form-callback/leaf2.svg");
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    background-size: contain;
    top: 177px;
    left: 0;
  }

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

  .callback-window__title {
    font-size: 56px;
    line-height: 64px;
    white-space: normal;
  }

  .callback-window__row {
    margin-top: 50px;
  }

  .callback-window__type {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
  }

  .callback-window__or-title {
    margin-top: 50px;
    margin-bottom: 22px;
  }

  .callback-window__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
    max-width: 615px;
  }

  .callback-window__btn-sec {
    margin-top: 23px;
  }

  .callback-window__btn-sec button {
    padding: 15px 19px;
  }

  .callback-window__politic {
    margin: 24px 0 0;
    max-width: 490px;
  }

  .callback-window__form-cell--double {
    grid-column: 2 span/auto;
  }

  .callback-window__form-cell + .callback-window__form-cell {
    margin-top: 0;
  }

  .callback-window__subtitle {
    font-size: 20px;
    line-height: 32px;
  }

  .callback-window__menu-title {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }

  .callback-window__menu-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 44px;
  }

  .callback-window__menu-row a {
    margin-bottom: 48px;
    margin-right: 40px;
    white-space: nowrap;
    text-align: left;
    font-size: 32px;
    letter-spacing: 0.03em;
    line-height: 40px;
  }

  .callback-window__menu-row a + a {
    margin-top: 0;
  }
}

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

  .callback-form__window {
    max-width: 920px;
    padding: 160px 104px 0 104px;
  }

  .callback-window__close {
    right: 56px;
  }

  .callback-window__title {
    font-size: 56px;
    line-height: 64px;
  }

  .callback-window__row {
    margin-top: 42px;
  }

  .type-call__item.desctop-off {
    display: none;
  }

  .callback-window__menu-row a {
    font-size: 32px;
    line-height: 48px;
  }
}

@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/form-callback/style.css.map */
