@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SF-Pro-Display-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SF-Pro-Display-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Oranienbaum";
  src: url("../assets/fonts/Oranienbaum-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 60px;
  text-decoration: none;
}
.btn.btn-primary {
  width: 270px;
  height: 76px;
  background: linear-gradient(247.39deg, #E8C696 46.24%, #D4AB70 90.24%);
  box-shadow: inset 0px 0px 44px rgba(255, 255, 255, 0.5);
  color: #2D1B0F;
  border: 1px solid #fff !important;
}
@media (max-width: 1200px) {
  .btn.btn-primary {
    width: 224px;
    height: 67px;
    font-size: 12px;
  }
}
.btn.btn-primary.lighter:not(:hover, .btn.btn-primary:active, .btn.btn-primary:disabled) {
  color: #7A3B17;
}
.btn.btn-primary:hover, .btn.btn-primary.btn-hover {
  background: linear-gradient(247.39deg, #F4BC6C 46.24%, #BF8C44 90.24%);
  transition: all 0.3s ease;
}
.btn.btn-primary:active, .btn.btn-primary.btn-active {
  background: linear-gradient(247.39deg, #FEDEB1 46.24%, #FFD08D 90.24%);
  color: rgba(45, 27, 15, 0.6);
  box-shadow: none;
  transition: all 0.3s ease;
}
.btn.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: linear-gradient(247.39deg, #FEDEB1 46.24%, #FFD08D 90.24%);
  color: rgba(45, 27, 15, 0.6);
  box-shadow: none;
  transition: all 0.3s ease;
}
.btn.btn-secondary {
  padding: 32px 40px;
  border: 1px solid #A57B3F !important;
  color: rgba(165, 123, 63, 0.7);
  background: transparent;
}
@media (max-width: 1200px) {
  .btn.btn-secondary {
    width: 245px;
    height: 60px;
    font-size: 12px;
  }
}
.btn.btn-secondary:hover, .btn.btn-secondary.btn-hover {
  background: #E5B571;
  color: #785B32;
  transition: all 0.3s ease;
}
.btn.btn-secondary:active, .btn.btn-secondary.btn-active {
  background: #E9C28B;
  color: #785B32;
  transition: all 0.3s ease;
}
.btn.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #E9C28B;
  color: #785B32;
  transition: all 0.3s ease;
}
.btn.btn-third {
  width: 270px;
  height: 76px;
  background: #fff;
  color: #2D1B0F;
  border: 1px solid #fff !important;
}
@media (max-width: 1200px) {
  .btn.btn-third {
    width: 224px;
    height: 67px;
    font-size: 12px;
  }
}

.calendar, .calendar-dropdown {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 40px;
  box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.0901960784);
  background: #ffffff;
  padding: 24px;
  gap: 16px;
}
.calendar .calendar-header, .calendar-dropdown .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.calendar .calendar-header img, .calendar-dropdown .calendar-header img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.calendar .calendar-header .calendar-month, .calendar-dropdown .calendar-header .calendar-month {
  line-height: 14px;
  letter-spacing: 0;
  color: #7a3b17;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.calendar .calendar-body, .calendar-dropdown .calendar-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calendar .calendar-body .calendar-weekdays, .calendar-dropdown .calendar-body .calendar-weekdays {
  display: flex;
  gap: 8px;
}
.calendar .calendar-body .calendar-weekdays .calendar-weekday, .calendar-dropdown .calendar-body .calendar-weekdays .calendar-weekday {
  padding: 4px 0;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 12px;
  letter-spacing: 1.5px;
  color: #7a3b17;
  font-family: "SF Pro Display", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar .calendar-body .calendar-dates, .calendar-dropdown .calendar-body .calendar-dates {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calendar .calendar-body .calendar-dates .calendar-week, .calendar-dropdown .calendar-body .calendar-dates .calendar-week {
  display: flex;
  gap: 8px;
}
.calendar .calendar-body .calendar-dates .calendar-date, .calendar-dropdown .calendar-body .calendar-dates .calendar-date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 29px;
  text-align: center;
  line-height: 14px;
  letter-spacing: 0;
  color: #7a3b17;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
}
.calendar .calendar-body .calendar-dates .calendar-date.selected, .calendar-dropdown .calendar-body .calendar-dates .calendar-date.selected {
  background: #e0c49c;
  color: #ffffff;
}
.calendar .calendar-body .calendar-dates .calendar-date:hover:not(.selected), .calendar-dropdown .calendar-body .calendar-dates .calendar-date:hover:not(.selected) {
  background: #f5f5f5;
}

.calendar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  margin-top: 10px;
  display: none;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.card {
  position: relative;
  min-width: 380px;
  min-height: 614px;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  min-width: 387px;
  width: 387px;
  min-height: 614px;
  height: 614px;
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: transform 0.5s ease;
}
.card:hover .card__img {
  transform: scale(1.05);
}
.card-content {
  width: 100%;
  padding: 32px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(0deg, #000000 20%, rgba(0, 0, 0, 0) 100%);
  gap: 16px;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

@media (max-width: 1200px) {
  .card {
    min-width: 267px;
    width: 267px;
    min-height: 380px;
    height: 380px;
  }
}
@media (max-width: 1200px) {
  .card {
    border-radius: 24px;
  }
}
@media (max-width: 1200px) {
  .card-content {
    border-radius: 0 0 24px 24px;
    padding: 24px;
    gap: 8px;
  }
}
.card-content > * {
  position: relative;
  z-index: 3;
}
.card__title {
  color: #ffffff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.1px;
}
@media (max-width: 1200px) {
  .card__title {
    font-size: 20px;
  }
}
.card__desc {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .card__desc {
    font-size: 12px;
  }
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background: #ffffff;
  cursor: pointer;
}
.dropdown .dropdown-trigger .dropdown-label {
  line-height: 22px;
  letter-spacing: 0;
  color: #7a3b17;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
}
.dropdown .dropdown-trigger .dropdown-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.dropdown.open .dropdown-arrow {
  transform: rotate(-90deg);
}
.dropdown.open .dropdown-menu {
  display: flex;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  flex-direction: column;
  border-radius: 40px;
  box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.0901960784);
  background: #ffffff;
  padding: 24px;
  width: 344px;
  gap: 16px;
  z-index: 10;
  justify-content: start;
  align-items: start;
}
.dropdown .dropdown-menu .dropdown-option {
  padding: 8px 0;
  line-height: 14px;
  letter-spacing: 0;
  color: #7a3b17;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 100%;
  text-align: left;
}
.dropdown .dropdown-menu .dropdown-option:hover {
  opacity: 0.6;
}
.dropdown .dropdown-menu .dropdown-option:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.features-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #2c180d;
  border-radius: 40px;
  padding: 32px;
  flex: 1;
  min-width: 380px;
  min-height: 238px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .features-card {
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 20px;
  }
}
.features-card__icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .features-card__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
  }
}
.features-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .features-card-content {
    gap: 8px;
  }
}
.features-card__title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.72px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .features-card__title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.features-card__desc {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.48px;
  color: #ffffff;
  opacity: 0.5;
  max-width: 323px;
}
@media (max-width: 1200px) {
  .features-card__desc {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    max-width: unset;
  }
}
.features-card--selected {
  justify-content: flex-end;
  background: #e0c49c;
}
.features-card--selected p {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.72px;
  color: #2c180d;
  max-width: 323px;
}
@media (max-width: 1200px) {
  .features-card--selected p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    max-width: unset;
  }
}

.input {
  display: flex;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 80px;
  background: transparent;
  outline: none;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .input {
    font-size: 12px;
  }
}
.input::placeholder {
  color: #fff;
  opacity: 1;
}
.input.darker {
  color: #7A3B17;
  border-color: rgba(45, 27, 15, 0.12);
  font-weight: 600;
}
.input.darker::placeholder {
  color: #7A3B17;
}

textarea.input {
  border-radius: 30px;
  padding: 16px 24px;
  min-height: 100px;
  resize: none;
}

.navigation {
  display: inline-flex;
  align-items: center;
  gap: 42px;
}
.navigation .nav-item {
  flex-shrink: 0;
  line-height: 15px;
  letter-spacing: -0.42px;
  color: #ffffff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.navigation .nav-item:hover {
  opacity: 0.6;
}
.navigation .nav-item.nav-item-active {
  opacity: 0.2;
}

