body,html {
	margin:0;
	padding:0;
	background:url(../img/body.jpg);
	font-family:'Roboto', sans-serif;
	font-style:normal;
	color:#000000;
}

img {
	border:0;
}

table {
	border:none;
}

table td,tr{
	border:none;
}

table th{
	font-weight:bold;		
}

div.block_content {
	width:960px;
	margin:0 auto;
	height:100% !important;
}

p{
	margin:0;
}

div#modal1, div#modal2 {
	background:#FFFFFF;
}

.form input[type=text]{
	width:293px;
	height:45px;
	padding-left:15px;
	background:#f4f4f4;
	border:none;
	outline:none;
	border-radius:5px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.29) inset;
	color:#404040;
	font-size:16px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
}

div#head{
	width:100%;
	height:70px;
	padding-top:20px;
	background:#d9e2e8;
}

div.logo {
	width:319px;
	height:54px;
	background:url(../img/logo.png) no-repeat;
	float:left;
}

div.callback{
	float:right;
	text-align:right;
	font-size:18px;
}

div#block1{
	width:100%;
	height:502px;
	background:url(../img/bg-head.png) repeat-x;
}

div#block1 .block_content{
	background:url(../img/worker.png) no-repeat 0% 60%;
	padding-left:290px;
	width:670px;
}

div#block1 .text {
	margin-top:167px;
	width:350px;
	font-weight:500;
	float:left;
}

div#block1 p.title {
	font-size:36px;
}

div#block1 p.desc {
	margin-top:15px;
	font-size:30px;
}

div#block1 .buttons {
	margin-top:140px;
	width:270px;
	font-weight:500;
	float:right;
}

button, a.btn-prim{
	width:263px;
	height:54px;	
	font-weight:500;
	border:none;
	outline:none;
	cursor:pointer;
	margin:14px 0px;
}

a.btn-prim{
	display:inline-block;
	line-height:54px;
	text-align:center;
	text-decoration:none;
	margin-left:25px;
}

button.yellow , a.yellow {
	background:url(../img/btn-yellow.png) no-repeat center;
	font-size:20px;
	color:#000000;
	text-shadow:1px 1px 1px rgba(255,255,255,0.37);
}

button.blue, a.blue{
	background:url(../img/btn-blue.png) no-repeat center;
	font-size:24px;
	color:#ffffff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.47);
}

button.gray{
	width:163px;
	height:37px;
	font-size:14px;
	color:#404040;
	background:url(../img/btn-gray.png) no-repeat;
	border:none;
	outline:none;
	cursor:pointer;
}

.box-modal p{
	font-size:30px;
	color:#404040;
	text-align:center;
	margin:10px 0px;
}

div.checkbox{
	font-size:14px;
	height:18px;
	line-height:18px;
	color:#404040;
	font-weight:300;
	background-image:url(../img/checkbox/bg.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:29px;
	cursor:pointer;
}

.checked{
	background-image:url(../img/checkbox/selected.png) !important;
}

div#block2{
	width:100%;
	height:900px;
	text-align:center;
}

p.title-dot{
	font-size:48px;
	color:#404040;
	text-align:center;
	margin-bottom:15px;
}


div#block2 .item{
	display:inline-block;
	width:400px;
	height:300px;
	color:#0a0a0a;
	margin:25px 35px 0px 35px;
}

div#block2 .item .image-item{
	width:345px;
	height:230px;
	max-width:345px;
	max-height:230px;
	background:#f4f4f4;
	border:5px solid #ffffff;
	border-radius:5px;
	box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.15);
	margin:0 auto;
}

div#block2 .item .image-item img{
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}

div#block2 .item p{
	font-size:25px;
	text-align:center;
}

div#block2 .item p.title-item{
	margin-top:20px;
	font-weight:500;
}

div#block3{
	position:relative;
	width:100%;
	height:630px;
	background:#ffffff;
}

div#block3 .block_content{
	position:relative;
	padding-top:20px;
}

div.divider{
	position:absolute;
	width:100%;
	height:79px;
	background:url(../img/divider.png) center top;
	
}

div#block3 .items{
	text-align:center;
}

div#block3 .item{
	display:inline-block;
	width:217px;
	text-align:center;
	vertical-align:top;
	margin:48px 10px 0px 10px;
}

div#block3 .item .image{
	width:118px;
	height:141px;
	margin:0 auto;
}

div#block3 .item p{
	 font-size:23px;
	 font-weight:300;
}

div#block4{
	position:relative;
	width:100%;
}

div#block4 .block_content{
	padding-top:20px;
}


div#block4 .items{
	text-align:center;
}
div#block4 .item{
	position:relative;
	width:290px;
	height:270px;
	display:inline-block;
	margin:0px 10px 0px 10px;
}

div#block4 .item .image{
	position:relative;
	width:94px;
	height:94px;
	line-height:94px;
	background:url(../img/how/bg.png) no-repeat;
	z-index:1;
	text-align:center;
}

div#block4 .item .image img{
	position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

div#block4 .item .text{
	position:absolute;
	top:54px;
	left:32px;
	width:230px;
	min-height:83px;
	padding:35px 10px 15px 10px;
	background:#e5e9ec;
	border:4px dotted #0f7abf;
	border-radius:10px;
	font-weight:300;
	font-size:20px;
	text-align:center;
	vertical-align:middle;
}

