

/* Start:/local/templates/main/css/podbor.css?175025010522753*/
body {
    font-family: 'IBM Plex Sans', sans-serif;
}

.promo_main {
    width: 100%;
    /* border-radius: 4px; */
    background: linear-gradient(79.88deg, #6339A8 17.91%, #00C1B5 88.47%);
    margin-bottom: 32px;
    position: relative;
    height: 320px;

    .promo-banner-title.promo-banner__short {
        max-width: 100%;
        margin-bottom: 48px;
        margin-top: 16px;
        color: white;
    }

    .promo-banner-text {
        padding-top: 12px;
        padding-bottom: 0px;
        padding-left: 0px;
        z-index: 2;
        max-width: 100%;
    }
}


.promo_list_container {
    margin-bottom: 32px;
}

.promo_main .promo-banner-inner {
    padding-top: 20px;

    padding-bottom: 32px;

    flex-direction: column;
    align-items: stretch;
     position: relative;

    .podbor-banner-main-image {
        position: absolute;
        z-index: 0;
        padding-right: 0;
        right: 0;
        bottom:0;
        top: 0;
    }

    .find {
        position: relative;
        margin-left: 0px;
        margin-bottom: 16px;
        width: -webkit-fill-available;


        .header__search-group {
            position: relative;
        }

        .header__search-close {
            display: none;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            z-index: 10;
            padding-right: 16px;
        }

    }

    .find .submit-search-form {
        position: absolute;
        top: calc(50% - 12px);
        left: 12px;
        z-index: 20;
    }

    .find input {
        font-size: 15px;
        padding-left: 42px;
        border-radius: 0px;

        height: 48px;
        width: 100%;
    }
}

.example {
    align-items: center;
    gap: 8px;

    span {
        color: #EEF0F1;
        font-size: 15px;
        font-style: normal;
        line-height: 24px;
        margin-right: 8px;
        font-weight: 300;
        spac
    }
}

.search__help {
    .btn {
        background-color: #fff;
        position: relative;
        border: 2px solid #d2d2d3;
        border-radius: 24px;
        color: #1e2021;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        padding: 4px 10px 4px 10px;
        letter-spacing: 0.1px;

        &:hover {
            box-shadow: 0px 9999px 0px 0px #1E20210D inset;
        }
    }

}


.picker-inner {
    margin-bottom: 32px;
}
.picker-inner-title {
    margin-bottom: 32px;

    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #1E2021;
}
.picker-banner {
    transition: all .3s;
    border-radius: 4px;
    background-color: #1E2021;
    padding-left: 32px;
    padding-right: 32px;
    height: 124px;
    position: relative;
    overflow: hidden;
    align-content: center;
    &.category{
        border-radius: 4px;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 24px;
        padding-bottom: 34px;
        margin-bottom: 32px;
        height: 146px;
        position: relative;
        overflow: hidden;
        align-content: baseline;
    }
}
.picker-inner-link-wrap:hover {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.6), -45px 45px 80px 0px rgba(0, 0, 0, 0.15), 4px -4px 8px 0px rgba(255, 255, 255, 0.1);
    transition: all .3s;
    border-radius: 4px;
}
.picker-inner-link-wrap:hover .picker-banner {
    background-color: rgba(0,0,0,1);
}
.picker-title:hover {
    color: #BCBCBC;
}
.picker-title:hover .picker-title-icon {
    background-image: url('/local/templates/main/img/picker-arrow-hover.svg');
}
.picker-banner img {
    transition: transform 0.2s ease;
}
.picker-inner-link-wrap:hover .picker-banner img {
    transform: scale(1.25) translateX(-4%) translateY(10%);
}
.picker-banner-title {
    color: #EEF0F1;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
}
.picker-banner img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}

.picker-inner a,
.picker-section a {
    text-decoration: none;
    /* display: -webkit-inline-box; */
}