.gradient-section {
  position: relative;
  overflow: hidden;
  background: none;
  border-radius: 0px 0px 100px 100px;
}
@media (max-width: 1200px) {
  .gradient-section {
    border-radius: 0px 0px 40px 40px;
  }
}
.gradient-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(145.74% 135.69% at 58.54% 2.76%, #150B05 0%, #411901 100%);
}
@media (max-width: 1200px) {
  .gradient-section__bg {
    background: #150B05;
  }
}
.gradient-section__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: linear-gradient(180deg, #1c0d05 0%, rgba(21, 11, 5, 0) 100%);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.popup.active {
  display: flex;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(145.74% 135.69% at 58.54% 2.76%, rgba(21, 11, 5, 0.8) 0%, rgba(65, 25, 1, 0.8) 100%);
  backdrop-filter: blur(7.5px);
  opacity: 0.8;
}
.popup-content {
  position: relative;
  z-index: 1;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 40px;
}
.popup-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity all 0.3s ease;
  background: #E9C28B;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .popup-close {
    top: 16px;
    right: 16px;
  }
}
.popup-close:hover {
  opacity: 0.7;
}
.popup-close img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.popup .popup-content .subscription-card {
  max-width: 1200px;
}
.popup .popup-content .subscription-card .input {
  font-size: 14px !important;
}
.popup .popup-content .subscription-card .title {
  font-size: 48px;
}
.popup .popup-content .subscription-card .column {
  display: flex;
  gap: 16px;
}
.popup .popup-content .subscription-header {
  gap: 8px;
}
.popup .popup-content .subscription-card-content {
  gap: 24px;
}
.popup .popup-content .subscription-card-image {
  min-width: unset;
  min-height: unset;
  width: 570px;
}
.popup .popup-content .subscription-card-image img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.popup .popup-content .subscription-form {
  gap: 16px;
  max-width: 100%;
  width: 100%;
}
.popup .popup-content .subscription-card {
  background: none;
  align-items: stretch;
}
.popup .popup-content .subscription-subtitle {
  color: #7A3B17 !important;
}
.popup .popup-content .subscription-form__policy {
  color: #7A3B17 !important;
}

.subscription-form-choice {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 16px;
}
.subscription-form-choice__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #2C180D;
}
.subscription-form-choice__option {
  display: inline-block;
  cursor: pointer;
}
.subscription-form-choice__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.subscription-form-choice__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #7A3B17;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(45, 27, 15, 0.12);
  border-radius: 80px;
  gap: 8px;
}
.subscription-form-choice__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #E0C49C;
  transition: all 0.3s ease;
}
.subscription-form-choice__label span img {
  width: 16px;
  height: 16px;
}
.subscription-form-choice__input:checked + .subscription-form-choice__label {
  border-color: #E0C49C;
  background: #E0C49C;
  transition: all 0.3s ease;
}
.subscription-form-choice__input:checked + .subscription-form-choice__label span {
  background: #fff;
  transition: all 0.3s ease;
}

.popup-content .more {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 0 16px;
  width: 100%;
  max-width: 590px;
  overflow: hidden;
}
.popup-content .more__hero {
  border-radius: 30px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.popup-content .more__hero img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-content .more__hero-label {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #E9C28B;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #785B32;
}
.popup-content .more__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 24px;
  gap: 16px;
  padding: 0 16px;
}
.popup-content .more__title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
}
.popup-content .more__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #7A3B17;
  align-self: stretch;
}
.popup-content .more__features {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  flex-wrap: wrap;
}
.popup-content .more__feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.popup-content .more__feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.popup-content .more__feature-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #2C180D;
}
.popup-content .more__divider {
  align-self: stretch;
  background: #E9C28B;
  height: 1px;
}
.popup-content .more__content-wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  margin-top: 24px;
  gap: 0;
  padding: 0 16px;
}
.popup-content .more__content {
  padding-bottom: 32px;
}

