/*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*/ 

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

@media (max-width: 767.98px) {

  .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;
  }
}

.opportunity-block {
  background: #F2F8FC;
  border-radius: 8px;
  padding: 18px 14px 20px;
  margin-top: 27px;
}

.opportunity-block__body {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 16px;
}

.opportunity-block__mediabox {
  flex: 0 0 45px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #E05B23;
  svg {
    width: 29px;
    height: 41px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.opportunity-block__text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #333333;
}

.opportunity-block__btn {
  display: block;
  width: fit-content;
  text-decoration: none;
  height: 40px;
  border-radius: 5px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  margin-left: 61px;
  padding: 0 20px;
  background: #E05B23;
  border: none;
  transition: background .3s;
  &:hover{
    background: #DC4100;
  }
}

@media (min-width: 768px) { 
  .opportunity-block{  
    padding: 24px 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
  }
  .opportunity-block__body{
    flex: 1;
    margin-bottom: 0;
  }
  .opportunity-block__btn{
    margin: 0;
  }
}
@media (min-width: 992px) { 
  .opportunity-block{
    border-radius: 8px;
    margin-top: 78px;    
    gap: 27px;
  }
  .opportunity-block__body{
    gap: 27px;
  }
  .opportunity-block__mediabox{
    flex: 0 0 60px;
    svg{
      width: 40px;
      height: 56px;
    }    
  }
  .opportunity-block__text{
    font-size: 20px;
    font-weight: 400;
  }
  .opportunity-block__btn{
    height: 50px;
    padding: 0 30px;
    font-size: 17px;
    line-height: 50px;
  }
}