

/* Start:/local/templates/steklodom/components/bitrix/catalog/balcony/style.css?177728664027997*/
.custom-container {
    width: 100%;
    padding: 0 24px;
    max-width: 1184px;
    margin: 0 auto;
}

.fast-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #BFC1C7;
}

.fast-filter__item {
    transition: none;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #BFC1C7;
    padding: 7px 9px;
    border-radius: 4px;
    color: #000000;
}

.fast-filter__item:hover,
.fast-filter__item.active {
    padding: 6px 8px;
    border: 2px solid #30C2FF;
}

@media (max-width: 767px) {
    .custom-container {
        padding: 0 16px;
    }
}

.text-secondary {
    color: #919399;
}

.text-primary {
    color: #2C2D2E;
}

.text-red {
    color: #E31E24;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.not-scroll {
    overflow: hidden;
}

.custom-container {
    width: 100%;
    padding: 0 24px;
    max-width: 1184px;
    margin: 0 auto;
}

h1 {
    max-width: 800px;
    text-align: left;
}

.door-banner {
    margin-bottom: 24px;
}

.door-banner img {
    width: 100%;
}

.section-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #BFC1C7;
    flex-wrap: wrap;
}

.section-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-list__item.active .section-list__item-name {
    color: #2C2D2E;
    font-family: HelveticaNeueCyr-Medium;
}

.section-list__item.active .section-list__item-image::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1713_185)'%3E%3Cpath d='M34.6091 16.3846C35.3416 17.1171 35.3416 18.3043 34.6091 19.0364L22.0305 31.6154C21.2981 32.3474 20.1112 32.3474 19.3788 31.6154L13.3909 25.6271C12.6584 24.895 12.6584 23.7078 13.3909 22.9757C14.1229 22.2433 15.3102 22.2433 16.0422 22.9757L20.7045 27.6379L31.9574 16.3846C32.6898 15.6526 33.8771 15.6526 34.6091 16.3846ZM48 24C48 37.266 37.2642 48 24 48C10.734 48 0 37.2642 0 24C0 10.734 10.7358 0 24 0C37.266 0 48 10.7358 48 24ZM44.25 24C44.25 12.8068 35.1918 3.75 24 3.75C12.8068 3.75 3.75 12.8082 3.75 24C3.75 35.1932 12.8082 44.25 24 44.25C35.1932 44.25 44.25 35.1918 44.25 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1713_185'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
}

.section-list__item.active .section-list__item-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
    background: rgb(145 147 153 / 70%);
}

.section-list__item:not(:last-child) {
    margin-right: 16px;
}

.section-list__item-ico {
    width: 128px;
    height: 128px;
}

.section-list__item-image {
    margin-bottom: 16px;
    position: relative;
}

.section-list__item-name {
    color: #919399;
    font-size: 18px;
    line-height: normal;
    text-align: center;
}

.catalog {
    display: grid;
    grid-template-columns: 200px auto;
    column-gap: 48px;
    position: relative;
    align-items: flex-start;
}

.sort {
    width: 100%;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sort__items {
    display: flex;
}

.sort__item {
    color: #30C2FF;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.sort__items-title {
    margin-right: 4px;
    display: flex;
    align-items: center;
}

.sort-dropdown {
    max-width: 192px;
    position: relative;
}

.sort-dropdown-mobile {
    display: none;
}

.sort-dropdown._open .sort-dropdown-list {
    display: block;
}

.sort-dropdown__head {
    border: 1px solid #E0E2E7;
    height: 40px;
    width: 192px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 11px 0 16px;
    border-radius: 3px;
}

.sort-dropdown__head>svg {
    margin-left: 8px;
}

.sort-dropdown-list {
    display: none;
    border: 1px solid #008CDB;
    border-radius: 3px;
    position: absolute;
    width: 100%;
    top: calc(100% + 8px);
    z-index: 3;
    background: #fff;
}

.sort-dropdown-list__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #515257;
    padding: 10px 12px 6px 12px;
    transition: 0.3s;
}

.sort-dropdown-list__item:hover {
    background: #DAF4FF;
}

