

/* 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/flats/style.css?178723430336564*/

@media screen and (max-width: 1023.98px) {
    .estate-format {
        overflow: hidden;
    }
}

.estate-format__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #2D2D2D1e;
}

@media screen and (max-width: 1023.98px) {
    .estate-format__head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 24px;
    }
}

.estate-format__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) {
    .estate-format__title {
        font-size: 3rem;
        text-align: center;
    }
}

@media screen and (max-width: 575.98px) {
    .estate-format__title {
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: -1px;
    }
}

.estate-format__slider {
    overflow: hidden;
}

@media screen and (max-width: 1023.98px) {
    .estate-format__slider {
        overflow: visible;
    }
}

.estate-format__slider .slider-progress-pagination {
    display: none;
}

@media screen and (max-width: 1023.98px) {
    .estate-format__slider .slider-progress-pagination {
        display: block;
        margin-top: 32px;
    }
}

@media screen and (max-width: 1023.98px) {
    .estate-format__slider-btns {
        display: none;
    }
}

.estate-format__slider-btns .slider-btn.swiper-button-disabled {
    border-color: #2D2D2D0a;
    color: #2D2D2D51;
    background-color: transparent;
}

.estate-format__slider-btns .slider-btn svg {
    -webkit-transform: none;
    transform: none;
}

.estate-format__card {
    position: relative;
    overflow: hidden;
    height: 486px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 767.98px) {
    .estate-format__card {
        height: 324px;
    }
}

.estate-format__card-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.estate-format__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.estate-format__card-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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));
    opacity: 0.4;
}

.estate-format__card-title {
    background-color: #70A549ff;
    padding: 24px 40px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    z-index: 3;
}

@media screen and (max-width: 767.98px) {
    .estate-format__card-title {
        padding: 12px 24px;
    }
}

@media screen and (max-width: 575.98px) {
    .estate-format__card-title {
        font-size: 24px;
    }
}

.estate-format__card-desc {
    padding: 40px;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767.98px) {
    .estate-format__card-desc {
        font-size: 16px;
        padding: 24px;
    }
}


.decoration {
    overflow: hidden;
}

.decoration .section-heading-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) {
    .decoration .section-heading-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 575.98px) {
    .decoration .section-heading-title {
        font-size: 2rem;
        line-height: 1;
        letter-spacing: -1px;
    }
}

.decoration__nav {
    margin-bottom: 40px;
}

@media screen and (max-width: 1023.98px) {
    .decoration__nav {
        margin-bottom: 24px;
    }
}

.decoration__heading {
    margin-bottom: 24px;
}

@media screen and (max-width: 1023.98px) {
    .decoration__panel {
        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;
        margin-top: 16px;
    }
}

.decoration__panel-prev, .decoration__panel-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (max-width: 1023.98px) {
    .decoration__panel-prev, .decoration__panel-next {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.decoration__panel-prev.slider-btn, .decoration__panel-next.slider-btn {
    color: #F05A22ff;
}

@media (any-hover: hover) {
    .decoration__panel-prev.slider-btn:hover, .decoration__panel-next.slider-btn:hover {
        color: #ffffff;
    }
}

@media screen and (max-width: 1023.98px) {
    .decoration__panel-prev.slider-btn, .decoration__panel-next.slider-btn {
        background-color: transparent;
        border-color: #2D2D2D1e;
    }
}

.decoration__panel-prev.slider-btn svg, .decoration__panel-next.slider-btn svg {
    -webkit-transform: none;
    transform: none;
}

.decoration__panel-prev.is-disabled, .decoration__panel-next.is-disabled {
    pointer-events: none;
    opacity: .5;
}

.decoration__panel-prev {
    left: 40px;
}

.decoration__panel-next {
    right: 40px;
}

.decoration__fraction {
    display: none;
}

@media screen and (max-width: 1023.98px) {
    .decoration__fraction {
        display: block;
        color: #07071F7a;
    }
}

.decoration__block {
    position: relative;
}

.decoration__slider {
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    .decoration__slider {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }
}

.decoration__item {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.decoration__item.is-active {
    opacity: 1;
    display: block;
}

@media screen and (max-width: 767.98px) {
    .decoration__item {
        width: calc(100% + 32px);
        margin: 0 -16px;
        overflow-x: auto;
    }
    .decoration__item::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .decoration__item-inner {
        position: relative;
        display: inline-block;
        width: auto;
        padding: 0 16px;
    }
}

.decoration__item-img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767.98px) {
    .decoration__item-img {
        display: inline-block;
        width: auto;
    }
}

.decoration__item-img img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767.98px) {
    .decoration__item-img img {
        height: 540px;
        width: auto;
        max-width: unset;
    }
}

.decoration__gallery {
    position: relative;
}

.decoration__overlay {
    display: none;
}

@media screen and (max-width: 1023.98px) {
    .decoration__overlay {
        position: absolute;
        top: 0;
        left: 0;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
        color: #ffffff;
        width: calc(100% + 16px);
        height: 100%;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.48);
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        opacity: 1;
        z-index: 2;
    }
    .decoration__overlay-icon .svg-icon {
        width: 32px;
        height: 32px;
    }
    .decoration__overlay-title {
        font-size: 12px;
        text-align: center;
    }
    .decoration__overlay.is-hidden {
        opacity: 0;
    }
}

