

/* Start:/local/templates/fitasyntex/components/bitrix/news/news_final_fitasyntex/style.css?17592574581886*/
@charset "UTF-8";
.news-final-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px;
}


.news-final-year-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
}


.news-final-year-filter a {
    color: #1a1a1a;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}


.news-final-year-filter a.is-active,
.news-final-year-filter a:hover {
    background-color: #120FA0;
    color: #fff;
    border-color: #120FA0;
    box-shadow: 0 6px 18px rgba(18, 15, 160, 0.18);
    transform: translateY(-1px);
}


.news-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eaeaea;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}


.news-card__image {
    width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    background: #f5f5f5;
    transition: transform 0.25s ease;
}


.news-card:hover .news-card__image {
    transform: scale(1.02);
}


.news-card__meta-date {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 6px;
}


.news-card__title {
    font-size: 20px;
    line-height: 1.3;
    color: #120FA0;
    margin: 0 0 8px 0;
}


.news-card__preview {
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
}


@media (max-width: 640px) {
    .news-card {
        grid-template-columns: 1fr;
    }
    .news-card__image {
        width: 100%;
        height: 200px;
    }
}







/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177687309751*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/fitasyntex/components/bitrix/news/news_final_fitasyntex/style.css?17592574581886 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177687309751 */
