/* start send voice styles  */

.popup-sendvoice{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 310px;
	border-radius: 8px;
	padding: 23px;
	text-align: center;
	background: #fff;
	z-index: 999999;
	max-width: 95%;

	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity .3s;
}
.popup-sendvoice.active{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.popup-sendvoice__title{
	font-family: IBM Plex Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
	text-align: center;
	margin-bottom: 20px;

}
.popup-sendvoice__inp{
width: 126px;
height: 45px;
border-radius: 5px;
border: 1px solid #0094FF;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;

font-family: IBM Plex Sans;
font-size: 18px;
font-weight: 300;
line-height: 45px;
padding: 0 6px;

}
.popup-sendvoice__inp.error{
	border-color: #FF7D45;
}
.popup-sendvoice__label{
	font-family: IBM Plex Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;
	text-align: center;
	color: #595959;
	margin-top: 20px;

}
.popup-sendvoice__label.again{
	text-decoration: underline;
	display: none;
	cursor: pointer;
}
.popup-sendvoice__label.error{
	display: none;
	color: #FF7D45;
	margin-top: 7px;

}
.popup-sendvoice__label.again + .popup-sendvoice__label.error{
	margin-top: 4px;
}
.modal-dialog, .modal-dialog2{
	position: fixed;
	z-index: 9000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(16, 56, 94, 0.3);

	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity .3s;
}
.modal-dialog.active, .modal-dialog2.active{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

/* eof send voice styles  */


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