@import "http://webfonts.ru/import/djsans.css";
@import "http://webfonts.ru/import/bebasneue.css";



@font-face {
    font-family: 'dejavu_sansextralight';
    src: url('../fonts/dejavusans-extralight-webfont.eot');
    src: url('../fonts/dejavusans-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dejavusans-extralight-webfont.woff') format('woff'),
         url('../fonts/dejavusans-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* 
	font-family: 'Bebas Neue'; */
html, body {
	height: 100%;
}

body {
	background-color: #666666;
	
	background-image: url('../img/bg_site.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'DejaVu Sans', sans-serif;
	color: #5b4f46;
}

body * {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#site {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0px;
	overflow: hidden;
	
	width: 100%;
	min-width: 998px;
	/*background-color: #fff;*/
}


#site > * {
	width: 100%;
	
	min-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#site > section,
#site > * > section {
	margin: 0 auto;
	width: 100%;
	max-width: 999px;
	position: relative;
	
}



/** FONT **/
b, strong { font-weight: bold;}
i, em { font-style: italic;}
center { text-align: center;}
big { font-size: larger;}
small { font-size: smaller;}

sup {
    font-size: smaller;
    line-height: 0;
    vertical-align: super;
    font-size: 12px;
}

sub {
    font-size: smaller;
    line-height: 0;
    vertical-align: sub;
    font-size: 12px;
}

.page p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0;
}


.page h1 { font-size: 42px;}

.page h2 { font-size: 32px;}

.page h3 { font-size: 30px;}

.page h4 { font-size: 26px;}

.page h5 { font-size: 22px;}

.page h6 { font-size: 18px;}


.page h1, 
.page h2, 
.page h3, 
.page h4 {line-height: 1.2;}

.page h5, 
.page h6 {	line-height: 1.3;}




figure {

}

figcaption {

}


.page hr {
	height: 2px;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: rgba(0,0,0,0.2);
	margin: 14px 0px;
}

.page li {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0;
}

.page ul {	padding: 0px 20px;}

.page ol { padding: 0px 20px;}


.page ul li {
	list-style-type: square;
	list-style-position: unset; /* или inside */
}


.page ol li {
	list-style-type: decimal;
	list-style-position: unset; /* или inside */
}

.page ol li ol li{
	list-style-type: decimal;
}
/** .FONT **/



a {
	text-decoration: underline;
	color: #eb5f00;
}

a:hover {
	text-decoration: none;
	
}
p {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px 0;
}


b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

center {
	text-align: center;
}

sup {
    font-size: smaller;
    line-height: 0;
    vertical-align: super;
    font-size: 12px;
}

sub {
    font-size: smaller;
    line-height: 0;
    vertical-align: sub;
    font-size: 12px;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}


figure {

}

figcaption {

}


header {
	background-color: #eb5f00;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.16);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

header > section {
	min-height: 50px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 1px 0 1px 80px;
	color: #fff;
}


footer {/* 
	background-color: #333; */
}

footer > section {
	min-height: 300px;
	position: relative;
	color: #333333;
	padding-top: 60px;
}

footer > section .left {
	font-size: 14px;
	max-width: 450px;
}
#fm {
	position: absolute;
	top: 60px;
	right: 0px;
}
#fm menu li {
	text-align: right;
	font-size: 14px;
	padding: 6px 0;
	cursor: pointer;
}

#sm {
	
	position: absolute;
	top: 122px;
	left: 50%;
	margin-left: -50px;
}
#sm li {
	padding: 0 2px;
}
#sm a {
	width: 30px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
	background-image: url(../img/bg_sm.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#sm li:first-child a {
	background-position: left top;
}
#sm li:last-child a {
	background-position: right top;
}
#sm a:hover {
	background-position: center;
}
#sm li:first-child a:hover {
	background-position: left center;
}
#sm li:last-child a:hover {
	background-position: right center;
}
#sm a:active {
	background-position: bottom center;
}
#sm li:first-child a:active {
	background-position: left bottom;
}
#sm li:last-child a:active {
	background-position: right bottom;
}
menu li,
.list li {
	list-style:none;
}
menu,
.list {
	padding-left: 3px;
}
menu .item,
.list .item {
	display: inline-block;
	vertical-align: top;
	margin: 0px -2px 0 -3px;
}

