
@media (max-width: 1260px) {
  .developers__top {
    flex-direction: column;
  }
  .developers__left {
    max-width: 100%;
  }
  .developers__right {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-top: 40px;
  }
  .genplan__bottom {
    gap: 12px;
  }
  .genplan__legend-table {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
  }
  .info__bottom {
    column-gap: 67px;
  }
  .letters__text div {
    font-size: 20px;
    flex-shrink: 1;
    width: 222px;
  }
  .letters__text span {
    min-width: 213px;
  }
  .main__title {
    font-size: 50px;
  }
  .main__row .tag {
    height: 30px;
    padding: 7px 15px;
  }
  .partners__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .resort__wrapper {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .resort__text {
    font-size: 16px;
  }
  .resort__list {
    margin-top: 30px;
  }
  .resort__item {
    font-size: 24px;
  }
  .season__left {
    position: unset;
    margin-bottom: 50px;
  }
  .season__left span {
    font-size: 16px;
  }
  .season__bottom {
    gap: 20px;
  }
  .season__image-item_left {
    width: calc(50% - 10px);
  }
  .season__image-item_right {
    width: calc(50% - 10px);
  }
  .season__label {
    font-size: 24px;
  }
  .flat-card__image-wrapper .type {
    font-size: 24px;
  }
  .flat-card__deadline {
    margin: 16px 0;
  }
}