@font-face {
	font-family: 'GothamPro-Light';
	src: url('fonts/gotham-pro-light/gotham-pro-light.eot');
	src: url('fonts/gotham-pro-light/gotham-pro-light.woff2') format('woff2'),
		url('fonts/gotham-pro-light/gotham-pro-light.woff') format('woff'),
		url('fonts/gotham-pro-light/gotham-pro-light.ttf') format('truetype'),
		url('fonts/gotham-pro-light/gotham-pro-light.svg#GothamPro-Light') format('svg'),
		url('fonts/gotham-pro-light/gotham-pro-light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamPro-Bold';
	src: url('fonts/gotham-pro-bold/gotham-pro-bold.eot');
	src: url('fonts/gotham-pro-bold/gotham-pro-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham-pro-bold/gotham-pro-bold.woff2') format('woff2'),
		url('fonts/gotham-pro-bold/gotham-pro-bold.woff') format('woff'),
		url('fonts/gotham-pro-bold/gotham-pro-bold.ttf') format('truetype'),
		url('fonts/gotham-pro-bold/gotham-pro-bold.svg#GothamPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: GothamPro-Light, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2a2a2a;
}
a {
  color: #ff8a01;
  text-decoration: underline;
  transition: color .5s;
}
a:hover {
  text-decoration: none;
}

/* --------- */
.clear-top {height: 1px; margin-top: -1px}

.container {
  width: 1403px; /* 1052 701 */
  margin: 0 auto;
  position: relative;
}

/* header ( */
.header {
	position: relative;
	_position: fixed;
	width: 100%;
	_height: 228px;
	height: 195px;
	z-index: 90;
	top: 0;
	left: 0;
	
	transition: height .5s;
	
	_background-color: rgba(42,42,42,.85);
	background-color: rgba(42,42,42,1);
	_opacity: .85;
}
.header .background {
	position: absolute;
	height: 40px;
	width: 100%;
	top: 100px;
	left: 0;
	background-color: #1c1c1c;
}
.header .logo {
	_position: absolute;
	_top: 45px;
	_left: 0;
	display: block;
	float: left;
	margin-top: 50px;
	height: 140px;
	width: 140px;
	background: url(../images/logo.png) no-repeat;
}

.section-filter {
	margin-left: 250px;
	padding-top: 79px;
	text-align: center;
	float: left;
}
.section-filter li {
	display: inline-block;
	margin: 0 25px;
	text-align: center;
		font-family: "GothamPro-Light";
		font-size: 10px;
}
.section-filter li, .section-filter li a {color: #9b9b9b;}
.section-filter li.active, .section-filter li.active > a {color: #ffffff}
.section-filter li a {
	display: inline-block;
	padding-top: 35px;
	text-decoration: none;
		font-size: 10px;
		
	background: center 0 no-repeat;
	transition: background-image 1s, color 1s;
}
.section-filter a:hover, .section-filter a:hover + .item-count {
	color: #ffffff;
}

.section-filter .item-count {
	margin-top: 24px;
	transition: color 1s;
}
.section-filter .sect-1 a {background-image: url(../images/sect-1.png)}
.section-filter .sect-2 a {background-image: url(../images/sect-2.png)}
.section-filter .sect-3 a {background-image: url(../images/sect-3.png)}
.section-filter .sect-4 a {background-image: url(../images/sect-4.png)}
.section-filter .sect-5 a {background-image: url(../images/sect-5.png)}

.section-filter .sect-1 a:hover, .section-filter .sect-1.active a {background-image: url(../images/sect-1-a.png)}
.section-filter .sect-2 a:hover, .section-filter .sect-2.active a {background-image: url(../images/sect-2-a.png)}
.section-filter .sect-3 a:hover, .section-filter .sect-3.active a {background-image: url(../images/sect-3-a.png)}
.section-filter .sect-4 a:hover, .section-filter .sect-4.active a {background-image: url(../images/sect-4-a.png)}
.section-filter .sect-5 a:hover, .section-filter .sect-5.active a {background-image: url(../images/sect-5-a.png)}

.header .contacts {
	_position: absolute;
	_top: 106px;
	_right: 60px;
	float: right;
	margin-top: 114px;
	margin-right: 55px;
}
.header .contacts a {
	padding-top: 35px;
	text-decoration: none;
	background: center 0 no-repeat url(../images/contacts.png);
		font-family: "GothamPro-Light";
		font-size: 10px;
	color: #9b9b9b;
}
.header .contacts:hover + .contacts-active {
	display: block;
	_-webkit-animation: fadeIn 1s;
	_animation: fadeIn 1s;
}
.header .contacts-active:hover {
	display: block;
	_-webkit-animation: fadeIn 1s;
	_animation: fadeIn 1s;
	opacity: 1;
}
.header .contacts-active {
	display: none;
	position: absolute;
	top: 77px;
	right: 0px;
	padding: 17px 15px;
		font-family: "GothamPro-Light";
		font-size: 10px;
	color: #fff;
	_box-shadow: 0 0 1px #ff8a01;/*rgba(255,255,255,0.5);*/
	border-radius: 3px;
	background-color: #ff8a01;
	text-align: center;
	opacity: 0;
	transition: opacity .5s;
}
.header .contacts-active .phone {font-size: 12px;}
.header .contacts-active .about {
	color: #000;
	padding: 7px 0;
}
.header .contacts-active .about a {
	color: #000;
	font-family: "GothamPro-Bold";
	text-decoration: none;
}
.header .contacts-active .about a:hover {
	color: #fff;
	text-decoration: underline;
}
.header .contacts-active a.email {color: #fff; text-decoration: none}

/* .header.small */
@media (min-width: 701px) {
	.header.small .wrapper {
		position: fixed;
		width: 100%;
		height: 58px;
		background-color: rgba(0,0,0,.85);
		transition: background 1s;
	}
	.header.small {
		background-color: transparent;
	}
	/*
	.header.small {
		height: 58px;
		background-color: rgba(0,0,0,.85);
	}
	*/
	.header.small .background {display: none}
	.header.small .logo {
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 10px;
		/*width: 45px;*/
		width: 45px;
		height: 31px;
		background: url(../images/logo-small.png) no-repeat;
		transition: background .2s;
	}
	.header.small .section-filter {
		padding-top: 25px;
	}
	.header.small .section-filter li a {
		background: none;
		padding-top: 0px;
	}
	.header.small .section-filter .item-count {
		opacity: 0;
		transition: opacity .5s;
	}
	.header.small .section-filter .item-count.hide {
		display: none;
	}
	.header.small .contacts {
		margin-top: 25px;
	}
	.header.small .contacts a {
		background: none;
		padding-top: 0;
	}
	.header.small .contacts-active {
		_display: block;
		top: 0px;
		height: 58px;
		padding: 5px 15px 0;
		border-radius: 0px;
	}
	.header.small .contacts-active .about {
		padding: 6px 0;
	}
	/*
	.header.small + #content {
		margin-top: 58px;
	}
	*/
}

@media (min-width: 1052px) {
	.header.small .logo {
		margin-top: 15px;
		margin-left: 45px;
		margin-right: 50px;
	}
}
/* header ) */

#content {
	margin-top: 10px; /*228px;*/
	transition: margin-top 1s;
}

.clear-bottom {
	clear: both;
	margin-bottom: 145px;
}

/* footer ( */
.footer {
	position: fixed;
	width: 100%;
	height: 90px;
	_margin-top: 55px;
	bottom: 0;
	left: 0;
	
	padding-top: 25px;
	_background-color: #151515;
	background-color: rgba(0,0,0,.5);
		font-family: "GothamPro-Light";
	color: #b5b5b5;
	text-align: right;
	
	_opacity: .5;
	_transition: opacity 1s;
	transition: background-color 1s;
}
.footer:hover {
	_opacity: .8;
	background-color: rgba(0,0,0,.8);
}

.footer .copyright {
	float: left; 
	font-size: 12px;
}
.footer .about {
	display: inline; 
		font-size: 10px;
}
.footer .about a {
	padding-right: 35px;
		color: #ff8a01;
	font-family: "GothamPro-Bold";
	text-decoration: none;
}
.footer .about a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .phone {
	display: inline; 
	padding-left: 15px;
	font-size: 12px;
	background: left center no-repeat url(../images/footer-phone.png);
    color: #b5b5b5;
    text-decoration: none;
}
.footer .phone b {color: #ff8a01}
/* footer ) */

/* image-list ( */
.image-list {
	margin-left: -1px;
}
.image-list .item {
	display: block;
	float: left;
	position: relative;
	width: 350px;
	height: 200px;
	overflow: hidden;
	margin-left: 1px;
	margin-bottom: 1px;
	background-size: cover;
	cursor: pointer;
}
.image-list .inner {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
		_width: 350px;
		_height: 200px;
	overflow: hidden;
	padding: 20px 17px 17px 17px;
		font-family: "GothamPro-Light";
	color: #fff;
	background: 150px 90px url(../images/image-list-zoom.png) no-repeat;
	background-color: rgba(0,0,0,0.8);
	-webkit-animation: fadeIn .7s;
	animation: fadeIn .7s;
}
	@-webkit-keyframes fadeIn {
	  from { opacity: 0; }
	  to { opacity: 1; }
	}

	@keyframes fadeIn {
	  from { opacity: 0; }
	  to { opacity: 1; }
	}
.image-list .item:hover .inner {
	display: block;
}
.image-list .inner .title {
	color: #ff8a01;
	font-size: 16px;
}
.image-list .inner .details {
	_display: inline-block;
	height: 100px;
	padding-top: 13px;
		font-size: 10px;
		color: #fff;
}
.image-list .inner .link {
	display: block;
	float: left;
	margin-top: 35px;
	text-decoration: none;
	font-size: 12px;
		color: #fff;
}
.image-list .inner .link:hover {
	color: #ff8a01;
}
.image-list .inner .type {
	float: right;
	width: 30px;
	margin-left: 15px;
	height: 16px;
	margin-top: 35px;
	background: bottom right no-repeat;
}
.image-list .inner .type.sect-2 {
	background-image: url(../images/sect-2.png);
	width: 12px;
}
.image-list .inner .type.sect-3 {
	background-image: url(../images/sect-3.png);
	width: 5px;
}
.image-list .inner .type.sect-4 {
	background-image: url(../images/sect-4.png);
	width: 22px;
}
.image-list .inner .type.sect-5 {
	background-image: url(../images/sect-5.png);
	width: 25px;
}
/* image-list ) */

.page-about {
	color: white;
	padding: 10px;
	_width:40%;
	font-size:12px;
	line-height: 1.5;
}
.page-about .left {
    float: left;
	width: 40%;
    padding-right: 60px;
}
.page-about .right {
	width: 60%;
}

.page-about h1 {
	color: #ff8a01;
	font-size: 16px;
	margin-bottom: 10px;
}

/* 1403 1052 701 */

@media (max-width: 1402px) {
	.container {width: 1052px}
	.section-filter {margin-left: 50px;}
}
@media (max-width: 1051px) {
	_html {min-width: auto}
	.container {width: 701px}
	.header .logo {
		margin-top: 85px;
		height: 70px;
		width: 70px;
		background-size: 70px 70px;
	}
	.section-filter {margin-left: 20px;}
	.section-filter li {margin: 0 10px;}
	.header .contacts {margin-right: 5px;}
    
    .page-about .left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .page-about .right {
        padding-top: 20px;
        width: 100%;
    }
}
@media (max-width: 700px) {
	body {
		width: 320px; 
		margin: 0 auto;
	}
	.container {
		width: 320px;
	}
	.header .container {
		width: 69px;
	}
	.content.container {
		margin-left: 70px;
		width: 250px;
	}
	/* ------------------ */
	.header {
        position: fixed;
		height: auto;
		float: left;
		width: 69px;
	}
	.header .background {display: none}
	.header .logo {
		float: none;
		margin-top: 3px;
		height: 77px;
		background-size: 67px 67px;
		background-position: 1px 1px;
	}
	/* ------------------ */
	.section-filter {
		width: 69px;
		margin: 0;
		padding: 0;
		float: none;
		background-color: #0f0f0f;
	}
	.section-filter li {
		display: block;
		margin: 0;
		text-align: left;
		height: 40px;
	}
	.section-filter li a {
		padding: 0;
		width: 40px;
		line-height: 40px;
		text-indent: -999px;
		background-position: center center;
	}
	.section-filter .item-count {
		display: inline-block;
		width: 25px;
		margin: 0;
		line-height: 40px;
		text-align: center;
	}
	.header .contacts {
		float: none;
		margin-top: 45px;
		text-align: center;
	}
	.header .contacts a {padding-top: 20px;}
	.header .contacts-active {
		_display: block;
		top: 277px;
		left: 0px;
		z-index: 100;
		width: 160px;
	}
	/* ------- */
	
	#content { margin-top: 0; }
	
	.image-list {
		margin-top: 4px;
	}
	.image-list .item {
		width: 250px;
		height: 140px;
	}
	.image-list .inner {
		_display: block;
		background-position: 100px 60px;
		padding: 13px;
	}
	.image-list .inner .details {
		height: 72px;
		overflow: hidden;
		padding-top: 13px;
	}
	.image-list .inner .link {
		margin-top: 12px;
	}
	.image-list .inner .type {
		margin-top: 12px;
		margin-left: 10px;
	}

	/* ------- */
	
	.clear-bottom {
		margin-bottom: 88px;
	}
	
	/* ------- */
	.footer {
		height: 77px;
		margin-top: 11px;
		padding-top: 5px;
		text-align: left;
	}
	.footer .copyright {padding: 0 0 0 18px;}
	.footer .about {
		display: block; 
		clear: left;
		padding: 13px 0 0 18px;
	}
	.footer .phone {
		float: right;
		margin-top: -37px;
		padding-right: 14px;
	}
	
	.page-about {
		margin-top: 20px;
	}
}

/* popup-window ( */
.popup-window {
	display: none;
	position: fixed;
		_width: 1020px; 
		_height: 300px;
		_top: 50%;
		_left: 50%;
		_margin-top: -150px;
		_margin-left: -150px;
	_padding: 20px 10px;
	z-index: 210;
	opacity: 0;
	_background: #fff;
}
.popup-window-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative; /* for perfect-scrollbar */
	_cursor: pointer;
}
/*
.popup-window .close {
	position: absolute;
	display: block;
	z-index: 220;
	width: 36px;
	height: 36px;
	top: 50%;
	right: -60px;
	cursor: pointer;
	background: center center url(../images/popup-window-close.png);
}
*/
.popup-window .close {
	position: absolute;
	display: block;
	z-index: 220;
	width: 1000px;
	height: 100%;
	top: 0;
	right: -1020px;
	cursor: pointer;
	background: left center url(../images/popup-window-close.png) no-repeat;
}
.popup-window .close:hover {
	background-image: url(../images/popup-window-close-hover.png);
}
/*
.popup-window .prev {
	position: absolute;
	display: block;
	z-index: 220;
	width: 36px;
	height: 36px;
	top: 50%;
	left: -60px;
	cursor: pointer;
	background: center center url(../images/popup-window-prev.png);
}
*/
.popup-window .prev {
	position: absolute;
	display: block;
	z-index: 220;
	width: 1000px;
	height: 100%;
	top: 0;
	left: -1020px;
	cursor: pointer;
	background: right center url(../images/popup-window-prev.png) no-repeat;
}
.popup-window .prev:hover {
	background-image: url(../images/popup-window-prev-hover.png);
}
.popup-window .prev.disabled {display: none}
.popup-window .close, .popup-window .prev {
	transition: background-image 1s, opacity 1s;
}
.popup-window .close.hidden, .popup-window .prev.hidden {
    opacity: 0;
}

.popup-window .title {
	margin-bottom: 10px;
	color: #ff8a01;
	font-size: 15px;
}
.popup-window .link {
    display: block;
	margin-bottom: 15px;
	font-size: 12px;
}
.popup-window a.link {
    text-decoration: none;
}
.popup-window .blind {
    position: absolute;
    bottom: 0;
    height:  100px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    z-index: 220;
    _animation: fadeIn .2s;
}
.popup-window p {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
}
.popup-window img {
	margin: 20px 0 40px 0;
	max-width: 100%;
	cursor: pointer;
	
}
.popup-window .disabled img {
	cursor: default;
}
.overlay {
	display: none;
	position: fixed;
	z-index: 200;
	width: 100%; 
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
		_filter:alpha(opacity=80);
	_cursor: pointer;
}
.overlay2 {
	display: none;
	position: fixed;
	z-index: 300;
	width: 100%; 
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	_opacity: 0;
}
.overlay2 div {
	position: absolute;
	width: 64px;
	height: 65px;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	_background: center center url(../images/loader.gif) no-repeat;
	_background-color: #fff;
	border-radius: 5px;
}

@media (max-width: 500px) {
	.header .contacts-active-overlay {
		display: none;
		position: fixed;
		z-index: 95;
		width: 100%; 
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		
		background-color: rgba(0,0,0,.4);
		_opacity: 0;
		_transition: opacity .5s;
		-webkit-animation: fadeIn .5s;
		animation: fadeIn .5s;
	}
	.header .contacts-active:hover + .contacts-active-overlay {
		display: block;
	}
	
	.popup-window .close {
		_display: none;
		width: 52px; /*36*/
		height: 51px;
		top: 50%;
		right: 13px; /*-5*/
		background-image: url(../images/popup-window-close-mobile-hover.png);
		_background-image: url(../images/popup-window-close-hover.png);
		_background-size: 70%;
	}
	.popup-window .prev {
		_display: none;
		width: 52px;
		height: 51px;
		top: 50%;
		left: 13px;
		background-image: url(../images/popup-window-prev-mobile-hover.png);
		_background-image: url(../images/popup-window-prev-hover.png);
		_background-size: 70%;
	}
	.popup-window .close, .popup-window .prev {
		opacity: .10;
		transition: opacity 1s;
	}
	.popup-window.hover-mobile .close, .popup-window.hover-mobile .prev {
		opacity: 1;
	}
	.popup-window .close:hover {
		background-image: url(../images/popup-window-close-mobile-hover.png);
        opacity: 1;
	}
	.popup-window .prev:hover {
		background-image: url(../images/popup-window-prev-mobile-hover.png);
        opacity: 1;
	}
    
	/*
	.popup-window.hover-mobile .close {
		background-image: url(../images/popup-window-close-hover.png);
	}
	.popup-window.hover-mobile .prev {
		background-image: url(../images/popup-window-prev-hover.png);
	}
	
	.popup-window .close:hover {
		background-image: url(../images/popup-window-close-mobile-hover.png);
	}
	.popup-window .prev:hover {
		background-image: url(../images/popup-window-prev-mobile-hover.png);
	}
	*/
}
/* popup-window ) */

/* ------------------------------- */
/* ------------------------------- */
