/* .catalog-list__sticker_new {
    width: 30px;
    position: relative;
    height: 0;
}

.catalog-list__sticker_new img,.catalog-list__sticker img {
    width: 30px;
    margin-left: 0;
    margin-bottom: 5px;
}
.catalog-grid__card .catalog-list__sticker_new img{
    margin-bottom: 3px;
}
.catalog-list__table-product__img .catalog-list__sticker_new .catalog_sticker_text {
    right: unset;
    left: 30px;
}
.catalog-list__table-product__img .catalog-list__sticker .catalog_sticker_text {
    max-width: calc(100% - 30px);
    word-wrap: break-word;
}
.catalog-grid__card .catalog-list__sticker_new {
    position: absolute;
    top: 0;
    right: 0;
}

.catalog-grid__card .catalog-list__sticker{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.catalog-grid__card .catalog-list__sticker .catalog_sticker_text{
    right: auto;
    left: 30px;
} */
