.lounge-first {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: center;
  min-height: calc(100vh - 195px);
  width: 100%;
  background: white;
  overflow: hidden;
}

.lounge-first__content {
  margin: 0 0 0 100px;
  max-width: 600px;
  justify-self: start;
  align-self: flex-start;
  margin-top: 50px;
}

.lounge-first__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
}

.lounge-first__title--mobile {
  display: none;
}

.lounge-first__description {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #21212199;
}

.lounge-first__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 48px 0 24px 0;
}

.lounge-first__button {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  padding: 15px;
  border-radius: 2px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  min-width: 200px;
  height: 60px;
  box-sizing: border-box;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}

.lounge-first__button:hover {
  text-shadow: 0px 0px 24px #ffffff;
  transition: text-shadow 0.3s ease;
  cursor: pointer;
}

.lounge-first__button--primary {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  cursor: pointer;
}

.lounge-first__button--secondary {
  border: 2px solid #8b134e;
  background: white;
  color: #8b134e;

  cursor: pointer;
}

.lounge-first__button--secondary:hover {
  text-shadow: 0px 0px 24px #8b134e;
  transition: text-shadow 0.3s ease;
  cursor: pointer;
  color: #8b134e;
}

.lounge-first__media {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}

.lounge-first__image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  aspect-ratio: 15 / 10;
  overflow: hidden;
  max-height: calc(100vh - 200px);
}

.lounge-first__image {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slider__slide {
  min-width: 100%;
  height: 100%;
}

.slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  font-size: 24px;
  border-radius: 4px;
  z-index: 2;
  transition: background 0.3s;
  line-height: 1;
}

.slider__btn:hover {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
}

.slider__btn--prev {
  left: 10px;
}

.slider__btn--next {
  right: 10px;
}

.lounge-scheme {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: center;
  min-height: calc(100vh - 195px);
  width: 100%;
  background: white;
  overflow: hidden;
}

.lounge-scheme__content {
  margin: 0 0 0 100px;
  max-width: 600px;
  justify-self: start;
}

.lounge-scheme__media {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-direction: column;
  max-width: 881px;
  max-height: 774px;
  margin: 120px 0 60px 75px;
}

.lounge-scheme__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
}

.lounge-scheme__title--mobile {
  display: none;
}

.lounge-scheme__description {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #21212199;
  max-width: 489px;
}

.lounge-scheme__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 48px 0 24px 0;
}

.lounge-scheme__button {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  padding: 15px;
  border-radius: 2px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  min-width: 200px;
  height: 60px;
  box-sizing: border-box;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  margin-top: 40px;
}

.lounge-scheme__button:hover {
  text-shadow: 0px 0px 24px #ffffff;
  transition: text-shadow 0.3s ease;
  cursor: pointer;
}

.lounge-scheme__button--primary {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  cursor: pointer;
}

.lounge-scheme__button--secondary {
  border: 2px solid #8b134e;
  background: white;
  color: #8b134e;

  cursor: pointer;
}

.lounge-scheme__button--secondary:hover {
  text-shadow: 0px 0px 24px #8b134e;
  transition: text-shadow 0.3s ease;
  cursor: pointer;
  color: #8b134e;
}

.lounge-scheme__media {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  box-shadow: 0px 0px 20px 0px #00000029;
  position: relative;
}

.lounge-scheme__image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  aspect-ratio: 15 / 10;
  overflow: hidden;
  max-height: calc(100vh - 200px);
}

