*{
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

body{
	color:#2a2a2a;
}

::-webkit-input-placeholder {color:#717171;}
::-moz-placeholder  {color:#717171;}
:-moz-placeholder     {color:#717171;}
:-ms-input-placeholder {color:#717171;}

body, input, select, textarea{
	font-size:18px;
	font-family:'RobotoRegular';
	line-height:24px;
	border:none;
}

textarea{
	padding-top:10px;
	height:230px;
}

ul{
	list-style:none;
}

a{
	text-decoration:none;
}

input, textarea, select{
	color:#444;
	font-size:15px;
}

input:focus, textarea:focus, select:focus, button:focus, a:active{
	color:#000;
	outline:none;
}

ul:after, .clear:after{
	content:'';
	display:block;
	clear:both;
}

strong, .bold{
	font-weight:normal;
	font-family:'RobotoBold';
}

li{
	list-style:none;
}

.button:hover, .callback:hover{
	cursor:pointer;
}

.container{
	margin:auto;
	padding:0 10px;
}

#top, footer{
	padding-top:15px;
	background:url(../images/dark-bg.jpg) 50% 50% no-repeat;
	background-size:cover;
	overflow:hidden;
}

#top, #top a,
footer, footer a{
	color:#fff;
}

.logo{
	display:block;
	float:left;
	margin-top:25px;
}

footer .logo{
	margin-top:10px;
}

.logo img{
	display:block;
	max-width:200px;
}

.general{
	float:right;
	margin-bottom:25px;
}

.general > *{
	float:left;
}

.shedule, .numbers{
	padding-left:47px;
	margin-right:60px;
}

.shedule{
	padding-top:5px;
	font-size:14px;
	line-height:20px;
	padding-left:47px;
	background:url(../images/schedule.png) 0 50% no-repeat;
}

.shedule .time{
	font-size:18px;
}

.shedule .time-sm{
	display:none;
}

.numbers{
	background:url(../images/call.png) 0 50% no-repeat;
}

.numbers a{
	display:block;
	font-size:18px;
	line-height:25px;
}

.email{
	display:block;
	font-size:15px;
	line-height:50px;
	margin-right:30px;
}

.email:hover{
	text-decoration:underline;
}

.callback{
	float:right;
	padding:0 30px;
	margin-top:7px;
	height:36px;
	font-size:15px;
	line-height:32px;
	border:2px solid #dc6e15;
	border-radius:50px;
}

nav{
	clear:both;
}

nav.fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#373D4B;
	z-index:10;
}

nav ul{
	position:relative;
	float:right;
	padding-left:50px;
	background-color:#dc6e15;
}

nav ul:before,
nav ul:after{
	content:'';
	display:block;
	position:absolute;
}

nav ul:before{
	top:0;
	left:-36px;
	width:36px;
	height:46px;
	background:url(../images/angle-menu.png) 0 0 no-repeat;
}

nav ul:after{
	top:0;
	right:-100%;
	width:100%;
	height:46px;
	background-color:#dc6e15;
}

nav ul li{
	float:left;
	padding:10px 0;
}

nav ul li a{
	display:block;
	padding:0 25px;
	line-height:26px;
	border-right:1px solid #f4ac71;
}

nav ul li:last-child a{
	padding-right:0;
	border:none;
}

nav ul li:hover{
	background:url(../images/active-menu.png) 50% 0 no-repeat;
}

nav ul li a:hover{
	text-decoration:underline;
}

header .titles{
	width:620px;
	float:left;
	padding-top:50px;
	margin-left:300px;
	margin-bottom:60px;
}

.title{
	position:relative;
	display:table;
	margin:auto;
	color:#fff;
	font-size:27px;
	font-family:'RobotoBold';
	height:67px;
	line-height:67px;
	padding:0 40px;
	text-align:center;
	text-transform:uppercase;
}

header .title{
	font-size:35px;
}

.title.sub{
	height:53px;
	line-height:53px;
	text-transform:none;
}

header .title.sub{
	font-size:20px;
	font-family:'RobotoRegular';
}

.title.gray{
	background-color:#373d4b;
}

.title.orange{
	font-size:27px;
	height:57px;
	line-height:57px;
	background-color:#dc6e15;
}

.title .side{
	position:absolute;
	top:0;
	height:100%;
}

.title.sub .side{
	width:18px;
}

.title .side.left{
	left:-23px;
}

.title.orange .side.left{
	left:-30px;
}

.title.sub .side.left{
	left:-18px;
}

.title .side.right{
	right:-23px;
}

.title.orange .side.right{
	right:-30px;
}

.title.sub .side.right{
	right:-18px;
}

header{
	height:600px;
	background:url(../images/header.jpg) 50% 50% no-repeat;
	background-size:cover;
	border-bottom:7px solid #dc6e15;
}

header .title br{
	display:none;
}

header .order{
	float:right;
	width:790px;
	clear:both;
}

header .order .title{
	float:left;
	text-transform:none;
}

header .order .desc{
	width:410px;
	float:left;
	color:#fff;
}

header .order .desc p{
	font-size:20px;
	padding:20px 0 30px 10px;
	margin-bottom:20px;
	border-bottom:1px solid #dc6e15;
}

.marker li{
	position:relative;
	padding-left:40px;
	margin-bottom:3px;
}

.marker li:before{
	content:'';
	display:block;
	position:absolute;
	top:5px;
	left:10px;
	width:9px;
	height:9px;
	border:3px solid #dc6e15;
	border-radius:50%;
}

header .form{
	float:right;
	width:330px;
}

.field{
	margin-bottom:10px;
}

input[type="text"]{
	line-height:36px;
	width:100%;
	padding:0 20px;
	border:none;
	border-radius:5px;
}

input.err{
	border:1px solid red;
}

.thankyou{
	color:#fff;
	padding:0 30px;
	text-align:center;
}

input[type="submit"], .wrap-but .button{
	font-size:18px;
	width:100%;
	height:52px;
	text-align:center;
	color:#fff !important;
	background-color:#3d7eff;
	border-radius:50px;
}

.wrap-but div.button,
.wrap-but a.button{
	display:block;
	line-height:52px;
	text-decoration:none;
}

.wrap-but{
	width:330px;
	color:#929292;
	margin:auto;
	padding-top:10px;
}

header .wrap-but{
	width:100%;
}

.wrap-but p{
	font-size:11px;
	line-height:13px;
	padding:20px 30px 0;
}

.wrap-but a{
	color:#dc6e15;
	text-decoration:underline;
}

.wrap-but a:hover{
	text-decoration:none;
}

section{
	padding:50px 0 70px;
}

section .title br{
	display:none;
}

#whyneedus .list{
	padding:80px 0;
}

#whyneedus .item{
	float:left;
	width:16.66%;
}

#whyneedus .icon{
	margin-bottom:30px;
}

