@import url(reset.css);

@font-face {
    font-family: "exo2";
    src: url("font/exo2.0-light.eot");
    src: url("font/exo2.0-light.eot?#iefix") format("embedded-opentype"),
         url("font/exo2.0-light.ttf") format("truetype"),
         url("font/exo2.0-light.woff") format("woff"),
         url("font/exo2.0-light.svg#exo2") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "exo2";
    src: url("font/exo2.0-regular.eot");
    src: url("font/exo2.0-regular.eot?#iefix") format("embedded-opentype"),
         url("font/exo2.0-regular.ttf") format("truetype"),
         url("font/exo2.0-regular.woff") format("woff"),
         url("font/exo2.0-regular.svg#exo2") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "exo2";
    src: url("font/exo2.0-medium.eot");
    src: url("font/exo2.0-medium.eot?#iefix") format("embedded-opentype"),
         url("font/exo2.0-medium.ttf") format("truetype"),
         url("font/exo2.0-medium.woff") format("woff"),
         url("font/exo2.0-medium.svg#exo2") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "exo2";
    src: url("font/exo2.0-bold.eot");
    src: url("font/exo2.0-bold.eot?#iefix") format("embedded-opentype"),
         url("font/exo2.0-bold.ttf") format("truetype"),
         url("font/exo2.0-bold.woff") format("woff"),
         url("font/exo2.0-bold.svg#exo2") format("svg");
    font-weight: bold;
    font-style: normal;
}

body {
	position: relative;
	color: #292929;
	font: 300 14px/18px 'exo2', sans-serif;
}

a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

li {
	display: block;
}

