
@media (max-width: 768px){
  h1 {
    font-size: 30px;
  }
  .about-text-block_margin {
    margin-bottom: 60px;
  }
  .about-text-block__wrapper {
    margin-top: 20px;
  }
  .about-text-block__row {
    gap: 20px;
  }
  .about-text-block__image-wrapper {
    width: 100%;
  }
  .about-text-block__image-wrapper_double {
    height: 160px;
  }
  .about-text-block__text-wrapper {
    width: 100%;
  }
  .about-text-block__text-title {
    font-size: 20px;
  }
  .about__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about__progress-inner {
    display: none;
  }
  .about__slide {
    margin-right: -12px;
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px;
    border-top: 2px solid #CECCCA;
  }
  .about__slide:last-child {
    border-bottom: 2px solid #CECCCA;
  }
  .about__slide .about__inner {
    padding-bottom: 0;
  }
  .about__slide.open {
    padding-bottom: 20px;
  }
  .about__slide_form.open {
    padding-bottom: 0;
  }
  .about__slide_double .about__image-wrapper {
    height: unset;
    flex-direction: column;
    gap: 10px;
  }
  .about__slide_double .about__image {
    width: 100%;
  }
  .about__inner {
    padding-left: 0;
  }
  .about__block {
    display: none;
  }
  .about__video-wrapper {
    margin-bottom: 20px;
  }
  .about__play:before {
    width: 46px;
    height: 46px;
    background: url(../images/icons-sprite.svg) -1112px -1px no-repeat;
    background-size: auto 82px;
  }
  .about__image-wrapper {
    width: calc(100% + 24px);
    margin-right: -12px;
    margin-left: -12px;
  }
  .about__image-wrapper:hover .about__play:before {
    width: 46px;
    height: 46px;
    background: url(../images/icons-sprite.svg) -1160px -1px no-repeat;
    background-size: auto 82px;
  }
  .about__title-row {
    padding: 20px 0;
  }
  .about__icon-plus {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--d-blue);
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .about__icon-plus.change span:nth-child(2) {
    opacity: 0;
  }
  .about__icon-plus span {
    width: 20px;
    height: 2px;
    background: #FFF;
    display: block;
    position: absolute;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s;
  }
  .about__icon-plus span:nth-child(1) {
    top: 50%;
    left: calc(50% - 10px);
  }
  .about__icon-plus span:nth-child(2) {
    transform: rotate(90deg);
    top: 50%;
    left: calc(50% - 10px);
  }
  .about__title {
    display: none;
    margin-bottom: 0;
    font-size: 32px;
  }
  .about__hidden-title {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #3C4045;
  }
  .about__subtitle {
    display: block;
  }
  .about__button {
    width: 100%;
  }
  .about__map-block-wrapper {
    padding-bottom: 0;
    flex-direction: column;
  }
  .about__map-block {
    margin-right: 0;
    width: 290px;
    height: 490px;
    margin-bottom: 20px;
  }
  .about__row {
    position: unset;
    justify-content: unset;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 12px 20px;
  }
  .about__map-item {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .about__item-title {
    font-size: 18px;
  }
  .about__item-subtitle {
    font-size: 12px;
  }
  .area-hypo_margin {
    margin-bottom: 80px;
  }
  .area-hypo__wrapper {
    flex-wrap: wrap;
  }
  .area-hypo__card {
    width: 100%;
    margin-bottom: 10px;
  }
  .area-list {
    padding-top: 40px;
  }
  .area-list__list {
    width: 100%;
  }
  .area-list__square {
    margin-right: 25px;
  }
  .area-list__status:before {
    margin-right: 0;
  }
  .area-list__scroll {
    height: 500px;
  }
  .area-list__map-wrapper {
    display: none;
  }
  .bank-card_popup {
    margin-right: 0;
    width: 100%;
  }
  .bank-card_popup .bank-card__wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
  }
  .bank-card_popup .bank-card__logo-wrapper {
    margin-left: 0;
    order: 1;
  }
  .bank-card_popup .bank-card__percent {
    order: 2;
    margin-right: 15px;
  }
  .bank-card_popup .bank-card__hypo {
    width: unset;
    margin-top: 0;
    order: 3;
  }
  .bank-card__percent {
    font-size: 12px;
  }
  .bank-card__hypo {
    font-size: 12px;
  }
  .breadcrumb {
    display: none;
  }
  .btn-mobile {
    overflow: hidden;
    display: flex;
    position: fixed;
    bottom: 5px;
    padding: 15px;
    width: 100%;
    z-index: 50;
  }
  .btn-mobile.visible {
    display: none;
  }
  .button_primary {
    font-size: 14px;
  }
  .button_secondary {
    font-size: 14px;
  }
  .calculator_margin {
    margin-bottom: 60px;
  }
  .calculator__wrapper {
    margin-top: 20px;
  }
  .calculator__inputs {
    flex-direction: column;
  }
  .calculator__input {
    width: 100%;
  }
  .calculator__item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .calculator__row {
    flex-direction: column;
  }
  .calculator__button {
    margin-left: 0;
    margin-top: 10px;
  }
  .calculator__info {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .calculator__info:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .card_large {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .card__image-wrapper {
    height: 250px;
  }
  .card__content {
    padding: 25px;
  }
  .contact {
    margin-top: 60px;
  }
  .contact__wrapper {
    gap: 30px;
    flex-direction: column;
  }
  .contact__block-map {
    height: 400px;
  }
  .contact__title {
    font-size: 20px;
  }
  .contact__buttons {
    align-items: center;
    flex-direction: column;
  }
  .contact__button_mobile {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact__socials {
    margin-bottom: 30px;
  }
  .content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .content_mobile {
    display: block;
  }
  .content_calc {
    padding: 0;
  }
  .content__title {
    font-size: 30px;
  }
  .content__list {
    margin-top: 20px;
    margin-right: 0;
  }
  .content__list_bottom {
    padding-bottom: 80px;
  }
  .content__list-cottage {
    margin-left: -12px;
    padding-left: 12px;
    margin-right: -12px;
  }
  .content__list-btn {
    padding-top: 26px;
    padding-bottom: 40px;
  }
  .content__list-btn_detail {
    flex-direction: column;
    gap: 20px;
  }
  .content__list-news-btn {
    padding-top: 30px;
    margin-bottom: 80px;
  }
  .content__text {
    margin-top: 20px;
    max-width: 100%;
  }
  .cottage-block_margin {
    margin-bottom: 50px;
  }
  .cottage-block__set-block {
    margin-bottom: 30px;
  }
  .cottage-block__step {
    font-size: 14px;
  }
  .cottage-block__title {
    font-size: 20px;
  }
  .cottage-block__set-wrapper {
    gap: 6px;
  }
  .cottage-block__set-type {
    width: 100%;
  }
  .cottage-block__type {
    padding: 20px 12px;
    margin: 0 -12px;
  }
  .cottage-block__type:before {
    margin-right: 10px;
  }
  .cottage-block__price {
    font-size: 36px;
  }
  .cottage-block__buttons-wrapper .button:last-child {
    margin-left: 0;
  }
  .cottage-block__buttons-wrapper {
    flex-direction: column;
  }
  .cottages {
    margin-top: 50px;
  }
  .detail-block_margin {
    margin-bottom: 36px;
  }
  .detail-block .content {
    position: unset;
  }
  .detail-block .content__title {
    font-size: 26px;
  }
  .detail-block__tag {
    position: unset;
  }
  .detail-block__image-wrapper {
    height: unset;
  }
  .detail-block__card {
    display: none;
  }
  .detail-info_margin {
    margin-bottom: 36px;
  }
  .detail-info .content__title {
    font-size: 26px;
  }
  .detail-info__wrapper {
    width: calc(100% + 24px);
    margin: 20px -12px 0;
  }
  .detail-info__block {
    padding: 40px 12px;
  }
  .detail-info__controls-wrapper {
    padding: 0 12px;
  }
  .detail-set_margin {
    margin-bottom: 36px;
  }
  .detail-set .content__title {
    font-size: 26px;
  }
  .detail-set__item {
    width: 100%;
  }
  .detail_cottage {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .detail_area {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .detail_area .detail__wrapper {
    flex-direction: column-reverse;
  }
  .detail_area .detail__buttons {
    position: unset;
    width: 100%;
  }
  .detail_margin {
    margin-bottom: 80px;
  }
  .detail__back {
    right: auto;
    left: 10px;
  }
  .detail__wrapper {
    flex-direction: column;
  }
  .detail__block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .detail__controls {
    top: calc(50% - 35px);
  }
  .detail__info {
    width: 100%;
  }
  .detail__price {
    font-size: 26px;
  }
  .detail__square {
    font-size: 26px;
  }
  .error__title {
    font-size: 30px;
  }
  .error__subtitle {
    max-width: 288px;
    margin-bottom: 40px;
    text-align: center;
  }
  .error__code {
    font-weight: 700;
    font-size: 135.747px;
    line-height: 100%;
  }
  .error__button {
    width: 100%;
  }
  .filter-areas {
    height: calc(100vh - 70px);
  }
  .filter-areas_list {
    height: unset;
  }
  .filter-areas__hidden-buttons {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .filter-areas__content {
    display: none;
    position: fixed;
    top: 70px;
    height: 100%;
    left: 0;
    padding: 25px 10px 0;
    background: #F2F2F1;
  }
  .filter-areas__item-wrapper {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .filter-areas__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-areas__item_margin {
    padding-right: 0;
  }
  .filter-areas__buttons {
    width: 100%;
  }
  .filter-areas__links {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-areas__links_hidden {
    display: flex;
  }
  .filter-areas .input-item_center {
    align-items: unset;
  }
  .footer {
    padding-top: 40px;
  }
  .footer__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 80px;
  }
  .footer__menu-wrapper {
    flex-direction: column;
    margin-bottom: 0px;
    padding-top: 90px;
  }
  .footer__button-wrapper {
    margin-right: 0;
  }
  .footer__button {
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .footer__menu {
    padding-bottom: 0;
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .footer__column {
    margin-right: 0;
    width: 50%;
  }
  .footer__info {
    margin-left: 0;
  }
  .footer__phone {
    order: 2;
  }
  .footer__address-title {
    order: 3;
  }
  .footer__address {
    order: 3;
  }
  .footer__times {
    order: 4;
  }
  .footer__socials {
    margin-top: 0;
    order: 1;
    margin-bottom: 30px;
  }
  .footer__logo-inner {
    max-width: unset;
    position: absolute;
    bottom: 0;
  }
  .footer__links {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer__law {
    margin-right: 0;
  }
  .footer__1gt {
    position: unset;
  }
  .form-desktop_margin {
    margin-bottom: 60px;
  }
  .form-desktop_about {
    width: calc(100% + 24px);
    margin: 20px -12px 0;
  }
  .form-desktop_about .form-desktop__img {
    display: block;
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    margin-top: 20px;
  }
  .form-desktop_about .form-desktop__lines {
    display: block;
    width: 320px;
    height: 188px;
    right: 50%;
    transform: translate(50%, 0);
  }
  .form-desktop .form__checkbox {
    margin: 10px auto;
  }
  .form-desktop__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 0 0 0;
  }
  .form-desktop__title {
    font-size: 30px;
  }
  .form-desktop__side {
    position: relative;
  }
  .form-desktop__img {
    position: relative;
    top: unset;
    bottom: unset;
    margin-top: 20px;
  }
  .form-desktop__lines {
    width: 320px;
    height: 188px;
    right: 50%;
    transform: translate(50%, 0);
  }
  .form_margin {
    margin-bottom: 60px;
  }
  .form__wrapper {
    padding: 40px 0;
  }
  .form__main {
    padding-top: 55px;
    padding-bottom: 55px;
    margin: 0 -12px;
  }
  .form__title {
    font-size: 30px;
  }
  .form__subtitle {
    font-size: 18px;
  }
  .form__action {
    margin: 0 auto;
    max-width: 288px;
    align-items: center;
  }
  .form__input-label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .form__input {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .form__button {
    width: 100%;
    order: 4;
  }
  .form__checkbox {
    margin: 10px auto;
    order: 3;
  }
  .gallery-block_margin {
    margin-bottom: 60px;
  }
  .gallery-block__main {
    grid-template-rows: 320px 200px 165px;
  }
  .gallery-block__text-wrapper {
    margin-top: 20px;
  }
  .gallery-block__subtitle {
    font-size: 18px;
  }
  .gallery-block__text {
    font-size: 16px;
  }
  .gallery-block__button {
    margin-top: 20px;
  }
  .genplan__main {
    height: calc(100vh - 126px);
  }
  .genplan__back {
    display: none;
  }
  .genplan__buttons {
    display: none;
  }
  .genplan__statuses {
    max-width: unset;
  }
  .genplan__status {
    font-size: 12px;
  }
  .genplan__compass {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
  .grid-block__images {
    margin-bottom: 20px;
  }
  .grid-block__image-block {
    flex-direction: column;
  }
  .grid-block__image-row {
    flex-direction: column;
  }
  .grid-block__image-item {
    height: 300px;
  }
  .grid-block__image-item-main {
    height: 300px;
  }
  .header__wrapper {
    height: 50px;
  }
  .header__top {
    border-radius: 0;
    z-index: unset;
  }
  .header__bottom {
    display: none;
  }
  .header__logo-wrapper {
    width: 180px;
  }
  .header__item {
    margin-right: 0;
    height: unset;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .header__item:before {
    display: none;
  }
  .header__button {
    display: none;
  }
  .header__info {
    display: none;
  }
  .header__area {
    font-size: 12px;
  }
  .header__menu-burger {
    display: flex;
    margin-left: 20px;
    cursor: pointer;
    width: 40px;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  .header__menu-burger.change span:nth-child(1) {
    transform: rotate(45deg);
    top: -6px;
    left: 8px;
  }
  .header__menu-burger.change span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .header__menu-burger.change span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 8px;
  }
  .header__phone-btn {
    margin-left: auto;
    display: flex;
  }
  .header__phone-btn:before {
    content: "";
    width: 36px;
    height: 36px;
    background: url(../images/icons-sprite.svg) -910px -1px no-repeat;
    background-size: auto 82px;
  }
  .header__title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    padding-bottom: 6px;
  }
  .house-card_medium {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .house-card_medium:nth-child(n+3) {
    display: block;
  }
  .house-card_large {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .house-card_large .house-card__image {
    height: 300px;
  }
  .house-card__content {
    padding: 15px;
  }
  .house-card__row {
    flex-direction: column;
    justify-content: unset;
    gap: 10px;
    margin-bottom: 10px;
  }
  .hypothec_index {
    padding: 20px 0 40px;
  }
  .hypothec_main {
    padding-top: 60px;
  }
  .inf-gallery_main {
    margin-top: 60px;
  }
  .inf-gallery__subtitle {
    margin-top: 20px;
  }
  .inf-gallery__main {
    margin-top: 10px;
    margin-right: -6px;
  }
  .inf-gallery__item {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    margin-right: 6px;
  }
  .inf-gallery__image-wrapper {
    height: 140px;
  }
  .inf-gallery__tag {
    margin-top: 6px;
    background: unset;
    padding: 0;
    position: unset;
  }
  .list_main {
    padding-top: 60px;
  }
  .list_main .content__list-btn {
    display: none;
  }
  .location_main {
    margin-top: 60px;
  }
  .location_about .location__side {
    max-width: 100%;
    margin-bottom: 70px;
  }
  .location_about .location__image {
    object-fit: contain;
    height: 100%;
  }
  .location__wrapper {
    gap: 30px;
  }
  .location__text {
    margin-top: 20px;
  }
  .location__row {
    padding-bottom: 0;
    width: 100%;
  }
  .location__item {
    width: 50%;
  }
  .location__item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .location__item-main {
    font-size: 40px;
  }
  .location__item-subtitle {
    font-size: 12px;
  }
  .location__side {
    position: unset;
    margin-left: 0;
  }
  .main_margin {
    margin-bottom: 60px;
  }
  .main .content__title {
    font-size: 20px;
  }
  .main__title {
    font-size: 36px;
  }
  .main__image-wrapper {
    height: 500px;
  }
  .main__text {
    padding: 80px 0 50px 0;
  }
  .main__tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 84px;
  }
  .main__tag {
    font-size: 16px;
  }
  .main__tag:last-child:after {
    display: none;
  }
  .main__buttons-wrapper {
    margin-top: 20px;
  }
  .main__button {
    position: absolute;
    bottom: 40px;
    left: 10px;
    right: 10px;
  }
  .map_index {
    margin-bottom: 60px;
  }
  .map_about .map__main {
    height: 400px;
  }
  .map__main {
    height: 400px;
  }
  .map__legend {
    gap: 12px;
  }
  .map__img {
    width: 30px;
    height: 30px;
  }
  .map__text {
    font-size: 14px;
  }
  .news-card_list {
    margin-right: 0;
    width: 100%;
  }
  .news-card_news {
    width: 100%;
    margin-right: 0;
  }
  .news-card_index {
    width: 100%;
    margin-right: 0;
  }
  .news-card_index:nth-child(n+3) {
    display: none;
  }
  .news-card__image-wrapper {
    height: 320px;
  }
  .news-page {
    margin-top: 60px;
  }
  .news-page__date {
    margin-bottom: 10px;
  }
  .news-page__wrapper {
    margin-top: 20px;
  }
  .news-page__text {
    font-size: 16px;
    line-height: 150%;
  }
  .news-page__gallery-itms {
    display: unset;
    width: 100%;
    position: relative;
  }
  .news-page__button_next {
    text-align: right;
  }
  .news_main {
    padding-top: 60px;
  }
  .news__wrapper {
    margin-right: 0;
  }
  .partners-card {
    width: 100%;
  }
  .partners {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .partners__wrapper {
    margin-top: 20px;
  }
  .partners__block {
    height: unset;
    padding: 24px 24px 60px;
  }
  .partners__block-info {
    margin-top: 5px;
  }
  .partners__manager {
    margin-bottom: 10px;
  }
  .partners__phone {
    font-size: 18px;
    position: absolute;
    left: 24px;
    bottom: 24px;
  }
  .partners__link-subtitle {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .pop-up .form__action {
    max-width: 288px;
  }
  .pop-up_phone .pop-up__wrapper {
    max-width: unset;
    min-width: unset;
  }
  .pop-up__wrapper {
    width: unset;
  }
  .pop-up__wrapper_phone {
    padding: 45px 24px;
  }
  .pop-up__image {
    display: none;
  }
  .pop-up__title {
    font-size: 30px;
    line-height: 110%;
  }
  .pop-up__subtitle {
    font-size: 16px;
  }
  .popup-calc .form__checkbox {
    margin: 10px 0 10px;
  }
  .popup-calc .form__input-label {
    width: 100%;
  }
  .popup-calc_bron .popup-calc__inner {
    width: unset;
  }
  .popup-calc_bron .form__checkbox {
    margin: 10px 0 10px;
  }
  .popup-calc_bron .form__input-label {
    width: 100%;
  }
  .popup-calc__wrapper {
    padding: 40px 10px 10px 10px;
  }
  .popup-calc__title {
    font-size: 20px;
  }
  .popup-calc__subtitle {
    font-size: 15px;
  }
  .popup-calc__row-item {
    width: 50%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .popup-calc__row-item:first-child {
    width: 100%;
  }
  .popup-calc__inputs {
    gap: 10px;
    flex-direction: column;
  }
  .popup-calc__input {
    width: 100%;
  }
  .popup-calc__item {
    width: 100%;
  }
  .popup-calc__form {
    align-items: center;
  }
  .slider-block_index {
    margin-top: 60px;
  }
  .slider-block__wrapper {
    margin-top: 20px;
  }
  .slider-block__slider-itm {
    height: 300px;
  }
  .slick-dots > li {
    display: inline-block;
  }
  .slick-dots > li:only-child {
    display: none;
  }
}