@font-face {
    font-family: 'pf_din_text_cond_proregular';
    src: url(../fonts/pfdintextcondpro-regular-webfont.eot);
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot#iefix') format('embedded-opentype'),
         url(../fonts/pfdintextcondpro-regular-webfont.woff) format('woff'),
         url(../fonts/pfdintextcondpro-regular-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_din_text_cond_promedium';
    src: url(../fonts/pfdintextcondpro-medium-webfont.eot);
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot#iefix') format('embedded-opentype'),
         url(../fonts/pfdintextcondpro-medium-webfont.woff) format('woff'),
         url(../fonts/pfdintextcondpro-medium-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_din_text_cond_probold';
    src: url(../fonts/pfdintextcondpro-bold-webfont.eot);
    src: url('../fonts/pfdintextcondpro-bold-webfont.eot#iefix') format('embedded-opentype'),
         url(../fonts/pfdintextcondpro-bold-webfont.woff) format('woff'),
         url(../fonts/pfdintextcondpro-bold-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* default */
html, body, ul, form, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
html {
   height: 100%;
   overflow-y: scroll;
}
body {
	position: relative;
	font-size: 16px;
	background: url(../images/bg.png) repeat;
	font-family: 'pf_din_text_cond_proregular', Arial, sans-serif;
	line-height: 1.3;
	color:#2b2a29;
}
a {color: #2b2a29;}
a:hover {text-decoration: none; color: #ec8016;}
a, img, input, select, textarea {outline: none;border: none;}
p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
	margin: 0 0 11px 0;
}
h1, h2, h3 {
	font-size: 18px;
	padding: 0 0 13px 0;
}

h2, h3, b {
	font-weight: 300;
	font-family: 'pf_din_text_cond_promedium';
}
h1 {font-weight: 300;font-size: 25px;text-transform: uppercase;}
h3 {
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 13px 0;
}


.emp{color: #ef7f1a;}
.wrap {overflow: hidden;}

.img-left {
	float: left;
	padding: 0 13px 13px 0;
}
.img-right {
	float: right;
	padding: 0 0 13px 13px;
}

strong {
	font-weight: 300;
	font-family: 'pf_din_text_cond_probold';
}



.container {
	width: 1000px;
	margin: auto;
}

#header {
	min-height: 198px;
	max-height: 320px;
	border-bottom: 10px solid #2b2a29;
	background: url(../images/header_bg.jpg) no-repeat 50% bottom;
}


#header .top {
	height: 147px;
	overflow: hidden;
	padding: 11px 0 0 0;
}
#header #logo {float: left;padding: 7px 0 0 0;}
#header .header-right {width: 525px;float: right;}


#header .it-left {
	width: 230px;
	font-size: 18px;
	float: left;
	padding: 15px 0 0 0;
}
#header .it-left div {
	text-transform: uppercase;
	line-height: 1;
	padding: 9px 0;
}
#header .it-left strong {
	font-size: 13px;
	height: 15px;
	display: block;
	color: #a1a3a4;
	font-family: 'pf_din_text_cond_proregular';
	font-weight: 300;
	line-height: 0.5;
	font-style: normal;
}
#header .min-menu a {
	width: 19px;
	height: 19px;
	text-indent: -999px;
	display: block;
	float: left;
	background: url(../images/sprite.png) no-repeat -6px -72px;
	margin: 0 7px 0 0;
}
#header .min-menu a[title="Карта сайта"] {background-position: -6px -103px;}
#header .min-menu a[title="Избранное"] {background-position: -6px -136px;}



#header .it-right {
	width: 261px;
	float: right;
}

#header .tel {
	height: 56px;
	font-family: 'pf_din_text_cond_promedium';
	position: relative;
	color: #2b2a29;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 19px;
	padding: 0 15px 0 0;
	margin: 11px 0 0 0;
	z-index: 7;
}
#header .tel div {
	content: '';
	height: 59px;
	font-size: 25px;
	background: url(../images/sprite.png) no-repeat -1px -700px;
	padding: 2px 0 0 65px;
	z-index: 4;
}