.lounge-scheme__open-modal {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: white;
  border-radius: 50px;
  right: 20px;
  top: 130px;
  color: white;
  box-shadow: 0px 0px 12.19px 0px #00000033;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-color: white;
  z-index: 1;
  border-style: solid;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.lounge-scheme__open-modal:hover {
  transform: scale(1.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.lounge-scheme__image {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.tab-scheme-content {
  display: none;
  position: relative;
}

.tab-scheme-content.active {
  display: block;
  position: relative;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
  position: relative;
}

.modal__image {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: top left;
  display: block;
  transition: transform 0.2s ease; 
  cursor: pointer;
  user-select: none;
  cursor:
    url("./zoom.svg") 26 26,
    zoom-in;
}

.modal__image--zoomed {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: #333;
  transition: background 0.2s;
}
.modal__close:hover {
  background: #fff;
}

.lounge-grid {
  min-height: calc(100vh - 195px);
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0;
}

.lounge-grid__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
  max-width: 1535px;
  margin: 0 0 0 100px;
  width: 100%;
}

.lounge-card {
  background: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0eae2;
  display: flex;
  flex-direction: column;
  max-height: 470px;
  width: 520px;
}

.lounge-card__image-wrapper {
  aspect-ratio: 15 / 10;
  width: 100%;
  overflow: hidden;
  background-color: #f3ede7;
}

.lounge-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.lounge-card__content {
  padding: 24px;
  flex: 1;
}

.lounge-card__content--text {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.lounge-card__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
  margin: 12px 0 20px 0;
}

.lounge-card__description {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 0;
}

.lounge-card__title--text {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
  margin: 0;
}

.lounge-card__description--text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: bottom;
  margin: 32px 0 0;
}

.lounge-card__scheme {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.lounge-card__floor {
  margin: 0 0 0 10px;
}

.lounge-card__icon {
  margin: 0 10px 0 0;
}

.lounge-card__title--mobile {
  display: none;
}

.lounge-grid--mobile {
  display: none;
}

.lounge-steps {
  padding: 120px 16px;
  background: #f1f1f1;
}

.lounge-steps__header {
  max-width: 1400px;
  text-align: left;
}

.lounge-steps__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
}

.lounge-steps__subtitle {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: bottom;
}

.lounge-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.step-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 1.8rem 1.5rem 2rem;
  box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border: 1px solid #f0e2d4;
  position: relative;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

.step-card__number {
  border-radius: 50px;
  color: white;
  background: #91124d;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 26px;
  line-height: 57px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.step-card__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;

  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
}

.step-card__description {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;

  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.step-card__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.step-card__button {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  box-shadow: 0 5px 35px rgba(80, 24, 86, 0.9);
  padding: 15px;
  border-radius: 2px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  min-width: 200px;
  height: 60px;
  box-sizing: border-box;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}

.step-card__button:hover {
  text-shadow: 0px 0px 24px #ffffff;
  transition: text-shadow 0.3s ease;
}

.step-card__button--primary {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  box-shadow: 0 5px 35px rgba(80, 24, 86, 0.9);
}

.step-card__button--secondary {
  border: 2px solid #8b134e;
  background: white;
  color: #212121;
}

.lounge-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background-color: #fff;
  padding: 120px 0;
}

.lounge-split__left {
  background: white;
  padding: 0 0 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.lounge-split__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
  margin: 0;
  max-width: 445px;
}

.lounge-split__description {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: #21212199;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 27px 0 80px 0;
  max-width: 751px;
}

.lounge-split__contacts {
  display: flex;
  flex-direction: column;
}

.lounge-split__contact {
  display: flex;
  flex-direction: row;
  margin: 0 0 28px 0;
  align-items: center;
}

.lounge-split__contact img {
  width: 40px;
}

.lounge-split__phone {
  display: flex;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #212121;
  margin: 0 0 0 20px;
}

.lounge-split__email {
  display: flex;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #212121;
  margin: 0 0 0 20px;
  align-items: center;
}

.lounge-split__right {
  display: flex;
  align-items: center;
}

.form-card {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  max-height: 697px;
  border-radius: 2px;
  padding: 32px 120px 0 120px;
  width: 100%;
  max-width: 751px;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.2);
}

.form-card__input::placeholder {
  color: white;
  opacity: 1;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}

.form-card__textarea::placeholder {
  color: white;
  opacity: 1;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}

.form-card__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 32px;
  color: white;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
}

.form-card__field {
  margin-bottom: 1.2rem;
}

.form-card__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #3f2e26;
}

.form-card__input,
.form-card__textarea {
  width: 100%;
  padding: 19px 0 19px 25px;
  border: 1px solid #ffffffa1;
  border-radius: 2px;
  font-size: 1rem;
  font-family: inherit;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: Montserrat;
  letter-spacing: 0.1rem;
}

.form-card__input:focus,
.form-card__textarea:focus {
  outline: none;
  border-color: white;
  box-shadow: 0 0 0 3px rgba(184, 124, 79, 0.2);
}

.form-card__textarea {
  resize: vertical;
  min-height: 90px;
}

.form-card__checkbox {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1.5rem 0 1.8rem;
}

.form-card__checkbox input {
  width: 18px;
  height: 18px;
  accent-color: white;
}

