.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
    grid-gap: 20px;
}
.category_greed{
    display: grid;
    grid-template-columns: 328px 1fr;
    grid-gap: 20px;
    align-items: start;
}
.maincontent{
    padding: 0 70px;
}
.filters{
    padding: 30px;
    border-radius: 10px;
    /*background: #F0F0F0;*/
    box-shadow: -5px 5px 13px 0px rgba(216, 216, 216, 0.90),
    5px -5px 10px 0px rgba(255, 255, 255, 0.90),
    -5px -5px 10px 0px rgba(216, 216, 216, 0.20),
    5px 5px 10px 0px rgba(216, 216, 216, 0.20),
    1px -1px 2px 0px rgba(216, 216, 216, 0.50) inset,
    -1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
}
.filters label{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 15px;
    grid-gap: 20px;
    position: relative;
    width: 95%;
}
.filters label span{
    color: #070707;
    opacity: 0.5;
    order: 1;
}
.filters label input{
    order: 2;
}
.filter-param h5, .filter-param .h5{
    padding: 30px 0 !important;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #070707;
    position: relative;
    border-top: 1px solid #D9D9D9;
    cursor: pointer;
    margin-bottom: 0;
}
.fblock{
    padding-bottom: 30px;
}
.filter-param h5:after, .filter-param .h5:after{
    content: "";
    background: url("img/down_str.svg") no-repeat center;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 40px;
    transition: 0.3s;
}
.filter-param h5.closed:after, .filter-param .h5.closed:after{
    rotate: 180deg;
}
.filter-param .slider input{
    width: 80px;
    height: 30px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background: #E8E8E8;
    margin-left: 10px;
    margin-right: 5px;
    text-indent: 10px;
}
.filter-param .slider .min{
    margin-right: 10px;
}
.filters .slider { background: transparent; }
.filters .ui-slider { margin: 10px 15px 10px 8px; display: block; }
.filters .ui-slider-horizontal { height: 4px; border: none;border-radius: 2px }
.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus { top: -0.55em; margin-left: -0.4em; height: 1.1em; width: 1.1em; border: none; box-shadow: 0 1px 2px rgba(0,0,0,0.15); border-radius: 50%; z-index: 0; }
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover { border-color: #999; box-shadow: 0 1px 4px rgba(0,0,0,0.35); }
.filters .ui-slider-horizontal.ui-widget-content { background: #D9D9D9; margin-top: 20px; }
.filters .ui-slider-horizontal .ui-widget-header { height: 4px; position: relative; top: -1px; z-index: 0; }
.filters .ui-widget-content .ui-state-default {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.filter-param > div{
    max-height: 400px;
    overflow: auto;
}
.filters-form-wrapper input[type="submit"]{
    display: none;
}
.filters label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.highload2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #7B7B7B;
    opacity: 1 !important;
}
.highload2:after {
    content: "";
    position: absolute;
    display: none;
}
.filters label input[type="checkbox"]:checked ~ .highload2:after {
    display: block;
}
.filters label .highload2:after {
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}
.filters label.sf-label-disabled{
    display: none;
}
.sub-links{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
    grid-gap: 20px;
    text-align: center;
    margin-bottom: 70px;
}
.sub-links li{
    border-radius: 10px;
    box-shadow: 5px 5px 13px 0px rgba(221, 221, 221, 0.90),
    -5px -5px 10px 0px rgba(255, 255, 255, 0.90),
    5px -5px 10px 0px rgba(221, 221, 221, 0.20),
    -5px 5px 10px 0px rgba(221, 221, 221, 0.20),
    -1px -1px 2px 0px rgba(221, 221, 221, 0.50) inset,
    1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
    padding: 35px 0;
}
.sub-links .img{
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-links span{
    font-size: 20px;
    font-weight: 500;
    color: #070707;
}
.sub-links img{
    max-height: 100%;
}
.horizontal-menu .main-menu--white-bg{
    border-bottom: 0;
}
.catalog__sorting{
    margin-bottom: 10px;
    height: 60px;
    display: grid;
    justify-content: flex-end;
    position: relative;
    grid-template-columns: 1fr 220px;
    grid-gap: 20px;
}
* {
    scrollbar-width: 5px;
    scrollbar-color: #E8E8E8;
}

/* Работает в Chrome, Edge и Safari */
.filters_search::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.filters_search::-webkit-scrollbar-track {
    background: #E8E8E8;
}

.filters_search::-webkit-scrollbar-thumb {
    border-radius: 2px;
    border: none;
}
.catalog__sorting-title{
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #E8E8E8;
    padding: 0;
    line-height: 50px;
    position: relative;
    height: 50px;
}
.catalog__sorting-text{
    text-align: center;
    background-image: url("img/nop_icon.svg");
    background-repeat: no-repeat;
    background-position: 20px 16px;
}
.catalog__sorting-title:hover .catalog__sorting-dropdown{
    display: block !important;
    position: absolute;
    top: 50px;
    list-style: none;
    padding: 26px;
    margin: 0;
    background: #E8E8E8;
    z-index: 1;
    left: 0;
    line-height: normal;
}
.catalog__sorting-dropdown a {
    display: block;
    padding: 5px 0;
    color: #000;
}
.filter_button{
    display: none;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #E8E8E8;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}
.filter_button span{
    margin-left: 13px;
}
.filters .mob_title{
    display: none;
}
.filters_search{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
}
.filters_search label{
    font-size: 15px;
    border: 1px solid #b9b7b7;
    padding: 0 20px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8E8E8;
    background-image: url("img/f_close.svg");
    background-repeat: no-repeat;
    background-position: right 2px;
    white-space: nowrap;
}
.submodels_button,
#select_submodels_button{
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #E8E8E8;
    padding: 0 11px;
    height: 50px;
    border: none;
    margin-left: 10px;
    box-sizing: border-box;
}
#select_submodels_button{
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}
#submodels_form span{
    color: #070707;
}