

/* Start:/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/style.css?176176507827846*/
@media (min-width: 768px) and (max-width: 991px) {
    .bx-filter .filters-new .bx-filter-parameters-box {
        overflow: hidden;
    }

    .custom-checkbox>label {
        width: 100%
    }

    .bx-filter-input-checkbox {
        width: 100%
    }

    /*
    .bx-filter .bx-filter-button-box {
        position: relative !important
    }
*/
    .left-side {
        padding-bottom: 34px !important
    }
}

@media (max-width: 767px) {
    .bx-filter .filters-new .bx-filter-parameters-box {
        overflow: hidden;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-brand input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        width: 25px;
        height: 25px
    }

    .radio label,
    .checkbox label,
    .checkbox-brand label {
        padding-left: 30px
    }

    .rightSide {
        padding: 0 5px !important
    }

    .ta_c {
        text-align: right !important;
        right: 14px !important;
        top: 6px
    }

    .custom-checkbox>label {
        width: 100%
    }

    .bx-filter-input-checkbox {
        width: 100%
    }

    .bx-filter .bx-filter-button-box {
        width: 100% !important
    }

    .pic {
        float: left;
        width: 30%;
        min-height: 150px;
        width: 30%
    }

    .adbas {
        width: 100% !important;
        max-width: 700px !important
    }

    .ui-widget-content>.col-md-6 {
        padding: 0px;
    }

    .description>p {
        display: none;
    }

    .filters-new .filterPreHolder {
        height: 50px!important;
    }

    .filters-new .applyFilter {
        height: 50px!important;
    }

    .filters-new .clearFilter {
        height: 50px!important;
        width: 50px!important;
    }

    .filters-new .bx-filter-popup-result {
        height: 50px!important;
        line-height: 50px!important;
    }

    .bx-filter-popup-result a {
        line-height: 50px!important;
    }
}

@media (min-width: 992px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
        clear: both
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
        clear: both
    }
}

.bx-filter-parameters-box-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.bx-filter .bx-filter-parameters-box-title span {
    font-weight: 700;
    font-size: 16px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
    border-color: #333
}

.bx-filter .bx-filter-block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px
}

.bx-filter-parameters-box-container {
    display: block;
    /*
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    */
}

.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 11px;
    color: #3f3f3f
}

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 28px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: none
}

.bx-retina .bx-filter .bx-filter-input-container input {
    border-style: solid;
    border-width: 1px;
}

.bx-ios .bx-filter .bx-filter-input-container input {
    background-image: -webkit-linear-gradient(#fff 0%, #fff 100%);
    background-image: linear-gradient(#fff 0%, #fff 100%)
}

div.col-xs-6.bx-filter-parameters-box-container-block.bx-left {
    padding-left: 0
}

div.col-xs-6.bx-filter-parameters-box-container-block.bx-right {
    padding-right: 0
}

.bxFilterGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 2fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}

.bxFilterGridDiv1 {
    grid-area: 1 / 1 / 2 / 2;
}

.bxFilterGridDiv2 {
    grid-area: 1 / 2 / 2 / 3;
}

.bxFilterGridDiv3 {
    grid-area: 2 / 1 / 3 / 3;
    width: calc(100% - 44px);
    margin: 0 auto;
}

.bx-filter {
    z-index: 1;
}

.bx-filter-section {
    position: relative;
}

.bx-filter .bx-ui-slider-track-container {
    padding: 30px 0 0;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #333
}

.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-part span {
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
    z-index: 1
}

.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-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 {
    z-index: 100
}

.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60
}

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 9px;
    width: 10px;
    height: 10px;
    background: #000;
    transform: rotate(-45deg);
    border-radius: 50% 0px 50% 50%;
}

.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab
}

.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -5px;
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -5px;
}

.bx-filter .bx-filter-select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ccd5db
}

.bx-retina .bx-filter .bx-filter-select-container {
    border-style: solid;
    border-width: 1px;
}

.bx-filter .bx-filter-select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0 33px 0 10px;
    border: none;
    border-radius: 2px;
    background: #fff
}

.bx-filter .bx-filter-select-text {
    font-size: 15px;
    line-height: 33px;
    overflow: hidden;
    max-width: 100%;
    height: 33px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis
}

.bx-filter .bx-filter-select-text.fix {
    min-width: 120px
}

.bx-filter .bx-filter-select-text label {
    cursor: pointer
}

.bx-filter .bx-filter-select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 33px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC) no-repeat center
}

.bx-filter-select-popup {
    background: #fff;
    padding: 0;
    min-width: 173px
}

.bx-filter-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bx-filter-select-popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle
}

