
@media (max-width: 1200px) {
  .footer .container {
    gap: 40px;
  }
  .footer__contacts {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  .footer__contacts-block {
    width: calc(50% - 20px);
  }
  .footer__contacts-block:nth-child(1) {
    order: 1;
  }
  .footer__contacts-block:nth-child(2) {
    order: 3;
  }
  .footer__contacts-block_phone {
    order: 2;
    margin: 0;
  }
  .footer__contacts-block_socials {
    order: 4;
  }
  .notfound {
    background-size: 700px;
  }
  .notfound .container p {
    margin: 34px auto 0;
  }
  .notfound .button {
    margin-top: 50px;
  }
  .form-house__image-wrapper {
    width: clamp(400px, 35vw, 500px);
  }
  .form-house_type2 .form-house__image-wrapper {
    width: auto;
    right: -30%;
  }
  .form-image .container {
    background-size: 258px;
    padding: 60px clamp(10px, 3vw, 26px) 0;
  }
  .form-image__form-wrapper {
    margin-top: -50px;
  }
  .form-image__form-wrapper .title {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 110%;
  }
  .form-image__form-wrapper .form__input {
    max-width: 250px;
    width: 100%;
  }
  .form-image__form-wrapper .form__submit {
    max-width: 250px;
    width: 100%;
  }
  .form-image__image-wrapper {
    width: 202px;
  }
  .form-journal__form-wrapper .title {
    max-width: 710px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 34px;
    line-height: 120%;
    margin: 0 auto;
  }
  .form-journal__form-wrapper .form {
    width: 585px;
    margin: 24px auto 0;
  }
  .form-journal__form-wrapper .form__label {
    margin: 0 auto;
  }
  .form-journal__image-wrapper {
    display: none;
  }
  .form-photo .container {
    padding: 60px clamp(10px, 3vw, 26px);
  }
  .form-photo__form-wrapper .title {
    max-width: 560px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .form-photo__form-wrapper .form {
    align-items: center;
    justify-content: center;
  }
  .form-photo__image-wrapper {
    display: none;
  }
  .form-section .container {
    background-position: calc(100% + 50px) bottom;
    padding: 60px clamp(10px, 3vw, 26px);
  }
  .header__logo {
    max-width: 168px;
  }
  .header__nav ul {
    gap: 20px;
  }
  .header__right-content .button-secondary {
    width: 240px;
    margin-right: 10px;
  }
  .location__image-wrapper {
    flex-basis: 400px;
  }
  .location__info-row > span {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .news-page__wrapper {
    flex-direction: column;
    margin-top: 30px;
  }
  .news-page__text {
    width: 100%;
    order: 2;
  }
  .news-page__image-wrapper {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
    order: 1;
  }
  .about-page__slide-inner .title {
    margin-bottom: 24px;
  }
  .about-page__slide-inner .button {
    margin-top: 24px;
  }
  .apartments .house-card {
    width: calc(50% - 8px);
  }
  .apartments__filter .filter {
    margin-top: 24px;
  }
  .contacts.block-mb {
    margin-bottom: 0;
  }
  .contacts__container {
    flex-direction: column;
  }
  .contacts .map .button {
    display: none;
  }
  .contacts .map {
    position: relative;
    left: -30px;
    width: calc(100vw + 60px);
    border: none;
    margin-top: 40px;
  }
  .contacts__info {
    flex: unset;
  }
  .detail__card {
    max-width: 360px;
  }
  .detail__advantages-item {
    width: calc(50% - 20px);
  }
  .banner__content h1 {
    font-size: 60px;
    line-height: 95%;
  }
  .banner__tags {
    margin-top: 30px;
  }
  .banner__tags span {
    font-size: 18px;
    padding: 2px 12px;
  }
  .banner__labels span {
    font-size: 18px;
    gap: 8px;
  }
  .index-catalog .house-card {
    width: calc(50% - 8px);
  }
  .index-map .title {
    margin-bottom: 30px;
  }
  .quiz .form__button {
    max-width: 550px;
  }
  .quiz {
    height: fit-content;
    overflow: auto;
  }
  .quiz__wrapper {
    height: fit-content;
    margin: 0;
  }
  .slick-track {
    height: unset;
  }
  .quiz-form__wrapper {
    flex-direction: column;
    height: 100%;
  }
  .quiz-form__side {
    width: 100%;
    height: auto;
    padding: 20px;
    flex-grow: 1;
  }
  .quiz-form__image-wrapper {
    width: 100%;
    height: 280px;
  }
  .quiz-form__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .quiz-form__header {
    padding-top: 30px;
  }
  .quiz-form__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px;
    text-align: center;
    margin: auto;
  }
  .quiz-form__label {
    width: 100%;
  }
  .quiz-form__done {
    align-self: center;
  }
  .quiz-form__title {
    margin: 30px 0 20px;
  }
  .quiz-form__subtitle {
    margin-bottom: 25px;
  }
  .quiz-form__input {
    width: 100%;
  }
  .quiz-form__bottom {
    display: none;
  }
  .quiz-form__links {
    flex-direction: column;
    justify-content: unset;
  }
  .quiz-form__image-info {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .quiz-form__image-info .quiz-form__legal {
    max-width: 320px;
  }
  .quiz-form__buttons {
    flex-wrap: nowrap;
  }
  .quiz-main_multiple .quiz-main__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .quiz-main_multiple .quiz-main__label {
    width: 50%;
  }
  .quiz-main__wrapper {
    flex-direction: column;
  }
  .quiz-main__side {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .quiz-main__image-wrapper {
    width: 100%;
    height: 280px;
  }
  .quiz-main__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .quiz-main__header {
    padding-top: 30px;
  }
  .quiz-main__label {
    width: 50%;
  }
  .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;
  }
  .block-mt {
    margin-top: 90px;
  }
  .block-mb {
    margin-bottom: 90px;
  }
  .scrollable_large .scrollable__swipe {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
  .scrollable_large .scrollable__swipe::after {
    content: "";
    display: block;
    flex: 0 0 40px;
    width: 41px;
    height: 40px;
    background: url(../images/sprites/icons-sprite-d4bfdbaf.svg) -1947px -1px no-repeat;
    background-size: auto 110px;
    animation: swipe 1s infinite alternate ease-in 1s;
  }
  .scrollable_large .table-container {
    overflow: auto;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
    scroll-padding: 0 24px;
  }
  .scrollable_large .table {
    width: 950px;
  }
  .detail-map__main {
    height: 500px;
  }
  .filter-input:nth-child(1) {
    flex: 1;
  }
  .filter-sort__find {
    display: none;
  }
  .filter-sort__sort {
    margin-left: 0;
    margin-right: 30px;
  }
  .filter {
    padding: 20px;
    width: calc(100vw + 13px);
    position: relative;
    left: -26px;
  }
  .filter .button-primary {
    max-width: 220px;
  }
  .filter__form {
    gap: 8px;
  }
  .filter__check-wrapper {
    width: 50%;
  }
  .filter__select {
    width: 100%;
  }
  .filter__main {
    width: 100%;
  }
  .filter__button {
    margin-right: 20px;
    width: calc(50% - 20px);
    max-width: unset;
  }
  .house-card__image-wrapper {
    aspect-ratio: 2/1;
  }
  .house-card .button-primary {
    max-width: unset;
  }
  .hypothec-calculator__input {
    width: calc(33.3333333333% - 12px);
  }
  .hypothec-calculator__bank {
    width: calc(25% - 12px);
  }
  .news-card__title {
    margin-top: 20px;
  }
}