.fast_filter {

}

.catalog {
    min-width: 100%;
}

/* fast filter */

@media (max-width: 1280px) {
    .fast_filter>A {
        padding: 15px 10px !important;
    }
}

@media (max-width: 1180px) {

    .fast_filter>A {
        padding: 7px 10px !important;
        vertical-align: middle;
        line-height: 26px;
    }

    .fast_filter>A:nth-child(3),
    .fast_filter>A:nth-child(4) {
        line-height: 13px;
    }
    /* temp fix
    .head-line .elem.elem__3 {
        padding: 0 20px !important;
    }
    .head .logo__krmz.center {
        margin: 36px 30px 0 30px !important;
    }
    .head-line .elem.elem__4 {
        width: 300px;
    }
    .header-wl {
        margin-left: calc(100% / 2 - 89px) !important;
    } */

    .fixed .head .logo__krmz.center {
        margin: 5px 15px 0 15px !important;
    }
    /* --- */
}

@media (max-width: 940px) {
    /*.head .logo__krmz.center {
        margin: 9px 15px 0 15px !important;
    }*/

    .fast_filter {
        display: none;
    }
}