.picker-inner a:hover {
    .picker-title {
        opacity: 50%;
    }
    .picker-title-icon {
        /* opacity: 50%; */
        /* margin-left: 12px; */
        
    }
    .picker-banner img {
        height:140%;
    }
}
.picker-section-link {

    transition: color .15s;
}
.picker-section-title:hover {
    /* opacity: 50%; */
    .picker-section-link {
        color: rgba(155, 157, 158, 1);
        transition: color .15s;
    }
    .picker-section-link::after {
        margin-left: 12px;
    }
}

.picker-title {
    color: #EEF0F1;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.3px;

    display: flex;
    align-items: center;

    position: relative;
    width: fit-content;
    padding-right: 28px;
}

.picker-title-icon {
    display: inline-block;
    content: '';
    background-image: url('/local/templates/main/img/picker-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 60px;
    background-color: #BCBCBC;
    border-radius: 50%;
    margin-left: 8px;

    position: absolute;
    left: 0;
    right: 0;
    /* border: 1px solid red; */
    width: 100%;
    background-size: 20px;
    background-position: 100%;
    border-radius: 0;
    background-color: unset;
    margin-left: 0;
    z-index: 500;
    cursor: pointer;
}
.picker-title-icon.active {
    transform: scale(1, -1)
}
.picker-inner-link-wrap {
    position: relative;
}
.picker-inner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 400;
}

.picker-section-wrap {
    display:flex;
    background-color: #EEF0F1;
    padding: 24px;
    border-radius:0 0 4px 4px;
    flex-direction: column;
    /*gap: 16px;*/
    /* display: none; */
    &.category{
        border-radius:4px;
    }
}
.picker-section-wrap__accordion {
    display: none;
}

.picker-banner-title_sub {
    color: #000;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 32px;
}

.picker-section {
    margin-bottom: 16px;
}
.picker-section:last-of-type {
    margin-bottom: 0;
}

.picker-section-link {
    display: block;
    color: #1E2021;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-decoration: none;
    margin-bottom: 8px;
}

/* .picker-section-link::after {
    display: inline-block;
    content: '';
    background-image: url('/local/templates/main/img/arrow-right-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: #BCBCBC;
    border-radius: 50%;
    margin-left: 8px;
} */

.picker-sub {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 16px;
    margin-right: -16px;
}

.picker-sub:last-of-type {}

.picker-sub-link {
    width: calc(100% / 3 - 16px);
    padding: 10px;
    border-radius: 4px;
    height: 40px;

    display: flex;
    align-items: center;
    background-color: white;
    color: #1E2021;
    font-size: 15px;
    line-height: 20px;
    position: relative;

    transition: all .15s;
}

.picker-sub-link:hover {
    transition: all .15s;
    /* box-shadow: 0px 9999px 0px 0px #1E20210D inset; */
    background-color: #f4f4f4;
   
    /* span::after {
        display: inline-block;
        position: absolute;
        content: '';
        background-image: url('/local/templates/main/img/promo/arrow-right.svg');
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        right: 0;
        margin-right: 10px;
    } */
}

.picker-text-title {
    color: #1E2021;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
}

.picker-text-inner{
    color: #1E2021;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 24px;
}

.autocomplete-container {
    display: block;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    overflow-y: auto;
    width: 100%;
    margin-top: 4px;
    box-shadow: 0px 8px 16px 0px #1E20213D;
    box-shadow: 0px 0px 1px 0px #1E20213D;
    padding: 4px 0px 4px 0px;
    gap: 0px;
    border-radius: 4px;
    overflow-x: hidden;

    ul {
        list-style-type: none;
        /* Убирает маркеры у всех списков */
        margin: 0;
        /* Убирает отступы списка */
        padding: 0 16px 0 16px;
        /* Убирает внутренние отступы */
    }
}
.highlight {
    font-weight: 500;
}
.autocomplete-item {
    position: relative;
    /* Позиционирование для псевдоэлемента внутри .autocomplete-item */
    display: block;
}

.autocomplete-item a {
    display: block;
    height: 36px;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}