#header .tel div span {
	display: block;
}



#header .mail {text-align: center;margin: 4px 0;}
a.bottom{
	width: 241px;
	height: 30px;
	display: block;
	background: #ec8016;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	border: 4px solid #d9dada;
	border-radius: 25px;
	text-align: center;
	line-height: 1.7;
}
span.bottom {
	height: 30px;
	display: block;
	background: #ec8016;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	border: 4px solid #d9dada;
	border-radius: 25px;
	text-align: center;
	line-height: 1.7;
}
a.bottom:hover, span.bottom:hover {background: #2b2a29;}














#main-menu, #footer-menu {width: 106%;overflow: hidden;}
#main-menu li, #footer-menu li {
	font-size: 19px;
	list-style: none;
	float: left;
	text-transform: uppercase;
	background: url(../images/sprite.png) no-repeat -2px 5px;
	padding: 0 36px 0 27px;
}
#main-menu li a {
	color: #2b2a29;
	text-decoration: none;
}
#main-menu li.active a {
	color: #ec8016;
	font-family: 'pf_din_text_cond_probold';
}
#main-menu li a:hover {color: #ec8016;}

.level-1 .items_category a {
	color: #2b2a29;
	text-decoration: none;
}
.level-1 .items_category.active a {
	color: #ec8016;
	font-family: 'pf_din_text_cond_probold';
}
.level-1 .items_category a:hover {color: #ec8016;}




/* ======= slider ======= */
#slider-item {
	width: 1000px;
	height: 266px;

}
.bx-controls-direction{display: none;}
.bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	*zoom: 1;
}
.bx-pager {
	position: absolute;
	top: 234px;
	left: 11px;
	width: 300px;
	height: 65px;
	z-index: 99;
}
.bx-pager a {
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	background: #2b2a29;
	border: 3px solid #d9dada;
	border-radius: 13px;
	float: left;
	margin: 0 5px 0 0;
}
.bx-pager a.active {background: #ef7f1a;}

.bx-wrapper li {border-radius: 10px;}
.bx-wrapper li img {border-radius: 10px;display: block;}
.bx-wrapper .bx-viewport {background: #d9dada;border-radius: 10px;}

.slider-wrapper .bx-wrapper .description {
	width: 895px;
	height: 53px;
	position: absolute;
	bottom: 3px;
	left: 0;
	color: #000;
	background:  url(../images/sprite_bg.png) repeat-x 0 -304px;     
	text-align: right;
	font-style: italic;
	font-size: 18px;
	line-height: 2.8;
	padding: 0 23px;
}







.body{
	overflow: hidden;
}
/* .body.home {padding: 134px 0 0 0;} */

.column-left {
	width: 250px;
	float: left;
	border-right: 1px solid #ececec;
	background: url(../images/column_left_bg.png) repeat-y;
	padding: 16px 0 5000px 0;
	margin: 0 0 -5000px 0;
}


.column-right ul {
padding: 0px 0px 14px 17px;
}
.column-right {
	width: 730px;
	float: right;
	position: relative;
	padding: 16px 0 23px 0;
}


.column-inner-left {
	width: 460px;
	float: left;
}
.column-inner-right {
	width: 250px;
	float: right;
}


.help {
	background: url(../images/sprite.png) no-repeat 0 -534px;
	height: 67px;
	padding: 8px 0 0 67px;
}
.help span {
	font-family: 'pf_din_text_cond_promedium';
	color: #ef7f1a;
	display: block;
}


#search {
	position: relative;
	overflow: hidden;
	height: 59px;
	padding: 0 0 17px 0;
}
.search-img {
	width: 59px;
	height: 59px;
	position: absolute;
	background:  url(../images/sprite.png) no-repeat 0 -245px;
	z-index: 3;
}
#search-inner {
	height: 38px;
	position: relative;
	background: #d9dada;
	border-radius: 16px;
	padding: 0 0 0 55px;
	margin: 10px 0 0 10px;
}

