.cat_tubs_1l {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}

.block_drop {
    display: flex;
    flex-wrap: wrap;
    height: 307px;
    overflow: hidden;
    transition: height .5s ease-in-out;
}

.new_cert_drop {
    display: flex;
    flex-wrap: wrap;
}

.item_cat1-l {
    border-bottom: 1px solid #C4C4C4;
    width: 16.6%;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;

    transition: all .2s ease;
}
.cont_item_lvl {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 15px;*/
    max-width: 164px;
    max-height: 164px;
    margin: 10px 0;

}

.item_cat1-l:hover {
    /*border: 1px solid #C4C4C4;*/
    border-radius: 10px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.cont_item_lvl a {
    text-align: center;
    overflow: hidden;
}

.img_cat {
    max-width: 133px !important;
    height: 74px !important;
}
.name_cat {
    font-size: 18px !important;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    height: 45px;
}
.btt_ff {
    margin: auto;
    background: #FFDD00;
    color: #000;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 30px;
    display: none;
}
.btt_ff:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    transition: all .2s ease;
}

.btt_ff.btn_color {
    background: #E5E5E5;
}

@media(max-width: 1080px) {
    .cat_tubs_1l {
        margin-bottom: 40px;
    }
    .item_cat1-l {
        width: 20%;
    }
}
@media(max-width: 930px) {
    .img_cat {
        max-width: 100% !important;
    }
}

@media(max-width: 793px) {
    .item_cat1-l {
        width: 25%;
    }
}

@media(max-width: 680px) {
    .item_cat1-l {
        width: 33%;
    }

}

@media(max-width: 500px) {
    .name_cat {
        font-size: 16px !important;
    }
    .item_cat1-l {
        width: 49%;
    }
    .catalog_s-wrap {
        width: 100%;
        margin: 0 22px;
        margin-bottom: 10px;
    }
    .grider {
        text-align: end;
    }
    .catalog_s-wrap, .catalog_s-wrap:nth-child(4n) {
        margin-right: 0;
        margin: 0 22px;
        margin-bottom: 10px;
    }
    .p-item .add-to-cart {
        width: 130px;
    }

    
}