/*-----forms-----*/
.feedbackblock {
    overflow: hidden;
    margin-top: 30px;
    background-image: url(../img/feedbackbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; } 
.feedback-block__overlay{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    float: left; }
.feedbackblock__inner{
    max-width: 1600px;
    padding: 50px 40px;
    margin: 0 auto;
    color: #fff;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
.feedbackblock__header-wrapper{
    width: 100%;
    margin-bottom: 30px;}
.feedbackblock__description{
    font-size: calc( (100vw - 280px)/(1600 - 280) * (22 - 12) + 12px);;
    margin-top: 20px; }
.feedbackblock__form{width:100%;}
.feedbackblock__form ::-webkit-input-placeholder,
  /* Chrome/Opera/Safari */
.feedbackblock__form ::-moz-placeholder,
  /* Firefox 19+ */
.feedbackblock__form:-ms-input-placeholder,
  /* IE 10+ */
.feedback-block__form:-moz-placeholder
  /* Firefox 18- */{
      color: #a6a299;}
.feedbackblock__half{
    padding-bottom: 25px;
    width: 49%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start; }
.feedbackblock__half--flex-start{
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.feedbackblock__half :placeholder-shown {
    background: #fff;
    opacity: 1;}
.form-field{
    outline: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    border: none; 
    background-color: #fff;
    color: #000; 
    height: 50px;
    border: none;
    border-left: 3px solid #0080ff;
    color: #a6a299;}
.feedbackblock__row{
    margin-top: 30px;}
.form-field--text{
    width:49%;}
.form-field--textarea{
    height:100%;
    color: #a6a299;
    padding: 20px; }
.file-input-button{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    margin-bottom: 15px;
    width:100%;}
.file-input-button__input{
    opacity: 0;
    visibility: hidden;
    position: absolute;}
.file-input-button__icon{display: block;}
.file-input-button__text{
    margin-left:10px;
    font-size: 20px;}
.feedbackblock__button-row{
    width:100%;
    text-align: right;}
.feedbackblock__submit-button,
.wide-feedback form button{
 font-size:16px;}