

/* Start:/bitrix/components/kostomarov/news-cards/templates/.default/style.css?17896414112080*/
.kf-news-cards { padding: 118px 0 116px; background: #fff; }
.kf-news-cards__head { margin-bottom: 58px; }
.kf-news-cards__head h2 { margin: 19px 0 0; font-family: 'Unbounded', sans-serif; font-size: 52px; font-weight: 700; line-height: 1.12; letter-spacing: -.04em; }
.kf-news-cards__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.kf-news-card { min-height: 276px; padding: 31px 28px 28px; border: 1px solid #ded8d2; border-radius: 20px; display: flex; flex-direction: column; overflow: hidden; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
a.kf-news-card:hover { border-color: #b5223f; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(31,23,25,.08); }
.kf-news-card time, .kf-news-card__label { margin-bottom: 16px; display: block; color: #b5223f; font-size: 13px; font-weight: 700; line-height: 1.2; letter-spacing: .075em; text-transform: uppercase; }
.kf-news-card h3 { margin: 0; font-family: 'Unbounded', sans-serif; font-size: 21px; font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.kf-news-card p { margin: 20px 0 0; color: #6d6966; font-size: 16px; line-height: 1.5; }
.kf-news-card--archive { color: #fff; background: #b5223f; border-color: #b5223f; }
.kf-news-card--archive h3 { color: #fff !important; }
.kf-news-card--archive .kf-news-card__label { color: #ffc5d0; }
.kf-news-card--archive p { color: rgba(255,255,255,.72); }
a.kf-news-card--archive:hover { border-color: #8f172f; background: #a61d38; }

@media (max-width: 900px) {
    .kf-news-cards { padding: 84px 0 92px; }
    .kf-news-cards__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .kf-news-cards { padding: 64px 0 72px; }
    .kf-news-cards__head { margin-bottom: 36px; }
    .kf-news-cards__head h2 { font-size: 35px; }
    .kf-news-cards__grid { grid-template-columns: 1fr; }
    .kf-news-card { min-height: 0; padding: 26px 22px; border-radius: 16px; }
    .kf-news-card h3 { font-size: 19px; }
    .kf-news-card p { margin-top: 16px; }
}

/* End */
/* /bitrix/components/kostomarov/news-cards/templates/.default/style.css?17896414112080 */