.tabs-content {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 767.98px) {
    .tabs-content {
        overflow: unset;
    }
}

.tabs-content.is-active {
    display: block;
    opacity: 1;
    height: auto;
}

.dc-marker {
    position: absolute;
}

@media screen and (hover: hover) and (pointer: fine) {
    .dc-marker:hover {
        z-index: 2;
    }
    .dc-marker:hover .dc-marker__dot::before {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    .dc-marker:hover .dc-marker__dot-icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .dc-marker:hover .dc-marker__cloud {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}

.dc-marker__pin {
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.dc-marker__dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #F05A22ff;
    color: #ffffff;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.dc-marker__dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F05A22ff;
    opacity: 0.32;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.dc-marker__dot--gold {
    background-color: #EAC952ff;
    color: #2D2D2D;
}

.dc-marker__dot--gold::before {
    background-color: #EAC952ff;
}

.dc-marker__dot-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.dc-marker__dot-icon::before, .dc-marker__dot-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dc-marker__dot-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.dc-marker__cloud {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    min-width: 180px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 1319.99px) {
    .dc-marker__cloud {
        min-width: 13.6dvw;
    }
}

.dc-marker__cloud::before {
    content: '';
    position: absolute;
    left: -50px;
    width: 50px;
    height: 100%;
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud::before {
        display: none;
    }
}

.dc-marker__cloud--l {
    min-width: 280px;
}

@media screen and (max-width: 1319.99px) {
    .dc-marker__cloud--l {
        min-width: 21.2dvw;
    }
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud--l {
        min-width: unset;
    }
}

.dc-marker__cloud--black .dc-marker__cloud-inner {
    background-color: #2D2D2D;
    color: #ffffff;
}

.dc-marker__cloud--black .dc-marker__cloud-desc {
    color: #ffffff;
}

.dc-marker__cloud--black .dc-marker__cloud-close .svg-icon {
    color: #ffffff;
}

.dc-marker__cloud--auto {
    min-width: unset;
}

@media screen and (max-width: 1319.99px) {
    .dc-marker__cloud--auto {
        min-width: unset;
    }
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud--auto {
        min-width: unset;
    }
}

.dc-marker__cloud--primary .dc-marker__cloud-inner {
    background-color: #F05A22ff;
    color: #ffffff;
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: -1;
        -webkit-transition: unset;
        transition: unset;
        min-width: unset;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }
    .dc-marker__cloud.is-open {
        opacity: 1;
        pointer-events: all;
        z-index: 99;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
    .dc-marker__cloud.is-open .dc-marker__cloud-inner {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .dc-marker__cloud.is-open .dc-marker__cloud-overlay {
        opacity: 1;
    }
}

.dc-marker__cloud-overlay {
    display: none;
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud-overlay {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.48);
        z-index: 1;
        opacity: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

.dc-marker__cloud-inner {
    padding: 12px;
    border-radius: 8px;
    background-color: #ffffff;
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud-inner {
        border-radius: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        z-index: 2;
    }
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud-head {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
    }
}

.dc-marker__cloud-close {
    display: none;
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud-close {
        width: 20px;
        height: 20px;
        background-color: transparent;
        padding: 0;
        border: none;
        outline: none;
        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;
        opacity: 0.48;
    }
    .dc-marker__cloud-close .svg-icon {
        pointer-events: none;
    }
}

.dc-marker__cloud-title {
    font-family: "Unbounded", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
}

@media screen and (max-width: 1319.99px) {
    .dc-marker__cloud-title {
        font-size: 1.2dvw;
    }
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud-title {
        font-size: 16px;
    }
}

.dc-marker__cloud-desc {
    font-size: 12px;
    line-height: 1.4;
    color: #2D2D2Da3;
    margin-top: 8px;
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud-desc {
        margin-top: 16px;
    }
}

.dc-marker__cloud-btn {
    margin-top: 8px;
}

@media screen and (max-width: 1023.98px) {
    .dc-marker__cloud-btn {
        margin-top: 16px;
    }
}

.mortgage__inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.mortgage__main {
    position: relative;
    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: 24px;
    z-index: 1;
    padding: 28px;
    overflow: hidden;
    color: #ffffff;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__main {
        min-height: 340px;
        padding: 16px;
    }
}

.mortgage__main-group {
    position: relative;
    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: 10px;
}

.mortgage__main-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.mortgage__main-img::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #2D2D2D51;
}

.mortgage__main-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mortgage__main-title {
    font-weight: 700;
}

.mortgage__main-desc {
    font-size: 20px;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__main-desc {
        font-size: 16px;
    }
}

.mortgage__main-desc ul {
    margin: 8px 0;
    padding-left: 20px;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__main-desc ul {
        padding-left: 16px;
    }
}

@media screen and (max-width: 1023.98px) {
    .mortgage__main-btn {
        margin-top: auto;
    }
}

.mortgage__cards {
    display: grid;
    grid-template-rows: repeat(2, 306px);
    gap: 20px;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__cards {
        grid-template-rows: auto;
        gap: 16px;
    }
}

.mortgage__card {
    width: 100%;
    height: 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;
    gap: 16px;
    padding: 24px;
    overflow: hidden;
    background-color: #F7F7F7FF;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__card {
        padding: 16px;
        min-height: 200px;
    }
}

.mortgage__card:only-child {
    grid-row: 1 / -1;
}

.mortgage__card--secondary {
    background-color: #70A549ff;
    color: #ffffff;
}

.mortgage__card--secondary .mortgage__card-link,
.mortgage__card--secondary .mortgage__card-icon {
    color: #ffffff;
}

.mortgage__card-title {
    font-weight: 500;
}

.mortgage__card-desc {
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__card-desc {
        font-size: 14px;
    }
}

.mortgage__card-desc p {
    margin: 0 !important;
}

.mortgage__card-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    gap: 12px;
}

.mortgage__card-icon {
    display: block;
    width: 64px;
    height: 64px;
}

.mortgage__card-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: "Unbounded", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 1023.98px) {
    .mortgage__card-link {
        font-size: 14px;
        gap: 4px;
    }
}

