

/* Start:/local/templates/aspro-scorp/components/bitrix/news.list/catalog-table/style.css?1771286854777*/
.sectionDescription{
    margin: 15px 15px;
}
.event{
    display: flex;
    position: absolute;
    left: 10px;
    top: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
}
.events{
    color: #fff;
    padding: 5px 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;
}
.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-table/style.css?1771286854777 */
