body *,
body *:after,
body *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{}
html, body{margin:0px;padding:0px;height:100%;}
body {
	font-family: 'Exo 2 Condensed', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;  color: #363f4c;
	background-color: #dadfe5;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(img/fon.png);
	background-attachment: fixed;
	height:100%;
}h1, h2, h3{
	font-weight:100;
	text-transform:uppercase;
	margin:0;
}
h1{
	font-size:100px;
	padding: 32px 0 50px;
}
h2{
	font-size:50px;
	font-weight:200;
	margin:0px;
	padding:50px 0; 
}
input[type="text"]{
	background: transparent;
	border-style: solid;
	border-color: #d4d7dd;
	border-width: 0px 0px 3px 0px;
	padding: 15px 0px;
	width: 100%;
	font-family: 'Tinos', 'Times New Roman', serif;
	font-style: italic;
	outline: none;
}
input.error[type="text"]{
  
border-color: #f58322;


}
a {
	color: #f58322;
	text-decoration: none;
	outline: none;
}
a *{ outline: none;}
a:hover{color: #363f4c;}
a img{border:none;}
table tr td {vertical-align:top;}

.colarea{font-size:0px;margin:0 -50px -50px 0;}
.colarea .col2, .colarea .col3, .colarea .col2-3{display:inline-block;vertical-align:top;font-size:16px;padding: 0px 50px 50px 0px;}

.colarea .col2{width:50%;}
.colarea .col3{width:33.33%;}
.colarea .col2-3{width:66.66%;}


.colarea .col2 .ov, .colarea .col3 .ov{padding:0 50px 50px 0;position:relative;}