.sort-dropdown-list__item._selected {
    color: #008CDB;
}

.sort-dropdown-list__item>svg {
    margin-left: 4px;
    flex: 0 0 10px;
}

.open-filter {
    display: none;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    background: none;
    border: none;
    padding: 0;
    margin-right: 8px;
}

.open-filter__count {
    display: flex;
    margin-right: 6px;
    position: relative;
}

.open-filter__count-value {
    background: #E31E24;
    border-radius: 50%;
    color: #FFF;
    font-size: 10px;
    line-height: normal;
    width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -6px;
}

.select-filter {
    display: flex;
    margin-bottom: 24px;
    overflow: auto;
}

.select-filter .selected-items {
    display: flex;
}

.select-filter__item {
    margin-right: 8px;
    border-radius: 20px;
    border: 2px solid #30C2FF;
    background: #FFF;
    padding: 6px 8px;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.select-filter__item-delete {
    cursor: pointer;
    display: flex;
    margin-left: 7px;
    border: none;
    padding: 0;
    background: #fff;
    white-space: nowrap;
}

.select-filter-reset {
    border-radius: 20px;
    background: #F0F2F4;
    padding: 8px;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    white-space: nowrap;
}

.catalog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.balcony-item {
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    padding: 16px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.balcony-item:hover {
    border: 1px solid #E31E24;
    box-shadow: 0px 2px 4px 0px #0000001A, 0px 8px 8px 0px #00000017, 0px 17px 10px 0px #0000000D, 0px 30px 12px 0px #00000003, 0px 47px 13px 0px #00000000;
}

.balcony-item__label {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}

.balcony-item__image {
    margin: 0 auto 8px;
}

.balcony-item__title {
    margin-bottom: 8px;
    color: #4D5054;
    font-size: 15px;
    line-height: 120%;
}

.balcony-item__props {
    margin-bottom: auto;
    padding-bottom: 8px;
}

.balcony-item__props-item {
    color: #9F9F9F;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.balcony-item__props-item b {
    font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.balcony-item-prices {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.balcony-item__price {
    color: #E91A23;
    font-size: 18px;
    line-height: 16px;
}

.balcony-item__price-old {
    text-decoration: line-through;
    font-size: 15px;
    line-height: 16px;
    color: #9F9F9F;
}

.balcony-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E31E24;
    cursor: pointer;
    background: transparent;
    color: #4D5054;
    font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.balcony-list-more {
    height: 40px;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    display: flex;
}

.balcony-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: center;
}

.balcony-modal.open {
    display: flex;
}

.balcony-modal::after,
.balcony-modal::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.balcony-modal-wrap {
    margin-top: 55px;
    max-height: calc(100vh - 55px);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 980px
}

.balcony-modal-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
    border: none;
    background: transparent;
    z-index: 3;
    cursor: pointer;
}

.balcony-modal-layer {
    background: rgba(0, 0, 0, 0.48);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.balcony-modal-content {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    overflow: auto;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.balcony-modal-slider {
    max-width: 100%;
}

.balcony-modal-prev,
.balcony-modal-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7FA;
    box-shadow: 0px 0px 1px 0px #0000001A, 0px 1px 1px 0px #00000017, 0px 2px 1px 0px #0000000D, 0px 4px 2px 0px #00000003, 0px 7px 2px 0px #00000000;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.balcony-modal-slider .balcony-modal-pagination.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: 20px;
    position: absolute;
    z-index: 1;
}

.balcony-modal-slider .balcony-modal-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #2C2D2E;
}

.balcony-modal-slider__slide.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.balcony-modal-slider__slide img,
.balcony-modal-slider__slide video {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}

.balcony-modal-prev {
    left: 16px;
}

.balcony-modal-next {
    right: 16px;
}

.balcony-modal-info {
    padding: 64px 24px 24px 24px;
}

.balcony-modal-info__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #4D5054;
}

.balcony-modal-info__reviews {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #919399;
}

.balcony-modal-info__reviews-star {
    display: flex;
    gap: 2px;
    font-size: 17px;
    font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial, sans-serif;
    color: #242429;
}

.balcony-modal-info-props {
    margin-bottom: 16px;
}

.balcony-modal-info__price {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 100%;
    color: #E91A23;
}

.balcony-modal-info__btn {
    margin-bottom: 16px;
    width: 200px;
    height: 40px;
}

.balcony-modal-info__text {
    font-size: 13px;
}

@media (max-width: 1200px) {
    .balcony-modal-wrap {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .balcony-modal-content {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 56px 16px 16px 16px;
    }

    .balcony-modal-slider {
        height: 488px;
    }

    .balcony-modal-info {
        padding: 0;
    }

    .balcony-modal-prev {
        left: 8px;
    }

    .balcony-modal-next {
        right: 8px;
    }
}

@media (max-width: 425px) {
    .balcony-modal-slider__slide:not(:first-child) img {
        height: 100%;
        width: 360px;
        object-fit: cover;
    }
}

.filter__close {
    position: absolute;
    top: 8px;
    right: 24px;
    display: none;
}

.filter__name {
    display: none;
    font-size: 17px;
    font-family: 'HelveticaNeueCyr-Medium';
    line-height: 24px;
    margin-bottom: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFC1C7;
    text-align: center;
}

.filter-fields {
    margin-bottom: 24px;
}

.filter-field:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFC1C7;
}

.filter-field__dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 8px; */
    cursor: pointer;
}

