

/* Start:/local/templates/solution-redesign/components/remark/catalog.smart.filter/tsz-filter-smart-choice-aparts/style.css?17658153532744*/
.choice-filter,
.choice-filter-extended {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.choice-filter-extended {
    gap: 32px;
    max-height: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .2s, opacity .2s, max-height .3s;
}

.choice-filter-extended.active {
    max-height: 600px;
    opacity: 1;
    transform: scaleY(1);
}

.choice-filter .filter-checkbox__label {
    width: 100%;
}

.choice-filter a.button:not(.button.button--icon-only),
.choice-filter button.button:not(.button.button--icon-only) {
    width: 100%;
}

.choice-filter .badge {
    cursor: pointer;
}

.choice-filter .badge--promo:hover {
    background-color: transparent;
    border-color: var(--c-secondary);
    color: var(--c-secondary);
}

.choice-filter .badge--grey:hover {
    background-color: transparent;
    border-color: var(--c-gray-40);
    color: var(--c-gray-70);
}

.button--extended-filter.active svg {
    transform: rotate(180deg);
}

.button.button--mobile-extended-filter,
.button.button--mobile-reset,
.toggle-checkbox.choice-list-mobile__group {
    display: none;
}

@media (max-width: 1919px) {
    .choice-filter .filter-checkbox__label {
        width: 100%;
    }
}

.choice-filter__header,
.choice-list-mobile-buttons {
    display: none;
}

@media (max-width: 1439px) {
    .choice-filter {
        position: absolute;
        inset: 0;
        top: -32px;
        z-index: 11;
        height: calc(100vh - 30px);
        padding: 64px 12px 120px 12px;
        background-color: var(--c-gray-10);
        transform: translateY(-100%);
        overflow: auto;
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
        transition: -webkit-transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .choice-filter.active {
        transform: translateY(70px);
    }

    .choice-filter__header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .choice-filter-extended {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-height: unset;
        opacity: 1;
        transform: scaleY(1);
    }

    .button--extended-filter,
    .button--reset {
        display: none !important;
    }

    .choice-filter .filter-checkbox__label {
        width: 100%;
    }

    .button.button--mobile-extended-filter,
    .button.button--mobile-reset,
    .choice-list-mobile__group {
        display: flex;
    }
}

@media (max-width: 1023px) {
    .choice-filter {
        padding: 12px 12px 150px 12px;
    }

    .choice-filter .filter-checkbox__label {
        width: 100%;
        height: 56px;
    }
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/system.pagenavigation/main/style.css?1765815353368*/
.button--pagination{
    width: 200px;
    height: 45px;
    cursor: pointer;
    justify-content: center;
}

.button--pagination svg{
    display: none;
}

.button--pagination svg.show{
    display: block;
    margin-left: -20px;
}

.button--pagination:hover svg rect{
    fill: white;
}


.apartment-choose__footer {
    display: flex;
    justify-content: center;
}
/* End */


/* Start:/local/templates/solution-redesign/components/remark/realty.apartments/tsz-object-choose/style.css?1765815353460*/
.choice-list-items {
    position: relative;
}

.choice-list-items .preloader {
    align-items: flex-start;
    height: 100%;
    z-index: 10;
}
.choice-list-panel__counter__container{
    height: 40px;
    text-align: center;
}
.toggle-checkbox.toggle-checkbox--left.choice-list-panel__group{
    margin-left: -50px;
}
.choice-list-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/form.result.new/tsz-call-me/style.css?17658153531816*/
.rm-wrap {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.rm-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 520px;
    width: 520px;
    color: var(--c-gray-100);
}

.rm-form {
    width: 100%;
    padding: 48px;
    background-color: var(--c-gray-10);
    border-radius: 16px;
}

.rm-form__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 300px; /*261px*/
    gap: 24px;
    align-items: flex-end;
}

.rm-form__content .button {
    width: 100%;
}

.rm-form__content .input-wrap {
    width: 100%;
}

.rm-form__policy {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
}

.rm-form__success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    height: 100%;
    padding: 24px 0;
}

@media (max-width: 1919px) {
    .rm-text {
        min-width: 416px;
        width: 416px;
    }

    .rm-form {
        padding: 32px;
    }
}

@media (max-width: 1439px) {
    .rm-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .rm-text {
        gap: 16px;
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .rm-wrap {
        gap: 24px;
    }

    .rm-form {
        padding: 24px;
    }

    .rm-form__content {
        grid-template-columns: 1fr!important;
        gap: 16px;
    }

    .rm-form__policy {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    div.rm-form__policy,
    div.rm-form__policy > a {
        margin: unset;
        font-weight: 500;
    }

    .rm-form__success {
        padding: 99px 0;
    }
}

.rm-form__content{
    /*grid-template-columns: 1fr 1fr;*/
}
/* End */
/* /local/templates/solution-redesign/components/remark/catalog.smart.filter/tsz-filter-smart-choice-aparts/style.css?17658153532744 */
/* /local/templates/solution-redesign/components/bitrix/system.pagenavigation/main/style.css?1765815353368 */
/* /local/templates/solution-redesign/components/remark/realty.apartments/tsz-object-choose/style.css?1765815353460 */
/* /local/templates/solution-redesign/components/bitrix/form.result.new/tsz-call-me/style.css?17658153531816 */
