.filters_wrap.type_2 #filter_result{
    background: transparent;
    padding: 0;
}
#filter_result .block_all_results{
    padding: 0;
}
.wheels_bolt_line{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px;
    background: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
}
.bolt_line_prop{
    color: #555555;
    font-size: 15px;
    line-height: 19px;
}
.bold_prop_title{
    font-weight: 700;
}
.wheels_container{
    padding: 24px;
}
.wheels_table_row{
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0;
}
.wheels_table_row:last-child{
    border-bottom: none;
    padding: 15px 0 0 0;
}
.wheels_container_top{
    padding: 0 0 15px 0;
    font-weight: 700;
}
.wheels_table_col-1{
    width: 30%;
    display: flex;
    align-items: center;
}
.wheels_table_col-2{
    width: 30%;
    display: flex;
    align-items: center;
}
.wheels_table_col-2 svg, .wheels_table_col-1 svg{
    display: block;
}
.wheels_table_col-3{
    width: 25%;
}
.wheels_table_col-4{
    width: 15%;
}
.index_tires{
    font-size: 12px;
    color: #808080;
    border-radius: 4px;
    border: 1px solid #808080;
    padding: 1px 6px;
    line-height: 15px;
    margin-left: 6px;
    margin-right: 6px;

}
.res_icon_desc{
    position: relative;
    margin: 0 0 0 4px;
}
.res_icon_desc_block{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 3px);
    left:50%;
    transform: translateX(-50%);
    transition: all 0.2s;
    background: #000;
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
}
.res_icon_desc_block::after{
    position: absolute;
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    bottom: -3px;
    transform: rotate(45deg);
}
.res_icon_desc:hover .res_icon_desc_block{
    opacity: 0.8;
    visibility: visible;
}
#filter_result .wheels_table_row label{
    padding: 0;
    color: #1976D2;
    font-size: 15px;
    line-height: 19px;
}
#filter_result .wheels_table_row label::after, #filter_result .wheels_table_row label::before{
    display: none!important;
}
#filter_result .wheels_table_row label > span{
    margin: 0;
    color: #1976D2;
    font-size: 15px;
    line-height: 19px;
    text-decoration: underline;
}
#filter_result .wheels_table_row .label_block{
    margin: 0;
    padding: 0;
    min-height: auto;
}
@media(max-width:867px){
    .tires_wheels_result{
        overflow: auto;
        background: #F7F7F7;
    }
    .wheels_container{
        min-width: 800px;
        background: #fff;
    }
    .wheels_table_col-1{
        width: 30%;
    }
    .wheels_table_col-2{
        width: 33%;
    }
    .wheels_table_col-3{
        width: 22%;
    }
    .wheels_table_col-4{
        width: 15%;
    }
    .wheels_bolt_line{
        flex-wrap: wrap;
    }
    .bolt_line_prop{
        width: 100%;
        margin: 3px 0;
    }
}