#search-inner input[type=text] {
	height: 20px;
	width: 293px;
	font-size: 17px;
	border-radius: 17px;
	border: none;
	padding: 4px 81px 4px 15px;
	margin: 9px 0
}

#search-inner input[type=submit] {
	height: 24px;
	width: 72px;
	position: absolute;
	top: 2px;
	right: 8px;
	color: #fff;
	cursor: pointer;
	line-height: 1.7;
	font-family: 'pf_din_text_cond_promedium';
	font-size: 16px;
	background: #ef7f1a;
	text-transform: uppercase;
	border-radius: 11px;
	padding: 0;
	margin: 5px 0
}



.column-left #search {height: 38px;}
.column-left #search-inner {
	padding: 0 0 0 5px;
	margin: 0px 14px 0 0px;
}
.column-left .search-img {display: none;}
.column-left #search-inner input[type=text] {
	width: 145px;
	font-size: 15px;
	margin-top: 9px;
}






.column-left .list-block {padding: 0 0 15px 0; }
.column-left div.title {
	height: 58px;
	line-height: 1.1;
	font-family: 'pf_din_text_cond_promedium';
	font-size: 16px;
	background: url(../images/sprite.png) no-repeat 0 -171px;
	padding: 11px 0 0 70px;
}
.column-left div.title.services {
	background-position: 0 -324px;
}
.column-left ul {
	padding: 0 0 0 10px;
}
.column-left ul li {
	position: relative;
	list-style: none;
	line-height: 1;
	padding: 0 0 9px 17px;
}
.column-left ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	background: #2b2a29;
	border: 3px solid #d9dada;
	border-radius: 8px;
	margin: 4px 7px 0 0;
}
.column-left ul li a {text-decoration: none;}
.column-left ul li a:hover {text-decoration: underline;}

#slider-item {
	position: relative;
	padding: 15px 0 0 0;
	z-index: 3;
}

#slider .description {
	width: 280px;
	height: 200px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	top: -50px;
	right: 0;
	border-radius: 170px 0 0 170px;
	padding: 100px 20px 50px 50px; 
}

#slider .description span {
	font-size: 18px;
	display: block;
	font-family: 'pf_din_text_cond_promedium';
	text-transform: uppercase;
	padding: 21px 0 15px 0; 
}
#slider .description:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/sprite.png) no-repeat -1px -469px;
	position: absolute;
	top: 71px;
	right: 25px;
	z-index: 99;
}






.column-right .title {
	width: 100%;
	display: table;
	overflow: hidden;
	padding: 0 0 8px 0;
}
.column-right .title h2 {
	white-space:nowrap;
	display: table-cell;
	font-size: 20px;
	text-transform: uppercase;
	background: url(../images/sprite.png) no-repeat -6px 3px;
	padding: 0 5px 0 21px;
}
.column-right .title > div {
	width: 100%;
	display: table-cell;
	border-radius: 0 5px 5px 0;
}
.column-right .title div div {
	width: 100%;
	height: 14px;
	background: #ccc;
	border-radius: 0 5px 5px 0;
}





.column-right .breadcrumb {
	overflow: hidden;
	height: 43px;
	padding: 6px 0 0 0;
}
.column-right .breadcrumb li {float: left; list-style: none;}





.column-right p {text-align: justify;}



.column-right .more {
	height: 38px;
	position: relative;
	overflow: hidden;
	margin: -17px 0 17px 0;
}
.column-right .more:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 18px;
	left: 0;
	background: #d9dada;
	margin: 0 10px 0 0;
	z-index: 3;
}