@media (max-width: 1200px) {
  .popup .popup-content .subscription-card .title {
    font-size: 28px !important;
    margin-top: 18px;
  }
  .popup .popup-content .subscription-card .title br {
    display: none;
  }
  .popup .popup-content .subscription-form {
    gap: 8px;
  }
  .subscription-form-choice {
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .subscription-form-choice__title {
    width: 100%;
  }
  .subscription-form-choice__title br {
    display: none;
  }
  .subscription-card-content .subscription-form__policy {
    font-size: 12px;
    margin-bottom: 0;
  }
  .subscription-card-content .subscription-form__policy br {
    display: none;
  }
  .subscription-form-choice__option {
    width: calc(50% - 8px);
  }
  .subscription-form-choice__label {
    justify-content: start;
  }
  .popup .popup-content .subscription-card .column {
    flex-direction: column;
    gap: 8px;
  }
  .popup-content .more {
    padding: 8px 8px 0 8px;
  }
  .popup-content .more__hero-label {
    top: 8px;
    left: 8px;
  }
  .popup-content .more__hero {
    height: 300px;
  }
  .popup-content .more__description {
    font-size: 16px;
  }
  .popup-content .more__description br {
    display: none;
  }
  .popup-content .more__features {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .popup-content .more__content-wrapper {
    padding: 0 8px;
  }
  .popup-content .more__content {
    padding-bottom: 16px;
  }
  .popup-content .more__header {
    margin-top: 16px;
  }
}
.thanks {
  background: linear-gradient(247.39deg, #E8C696 46.24%, #D4AB70 90.24%), #E0C49C;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 20px 56px;
  border-radius: 40px;
}
.thanks__title span {
  color: #fff !important;
}
.thanks__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #2C180D;
}
.thanks__img {
  width: 198px;
}
.thanks-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.thanks__btn {
  height: 72px;
  background: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: inset 0px 0px 44px rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 90%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A3B17;
}

.popup .thanks {
  flex-direction: column;
  max-width: 488px;
  padding: 24px;
  gap: 24px;
}
.popup .thanks__subtitle {
  font-size: 16px;
  text-align: center;
}
.popup .thanks__img {
  width: 276px;
}
.popup .thanks-content {
  gap: 16px;
}

@media (max-width: 1200px) {
  .popup .thanks-content {
    align-items: center;
  }
  .popup .thanks__subtitle br {
    display: none;
  }
  .popup .thanks__img {
    width: 180px;
  }
  .thanks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    gap: 16px;
  }
  .thanks-content {
    align-items: center;
    justify-content: center;
  }
  .thanks__subtitle {
    text-align: center;
    font-size: 16px;
  }
  .thanks__subtitle br {
    display: none;
  }
  .thanks__img {
    width: 160px;
  }
}
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 100px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1c0d05 0%, rgba(21, 11, 5, 0) 100%);
}
.hero__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: linear-gradient(180deg, #1C0D05 0%, rgba(21, 11, 5, 0) 100%);
  transform: rotate(-180deg);
}
.hero .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hero__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
}
.hero__logo {
  width: 220px;
  flex-shrink: 0;
}
.hero__logo img {
  width: 100%;
  display: block;
}
.hero__nav {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
.hero__nav .nav-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.hero__nav .nav-link:hover {
  color: #e8c696;
}
.hero__header-wrap {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 24px;
}
@media (max-width: 1200px) {
  .hero__header-wrap {
    align-items: start;
    justify-content: start;
  }
}
.hero__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.hero__phone-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__phone-wrapper .status-indicator {
  width: 6px;
  height: 6px;
  background: #78a313;
  border-radius: 50%;
}
.hero__phone {
  color: #fdf4e3;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.hero__phone-desc {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.5;
}
.hero__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 50px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 30px;
  padding: 9px 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hero__burger:hover {
  opacity: 0.8;
}
.hero__burger-line {
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.hero__socials {
  display: flex;
  gap: 16px;
  padding: 15px 23px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  margin-top: 4px;
}
.hero__socials .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.hero__socials .social-link img {
  width: 100%;
  height: 100%;
}
.hero__socials .social-link:hover {
  opacity: 0.8;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  gap: 16px;
}
.hero__weather-widget {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero__weather-widget .weather-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}
.hero__weather-widget .weather-item .weather-icon {
  width: 16px;
  height: 16px;
}
.hero__weather-widget .weather-item .weather-separator {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
}
.hero__title {
  font-family: "Oranienbaum", serif;
  font-size: 72px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}
.hero__title .text-white {
  color: #ffffff;
}
.hero__title .text-gold {
  color: #e0c49c;
}
.hero__subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.hero__features-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px) saturate(1.2) brightness(0.8);
  -webkit-backdrop-filter: blur(6px) saturate(1.2) brightness(0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 40px;
  padding: 32px;
  margin-top: 100px;
  max-width: 1200px;
  width: 100%;
  align-self: center;
}
.hero__features-banner .feature-item {
  text-align: center;
  flex: 1;
}
.hero__features-banner .feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.hero__features-banner .feature-desc {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
}
.hero__features-banner .feature-separator {
  width: 1px;
  height: 95px;
  background: rgba(253, 244, 227, 0.3);
}

@media (max-width: 1200px) {
  .hero__header {
    align-items: center;
    padding-top: 27px;
  }
  .hero__nav,
  .hero__socials {
    display: none;
  }
  .hero__logo {
    width: 130px;
  }
  .hero__contacts {
    margin: 0;
    align-items: end;
    justify-content: flex-end;
  }
  .hero__phone {
    font-size: 16px;
  }
  .hero__phone-desc {
    font-size: 9px;
  }
  .hero__content {
    margin-top: 112px;
  }
  .hero__weather-widget {
    overflow-x: auto;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .hero__weather-widget::-webkit-scrollbar {
    display: none;
  }
  .hero__weather-widget {
    justify-content: flex-start;
  }
  .hero__weather-widget .weather-item {
    font-size: 12px;
    padding: 8px;
    min-width: fit-content;
  }
  .hero__weather-widget .weather-item > span {
    min-width: fit-content;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__subtitle {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .hero__features-banner .feature-item {
    text-align: left;
  }
  .feature-title {
    font-size: 16px;
  }
  .feature-title br {
    display: none;
  }
  .feature-desc {
    font-size: 12px;
  }
  .feature-desc br {
    display: none;
  }
  .hero__features-banner .feature-separator {
    display: none;
  }
  .hero__features-banner {
    overflow-x: auto;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .hero__features-banner::-webkit-scrollbar {
    display: none;
  }
  .hero__features-banner {
    margin-top: 149px;
    justify-content: flex-start;
    align-items: stretch;
    background: unset;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    border: unset;
    border-radius: unset;
  }
  .feature-item {
    min-width: 240px;
    min-height: 100%;
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px) saturate(1.2) brightness(0.8);
    -webkit-backdrop-filter: blur(6px) saturate(1.2) brightness(0.8);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 40px;
  }
  .hero {
    padding-bottom: 24px;
  }
  .hero__burger {
    display: flex;
  }
}
.hero__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c0d05;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hero__mobile-menu--open {
  opacity: 1;
  visibility: visible;
}
.hero__mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero__mobile-menu-logo {
  width: 130px;
  flex-shrink: 0;
}
.hero__mobile-menu-logo img {
  width: 100%;
  display: block;
}
.hero__mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
}
.hero__mobile-menu-close:hover {
  opacity: 0.8;
}
.hero__mobile-menu-close img {
  width: 24px;
  height: 24px;
}
.hero__mobile-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 24px;
  flex: 1;
}
.hero__mobile-menu-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease;
  padding: 12px 0;
}
.hero__mobile-menu-link:hover {
  color: #d4af37;
}

.hero__burger--active .hero__burger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hero__burger--active .hero__burger-line:nth-child(2) {
  opacity: 0;
}
.hero__burger--active .hero__burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.advantages {
  position: relative;
  padding: 120px 0;
}
.advantages__title {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.advantages .infinity__swiper .card {
  min-width: 387px;
  width: 387px;
  min-height: 614px;
  height: 614px;
}
@media (max-width: 1200px) {
  .advantages .infinity__swiper .card {
    min-width: 267px;
    width: 267px;
    min-height: 380px;
    height: 380px;
  }
}

@media (max-width: 1200px) {
  .advantages {
    padding: 80px 0;
    padding-bottom: 40px;
  }
  .advantages__title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.directions-section {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .directions-section {
    padding: 80px 0;
  }
}
.directions-section .title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .directions-section .title {
    margin-bottom: 16px;
  }
}
.directions-section .directions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .directions-section .directions-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.directions-section .card {
  min-height: 590px;
  height: 590px;
  min-width: 590px;
  width: 590px;
}
.directions-section .card__title {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .directions-section .card {
    min-height: 268px;
    height: 268px;
    min-width: 274px;
    width: 100%;
  }
  .directions-section .card__title {
    font-size: 20px;
  }
}
.directions-section .directions-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.specials-section {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .specials-section {
    padding: 80px 0;
  }
}
.specials-section__header {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .specials-section__header {
    margin-bottom: 24px;
  }
}
.specials-section__title {
  text-align: center;
}
.specials-section__list {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 1200px) {
  .specials-section__list {
    overflow-x: auto;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .specials-section__list::-webkit-scrollbar {
    display: none;
  }
  .specials-section__list {
    gap: 8px;
    justify-content: start;
  }
}

.specials-card {
  scroll-snap-align: start;
}
@media (max-width: 1200px) {
  .specials-card {
    min-width: 267px;
    min-height: 380px;
  }
}
.specials-card__subtitle {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
}
.specials-card__timer {
  position: relative;
  display: flex;
  justify-content: center;
}
.specials-card__timer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 32px;
  border-radius: 24px;
  background: #ffffff;
  color: #1b1b1b;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1200px) {
  .specials-card__timer-inner {
    width: 100%;
    padding: 16px 20px;
    gap: 16px;
  }
}
.specials-card__timer-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) {
  .specials-card__timer-items {
    gap: 12px;
  }
}
.specials-card__timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
@media (max-width: 1200px) {
  .specials-card__timer-item {
    min-width: 48px;
  }
}
.specials-card__timer-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .specials-card__timer-value {
    font-size: 22px;
  }
}
.specials-card__timer-caption {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
  color: #8c8c8c;
}
.specials-card__timer-separator {
  font-size: 28px;
  font-weight: 700;
  margin: 0 2px;
}
@media (max-width: 1200px) {
  .specials-card__timer-separator {
    font-size: 22px;
  }
}
.specials-card__timer-label {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: #8c8c8c;
}
@media (max-width: 1200px) {
  .specials-card__timer-label {
    display: none;
  }
}
.specials-card__timer--finished .specials-card__timer-value {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .specials-card__timer-inner {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    gap: 0;
  }
  .specials-card__timer-items {
    gap: 10px;
  }
  .specials-card__timer-caption {
    margin-top: 0;
  }
}
.description {
  padding: 120px 0;
}
.description__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.description__content {
  width: 860px;
  flex-shrink: 0;
}
.description__text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
.description__toggle {
  border: none;
  background: transparent;
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.description__badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.description .description-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  padding-right: 16px;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px) saturate(1.2) brightness(0.8);
  -webkit-backdrop-filter: blur(6px) saturate(1.2) brightness(0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.description .description-badge__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.description .description-badge__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.description--expanded .description__text {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}

@media (max-width: 1200px) {
  .description {
    padding: 40px 0;
    padding-bottom: 40px;
  }
  .description__inner {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .description__content {
    width: 100%;
  }
  .description__text {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.variants {
  padding: 120px 0;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .variants {
    padding: 80px 0;
    border-radius: 40px;
  }
}
.variants__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  margin-bottom: 32px;
}
.variants .variants-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.variants .variants-tabs__button {
  border: 1px solid #A57B3F;
  padding: 16px 32px;
  border-radius: 60px;
  padding: 12px 32px;
  background: transparent;
  color: rgba(224, 196, 156, 0.7);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.variants .variants-tabs__button--active {
  transition: all 0.3s ease;
  border-color: #e9c28b;
  background: #e9c28b;
  color: #785b32;
}
@media (max-width: 1200px) {
  .variants .variants-tabs {
    align-items: start;
    justify-content: start;
    overflow-x: auto;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .variants .variants-tabs::-webkit-scrollbar {
    display: none;
  }
  .variants .variants-tabs {
    padding: 4px 15px;
  }
}
.variants .variants-tabs__panel {
  display: none;
  background-color: #fff;
  padding: 48px 32px;
  border-radius: 40px;
}
.variants .variants-tabs__panel--active {
  display: block;
}
.variants .variants-main {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding: 16px;
  border-radius: 40px;
  background: radial-gradient(145.74% 135.69% at 58.54% 2.76%, #150B05 0%, #411901 100%);
}
.variants .variants-main__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  width: 632px;
  min-width: 632px;
}
.variants .variants-main__content {
  padding-right: 24px;
}
.variants .variants-main__eyebrow {
  text-align: center;
  margin-bottom: 40px;
}
.variants .variants-main__card {
  display: flex;
  flex-direction: column;
}
.variants .variants-main__card-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.variants .variants-main__title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.variants .variants-main__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.variants .variants-main__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 60px;
  background: #e9c28b;
  color: #785b32;
  font-size: 14px;
  font-weight: 600;
}
.variants .variants-main__price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.variants .variants-main__price-value {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}
.variants .variants-main__price-value span:nth-child(2) {
  color: #e0c49c;
}
.variants .variants-main__price-note {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6980392157);
}
.variants .variants-main__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.variants .variants-main__description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}
.variants .variants-main__description p:first-child {
  color: #E0C49C;
}
.variants .variants-swiper {
  position: relative;
  height: 100%;
}
.variants .variants-swiper__slide {
  position: relative;
}
.variants .variants-swiper__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.variants .variants-swiper__controls {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.variants .variants-swiper__nav {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.variants .variants-swiper__nav::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../assets/icons/arrow-right-slider.svg") center/contain no-repeat;
}
.variants .variants-swiper__nav--prev::before {
  transform: scaleX(-1);
}
.variants .variants-swiper__nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.variants .variants-swiper__pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.variants .variants-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.variants .variants-swiper__pagination .swiper-pagination-bullet-active {
  background: #e0c49c;
}
.variants .variants-benefits {
  margin-top: 48px;
}
.variants .variants-benefits__header {
  text-align: center;
  margin-bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.variants .variants-benefits__subtitle {
  margin-top: 16px;
  max-width: 460px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #7a3b17;
}
.variants .variants-benefits__list {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  max-width: calc(100% + 30px);
  padding: 0 15px;
  margin: 0 -15px;
  width: auto;
  flex-wrap: nowrap;
  gap: 8px;
}
.variants .variants-benefits__list::-webkit-scrollbar {
  display: none;
}
.variants .variants-benefits__list {
  max-width: calc(100% + 64px);
  padding: 0 32px;
  margin: 0 -32px;
}
.variants .variants-benefits__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 8px 8px 24px;
  border-radius: 30px;
  background: #fdf4e3;
  min-width: 488px;
}
.variants .variants-benefits__text {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 250px;
  margin-top: 14px;
}
.variants .variants-benefits__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #7a3b17;
}
.variants .variants-benefits__description {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #7a3b17;
}
.variants .variants-benefits__image {
  border-radius: 24px;
  width: 190px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .variants__header {
    gap: 20px;
    margin-bottom: 20px;
  }
  .variants .variants-tabs__panel {
    padding: 8px;
    padding-top: 24px;
    border-radius: 24px;
  }
  .variants .variants-main__eyebrow {
    margin-bottom: 20px;
  }
  .variants .variants-main {
    padding: 16px;
    border-radius: 24px;
    gap: 16px;
    flex-direction: column;
  }
  .variants .variants-main__media {
    width: 100%;
    min-width: unset;
  }
  .variants .variants-main__title {
    font-size: 30px;
  }
  .variants .variants-main__card-header {
    gap: 16px;
    margin-bottom: 16px;
  }
  .variants .variants-main__price-value {
    font-size: 30px;
  }
  .variants .variants-benefits {
    margin-top: 32px;
  }
  .variants .variants-benefits__header {
    margin-bottom: 20px;
  }
  .variants .variants-benefits__list {
    max-width: calc(100% + 16px);
    padding: 0 8px;
    margin: 0 -8px;
  }
  .variants .variants-benefits__title {
    font-size: 20px;
  }
  .variants .variants-benefits__text {
    gap: 16px;
  }
  .variants .variants-benefits__item {
    gap: 8px;
    padding: 8px 8px 8px 16px;
    border-radius: 24px;
    min-width: 400px;
  }
  .variants .variants-benefits__image {
    border-radius: 24px;
    width: 180px;
    height: 180px;
  }
  .variants .variants-benefits__subtitle {
    margin-top: 8px;
  }
}
.about {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .about {
    padding: 80px 0;
  }
}
.about__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 40px;
}
.about__subtitle {
  max-width: 660px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #7a3b17;
}
.about__body {
  display: flex;
  gap: 25px;
  align-items: stretch;
  border-radius: 40px;
  background: #fdf4e3;
  padding: 24px 32px;
}
.about__media {
  flex: 1 1 55%;
  border-radius: 24px;
  overflow: hidden;
}
.about__image {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}
.about__card {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  color: #7a3b17;
}
.about__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.about__card-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.about__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  .about__header {
    margin-bottom: 32px;
  }
  .about__body {
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    border-radius: 24px;
  }
  .about__image {
    height: 280px;
    min-height: 280px;
  }
  .about__card-title {
    font-size: 30px;
  }
  .about__cta {
    width: 100% !important;
  }
}
.action-section {
  position: relative;
  padding: 134px 0;
  color: #ffffff;
  overflow: hidden;
  border-radius: 100px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .action-section {
    border-radius: 40px;
    padding: 80px 0;
  }
}
.action-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 35%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.action-section__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.action-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.action-section__inner {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action-section__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin-top: 16px;
}
.action-section__btn {
  margin-top: 32px;
  width: 418px !important;
}

