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

.shedule-frame {
  margin-bottom: 64px;
  padding-bottom: 64px;
  position: relative;
}

.shedule-frame::after {
  background-image: url("../../../images/components/schedule-frame/mandala.svg");
  height: 288px;
  width: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  z-index: -1;
}

.shedule-frame::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: -2px;
}

.shedule-frame__btn {
  display: none;
}

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

.tabs__btn {
  font-style: normal;
  font-weight: 500;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2c2925;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .tabs__btn:hover {
  background: rgba(234, 219, 191, 0.5);
}

.tabs__btn--active {
  background: rgba(234, 219, 191, 0.8);
  -webkit-box-shadow: 0 6px 24px rgba(30, 24, 14, 0.06);
  box-shadow: 0 6px 24px rgba(30, 24, 14, 0.06);
  pointer-events: none;
}

.tabs__btn + .tabs__btn {
  margin-left: 8px;
}

.tabs__content {
  margin-top: 56px;
}

.tabs__pane {
  display: none;
  background-color: #fff9f4;
  border-radius: 24px;
  min-height: 600px;
}

.tabs__pane--show {
  display: block;
}

.news-offers {
  margin-bottom: 48px;
}

.news-offers__title {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: pre-line;
  line-height: 40px;
}

.news-offers__title + .news-offers__list {
  margin-top: 48px;
}

.list-cards__item:first-child {
  margin-bottom: 80px;
}

.list-cards__item + .list-cards__item {
  margin-top: 40px;
}

.list-item {
  display: block;
}

.no-touch .list-item:hover .list-item__name {
  color: #ceaa7a;
}

.list-item__picture {
  border-radius: 16px 16px 40px;
  -webkit-filter: drop-shadow(0 6px 24px rgba(30, 24, 14, 0.06));
  filter: drop-shadow(0 6px 24px rgba(30, 24, 14, 0.06));
  display: block;
  position: relative;
  overflow: hidden;
  height: 44vw;
  max-height: 252px;
}

.list-item__picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.list-item__picture-type {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  position: absolute;
  color: #968e80;
  background: #fff9f4;
  border-radius: 0 16px;
}

.list-item__desc {
  margin-top: 16px;
}

.list-item__name {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.list-item__description {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.pagintaion {
  margin: 48px auto 104px;
}

.pagintaion__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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagintaion__btn {
  height: 16px;
  width: 16px;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

.pagintaion__btn svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pagintaion__btn--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pagintaion__content {
  -webkit-box-shadow: 0 6px 24px rgba(30, 24, 14, 0.06);
  box-shadow: 0 6px 24px rgba(30, 24, 14, 0.06);
  border-radius: 50px;
  background: #fff9f4;
  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;
  padding: 4px;
  margin: auto 16px;
}

.pagintaion-content__item {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .pagintaion-content__item:hover {
  color: #9b876d;
}

.pagintaion-content__item + .pagintaion-content__item {
  margin-left: 4px;
}

.pagintaion-content__item--active {
  background: #e8c699;
}

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

  .shedule-frame::after {
    display: none;
  }

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

  .shedule-frame__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-style: italic;
    font-weight: 700;
    padding: 16px 24px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff9f4;
    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;
    margin: 32px auto 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .no-touch .shedule-frame__btn:hover {
    background: #ceaa7a;
  }

  .tabs__btn {
    line-height: 16px;
    padding: 8px 12px;
  }

  .tabs__btn + .tabs__btn {
    margin-left: 24px;
  }

  .tabs__content {
    margin-top: 48px;
  }

  .news-offers__title {
    white-space: normal;
  }

  .news-offers__title + .news-offers__list {
    margin-top: 37px;
  }

  .list-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 24px;
  }

  .list-cards__item:first-child {
    margin-bottom: 0;
  }

  .list-cards__item + .list-cards__item {
    margin-top: 0;
  }

  .list-item:first-child {
    display: grid;
    grid-template-columns: auto 495px;
    grid-gap: 24px;
    grid-column: span 2/auto;
  }

  .list-item:first-child .list-item__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-item:first-child .list-item__picture {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-height: 285px;
    border-radius: 16px 16px 64px;
  }

  .list-item__picture-type {
    font-size: 13px;
    line-height: 24px;
    padding: 12px 24px;
    border-radius: 0 32px 0 16px;
  }

  .list-item__name {
    font-size: 24px;
    line-height: 32px;
  }

  .list-item__description {
    margin-top: 16px;
    line-height: 28px;
  }

  .pagintaion {
    margin: 64px auto 104px;
  }
}

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

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

  .tabs__btn {
    font-size: 14px;
    line-height: 24px;
  }

  .tabs__btn + .tabs__btn {
    margin-left: 32px;
  }

  .news-offers__title {
    font-size: 40px;
    line-height: 48px;
  }

  .news-offers__title + .news-offers__list {
    margin-top: 48px;
  }

  .list-cards {
    grid-gap: 48px;
  }

  .list-item:first-child {
    display: grid;
    grid-template-columns: auto 712px;
    grid-gap: 56px;
    grid-column: span 2/auto;
  }

  .list-item:first-child .list-item__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }

  .list-item:first-child .list-item__name {
    font-size: 40px;
    line-height: 48px;
  }

  .list-item:first-child .list-item__description {
    font-size: 16px;
    line-height: 32px;
  }

  .list-item:first-child .list-item__picture {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-height: 400px;
    border-radius: 32px 32px 100px;
  }

  .list-item__picture {
    max-height: 343px;
    border-radius: 32px 32px 80px;
  }

  .list-item__desc {
    margin-top: 27px;
    padding: 0 25px;
  }

  .list-item__name {
    font-size: 32px;
    line-height: 40px;
  }

  .pagintaion {
    margin: 80px auto 120px;
  }
}

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