.column-right .more a {
	height: 25px;
	float: right;
	font-family: 'pf_din_text_cond_promedium';
	position: relative;
	line-height: 1.7;
	text-transform: uppercase;
	text-decoration: none;
	background: #d9dada;
	border-radius: 0 15px 15px 0;
	padding: 0 15px 0 11px;
	margin: 6px 0 0 0;
	z-index: 7;
}
.column-right .more a:after {
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	top: -6px;
	left: -32px;
	background: url(../images/sprite.png) no-repeat -11px -634px;
	margin: 0 10px 0 0;
	z-index: 4;
}


.profit li {
	min-height: 34px;
	font-size: 15px;
	color: #888888;
	line-height: 1;
	list-style: none;
	background: url(../images/sprite.png) no-repeat -29px -29px;
	padding: 0 0 2px 36px;
}
.profit li b {
	display: block;
	color: #2b2a29;
	font-size: 16px;
	text-transform: uppercase;
	padding: 6px 0 2px 0;
}


.decision {
	overflow: hidden;
	margin: 7px 0 0 0;
}
.decision div div {
	width: 180px;
	float: left;
	font-family: 'pf_din_text_cond_promedium';
	text-align: center;
	padding: 157px 0 21px 0;
	text-transform: uppercase;
	background: url(../images/decision.png) no-repeat 29px 0;
}
.decision div div.it-2 {background-position: -160px 0;}
.decision div div.it-3 {background-position: -338px 0;}
.decision div div.it-4 {background-position: -516px 0;}






.customers {
	height: 153px;
	background: #d9dada;
	border-radius: 13px;
	margin: 0 0 21px 0; 
}

.customers ul#customers li .img {
	width: 170px;
	height: 153px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.customers ul#customers li img {display: inline;}
.customers .bx-pager {display: none;}




.event-block .column-inner-left {
	width: 357px;
	float: left;
}
.event-block .column-inner-right {
	width: 357px;
	float: right;
}


.news {padding: 0 0 13px 0;}
.news .item {
	overflow: hidden;
	font-size: 15px;
	padding: 0 0 9px 0;
	margin: 15px 0 0 0;
}
.news .item:first-child {border-bottom: 1px solid #b2b2b2;}
.news .item div {
	width: 106px;
	float: left;
}
.news .item p {
	margin: -3px 0 0 0;
}

.news .item div {
	width: 227px;
	float: right;
}

.news .item div:first-child {
	width: 100px;
	float: left;
}

.news .item div b {
	display: block;
	padding: 0 0 7px 0;
}




.reviews-item {
	overflow: hidden;
	padding: 0 0 15px 0; 
}

.reviews-item .img {
	float: left;
}
.reviews-item .img img {
	border: 4px solid #d9dada;
	border-radius: 4px;
}
.reviews-item .dis {
	width: 560px;
	font-size: 15px;
	float: right;
}
.reviews-item .dis span {
	background: url(../images/sprite.png) no-repeat -46px -140px;
	padding: 0 17px;
}
.reviews-item .dis h3 {
	color: #ec8016;
	font-family: 'pf_din_text_cond_proregular';
	font-size: 22px;
	padding: 0 0 3px 0;
}
.reviews-item .more {
	width: 100%;
	margin: 0;
}

.bottom.reviews-bottom {
	position: absolute;
	top: 21px;
	right: 0;
	background: #2b2a29;
}

.bottom.reviews-bottom:hover {background: #ec8016;}












#footer {
	background: #403e3d;
	color: #fff;
	font-size: 18px;
	height: 154px;
}
#footer .footer-it {
	background: #2b2a29;
	height: 83px;
}

.footer-left {
	width: 238px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-family: 'pf_din_text_cond_promedium';
	padding: 13px 0 0 0; 
}

.footer-right {
	width: 730px;
	color: #a9a9a9;
	float: right;
	padding: 12px 0 0 0; 
}

.footer-right span {
	width: 400px;
	float: right;
}