.sub_goods {
    h3 {
        font-family: IBM Plex Sans;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 8px;
    }

    h1 {
        font-family: IBM Plex Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .text_header {
        margin-bottom: 32px;
    }

    .goods_inner {
        gap: 16px;

        .filters {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #00000033;
            border-radius: 4px;

            p {
                width: 100%;
                font-size: 15px;
                font-weight: 400;
                line-height: 24px;
            }

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

                span {
                    font-size: 15px;
                }

                label {
                    display: flex;
                    margin-top: 4px;
                    margin-bottom: 4px;
                    align-items: center;

                    .ui-checkbox__box {
                        width: 24px;
                        height: 24px;
                        margin-right: 12px;
                        border-radius: 4px;
                        border: 2px solid #D2D2D3
                    }

                    .ui-checkbox__input {
                        height: 0;
                        margin: 0 !important;
                        opacity: 0;
                        position: absolute;
                    }

                    .ui-checkbox__input:checked+.ui-checkbox__box {
                        background-color: #1E2021;
                        border: 4px solid #1E2021;
                        text-align: -webkit-center;
                    }

                    .ui-checkbox__input:checked+.ui-checkbox__box:after {
                        display: block;
                        border-bottom: 2px solid #EEF0F1;
                        border-left: 2px solid #EEF0F1;
                        box-sizing: content-box;
                        content: "";
                        width: 10.67px;
                        height: 7.33px;
                        border-color: #fff;
                        transform: rotate(-45deg);
                        border-radius: 1px;
                    }

                }

                .ui-checkbox__input:disabled+.ui-checkbox__box {
                    background-color: #E9E9E9;
                    border: 2px solid #D2D2D3;
                }

                .ui-checkbox__input:disabled~span {
                    color: #A5A6A6;
                    /* Серая текстовая подсказка */
                }

                label:hover .ui-checkbox__box {
                    border: 2px solid #A5A6A6
                }

                .volume {
                    display: flex;
                    gap: 8px;
                    align-items: center;

                    .toggle-button {
                        background: #E9E9E9;
                        padding: 4px 12px 7px 12px;
                        border-radius: 24px;
                        border: none;
                        font-size: initial;
                        line-height: initial;

                        &:hover {
                            background: #D9D9D9;
                        }

                        &.active {
                            background: #1E2021;

                            span {
                                color: #fff;
                            }

                            span {
                                font-weight: 500;
                                line-height: 20px;
                                text-align: left;
                                text-underline-position: from-font;
                                text-decoration-skip-ink: none;

                                span {
                                    margin-right: 4px;
                                }
                            }
                        }

                        &.disabled {
                            background: #F8F8F8;

                            span {
                                color: #A5A6A6;
                            }
                        }
                    }
                }
            }
        }

        .sort {
            align-self: end;
            padding-right: 8px;
            padding-top: 3px;
            padding-bottom: 5px;
            font-size: 15px;
            font-weight: 500;
            line-height: 24px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
        }

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

        .product__item {
            padding: 15px;
            border: 1px solid #D2D2D3;
            border-radius: 4px;
            height: 100%;
        }

        .row {
            --bs-gutter-x: 16px;
        }

        .product-prop {
            margin-bottom: 0px;

            span {
                display: flex;
                gap: 8px;
                margin:0;
            }

            span::before {
                display: inline-block;
                content: '';
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                height: 16px;
            };

            &.product-prop-in-stock {
                span::before {
                    background-image: url('/local/templates/main/img/in-stock.svg');
                }
            }

            &.product-prop-store {
                span.product-prop-store--desktop {
                    display: flex !important;
                }

                span::before {
                    background-image: url('/local/templates/main/img/location.svg');
                }
            }

            &.product-prop-base  {
                span::before {
                    background-image: url('/local/templates/main/img/base.svg');
                }
            }
            .product-prop-help{
                display: inline-block;
                content: '';
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                height: 16px;
                background-image: url('/local/templates/main/img/tooltip-help.svg');
                margin-left:8px;
            }
        }

        .product-inner-wrapper {
            gap: 16px;
        }

        .product-name {
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-word;
        }

        .product_details {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .product-props {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .promo-product-doc {
            padding: 4px 36px 4px 44px;

        }

        .promo-product-doc-title {
            margin-bottom: 0px;
        }

        .promo-product-doc::before {
            top: calc(50% - 12px);
            width: 24px;
            height: 24px;
            background-size: cover;
        }

        .promo-product-doc::after {
            top: calc(50% - 8px);
            width: 16px;
            height: 16px;
            background-size: cover;
        }

        .product-prop-help {
            margin: 0px;
            padding: 0px;
            line-height: 1;
        }

        button {
            line-height: 0;
            font-size: 15px;
        }

        .pager span {
            line-height: 1
        }

        .pager-inner {
            align-items: center;
        }

    }
    ol, ul, dl {
        margin-top: 0;
        margin-bottom: 0;
    }
    .buy-btn{
        z-index: 2;
    }
}
.autocomplete-item .category-link{
    text-decoration:none;
    color:#1E2021;
}
.autocomplete-container{
    display:none;

}
.podbor-search-list{
    overflow-x:hidden;
}


.podbor-banner-canister {
    position: absolute;
    right: 44px;
    bottom: 0;
}

.example__buttons {
    .btn {
        background-color: #fff;
        position: relative;
        border: 2px solid #d2d2d3;
        border-radius: 24px;
        color: #1e2021;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        padding: 4px 10px 4px 10px;
        letter-spacing: 0.1px;

        &:hover {
            box-shadow: 0px 9999px 0px 0px #1E20210D inset;
        }
    }

}






/* PODBOR FILTER */
.podbor_filter {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.podbor_filter_title {
    color: #1E2021;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    width: 100%;

    margin-bottom: 8px;
}
.podbor_filter_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
label[for="podborFilterInstockCheckbox"],
label[for="podborFilterInstockCheckbox"]:hover {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
}
.podbor_filter_checkbox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #D2D2D3;
    outline: none;
}
.podbor_filter_checkbox:hover,
.podbor_filter_checkbox:active {
    outline: none;
}
#podborFilterInstockCheckbox:checked + .podbor_filter_checkbox {
    background-color: #1E2021;
    border: 2px solid #1E2021;
    background-image: url('/local/templates/main/img/podbor-filter-check-icon.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.podbor_filter_checkbox_title {
    color: #1E2021;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 12px;
}
.podbor_filter_form_buttons {
    display: flex;
    align-items: center;
}
.podbor_filter_form_buttons_title {
    color: #1E2021;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.podbor_filter_form_button {
    background-color: #E9E9E9;
    border-radius: 24px;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1E2021;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;

    margin-left: 8px;
}
.podbor_filter_form_button.inactive {
    color: #A5A6A6;
    cursor: not-allowed;
}
/* PODBOR FILTER END */



.podbor-search-list {
    padding-left: 0;
}
.podbor-search-list > li > a {
    padding-left: 2rem;
}
.podbor-search-list > li > ul {
    padding-left: 0;
}
.podbor-search-list > li > ul > li > a {
    padding-left: 4rem;
}
.podbor-search-list > li > ul > ul {
    padding-left: 0;
}
.podbor-search-list > li > ul > ul > li > a {
    padding-left: 6rem;
}

.title-search-result p {
    padding-left: 2rem;
    margin-bottom: 0;
    display: block;
    height: 36px;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    color: #1E2021;

}

.empty-search-form .form-control:focus {
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
}
.btn-bluesolid {
    background-color: #2D97CB;
    color: #FFF;
}

.btn-bluesolid:hover {
    background-color: #1E6A8F;
}




.header__search-group__wrapper {
    padding: 4px;
    border-radius: 4px;
    background: linear-gradient(
            90deg,
            #39A850 0%,    /* Зеленый */
            #2D97CB 50%,   /* Синий */
            #39A850 100%   /* Зеленый */
    );

    box-sizing: border-box;
    width: 100%;
    max-width: 100%;

    /* Увеличиваем фон в 2 раза по ширине */
    background-size: 200% 100%;

    /* Начальная позиция фона (слева) */
    background-position: 0% 0;

    /* Анимация */
    transition: background-position 0.4s ease-in-out;
    -webkit-transition: background-position 0.4s ease-in-out;
    -moz-transition: background-position 0.4s ease-in-out;
    -o-transition: background-position 0.4s ease-in-out;

}

.header__search-group__wrapper:hover {

    /* Конечная позиция фона (справа) */
    background-position: 100% 0;
}
.header__search-group__wrapper.active{
    background-position: 100% 0;
}
.podbor-form-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 2000;
    display: none;
}
.podbor-form-overlay.active {
    display: block;
}

.title-search-result {
    z-index: 3000!important;
}
.submit-search-form-podbor {
    z-index: 99999!important;
}
.close-search {
    width: 48px!important;
    height: 48px!important;
}
/* End */


/* Start:/local/components/realweb/podbor_filter_new/templates/.default/style.css?17473929464842*/
.sort_block {
    display: flex;
    justify-content: end;
    width: 100%;
    margin: 1rem 0;
}

.sort {
    display: flex;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #1E2021;
    align-items: center;
}

.sort span {
    margin-right: 4px;
}

.sort::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/local/templates/main/img/sort.svg") no-repeat center/cover;
}

