
@media (max-width: 600px) {
  .footer {
    padding: 40px 0 50px;
  }
  .footer__inner .footer-logo-wrapper {
    width: 100%;
  }
  .form-section .form__submit.button {
    height: 56px;
    line-height: 100%;
  }
  .flat-detail__row {
    justify-content: space-between;
    column-gap: 14px;
  }
  .flat-detail__row div {
    font-size: 14px;
  }
  .flat-detail__card-info-top {
    display: flex;
    justify-content: space-between;
  }
  .flat-detail__card-info-top div {
    font-size: 20px;
    line-height: 22px;
  }
  .flat-detail__card-info-top div:first-child {
    margin-right: 0;
  }
  .flat-detail__buttons {
    flex-direction: column;
  }
  .flat-detail__block .button {
    max-width: unset;
  }
  .flat-detail__flats .flex-row {
    margin-top: 24px;
  }
  .flat-detail__flats .button {
    margin: 24px auto 0;
  }
  .flat-detail__genplan-flat-info {
    top: -20px;
    font-size: 14px;
  }
  .floors__wrapper {
    margin-top: 24px;
  }
  .hypothec-card {
    width: 100%;
  }
  .hypothec .grid-row .purchase-card {
    width: 100%;
  }
  .index-hypo__item {
    width: 100%;
  }
  .index-news.container {
    padding-bottom: 60px;
  }
  .index-news .flex-row {
    margin-top: 20px;
    gap: 30px;
  }
  .index-news .button {
    max-width: 100%;
  }
  .news-detail__prev-btn {
    max-width: 146px;
  }
  .news-detail__next-btn {
    max-width: 146px;
  }
  .news__tab {
    padding: 12px 6px;
    border-radius: 8px;
  }
  .popup-excurs .container .button-primary {
    max-width: unset;
  }
  .popup-phone .container {
    padding: 48px 14px;
  }
  .popup-phone .container .title {
    font-size: 28px;
  }
  .popup-phone .container .popup__close {
    top: 14px;
    right: 14px;
  }
  .popup-phone__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .block-color-bg:not(:empty) {
    padding: 60px 0;
  }
  .house-card {
    width: 100%;
  }
  .house-card__tags {
    margin-top: 12px;
  }
}