.clear:after {
	width: 100%;
	height: 0px;
	clear: both;
	display: block;
	content: "";
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header {
	width: 100%;
	background: rgba(255,255,255,0.8);
	padding: 22px 0 27px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 25;
}

.logo {
	margin: 6px 0 0;
	padding: 0 0 0 41px;
	float: left;
	position: relative;
	color: #292929;
	font: bold 30px/22px 'exo2', sans-serif;
	text-transform: uppercase;
}

.logo:after {
	width: 32px;
	height: 24px;
	background: url(../images/icons.png) 0px 0px no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
}

.logo span {
	color: #0e71b8;
}

.header .phone {
	background: url(../images/icons.png) 0px -44px no-repeat;
	padding: 0 0 0 40px;
	float: right;
	font: 25px/31px 'exo2', sans-serif;
}

.main {
	height: 450px;
	background: url(../images/main_bg.jpg) center center no-repeat;
	padding: 280px 0 0;
	position: relative;
	z-index: 1;
}

.blue {
	margin: 0 0 30px;
	background: rgba(0,114,188,0.8);
	padding: 30px 0 28px;
	color: #ffffff;
}

.blue .text {
	font: 300 20px/35px 'exo2', sans-serif;
	text-transform: uppercase;
}

.blue .text span {
	font-weight: bold;
}

.blue .title {
	font: bold 70px/80px 'exo2', sans-serif;
	text-transform: uppercase;
}

.blue .subtitle {
	font: 300 20px/40px 'exo2', sans-serif;
}

.blueButtons {
	text-align: center;
}

.button.small {
	
}

.pluses {
	padding: 73px 0 0;
}

.pluses .blocks {
	
}

.pluses .block {
	width: 300px;
	margin: 0 0 0 20px;
	padding: 100px 0 77px;
	float: left;
	position: relative;
	text-align: center;
}

.pluses .block:after {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
}

.pluses .block.b1:after {
	background: url(../images/icons_pluses.png) center 0px no-repeat;
}

.pluses .block.b2:after {
	background: url(../images/icons_pluses.png) center -95px no-repeat;
}

.pluses .block.b3:after {
	background: url(../images/icons_pluses.png) center -192px no-repeat;
}

.pluses .blocks .block:first-child {
	margin: 0;
}

.pluses .block span {
	margin: 0 0 9px;
	display: inline-block;
	font: bold 15px/15px 'exo2', sans-serif;
	text-transform: uppercase;
}

.clients {
	background: #f7f7f7;
	padding: 40px 0 85px;
}

.theTitle {
	margin: 0 0 73px;
	padding: 0 0 15px;
	position: relative;
	color: #292929;
	font: bold 50px/50px 'exo2', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.theTitle:after {
	width: 160px;
	height: 5px;
	margin: 0 0 0 -80px;
	background: #292929;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	content: "";
}

.theTitle span {
	color: #0e71b8;
}

.slider {
    position: relative;
}

.arrow {
	width: 15px;
	height: 33px;
    position: absolute;
    top: 50%;
    z-index: 5;
    cursor: pointer;
}

.arrow.left {
	background: url(../images/icons.png) 0px -95px no-repeat;
	left: -35px;
}

.arrow.right {
	background: url(../images/icons.png) -25px -95px no-repeat;
	right: -35px;
}

.theSlider {
    overflow: hidden;
}

.slide {
	width: 220px;
	margin: 0 20px 0 0;
    float: left;
    text-align: center;
}

.slide img {
	max-width: 100%;
	height: auto;
}

.reviews {
	padding: 60px 0 95px;
}

.reviews .theTitle {
	
}

.reviews .blocks {
	
}

.reviews .block {
	width: 300px;
	margin: 0 0 0 20px;
	float: left;
	text-align: center;
}

.reviews .blocks .block:first-child {
	margin: 0;
}

.reviews .block span {
	font: 500 15px/30px 'exo2', sans-serif;
}

.form {
	background: #f7f7f7;
	padding: 39px 0 40px;
}

.form .wrapper {
	position: relative;
}

.form .wrapper:after {
	width: 311px;
	height: 311px;
	background: url(../images/icons.png) -85px 0px no-repeat;
	position: absolute;
	top: 20px;
	left: -152px;
	z-index: 1;
	content: "";
}

.forIndex {
	position: relative;
	z-index: 5;
}

.form .theTitle {
	margin: 0 0 21px;
}

.form .subtitle {
	margin: 0 0 56px;
	font: 300 20px/24px 'exo2', sans-serif;
	text-align: center;
}

.cols {
	
}

.col {
	width: 300px;
	margin: 0 0 0 20px;
	float: left;
}

.col.pad {
	padding: 0 10px;
}

.cols .col:first-child {
	margin: 0;
}

.iField {
	width: 268px;
	height: 33px;
	margin: 0 0 15px;
	background: #FFFFFF;
	padding: 0 15px;
	border: 1px solid #d7d7d7;
	transition: background 0.2s ease, color 0.2s ease;
	color: #292929;
	font: 300 15px/33px 'exo2', sans-serif;
}

.iField.error {
	background: #FFE1E1;
	color: red;
}

textarea.iField {
	height: 84px;
	padding: 7px 15px;
	resize: none;
	line-height: 18px;
}

textarea.iField.big {
	height: 119px;
}

.cols .name {
	margin: 0 -5px 19px 0;
	padding: 18px 0 0;
	font-weight: bold;
	font-size: 20px;
}

.col.big {
	width: 450px;
	margin: 0 0 0 60px;
}

.cols .col.big:first-child {
	margin: 0;
}

.col.big .iField {
	width: 418px;
}

.buttons {
	padding: 49px 0 0;
	text-align: center;
}

.button {
	height: 60px;
	margin: 0;
	background: rgb(0,125,193);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2RjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY1YjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,125,193,1) 0%, rgba(0,101,178,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,125,193,1)), color-stop(100%,rgba(0,101,178,1)));
	background: -webkit-linear-gradient(top,  rgba(0,125,193,1) 0%,rgba(0,101,178,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,125,193,1) 0%,rgba(0,101,178,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,125,193,1) 0%,rgba(0,101,178,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,125,193,1) 0%,rgba(0,101,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc1', endColorstr='#0065b2',GradientType=0 );
	padding: 0 46px;
	border: none;
	border-bottom: 3px solid #005b9d;
	transition: opacity 0.2s ease;
	box-sizing: content-box;
	cursor: pointer;
	color: #ffffff;
	font: bold 20px/63px 'exo2', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.button:hover {
	opacity: 0.8;
}

.header.bot {
	padding: 31px 0 61px;
	position: static;
}

.header.bog .logo {
	width: 310px;
	margin: 11px 20px 0 0;
}

.header .title {
	margin: 11px 0 0;
	float: left;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.header.bot .phone {
	background: transparent;
	padding: 0;
}

.header.bot .phone p {
	margin: 0 0 10px;
	font: bold 20px/20px 'exo2', sans-serif;
}

.header.bot .phone p:last-child {
	margin: 0;
}

.footer {
	padding: 0 0 9px;
	color: #acacac;
	font: 300 13px/16px 'exo2', sans-serif;
}