@media (max-width: 1200px) {
  .action-section__title br,
  .action-section__subtitle br {
    display: none;
  }
  .action-section__btn {
    width: 100% !important;
  }
}
.hotels {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .hotels {
    padding: 80px 0;
  }
}
.hotels__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 40px;
}
.hotels__filters {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .hotels__filters {
    overflow-x: auto;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .hotels__filters::-webkit-scrollbar {
    display: none;
  }
  .hotels__filters {
    padding: 4px 0;
  }
}
.hotels__filter {
  border-radius: 60px;
  border: 1px solid rgb(165, 123, 63);
  padding: 12px 28px;
  background: transparent;
  color: rgba(165, 123, 63, 0.7);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.hotels__filter--active {
  border-color: #e9c28b;
  background: #e9c28b;
  color: #785b32;
}
.hotels__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1200px) {
  .hotels__list {
    grid-template-columns: 1fr;
  }
}
.hotels__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.hotels-card {
  width: 100%;
  min-height: 386px;
  height: 386px;
}
.hotels-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hotels-card__subtitle {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 14px;
  font-weight: 500;
}
.hotels-card__details {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.hotels-card__seasons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.hotels-card__season {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.hotels-card__season--low {
  color: #7A3B17;
  background: linear-gradient(247.39deg, #E8C696 46.24%, #D4AB70 90.24%);
  box-shadow: inset 0px 0px 28.7864px rgba(255, 255, 255, 0.5);
}
.hotels-card__season--high {
  background: #fff;
  color: #7A3B17;
}

@media (max-width: 1200px) {
  .hotels__filters {
    justify-content: start;
    align-items: start;
    padding: 4px 15px;
  }
  .hotels__header {
    margin-bottom: 32px;
  }
}
.transfers {
  padding: 120px 0;
  color: #7a3b17;
}
@media (max-width: 1200px) {
  .transfers {
    padding: 80px 0;
  }
}
.transfers__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 40px;
}
.transfers__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.transfers__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.transfers-card {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-radius: 40px;
  background: #fdf4e3;
}
.transfers-card__media {
  flex: 0 1 48%;
  border-radius: 24px;
  overflow: hidden;
}
.transfers-card__image {
  width: 100%;
  height: 100%;
  min-height: 428px;
  object-fit: cover;
  display: block;
}
.transfers-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.transfers-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #7a3b17;
  margin-bottom: 0;
}
.transfers-card__badge-icon {
  width: 24px;
  height: 24px;
}
.transfers-card__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
.transfers-card__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}
.transfers-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.transfers-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2d1b0f;
  line-height: 1.35;
}
.transfers-card__feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .transfers__header {
    margin-bottom: 32px;
  }
  .transfers__list {
    gap: 16px;
  }
  .transfers-card {
    border-radius: 24px;
    flex-direction: column;
  }
  .transfers-card__image {
    height: 280px;
    min-height: 280px;
  }
  .transfers-card__title {
    font-size: 28px;
  }
}
.subscription-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  border-radius: 100px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .subscription-section {
    padding: 40px 0px;
    border-radius: 40px;
  }
}
.subscription-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.5);
}
.subscription-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscription-card {
  background-color: #2c180d;
  border-radius: 40px;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 620px;
}
@media (max-width: 1200px) {
  .subscription-card {
    flex-direction: column;
    padding: 32px 24px;
    text-align: center;
    height: auto;
    min-height: auto;
    border-radius: 20px;
  }
}
.subscription-card-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 670px;
  min-height: 580px;
}
@media (max-width: 1200px) {
  .subscription-card-image {
    display: none;
  }
}
.subscription-card-image img {
  max-width: 100%;
  height: auto;
  transform: rotate(-180deg);
  border-radius: 24px;
}
.subscription-card-content {
  flex: 1;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .subscription-card-content {
    padding-left: 0;
    width: 100%;
    gap: 16px;
  }
}
.subscription-card-content .subscription-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .subscription-card-content .subscription-header {
    gap: 16px;
  }
}
.subscription-card-content .subscription-header .subscription-subtitle {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: -1px;
}
@media (max-width: 1200px) {
  .subscription-card-content .subscription-header .subscription-subtitle {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.subscription-card-content .subscription-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 460px;
}
@media (max-width: 1200px) {
  .subscription-card-content .subscription-form {
    gap: 4px;
    margin: 0 auto;
    width: 100%;
  }
}
.subscription-card-content .subscription-form__policy {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  opacity: 0.6;
}
.subscription-card-content .subscription-form__policy a {
  color: inherit;
  text-decoration: underline;
}
.subscription-card-content .subscription-form .btn {
  width: 100%;
}
.subscription-card-content .subscription-form .input {
  width: 100%;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .subscription-card-content .subscription-form .input {
    font-size: 12px;
  }
}

.privileges-section {
  margin-top: -100px;
  padding-top: 218px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .privileges-section {
    margin-top: -120px;
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.privileges-section .privileges-title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .privileges-section .privileges-title {
    margin-bottom: 24px;
    text-align: center;
  }
}
.privileges-section .privileges-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .privileges-section .privileges-grid {
    gap: 8px;
  }
}
.privileges-section .privileges-row {
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .privileges-section .privileges-row {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
  }
}

.services-section {
  margin-top: 120px;
}
.services-section .title {
  text-align: left;
}
@media (max-width: 1200px) {
  .services-section {
    margin-top: 80px;
  }
}

.gallery-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .gallery-section {
    padding: 80px 0;
  }
}
.gallery-section .gallery-title {
  text-align: center;
}
@media (max-width: 1200px) {
  .gallery-section .gallery-title br {
    display: none;
  }
}
.gallery-section .gallery-subtitle {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #7A3B17;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .gallery-section .gallery-subtitle {
    margin-bottom: 24px;
  }
  .gallery-section .gallery-subtitle br {
    display: none;
  }
}
.gallery-section .gallery-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.gallery-section .card {
  position: relative;
  flex: 0 0 488px;
  min-width: 488px;
  width: 488px;
  min-height: 503px;
  height: 503px;
  scroll-snap-align: center;
}
@media (max-width: 1200px) {
  .gallery-section .card {
    flex: 0 0 268px;
    min-width: 268px;
    width: 268px;
    min-height: 274px;
    height: 274px;
  }
}
.gallery-section .card__title {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .gallery-section .card__title {
    font-size: 20px;
  }
}
.gallery-section .card__desc {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .gallery-section .card__desc br {
    display: none;
  }
}
.gallery-section .card__location {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) {
  .gallery-section .card__location {
    gap: 4px;
  }
}
.gallery-section .card__location img {
  width: 14px;
  height: 14px;
}
@media (max-width: 1200px) {
  .gallery-section .card__location img {
    width: 12px;
    height: 12px;
  }
}
.gallery-section .card__location span {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .gallery-section .card__location span {
    font-size: 14px;
  }
}

