.feedback {
    background: #00594D;
    overflow: hidden;
}
.feedback h1, .feedback .h1 {
    color: #fafafa;
    position: relative;
    z-index: 1;
}
.feedback h1::before, .feedback .h1::before {
    border-color: #E7A320;
}
.feedback .h1-descr {
    color: #ccc;
}
.feedback form {
    margin-top: 57px;
}
.feedback-input {
    min-width: 1px;
    width: 100%;
    padding: 15px;
    font-family: var(--raleway-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    outline: unset;
    background: #FAFAFA;
    border: 1px solid #AFAFAF;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px;
}
.feedback-input[required]::before {
    content: "*";
}
.feedback-submit {
    width: 100%;
    text-transform: unset;
    margin-top: 15px;
    padding: 16px 0;
}
.feedback-h1_decor {
    position: absolute;
    z-index: -1;
    font-family: var(--raleway-family);
    font-weight: 900;
    font-size: 70px;
    line-height: 82px;
    text-transform: uppercase;
    opacity: 0.6;
    color: rgba(1, 100, 87, 0.6);
    left: 26%;
    pointer-events: none;
}
@media (max-width: 992px) {
    .feedback .col10 {
        width: calc(100% - 28px);
    }
    .feedback h1, .feedback .h1 {
        font-size: 30px;
        line-height: 1.17;
    }
    .feedback-form .col4 {
        width: calc(100% - 28px);
    }
}
@media (max-width: 576px) {
    .feedback-h1_decor {
        font-size: 40px;
        line-height: 1;
    }
    .feedback .col4 {
        width: calc(100% - 28px);
    }
}