.pilot {
	position: relative; 
	margin-top: -72px;
	padding: 175px 0 30px;
	background: #e7f4f7 url(../../../assets/img/pilot-bg.png) no-repeat center top;
	-webkit-background-size: 100%;
	background-size: 100%;
	font: 15px/26px 'Aquawax-medium';
	color: #303a4a;
	overflow: hidden;
}
.pilot .pilot-image-1 {
	position: absolute;
	top: 0;
	right: 640px;
}
.pilot .pilot-image-2 {
	position: absolute;
	top: 290px;
	right: -450px;
}
.pilot-text {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin-bottom: 320px;
}
.pilot-text .pilot-title {
	max-width: 450px;
	margin: 0;
	font: 27px/35px 'Aquawax-medium';
	color: #e03f41;
}
.pilot-text .pilot-subtitle {
	margin: 6px 0 20px;
	font: 21px/30px 'Aquawax-medium';
	color: #273648;	
}
.pilot-text p {
	margin: 20px 0 26px;
	font: 15px/26px 'Aquawax-medium';
}

.pilot-form-wrap {
	padding: 0 15px;
}
.pilot-form-wrap h2 {
	margin-bottom: 56px;
	font: 27px/27px 'Aquawax-medium';
}
.pilot-form {
	width: 100%;
	padding: 0 85px 0 35px;
}
.form-group {
	margin-bottom: 20px;
}
.form-label {
	display: block;
	width: 100%;
	padding: 16px 0;
	font: 24px/31px 'Aquawax-Light';
	color: #3d434e;
}
.form-text {
	display: block;
	width: 100%;
	height: 64px;
	padding: 0 20px;
	background: #ffffff;
	font-size: 24px;
	line-height: 26px;
	color: #3d434e;
}
textarea.form-text {
	height: 133px;
	padding: 20px;
}
.form-btn {
	padding: 25px 64px 25px 64px;
}
.form-group_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.form-group_row .form-label {
	width: 150px;
}
.form-group_row .form-text {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
}

/*pilot-about*/
.pilot-about {
	padding: 60px 0 10px;
	background: #ffffff url(../../../assets/img/pilot-about-bg.png) repeat-x left top;
	font: 16px/26px 'Aquawax-Light';
	color: #3d434e;
}
.pilot-about-inner {
	padding: 0 20px;
}
.pilot-about h2 {
	font-size: 24px;
}
.pilot-about p {
	margin: 21px 0 26px;
	font: 16px/26px 'Aquawax-Light';
	color: #3d434e;
}
.pilot-about .column {
	margin-top: 30px;
}
.pilot-about .hand-column {
	width: 100%;
	padding: 0;
}
.pilot-about .hand-column img {
	margin: 0 auto;
}
.pilot-about-footer {
	margin: 43px 0;
	text-align: center;
}
.pilot-about-footer .btn {
	padding: 25px 28px 25px 31px
}



@media only screen and (max-width: 1700px) {
	.pilot .pilot-image-1 {
		right: 490px;
	}
	.pilot .pilot-image-2 {
		right: -560px;
	}
}
@media only screen and (max-width: 1600px) {
	.pilot .pilot-image-1 {
		right: 370px;
	}
}

@media only screen and (max-width: 1366px) {
	.pilot .pilot-image-1 {
		right: 320px;
	}
	.pilot .pilot-image-2 {
		right: -630px;
	}
}

@media only screen and (max-width: 1199px) {
	.pilot .pilot-image-1 {
		right: 240px;
	}
	.pilot .pilot-image-2 {
		right: -670px;
	}
	.pilot-text {
		max-width: 620px;
	}
}

@media only screen and (max-width: 1024px) {
	body {
		padding-top: 63px;
	}
	
	.pilot {
		margin-top: 0;
		padding: 30px 0;
		background: #e7f4f7;
	}
	.pilot .pilot-image-1,
	.pilot .pilot-image-2 {
		display: none;
	}
	.pilot-text {
		max-width: none;
		margin-bottom: 30px;
	}

	.pilot-form-wrap {
		padding: 0;
	}
	.pilot-form-wrap h2 {
		margin-bottom: 30px;
	}
	.pilot-form {
		padding: 0;
	}
	.pilot-about {
		padding: 40px 0 10px;
	}
	.pilot-about-inner {
		padding: 0;
	}
}

@media only screen and (max-width: 479px) {
	.form-group_row {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.form-group {
		margin-bottom: 10px;
	}
	.form-label {
		padding: 10px 0;
		font: 20px/24px 'Aquawax-Light';
	}
	.form-btn {
		padding: 15px 30px 15px 30px;
	}
	.form-group_row .form-label {
		width: 100%;
	}
	.form-group_row .form-text {
		width: 100%;
	}

	.pilot-about-footer .btn {
		padding: 15px 30px 15px 30px;
	}
}