menu.hor > li {
	display: inline-block;
	vertical-align: top;
	margin: 0px -2px 0 -2px;
}
#mm li {
    cursor: pointer;
    height: 50px;
    line-height: 47px;
    padding: 0 21px;
	/* font-family: 'DejaVu Sans', sans-serif; */
	
    font-family: 'dejavu_sansextralight';
	font-size: 14px;
}

.content {
	padding: 0px;
	background-color: #fff;
}

.page {
}


/****/
.orange {
	background-color: #ff6600;
}


.orange .item {
	width: 333px;
	height: 333px;
	color: #fff;
	font-weight: 200;
	
}

.orange .item p {
	line-height: 1.3;
    font-family: 'dejavu_sansextralight';
}
.orange .item h3 {
	font-size: 92px;
	font-family: 'Bebas Neue';
	font-weight: 200;
}
.orange .item h5 {
	text-transform: uppercase;
	font-weight: bold;
}
.orange .item h3 b {
	font-weight: bold;

}
.orange .item:nth-child(2),
.orange .item:nth-child(4),
.orange .item:nth-child(6) {
	background-color: #eb5f00;
}

.orange .item:nth-child(1) {
	padding: 70px 20px 20px 70px;
}
.orange .item:nth-child(1) p {
	padding-left: 14px;
}

.orange .item:nth-child(2) {
	background-image: url(../img/bg_top2.png);
	background-position: center top 40px;
	background-repeat: no-repeat;
	padding-top: 184px;
	padding-left: 50px;
}
.orange .item:nth-child(3) {
	padding: 80px 20px 10px 50px;
}
.orange .item:nth-child(4) {
	background-image: url(../img/bg_top4.png);
	background-position: center top 40px;
	background-repeat: no-repeat;
	padding-top: 197px;
	padding-left: 80px;
	padding-right: 30px;
}
.orange .item:nth-child(5) p:last-child {
	font-size: 11px;
	padding-top: 14px;
	
}
.orange .item:nth-child(5) p:last-child br {
	margin-bottom: 6px;
}

.orange .item:nth-child(5) {
	background-image: url(../img/bg_top5.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 190px;
	padding-top: 100px;
	font-size: 14px;
}
.orange .item:nth-child(6) {
	padding: 80px 20px 20px 40px;
}
h2 {
	font-size: 30px;
	padding: 20px 40px;
	padding-left: 84px;
	color: #ff6600;
	text-transform: uppercase;
	
    font-family: 'dejavu_sansextralight';
}

#phone {
	color: #ff6600;
	position: absolute;
	top: 18px;
	right: 0px;
	text-align: right;
}
#phone p:first-child {
	font-weight	: bold;
	font-size: 48px;
	font-family: 'Bebas Neue';
	line-height: 1;
	margin-bottom: 0;
}
#phone p:first-child span{
	font-weight: 300;
}
#phone p:last-child {
	font-size: 20px;
    font-family: 'dejavu_sansextralight', sans-serif;
	/* font-weight: 200; */
	margin-bottom: 0;
	margin-top: 0px;
	line-height: 1;
}
/****/
#ww {
	margin-bottom: 40px;
}
#ww p {
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 0px;
    font-family: 'dejavu_sansextralight', sans-serif;
	
}
#ww .list {
	padding: 0;
}
#ww .list li {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	
	background: rgb(237,237,237);
	background: -moz-linear-gradient(left, rgba(237,237,237,1) 50%, rgba(235,95,0,1) 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(237,237,237,1)), color-stop(50%,rgba(235,95,0,1)));
	background: -webkit-linear-gradient(left, rgba(237,237,237,1) 50%,rgba(235,95,0,1) 50%);
	background: -o-linear-gradient(left, rgba(237,237,237,1) 50%,rgba(235,95,0,1) 50%);
	background: -ms-linear-gradient(left, rgba(237,237,237,1) 50%,rgba(235,95,0,1) 50%);
	background: linear-gradient(to right, rgba(237,237,237,1) 50%,rgba(235,95,0,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#eb5f00',GradientType=1 );
	position: relative;
}
#ww .list li:first-child > div {
	border-top: none;

}
#ww .list li:last-child > div {
	border-bottom: none;

}
#ww .list li > div {
	/* position: relative; */
	width: 50%;
	float: left;
	min-height: 116px;
	padding: 10px;
	/* background-color: #ededed; */
	padding-left: 80px;
	padding-right: 30px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#ww .list li > div:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 10px;
	width: 60px;
	height: 60px;
	background-image: url(../img/ww_left.png);
	background-repeat: no-repeat;
	background-position: center;

}
#ww .list li > div:last-child {
	/* background-color: #eb5f00; */
	padding-left: 60px;
	color: #fff;
	border-left: 5px solid #eb5f00;
}
#ww .list li > div:last-child:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	width: 60px;
	margin-left: -15px;
	height: 60px;
	background-image: url(../img/ww_right.png);
	background-repeat: no-repeat;
	background-position: center;
	/*
	content:'!';
	width: 30px;
	height: 30px;
	background-color: #ff6600;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin-top: -15px;
	left: -10px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 0px 10px  #eb5f00;
	-moz-box-shadow:    0px 0px 0px 10px  #eb5f00;
	box-shadow:         0px 0px 0px 10px  #eb5f00;
	*/
}
#ww .list li:after {
	content: '';
	display:block;
	clear: both;
}

