
@media (max-width: 1220px) {
  .footer {
    background-size: 90vw;
  }
  .header__phone a {
    font-size: 24px;
    line-height: 28px;
  }
  .ov-block .container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ov-block__text {
    margin-left: 20px;
  }
  .ov-block__list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ov-block__list li {
    width: calc(50% - 10px);
  }
  .ov-block .button {
    max-width: unset;
  }
  .cottage-card {
    width: calc(50% - 8px);
  }
  .hypothec .flex-row .hypothec-card {
    width: calc(50% - 8px);
  }
  .news-card {
    width: calc(50% - 8px);
    height: fit-content;
  }
  .news-card__image-wrapper {
    height: fit-content;
  }
}