@charset "UTF-8";

.recThanks {
    color: #222;
}

.recThanks_complete {
    padding: 64px 24px 104px;
    background: #f5f5f5;
    text-align: center;
}

.recThanks_title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}

.recThanks_message {
    max-width: 500px;
    margin: 24px auto 0;
    padding: 28px 24px;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.recThanks_downloadLink {
    display: inline-block;
    margin-top: 22px;
    color: #1b7fbe;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.recThanks_downloadLink:hover,
.recThanks_cardLink:hover {
    text-decoration: underline;
}

.recThanks_services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 24px;
}

.recThanks_servicesTitle {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.recThanks_cardList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 1000px) {
    .recThanks_cardList {
        grid-template-columns: repeat(2, 332px);
        column-gap: 30px;
        justify-content: center;
    }
}

.recThanks_cardList .recTop_reason_button {
    margin-top: 0;
}

.recThanks_cardLink {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 16px 32px;
    background: #e5eef6;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.recThanks_cardLink::before {
    display: grid;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    border-radius: 50%;
    background: #2f83c7;
    color: #fff;
    content: '›';
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
    place-items: center;
}

.recThanks_cta {
    padding: 76px 24px;
    background: #f5f5f5;
    text-align: center;
}

.recThanks_ctaLead {
    margin: 0;
    color: #289b1e;
    font-size: 18px;
    font-weight: 700;
}

.recThanks_ctaTitle {
    margin: 28px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.recThanks_ctaText {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.75;
}

.recThanks_ctaButton {
    display: inline-block;
    margin-top: 28px;
    padding: 12px 24px;
    border-radius: 3px;
    background: #2f9f33;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.recThanks_ctaButton:hover {
    background: #218a18;
}

@media screen and (max-width: 999px) {
    .recThanks_complete {
        padding: 48px 16px 64px;
    }

    .recThanks_title {
        font-size: 22px;
    }

    .recThanks_message {
        padding: 24px 16px;
        font-size: 15px;
    }

    .recThanks_services {
        padding: 56px 16px;
    }

    .recThanks_servicesTitle {
        font-size: 26px;
    }

    .recThanks_cardList {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 32px;
    }

    .recThanks_cardLink {
        min-height: 64px;
        padding: 14px 20px;
        font-size: 16px;
    }

    .recThanks_cta {
        padding: 56px 16px;
    }

    .recThanks_ctaTitle {
        font-size: 20px;
    }

    .recThanks_ctaText {
        font-size: 14px;
    }
}