/****/
#bottom {
	background-color: #eb5f00;
	margin-top: 60px;
	position: relative;
	height: 100px;
	
	
}

#popup1 h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    padding-top: 40px;
    text-align: center;    
	margin-bottom: 10px;
}
#popup1  .header p  {
	text-align: center;
	color: #fff;
}
#popup1  {
	text-align: center;
}
#bottom  .btn.xxxl.primary span {
	padding: 36px 30px;
}
#bottom .form-box {
	width: 250px;
	text-align: left;
	padding: 20px;
}
#bottom .form-box .input {
	width: 100%;
}
#bottom .form .primary {
	max-width: 70%;
	margin-top: 20px;

}

#bottom .form .primary span {
	padding: 26px 30px;
}
#bottom .popup-box {
	margin: 0px auto;
	width: 600px;
	display: block;
	
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -300px;
	z-index: 90;
}
#bottom .popup-box > .primary {
	width: 100%;
	-webkit-box-shadow: 0px 0px 0px 10px #eb5f00;
	-moz-box-shadow:    0px 0px 0px 10px #eb5f00;
	box-shadow:         0px 0px 0px 10px #eb5f00;
}


/** **/
#directions {
	margin-bottom: 40px;
}

#directions nav {
	text-align: center;
}
#directions .item {
	position: relative;
	padding: 20px 26px;
	padding-bottom: 90px;
}
#directions .ico {
	
	background-color: #ff6600;
	width: 100px;
	height: 100px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
#directions .directions-list {
	background-color: #ededed;
	min-height: 200px;
	font-size: 14px;
}

#directions nav .item.active:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ededed;
}
#directions nav .item .text {
    top: 130px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    text-align: center;
    width: 180px;
	font-size: 14px;
	color: #5b4f46;
    font-family: 'dejavu_sansextralight';
	
}

.directions-list {
	padding: 20px 50px;
}
.directions-list > .tab > .list > li {
	padding: 10px 37px;
	cursor: pointer;
	margin: 0 -20px;
}
.directions-list > .tab > .list > li:hover {
	background-color: #d5d5d5;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

#directions .tlh {
	border-bottom: 1px solid #eb5f00;
	color: #eb5f00;
	font-size: 14px;
	margin: 4px 20px;
	margin-bottom: 10px;
	
}

#directions .tlh:after {

	clear: both;
	content: '';
	width: 100%;
	display: block;
}
#directions .tlh > div {
	float: left;
	width: 203px;
	padding: 10px 0;
	
    font-family: 'dejavu_sansextralight';
}

#directions .tlh > div:first-child {
	width: 446px;
}
#directions .tlh > div:last-child {
	width: 209px;
	text-align: right;
}

.directions-list > .tab > .list li > div {
	float: left;
	width: 200px;
	padding: 10px 0;
	
    font-family: 'dejavu_sansextralight';
}
.directions-list > .tab > .list > li > div:first-child {
	width: 448px;
	padding-right: 50px;
}
.directions-list > .tab >  .list > li > div:last-child {
	width: 206px;
	text-align: right;
}
.directions-list > .tab > .list > li:after {
	clear: both;
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background-color: #d5d5d5;
}
/****/