.sort.sort-descending::after {
    transform: scaleY(-1);
}

.podbor_filter_form_button.active {
    background: #C0C0C0;
}

.clean_filter {
    color: #1B96DD;
    text-decoration: none;
}


/* Desktop/Mobile переключатель */

.desktop-filter {
    display: block;
}

.mobile-filter {
    display: none;
}

@media (max-width: 768px) {
    .desktop-filter {
        display: none;
    }

    .mobile-filter {
        display: block;
        width: 100%;
    }

    .podbor_filter_checkbox_title {
        margin-left: 0;
    }

    .mobile-filter-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .promo_wrapper .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    #podborFilterInstockCheckboxMobile:checked + .podbor_filter_checkbox {
        background-color: #1E2021;
        border: 2px solid #1E2021;
        background-image: url('/local/templates/main/img/podbor-filter-check-icon.svg');
        background-size: 16px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .podbor_filter_checkbox {
        cursor: pointer;
    }
}


/* ═══════════ Mobile layout ═══════════ */

.mobile-stock-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.filter-toggle-button {
    width: 110px;
    height: 32px;
    padding: 8px 10px;
    background: #edeeee;
    color: #1E2021;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.filter-toggle-button .filter-icon {
    width: 16px;
    height: 16px;
    background: url('/local/templates/main/img/filter.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
}



/* Подложка */

.filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s;
}

