

/* Start:/bitrix/components/basmanovdg/landing.banner/templates/.default/style.css?178713371711382*/
:root {
    --desc-translate-y: 0;
}

.inner-banner {
    position: relative;
    padding: 110px 0 40px;
    height: 100vh;
    max-height: 740px;
    z-index: 1;
    color: #ffffff;
}

@media screen and (max-width: 767.98px) {
    .inner-banner {
        max-height: 600px;
        padding: 72px 0 24px;
    }
}

.inner-banner__bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.inner-banner__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.inner-banner__bg--dark::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(45, 45, 45, 0.22);
}

@media screen and (max-width: 767.98px) {
    .inner-banner__wrapper, .inner-banner__container {
        height: 100%;
    }
}

.inner-banner__container {
    display: grid;
    gap: 24px;
    grid-template-areas: "inner-banner-details inner-banner-labels"
 "inner-banner-info inner-banner-labels";
}

@media screen and (max-width: 767.98px) {
    .inner-banner__container {
        gap: 24px 8px;
        grid-template-areas: "inner-banner-details inner-banner-labels"
 "inner-banner-info inner-banner-info";
    }
}

.inner-banner__info {
    grid-area: inner-banner-info;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1023.98px) {
    .inner-banner__info {
        margin-top: auto;
    }
}

.inner-banner__title.h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

