

/* Start:/local/templates/proxima_v2/components/custom/catalog.smart.filter/main/style.css?17755998328969*/
.bx-filter{
    width: 100%;
}
.bx-filter-pc {
    position: relative;
}
.bx-filter-container-modef {
    position: absolute;
    right: -220px;
    top: 70px;
}
.bx-filter-item-quantity
{
    display: none;
}
.popup_filter_show
{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 13px;
    background: #edc23c;
    border-radius: 10px;
    position: relative;
    transition:  all .3s ease;
}

.popup_filter_show::before
{
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #edc23c;
    border-radius: 12px;
    transform: rotate(45deg);
    left: -9px;
    top: 4px;
    z-index: -1;
    transition:  all .3s ease;
}
.popup_filter_show:hover
{
    background-color: #f5cd50;
    transition:  all .3s ease;
}
.popup_filter_show:hover::before
{
    background-color: #f5cd50;
    transition:  all .3s ease;
}
.reset_filter_custom
{
    background: initial;
    border: initial;
    cursor: pointer;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition: all .3s ease;
}
.reset_filter_custom:hover
{
    border-bottom: 1px solid #333;
    color: #333;
    transition: all .3s ease;
}
#set_filter{
    display: none;
}
.bx-filter-parameters-box
{
    position: relative;
}
.smart-filter-floating {
    position: absolute;
    top: 0;
    right: -220px;
    width: 200px;
    z-index: 999;
}

