@charset "UTF-8";
.header {
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 4;
}
.header__content {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 200px;
  -moz-column-gap: 27px;
       column-gap: 27px;
  padding: 6px 17px 6px;
  background-color: rgba(20, 19, 56, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0px 0px 15px 3px rgba(39, 248, 229, 0.5);
}
@media (min-width: 1100px) {
  .header__content {
    padding: 13px 33px 13px 21px;
  }
}
@media (max-width: 1099px) {
  .header__navigation {
    position: absolute;
    top: 6px;
    right: 17px;
    padding: 0px 23px 27px;
    min-width: 158px;
    border-radius: 25px;
    background-color: #FFFFFF;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1100px) {
  .header__navigation {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 1099px) {
  .header__navigation--open {
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease;
  }
}
.header__navigation-list {
  display: flex;
  list-style: none;
}
@media (max-width: 1099px) {
  .header__navigation-list {
    flex-direction: column;
    row-gap: 13px;
  }
}
@media (min-width: 1100px) {
  .header__navigation-list {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
}
.header__navigation-link {
  font-weight: bold;
}
@media (max-width: 1099px) {
  .header__navigation-link {
    color: #0A0B10;
    font-size: 13px;
  }
}
@media (min-width: 1100px) {
  .header__navigation-link {
    background: linear-gradient(90deg, #C5D2F7, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.header__navigation-close {
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
  margin-top: -1px;
  margin-bottom: -3px;
  margin-right: -23px;
}
.header__navigation--open .header__navigation-close {
  display: flex;
}
.header__burger {
  display: flex;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1100px) {
  .header__burger {
    display: none;
  }
}
.header__registration {
  display: none;
  padding: 4px 40px 7px;
  background-color: #FFFFFF;
  border-radius: 200px;
}
@media (min-width: 1100px) {
  .header__registration {
    display: block;
  }
}
.header__registration-text {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #0A0B10;
}
.header__registration-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #0A0B10;
}

.footer {
  margin-top: 110px;
}
@media (max-width: 1099px) {
  .footer {
    margin-top: 27px;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 0 82px 133px;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
@media (max-width: 1099px) {
  .footer__content {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 33px;
    padding: 0 16px 100px;
    padding-top: 0;
  }
}
.footer__title {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 95%;
  background: linear-gradient(90deg, #1823FF, #27F8E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Для Firefox */
  background-clip: text;
  color: transparent;
}
@media (max-width: 1099px) {
  .footer__title {
    font-size: 40px;
  }
}
.footer__contacts {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media (max-width: 1099px) {
  .footer__contacts {
    margin-top: 35px;
    row-gap: 28px;
  }
}
.footer__contacts-item {
  display: flex;
  gap: 22px;
}
.footer__contacts-icon {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .footer__contacts-icon {
    max-width: 24px;
  }
}
.footer__contact-text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1099px) {
  .footer__contact-text {
    font-size: 14px;
    line-height: 1.37;
  }
}
.footer__contact-link {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 1099px) {
  .footer__contact-link {
    font-size: 14px;
    line-height: 1.37;
  }
}
.footer__contact-link:hover {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer__map {
    display: none;
  }
}
.footer__social {
  justify-self: end;
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  margin-top: 25px;
}
@media (max-width: 1099px) {
  .footer__social {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
}
@media (max-width: 767px) {
  .footer__social {
    margin-top: 0;
  }
}
.footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.footer__social-link:hover {
  opacity: 0.5;
}
.footer__social-icon {
  width: 36px;
  height: 36px;
}
@media (max-width: 1099px) {
  .footer__social-icon {
    width: 33px;
    height: 33px;
  }
}

.hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero::before {
  content: url("./assets/images/hero-background-spots-desktop.svg");
  position: absolute;
  top: -227px;
}
@media (max-width: 767px) {
  .hero::before {
    content: url("./assets/images/hero-background-spots-mobile.svg");
    top: -321px;
  }
}
.hero__content {
  position: relative;
  padding: 0px 79px;
  width: 100%;
}
@media (max-width: 1099px) {
  .hero__content {
    padding: 0;
  }
}
.hero__banner {
  display: block;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(36px);
  max-width: 894px;
}
@media (max-width: 767px) {
  .hero__banner {
    margin-top: -27px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.hero__grid {
  margin-top: -160px;
}
@media (max-width: 1099px) {
  .hero__grid {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .hero__grid {
    margin-top: -32px;
  }
}
.hero__text {
  position: relative;
  display: flex;
  color: #FFFFFF;
  font-size: 36px;
  padding-top: 51px;
}
.hero__text::before {
  content: "";
  display: block;
  margin-top: -51px;
  width: 76px;
  height: 76px;
  background-image: url("data:image/svg+xml,%3Csvg width='76.000000' height='76.000000' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='Star' d='M38 0L43.37 32.62L76 38L43.37 43.37L38 76L32.62 43.37L0 38L32.62 32.62L38 0Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1099px) {
  .hero__text {
    font-size: 26px;
  }
  .hero__text::before {
    margin-top: -51px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .hero__text {
    font-size: 16px;
    padding-top: 0;
    padding-left: 17px;
  }
  .hero__text::before {
    margin-top: -20px;
    margin-right: -7px;
    width: 34px;
    height: 34px;
  }
}
.hero__title {
  position: relative;
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 38px;
  text-align: right;
  font-size: 81px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.04;
  background: linear-gradient(90deg, #1823FF, #27F8E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Для Firefox */
  background-clip: text;
  color: transparent;
}
.hero__title::before {
  content: url("./assets/images/curve.svg");
  display: block;
  margin-top: 16px;
}
@media (max-width: 1099px) {
  .hero__title {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 28px;
    margin-top: 51px;
    padding-right: 20px;
  }
  .hero__title::before {
    content: url("./assets/images/curve-mobile.svg");
    position: absolute;
    top: -63px;
    left: 9px;
    margin-top: 0;
  }
}
.hero__button {
  display: flex;
  justify-content: center;
  padding: 6px 30px 7px;
  background-color: #ffffff;
  border-radius: 200px;
  margin-top: 52px;
}
@media (max-width: 576px) {
  .hero__button {
    margin-top: 30px;
    padding-bottom: 4px;
  }
}
.hero__button-text {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #0A0B10;
}
.hero__button-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #0A0B10;
}
@media (max-width: 576px) {
  .hero__button-text {
    font-size: 16px;
  }
}

@keyframes slide {
  0%, 10% {
    transform: var(--base-transform) translateX(0);
  }
  40%, 60% {
    transform: var(--base-transform) translateX(var(--slide-dist));
  }
  90%, 100% {
    transform: var(--base-transform) translateX(0);
  }
}
.headliners {
  position: relative;
  margin-top: 175px;
  padding-top: 200px;
}
@media (max-width: 767px) {
  .headliners {
    margin-top: 52px;
    padding-top: 80px;
  }
}
.headliners__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.headliners__title--mobile {
  display: none;
}
.headliners__title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(10, 11, 18) 0%, rgba(10, 11, 18, 0.4) 40%, rgba(10, 11, 18, 0) 50%, rgba(10, 11, 18, 0.5) 60%, rgb(10, 11, 18) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .headliners__title--desktop {
    display: none;
  }
  .headliners__title--mobile {
    display: block;
  }
}
.headliners__title-row {
  display: flex;
  gap: 97px;
  animation: slide 16s ease-in-out infinite;
}
@media (max-width: 767px) {
  .headliners__title-row {
    gap: 12px;
  }
}
.headliners__title-row:first-child {
  --base-transform: translateX(-43px);
  --slide-dist: -550px;
}
@media (max-width: 767px) {
  .headliners__title-row:first-child {
    --base-transform: translateX(-97px);
    --slide-dist: -239px;
  }
}
.headliners__title-row:last-child {
  --base-transform: translateX(72px);
  --slide-dist: 550px;
}
@media (max-width: 767px) {
  .headliners__title-row:last-child {
    --base-transform: translateX(47px);
    --slide-dist: 190px;
  }
}
.headliners__title-row + .headliners__title-row {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .headliners__title-row + .headliners__title-row {
    margin-top: 12px;
  }
}
.headliners__title-item {
  display: flex;
}
.headliners__content {
  position: relative;
}
@media (max-width: 767px) {
  .headliners__content {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
  }
}
.headliners__background {
  position: absolute;
  width: 1810px;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -51%);
}
@media (max-width: 767px) {
  .headliners__background {
    width: 817px;
    transform: translate(-50%, -45%);
  }
}
.headliners__image {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 895px;
}
@media (min-width: 1254px) {
  .headliners__image::before {
    content: url("./assets/images/hedlainers-slogans.svg");
    position: absolute;
    top: 50px;
    left: -171px;
  }
}
.headliners__label {
  position: absolute;
  left: 50%;
  bottom: 6.26%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 405px;
  font-size: 97px;
  text-align: center;
  border-radius: 200px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(10, 11, 16, 0.7);
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  color: #27F8E5;
  box-shadow: 0px 0px 30px 3px #27F8E5;
}
@media (max-width: 1099px) {
  .headliners__label {
    max-width: 250px;
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .headliners__label {
    max-width: 140px;
    font-size: 33px;
    bottom: 18px;
  }
}

.steps {
  position: relative;
  margin-top: 74px;
}
.steps::before {
  content: url("./assets/images/steps-background-spots-desktop.svg");
  position: absolute;
  top: -500px;
  left: 50%;
  transform: translateX(-57%);
  z-index: -1;
}
@media (max-width: 767px) {
  .steps::before {
    content: url("./assets/images/steps-background-spots-mobile.svg");
    top: 66px;
  }
}
@media (max-width: 767px) {
  .steps {
    margin-top: 0;
  }
}
.steps__content {
  padding: 0 38px 0;
}
@media (max-width: 767px) {
  .steps__content {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.steps__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.04;
  background: linear-gradient(90deg, #1823FF, #27F8E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Для Firefox */
  background-clip: text;
  color: transparent;
}
@media (max-width: 1100px) {
  .steps__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .steps__title {
    font-size: 32px;
  }
}
.steps__grid {
  position: relative;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 45px;
}
.steps__grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 91px;
  left: 16.6666666667%;
  right: 16.6666666667%;
  height: 1px;
  background-image: linear-gradient(90deg, #1823FF, #27F8E5);
}
@media (max-width: 767px) {
  .steps__grid {
    flex-direction: column;
    row-gap: 27px;
    padding-top: 25px;
  }
  .steps__grid::before {
    display: none;
  }
}
.steps__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.steps__column-number {
  font-size: 32px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .steps__column-number {
    font-size: 16px;
  }
  .steps__column-number::before {
    content: "шаг";
    text-transform: capitalize;
    margin-right: 5px;
  }
}
.steps__column-dot {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .steps__column-dot {
    display: none;
  }
}
.steps__colunm-card {
  margin-top: 7px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid transparent;
  border-radius: 15px;
  max-width: 303px;
  transition: border-color 0.3s linear;
}
.steps__colunm-card--visible {
  border-color: #FFFFFF;
}
@media (max-width: 767px) {
  .steps__colunm-card {
    padding: 0;
    max-width: none;
    margin-top: 10px;
    width: 100%;
  }
}
.steps__column-title {
  width: 80%;
  font-size: 32px;
  color: #27F8E5;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .steps__column-title {
    width: 100%;
    font-size: 24px;
  }
}
.steps__column-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media (max-width: 767px) {
  .steps__column-text {
    opacity: 1;
    margin-top: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    letter-spacing: -0.2px;
    line-height: 1.4;
  }
}
.steps__colunm-card--visible .steps__column-text {
  opacity: 1;
}

.floor-plan {
  margin-top: 126px;
}
@media (max-width: 767px) {
  .floor-plan {
    display: none;
  }
}
.floor-plan__content {
  position: relative;
  padding: 0 99px;
}
.floor-plan__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 97px;
  font-weight: 700;
  line-height: 1.04;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .floor-plan__title {
    font-size: 40px;
  }
}
.floor-plan__image {
  display: block;
  margin: 50px auto 0;
}
.floor-plan__interactive-area {
  cursor: pointer;
}
.floor-plan__interactive-area .glow-element {
  opacity: 0;
  filter: blur(3px);
  transition: opacity 0.3s ease;
}
.floor-plan__interactive-area:hover .glow-element {
  opacity: 1;
}
.floor-plan__popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1158px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(10, 11, 16, 0.85);
  border: 1px solid #27F8E5;
  border-radius: 20px;
  z-index: 3;
  overflow: hidden;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 50px;
  padding-left: 38px;
  color: #FFFFFF;
}
.floor-plan__popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.floor-plan__popup-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 47px;
  font-weight: 400;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: -9px;
}
.floor-plan__popup-title::before {
  flex-shrink: 0;
  content: "";
  width: 33px;
  height: 36px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./assets/icons/map-marker.svg");
}
.floor-plan__popup-close {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./assets/icons/popup-close-button.svg");
}
.floor-plan__popup-body {
  margin-top: 33px;
}
.floor-plan__subtitle {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.37;
  color: #27F8E5;
}
.floor-plan__subtitle--big {
  font-size: 36px;
  color: #FFFFFF;
}
.floor-plan__subtitle--big + .floor-plan__subtitle--big {
  margin-top: 14px;
}
.floor-plan__list {
  padding-left: 28px;
}
.floor-plan__list-item {
  font-size: 20px;
  line-height: 1.37;
}
.floor-plan__list-item::marker {
  font-size: 0.7em;
}
.floor-plan__description {
  font-size: 20px;
}
.floor-plan__location {
  margin-top: 10px;
  line-height: 1.37;
}
.floor-plan__list + .floor-plan__subtitle, .floor-plan__subtitle + .floor-plan__subtitle, .floor-plan__description + .floor-plan__subtitle {
  margin-top: 23px;
}
.floor-plan__subtitle + .floor-plan__description, .floor-plan__subtitle + .floor-plan__list, .floor-plan__location + .floor-plan__list {
  margin-top: 10px;
}

.schedule {
  position: relative;
  margin-top: 118px;
}
.schedule::before {
  content: url("./assets/images/schedule-background-spots-desktop.svg");
  position: absolute;
  top: -280px;
  transform: translateX(17%);
  z-index: -1;
}
@media (max-width: 576px) {
  .schedule::before {
    content: url("./assets/images/schedule-background-spots-mobile.svg");
    transform: translateX(-26%);
    top: 15px;
  }
}
@media (max-width: 576px) {
  .schedule {
    margin-top: 45px;
  }
}
.schedule__content {
  position: relative;
  padding: 0 99px;
}
@media (max-width: 1100px) {
  .schedule__content {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .schedule__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.schedule__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 97px;
  font-weight: 700;
  line-height: 1.04;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .schedule__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .schedule__title {
    text-align: center;
  }
}
.schedule__list {
  margin-top: 93px;
}
@media (max-width: 1100px) {
  .schedule__list {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .schedule__item {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #27F8E5;
  }
  .schedule__item:nth-child(even) {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .schedule__item:nth-child(odd) {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(20, 19, 56, 0.5);
  }
}
.schedule__item + .schedule__item {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .schedule__item + .schedule__item {
    margin-top: 34px;
  }
}
.schedule__item-summary {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .schedule__item-summary {
    position: relative;
    display: block;
    padding-right: 15px;
  }
}
.schedule__item--short .schedule__item-summary {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media (max-width: 767px) {
  .schedule__item--short .schedule__item-summary {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.schedule__item-time {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: 317px;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
  font-size: 47px;
  color: #27F8E5;
}
@media (pointer: fine) and (hover: hover) {
  .schedule__item-time {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .schedule__item-time {
    font-size: 20px;
    width: auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.schedule__item--short .schedule__item-time {
  width: 176px;
}
@media (max-width: 767px) {
  .schedule__item--short .schedule__item-time {
    font-size: 20px;
    width: auto;
  }
}
.schedule__item-divider {
  width: 1px;
  height: 39px;
  background-color: #27F8E5;
}
@media (max-width: 767px) {
  .schedule__item-divider {
    display: none;
  }
}
.schedule__item-title {
  font-size: 25px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (pointer: fine) and (hover: hover) {
  .schedule__item-title {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .schedule__item-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.schedule__item--short .schedule__item-title {
  font-size: 47px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .schedule__item--short .schedule__item-title {
    font-size: 20px;
    margin-top: 0;
  }
}
.schedule__item-toggle {
  display: none;
}
@media (max-width: 767px) {
  .schedule__item-toggle {
    position: absolute;
    top: -8px;
    right: -11px;
    display: flex;
    width: 17px;
    height: 21px;
    background-image: url("./assets/icons/accordion-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: transform 0.3s ease;
  }
}
@media (max-width: 767px) {
  .schedule__item[open] .schedule__item-toggle {
    transform: rotateX(180deg);
  }
}
.schedule__location {
  display: none;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 10px;
  font-size: 13px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .schedule__location {
    display: flex;
  }
}
@media (max-width: 767px) {
  .schedule__item--short .schedule__location {
    grid-column: 1/span 2;
  }
}
@media (max-width: 1100px) {
  .schedule__location-icon {
    max-width: 17px;
  }
}
.schedule__item-details {
  color: #FFFFFF;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
  line-height: 1.37;
}
@media (min-width: 768px) {
  .schedule__item[open] .schedule__item-details {
    display: none;
  }
}
.schedule__modal {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 281px;
  max-width: 1158px;
  background-color: rgba(19, 12, 29, 0.85);
  border: 1px solid #27F8E5;
  border-radius: 20px;
  z-index: 3;
  overflow: hidden;
  padding-top: 39px;
  padding-right: 55px;
  padding-bottom: 39px;
  padding-left: 55px;
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
}
.schedule__modal--visible {
  display: flex;
}
.schedule__modal-title {
  color: #27F8E5;
}
.schedule__modal-text {
  line-height: 1.37;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.accordion__item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #27F8E5;
  border: 1px solid #27F8E5;
}
.accordion__item:nth-child(even) {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion__item:nth-child(odd) {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(10, 11, 16, 0.5);
}
.accordion__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 13px 8px 18px;
  color: #27F8E5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.accordion__toggle {
  width: 18px;
  height: 23px;
  flex-shrink: 0;
  background-image: url("./assets/icons/accordion-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s ease;
}
.accordion__item--open .accordion__toggle {
  transform: rotateX(180deg);
}
.accordion__content {
  display: none;
  padding: 14px 14px 25px 18px;
  color: #ffffff;
}
.accordion__item--open .accordion__content {
  display: block;
}
.accordion__location {
  font-size: 13px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.accordion__location-icon {
  width: 17px;
}
.accordion__description, .accordion__list {
  font-size: 14px;
  font-weight: 500;
}
.accordion__description {
  margin-top: 14px;
}
.accordion__list {
  padding-left: 20px;
}
.accordion__list-item {
  line-height: 1.37;
}
.accordion__list-item::marker {
  font-size: 0.7em;
}

.waves {
  width: 116px;
  height: 100px;
  border-radius: 50%;
  border-top: 0;
  border-bottom: 0;
  border-left: 2px solid rgba(100, 180, 255, 0.9);
  border-right: 2px solid rgba(100, 180, 255, 0.9);
  padding: 8px;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.waves__level-1, .waves__level-2 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border-top: 0;
  border-bottom: 0;
  border-left: 2px solid rgba(100, 180, 255, 0.5);
  border-right: 2px solid rgba(100, 180, 255, 0.5);
  padding: 8px;
}

@keyframes ping {
  75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.video-block {
  position: relative;
  margin-top: 55px;
}
@media (min-width: 577px) {
  .video-block::before {
    content: url("./assets/images/video-background-spots-desktop.svg");
    position: absolute;
    top: -173px;
    transform: translateX(-41%);
    z-index: -1;
  }
}
@media (max-width: 576px) {
  .video-block {
    margin-top: 42px;
  }
}
.video-block__content {
  padding: 29px 80px 55px;
}
@media (max-width: 1100px) {
  .video-block__content {
    padding: 0;
  }
}
.video-block__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 97px;
  font-weight: 700;
  line-height: 1.04;
  background: linear-gradient(90deg, #1823FF, #27F8E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Для Firefox */
  background-clip: text;
  color: transparent;
}
@media (max-width: 1100px) {
  .video-block__title {
    font-size: 40px;
    padding-left: 16px;
  }
}
.video-block__player {
  position: relative;
  margin-top: 66px;
}
@media (max-width: 767px) {
  .video-block__player {
    margin: 30px auto 0;
    max-width: calc(100% - 40px);
  }
}
.video-block__player-source {
  position: relative;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 3px #27f8e5;
}
@media (max-width: 767px) {
  .video-block__player-source {
    border-radius: 9px;
  }
}
.video-block__player-play-button {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 68px;
  background-image: url("./assets/icons/play-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
}
.video-block__player-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-block__player-fullscreen-button {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  background-image: url("./assets/icons/fullscreen-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .video-block__player-fullscreen-button {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.accommodation {
  position: relative;
}
.accommodation::before {
  content: url("./assets/images/accommodation-background-spots-desktop.svg");
  position: absolute;
  transform: translateX(83%);
  bottom: -296px;
  z-index: -1;
}
@media (max-width: 576px) {
  .accommodation::before {
    content: url("./assets/images/accommodation-background-spots-mobile.svg");
    top: 0;
    top: -340px;
    left: -980px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .accommodation {
    margin-top: 81px;
  }
}
@media (max-width: 576px) {
  .accommodation {
    margin-top: 57px;
  }
}
.accommodation__content {
  padding: 55px 74px 60px;
}
@media (max-width: 1100px) {
  .accommodation__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .accommodation__content {
    padding-top: 25px;
  }
}
.accommodation__title {
  position: relative;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 97px;
  font-weight: 700;
  line-height: 0.95;
  color: #FFFFFF;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .accommodation__title {
    font-size: 32px;
    padding-left: 16px;
    -moz-column-gap: 22px;
         column-gap: 22px;
    margin-left: 0;
  }
}
.accommodation__title::after {
  content: "";
  margin-top: -49px;
  display: flex;
  width: 164px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./assets/icons/accommodation-icon.svg");
}
@media (max-width: 1100px) {
  .accommodation__title::after {
    margin-top: -25px;
    width: 68px;
    height: 67px;
  }
}
.accommodation__items {
  margin-top: 78px;
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media (max-width: 1100px) {
  .accommodation__items {
    margin-top: 34px;
    display: block;
  }
}
.accommodation__item {
  width: 100%;
}

.accommodation-card {
  padding-top: 29px;
  padding-bottom: 58px;
  padding-right: 57px;
  padding-left: 81px;
  border-radius: 20px;
  border: 1px solid #27F8E5;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(20, 19, 56, 0.5);
}
@media (max-width: 767px) {
  .accommodation-card {
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 14px;
    padding-left: 21px;
    border-radius: 12px;
  }
}
.accommodation-card__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  color: #27F8E5;
}
@media (max-width: 1100px) {
  .accommodation-card__title {
    font-size: 20px;
  }
}
.accommodation-card__address {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  color: #FFFFFF;
  line-height: 1.37;
  margin-top: 28px;
  font-size: 20px;
}
@media (max-width: 1100px) {
  .accommodation-card__address {
    font-size: 13px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .accommodation-card__address {
    margin-top: 24px;
  }
}
@media (max-width: 1100px) {
  .accommodation-card__address-icon {
    max-width: 19px;
  }
}
.accommodation-card__subtitle {
  margin-top: 47px;
  font-size: 30px;
  font-weight: 500;
  color: #27F8E5;
}
@media (max-width: 1100px) {
  .accommodation-card__subtitle {
    font-size: 16px;
    margin-top: 21px;
  }
}
.accommodation-card__variants {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  list-style: none;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1100px) {
  .accommodation-card__variants {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .accommodation-card__variants {
    flex-direction: column;
    margin-top: 3px;
  }
}
.accommodation-card__variants-text {
  margin-top: 20px;
  font-size: 13px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .accommodation-card__variants-text {
    margin-top: 6px;
  }
}
.accommodation-card__variant {
  display: flex;
  width: calc(50% - 20px);
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  line-height: 1.17;
  padding-top: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #27F8E5;
}
@media (max-width: 1100px) {
  .accommodation-card__variant {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .accommodation-card__variant {
    width: 100%;
    padding: 8px 0;
  }
}
.accommodation-card__variant-description {
  max-width: 65%;
}
.accommodation-card__contact {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 39px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .accommodation-card__contact {
    flex-direction: column;
    font-size: 16px;
    margin-top: 23px;
  }
}
.accommodation-card__phone {
  display: inline-block;
  font-size: 30px;
  transition: color 0.3s ease;
  font-weight: 500;
  color: #FFFFFF;
}
.accommodation-card__phone:hover {
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .accommodation-card__phone {
    font-size: 16px;
    margin-top: 8px;
  }
}

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

html {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  overflow-x: hidden;
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", "Arial", sans-serif;
  color: #27F8E5;
  background-color: #0A0B10;
}
body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./assets/images/stellar-background.png");
  z-index: -1;
  opacity: 0.3;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1352px;
  padding-left: 18px;
  padding-right: 18px;
}

.layout {
  padding-top: 100px;
}
@media (max-width: 576px) {
  .layout {
    padding-top: 118px;
  }
}