.request-form {
    margin: 0 16px 64px;
}

.form-description {
    line-height: 20px;
    margin: 0 0 24px;
    font-size: 14px;
}

.request-form .form-wrapper input {
    width: 100%;
    line-height: 20px;
    padding: 21px 16px 23px;
    margin-bottom: 12px;
    border: 1px solid var(--background-block);
    border-radius: 12px;
    background: var(--base-white);
    font-size: 14px;
}

.request-form .form-button {
    width: 100%;
    margin: 4px 0 8px;
}

.request-form .text-confidentiality,
.request-form .text-personal {
    color: var(--base-text);
}

.request-form .text-accept {
    width: 238px;
    margin: 0 0 8px;
}

@media (min-width: 960px) {
    .request-form .title {
        line-height: 38px;
        margin-bottom: 24px;
        font-size: 32px;
    }

    .form-wrapper {
        display: flex;
        margin-bottom: 12px;
        gap: 12px;
    }

    .request-form .text-accept {
        margin-left: auto;
        text-align: end;
    }

    .text-footnote {
        text-align: end;
    }
}

@media (min-width: 1440px) {

    .request-form {
        width: 1240px;
        margin: 0 auto 80px;
    }


    .request-form .title {
        line-height: 56px;
        margin-bottom: 24px;
        font-size: 40px;
    }

    .form-description {
        width: 507px;
        line-height: 22px;
        font-size: 16px;
    }

    .form-container {
        display: flex;
        justify-content: space-between;
        padding: 36px 24px;
        margin-bottom: 8px;
        border: 1px solid var(--accent);
        border-radius: 16px;
        background: var(--background-color);
        gap: 12px;
    }

    .request-form input {
        width: 272px;
        line-height: 22px;
        padding: 20px 16px 20px;
        margin-bottom: 0;
        font-size: 16px;

    }

    .request-form .form-button {
        width: 298px;
        line-height: 22px;
        padding: 21px;
        margin: 0;
        font-size: 16px;
    }

    .form-wrapper {
        margin-bottom: 0;
    }

    .text-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .request-form .text-accept {
        order: 2;
        width: 290px;
        line-height: 17px;
        margin-left: 0;
        font-size: 12px;
    }

    .text-footnote {
        line-height: 17px;
        margin: 0;
        font-size: 12px;
    }

}