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

body {
  font-family: "Exo 2", sans-serif;
  background-color: #111111;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-size: inherit; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  .container__wide {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 1600px) {
      .container__wide {
        width: 1532px; } }

@media (min-width: 1276px) {
  .header .container, .header__buttons .container {
    width: 1276px;
    padding-right: 15px;
    padding-left: 15px; } }

.footer {
  background: #fff; }

.form__content,
.select__city {
  color: #000; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  width: auto; }
  .slick-dots li {
    width: 40px;
    height: 8px;
    margin: 0;
    padding: 0; }
    .slick-dots li button {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      border: none;
      border-radius: 88px;
      background: #03BED3;
      font-size: 0;
      cursor: pointer;
      transition: background 0.3s ease; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active button {
      background: #00FFFF; }

.title-h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.33;
  text-transform: uppercase; }

.text-p1 {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: #FFFFFF; }

.vr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /*border: 2px solid $color-cyan;
  background: transparent;
  border-radius: 8px;
  color: $color-cyan;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  cursor: pointer;
  transition: all 0.3s ease;
  background: url(images/vr/btn.svg) no-repeat 50% 50%;
  background-size: contain;
  min-width: 218px;
  height: 56px;
  text-decoration: none;
  color: #000; }
  .vr-btn:hover {
    color: #000; }
  .vr-btn--primary {
    background-color: transparent;
    color: #00FFFF; }
    .vr-btn--primary .btn__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px; }
      .vr-btn--primary .btn__icon svg path {
        stroke: #00FFFF; }
    .vr-btn--primary:hover {
      background-color: rgba(0, 255, 255, 0.1); }

.vr__page {
  background: #120D31; }
.vr__title {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: calc(64 / 48);
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 32px; }
  @media (max-width: 767px) {
    .vr__title {
      font-size: 24px;
      line-height: calc(32 / 24);
      margin-bottom: 24px;
      flex-direction: column;
      gap: 16px; } }
  @media (max-width: 767px) {
    .vr__title img {
      display: none; } }
.vr__divider {
  display: flex;
  gap: 17px;
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .vr__divider {
      margin-bottom: 40px; } }
.vr__decor {
  position: absolute;
  top: 100px;
  max-height: 620px;
  display: none;
  pointer-events: none;
  z-index: 1;
  justify-content: center; }
  @media (min-width: 1200px) {
    .vr__decor {
      display: flex;
      width: calc((100vw - 1200px) / 2); } }
  .vr__decor.left {
    left: 0; }
  .vr__decor.right {
    right: 0; }
  .vr__decor.bottom {
    top: unset;
    bottom: 100px; }
  .vr__decor img {
    max-width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  background-color: #120D31; }
  .hero .slick-list,
  .hero .slick-track {
    height: 100%; }
  .hero__slider.slick-slider {
    margin-bottom: 0; }
  .hero__slide {
    position: relative;
    height: 793px;
    overflow: hidden; }
  .hero__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .hero__slide-bg picture,
    .hero__slide-bg img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero__slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none; }
  .hero__slide-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center; }
  .hero__content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 702px;
    padding-top: 140px; }
  .hero__text-group {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .hero__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase;
    color: #FFFFFF; }
  .hero__subtitle {
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF; }
  .hero__btns {
    display: flex;
    gap: 32px; }
  .hero__btn {
    gap: 8px;
    text-decoration: none; }
  .hero__btn-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #120D31; }
  .hero .slick-arrow {
    position: absolute;
    bottom: 5px;
    transform: unset;
    top: auto;
    z-index: 10;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: rgba(6, 6, 6, 0.24);
    border: 1px solid rgba(0, 255, 255, 0.24);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0; }
    .hero .slick-arrow::before {
      display: none; }
    .hero .slick-arrow img {
      width: 40px;
      height: 40px;
      display: block; }
    .hero .slick-arrow:hover {
      background: rgba(6, 6, 6, 0.4);
      border-color: rgba(0, 255, 255, 0.5); }
  .hero .slick-prev {
    left: 194px; }
  .hero .slick-next {
    right: 194px; }

@media (max-width: 1024px) {
  .hero .slick-prev {
    left: 40px; }
  .hero .slick-next {
    right: 40px; }
  .hero__content {
    padding-top: 100px; } }
@media (max-width: 767px) {
  .hero__slide {
    height: auto;
    display: flex;
    flex-direction: column; }
  .hero__slide-bg {
    position: relative;
    width: 100%;
    height: 360px; }
    .hero__slide-bg picture,
    .hero__slide-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero__slide-overlay {
    background: linear-gradient(to bottom, rgba(18, 13, 49, 0) 0%, #120D31 100%); }
  .hero__slide-content {
    background-color: #120D31;
    padding: 0 24px 24px; }
  .hero__content {
    max-width: 100%;
    padding-top: 0;
    gap: 24px; }
  .hero__text-group {
    gap: 16px; }
  .hero__title {
    font-size: 24px;
    line-height: 32px; }
  .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #D2D2DE; }
  .hero__btn {
    min-width: 148px;
    height: 48px;
    padding: 12px 16px;
    clip-path: none; }
    .hero__btn .hero__btn-text {
      font-size: 14px;
      line-height: 24px; }
  .hero .slick-arrow {
    display: none !important; }
  .hero .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 0 24px;
    width: 100%; }
    .hero .slick-dots li {
      flex: 1;
      width: auto;
      height: 4px; }
      .hero .slick-dots li button {
        height: 4px;
        background: #29286E; }
      .hero .slick-dots li.slick-active button {
        background: #00FFFF; } }
.title-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase; }

.title-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2; }

.text-p2 {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #D2D2DE; }

.section-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px; }
  .section-header__desc {
    color: #D2D2DE; }

.benefits {
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .benefits {
      padding: 40px 0; } }
  .benefits__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(200px);
    z-index: 0;
    pointer-events: none; }
    .benefits__shape--purple {
      width: 664px;
      height: 664px;
      background: rgba(124, 104, 238, 0.08);
      top: -33px;
      right: 97px; }
    .benefits__shape--pink {
      width: 619px;
      height: 619px;
      background: rgba(255, 0, 255, 0.08);
      top: 97px;
      left: 97px; }
  .benefits__decor {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    width: 388px;
    max-height: 620px;
    display: flex;
    pointer-events: none;
    z-index: 0;
    justify-content: center; }
    .benefits__decor img {
      max-width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: left top; }
    @media (max-width: 767px) {
      .benefits__decor {
        display: none; } }
  .benefits__divider {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      .benefits__divider {
        gap: 8px;
        margin-bottom: 40px; }
        .benefits__divider img {
          width: 16px;
          height: 8px;
          object-fit: contain; } }

.benefit-card {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 64px;
  align-items: center; }
  @media (max-width: 767px) {
    .benefit-card {
      flex-direction: column;
      gap: 24px; } }
  .benefit-card__img-wrap {
    flex: 0 0 540px;
    width: 540px;
    height: 405px;
    border-radius: 24px;
    background: #29286E;
    border: 3px solid #00FFFF;
    overflow: hidden; }
    @media (max-width: 767px) {
      .benefit-card__img-wrap {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        aspect-ratio: 312 / 234; } }
  .benefit-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .benefit-card__content {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    @media (max-width: 767px) {
      .benefit-card__content {
        gap: 16px; } }
  .benefit-card__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: calc(56 / 40);
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .benefit-card__title {
        font-size: 24px;
        line-height: calc(32 / 24); } }
  .benefit-card__list {
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: calc(24 / 18);
    color: #D2D2DE;
    padding: 0;
    margin: 0; }
    .benefit-card__list ul {
      padding-left: 30px; }
    .benefit-card__list li {
      position: relative;
      margin-bottom: 8px; }
      .benefit-card__list li:last-child {
        margin-bottom: 0; }
      .benefit-card__list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        color: #D2D2DE; }

.bento {
  padding: 100px 0;
  position: relative;
  background: #120D31;
  overflow: hidden; }
  @media (max-width: 767px) {
    .bento {
      padding: 40px 0; } }
  .bento__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      .bento__head {
        margin-bottom: 40px; } }
    .bento__head-content {
      margin-bottom: 24px; }
    @media (max-width: 1199px) {
      .bento__head-decor {
        display: none; } }
  .bento__desc {
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: calc(24 / 16);
    color: #D2D2DE;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .bento__desc {
        font-size: 18px;
        margin-bottom: 24px; } }
  .bento__divider {
    display: flex;
    gap: 16px; }
    @media (max-width: 767px) {
      .bento__divider {
        gap: 8px; }
        .bento__divider img {
          width: 16px;
          height: 8px; } }
  .bento__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
    position: relative;
    z-index: 1; }
    .bento__grid.slick-initialized {
      display: block; }
      .bento__grid.slick-initialized .slick-slide {
        margin: 0 4px; }
      .bento__grid.slick-initialized .slick-list {
        margin: 0 -4px; }
      .bento__grid.slick-initialized .slick-dots {
        bottom: -40px; }
        .bento__grid.slick-initialized .slick-dots li {
          margin: 0; }
          .bento__grid.slick-initialized .slick-dots li button::before {
            display: none; }
  .bento__decor-bottom {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 0;
    pointer-events: none; }
    @media (max-width: 767px) {
      .bento__decor-bottom {
        display: none; } }

.bento-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
    /*padding: 16px 24px;
    background-color: #29286E;
    background-repeat: no-repeat;
    background-position: 50% 28%;
    background-size: cover;
    color: #000;

    &:nth-child(1) {
        padding-left: 40px;
        padding-right: 40px;
        background: linear-gradient(110deg, #41FBE8, #F900FF);
        .bento-card__img-wrap {
            height: 120px;
        }
    }
    &:nth-child(3) {
        background: linear-gradient(110deg, #DD01FF, #2B2473);
    }
    &:nth-child(5) {
        background: linear-gradient(to bottom, #DD01FF, #2B2473);
    }
    &:nth-child(7) {
        background: linear-gradient(110deg, #F900FF, #41FBE8);
    }
    &:nth-child(9) {
        background: linear-gradient(125deg, #2B2473, #DD01FF);
    }

    @media (max-width: 767px) {
        border-radius: 16px;
        height: 100%; // for slick slider height normalizing
    }*/ }
  @media (max-width: 767px) {
    .bento-card {
      display: none; } }
  .bento-card--span-1 {
    grid-column: span 1; }
  .bento-card--span-2 {
    grid-column: span 2; }
  .bento-card--span-3 {
    grid-column: span 3; }
  .bento-card--span-4 {
    grid-column: span 4; }
  .bento-card--row-2 {
    grid-row: span 2; }
  .bento-card__title {
    font-weight: 800;
    font-size: 64px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif; }
    .bento-card__title span {
      font-size: 48px; }
  .bento-card__text {
    font-weight: 600; }
  .bento-card__content {
    z-index: 1; }
  .bento-card--photo .bento-card__title {
    font-size: 104px;
    line-height: 1; }
  .bento-card--top {
    align-items: flex-start; }
  .bento-card--bottom {
    align-items: flex-end; }
  .bento-card__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none; }
  .bento-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .bento-card__img-full {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  .bento-card--flex {
    display: flex;
    align-items: center;
    gap: 16px; }
  .bento-card--lines {
    background: transparent; }
  .bento-card--light {
    color: #fff; }
  .bento-card--center {
    justify-content: center;
    text-align: center; }
  .bento-card--right {
    text-align: right; }
  .bento-card--text-gradient .bento-card__title {
    background-image: linear-gradient(to right, #F900FF, #41FBE8);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block; }

.fz40 {
  font-size: 40px; }

.fw600 {
  font-weight: 600; }

.tac {
  text-align: center; }

@media (max-width: 1199px) {
  .bento__grid {
    grid-template-columns: repeat(2, 1fr); }
    .bento__grid .bento-card--span-1,
    .bento__grid .bento-card--span-2 {
      grid-column: span 1; }
    .bento__grid .bento-card--span-2 {
      grid-column: span 2; } }
@media (max-width: 768px) {
  .bento__grid {
    grid-template-columns: 1fr; }

  .bento__card {
    grid-column: span 1 !important;
    margin-right: 8px; }

  .title-h2 {
    font-size: 28px; }

  .title-h3 {
    font-size: 24px; } }
@media (min-width: 768px) {
  .js-bento-slider {
    display: none; } }
.js-bento-slider .slick-dots {
  position: static;
  transform: unset;
  margin-top: 24px;
  justify-content: center; }
  .js-bento-slider .slick-dots li {
    flex-grow: 1; }

.map-section {
  padding: 100px 0; }
  .map-section__content {
    display: flex;
    gap: 48px;
    align-items: flex-start; }
  .map-section__legend {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .map-section__legend-major {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
  .map-section__legend-minor {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .map-section__visual {
    flex: 2;
    background: #1C1C28;
    border-radius: 20px;
    min-height: 500px;
    position: relative;
    overflow: hidden; }

.chip {
  padding: 12px 20px;
  border-radius: 100px;
  background: #29286E;
  color: #FFFFFF;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease; }
  .chip--active, .chip:hover {
    background: rgba(0, 255, 255, 0.1);
    border-color: #00FFFF;
    color: #00FFFF; }

.legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  color: #FFFFFF; }
  .legend-item__icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00FFFF; }

.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .map-placeholder p {
    color: rgba(255, 255, 255, 0.2);
    font-family: "Exo 2", sans-serif; }

.map-pin {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #29286E;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s; }
  .map-pin--active, .map-pin:hover {
    background: #00FFFF;
    border-color: #03BED3;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }

.simulators {
  padding: 100px 0; }
  .simulators__slider {
    position: relative;
    margin-top: 40px;
    overflow: hidden; }

.slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease; }

.slider-item {
  flex: 0 0 calc(33.333% - 16px);
  background: #29286E;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s; }
  .slider-item:hover {
    transform: translateY(-5px); }
  .slider-item__img {
    height: 250px;
    background: rgba(0, 255, 255, 0.1); }
  .slider-item__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 24px;
    color: #FFFFFF; }

.slider-controls {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  justify-content: flex-end; }

.slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s; }
  .slider-btn:hover {
    border-color: #00FFFF;
    color: #00FFFF; }

@media (max-width: 1024px) {
  .map-section__content {
    flex-direction: column; }

  .map-section__legend {
    max-width: 100%;
    flex-direction: row;
    gap: 40px; }

  .slider-item {
    flex: 0 0 calc(50% - 12px); } }
@media (max-width: 768px) {
  .map-section__legend {
    flex-direction: column; }

  .slider-item {
    flex: 0 0 100%; } }
.desktop-only {
  display: block !important; }
  @media (max-width: 767px) {
    .desktop-only {
      display: none !important; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

.banner {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .banner {
      padding: 50px 0;
      min-height: 400px;
      background: url(images/vr/banner-bg.png) no-repeat;
      background-size: cover;
      display: block; } }
  .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media (max-width: 767px) {
      .banner__bg {
        position: static;
        width: 190px;
        margin: 0 auto; } }
    .banner__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .banner .container__wide {
    position: relative; }
  .banner__content {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 767px) {
      .banner__content {
        justify-content: center; } }
  .banner__text-box {
    background: rgba(6, 6, 6, 0.7);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 32px;
    width: 100%;
    max-width: 766px;
    height: 188px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    corner-bottom-right-shape: bevel;
    border: 4px solid #00FFFF;
    border-bottom-right-radius: 46px; }
    @media (max-width: 767px) {
      .banner__text-box {
        max-width: 100%;
        border-radius: 16px;
        padding: 24px;
        gap: 16px; } }
  .banner__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: calc(48 / 32);
    color: #FFFFFF;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .banner__title {
        font-size: 18px;
        line-height: calc(24 / 18);
        text-align: center; } }
  @media (max-width: 767px) {
    .banner__btn {
      display: flex;
      justify-content: center; } }

.map {
  position: relative;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .map {
      padding: 50px 0 0; } }
  .map__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      .map__head {
        margin-bottom: 32px; } }
  .map__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: calc(64 / 48);
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    display: flex;
    gap: 32px;
    align-items: center; }
    @media (max-width: 767px) {
      .map__title {
        font-size: 24px;
        line-height: calc(32 / 24); } }
  .map__snowflakes {
    display: flex;
    gap: 24px;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .map__snowflakes {
        display: none; } }
    .map__snowflakes img {
      width: 24px;
      height: 24px; }
  .map__content {
    margin-bottom: 32px;
    position: relative; }
    @media (max-width: 1024px) {
      .map__content {
        flex-direction: column; } }
  .map__sidebar {
    width: 250px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .map__legend-group {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .map__legend-group--horizontal {
    flex-direction: row;
    align-items: center;
    gap: 40px; }
  .map__legend-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #00FFFF;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .map__legend-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; }
  .map__legend-list--horizontal {
    flex-direction: row;
    gap: 12px; }
    .map__legend-list--horizontal .map__legend-item {
      flex-direction: column;
      gap: 8px;
      background: #29286E;
      border-radius: 8px;
      padding: 8px 10px;
      width: 138px;
      height: 128px; }
      .map__legend-list--horizontal .map__legend-item:hover, .map__legend-list--horizontal .map__legend-item.is-active {
        transform: unset;
        background: #00FFFF; }
        .map__legend-list--horizontal .map__legend-item:hover .map__legend-icon svg, .map__legend-list--horizontal .map__legend-item.is-active .map__legend-icon svg {
          fill: #120D31; }
        .map__legend-list--horizontal .map__legend-item:hover .map__legend-text, .map__legend-list--horizontal .map__legend-item.is-active .map__legend-text {
          color: #120D31; }
    .map__legend-list--horizontal .map__legend-icon {
      width: 56px;
      height: 56px; }
      .map__legend-list--horizontal .map__legend-icon svg {
        fill: #00FFFF; }
    .map__legend-list--horizontal .map__legend-text {
      font-weight: bold;
      text-align: center;
      display: flex;
      flex-grow: 1;
      align-items: center; }
  @media (max-width: 767px) {
    .map__legend-list--mobile {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 8px; } }
  .map__legend-item {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 0; }
    @media (max-width: 767px) {
      .map__legend-item {
        flex-direction: column;
        gap: 4px;
        background: #29286E; } }
    .map__legend-item:hover, .map__legend-item.is-active {
      background-color: rgba(0, 255, 255, 0.1);
      transform: translateX(5px); }
      @media (max-width: 767px) {
        .map__legend-item:hover, .map__legend-item.is-active {
          transform: unset;
          background-color: #00FFFF; } }
      @media (max-width: 767px) {
        .map__legend-item:hover .map__legend-icon svg, .map__legend-item.is-active .map__legend-icon svg {
          fill: #120D31; } }
      .map__legend-item:hover .map__legend-text, .map__legend-item.is-active .map__legend-text {
        color: #00FFFF; }
        @media (max-width: 767px) {
          .map__legend-item:hover .map__legend-text, .map__legend-item.is-active .map__legend-text {
            color: #120D31; } }
  .map__legend-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .map__legend-icon svg {
      transition: .2s;
      fill: #FF00FF; }
      @media (max-width: 767px) {
        .map__legend-icon svg {
          fill: #00FFFF; } }
    .map__legend-icon img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
  .map__legend-text {
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .map__legend-text {
        font-size: 10px;
        text-align: center; } }
  .map__legend-descr {
    max-width: 95%;
    width: 500px;
    border-radius: 8px;
    background: #120D31;
    padding: 16px; }
    .map__legend-descr img {
      display: block;
      max-width: 100%;
      margin-bottom: 16px; }
    .map__legend-descr-text {
      color: #fff; }
  .map__arena-wrap {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 770px; }
    .map__arena-wrap--mobile {
      height: 300px;
      width: 100%; }
      @media (max-width: 767px) {
        .map__arena-wrap--mobile {
          height: auto; } }
  .map__arena-img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .map__arena-img {
        height: auto; } }
  .map__points-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none; }
  .map__point {
    position: absolute;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0)); }
    .map__point:hover, .map__point.is-active {
      transform: translate(-50%, -50%) scale(1.3);
      filter: drop-shadow(0 0 10px #00FFFF);
      z-index: 10; }
    .map__point-icon {
      position: absolute;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      top: 11px;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .map__point-icon svg {
        width: 100%;
        height: 100%; }
    .map__point.pink .map__point-icon svg {
      fill: #fff; }
    .map__point.pink > svg path.l1 {
      stroke: #FF00FF;
      fill: none; }
    .map__point.pink > svg path.l2 {
      fill: #FF00FF; }
    .map__point.blue .map__point-icon svg {
      fill: #120D31; }
    .map__point.blue > svg path.l1 {
      stroke: #00FFFF;
      fill: none; }
    .map__point.blue > svg path.l2 {
      fill: #00FFFF; }
  .map__mobile-wrapper {
    margin-top: 32px;
    width: 100%; }
  .map__tabs {
    display: flex;
    padding: 8px;
    margin: 16px 0;
    width: 100%;
    border-radius: 8px;
    background: #29286E; }
  .map__tab-btn {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    background: transparent;
    color: #FFFFFF;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase; }
    .map__tab-btn.is-active {
      background: #00FFFF;
      color: #120D31;
      border-color: #00FFFF; }
  .map__tabs-content {
    margin-bottom: 24px; }
  .map__tab-pane {
    display: none; }
    .map__tab-pane.is-active {
      display: block;
      animation: fadeIn 0.4s ease; }
  .map__arena-mobile-scroll {
    width: auto;
    margin: 0 -20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .map__arena-mobile-scroll::-webkit-scrollbar {
      height: 0px;
      background: transparent; }

.simulators {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 767px) {
    .simulators {
      display: none; } }
  .simulators .container {
    position: relative;
    z-index: 2; }
  .simulators__top {
    margin-bottom: 24px;
    position: relative;
    display: inline-block; }
  .simulators__header {
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      .simulators__header {
        margin-bottom: 32px; } }
  .simulators__subtitle-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .simulators__divider {
    display: flex;
    gap: 17px; }
    .simulators__divider span {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #00FFFF; }
  .simulators__subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: calc(40 / 32);
    color: #FFFFFF;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .simulators__subtitle {
        font-size: 18px;
        line-height: calc(24 / 18); } }
  .simulators__desc {
    max-width: 760px; }
    .simulators__desc p {
      font-family: "Exo 2", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: calc(24 / 16);
      color: rgba(255, 255, 255, 0.7);
      margin: 0; }
      @media (max-width: 767px) {
        .simulators__desc p {
          font-size: 14px; } }
  .simulators__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px; }
    @media (max-width: 767px) {
      .simulators__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px; } }

.sim-card {
  background: #29286E;
  border-radius: 16px;
  padding: 16px;
  transition: 0.3s ease;
  cursor: pointer;
  text-align: center;
  position: relative;
  border: 4px solid #29286E; }
  .sim-card:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: #FF00FF;
    border-radius: 16px;
    left: 8px;
    top: 8px;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden; }
  .sim-card:hover {
    border-color: #00FFFF; }
    .sim-card:hover .sim-card__img-wrap img {
      transform: scale(1.05); }
    .sim-card:hover:before {
      opacity: 1;
      visibility: visible; }
  .sim-card__img-wrap {
    margin-bottom: 16px;
    height: 104px; }
    @media (max-width: 767px) {
      .sim-card__img-wrap {
        height: 40px; } }
    .sim-card__img-wrap img {
      transition: 0.3s ease;
      max-width: 100%;
      max-height: 100%; }
  .sim-card__content {
    flex-grow: 1; }
  .sim-card__title {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .sim-card__title {
        font-size: 16px; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.tarif {
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .tarif {
      padding: 50px 0 70px; } }
  .tarif .vr__title {
    justify-content: space-between; }
  .tarif__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px; }
    @media (max-width: 991px) {
      .tarif__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 40px; } }
  .tarif__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: calc(56 / 48);
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 767px) {
      .tarif__title {
        font-size: 32px; } }
  .tarif__tabs-controls {
    display: inline-flex;
    background: #29286E;
    border-radius: 8px;
    padding: 8px; }
    @media (max-width: 767px) {
      .tarif__tabs-controls {
        width: 100%; } }
  .tarif__tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    background: transparent;
    color: #FFFFFF;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .tarif__tab-btn {
        flex-grow: 1; } }
    .tarif__tab-btn:hover {
      color: #FFFFFF; }
    .tarif__tab-btn.is-active {
      background: #FF00FF; }
  .tarif__pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease; }
    .tarif__pane.is-active {
      display: block;
      animation: fadeIn 0.4s forwards; }
  .tarif__slider {
    margin: 0 -15px; }
    .tarif__slider .slick-list {
      overflow: visible; }
    .tarif__slider .slick-track {
      display: flex;
      align-items: stretch; }
    .tarif__slider .slick-slide {
      padding: 0 15px;
      opacity: 0.3;
      transition: opacity 0.4s ease, transform 0.4s ease;
      transform: scale(0.95);
      pointer-events: none; }
      .tarif__slider .slick-slide > div {
        height: 100%; }
      .tarif__slider .slick-slide.slick-active {
        opacity: 1;
        transform: scale(1);
        pointer-events: auto; }
    .tarif__slider .slick-arrow {
      position: absolute;
      top: calc(100% + 64px);
      z-index: 10;
      width: 48px;
      height: 48px;
      background: rgba(14, 10, 36, 0.8);
      border: 1px solid #00FFFF;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: transparent; }
      @media (max-width: 767px) {
        .tarif__slider .slick-arrow {
          top: calc(100% + 40px); } }
      .tarif__slider .slick-arrow::before {
        content: '';
        width: 12px;
        height: 12px;
        border: solid #00FFFF;
        border-width: 0 2px 2px 0;
        display: inline-block; }
      .tarif__slider .slick-arrow:hover {
        border-color: #00FFFF; }
      .tarif__slider .slick-arrow.slick-disabled {
        border: 1px solid rgba(0, 255, 255, 0.5);
        pointer-events: none; }
    .tarif__slider .slick-prev {
      right: 64px;
      left: unset; }
      @media (max-width: 767px) {
        .tarif__slider .slick-prev {
          right: 74px; } }
      .tarif__slider .slick-prev::before {
        transform: rotate(135deg);
        margin-left: 6px; }
    .tarif__slider .slick-next {
      right: 0; }
      @media (max-width: 767px) {
        .tarif__slider .slick-next {
          right: 16px; } }
      .tarif__slider .slick-next::before {
        transform: rotate(-45deg);
        margin-right: 6px; }

.tarif-card__wrapper {
  background: #1C1B54;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden; }
.tarif-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  @media (max-width: 480px) {
    .tarif-card__head {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px; } }
  .tarif-card__head-img {
    display: flex; }
    .tarif-card__head-img img {
      max-width: 100%; }
  .tarif-card__head-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
.tarif-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .tarif-card__title {
      font-size: 18px; } }
.tarif-card__info {
  display: flex;
  align-items: center;
  gap: 8px; }
.tarif-card__info-item {
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #FF00FF;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 5px; }
  @media (max-width: 767px) {
    .tarif-card__info-item {
      font-size: 10px; } }
  .tarif-card__info-item img {
    width: 16px;
    height: 16px;
    flex: none; }
.tarif-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 767px) {
    .tarif-card__content {
      padding: 16px;
      font-size: 12px; } }
.tarif-card__list {
  list-style: none;
  padding: 0;
  flex-grow: 1; }
  .tarif-card__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .tarif-card__list li {
        gap: 6px; } }
    .tarif-card__list li:last-child {
      margin-bottom: 0; }
    .tarif-card__list li span {
      color: #00FFFF; }
  .tarif-card__list-item-title {
    display: flex;
    align-items: center;
    gap: 8px; }
  .tarif-card__list-item--icon {
    width: 24px;
    height: 24px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .tarif-card__list-item--icon {
        width: 14px;
        height: 14px; } }
    .tarif-card__list-item--icon svg {
      width: 100%;
      height: 100%;
      fill: #FF00FF; }
    .tarif-card__list-item--icon.turquoise svg {
      fill: #00FFFF; }
  .tarif-card__list-item-divider {
    flex-grow: 1;
    border-bottom: 1px dashed #D2D2DE;
    height: 12px; }
.tarif-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.tarif-card__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .tarif-card__price {
      font-size: 24px; } }
.tarif-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 56px;
  background: #FF00FF;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 16px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  @media (max-width: 767px) {
    .tarif-card__btn {
      font-size: 14px;
      width: 132px;
      height: 40px;
      border-radius: 8px; } }
  .tarif-card__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 0, 255, 0.3);
    color: #fff; }
.tarif-card__note {
  font-family: "Exo 2", sans-serif;
  background: rgba(255, 0, 255, 0.24);
  color: #fff;
  text-align: center;
  line-height: 1.4;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px; }
  @media (max-width: 767px) {
    .tarif-card__note {
      text-align: left; } }
  .tarif-card__note img {
    width: 24px;
    height: 24px;
    flex: none; }

.rooms {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 767px) {
    .rooms {
      padding: 50px 0; } }
  .rooms__bg-decor {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 400px;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0; }
  .rooms .container {
    position: relative;
    z-index: 2; }
  .rooms__head {
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      .rooms__head {
        margin-bottom: 40px; } }
  .rooms__title-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px; }
    @media (max-width: 480px) {
      .rooms__title-wrap {
        gap: 12px; } }
  .rooms__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: calc(56 / 48);
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 767px) {
      .rooms__title {
        font-size: 32px; } }
  .rooms__title-decor {
    flex-shrink: 0; }
    @media (max-width: 480px) {
      .rooms__title-decor {
        width: 40px; } }
  .rooms__desc {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: rgba(255, 255, 255, 0.7);
    max-width: 800px;
    margin-bottom: 32px; }
  .rooms__divider {
    display: flex;
    gap: 16px; }
  .rooms__controls-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .rooms__controls-title {
        font-size: 18px;
        margin-bottom: 24px; } }
  .rooms__btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .rooms__btn-group {
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto; } }
  .rooms__btn {
    background: #29286E;
    border: none;
    border-radius: 8px;
    padding: 8px;
    color: #FFFFFF;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px; }
    .rooms__btn svg {
      width: 40px;
      height: 40px;
      flex: none;
      fill: #FF00FF;
      transition: .3s ease; }
      @media (max-width: 767px) {
        .rooms__btn svg {
          width: 24px;
          height: 24px; } }
    .rooms__btn:hover {
      background: #FF00FF; }
      .rooms__btn:hover svg {
        fill: #fff; }
    .rooms__btn.is-active {
      background: #FF00FF; }
      .rooms__btn.is-active svg {
        fill: #fff; }
    @media (max-width: 767px) {
      .rooms__btn {
        font-size: 12px;
        gap: 4px;
        white-space: nowrap; } }
  .rooms__gallery {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px; }
    @media (max-width: 1024px) {
      .rooms__gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; } }
    @media (max-width: 767px) {
      .rooms__gallery {
        gap: 16px; } }
    .rooms__gallery-main .rooms__gallery-link {
      border: 4px solid #00FFFF; }
  .rooms__gallery-link {
    display: block;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    min-height: 200px;
    background: rgba(255, 255, 255, 0.05); }
    .rooms__gallery-link::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(14, 10, 36, 0.4);
      opacity: 0;
      transition: opacity 0.3s ease; }
    .rooms__gallery-link:hover::after {
      opacity: 1; }
    .rooms__gallery-link:hover .rooms__gallery-img {
      transform: scale(1.05); }
  .rooms__gallery-main .rooms__gallery-link {
    min-height: 500px; }
    @media (max-width: 767px) {
      .rooms__gallery-main .rooms__gallery-link {
        min-height: unset;
        aspect-ratio: 3 / 2; } }
  .rooms__gallery-side {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (max-width: 1024px) {
      .rooms__gallery-side {
        flex-direction: row;
        gap: 16px; } }
    .rooms__gallery-side .rooms__gallery-link {
      flex: 1;
      min-height: 238px; }
      @media (max-width: 767px) {
        .rooms__gallery-side .rooms__gallery-link {
          min-height: unset;
          aspect-ratio: 3 / 2;
          border-radius: 8px; } }
  .rooms__gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform 0.5s ease; }
  .rooms__gallery-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #FF00FF;
    border-radius: 4px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    line-height: 1;
    transition: all 0.3s ease; }
    .rooms__gallery-icon img {
      width: 18px; }
  .rooms__footer {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 64px; }
    @media (max-width: 767px) {
      .rooms__footer {
        margin-top: 40px; } }
    .rooms__footer .vr__divider {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      position: absolute;
      margin-bottom: 0;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .rooms__footer .vr__divider {
          display: none; } }
    .rooms__footer .vr-btn {
      display: inline-flex;
      gap: 8px;
      font-size: 16px; }

.feedback {
  padding: 92px 0;
  position: relative; }
  @media (max-width: 767px) {
    .feedback {
      padding: 50px 0; } }
  .feedback .vr__decor {
    top: 50%;
    transform: translateY(-50%); }
  .feedback__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 767px) {
      .feedback__inner {
        grid-template-columns: 1fr; } }
  .feedback__content, .feedback__form-wrap, .feedback__decor {
    position: relative;
    z-index: 2; }
  .feedback__content {
    max-width: 500px; }
  .feedback__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: calc(40 / 32);
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .feedback__title {
        font-size: 18px;
        margin-bottom: 8px; } }
  .feedback__desc {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: calc(24 / 18);
    color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 767px) {
      .feedback__desc {
        font-size: 14px;
        margin-bottom: 0; } }
  .feedback__action {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .feedback__action {
        display: none; } }
  .feedback__form-wrap {
    width: 100%;
    max-width: 400px; }
    @media (max-width: 991px) {
      .feedback__form-wrap {
        max-width: 100%;
        margin-top: 32px; } }

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .feedback-form__row {
    width: 100%; }
  .feedback-form__input {
    width: 100%;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    transition: border-color 0.3s ease, background 0.3s ease;
    outline: none; }
    .feedback-form__input::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .feedback-form__input:focus {
      border-color: #00FFFF;
      background: rgba(255, 255, 255, 0.1); }
  .feedback-form__submit {
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    border: none; }

.modal-feedback {
  background: #171131;
  border-radius: 24px;
  padding: 40px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .modal-feedback__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .modal-feedback__title {
        font-size: 24px; } }
  .modal-feedback__desc {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px; }
  .modal-feedback .carousel__button.is-close {
    top: 16px;
    right: 16px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%; }
    .modal-feedback .carousel__button.is-close:hover {
      background: rgba(255, 255, 255, 0.2); }

.form__response {
  background: #171131;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2); }

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