.booking-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .booking-section {
    height: auto;
    border-radius: 40px;
    padding: 80px 15px;
  }
}
.booking-section .booking-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.booking-section .booking-bg-wrapper .booking-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-180deg);
}
.booking-section .booking-content-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 40px;
  padding: 40px 102px;
  width: 1200px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
}
@media (max-width: 1200px) {
  .booking-section .booking-content-wrapper {
    padding: 40px 60px;
    width: 100%;
    max-width: unset;
    padding: 40px 24px;
    gap: 42px;
  }
}
.booking-section .booking-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .booking-section .booking-content {
    gap: 16px;
    text-align: left;
  }
}
.booking-section .booking-subtitle {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #7a3b17;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .booking-section .booking-subtitle {
    font-size: 14px;
  }
}
.booking-section .booking-text {
  color: #2C180D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .booking-section .booking-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .booking-section .btn {
    width: 100%;
  }
}

.attention-section .booking-subtitle,
.attention-section .booking-text {
  max-width: 680px;
}
@media (max-width: 1200px) {
  .attention-section .booking-subtitle,
  .attention-section .booking-text {
    max-width: unset;
  }
}

.why-us-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  gap: 40px;
}
@media (max-width: 1200px) {
  .why-us-section {
    padding: 80px 15px;
    gap: 24px;
  }
}
.why-us-section .title {
  text-align: center;
}
.why-us-section .why-us-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  min-height: 750px;
}
@media (max-width: 1200px) {
  .why-us-section .why-us-grid {
    display: flex;
    flex-direction: column;
    min-height: unset;
    gap: 16px;
  }
}
.why-us-section .why-us-grid::before, .why-us-section .why-us-grid::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 750px;
  background: rgba(122, 59, 23, 0.1);
  z-index: 0;
}
.why-us-section .why-us-grid::before {
  left: calc(25% - 4px);
}
.why-us-section .why-us-grid::after {
  left: calc(75% + 4px);
}
.why-us-section .why-us-grid .why-us-guide-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 750px;
  background: rgba(122, 59, 23, 0.1);
  left: calc(50% + 0px);
  z-index: 0;
}
@media (max-width: 1200px) {
  .why-us-section .why-us-grid .why-us-guide-line {
    display: none;
  }
}
.why-us-section .why-us-grid .card {
  position: relative;
  min-height: 414px;
  height: 414px;
  min-width: 285px;
  width: 285px;
  z-index: 1;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1200px) {
  .why-us-section .why-us-grid .card {
    min-width: 268px;
    width: 268px;
    min-height: 320px;
    height: auto;
  }
}
.why-us-section .why-us-grid .card--light {
  background: #fdf4e3;
  justify-content: space-between;
  align-items: start;
}
.why-us-section .why-us-grid .card--light .card__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin: 24px;
}
.why-us-section .why-us-grid .card--light .card-content {
  background: unset;
}
.why-us-section .why-us-grid .card--light .card__title, .why-us-section .why-us-grid .card--light .card__desc {
  color: #7a3b17;
}
.why-us-section .why-us-grid .card:nth-child(1), .why-us-section .why-us-grid .card:nth-child(2), .why-us-section .why-us-grid .card:nth-child(3), .why-us-section .why-us-grid .card:nth-child(4) {
  grid-column: span 1;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .why-us-section .why-us-grid .card:nth-child(2) {
    align-self: flex-start;
  }
  .why-us-section .why-us-grid .card:nth-child(3) {
    align-self: flex-end;
  }
  .why-us-section .why-us-grid .card:nth-child(4) {
    align-self: flex-start;
  }
  .why-us-section .why-us-grid .card:nth-child(5) {
    align-self: flex-end;
  }
}
.why-us-section .why-us-grid.animated .card:nth-child(2) {
  transform: translateY(0);
}
.why-us-section .why-us-grid.animated .card:nth-child(3) {
  transform: translateY(336px);
}
.why-us-section .why-us-grid.animated .card:nth-child(4) {
  transform: translateY(168px);
}
.why-us-section .why-us-grid.animated .card:nth-child(5) {
  transform: translateY(0);
}

