

/* Start:/local/templates/tmpl2025/components/bitrix/news.list/news_list/style.css?17895059313392*/
.news2025-list {
    margin: 24px auto 0;
    max-width: 1300px;
}

.news2025-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 22px;
}

.news2025-card {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(13, 11, 12, 0.12);
    box-shadow: 0 14px 32px rgba(13, 11, 12, 0.08);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.news2025-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(13, 11, 12, 0.14);
}

.news2025-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news2025-card-link::before {
    content: none !important;
}

.news2025-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(90deg, #f2f0f0 0%, #fbf9f9 100%);
}

.news2025-card-media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
}

.news2025-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px 18px;
    min-height: 230px;
}

.news2025-card-date {
    display: inline-flex;
    width: fit-content;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    color: #5b5152;
    background: #fff1f3;
    border-radius: 999px;
    padding: 4px 10px;
}

.news2025-card-title {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    line-height: 1.25;
    color: #0d0b0c;
}

.news2025-card-text {
    margin: 0;
    color: #5b5152;
    line-height: 1.55;
    font-size: 15px;
}

.news2025-card-action {
    margin-top: auto;
    color: #c70012;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.news2025-empty {
    border-radius: 18px;
    border: 1px solid rgba(13, 11, 12, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f7f5f5 100%);
    box-shadow: 0 14px 32px rgba(13, 11, 12, 0.08);
    padding: 28px;
}

.news2025-empty h2 {
    margin: 0 0 10px;
    font-family: "Manrope", sans-serif;
    color: #0d0b0c;
}

.news2025-empty p {
    margin: 0;
    color: #5b5152;
}

.news2025-pagination {
    margin-top: 26px;
}

.news2025-pagination .modern-page-navigation,
.news2025-pagination .bx-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.news2025-pagination a,
.news2025-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(13, 11, 12, 0.12);
    background: #fff;
    color: #0d0b0c;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    padding: 0 12px;
}

.news2025-pagination a:hover {
    border-color: #c70012;
    color: #c70012;
}

.news2025-pagination .modern-page-current,
.news2025-pagination .bx-active span {
    background: #c70012;
    border-color: #c70012;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .news2025-list {
        margin-top: 16px;
    }

    .news2025-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .news2025-card-body {
        min-height: 0;
    }

    .news2025-card-title {
        font-size: 20px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1706693530675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /local/templates/tmpl2025/components/bitrix/news.list/news_list/style.css?17895059313392 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1706693530675 */
