.text_block{
	width: 40%;
	float: left;
}

 .img_block{
	width: 60%;
	padding: 70px 40px 0;
	float: right;
}

.text_block, .img_block{
	display: inline-block;
	vertical-align: top;
}

.img_block img{
 	width: calc(100% - 20px);
 	height: auto;
 }

.text_block .form_text{
	font-size: 22px;
	line-height: 30px;
	padding: 0 0 15px 0;
}

.text_block table{
	margin: 0 0 30px 0;
}

.text_block table td{
 	padding: 0 10px 10px 0;
 	font-size: 18px;
 }

.text_block input[type="text"], .text_block input[type="email"], textarea{
	border: 0;
	border-bottom: 1px solid #999999;
	font-size: 18px;
	line-height:30px;
	padding: 8px 0px;
	margin: 0 0 18px 0;
	max-height: 60px;
	outline: none;
	resize: none;
	width: 100%;
}

.text_block input[type="submit"]{
	background-color: transparent;
	border: none;
	font-size: 18px;
	line-height: 20px;
	color: #646262;
	outline: none;
}

.text_block .al_center{
	text-align: center;
}
.text_block .btn_wrp{
	margin: 20px auto 0;
	display: inline-block;
	padding: 22px 37px;
	border: 1px solid #646262;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors{
	border: 0;
}

@media (max-width: 1024px){
	.text_block, .img_block{
		width: 100%;
		float: none;
		text-align: center;
	}

	.img_block{
		padding: 0px 0px 30px;
	}
}