@media screen and (hover: hover) and (pointer: fine) {
    .mortgage__card-link:hover {
        opacity: 0.64;
    }
}

@media screen and (max-width: 1023.98px) {
    .mortgage__card-link .svg-icon {
        width: 20px;
        height: 20px;
    }
}

.mortgage__card-icon, .mortgage__card-link {
    color: #70A549ff;
}

.map {
    position: relative;
}

.map__container {
    position: relative;
    width: 100%;
    height: 37.29vw;
    min-height: 700px;
}

@media screen and (max-width: 767.98px) {
    .map__container {
        height: 138.88vw;
        min-height: unset;
    }
}

.map__container .yandex-map {
    position: absolute;
    inset: 0;
}

.map .container {
    position: absolute;
    inset: 0;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    z-index: 15;
    pointer-events: none;
}

@media screen and (max-width: 575.98px) {
    .map .container {
        position: static;
        height: auto;
    }
}

.map .is-max-top-cluster {
    z-index: 10 !important;
}

.map__card {
    position: absolute;
    top: 50%;
    right: 8.49vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1760px) {
    .map__card {
        right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .map__card {
        position: relative;
        top: unset;
        right: unset;
        -webkit-transform: unset;
        transform: unset;
    }
}

.map-banner {
    pointer-events: auto;
    padding: 24px;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    gap: 32px;
    min-width: 370px;
}

@media screen and (max-width: 575.98px) {
    .map-banner {
        min-width: auto;
        width: 100%;
        padding: 24px 0;
    }
}

.map-banner[data-map-project-banner-name] {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}

.map-banner[data-map-project-banner-name].is-active {
    position: static;
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media screen and (max-width: 767.98px) {
    .map-banner[data-map-project-banner-name].is-active {
        position: static;
    }
}

.map-banner__picture {
    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: 360px;
    aspect-ratio: 1200 / 800;
}

.map-banner__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.map-banner__title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #181818;
}

.map-banner__title span {
    display: block;
}

.map-banner__title span:nth-child(2n) {
    text-align: right;
    color: #f05921;
}

.map-banner__desc {
    font-weight: 500;
    font-size: 4rem;
    line-height: 2;
    color: #181818;
}

.map-banner__desc span {
    color: #f05921;
}

.map-banner__actions {
    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: 5px;
}

.map-banner__actions .btn {
    width: 100%;
}

.map-card {
    background: #ffffff;
    padding: 24px;
}

.map-card__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    aspect-ratio: 1200 / 800;
}