#partners {
	min-height: 200px;
	margin: 10px 0px;
	text-align: center;
}

#partners .item {
	width: 220px;
	padding: 10px 20px;
	vertical-align: top;
	text-align: center;
}
#partners .item  img {
max-width: 100%;
}
/****/

#cases {
	background-color: rgba(0,0,0,0.2);
	min-height: 400px;
	margin: 10px 0px;
}

#cases .item {
	border: 1px solid rgba(0,0,0,0.1);
	width: 250px;
	height: 247px;
	position: relative;
}
#cases .item > .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	background-color: rgba(0,0,0,0.2);
	padding: 20px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 0px;

}
/****/

#about {
	margin: 10px 0px;
	padding: 0 84px;
    font-family: 'dejavu_sansextralight';
	
	margin-bottom: 40px;
}
/****/

#hw {
	background-color: #eb5f00;
	min-height: 260px;
	margin: 40px 0px 50px;
	text-align: center;
	padding-bottom: 40px;
}

#hw .item {
	width: 220px;
	text-align: left;
	min-height: 100px;
	color: #fff;
}
#hw .item h5 {
	margin: 0 10px 5px;
	text-transform: uppercase;
}
#hw .item p {
	margin: 0 40px 0 10px;
	font-size: 14px;
	line-height: 1.4;
    font-family: 'dejavu_sansextralight';
}
#hw .item span {
	display: block;
	width: 125px;
	height: 125px;
	background-color: #ff6600;
	color: #fff;
	text-align: center;
	line-height: 116px;
	margin-top: -10px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
	
	-webkit-box-shadow: 0px 0px 0px 10px #eb5f00;
	-moz-box-shadow:    0px 0px 0px 10px #eb5f00;
	box-shadow:         0px 0px 0px 10px #eb5f00;
	
	font-size: 66px;
    font-family: 'dejavu_sansextralight';
}
#hw .item span:after {
	content: '';
	width: 24px;
	height: 45px;
	 /* background-color: rgba(0,0,0,0.1);  */
	position: absolute;
	top: 35px;
	right:-54px; 
	background-image: url(../img/arrow_right.png);
	background-position: center;
	background-repeat: no-repeat;
	
}
#hw .item:last-child span:after {
	display: none;
}
/****/

#reviews {
	background-color: #ff6600;
	min-height: 400px;
	margin: 10px 0px;
	overflow: hidden;
}

#reviews .list {
	padding: 0;
}
#reviews .item {
	width: 500px;
	min-height: 300px;
	background-color: #ff6600;
	position: relative;
	padding: 20px;
	
	/* height: 300px; по дизайну */
	margin: 0 -2px 0 -2px ;
}

#reviews .item.black {
	background-color: #eb5f00;
}

#reviews .item.video {
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	min-height: 337px;
}
#reviews .item.video > img {
	width: 100%;
	height: auto;
	display: none;
}

#reviews .item.video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 10;
	width: 100px;
	height: 100px;
}
#reviews .item.video .play:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/ico_play.png);
	background-position: center right 20px;
	background-repeat: no-repeat;
}

#reviews .item.video:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
}
#reviews .item.video:hover:after {
	background-color: rgba(0,0,0,0.5);
}

#reviews .item.video:hover > img {
	display: block;
}
#reviews .item.video > img:after {
}
#reviews .img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}

#reviews .img img {
	max-width: 100%;
	max-height: 100%;
}

#reviews .review {
	margin-left: 150px;
	background-color: #eb5f00;
	padding: 10px;
	/* height: 200px;  по дизайну */
	position: relative;

}

#reviews .black .review {
	background-color: #ff6600;
}

#reviews .review:after {
	content: '';
	position: absolute;
	top: 120px;
	left: -30px;
	margin-left: -20px;
	
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #eb5f00;

}
.modal .dialog .content.revideo {
	padding-bottom: 100px;
}
.revideo iframe {
    display: block;
    margin: 0 auto;
}
#reviews .author {
	color: #fff;
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
}

#reviews .author span {
	display: block;
	text-decoration: uppercase;
}

