.smart-filter-wrp {
    flex: 0 0 23%;
    max-width: 23%;
}
.product-list-wrp {
    flex: 0 0 77%;
    max-width: 77%;
    padding-left: 50px;
}
.product-list-wrp .sorting-wrp{
    font-weight: 600;
}
.section-detail .product-list .product .product-image-wrp{
    width: 100%;
}
.sort {
    margin-bottom: 20px;
    color: #313131;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    box-shadow: 0 2px 4px 0 rgba(222, 222, 222, 0.5);
    border: solid 1px #ededed;
    font-size: 14px;
}
.sorting-box {
    display: inline-block;
}
.sorting-box a{
    font-weight: 500;
    color: #313131;
}
.sort .icon-br-down {
    margin-bottom: -3px
}
.sort .sort-link {
    display: inline-block;
    margin-right: 15px;
}
.sort .sort-link:last-child {
    margin-right: 0;}
.sort .sort-link.active {
    font-weight: 600;
}
.sort .sort-link .icon {
    display: none
}
.sort .sort-link.active .icon {
    display: inline-block
}
.sort .find-wrp{
    text-align: right;
}
.section-detail .product-list .product .product-item-info{
    width: 100%;
}
.section-detail .product-list .product{
    flex: 0 0 25%;
    max-width: 25%;
}

.section-menu-wrp {
    margin-bottom: 20px;
}
.section-menu li.root-item.open ul{
    border-left: 3px solid #2172de !important;
}
.section-menu li ul li.catalog-item.active.open ul {
    border-left-color: transparent !important;
    box-shadow: inset 0 0 5px rgba(222, 222, 222, 0.5);
}
.section-menu .parent.active .root-link{
    background-color: #f8f8f9;
}
.carousel-list-wrp:after{
    content: "";
    display: block;
    clear: both;
}
.carousel-list-wrp .section-carousel-wrp{
    padding-left: 60px;
    margin-right: 30px;
}
.carousel-list-wrp .section-carousel-wrp:nth-child(4n+4){
    margin-right: 0;
}
.carousel-list-wrp .product-list{
    display: flex;
    flex-wrap: wrap;
}
.catalog_wrp{
    display: flex;
}

.row-item {
    /*float: left;*/
}
.carousel-list-wrp .section-carousel-wrp{
    width: calc( 25% - 23px );
    padding-left: 0;
    position: relative;
        height: 200px;
    float: left;
}
.carousel-list-wrp .section-carousel-wrp img{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: opacity .3s ease-in-out, transform .4s ease-in-out;
    opacity: .65;
    transform: scale(1.05);
}
.carousel-list-wrp .section-carousel-wrp a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #000;
}
.carousel-list-wrp .section-carousel-name{
    font-size: 18px !important;
    position: absolute;
    color: #fff !important;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    transition: .3s ease-in-out;
    width: 100%;
    margin-bottom: 10px;
}
.carousel-list-wrp .section-carousel-wrp a:hover img{
    opacity: .9;
}
.carousel-list-wrp .section-carousel-wrp a:hover .section-carousel-name{
    background-color: rgba(0, 0, 0, .5);
}
.carousel-list-wrp .section-carousel-wrp a:active img {
    transform: scale(1);
}

.bx-set-constructor .input_checkbox {
    cursor: pointer;
}

@media all and (max-width: 768px){
    .sort{
        margin-top: 10px;
    }
    .section-detail .product-list .product{
        height: 460px;
    }
    .section-carousel-wrp a.section-link{
        margin: -5px 0px 10px 0px;
    }
    .catalog_fl{
        padding-top: 0px !important;
    }
    .section-detail .product-list .product {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media all and (max-width: 481px){
    .sort{
        margin-bottom: 45px;
    }
    .bx-filter .bx-filter-section .bx-filter-button-box .bx-filter-block .bx-filter-parameters-box-container .clearfix,
    .bx-filter .bx-filter-section .bx-filter-button-box .bx-filter-block .bx-filter-parameters-box-container .clearfix button{
        width: 100%;
    }
}

