.filter_clear_button{
	    background: #cce6fb;
		    text-transform: uppercase;
    line-heighT: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #2976b0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	    border-top: 10px solid #fff
}
@media (max-width: 991px) {
    .catalog-top-string {
		        flex-wrap: wrap;
	}
}
@media (max-width:992px){
	.filter_clear_button{
    max-width: calc(100% - 60px);
    margin: 0 auto;
 border-top: unset
	}
	
	.used_filter_items .catalog-top-string__item{
        display: flex;
        width: fit-content;
	}
	.used_filter_items{
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
	}
}