/*Ineks.css 2015 Webway*/

/*Normalize CSS*/
/*Helpers*/
/*Decor*/
/*HEADER*/

/* MAIN*/

/*FOOTER*/


/*INNER PAGES*/



@font-face {
	font-family: "roboto-regular";
	src: url("../fonts/Roboto/roboto-regular-webfont.eot");
	src: url("../fonts/Roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"),

			 url("../fonts/Roboto/roboto-regular-webfont.ttf") format("truetype"),
			 url("../fonts/Roboto/roboto-regular-webfont.woff") format("woff"),
			  url("../fonts/Roboto/roboto-regular-webfont.woff2") format("woff2"),
			    url('../fonts/Roboto/roboto-regular-webfont.svg#roboto-regular') format('svg');

	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "roboto-light";
	src: url("../fonts/Roboto/roboto-light-webfont.eot");
	src: url("../fonts/Roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"),

			 url("../fonts/Roboto/roboto-light-webfont.ttf") format("truetype"),
			 url("../fonts/Roboto/roboto-light-webfont.woff") format("woff"),
			  url("../fonts/Roboto/roboto-light-webfont.woff2") format("woff2"),
			    url('../fonts/Roboto/roboto-light-webfont.svg#roboto-light') format('svg');

	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "roboto-medium";
	src: url("../fonts/Roboto/roboto-medium-webfont.eot");
	src: url("../fonts/Roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"),

			 url("../fonts/Roboto/roboto-medium-webfont.ttf") format("truetype"),
			 url("../fonts/Roboto/roboto-medium-webfont.woff") format("woff"),
			  url("../fonts/Roboto/roboto-medium-webfont.woff2") format("woff2"),
			    url('../fonts/Roboto/roboto-medium-webfont.svg#roboto-medium') format('svg');

	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "roboto-thin";
	src: url("../fonts/Roboto/roboto-thin-webfont.eot");
	src: url("../fonts/Roboto/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"),

			 url("../fonts/Roboto/roboto-thin-webfont.ttf") format("truetype"),
			 url("../fonts/Roboto/roboto-thin-webfont.woff") format("woff"),
			  url("../fonts/Roboto/roboto-thin-webfont.woff2") format("woff2"),
			    url('../fonts/Roboto/roboto-thin-webfont.svg#roboto-thin') format('svg');

	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "roboto-condensed";
	src: url("../fonts/Roboto/roboto-condensed-webfont.eot");
	src: url("../fonts/Roboto/roboto-condensed-webfont.eot?#iefix") format("embedded-opentype"),

			 url("../fonts/Roboto/roboto-condensed-webfont.ttf") format("truetype"),
			 url("../fonts/Roboto/roboto-condensed-webfont.woff") format("woff"),
			  url("../fonts/Roboto/roboto-condensed-webfont.woff2") format("woff2"),
			    url('../fonts/Roboto/roboto-condensed-webfont.svg#roboto-condensed') format('svg');

	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "roboto-bold";
	src: url("../fonts/Roboto/roboto-bold-webfont.eot");
	src: url("../fonts/Roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"),

			 url("../fonts/Roboto/roboto-bold-webfont.ttf") format("truetype"),
			 url("../fonts/Roboto/roboto-bold-webfont.woff") format("woff"),
			  url("../fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"),
			    url('../fonts/Roboto/roboto-bold-webfont.svg#roboto-bold') format('svg');

	font-style: normal;
	font-weight: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../../_inc/fonts/FontAwesome.eot');
    src: url('../../_inc/fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
         url('../../_inc/fonts/FontAwesome.woff') format('woff'),
         url('../../_inc/fonts/FontAwesome.ttf') format('truetype'),
         url('../../_inc/fonts/FontAwesome.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}


 /*==========================================================================
   #Normalize CSS
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block;}

/* ==========================================================================
   Base
   ========================================================================== */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
	margin: 0;
	padding:0;
}

body {
	font-family:14px/1.4 "roboto-light", Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	overflow-y:auto;
	color:#2f1e10;
	background-color:#211f36;
	position:relative;
	height:100%;
}

/* ==========================================================================
   Links
   ========================================================================== */

a{color:#347cb9;}
a:active, a:hover, a:focus {outline: 0;}
a:hover {text-decoration:none;}

/* ==========================================================================
   Typography
   ========================================================================== */
h2 {font-size: 2em; margin: 0.67em 0;}

h2 {font-size: 18px;margin: 0.83em 0;}

h3 {font-size: 1em;margin:0;}

h4 {	font-size: 0.9em;margin:0;}

h5 {font-size: 0.83em;margin: 1.67em 0;}

h6 {font-size: 0.75em;margin: 2.33em 0;}

b, strong {font-weight: bold;}

blockquote { margin: 1em 40px;}

p, pre { margin: 1em 0;}

small {  font-size: 85%;}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* ==========================================================================
   Lists
   ========================================================================== */
dl, ol, ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}
ol, ul {padding: 0 0 0 40px;}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {border: 0;  -ms-interpolation-mode: bicubic;}

svg:not(:root) {overflow: hidden;}

/* ==========================================================================
   Figures
   ========================================================================== */
figure {margin: 0;}

/* ==========================================================================
   Forms
   ========================================================================== */
form {margin: 0;}

label{cursor:pointer;}

button, 
input, 
select, 
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, 
input {line-height: normal;}

button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], 
input[disabled] {cursor: default;}

input[type="checkbox"], 
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {overflow: auto; vertical-align: top;}

/* ==========================================================================
   Tables
   ========================================================================== */
table {border-collapse: collapse; border-spacing: 0;vertical-align: middle;}


/* ==========================================================================
   Helpers
   ========================================================================== */
   
.clearfix:after{
	clear:both;
	width:100%;
	height:1px;
	content:'';
	display:block;
}

/* ==========================================================================
   Decor
   ========================================================================== */

/* ==========================================================================
   #Base styles CSS
   ========================================================================== */
body.firstpage{
	background:url('../../_pic/style/fon-firstpage.jpg') no-repeat center 0 rgba(23,37,60,1);
	background-size: cover;
	
} 
body.inner{
	background:url('../../_pic/style/fon-inner-big.jpg') no-repeat center 86px #121c37;
	background-size: cover;
} 
.page-wrapper{
	min-height: 100%;
    margin-bottom: -50px;	
}
.firstpage .page-wrapper{
	min-height: 100%;
    margin-bottom: -50px;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2b1311+78,2b1311+97,2b1311+100&0+1,0.01+78,1+97,1+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDEwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjMmIxMzExIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjMmIxMzExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiMTMxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(1,0,0,0) 1%, rgba(43,19,17,0.01) 78%, rgba(43,19,17,1) 97%, rgba(43,19,17,1) 100%);  FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(1,0,0,0) 1%,rgba(43,19,17,0.01) 78%,rgba(43,19,17,1) 97%,rgba(43,19,17,1) 100%);  Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(1,0,0,0) 1%,rgba(43,19,17,0.01) 78%,rgba(43,19,17,1) 97%,rgba(43,19,17,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2b1311',GradientType=0 );  IE6-8 */


}
* html .page-wrapper{
    height: 100%;
}
.page-buffer {
    height: 50px;
} 
/* -------------------------------------------
 HEADER
   ------------------------------------------- */

