/*Обратка Получить консультацию*/

/* .get_consult-popup{
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -265px;
	width: 530px;
	padding: 55px 65px;
	background: white;
	z-index: 15;
	top: 30%;
	box-sizing: border-box;
}

.get_consult-popup__input{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 12px 15px;
	box-sizing: border-box;
	border: 1px solid #cac9c9;
}

.get_consult-popup__input:focus {
	box-shadow: 0 0 3px 0px #ff8232;
	border: 1px solid rgba(255, 130, 50, 0.92);
}



.get_consult-popup__title{
	text-transform: uppercase;
	color: black;
	text-align: left;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 25px;
}

.get_consult-popup__submit{
	display: block;
	background: #FF8232;
	border: none;
	width: 165px;
	padding: 15px 0px 10px;
	text-align: center;
	margin: 0px auto;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	float: right;
}

.get_consult-popup__close{
	position: absolute;
	right: 0px;
	top: 0;
	background: white;
	text-align: center;
	color: #525252;
	font-size: 52px;
	width: 65px;
	height: 52px;
	cursor: pointer;
	line-height: 56px;
	transition: 0.3s;
}

.get_consult-popup__close:hover {
	color: #ff8232
}

.get_consult-popup__hint {
	font-size: 13px;
	line-height: 50px;
} */