#reviews .black .review:after {
	
    border-right: 30px solid #ff6600;
}

#reviews .review p {
	line-height: 1.4;
	color: #fff;
	font-size: 14px;
    font-family: 'dejavu_sansextralight';
}

/****/

#map {
	min-height: 400px;
	margin: 10px 20px 20px;
	border-bottom: 1px solid #ffb27f;
	
    font-family: 'dejavu_sansextralight';
}


#map > div {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}
.left-block {
	width: 400px;    
	margin-left: 50px;
}
#map > div.left-block {
	padding-right: 35px;
}

.right-block {
	width: 500px;
}
#map .map {
	width: 460px;
	height: 340px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#map .ico {
	padding: 16px;
	padding-right: 0px;
	padding-left: 94px;
	border-bottom: 1px solid #dedede;
	background-position: top 10px left;
	background-repeat: no-repeat;
	min-height: 90px;
}
#map .ico:last-child {
	border: none;
}
#map .ico:nth-child(1) {
	background-image: url(../img/map_ico_address.png);
}
#map .ico:nth-child(2) {
	background-image: url(../img/map_ico_phone.png);
	padding-top: 18px;
}
#map .ico:nth-child(3) {
	background-image: url(../img/map_ico_mail.png);
	padding-top: 30px;
}
#map .ico:nth-child(4) {
	background-image: url(../img/map_ico_info.png);
}


#map .ico:nth-child(4) {
	font-size: 14px;
	
}
#map .right-block h6, 
#map .ico:nth-child(4) h6 {
    font-family: 'dejavu_sansextralight';
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 4px;
	font-size: 14px;
}

#map .right-block p,
#map .ico:nth-child(4) p {

	font-size: 14px;

}
/****/

/** КНОПКИ **/
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea:focus,
input:focus,
.btn:focus {
	outline: none;
}
.btn {
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	  
	cursor: pointer;
	margin: 2px 0px;
	display: inline-block;
	vertical-align: middle;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	/* шрифт */
	font-family: inherit;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;    
	line-height: normal;
	text-indent: 0;
	
	/* плавное */
	-webkit-transition: background 0.2s ease-out 0s;
	-moz-transition: background 0.2s ease-out 0s;
	-o-transition: background 0.2s ease-out 0s;
	transition: background 0.2s ease-out 0s;
	
	/* стиль */
	color: rgba(0,0,0,0.6);
	background: none;
	border: none;
	/*text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);*/
	
	background-color: #ddd;
	
	/* круглые края */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	/* блик */
	-webkit-box-shadow: inset 0px 2px 1px -1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow:    inset 0px 2px 1px -1px rgba(255, 255, 255, 0.5);
	box-shadow:         inset 0px 2px 1px -1px rgba(255, 255, 255, 0.5);
	
	/* размер */
	height: auto;
	
	padding: 6px 12px;
	font-size: 13px;

}

.btn:hover {
	color: rgba(0,0,0,0.5);
	background-color:	#e5e5e5;
}


.btn:active {
	background-color: #ccc;
	color: #666;
	
}

.btn:focuse {
	
}

.btn.xxxs {
	padding: 1px 4px;
	font-size: 11px;}

.btn.xxs {
	padding: 2px 8px;
	font-size: 11px;}

.btn.xs {
	padding: 3px 10px;
	font-size: 11px;}

.btn.s {
	padding: 4px 12px;
	font-size: 12px;
}

.btn.m {
	padding: 6px 12px;
	font-size: 13px;
}

.btn.l {
	padding: 8px 14px;
	font-size: 14px;}

.btn.xl {
	padding: 10px 16px;
	font-size: 16px;}

.btn.xxl {
	padding: 10px 20px;
	font-size: 20px;}

