

/* Start:/local/templates/beam/components/bitrix/news.list/beam_news/style.css?17833413794230*/
.beam-news-container {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 32px;
}

.beam-news-hero {
    background-position: center;
    background-size: cover;
    height: 45vh;
    min-height: 360px;
}

.beam-news-hero__overlay {
    align-items: center;
    background: rgba(24, 78, 111, 0.2);
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
}

.beam-news-hero h1,
.beam-news-hero .beam-news-hero__overlay h1 {
    color: #fff;
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 300;
    line-height: 1.08;
    margin: 0;
}

.beam-news-hero .beam-news-hero__overlay h1 {
    color: #fff !important;
}

.beam-news-breadcrumb {
    margin: 28px 0 0;
}

.beam-news-breadcrumb .beam-news-container {
    align-items: center;
    color: #8f98a3;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 12px;
}

.beam-news-breadcrumb a {
    color: #4d5660;
    text-decoration: none;
}

.beam-news-breadcrumb a:hover {
    color: #78bce4;
}

.beam-news-section {
    padding: 72px 0 96px;
}

.beam-news-grid {
    display: grid;
    gap: 44px 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.beam-news-card {
    border-bottom: 1px solid #edf1f4;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-bottom: 30px;
}

.beam-news-card__image {
    align-items: center;
    background: #f4f9fc;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
}

.beam-news-card__image img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    transition: transform .28s ease;
    width: 100%;
}

.beam-news-card__image:hover img {
    transform: scale(1.025);
}

.beam-news-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.beam-news-card__date {
    color: #8ec6e8;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.beam-news-card h2 {
    font-size: clamp(20px, 1.45vw, 24px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.34;
    margin: 0 0 14px;
    text-transform: none !important;
}

.beam-news-card h2 a {
    color: #25272b;
    text-decoration: none;
    text-transform: none !important;
}

.beam-news-card h2 a:hover {
    color: #6eb7e0;
}

.beam-news-card p {
    color: #5f6874;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 26px;
}

.beam-news-card__link {
    align-items: center;
    background: var(--primary-color, #8ec6e8);
    border: 1px solid var(--primary-color, #8ec6e8);
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    margin-top: auto;
    min-height: 44px;
    min-width: 150px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    width: fit-content;
}

.beam-news-card__link:hover,
.beam-news-card__link:focus {
    background-color: var(--hover-color, #66a2c7);
    border-color: var(--hover-color, #66a2c7);
    color: #fff;
    text-decoration: none;
}

.beam-news-empty {
    color: #5f6874;
    max-width: 720px;
}

.beam-news-empty h2 {
    color: #25272b;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 300;
    line-height: 1.12;
    margin: 0 0 18px;
    text-transform: none !important;
}

.beam-news-empty p {
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
}

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

@media (min-width: 960px) {
    .beam-news-hero {
        height: 80vh;
        min-height: 560px;
    }
}

@media (min-width: 1200px) {
    .beam-news-hero {
        height: 84vh;
    }
}

@media (max-width: 680px) {
    .beam-news-container {
        padding: 0 20px;
    }

    .beam-news-hero,
    .beam-news-hero__overlay {
        min-height: 250px;
    }

    .beam-news-section {
        padding: 48px 0 72px;
    }

    .beam-news-grid {
        grid-template-columns: 1fr;
    }

    .beam-news-card p {
        font-size: 15px;
    }

    .beam-news-card h2 {
        font-size: 21px;
    }
}

/* End */
/* /local/templates/beam/components/bitrix/news.list/beam_news/style.css?17833413794230 */
