@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');

html {
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Azbuka04';
  src: url('../fonts/Azbuka04.woff2') format('woff2'),
       url('../fonts/Azbuka04.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}

.gallery-slider__arrow {
  position: absolute;
  z-index: 100;
}

.gallery-slider__arrow--left {
  position: absolute;
  z-index: 100;
}

.gallery-slider__arrow--rigth {
  position: absolute;
  z-index: 100;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000eb;
  padding: 10px 190px;
}

.header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tr_pal{
    height: 18px;
}

.logo{
  height: 50px;
}

.header__menu {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  cursor: pointer;
  gap: 10px;
}

.header__menu img {
  display: block;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.promo-section {
  display: flex;
  width: 100%;
  min-height: 540px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.promo_ob {
  display: flex;
  width: 100%;
}

.promo-section__left {
  background: #2E353F;
  color: #fff;
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.promo-section__content {
  max-width: 600px;
  padding: 60px 70px;
  padding-left: 28%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.promo-section__title {
  font-family: 'Manrope';
  font-size: 60px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0;
  margin: 0 0 40px 0;
  width: 80%;
}

.promo-section__desc {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 1.3;
  width: 82%;
  margin-left: 0;
}

.promo-section__btn {
  background: #181a1b;
  color: #fff;
  font-family: 'Manrope';
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 32px;
  padding: 18px 48px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.2s;
  width: 73%;
  margin-left: 0;
}
.promo-section__btn:hover {
  background: #23262b;
}

.promo-section__right {
  flex: 1 1 55%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #fff;
}

.promo-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promo-section__title,
.promo-section__desc{
  text-align: left;
}

.advantages {
  background: #fff;
  padding: 90px 0 70px 0;
  width: 100%;
}

.advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.advantages__title {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #23262b;
  margin: 0 0 12px 0;
}

.advantages__subtitle {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #23262b;
  margin: 0 0 40px 0;
}

.advantages__list {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 32px;
  margin: 0 auto;
  max-width: 1400px;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  align-items: stretch;
  scrollbar-width: none;
}
.advantages__list::-webkit-scrollbar {
  display: none;
}
.adv-card {
  background: #2E353F;
  border-radius: 20px;
  padding: 16px 32px 28px 32px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  align-items: center;
}

.adv-card__icon {
  margin-bottom: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}

.adv-card__icon img {
  height: 50px;
  width: auto;
  display: block;
}

.adv-card__title {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.adv-card__list {
  list-style: none;
  padding: 6px 42px 0 0;
  margin: 0;
  width: 100%;
}

.adv-card__list li {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
  width: 100%;
}

.adv-card__list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.5l3 3 5-6" stroke="%2336B37E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: 21px 21px;
}

.adv-card__list li:last-child {
  margin-bottom: 0;
}

.gallery-section {
  background: #fff;
  padding: 48px 0 32px 0;
}

.gallery__container {
  max-width: 900px;
  padding: 0;
  box-sizing: border-box;
}

.gallery__title {
  text-align: left;
  font-size: 52px;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}

.gallery__desc {
  text-align: left;
  font-family: 'Manrope';
  font-style: 'Regular';
  font-weight: 400;
  font-size: 22.5px;
  max-width: 900px;
  margin: 0 auto 32px auto;
}

/* --- Новый адаптивный слайдер --- */
.gallery-slider-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
}

.gallery-slider {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 520px;
}

.gallery-slider__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(.4,0,.2,1);
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
  gap: 40px; 
}
.gallery-slider__track--slide-up {
  animation: gallery-track-slide-up 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
.gallery-slider__track--slide-down {
  animation: gallery-track-slide-down 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes gallery-track-slide-up {
  0% { transform: translateY(0); }
  100% { transform: translateY(-60px); }
}
@keyframes gallery-track-slide-down {
  0% { transform: translateY(-60px); }
  100% { transform: translateY(0); }
}

.gallery-slider__img {
  width: 520px;
  height: 520px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
  background: #fff;
  transition: box-shadow 0.4s;
  z-index: 1;
  display: block;
}

.gallery-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #343a40cc;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.gallery-slider__arrow--left {
  left: 0;
  margin-left: 11vw;
}
.gallery-slider__arrow--right {
  right: 0;
  margin-right: 11vw;
}
.gallery-slider__arrow img {
  width: 28px;
  height: 28px;
  display: block;
}
.gallery-slider__arrow--left img {
  transform: rotate(180deg);
}

.menu-modal__content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 65px 32px 9vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: none;
    height: 100%;
  }

@media (max-width: 1200px) {
  .gallery-slider {
    height: 280px;
  }
  .gallery-slider__img {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
    height: 280px;
  }
}

@media (max-width: 800px) {
  .gallery-slider {
    height: 180px;
  }
  .gallery-slider__img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 180px;
  }
  .gallery-slider__arrow {
    width: 32px;
    height: 32px;
  }
  .gallery-slider__arrow img {
    width: 18px;
    height: 18px;
  }
  .gallery-slider__arrow--left {
    margin-left: 0;
    left: 0;
  }
  .gallery-slider__arrow--right {
    margin-right: 0;
    right: 0;
  }
}

@media (min-width: 1800px) {
  .footer-container {
    gap: 202px;
  }
  .main-container,
  .advantages__container,
  .gallery__container {
    max-width: 1600px;
    padding: 0 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .promo-section__content {
    padding: 80px 210px;
    max-width: 900px;
  }
  .promo-section__title {
    font-size: 80px;
  }
  .promo-section__desc {
    font-size: 36px;
  }
  .promo-section__btn {
    font-size: 28px;
    padding: 22px 0;
  }
  .advantages__title {
    font-size: 48px;
  }
  .advantages__subtitle {
    font-size: 28px;
  }
  .adv-card {
    width: 400px;
    min-width: 320px;
    max-width: 480px;
    padding: 32px 48px 40px 48px;
  }
  .adv-card__title {
    font-size: 32px;
  }
  .adv-card__list li {
    font-size: 22px;
  }
  .gallery__title {
    font-size: 72px;
  }
  .gallery__desc {
    font-size: 32px;
    max-width: 2200px;
  }
  .gallery-slider__img {
    width: 700px;
    height: 700px;
  }
  .gallery-slider {
    height: 760px;
  }
  .gallery-slider__arrow--left {
    left: 80px;
  }
  .gallery-slider__arrow--right {
    right: 80px;
  }
  .advantages__list {
    display: flex;
    justify-content: flex-start;
    gap: 38px;
    /* margin: 0 auto; */
    max-width: 2050px;
  }
  .logo{
    height: 80px;
  }
  .header__menu{
    font-size: 25px;
  }
  .tr_pal{
    height: 24px;
  }
  .menu-modal__content{
    padding: 48px 65px 32px 0px;
  }
  
}

.gallery-slider {
  justify-content: center;
}
.gallery-slider__arrow--left {
  left: 0;
}
.gallery-slider__arrow--right {
  right: 0;
}

.promo-section {
  position: relative;
}
.menu-modal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url('img/promo/phon_open.svg') center center/cover no-repeat;
  backdrop-filter: blur(8px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
  z-index: 10;
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
  opacity: 0;
  transform: translateY(-60px);
  pointer-events: none;
}
.menu-modal.menu-modal--open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.menu-modal__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 32px;
}
.menu-modal__logo {
  height: 80px;
  margin-right: 32px;
}
.menu-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 48px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: 2;
}
.menu-modal__menu-title {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-left: 56px;
}
.menu-modal__body {
  display: flex;
  flex-direction: row;
  gap: 8vw;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.menu-modal__left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 340px;
}
.menu-modal__section-title {
  color: #ffb43a;
  font-size: 14px;
  margin-bottom: 24px;
  font-family: 'Manrope', Arial, sans-serif;
}
.menu-modal__nav {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 32px;
}
.menu-modal__nav-link {
  color: #fff;
  font-family: 'Azbuka04', Arial, sans-serif;
  font-size: 28px;
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0.5px;
}
.menu-modal__nav-link--active,
.menu-modal__nav-link:hover {
  color: #ffb43a;
}
.menu-modal__cta {
  background: #ffb43a;
  color: #181a1b;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 32px;
  padding: 14px 30px;
  margin: 32px 0 40px 0;
  cursor: pointer;
  transition: background 0.2s;
}
.menu-modal__cta:hover {
  background: #ff9900;
}
.menu-modal__socials {
  display: flex;
  gap: 60px;
  margin-top: 24px;
}
.menu-modal__social img {
  width: 36px;
  height: 36px;
  filter: grayscale(1) brightness(1.2);
  transition: filter 0.2s;
}
.menu-modal__social:hover img {
  filter: none;
}
.menu-modal__right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 320px;
  gap: 48px;
}
.menu-modal__contacts-title,
.menu-modal__address-title {
  color: #ffb43a;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: 'Manrope', Arial, sans-serif;
}

.menu-modal__contacts-titlec {
  color: #ffb43a;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: 'Manrope', Arial, sans-serif;  
}

.menu-modal__contact {
  background: #23262b;
  color: #fff;
  font-size: 22px;
  font-family: 'Manrope', Arial, sans-serif;
  border-radius: 24px;
  padding: 13px 35px 13px 58px;
  margin-bottom: 18px;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 260px;
  opacity: 0.8;
}
.menu-modal__icon {
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.menu-modal__icon--phone {
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 3.5A2 2 0 0 0 4.5 5.5v2A2 2 0 0 0 6.5 9.5h.5a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1h-.5A2 2 0 0 0 4.5 15.5v2A2 2 0 0 0 6.5 19.5h11a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.5a1 1 0 0 1-1-1v-1.5a1 1 0 0 1 1-1h.5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-11z" stroke="%23ffb43a" stroke-width="2"/></svg>') no-repeat center center;
  background-size: 24px 24px;
}
.menu-modal__icon--mail {
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="5" width="18" height="14" rx="3" stroke="%23ffb43a" stroke-width="2"/><path d="M5 7l7 6 7-6" stroke="%23ffb43a" stroke-width="2"/></svg>') no-repeat center center;
  background-size: 24px 24px;
}
.menu-modal__address-title {
  margin-bottom: 12px;
}
.menu-modal__address-text {
  color: #fff;
  font-size: 20px;
  font-family: 'Manrope', Arial, sans-serif;
  margin-bottom: 18px;
}
.menu-modal__howtoget {
  background: rgba(35,38,43,0.6);
  color: #fff;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: none;
  border-radius: 32px;
  padding: 10px 15px 10px 18px;
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: none;
  box-shadow: none;
}
.menu-modal__howtoget-icon {
  margin-right: 16px;
  flex-shrink: 0;
}


.menu-modal:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05; 
  background: repeating-linear-gradient(
    to right,
    rgba(255,255,255,1) 0px,        
    rgba(255,255,255,0.2) 27px,      
    rgba(0,0,0,0.2) 54px,           
    rgba(255,255,255,0.2) 81px,      
    rgba(255,255,255,1) 108px      
  );
}
.menu-modal__content, .menu-modal__body, .menu-modal__header {
  position: relative;
  z-index: 1;
}

.menu-modal:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0,0,0,0.8); 
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  pointer-events: none;
  opacity: 0.4;
}
.menu-modal:before {
  z-index: 1;
}
.menu-modal__content, .menu-modal__body, .menu-modal__header {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .menu-modal {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .menu-modal__content {
    max-width: 1000px;
    width: 100%;
    padding: 8px 0 8px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    max-height: 100%;
    overflow-y: auto;
  }
  .menu-modal__body {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  .menu-modal__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 0 18px;
    box-sizing: border-box;
  }
  .menu-modal__logo {
    height: 38px;
    margin-right: 0;
  }
  .menu-modal__close {
    position: static;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-left: auto;
    color: #fff;
  }
  .menu-modal__menu-title {
    display: none;
  }
  .menu-modal__left, .menu-modal__right {
    flex:0;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 18px;
    box-sizing: border-box;
  }
  .menu-modal__section-title{
    display: none;
  }
  .menu-modal__contacts-title,
  .menu-modal__address-title {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .menu-modal__contacts-titlec {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .menu-modal__nav {
    gap: 40px;
    margin-top: 40px;
    align-items: flex-start;
    width: 100%;
  }
  .menu-modal__nav-link {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .menu-modal__cta {
    display: none;
  }
  .menu-modal__contacts {
    width: 50%;
    align-items: center;
    margin-bottom: 22px;
  }
  .menu-modal__contact {
    font-size: 15px;
    padding: 15px 18px 15px 48px;
    border-radius: 18px;
    width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;
  }
  .menu-modal__icon {
    left: 16px;
    width: 20px;
    height: 20px;
  }
  .menu-modal__socials--mobile {
    gap: 30vw;
    margin-bottom: 22px;
    margin-top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .menu-modal__social {
    height: 45px;
  }
  .menu-modal__address {
    width: 60%;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .menu-modal__address-text {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }
  .menu-modal__howtoget {
    font-size: 12px;
    padding: 12px 0;
    border-radius: 20px;
    width: 70%;
    text-align: center;
    justify-content: center;
    margin-top: 35px;
  }
  .menu-modal__right {
    align-items: center;
    text-align: center;
  }
  .menu-modal__contacts-title,
  .menu-modal__address-title,
  .menu-modal__address-text,
  .menu-modal__contact,
  .menu-modal__howtoget {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-modal__contacts-titlec {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  } 
}
.menu-modal__socials--desktop {
  display: flex;
}
.menu-modal__socials--mobile {
  display: none;
}
@media (max-width: 890px) {
  .menu-modal__socials--desktop {
    display: none;
  }
  .menu-modal__socials--mobile {
    display: flex;
    gap: 95px;
    margin-top: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .menu-modal__social {
    height: 45px;
  }
}

.spaces-section {
  background: #2E353F;
  padding: 48px 0 48px 0;
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
}
.spaces-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  padding: 0 48px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.spaces-left {
  flex: 1 1 40%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 320px;
  max-width: 420px;
  margin-top: 0;
  padding-top: 0;
}
.spaces-title {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #fff;
  padding-top: 0;
}
.spaces-desc {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 38px;
  color: #fff;
}
.spaces-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 18px;
  color: #fff;
}
.spaces-list li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 28px;
}
.spaces-list li:before {
  content: '\2714';
  color: #36B37E;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.spaces-masonry {
  display: flex;
  gap: 24px;
  height: 550px;
}

.spaces-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.col-1 {
  width: 32%;
}
.col-2 {
  width: 32%;
}
.col-3 {
  width: 28%;
}

.img-1-1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.img-2-1 {
  height: 66%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.img-2-2 {
  height: 33%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.img-3-1, .img-3-2 {
  height: 25%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.img-3-3 {
  height: 50%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}
@media (max-width: 1100px) {
  .spaces-container {
    flex-direction: column;
    align-items: center;
    padding: 24px 8px;
    gap: 32px;
  }
  .spaces-left, .spaces-gallery {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
  .spaces-grid {
    width: 100%;
    height: auto;
    gap: 16px 12px;
  }
  .spaces-img {
    height: 120px;
  }
  .promo-section__title {
    font-size: 36px;
  }
  .promo-section__desc {
    font-size: 17px;
  }
  .promo-section__btn {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .spaces-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
    gap: 18px;
  }
  .spaces-gallery {
    width: 100vw;
    padding-bottom: 8px;
  }
  .spaces-masonry {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: max-content;
    min-width: 100vw;
    height: auto;
    overflow-x: auto;
  }
  .spaces-slide {
    min-width: 220px;
    width: 220px;
    margin: 0 4px;
  }
  .spaces-img {
    min-width: 220px;
    width: 220px;
    height: 140px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  .spaces-caption {
    font-size: 13px;
    margin-top: 6px;
  }
  .spaces-left {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .spaces-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .spaces-desc {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .spaces-list {
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    width: 100%;
  }
  .spaces-list li {
    margin-bottom: 10px;
    padding-left: 22px;
  }
}

.spaces-gallery-mobile-track::-webkit-scrollbar {
  display: none;
  
}
.spaces-gallery-mobile-track {
  scrollbar-width: none;
}
.spaces-gallery-mobile,
.spaces-gallery-mobile-track {
  -ms-overflow-style: none;  /* IE и Edge */
  scrollbar-width: none;     /* Firefox */
  overflow-x: auto;
}
.spaces-gallery-mobile::-webkit-scrollbar,
.spaces-gallery-mobile-track::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  display: none !important;
}


@media (max-width: 1000px) {
  .header {
    padding: 10px 15px;
  }
  .header__menu span{
    display: none;
  }
}

.promo-arrow--left {
  position:absolute;
  left:26px;
  bottom:26px;
  width:50px;
  height:50px;
  border-radius:50%;
  border:none;
  background:#343a40cc;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
  cursor:pointer;
}

.promo-arrow--right {
  position:absolute;
  left:106px;
  bottom:26px;
  width:50px;
  height:50px;
  border-radius:50%;
  border:none;
  background:#343a40cc;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
  cursor:pointer;
}

.promo-section__img {
  width: 100%;
  height: auto;
  aspect-ratio: 797 / 600;
  object-fit: cover;
  max-width: none;
  min-width: 0;
  display: block;
}

@media (max-width: 1350px) {
  .promo-arrow--left {
    position:absolute;
    left:20px;
    bottom:20px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:#343a40cc;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    cursor:pointer;
  }
  
  .promo-arrow--right {
    position:absolute;
    left:80px;
    bottom:20px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:#343a40cc;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    cursor:pointer;
  }
}

@media (min-width: 1800px) {
  .menu-modal__content {
    position: absolute;
    left: 50%;
    top: 75%; 
    transform: translate(-50%, -60%) scale(1.15); 
    max-width: 1600px;
    width: 100%;
    padding: 80px 120px 48px 120px;
    box-sizing: border-box;
  }
  .menu-modal__body {
    gap: 18vw;
  }
  .menu-modal__nav-link {
    font-size: 30px;
  }
  .menu-modal__cta {
    font-size: 20px;
    padding: 8px 40px;
  }
  .menu-modal__contact {
    font-size: 20px;
    min-width: 210px;
    padding: 10px 35px 10px 58px;
    border-radius: 18px;
    background: rgba(35,38,43,0.6);
    box-shadow: none;
    margin-bottom: 16px;
  }
  .menu-modal__howtoget {
    font-size: 16px;
    padding: 10px 22px 10px 22px;
    border-radius: 14px;
    background: rgba(35, 38, 43, 0.7);
    min-width: 180px;
    margin-top: 10px;
    box-shadow: none;
  }
  .menu-modal__address-text {
    font-size: 20px;
  }
  .menu-modal__contacts-title, .menu-modal__address-title {
    font-size: 16px;
  }
  .menu-modal__contacts-titlec {
    font-size: 16px;
  }
  .menu-modal__social img {
    width: 48px;
    height: 48px;
  }
  .menu-modal__right {
    align-items: flex-start;
  }
}

@media (max-width:450px) {
  .menu-modal__nav-link {
    text-align: left;
  }
  .menu-modal__howtoget {
    width: 100%;
  }
  .menu-modal__contact {
    width: 100%;
  }
  .menu-modal__contacts {
    width: 100%;
  }
  .menu-modal__contacts-titlec {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
  }
  .gallery__title {
    font-size: 34px;
  }
  .gallery__desc {
    font-size: 18.5px;
  }
}

@media (max-width: 1450px) {
  .promo-section__title{
    font-size: 55px;
  }
  .promo-section__desc {
    font-size: 24px;
  }
  .promo-section__content {
    padding-left: 20%;
  }
}

@media (max-width: 1450px) {
  .promo-section__title{
    font-size: 55px;
  }
  .promo-section__desc {
    font-size: 24px;
  }
  .promo-section__content {
    padding-left: 20%;
  }
}

.promo-section__title-overlay {
  display: none;
}

@media (max-width:920px) {
  .gallery__container {
    padding-left: 4%;
  }
}

@media (max-width: 850px) {
  .promo-arrow {
    display: none;
  }
  .promo-section__title {
    display: none;
  }
  .promo-section__left {
    order: 2;
    flex: 0;
    height: 35%;
  }

  .promo-section__right {
    order: 1;
    background: #2E353F;
  }
  .promo_ob {
    flex-direction: column;
  }
  .promo-section__img {
    border-radius: 8px;
    height: auto;
    aspect-ratio: 360 / 270;
  }
  .promo-section__right {
    position: relative;
  }
  .promo-section__title-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 23%;
    min-height: 48px;
    background: rgba(0,0,0,0.8);
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-family: 'Azbuka04', Arial, sans-serif;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 16px 18px 18px 18px;
    z-index: 2;
    pointer-events: none;
    padding-left: 3%;
  }
  .promo-section__content {
    padding-left: 3%;
    margin: 0;
    max-width: 1000px;
    gap: 20px;
  }
  .promo-section__desc {
    font-size: 3.6vw;
    margin-bottom: 0
  }
  .promo-section__btn {
    width: 93%;
    font-size: 3.5vw;
    border-radius: 52px;
    padding: 4vw 48px;
  }
}

.gallery-slider__img--active {
 
  transition: opacity 0.5s, transform 0.5s;
}

.gallery-slider__img--slide-out-up {
  animation: gallery-slide-out-up 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
.gallery-slider__img--slide-out-up-delayed {
  animation: gallery-slide-out-up 0.5s cubic-bezier(.4,0,.2,1) 0.1s forwards;
}
.gallery-slider__img--slide-out-up-delayed-2 {
  animation: gallery-slide-out-up 0.5s cubic-bezier(.4,0,.2,1) 0.2s forwards;
}
.gallery-slider__img--slide-in-down {
  animation: gallery-slide-in-down 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
.gallery-slider__img--slide-in-down-delayed {
  animation: gallery-slide-in-down 0.5s cubic-bezier(.4,0,.2,1) 0.1s forwards;
}
.gallery-slider__img--slide-in-down-delayed-2 {
  animation: gallery-slide-in-down 0.5s cubic-bezier(.4,0,.2,1) 0.2s forwards;
}
@keyframes gallery-slide-out-up {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-80px); }
}
@keyframes gallery-slide-in-down {
  0% { opacity: 0; transform: translateY(-80px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1200px) {
  .gallery-slider {
    height: 400px;
  }
  .gallery-slider__img {
    width: 400px;
    height: 400px;
  }
  .gallery-slider__track {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .gallery-slider {
    height: 300px;
    overflow: hidden;
  }
  .gallery-slider__img {
    width: 300px;
    height: 300px;
  }
  .gallery-slider__track {
    gap: 20px;
  }
  .gallery-slider__arrow {
    width: 40px;
    height: 40px;
  }
  .gallery-slider__arrow--right {
    width: 40px;
    height: 40px;
    margin-right: 11vw;
  }
  .gallery-slider__arrow--left {
    width: 40px;
    height: 40px;
    margin-left: 11vw;
  }
  .gallery-slider__arrow img {
    width: 20px;
    height: 20px;
  }
  .gallery-slider__img {
    flex: 0;
  }
  .gallery-slider__img {
    width: 300px;
    height: 300px;
    border-radius: 28px;
  }
}

@media (max-width: 600px) {
  .gallery-slider {
    height: 400px;
    overflow: hidden;
  }
  .gallery-slider__img {
    width: 400px;
    height: 400px;
  }
  .gallery-slider__track {
    gap: 15px;
  }
  .gallery-slider__arrow {
    width: 32px;
    height: 32px;
  }
  .gallery-slider__arrow img {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 400px) {
  .gallery-slider {
    height: 300px;
    overflow: hidden;
  }
  .gallery-slider__img {
    width: 300px;
    height: 300px;
  }
  .gallery-slider__track {
    gap: 10px;
  }
}
.spaces-gallery-mobile { display: none; }

@media (max-width: 1100px) {
  .spaces-list {
    display: none;
  }
  .spaces-masonry { display: none !important; }
  .spaces-gallery-mobile {
    display: block;
    width: 100vw;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .spaces-gallery-mobile-track {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: max-content;
    min-width: 100vw;
    height: auto;
    overflow-x: auto;
  }
  .spaces-slide {
    min-width: 220px;
    width: 220px;
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .spaces-img {
    width: 220px;
    height: 140px;
    border-radius: 16px;
    object-fit: cover;
    display: block;
  }
  .spaces-caption {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    margin-top: 8px;
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
}

.spaces-gallery-mobile-track::-webkit-scrollbar {
  display: none;
  
}
.spaces-gallery-mobile-track {
  scrollbar-width: none;
}
.spaces-gallery-mobile,
.spaces-gallery-mobile-track {
  -ms-overflow-style: none;  /* IE и Edge */
  scrollbar-width: none;     /* Firefox */
  overflow-x: auto;
}
.spaces-gallery-mobile::-webkit-scrollbar,
.spaces-gallery-mobile-track::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  display: none !important;
}

.join-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0 48px 0;
}
.join-block__content {
  background: #23262b;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1150px;
  padding: 36px 48px;
  box-sizing: border-box;
  gap: 30px;
  margin: 0 auto;
}
.join-block__title {
  color: #fff;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}
.join-block__btn {
  background: #ffb43a;
  color: #23262b;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 32px;
  padding: 18px 38px;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}
.join-block__btn:hover {
  background: #ff9900;
}
@media (max-width: 900px) {
  .join-block__content {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 24px 16px;
    max-width: 98vw;
  }
  .join-block__title {
    font-size: 20px;
    text-align: center;
  }
  .join-block__btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
  }
}

@media (max-width: 690px) {
  .join-block__title {
    color: #000000;
  }
  .join-block__content {
    background: #fff;
  }
  .join-block__btn {
    width: 78%;
    font-size: 20px;
    padding: 14px 10px;
  }
  .join-block__content {
    background: #fff;
    align-items: center;
    gap: 30px;
}
}

.footer-block {
  width: 100vw;
  background: #2E353F;
  padding: 48px 0 0 0;
  color: #fff;
  font-family: 'Manrope', Arial, sans-serif;
}
.footer-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding: 0 48px 32px 48px;
  box-sizing: border-box;
}
.footer-col {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.footer-col--logo {
  align-items: flex-start;
  min-width: 220px;
}
.footer-logo {
  height: 100px;
  margin-bottom: 18px;
}
.footer-socials {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
}
.footer-socials img {
  width: 36px;
  height: 36px;
  filter: grayscale(1) brightness(1.2);
  transition: filter 0.2s;
}
.footer-socials a:hover img {
  filter: none;
}
.footer-copyright {
  color: #BFBFBF;
  font-size: 12px;
  margin-top: 18px;
}
.footer-col--contacts {
  align-items: flex-start;
  min-width: 220px;
  gap: 8px;
}
.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7edc9a;
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
}
.footer-icon {
  width: 22px;
  height: 22px;
}
.footer-contact-main {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.footer-policy {
  color: #bdbdbd;
  font-size: 14px;
  margin-top: 18px;
}
.footer-policy a {
  color: #bdbdbd;
  text-decoration: underline;
  transition: color 0.2s;
}
.footer-policy a:hover {
  color: #ffb43a;
}
.footer-col--address {
  align-items: flex-start;
  min-width: 220px;
  gap: 8px;
}
.footer-address-title {
  color: #7edc9a;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.footer-address-main {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}
.footer-howtoget {
  color: #3973B9;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  cursor: pointer;
}
.footer-howtoget img {
  width: 18px;
  height: 18px;
}
.footer-write-btn {
  background: #23262b;
  color: #fff;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 32px;
  padding: 14px 40px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-write-btn:hover {
  background: #fff;
  color: #23262b;
}
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 0 16px 32px 16px;
  }
  .footer-col {
    min-width: 0;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-logo {
    height: 60px;
  }
  .footer-contact-main {
    font-size: 20px;
  }
  .footer-address-main {
    font-size: 16px;
  }
  .footer-write-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
  }
}
.footer-block-mobile { display: none; }
@media (max-width: 900px) {
  .footer-block { display: none !important; }
  .footer-block-mobile { display: block; width: 100vw; background: #2E353F; color: #fff; font-family: 'Manrope', Arial, sans-serif;  }
  .footer-mobile-container { display: flex; flex-direction: column; align-items: center; width: 100vw; max-width: 100vw; }
  .footer-logo { height: 82px; margin: 32px 0 16px 0; }
  .footer-socials { display: flex; gap: 18px; margin-bottom: 24px; justify-content: center; margin-top: 8px;}
  .footer-socials img { width: 36px; height: 36px; }
  .footer-contact-box { width: 100%; max-width: 80%; background: rgba(0, 0, 0, 0.2); border-radius: 32px; padding: 18px; margin-bottom: 18px; display: flex; align-items: center; gap: 16px; }
  .footer-contact-box .footer-icon { width: 28px; height: 28px; flex-shrink: 0; }
  .footer-contact-box .footer-contact-main { font-size: 22px; color: #fff0f0; font-family: 'Manrope', Arial, sans-serif; font-weight: 400; letter-spacing: 0.5px; text-align: left; margin-bottom: 0; }
  .footer-address-title { color: #7edc9a; font-size: 15px; font-weight: 400; margin-bottom: 4px; margin-top: 8px; text-align: center; width: 100vw; }
  .footer-address-main { font-size: 20px; text-align: center; margin-bottom: 10px; width: 100vw; }
  .footer-howtoget { justify-content: center; width: 75vw; margin-bottom: 40px; color: #BFBFBF; display: flex; align-items: center; gap: 8px; background: rgba(0, 0, 0, 0.2); border-radius: 32px; padding: 16px 0; font-size: 20px; }
  .footer-write-btn { width: 70vw; font-size: 16px; padding: 14px 0; border-radius: 32px; margin-top: 10px; background: rgba(0, 0, 0, 0.4); color: #fff; justify-content: center; display: flex; align-items: center; gap: 10px; border: none; box-shadow: 0 2px 8px rgba(0,0,0,0.10); }
  .footer-policy { width: 90vw; background: none; color: #bdbdbd; font-size: 13px; margin: 18px 0 0 0; text-align: left; padding: 0; }
  .footer-policy ul { padding-left: 18px; margin: 0; }
  .footer-policy li { margin-bottom: 6px; }
  .footer-copyright { color: #BFBFBF; font-size: 16px; margin-top: 12px; text-align: center; width: 100vw; margin-bottom: 35px;}
  .footer-howtoget-box, .footer-write-btn {
    width: 65vw;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    padding: 18px 0;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 22px;
    color: #fff;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: none;
    box-shadow: none;
  }
  .footer-howtoget-box .footer-icon,
  .footer-write-btn .footer-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .footer-policy {
    width: 90vw;
    background: none;
    color: #bdbdbd;
    font-size: 18px;
    margin: 35px auto 0 auto;
    text-align: left;
    padding: 0;
    text-align: center;
  }
  .footer-policy ul {
    padding-left: 18px;
    margin: 0;
    display: inline-block;
    text-align: left;
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
  }
  .footer-policy li {
    margin-bottom: 6px;
    list-style: disc;
    text-align: center;
  }
  .footer-policy li::before {
    content: '•';
    color: #bdbdbd;
    font-size: 1.2em;
    margin-right: 8px;
    flex-shrink: 0;
    line-height: 1.2;
  }
  .footer-policy ul li {
    margin-bottom: 25px
  }
}
@media (max-width:690px) {
  .footer-policy {
    text-align: left;
  }
  .footer-policy li {
    text-align: left;
  }
}
@media (max-width:900px) {
  .spaces-section {
    padding: 18px 0 38px 0;
  }
}

.modal-request {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-request__overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.45);
  backdrop-filter: blur(8px);
  z-index: 1;
}
.modal-request__content {
  position: relative;
  z-index: 2;
  background: rgba(40, 50, 50, 0.55);
  border-radius: 24px;
  border: 1px solid #bdbdbd;
  box-shadow: 0 8px 48px rgba(0,0,0,0.18);
  padding: 38px 38px 32px 38px;
  min-width: 350px;
  max-width: 95vw;
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-request__close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 3;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.modal-request__close:hover { opacity: 1; }
.modal-request__title {
  font-family: 'Manrope';
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.modal-request__desc {
  font-family: 'Manrope';
  color: #d6d6d6;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.4;
}
.modal-request__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}
.modal-request__form label {
  width: 90%;
  color: #fff;
  font-size: 0.7rem;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start; 
}
.modal-request__form label span {
  font-family: 'Manrope';
  line-height: 1.4;
  align-self: flex-start;
  text-align: left;
  width: 100%;
}
.modal-request__form input {
  width: 100%;
  max-width: 340px; 
  margin: 0 auto;
  border-radius: 16px;
  border: none;
  padding: 12px 16px;
  font-size: 1.1rem;
  margin-top: 2px;
  background: rgba(255,255,255,0.95);
  color: #23262b;
  outline: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s;
}
.modal-request__form input:focus {
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.modal-request__form input::placeholder {
  color: #23262b;
  opacity: 0.5;
}
.modal-request__submit {
  margin-top: 10px;
  background: #ffb43a;
  color: #23262b;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 32px;
  padding: 14px 0;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  width: 50%;
  margin-bottom: 20px;
}
.modal-request__submit:hover {
  background: #ff9900;
}
@media (max-width: 500px) {
  .modal-request__content {
    min-width: 0;
    width: 98vw;
    padding: 18px 6vw 18px 6vw;
  }
}

@media (min-width: 1800px) {
  .modal-request__title {
    font-size: 1.8rem;
  }
  .modal-request__desc {
    font-size: 1.1rem;
  }
  .modal-request__form label {
    font-size: 1rem;
  }
}

@media (max-width: 530px) {
  .modal-request__content {
    border-radius: 32px;
    width: 78%;
  }
  .modal-request__title {
    margin-top: 0;
    font-size: 1.9rem;
  }
  .modal-request__desc {
    font-size: 1rem;
  }
  .modal-request__form label {
    font-size: 0.7rem;
    margin-right: 7%;
  }
}