.apart_mortgage2 {
    display: grid;
    grid-template-columns: 379px 1fr;
    gap: 37px;
}

.apart_mortgage2_sections {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.apart_mortgage2_sections__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.apart_mortgage2_inputs {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.apart_mortgage2_checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.apart_mortgage2_sections__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #060606;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.apart_mortgage2_sections__title svg {
    transition: transform .2s;
}

.apart_mortgage2_sections__title svg:not(.active) {
    transform: rotate(180deg);
}

[data-mortgage-section-opener] {
    cursor: pointer;
}

.apart_mortgage2 input {
    text-align: left !important;
}

.apart_mortgage2__max_label {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translate(0, -50%);
    color: #67697E;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.apart_mortgage2__max_label--before_tooltip {
    right: 48px;
}

.apart_mortgage2__max_label input {
    color: #FF2262;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: right !important;
    padding: 0;
    border: none;
    width: 60px;
}

.apart_mortgage2__input_tooltip {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    cursor: pointer;
}

.apart_mortgage2__input_tooltip img {
    display: block;
}

.Apartments_reset_filters__BkWLj {
    align-items: center;
    color: #67697e;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.Apartments_reset_filters__BkWLj svg {
    margin-right: 10px;
}

.apart_mortgage2__toggle_filters {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #48454C;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.apart_mortgage2__filters_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apart_mortgage2__cards_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.apart_mortgage2__cards_title {
    color: #67697E;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.apart_mortgage2__cards_title span.active {
    color: #060606;
}

.radio--rtl.radio input+label {
    padding-left: 0;
    padding-right: 53px;
}

.radio--rtl.radio input+label:before {
    left: auto;
    right: 0;
}

.radio--rtl.radio input+label:after {
    left: auto;
    right: 21px;
}

.radio--rtl.radio input:checked+label:after {
    right: 1px;
}

.radio--dark_text.radio input+label {
    color: #060606;
    font-size: 14px;
}

.apart_mortgage2__cards {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.apart_mortgage2_card {
    padding: 18px 24px 32px;
    border-radius: 8px;
    background: #F4F6FB;
    position: relative;
}

.apart_mortgage2_card_wrap--error .apart_mortgage2_card {
    border: 1px solid #FF2262;
}

.apart_mortgage2_card_wrap--error .apart_mortgage2_card:before,
.apart_mortgage2_card_wrap--error .apart_mortgage2_card:after {
    display: none;
}

.apart_mortgage2_card_wrap--error .apart_mortgage2_card__error {
    display: flex;
}

.apart_mortgage2_card_wrap--error .apart_mortgage2_card__offers {
    display: none;
}

.apart_mortgage2_card_wrap--error .apart_mortgage2_card__features {
    display: none;
}

.apart_mortgage2_card_wrap--error .apart_mortgage2_card__tags {
    order: 10;
}

.mortgage2_offer__error {
    display: none;
    position: relative;
    align-items: center;
    gap: 16px;
    max-width: 326px;
    font-size: 12px;
    line-height: 16px;
    word-break: break-word;
}

.mortgage2_offer__error svg {
    flex-shrink: 0;
}

.apart_mortgage2_card__error {
    display: none;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    line-height: 14px;
}

.mortgage2_offer__link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5100C1;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.apart_mortgage2_card:after,
.apart_mortgage2_card:before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: -5px;
    height: 5px;
    width: calc(100% - 24px);
    border-radius: 8px;
    border: 1px solid #E6EAF4;
    border-top: none;
    background: #fff;
    pointer-events: none;
    transition: opacity .3s;
}

.apart_mortgage2_card:before {
    bottom: -10px;
    left: 24px;
    width: calc(100% - 48px);
}

.apart_mortgage2_card__head {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.apart_mortgage2_card__offers {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #060606;
    font-size: 14px;
    line-height: 20px;
    margin-right: 53px;
    flex-shrink: 0;
}

.apart_mortgage2_card__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

.apart_mortgage2_card__tag {
    line-height: 30px;
    border-radius: 40px;
    background: #FFF;
    padding: 0 16px;
    color: #67697E;
    font-size: 14px;
}

.apart_mortgage2_card__toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #5100C1;
    font-size: 13px;
    line-height: 18px;
    margin-left: auto;
    cursor: pointer;
    flex-shrink: 0;
}

.apart_mortgage2_card__toggle svg {
    transition: transform .2s;
}

.apart_mortgage2_card__features {
    display: flex;
    align-items: center;
}

.apart_mortgage2_card__feature {
    min-height: 36px;
    display: flex;
    align-items: center;
    border-right: 1px solid #D6DEF0;
    padding: 5px 50px;
    font-size: 16px;
    line-height: 24px;
}

.apart_mortgage2_card__feature:first-child {
    padding-left: 0;
}

.apart_mortgage2_card__feature:last-child {
    border-right: none;
    padding-right: 0;
}

.apart_mortgage2_card--opened:before,
.apart_mortgage2_card--opened:after {
    opacity: 0;
}

.apart_mortgage2_card--opened .apart_mortgage2_card__toggle span {
    display: none;
}

.apart_mortgage2_card--opened .apart_mortgage2_card__toggle svg {
    transform: rotate(45deg);
}

.mortgage2_offer_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
}