/* .filter-field__dropdown._close {
	margin-bottom: 0;
} */

.filter-field__dropdown._close img {
    transform: rotate(180deg);
}

.filter-field__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.catalog-list-footer {
    display: flex;
    justify-content: flex-end;
}

.catalog-more {
    border-radius: 4px;
    background: #E91A23;
    width: 240px;
    color: #FFF;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr-Medium';
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 100px;
    height: 40px;
}

.set-filter,
.reset-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    padding: 12px 24px;
    width: 100%;
    cursor: pointer;
}

.set-filter {
    background: #E31E24;
    color: #FFF;
    margin-bottom: 8px;
}

.reset-filter {
    border: 1px solid #E31E24;
    color: #424242;
    background: #fff;
}

.filter-field__values {
    margin-top: 8px;
}

.filter-field__values_color {
    display: flex;
    flex-wrap: wrap;
}

.checkbox {
    display: flex;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #2C2D2E;
}

.checkbox input {
    display: none;
}

.checkbox input[disabled]+.checkbox__mark {
    border: 2px solid #D2D2D2;
}

.checkbox input[disabled]~.checkbox__name {
    color: #9F9F9F;
}

.checkbox__mark {
    content: "";
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #757D8A;
    margin-right: 6px;
}

.checkbox input:checked+.checkbox__mark {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L4.5 7L10.5 1' stroke='%2330C2FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #30C2FF;
}

.checkbox-color {
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}

.checkbox-color:hover .checkbox-color__name {
    opacity: 1;
    visibility: visible;
}

.checkbox-color input {
    display: none;
}

.checkbox-color input[disabled]+.checkbox-color__wrap::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id=' Outline / close'%3E%3Cpath id='Verctor' fill-rule='evenodd' clip-rule='evenodd' d='M15.65 14L20.6585 8.99155C21.1146 8.53538 21.1146 7.79805 20.6585 7.34188C20.2023 6.88571 19.465 6.88571 19.0088 7.34188L14.0003 12.3504L8.99179 7.34188C8.53562 6.88571 7.79829 6.88571 7.34212 7.34188C6.88596 7.79805 6.88596 8.53538 7.34212 8.99155L12.3506 14L7.34212 19.0085C6.88596 19.4647 6.88596 20.202 7.34212 20.6582C7.56962 20.8857 7.86829 21 8.16696 21C8.46562 21 8.76429 20.8857 8.99179 20.6582L14.0003 15.6497L19.0088 20.6582C19.2363 20.8857 19.535 21 19.8336 21C20.1323 21 20.431 20.8857 20.6585 20.6582C21.1146 20.202 21.1146 19.4647 20.6585 19.0085L15.65 14Z' fill='%232C2D2E'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.32);
}

.checkbox-color.disabled {
    display: none;
}