#whyneedus .icon img{
	max-height:100%;
}

#whyneedus .ttl{
	position:relative;
	font-size:27px;
	font-family:'Roboto';
	padding-bottom:40px;
}

#whyneedus .ttl:after{
	content:'';
	display:block;
	position:absolute;
	bottom:20px;
	width:50%;
	height:1px;
	background-color:#dc6e15;
}

#whyneedus .item p{
	line-height:22px;
	padding-right:20px;
}

#whyneedus .wrap-but{
	line-height:22px;
}

#services{
	padding:70px 0;
	background:url(../images/light-bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#services .item{
	position:relative;
	margin-bottom:50px;
}

#services .item:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:75%;
	height:1px;
	background-color:#dc6e15;
}

#services .item:nth-child(2n):before{
	left:auto;
	right:0;
}

#services .item:after{
	content:'';
	display:block;
	clear:both;
}

#services .title{
	position:absolute;
	left:250px;
	top:0;
	text-transform:none;
}

#services .item:nth-child(2n) .title{
	left:auto;
	right:250px;
}

#services .photo{
	float:left;
	border:1px solid #dc6e15;
}

#services .item:nth-child(2n) .photo{
	float:right;
}

#services .photo img{
	display:block;
}

#services .desc{
	line-height:22px;
	padding:100px 30px 0;
	min-height:286px;
	overflow:hidden;
}

#services .item:nth-child(2n) .desc{
	padding-left:0;
}

#services .button{
	position:absolute;
	right:0;
	bottom:-20px;
	width:250px;
	height:40px;
	font-family:'RobotoBold';
	line-height:38px;
	text-align:center;
	color:#fff;
	background-color:#3d7eff;
	border-radius:30px;
}

#services .item:nth-child(2n) .button{
	right:auto;
	left:0;
}

#weworking .list{
	padding:120px 0 80px;
}

#weworking .item{
	float:left;
	width:20%;
}

#weworking .num{
	position:relative;
	width:105px;
	height:105px;
	margin:0 auto 30px;
	border:3px solid #373d4b;
	border-radius:50%;
}

#weworking .num > div{
	position:absolute;
	bottom:30%;
	color:#dc6f17;
	font-size:115px;
	font-family:'Roboto';
	width:80px;
	text-align:center;
	line-height:115px;
}

#weworking .num > div:after{
	content:'';
	display:block;
	position:absolute;
	right:-25px;
	bottom:-40px;
	width:124px;
	height:124px;
	background:url(../images/num.png) 0 0 no-repeat;
}

#weworking .item > p{
	text-align:center;
	padding:0 10px;
}