.mortgage2_offer_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(244, 246, 251, 0.60);
    backdrop-filter: blur(3px);
    padding: 18px 16px;
    display: flex;
}

.mortgage2_offer_overlay__text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 16px;
    background: #fff;
    padding: 14px 16px;
    border-radius: 8px;
}

.mortgage2_offer {
    border-radius: 8px;
    background: #F4F6FB;
    position: relative;
    padding: 16px;
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    gap: 10px;
}

.mortgage2_offer__percent {
    position: absolute;
    right: calc(100% - 8px);
    top: 50%;
    transform: translate(0, -50%);
    border: 4px solid #FFF;
    background: #5100C1;
    height: 32px;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 40px;
}

.mortgage2_offer__conditions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex: 1 1 0px;
}

.mortgage2_offer__features {
    display: flex;
    align-items: center;
    gap: 32px;
}

.mortgage2_offer__feature {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mortgage2_offer__label {
    color: #67697E;
    font-size: 12px;
    line-height: 16px;
}

.mortgage2_offer__value {
    font-size: 14px;
    line-height: 20px;
}

.mortgage2_offer__bank {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 18px;
}

.mortgage2_offer__right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.mortgage2_offer__button {
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #5100C1;
    font-size: 14px;
    line-height: 40px;
    color: #5100C1;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: color .2s, background .2s;
}

.mortgage2_offer__button:hover {
    background: #5100C1;
    color: #fff;
}

.mortgage2_offer__download {
    cursor: pointer;
}

.mortgage2_offer--error {
    position: relative;
    padding: 23px 29px;
}

.mortgage2_offer--error .mortgage2_offer__percent {
    display: none;
}

.mortgage2_offer--error:before {
    content: "";
    position: absolute;
    border-radius: 8px;
    top: 12px;
    right: 12px;
    left: 12px;
    bottom: 12px;
    background: #fff;
}

.mortgage2_offer--error .mortgage2_offer_logo {
    position: relative;
}

.mortgage2_offer--error .mortgage2_offer__error {
    display: flex;
}

.mortgage2_offer--error .mortgage2_offer__right,
.mortgage2_offer--error .mortgage2_offer__feature {
    display: none;
}

.mortgage2_offer--error .mortgage2_offer__features {
    margin: 0;
}

.mortgage2_offer__download img {
    display: block;
}

.mortgage2_offer_list__hide_wrap {
    display: flex;
    justify-content: center;
}

.mortgage2_offer_list__hide {
    margin-top: 8px;
    color: #5100C1;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mortgage2_offer_list__hide i {
    font-size: 7px;
    transform: rotate(180deg);
}

.apart_mortgage2__cards_more_wrap {
    display: flex;
    justify-content: center;
    margin-top: 37px;
}

.apart_mortgage2__cards_more {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5100C1;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}

.mortgage2_offer_list__head {
    display: none;
}

.mortgage2_offer_list__percent {
    color: #FF2262;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.mortgage2_offer_list__offers {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 20px;
}

.mortgage2_offer_list__cross {
    cursor: pointer;
}

.mortgage2_offer_list__overlay {
    display: none;
}

.apart_mortgage2 .range_slider .irs--flat .irs-bar {
    background-color: #5201C1;
}

.apart_mortgage2 .range_slider .irs--flat .irs-handle {
    border-color: #5201C1;
    background-color: #5201C1;
}

.apart_mortgage2 .range_slider .irs--flat .irs-handle:after {
    background-color: #5201C1;
}

.apart_mortgage2_pink_slider .range_slider .irs--flat .irs-bar {
    background-color: #FF2262;
}

.apart_mortgage2_pink_slider .range_slider .irs--flat .irs-handle {
    border-color: #FF2262;
    background-color: #FF2262;
}

.apart_mortgage2_pink_slider .range_slider .irs--flat .irs-handle:after {
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0151 0C4.49514 0 0.0151367 4.48 0.0151367 10C0.0151367 15.52 4.49514 20 10.0151 20C15.5351 20 20.0151 15.52 20.0151 10C20.0151 4.48 15.5351 0 10.0151 0ZM6.74514 5.66C7.55514 5.66 8.22514 6.32 8.22514 7.14C8.22514 7.95 7.56514 8.62 6.74514 8.62C5.93514 8.62 5.26514 7.96 5.26514 7.14C5.26514 6.32 5.92514 5.66 6.74514 5.66ZM6.86514 13.8C6.71514 13.95 6.52514 14.02 6.33514 14.02C6.14514 14.02 5.95514 13.95 5.80514 13.8C5.51514 13.51 5.51514 13.03 5.80514 12.74L12.3551 6.19C12.6451 5.9 13.1251 5.9 13.4151 6.19C13.7051 6.48 13.7051 6.96 13.4151 7.25L6.86514 13.8ZM13.2851 14.34C12.4751 14.34 11.8051 13.68 11.8051 12.86C11.8051 12.05 12.4651 11.38 13.2851 11.38C14.0951 11.38 14.7651 12.04 14.7651 12.86C14.7651 13.68 14.1051 14.34 13.2851 14.34Z" fill="%23FF2262"/></svg>');
    text-align: center;
    background-color: #fff;
}

.apart_mortgage2_grey_progress_slider .range_slider .irs--flat .irs-bar {
    background-color: transparent;
}

.apart_mortgage2_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 204px;
}

