
@media (max-width: 600px){
  .banner {
    height: 570px;
  }
  .banner .swiper-wrapper {
    height: 520px;
  }
  .banner__title {
    font-size: 40px;
    line-height: 48px;
    border-bottom-width: 2px;
  }
  .banner__subtitle {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
  }
  .banner__items {
    flex-direction: column;
    margin-top: 15px;
    gap: 14px;
  }
  .banner__item {
    font-size: 14px;
    font-weight: 500;
  }
  .banner__item::before {
    transform: scale(0.8);
  }
  .banner .button {
    width: 100%;
    max-width: unset;
  }
  .banner__buttons {
    display: none;
  }
  .banner__pagination {
    bottom: 62px;
    margin: 0 auto;
  }
  .footer {
    padding: 40px 0 50px;
  }
  .footer__image-wrapper {
    max-width: 190px;
  }
  .notfound .button {
    max-width: unset;
  }
  .form-section_bg {
    padding: 40px 0;
  }
  .about-page__legend {
    flex-basis: calc(33.3333333333% - 14px);
  }
  .about-page__infos {
    row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .about-page__info {
    flex-basis: fit-content;
  }
  .about-page__info div {
    font-size: 30px;
    line-height: 33px;
  }
  .about-page__info span {
    font-size: 16px;
    line-height: 24px;
  }
  .area-detail__methods .flex-row {
    flex-wrap: wrap;
  }
  .area-detail__method {
    flex-basis: 100%;
  }
  .area-detail__card-info-elem div {
    font-size: 20px;
  }
  .area-detail__card-buttons .button {
    width: 100%;
    max-width: unset;
    max-height: 56px;
    flex: unset;
  }
  .area-detail__card-buttons {
    flex-direction: column;
  }
  .area-detail__card-lists {
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: fit-content;
  }
  .areas-list__wrapper {
    overflow: auto;
  }
  .contacts .map {
    margin-top: 0;
  }
  .house-detail__buttons .button {
    width: 100%;
    max-width: unset;
    max-height: 56px;
    flex: unset;
  }
  .house-detail__buttons {
    flex-direction: column;
  }
  .house-detail__equipment-price {
    display: block;
  }
  .houses__item-content-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .index-catalog .flex-row {
    margin-top: 20px;
  }
  .gallery .collage-type-1 {
    margin-top: 20px;
  }
  .gallery__text .button {
    max-width: none;
    width: 100%;
  }
  .layout .title {
    margin-bottom: 20px;
  }
  .layout__image {
    height: 330px;
    margin-top: 20px;
  }
  .index-location__info .button {
    max-width: unset;
    width: 100%;
  }
  .index-location__legend-title {
    font-size: 30px;
    line-height: 33px;
  }
  .index-news .flex-row {
    margin-top: 20px;
    gap: 30px;
  }
  .promotion__image span {
    bottom: 12px;
    left: 12px;
    font-size: 18px;
  }
  .infrastructure__images {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, clamp(220px, 40vw, 300px));
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
  }
  .infrastructure__legend {
    flex-basis: calc(33.3333333333% - 14px);
  }
  .news-article__buttons a {
    font-size: 14px;
  }
  .popup-excurs .container .popup__close {
    top: 14px;
    right: 14px;
  }
  .popup-hypothec__bank {
    border-radius: 16px;
  }
  .popup-phone .container {
    padding: 48px 14px;
  }
  .popup-phone .container .title {
    font-size: 30px;
    line-height: 33px;
  }
  .popup-phone .container .popup__close {
    top: 14px;
    right: 14px;
  }
  .popup-phone__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .popup__close {
    transform: scale(0.8);
  }
  .filter-input {
    width: 100%;
    margin-right: 0;
    flex: unset;
  }
  .filter-input:nth-child(1) {
    flex: unset;
  }
  .filter-input:nth-child(2) {
    flex: unset;
  }
  .filter-input:nth-child(3) {
    flex: unset;
  }
  .filter-input {
    width: 100%;
  }
  .filter__content {
    gap: 20px;
  }
  .filter__inputs {
    flex-direction: column;
  }
  .filter__inputs .button {
    flex: none;
  }
  .filter__houses-find {
    max-width: unset;
  }
  .filter__select-map span {
    font-size: 14px;
  }
  .filter__select-list span {
    font-size: 14px;
  }
  .filter__clear-filter span {
    font-size: 14px;
  }
  .filter__open-filter span {
    font-size: 14px;
  }
  .house-card {
    width: 100%;
    height: unset;
  }
  .house-card.index-catalog__image-card {
    height: 460px;
  }
  .hypothec-calculator__buttons .button {
    max-width: unset;
  }
  .hypothec-calculator__buttons {
    flex-direction: column;
  }
  .hypothec .flex-row {
    margin-top: 20px;
  }
  .hypothec .flex-row .hypothec-card {
    width: 100%;
    height: unset;
  }
  .news-card {
    width: 100%;
  }
}