.bx-filter-select-popup ul li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.bx-filter-select-popup ul li label {
    font-size: 14px;
    line-height: 26px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #575757
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
    color: #000;
    background: #f3f8fa
}

.bx-filter-select-popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent
}

.bx-filter-select-popup ul li .bx-filter-param-text {
    line-height: 34px !important
}

.bx-filter .bx-filter-tag {
    padding: 18px
}

.bx-filter .bx-tag-link {
    font-size: 12px;
    text-decoration: none;
    text-shadow: none
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
    color: #1d3d46
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    float: left;
    display: block;
    margin-right: 5px
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
    display: block
}

.bx-filter .bx-filter-param-label.dib {
    display: inline-block
}

.bx-filter .bx-filter-param-text {
    font-weight: 400
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #6c6c6c
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
    background: #f3f8fa
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    text-align: left;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.bx-filter .bx-filter-param-btn {
    font-weight: 400;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    cursor: pointer
}

.bx-retina .bx-filter .bx-filter-param-btn {
    border-style: solid;
    border-width: 1px;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    background: transparent;
    box-shadow: none;
    position: relative
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==) no-repeat center;
    opacity: .7
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
    line-height: 26px
}

.bx-filter .bx-filter-param-btn.bx-spm {
    width: 23px;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: 400;
    padding: 0;
    font-size: 17px;
    color: #767b7e;
    vertical-align: top;
    border-radius: 50%;
    background-color: transparent
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=) no-repeat center
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC) no-repeat center
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12)
}

.bx-filter span.bx-spm {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    vertical-align: middle;
    color: #000
}

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-background-size: cover;
    background-size: cover
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
    width: 20px;
    height: 20px;
    margin: 2px 0;
    top: 0 !important
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
    top: -1px !important
}

.bx-filter-btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2)
}

.bx-filter-btn-color-icon.all:after {
    right: 0;
    bottom: 0
}

.bx-filter-btn-color-icon.all:before {
    top: 0;
    left: 0
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
    opacity: .2
}

.bx-filter .bx-filter-parameter-biz {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #1485ce;
    border-bottom: 1px dashed
}

.bx-filter .bx-filter-parameter-biz:hover {
    text-decoration: none;
    border-bottom: 1px solid
}

.bx-filter .bx-filter-parameter-biz.bx-active {
    position: relative;
    color: #000;
    border-color: transparent
}

.bx-filter.bx-blue .bx-filter-input-container input:focus {
    border-color: #499fd8
}

.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
    -webkit-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    -moz-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    -o-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat
}

.bx-filter.bx-blue .bx-ui-slider-track {
    background: #e7e7e7
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #849da4
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #ccc
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: rgba(255, 102, 0, 0.85)
}

.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
    border-color: #499fd8
}

.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
    -webkit-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    -moz-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    -o-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat
}

.bx-filter.bx-blue .bx-filter-tag {
    border-top: 1px solid #d7eaf7;
    border-bottom: 1px solid #d7eaf7
}

.bx-filter.bx-blue .bx-tag-link {
    color: #68939e
}

.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
    border-color: #499fd8
}

.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
    -webkit-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    -moz-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    -o-border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat;
    border-image: url(/bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/images/active.png) 2 repeat
}

.bx-filter.bx-blue .btn-themes {
    background-color: #1485CE;
    border-color: #1485CE;
    color: #FFF
}

.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover {
    background-color: #53A4D8;
    border-color: #53A4D8;
    color: #FFF
}

.bx-filter .filters-new .bx-filter-parameters-box {
    margin-bottom: 15px;
}

.bx-filter .filters-new .bx-filter-parameters-box.bx-active .bx-filter-block {
    max-height: none;
    overflow: visible;
}

.bx-filter-block::-webkit-scrollbar {
    -webkit-appearance: none;
}

.bx-filter-block::-webkit-scrollbar:vertical {
    width: 11px;
}

.bx-filter-block::-webkit-scrollbar:horizontal {
    height: 11px;
}

.bx-filter-block::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

/*FILTER*/
.bx-filter-sticky {
    position: fixed;
    bottom: 0;
}

