

/* Start:/local/templates/aspro-allcorp2/components/bitrix/news.list/catalog_list-opt/style.css?17720307941162*/
/*stickers*/
.item .image-wrapper{
    position: relative;
    overflow: hidden;
}
.item .stickers-new{
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.item .stickers-new div.sticker{
    position: relative;
    display: flex;
    transform: translate(100%, 0);
    transition: transform 1s, right 1s;
    width: max-content;
    right: 20px;
}
.item .stickers-new div.sticker:hover{
    transform: translate(0, 0);
    transition: transform 1s, right 1s;
    width: auto;
    right: 0;
}
.item .stickers-new div.sticker:hover span{
    display: inline-block;
    transition: transform 1s, opacity 1s;
    opacity: 1;
    transform: translate(0,0);
    word-break: break-all;
}
.item .stickers-new .sticker span{
    transition: transform 1s, opacity 1s;
    opacity: 0;
    display: inline-block;
    background-color: #ff4f00;
    color:white;
    padding: 5px;
    border-radius: 4px;
    word-break: break-all;
}

.item .stickers-new .sticker img{
    width: 20px;
    z-index: 2;
    margin-right: 5px;
}
/* End */
/* /local/templates/aspro-allcorp2/components/bitrix/news.list/catalog_list-opt/style.css?17720307941162 */
