.contacts_form { padding-bottom:50px; }
.contacts_form h3 {
	font-size:20px;
	color:#333333;
	font-weight:500;
	padding:20px 0px 50px 0px;
}
.contacts_form form {
	max-width:500px;
	width:100%;
}
.contacts_form form .form_line2 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}
.contacts_form form .form_line2 input { width:48%; }
.contacts_form form .form_line1 { margin-bottom:20px; }
.contacts_form form .form_line1 input { width:100%; }
.contacts_form form input {
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 1px 10px 0px rgba(0,0,0,0.04);
	font-size:13px;
	padding:10px 16px;
}
.contacts_form form textarea {
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 1px 10px 0px rgba(0,0,0,0.04);
	font-size:13px;
	padding:10px 16px;
	width:100%;
	height:140px;
}
.contacts_form form button {
	background:#97ce85;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:12px 14px;
	width:200px;
	border-radius:5px;
	margin-top:10px;
}
.contacts_form form p {
	font-size:14px;
	color:#595a61;
}
