

/* Start:/local/templates/.default/components/bitrix/news/news2023/bitrix/news.list/.default/style.css?17851498794312*/
.articles-listing {
    margin: 4px 0 64px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
    align-items: stretch;
}

.article-card {
    min-width: 0;
}

.article-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    color: #29282f;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e5e3eb;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(25, 21, 51, 0.04);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.article-card__link:visited {
    color: #29282f;
}

.article-card__link:focus-visible {
    outline: 3px solid rgba(64, 52, 142, 0.28);
    outline-offset: 3px;
}

.article-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f1f3;
}

.article-card__image,
.article-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.article-card__image {
    object-fit: cover;
    transition: transform 320ms ease;
}

.article-card__placeholder {
    background:
        #f1f1f3
        url("/local/images/no-photo.svg")
        50% 50% / 92px auto
        no-repeat;
}

.article-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px 20px 18px;
}

.article-card__date {
    margin: 0 0 8px;
    color: #77747f;
    font-size: 13px;
    line-height: 1.4;
}

.article-card__title {
    display: -webkit-box;
    min-height: 2.7em;
    overflow: hidden;
    color: #29282f;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-card__summary {
    display: -webkit-box;
    margin-top: 12px;
    overflow: hidden;
    color: #5d5b65;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-card__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 18px;
    color: #40348e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.article-card__action::after {
    content: "\2192";
    margin-left: 12px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    transition: transform 180ms ease;
}

.articles-listing__pager {
    width: 100%;
}

.articles-listing__pager--top {
    margin-bottom: 28px;
}

.articles-listing__pager--bottom {
    margin-top: 36px;
}

.articles-listing__empty {
    margin: 0;
    padding: 28px 0 48px;
    color: #66636d;
    font-size: 16px;
    line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
    .article-card__link:hover {
        color: #29282f;
        border-color: #c9c4de;
        box-shadow: 0 14px 30px rgba(32, 27, 68, 0.13);
        transform: translateY(-3px);
    }

    .article-card__link:hover .article-card__image {
        transform: scale(1.025);
    }

    .article-card__link:hover .article-card__action::after {
        transform: translateX(3px);
    }
}

@media (max-width: 1080px) {
    .articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 699px) {
    .articles-listing {
        margin-bottom: 44px;
    }

    .articles-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .article-card__body {
        padding: 18px;
    }

    .article-card__title {
        min-height: 0;
        font-size: 18px;
    }

    .article-card__summary {
        margin-top: 10px;
        font-size: 14px;
    }

    .article-card__action {
        padding-top: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-card__link,
    .article-card__image,
    .article-card__action::after {
        transition: none;
    }
}


/* News artwork is promotional media: preserve the complete composition. */
.articles-listing--news .article-card__media {
    background: #fff;
    border-bottom: 1px solid #efedf3;
}

.articles-listing--news .article-card__image {
    object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
    .articles-listing--news .article-card__link:hover .article-card__image {
        transform: none;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/news2023/bitrix/news.list/.default/style.css?17851498794312 */