@media (max-width: 767px) {
    .bx-filter-sticky {
        bottom: 34px;
        position: fixed;
    }

    .filterShowResultsticky {
        bottom: 34px !important;
        position: fixed !important;
        width: calc(100% - 34px) !important;
        left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

/*FILTER END*/

/*FILTER BUTTON*/
.filterPreHolder {
    height: 50px;
    background-color: #ededed;
    position: relative;
}

/*
.filterPreHolder.sticky > .filterHolder, .filterPreHolder.sticky > .bx-filter-popup-result {
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
*/
.filterHolder {
    width: 239px;
}

.applyFilter {
    width: 100%;
    height: 50px;
    border: 1px #ccc solid;
    border-right-width: 0;
    border-left-width: 0;
    padding: 0 0 0 15px;
    text-align: left;
}

.filters-new .applyFilter[disabled] {
    background-color: transparent;
}

.filters-new .filterPreHolder.loading {
    pointer-events: none;
    animation: catalog-stripes 2s linear infinite;
    background-image: repeating-linear-gradient(-62deg, #ffda50, #ffda50 15px, #ffea82 0, #ffea82 30px);
    background-size: 171px 44px;
    color: rgba(0, 0, 0, .3);
}

@keyframes catalog-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 171px 0
    }
}

.clearFilter {
    background: #000;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.clearFilter[disabled] {
    background-color: red;
    color: red;
}

.bx-filter-popup-result {
    position: absolute;
    z-index: 9;
    display: none;
    height: 50px;
    background: #febd69;
    bottom: 0;
    line-height: 50px;
    width: 195px;
}

.bx-filter-popup-result a {
    color: #000;
    display: block;
    line-height: 40px;
    padding: 0 15px;
}

.bx-filter-popup-result a:hover,
.bx-filter-popup-result a:focus {
    text-decoration: none;
    color: #000;
}

@media (max-width: 767px) {
    .filterHolder {
        width: 100%;
    }

    .bx-filter-popup-result {
        width: calc(100% - 50px);
    }

    /* .filterPreHolder {height: 0;} */
}

.row.filters-new {
    margin-left: -10px;
    margin-right: -10px;
}

.filters-new,
.filters-new.filters-overflow-hidden,
body.filters-overflow-hidden {
    overflow: initial;
}

.filters-new .checkbox-item {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 2px;
    height: 20px;
}

.filters-new .list__item {
    position: absolute;
    width: 15px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.filters-new .filter-dropdown .checkbox-item {
    padding: 2px 5px;
    margin-left: 15px;
}

.filters-new .filter-dropdown .checkbox-item:hover {
    background-color: #fff6d7;
}

.filters-new .checkbox-item-wrapper {
    display: flex;
    position: relative;
}

.filters-new .checkbox-item {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 2px 0;
}

.filters-new .checkbox-item__label {
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    color: #333;
}

.filters-new .checkbox {
    cursor: pointer;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0;
}

.filters-new input[type=checkbox] {
    accent-color: rgba(237, 99, 0, 1);
}

.filters-new .list {
    max-width: 100%;
    display: grid;
    gap: 5px;
}

.filters-new .list.columns-2 {
    grid-template-columns: 1fr 1fr;
}

.filters-new .list.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.filters-new .filters {
    display: flex;
    flex-direction: column;

    padding: 15px;
    background-color: white;
    box-sizing: border-box;
    gap: 24px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.filters-new .filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filters-new .filter-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: underline;
}

.filters-new .filter-button-wrapper {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.filters-new .filter-button {
    width: 100%;
}

.filters-new .filter-button,
.filters-new .filter-dropdown-search {
    height: 30px;
    box-sizing: border-box;

    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;

    font-size: 14px;
    color: #333;
    padding: 8px 11px;

    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filters-new .filter-dropdown-search {
    width: 200px;
}

.filters-new .filter-dropdown-search input {
    outline: none;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    width: 100%;
}

.filters-new .filter-dropdown-search:focus-within {
    border-color: rgba(51, 51, 51, .8);
}

.filters-new .filter-dropdown-search button,
.filters-new .filter-dropdown-back-button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.filters-new .filter-button:after {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    transform: rotate(270deg);
    right: 10px;
    top: 13px;
}

.filters-new .filter-dropdown {
    display: none;
    position: absolute;
    left: 250px;
    top: -100px;
    width: max-content;
    max-height: 400px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
    z-index: 10;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.filters-new .filter-dropdown .list {
    overflow-x: hidden;
    overflow-y: auto;
    column-gap: 10px;
}

.filters-new .filter-dropdown.show-dropdown {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.filters-new .filter-dropdown-back-button {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 5px;
    height: 40px;
    padding: 13px;
    font-size: 14px;
    width: 100%;
}

.filters-new .filter-dropdown-back-button:after {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    transform: rotate(90deg);
    left: 10px;
    top: 18px;
}

.filters-new .filter-dropdown .no-results {
    color: #999;
    text-align: center;
    font-size: 14px;
    max-width: 200px;
}

.filters-new .filter-dropdown .clear-search {
    width: 14px;
    height: 14px;
    background-color: #333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    opacity: 0.2;
    font-size: 10px;
    padding: 0.5px 0 0 0;
    transition: all 0.1s ease-in;
}

.filters-new .filter-dropdown .clear-search:hover {
    opacity: 0.4;
}

.filters-new .filterPreHolder {
    position: sticky;
    bottom: 0;
    z-index: 90;

    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.filters-new .applyFilter {
    height: 40px;
    border: none;
    color: #333;
    background-color: transparent;
}

.filters-new .clearFilter {
    width: 40px;
    height: 40px;
    background-color: #dedede;
    color: #333;
    opacity: 1;
}

.filters-new .bx-filter-popup-result {
    line-height: 40px;
    height: 40px;
    left: 0;
    width: calc(100% - 40px);
    background-color: #ffea82;
}

.filters-new .filterPreHolder.loading .bx-filter-popup-result {
    animation: catalog-stripes 2s linear infinite;
    background-image: repeating-linear-gradient(-62deg, #ffda50, #ffda50 15px, #ffea82 0, #ffea82 30px);
    background-size: 171px 44px;
    color: rgba(0, 0, 0, .3);
}

.bx-filter .filters-new .bx-filter-input-container input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    height: 30px;
    padding: 8px 11px;
    font-size: 14px;
}

.filters-new .bxFilterGrid {
    column-gap: 10px;
}

.bx-filter .filters-new .bx-ui-slider-track {
    height: 2px;
}

.bx-filter .filters-new .bx-ui-slider-part {
    background-color: transparent;
}

.bx-filter .filters-new .bx-ui-slider-handle {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    top: -6px;
    z-index: 80;
}

@media (max-width: 767px) {
    .rightmob {
        overflow-y: initial !important;
    }

    .filters-new {
        padding-top: 15px;
        overflow: auto;
        height: calc(100dvh - 50px);
    }

    .filters-new .filter-dropdown .list {
        column-count: 1;
        display: flex;
        flex-direction: column;
    }

    .filters-new.filters-overflow-hidden,
    body.filters-overflow-hidden {
        overflow: hidden;
    }

    .filters-new .filter-dropdown {
        top: 45px;
        left: -15px;
        box-shadow: none;
        box-sizing: border-box;
        width: calc(100% + 30px);
        height: calc(100dvh - 45px);
        z-index: 100;
        max-height: none;
    }

    .filters-new .filter-dropdown-back-button {
        display: flex;
        margin-top: auto;
    }

    .filters-new .filter-button-wrapper {
        position: static;
    }

    .filters-new .filter-dropdown.show-dropdown {
        overflow: initial;
    }
}

.filters-new .bx-filter-parameters-box-container .checkbox {
    position: relative;
    width: 18px;
    margin: 0;
}
/* End */


/* Start:/bitrix/templates/voltra/components/bitrix/system.pagenavigation/more_button/style.css?17617650782686*/
.pagination_block{
    background-color: #fff;
    border-radius: 16px;
    margin-top: 15px;
}
.pagination_block .pagination_button{
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 1px 4px rgb(184,184,184);
    color: #333;
    font-size: 14px;
    gap: 8px;
    line-height: 20px;
    padding: 12px 16px;
    width: 100%;
    margin-bottom: 24px;
    align-items: center;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    justify-content: center;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    user-select: none;
}
.pagination_block .pagination_button:hover{
    box-shadow: 0 2px 8px rgb(212,212,212);
}
.pagination_block .pagination_button > span{
    align-items: center;
    display: flex;
    pointer-events: none;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}
.pagination_block .pagination_container{
    margin-bottom: 0;
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.pagination_block .pagination_container .navigation_button{
    flex: 0 0 32px;
    height: 32px;
}
.pagination_block .pagination_container .navigation_button > a{
    padding: 8px;
    color: #333;
    background-color: transparent;
    font-weight: 400;
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 25px;
    align-items: center;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-family: Roboto, Arial, sans-serif;
    justify-content: center;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pagination_block .pagination_container .navigation_button > a .navigation_icon{
    font-size: 16px;
    display: flex;
    flex-shrink: 0;
    position: relative;
}
.pagination_block .pagination_container .navigation_button > a .navigation_icon svg{
    fill: currentColor;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    width: 1em;
}
.pagination_block .pagination_container .nav_page{
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    min-width: 32px;
    padding: 0 8px;
    text-decoration: none;
}
.pagination_block .pagination_container .nav_page.active{
    cursor: default;
    color: white;
    border-radius: 32px;
    background-color: #e47911;;
}
/* End */
/* /bitrix/templates/voltra/components/bitrix/catalog.smart.filter/atevi/style.css?176176507827846 */
/* /bitrix/templates/voltra/components/bitrix/system.pagenavigation/more_button/style.css?17617650782686 */
