#need_consult_form{
	padding:40px;
	background: #EEF8FF;
	box-shadow: 0px 9px 56.4px 0px #ADCCDF85;
	border-radius:40px;
	position:relative;
}

#need_consult_form::after{
	content:'';
	background:url(images/portrait-young-woman-with-arms-crosses.png) 0px 0px no-repeat;
	width:563px;
	height:676px;
	position:absolute;
	right:85px;
	bottom:-96px;
	z-index:10;
}


#need_consult_form .form{
	max-width:551px;
}

#need_consult_form .form .form-group{
	margin-bottom:10px;
}

#need_consult_form .form .form-send{
	margin-top:15px;
}

#need_consult_form .icon-phone{
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:0;
	width:135px;
	height:135px;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.4);
	border:1px solid #fff;
	box-shadow: 0px 10px 11.4px 0px #AFAFAF61;
	position:absolute;
	top:130px;
	right:142px;
	z-index:20;
}

#need_consult_form .icon-phone span{
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:0;
	width:71px;
	height:71px;
	border-radius:50%;
	background:#fff;	
}

#need_consult_form .form label input[type="text"],
#need_consult_form .form label input[type="password"],
#need_consult_form .form label input[type="email"],
#need_consult_form .form label input[type="tel"]{
	height:65px;
	background:#F4F4F4;
	border:none;
}

#need_consult_form .form label input::placeholder{
	color:#A0A0A0;
}

@media (max-width: 1024px) {
	#need_consult_form::after{
		display:none;
	}

	#need_consult_form .icon-phone{
		display:none;
	}


}

@media (max-width: 480px) {
	#need_consult_form{
		background:none;
		box-shadow: none;
		padding:0px;
	}
}