.checkbox-color.disabled .checkbox-color__wrap::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id=' Outline / close'%3E%3Cpath id='Verctor' fill-rule='evenodd' clip-rule='evenodd' d='M15.65 14L20.6585 8.99155C21.1146 8.53538 21.1146 7.79805 20.6585 7.34188C20.2023 6.88571 19.465 6.88571 19.0088 7.34188L14.0003 12.3504L8.99179 7.34188C8.53562 6.88571 7.79829 6.88571 7.34212 7.34188C6.88596 7.79805 6.88596 8.53538 7.34212 8.99155L12.3506 14L7.34212 19.0085C6.88596 19.4647 6.88596 20.202 7.34212 20.6582C7.56962 20.8857 7.86829 21 8.16696 21C8.46562 21 8.76429 20.8857 8.99179 20.6582L14.0003 15.6497L19.0088 20.6582C19.2363 20.8857 19.535 21 19.8336 21C20.1323 21 20.431 20.8857 20.6585 20.6582C21.1146 20.202 21.1146 19.4647 20.6585 19.0085L15.65 14Z' fill='%232C2D2E'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.32);
}

.checkbox-color .checkbox-color__wrap {
    position: relative;
}

.checkbox-color .bx-filter-btn-color-icon {
    border: 2px solid #fff;
}

.checkbox-color input:checked+.checkbox-color__wrap .bx-filter-btn-color-icon {
    border: 2px solid #30C2FF;
    border-radius: 6px;
}

.checkbox-color__name {
    padding: 4px 8px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
    font-weight: 400;
    background: #FFF;
    box-shadow: 0px 4px 32px 0px rgba(0, 16, 61, 0.16);
    position: absolute;
    z-index: 1;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.checkbox-dropdown {}

.checkbox-dropdown__items {
    margin-left: 10px;
    padding-left: 12px;
    border-left: 1px solid rgba(0, 16, 61, 0.12);
}

.checkbox-dropdown__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.checkbox-dropdown__head .checkbox {
    margin-bottom: 0;
}

.checkbox-dropdown__open {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 11H9C8.45 11 8 11.45 8 12C8 12.55 8.45 13 9 13H15C15.55 13 16 12.55 16 12C16 11.45 15.55 11 15 11ZM19 18C19 18.551 18.552 19 18 19H6C5.448 19 5 18.551 5 18V6C5 5.449 5.448 5 6 5H18C18.552 5 19 5.449 19 6V18ZM18 3H6C4.346 3 3 4.346 3 6V18C3 19.654 4.346 21 6 21H18C19.654 21 21 19.654 21 18V6C21 4.346 19.654 3 18 3Z' fill='%2330C2FF'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
}

.checkbox-dropdown__open._close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 11H13V9C13 8.45 12.55 8 12 8C11.45 8 11 8.45 11 9V11H9C8.45 11 8 11.45 8 12C8 12.55 8.45 13 9 13H11V15C11 15.55 11.45 16 12 16C12.55 16 13 15.55 13 15V13H15C15.55 13 16 12.55 16 12C16 11.45 15.55 11 15 11ZM19 18C19 18.551 18.552 19 18 19H6C5.448 19 5 18.551 5 18V6C5 5.449 5.448 5 6 5H18C18.552 5 19 5.449 19 6V18ZM18 3H6C4.346 3 3 4.346 3 6V18C3 19.654 4.346 21 6 21H18C19.654 21 21 19.654 21 18V6C21 4.346 19.654 3 18 3Z' fill='%2330C2FF'/%3E%3C/svg%3E");
}

.price {
    display: grid;
    column-gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
}

.price__input {
    border-radius: 5px;
    border: 1px solid #BFC1C7;
    background: #FFF;
    height: 32px;
    width: 96px;
    padding: 0 8px;
    width: 100%;
    outline: none;
}

.price__input:focus {
    border: 1px solid #30C2FF;
}

