

/* Start:/bitrix/templates/template/components/bitrix/catalog.smart.filter/.default/style.css?17573319667939*/
/* === ФИЛЬТР: блок цены (инпуты + слайдер) === */

.bx-filter .bx-filter-parameters-box-container {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bx-filter .bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
    color: #3f3f3f;
}

.bx-filter .bx-filter-parameters-box-container .checkbox {
    margin: 0;
    flex: auto;
}


/* .bx-filter-block {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
} */


/* поля ввода */

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    outline: 0;
    border: 1px solid #ccd5db;
    color: #404040;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    border-radius: 2px;
    text-align: center;
    background: var(--gray, #EEE);
}

.bx-filter .bx-filter-input-container input:focus {
    border-color: #000;
}


/* слайдер */

.bx-filter .bx-ui-slider-track-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 2px;
    background: #d1d5db;
}


/* деления и подписи */

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part span {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    display: block;
    text-align: center;
    font-size: 8px;
    color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
    color: #6b8086;
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
    left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
    left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
    left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}


/* активные полоски */

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx-filter .bx-ui-slider-pricebar-vd {
    background: #9f9f9f;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    background: #ccc;
}

.bx-filter .bx-ui-slider-pricebar-v {
    background: #000;
}


/* ползунки */

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-radius: 50%;
    background: #1f2937;
}

.bx-filter .bx-ui-slider-handle:hover {
    cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
    cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -4px;
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -4px;
}


/* общее */

.bx-filter-parameters-box-hint {
    margin-bottom: 10px;
    color: var(--bl, #313C4F);
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: block;
}

.wrapFilters {
    display: block;
}


/*  */

.shadowFilter {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(43, 42, 40, 0.3);
    z-index: 5000;
}

.filterLoad .shadowFilter {
    display: flex;
}

.shadowFilter .loader {
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}


/*  */


/* Скрываем стандартный чекбокс */

.bx-filter-param-label {
    width: 100%;
    padding: 0 !important;
}

.bx-filter-param-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}


/* Стили кастомного чекбокса через ::before */


/* .bx-filter-param-text::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
} */

.bx-filter-parameters-box {
    page-break-inside: avoid;
    break-inside: avoid;
}

.bx-filter-parameters-box-title {
    margin-bottom: 20px;
}


/* Стили для текста */

.bx-filter-param-text {
    cursor: pointer;
    display: flex;
    position: relative;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    background: #D5D5D5;
    margin: 0;
    height: 35px;
    min-width: 103px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.bx-filter-param-label input[type="checkbox"]:checked+.bx-filter-param-text {
    background-color: #E84B0F;
    color: #fff;
}


/* Стили для активного состояния чекбокса */

.bx-filter-param-label input[type="checkbox"]:checked+.bx-filter-param-text::before {
    background-color: #fff;
}


/* Галочка через ::after */


/* .bx-filter-param-text::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #E84B0F;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
} */


/* Показ галочки при активном состоянии */

.bx-filter-param-label input[type="checkbox"]:checked+.bx-filter-param-text::after {
    opacity: 1;
}


/*  */

.filterBottom {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.filterBottom .btnStyle {
    display: none;
}

.filterBottom .btnStyle,
.filterBottom .btnStyle2 {
    height: 45px;
    min-width: 215px;
}

.filterDown {
    cursor: pointer;
    gap: 10px;
    align-items: center;
    line-height: 1;
    display: flex;
}

.filterDown:hover {
    text-decoration: underline;
}

.bx-sidebar-block {
    margin-bottom: 30px;
}

.bx-filter {
    border-radius: 0 0 20px 20px;
    border-top: 0;
}

.bx-filter-wrapInputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.sortBlock {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 16px;
    gap: 40px;
}

.wrapSort {
    display: flex;
    font-size: 17px;
    font-weight: bold;
}

.wrapSort .nucSort {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
    height: 60px;
    padding: 0 40px;
    border: 1px solid #EEE;
    border-top: 0;
    border-bottom: 0;
}

.wrapSort .nucSort:last-child {
    border-right: 0;
}

.nucSort.active {
    font-weight: bold;
}

.sort-icon {
    transition: transform 0.3s ease;
}

.sort-icon.asc {
    transform: rotate(0deg);
}

.sort-icon.desc {
    transform: rotate(180deg);
}

@media screen and (max-width: 1299px) {
    .wrapSort .nucSort {
        padding: 0 15px;
    }
    .sortBlock {
        gap: 20px;
    }
}

.closeBtn {
    display: none;
}
/* End */


/* Start:/bitrix/templates/template/components/bitrix/system.pagenavigation/round/style.css?17564645573069*/
.bx-pagination {
    margin: 10px 0;
    margin-top: 50px;
}

.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}

.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 0 2px;
}

.bx-pagination .bx-pagination-container ul li span {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: #DADADA;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #000;
    color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}


/*color schemes*/

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #3bc915;
    color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
    background: #F9A91D;
    color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
    background: #E22B2B;
    color: #fff;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #0083d1;
    color: #fff;
}
/* End */


/* Start:/bitrix/templates/template/components/bitrix/catalog.section/.default/themes/green/style.min.css?1755177640716*/
.bx-green .product-item-image-slider-progress-bar{background-color:#5b9f0b}.bx-green .product-item-image-slider-control:hover{background-color:rgba(91,159,11,.8)}.bx-green .product-item-image-slider-control.active,.bx-green .product-item-image-slider-control:hover{background-color:#5b9f0b}.bx-green .product-item-scu-item-text-block:hover,.bx-green .product-item-scu-item-color-block:hover,.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#63aa28}.bx-green .product-item-amount-field:focus{border-color:#63aa28}.bx-green .catalog-section-header{border-color:#63aa28}
/* End */
/* /bitrix/templates/template/components/bitrix/catalog.smart.filter/.default/style.css?17573319667939 */
/* /bitrix/templates/template/components/bitrix/system.pagenavigation/round/style.css?17564645573069 */
/* /bitrix/templates/template/components/bitrix/catalog.section/.default/themes/green/style.min.css?1755177640716 */
