.slide-img {
	width: 70%;
	height: 55%;
}

.slide_img{
    display: none;
}

.contacts {
	margin-left: 692px;
	margin-top: -319px;
	border: none;
	width: 272px;

}

.formHeader {
	width: 100%;
	text-align: center;
	line-height: 45px;
    padding: 1px 0;
    height: 50px;
}

.formHeader_line{
    border: 1px solid #bfd0dd;
    border-right: 0;
    border-left: 0;
}

.formBody {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #075292;
	border: 3px solid #03375c;
	border-top: 1px solid #03375c;
	padding: 23px 18px 23px 19px;
}

.contacts > label {
	text-align: left;
	font-size: 14px;
	display: block;
	color: #fff;
	margin: 0 10px 0 0;
}
.new-form {
	box-sizing: border-box;
	display: inline-block;
	height: 28px;
	width: 229px;
	padding: 0 10px;
	margin-bottom: 11px;
	/*line-height: 28px;*/
	/*vertical-align: middle;*/
	background-color: #ffffff;
	border: none;

	-webkit-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.075);

	font-size: 12px;
	font-style: italic;
	color: #03365b;
}

.select-fix {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;

	border: none;
	border-radius: 0;

	height: 28px;
	width: 229px;
	margin-bottom: 11px;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 28px;
	vertical-align: middle;
	cursor: pointer;

	font-style: italic;
	color: #03365b;

	-webkit-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.075);

	background: url(/wp-content/themes/theme1035/slides/form_dropDown_arrow.png) no-repeat right center #fff;
}

.contacts > p {
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
}
.submit {
	width: 50%;
	font-size: 18px;
	height: 30px;
	margin: 10px 1px 0 0;
	padding: 2px 2px;
}
.submit:hover {
	cursor: pointer;
}
.text-main {
	color: white;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
.small {
	width: 109px;
	float: left;
	margin-right: 11px;
	white-space: nowrap;
}
.small-last {
	margin-right: 0;
}
.new-submit {
	width: 229px;
	height: 32px;
	margin: 0;
	border: none;
	background: URL(form_submit_button.png) no-repeat;
	display: inline-block;
	color: #00194b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

::-webkit-input-placeholder {
	font-size: 12px;
	font-style: italic;
	color: #03365b;
}
:-moz-placeholder {
	font-size: 12px;
	font-style: italic;
	color: #03365b;
}
::-moz-placeholder {
	font-size: 12px;
	font-style: italic;
	color: #03365b;
}
:-ms-input-placeholder {
	font-size: 12px;
	font-style: italic;
	color: #03365b;
}

/*
     */
/*
*/