
@media (max-width: 1200px){
  .footer__inner {
    flex-direction: column;
    gap: 62px;
    margin-right: 20px;
  }
  .footer__inner .footer-logo-wrapper {
    order: 2;
  }
  .footer__inner .footer-logo-wrapper__logo {
    max-width: 320px;
  }
  .footer__inner .footer-logo-wrapper .button {
    margin-top: 40px;
  }
  .footer__inner .footer-nav {
    order: 1;
    gap: 30px;
  }
  .footer__text-wrapper {
    margin-top: 30px;
  }
  .footer__text {
    margin-top: 16px;
  }
  .footer__text-title {
    margin-bottom: 0;
  }
  .hero__offer {
    height: 270px;
    padding: 30px 35px;
  }
  .hero__offer .button {
    max-width: unset;
    width: 100%;
  }
  .notfound .button {
    margin-top: 50px;
  }
  .form-image .container {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    padding: 38px clamp(10px, 3vw, 26px) 60px;
  }
  .form-image__subtitle {
    margin-top: 10px;
  }
  .form-image__form-wrapper {
    flex: 2;
  }
  .form-image__form-wrapper .title {
    width: 100%;
  }
  .form-image__form-wrapper .form__label {
    width: 100%;
  }
  .form-image__photo {
    height: auto;
    flex: unset;
    align-items: center;
    flex-direction: row-reverse;
    gap: 19px;
  }
  .form-image__name {
    width: auto;
    margin: 0;
  }
  .form-image__name span {
    text-align: left;
  }
  .form-image__name span:first-child {
    font-size: 18px;
    line-height: 18px;
  }
  .form-image__name span:last-child {
    font-size: 14px;
    line-height: 16px;
  }
  .form-image__image-wrapper {
    flex: 0 1 87px;
    width: 87px;
  }
  .form-journal.container {
    padding-left: 40px;
  }
  .form-journal__image-wrapper {
    right: -24px;
    transform: scale(0.85);
  }
  .form-section .container {
    background-position: calc(100% + 50px) bottom;
    padding: 60px clamp(10px, 3vw, 26px);
  }
  .form__submit, .form__input {
    width: 224px;
  }
  .header__logo {
    max-width: 188px;
  }
  .header__right-content .button-pen {
    background-color: #fff;
    color: #3C3C3B;
    margin-right: 34px;
  }
  .header__right-content .button-wa {
    display: none;
  }
  .header__phone a {
    font-size: 24px;
    line-height: 28px;
  }
  .header__phone div {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page__slide:last-child {
    margin-bottom: 90px;
  }
  .about-page__slides {
    gap: 90px;
  }
  .about-page__slide-inner .title {
    margin-bottom: 24px;
  }
  .about-page__slide-inner .form-journal {
    margin-top: 90px;
  }
  .about-page__slide-inner .button {
    margin-top: 24px;
  }
  .about-page__content {
    flex-direction: column;
    gap: 24px;
  }
  .about-page__content div {
    order: 2;
  }
  .about-page__content div .button {
    margin-top: 24px;
  }
  .about-page__content .about-page__image-wrapper {
    order: 1;
    flex: unset;
    max-width: clamp(380px, 80vw, 530px);
  }
  .about-page__images {
    margin-top: 24px;
  }
  .about-page__video {
    margin-top: 20px;
  }
  .about-page__genplan-legends {
    column-gap: 20px;
    margin-top: 20px;
  }
  .about-page__infos {
    margin-top: 20px;
  }
  .about-page__info {
    flex-basis: 211px;
  }
  .about-page__info div {
    font-size: 40px;
    line-height: 44px;
  }
  .about-page__houses {
    margin-top: 20px;
  }
  .apartments__filter .filter-sticky {
    margin-top: 30px;
  }
  .apartments__plan .title {
    margin-bottom: 30px;
  }
  .apartments__plan-block {
    flex-direction: column;
  }
  .apartments__plan-image-layout {
    flex: none;
    height: 400px;
  }
  .apartments__plan-image-layout img {
    border-radius: 0 0 16px 16px;
  }
  .apartments__advantages-content {
    margin-top: 30px;
  }
  .flat-detail__equipment-content {
    gap: 30px;
  }
  .floors__wrapper {
    padding-bottom: 100px;
  }
  .floors__genplan-compass {
    bottom: -170px;
  }
  .floors__floors-container {
    display: none;
  }
  .description__block {
    flex-direction: column;
    gap: 20px;
  }
  .description__block:nth-child(2n+1) {
    flex-direction: column;
  }
  .description__image-wrapper {
    max-width: unset;
    height: clamp(250px, 40vw, 400px);
  }
  .description__block-text {
    max-width: unset;
  }
  .description__block-title {
    margin: 0 0 10px;
  }
  .news-article > .container {
    margin-bottom: 90px;
  }
  .news-article__content {
    margin-top: 20px;
    flex-direction: column;
  }
  .news-article__video {
    max-width: 100%;
    height: clamp(220px, 40vw, 350px);
    flex: none;
  }
  .news-article__images {
    flex-direction: column;
    height: auto;
    margin-top: 16px;
  }
  .news-article__images .news-article__image-wrapper:first-child {
    flex: none;
  }
  .news-article__images a {
    height: clamp(220px, 40vw, 350px);
    flex: none;
  }
  .news-article .text-wrapper {
    max-width: 100%;
  }
  .news .container {
    margin-bottom: 90px;
  }
  .news .container .flex-row {
    margin-top: 30px;
    margin-bottom: 90px;
  }
  .paymentsPage .block-color-bg .hypothec {
    margin-bottom: 90px;
  }
  .popup-excurs .container {
    padding: 60px clamp(10px, 3vw, 26px);
  }
  .popup-hypothec__form {
    flex-wrap: wrap;
    gap: 0;
  }
  .popup-hypothec__form .form {
    width: 100%;
    padding-bottom: 10px;
  }
  .popup-hypothec__form .form__input {
    width: calc(33.3333333333% - 12px);
  }
  .popup-hypothec__form .form__submit {
    width: calc(33.3333333333% - 12px);
    max-width: 150px;
  }
  .popup-hypothec__form-text {
    width: 100%;
    padding: 0 40px;
  }
  .button-pen::after {
    width: 26px;
    height: 26px;
    background: url(../images/sprites/icons-sprite-3fe4f553.svg) -1153px -1px no-repeat;
    background-size: auto 47px;
  }
  .calculator__item {
    width: calc(50% - 12px);
  }
  .collage-type-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: clamp(150px, 50vw, 410px) repeat(2, clamp(101px, 30vw, 242px));
    grid-template-areas: "item1 item1" "item2 item4" "item3 item4";
    gap: 6px;
  }
  .flex-row {
    gap: 16px;
  }
  .text-wrapper_green {
    width: 100%;
  }
  .block-mt {
    margin-top: 90px;
  }
  .block-mb {
    margin-bottom: 90px;
  }
  .filter-input:nth-child(1) {
    flex: 1;
  }
  .filter-sort__find {
    display: none;
  }
  .filter-sort__sort {
    margin-left: 0;
    margin-right: 30px;
  }
  .filter {
    padding: 20px;
    margin-right: -26px;
    margin-left: -26px;
    width: calc(100% + 36px);
  }
  .filter__row {
    flex-wrap: wrap;
  }
  .filter__item-inner {
    width: 50%;
  }
  .filter__item-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter__item-wrapper:last-child {
    margin-bottom: 0;
  }
  .filter__check-wrapper {
    width: 50%;
  }
  .filter__item {
    width: 50%;
  }
  .filter__item_width {
    margin-right: 5px;
    width: 100%;
  }
  .filter__item_check {
    width: unset;
    margin-right: 10px;
  }
  .filter__item_index {
    width: calc(33.3333333333% - 15px);
  }
  .filter__item_hidden {
    display: flex;
  }
  .filter__item_select {
    width: unset;
  }
  .filter__select {
    width: 100%;
  }
  .filter__main {
    width: 100%;
  }
  .filter__button {
    margin-right: 20px;
    width: calc(50% - 20px);
    max-width: unset;
  }
  .house-card {
    width: calc(50% - 8px);
    height: 485px;
  }
  .house-card_large {
    width: 100%;
  }
  .hypothec-calculator__input {
    width: calc(33.3333333333% - 12px);
  }
  .hypothec .flex-row .hypothec-card {
    width: calc(50% - 8px);
    height: 450px;
  }
  .hypothec .flex-row .hypothec-card_consultation .hypothec-card__image-wrapper img {
    object-position: 0 60%;
  }
  .infrastructure__legends {
    display: grid;
    grid-template-columns: 1fr 1fr 175px;
    grid-template-rows: repeat(2, 43px);
  }
  .news-card {
    width: calc(50% - 8px);
    height: fit-content;
  }
  .news-card__image-wrapper {
    height: clamp(280px, 35vw, 375px);
  }
  .news-card__title {
    margin-bottom: 10px;
  }
}