.filter .accord a{
    font-size: 16px;
    color: #051d36;
    display:flex;
    

}

#result_checked_filter {
    display:flex;
    flex-wrap:wrap;

}

#result_checked_filter .selected_in_filter {
    padding:5px;
    margin:3px;
    border-radius:7px;
    background: #45ac71;
    color: white;
    display: flex;
    align-items: center;
    cursor:pointer;
}

#result_checked_filter .selected_in_filter:after{

    padding-left:5px;
    content: 'x';
}

.formseff .seff_result_count{
    margin: 0 5px;
}

.formseff i {
    font-style: normal;
}

.seff_is_range_result {
    margin: 0 10px;
}

.action-param-feed {
    display: flex;
}

.seff_is_range span {
    border:0;
    color:#1E7BE0;
    font-weight:bold;
    font-size: 13px;
}

.accord__item .seff_is_range_show {
    background: #1e7be0;
    color: white;
    font-size: 14px;
    width: auto;
    height: auto;
    justify-content: center;
    display: flex;
    color: white;
}

.accord__item .ui-slider .ui-slider-range{
    height: 4px;
    background: green;
}

.input_range {
    padding:2px;
    width:44%;
    border-radius: 5px;
    border:1px solid #1E7BE0;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
}

.input_block_range {
    display: flex;
    justify-content: space-between; 
    margin-bottom:10px;
}


.find_seff_value input {
    border-radius: 5px;
    border:1px solid #1E7BE0;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    padding:2px;
    width: 98%;
    
}


.filter .accord a.form-link-result {
    color: #fff;
    display: flex;
    align-items: center;
}

.filter .accord a.filter-reset{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
     
}

.banner-seff img{
    margin-top:20px;
    width:100%;
}

.aside__found {
    align-items: center;
    
}

