@charset "utf-8";
/* CSS Document */

form {
	width: 45%;
	float: left;
}

form h1 {
	margin-bottom: 20px;
}

input, select{
	color: #626262;
	height: 35px;
	width: 215px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	display: block;
	padding: 8px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input {
	margin: 20px 0;
}

.left_form {
	margin-left: 20px;
	display: inile-block;
	text-align: top;
	float: left;
}

.right_form {
	display: inile-block;
	text-align: top;
	float: right;
}

.right_form p {
	margin-bottom: 5px;
	font-size: 15px;
}

textarea{
	max-width: 215px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.submit {
	border: none;
	height: 67px;
	background: url(../images/submit.png) no-repeat;
	text-align: left;
	cursor: pointer;
}

.benefits {
	margin-bottom: 30px;
}
@media  only screen and (max-width: 1170px){
	form {
		width: 52%;
	}
	input, select {
		width: 190px;
	}
	textarea{
		max-width: 190px;
	}
	.submit {
		background: url(../images/submit2.png) no-repeat;
	}
}

@media  only screen and (max-width: 860px){
	.dark_line {
		margin-bottom: 0;
	}
	form {
		float: none;
		width: 100%;
		margin: 20px auto;
		text-align: center;
		display: block;
	}	
	.bg_form {
		width: 100%;
		padding: 20px 0;
		background: url(../images/bg_opacity1.png);
	}
	.left_form {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 20px;
	}
	
	.right_form {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 20px;
	}
	input, select {
		width: 215px;
	}
	textarea{
		max-width: 215px;	
	}
	.submit {
		background: url(../images/submit.png) no-repeat;
	}
}