

/* Start:/bitrix/components/kostomarov/contacts/templates/.default/style.css?17896414115944*/
.kf-contacts-info {
    padding: 92px 0 112px;
    background: #fff;
}

.kf-contacts-info__head {
    margin-bottom: 52px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    align-items: end;
    gap: 70px;
}

.kf-contacts-info__head h2 {
    margin: 22px 0 0;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(38px, 3.7vw, 56px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.kf-contacts-info__head > p {
    max-width: 420px;
    margin: 0 0 8px;
    color: #555258;
    font-size: 16px;
    line-height: 1.55;
}

.kf-contact-topics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kf-contact-topic {
    min-height: 300px;
    padding: 28px 30px 26px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    background: #f7f2ef;
    transition: color .2s ease, background-color .2s ease;
}

.kf-contact-topic__number {
    color: var(--kf-red);
    font-size: 12px;
}

.kf-contact-topic__body {
    margin-top: auto;
}

.kf-contact-topic h3 {
    margin: 0 0 16px;
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.04em;
}

.kf-contact-topic p {
    min-height: 48px;
    margin: 0 0 22px;
    color: #777278;
    font-size: 13px;
    line-height: 1.45;
}

.kf-contact-topic a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    overflow-wrap: anywhere;
}

.kf-contact-topic--primary {
    background: var(--kf-red);
    color: #fff;
}

.kf-contact-topic--primary .kf-contact-topic__number,
.kf-contact-topic--primary p {
    color: rgba(255, 255, 255, .72);
}

.kf-contact-topics:hover .kf-contact-topic--primary:not(:hover) {
    color: var(--kf-ink);
    background: #f7f2ef;
}

.kf-contact-topics:hover .kf-contact-topic--primary:not(:hover) .kf-contact-topic__number {
    color: var(--kf-red);
}

.kf-contact-topics:hover .kf-contact-topic--primary:not(:hover) p {
    color: #777278;
}

.kf-contact-topic:hover {
    color: #fff;
    background: var(--kf-red);
}

.kf-contact-topic:hover .kf-contact-topic__number,
.kf-contact-topic:hover p {
    color: rgba(255, 255, 255, .72);
}

.kf-contacts-review {
    padding: 88px 0 108px;
    background: #f7f4f0;
}

.kf-contacts-review__grid {
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: 16px;
}

.kf-contacts-review__intro,
.kf-contacts-review__form-card {
    min-height: 560px;
    border-radius: 24px;
}

.kf-contacts-review__intro {
    padding: 42px 40px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--kf-red);
    color: #fff;
}

.kf-contacts-review__intro .kf-eyebrow {
    color: rgba(255, 255, 255, .85);
}

.kf-contacts-review__intro h2 {
    margin: 24px 0 0;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(38px, 3.2vw, 50px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -.055em;
}

.kf-contacts-review__intro > p {
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.45;
}

.kf-contacts-review__form-card {
    min-height: 560px;
    padding: 42px 40px 32px;
}

.kf-contacts-review__form-card .kf-review-form-card__title {
    margin: 20px 0 24px;
    font-size: clamp(34px, 3vw, 46px);
}

.kf-contacts-review__form-card .kf-review-form {
    min-height: 210px;
    padding: 0;
    gap: 16px;
}

.kf-contacts-review__form-card .kf-review-form textarea {
    height: 100px;
}

.kf-contacts-review__form-card .kf-review-login {
    min-height: 210px;
    padding: 22px;
}

.kf-contacts-review__form-card .kf-review-prompt {
    min-height: 126px;
    margin-top: 18px;
}

.kf-contacts-review__form-card .kf-review-prompt__body {
    padding: 18px 20px;
}

.kf-contacts-review__form-card .kf-review-note {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kf-review-note__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--kf-red);
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kf-contacts-review + .kf-page-cta-wrap {
    padding-top: 96px;
}

@media (max-width: 980px) {
    .kf-contacts-info__head {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .kf-contact-topics {
        grid-template-columns: 1fr 1fr;
    }

    .kf-contact-topic:first-child {
        grid-column: 1 / -1;
    }

    .kf-contacts-review__grid {
        grid-template-columns: 1fr;
    }

    .kf-contacts-review__intro {
        min-height: 400px;
    }
}

@media (max-width: 640px) {
    .kf-contacts-info {
        padding: 66px 0 76px;
    }

    .kf-contacts-info__head {
        margin-bottom: 34px;
    }

    .kf-contacts-info__head h2 {
        font-size: 30px;
        line-height: 1.08;
        text-wrap: balance;
    }

    .kf-contact-topics {
        grid-template-columns: 1fr;
    }

    .kf-contact-topic:first-child {
        grid-column: auto;
    }

    .kf-contact-topic {
        min-height: 255px;
        padding: 24px;
    }

    .kf-contacts-review {
        padding: 66px 0 76px;
    }

    .kf-contacts-review__intro,
    .kf-contacts-review__form-card {
        min-height: auto;
        padding: 30px 24px;
        border-radius: 20px;
    }

    .kf-contacts-review__intro {
        min-height: 410px;
    }

    .kf-contacts-review__intro h2 {
        font-size: 30px;
        line-height: 1.08;
        text-wrap: balance;
    }

    .kf-contacts-review__form-card .kf-review-form-card__title {
        font-size: 30px;
        line-height: 1.08;
        text-wrap: balance;
    }

    .kf-contacts-review + .kf-page-cta-wrap {
        padding-top: 56px;
    }
}

.kf-contacts-review .kf-review-prompt h3 { font-size: clamp(14px, 1.3vw, 18px); line-height: 1.4; }

/* End */
/* /bitrix/components/kostomarov/contacts/templates/.default/style.css?17896414115944 */
