.filter {
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .filter {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.block_products_filter .sort-follow {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.block_products_filter .sort-follow .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 17.58px;
}

.sort_by {
    margin-top: 7px;
}

ul {
    list-style-type: none;
    padding-inline-start: 0px;
    text-align: left;
}

.result {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.comment {
    color: #0642AD;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.block_products_filter .sort-follow ul {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /* padding-bottom: 10px; */
    position: absolute;
    top: 35px;
    right: 1px;
    z-index: 1;
}

.block_products_filter .sort-follow li {
    padding: 5px 22px 5px 8px;
}

.block_products_filter .sort-follow li a {
    padding: 8px 18px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
}

.block_products_filter .sort-follow li:hover {
    background: #E42014;
}

.block_products_filter .sort-follow li:hover a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.block_products_filter .sort-follow-active {
    padding: 8px 18px;
    border: 1px solid #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #333333;
}

.block_products_filter .sort-follow-active span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #333333;
}

.block_products_filter .sort-follow-active span {
    background: url("../images/arrow.png") no-repeat scroll right center;
    padding-right: 20px;
    cursor: pointer;
    white-space: nowrap;
}