
html *{
	max-height:1000000px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
*{
	margin: 0;
	padding: 0;
}
input:active, input:focus, button:focus{
	outline: none;
}
input::-webkit-input-placeholder {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color:#000;
}
input::-moz-placeholder{
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color:#000;
}
:-ms-input-placeholder{
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color:#000;
}
textarea:-moz-placeholder { 
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color:#000; 
}
textarea::-webkit-input-placeholder { 
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color:#000;  
}
body{
	font-family: 'Roboto', sans-serif;
	font-size               : 14px;
	box-sizing              :border-box;
	-webkit-text-size-adjust:100%;
	background-color        :#fff;
	color:#000;
	line-height             : 1.2;
	font-weight             : 400;
}
.container{
	min-width: 1170px;
	max-width: 1170px;
	margin   :0 auto;
	padding: 0px;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right!important;
}	
.over{
	overflow: hidden;
}
.right{
	float: right;
}
.left{
	float: left;
}
.center{
	margin: 0 auto;
}
.clearfix:after {
	content   : ".";
	display   : block;
	height    : 0;
	clear     : both;
	visibility: hidden;
	font-size : 0px;
}
.vm{
	display       : inline-block;
	height        : 100%;
	width         :0;
	vertical-align: middle;
}
.full{
	width                  : 100%;
	background-attachment  : relative;
	background-position    : center center;
	-webkit-background-size: 100%;
	-moz-background-size   : 100%;
	-o-background-size     : 100%;
	background-size        : 100%;
	-webkit-background-size: cover;
	-moz-background-size   : cover;
	-o-background-size     : cover;
	background-size        : cover;
	background-repeat      : no-repeat;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.titler p{
	color:#fff;
}
.titler{
	padding: 15px;
	color:#fff;
	font-size: 33px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	background-color: #3d4458;
}
.h100{
	height: 100%;
}
.posr{
	position: relative;
}
img{
	border: 0;
}
.m0{
	margin: 0px!important;
}
.p0{
	padding: 0px!important;
}
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left: 0px;
}
.error{
	border: 1px solid red!important;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.dib{
	display: inline-block;
}
.fz0{
	font-size: 0;
}
.border-0{
	border: 0!important;
}
.posr{
	position: relative;
}
.ovh{
	overflow: hidden;
}
mark{
	background: transparent;
}

/*header*/

.header-top{
	height: 40px;
    padding-top: 9px;
    box-shadow: 1px 1.7px 2px rgba(118, 118, 118, 0.35);
    overflow: hidden;
}
.navig{
	text-align: center;
}
.navig ul{
	display: inline-block;
}
.navig li{
	float: left;
	list-style: none;
	font-size: 17px;
	font-weight: 300;
	margin-right: 40px;
}
.navig li:last-child{
	margin: 0px;
}
.navig li a{
	color:#010101;
	padding: 10px;
	padding-bottom: 12px;
}
.navig li a:hover{
	background-color: #faa916;
}
.header-main{
	height: 85px;
	padding-top: 10px;
}
.logo{
	float: left;
}
.logo-txt{
	float: left;
}
.logo-img{
	float: left;
	margin-right: 12px;
    padding-top: 7px;
}
.logo-txt h3{
	color: #faa916;
	font-size: 23px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}
.logo-txt p{
	font-size: 16px;
	font-weight: 400;
	color: #010101;
}
.tel{
	float: right;
	font-size: 30px;
	font-weight: 700;
	color: #3d4458;
	line-height: 20px;
    text-align: right;
    padding-top: 11px;
}
.tel span{
	font-size: 20px;
	font-weight: 400;
}
.tel a{
	font-weight: 300;
	font-size: 17px;
	color: #0024ff;
	text-decoration: underline;
}
.gray{
	background-color: #E9E9E9;
}
.content{
	padding: 50px 0px 80px 0px;
}
.item-img{
	float: left;
	width: 354px;
	height: 282px;
	margin-right: 46px;
    margin-bottom: 61px;
    background: url('item-img.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/item-img.png*/no-repeat;
    position: relative;
}
.item-img-bord{
	position: absolute;
	border: 6px solid rgba(255, 255, 255, 0.74);
	top: 29px;
    right: -24px;
	overflow: hidden;
	width: 360px;
	height: 290px;
	display: inline-block;
}

.content h2{
	text-align: center;
	font-size: 42px;
	color: #3d4458;
	font-family: 'Roboto Slab', serif;
	padding-top: 13px;
    padding-bottom: 50px;
}
.content p{
	padding-bottom: 25px;
	font-size: 17px;
	line-height: 24px;
}
.content p b{
	color: #faa202;
	font-weight: bold;
}
.content p b span{
	font-weight: 400;
}
.content h4{
	font-size: 20px;
	padding-bottom: 14px;
}
.list-1 li{
	font-size: 17px;
	line-height: 24px;
	list-style: none;
	position: relative;
    padding-bottom: 10px;
	padding-left: 17px;
}
.list-1 li:after{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #faa916;
	position: absolute;
	left: 0px;
	border-radius: 50%;
	top: 10px;
}
.content h5{
	font-size: 17px;
}
.list-2 li{
	font-size: 17px;
	line-height: 24px;
	list-style: none;
	padding-left: 17px;
	position: relative;
	font-weight: 400;
}
.list-2 li:after{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #faa916;
	position: absolute;
	left: 0px;
	border-radius: 50%;
	top: 10px;
}
.slider{
	padding-top: 24px;
}
.slider h3{
	font-size: 20px;
	text-align: center;
	padding-bottom: 32px;
}
.slide{
	border: 3px solid rgba(61, 68, 88, 0.34);
	border-radius: 8px;
	display: inline-block;
	overflow: hidden;
}
.slider .bx-wrapper .bx-controls-direction a{
	width: 70px;
	height: 70px;
}
.slider .bx-wrapper .bx-prev{
	left: -100px;
	margin-top: -23px;
}
.slider .bx-wrapper .bx-next{
	right: -100px;
	margin-top: -23px;
}
.slider .btn1{
	border-radius: 5px;
	width: 270px;
	height: 60px;
	background-color: #faa916;
	border-bottom: 4px solid #c07d04;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.36);
	color:#fff;
	line-height: 55px;
}
.slider .btn1:hover{
	background-color: #e9ac3d;
}

/*footer*/

.footer-main{
	padding-top: 27px;
	height: 110px;
	border-top: 1px solid #eee;
}
.footer-main h3{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}
.footer-main p{
	font-size: 13px;
	font-weight: 400;
}

/*INDEX PAGE*/

.header-index{
	background: url('header-m.jpg')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/header-m.jpg*/no-repeat center;
	height: 746px;
}
.header-main-top{
	height: 85px;
	padding-top: 10px;
	background-color: rgba(255, 255, 255, 0.878);
}
.header-top-index{
	height: 40px;
    padding-top: 9px;
    box-shadow: 0px 2px 2px 0px rgba(118, 118, 118, 0.35);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.header-main-cont{
	padding-top: 55px;
}
.header-main-cont h2{
	color:#fff;
	text-shadow: 1.5px 2.6px 2px black;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}
.header-main-cont h1{
	text-shadow: 1.5px 2.6px 2px black;
	font-family: 'Roboto Slab', serif;
	font-size: 48px;
	font-weight: bold;
	color:#fff;
	margin-top: 3px;
}
.basic{
	background: url('basic.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/basic.png*/no-repeat center;
	height: 230px;
	margin-top: 10px;
	display: inline-block;
	width: 885px;
	position: relative;
	padding-left: 75px;
    padding-top: 49px;
}
.basic:after{
	content: url('sp-1.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/sp-1.png*/;
    left: 44px;
    top: 56px;
	position: absolute;
}
.basic p{
	text-shadow: 0.5px 0.9px 2px rgba(61, 68, 88, 0.68);
	color: #fefefe;
	font-size: 18px;
	font-weight: 400;
    padding-bottom: 25px;
}
.btn2{
	border-radius: 5px;
	width: 320px;
	height: 70px;
	background-color: #faa916;
	border-bottom: 4px solid #c07d04;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.36);
	color:#fff;
	line-height: 65px;
}
.btn2:hover{
	background-color: #e9ac3d;
}
#Fences{
	height: 1280px;
}
#Fences h2{
	text-align: center;
	font-size: 42px;
	font-family: 'Roboto Slab', serif;
	color: #3d4458;
	padding-top: 40px;
    padding-bottom: 40px;
}
.fences-item{
	position: relative;
}
.fences-item h3{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 19px;
	text-align: center;
}
.fences-item-txt{
	background: url('fences-item-txt.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/fences-item-txt.png*/no-repeat center;
	height: 328px;
	color:#fff;
	font-size: 17px;
	font-weight: 300;
	padding-left: 22px;
    padding-top: 23px;
    width: 357px;
}
.fences-item-img{
	border: 6px solid rgba(255, 255, 255, 0.74);
    position: absolute;
    top: 194px;
    right: 0px;
    height: 255px;
    overflow: hidden;
    width: 355px;
}
.btn3{
	background: url('btn3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/btn3.png*/ no-repeat center;
	display: inline-block;
	width: 170px;
	height: 46px;
	font-size: 20px;
	text-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.23);
	color: white;
	line-height: 46px;
    margin-top: 10px;
}
.btn3:hover{
	opacity: 0.9;
}
.two-row h3{
	height: 60px;
}
.two-row .fences-item-img{
	top: 215px;
}

/*goal*/

#goal{
	min-height: 747px;
	height: 1270px;
	background-color: #f1f1f1;
}
#goal h2{
	text-align: center;
	font-size: 42px;
	color: #3d4458;
	font-family: 'Roboto Slab', serif;
	padding-top: 40px;
	padding-bottom: 47px;
}
.goal-item{
	width: 370px;
	display: inline-block;
	position: relative;
}
.goal-item h3{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 19px;
}
.goal-item-txt{
	background: url('goal-item-txt.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/goal-item-txt.png*/no-repeat center;
	height: 328px;
	color:#fff;
	font-size: 17px;
	font-weight: 300;
	padding-left: 22px;
    padding-top: 23px;
    width: 354px;
}
.goal-item-img{
	border: 6px solid rgba(255, 255, 255, 0.74);
    position: absolute;
    top: 200px;
    right: 0px;
    height: 255px;
    overflow: hidden;
    width: 355px;
}

/*awnings*/

#awnings{
	min-height: 747px;
	background-color: #fff;
}
#awnings h2{
	text-align: center;
	font-size: 42px;
	color: #3d4458;
	font-family: 'Roboto Slab', serif;
	padding-top: 40px;
	padding-bottom: 47px;
}
.awnings-item{
	width: 370px;
	display: inline-block;
	position: relative;
}
.awnings-item h3{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 19px;
}
.awnings-item-txt{
	background: url('fences-item-txt.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/fences-item-txt.png*/no-repeat center;
	height: 328px;
	color:#fff;
	font-size: 17px;
	font-weight: 300;
	padding-left: 22px;
    padding-top: 23px;
    width: 354px;
}
.awnings-item-img{
	border: 6px solid rgba(255, 255, 255, 0.74);
    position: absolute;
    top: 184px;
    right: 0px;
    height: 255px;
    overflow: hidden;
    width: 355px;
}

/*turning*/

#turning{
	background: url('turning.jpg')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/turning.jpg*/no-repeat center;
	height: 612px;
}
#turning h2{
	text-align: center;
	font-size: 42px;
	color:#fff;
	padding-top: 60px;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 85px;
}
.turning-1 p{
	padding-bottom: 75px;
	color:#fff;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	padding-left: 73px;
}
.turning-1 p:nth-of-type(1):after{
	content: url('ico-1.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-1.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}
.turning-1 p:nth-of-type(2):after{
	content: url('ico-2.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-2.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}
.turning-1 p:nth-of-type(3):after{
	content: url('ico-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-3.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}
.turning-1 p:nth-of-type(4):after{
	content: url('ico-4.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-4.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}
.turning-2 p{
	padding-bottom: 75px;
	color:#fff;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	padding-left: 73px;
}
.turning-2 p:nth-of-type(1):after{
	content: url('ico-5.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-5.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}
.turning-2 p:nth-of-type(2):after{
	content: url('ico-6.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-6.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}
.turning-2 p:nth-of-type(3):after{
	content: url('ico-7.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-7.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}
.turning-2 p:nth-of-type(4):after{
	content: url('ico-8.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-8.png*/;
	position: absolute;
	left: -15px;
    top: -21px;
}

/*turning 2*/

#turning2{
	background: url('turning.jpg')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/turning.jpg*/repeat center;
	height: 830px;
}
#turning2 h2{
	text-align: center;
	font-size: 36px;
	color:#fff;
	padding-top: 35px;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 20px;
}
#turning2 h3{
	text-align: center;
	font-size: 32px;
	color:#fff;
	padding-top: 25px;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 55px;
}
.turning-10 p{
	padding-bottom: 75px;
	color:#fff;
	font-size: 20px;
	font-weight: 300;
	height:110px;
	position: relative;
	padding-left: 73px;
}
.turning-10 p:nth-of-type(1):after{
	content: url('ico-8.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-8.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-10 p:nth-of-type(2):after{
	content: url('ico-8.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-8.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-10 p:nth-of-type(3):after{
	content: url('ico-8.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-8.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-10 p:nth-of-type(4):after{
	content: url('ico-8.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-8.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-10 p:nth-of-type(5):after{
	content: url('ico-8.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-8.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-10 p:nth-of-type(6):after{
	content: url('ico-8.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-8.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-20 p{
	padding-bottom: 75px;
	color:#fff;
	font-size: 20px;
	font-weight: 300;
	height:110px;
	position: relative;
	padding-left: 73px;
}
.turning-20 p:nth-of-type(1):after{
	content: url('ico-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-3.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-20 p:nth-of-type(2):after{
	content: url('ico-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-3.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-20 p:nth-of-type(3):after{
	content: url('ico-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-3.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-20 p:nth-of-type(4):after{
	content: url('ico-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-3.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-20 p:nth-of-type(5):after{
	content: url('ico-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-3.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}
.turning-20 p:nth-of-type(6):after{
	content: url('ico-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/ico-3.png*/;
	position: absolute;
	left: -15px;
    top: -10px;	
}

/*examples*/

#examples{
	height: 650px;
	background: url('examples.jpg')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/examples.jpg*/no-repeat bottom center;
}
#examples h2{
	text-align: center;
	font-size: 42px;
	font-family: 'Roboto Slab', serif;
	color: #3d4458;
	padding-top: 63px;
    padding-bottom: 30px;
}
#examples li{
	position: relative;
	overflow: hidden;
}
#examples li .slide{
	position: relative;
	z-index: 20;
}
#examples .slide-txt{
	width: 100%;
	bottom: 0px;
	height: 40px;
	background-color: #3d4458;
	color:#fff;
	font-size: 17px;
	font-weight: 300;
	padding-left: 15px;
    margin-top: -50px;
    position: relative;
}
#examples .slide-txt:after{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.slide-txt span{
	display: inline-block;
	vertical-align: middle;
}
#examples a{
	font-size: 20px;
	text-decoration: underline;
	font-weight: 700;
	color: #faa916;
}

/*cost*/

#cost{
	background: url('cost.jpg')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/cost.jpg*/no-repeat center;
	height: 1050px;
}
#cost h2{
	text-align: center;
	font-size: 42px;
	font-family: 'Roboto Slab', serif;
	color:#fff;
	padding-top: 60px;
    padding-bottom: 38px;
}
.cost-row h3{
	font-size: 20px;
	color:#fff;
	padding-bottom: 10px;
	padding-left: 28px;
}
.cost-item{
	width: 570px;
	height: 272px;
}
.cost-item-row-tittle{
	background-color: #1b3022;
	height: 38px;
	padding: 8px 20px 8px 28px;
}
.cost-item-row-tittle p{
	font-size: 17px;
	font-weight: 300;
	color:#fff;

}
.cost-item-row-tittle span{
	float: right;
	padding-right: 15px;
	position: relative;
	width: 129px;
}
.cost-item-row-tittle span:after{
	content: '';
	background-color: #fff;
	width: 1px;
	height: 23px;
	position: absolute;
    left: -21px;
    top: 0px;
}
.cost-item-row{
	background-color: #fff;
	height: 38px;
	border-bottom: 1px solid #b9c0b8;
	font-size: 17px;
	font-weight: 400;
	padding: 9px 8px;
}
.cost-item-row span{
	float: right;
	position: relative;
	font-size: 19px;
	font-weight: bold;
	width: 121px;
    text-align: left;
    line-height: 22px;
}
.cost-item-row span:after{
	content: '';
	background-color: #b9c0b8;
	width: 1px;
	height: 23px;
	position: absolute;
    left: -21px;
    top: -1px;
}
.cost-item-row-other{
	padding: 0px 20px;
	background-color: #fff;
	min-height: 232px;
}
.call-me{
	padding-top: 40px;
}
.call-me p{
	font-size: 20px;
	font-weight: 400;
	color:#fff;
}
.call-me a{
	margin-top: 45px;
}

/*scheme*/

#scheme{
	height: 870px;
}
#scheme h2{
	text-align: center;
	color: #3d4458;
	font-family: 'Roboto Slab', serif;
	font-size: 42px;
	padding-top: 58px;
	padding-bottom: 40px;
}
.scheme-blo{
    background: url('scheme.jpg')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/scheme.jpg*/no-repeat center left;
    height: 641px;
    margin-top: 10px;
    position: relative;
}
.scheme-blo .item:nth-of-type(1){
	position: absolute;
	top: 123px;
	left: 0px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}
.scheme-blo .item:nth-of-type(2){
	position: absolute;
	bottom: 84px;
	left: 0px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}
.scheme-blo .item:nth-of-type(3){
	position: absolute;
    top: 35px;
    left: 234px;
}
.scheme-blo .item:nth-of-type(4){
	position: absolute;
    bottom: 19px;
    left: 234px;
}
.scheme-blo .item:nth-of-type(5){
	position: absolute;
	top: 152px;
    left: 531px;
}
.scheme-blo .item:nth-of-type(6){
	position: absolute;
	bottom: 152px;
    left: 531px;
}
.scheme-blo .item:nth-of-type(7){
	position: absolute;
	top: 49px;
    right: 6px;
}
.scheme-blo .item:nth-of-type(8){
	position: absolute;
    bottom: 40px;
    right: 33px;
}
.scheme-blo .item h3{
	font-size: 20px;
	padding-bottom: 7px;
}
.scheme-blo .item p{
	font-size: 17px;
	font-weight: 300;
}

/*contact*/

#contact{
	background: url('kont.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/kont.png*/no-repeat center;
	height: 595px;
	padding-top: 100px;
	position: relative;
	z-index: 10;
}
.contact-txt{
	position: relative;
}
.contact-txt:after{
	content: url('aft-3.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/aft-3.png*/;
	position: absolute;
	right: 10px;
	top: 110px;
}
.contact-txt h2{
	font-size: 42px;
	color:#fff;
	font-family: 'Roboto Slab', serif;
	padding-top: 33px;
}
.contact-txt h3{
	font-size: 27px;
	font-weight: 400;
	color:#fff;
    padding-top: 26px;
    padding-bottom: 25px;
}
.contact-p p{
	padding-left: 39px;
	position: relative;
}
.contact-p p:nth-of-type(1){
	font-size: 20px;
	font-weight: 400;
	color:#fff;
	padding-bottom: 23px;
}
.contact-p p:nth-of-type(1):after{
	position: absolute;
	content: url('aft-1.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/aft-1.png*/;
    left: 1px;
    top: 9px;
}
.contact-p p:nth-of-type(2):after{
	position: absolute;
	content: url('aft-2.png')/*tpa=http://working-group.ru/sites/stroyka-drugoe/zabori-200/images/aft-2.png*/;
    left: 1px;
    top: 1px;
}
.contact-p p:nth-of-type(1) b{
	font-size: 30px;
	font-weight: 700;
}
.contact-p p:nth-of-type(2){
	font-size: 20px;
	font-weight: 300;
	color:#fff;
	text-decoration: underline;
}
.group-one{
	padding-top: 5px;
}
.group-one input{
	width: 270px;
	height: 54px;
	background-color: white;
	padding-left: 16px;
	font-size: 17px;
	font-weight: 300;
	margin-right: 26px;
	border: transparent;
}
.group-one input:last-child{
	margin: 0px;
}
.group-two textarea{
	width: 100%;
	border: transparent;
	padding-top: 14px;
    padding-left: 18px;
    height: 170px;
    font-size: 17px;
}
.contact-form button{
	border-radius: 5px;
	width: 270px;
	height: 60px;
	background-color: #faa916;
	border: 0;
	border-bottom: 4px solid #c07d04;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.36);
	color:#fff;
    line-height: 57px;
    margin-top: 26px;
}
.contact-form button:hover{
	background-color: #e9ac3d;
}

/* timer */
.eTimer {
	position: relative;	
	left: 200px;
}


/*maps*/

#maps{
	margin-top:-71px;
}
.cont-blo{
	position: absolute;
	width: 370px;
	height: 360px;
	background-color: #3d4458;
	border-radius: 8px;
	z-index: 10;
	top: 124px;
    left: 100px;
}
.cont-blo h2{
	text-align: center;
	color:#fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 22px;
	padding-bottom: 23px;
}
.cont-blo p{
	font-size: 20px;
	line-height: 36px;
	color:#fff;
	font-weight: 300;
	padding-left: 50px;
}
.cont-blo p:nth-of-type(1){
    padding-bottom: 36px;
}
P.article { /* параграф с текстом на странице доп. инфо */
	text-indent: 20px; display: block; padding: 2px; margin-bottom: 2px; margin-top: 2px; text-align: justify;
   } 










































.mgt0{margin-top: 0px;}.mgt-5{margin-top: 5px;}.mgt-10{margin-top: 10px;}.mgt-15{margin-top: 15px;}.mgt-20{margin-top: 20px;}.mgt-25{margin-top: 25px;}.mgt-30{margin-top: 30px;}.mgt-35{margin-top: 35px;}.mgt-40{margin-top: 40px;}.mgt-45{margin-top: 45px;}.mgt-50{margin-top: 50px;}.mgt-55{margin-top: 55px;}.mgt-60{margin-top: 60px;}.mgt-65{margin-top: 65px;}.mgt-70{margin-top: 70px;},.mgt-75{margin-top: 75px;}.mgt-80{margin-top: 80px;}.mgt-85{margin-top: 85px;}.mgt-90{margin-top: 90px;}.mgt-95{margin-top: 95px;}.mgt-100{margin-top: 100px;}.mgt-120{margin-top: 120px;}
.mgb-0{margin-bottom: 0px!important;}.mgb-5{margin-bottom: 5px;}.mgb-10{margin-bottom: 10px;}.mgb-15{margin-bottom: 15px;}.mgb-20{margin-bottom: 20px;}.mgb-25{margin-bottom: 25px;}.mgb-30{margin-bottom: 30px;}.mgb-35{margin-bottom: 35px;}.mgb-40{margin-bottom: 40px;}.mgb-45{margin-bottom: 45px;}.mgb-50{margin-bottom: 50px;}.mgb-55{margin-bottom: 55px;}.mgb-60{margin-bottom: 60px;}.mgb-65{margin-bottom: 65px;}.mgb-70{margin-bottom: 70px;}
.pdt-5{padding-top: 5px;}.pdt-10{padding-top: 10px;}.pdt-15{padding-top: 15px;}.pdt-20{padding-top: 20px;}.pdt-25{padding-top: 25px;}.pdt-30{padding-top: 30px;}.pdt-35{padding-top: 35px;}.pdt-40{padding-top: 40px;}.pdt-45{padding-top: 45px;}.pdt-50{padding-top: 50px;}.pdt-55{padding-top: 55px;}.pdt-60{padding-top: 60px;}.pdt-65{padding-top: 65px;}.pdt-70{padding-top: 70px;}.pdt-75{padding-top: 75px;}.pdt-80{padding-top: 80px;}.pdt-85{padding-top: 85px;}.pdt-90{padding-top: 90px;}.pdt-95{padding-top: 95px;}.pdt-100{padding-top: 100px;}.pdt-105{padding-top: 105px;}.pdt-110{padding-top: 110px;}.pdt-115{padding-top: 115px;}.pdt-120{padding-top: 120px;}.pdt-125{padding-top: 125px;}
.pdb-5{padding-bottom: 5px;}.pdb-10{padding-bottom: 10px;}.pdb-15{padding-bottom: 15px;}.pdb-20{padding-bottom: 20px;}.pdb-25{padding-bottom: 25px;}.pdb-30{padding-bottom: 30px;}.pdb-35{padding-bottom: 35px;}.pdb-40{padding-bottom: 40px;}.pdb-45{padding-bottom: 45px;}.pdb-50{padding-bottom: 50px;}.pdb-55{padding-bottom: 55px;}.pdb-60{padding-bottom: 60px;}.pdb-65{padding-bottom: 65px;}.pdb-70{padding-bottom: 70px;}


