@media (max-width: 1610px) {
  .container {
    width: calc(100% - 15%);
  }
}
@media (max-width: 1440px) {
  .header__logo {
    padding-right: 36px;
  }
  .hero__wrapper {
    height: 750px;
    padding-top: 250px;
  }
  .hero__play-btn {
    top: 130px;
  }
  .apartment__img {
    margin-bottom: 14px;
  }
  .apartment__meta {
    margin-top: 14px;
  }
  .apartment__meta li {
    padding-left: 34px;
  }
  .location {
    padding: 100px 0 90px;
  }
  .stages {
    padding-bottom: 90px;
  }
  .stages__item {
    padding-bottom: 24px;
    gap: 24px;
  }
  .investors_list {
    gap: 28px;
  }
  .investors .btn {
    margin-top: 42px;
  }
  .faq {
    padding: 92px 0;
  }
  .faq__list {
    margin-top: 40px;
  }
  .faq__question {
    padding-right: 60px;
  }
  .footer-logo-img {
    width: 64px;
  }
  .footer__text {
    margin: 20px 0;
  }
  .footer__nav-name {
    margin-bottom: 22px;
  }
  .footer__contact-link {
    margin: 4px 0 12px;
  }
}
@media (max-width: 1320px) {
  .container {
    width: calc(100% - 48px);
  }
  .img-scroll, .planning__wrapper {
    margin-left: 24px;
  }
}
@media (max-width: 1200px) {
  .hero__block {
    flex-direction: column;
    gap: 30px;
  }
  .hero__wrapper {
    padding-top: 140px;
  }
  .hero__play-btn {
    top: 90px;
    left: 500px;
  }
  .hero__text {
    margin: 24px 0;
  }
}
@media (max-width: 1100px) {
  .burger-menu {
    margin-right: 30px;
    width: 22px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
    border-left: 1.33px solid rgba(255, 255, 255, 0.2);
  }
  .burger-menu.active .burger-item:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background-color: var(--text-color);
  }
  .burger-menu.active .burger-item:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.active .burger-item:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    background-color: var(--text-color);
  }
  .burger-item {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .header.scrolled .burger-item, .header:hover .burger-item {
    background-color: var(--text-color);;
  }
  .header__block.active {
    left: 0;
  }
  .header__block {
    padding: 175px 24px 24px;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    transition: left 0.3s ease;
    z-index: 1000;
    background: #FFFCF6;
  }
  .header__block .menu {
    gap: 0;
  }
  .header__block .menu li {
    padding: 15px 0;
    border-bottom: 1px solid #E6E1DD;
  }
  .header__block .menu a {
    font-size: 20px;
  }
  .header__block .menu a, .header.scrolled .header__block .menu a, .header:hover .header__block .menu a {
    color: var(--text-color);
  }
  .header__phone-wrapper, .header__logo {
    border: none;
  }
  .header__logo {
    padding-right: 0;
    padding-left: 24px;
    margin-right: auto;
    border-left: 1.33px solid rgba(255, 255, 255, 0.2);
  }
  .menu {
    flex-direction: column;
  }
  .nav__wrapper {
    position: relative;
  }
  .nav__wrapper::before {
    position: absolute;
    content: 'Menu';
    top: -60px;
    left: 0;
    font-family: 'Baskerville BT', serif;
    font-size: 52px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .img-scroll, .planning__wrapper {
    margin-left: 0;
  }
  .planning__wrapper {
    padding: 0 22px;
  }
  .about {
    padding-top: 64px;
    padding-bottom: 0;
  }
  .about_gallery {
    padding: 64px 0 45px;
    margin-bottom: 55px;
    display: block;
  }
  .about_gallery .splide__slide img {
    width: 100%;
  }
  .img-scroll {
    display: none;
  }
  .block__title {
    font-size: 64px;
  }
  .advantages .block__title {
    text-align: left;
  }
  .advantages__list {
    margin: 34px 0 42px;
    gap: 24px;
    background: none;
  }
  .advantages_item {
    width: calc(50% - 13px);
    flex-direction: row-reverse;
    text-align: left;
  }
  .advantages__btn-wrapper .btn {
    max-width: 100%;
    width: calc(50% - 5px);
    justify-content: space-between;
  }
  .advantages {
    padding-bottom: 64px;
  }
  .planning {
    padding: 72px 0;
  }
  .planning__text {
    margin: 26px 0 30px;
  }
  .faq {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .location {
    padding: 64px 0;
  }
  .location__wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .location iframe {
    height: 560px;
  }
  .location__block {
    width: 100%;
    min-width: 100%;
  }
  .footer__wrapper-bottom {
    flex-wrap: wrap;
    gap: 28px 10px;
  }
  .footer__text-bottom {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
@media (max-width: 900px) {
  .about__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .about .block__title {
    max-width: 100%;
    font-size: 64px;
  }
  .about__text-wrapper {
    max-width: 100%;
  }
  .investors__wrapper {
    flex-direction: column;
  }
  .investors__block, .investors_list, .presentation__block {
    width: 100%;
  }
  .presentation {
    padding: 112px 0;
  }
  .presentation__wrapper {
    flex-direction: column;
  }
  .presentation__img img {
    width: 174px;
  }
  .presentation__block {
    text-align: center;
  }
  .presentation__text {
    margin-top: 38px;
  }
  .presentation .btn {
    margin: 0 auto;
  }
  .footer__wrapper {
    padding: 52px 0 20px;
    background: url(../img/footer-bg-min.svg) no-repeat top 52px left;
  }
  .footer__wrapper-content {
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 24px;
  }
  .footer__text-block {
    width: 100%;
    max-width: 100%;
  }
  .footer__nav-block, .footer__contact-block {
    width: calc(50% - 22px);
  }
}
@media (max-width: 700px) {
  .hero__plan-content {
    padding-right: 0;
  }
}
@media (max-width: 650px) {
  .hero__wrapper {
    padding: 275px 0 10px;
  }
  .hero__block {
    align-items: center;
    text-align: center;
  }
  .hero__title {
    font-size: 64px;
  }
  .hero__play-btn {
    left: calc(50% - 75px);
  }
  .hero__text-title {
    font-size: 32px;
  }
  .hero__plan-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .hero__plan-wrapper .btn, .about__text-block .btn {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
  .block__title, .about .block__title {
    font-size: 52px;
  }
  .about__big-text {
    font-size: 26px;
  }
  .about__text-block, .advantages__list, .stages__item {
    flex-direction: column;
  }
  .about__text {
    max-width: 100%;
  }
  .advantages_item {
    width: 100%;
  }
  .location iframe {
    height: 500px;
  }
  .footer__wrapper-bottom {
    gap: 28px;
  }
  .modal {
    width: 95%;
  }
  .investors__wrapper {
    padding: 48px 32px;
  }
}
@media (max-width: 550px) {
  .header__phone-wrapper.mobile {
    display: flex;
    margin: 50px auto 0;
    padding: 0;
  }
  .header__phone-wrapper.desktop {
    display: none;
  }
  .header__phone-block {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
  .header__logo {
    width: 100%;
  }
  .header__logo img {
    margin-left: auto;
  }
  .stages__item {
    gap: 10px;
  }
  .stages__item__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .investors .btn.mobile {
    display: flex;
    margin-top: 0;
  }
  .investors .btn.desktop {
    display: none;
  }
  .footer__wrapper {
    background-size: contain;
  }
}
@media (max-width: 500px) {
  .advantages__btn-wrapper {
    flex-direction: column;
  }
  .advantages__btn-wrapper .btn, .footer__nav-block, .footer__contact-block {
    width: 100%;
  }
  .advantages_item {
    gap: 22px;
  }
  .advantages_ico {
    width: 40px;
  }
}
@media (max-width: 400px) {
  .hero__plan-content p {
    text-align: left;
    font-size: 14px;
  }
  .hero__brochure {
    width: 100px;
  }
  .modal {
    padding: 42px 22px;
  }
  .form__text-block {
    flex-direction: column;
    gap: 15px;
  }
  .form__text-agree {
    width: 100%;
  }
  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    text-align: left;
  }
  .header__phone-wrapper.mobile {
    margin: 30px auto 0;
  }
  .nav__wrapper::before {
    content: none;
  }
  .header__block {
    padding: 125px 24px 24px;
  }
  .filter-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}