@media (max-width: 1023px) {
    h1 {
        margin-bottom: 16px;
    }

    .section-list__item-ico {
        width: 104px;
        height: 104px;
        margin-bottom: 8px;
    }

    .section-list__item.active::after {
        width: 40px;
        height: 40px;
    }

    .section-list__item-name {
        font-size: 13px;
        max-width: 120px;
    }

    .section-list__item.active::after {
        top: 30px;
    }

    .catalog {
        display: block;
    }

    .filter {
        display: none;
        position: fixed;
        z-index: 99;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 16px 24px;
        overflow: auto;
    }

    .filter._open {
        display: block;
    }

    .filter__name,
    .filter__close {
        display: block;
    }

    .set-filter {
        position: sticky;
        bottom: 52px;
    }

    .reset-filter {
        position: sticky;
        bottom: 0;
    }

    .open-filter {
        display: flex;
    }

    .section-list {
        margin-bottom: 14px;
    }

    .fast-filter {
        margin-bottom: 16px;
    }

    .select-filter {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .sort {
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 32px;
    }

    .sort__item {
        font-size: 13px;
    }

    .sort__items-title {
        display: none;
    }

    .catalog-list-footer {
        justify-content: space-between;
    }

    .catalog-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 16px 10px;
    }

    .balcony-item {
        padding: 8px;
        width: auto;
    }

    .balcony-item__label svg {
        width: 32px;
        height: 32px;
    }

    .balcony-item__title {
        font-size: 13px;
        font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial, sans-serif;
    }

    .balcony-item__props {
        display: none;
    }

    .balcony-item-prices {
        flex-direction: column;
        gap: 2px;
    }

    .balcony-item__price {
        font-size: 15px;
        font-weight: 700;
    }

    .balcony-item__price-old {
        font-size: 13px;
    }

    .checkbox-color img {
        width: 42px;
    }

    .checkbox-color__name {
        display: none;
    }

    .adv-list__item-ico {
        justify-content: flex-start;
    }

    .adv-list__item-name {
        font-weight: 700;
    }

    .adv-list__item {
        text-align: left;
    }

    .full-icon {
        left: -8px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 20px;
    }

    .custom-container {
        padding: 0 16px;
    }

    .catalog-list {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-list-footer {
        flex-direction: column;
        align-items: center;
    }

    .catalog-more {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .articles-pagination {
        justify-content: center;
    }

    .section-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }

    .filter {
        padding: 16px;
    }

    .checkbox-color__name {
        left: 0;
        transform: none;
    }

    .filter__close {
        right: 16px;
    }

    .sort {
        margin-bottom: 16px;
    }

    .sort-dropdown {
        display: none;
    }

    .sort-dropdown-mobile {
        display: block;
    }

    .sort-dropdown-list {
        width: 140px;
        right: auto;
        left: 0;
        top: 100%;
    }

    .sort-dropdown__head {
        width: auto;
        border: none;
        padding: 0;
        color: #30C2FF;
    }

    .sort__items-title {
        display: none;
    }

    .adv-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .catalog-item-order {
        font-size: 12px;
    }

    .catalog-item-labels {
        top: 8px;
        left: 8px;
    }

    .catalog-item:hover .catalog-item-colors {
        display: none;
    }
}

@media (max-width: 479px) {
    .catalog-more {
        width: 100%;
    }

    .section-list__item:not(:last-child) {
        margin-right: 0;
    }
}

.bx-filter-btn-color-icon {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1) inset;
}

.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 10px;
    padding: 5px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    background-color: #f3f4f6;
    border-radius: 10px;
}

.bx-filter .bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/steklodom/components/bitrix/catalog/balcony/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
    left: 105%;
}

.bx-filter .bx-filter-popup-result.left {
    right: 105%;
}

.bx-filter-horizontal .bx-filter-popup-result {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
    display: none;
}

@media (max-width: 767px) {
    .bx-touch .bx-filter .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
    }

    .bx-touch .bx-filter .bx-filter-popup-result br {
        display: none;
    }

    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/steklodom/app/libs/swiper/swiper.css?177442714513935*/
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

 :root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}

/* End */
/* /local/templates/steklodom/components/bitrix/catalog/balcony/style.css?177728664027997 */
/* /local/templates/steklodom/app/libs/swiper/swiper.css?177442714513935 */