.form-card__checkbox label {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: white;
  line-height: 120%;
  letter-spacing: 0%;
}

.form-card__checkbox label a {
  text-decoration: underline;
}

.form-card__message {
  margin-bottom: 1rem;
  text-align: left;
}

.form-card__message .site--content__feedback--message__success {
  color: #b8f5c3;
}

.form-card__message .errortext,
.form-card__message {
  color: #ffb4b4;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.form-card__message p {
  margin: 0;
}

.form-card__button {
  background: white;
  box-shadow: 0 5px 35px rgba(80, 24, 86, 0.9);
  padding: 15px;
  border-radius: 2px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  min-width: 200px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  margin: 0 0 64px 0;
  box-shadow: 0px 5px 50px 0px #ffffff73;
}

.lounge-split__contacts--mobile {
  display: none;
}

.tabs-container {
  width: 100%;
  background: #f1f1f1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.tabs-buttons {
  display: flex;
  justify-content: stretch;
  padding: 25px 0 25px 80px;
  overflow: auto;
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px 8px 20px;
  background: white;
  border: none;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #00000080;
  margin-left: 25px;
  position: relative;
  border-radius: 2px;
}

.tab-btn-underline {
  display: none;
}

.tab-btn-underline.active {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: linear-gradient(265.76deg, #3d1959 26.95%, #91124d 60.24%);
  bottom: -4px;
  left: 0;
}

.tab-btn:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #222;
}

.tab-btn.active {
  color: #000000;
  background: #fff;
}

.tab-btn img {
  margin: 0 0 0 20px;
  opacity: 0.5;
}

.tab-btn.active img {
  opacity: 1;
}

.tabs-scheme-container {
  width: 100%;
  background: #f1f1f1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.tabs-scheme-buttons {
  display: flex;
  justify-content: stretch;
  padding: 25px 0;
  overflow: auto;
}

.tabs-scheme-buttons-information {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: bottom;
  color: #00000099;
  max-width: 292px;
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
}

.tab-scheme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px 8px 20px;
  background: white;
  border: none;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #00000080;
  margin-left: 25px;
  position: relative;
  border-radius: 2px;
  width: 127px;
  height: 60px;
  box-shadow: 0px 0px 10px 0px #0000001a;
}

.tab-scheme-btn-underline {
  display: none;
}

.tab-scheme-btn-underline.active {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: linear-gradient(265.76deg, #3d1959 26.95%, #91124d 60.24%);
  bottom: -4px;
  left: 0;
}

.tab-scheme-btn:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #222;
}

.tab-scheme-btn.active {
  color: #000000;
  background: #fff;
}

.tab-scheme-btn img {
  margin: 0 0 0 20px;
  opacity: 0.5;
}

.tab-scheme-btn.active img {
  opacity: 1;
}

.tabs-content {
  background: #fff;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-pane h2 {
  margin-bottom: 12px;
  color: #1a1a2c;
}

.tab-pane p {
  color: #4a5568;
  line-height: 1.6;
}

.tur_div {
  border: unset !important;
  height: unset !important;
  margin: 0 !important;
}

.lounge-tour {
  background-color: white;
  width: 100%;
  justify-self: start;
  scroll-margin-top: 60px;
}

.lounge-tour__title {
  font-family: Yanone Kaffeesatz;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-bottom: 27px;
  padding: 0 0 0 100px;
}

.lounge-tour__title--mobile {
  display: none;
}

.lounge-tour__description {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  max-width: 1142px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 0 0 0 100px;
}

