.section-info--feedback {
    padding: 0 0 34px 0;
}

.section-feedback .section__description {
    max-width: 426px;
    opacity: 1;
}

.section-feedback .section__title {
    margin: 0 0 24px 0;
}

.section-feedback-form,
.section-feedback-form form {
    height: 100%;
}

.section-feedback-form .success-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section-feedback-form .success {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.section-feedback-form .form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}

.section-feedback-form .f-input__wrapper:nth-child(1),
.section-feedback-form .f-input__wrapper:nth-child(2) {
    width: calc(50% - 15px);
}

.section-feedback-form .f-input__wrapper:nth-child(2) {
    margin: 0 0 0 auto;
}

.section-feedback-form .f-input__wrapper:nth-child(3) {
    width: 100%;
    margin: 50px 0 0 0;
}

.section-feedback-form form .button {
    margin: 24px 30px 0 0;
}

.section-feedback-form form .form__privacy {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-grey);
    max-width: 278px;
    margin: 24px 0 0 0;
    align-self: center;
}

.section-feedback-form form .form__privacy * {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-grey);
    border-color: var(--c-grey);
}

@media (max-width: 1919px) {
    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 66px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 30px 30px 0 0;
    }

    .section-feedback-form form .form__privacy {
        margin: 30px 0 0 0;
    }

    .section-feedback-form .form-wrapper {
        margin: 27px 0 0 0;
    }
}

@media (max-width: 1439px) {
    .section-feedback-form .f-input__wrapper:nth-child(1),
    .section-feedback-form .f-input__wrapper:nth-child(2) {
        width: calc(50% - 12px);
    }

    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 64px 0 0 0;
    }

    .section-feedback-form form .form__privacy,
    .section-feedback-form form .form__privacy * {
        font-size: 14px;
        line-height: 18px;
    }

    .section-feedback-form form .form__privacy {
        margin: 40px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 40px 24px 0 0;
    }
}

@media (max-width: 1023px) {
    .section-feedback .section__title {
        margin: 0;
    }

    .section-feedback-form .form-wrapper {
        margin: 16px 0 0 0;
    }

    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 36px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 16px 16px 0 0;
    }

    .section-feedback-form form .form__privacy {
        margin: 8px 0 0 0;
    }
}