
@media (max-width: 460px){
  .about-page__legend {
    flex-basis: calc(50% - 14px);
  }
  .area-detail__card-info-elem div:first-child {
    margin-right: 20px;
  }
  .area-detail__card-price {
    font-size: 30px;
    line-height: 36px;
  }
  .house-detail__slider-labels {
    flex-direction: column;
  }
  .houses__item-hypothec {
    font-size: 16px;
  }
  .index-excursion__label {
    font-size: 14px;
  }
  .infrastructure__legend {
    flex-basis: calc(50% - 14px);
  }
}