.btn.xxxl {
	padding: 12px 30px;
	font-size: 30px;
}
.btn.primary {
	background: rgb(255,134,30);
	background: -moz-linear-gradient(top, rgba(255,134,30,1) 0%, rgba(224,28,36,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,134,30,1)), color-stop(100%,rgba(224,28,36,1)));
	background: -webkit-linear-gradient(top, rgba(255,134,30,1) 0%,rgba(224,28,36,1) 100%);
	background: -o-linear-gradient(top, rgba(255,134,30,1) 0%,rgba(224,28,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,134,30,1) 0%,rgba(224,28,36,1) 100%);
	background: linear-gradient(to bottom, rgba(255,134,30,1) 0%,rgba(224,28,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff861e', endColorstr='#e01c24',GradientType=0 );
	background-origin: border-box ;
	color: #fff;
	background-repeat: no-repeat, no-repeat;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 3px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	line-height: 1;
	font-family: 'DejaVu Sans', sans-serif;
	font-weight: bold;
}
.btn.xxxl.primary {

}
.btn.xxxl.primary span {
   padding: 30px 30px 30px;
}

#top .btn.primary {
	height: 120px;
	width: 236px;
}
#top .btn.primary span {
	height:114px;    padding: 36px 30px 12px;
}
.btn.primary span {
	background-color: #ff6600;
	background: -moz-linear-gradient(90deg, rgb(225, 102, 0) 0%, rgb(255, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(225, 102, 0) 0%, rgb(255, 0, 0) 100%);
	background: -o-linear-gradient(90deg, rgb(225, 102, 0) 0%, rgb(255, 0, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(225, 102, 0) 0%, rgb(255, 0, 0) 100%);
	background: linear-gradient(180deg, rgb(225, 102, 0) 0%, rgb(255, 0, 0) 100%);
	display: block;
	width: 100%;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	padding: 12px 30px;
    font-size: 24px;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}



/** .КНОПКИ **/


/** Поля **/


select,
keygen,
input[list="cars"],

input[type="file"],

input[type="checkbox"],
input[type="radio"],

input[type="image"],
input[type="color"],
input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	
	border: none;
	background: #fff;
	color: #000;
	width: auto;
	height: auto;
	padding: 4px;
	margin: 0px;
	
	
 }



.input {
	padding: 6px 10px;
	font-size: 13px;
	color: #2c3e50;
	background-color: #ffffff;
	background-image: none;
	border: none;
	outline: 0;
	width: 100%;
}
.input:required {
	padding: 4px 10px;
	font-size: 13px;
	color: #2c3e50;
	background-color: #ffffff;
	background-image: none;
	border: none;
	outline: 0;
	
}



.input:valid {

}

.input:invalid {
    border-color: #e74c3c;
    box-shadow: none;
    color: #e74c3c;
}

.input:focus,
.input:valid:focus, 
.input:invalid:focus {
  border-color: #1abc9c;
  outline: 0;
  color: #2c3e50;
}



input[type="radio"], input[type="checkbox"] {	display: none;}


label {
	font-family: inherit;
	font-size: 14px;
	color: #34495e;
	padding: 0px;
	margin: 0px;
}
.vf label {
	display: block;
	color: #fff;
	padding: 8px 0px;
}

.vf .form-box {
	display: block;
	padding: 20px 50px 10px;
}
.vf .form-box input {
	display: block;
	width: 100%;
}
input[type="radio"] + label {
	cursor: pointer;
	color: #34495e;
	position: relative;
	padding-left: 20px;
	margin: 4px 0px;
	
}

input[type="radio"] + label:after {
	content:'';
	display: block;
	font-size: 13px;
	color: #1abc9c;
	background-color: #ffffff;
	
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	-moz-box-shadow:    inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow:         inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	background-image: none;
	border: 2px solid #bdc3c7;
	outline: 0;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	border-radius:  50%;
	position: absolute;
	top: 0px;
	left: 0px;
}



input[type="radio"] + label:hover {
	color: #1abc9c
}

input[type="radio"] + label:hover:after {
	background-color: #bdc3c7;
}

input[type="radio"]:checked + label:after {
	
	background-color: #1abc9c;
	border-color: #1abc9c;
}
input[type="radio"]:checked + label {
	color: #1abc9c;
}


input[type="checkbox"] + label {
	cursor: pointer;
	color: #34495e;
	height: 10px;
	line-height: 10px;
	position: relative;
	padding-left: 20px;
}

input[type="checkbox"] + label:after {
	content:'';
	display: block;
	font-size: 13px;
	color: #1abc9c;
	background-color: #ffffff;
	
	background-image: none;
	border: 2px solid #bdc3c7;
	outline: 0;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 2px%;
	-moz-border-radius:  2px;
	border-radius:  2px;
	position: absolute;
	top: 0px;
	left: 0px;
}


input[type="checkbox"] label:hover {
	color: #1abc9c
}

input[type="checkbox"] + label:hover:after {
	background-color: #bdc3c7;
}



input[type="checkbox"]:checked + label:after {
	
	background-color: #1abc9c;
	border-color: #1abc9c;
}
input[type="checkbox"]:checked + label {
	color: #1abc9c;
}


input[type="button"],
input[type="reset"],
input[type="submit"],
button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	line-height: auto !important;
}
/** .Поля **/


