body {
	font: 16px;
	font-family: Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: bold;
	font-size: 33px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
a {
	color: #0c9bee;
}
.bold {
	font-weight: bold;
}
.wrapper {
	width: 984px;
	margin: 0 auto;
	padding: 0;
}
.head {
	margin-top: 35px;
	height: 75px;
}
.top1 {
	float:left;
	width: 80px;
	text-align; center;
}
.top2 {
	float:left;
	width: 400px;
}
.top3 {
	float:left;
	width: 504px;
	text-align: right;
}
.logo-text {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 33px;
}
.logo-description {

}
.top-contacts {
	color: #0c9bee;
	padding: 10px 0 0 0;
}
.banner {
	margin: 0 0 70px 0;
}
.services-1, .services-2, .services-3 {
	width: 31%;
	text-align: center;
	float: left;
	padding: 0 10px;
}
.question {
	background: #f9f9f9;
	height: 500px;
	padding: 20px;
}
.question-1 {
	width: 50%;
	float: left;
}
.question-2 {
	text-align: center;
	width: 45%;
	padding: 0 20px;
	float: left;
}
.contacty {
	background: #000;
	color: #fff;
	height: 250px;
	padding: 20px;
}
.contacty-1, .contacty-2 {
	width: 50%;
	float: left;
}



*:focus {
	outline: none;
}
.contact_form input {
	height: 30px; 
	width: 300px; 
	padding: 5px 8px;
}
.contact_form textarea {
	padding: 8px; 
	width: 300px;
}
.contact_form input, .contact_form textarea { 
	border: 1px solid #aaa;
	padding-right: 5px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:70px;
}

/* === HTML5  === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Стили подсказок === */
.form_hint {
	background: #0c9bee;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* подсказки поверх всех элементов */
	position: absolute; /* правильное отображение, если подсказка в 2 строки */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
button.submit {
	background: #0c9bee;
	border: 1px solid #0c9bee;
	color: white;
	padding: 5px 20px;
	text-align: center;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}



@media screen and (min-width: 100px) and (max-width: 1024px) {
	.wrapper {
		width: 100%;
	}
	.services-1, .services-2, .services-3 {
		width: 100%;
		text-align: center;
		float: left;
		padding: 0;
	}
	.banner img {
		width: 100%;
	}
	.top1, .top2, .top3 {
		float:left;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.banner {
		margin: 20px 0;
	}
	.copyright {
		padding: 0 10px;
	}
	.contacty {
		height: 410px;
}
	.contacty-1, .contacty-2 {
		width: 100%;
	}
	.question {
		height: 740px;
	}
	.question-1, .question-2 {
		width: 100%;
		float: left;
}
}