._cntt-grids {
    display: grid;
    grid-template-columns: 3.3%;
    grid-template-rows: 3.3%;
    grid-gap: 3px 3px;
    width: 100%;
    margin: 10px 0 38px;
    min-height: calc(100vw * .1);
    /* min-height: 128px; */
    min-width: 1100px;
    /* max-width: 1200px; */
}
._cg {
    border: 1px solid #CECECE;
    background-color: #fff;
}

._grd-gr__b {
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.__2 ._cg {
    background-color: #FCF7F5;
    border: 1px solid #FCF7F5; 
}
.__2 ._cg:hover {
    
    background-color: #FFF;
    border: 1px solid #CECECE;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1)
}
.__2 ._grd-gr__b {
    /* background-image: none !important; */
}

.__2 ._grd-gr__lst {
    visibility: hidden;
}

.__2 ._cg:hover ._grd-gr__lst {
    visibility: visible;
}

._grd-gr__b[data-dsc]:after {
    content: 'скидки до ' attr(data-dsc);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 8px;
    color: #fff;
    background-color: #D82424;
    font-weight: 600;
    margin: 0 0 0 23px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

._grd-gr__b {
}

.__2 ._grd-gr__b:after {
    visibility: hidden;
}

.__2 ._cg:hover ._grd-gr__b:after {
    visibility: visible;
}

._grd-gr__ttl {
    color: #005b95;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    /* letter-spacing: 0.9px; */
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: normal;
    display: inline-block;
    padding: 0 10px 0 10px;
    height: 27px;
    line-height: 27px;
    margin: 21px 0 11px 11px;
    position: relative;
}

.__2 ._cg ._grd-gr__ttl {
    
    border: 1px solid #DDE0E4;
    background-color: #fff;
    border-radius: 27px;
}

.__2 ._cg:hover ._grd-gr__ttl {
    border: 1px solid transparent;
    background-color: transparent;
}

/*
._grd-gr__ttl:after {
    content: attr(data-cnt) ' товаров';
    padding: 0 0 0 3px;
    color: #72737860;
    font-size: 13px;
    bottom: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -16px 0 0 0px;
    width: auto;
    white-space: nowrap;
    text-align: left;
}
*/

.__2 ._grd-gr__ttl:after {
    display: none;
}

.__2 ._cg:hover ._grd-gr__ttl:after {
    display: inline-block
}

._grd-gr__l {
    margin: 0 0 3px 0;
    position: relative;
    padding: 0 0 0 10px;
}

._grd-gr__l.__1:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    left: 0;
    margin: auto;
    content: '';
    border-radius: 11px;
    background-color: #F89829;
    background-color: #D82424;
    position: absolute;
    top: 0;
    bottom: 0;

}

._grd-gr__a {
    color: #005b95;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.35px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: normal;
}

._grd-gr__lst {
    padding: 0 11px 0 13px;
    display: block;
}

._grd-gr__vgd {
    padding:  0 0 0 25px;
    color: #005b95;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.35px;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
    line-height: 20px;
    margin: 40px 0 10px 21px;
    display: block;
}

.__2 ._cg ._grd-gr__vgd {
    visibility: hidden;
}

.__2 ._cg:hover ._grd-gr__vgd {
    visibility: visible;
}

._grd-gr__vgd:before {
    content: 'Выгодные цены на ';
    color: #43454E;
}

._grd-gr__vgd:after {
    content: '';
    background-image: url(/i_n/dsc.svg);
    background-color: 
#D82424; 
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}



._cntt-ctlg .adm_lnks {position: absolute; right: 0; z-index: 2;}