.header-wrap{
	background-color:rgba(23,37,60,1);
	width:100%;
	margin:0 auto;
	position: relative;	
}
.header{
	width:952px;
	margin:0 auto;
	padding:30px 0 13px;
	background:url('../../_pic/style/decor-siluet-tail.png') no-repeat 719px 100%;
}
.inner .header{background:rgba(23,37,60,1);}
.header_logo-img{float:left;}
.header_logo-link{}
.header_phone{
	font:14px 'roboto-condensed', Arial, Helvetica, sans-serif;
	text-align: right;
    position: relative;
    top: -13px;
	margin:0 0 8px;
	
}
.header_phone span{
	margin: 0 0 0 22px;
    color: #ebd7b3;
    display: inline-block;
}
.header_menu-1{
	display: block;
    list-style-type: none;
    font: 12px/1 "roboto-medium", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 0;
    float: right;
    letter-spacing: 0.009em;
}
	.header_menu-1_li{
		display: inline-block;
		cursor: pointer;
		margin:0 0 0 35px;		
		}
	.header_menu-1_li:first-of-type{margin:0 5px 0 0;}
		.header_menu-1_li_a{
			text-decoration:none;
			color:#fff;
			display:inline-block;
			}
		.header_menu-1_li_a:hover,
		.header_menu-1_li_a.current,
		.header_menu-1_li_a:focus{color:#d1b481;}
		
/*main container firstpage*/

.main{
	width:952px;
	margin:0 auto;
	font: 14px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	color:#fff;
	}		
.teaser{
	padding:0 0 15px;
	border-bottom:1px solid rgba(123,104,100,0.5);
}

.teaser_head{
	display:table;
	width:100%;
	padding:43px 0 0;
	background:url('../../_pic/style/decor-siluet.png') no-repeat -1px 0;
}
.teaser_head div{
	font:48px/1.4 "roboto-thin";
	color:#fff;
	display:table-cell;
}

.teaser_head div:first-of-type,
.teaser_body div:first-of-type{width:45.7%;}

.teaser h2,
.inner .main h2{
	text-transform:uppercase;
	font:normal 48px/1.4 "roboto-thin", Arial, Helvetica, sans-serif;
	margin:0 0 0 -4px;
	color:#fff;
	}
.teaser_head div>span{
	font: 0.28em/1 "roboto-light", Arial, Helvetica, sans-serif;
    color: #e1ddd6;
    margin: 0 27px 0 5px;
}
.teaser_body{
	display:table;
	width:100%;
}
.teaser_body div{
	font:1em/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	color:#e1ddd6;
	display:table-cell;
	padding:0 6.6% 0 0;
}
.teaser_body div:first-of-type{
	font:1.38em/1.5 "roboto-regular", Arial, Helvetica, sans-serif;
	color:#ebd7b3;
	padding:0;
}	
.teaser_link{
	font:14px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	color:#e1ddd6;
}
.teaser p{
	font:14px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	color:#fff;
	
}
/*-----------projects*/
.teaser.projects{    position: relative;}
.projects_head{
	position: absolute;
    width: 70%;
    right: 0;
    top: 15px;
	
}

.filter-projects_buttons-list,
.type_presentation_list{
	list-style-type:none;
	padding:0;
	    margin: 10px 0 0 272px;
	height:28px;
	float:left;
}

.filter-projects_buttons-li,
.type_presentation-li{
	list-style-type:none;
	display: block;
    float: left;
}

.filter-projects_button,
.type_presentation-item{
	background-color:rgba(255,255,255,0);
	display:inline-block;
	color:#e1ddd6;
	font:14px/28px 'roboto-light', Arial, Helvetica, sans-serif;
	padding:0 15px;
	border:1px solid #e1ddd6;
	border-width:1px;
}
.filter-projects_button:focus,
.type_presentation-item:focus{
	outline:0;
}
.filter-projects_buttons-li:first-of-type .filter-projects_button,
.type_presentation-li:first-of-type .type_presentation-item{
	border-radius:3px 0 0 3px;
	border-width:1px 0 1px 1px;
}
.filter-projects_buttons-li:last-of-type .filter-projects_button,
.type_presentation-li:last-of-type .type_presentation-item{
	border-radius:0 3px 3px 0;
	border-width:1px 1px 1px 0;
}
.filter-projects_button.filter-active,
.type_presentation-item.type_presentation-active{ 
	background-color:#7b8696;
	border:1px solid #7b8696;
}

.type_presentation_list{}
.type_presentation-li{}
.type_presentation-item{border:1px solid #76808e;}
.type_presentation-item.type_presentation-active{}



.presentation-wrap{}

.presentation{}
.presentation{}
.presentation.presentation-grid{color:#fff;}

/*костыли для сетки*/
.presentation.presentation-grid .slick-track{
	display: block;
    width: 100% !important;
    left: 0 !important;
	
}
.presentation.presentation-grid button{display:none !important;}
.presentation.presentation-grid .slick-track .slick-slide{
	display:block;
	width:29.4%;
	margin:10px 23px 10px 0;	
}

.presentation.presentation-grid .slick-track .slick-slide:nth-child(3n+3){
	margin:10px 0;
}


.presentation{	
	padding: 0 12px;
    margin: 35px -24px 45px;
    //height: 311px;
}
.presentation.presentation-grid {
	padding:0;
	margin:35px 0 45px;
}

.presentation.presentation-grid .presentation_project-item{margin:0;}
.presentation .slick-prev,
.presentation .slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 21px;
    height: 47px;
    padding: 0;
    margin-top: -40px;
    -webkit-transform:initial;
    -ms-transform:initial;
    transform: initial;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat -92px 0;
	text-indent:-200px;
	overflow:hidden;
}
.presentation .slick-next{background: url('../../_pic/style/ineks-sprite.png')  no-repeat -92px -74px;}


.presentation_project-item{
	background-color:#FFF;
	width:29.4%;
	height:250px !important;
	
	margin:0 12px;
	position:relative;
}
.presentation_project-item a{
	text-decoration:none;
}
.presentation_project-item h3{
	font: 12px/1.5 'roboto-bold', Arial, Helvetica, sans-serif;
    color: #8e722e;
    text-transform: uppercase;
    margin: 0 60px 0 15px;
    background-color: #FFF;
    padding: 10px 0;
	height:36px;
}

p.presentation_project-item_address{
	font:12px Arial,Helvetica, san-serif;
	color:#2e363c;
	margin:0 15px;
	height:14px;
}

.presentation_project-item ul{
	font:9px 'roboto-regular', Arial,Helvetica, sans-serif;
	color:#2e363c;
	margin: 13px 15px 10px;
	padding:0;
	height:13px;
}
.presentation_project-item ul li{
	list-style-type:none;
	display:inline-block;	
	    margin: 0 6px 0 0;
}
.presentation_project-item ul li span{}

.presentation_project-item_pic{
	width:100%;
	height:145px;
	display:block;
	background-size:cover;
}


.presentation_project-item_pdf{
	text-transform:uppercase;
	font:9px/18px 'roboto-regular' Arial,Helvetica, san-serif;
	color:#2e363c;
	text-decoration:none;
	display:inline-block;
	border:1px solid #c2c2c2;
	border-radius:2px;
	height:18px;
	padding:0 7px;
	position: absolute;
    z-index: 20;
    top: 7px;
    right: 7px;
}




/*--news--*/
.teaser.news{}
.news-wrap{
	display:table;
	width:100%;
}
.news_list-firstpage{
	display:table-cell;
	width:82%;
	padding:0;
	margin:0;
	vertical-align:top;
}
.news_li{
	display:block;
	float:left;
	margin:0 5.0% 0 0;
	width:29.7%;
}
.news_li:last-of-type{margin:0;}
.news_list_link{
	color:#e1ddd6;
	text-decoration:none;
	display:block;
	width:100%;
}
.news_list_link:hover{}
.news_list_link-date{
	font:9px/1.5 'roboto-light', Arial, Helvetica, sans-serif;	
}
.news_list_link-pic{
	display:block;
	width:217px;
	height:127px;
	margin:10px 0;
	    background-size: cover;
    background-repeat: no-repeat;
}
.news_list_link-h{
	letter-spacing:0,07em;
	color:#ebd7b3;
	font:19px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	width:93%;
}
.news_list_link-p{
	font:14px/1.5 'roboto-light', Arial, Helvetica, sans-serif;	
}

.teaser_news_link-wrap{
	vertical-align:top;
	display:table-cell;
	padding:60px 0 0 25px;
}
/*director*/
.teaser.director{
	display:block;
	text-decoration:none;
	padding:5px 0 10px;
}

.teaser-director_text{
	width:55%;
	float:left;
	padding:0 8% 0 0;	
}
.teaser.director p strong{
	color:#ebd7b3;
	font:19px/1.5 'roboto-light', Arial, Helvetica, sans-serif;	
}
.teaser-director_portrait{
	display:table;
	width:37%;
}
.teaser-director_pic-wrap,
.teaser-director_pic-caption{
	display:table-cell;
	vertical-align:top;
	padding:40px 0 0;
	
}
.teaser-director_pic-wrap{float:right;}
.teaser-director_pic-caption{width:56.5%;}
.teaser-director_pic{
	display: block;
    width: 123px;
    height: 123px;
    border-radius: 62px;
	margin:0 25px 0 0;
}
.teaser-director_pic-caption strong{
	display:block;
	margin:10px 0;
	}
.teaser-director_pic-sign{
	display:block;
	width:157px;
	height:93px;
	margin:20px 0 0;
	display:none;
}
/*partners*/
.teaser.partners{
	border-bottom:none;	
}
.partners_list{
	display:block;
	list-style-type:none;
	margin:15px 0 12px;
	padding:0;
}
.partners_li{
	float:left;
	margin:0 6% 0 0;
	height:110px;
}
.partners_li:last-of-type {margin:0;}

.partners_link{
	display:table;
	float:left;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;	
	color:#fff;
	height:100%;	
}

.partners_pic{
	display:table-cell;
	background-repeat:no-repeat;
	background-position:0 0;
	background-position: 0 center !important;
}
.partners_li:first-of-type .partners_pic{background-position:0 37px;}
.partners_li:nth-child(2) .partners_pic{background-position:0 9px;}
.partners_li:nth-child(3) .partners_pic,
.partners_li:nth-child(4) .partners_pic,
.partners_li:nth-child(5) .partners_pic{background-position:0 28px;}
.partners_pic+p{
	padding:33px 0 0 12px;
	display:table-cell;
	font:0.8em/1.5 "roboto-regular", Arial, Helvetica, sans-serif;
}
	
/*----------inner---------------*/	
	
	
.inner .main h2{
	color:#d1b481;
	text-transform:none;
	line-height:1.08;
	letter-spacing: 0.065em;
	margin: 0 0 0.85em -4px;
	margin: 0 0 1em -4px;/**/
	width: 85%;
	}
.inner .main a{color:#fff;}

.menu-inner{
	list-style-type: none;
    margin: 1.7em 0 4.1em;
	margin: 1.2em 0 3.25em;/*direcorate*/
	max-width: 90%;
}
.menu-inner_li{
	display:inline-block;
	padding: 0 18px 0 0;
	position:relative;
	margin:0 17px 10px 0;
}
.menu-inner_li:after{
	position:absolute;
	width:1px;
	height:100%;
	top:0;
	right:0;
	content:'';
	background-color:#4d618d;
	
}
.menu-inner_li:last-of-type:after{display:none;}
.menu-inner_li_a{
	text-decoration:none;
	font:13px/1.5 "roboto-light", Arial, Helvetica, sans-serif;
}

a.menu-inner_li_a:hover,
a.menu-inner_li_a.current{
	color:#d1b481;
}

.inner .main p{
	font:13px/1.5 "roboto-light", Arial, Helvetica, sans-serif;	
}

.article_about{}
.article_about h3{
	font:normal 26px/1.4 "roboto-thin", Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
	margin: 0 0 0.9em;
	letter-spacing: 0.02em;
}
.article_about.article_about-3 h3{
	letter-spacing: 0.04em;
	margin:0;
}
.article_about strong{
	font:19px/1.5 "roboto-light", Arial, Helvetica, sans-serif;
	color:#ebd7b3;
}	



.article_about figure figcaption{
	font: italic 11px/1.5 "roboto-light", Arial, Helvetica, sans-serif;
    margin: 1.5em 0;
}

.article_about-1,
.article_about-2,
.article_about-4{
	display:table;
}
.article_about-1 {margin:0 0 6.3em;}
.article_about-2 {margin:0 0 7.4em;}
.article_about .article_about-text p{
	line-height:1.6;
	margin:1.1em 0;
=}
.article_about .article_about-text p:first-of-type{
	margin:0 0 1em;
}
.article_about-3 p{
	margin:1.5em 0;
}
.article_about-1 .article_about-text,
.article_about-2 .article_about-text,
.article_about-4 .article_about-text,
.article_about-1 figure,
.article_about-2 figure,
.article_about-4 img{
	display:table-cell;
	vertical-align:top;
}
.article_about-1 .article_about-text{ 
	padding: 0 40px 0 0;
}
.article_about-1 figure{
	padding: 0 30px 0 0;
}
.article_about-2 .article_about-text{  
	padding:  0 20px 0 53px;
}
.article_about-2 figure{    
	padding: 0.5em 0 0;
	position:relative;
}
.incut{
	border: 1px solid rgba(255,255,255,0.6);
    margin: 2.5em 0 2.5em 0;
	border-radius: 12px;
    padding: 1.2em 2% 0.2em 14%;
	position:relative;
}
.incut-eagle{
	width: 58%;
    margin: 2.5em 0 2.5em 75px;
}
.incut-carrer{
	width: 520px;
    margin: 4.8em 0 7.5em;
    padding: 1em 25px 1.3em 147px;
}
.inner .main .incut-carrer p{
	margin:1.5em 0;
	line-height: 1.6em;
}
.incut-eagle strong{
	font:13px/1.5 "roboto-bold", Arial, Helvetica, sans-serif;    letter-spacing: 0.09em;
}
.incut:before{
	content:'';
	position:absolute;
	z-index:2;
}
.incut-eagle:before{	
	width:96px;
	height:102px;
	background:url('../../_pic/style/eagle.png') no-repeat rgba(0,0,0,0);
	top: 18px;
    left: -27px;
}
.incut-carrer:before{
	width:135px;
	height:221px;
	background:url('../../_pic/style/carrer.png') no-repeat rgba(0,0,0,0);	
	bottom:0;
    left: -15px;
}
.article_about .incut-eagle p{
	font:italic 13px/1.5 "roboto-light", Arial, Helvetica, sans-serif;
}

.article_about-1 figure figcaption{}
	
.article_about-1 img{
	position:relative;
	display:block;
	z-index:0;
	box-shadow: 0 9px 15px rgba(0,0,0,0.4);
}

.article_about-2 figure figcaption{
	position: absolute;
    top: 152px;
    left: 175px;
}

.article_about-4{
	background-color:#ead6b2;
	position:relative;
	z-index:0;
	color:#11101f;
	font-size:13px;
	width: 923px;
}
.article_about-4 div{
	background-color:#ead6b2;
	padding:0 70px 0 0;
}
.article_about-4 h3 {
	margin:1.4em 0 0;
}
.article_about-4 h3 span{
	text-transform:none;
}
.article_about-4 h3+span{
	margin:0 0 1.5em;
	font-style:italic;
	display:block;
}
.article_about-4 img {
	padding:0 38px 0 0;	
}
.article_about-4:after,
.article_about-1 img:after{
	content:'';
	position:absolute;
	right: 7px;
    bottom: -20px;
	z-index:-1;
	width:267px;
	height:70px;
	background:url('../../_pic/style/shadow.png') no-repeat;
	
}	
.article_about-5{
	width: 590px;
    padding: 0 37px 0 0;
    margin: 85px auto;
	text-align:center;
}
.article_about-5 img{
	float:right;
	 margin: 7px 15px 0 0;
}
.article_about-1 h3{
	height:62px;
	display:table-row;
}	
/**/

.gallery_wrap{}
.gallery_wrap .article_about-4{
	background: none;
    width: 950px;
    margin: 0 auto;
    color: #fff;
	background:none;
}
.gallery_wrap .article_about-4:after,
.article_list .article_about-4:after{
	display:none;
}
.gallery_wrap .article_about-4 div{
	background:none;	
}


.article_about-2 figure figcaption.position_initial{
	position:initial;
}

.article_list{
	list-style-type: none;
    padding: 0;
	list-style-type: none;
}
.article_list-li{
    width: 50%;
    display: block;
    float: left;
    border-bottom: 1px solid #4d618d;
    margin: 0 0 3.5em;
}	
.article_list-li:last-of-type{border:none;}
.article_list .article_about-4	{
	background:none;
	color: #fff;
	width:100%;
	height:255px; /*207px;*/
}
.article_list .article_about-4 div{
	background: none;
    padding: 0 35px 56px 0;
}

.article_list .article_about-4	h3{
	margin: 0;
	font-size:18px;	
}
.article_list .article_about-4	img{
	padding: 0 23px 0 0;
	width:159px;
	height:207px;
}
.article_list .article_about-4 h3+span{}


.gallery_wrap{
	background:url('../../_pic/style/fon-slider.jpg') no-repeat 0 22px;
	margin: 2.8em 0;
	font:13px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
}	
.directorate.gallery_wrap{
	background:url('../../_pic/style/directorate-gallery-fon-slider.jpg') no-repeat center 22px;
	 margin: 3.3em 0 1.65em;
}
.gallery_wrap.team{
	margin: 0.5em 0 7.1em;/*-5.5em 0 7.1em;*/
	/*background:url('../../_pic/style/team-gallery-fon-slider.jpg') no-repeat center 0;*/
   background:url('../../_pic/style/teem-fon-director.jpg') no-repeat center 0;
}


 .photosgallery-captions{
	height:600px;
	width:659px;
	margin:0 auto;
	position:relative;
	padding:0 20px 100px;
}
.directorate  .photosgallery-captions{
	padding:0 33px 100px;
}

.photosgallery-captions .sliderkit-nav {
    left: 20px;
    bottom: 120px;
    width: 659px;
    padding: 16px 0 24px;
	background:none;
}

.sliderkit .sliderkit-nav-clip {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 84px !important;
}

.sliderkit .sliderkit-panel .sliderkit-panel_pic{
	width:659px;
	height:439px;
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;

}
.photosgallery-captions .sliderkit-nav-clip ul li a {
    display: block;
    width: 104px;
    height: 65px;
    margin:0 7px 0 0;
	padding:0;

}

.photosgallery-captions .sliderkit-nav-clip ul li.sliderkit-selected a{
	border:none;
	position:relative;
}
.photosgallery-captions .sliderkit-nav-clip ul li.sliderkit-selected a:after{
	content:'';
	width: 104px;
    height: 65px;
	border:3px solid #ebd7b3;
	position:absolute;
	left:0;
	top:0;
} 
.directorate .photosgallery-captions .sliderkit-nav-clip ul li.sliderkit-selected a:after{
	content:'';
	width: 98px;
    height: 59px;
	border:3px solid #ebd7b3;
	position:absolute;
	left:0;
	top:0;
} 
.sliderkit .sliderkit-nav-clip .sliderkit-panel_prev{
	width:104px;
	height:65px;
	display:block;
	background-repeat:no-repeat;
	background-size: 100%;
    background-position: center center;	
}
.photosgallery-captions .sliderkit-nav-clip ul li{margin:0;}
.photosgallery-captions .sliderkit-nav-clip ul li.sliderkit-selected {	
	 margin:0;
	 box-shadow: 0 7px 20px rgba(0,0,0,0.6);
 }

.photosgallery-captions .sliderkit-panels .sliderkit-go-btn{display:none;}
.photosgallery-captions .sliderkit-nav .sliderkit-go-btn a{
	width: 100px; /*104px;*/
    display: block;
	height:65px;
    top: 16px;
    background-color: rgba(31,29,52,0.8);
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-prev a{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 10px 15px /* rgba(31,29,52,0.8) */;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-prev a:hover{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 10px 15px rgba(31,29,52,0);
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-btn.sliderkit-go-next{
	right:0;
	width: 104px;
    top: 16px;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-btn.sliderkit-go-prev{    
	left: 0;
    width: 104px;
    top: 16px;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-next a{	
    background: url('../../_pic/style/ineks-sprite.png')  no-repeat 75px -47px /* rgba(31,29,52,0.8) */;
}
.photosgallery-captions .sliderkit-nav .sliderkit-go-next a:hover{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 75px -47px rgba(31,29,52,0);	
}
.photosgallery-captions .sliderkit-panels{
	height: 439px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}
.directorate .photosgallery-captions .sliderkit-panels{
	margin: 0 13px 0 0;
}
.photosgallery-captions .sliderkit-panel{
	box-shadow:none;
	border-radius:0;	
	width:659px;
	height:439px;
	border:none;
	overflow:visible;
	left:20px;
}


	
	/**/
	
.photosgallery-captions .sliderkit-panel .sliderkit-panel-textbox {
    bottom: 0;
    left: 0;
	top:560px;
    width: 100%;
    height: 100%;
}
.photosgallery-captions .sliderkit-panel .sliderkit-panel-text {
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
}
.photosgallery-captions .sliderkit-panel .sliderkit-panel-text h4 {
    margin: 0 0 7px;
    border: none;
	font:15px/1.1 'roboto-bold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
}
.photosgallery-captions .sliderkit-panel .sliderkit-panel-overlay {
    width: 100%;
    height: 100px;
    background: #121c37;
    opacity: 1;
}


/*news-inner*/	
.news_slide-inner-wrap{
	font:15px/1.1 'roboto-bold', Arial, Helvetica, sans-serif;
	color:#fff;
}
.news_slide-inner-item{
	margin: 0 18px 0 0;
    padding: 30px 0 0;
	position:relative;
}
.news_slide-inner-item span.news_year_h{
	position: absolute;
    top: 0;
    left: 18px;
	font:normal 26px/1 "roboto-thin", Arial, Helvetica, sans-serif;
	color: #d1b481;
}
.news_slide_list-wrap{
	height:460px;
	border-left: 1px solid #4c5a81;
	padding: 0 0 0 20px;
}
.news_slide-inner-item h3.news_month_h{
    font: normal 18px/1.6 "roboto-thin", Arial, Helvetica, sans-serif;
    letter-spacing: 0.025em;
}
.news_slide_list{
	padding:0;
	margin:0;
	vertical-align:top;
}
.news_slide_list_li{
	display:block;
	float:left;
	width:195px;
	margin:0 26px 0 0;
}
.news_slide_list_li:last-of-type{
	margin:0;
}
.news_slide_list_link{
	color:#e1ddd6;
	text-decoration:none;
	display:block;
	width:100%;
}
.news_slide_list_link:hover{}
.news_slide_list_link-date{
	font:9px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	color:#e1ddd6;
	display: block;
    margin: 22px 0 0;
}
.news_slide_list_link-pic{
	display: block;
    width: 190px;
    height: 190px;
    margin: 10px 0;
    background-size: initial;
    background-position: center;
    border-radius: 95px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.5);
    background-color: #000;
}
.news_slide_list_link:hover .news_slide_list_link-pic{
	width:222px;
	height:222px;
	border-radius:111px;
	z-index:10;
	position:relative;
	left:-12px;
	top:-15px;
	box-shadow:none
}
.news_slide_list_link-h{
	letter-spacing:0.07em;
	color:#ebd7b3;
	font:15px/1.3 'roboto-light', Arial, Helvetica, sans-serif;
	width:200px;
	margin: 20px 0 0;
}
.news_slide_list_link:hover .news_slide_list_link-h{
	width:200px;
	position:relative;
	top:-32px;
}
.news_slide_list_link-p{
	font:13px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	width:200px;
	margin:1.2em 0 0;
}
.news_slide_list_link:hover .news_slide_list_link-p{
	width:200px;
	position:relative;
	top:-32px;
}

/*news item*/

.inner .main h2.news_article_h{
    color: #fff;
    text-transform: none;
    font-size: 35px;
    max-width: 70%;
	letter-spacing: 0.045em;
	margin: 0 0 0.75em -4px;
}
.news_article-date{
	font: 9px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
    color: #e1ddd6;
}
.news_article{display:table;}
.news_article>div{
	display:table-cell;
	vertical-align:top;
}
.news_article-text{padding:0 25px 0 0;}
.news_article-gallery{padding:0 20px 0 0;}
.news_article .news_article-text p{
	margin:1.5em 0;
	font:14px/1.45 'roboto-light', Arial, Helvetica, sans-serif;
}
.news_article .news_article-text p:first-of-type{
	margin:0 0 1.5em;
}
.news_article-gallery .photosgallery-captions{
	width: 437px;
    height: 520px;
	margin: 5px 0 0;
}
.news_article-gallery .photosgallery-captions .sliderkit-panels {
    height: 295px;
}
.news_article-gallery .photosgallery-captions .sliderkit-panel {
   width: 437px;
   height: 295px;
}
.news_article-gallery .sliderkit .sliderkit-panel .sliderkit-panel_pic {
    width: 437px;
    height: 295px;
}

.news_article-gallery .photosgallery-captions .sliderkit-panel .sliderkit-panel-textbox {
    bottom: 0;
    left: 0;
    top: 426px;
}
.news_article-gallery .photosgallery-captions .sliderkit-panel .sliderkit-panel-text h4{}

.news_article-gallery .photosgallery-captions .sliderkit-nav {
   bottom: 178px;
   width: 437px;
   overflow: hidden;
}
.news_article-gallery .sliderkit-panel .sliderkit-panel-text{	
	opacity:0;
}

.news_article-gallery .sliderkit-panel.sliderkit-panel-active .sliderkit-panel-text{
	opacity:1;	
}

.news_article-gallery .photosgallery-captions .sliderkit-panel .sliderkit-panel-overlay{
	background-color:rgba(0,0,0,0);
	opacity:0;
}


.links_bar{
	text-align:center;
	margin:50px auto 100px;
}
.links_bar-item{
	text-decoration: none;
    font: 13px/2 "roboto-light", Arial, Helvetica, sans-serif;
	color:#fff;
	display: inline-block;
    padding: 0 18px 0 0;
    position: relative;
    margin: 0 17px 0 0;
}
a.links_bar-item:hover {
    color: #d1b481;
}
.links_bar-item:first-of-type:after {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    background-color: #4d618d;
}
/*carrer*/
h3.carrer_h{
	font:normal 26px/1.5 'roboto-thin', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.065em;
	}
p.carrer_p{margin:0;}
.article_list.carrer{
	margin:65px 0 150px;
}
.article_list.carrer .article_list-li{
	float:none;
	width:690px;
	padding: 0 0 25px;
    margin: 0 0 45px;
}
.carrer_article-date{	
	font: 13px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
    color: #fff;
	font-style:italic;
}
.article_list.carrer h4{
	color:#ebd7b3;
	font: 19px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
	margin: 3px 0 0;
}
.article_list.carrer h4 span{
	font: 13px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
}
.article_list.carrer p{
	margin: 1.5em 0;
    font: 13px/1.6 'roboto-light', Arial, Helvetica, sans-serif;
}

.hh-link{
	width:63px;
	height:35px;
	background:url('../../_pic/style/hh-link.png') no-repeat rgba(0,0,0,0);
	display:inline-block;
	position: relative;
    top: 13px;
    left: 5px;
}


/*history*/

.list_dates{
	list-style-type:none;
	padding:0;
	margin: -30px 6px 10px 0;
	float:left;
}
.list_dates li{
	display:inline-block;
	margin:0 30px 0 0;
}
.list_dates li a{
	font: 11px/1.6 "roboto-medium", Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 0.02em;
}
.list_dates li a:hover,
.list_dates li a.current{color: #ebd7b3;}
.article_list.history{
	position:relative;
}
.article_list.history:before{
	position:absolute;
	width:1px;
	height:100%;
	content:'';
	background-color:#6c717c;
	left:459px;
	top:0;
	display:block !important;
}
.article_list.projects_list:before{left:456px;}
.article_list.history .article_list-li{
    border: none;
	margin:0 0 88px;
	width:430px;
	position:relative;
}

.history .article_list-li:nth-child(2){
	margin:180px 0 88px;	
}
.history .article_list-li:nth-child(even){
	width: 460px;
	padding:0 0 0 30px;
}
.history .article_list-li:nth-child(odd){
	margin:-180px 0 88px;
	padding:0 30px 0 0;
}

.history .article_list-li:nth-child(1){
	margin:0 0 88px;	
}

.history_date{
	font: 12px/1.5 'roboto-light', Arial, Helvetica, sans-serif;
    color: #ebd7b3;
	letter-spacing: 0.03em;
}


.history_h{
	letter-spacing: 0.04em;
    color: #ebd7b3;
    font: 26px/1.3 'roboto-thin', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0.6em 0 0.6em -2px;
}
.history_pic{
	display: block;
    width: 217px;
    height: 127px;
    margin: 10px 0 13px;
    background-size: cover;
	background-repeat:no-repeat;	
}
.history .article_list-li:before{
	position:absolute;
	width:10px;
	height:21px;
	background-color:#ebd7b3;
	content:'';
	top:23px;
}
.history .article_list-li:nth-child(odd):before{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 0 -130px;
	right:2px;
}
.history .article_list-li:nth-child(even):before{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 0 -175px;
	left:3px;	
}

.prev_filter_year,
.label_filter_year,
.prev_filter_type{
	display:block;
	color:;
	font: 50px/1 'roboto-thin', Arial, Helvetica, sans-serif;
	position:relative;
	text-align:center;
	padding:0 30px 0 0;
	color: #ebd7b3;
}
.prev_filter_type{
	font: 26px/1 'roboto-thin', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
h2+.prev_filter_type{
	margin: -13px 0 0 0;
}
h2+.prev_filter_type:after{display:none;}
/*.label_filter_year:after ,
.prev_filter_type:after {
	position:absolute;
	width:1px;
	height:47px;
	content:'';
	bottom:-60px;
	left:458px;
	background: -moz-linear-gradient(top,  rgba(108,113,124,1) 0%, rgba(125,185,232,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(108,113,124,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom,  rgba(108,113,124,1) 0%,rgba(125,185,232,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c717c', endColorstr='#007db9e8',GradientType=0 ); 

}*/
/**/
.projects_list{
	margin: 1.5em 0;
    padding: 0 0 2em;
}
.projects_list.history .article_list-li{
	width:420px;
	width:456px;
	}
.projects_list .article_list-li:before {
    top: 17px;
}
.project_list-link{
	display:block;
	text-decoration:none;
	color:#fff;
}
.project_list-link .presentation_project-item{
	margin:0;
	width:420px;
	border-radius: 5px;
    overflow: hidden;
}
.project_list-link p.presentation_project-item_address{
	color:#fff;
	margin: 0 0 1.8em;
}
.project_list-link ul{
	padding: 0.95em 0 1em;
	font: 10px 'roboto-medium' Arial,Helvetica, san-serif;
}
.project_list-link .presentation_project-item ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.project_list-link h3{
    letter-spacing: 0.04em;
    color: #ebd7b3;
    font: 20px/1.3 'roboto-thin', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0.6em 0 0 -2px;
}

.project_list-link .presentation_project-item_pic{
	height:190px;
}
.projects_list.history .article_list-li {
    margin: 0 0 36px;
}
.projects_list.history .article_list-li:nth-child(2){
	margin:120px 0 18px;	
}
.projects_list.history .article_list-li:nth-child(even){
	width: 420px;
	padding:0 0 0 36px;
}
.projects_list.history .article_list-li:nth-child(odd){
	margin:-122px 0 36px;
	padding:0 36px 0 0;
}

.projects_list.history .article_list-li:nth-child(1){
	margin:0 0 36px;	
}

.main.projects{//width:915px;}

/*project_item*/

.project_item-gallery {
	left: -20px;
    position: relative;
	
}
.project_item-gallery .photosgallery-captions{
	width: 942px;
    height: 667px;
	margin: 0;
	padding:0 20px 37px;
}
.project_item-gallery .photosgallery-captions .sliderkit-panels {
    height: 436px;
}
.project_item-gallery .photosgallery-captions .sliderkit-panel {
   width: 902px;
    height: 436px;
}
.project_item-gallery .sliderkit .sliderkit-panel .sliderkit-panel_pic {
    width: 902px;
    height: 436px;
}

.project_item-gallery .photosgallery-captions .sliderkit-panel .sliderkit-panel-textbox {
    bottom: 0;
    left: 0;
    top: 545px;
}
.project_item-gallery .photosgallery-captions .sliderkit-panel .sliderkit-panel-text h4{}

.project_item-gallery .photosgallery-captions .sliderkit-nav {
	bottom: 89px;
	width: 902px;
	overflow: hidden;
}
.project_item-gallery .sliderkit-panel .sliderkit-panel-text{
	opacity:0;
}

.project_item-gallery .sliderkit-panel.sliderkit-panel-active .sliderkit-panel-text{
	opacity:1;
}

.project_item-gallery .photosgallery-captions .sliderkit-panel .sliderkit-panel-overlay{
	background-color:rgba(0,0,0,0);
	opacity:0;
}

.project_item-gallery .photosgallery-captions .sliderkit-nav-clip ul li a{
	margin:0 10px 0 0;
}

.project_item-gallery .sliderkit .sliderkit-nav-clip .sliderkit-panel_prev{
	background-size:cover;
}

.project-item_address{
	padding:0 0 0 25px;
	position:relative;
	margin: -37px 0 2.2em;
    display: block;
	line-height:2;
}
.project-item_address:before{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 0 -231px;
	position:absolute;
	width:19px;
	height:30px;
	content:'';
	left:-4px;
	top:0;
}
.project_text{
	width:900px;
	margin:0 0 130px;
}

.project_text h3{
	letter-spacing: 0.04em;
    color: #fff;
    font: 26px/1.3 'roboto-thin', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	margin:0 0 1em;
}
.inner .main a.ask_link{
    display: inline-block;
    color: #fff;
	border-bottom:1px dashed #fff;
    text-decoration: none;
    margin: -37px 0 3.7em;
    font: 13px/1.5 "roboto-light", Arial, Helvetica, sans-serif;
    float: right;
    position: relative;
    margin: 0 50px 0 0;
    top: -55px;
}
.inner .main a.ask_link:hover{
	border-bottom: 0;
	color: #ebd7b3;
	margin: 0 50px 1px 0;
}
.main .project_text p{
	line-height: 1.9;
    margin: 1em 0 2em;
}

.ask-popup-block{
	font: 13px/1.3 'roboto-light', Arial, Helvetica, sans-serif;
    color: #fff;
	width:686px;
	margin: 0 auto;
}
.ask-popup-block h3{
	font: normal 47px/1.4 "roboto-thin", Arial, Helvetica, sans-serif;
    margin: 0 0 0 -4px;
    color: #ebd7b3;
    letter-spacing: 0.079em;
}
.ask-popup-block p{
	font: 13px/1.6 'roboto-light', Arial, Helvetica, sans-serif;
	margin: 2em 60px 4.1em 0;
}
.ask-form{
	background-color:#16151e; 
	border-radius:5px;
	padding:39px 29px;
width: 686px;
    margin: 30px 0 0;
}
.ask-form fieldset{
	background-color:#16151e; 
	color: #ebd7b3;
	border:0;
	padding:0;
	margin:0;
}
.ask-form fieldset ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.ask-form fieldset ul li{
	margin:0 0 16px;
}
.ask-form fieldset ul li.short{
	float:left;
}
.ask-form fieldset ul li.short:first-of-type{margin:0 19px 0 0;}
.ask-form fieldset label{
	display:block;
	line-height:33px;
}
.ask-form fieldset input,
.ask-form fieldset textarea{
	display:block;
	width:287px;
	border:1px solid #8c8c90;
	border-radius:3px;
	background-color:#16151e; 
	color: #fff;
	height:29px;
	line-height:29px;
	padding:0 8px;
}
.ask-form fieldset textarea{
	height:109px;
	resize:vertical;
	line-height:1.5;
	width:611px;
}

.ask-form .jq-selectbox{
	width:629px;
	background-color:#16151e; 
}


.ask-form  .jq-selectbox__select {
    height: 29px;
    padding: 0 45px 0 10px;
    border: 1px solid #8c8c90;
    border-bottom-color: #8c8c90;
    border-radius: 3px;
    background: #16151e;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font: 13px/30px 'roboto-light', Arial, Helvetica, sans-serif;
}

.ask-form  .jq-selectbox__trigger-arrow{
	border-top-color:#fff;
}

.ask-form .jq-selectbox__dropdown {
    top: 32px;
    width:630px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #8c8c90;
    border-radius: 3px;
	background: #16151e;
    box-shadow: none;
    font: 13px/1.3 'roboto-light', Arial, Helvetica, sans-serif;
	color: #fff;
}

.ask-form .jq-selectbox li{color: #fff;}

.ask-form fieldset img{
	float:left;
}
.ask-form .update_cup{
	width:29px;
	height:29px;
	background:url('../../_pic/style/ineks-sprite.png')  no-repeat 0 -299px #16151e;
	border:0;
	margin:0 12px;
	text-indent:-100px;
	overflow:hidden;
}
.ask-form .input_cup{
	display:inline-block;
	width:125px;
}
.ask-form .send{
	background: rgb(249,225,182); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,225,182,1) 0%, rgba(230,203,155,1) 50%, rgba(206,176,123,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(249,225,182,1) 0%,rgba(230,203,155,1) 50%,rgba(206,176,123,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(249,225,182,1) 0%,rgba(230,203,155,1) 50%,rgba(206,176,123,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e1b6', endColorstr='#ceb07b',GradientType=0 ); /* IE6-9 */
	color:#16151e;
	width:145px;
	text-align:center;
	height:31px;
	line-height:31px;
	border:0;
	border-radius:3px;
	overflow:hidden;
	float:right;
	margin: 0 5px 0 0;
	font-weight:bold;
}

/*directions*/
.incut-directions{
    width: 605px;
    margin: 0;
    padding: 2.2em 260px 2.7em 40px;
}

.incut-directions:before {
    width: 146px;
    height: 230px;
    background: url('../../_pic/style/bilding.png') no-repeat rgba(0,0,0,0);
    bottom: 0;
    right: 49px;
}


.inner .main h3 a{
	text-decoration: none;
    padding: 0 0 0;
    border-bottom: 1px solid #fff;
    line-height: 1;
    display: inline-block;
    height: 26px;
}
.inner .main h3 a:hover{border:0;}


.inner .main.directions h2{	
	margin:0 0 0.8em -4px;
}


.directions .article_about-1 {
   margin: 0 0 5.9em;
}

.directions .article_about-2 .article_about-text {
    padding: 0 20px 0 40px;
}

.directions .article_about h3{margin:0;}


.directions .article_about-2 figure {
    width: 320px;
}


.directions .article_about strong,
.directions .news_article strong{
    font: 19px/1.25 "roboto-light", Arial, Helvetica, sans-serif;
    margin: 0.3em 0 1em;
    display: block;
    padding: 0 40px 0 0;
	color: #ebd7b3;
}

.directions .article_about-2{
	margin:0 0 4.7em;
}
.directions .article_about-2:first-of-type {}
.directions .article_about-2:last-of-type{
	margin:0 0 165px;
}

.directions .news_article{
	margin-bottom:150px;	
}



/*partners*/
.inner .main.partners h2{	
	margin: 1.8em 0 0.5em -4px;
}
.article_partners{
	padding:0 375px 0 0;
	margin:0 0 69px;
}
.partners_item {
    display: table;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    height: 100px;
	vertical-align:top;
} 

.partners_list .article_list-li{
	border:0;
	width:100%;
}
.partners_list .article_list-li article{
	width:48%;
	float:left;
}
.partners_list .article_list-li article:nth-child(odd){width:52%;}
.partners_list .article_list-li article h3{
	color:#ebd7b3;
}

.partners-item_address{
	padding:0 0 0 15px;
	position:relative;
	margin: 0;
    display: block;
	line-height:2;
	color:#ebd7b3;
}
.partners-item_address:before{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 0 -365px;
	position:absolute;
	width:12px;
	height:18px;
	content:'';
	left: -3px;
    top: 3px;
}
.main a.partners-item_link{
	color: #ebd7b3;
    display: block;
    margin: 0 0 1.4em;
	
}
.partners_list .partners_item{
	
	padding:23px 0 0;height:85px;
}
.partners_list .partners_item p{margin:0;}

.partners_list .partners_pic+p{padding:20px 0 0 12px;}
.partners_list p	{    margin: 1em 80px 1em 0;}



/*page 404*/
.inner .main.page404 h2,
.inner .main.contacts h2{	
	margin: 1.8em 0 0 -4px;
	line-height:1;
}
.massage404{
	display:block;
}

.site_map{
	list-style-type:none;
	margin: 4.5em 0 0;
}
.site_map>li{
	display: block;
    float: none;
    clear: both;
	font: 26px/1.5 "roboto-thin", Arial, Helvetica, sans-serif;
	margin: 0 0 0.63em;
}
.site_map>li>a{
	text-transform:uppercase;
	width:204px;
	}
.site_map li a,
.site_map-sub_li_a{
	color:#fff;
	text-decoration:none;
	display: inline-block;
}
.site_map li a:hover{color: #ebd7b3;}
.site_map-sub_li_a:hover{
	color:#fff;
	text-decoration:underline;
}
.site_map-sub{
	display: inline-block;
	list-style-type:none;
	padding:0 0 0 40px;
	position:relative;
	top:-6px;
}
.site_map-sub:before{
	position: absolute;
    width: 10px;
    height: 21px;
    background-color: #ebd7b3;
    content: '';
	background: url('../../_pic/style/ineks-sprite.png') no-repeat 0 -175px;
	left:0;
	top:15px;
}
.site_map-sub_li{
	display:inline-block;
	font: 12px/2 "roboto-medium", Arial, Helvetica, sans-serif;
	margin:0 27px 0 0;
}


/*contacts*/


.contact_text{
	margin: 36px 0 0;
}
.contacts_address{
	background: url('../../_pic/style/ineks-sprite.png')  no-repeat 0 -365px;
	width:12px;
	height:18px;
	display:inline-block;
	position: relative;
	margin: 0 3px 0 0;
	top:4px;
}
.contact_text p{
	color: #ebd7b3;
	margin: 0.8em 0;
}

.contact_text p span{
	color: #fff;
	display: inline-block;
    margin: 0 7px 0 0;
}
.contact_text p span+span{
	margin: 0 7px 0 11px;
	
}
.contacts .contact_text p a{
	color: #ebd7b3;
	margin: 0 18px 0 0;
    display: inline-block;
}

#map-canvas{
	height:440px;
	width:100%;
	margin:60px 0 70px;
}










/*loader*/

#loader-wrapper {
    //position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	margin:60px 0;
}
    #loader {
       display: block;
    position: relative;
    left: 425px;
    /* top: 50%; */
    width: 72px;
    height: 72px;
    margin: 87px 0 75px;
    border: 1px solid #ebd7b3;
    z-index: 1500;
    }

#loader:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #ebd7b3;
}
#loader:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border: 1px solid #ebd7b3;
}
#loader {
    border: 1px solid transparent;
    border-top-color: #ebd7b3;
}
#loader:before {
    border: 1px solid transparent;
    border-top-color: #ebd7b3;
}
#loader:after {
    border: 1px solid transparent;
    border-top-color: #ebd7b3;
}
#loader {
    border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
#loader:before {
    border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
#loader:after {
    border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
/* copy and paste the animation inside all 3 elements */
/* #loader, #loader:before, #loader:after */

 
/* include this only once */

#loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

/*footer*/

.footer-wrapper{width:100%;}

.footer{
	border-top:1px solid rgba(123,104,100,0.5);
	padding:13px 0 50px;
	width:952px;
	margin:0 auto;
	display:table;
	
	}
.footer div{
	display:table-cell;
	color:#cbc5bc;
	width:23.9%;
	font:14px/1.5 'roboto-condensed', Arial, Helvetica, sans-serif;
}
.footer div:nth-child(2),
.footer div:nth-child(3){
	color:#959595;
	
	}
.footer div:last-of-type{
	width:28%;
	text-align:right;
	
}
.footer_copy-webway>a{color:#cbc5bc;text-decoration:none;}
.footer_copy-webway>a:hover{text-decoration:underline;}
   