.apart_mortgage2_empty__icon {
    margin-bottom: 26px;
}

.apart_mortgage2_empty__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 12px;
    max-width: 311px;
}

.apart_mortgage2_empty__text {
    max-width: 311px;
    color: #67697E;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    /* 123.077% */
}

.mortgage2_offer_logo {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
    width: 260px;
}

.mortgage2_offer_logo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.mortgage2_offer_logo__main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mortgage2_offer_logo__text {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.mortgage2_offer_logo__name {
    font-size: 14px;
    line-height: 18px;
}

.mortgage2_offer_logo__sum {
    flex-shrink: 0;
    color: #FF2262;
    font-size: 16px;
    line-height: 24px;
}

.mortgage2_offer_logo__extra {
    font-size: 14px;
    line-height: 20px;
}

.mortgage2_offer_list__head_error {
    display: none;
}

.apart_mortgage2__switch {
    position: relative;
}

.apart_mortgage2__switch_inner {
    cursor: pointer;
    height: 17px;
    width: 37px;
    background: #5100C1;
    border-radius: 34px;
    position: relative;
    display: block;
}

.apart_mortgage2__switch_inner:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: left .3s;
}

.apart_mortgage2__switch_input {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
}

.apart_mortgage2__switch_input:checked~.apart_mortgage2__switch_inner:after {
    left: 21px;
}

.apart_mortgage2_condition {
    border: 1px solid #E6E8F2;
    border-radius: 8px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 180px;
    transition: background .2s, border-color .2s;
}

.apart_mortgage2_condition__title {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 12px;
}

.apart_mortgage2_condition__desc {
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-bottom: 24px;
    color: #67697E;
}

.apart_mortgage2_condition__features {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}

.apart_mortgage2_condition__feature_label {
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
    color: #67697E;
}