div#block4 .item .text span{
	
}

div#block5{
	width:100%;
	height:428px;
	background:url(../img/poryadok.jpg) center no-repeat;
}

div#block5 .block_content{
	padding-top:20px;
}

div#block6{
	width:100%;
	height:590px;
}

div#block6 .block_content{
	position:relative;
	padding-top:30px;
}

div.coper {
	position:absolute;
	left:46%;
	top:322px;
	background:url(../img/coper.png) no-repeat;
	width:550px;
	height:204px;
}

div.drill {
	position:absolute;
	left:-480px;
	top:20px;
	background:url(../img/drill.png) no-repeat;
	width:527px;
	height:670px;
	z-index:2;
}

div.note {
	position:relative;
	width:705px;
	height:442px;
	padding:60px 0px 0px 35px;
	background:url(../img/note.png) no-repeat;
	z-index:22;
	margin:0 auto;
}

div.note .item{
	position:relative;
	width:410px;
	height:118px;
	line-height:118px;
	padding-left:130px;
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:300;
	margin-bottom:15px;
	
}

div.note .item span{
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
}

div#block7{
	width:100%;
	height:630px;
	background:url(../img/bg7.png);
}

div#block7 .block_content{
	position:relative;
	padding-top:30px;
}

div#block7 p.info{
	font-size:30px;
	text-align:center;
	font-weight:300;
}

div.acts{
	width:960px;
	height:230px;
	padding-top:53px;
	background:url(../img/shadow2.png),url(../img/shadow1.png);
	background-position:top center, bottom center;
	background-repeat:no-repeat,no-repeat;
}

div.acts .item{
	width:650px;
	height:33px;
	line-height:33px;
	font-size:24px;
	margin:0 auto;
	margin-bottom:15px;
}

div.acts .item .num{
	float:left;
	width:55px;
	height:33px;
	background:url(../img/act.png) center no-repeat;
	text-align:center;
	color:#ffffff;	
}

div#block8{
	width:100%;
	height:735px;
	background:#ffffff;
}

div#block8 .block_content{
	position:relative;
	padding-top:30px;
}

div.certs{
	position:relative;
	top:80px;
	text-align:center;
}

div.certs .item{
	width:230px;
	height:261px;
	display:inline-block;
	text-align:center;
}

div#block9 {
	width:100%;
	height:482px;
	background:url(../img/diff.jpg) no-repeat center;
}

div#block9 .block_content{
	position:relative;
	padding-top:30px;
}

div#block9 .text{
	color:#ffffff;
	font-size:21px;
	font-weight:300;
	width:835px;
	border:4px dotted #ffffff;
	padding:15px;
	margin:0 auto;
}

div#block9 .text p{
	margin-bottom:60px;
}

div#block10 {
	width:100%;
	height:520px;
	background:#ffffff;
}

div#block10 .block_content, div#block11 .block_content{
	position:relative;
	padding-top:30px;
}

div#block11{
	width:100%;
	height:265px;
	text-align:center;
}

div#footer{
	position:relative;
	width:100%;
	height:435px;
	background:#ffffff;
	text-align:center;
}

div#footer p.title{
	font-size:60px;
	color:#ffb600;
	position:relative;
	top:20px;
	
}

div#footer p.ops{
	font-size:36px;
	font-weight:300;
	margin-top:30px;
}

div#footer p.tel{
	font-size:30px;
	margin-top:30px;
}

div#footer p.adress{
	font-size:24px;
	font-weight:300;
}

div#footer .block_content{
	position:relative;
}

div#footer .yellow, div#footer .blue{
	margin:0px 20px;
}

div#footer div.phone{
	position:absolute;
	left:-519px;
	background:url(../img/phone.jpg) no-repeat;
	width:303px;
	height:403px;
	
}

#form1 .error, #form1 .empty, #form2 .error, #form2 .empty, #form3 .error, #form3 .empty  {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 12px;
	float:left;
}

#form1 .error-empty, #form2 .error-empty, #form3 .error-empty {
	display:none;
	float:left;
}

#form1 .success, #form2 .success, #form3 .success {
	color:#000;
	border: none;
	display: none;
	position: absolute;
	width: 280px;
	background: #f1f1f1;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.success_wrapper {
	position: relative;	
}
.carousel {position :relative ;margin :0 auto;width :1079px;height :auto; overflow : hidden ;}
.carousel .slides { list-style :none;position :relative ;overflow :visible;}
.carousel .slides .slideItem {position :absolute ;cursor :pointer ; overflow:visible;}
.carousel .slides .slideItem a {display: block ;}
.carousel .slides .slideItem img { display:block;border:3px solid #ffffff;}
.carousel .nextButton {position :absolute ;right :-105px;top :91px;width :218px;height :108px;background : url(img/arrow.png) no-repeat -91px 0;cursor :pointer ;z-index :9999;}
.carousel .prevButton {position :absolute ;left :-5px; top :91px;width :94px;height :112px;	background : url(img/arrow.png) no-repeat ;cursor :pointer ;z-index :9999;}
.carousel .buttonNav {display:none;}