@media screen and (max-width: 1599.98px) {
    .inner-banner__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1199.98px) {
    .inner-banner__title {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 1023.98px) {
    .inner-banner__title {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767.98px) {
    .inner-banner__title {
        font-size: 1.375rem;
    }
}

.inner-banner__title--lg {
    font-size: 5rem;
}

@media screen and (max-width: 1599.98px) {
    .inner-banner__title--lg {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1199.98px) {
    .inner-banner__title--lg {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1023.98px) {
    .inner-banner__title--lg {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767.98px) {
    .inner-banner__title--lg {
        font-size: 1.5rem;
    }
}

.inner-banner__desc {
    max-width: 740px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 24px;
}

@media screen and (max-width: 767.98px) {
    .inner-banner__desc {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
    }
}

.inner-banner__btn.btn {
    margin-top: 32px;
}

@media screen and (max-width: 767.98px) {
    .inner-banner__btn.btn {
        margin-top: 24px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.inner-banner__details {
    grid-area: inner-banner-details;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

@media screen and (max-width: 767.98px) {
    .inner-banner__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.inner-banner__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
}

.inner-banner__detail--clickable {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media screen and (hover: hover) and (pointer: fine) {
    .inner-banner__detail--clickable:hover {
        background-color: #2D2D2D;
    }
}

.inner-banner__detail-text {
    color: #ffffff;
}

.inner-banner__detail-marker {
    width: 16px;
    height: 16px;
    background: var(--color-bg);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.inner-banner__labels {
    grid-area: inner-banner-labels;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
}

@media screen and (max-width: 767.98px) {
    .inner-banner__labels {
        gap: 8px;
    }
}

.inner-banner__sale {
    height: 300px;
}

@media screen and (max-width: 1199.98px) {
    .inner-banner__sale {
        height: 150px;
    }
}

@media screen and (max-width: 767.98px) {
    .inner-banner__sale {
        height: 100px;
    }
}

.inner-banner__sale:not(:last-child) {
    margin-bottom: 8px;
}

.inner-banner__sale img {
    -o-object-fit: left center;
    object-fit: left center;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.inner-banner-dev {
    width: 100px;
    height: auto;
    font-size: 12px;
    position: relative;
}

@media screen and (max-width: 575.98px) {
    .inner-banner-dev:only-child {
        width: 75px;
    }
}

@media screen and (max-width: 374.98px) {
    .inner-banner-dev:only-child {
        width: 65px;
    }
}

.inner-banner-dev:not(:only-child) {
    max-width: calc(50% - 8px);
}

@media screen and (max-width: 767.98px) {
    .inner-banner-dev:not(:only-child) {
        max-width: calc(36.5% - 4px);
    }
}

.inner-banner-valentine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
}

.inner-banner-valentine:only-child {
    min-width: 140px;
}

@media screen and (max-width: 767.98px) {
    .inner-banner-valentine:only-child {
        width: 85px;
        min-width: 85px;
    }
}

.inner-banner-valentine:not(:only-child) {
    min-width: 140px;
}

@media screen and (max-width: 1199.98px) {
    .inner-banner-valentine:not(:only-child) {
        min-width: auto;
        max-width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767.98px) {
    .inner-banner-valentine:not(:only-child) {
        max-width: calc(50% - 4px);
    }
}


.stats {
    overflow: hidden;
    padding-top: 80px;
}

@media screen and (max-width: 767.98px) {
    .stats {
        padding-top: 24px;
    }
}

.stats__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
}

@media screen and (max-width: 1199.98px) {
    .stats__list {
        gap: 40px;
    }
}

@media screen and (max-width: 1023.98px) {
    .stats__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media screen and (max-width: 575.98px) {
    .stats__list {
        grid-template-columns: 1fr auto;
    }
}

.stats__list--small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

@media screen and (max-width: 1199.98px) {
    .stats__list--small {
        gap: 40px;
    }
}

@media screen and (max-width: 1023.98px) {
    .stats__list--small {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 52px;
    }
}

.stats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    text-align: center;
}

@media screen and (max-width: 1023.98px) {
    .stats__item {
        gap: 12px;
    }
}

.stats__item-desc {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

@media screen and (max-width: 1023.98px) {
    .stats__item-desc {
        font-size: 12px;
    }
}

.stats__item-title {
    font-family: "Gilroy", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 1023.98px) {
    .stats__item-title {
        font-size: 12px;
    }
}

.stats__item-num {
    font-size: 38px;
    font-weight: 700;
}

@media screen and (max-width: 1023.98px) {
    .stats__item-num {
        font-size: 28px;
    }
    .stats__item-num sup {
        font-size: 18px;
    }
}

.stats__item--small {
    gap: 16px;
}

.stats__item--small .stats__item-desc {
    font-size: 14px;
}

@media screen and (max-width: 1023.98px) {
    .stats__item--small .stats__item-desc {
        font-size: 12px;
    }
}

.stats__item--small .stats__item-title {
    font-size: 14px;
}

@media screen and (max-width: 1023.98px) {
    .stats__item--small .stats__item-title {
        font-size: 12px;
    }
}

.stats__item--small .stats__item-num {
    font-size: 28px;
}

@media screen and (max-width: 1023.98px) {
    .stats__item--small .stats__item-num {
        font-size: 48px;
    }
}

.stats__card {
    height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    background-color: #2D2D2D0a;
    padding: 24px;
}

.stats__card-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2D2D2D;
    background-color: #2D2D2D0a;
}

.stats__card-title {
    text-align: center;
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .3s, padding-bottom .3s;
}

.header:not(.white-color) .header__nav-item>a, .header:not(.white-color) .header__tel {
    color:#fff;
}

.header:not(.white-color) .fsk-lg path {
    fill:#fff;
}

.header:not(.white-color) .fsk-lg:hover path {
    fill:#f05A22ff;
}

.header:not(.white-color) .header__tool-btn {
    color: #ffffff;
    border: 1px solid #ffffff7a;
}

.header:not(.white-color) .header__tool-btn:hover {
    border-color: #f05A22ff;
}

.header.white-color {
    background-color: rgba(255, 255, 255, 1);
}

.header:not(.white-color) .header__logo, .header:not(.white-color) .header__logo svg {
    filter: invert(1) brightness(100);
}
/* End */


/* Start:/local/components/basmanovdg/realty.list.filter/templates/.default/style.css?176951328544*/
.project-filter__type {
    flex-grow: 1;
}

/* End */


/* Start:/local/templates/family/components/bitrix/news.list/realty.list/style.css?1775486959358*/
a.reset-filter-btn {
    color: inherit;
    text-decoration: none;
}

a.cards-item {
    text-decoration: none;
}

.cards-item__sales {
    background-color: #71A649;
    color: #fff;
    align-self: flex-start;
    padding: 5px 15px;
    border-radius: 6px;
    font-weight: 600;
    justify-self: flex-start;
    margin-top: 8px;
    width: max-content;
}
/* End */


/* Start:/local/components/basmanovdg/tag.groups/templates/.default/style.css?17836991921545*/
.tag-groups {
    margin-top: 32px;
}
.tag-groups__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 30px;
}
.tag-groups__nav-btn {
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    padding: 6px 0;
    font-size: 15px;
    line-height: 1.2;
    color: #07071F;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.tag-groups__nav-btn:hover {
    color: #F05A22;
}
.tag-groups__nav-btn.is-selected {
    color: #F05A22;
    border-bottom: 2px solid #F05A22;
    pointer-events: none;
}
.tag-groups__panel {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.tag-groups__panel.is-selected {
    display: flex;
}
.tag-groups__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #07071F;
    text-decoration: none;
    -webkit-transform: .3s;
    transform: .3s;
    background-color: #fff;
    min-width: 86px;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}
.tag-groups__tag:hover {
    color: #F05A22;
    border-color: #F05A2251;
}

/* End */


/* Start:/bitrix/components/basmanovdg/landing.static/templates/townhouses/style.css?178713371714925*/

.benefits__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 1023.98px) {
    .benefits__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.benefits__panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.benefits__panel .slider-progress-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 160px;
    height: 1px;
    margin: 0;
}

@media screen and (max-width: 1023.98px) {
    .benefits__panel .slider-progress-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: 100%;
    }
}

.benefits__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    color: #07071F3d;
}

.benefits__counter-curr {
    color: #07071Fff;
}

.benefits__counter-separator {
    width: 1px;
    height: 4px;
    background-color: currentColor;
}

.benefits__slider {
    overflow: hidden;
}

.benefits__card.swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 440px;
    height: 564px;
    overflow: hidden;
    color: #ffffff;
}

@media screen and (max-width: 1023.98px) {
    .benefits__card.swiper-slide {
        width: 295px;
        height: 358px;
    }
}

@media screen and (hover: hover) and (pointer: fine) {
    .benefits__card:hover .benefits__card-info {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .benefits__card:hover .benefits__card-desc {
        opacity: 1;
    }
    .benefits__card:hover .benefits__card-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .benefits__card:hover .benefits__card-img::after {
        opacity: 0.48;
    }
    .benefits__card:hover .benefits__card-img::before {
        opacity: 0;
    }
}

.benefits__card-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.benefits__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.benefits__card-img::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media screen and (max-width: 1023.98px) {
    .benefits__card-img::after {
        opacity: 0.48;
    }
}

.benefits__card-img::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    height: 25%;
    opacity: .48;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media screen and (max-width: 1023.98px) {
    .benefits__card-img::before {
        opacity: 0;
    }
}

.benefits__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    -webkit-transform: translateY(var(--desc-translate-y));
    transform: translateY(var(--desc-translate-y));
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

@media screen and (max-width: 1023.98px) {
    .benefits__card-info {
        padding: 24px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.benefits__card-desc {
    color: #FCFCFCcc;
    padding-top: 16px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media screen and (max-width: 1023.98px) {
    .benefits__card-desc {
        padding-top: 12px;
        opacity: 1;
    }
}

.benefits .slider-btn--prev svg, .benefits .slider-btn--next svg {
    -webkit-transform: none;
    transform: none;
}

.about {
    position: relative;
}

.about__title.land-title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #181818;
    margin: 0;
}

@media screen and (max-width: 1023.98px) {
    .about__title.land-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 575.98px) {
    .about__title.land-title {
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: -1px;
    }
}

.about__title.land-title:not(:last-child) {
    margin-bottom: 82px;
}

@media screen and (max-width: 1023.98px) {
    .about__title.land-title:not(:last-child) {
        margin-bottom: 45px;
    }
}

.about__title--mb-sm:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 1023.98px) {
    .about__title--mb-sm:not(:last-child) {
        margin-bottom: 24px;
    }
}

.about__desc, .about__text {
    width: 100%;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

.about__desc {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 767.98px) {
    .about__desc {
        font-size: 0.875rem;
    }
}

.about__text {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 767.98px) {
    .about__text {
        font-size: 0.875rem;
    }
}

.about-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 31fr 31fr 36fr 36fr 36fr;
    gap: 10px;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 250px repeat(3, 200px) 250px;
    }
}

.about-gallery__item {
    position: relative;
}

.about-gallery__item--col1 {
    grid-area: 1 / 1 / 4 / 2;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col1 {
        grid-area: 1 / 1 / 2 / 3;
    }
}

.about-gallery__item--col2 {
    grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col2 {
        grid-area: 2 / 1 / 3 / 2;
    }
}

.about-gallery__item--col3 {
    grid-area: 1 / 3 / 3 / 4;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col3 {
        grid-area: 3 / 1 / 4 / 2;
    }
}

.about-gallery__item--col4 {
    grid-area: 1 / 4 / 4 / 5;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col4 {
        grid-area: 2 / 2 / 4 / 3;
    }
}

.about-gallery__item--col5 {
    grid-area: 4 / 1 / 6 / 2;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col5 {
        grid-area: 4 / 1 / 5 / 2;
    }
}

.about-gallery__item--col6 {
    grid-area: 3 / 2 / 6 / 4;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col6 {
        grid-area: 4 / 2 / 5 / 3;
    }
}

.about-gallery__item--col7 {
    grid-area: 4 / 4 / 6 / 5;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col7 {
        grid-area: 5 / 1 / 6 / 3;
    }
}

.about-gallery__container {
    height: 100%;
    position: relative;
}

.about-gallery__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.about-gallery__picture--null {
    background: #70A549;
}

.about-gallery__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-gallery__content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 575.98px) {
    .about-gallery__content {
        padding: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .about-gallery__item--col1 .about-gallery__content {
        padding: 24px;
    }
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__subtitle {
        width: 50px;
    }
}

.about-gallery__subtitle:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__subtitle:not(:last-child) {
        margin-bottom: 8px;
    }
}

.about-gallery__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: 0;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 1599.98px) {
    .about-gallery__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 374.98px) {
    .about-gallery__title {
        font-size: 1.1875rem;
    }
}

.about-gallery__title:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (max-width: 1599.98px) {
    .about-gallery__title:not(:last-child) {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__title:not(:last-child) {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col1 .about-gallery__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1023.98px) {
    .about-gallery__item--col1 .about-gallery__title:not(:last-child) {
        margin-bottom: 16px;
    }
}

.about-gallery__text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
}

@media screen and (max-width: 1599.98px) {
    .about-gallery__text {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 374.98px) {
    .about-gallery__text {
        line-height: 1.3;
    }
}

.about-gallery__num {
    font-weight: 500;
    font-size: 33.375rem;
    line-height: 1.1;
    letter-spacing: -42px;
    position: absolute;
    right: -101px;
    bottom: -115px;
    z-index: -1;
}

@media screen and (max-width: 1599.98px) {
    .about-gallery__num {
        display: none;
    }
}

.backyard__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1023.98px) {
    .backyard__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
}

.backyard__img {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023.98px) {
    .backyard__img {
        height: auto;
    }
}

.backyard__img img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 20 / 17;
}

@media screen and (max-width: 767.98px) {
    .backyard__img img {
        aspect-ratio: 343 / 242;
    }
}

.backyard__info {
    padding-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

@media screen and (max-width: 1023.98px) {
    .backyard__info {
        padding-left: 0;
        gap: 32px;
    }
}

@media screen and (max-width: 767.98px) {
    .backyard__btn {
        width: 100% !important;
    }
}

.backyard__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.backyard__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

@media screen and (max-width: 1023.98px) {
    .backyard__list-item {
        gap: 16px;
    }
}

.backyard__list-item-icon {
    width: 56px;
    height: 56px;
    background-color: #EAC9521e;
    color: #EAC952ff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1023.98px) {
    .backyard__list-item-icon {
        width: 48px;
        height: 48px;
    }
    .backyard__list-item-icon .svg-icon {
        width: 16px;
        height: 16px;
    }
}

.backyard__list-item-text {
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 1023.98px) {
    .backyard__list-item-text {
        font-size: 14px;
    }
}

/* End */


/* Start:/bitrix/components/basmanovdg/landing.blog/templates/.default/style.css?17871337173231*/
:root {
  --desc-translate-y: 0;
}

.blog {
  position: relative;
  padding: 0 0 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 1199.98px) {
  .blog {
    padding: 0 0 50px;
  }
}

.blog__title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #181818;
}

@media screen and (max-width: 767.98px) {
  .blog__title {
    font-size: 2rem;
  }
}

.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__header:not(:last-child) {
  margin-bottom: 90px;
}

@media screen and (max-width: 1023.98px) {
  .blog__header:not(:last-child) {
    margin-bottom: 50px;
  }
}

.blog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}

@media screen and (max-width: 1599.98px) {
  .blog__row {
    gap: 100px 20px;
  }
}

@media screen and (max-width: 1023.98px) {
  .blog__row {
    gap: 50px 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .blog__row {
    gap: 25px 20px;
  }
}

.blog__item.swiper-slide {
  width:450px;
}

@media screen and (max-width: 660px) {
  .blog__item.swiper-slide {
    width: 300px;
  }
}

.blog__container {
  height: 100%;
  position: relative;
  color: #181818;
  text-decoration: none;
  display: block;
}

.blog__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1023.98px) {
  .blog__picture {
    height: 400px;
  }
}

@media screen and (max-width: 767.98px) {
  .blog__picture {
    height: auto;
  }
}

@media screen and (max-width: 575.98px) {
  .blog__picture {
    height: 200px;
  }
}

.blog__img {
  width: 100%;
}

@media screen and (max-width: 1023.98px) {
  .blog__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blog__content {
  padding: 16px 50px 0;
}

@media screen and (max-width: 1599.98px) {
  .blog__content {
    padding: 16px 0 0;
  }
}

.blog__info {
  color: #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.blog__info:not(:last-child) {
  margin-bottom: 12px;
}

.blog__time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__time:after {
  content: '/';
  display: block;
  margin: 0 8px;
}

.blog__head {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 660px) {

  .blog__head {
    font-size: 1.2rem;
  }
}

.slider-btn--prev svg, .slider-btn--next svg {
  transform: rotate(0deg) !important;
}
/* End */
/* /bitrix/components/basmanovdg/landing.banner/templates/.default/style.css?178713371711382 */
/* /local/components/basmanovdg/realty.list.filter/templates/.default/style.css?176951328544 */
/* /local/templates/family/components/bitrix/news.list/realty.list/style.css?1775486959358 */
/* /local/components/basmanovdg/tag.groups/templates/.default/style.css?17836991921545 */
/* /bitrix/components/basmanovdg/landing.static/templates/townhouses/style.css?178713371714925 */
/* /bitrix/components/basmanovdg/landing.blog/templates/.default/style.css?17871337173231 */