#top {
	margin-top: 10px;
	color: #fff;
}

#top h1 {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
}
#top h2 {
	font-size: 25px;
	color: #fff;
	font-weight: 200;
	padding: 0;
	text-transform: lowercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	display: inline-block;
	margin-top: -2px;
}
#top hr {
	border: none;
	height: 1px;
	background-color: #fff;
}
#top h2 + p {
	font-size: 23px;
	line-height: 1.2;
	color: #fff;
	font-weight: 200;    
	padding: 10px 0 0;
	text-transform: none;
    font-family: 'dejavu_sansextralight';
}

#top > section {
	height: 637px;
	overflow: hidden;
	position: relative;
	padding-right: 350px;
	padding-top: 50px;
}

#top  > section hr {
	border: none;
	background-color: #fff;
	height: 1px;
}
#top form {
	background-color: rgba(255,255,255,0);
	width: 334px;
	height: 527px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#top form:hover {
	background-color: rgba(255,255,255,0.35);
}

#top form.form .header {
	background-color: #ff6600;
	height: 120px;
	position: relative;	
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	padding-top: 24px;
}

#top form .header h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 4px;
	font-weight: bold;
}
#top form .header p {
	font-size: 16px;
    font-family: 'dejavu_sansextralight';
	line-height: 1.4;    
	position: relative;
    z-index: 10;
}
#top form.form .header:after {
	position: absolute;
	bottom: -40px;
	left: 0px;
	content: '';
    width: 0;
    height: 0;
    border-left: 167px solid transparent;
    border-right: 167px solid transparent;
    border-top: 40px solid #ff6600;
}
.form-box {
	padding: 20px 50px;
	display: inline-block;
}
.footer {
	padding: 20px 0px 10px;
	text-align: center;
}



#top label {
	color: #fff;
}


[data-what] {
	cursor: pointer;
}

.lf .forma-box {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 10px;
	text-align: left;
}

.lf .forma-box .input {
	display: block;
	width: 100%;
}
.lf label {
	display: block;
	color: #fff;
	padding: 8px 0px;
}


/** POPUP **/
.btn-popup {
	border: none;
	background:none;
	color: #333;
	border-bottom: 1px dotted #333;
	padding: 4px 4px;
	margin: 0px;
	cursor: pointer;
}
.btn-popup.active {
	background-color: #333;
	color: #eee;
}
.popup-box {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.popup {
	display: none;
	min-width: 60px;
	min-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.popup p {
	margin: 4px 10px;
}
.popup.active {
	display: block;
}
.popup .content {
	background-color: rgba(255,255,255,0.5);
	min-width: 60px;
	min-height: 30px;
	
}
.popup {
}
.popup .header {
	background-color: #ff6600;
	height: 140px;
	-webkit-border-top-left-radius:52px;
	-webkit-border-top-right-radius:52px;
	-moz-border-radius-topleft:52px;
	-moz-border-radius-topright:52px;
	border-top-left-radius:52px;
	border-top-right-radius:52px;
	position: relative;
}
.popup .header:after {
	position: absolute;
	bottom: -40px;
	left: 0px;
	content: '';
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 40px solid #ff6600;
}
#popup1 .content {
	padding-top: 36px;
	min-height: 300px;
}
/** .POPUP **/



#price-doc {
	position: absolute;
	top: 40px;
	right: 80px;
	text-decoration: none;
	border-bottom: 1px solid #eb5f00;
    font-family: 'dejavu_sansextralight';
	color: #eb5f00;
	font-size: 14px;
}

#price-doc:hover {
	border: none;
}
.white {
}
.white > .content {
	padding-top: 20px;

}


[data-scrolto] {
	cursor: pointer;
}




