.feedback {
    position: relative;
    background-size: cover;
    background-position: center center;
    ba
}

@media (max-width: 1199.98px) {
    .feedback {
        background-image: none !important
    }
}

@media (min-width: 1200px) {
    .feedback {
        padding: 100px 0
    }

    .feedback__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .feedback__form-wrapper {
        max-width: 710px;
        width: 100%
    }
}

.feedback__form-wrapper {
    background-color: var(--white);
    padding: 40px 12px
}

.feedback__form-head {
    margin-bottom: 40px;
    text-align: center
}

.feedback__form-title {
    color: var(--black);
    font-family: var(--accent-font);
    font-size: var(--text-size-40);
    line-height: var(--lh-xs);
    text-transform: uppercase
}

.feedback__form-description {
    font-size: var(--text-size-14);
    line-height: var(--lh-sm);
    color: var(--gray-m);
    margin-top: 12px
}

.feedback__form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.feedback__form-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width: 760px) {
    .feedback__form-wrapper {
        padding: 40px
    }

    .feedback__form-item--half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px)
    }
}

.feedback__form-footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

@media (min-width: 760px) {
    .feedback__form-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.feedback__form-attach {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.feedback__form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedback__form-submit-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.feedback__form-agree {
    margin-top: 20px
}

@media (min-width: 760px) {
    .feedback__form-agree {
        margin-top: 12px
    }
}

.feedback__form-wrapper .wpcf7-response-output {
    display: none;
}