.rc-anchor{
	z-index:999999;
}
#content{
	height: 752px;
}
.form_contact{
	color: white;
}
input[type="submit"]{
	background-color: #52CE18;
}
#input_name{
	max-width: 500px;
}
.input_name{
	width: 50%;
	margin-right: 20%;
	float: left;
}
.float_left{
	float: left;
}
.phone_input{
	clear: both;
	
}
#input_phone{
	width: 30%;
}
@media (max-width: 920px){
	.input_name{
		float: none;
	}
	.phone_input{
		margin-left: -140px;
	}
}



.clear{
	clear: both;
}