@media screen and (max-width: 767.98px) {
    .map-card__picture {
        width: 100%;
    }
}

.map-card__picture:not(:last-child) {
    margin-bottom: 20px;
}

.map-card__img {
    width: 100%;
}

.map-card__content {
    position: relative;
}

.map-card__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #181818;
}

@media screen and (max-width: 374.98px) {
    .map-card__title {
        font-size: 56px;
    }
}

.map-card__title span {
    color: #F05921;
    display: block;
}

.map-card__title:not(:last-child) {
    margin-bottom: 20px;
}

.map-card__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
    color: #181818;
}

.map-card__text span {
    color: #F05921;
}

.map-card__text:not(:last-child) {
    margin-bottom: 32px;
}

.map-card__link {
    color: #181818;
    text-decoration: none;
}

@media screen and (hover: hover) and (pointer: fine) {
    .map-card__link:hover {
        color: #F05A22ff;
    }
}

.map-card__btn .btn {
    width: 100%;
}


.yamap-project-group {
    --size: 32px;
    --border-radius: 8px;
    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: var(--size);
    height: var(--size);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f05921;
    border-radius: var(--border-radius);
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.yamap-project-group__inner {
    width: 100%;
    height: 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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.yamap-project-item {
    --icon-size: 40px;
    --icon-transform: rotate(0deg);
    --hint-opacity: 0;
    --hint-pointer-events: none;
    position: relative;
    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;
    -webkit-transform: translate(calc(var(--icon-size) / 2), -50%);
    transform: translate(calc(var(--icon-size) / 2), -50%);
    background-color: #f47f53;
    border-radius: 100px;
    color: #ffffff;
}

@media (any-hover: hover) {
    .yamap-project-item:hover {
        --hint-opacity: 1;
        --hint-pointer-events: auto;
    }
}

.yamap-project-item.is-active {
    --icon-transform: rotate(135deg);
    --hint-opacity: 1;
    --hint-pointer-events: auto;
}

.yamap-project-item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    padding-right: 26px;
    cursor: pointer;
}

.yamap-project-item__main__icon {
    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: var(--icon-size);
    height: var(--icon-size);
    min-width: var(--icon-size);
    min-height: var(--icon-size);
    background-color: #f05921;
    border-radius: 50%;
    -webkit-transform: var(--icon-transform);
    transform: var(--icon-transform);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.yamap-project-item__main__icon svg {
    width: 20px;
    height: 20px;
}

.yamap-project-item__main__title {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}

.yamap-project-item__main__title a {
    color: #ffffff;
    text-decoration: none;
}

.yamap-project-item__hint {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #181818;
    opacity: var(--hint-opacity);
    pointer-events: var(--hint-pointer-events);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.yamap-project-item__hint__inner {
    background-color: #ffffff;
    padding: 24px;
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

.yamap-project-item__hint__headline {
    display: grid;
    grid-template-columns: 100%;
    gap: 5px;
}

.yamap-project-item__hint__info {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.yamap-project-item__hint__title {
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: nowrap;
}

.yamap-project-item__hint__title a {
    color: #2D2D2D;
    text-decoration: none;
}

.yamap-project-item__hint__picture {
    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;
    aspect-ratio: 243 / 190;
}

.yamap-project-item__hint__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.yamap-project-item__hint__actions {
    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: 5px;
}

.yamap-project-item__hint__actions .btn {
    width: 100%;
    white-space: nowrap;
}

/*
#section-map {
    overflow: visible;
    position: relative;
    z-index: 3;
}

#section-map .ymaps3--map-container, #section-map .ymaps3--map {
    overflow: visible;
}*/

.land-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #181818;
}
.land-text > * {
    margin-top: 0;
    margin-bottom: 0;
}
.land-text > *:not(:first-child) {
    margin-top: var(--blog-detailspacer);
}
.land-text b {
    font-weight: 600;
}
.land-text h2, .land-text h3, .land-text h4, .land-text h5, .land-text h6 {
    font-weight: 600;
    line-height: 1.5;
}
.land-text h2:not(:last-child), .land-text h3:not(:last-child), .land-text h4:not(:last-child), .land-text h5:not(:last-child), .land-text h6:not(:last-child) {
    margin-bottom: var(--blog-detailspacer);
}
.land-text h2 {
    font-size: 48px;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 1023.98px) {
    .land-text h2 {
        font-size: 28px;
    }
}
.land-text h3 {
    font-size: 36px;
}
@media screen and (max-width: 1023.98px) {
    .land-text h3 {
        font-size: 22px;
    }
}
.land-text h4 {
    font-size: 32px;
}
@media screen and (max-width: 1023.98px) {
    .land-text h4 {
        font-size: 20px;
    }
}
.land-text h5 {
    font-size: 28px;
}
@media screen and (max-width: 1023.98px) {
    .land-text h5 {
        font-size: 18px;
    }
}
.land-text h6 {
    font-size: 24px;
}
@media screen and (max-width: 1023.98px) {
    .land-text h6 {
        font-size: 16px;
    }
}
.land-text img {
    display: block;
    max-width: 100%;
}
.land-text img:not(:last-child) {
    margin-bottom: var(--blog-detailspacer);
}
.land-text hr {
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
}
.land-text hr:not(:last-child) {
    margin-bottom: var(--blog-detailspacer);
}
.land-text ul:not(:last-child), .land-text ol:not(:last-child) {
    margin-bottom: var(--blog-detailspacer);
}
.land-text a {
    color: currentColor;
    text-decoration: underline;
}
.land-text a:hover {
    text-decoration: none;
}
.land-text table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}
@media screen and (max-width: 991px) {
    .land-text table {
        font-size: 14px;
    }
}
.land-text table:not(:last-child) {
    margin-bottom: var(--blog-detailspacer);
}
.land-text table td {
    border: none;
    padding: 24px 8px;
}
@media screen and (max-width: 991px) {
    .land-text table td {
        padding: 8px;
    }
}
.land-text table td:first-child {
    padding-left: 24px;
}
@media screen and (max-width: 991px) {
    .land-text table td:first-child {
        padding-left: 16px;
    }
}
.land-text table td:last-child {
    padding-right: 24px;
}
@media screen and (max-width: 991px) {
    .land-text table td:last-child {
        padding-right: 16px;
    }
}
.land-text table tr:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
@media screen and (max-width: 991px) {
    .land-text table tr:first-child {
        font-size: 14px;
    }
}
.land-text table tr:first-child td {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fdede6;
}
@media screen and (max-width: 991px) {
    .land-text table tr:first-child td {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.land-text table tr:not(:first-child) td {
    border-bottom: 1px solid #f0f0f0;
}



/* 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 */
/* /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/flats/style.css?178723430336564 */
/* /bitrix/components/basmanovdg/landing.blog/templates/.default/style.css?17871337173231 */
