

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1736955844467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/zolotoenasledie/components/bitrix/news/news/bitrix/news.list/.default/style.css?17674320634138*/
/* Лента новостей — современный вид */
.news-grid {
    max-width: 1200px;
    margin: 2.5rem auto;
    padding: 0 1rem;
}

.news-empty {
    text-align: center;
    font-size: 1.1rem;
    color: #64748b;
    padding: 2rem;
}

/* Сетка карточек */
.news-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

/* Карточка */
.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(66, 113, 166, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(66, 113, 166, 0.15);
} */

/* Изображение */
.news-card__image-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #f1f5f9;
}

.news-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card__image {
    transform: scale(1.05);
}

.news-card__image-link {
    display: block;
    height: 100%;
}

/* Теги */
.news-card__tags {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    z-index: 2;
}

.news-tag {
    background: #4271A6;
    color: #F8F6F2;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
}

/* Контент */
.news-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.news-card__date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.news-card__date svg {
    width: 14px;
    height: 14px;
    stroke: #4271A6;
}

.news-card__title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 1rem;
    color: #1e293b;
}

.news-card__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.news-card__title-link:hover {
    color: #4271A6;
}

.news-card__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 1.25rem;
    flex: 1;
}

.news-card__read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #4271A6;
    text-decoration: none;
    transition: gap 0.2s;
}

.news-card__read-more:hover {
    gap: 0.75rem;
}

/* Пагинация */
.news-pager {
    margin-top: 2rem;
    text-align: center;
}

.news-pager .navigation {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-pager .navigation li {
    margin: 0;
}

.news-pager .navigation a,
.news-pager .navigation .current {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 0.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.news-pager .navigation a {
    color: #334155;
    background: #f1f5f9;
}

.news-pager .navigation a:hover {
    background: #e2e8f0;
    color: #4271A6;
}

.news-pager .navigation .current {
    background: #4271A6;
    color: white;
}

/* Адаптив */
@media (max-width: 768px) {
    .news-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .news-card__image-wrapper {
        height: 280px;
    }

    .news-card__content {
        padding: 1.25rem;
    }

    .news-card__title {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .news-card__image-wrapper {
        height: 260px;
    }

    .news-card__tags {
        top: 10px;
        left: 10px;
        gap: 0.25rem;
    }

    .news-tag {
        padding: 0.15rem 0.6rem;
        font-size: 0.7rem;
    }

    .news-pager .navigation a,
    .news-pager .navigation .current {
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 0.875rem;
    }
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1736955844467 */
/* /local/templates/zolotoenasledie/components/bitrix/news/news/bitrix/news.list/.default/style.css?17674320634138 */
