.feedback{
    margin-top: 10%;
    color: #ffed01;
    text-transform: uppercase;
}
.feedback__container{
    max-width: 50%;
    margin: 0 auto;
}
.feedback__text{
    text-align: justify;
    font-size: 33.5px;
}

.feedback__form{
    margin: 15px 0;
}
.form__item{
    display: flex;
    margin: 50px 0;
}
.form__item__title{
    font-weight: 500;
    white-space: nowrap; 
    margin-right: 30px;
    width: 30%;
}
.form__item__input{
    width: 100%;
    background: white;
    color: #e50c3e;
    max-height: 100%;
    font-size: 25px;
    padding: 10px;
}.form__item__input input{
    width: 100%;
    
}

.massage{
    height: 150px;
}

.form__button{
    display: flex;
    justify-content: center;
}
.form__button__item{
    padding: 10px 40px;
    color: #e50c3e;
    background-color: #ffed01;
    line-height: 50px;
font-weight: 700;
text-transform: uppercase;
transition: 0.4s linear;
}
@media (min-width: 350px) and (max-width: 1600px) {
    .form__item__title,  .feedback__text, .form__button__item{
    font-size: calc(14px + (30.5 - 14) * ( (100vw - 350px) / ( 1600 - 350) ));
    line-height: calc(14px + (50 - 14) * ( (100vw - 350px) / ( 1600 - 350) ));
  }
}
@media(max-width: 800px){
    .feedback__container{
        max-width: 90%;
    }
    .form__item{
        margin: 10px;
    }
}
.form__button__item:hover{

    color: #ffed01;
    background-color: #e50c3e;
    outline: 1px solid #ffed01;
    transition: 0.4s linear;
}
.footer{
    height: 350px;
    background: #ffed01;
}
.footer__img img{
    width: 100%;
}
.footer__img {
    position: relative;
    left: 50px;
    top: 100px;
}
.footer__img a {
    color: #e50c3e;
    font-size: 28px;
}