

/* Start:/local/templates/kraskon/components/bitrix/news.list/kraskon_news_list/style.css?17896118095330*/
.news-page .page {
    width: min(1800px, calc(100% - 120px));
    max-width: 1800px;
    margin-inline: auto;
    padding-bottom: 210px;
}

.news-page .breadcrumbs {
    display: flex;
    gap: 24px;
    align-items: center;
    color: #8d6868;
    font: 500 16px/1.2 Manrope, "Segoe UI", sans-serif;
}

.news-page .breadcrumbs span {
    display: flex;
    gap: 24px;
    align-items: center;
}

.news-page .breadcrumbs span::before {
    content: "—";
}

.news-page .page-title {
    margin: 40px 0 26px;
    color: #6b3b37;
    font: italic 700 clamp(62px, 3.75vw, 72px)/1 "Kraskon Serif", "TeX Gyre Bonum", Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.news-page .news-page-list {
    display: grid;
    gap: 20px;
}

.news-page .news-page-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 525px);
    grid-template-rows: minmax(0, 1fr);
    gap: 50px;
    height: 430px;
    padding: 36px;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.news-page .news-page-card--without-image {
    grid-template-columns: minmax(0, 1fr);
}

.news-page .news-page-card > div {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
}

.news-page .news-page-card time {
    color: #8f6e6d;
    font: 400 clamp(12px, .833333vw, 16px)/1.2 Manrope, "Segoe UI", sans-serif;
}

.news-page .news-page-card h2 {
    max-width: 780px;
    margin: auto 0 20px;
    color: #6b3b37;
    font: italic 700 36px/1.05 "Kraskon Serif", "TeX Gyre Bonum", Georgia, "Times New Roman", serif;
    overflow-wrap: anywhere;
}

.news-page .news-page-card img {
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    border-radius: 8px;
    object-fit: cover;
}

.news-page .news-page-card .news-card-hit {
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: inherit;
}

.news-page .news-page-card .news-card-hit:focus-visible {
    outline: 2px solid #c32428;
    outline-offset: -4px;
}

.news-page .page > font.text {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    color: transparent;
    font-size: 0;
}

.news-page .page > font.text :is(a, b) {
    display: grid;
    place-items: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    color: #744b4c;
    font: 500 14px/1 Manrope, "Segoe UI", sans-serif;
}

.news-page .page > font.text b {
    background: #c9232a;
    color: #fff;
}

.news-page .page > font.text a:hover,
.news-page .page > font.text a:focus-visible {
    color: #c9232a;
}

@media (max-width: 1500px) and (min-width: 1101px) {
    .news-page .page {
        width: calc(100% - 80px);
    }
}

@media (max-width: 1200px) and (min-width: 801px) {
    .news-page .page-title {
        font-size: 80px;
    }

    .news-page .news-page-card {
        grid-template-columns: minmax(0, 600px) minmax(0, 258px);
        grid-template-rows: 205px;
        justify-content: space-between;
        height: 285px;
        padding: 40px;
        gap: 20px;
    }

    .news-page .news-page-card--without-image {
        grid-template-columns: minmax(0, 600px);
    }

    .news-page .news-page-card > div {
        gap: 4px;
    }

    .news-page .news-page-card h2 {
        max-width: 100%;
        margin: auto 0 0;
        font-size: clamp(28px, 3.33vw, 40px);
        line-height: 1;
    }

    .news-page .news-page-card img {
        align-self: center;
        justify-self: end;
        width: 258px;
        height: 188px;
    }
}

@media (max-width: 1100px) {
    .news-page .page {
        width: calc(100% - 40px);
    }
}

@media (max-width: 800px) {
    .news-page .page {
        padding-bottom: 80px;
    }

    .news-page .breadcrumbs {
        padding-top: 10px;
        gap: 10px;
        font-size: 13px;
    }

    .news-page .breadcrumbs span {
        gap: 10px;
    }

    .news-page .page-title {
        margin: 32px 0 20px;
        font-size: 32px;
        line-height: 1.12;
    }

    .news-page .news-page-list {
        gap: 10px;
    }

    .news-page .news-page-card,
    .news-page .news-page-card--without-image {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 30px;
        height: auto;
        min-height: 0;
        padding: 20px;
        border-radius: 8px;
    }

    .news-page .news-page-card > div {
        gap: 24px;
    }

    .news-page .news-page-card h2 {
        max-width: 100%;
        margin: 0;
        font-size: 32px;
        line-height: 1.09375;
    }

    .news-page .news-page-card img {
        justify-self: start;
        width: 258px;
        height: 188px;
    }
}

@media (max-width: 480px) {
    .news-page .page {
        width: calc(100% - 24px);
    }

    .news-page .news-page-card h2 {
        font-size: 25px;
    }

    .news-page .news-page-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 258 / 188;
    }
}

/* End */
/* /local/templates/kraskon/components/bitrix/news.list/kraskon_news_list/style.css?17896118095330 */
