/*start button with loader*/
.fa_form__inp-submit.active{
    background: #E05B23 url(../images/loader.gif) center no-repeat;
    background-size: auto 22px;
    font-size: 0;
}
/*eof button with loader*/ 
.fa_doc-area__desc{
	width:270px !important;
}

.fa-logo-cont picture:nth-child(4) {
  width: 109px;
}

 .txt_oferta {
  font-size: 12px;
  color: #6D6D6D;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .fa-logo-cont picture:nth-child(4) {
    width: 90px;
  }

  .txt_oferta {
    font-size: 10px;
    
    margin-top: 10px;
    text-align: center;
  }

  .txt_oferta_ds {
    display: none;
  }

  .fa_footer__col:nth-child(2) {
    padding-top: 0;
    border-bottom: 1px solid rgba(212, 221, 227, 0.6);
    padding-bottom: 15px;
    border-top: none;
  }

  .fa_footer__top{

  }

}

@media (min-width: 768px) {
  .txt_oferta_mb {
    display: none;
  }
}
.fa_form__ahtung{
  margin-top: 3px;
  margin-bottom: 0;
}