.form-fos-feedback textarea,
.form-fos-feedback input:not([type=checkbox]) {
    background: rgba(0,0,0,.1);
    border: unset;
    border-radius: 1.4rem;
    font-size: 20px;
    color: #fff;
    outline: none;
    padding: 2.5rem 4rem;
    text-transform: uppercase;
    width: 100%;
    height: 66px;
    text-transform: uppercase;
}

.form-fos-feedback textarea {
    overflow: hidden;
    resize: none;
}

.form-fos-feedback textarea::placeholder,
.form-fos-feedback input::placeholder {
    color: #fff;
}

.form-fos-feedback label {
    padding: 0;
    background-color: transparent;
}

.form-fos-feedback .lredform-agree__text {
    font-size: 16px;
    color: #ffffff;
}

.form-fos-feedback .lredform-agree {
    margin-top: 2rem;
}

.form-fos-feedback .feedback-button {
    align-items: center;
    background: #fff;
    border-radius: 1.4rem;
    color: #1f1f1f;
    display: flex;
    font-size: 2rem;
    font-weight: 400;
    justify-content: center;
    line-height: 125%;
    margin-top: 2rem;
    max-width: 40rem;
    padding: 2.2rem 4.4rem;
    width: 100%;
    text-transform: none;
}

@media screen and (max-width: 1140px) {
    .form-fos-feedback textarea,
    .form-fos-feedback input:not([type=checkbox]) {
        padding: 15px 30px;
        font-size: 16px;
        text-transform: none;
    }   
}

@media screen and (max-width: 991px) {
    .form-fos-feedback .lredform-field {
        max-width: 50%;
    } 

    .form-fos-feedback textarea,
    .form-fos-feedback input:not([type=checkbox]) {
        height: 51px;
    }

    .form-fos-feedback .feedback-button {
        padding: 15px 30px;
        max-width: 300px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .form-fos-feedback .lredform-field {
        max-width: 100%;
    } 
}