.floating-content {
    background: #1677ff;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.floating-content span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.floating-apply {
    width: 100%;
    background: #fff;
    color: #1677ff;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
    width: 100%;
    margin-bottom: 12px;
}
.price_custom_wrapper .bx-filter-parameters-box-title
{
    margin-bottom: 30px;
}
.bx-filter-parameters-box:not(:last-child){
    margin-bottom: 58px;
}
.bx-filter-parameters-box-container:not(:last-child){
    margin-bottom: 56px;
}
.bx-ui-slider-track-container{
    background-color: #EDF0F6;
    padding: 24px 22px 36px;
    border-radius: 10px;
    margin-top: 10px;
}
.from_to_custom_wrapper
{
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}
.from_to_custom_wrapper .bx-filter-parameters-box-container-block
{
    width: 48%;
    position: relative;
}
.from_to_custom_wrapper .bx-filter-parameters-box-container-block .bx-ft-sub
{
    position: absolute;
    left: 18px;
    top: 15px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.from_to_custom_wrapper .bx-filter-parameters-box-container-block input
{
    width: 100%;
    padding: 14px 12px 14px 48px;
    border: 1px solid #EDF0F6;
    border-radius: 16px;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}
.from_to_custom_wrapper .bx-ui-slider-track-container
{
    width: 100%;
}
.bx-filter .bx-ui-slider-track{
    position: relative;
    height: 7px;
    background-color: #C5CDDA;
    border-radius: 18px;

}
.bx-filter .bx-ui-slider-handle.right {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #EDC23C;
    border-radius: 50%;
    z-index: 150;
}
.bx-filter .bx-ui-slider-handle.left {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: linear-gradient(360deg, #FFE600 0%, #EDC23C 100%);
    border-radius: 50%;
    z-index: 150;
}

.bx-filter .bx-ui-slider-handle.left:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: #EDC23C;
    border: 6px solid #e2e6ed;
    border-radius: 50%;
}
.bx-filter .bx-ui-slider-handle.left {
    top: 50%;
    transform: translate(-50%, -50%);
}
.bx-filter .bx-ui-slider-handle.right {
    top: 50%;
    transform: translate(50%, -50%);
}
.bx-filter .bx-ui-slider-range{
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx-filter .bx-ui-slider-pricebar-v{
    position: absolute;
    background: #EDC23C;
    height: 7px;
}
.slider-value {
    position: absolute;
    top: -24px;
    transform: translateX(-50%);
    color: #333;
    font-size: 9px;
    white-space: nowrap;
    pointer-events: none;
}
.slider-value.left-value {
    top: auto;
    bottom: -30px;
}

.bx-filter .bx-ui-slider-part{
    position: absolute;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
}
.bx-filter .bx-ui-slider-part.first{

}
.bx-filter .bx-ui-slider-part.last{

}
.bx-filter .bx-ui-slider-part.left{
    left: -22px;
    top: -47px;
}
.bx-filter .bx-ui-slider-part.right{
    right: -22px;
    top: -47px;
}
.bx-filter-button-box .bx-filter-block .bx-filter-parameters-box-container{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.bx-filter input[type=checkbox]{
    display: none;
}
.bx-filter-input-checkbox{
    display: flex;
}
.bx-filter-input-checkbox .bx-filter-param-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
    background-color: #E2E6ED;
    border-radius: 40px;
    padding: 8px 15px;
    cursor: pointer;
}
.bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text{
    background-color: #EDC23C;
}
.bx-filter-param-label.disabled .bx-filter-param-text {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}
.checkbox.active .bx-filter-input-checkbox .bx-filter-param-text{
    background-color: #EDC23C;
}
.bx-filter-parameters-box-container .col-xs-12{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sort-mobile{
    display: none;
}
.bx-filter-mobile{
    display: none;
}
.bx-filter.show-popup{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}
.bx-filter.show-popup .bx-filter-section{
    width: 100%;
    position: absolute;
    z-index: 5;
    max-width: 300px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 15px;
    border-radius: 24px;
}
.bx-filter.show-popup .bx-filter-parameters-box-title{
    font-size: 24px;
}
.bx-filter.show-popup .hide{
    display: none!important;
}
.bx-filter.show-popup .bx-filter-parameters-box-container {
    margin-bottom: 0;
}
.bx-filter.show-popup .bx-filter-parameters-box{
    margin-bottom: 0;
}
.bx-filter.show-popup #modef {
    display: none !important;
}
.bx-filter.show-popup .bx-filter-button-box {
    text-align: center;
    padding-top: 12px;
}
.bx-filter.show-popup .mobile-btn-block button {
    background-color: #EDC23C;
    color: #1F1F1F;
}
.mobile-btn-block,
.filter-mobile-close{
    display: none;
}
.mobile-btn-block button{
    border: none;
    outline: none;
    background-color: #E2E6ED;
    border-radius: 14px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #777777;
    padding: 16px;
}
.set .mobile-btn-block button{
    background-color: #EDC23C;
    color: #1F1F1F;
}
.price-range-input{
    display: none;
}
@media (max-width: 1080px) {
    .bx-filter{
        display: none;
    }
    .sort-mobile{
        display: inline-block;
    }
    .sort-mobile .choices{
        padding-right: 18px;
        padding-left: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 1px solid #E2E6ED;
        border-radius: 40px;
    }
    .bx-filter-mobile{
        display: block;
        margin-bottom: 10px;
    }
    .bx-filter-mobile-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .bx-filter-mobile-item{
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        color: #333333;
        background-color: #E2E6ED;
        padding: 8px 11px;
        border-radius: 40px;
        flex-grow: 1;
        text-align: center;
    }
    .bx-filter-mobile-item svg{
        display: none;
    }
    .bx-filter-mobile-item.set{
        background-color: #EDC23C;
        display: flex;
        align-items: center;
    }
    .bx-filter-mobile-item.set svg{
        display: block;
        margin-left: 6px;
    }
    .choices__list--single .choices__item{
        font-size: 12px;
    }
    .catalog-right{
        margin-top: 10px;
    }
    .filter-mobile-close{
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .mobile-btn-block{
        margin-top: 40px;
        display: block;
    }
    .smart-filter-floating {
        display: none !important;
    }
}
@media (max-width: 420px) {


}
/* End */


/* Start:/local/templates/proxima_v2/components/bitrix/catalog.item/main/style.css?17755993791387*/
.product-name{
    font-family: 'Inter Tight', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 30px;
}
.product-property-item{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.product-property-item:not(:last-child){
    margin-bottom: 19px;
}
.product-property-name{
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
    color: #777777;
    white-space: nowrap;
    padding-right: 5px;
}
.product-property-value{
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
    color: #333333;
    white-space: nowrap;
    padding-left: 5px;
}
.product-property-separator{
    width: 100%;
    border-bottom: 2px dotted #333;
}

@media (max-width: 575px) {
    .product-property-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }
    .product-property-name {
        font-size: 12px;
        white-space: normal;
        line-height: 130%;
        padding-right: 0;
    }
    .product-property-value {
        font-size: 12px;
        white-space: normal;
        line-height: 130%;
        padding-left: 0;
    }
    .product-property-separator {
        display: none;
    }
    .product-property-item:not(:last-child) {
        margin-bottom: 8px;
    }
}
/* End */
/* /local/templates/proxima_v2/components/custom/catalog.smart.filter/main/style.css?17755998328969 */
/* /local/templates/proxima_v2/components/bitrix/catalog.item/main/style.css?17755993791387 */