.reviews-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: #ffffff;
  border-radius: 100px !important;
  z-index: 2;
}
@media (max-width: 1200px) {
  .reviews-section {
    padding: 80px 0;
    border-radius: 40px !important;
  }
}
.reviews-section .reviews-title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .reviews-section .reviews-title {
    margin-bottom: 24px;
  }
}
.reviews-section .reviews-slider-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
}
.reviews-section .reviews-swiper {
  width: 100%;
}
.reviews-section .reviews-swiper .swiper-wrapper {
  align-items: center;
}
.reviews-section .swiper-slide {
  height: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 1200px) {
  .reviews-section .swiper-slide {
    width: 996px !important;
    opacity: 0.4;
    transform: scale(0.95);
  }
  .reviews-section .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    z-index: 10;
  }
  .reviews-section .swiper-slide.swiper-slide-prev, .reviews-section .swiper-slide.swiper-slide-next {
    opacity: 0.4;
    transform: scale(0.95);
  }
}
.reviews-section .review-card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
  gap: 20px;
}
@media (max-width: 1200px) {
  .reviews-section .review-card {
    flex-direction: column;
    gap: 16px;
    padding: 0 14px;
  }
}
.reviews-section .review-card__content {
  padding: 42px 0 57px 42px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #211108;
  border-radius: 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .reviews-section .review-card__content {
    padding: 24px;
    border-radius: 20px;
  }
}
.reviews-section .review-card__image-wrapper {
  width: 285px;
  flex-shrink: 0;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .reviews-section .review-card__image-wrapper {
    width: 100%;
    height: 240px;
  }
}
.reviews-section .review-card__image-wrapper img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-section .review-card .review-author {
  display: flex;
  gap: 32px;
  margin-bottom: 78px;
}
@media (max-width: 1200px) {
  .reviews-section .review-card .review-author {
    gap: 0;
    margin-bottom: 16px;
  }
}
.reviews-section .review-card .review-author__avatar {
  width: 181px;
  height: 181px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .reviews-section .review-card .review-author__avatar {
    width: 124px;
    height: 124px;
  }
}
.reviews-section .review-card .review-author__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
@media (max-width: 1200px) {
  .reviews-section .review-card .review-author__info {
    gap: 4px;
  }
}
.reviews-section .review-card .review-author__name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fdf4e3;
  margin: 0;
}
@media (max-width: 1200px) {
  .reviews-section .review-card .review-author__name {
    font-size: 24px;
  }
}
.reviews-section .review-card .review-route {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-section .review-card .review-route__city {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fdf4e3;
}
@media (max-width: 1200px) {
  .reviews-section .review-card .review-route__city {
    font-size: 14px;
  }
}
.reviews-section .review-card .review-route__arrow {
  width: 20px;
  height: 20px;
}
.reviews-section .review-card .review-text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #fdf4e3;
  opacity: 0.6;
  max-width: 560px;
  margin: 0;
}
@media (max-width: 1200px) {
  .reviews-section .review-card .review-text {
    margin-top: 24px;
    font-size: 14px;
  }
}
.reviews-section .reviews-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .reviews-section .reviews-navigation {
    display: none;
  }
}
.reviews-section .reviews-navigation .reviews-nav-btn {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: absolute;
}
.reviews-section .reviews-navigation .reviews-nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.reviews-section .reviews-navigation .reviews-nav-btn img {
  width: 32px;
  height: 32px;
}
.reviews-section .reviews-navigation .reviews-nav-btn--prev {
  left: calc(50% - 498px - 84px - 20px);
}
.reviews-section .reviews-navigation .reviews-nav-btn--next {
  left: auto;
  right: calc(50% - 498px - 84px - 20px);
}

@media (max-width: 1200px) {
  .reviews-section .swiper-slide {
    width: 100%;
    opacity: 1;
    transform: none;
  }
}
.achievements-section {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .achievements-section {
    padding: 80px 0;
  }
}
.achievements-section .achievements-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .achievements-section .achievements-title {
    margin-bottom: 24px;
  }
}
.achievements-section .achievements-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .achievements-section .achievements-list {
    overflow-x: auto;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .achievements-section .achievements-list::-webkit-scrollbar {
    display: none;
  }
  .achievements-section .achievements-list {
    justify-content: flex-start;
    gap: 8px;
  }
}
.achievements-section .achievement-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  background: rgba(253, 244, 227, 0.2);
  padding: 7px 7px 23px;
  gap: 24px;
  width: 388px;
}
@media (max-width: 1200px) {
  .achievements-section .achievement-card {
    min-width: 296px;
    width: 296px;
  }
}
.achievements-section .achievement-card .achievement-image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 386px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .achievements-section .achievement-card .achievement-image-wrapper {
    height: 296px;
  }
}
.achievements-section .achievement-card .achievement-image-wrapper:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
.achievements-section .achievement-card .achievement-image-wrapper .achievement-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievements-section .achievement-card .achievement-text {
  text-align: center;
  line-height: 22px;
  color: #7a3b17;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
}
.achievements-section .achievements-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.calculation {
  position: relative;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1200px) {
  .calculation {
    border-radius: 40px;
  }
}
.calculation__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.calculation__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.calculation__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  gap: 40px;
}
@media (max-width: 1200px) {
  .calculation__content {
    padding: 80px 0;
    gap: 24px;
  }
}
.calculation__title {
  text-align: center;
}
.calculation__form {
  background: #ffffff;
  border-radius: 40px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1180px;
}
@media (max-width: 1200px) {
  .calculation__form {
    padding: 8px;
    padding-bottom: 32px;
  }
}
.calculation__row {
  display: flex;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .calculation__row {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .calculation__dropdown, .calculation__date-input, .calculation__input .input {
    flex: 1;
  }
}
.calculation__dropdown, .calculation__date-input, .calculation__input .input {
  height: 72px;
  border-radius: 80px;
  border: 1px solid rgba(45, 27, 15, 0.1215686275);
  background: #ffffff;
  padding: 0 24px;
  display: flex;
  align-items: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #7a3b17;
  width: 100%;
}
.calculation__dropdown.input, .calculation__date-input.input, .calculation__input .input.input {
  width: 100%;
  outline: none;
}
.calculation__dropdown.input::placeholder, .calculation__date-input.input::placeholder, .calculation__input .input.input::placeholder {
  color: #7a3b17;
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .calculation__dropdown {
    flex: 1;
  }
}
.calculation__dropdown {
  justify-content: space-between;
  cursor: pointer;
}
.calculation__dropdown .dropdown-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.calculation__dates {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .calculation__dates {
    flex: 1;
  }
}
.calculation__date-input {
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.calculation__date-input img {
  width: 16px;
  height: 16px;
}
.calculation__policy {
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #7a3b17;
  opacity: 0.6;
  margin: 0;
}
@media (min-width: 1200px) {
  .calculation .btn, .calculation .input {
    flex: 1;
  }
}
@media (max-width: 1200px) {
  .calculation .btn, .calculation .input {
    width: 100%;
  }
}

.gastronomy-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .gastronomy-section {
    padding: 80px 0;
  }
}
.gastronomy-section__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .gastronomy-section__title br {
    display: none;
  }
}
.gastronomy-section__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .gastronomy-section__cards {
    gap: 8px;
  }
}
.gastronomy-section__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.gastronomy-section .card--restaurant {
  min-height: 380px;
  height: 380px;
  width: auto;
  min-width: unset;
}
@media (max-width: 1200px) {
  .gastronomy-section .card--restaurant {
    min-height: 280px;
    height: 280px;
    min-width: unset;
    width: 100%;
  }
}
.gastronomy-section .card--restaurant .card-content {
  gap: 8px;
}
.gastronomy-section .card--restaurant .card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.gastronomy-section .card--restaurant .card__rating-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.gastronomy-section .card--restaurant .card__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  padding-bottom: 1px;
}
.gastronomy-section .card--restaurant .card__star {
  width: 14px;
  height: 14px;
}
.gastronomy-section .card--restaurant .card__rating-count {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.footer-section {
  background-color: #0d0d0d;
  color: #ffffff;
  font-family: "SF Pro Display", sans-serif;
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 25px;
}
.footer-section .mobile-hidden {
  display: none;
}
@media (min-width: 1200px) {
  .footer-section .mobile-hidden {
    display: block;
  }
}
.footer-section .mobile-visible {
  display: none;
}
@media (max-width: 1200px) {
  .footer-section .mobile-visible {
    display: block;
  }
}
@media (max-width: 1200px) {
  .footer-section {
    padding-top: 120px;
    margin-top: -40px;
    padding-bottom: 40px;
  }
}
.footer-section .footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer-section .footer-content {
    gap: 10px;
  }
}
.footer-section .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-section .footer-brand .brand-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .footer-section .footer-brand .brand-wrapper {
    margin-bottom: 0;
  }
}
.footer-section .footer-brand .footer-logo {
  width: 158px;
  height: auto;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .footer-section .footer-brand .footer-logo {
    margin-bottom: 16px;
  }
}
.footer-section .footer-brand .footer-slogan {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
  line-height: 1.3;
}
.footer-section .footer-copyright {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .footer-section .footer-copyright {
    text-align: center;
    width: 100%;
  }
}
.footer-section .footer-developer {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .footer-section .footer-developer {
    text-align: center;
    width: 100%;
  }
}
.footer-section .footer-developer .dev-label {
  font-weight: 600;
}
.footer-section .footer-developer .dev-link {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .footer-section .footer-links {
    width: calc(50% - 5px);
  }
}
.footer-section .footer-links .footer-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .footer-section .footer-links .footer-title {
    margin-bottom: 16px;
  }
}
.footer-section .footer-links .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .footer-section .footer-links .footer-nav {
    gap: 16px;
  }
}
.footer-section .footer-links .footer-nav .footer-link {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .footer-section .footer-links .footer-nav .footer-link {
    font-size: 12px;
  }
}
.footer-section .footer-links .footer-nav .footer-link:hover {
  opacity: 1;
  color: #e8c696;
}
@media (max-width: 1200px) {
  .footer-section .footer-contacts {
    width: calc(50% - 5px);
  }
}
.footer-section .footer-contacts .contacts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .footer-section .footer-contacts .contacts-wrapper {
    gap: 16px;
    margin-bottom: 20px;
  }
}
.footer-section .footer-contacts .footer-title {
  font-size: 14px;
  font-weight: 600;
}
.footer-section .footer-contacts .contact-link, .footer-section .footer-contacts .contact-text {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .footer-section .footer-contacts .contact-link, .footer-section .footer-contacts .contact-text {
    font-size: 12px;
  }
}
.footer-section .footer-contacts .contact-link:hover {
  opacity: 1;
  color: #e8c696;
}
.footer-section .footer-contacts .social-links {
  display: flex;
  gap: 16px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
}
.footer-section .footer-contacts .social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.footer-section .footer-contacts .social-links .social-link img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.footer-section .footer-contacts .social-links .social-link:hover img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .footer-section .footer-newsletter {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.footer-section .footer-newsletter .newsletter-card {
  background-color: #171717;
  padding: 24px;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .footer-section .footer-newsletter .newsletter-card {
    max-width: unset;
    padding: 24px;
  }
}
.footer-section .footer-newsletter .newsletter-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .footer-section .footer-newsletter .newsletter-text {
    text-align: left;
  }
}
.footer-section .footer-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1200px) {
  .footer-section .footer-newsletter .newsletter-form {
    gap: 8px;
  }
}
.footer-section .footer-newsletter .newsletter-form .input {
  text-align: center;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer-section .footer-newsletter .newsletter-form .input {
    text-align: left;
  }
}
.footer-section .footer-newsletter .newsletter-form .btn {
  font-size: 12px;
  width: 100%;
}