.filter-backdrop.active {
    display: block;
    opacity: 1;
}


/* Шторка */

.filter-modal {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FFF;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0;
    padding: 16px;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.25s;
}

.filter-modal.active {
    display: block;
    transform: translateY(0);
}

.filter-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.filter-modal-header span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1E2021;
}

.filter-modal-header img {
    width: 24px;
    height: 24px;
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.custom-radio input {
    display: none;
}

.custom-radio .checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid black;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    box-sizing: border-box;
}

.custom-radio input:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
}


.filter-cap {
    font-size: 17px;
    line-height: 24px;
    color: #1E2021;
}

.filter-reset-button {
    color: #1E2021;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}

.filter-modal-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.filter-apply-button {
    margin-top: 1rem;
    padding: 16px;
    background: #1E2021;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    border: none;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer;
    height: 56px;
}


/* Отключаем скролл фона */

body.modal-open {
    overflow: hidden;
}

/* End */


/* Start:/local/templates/.default/components/realweb/catalog.section/podbor_elements/style.css?17473929468607*/
.catalog_wrapper {
    padding-top: 0
}

.modal-backdrop {
    z-index: 300
}

.product-name, .view__buttons .btn {
    font-style: normal;
    font-size: 15px;
    line-height: 20px
}

.view__buttons .btn {
    background-color: #fff;
    position: relative;
    border: 2px solid #d2d2d3;
    border-radius: 24px;
    color: #1e2021;
    font-weight: 400;
    width: 110px;
    padding: 4px 12px 4px 30px
}

.view__buttons .active {
    background-color: #1e2021;
    color: #fff;
    border: 2px solid #1e2021
}

button.table__button {
    background: url(/local/templates/main/img/pr_table.svg) no-repeat 8px 7px
}

button.list__button.active, button.table__button.active {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/img/pr_table_active.svg) !important;
    background-position-y: 50%
}