@media (max-width: 991px) {
  .lounge-first {
    grid-template-columns: 1fr;
    padding: 0 16px 80px 16px;
  }

  .lounge-first__description {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 130%;
    letter-spacing: 0%;
  }

  .lounge-first__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    order: 2;
    padding: 0;
    margin: 0;
  }

  .lounge-first__media {
    order: 1;
  }

  .lounge-first__title {
    display: none;
  }

  .lounge-first__title--mobile {
    display: flex;
    align-items: center;

    font-size: 40px;
  }

  .lounge-first__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .lounge-first__button {
    height: 54px;
  }

  .lounge-scheme {
    grid-template-columns: 1fr;
    padding: 0 16px 0px 16px;
  }

  .tabs-scheme-buttons-information {
    font-size: 10px;
    max-width: 200px;
  }

  .lounge-scheme__description {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .lounge-scheme__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    order: 2;
    padding: 0;
    margin: 0;
  }

  .lounge-scheme__media {
    order: 2;
    margin: 0 -16px;
    box-shadow: 0px 0px 20px 0px #00000029;
  }

  .lounge-scheme__title {
    display: none;
  }

  .lounge-scheme__open-modal {
    top: 65px;
    right: 15px;
    width: 44px;
    height: 44px;
  }

  .lounge-scheme__title--mobile {
    display: flex;
    align-items: center;
    font-size: 40px;
  }

  .lounge-scheme__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .lounge-scheme__button {
    height: 54px;
    width: 100%;
    margin-bottom: 40px;
  }

  .tab-scheme-btn {
    font-size: 12px;
    height: 28px;
    width: 54px;
    padding: 0;
    margin-left: 10px;
  }

  .tabs-scheme-buttons {
    padding: 12px 0;
  }

  .content-area {
    position: relative;
    min-height: 280px;
    overflow: hidden;
  }

  .tab-content {
    display: none;
    padding: 36px 32px;
    animation: fadeSlideIn 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .tab-content.active {
    display: block;
  }

  @keyframes fadeSlideIn {
    0% {
      opacity: 0;
      transform: translateY(16px);
      filter: blur(2px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
  }

  .slider__btn {
    padding: 8px 12px;
    font-size: 20px;
  }

  .tab-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
    letter-spacing: -0.2px;
  }

  .tab-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 12px;
  }

  .tab-content .highlight-box {
    background: #f8fafc;
    border-left: 4px solid #4f46e5;
    padding: 16px 20px;
    border-radius: 0 12px 12px 0;
    margin-top: 16px;
    font-size: 14px;
    color: #334155;
  }

  .tab-content .icon-row {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
  }

  .lounge-grid__container {
    grid-template-columns: repeat(5, 50fr);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 0.75rem;
    max-width: 100%;
    margin: 0;
    width: 100%;
  }

  .lounge-card__description--text {
    font-size: 16px;
  }

  .lounge-card--hidden-mobile {
    display: none;
  }

  .lounge-card__floor {
    text-decoration: underline;
  }

  .lounge-grid {
    min-height: unset;
    padding: 0 16px;
  }

  .lounge-grid--mobile {
    display: flex;
    padding: 0 0 8px 0;
  }

  .lounge-card {
    width: 300px;
    padding: 0px;
  }

  .lounge-card__title {
    display: flex;
    margin: 0px 0 12px 0;
    font-family: Yanone Kaffeesatz;
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 2px;
    vertical-align: bottom;
    text-transform: uppercase;
    margin: 0 0 12px 0;
  }

  .lounge-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .lounge-card__description {
    margin: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16.71px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #212121;
  }

  .lounge-card__description--mobile {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: bottom;
    margin: 0 0 32px 0;
  }

  .lounge-card__title--mobile {
    display: flex;
    margin: 80px 0 32px 0;
  }

  .lounge-split {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .lounge-split__left {
    padding: 48px 16px 20px 16px;
  }

  .lounge-split__right {
    flex-direction: column;
  }

  .form-card {
    width: unset;
    max-width: unset;
  }

  .lounge-split__contacts {
    display: none;
    font-size: 28px;
  }

  .lounge-split__contacts--mobile {
    display: flex;
    margin: 24px auto 36px auto;
    align-self: baseline;
  }

  .form-card__checkbox label {
    font-size: 12px;
  }

  .lounge-split__contacts--mobile img  {
    width: 40px;
  }

  .lounge-split__title {
    font-family: Yanone Kaffeesatz;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2px;
    vertical-align: bottom;
    text-transform: uppercase;
  }

  .lounge-split__description {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    margin: 28px 0 0 0;
  }

  .lounge-split__phone {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0 0 0 10px;
  }

  .lounge-split__email {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0 0 0 10px;
  }

  .form-card {
    margin: 16px;
    padding: 24px 20px;
  }

  .tur_div iframe {
    height: 500px !important;
  }

  .lounge-tour__title {
    font-size: 40px;
    padding: 0 0 0 16px;
    margin: 80px 0 28px 0;
  }

  .lounge-tour__description {
    font-size: 16px;
    padding: 0 0 0 16px;
    margin: 0 0 40px 0;
  }
}