.personal-section {
  padding-top: 64px;
}
.personal-section__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.personal-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 1 auto;
  width: 49%;
  min-width: 0;
}
.personal-section__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.personal-section__subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.personal-section__title {
  color: #fff;
}
.personal-section__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.personal-section__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.personal-section__text--bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
}
.personal-section__image-wrapper {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 49%;
  min-width: 0;
}
.personal-section__image {
  width: 100%;
  height: auto;
  border-radius: 40px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1200px) {
  .personal-section__wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .personal-section__content {
    width: 100%;
  }
  .personal-section__text--bold {
    line-height: 1.4;
    font-size: 16px;
  }
  .personal-section__image {
    border-radius: 24px;
  }
  .personal-section__image-wrapper {
    width: 100%;
  }
}
.contacts-section {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .contacts-section {
    padding: 80px 0;
  }
}
.contacts-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  width: 100%;
}
.contacts-section__subtitle {
  text-align: center;
  line-height: 21px;
  color: #2c180d;
  font-size: 16px;
  font-weight: 500;
}
.contacts-section__title {
  text-align: center;
}
.contacts-section__offices {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.contacts-section__office {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 40px;
  background: #fdf4e3;
  padding: 24px;
  flex: 1 1 50%;
  min-width: 0;
}
.contacts-section__office-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-bottom: 24px;
}
.contacts-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #e9c28b;
  padding: 8px;
  line-height: 18px;
  color: #785b32;
  font-size: 14px;
  font-weight: 600;
}
.contacts-section__office-name {
  line-height: 44px;
  color: #7a3b17;
  font-size: 40px;
  font-weight: 600;
  width: 100%;
}
.contacts-section__office-address {
  line-height: 26px;
  color: #2c180d;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}
.contacts-section__office-description {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
  color: #7a3b17;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}
.contacts-section__map {
  width: 100%;
  margin-top: 24px;
  border-radius: 30px;
  overflow: hidden;
  min-height: 300px;
  height: 300px;
  position: relative;
}
.contacts-section__map-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 30px;
  display: block;
}

@media (max-width: 1200px) {
  .contacts-section__header {
    margin-bottom: 32px;
  }
  .contacts-section__offices {
    justify-content: start;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .contacts-section__office {
    border-radius: 24px;
    padding: 16px;
  }
  .contacts-section__office-name {
    font-size: 30px;
  }
  .contacts-section__office-address,
  .contacts-section__office-description {
    line-height: 1.4;
    font-size: 16px;
  }
  .contacts-section__map {
    border-radius: 24px;
  }
}
.principes-section {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .principes-section {
    padding: 80px 0;
  }
}
.principes-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  text-align: center;
}
.principes-section__subtitle {
  color: #2d1b0f;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .principes-section__subtitle br {
    display: none;
  }
}
.principes-section__title {
  text-align: center;
}
@media (max-width: 1200px) {
  .principes-section__title br {
    display: none;
  }
}
.principes-section__grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1200px) {
  .principes-section__grid {
    gap: 16px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.principes-section__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1200px) {
  .principes-section__column {
    gap: 16px;
  }
}

.principes-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fdf4e3;
  border-radius: 40px;
  padding: 24px;
  min-height: 198px;
  width: 100%;
}
@media (max-width: 1200px) {
  .principes-card {
    gap: 16px;
    padding: 24px;
    min-height: unset;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.principes-card__icon {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 30px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .principes-card__icon {
    border-radius: 24px;
  }
}
.principes-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.principes-card__title {
  color: #7a3b17;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1200px) {
  .principes-card__title {
    font-size: 20px;
  }
}
.principes-card__desc {
  color: #2d1b0f;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}

.faq-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .faq-section {
    padding: 80px 0;
  }
}
.faq-section__container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 620px;
  gap: 24px;
  padding: 16px 24px 16px 16px;
  border-radius: 40px;
  background: #2c180d;
}
@media (max-width: 1200px) {
  .faq-section__container {
    padding: 16px;
    padding-top: 24px;
    border-radius: 24px;
    min-height: unset;
    width: 100%;
  }
}
.faq-section__image {
  width: 56.4%;
  max-width: 677px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .faq-section__image {
    display: none;
  }
}
.faq-section__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.faq-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1200px) {
  .faq-section__content {
    width: 100%;
  }
}
.faq-section__title {
  flex-shrink: 0;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .faq-section__title {
    text-align: center;
  }
}
.faq-section__list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .faq-section__list {
    gap: 8px;
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  width: 100%;
}
.faq-item__button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  border-radius: 50px;
  background: #ffffff;
  padding: 8px 8px 8px 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
}
.faq-item__question {
  flex-grow: 1;
  line-height: 1.2;
  color: #2c180d;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .faq-item__question {
    font-size: 16px;
  }
}
.faq-item__arrow {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 60px;
  box-shadow: inset 0px 0px 44px 0px rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(194.01deg, #e8c696 35.15%, #d4ab70 114.71%);
  z-index: 0;
}
.faq-item__arrow svg {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.faq-item__answer {
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  align-self: stretch;
  border-radius: 40px;
  background: #7a3b17;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  margin-top: 0;
  width: 100%;
}
.faq-item__answer-text {
  flex-grow: 1;
  line-height: 1.2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.faq-item--open .faq-item__arrow svg {
  transform: rotate(-180deg);
}
.faq-item--open .faq-item__answer {
  max-height: 500px;
  padding: 24px 40px;
  opacity: 1;
  margin-top: 8px;
}

.program__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .program__title {
    margin-bottom: 32px;
  }
}
.program__content {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .program__content {
    gap: 16px;
    flex-direction: column;
  }
}
.program__details {
  flex: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .program__details {
    order: 2;
  }
}
.program__detail {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  width: 100%;
  border-radius: 40px;
  background: #ffffff;
  padding: 32px;
  overflow: hidden;
  display: none;
}
.program__detail--active {
  display: flex;
  padding: 16px;
  border-radius: 24px;
}
.program__day-badge {
  display: inline-flex;
  align-items: flex-end;
  align-self: flex-start;
  justify-content: center;
  border-radius: 60px;
  background: #e9c28b;
  padding: 8px 16px;
  line-height: 18px;
  color: #785b32;
  font-size: 14px;
  font-weight: 600;
}
.program__day-title {
  margin-top: 8px;
  width: 100%;
  line-height: 44px;
  color: #7a3b17;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .program__day-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .program__day-title br {
    display: none;
  }
}
.program__day-image {
  margin-top: 24px;
  border-radius: 30px;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .program__day-image {
    border-radius: 24px;
    max-height: 240px;
  }
}
.program__schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 32px;
  gap: 32px;
  width: 100%;
}
.program__schedule-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  width: 100%;
}
.program__schedule-item:last-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.program__schedule-content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  width: 100%;
}
.program__schedule-header {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  align-self: flex-start;
  gap: 16px;
}
.program__schedule-time {
  flex-shrink: 0;
  line-height: 26px;
  color: #2c180d;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .program__schedule-time {
    line-height: 1.2;
    font-size: 18px;
  }
}
.program__schedule-activity {
  flex-shrink: 0;
  line-height: 26px;
  color: #7a3b17;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .program__schedule-activity {
    font-size: 18px;
    line-height: 1.2;
  }
}
.program__schedule-description {
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  line-height: 21px;
  color: #2c180d;
  font-size: 16px;
  font-weight: 500;
}
.program__schedule-divider {
  flex-shrink: 0;
  background: #e9c28b;
  width: 100%;
  height: 1px;
}
.program__schedule-image {
  flex-shrink: 0;
  border-radius: 30px;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .program__schedule-image {
    border-radius: 24px;
    max-height: 240px;
  }
}
.program__days-list {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  border-radius: 40px;
  background: #fdf4e3;
  overflow: hidden;
  position: relative;
  flex: 0 0 30%;
  min-width: 300px;
  max-width: 355px;
}
@media (max-width: 1200px) {
  .program__days-list {
    max-width: unset;
    min-width: unset;
    width: 100%;
    border-radius: 24px;
    padding: 16px;
  }
}
.program__days-scroll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-right: 16px;
  flex: 1;
  overflow-y: auto;
  max-height: 578px;
  min-height: 0;
  padding: 24px;
}
@media (max-width: 1200px) {
  .program__days-scroll {
    overflow-x: auto;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    width: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .program__days-scroll::-webkit-scrollbar {
    display: none;
  }
  .program__days-scroll {
    max-height: unset;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .program__days-scroll::-webkit-scrollbar {
    width: 8px;
  }
  .program__days-scroll::-webkit-scrollbar-track {
    background: #7a3b17;
    border-radius: 40px;
  }
  .program__days-scroll::-webkit-scrollbar-thumb {
    background: #e0c49c;
    border-radius: 40px;
  }
  .program__days-scroll::-webkit-scrollbar-thumb:hover {
    background: #d4b589;
  }
  .program__days-scroll {
    scrollbar-width: thin;
    scrollbar-color: #e0c49c #7a3b17;
  }
}
.program__day-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  background: #ffffff;
  padding: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.program__day-card--active {
  background: #7a3b17;
}
.program__day-card-number {
  line-height: 26px;
  color: #7a3b17;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .program__day-card-number {
    line-height: 1.2;
    font-size: 16px;
  }
}
.program__day-card-number--active {
  color: #ffffff;
}
.program__day-card-text {
  opacity: 0.5;
  margin-top: 8px;
  width: 100%;
  max-width: 307px;
  line-height: 21px;
  color: #7a3b17;
  font-size: 16px;
  font-weight: 500;
}
.program__day-card-text--active {
  opacity: 1;
  color: #ffffff;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.intro__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 32px;
}
@media (max-width: 1200px) {
  .intro__content {
    gap: 24px;
  }
}
.intro__title {
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}
.intro__description {
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1200px) {
  .intro__description {
    gap: 24px;
  }
}
.intro__text {
  line-height: 26px;
  color: #2c180d;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .intro__text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.intro__text--accent {
  line-height: 26px;
  color: #7a3b17;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .intro__text--accent {
    font-size: 16px;
    line-height: 1.4;
  }
}
.intro__image-wrapper {
  margin-top: 54px;
  width: 100%;
  height: 820px;
  overflow: hidden;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1200px) {
  .intro__image-wrapper {
    border-radius: 40px 40px 0 0;
    height: 420px;
    margin-top: 32px;
  }
}
.intro__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .intro {
    padding-top: 80px;
  }
}
.info {
  padding-top: 64px;
  padding-bottom: 164px;
  margin-bottom: -100px;
  border-radius: 100px 100px 0 0;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .info {
    margin-top: 80px;
    border-radius: 40px 40px 0 0;
  }
}
.info__title {
  text-align: center;
}
.info__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 1200px) {
  .info__wrapper {
    margin-top: 24px;
    gap: 16px;
    flex-direction: column;
  }
}
.info__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 40px;
  padding: 32px;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 1200px) {
  .info__box {
    border-radius: 24px;
    padding: 24px;
  }
}
.info__box--payment {
  background: #fdf4e3;
}
.info__box--cancellation {
  background: #ffffff;
}
.info__box-title {
  line-height: 56px;
  font-size: 56px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .info__box-title {
    line-height: 1.2;
    font-size: 18px !important;
  }
}
.info__box--payment .info__box-title {
  color: #7a3b17;
}
.info__box--cancellation .info__box-title {
  color: #2c180d;
}
.info__box-item {
  margin-top: 16px;
  line-height: 21px;
  color: #2c180d;
  font-size: 16px;
  font-weight: 500;
}

