.sort-menu {
    background: white;
    bottom: 70px !important;
}
.sort-menu .menu-fixed {
    z-index: 301;
}

.sort-menu-list {
    list-style-type: none;
}

.sort-menu-list li {
    padding: 10px 0;
    border-bottom: 1px solid #E6E5E5;
    position: relative;
}

.sort-menu-list li a {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #353434;
    display: block;
}

.sort-menu-list li.sort-active a {
    color: #A01D30;
}

.sort-menu-list li.sort-active::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 13px;
    height: 10px;
    background: url("/bitrix/templates/ostmarket-main/images/check.png");
    bottom: 15px;
    right: 10px;
}