#feature{
	background:url(../images/light-bg.jpg) 50% 50% no-repeat;
}

#feature .list{
	width:1050px;
	padding:70px 0 20px;
	margin:auto;
}

#feature .item{
	padding-left:100px;
	min-height:70px;
	margin-bottom:50px;
	background:url(../images/check.png) 0 0 no-repeat;
}

#feature .item .ttl{
	font-size:27px;
	line-height:35px;
	font-family:'Roboto';
	text-transform:uppercase;
}

#prices .list{
	padding-top:65px;
}

#prices .pack,
#prices .addserv .item{
	float:left;
	width:33.3%;
	padding:0 10px;
}

#prices .list .pack:last-child .ttl{
	line-height:54px;
}

#prices .pack > div{
	padding:20px 15px 15px;
	border:1px solid #c3c3c3;
	border-top:10px solid #dc6e15;
	box-shadow:10px 10px 0 #e7e7e7;
}

#prices .ttl{
	font-size:22px;
	font-family:'Roboto';
	line-height:27px;
	text-transform:uppercase;
	min-height:74px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #373d4b;
}

#prices p, #prices ul li, #prices .price{
	margin-bottom:20px;
}

#prices p.sm{
	font-size:15px;
	line-height:21px;
}

#prices .price{
	display:inline-block;
	padding:5px;
	font-family:'Roboto';
	border:1px solid #dc6e15;
}

#prices .ttl.add{
	padding:50px 0;
	margin-bottom:0;
	text-align:center;
	border-bottom:none;
}

#prices .addserv .item > div{
	padding:30px 20px 0;
	border-top:3px solid #dc6e15;
}

#prices .addserv p,
#prices .addserv .price{
	margin-bottom:10px;
}

#prices .marker{
	padding:10px 0;
}

#prices .marker li{
	padding-left:30px;
}

#prices .marker li:before{
	left:0;
}

#guarantee{
	background:url(../images/light-bg.jpg) 50% 30% no-repeat;
}

#guarantee .container > img{
	display:block;
	float:left;
	max-width:100%;
}

#guarantee .title{
	margin:0 0 50px;
}

#guarantee .desc{
	padding-top:50px;
	padding-left:50px;
	overflow:hidden;
}

#guarantee .desc .ttl,
#guarantee .desc p{
	padding-left:50px;
}

#guarantee .desc .ttl{
	font-size:22px;
	font-family:'Roboto';
	line-height:27px;
	text-transform:uppercase;
	margin-bottom:20px;
}

#questions .ttl,
#questions .ttl + p{
	text-align:center;
}

#questions .ttl{
	color:#dc6e15;
	font-size:48px;
	font-family:'Roboto';
	line-height:55px;
	padding-top:30px;
	margin-bottom:20px;
	text-transform:uppercase;
}

#questions .ttl + p{
	margin-bottom:80px;
}

#questions .form,
#wrap-form .form{
	width:800px;
	margin:auto;
	padding:55px 0 45px;
	background:url(../images/dark-bg.jpg) 50% 30% no-repeat;
	border-radius:30px;
}

#questions .form .field{
	width:500px;
	margin:0 auto 10px;
}

#map{
	padding:0 0 6px;
	height:540px;
	border-bottom:6px solid #dc6e15;
}

#map .line{
	height:6px;
	background-color:#373d4b;
}

#map .line div{
	width:33.3%;
	height:inherit;
	margin:auto;
	background-color:#dc6e15;
}

#map iframe{
	display:block;
	width:100%;
	height:100%;
}

article{
	padding:90px 30px 30px;
}

article .back{
	position:fixed;
	top:0;
	left:0;
	color:#dc6e15;
	font-size:20px;
	width:100%;
	height:60px;
	line-height:60px;
	padding:0 30px;
	text-align:center;
	background-color:#fff;
}

article h1{
	font-weight:normal;
	font-size:27px;
	font-family:'RobotoBold';
	margin-bottom:30px;
}

article p{
	font-size:16px;
	margin-bottom:30px;
}

article .ttl{
	font-family:'RobotoBold';
}

footer{
	padding:70px 0 50px;
}

#wrap-form{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(55,61,75,0.9);
	z-index:9999;
}

#wrap-form .form{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:360px;
	height:320px;
	padding:30px;
}

#wrap-form .ttl{
	color:#fff;
	font-size:27px;
	font-family:'RobotoBold';
	margin-bottom:30px;
}

#wrap-form .close{
	position:absolute;
	top:30px;
	right:30px;
	width:30px;
	height:30px;
	background:url(../images/close.png) 50% 50% no-repeat;
}

#wrap-form .close:hover{
	cursor:pointer;
}

#wrap-form .wrap-but{
	width:auto;
}

#wrap-form .wrap-but p{
	padding:20px 0 0;
}