#footer-menu {padding: 21px 0 0 0;}
#footer-menu li {font-size: 16px;padding-right: 9px;background-position: -2px 1px;}
#footer-menu li a {color: #fff;text-decoration: none;}
#footer-menu li a:hover {color: #ec8016;}

.footer-right .tel {
	float: left;
	font-family: 'pf_din_text_cond_promedium';
	background: url(../images/sprite.png) no-repeat -40px -117px;
	color: #fff;
	padding: 0 23px;
}

.doc-list{
	width: 105%;
}
.doc-list > div {
	overflow: hidden;
}
.doc-list .item {
	width: 154px;
	float: left;
	text-align: center;
	padding: 0 34px 34px 0;
}
.doc-list  h3 {
	font-size: 24px;
	color: #2b2a29;
	border-bottom: 2px solid #2b2a29;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
}
.doc-list img {
border: 4px solid #d9dada;
border-radius: 4px;
}

.objects-list, #gallery {
	width: 103%;
	overflow: hidden;
}
.objects-list .item {
	width: 351px;
	height: 306px;
	float: left;
	font-size: 15px;
	overflow: hidden;
	margin: 0 23px 18px 0;
}
.objects-list strong {
	font-size: 20px; 
	display: block;
	font-family: 'pf_din_text_cond_proregular';
	font-weight: 300;
}
#gallery li {
	float: left;
	list-style: none;
	
	margin: 0 20px 20px 0;
}




.control-group .controls textarea {
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.control-group .labels {
width: 30%;
float: left;
}
.control-group .controls input[type="text"], .control-group .controls textarea {
width: 60%;
}
.control-group .controls input.captcha {
width: 24%;
}



.form-actions input[type="submit"] {
width: 200px;
height: 36px;
background: #ec8016;
color: #fff;
text-decoration: none;
font-size: 15px;
text-transform: uppercase;
border: 4px solid #d9dada;
border-radius: 25px;
text-align: center;
line-height: 1.7;
}
.form-actions input[type="submit"]:hover {background-position: -310px -322px;}
form span.error {
	display: block;
	font-size: 14px;
	margin: 0 0 0 30%;
}



.project-page {
	overflow: hidden;
}
.project-page > .img {
	width: 320px;
	float: right;
	padding: 0 0 13px 13px;
}

.project-page strong {
	font-size: 16px;
	text-transform: uppercase;
}
.img div img:first-child {
	padding: 0 9px 0 0;
}
.img div {
	overflow: hidden;
	padding: 9px 0 0 0;
}
.img div.more {
	padding: 0;
}


.project-page .project-more {
	background: url(../images/sprite.png) no-repeat -2px 5px;
	padding: 4px 3px 0 27px;
}

.pan-it {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #d9dada;
	padding: 13px 0;
}
.pan-it > div {
	overflow: hidden;
}


.pan-it .tel div {
	content: '';
	float: left;
	height: 59px;
	font-size: 25px;
	background: url(../images/sprite.png) no-repeat -1px -405px;
	padding: 5px 0 0 55px;
	z-index: 4;
}
.pan-it .tel a {
	float: right;
	margin: 5px 0 0 0;
}

.pan-it h3 {
font-size: 20px;
background: url(../images/sprite.png) no-repeat -2px 5px;
padding: 1px 3px 0 27px;
}

.project-page .objects-list {

padding: 7px 0 0 0;
}
/*
     FILE ARCHIVED ON 21:55:28 Feb 16, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:21:43 Jul 25, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 78.447 (3)
  esindex: 0.005
  captures_list: 92.264
  CDXLines.iter: 10.864 (3)
  PetaboxLoader3.datanode: 102.708 (5)
  exclusion.robots: 0.144
  exclusion.robots.policy: 0.135
  RedisCDXSource: 0.49
  PetaboxLoader3.resolve: 635.773 (2)
  load_resource: 709.649
*/