

/* Start:/local/templates/celt/components/bitrix/news.list/news/style.css?1764180523832*/
.news-years-item {
    margin-bottom: 10px;
    cursor: pointer;
}
.news-years-item:not(:last-child) {
    margin-right: 10px;
}
.news-years-item input {
    display: none;
}
.news-years-item input:checked ~ span {
    background: #1D3E71;
    color: #fff;
}
.news-years-item span {
    border: 1.2px solid #D1DEFA;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 19px;
    font-family: 'Manrope Medium';
    display: inline-block;
}
.news-years-item:hover span {
    background: #1D3E71;
    color: #fff;
}

@media screen and (max-width: 1480px) {
    .news-years-item span {
        font-size: 16px;
    }
}
@media screen and (max-width: 576px) {
    .news-years-item span {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/celt/components/bitrix/news.list/news/style.css?1764180523832 */
