.car_list_wrap .filter_result.aspro-filter{
    display: block;
    margin: 0px;
}

.items.rows.w-100{
    width: 100% !important;
}

.items.rows.w-100 .item{
    width: 120px;
    float: left;
    margin-right: 40px;
    border-top: 0px;
}

.items.rows.w-100 .item label{
    padding-left: 0px;
}

.items.rows.w-100 .item label:after, .items.rows.w-100 .item label:before{
    display: none !important;
}

.items.rows.w-100 .item label span{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FFAD00;
}

.items.rows.w-100 .block-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;  
    color: #333333;
    margin-bottom: 8px;
}

.addedelements.checkboxesfortires.rows{
    width: 100% !important;
    margin-top: 40px !important;
}

.addedelements.checkboxesfortires.rows .bx_filter_parameters_box_container{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

.addedelements.checkboxesfortires.rows .bx_filter_parameters_box_container label{
    margin-right: 42px !important;
    margin-bottom: 8px !important;
}

@media(max-width: 768px) {
    .addedelements.checkboxesfortires.rows .bx_filter_parameters_box_container label, .items.rows.w-100 .item{
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .addedelements.checkboxesfortires.rows .bx_filter_parameters_box_container, .items.rows.w-100{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
}
.catalog_filter .bx_filter.front_filter .bx_filter_parameters_box_title .char_name {
    display: none !important;
    
}


.new_style_podbor .search-auto-back{margin: -8px -8px 8px;}
.new_style_podbor .search-auto-back a{padding: 8px; display: inline-block; flex-wrap: wrap; align-items: center; color: #333; transition: color ease .3s;}
.new_style_podbor .search-auto-back span{display: inline-block; vertical-align: middle;}
.new_style_podbor .search-auto-back svg{margin: 0 8px 0 0;display: inline-block; vertical-align: middle;}
.new_style_podbor .search-auto-back svg path{transition: all ease .3s;}

.new_style_podbor .search-auto-back a:hover{color: #ffad00;}
.new_style_podbor .search-auto-back a:hover svg path{stroke: #ffad00;}



.new_style_podbor .search-auto{padding: 0 0 46px; overflow: hidden;}
.new_style_podbor .search-auto__inner{margin: -24px; display: flex; flex-wrap: wrap;}
.new_style_podbor .search-auto-season{padding: 24px; flex: 0 0 calc(100% / 12 * 6); max-width: calc(100% / 12 * 6);}
.new_style_podbor .search-auto-season__image{position: relative; margin: 0 0 20px; border-radius: 16px; overflow: hidden; height: 210px; background-position: top center; background-size: auto 100%;}
.new_style_podbor .search-auto-season__items{display: flex; flex-wrap: wrap; justify-content: space-between;}
.new_style_podbor .search-auto-season__title{margin: 8px 16px 0 0; flex: 0 0 auto;font-size: 22px;font-style: normal;font-weight: 700;line-height: 22px;color: #333;}
.new_style_podbor .search-auto-items{flex: 1 1 0; margin: -4px; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.new_style_podbor .search-auto-item{padding: 4px; min-width: 160px;cursor:pointer;}
.new_style_podbor .search-auto-item div{padding: 8px 12px; display: block;font-size: 22px;font-style: normal;font-weight: 400;line-height: 22px; color: #333; border-radius: 28px; background: #F1F1F1; transition: all ease .3s;}

.new_style_podbor .search-auto-item div:hover{color: #FFF; background: #ffad00;}

.new_style_podbor .search-auto-item label:after, .new_style_podbor .search-auto-item label:before {
    display:none !important;
}
.new_style_podbor .search-auto-item label {
    padding:0px !important;
    margin:0px !important;
}

@media (max-width: 768px) {
   .items_podbor_tires.items.rows.w-100 {
        display: block !important;
    }
}

@media(max-width: 991px) {
    .new_style_podbor .search-auto-season__items{display: block;}
    .new_style_podbor .search-auto-season__title{margin: 0 0 16px;}
    .new_style_podbor .search-auto-items{justify-content: flex-start;}
}

@media(max-width: 545px) {
    .new_style_podbor .search-auto__inner{margin: -16px;}
    .new_style_podbor .search-auto-season{padding: 16px; flex: 0 0 calc(100% / 12 * 12); max-width: calc(100% / 12 * 12);}
}