@charset "utf-8";
body {
	font-family: 'Roboto Condensed', sans-serif;
	min-width: 1180px;
}
.container {
	width: 1180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header {
	height: 216px;
	position: relative;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center 23px;
}
.logo {
	float: left;
	margin-top: 30px;
}
.header-right {
	float: right;
	margin-top: 32px;
}
.phone {
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 44px;
	font-size: 16px;
	color: #303030;
	height: 34px;
	margin-right: 30px;
	float: left;
}
.phone a {
	color: #303030;
	text-decoration:none;
}
.phone span {
	font-size: 20px;
	font-weight: bold;
}
.address {
	background-image: url(../img/address.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 31px;
	font-size: 16px;
	color: #303030;
	height: 31px;
	float: left;
}
.address a {
	color: #303030;
	text-decoration:none;
}
.address span {
	font-size: 20px;
	font-weight: bold;
}
nav {
	background-color: #303030;
	position: absolute;
	height: 82px;
	width: 100%;
	bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: -44px;
	z-index: 2;
}
nav ul {
	float: left;
}
nav ul li {
	background-image: url(../img/nav-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 48px;
	padding-left: 34px;
	float: left;
	margin-top: 31px;
}
nav ul li a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
nav ul .last {
	background-image: none;
}
nav ul li a:hover, nav ul li.active a {
	text-decoration: none;
	color: #99d227;
}
.search {
	float: right;
	margin-right: 23px;
}
.search p {
	font-size: 20px;
	color: #ffffff;
	float: left;
	margin-top: 31px;
	margin-right: 15px;
	text-transform: uppercase;
}
.search-inp {
	background-color: #303030;
	float: left;
	height: 33px;
	width: 240px;
	margin-top: 22px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #838383;
	outline: none;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
.slider {
	background-image: url(../img/slider1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 455px;
	position: relative;
}
.slider-title {
	padding: 15px;
	width: 450px;
	margin-top: 70px;
	margin-bottom: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00df00+0,00b700+100 */
	background: #00df00; /* Old browsers */
	background: -moz-linear-gradient(top,  #00df00 0%, #00b700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00df00 0%,#00b700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00df00 0%,#00b700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df00', endColorstr='#00b700',GradientType=0 ); /* IE6-9 */
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;

}
.slider-text {
	padding: 15px;
	width: 450px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
	line-height: 22px;
	background-image: url(../img/slider-bg.png);

}
.slider-text p {
	margin-bottom: 10px;
}
.slider-text a {
	font-size: 20px;
	font-weight: lighter;
	color: #FFF;
	display: inline-block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00df00+0,00b700+100 */
	background: #00df00; /* Old browsers */
	background: -moz-linear-gradient(top,  #00df00 0%, #00b700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00df00 0%,#00b700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00df00 0%,#00b700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df00', endColorstr='#00b700',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

}
.slider-form {
	width: 1180px;
	position: absolute;
	height: 82px;
	background-color: #303030;
	margin-bottom: -44px;
	bottom: 0px;
}
.slider-form p {
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	margin-right: 23px;
	margin-left: 27px;
	line-height: 22px;
	margin-top: 20px;
}
.slider-form p span {
	font-weight: bold;
}
.inp-text {
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	background-color: #303030;
	float: left;
	height: 37px;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #838383;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 22px;
	margin-right: 13px;
	outline: none;
}
.slider-inp {
	width: 228px;
}
.inp-submit {
	font-size: 20px;
	font-weight: lighter;
	color: #FFF;
	float: left;
	height: 39px;
	width: 119px;
	margin-top: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Roboto Condensed', sans-serif;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00df00+0,00b700+100 */
	background: #00df00; /* Old browsers */
	background: -moz-linear-gradient(top,  #00df00 0%, #00b700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00df00 0%,#00b700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00df00 0%,#00b700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df00', endColorstr='#00b700',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.about {
	background-image: url(../img/about-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 65px;
	padding-bottom: 40px;
	min-height:665px;
}
.about-text {
	width: 780px;
	margin-bottom: 35px;
}
.about-text p {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 25px;
}
.about-more {
	font-size: 14px;
	color: #4597d7;
}
.about-more:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.about-pers-image {
	float: left;
	margin-right: 40px;
}
.about-pers-text {
	float: left;
	width: 300px;
}
.about-pers-title {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.about-pers-title2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #a3a3a3;
	margin-bottom: 15px;
}
.about-pers-text p {
	font-size: 16px;
	line-height: 20px;
}
.services {
	background-image: url(../img/services-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.services-block {
	height: 485px;
}
.services-item {
	width: 372px;
	margin-right: 20px;
	float: left;
}
.services-item:nth-child(4) {
	margin-right: 0px;
}
.services-title,
.services-title a {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #00378d;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.services-item ul li {
	font-size: 14px;
	line-height: 17px;
	color: #303030;
	background-image: url(../img/services-arrow.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.services-item ul li a {
	color: #303030;
	text-decoration: none;
}
.services-item ul li a:hover {
	text-decoration: underline;
}
.frm-title {
	font-size: 30px;
	font-weight: lighter;
	color: #00b600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.frm-title span {
	font-weight: bold;
}
.frm {
	width: 1158px;
	background-color: #303030;
	height: 82px;
	padding-left: 22px;
}
.frm-inp {
	width: 190px;
	margin-right: 17px;
}
.frm-select1 {
	height: 42px;
	width: 290px;
}
.frm-select2 {
	height: 42px;
	width: 230px;
}
.work-title {
	font-size: 40px;
	text-transform: uppercase;
	color: #00b600;
	margin-top: 40px;
	margin-bottom: 20px;
}
.work-image {
	float: left;
	margin-right: 20px;
}
.work-text {
	font-size: 30px;
	font-weight: lighter;
	color: #00b600;
	float: left;
	width: 330px;
	margin-top: 50px;
}
.work-item {
	float: left;
	margin-bottom: 40px;
	width: 590px;
}
.work-item:nth-child(2n) {
	float: right;
}
.mapp {
	height: 604px;
	margin-bottom: 60px;
	position: relative;
}
.mapp-block {
	background-image: url(../img/map-bg.png);
	height: 604px;
	width: 380px;
	position: absolute;
	top: 0px;
}
.mapp-logo img {
	width: 324px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 27px;
}
.map-phone {
	float: none;
	text-align: left;
	margin-left: 111px;
	margin-bottom: 35px;
	display: block;
	margin-top: 20px;
}
.clients-title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.clients-block img:nth-child(8) {
	margin-right: 0px;
}
.clients-block img {
	margin-right: 33px;
}
.clients {
	margin-bottom: 40px;
}
footer {
	padding-bottom: 10px;

}
.footer-left {
	float: left;
	width: 238px;
	padding-top: 20px;
}
.footer-left p {
	margin-bottom: 15px;
}
.footer-right {
	float: left;
	width: 942px;
}
.footer-logo {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.footer-right ul {
	background-color: #d6d6d6;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-right ul li {
	float: left;
	background-image: url(../img/footer-nav-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
	padding-left: 14px;
}
.footer-right ul li.last {
	background-image: none;
	padding-right: 14px;
}
.footer-right ul li a {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}
.footer-right ul li a:hover {
	text-decoration: underline;
}
.dev {
	font-size: 12px;
	color: #999;
	background-image: url(../img/copy.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	height: 29px;
	padding-top: 10px;
}
.dev a {
	color: #999;
}
.dev a:hover {
	text-decoration: none;
}
.inp-hide {
	display: none;
}
.services-inner {
	display: table;
	margin-top: 44px;
	min-height: 686px;
}
.services-nav1 {
	background-color: #c6c6c6;
	display: table-cell;
	width: 314px;
	vertical-align: top;
}
.left-nav1 li {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-right: 25px;
	padding-left: 25px;
}
.left-nav1 li a {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #303030;
	text-decoration: none;
}
.left-nav1 li a:hover {
	text-decoration: underline;
}
.left-nav1 li.active {
	background-image: url(../img/services-nav1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.left-nav1 li.active a {
	font-weight: bold;
}
.services-nav2 {
	background-color: #e8e8e8;
	display: table-cell;
	width: 314px;
	vertical-align: top;
}
.left-nav2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.left-nav2 li {
	font-size: 16px;
	line-height: 20px;
	color: #303030;
}
.left-nav2 li a {
	color: #303030;
	text-decoration: none;
}
.left-nav2 li {
	background-image: url(../img/services-arrow.png);
	background-repeat: no-repeat;
	background-position: 17px 6px;
	padding-right: 20px;
	padding-left: 28px;
}
.left-nav2 li a:hover {
	text-decoration: underline;
}
/*
.left-nav2 li.active {
	font-weight: bold;
}
*/
.services-content {
	display: table-cell;
	vertical-align: top;
}
.services-content-block {
	padding: 20px;
}
.content p {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 20px;
}
.about-full {
	margin-top: 65px;
	margin-bottom: 40px;
}
.about-text-full {
	background-image: url(../img/about-more2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 780px;
	padding-right: 400px;
	min-height:625px;
}
.about-pers-text-full {
	width: 850px;
}
.slider-form-fix p {
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	margin-right: 23px;
	line-height: 22px;
	margin-top: 20px;
}
.slider-form-fix p span {
	font-weight: bold;
}
.mapp-logo-hide img {
	display: none;
}
.mapp-logo-hide {
	height: 100px;
}
.mapp-full {
	margin-bottom: 0px;
}
.consult {
	margin-top: 65px;
	margin-bottom: 40px;
}
.content h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.consult-link {
	font-size: 16px;
	color: #00a74c;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 20px;
	background-image: url(../img/consult-link.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
.consult-link span {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #00a74c;
	border-right-color: #00a74c;
	border-bottom-color: #00a74c;
	border-left-color: #00a74c;
}
.consult-link:hover span, .consult-link.active span  {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.consult-link.active {
	color: #000000;
	background-image: url(../img/consult-hover.png);
}
.consult-block {
	padding-left: 25px;
	display: none;
	overflow:hidden;
}
.consult-block p {
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	color: #232323;
	margin-bottom: 25px;
}
.frm-fix {
	overflow:hidden;
	height: auto;
	padding-bottom: 25px;
}
.inp-textarea {
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	background-color: #303030;
	float: none;
	height: 60px;
	width: 1110px;
	border: 1px solid #838383;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 22px;
	margin-right: 13px;
	outline: none;
	padding: 10px;
	resize: none;
}
.map-left {
	float: left;
	width: 785px;
	margin-top: 20px;
}
.map-right {
	float: left;
	width: 390px;
	margin-top: 20px;
}

.input-block {
	float:left;
	position:relative;
}
.input-block .error {
	position:absolute;
	top:100%;
	right:14px;
	color:red;
	font-size:12px;
	margin:2px 0 0;
}
.has-error .inp-text.has-error {
	border-color:red;
}
.has-error .inp-text.has-error::placeholder {
	color:#ecafae;
}
.form__block .thx {
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	padding-top:20px;
}
.slider-form #f1.form__block .thx h3,
.slider-form #f1.form__block .thx p {
	float:none;
	margin-right: 23px;
	margin-left: 27px;
	line-height: 22px;
}
.slider-form #f1.form__block .thx {
	float:left;
}
.slider-form #f1.form__block .thx p {
	font-size:16px;
	margin-top:0;
}