#directions nav .item:hover .ico {
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6600 0%, #fe0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#fe0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6600 0%,#fe0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6600 0%,#fe0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6600 0%,#fe0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6600 0%,#fe0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#fe0000',GradientType=0 ); /* IE6-9 */

}

#directions nav .item:active .ico {
	-webkit-box-shadow: 0px 0px 0px 10px #ededed;
	-moz-box-shadow:    0px 0px 0px 10px #ededed;
	box-shadow:         0px 0px 0px 10px #ededed;
	
	background: #d42024; /* Old browsers */
	background: -moz-linear-gradient(top, #d42024 0%, #fe0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d42024), color-stop(100%,#fe0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d42024 0%,#fe0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d42024 0%,#fe0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d42024 0%,#fe0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d42024 0%,#fe0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d42024', endColorstr='#fe0000',GradientType=0 ); /* IE6-9 */

}

#directions nav .item.active .ico {
	-webkit-box-shadow: 0px 0px 0px 10px #ededed;
	-moz-box-shadow:    0px 0px 0px 10px #ededed;
	box-shadow:         0px 0px 0px 10px #ededed;
	
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6600 0%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6600 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6600 0%,#ff0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6600 0%,#ff0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6600 0%,#ff0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}



.primary:hover span {
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6600 0%, #fe0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#fe0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6600 0%,#fe0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6600 0%,#fe0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6600 0%,#fe0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6600 0%,#fe0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#fe0000',GradientType=0 ); /* IE6-9 */

}
.primary:active {
	background: #de1c24; /* Old browsers */
	background: -moz-linear-gradient(top, #de1c24 0%, #f26b27 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de1c24), color-stop(100%,#f26b27)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #de1c24 0%,#f26b27 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #de1c24 0%,#f26b27 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #de1c24 0%,#f26b27 100%); /* IE10+ */
	background: linear-gradient(to bottom, #de1c24 0%,#f26b27 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1c24', endColorstr='#f26b27',GradientType=0 ); /* IE6-9 */
}
.primary:active  span {

	background: #de1c24; /* Old browsers */
	background: -moz-linear-gradient(top, #de1c24 0%, #fe0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de1c24), color-stop(100%,#fe0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #de1c24 0%,#fe0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #de1c24 0%,#fe0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #de1c24 0%,#fe0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #de1c24 0%,#fe0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1c24', endColorstr='#fe0000',GradientType=0 ); /* IE6-9 */

}



/** SCROLL **/
#docs {
	text-align: center;
}
.scroll {
	padding: 10px;
	position: relative;    
	display: inline-block;
    padding: 0 100px;
}

.sc-control {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background-color: #ededed;
	border: none;
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.sc-control:hover {
	background-color: #d9d9d9;
}

.sc-control.next {
	right: 20px;
	background-image: url('../img/arrow_right.png');
	background-position: center right 15px;
}
.sc-control.prev {
	left: 20px;
	background-image: url('../img/arrow_left.png');
	background-position: center left 15px;
}

.sc-item {
	padding: 20px 30px;
	text-align: center;    
	float: left;
    overflow: hidden;
}

.sc-list {
	margin: 0 auto;       
	overflow: hidden;    
	visibility: visible;
	position: relative;
	z-index: 2;
	left: 0px;
	width: 690px;
}

.sc-list > ul {
	margin: 0px; 
	position: relative;    
	z-index: 1;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	width: 3450px;
	left: -690px;
}
.sc-list > ul > li {
	list-style: none;
	overflow: hidden;
	float: left;
	width: 230px;
	height: 284px;
}

/** .SCROLL **/

#about .directions-list {
	padding: 0;
}
#about [data-what] {
	border-bottom: 1px solid #d9d9d9;
}

/************ MORE ************/
[data-more] {
	cursor: pointer;
}
.more {
	display: none;
}

/************ .MORE ************/



/** 10.10.2014 Выравнивание по центру **/

#ww .list li > div:first-child {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 500px;
    top: 0;
}
#ww .list li > div:last-child {
	margin-left: 500px;
}


#ww .list li > div:first-child p {
	height: 40px;    
	margin-top: -20px;
    position: absolute;
    top: 50%;
	left: 90px;
	right: 30px;
}

#map > div {
	padding-right: 0;
}