
@media (max-width: 460px){
  .hero__title {
    margin-top: 40px;
  }
  .hero__title .button {
    display: none;
  }
  .hero__offer div div {
    display: block;
  }
  .about-page__legend {
    flex-basis: calc(50% - 14px);
  }
  .flat-detail__slider-labels {
    flex-direction: column;
  }
}