button.list__button {
    background: url(/local/templates/main/img/pr_list.svg) no-repeat 10px 9px
}

.product-name {
    font-weight: 500;
    color: #1e2021 !important;
    text-decoration: none
}

.product__item, .product-line {
    position: relative
}

.product_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
}

.pager li a, .product__item .btn, .product-line .btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.product__item .btn, .product-line .btn {
    position: relative;
    z-index: 2;
    width: 75px;
    min-height: 32px;
    box-sizing: border-box;
    padding: 0
}

.product__item, .product-line {
    padding: 16px;
    text-decoration: none;
    display: block
}
.product__item {
    display: flex;
    flex-direction: column;
}

.product__item:hover {
    background: #f3f4f4 !important;
    border-radius: 4px
}

.product-line .product-name {
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical
}

.product-line .product-image {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 64px;
    margin-right: 4px
}

.product-line .product-image img {
    width: 64px
}
.product__item {
    justify-content: space-between;
}
.product__item .product-name {
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical
}
.product__item .product-price {
    /*height: -webkit-fill-available;*/
    align-items: flex-end;
}
.dogovor, .price {
    font-style: normal
}

.pager span, .price {
    font-weight: 500;
    font-size: 17px
}

.price {
    line-height: 2rem;
    height: 2rem;
    color: #1e2021
}

.pager ul {
    padding-left: 1rem
}

.pager span {
    font-style: normal;
    line-height: 56px;
    display: block;
    color: #000
}

.pager li {
    display: inline-block
}

.pager li a {
    color: #1e2021;
    width: 56px;
    height: 56px;
    text-align: center
}

.pager li a img {
    width: auto;
    height: 12px
}

.pager li a:hover {
    color: #000
}

.dogovor {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #29a354;
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    min-height: 16px
}

.dogovor img {
    margin-right: 8px
}

.line-price {
    display: block;
    float: right
}

.buy-btn {
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #1e2021;
    line-height: 20px;
    font-weight: 500
}

.buy-btn:hover {
    background: rgba(238, 240, 241, .12)
}

button.list__button.active {
    background-image: url(/local/templates/main/img/pr_list_active.svg) !important
}


.podbor_product_wrap .product-prop-in-stock span {
    font-weight: 500;
}

.podbor_product_wrap .promo-product-doc {
    padding-left: 44px;
    padding-right: 36px;
}
.podbor_product_wrap .promo-product-doc::before {
    width: 24px;
    height: 24px;
    top: unset;
    left: 12px;
    background-size: 100%;
}








