
@media (max-width: 768px){
  .footer {
    padding: 60px 0 50px;
  }
  .footer__main {
    column-gap: 20px;
  }
  .footer .footer-nav {
    gap: 16px;
  }
  .footer__links {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
  .notfound .container {
    padding-top: 110px;
  }
  .notfound .container p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 24px;
  }
  .notfound .container .button {
    margin-top: 40px;
  }
  .form-grey .title {
    text-align: center;
  }
  .form-grey .form__input {
    max-width: unset;
  }
  .form-grey .form__submit {
    max-width: unset;
  }
  .form-journal_reversed .container {
    justify-content: center;
  }
  .form-journal_about {
    margin-bottom: 55px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .form-journal_about .form-journal__form-wrapper {
    padding-bottom: 180px;
  }
  .form-journal_about .form-journal__form-wrapper .form__input, .form-journal_about .form-journal__form-wrapper .form__submit {
    width: 100%;
  }
  .form-journal_about .form-journal__image-wrapper {
    left: 0;
    right: 0;
  }
  .form-journal__form-wrapper {
    width: 100%;
    padding: 60px 0 200px;
  }
  .form-journal__form-wrapper .form {
    position: relative;
    z-index: 1;
  }
  .form-journal__form-wrapper .form__submit {
    line-height: 15px;
  }
  .form-journal__form-wrapper .form__input, .form-journal__form-wrapper .form__submit {
    width: 100%;
    max-width: unset;
  }
  .form-journal__form-wrapper .form {
    flex-direction: column;
  }
  .form-journal__image-wrapper {
    width: 100%;
    max-width: 430px;
    height: 340px;
    display: block;
    top: unset;
    bottom: -65px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  .form-journal__image-wrapper img {
    object-fit: contain;
  }
  .form-manager .container {
    align-items: stretch;
    padding: 50px clamp(10px, 3vw, 26px);
  }
  .form-manager__manager-photo {
    width: 60px;
    height: 60px;
  }
  .form-manager__manager-name div {
    font-size: 18px;
  }
  .form-manager .title {
    font-size: clamp(28px, 7vw, 35px);
    line-height: clamp(28px, 7vw, 40px);
    text-align: center;
  }
  .form-manager__subtitle {
    text-align: center;
    margin-top: 12px;
  }
  .form-manager__content {
    max-width: unset;
  }
  .form-manager .form {
    margin-top: 20px;
  }
  .form-manager .form__input, .form-manager .form__submit {
    max-width: unset;
  }
  .form-participant .title {
    text-align: center;
  }
  .form-participant .subtitle {
    text-align: center;
  }
  .form-participant .form {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: "organisation" "name" "phone" "label" "submit";
  }
  .form-photos_flats .form-photos__image-wrapper {
    display: flex;
  }
  .form-photos_flats .container {
    flex-direction: column;
  }
  .form-photos_flats .form-photos__form-wrapper {
    padding-bottom: 16px;
  }
  .form-photos_flats .form-photos__image:first-child {
    position: unset;
    width: 100%;
    height: 100%;
  }
  .form-photos_reversed .container {
    justify-content: center;
  }
  .form-photos__form-wrapper .form {
    position: relative;
    z-index: 1;
  }
  .form-photos__form-wrapper .form__submit {
    line-height: 15px;
  }
  .form-photos__form-wrapper .form__input, .form-photos__form-wrapper .form__submit {
    width: 100%;
    max-width: unset;
  }
  .form-photos__form-wrapper .form {
    flex-direction: column;
  }
  .form-photos__image:nth-child(3) {
    bottom: -50px;
  }
  .form-photos_reversed .form-photos__image:nth-child(3) {
    bottom: -50px;
  }
  .form-section .container {
    align-items: stretch;
    gap: 20px;
    padding: 50px clamp(10px, 3vw, 26px);
  }
  .form-section .title {
    font-size: clamp(28px, 7vw, 35px);
    line-height: clamp(28px, 7vw, 40px);
    text-align: center;
  }
  .form-section__subtitle {
    font-size: clamp(20px, 4vw, 25px);
    line-height: clamp(20px, 7vw, 30px);
  }
  .form-section .form {
    flex-direction: row;
  }
  .form-section .form__input, .form-section .form__submit {
    max-width: 244px;
  }
  .form {
    gap: 16px;
    flex-direction: column;
  }
  .form__input {
    width: 100%;
    padding: 20px;
  }
  .form__submit {
    order: 3;
    padding: 17px 0 !important;
  }
  .header-nav-mobile__buttons .button-live {
    display: flex;
  }
  .header-nav {
    display: none;
  }
  .header {
    height: 50px;
    border-bottom: none;
  }
  .header__logo {
    max-width: 115px;
    margin-right: 15px;
  }
  .header__content {
    height: 50px;
  }
  .header__right-content {
    display: none;
  }
  .header__right-content-mobile {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .about-banner {
    height: 710px;
  }
  .about-banner img {
    padding-top: 50px;
  }
  .about-page__concept-item {
    font-size: 8px;
    gap: 2px;
  }
  .about-page__developers {
    gap: 16px;
    margin-top: 20px;
  }
  .about-page__developer {
    width: calc(50% - 8px);
  }
  .area-cottages {
    padding-top: 115px;
  }
  .area-cottages .block-color-bg {
    padding: 140px 0 50px;
    margin-top: -140px;
  }
  .area-cottages__top-links {
    justify-content: flex-start;
    margin: 0 0 30px;
  }
  .area-cottages__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 400px auto auto;
    grid-template-areas: "number" "info" "map" "lists" "links";
  }
  .area-cottages__number {
    margin-bottom: 6px;
  }
  .area-cottages__card-lists {
    margin-top: 20px;
  }
  .area-cottages__card-links {
    justify-content: space-between;
    margin-top: 30px;
  }
  .area-cottages__map-wrapper {
    max-height: 400px;
    margin-top: 20px;
  }
  .area-cottages__map {
    max-height: 100% !important;
  }
  .area-detail {
    margin-top: 0;
    padding-top: 50px;
  }
  .area-detail__top-links {
    margin-top: -10px;
  }
  .area-detail__equipment-content {
    gap: 30px;
  }
  .area-detail .block-color-bg .payments {
    padding: 60px 0;
  }
  .area-detail__equipment-slider .swiper-wrapper {
    height: clamp(220px, 50vw, 360px);
  }
  .area-detail .block-color-bg {
    padding: 60px 0;
  }
  .area-detail .block-color-bg .subtitle {
    font-size: 18px;
    margin-top: 18px;
  }
  .area-detail__area-info {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .area-detail__area-info .button {
    max-width: unset;
  }
  .area-detail__catalog-buttons {
    flex-direction: column;
    gap: 16px;
  }
  .area-detail__catalog-buttons .button {
    width: 100%;
    max-width: unset;
  }
  .area-detail__catalog-list {
    height: fit-content;
    flex-wrap: nowrap;
    gap: 0;
  }
  .area-detail__catalog-list .house-card {
    width: 100%;
  }
  .area-detail .houses-pagination {
    display: flex;
  }
  .area-detail__card-slider-thumbs .swiper-wrapper {
    height: auto;
  }
  .areas {
    padding-top: 50px;
  }
  .areas__map {
    height: 600px;
  }
  .areas__bottom-content {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
  .areas__compass {
    transform: scale(0.9);
  }
  .areas__panoram div {
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }
  .areas__panoram span {
    display: none;
  }
  .areas__menu {
    height: 75px;
  }
  .areas__menu .container {
    justify-content: center;
  }
  .areas__toggle {
    display: none;
  }
  .areas__legends {
    flex-wrap: wrap;
    gap: 5px;
  }
  .areas__legend {
    font-size: 12px;
  }
  .contacts {
    padding-top: 132px;
  }
  .cottages {
    margin-top: 0;
    padding-top: 50px;
  }
  .developer-cottages {
    margin-top: 0;
    padding-top: 50px;
  }
  .developer-cottages__cottages .flex-row .house-card {
    width: 100%;
  }
  .developer-cottages__cottages .button-border {
    max-width: unset;
    margin: 30px auto 0;
  }
  .developer-cottages__person {
    gap: 14px;
  }
  .developer-cottages__person-image {
    width: 60px;
    height: 60px;
  }
  .developer-cottages .leaflet-template__image {
    display: none;
  }
  .developer-cottages__blocks {
    gap: 30px;
  }
  .developer-cottages__block {
    gap: 20px;
  }
  .developer-cottages__block-info ul {
    margin-top: 12px;
  }
  .flat-detail-slider__wrapper {
    margin-top: 20px;
  }
  .flat-detail-slider__item-block {
    padding: 30px 24px;
  }
  .flat-detail-slider__title {
    font-size: 20px;
  }
  .flat-detail-slider__text {
    font-size: 14px;
  }
  .flat-detail-slider__image-wrapper {
    max-height: 300px;
  }
  .flat-detail {
    margin-top: 0;
    padding-top: 50px;
  }
  .flat-detail__top-links {
    margin-top: -10px;
  }
  .flat-detail__buttons .button {
    width: 100%;
    flex: unset;
    max-width: 100%;
  }
  .flat-detail__buttons {
    flex-direction: column;
  }
  .flat-detail__catalog.block-mt {
    margin-top: 90px;
  }
  .flat-card {
    width: 100%;
  }
  .floors__link {
    margin-left: 0;
  }
  .floors__wrapper {
    margin-bottom: 20px;
  }
  .genplan {
    padding-top: 50px;
  }
  .genplan__map {
    height: 600px;
  }
  .genplan__compass {
    transform: scale(0.9);
  }
  .genplan__panoram div {
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }
  .genplan__panoram span {
    display: none;
  }
  .house-detail__card-slider-thumbs .swiper-wrapper {
    height: auto;
  }
  .house-detail {
    margin-top: 0;
    padding-top: 50px;
  }
  .house-detail__top-links {
    margin-top: -10px;
  }
  .house-detail__equipment-content {
    gap: 30px;
  }
  .house-detail .block-color-bg .payments {
    padding: 60px 0;
  }
  .house-detail__equipment-slider .swiper-wrapper {
    height: clamp(220px, 50vw, 360px);
  }
  .house-detail .block-color-bg {
    padding: 60px 0;
  }
  .house-detail .block-color-bg .subtitle {
    font-size: 18px;
    margin-top: 18px;
  }
  .house-detail__catalog .button {
    width: 100%;
    max-width: unset;
  }
  .house-detail__catalog-list {
    height: fit-content;
    flex-wrap: nowrap;
    gap: 0;
  }
  .house-detail__catalog-list .house-card {
    width: 100%;
  }
  .house-detail .houses-pagination {
    display: flex;
  }
  .index-areas__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .index-areas__button {
    height: 80px;
    width: 80px;
  }
  .index-areas__button::after {
    width: 67px;
    height: 63px;
    background: url(../images/sprites/icons-sprite-a0e2af78.svg) -2425px -1px no-repeat;
    background-size: auto 123px;
  }
  .index-areas__button::before {
    width: 32px;
    height: 32px;
    background: url(../images/sprites/icons-sprite-a0e2af78.svg) -1469px -1px no-repeat;
    background-size: auto 123px;
  }
  .index-areas .leaflet-container .leaflet-control-layers {
    display: none;
  }
  .balance.container {
    padding: 50px clamp(10px, 3vw, 26px);
  }
  .balance__list {
    justify-content: flex-start;
    margin-top: 35px;
  }
  .banner {
    padding-top: 50px;
  }
  .index-catalog.block-mt {
    margin-top: 100px;
  }
  .index-catalog .title {
    margin-bottom: 25px;
  }
  .index-catalog .flex-row .house-card {
    width: 100%;
  }
  .index-catalog__buttons {
    gap: 16px;
    grid-template-areas: "dark" "border";
    grid-template-columns: 1fr;
  }
  .index-catalog__buttons .button-dark {
    max-width: unset;
  }
  .index-catalog__buttons .button-border {
    max-width: unset;
  }
  .index-infrastructure .title {
    margin-bottom: 25px;
  }
  .index-infrastructure .ribbon {
    margin-bottom: 25px;
  }
  .index-infrastructure .text-wrapper {
    margin-bottom: 30px;
  }
  .locationPage {
    margin-top: 0;
    padding-top: 50px;
  }
  .about.container {
    margin-top: 0;
    padding: 50px 0 0 0;
  }
  .about__slide:last-child {
    margin-bottom: 0;
  }
  .about__slide:last-child .about__slide-mobile {
    border-bottom: none;
  }
  .about__slides {
    gap: 0;
  }
  .about__slide-inner {
    display: none;
    padding: 0 clamp(10px, 3vw, 26px) 30px;
  }
  .about__slide-inner .title {
    font-size: 23px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .about__slide-inner .button {
    max-width: unset;
    margin-top: 20px;
  }
  .about__slide-mobile {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .about__slide-mobile .title {
    margin: 0;
  }
  .about .open {
    border-bottom: 2px solid #DDDDDD;
  }
  .about .open .about__slide-mobile {
    border-color: transparent;
  }
  .about .open .about__slide-mobile .about__slide-mobile-icon span:last-child {
    opacity: 0;
  }
  .about__images_type1 {
    margin-top: 20px;
  }
  .about__images_type1 .about__image-wrapper span {
    width: 100%;
  }
  .about__images_type2 {
    flex-direction: column;
    margin-top: 20px;
  }
  .about__images_type2 .about__image-wrapper {
    width: 100%;
    height: clamp(200px, 70vw, 260px);
  }
  .about__deadline {
    flex-direction: column;
    align-items: flex-start;
  }
  .about__column {
    padding: 10px 0 0;
  }
  .mkd-genplan {
    padding-top: 50px;
  }
  .mkd-genplan__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
  }
  .mkd-genplan__top {
    flex-direction: column;
    align-items: flex-end;
  }
  .mkd-genplan__top .mkd-genplan__back {
    display: none;
  }
  .mkd-genplan__top .mkd-genplan__flats {
    display: none;
  }
  .mkd-genplan__statuses {
    margin-top: 0;
  }
  .mkd-genplan__status {
    font-size: 12px;
    background: none;
    padding: 0;
  }
  .mkd-genplan__hand {
    transform: unset;
    margin-top: 14px;
  }
  .news-article {
    margin-top: 0;
  }
  .news-article > .container {
    padding-top: 44px;
    margin-bottom: 50px;
  }
  .news-article__collage {
    gap: 16px;
  }
  .news-article__collage-item {
    width: calc(50% - 8px);
  }
  .news-article__vertical .label-block__content {
    flex-direction: column;
  }
  .news {
    margin-top: 0;
  }
  .news > .container {
    padding-top: 44px;
    margin-bottom: 50px;
  }
  .news > .container .flex-row {
    row-gap: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .openvillage {
    margin-top: 0;
    padding-top: 50px;
  }
  .openvillage__map-legends {
    gap: 8px;
  }
  .openvillage__map-legend {
    flex: fit-content;
    font-size: 12px;
    gap: 0;
  }
  .openvillage__map-legend::before {
    transform: scale(0.7);
  }
  .openvillage__button {
    transform: scale(0.7);
    bottom: 0;
    left: -18px;
  }
  .brokers__document {
    width: 100%;
  }
  .partners {
    margin-top: 44px;
  }
  .paymentsPage .block-color-bg {
    padding: 80px 0 50px;
    margin-top: -140px;
  }
  .paymentsPage {
    padding-top: 100px;
  }
  .popup-bron .container .popup__close {
    top: 10px;
    right: 10px;
  }
  .popup-bron .container .popup__close::after {
    transform: scale(0.8);
  }
  .popup-bron .container {
    padding: 55px clamp(6px, 3vw, 10px) 30px;
  }
  .popup-bron .container .title {
    font-weight: 600;
    font-size: 24px;
  }
  .popup-bron__info {
    row-gap: 20px;
    column-gap: 60px;
  }
  .popup-bron__info-elem:first-child {
    width: 100%;
  }
  .popup-bron__form {
    padding: 30px clamp(6px, 3vw, 20px);
  }
  .popup-bron__form .form__input, .popup-bron__form .form__submit {
    width: 100%;
    max-width: unset;
  }
  .popup-excurs .container .button {
    max-width: unset;
  }
  .popup-excurs .container {
    background-image: none;
  }
  .popup-excurs .container .form {
    margin-top: 20px;
  }
  .popup-excurs__subtitle {
    margin-top: 16px;
  }
  .popup-pres .container {
    padding: 60px clamp(10px, 3vw, 26px) 115px;
  }
  .popup-pres .container .form {
    margin-top: 20px;
  }
  .popup-pres .container .form .button, .popup-pres .container .form__input {
    max-width: unset;
  }
  .popup-pres__subtitle {
    margin-top: 16px;
  }
  .popup-pres__journal {
    display: block;
    right: 0;
    left: 0;
    bottom: -120px;
    width: 60%;
    min-width: 280px;
    margin: auto;
  }
  .popup-share .popup__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px clamp(10px, 4vw, 20px) 30px;
  }
  .popup-share .popup__subtitle {
    font-size: 18px;
  }
  .popup-share input {
    max-width: unset;
  }
  .popup-share .popup__title,
  .popup-share .popup__subtitle {
    text-align: center;
  }
  .popup-share__socials {
    align-items: center;
  }
  .blocks {
    gap: 30px;
    margin-top: 20px;
  }
  .blocks__block:nth-child(2n) {
    flex-direction: column;
    gap: 16px;
  }
  .blocks__block {
    flex-direction: column;
    gap: 16px;
  }
  .blocks__images {
    width: 100%;
  }
  .breadcrumbs {
    padding: 70px clamp(10px, 3vw, 26px) 0;
  }
  .calculator__item {
    width: 100%;
    gap: 20px;
  }
  .collage-type-2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, clamp(220px, 45vw, 300px));
    grid-template-areas: "item3" "item1" "item2";
    gap: 10px;
    margin-top: 20px;
  }
  .collage-type-3 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, clamp(220px, 45vw, 300px));
    grid-template-areas: "item1" "item2" "item3";
    gap: 10px;
    margin-top: 20px;
  }
  .collage-type-4 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, clamp(220px, 45vw, 300px));
    grid-template-areas: "item3" "item1" "item2";
    gap: 10px;
    margin-top: 20px;
  }
  .collage-type-5 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, clamp(220px, 50vw, 250px));
    grid-template-areas: "item1" "item2" "item3" "item4";
  }
  .text-wrapper_accent {
    font-size: 16px;
    line-height: 24px;
  }
  .block-mt {
    margin-top: 60px;
  }
  .block-mb {
    margin-bottom: 60px;
  }
  .block-pt {
    padding-top: 50px;
  }
  .block-pb {
    padding-bottom: 60px;
  }
  .developer__name span {
    display: block;
    font-size: 14px;
    line-height: 19px;
  }
  .developer__houses > .swiper-wrapper {
    gap: 0;
    flex-wrap: nowrap;
  }
  .developer__houses > .swiper-wrapper .house-card.swiper-slide {
    width: 100%;
  }
  .developer .houses-pagination {
    display: flex;
  }
  .filter-input {
    width: calc(50% - 8px);
  }
  .filter {
    padding: 0;
  }
  .filter__content {
    display: none;
    margin-bottom: 30px;
    background-color: #EFF0EF;
    margin-top: 40px;
    order: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    padding: 0 10px 20px;
    z-index: 2;
  }
  .filter__submit {
    flex: 1;
  }
  .filter__buttons {
    display: none;
  }
  .filter__mobile-buttons {
    display: flex;
    justify-content: space-between;
    padding: 30px clamp(10px, 3vw, 26px) 20px;
  }
  .flat-filter {
    padding-top: 70px;
  }
  .flat-filter .title {
    margin-bottom: 20px;
  }
  .flat-filter .filter-input:nth-child(2) {
    flex: unset;
  }
  .flat-filter__submit {
    flex: 1;
  }
  .flat-filter__clear-filter {
    order: 2;
    width: 50%;
    justify-content: flex-end;
  }
  .flat-filter__tags {
    display: none;
  }
  .flat-filter__link {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .flat-filter__link:after {
    display: none;
  }
  .flat-filter__link:before {
    content: "";
    display: block;
    width: 22px;
    height: 19px;
    background: url(../images/sprites/icons-sprite-a0e2af78.svg) -402px -1px no-repeat;
    background-size: auto 123px;
    margin-right: 14px;
  }
  .flat-filter__content-controls {
    flex-wrap: wrap;
  }
  .flat-filter__more {
    display: flex;
    order: 1;
    width: 50%;
  }
  .flat-filter__content-sorts {
    width: 100%;
    order: 3;
    justify-content: space-between;
    margin-top: 30px;
  }
  .flat-filter__content-sorts span {
    display: none;
  }
  .flat-filter__content-sorts a span {
    display: flex;
  }
  .flat-filter__flat-find {
    display: none;
  }
  .house-card__images .swiper-pagination {
    top: unset;
  }
  .house-card__images .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
  }
  .hypothec-calculator__inputs {
    gap: 4px;
  }
  .hypothec-calculator__subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .hypothec-calculator__banks {
    flex-direction: column;
  }
  .hypothec-calculator__bank {
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    flex: none;
    flex-wrap: wrap;
    border-radius: 100px;
  }
  .hypothec-calculator__bank img {
    width: fit-content;
  }
  .hypothec-calculator__bank span {
    font-size: 14px;
    font-weight: 600;
  }
  .hypothec-calculator__bank a {
    font-size: 14px;
    margin-left: 0;
  }
  .hypothec-calculator__bank_best::before {
    display: none;
  }
  .hypothec-calculator__buttons {
    flex-direction: column;
    gap: 8px;
  }
  .hypothec-calculator__buttons .button {
    max-width: unset;
  }
  .label-block .block-list {
    flex-direction: column;
  }
  .label-block .block-list__item {
    width: 100%;
  }
  .label-block .block-list__image-wrapper {
    height: clamp(250px, 60vw, 420px);
  }
  .label-block__video-wrapper_vertical {
    flex-direction: column;
    flex-basis: unset;
    margin: 0 auto;
  }
  .legends {
    row-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .location__info ul {
    gap: 16px;
  }
  .location__info ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .map {
    height: 360px;
  }
  .mobile-buttons {
    display: flex;
    gap: 12px;
  }
  .pinned_type2 {
    padding: 4px 0;
  }
  .pinned_type3 {
    padding: 4px 0;
  }
  .pinned_type4 {
    padding: 4px 0;
  }
  .progress {
    display: none;
  }
}