

/* Start:/bitrix/components/kostomarov/about-page/templates/.default/style.css?17896414115087*/
.kf-about-2026-focus {
    padding: 112px 0 120px;
    background: #fff;
}

.kf-about-2026-head {
    margin-bottom: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    align-items: end;
    gap: 80px;
}

.kf-about-2026-head h2,
.kf-about-2026-years h2 {
    margin: 22px 0 0;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(40px, 3.7vw, 56px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.055em;
}

.kf-about-2026-head > p {
    max-width: 460px;
    margin: 0 0 7px;
    color: #6d6966;
    font-size: 16px;
    line-height: 1.55;
}

.kf-about-2026-focus__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.kf-about-2026-focus__card {
    min-height: 260px;
    padding: 36px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    color: var(--kf-ink);
    background: #f7f4f0;
    cursor: default;
    transition: color .2s ease, background-color .2s ease;
}

.kf-about-2026-focus__card > span {
    color: rgba(181,34,63,.45);
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
}

.kf-about-2026-focus__card > div {
    margin-top: auto;
}

.kf-about-2026-focus__card h3 {
    margin: 0 0 16px;
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.04em;
}

.kf-about-2026-focus__card p {
    margin: 0;
    color: #6d6966;
    font-size: 16px;
    line-height: 1.5;
}

.kf-about-2026-focus__card--accent {
    color: #fff;
    background: var(--kf-red);
}

.kf-about-2026-focus__card--accent > span,
.kf-about-2026-focus__card--accent p {
    color: rgba(255,255,255,.72);
}

.kf-about-2026-focus__cards:hover .kf-about-2026-focus__card--accent:not(:hover) {
    color: var(--kf-ink);
    background: #f7f4f0;
}

.kf-about-2026-focus__cards:hover .kf-about-2026-focus__card--accent:not(:hover) > span {
    color: rgba(181,34,63,.45);
}

.kf-about-2026-focus__cards:hover .kf-about-2026-focus__card--accent:not(:hover) p {
    color: #6d6966;
}

.kf-about-2026-focus__card:hover {
    color: #fff;
    background: var(--kf-red);
}

.kf-about-2026-focus__card:hover > span,
.kf-about-2026-focus__card:hover p {
    color: rgba(255,255,255,.72);
}

.kf-about-2026-years {
    padding: 110px 0 112px;
    background: #f7f4f0;
}

.kf-about-2026-years__head {
    margin-bottom: 58px;
}

.kf-about-2026-years__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.kf-about-2026-year {
    min-height: 290px;
    padding: 34px;
    border: 1px solid #ded8d2;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.kf-about-2026-year__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    color: var(--kf-red);
    font-family: 'Unbounded', sans-serif;
}

.kf-about-2026-year__meta strong {
    font-size: 31px;
    line-height: 1;
}

.kf-about-2026-year__meta span {
    color: rgba(181,34,63,.45);
    font-size: 13px;
}

.kf-about-2026-year > div:last-child {
    margin-top: 42px;
}

.kf-about-2026-year h3 {
    margin: 0 0 15px;
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.025em;
}

.kf-about-2026-year p {
    margin: 0;
    color: #6d6966;
    font-size: 14px;
    line-height: 1.5;
}

.kf-about-2026-year--current {
    border-color: var(--kf-red);
    color: #fff;
    background: var(--kf-red);
}

.kf-about-2026-year--current .kf-about-2026-year__meta,
.kf-about-2026-year--current h3 {
    color: #fff;
}

.kf-about-2026-year--current .kf-about-2026-year__meta span {
    color: rgba(255,255,255,.5);
}

.kf-about-2026-year--current p {
    color: rgba(255,255,255,.76);
}

.kf-about-2026-years + .kf-page-cta-wrap {
    padding-top: 116px;
}

@media (max-width: 900px) {
    .kf-about-2026-head {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .kf-about-2026-focus__cards,
    .kf-about-2026-years__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kf-about-2026-focus__card:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .kf-about-2026-focus,
    .kf-about-2026-years {
        padding: 68px 0 76px;
    }

    .kf-about-2026-head,
    .kf-about-2026-years__head {
        margin-bottom: 38px;
    }

    .kf-about-2026-head h2,
    .kf-about-2026-years h2 {
        font-size: 36px;
    }

    .kf-about-2026-focus__cards,
    .kf-about-2026-years__grid {
        grid-template-columns: 1fr;
    }

    .kf-about-2026-focus__card:first-child {
        grid-column: auto;
    }

    .kf-about-2026-focus__card,
    .kf-about-2026-year {
        min-height: 250px;
        padding: 28px 24px;
    }

    .kf-about-2026-years + .kf-page-cta-wrap {
        padding-top: 68px;
    }
}

.kf-about-2026-years__head h2 { max-width: 1100px; font-size: clamp(30px, 3.3vw, 48px); line-height: 1.18; }
.kf-about-2026-year h3 { overflow-wrap: break-word; }

/* End */
/* /bitrix/components/kostomarov/about-page/templates/.default/style.css?17896414115087 */