.price {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .price {
    padding: 80px 0;
  }
}
.price .container {
  max-width: 1300px;
}
.price__header {
  padding-bottom: 48px;
  width: 100%;
}
@media (max-width: 1200px) {
  .price__header {
    padding-bottom: 32px;
  }
}
.price__title {
  text-align: center;
  margin-bottom: 16px;
}
.price__tagline {
  text-align: center;
  color: #7A3B17;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.price__content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 32px;
  border-radius: 40px;
  background: #fdf4e3;
  width: 100%;
}
@media (max-width: 1200px) {
  .price__content {
    padding: 16px;
    border-radius: 24px;
    gap: 16px;
    flex-direction: column;
  }
}
.price__divider {
  width: 100%;
  background-color: #E0C49C;
  height: 1px;
}
.price__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
  padding: 24px;
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .price__column {
    padding: 16px;
    gap: 16px;
    border-radius: 24px;
  }
}
.price__season {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.price__season-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c180d;
}
.price__items {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .price__items {
    flex-direction: column;
  }
}
.price__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #E6D8CF;
  width: 100%;
  gap: 8px;
}
.price__item-label {
  font-size: 14px;
  font-weight: 500;
  color: #7A3B17;
  opacity: 0.5;
  text-align: center;
}
.price__item-value {
  font-size: 24px;
  font-weight: 600;
  color: #7A3B17;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .price__item-value {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "SF Pro Display", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section {
  margin-bottom: 60px;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
}
.section h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #2d1b0f;
}
.section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.social-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 40px;
  padding: 15px 23px;
  height: 53px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links a img {
  width: 18px;
  height: 18px;
  transition: opacity 0.3s ease;
}
.social-links a:hover img {
  opacity: 0.7;
}

.title {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.title span {
  color: #E0C49C;
}
.title.brown {
  color: #7A3B17;
}
.title.h1 {
  font-size: 72px;
}
.title.h2 {
  font-size: 64px;
}
.title.h3 {
  font-size: 56px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.content p {
  color: #2C180D;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.content img {
  align-self: stretch;
  border-radius: 30px;
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .title {
    font-size: 36px !important;
    line-height: 1.1;
    letter-spacing: 1px;
  }
  .title br {
    display: none;
  }
}
.badge {
  padding: 8px 16px;
  border-radius: 60px;
  background-color: #E9C28B;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #785B32;
}
.badge.no {
  background-color: #fff;
}

.infinity__swiper {
  width: 100vw;
  overflow: visible;
}
.infinity__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.infinity__swiper .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
}

/*# sourceMappingURL=style.css.map */
