@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 16px;
    margin: 0 auto;
}
body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(rgba(17, 17, 12, 0.6), rgba(15, 15, 15, 0.9)),
                url('../images/palazzo\ \(2\).webp') center no-repeat;
    background-size: cover;
}
button {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.header {
  width: 100%;
  height: auto;
  background: #0b0f14;
  border-bottom: 1px solid #d4af37;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-block: 15px;
}
.header__logo {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}
.header__strong {
  color: #d4af37;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
}
.header__strong-1 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
}
.header__links--button {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.header__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__link:hover {
  color: #d4af37;
  font-size: 1.050rem;
  transform: translateY(-2px);
}
.header__button {
  width: auto;
  height: auto;
}
.header__sign-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px 10px 25px;
  border-radius: 30px;
  border: 1px solid #d4af37;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  background: #c62828;
  transition: all 0.3s ease;
}
.header__sign-up:hover {
  background: #d4af37;
  color: #0b0f14;
  transform: translateY(-5px);
}
.hero {
  width: 100%;
  height: auto;
}
.hero__descriptions-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__content {
  display: flex;
  flex-direction: column;
  padding-block: clamp(16px, 7vw, 120px);
  width: 100%;
  max-width: 750px;
  height: auto;
  min-height: 480px;
  gap: 30px;
  justify-self: center;
}
.hero__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.hero__tit {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.hero__dsc {
  font-size: 5rem;
  color: #d4af37;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
.hero__descriptions-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.hero__dsc-1 {
  padding: 0 0 0 80px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
}
.hero__buttons {
  width: auto;
  height: auto;
  display: flex;
  gap: 14px;
}
.hero__btn {
  padding: 15px 30px 15px 30px;
  border: 1px solid #d4af37;
  border-radius: 30px;
  background: #c62828;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero__btn:hover {
  transform: translateY(-5px);
  background: transparent;
}
.hero__grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 24px;
}
.hero__card {
  width: 100%;
  max-width: 254px;
  height: auto;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: rgba(253, 253, 253, 0.1);
  border-radius: 15px;
  padding: 5px 5px 5px 5px;
}
.card__title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.card__dsc {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.about__icon {
  display: block;
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.about {
  width: 100%;
  height: auto;
}
.about__img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 650px;
  height: auto;
  min-height: 603px;
  border-radius: 20px;
}
.about__content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  padding-block: clamp(16px, 7vw, 120px);
  justify-content: center;
}
.about__cards-button {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.about__card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: auto;
  min-height: 65px;
  border-radius: 20px;
  transition: all 0.3s ease;
  padding: 10px 40px 10px 10px;
}
.about__card:hover {
  background: rgba(255, 255, 255, 0.2);
}
.about__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border: none;
  border-radius: 50%;
  background: #d4af37;
}
.about__dsc {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 100%;
  letter-spacing: 0;
}
.about__button {
  width: auto;
  height: auto;
}
.about__btn-1 {
  padding: 15px 40px 15px 40px;
  border: 1px solid #d4af37;
  background: transparent;
  color: #ffffff;
  font-size: 1.1rem;
  border-radius: 30px;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.about__btn-1:hover {
  transform: translateY(-5px);
  background: #d4af37;
  color: #0b0f14;
}
.about__title {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.title__strong {
  color: #d4af37;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
.card__icon {
  display: block;
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.tournirs {
  width: 100%;
  height: auto;
}
.tournirs__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding-block: clamp(16px, 7vw, 120px);
}
.tournirs__title {
  font-size: 3.5rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}
.strong__tour {
  font-size: 3.5rem;
  color: #d4af37;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
.tournirs__slider {
  width: 100%;
  padding: 10px 4px 70px;
}
.tournirs__cards {
  width: 100%;
}
.tournirs__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  min-height: 450px;
  background: linear-gradient(rgba(0 0 0 / 60%), rgba(68 68 61 / 90%)),
              url('../images/verbee8.webp') center no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 24px;
}
.tournirs__slider-controls {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.tournirs__slider-button {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  position: relative;
  border: 1px solid #d4af37;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.85);
  cursor: pointer;
  transition: background 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.tournirs__slider-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d4af37;
  border-right: 2px solid #d4af37;
}
.tournirs__slider-button--prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.tournirs__slider-button--next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
.tournirs__slider-button:hover {
  background: #d4af37;
  transform: translateY(-2px);
}
.tournirs__slider-button:hover::after {
  border-color: #0b0f14;
}
.tournirs__slider-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.tournirs__slider-pagination {
  position: static !important;
  width: auto !important;
}
.tournirs__slider-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 0.35;
}
.tournirs__slider-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #d4af37;
  opacity: 1;
}
.tournirs__slider .swiper-slide {
  height: auto;
}
.card__title-1 {
  font-size: 1.2rem;
  color: #d4af37;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}
.card__dsc-1 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.card__clock {
  display: flex;
  align-items: center;
  gap: 8px;
}
.clock__time {
  font-size: 1.1rem;
  font-weight: 400;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.cards__content {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.card__price {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 306px;
  height: auto;
  min-height: 79px;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  padding: 15px 20px 15px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  align-items: center;
}
.card__price-1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 306px;
  height: auto;
  min-height: 79px;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  align-items: center;
}
.price__buy-in {
  font-size: 1rem;
  font-weight: 500;
  color: thistle;
  line-height: 100%;
  letter-spacing: 0;
}
.price {
  font-size: 1rem;
  font-weight: 500;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.tournirs__button {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 0;
}
.tour__btn {
  width: 100%;
  height: auto;
  min-height: 50px;
  font-size: 1.1rem;
  border: 1px solid #d4af37;
  background: #c62828;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tour__btn:hover {
  transform: translateY(-2px);
  background: #d4af37;
  color: #0b0f14;
}
.atmosphere {
  width: 100%;
  height: auto;
}
.atmosphere__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-block: clamp(16px, 7vw, 120px);
}
.atm__title {
  font-size: 2.625rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.atm__title-1 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.atmosphere__grids {
  align-items: stretch;
}
.atmosphere__slider {
  width: 100%;
  padding: 20px 4px 76px;
  overflow: hidden;
}
.atm__img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 360px;
  transition: transform 0.6s ease, filter 0.4s ease;
}
.atmosphere__card {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 20px;
  background: #0b0f14;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
  cursor: zoom-in;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.atmosphere__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}
.atmosphere__card:hover {
  transform: translateY(-7px);
  border-color: #d4af37;
  box-shadow: 0 24px 65px rgba(212, 175, 55, 0.2);
}
.atmosphere__card:hover .atm__img {
  transform: scale(1.07);
  filter: brightness(1.08);
}
.grid__content {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  background: rgba(11, 15, 20, 0.78);
  border-radius: 30px;
  border: 1px solid #d4af37;
  backdrop-filter: blur(8px);
}
.atm__dsc {
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.atmosphere__controls {
  position: absolute;
  right: 8px;
  bottom: 6px;
  left: 8px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.atmosphere__arrow {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.9);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.atmosphere__arrow::after,
.gallery-lightbox__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d4af37;
  border-right: 2px solid #d4af37;
}
.atmosphere__arrow--prev::after,
.gallery-lightbox__arrow--prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.atmosphere__arrow--next::after,
.gallery-lightbox__arrow--next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
.atmosphere__arrow:hover {
  background: #d4af37;
  transform: translateY(-2px);
}
.atmosphere__arrow:hover::after {
  border-color: #0b0f14;
}
.atmosphere__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.atmosphere__pagination {
  position: static !important;
  width: auto !important;
}
.atmosphere__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 0.35;
}
.atmosphere__pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #d4af37;
  opacity: 1;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 40px;
  background: rgba(3, 5, 8, 0.94);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gallery-lightbox__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.gallery-lightbox__image {
  display: block;
  max-width: min(1100px, 100%);
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid rgba(212, 175, 55, 0.65);
  border-radius: 20px;
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.65);
}
.gallery-lightbox__caption {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
}
.gallery-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  background: #c62828;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.gallery-lightbox__close:hover {
  transform: rotate(90deg);
  background: #d4af37;
  color: #0b0f14;
}
.gallery-lightbox__arrow {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.9);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}
.gallery-lightbox__arrow:hover {
  transform: scale(1.08);
  background: rgba(212, 175, 55, 0.15);
}
.advantages {
  width: 100%;
  height: auto;
}
.advantages__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-block: clamp(16px, 7vw, 120px);
}
.adv__title {
  font-size: 2.625rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.adv__strong {
  font-size: 2.625rem;
  font-weight: 700;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.adv__icon {
  display: block;
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.advantages__grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.advantages__card {
  width: 100%;
  max-width: 442px;
  height: auto;
  min-height: 166px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgb(104 103 86 / 57%);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}
.adv__content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 0 3px 0 3px;
}
.adv__title-1 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 0;
}
.adv__dsc {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.advantages__card {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  cursor: default;
}
.advantages__card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -65%;
  width: 28%;
  height: 200%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(212, 175, 55, 0.09),
    transparent
  );
  transform: rotate(22deg);
  animation: cardShine 9s ease-in-out infinite;
  pointer-events: none;
}
.advantages__card:nth-child(2)::before { animation-delay: 1.5s; }
.advantages__card:nth-child(3)::before { animation-delay: 3s; }
.advantages__card:nth-child(4)::before { animation-delay: 4.5s; }
.advantages__card:nth-child(5)::before { animation-delay: 6s; }
.advantages__card:nth-child(6)::before { animation-delay: 7.5s; }
.advantages__card:hover {
  transform: translateY(-8px);
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 16px 45px rgba(212, 175, 55, 0.18);
}
.adv__icon {
  transition: transform 0.4s ease;
}
.advantages__card:hover .adv__icon {
  transform: rotate(14deg) scale(1.15);
}
.schedule {
  width: 100%;
  height: auto;
}
.schedule__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: clamp(16px, 7vw, 120px);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
}
.schedule__title {
  font-size: 2.625rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 0;
}
.sched__strong {
  font-size: 2.625rem;
  font-weight: 700;
  color: #d4af37;
  line-height: 140%;
  letter-spacing: 0;
}
.tournirs__cards-1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  width: 100%;
}
.tournir__card-1 {
  width: 100%;
  max-width: 769px;
  height: auto;
  min-height: 106px;
  background: rgba(104, 103, 86, 0.57);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 0 24px;
}
.tour__day {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.day {
  font-size: 1rem;
  font-weight: 600;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.name__day {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 170%;
  letter-spacing: 0;
}
.tour__time-card {
  display: flex;
  gap: 24px;
  align-items: center;
}
.tour__time {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.time {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.time__clock {
  font-size: 1rem;
  font-weight: 600;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.tour__name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.name {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.tour__price {
  font-size: 1rem;
  font-weight: 600;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.sched__btn {
  padding: 12px 34px 12px 34px;
  border: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #d4af37;
  color: #0b0f14;
  font-size: 1.1rem;
  line-height: 100%;
  letter-spacing: 0;
}
.sched__btn:hover {
  transform: translateY(-5px);
}
.registrations {
  width: 100%;
  height: auto;
}
.registrations__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
  padding-block: clamp(16px, 7vw, 120px);
}
.registrations__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.reg__title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.reg__dsc {
  font-size: 2.625rem;
  font-weight: 700;
  color: #d4af37;
  line-height: 100%;
  letter-spacing: 0;
}
.reg__dsc-1 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 170%;
  letter-spacing: 1;
}
.registrations__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.form {
  display: flex;
  flex-direction: column;
  background: rgba(104, 103, 86, 0.57);
  border-radius: 20px;
  width: 100%;
  max-width: 673px;
  height: auto;
  min-height: 566px;
  padding: 24px 24px 24px 24px;
  gap: 16px;
}
.input__reg {
  width: 100%;
  max-width: 622px;
  height: auto;
  min-height: 43px;
  border-radius: 20px;
  border: none;
  border: 1px solid #d4af37;
  background: transparent;
}
input {
  padding: 0 0 0 15px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  color: #ffffff;
}
input:focus {
  outline: none;
  box-shadow: 0 0 8px rgb(147, 172, 6);
}
::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
}
.tour__list {
  outline: none;
  appearance: none;
  padding-right: 40px;
  width: 100%;
  max-width: 622px;
  height: auto;
  min-height: 43px;
  border-radius: 20px;
  padding: 0 10px 0 10px;
  border: 1px solid #d4af37;
  background: transparent;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 1rem;
}
.label__reg {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.input__comments {
  width: 100%;
  max-width: 622px;
  height: auto;
  min-height: 98px;
  border: 1px solid #d4af37;
  border-radius: 20px;
  background: transparent;
}
.reg__button {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center
}
.reg__btn {
  width: 100%;
  max-width: 622px;
  height: auto;
  min-height: 48px;
  border-radius: 20px;
  border: none;
  background: #c62828;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.reg__btn:hover {
  transform: translateY(-5px);
}
.questions {
  width: 100%;
  height: auto;
}
.questions__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: clamp(16px, 7vw, 120px);
  align-items: center;
}
.quest__title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 1px;
}
.quest__strong {
  color: #d4af37;
}
.questions__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.questions__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 768px;
  height: auto;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #d4af37;
  box-shadow: 0 0 5px rgb(147, 172, 6);
  overflow: hidden;
}
.quest__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
}
.quest__card {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.quest__card:hover {
  text-decoration: underline;
  color: #d4af37;
}
.card__button {
  width: auto;
  height: auto;
}
.card__btn {
  padding: 10px 15px 10px 15px;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #9c8c54;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.card__btn:hover {
  width: 50px;
  height: 50px;
}
.card__btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #d4af37;
  border-right: 2px solid #d4af37;
  transform: rotate(-135deg);
  transition: all 0.5s ease;
}
.card__btn:hover::after {
  transform: rotate(45deg);
  color: #d4af37;
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-left {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-right {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.active,
.reveal-left.active,
.reveal-right.active,
.reveal-scale.active {
  opacity: 1;
  transform: none;
}
.hero__btn,
.header__sign-up,
.about__btn-1,
.tour__btn,
.sched__btn,
.reg__btn,
.cont__btn,
.about__btn,
.card__btn-1 {
  position: relative;
  overflow: hidden;
}
.card__btn {
  position: relative;
  overflow: hidden;
}
.hero__btn::after,
.header__sign-up::after,
.about__btn-1::after,
.tour__btn::after,
.sched__btn::after,
.reg__btn::after,
.cont__btn::after,
.about__btn::after,
.card__btn-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: btnShimmer 4s infinite;
  pointer-events: none;
  z-index: 1;
}
.card__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: btnShimmer 4s infinite;
  pointer-events: none;
  z-index: 0;
}
#hero--btn-schedule::after { animation-delay: 0.8s; }
.header__sign-up::after    { animation-delay: 1.4s; }
.about__btn-1::after       { animation-delay: 2.0s; }
.tour__btn::after          { animation-delay: 2.6s; }
.sched__btn::after         { animation-delay: 3.2s; }
.reg__btn::after           { animation-delay: 3.8s; }
.cont__btn::after          { animation-delay: 4.4s; }
.about__btn::after         { animation-delay: 0.6s; }
.card__btn-1::after        { animation-delay: 1.2s; }
.card__btn::before         { animation-delay: 2.2s; }
.hero__btn:hover::after,
.header__sign-up:hover::after,
.about__btn-1:hover::after,
.tour__btn:hover::after,
.sched__btn:hover::after,
.reg__btn:hover::after,
.cont__btn:hover::after,
.about__btn:hover::after,
.card__btn-1:hover::after {
  animation: btnShimmerLoop 0.9s linear infinite;
}
.card__btn:hover::before {
  animation: btnShimmerLoop 0.9s linear infinite;
}
@keyframes btnShimmerLoop {
  0%   { left: -120%; opacity: 1; }
  100% { left: 160%;  opacity: 1; }
}
@keyframes btnShimmer {
  0%, 58%  { left: -120%; opacity: 0; }
  63%      { opacity: 1; }
  83%      { left: 160%; opacity: 0; }
  100%     { left: 160%; opacity: 0; }
}
.hero__tit {
  animation: heroTitleGlow 3s ease-in-out infinite alternate;
}
@keyframes heroTitleGlow {
  from { text-shadow: 0 0 12px rgba(212, 175, 55, 0.15); }
  to   { text-shadow: 0 0 38px rgba(212, 175, 55, 0.7), 0 0 80px rgba(212, 175, 55, 0.25); }
}

.hero__dsc {
  animation: heroGoldGlow 4s ease-in-out infinite alternate;
}
@keyframes heroGoldGlow {
  from { text-shadow: none; }
  to   { text-shadow: 0 0 30px rgba(212, 175, 55, 0.5); }
}
.hero__card {
  border: 1px solid transparent;
  transition: all 0.35s ease;
}
.hero__card:hover {
  transform: translateY(-7px);
  background: rgba(212, 175, 55, 0.18);
  border-color: rgba(212, 175, 55, 0.5);
}
.tournirs__card {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.tournirs__card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -65%;
  width: 28%;
  height: 200%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(212, 175, 55, 0.08),
    transparent
  );
  transform: rotate(22deg);
  animation: cardShine 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.tournirs__card:last-child::before { animation-delay: 4s; }
@keyframes cardShine {
  0%, 100% { left: -65%; }
  50%       { left: 130%; }
}
.tournirs__card:hover {
  transform: translateY(-9px);
  box-shadow: 0 22px 60px rgba(212, 175, 55, 0.22);
}
.about__btn {
  transition: transform 0.4s ease, background 0.3s ease;
  cursor: default;
}
.about__card:hover .about__btn {
  transform: rotate(14deg) scale(1.12);
  background: #c62828;
}
.atmosphere__card {
  overflow: hidden;
  border-radius: 10px;
}
.atmosphere__card .atm__img {
  transition: transform 0.6s ease;
}
.atmosphere__card:hover .atm__img {
  transform: scale(1.09);
}
.floating-suits {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.suit {
  position: absolute;
  user-select: none;
  animation: floatSuit linear both;
}
@keyframes floatSuit {
  0%   { transform: translateY(108vh) rotate(0deg);   opacity: 0; }
  8%   { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(-12vh)  rotate(360deg); opacity: 0; }
}
.contacts {
  width: 100%;
  height: auto;
}
.contacts__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding-block: clamp(16px, 7vw, 120px);
}
.contacts__title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #d4af37;
  line-height: 140%;
  letter-spacing: 1px;
}
.contacts__map-block {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 48px;
}
.contacts__block {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 100%;
}
.contacts__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 670px;
  height: auto;
  min-height: 320px;
  background: white;
  padding: 10px 28px 10px 28px;
  border-radius: 20px;
  background: rgba(104, 103, 86, 0.57);
  border: 1px solid #d4af37;
  justify-content: center;
  box-shadow: 0 0 5px rgb(147, 172, 6);
}
.contacts__card {
  display: flex;
  align-items: center;
  gap: 24px;
}
.card__btn-1 {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  padding: 10px 10px 10px 10px;
  background: #d4af37;
  border: none;
}
.adress__card {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.adress {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(253, 253, 253, 0.6);
  line-height: 140%;
  letter-spacing: 0;
}
.adress__1 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0;
}
.number__text {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(253, 253, 253, 0.6);
  line-height: 100%;
  letter-spacing: 0;
}
.number {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 0;
}
.messengers {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(253, 253, 253, 0.6);
  line-height: 140%;
  letter-spacing: 0;
}
.messengers__adress {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.mess {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 100%;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.mess:hover {
  color: #d4af37;
  text-decoration: underline;
}
.contacts__button {
  width: auto;
  height: auto;
}
.cont__btn {
  width: 100%;
  max-width: 673px;
  height: auto;
  min-height: 54px;
  border: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 400;
  background: #c62828;
  cursor: pointer;
}
.cont__btn:hover {
  transform: translateY(-5px);
}
.contacts__map {
  width: 100%;
  max-width: 674px;
  height: auto;
  min-height: 387px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 8px 40px rgba(212, 175, 55, 0.12);
  transition: box-shadow 0.35s ease;
}
.cont__icon {
  display: block;
  object-fit: cover;
  width: 24px;
  height: 24px;
}
.contacts__map:hover {
  box-shadow: 0 16px 60px rgba(212, 175, 55, 0.25);
}
.tournir__card-1 {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  border: 1px solid transparent;
}
.tournir__card-1:hover {
  transform: translateX(6px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.14);
}
.quest__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  visibility: hidden;
  pointer-events: none;
}
.answer {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
.quest__answer.active {
  visibility: visible;
  pointer-events: auto;
  max-height: 500px;
  padding: 0 20px 20px;
}
.card__btn.active::after {
  transform: rotate(45deg);
}
.modal__block-1 {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal__block-1.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__fon-1 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: clamp(16px, 4vh, 48px) 16px;
  overscroll-behavior: contain;
  backdrop-filter: blur(5px);
}
.modal__window-1 {
  width: 100%;
  max-width: 1225px;
  margin: auto;
  flex: 0 0 auto;
  transform: translateY(20px) scale(0.97);
  transition:  transform 0.3s ease;
  border-radius: 16px;
  background: transparent;
}
.modal__block-1.active .modal__window-1 {
  transform: translateY(0) scale(1);
}
.modal__block-2 {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal__block-2.tours {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__fon-2 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: clamp(16px, 4vh, 48px) 16px;
  overscroll-behavior: contain;
  backdrop-filter: blur(5px);
}
.modal__window-2 {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  flex: 0 0 auto;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s ease;
  border-radius: 16px;
  background: transparent;
}
.modal__block-2.tours .modal__window-2 {
  transform: translateY(0) scale(1);
}
body.modal-open {
  overflow: hidden;
}
@media (max-height: 900px) {
  .modal__fon-1,
  .modal__fon-2 {
    align-items: flex-start;
    padding-block: 20px;
  }
  .modal__window-1,
  .modal__window-2 {
    margin-block: 0;
  }
}
@media (max-height: 700px) {
  .modal__fon-1,
  .modal__fon-2 {
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .header__content {
    justify-content: center;
    gap: 16px 32px;
  }
  .header__links--button {
    justify-content: center;
    gap: 20px;
  }
  .about__image,
  .about__cards-button {
    flex: 1 1 420px;
  }
  .about__img {
    max-width: 100%;
    min-height: 500px;
  }
  .contacts__map-block {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-inline: 14px;
  }
  .header__links--button {
    gap: 16px;
  }
  .hero__content {
    min-height: auto;
  }
  .hero__dsc {
    font-size: 4rem;
  }
  .hero__dsc-1 {
    padding-left: 0;
    text-align: center;
  }
  .contacts__map-block {
    flex-direction: column;
  }
  .advantages__grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .advantages__card,
  .contacts__cards,
  .contacts__map,
  .cont__btn {
    max-width: 100%;
  }
  .contacts__map iframe {
    height: 380px;
  }
  .tournirs__title,
  .strong__tour {
    font-size: 3rem;
  }
  .atm__title,
  .atm__title-1,
  .adv__title,
  .adv__strong,
  .schedule__title,
  .sched__strong,
  .reg__title,
  .reg__dsc,
  .quest__title,
  .contacts__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding-inline: 12px;
  }
  .header {
    position: relative;
  }
  .header__content,
  .header__links--button {
    flex-direction: column;
  }
  .header__links--button {
    width: 100%;
    gap: 14px;
  }
  .header__sign-up {
    width: 100%;
  }
  .hero__content {
    gap: 22px;
  }
  .hero__tit {
    font-size: 2.25rem;
  }
  .hero__dsc {
    font-size: 3rem;
    text-align: center;
  }
  .hero__dsc-1 {
    font-size: 1.1rem;
    line-height: 150%;
  }
  .hero__buttons {
    flex-direction: column;
    width: 100%;
  }
  .hero__btn {
    width: 100%;
  }
  .hero__grids,
  .advantages__grids {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .hero__card,
  .advantages__card {
    max-width: 100%;
  }
  .about__content {
    gap: 24px;
  }
  .about__img {
    min-height: 360px;
  }
  .about__card {
    padding-right: 10px;
  }
  .about__btn-1 {
    width: 100%;
  }
  .tournirs__title,
  .strong__tour {
    font-size: 2.25rem;
  }
  .tournirs__title,
  .atm__title,
  .adv__title,
  .schedule__title,
  .reg__title,
  .reg__dsc,
  .reg__dsc-1,
  .quest__title,
  .contacts__title {
    text-align: center;
  }
  .tournirs__card {
    min-height: 400px;
    padding: 20px;
  }
  .cards__content {
    gap: 12px;
  }
  .card__price {
    max-width: 100%;
  }
  .tournirs__button {
    padding-right: 0;
  }
  .atm__img {
    height: 260px;
  }
  .atmosphere__card {
    height: 260px;
  }
  .gallery-lightbox {
    grid-template-columns: 1fr;
    padding: 70px 16px 90px;
  }
  .gallery-lightbox__arrow {
    position: absolute;
    bottom: 22px;
  }
  .gallery-lightbox__arrow--prev {
    left: calc(50% - 68px);
  }
  .gallery-lightbox__arrow--next {
    right: calc(50% - 68px);
  }
  .atm__title,
  .atm__title-1,
  .adv__title,
  .adv__strong,
  .schedule__title,
  .sched__strong,
  .reg__title,
  .reg__dsc,
  .quest__title,
  .contacts__title {
    font-size: 2rem;
  }
  .tournir__card-1 {
    gap: 16px;
  }
  .form {
    min-height: auto;
    padding: 20px 16px;
  }
  .quest__card-header {
    gap: 12px;
    padding: 16px;
  }
  .contacts__cards {
    min-height: auto;
    padding: 24px 16px;
  }
  .modal__fon-1,
  .modal__fon-2 {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .header__logo,
  .header__strong,
  .header__strong-1 {
    font-size: 1.15rem;
  }
  .hero__tit {
    font-size: 1.8rem;
  }
  .hero__dsc {
    font-size: 2.3rem;
  }
  .hero__btn,
  .about__btn-1 {
    padding: 13px 16px;
    font-size: 0.95rem;
  }
  .about__img {
    min-height: 260px;
  }
  .about__title,
  .title__strong {
    font-size: 1.6rem;
    text-align: center;
  }
  .tournirs__title,
  .strong__tour,
  .atm__title,
  .atm__title-1,
  .adv__title,
  .adv__strong,
  .schedule__title,
  .sched__strong,
  .reg__title,
  .reg__dsc,
  .quest__title,
  .contacts__title {
    font-size: 1.6rem;
  }
  .tournirs__card {
    min-height: 360px;
    padding: 16px;
  }
  .atm__img {
    height: 220px;
  }
  .atmosphere__card {
    height: 220px;
    border-radius: 16px;
  }
  .atmosphere__slider {
    padding-bottom: 70px;
  }
  .grid__content {
    bottom: 16px;
    left: 16px;
    right: 16px;
    min-height: 38px;
    padding: 8px 14px;
  }
  .gallery-lightbox__close {
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
  .gallery-lightbox__image {
    border-radius: 14px;
  }
  .tournir__card-1 {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }
  .tour__time-card {
    width: 100%;
    justify-content: space-between;
  }
  .tour__time,
  .tour__name {
    align-items: flex-start;
  }
  .quest__card {
    font-size: 0.95rem;
    line-height: 130%;
  }
  .card__btn {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .contacts__card {
    align-items: flex-start;
    gap: 12px;
  }
  .adress__1,
  .number,
  .mess {
    overflow-wrap: anywhere;
  }
  .contacts__map,
  .contacts__map iframe {
    min-height: 300px;
    height: 300px;
  }
  .reveal-left,
  .reveal-right {
    transform: translateY(40px);
  }
  .modal__fon-1,
  .modal__fon-2 {
    padding: 6px;
  }
}
.custom-select {
  position: relative;
  width: 100%;
  max-width: 622px;
  font-family: 'Montserrat', sans-serif;
  user-select: none;
}
.custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid #d4af37;
  background: transparent;
  color: rgba(255, 255, 255, 0.35);
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.custom-select__trigger:hover {
  border-color: #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.35);
}
.custom-select.open .custom-select__trigger {
  border-color: #d4af37;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
}
.custom-select__trigger.has-value {
  color: #ffffff;
}
.custom-select__arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid #d4af37;
  border-bottom: 2px solid #d4af37;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
  flex-shrink: 0;
  margin-bottom: 3px;
}
.custom-select.open .custom-select__arrow {
  transform: rotate(-135deg);
  margin-bottom: -3px;
}
.custom-select__options {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0f1117;
  border: 1px solid #d4af37;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  z-index: 50;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}
.custom-select.open .custom-select__options {
  max-height: 340px;
  opacity: 1;
  pointer-events: auto;
}
.custom-select__option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.custom-select__option:last-child {
  border-bottom: none;
}
.custom-select__option:hover {
  background: rgba(212, 175, 55, 0.12);
}
.custom-select__option.selected {
  background: rgba(212, 175, 55, 0.18);
}
.option__suit {
  font-size: 1.4rem;
  color: #d4af37;
  line-height: 1;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
.option__suit.red {
  color: #c62828;
}
.option__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.option__name {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
.option__meta {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1;
}
.error__message {
  display: block;
  margin-top: 5px;
  color: #ff4d4d;
  font-size: 0.875rem;
}
.success__message {
  margin-top: 20px;
  color: #3fd46b;
  font-size: 16px;
  font-weight: 600;
}
.input__error {
  border: 2px solid #ff4f4d !important;
}
.input__success {
  border: 2px solid #3fd46b !important;
}

.signup-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.signup-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.signup-modal__backdrop {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(16px, 4vh, 48px) 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}
.signup-modal__window {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin: auto;
  padding: 34px 28px 28px;
  border: 1px solid #d4af37;
  border-radius: 24px;
  background: #11120f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65), 0 0 35px rgba(212, 175, 55, 0.12);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.3s ease;
}
.signup-modal.active .signup-modal__window {
  transform: translateY(0) scale(1);
}
.signup-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  background: #c62828;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.signup-modal__close:hover {
  transform: rotate(90deg);
  background: #d4af37;
  color: #0b0f14;
}
.signup-modal__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 48px 24px;
  text-align: center;
}
.signup-modal__title,
.signup-modal__accent {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 100%;
}
.signup-modal__title {
  color: #ffffff;
}
.signup-modal__accent {
  color: #d4af37;
}
.signup-modal__description {
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 160%;
}
.signup-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: rgba(104, 103, 86, 0.57);
}
.signup-modal__label {
  color: #ffffff;
  font-size: 1rem;
  line-height: 100%;
}
.signup-modal__input,
.signup-modal__select,
.signup-modal__comments {
  width: 100%;
  min-height: 43px;
  padding: 0 15px;
  border: 1px solid #d4af37;
  border-radius: 20px;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.signup-modal__input:focus,
.signup-modal__select:focus,
.signup-modal__comments:focus {
  box-shadow: 0 0 8px rgb(147, 172, 6);
}
.signup-modal__select {
  appearance: none;
  padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, #d4af37 50%),
                    linear-gradient(135deg, #d4af37 50%, transparent 50%);
  background-position: calc(100% - 21px) 18px, calc(100% - 15px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.signup-modal__select option {
  background: #11120f;
  color: #ffffff;
}
.signup-modal__comments {
  min-height: 98px;
  padding-top: 14px;
  resize: vertical;
}
.signup-modal__error {
  min-height: 14px;
  color: #ff4d4d;
  font-size: 0.8rem;
}
.signup-modal__input.error,
.signup-modal__select.error {
  border-color: #ff4d4d;
  box-shadow: 0 0 7px rgba(255, 77, 77, 0.35);
}
.signup-modal__submit {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  border: 1px solid #d4af37;
  border-radius: 20px;
  background: #c62828;
  color: #ffffff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.signup-modal__submit:hover {
  transform: translateY(-3px);
  background: #d4af37;
  color: #0b0f14;
}
.signup-modal__success {
  min-height: 22px;
  color: #3fd46b;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1366px) {
  .signup-modal__backdrop {
    padding: 20px 16px;
  }

  .signup-modal__window {
    max-width: 680px;
    padding: 24px;
  }

  .signup-modal__heading {
    padding-bottom: 18px;
  }

  .signup-modal__title,
  .signup-modal__accent {
    font-size: 2.2rem;
  }

  .signup-modal__form {
    gap: 9px;
    padding: 18px;
  }
}

@media (max-width: 768px) {
  .signup-modal__backdrop {
    padding: 10px;
  }

  .signup-modal__window {
    padding: 54px 14px 14px;
    border-radius: 18px;
  }

  .signup-modal__heading {
    padding: 0 8px 20px;
  }

  .signup-modal__title,
  .signup-modal__accent {
    font-size: 2rem;
  }

  .signup-modal__form {
    padding: 18px 14px;
  }
}

@media (max-width: 480px) {
  .signup-modal__title,
  .signup-modal__accent {
    font-size: 1.55rem;
  }

  .signup-modal__description {
    font-size: 0.9rem;
    line-height: 145%;
  }

  .signup-modal__input,
  .signup-modal__select,
  .signup-modal__comments,
  .signup-modal__submit {
    min-height: 48px;
  }
}

@media (max-width: 360px) {
  .signup-modal__backdrop {
    padding: 6px;
  }

  .signup-modal__window {
    padding: 50px 8px 8px;
    border-radius: 14px;
  }

  .signup-modal__heading {
    padding-inline: 2px;
  }

  .signup-modal__title,
  .signup-modal__accent {
    font-size: 1.35rem;
  }

  .signup-modal__form {
    padding: 14px 10px;
  }
}

@media (min-width: 769px) and (max-height: 820px) {
  .signup-modal__backdrop {
    padding-block: 10px;
  }

  .signup-modal__window {
    padding-block: 18px;
  }

  .signup-modal__heading {
    gap: 4px;
    padding-bottom: 12px;
  }

  .signup-modal__title,
  .signup-modal__accent {
    font-size: 1.8rem;
  }

  .signup-modal__description {
    margin-top: 3px;
    font-size: 0.9rem;
  }

  .signup-modal__form {
    gap: 6px;
    padding-block: 14px;
  }

  .signup-modal__comments {
    min-height: 62px;
  }

  .signup-modal__error {
    min-height: 10px;
  }
}

@media (max-width: 768px) and (max-height: 740px) {
  .signup-modal__backdrop {
    padding: 6px;
  }

  .signup-modal__window {
    padding-top: 48px;
  }

  .signup-modal__heading {
    gap: 4px;
    padding-bottom: 12px;
  }

  .signup-modal__description {
    margin-top: 2px;
  }

  .signup-modal__form {
    gap: 7px;
    padding-block: 12px;
  }

  .signup-modal__comments {
    min-height: 64px;
  }

  .signup-modal__error {
    min-height: 8px;
  }
}

.sched__tour {
  text-decoration: none;
  font-size: 1.1rem;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
.sched__tour:hover {
  color: #0f1117;
}
