/* global settings */
@font-face {
    font-family: 'regular';
    src: url('../fonts/helioscondc-webfont.eot');
    src: url('../fonts/helioscondc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioscondc-webfont.woff') format('woff'),
         url('../fonts/helioscondc-webfont.ttf') format('truetype'),
         url('../fonts/helioscondc-webfont.svg#helioscondcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'light';
    src: url('../fonts/helioslightc-webfont.eot');
    src: url('../fonts/helioslightc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioslightc-webfont.woff') format('woff'),
         url('../fonts/helioslightc-webfont.ttf') format('truetype'),
         url('../fonts/helioslightc-webfont.svg#helioslightcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
  -webkit-text-size-adjust: none;
}
body,html{
	height:100%;
	margin:0;
}
body {
	margin:0;
	color:#000;
	font:11px/13px 'regular', arial,sans-serif;
	background:#dddddd;
	min-width:1000px;
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    margin: 0px auto;
    max-width: 1250px;
    box-shadow: 0px 0px 10px #000;
}


#top_nav{
	position:fixed;
   top: 86px; /*высота шапки в пикселях*/
     z-index: 1000;
     height:52px;
     text-align:center;
}

img {
	vertical-align:top;
	border-style:none;
}
a{
	text-decoration:underline;
	color:#000;
	outline:none;
}
a:hover{text-decoration:none;} 
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	outline:none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
.row{
	height:1%;
	overflow:hidden;
}
.wrap{
	width:100%;
}
.wrap:after{
	content:"";
	display:block;
	clear:both;
}
.hide{display:none;}
.alignleft{float:left;}
.alignright{float:right;}
/* wrapper */
.wrapper{
	width:100%;
	overflow:hidden;
	min-height:100%;
	position:relative;
}
.w1{
	width:961px;
	margin:0 auto;
}
header{
	background: #d99e73;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d99e73), to(#ecd5c5));
	background: -webkit-linear-gradient(#d99e73, #ecd5c5);
	background: -moz-linear-gradient(#d99e73, #ecd5c5);
	background: -ms-linear-gradient(#d99e73, #ecd5c5);
	background: -o-linear-gradient(#d99e73, #ecd5c5);
	background: linear-gradient(#d99e73, #ecd5c5);
	margin:0 -9999px;
	padding:3px 9999px 0;
	width:961px;
	height:82px;
}
.logo-holder{
	float:left;
}
.logo{
	background:url(../images/logo.png) no-repeat;
	width: 248px;
	height: 77px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
}
.logo-holder span{
	color:#005217;
	font-size:19px;
	line-height:21px;
	padding:35px 0 0 10px;
	float:left;
}
header .contacts{
	float:right;
	text-align:right;
}
header .contacts .tel{
	font-size:38px;
	line-height:38px;
	color:#005217;
	display:block;
}
header .contacts a{
	font-size:18px;
	line-height:20px;
	color:#005217;
	display:inline-block;
}
header .contacts address{
	font-size:18px;
	line-height:20px;
	font-style:normal;
	color:#005217;
}
nav{
	padding:0 9999px;
	margin:0 -9999px;
	height:68px;
	position:relative;
	z-index:2;
	width:960px;
	-webkit-box-shadow: #666 0px 8px 15px;
	-moz-box-shadow: #666 0px 8px 15px;
	box-shadow: #666 0px 8px 15px;
	background: #656361;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#656361), to(#333232));
	background: -webkit-linear-gradient(#656361, #333232);
	background: -moz-linear-gradient(#656361, #333232);
	background: -ms-linear-gradient(#656361, #333232);
	background: -o-linear-gradient(#656361, #333232);
}
.nav{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.nav li:first-child{
	background:none;
	padding:0;
}
.nav li{
	background: url(../images/separator.png) no-repeat;
	float:left;
	padding:0 0 0 2px;
}
.nav li a{
	display:block;
	text-align:center;
	color:#fff;
	font-size:29px;
	line-height:68px;
	text-decoration:none;
}
.service-box{
	background:#676767;
	padding:40px 9999px 20px;
	margin:0 -9999px;
	text-align:center;
	-webkit-box-shadow: #000 0px 8px 10px;
	-moz-box-shadow: #000 0px 8px 10px;
	box-shadow: #000 0px 8px 10px;
	position:relative;
	z-index:2;
	position:relative;
	z-index:7;
	
}
.service-box h1{
	color:#fff;
	text-align:center;
	font-size:38px;
	line-height:40px;
	margin:0 0 44px;
	text-shadow:0 2px 2px #2d2d2d;
}
.service-box ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	letter-spacing:-1px;
}
.service-box ul li{
	display:inline-block;
	vertical-align:top;
	width:33.3%;
	margin:0 0 55px;
}
.service-box ul li a{
	text-decoration:none;
	color:#fff;
}
.service-box ul li span{
	font-size:19px;
	line-height:21px;
	letter-spacing:0;
	display:block;
	color:#fff;
	display:block;
	padding:20px 20px 0;
	text-shadow:0 4px 3px #3c3c3c;
}
.order-holder{
	background: url(../images/img-07.jpg) no-repeat 50% 0;
	margin:0 -9999px;
	padding:0 9999px;
	height: 460px;
	position:relative;
	box-shadow: #000 0px 8px 10px;
	position:relative;
	z-index:6;
}
.order-holder .arrow{
	float:left;
	background: url(../images/arrow.png) no-repeat;
	width:482px;
	height: 97px;
	color:#000;
	margin:40px 0 0 20px;
	font-size:32px;
	line-height:87px;
	padding:0 0 0 25px;
}
.order{
	float:right;
	width:385px;
	margin:40px 30px 0 0;
}
.order textarea,
.order .text{
	display:block;
	width:365px;
	height:13px;
	font:11px/13px 'light';
	padding:11px 10px 10px;
	color:#000;
	margin:0 0 16px;
	border-radius:15px;
	box-shadow: #999 2px 2px 2px inset;
}
.order textarea{
	resize:none;
	overflow:auto;
	height:153px;
}
.order .btn-order{
	background:#d8915d;
	display:block;
	cursor:pointer;
	width:222px;
	height:40px;
	font:20px/22px 'light';
	color:#000;
	text-align:center;
	margin:0 auto;
	padding:0 0 1px;
	border-radius:10px;
	box-shadow:0 0 5px #fff;
	border:1px solid #fff;
}
.ad-box{
	margin:0 -9999px;
	padding:30px 9999px 0;
	background:#d8915d;
	box-shadow: #000 0px 8px 10px;
	position:relative;
	z-index:5;
}
.ad-box h2{
	font-size:38px;
	line-height:40px;
	color:#fff;
	text-shadow:1px 1px 2px #000;
	text-align:center;
	margin:0 0 23px;
	font-weight:normal;
}
.ad-box .wrap .col{
	width:50%;
	float:left;
	text-align:center;
}
.ad-box .wrap {
	margin:0 0 10px;
}
.ad-box .wrap .col .img-holder{
	display:inline-block;
	margin:0 0 5px;
}
.ad-box .wrap .col .title{
	display:block;
	font-size:24px;
	line-height:26px;
	color:#fff;
	padding:0 50px;
}
.ad-box .banner{
	background: url(../images/banner-2.png) no-repeat 50% 0 ;
	height: 113px;
	margin:0 -9999px 15px;
	padding:0 9999px;
}
.ad-box strong{
	font-size:32px;
	line-height:34px;
	text-align:center;
	display:block;
	color:#fff;
	padding:40px 60px 0;
	font-weight:normal;
}
.ad-box .ads{
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	overflow:hidden;
}
.ad-box .ads li{
	float:left;
	margin:0 0 10px 10px;
}
.ad-box strong a{
	color:#fff;
}
.why-box{
	margin:0 -9999px;
	padding:20px 9999px 0;
	background: url(../images/img-10.jpg) no-repeat 50% 0;
	height: 315px;
	box-shadow: #000 0px 8px 10px;
	position:relative;
	z-index:4;
}
.why-box h2{
	color:#000;
	font-size:38px;
	line-height:40px;
	text-align:center;
	font-weight:normal;
	margin:0 0 15px;
}
.why-box .list-left{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:50%;
}
.why-box .list-left li{
	width:100%;
	overflow:hidden;
}
.why-box .list-left li .number{
	float:left;
	background: url(../images/ico-1.png) no-repeat;
	width: 89px;
	height: 58px;
	color:#fff;
	line-height:58px;
	text-align:center;
	font-size:24px;
}
.why-box .list-left li .title{
	float:left;
	background: url(../images/bg-title.png) no-repeat;
	width: 362px;
	height: 38px;
	color:#000;
	margin:10px 0 0;
	font-size:18px;
	line-height:38px;
	padding:0 10px;
}
.why-box .list-right{
	list-style:none;
	margin:10px 0 0;
	padding:0;
	float:right;
	width:50%;
}
.why-box .list-right li{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
	background: url(../images/ico-2.png) no-repeat 0 50%;
	padding:0 0 0 48px;
}
.why-box .list-right li span{
	float:left;
	background: url(../images/bg-title.png) no-repeat;
	width: 362px;
	height: 38px;
	color:#000;
	margin:0 0 0;
	font-size:18px;
	line-height:38px;
	padding:0 10px;
}
.gallery-box{
	background:#fff;
	margin:0 -9999px;
	padding:30px 9999px 50px;
	box-shadow: #000 0px 8px 10px;
	position:relative;
	z-index:3;
}
.gallery-box h2{
	font-size:38px;
	line-height:40px;
	font-weight:normal;
	text-align:center;
	color:#000;
	margin:0 0 15px;
}
.map-box{
	margin:0;
	padding:20px 0 0;
	background:#dddddd;
	box-shadow: #000 0px 8px 10px;
	position:relative;
	z-index:2;
}
.map-box h2{
	font-size:38px;
	line-height:40px;
	color:#000;
	font-weight:normal;
	margin:0 0 60px;
	text-align:center;
}
.map{
	width:100%;
	height:480px;
}
.bg-change{
	background: url(../images/img-15.jpg) no-repeat 50% 0;
	height: 458px;
}
.order-holder .action{
	background: url(../images/blank.png);
	color:#cd0000;
	font-size:32px;
	line-height:34px;
	display:block;
	width:327px;
	padding:30px 30px;
	position:absolute;
	left:50%;
	top:106px;
	text-align:center;
	margin:0 0 0 -422px;
}
.order-holder .action strong{
	display:block;
	font-size:48px;
	line-height:60px;
}
footer{
	margin:0 -9999px;
	padding:15px 9999px;
	overflow:hidden;
	background:#dddddd;
	position:relative;
	z-index:10;
}
.footer-logo{
	background:url(../images/logo2.png) no-repeat;
	width: 159px;
	height: 47px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.footer-logo a{
	display:block;
	height:100%;
}
footer .copy{
	float:right;
	color:#005116;
	font-size:23px;
	line-height:47px;
}
.up{
	background: url(../images/up.png) no-repeat;
	width: 40px;
	height: 40px;
	position:fixed;
	right:50%;
	bottom:50px;
	z-index:100;
	margin:0 -526px 0 0;
}
.visit-box{
	background: url(../images/bg-visit.png) no-repeat;
	width:324px;
	height:169px;
	text-align:center;
	position:absolute;
	top:63px;
	margin:0 0 0 -175px;
	left:50%;
	z-index:120;
	padding:15px 21px 25px 9px;
}
.visit-box .tel{
	display:block;
	font-size:38px;
	line-height:40px;
	color:#005117;
}
.visit-box a,
.visit-box address{
	color:#005117;
	font-size:17px;
	line-height:26px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	font-style:normal;
}




 
	
	.modalDialog {
		position: fixed;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: auto;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 550px;
		position: relative;
		margin: 5% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;

	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { 
		#background: #004009; 
		}
