

/* Start:/local/templates/aspro-scorp/components/bitrix/news.list/catalog-price/style.css?1771286854677*/
.sectionDescription{
    margin: 15px 15px;
}
.event{
    display: flex;
    gap: 5px;
}
.events{
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    display: block;
    font-size: 12px;
}
.events.new{
    background-image: linear-gradient(to right, #3cc051 0%, #b6d302 50%, #3cc051 100%);
}
.events.hit{
    background-image: linear-gradient(to right, #f01919 0%, #ed945d 51%, #f01919 100%);
}
.item:hover .events.new,
.item:hover .events.hit {
    background-position: right center; /* change the direction of the change here */
}
/* End */
/* /local/templates/aspro-scorp/components/bitrix/news.list/catalog-price/style.css?1771286854677 */
