
@media (max-width: 1200px) {
  .footer .footer-logo-wrapper__logo {
    width: 317px;
    height: 46px;
  }
  .footer__inner {
    flex-direction: column-reverse;
    gap: 62px;
    margin-right: 20px;
  }
  .footer__inner .footer-nav {
    order: 1;
    gap: 34px;
  }
  .footer__inner .footer-nav__item {
    margin-top: 16px;
  }
  .footer__text-wrapper {
    margin-top: 30px;
  }
  .footer__text {
    margin-top: 16px;
  }
  .footer__text-title {
    margin-bottom: 0;
  }
  .notfound__row {
    padding: 310px 0 200px 0;
  }
  .notfound__left {
    font-size: 62px;
  }
  .notfound__right {
    gap: 20px;
    margin: 20px 0;
    font-size: 18px;
    margin-left: 40px;
    padding-left: 40px;
  }
  .form-section .container {
    padding: 60px clamp(20px, 3vw, 30px);
    flex-direction: column;
  }
  .form-section .container > div {
    max-width: 650px;
  }
  .form-section .title {
    text-align: center;
  }
  .form-section .form {
    margin-left: 0;
    justify-content: center;
  }
  .header__right-content .button-360 {
    display: none;
  }
  .header__btn-presentation {
    display: none;
  }
  .header__phone {
    margin-left: 0;
  }
  .news-detail__row {
    gap: 20px;
  }
  .news-detail__date {
    gap: 20px;
  }
  .news-detail__images {
    height: 220px;
    gap: 20px;
  }
  .news-detail__images img {
    border-radius: 20px;
    width: calc(50% - 10px);
  }
  .news-detail__gallery {
    gap: 20px;
  }
  .news-detail__gallery-item img {
    border-radius: 20px;
  }
  .news-detail__gallery-item {
    width: calc(50% - 10px);
    height: clamp(200px, 50vw, 290px);
  }
  .news .news-card:first-child {
    flex-direction: column;
  }
  .news .news-card:first-child .news-card__image-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .news .news-card:first-child .button {
    margin-top: 30px;
  }
  .news .news-card:nth-child(n+3) {
    display: flex;
  }
  .apartments__filter .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .flat-detail__title-wrapper {
    flex-direction: column-reverse;
    gap: 33px;
    margin-bottom: 30px;
  }
  .flat-detail__wrapper {
    gap: 0;
  }
  .flat-detail__left {
    flex-grow: unset;
    padding-bottom: 60px;
  }
  .flat-detail__inner {
    position: unset;
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: flex-end;
  }
  .flat-detail__compass {
    width: 80px;
    height: 80px;
  }
  .flat-detail__info {
    padding-bottom: 60px;
    padding-top: 30px;
    flex-grow: 1;
    width: unset;
  }
  .flat-detail__info:before {
    top: 0;
    right: calc(clamp(20px, 3vw, 30px) * -1);
  }
  .flat-detail__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .flat-detail__buttons .button {
    max-width: 100%;
  }
  .flat-detail__image-wrapper {
    width: 350px;
    height: 350px;
  }
  .flat-detail__views {
    margin-top: 20px;
  }
  .flat-slider__info {
    position: unset;
    gap: 1px;
    margin-left: calc(clamp(20px, 3vw, 30px) * -1);
    margin-right: calc(clamp(20px, 3vw, 30px) * -1);
  }
  .flat-slider__info-item {
    padding: 40px 24px;
  }
  .flat-slider__info-item span {
    font-size: 16px;
  }
  .become-part .container {
    padding: 85px clamp(20px, 3vw, 30px);
    flex-direction: column;
  }
  .become-part__title {
    max-width: none;
  }
  .become-part__links {
    gap: 16px;
  }
  .become-part__button {
    padding: 20px;
    font-size: 16px;
    min-height: 150px;
  }
  .become-part__button.--primary .become-part__button-icon {
    width: 30px;
    height: 30px;
    background: url(../images/sprites/icons-sprite-00076774.svg) -158.0487804878px -0.7317073171px no-repeat;
    background-size: auto 45.3658536585px;
  }
  .become-part__button.--secondary .become-part__button-icon {
    width: 30px;
    height: 30px;
    background: url(../images/sprites/icons-sprite-00076774.svg) -146.1290322581px -0.9677419355px no-repeat;
    background-size: auto 60px;
  }
  .catalog .flex-row {
    gap: 20px;
  }
  .developers__item-image img {
    border-radius: 20px;
  }
  .gallery__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 500px repeat(2, 240px) 500px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "div1 div1" "div2 div4" "div3 div4" "div5 div5";
  }
  .genplan__legend {
    display: none;
  }
  .hotel-rooms-card__content {
    padding: 24px 12px 12px;
  }
  .hotel-rooms__title {
    margin-bottom: 30px;
  }
  .hotel__top {
    display: flex;
    flex-direction: column;
  }
  .hotel__inner {
    display: none;
  }
  .hotel__title {
    color: var(--dark);
    margin-bottom: 10px;
  }
  .hotel__subtitle {
    font-size: 24px;
    color: var(--dark);
  }
  .hotel__text {
    margin: 30px 0;
    width: 600px;
    background: unset;
    backdrop-filter: unset;
    color: var(--dark);
    border-radius: unset;
    padding: 0;
    font-size: 16px;
  }
  .inf-index__wrapper {
    gap: 24px;
  }
  .inf-index__item {
    width: 100%;
  }
  .inf-index__item:nth-child(2) {
    width: calc(50% - 12px);
  }
  .inf-index__item:nth-child(3) {
    width: calc(50% - 12px);
  }
  .inf-index__item:nth-child(4) {
    width: 100%;
  }
  .info-section-card {
    --padding-y: 40px;
    --padding-x: 30px;
  }
  .info-section-card__tag {
    margin-bottom: 16px;
    padding: 5px 8px;
    font-size: 14px;
  }
  .info-section-card__title-text {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .info-section-card__description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .info-section-card__link {
    font-size: 16px;
  }
  .info-section-card__arrow {
    width: 19px;
    height: 19px;
    background: url(../images/sprites/icons-sprite-00076774.svg) -32.5714285714px -0.4523809524px no-repeat;
    background-size: auto 28.0476190476px;
  }
  .info-section {
    padding: 110px 0;
  }
  .info-section__title {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .info {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .info__badge {
    height: 36px;
    font-size: 18px;
  }
  .info__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .info__amount-value {
    font-size: 56px;
  }
  .info__amount-text {
    font-size: 24px;
  }
  .info__chart {
    width: 50%;
  }
  .info__chart-tourists {
    height: 210px;
    width: calc(50% - 30px);
  }
  .info__infrastructure {
    margin-top: 90px;
  }
  .info__infra-image {
    height: 320px;
  }
  .info__infra-title {
    font-size: 24px;
  }
  .info__infra-text {
    font-size: 16px;
  }
  .info__tourism {
    margin-top: 90px;
  }
  .info__tourism-top {
    margin-bottom: 30px;
  }
  .info__video {
    width: 90px;
    height: 90px;
  }
  .info__video-label {
    font-size: 16px;
    max-width: 180px;
  }
  .info__tourism-stats {
    align-items: flex-end;
    margin-bottom: 50px;
  }
  .info__tourism-left {
    flex-direction: column;
    gap: 16px;
  }
  .info__tourism-numbers {
    gap: 30px;
  }
  .info__deficit {
    flex-direction: column;
    gap: 20px;
  }
  .infra-slider .swiper-slide {
    width: 288px;
  }
  .infra-slider__image {
    height: 230px;
  }
  .swiper-slide-active .infra-slider__image {
    height: 417px;
  }
  .swiper-slide-active .infra-slider__title {
    font-size: 24px;
    min-height: 48px;
  }
  .infra-slider__list {
    font-size: 16px;
    min-height: 108px;
  }
  .infra-slider__fraction {
    font-size: 24px;
  }
  .letters {
    height: 430px;
  }
  .letters__text {
    margin-top: 35px;
  }
  .main {
    overflow: unset;
  }
  .main__text {
    font-size: 24px;
  }
  .partners {
    margin-top: 20px;
  }
  .partners__item:first-child {
    padding: 20px;
  }
  .partners__item:not(:first-child) {
    padding: 20px;
  }
  .partners__item {
    flex-grow: unset;
    max-width: unset;
    width: 33.3333333333%;
  }
  .partners__bank {
    max-width: 170px;
  }
  .partners__def {
    max-width: 165px;
  }
  .partners__text {
    font-size: 15px;
    max-width: 100%;
  }
  .resort__image {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .winter-summer {
    height: 500px;
  }
  .winter-summer__content {
    bottom: 180px;
    top: 50px;
  }
  .winter-summer__title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .winter-summer__stats {
    transform: none;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 24px 0;
    border-top: 1px solid var(--beige2);
    background: rgba(21, 23, 32, 0.5);
    max-height: 150px;
  }
  .popup-excurs .container {
    padding: 60px clamp(20px, 3vw, 30px);
  }
  .apartment-card {
    width: calc(50% - 8px);
  }
  .breadcrumbs {
    margin-bottom: 60px;
  }
  .flex-row {
    gap: 24px;
  }
  .block-mt {
    margin-top: 90px;
  }
  .block-mb {
    margin-bottom: 90px;
  }
  .block-pb {
    padding-bottom: 90px;
  }
  .fancy-gallery .fancybox-button--arrow_right {
    right: 24px;
  }
  .fancy-gallery .fancybox-button--arrow_left {
    left: 24px;
  }
  .filter-sort__find {
    display: none;
  }
  .filter-sort__sort {
    margin-left: 0;
    margin-right: 30px;
  }
  .filter {
    padding: 30px 0;
  }
  .filter__row {
    gap: 20px;
    flex-wrap: wrap;
  }
  .filter__item-inner {
    width: 50%;
  }
  .filter__item-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter__item-wrapper:last-child {
    margin-bottom: 0;
  }
  .filter__item_width {
    margin-right: 5px;
    width: 100%;
  }
  .filter__item_check {
    width: unset;
    margin-right: 10px;
  }
  .filter__item_index {
    width: calc(33.3333333333% - 15px);
  }
  .filter__item_hidden {
    display: flex;
  }
  .filter__item_select {
    width: unset;
  }
  .filter__select {
    width: 100%;
  }
  .filter__main {
    width: 100%;
  }
  .filter__button {
    margin-right: 20px;
    width: calc(50% - 20px);
    max-width: unset;
  }
  .flat-card {
    width: calc(50% - 10px);
  }
  .flat-card__image-wrapper {
    height: 250px;
  }
  .flat-card__image-wrapper .tag {
    right: 16px;
    top: 16px;
    font-size: 12px;
    padding: 3px 10px;
    height: 24px;
  }
  .flat-card__content {
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
    padding: 30px 14px 14px;
  }
  .flat-card__image {
    width: 100%;
  }
  .flat-card__column {
    align-items: stretch;
    margin-left: 0;
  }
  .flat-card__items {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .news-card {
    width: calc(50% - 12px);
  }
  .news-card:nth-child(n+3) {
    display: none;
  }
  .news-card__image-wrapper {
    height: clamp(280px, 35vw, 375px);
  }
}