.apart_mortgage2_condition__feature_value {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.apart_mortgage2_condition__features {
    margin-bottom: 32px;
}

.apart_mortgage2_condition__col:nth-child(2) {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.apart_mortgage2_condition__price {
    margin-bottom: auto;
}

.apart_mortgage2_condition__price_current {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #FF2262;
}

.apart_mortgage2_condition__price_monthly {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.apart_mortgage2_condition__tag {
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 0 8px;
    border-radius: 40px;
    background: #5100C1;
    text-align: center;
}

.apart_mortgage2_condition:hover {
    background: #F4F6FB;
    border-color: #F4F6FB;
}

.apart_mortgage2__conditions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.apart_mortgage2_informer {
    border: 1px solid #5100C1;
    border-radius: 8px;
    background: #F4F6FB;
    padding: 18px 24px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 20px;
}

.apart_mortgage2_informer__icon {
    width: 13px;
    flex-shrink: 0;
}

.apart_mortgage2_informer__icon img {
    display: block;
}

.apart_mortgage2_informer__main {
    font-size: 12px;
    line-height: 16px;
}

.apart_mortgage2_informer__cross {
    color: #333333;
    font-size: 7px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .apart_mortgage2 {
        grid-template-columns: 100%;
        gap: 42px;
    }

    .apart_mortgage2>div:nth-child(2) {
        /* order: -1; */
        order: 1;
    }

    .mortgage2_offer__features {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .apart_mortgage2_inputs {
        gap: 24px;
    }

    .apart_mortgage2_sections {
        gap: 24px;
    }

    .apart_mortgage2__filters_footer {
        flex-direction: column;
        gap: 24px;
    }

    .apart_mortgage2_card {
        padding: 16px;
    }

    .apart_mortgage2_card__head {
        flex-wrap: wrap;
        gap: 24px;
        margin-bottom: 24px;
    }

    .apart_mortgage2_card__offers {
        order: 10;
        margin-right: 0;
        width: calc(100% - 16px - 24px);
    }

    .apart_mortgage2_card__tags {
        order: 30;
        flex-wrap: wrap;
    }

    .apart_mortgage2_card__toggle {
        order: 20;
    }

    .apart_mortgage2_card__toggle span {
        display: none;
    }

    .apart_mortgage2_card__feature {
        padding: 5px 6px;
        font-size: 14px;
        line-height: 20px;
    }

    .apart_mortgage2__cards_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .mortgage2_offer_list {
        position: fixed;
        bottom: 0;
        left: 0;
        height: auto !important;
        width: 100%;
        max-height: calc(var(--viewport-height) - 20px);
        border-radius: 16px 16px 0px 0px;
        background: #FFF;
        padding: 20px 16px;
        opacity: 0;
        pointer-events: none;
        z-index: 100;
        overflow: auto;
    }

    .mortgage2_offer_list--opened {
        opacity: 1;
        pointer-events: all;
    }

    .mortgage2_offer_list__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mortgage2_offer_list__overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: var(--viewport-height);
        z-index: 95;
        background: rgba(34, 24, 38, 0.40);
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;
    }

    .mortgage2_offer_list__overlay--opened {
        opacity: 1;
        pointer-events: all;
    }

    .mortgage2_offer {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
    }

    .mortgage2_offer__link {
        margin-top: 16px;
    }

    .mortgage2_offer__features {
        flex-wrap: wrap;
        width: 100%;
        gap: 16px;
        margin-bottom: 20px;
    }

    .mortgage2_offer__feature {
        width: calc(50% - 8px);
    }

    .mortgage2_offer__feature:nth-child(1) {
        width: 100%;
    }

    .mortgage2_offer__conditions {
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .mortgage2_offer__right {
        width: 100%;
        gap: 24px;
    }

    .mortgage2_offer__button {
        flex: 1 1 0px;
    }

    .mortgage2_offer__download {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #000;
        text-decoration: none;
    }

    .mortgage2_offer__download:after {
        content: "Скачать";
        font-size: 14px;
    }

    .mortgage2_offer_list__hide_wrap {
        display: none;
    }

    .mortgage2_offer__percent {
        display: none;
    }

    .apart_mortgage2_empty {
        padding-top: 50px;
    }

    .mortgage2_offer_logo {
        width: 100%;
    }

    .mortgage2_offer__error {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 20px;
        transform: none;
    }

    .mortgage2_offer--error:before {
        display: none;
    }

    .mortgage2_offer--error {
        padding: 18px 16px;
    }

    .apart_mortgage2_card_wrap--error .mortgage2_offer_list__offers,
    .apart_mortgage2_card_wrap--error .mortgage2_offer_list__percent {
        display: none;
    }

    .apart_mortgage2_card_wrap--error .mortgage2_offer_list__head_error {
        display: flex;
        align-items: center;
        gap: 9px;
        font-size: 16px;
        line-height: 16px;
    }

    .apart_mortgage2_condition {
        padding: 20px 16px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .apart_mortgage2_condition__title {
        margin-bottom: 8px;
    }

    .apart_mortgage2_condition__desc {
        margin-bottom: 20px;
    }

    .apart_mortgage2_condition__features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 16px;
        margin-bottom: 20px;
    }

    .apart_mortgage2_condition__price {
        margin-bottom: 20px;
    }

    .apart_mortgage2_condition__col:nth-child(2) {
        align-items: flex-start;
    }

    .apart_mortgage2_condition__price_monthly,
    .apart_mortgage2_condition__price_current {
        text-align: left;
    }

    .apart_mortgage2__cards_title {
        font-size: 13px;
        gap: 6px;
        font-weight: 400;
    }

    .apart_mortgage2__switch_inner {
        width: 34px;
    }

    .apart_mortgage2__switch_input:checked~.apart_mortgage2__switch_inner:after {
        left: 18px;
    }

    .apart_mortgage2__cards_head .radio--dark_text.radio input+label {
        font-size: 13px;
    }

    .apart_mortgage2_informer {
        padding: 18px 16px;
    }
}

.apart_mortgage2__type_toggler {
    margin-bottom: 24px;
}
.apart_mortgage2__type_toggler--mobile {
    display: none !important;
}
.type_toggler {
    background: #F4F6FB;
    border-radius: 8px;
    padding: 2px;
    display: inline-flex;
}
.type_toggler__item {
    font-style: 500px;
    font-size: 16px;
    line-height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.type_toggler__item.active {
    color: #fff;
    background: #5100C1;
    pointer-events: none;
}

.apart_mortgage2__head.apart_mortgage2__head-mob{
    display: none;
}

.range_slider_inputs-labels{
    display: none;
}

.range_slider_inputs-label{
    font-size: 12px;
    line-height: 16px;
    background: #F4F6FB;
    color: #333333;
    padding: 8px 10px;
    border-radius: 40px;
    width: 100%;
    text-align: center;
}

.range_slider_inputs-label.active{
    background: #5100C1;
    color: white;
}

@media (max-width: 1199px) {
    .apart_mortgage2__type_toggler--mobile {
        /* display: inline-flex !important; */
    }
    .apart_mortgage2__type_toggler--desktop {
        /* display: none !important; */
    }

    .apart_mortgage2__head.apart_mortgage2__head-desc{
        display: none;
    }

    .apart_mortgage2__head.apart_mortgage2__head-mob{
        display: block;
    }

    .apart_mortgage2_sections__title{
        display: none;
    }

    .range_slider_inputs-labels{
        display: flex;
        gap: 4px;
    }

    .rangeSlider-yearCredit,
    .rangeSlider-downPay{
        margin-bottom: 17px;
    }

    .showClicCalc{
        display: none;
    }

    .showClicCalc.showClicCalc-show{
        display: block;
    }
}
.apart_mortgage2_radios {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.apart_mortgage2_radio {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
    padding-left: 0 !important;
}
.apart_mortgage2_radio__icon {
    width: 16px;
    height: 16px;
    border: 1px solid #DFDFE5;
    border-radius: 50%;
}
.apart_mortgage2_radio input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
}
.apart_mortgage2_radio input:checked ~ .apart_mortgage2_radio__icon {
    border-color: #5100C1;
    background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.28571 9L0 4.68138L1.20857 3.46353L4.28571 6.55566L10.7914 0L12 1.22649L4.28571 9Z" fill="white"/></svg>') no-repeat center #5100C1;
    background-size: 12px;
}
.apart_mortgage2_radio__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #67697E;
    text-align: left;
}
.apart_mortgage2_buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.apart_mortgage2_card2_list {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-top: 0;
}
.apart_mortgage2_card2 {
    border-radius: 8px;
    background: #F4F6FB;
    padding: 20px 18px;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    overflow: hidden;
}
.apart_mortgage2_card2--pink_outlined {
    background: #fff;
    border: 1px solid #FF2262;
}
.apart_mortgage2_card2__item_label {
    font-size: 14px;
    line-height: 18px;
    color: #67697E;
    margin-bottom: 8px;
}
.apart_mortgage2_card2__item_value {
    font-size: 15px;
    line-height: 20px;
}
.apart_mortgage2_card2__item:last-child {
    grid-column: 2;
}
.apart_mortgage2_card2__link {
    font-size: 14px;
    line-height: 18px;
    color: #67697E;
    display: flex;
    align-items: center;
    align-self: center;
    gap: 8px;
    cursor: pointer;
    transition: color .2s;
}
.apart_mortgage2_card2__link i {
    color: #FF2262;
    font-size: 16px;
}
.apart_mortgage2_card2__link:hover {
    color: #FF2262;
}
.apart_mortgage2_card2__error {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px)
}
.apart_mortgage2_card2__error_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #FF2262;
    background: #fff;
    border-radius: 8px;
    padding: 11px 17px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    line-height: 16px;
    width: 244px;
}
.apart_mortgage2_card2__error_content img {
    width: 13px;
    height: auto;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .apart_mortgage2_card2_list {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .apart_mortgage2_card2_list {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
.apart_installment_popup__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
}
.apart_installment_popup__radios {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.apart_installment_popup .popup__main {
    background: #F4F6FB;
}

.apart_mortgage2_empty2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 77px;
}
.apart_mortgage2_empty2__icon {
    margin-bottom: 33px;
}
.apart_mortgage2_empty2__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 48px;
    max-width: 379px;
}
@media (max-width: 767px) {
    .apart_mortgage2_empty2 {
        padding-top: 0;
    }
}

.apart_mortgage2__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.apart_mortgage2__head {
    margin-bottom: 24px;
}