@media (max-width: 991px) {
    button.table__button {
        background: url(/local/templates/main/img/pr_table.svg) no-repeat 8px 7px;
        background-position-x: 0
    }

    button.list__button.active, button.table__button.active {
        padding-left: 20px;
        background-position-y: 50%;
        background-repeat: no-repeat;
        background-image: url(/local/templates/main/img/pr_table.svg) !important
    }

    button.list__button {
        background: url(/local/templates/main/img/pr_list.svg) no-repeat 10px 9px;
        background-position-x: 0
    }

    .mobile-product-line {
        padding: 0;
        margin-bottom: 16px !important
    }

    .mobile-product-wrap {
        margin: 16px;
        padding: 16px;
        display: grid;
        grid-template-columns:80px 2fr;
        grid-template-rows:1fr 64px
    }

    .mobile-product-image {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        display: flex;
        max-width: 100%;
        height: 100%;
        width: calc(100% - 16px);
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0
    }

    .mobile-product-image img {
        flex-grow: 1;
        width: 80px !important
    }

    .mobile-product-price-wrapper, .mobile-product-text {
        grid-column-start: 2;
        grid-column-end: 3;
        padding-left: 0;
        padding-right: 0
    }

    .mobile-product-text {
        margin-right: 0;
        margin-left: 0;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-bottom: 16px;
        width: 100%
    }

    .mobile-product-price-wrapper {
        width: 140px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        grid-row-start: 2;
        grid-row-end: 3
    }

    .mobile-product-price {
        font-size: 17px;
        line-height: 24px;
        white-space: nowrap
    }

    .mobile-product-buy {
        border: 2px solid #1e2021;
        background: #fff;
        border-radius: 4px;
        padding: 0 12px;
        height: 32px;
        margin-top: 8px !important
    }

    .catalog__col-filter {
        z-index: 700
    }

    .pager ul, .products-container .product__item {
        margin-bottom: 0
    }

    .modal-dialog, .product__item img {
        max-width: 100%
    }

    .modal-dialog {
        border-radius: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0
    }

    .modal-backdrop {
        z-index: 500
    }

    .btn-filter-clear, .view__buttons button {
        display: none
    }

    .show_filter_mobile, .view__buttons .active {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        color: #1e2021 !important;
        text-decoration: none !important
    }

    .show_filter_mobile {
        border: 2px solid #1e2021;
        border-radius: 4px;
        background: 0 0 !important;
        display: inline-block;
        float: right;
        height: 32px;
        display: flex;
        align-items: center;
        padding-left: 8px;
        padding-right: 11px
    }

    .show_filter_mobile img {
        margin-right: 4px
    }

    .view__buttons .active {
        border: 0 !important;
        background-color: transparent !important;
        display: block
    }

    button.list__button.active {
        background-image: url(/local/templates/main/img/pr_list.svg) !important
    }

    .price {
        float: none !important;
        margin: 0;
        text-align: left;
        display: block;
        line-height: 28px
    }

    .prod__line {
        margin-bottom: 32px !important
    }

    .pager-inner {
        margin-top: 0;
        display: flex;
        padding-top: 12px;
        padding-bottom: 24px;
        justify-content: flex-end
    }

    .pager span {
        font-size: 15px
    }

    .product-section h1 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .bottom-block .header_wrapper {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 768px) {
    .product__item {
        border: 0 !important;
    }
}
@media screen and (max-width: 453px) {
    .dogovor {
        min-height: 32px
    }

    .mobile-product-line .dogovor {
        min-height: 0
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/podbor/realweb/catalog.element/.default/style.css?1735299469296*/
.podbor-main-subtitle {
    color: #1E2021;
    font-size: 24px!important;
    line-height: 28px!important;
    letter-spacing: -0.3px!important;
    font-weight: 700!important;

    margin-bottom: 8px!important;
}
.podbor-h1 {
    font-weight: 700!important;
    margin-bottom: 32px!important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/promo_selection_help/style.css?17454972595440*/
.btn-callback, .cont_shop {
    width: 100%;
    margin-top: 8px!important;
    padding: 16px 24px;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
}

.cont_shop {
    background: #FFFFFF;
    margin-bottom: 2rem;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
}
.cont_shop:hover, .cont_shop:active, .cont_shop:focus {
    color: #000000;
    text-decoration: none;
}
.bx-soa-customer-field {
    display: inline-block;
    border: 2px solid #D2D2D3;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 16px;
    min-width: 320px;
    transition: all .3s;
    vertical-align: middle;
}

.bx-soa-customer-field:hover {
    border: 2px solid #D2D2D3;
    background: rgb(243, 243, 243);
    transition: all .3s;
}
.bx-soa-customer-field[data-code="PHONE"] {
    padding: 15px 16px;
}
.bx-soa-customer-field[data-code="PHONE"] label {
    display: none;
}
.js-phone-one-click {
    outline: none !important;
    border: none !important;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
}
.promo-form-wrapper .bx-soa-customer-field input {
    width: 100%;
}
/*.promo-form-wrapper .iti {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/
.js-phone-one-click:focus {
    outline: none !important;
    -webkit-appearance:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.js-phone, .js-phone-sr {
    outline: none !important;
    border: none !important;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
}
.js-phone, .js-phone-sr:focus {
    outline: none !important;
    -webkit-appearance:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.promo-form-wrapper .bx-soa-customer-field {
    margin-bottom: 8px;
}
.promo-form-wrapper .iti__country-list {
    top: 52px;
    left: -16px;
    right: -222px;
    border-radius: 4px;
    overflow: hidden;
}
.bx-soa-customer-field__error {
    border: 2px solid #DD363C!important;
}
.bx-soa-customer-field__active {
    border: 2px solid black!important;
}


.promo-form-wrap {
    margin-top: 64px;
}
.promo-form-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.3px;
    color: #1E2021;
    margin-bottom: 16px;
}
.promo-form-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #1E2021;
    margin-bottom: 32px;
}

.promo-form-callback-uniq {
    max-width: 308px;
    margin: 0 auto;
}
.promo-form-callback-uniq .bx-soa-customer-field {
    min-width: 308px;
}
.promo-form-wrapper {
    margin-bottom: 4px;
}
.promo-form-wrapper button.btn-callback {
    /*margin-top: 40px!important;*/
    margin-bottom: 4px;
}
.promo-form-conditions {
    color: #757677;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.promo-form-conditions a {
    text-decoration: none;
}
.bx-soa-customer-field__error,
.bx-soa-customer-field__error--empty {
    border: 2px solid #DD363C !important;
    margin-bottom: 24.5px!important;
    position: relative;
    transition: all .3s;
}

.bx-soa-customer-field__error[data-code="PHONE"]::after {
    display: block;
    content: 'Укажите верный номер телефона';
    color: #DD363C;
    font-size:13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field__error--empty[data-code="PHONE"]::after {
    display: block;
    content: 'Заполните обязательное поле';
    color: #DD363C;
    font-size: 13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field__error[data-code="EMAIL"]::after {
    display: block;
    content: 'Укажите верный адрес почты';
    color: #DD363C;
    font-size:13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field__error--empty[data-code="EMAIL"]::after {
    display: block;
    content: 'Укажите верный адрес почты';
    color: #DD363C;
    font-size: 13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field[data-code="EMAIL"] input {
    background: transparent !important;
    border: none !important;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    /*.promo-form-wrapper .iti {*/
    /*    position: absolute;*/
    /*    display: inline-block;*/
    /*    width: unset;*/
    /*}*/
    .promo-form-wrapper .soa-property-container {
        position: relative;
    }
    .promo-form-wrapper .iti-container {
        position: absolute;
    }
    .promo-form-wrapper .iti--container {
        top: 55px;
        bottom: 30px;
        left: -17px;
        /* width: 100%; */
        right: -19px;
        min-height: 250px;
        position: absolute;
    }
    .promo-form-wrapper .iti__country-list {
        top: 20px;
        left: -35px;
        right: 0px;
        width: auto !important;
    }
}
/* End */
/* /local/templates/main/css/podbor.css?175025010522753 */
/* /local/components/realweb/podbor_filter_new/templates/.default/style.css?17473929464842 */
/* /local/templates/.default/components/realweb/catalog.section/podbor_elements/style.css?17473929468607 */
/* /local/templates/.default/components/bitrix/catalog/podbor/realweb/catalog.element/.default/style.css?1735299469296 */
/* /local/templates/.default/components/bitrix/form.result.new/promo_selection_help/style.css?17454972595440 */
