@import url("fonts.css");
@import url("content.css");
@import url("googlesearch.css");
@import url("mediaScreen.css");


html, body, table, h1, h2, h3, h4, h5, h6, ul, li, p, blockquote, img, a, input[type="image"], a img {border: 0 none; margin: 0; padding: 0;}
* {margin: 0; padding: 0;}

body, table, form {font: normal 11pt/1.1em "Corbel", MS Sans Serif, Geneva, sans-serif;}
body {background-color: #fff;}
a {color: rgba(5,124,186,1); cursor: pointer;}
a:hover, a:active {color: rgba(188,17,94,1);}
a img {border: none;}

* html .clearfix {height: 1%; overflow: visible;}
*+html .clearfix {min-height: 1%;}
.clearfix:after {clear: both; content: '.'; display: block; height: 0; line-height: 0; visibility: hidden;}

*, *:before, *:after {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}


.g-hidden {display: none;}
.g-sticky {position: fixed !important; left: 0; top: 0; z-index: 999;}

.main {background-image: url("about:blank");}

.strip {position: relative; margin: 0 auto; width: 80%; max-width: 1400px; height: auto; padding: 1% 0;}
.b-flex {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.column-flex {flex-direction: column; -webkit-flex-direction: column;}

.button-up {position: fixed; right: 0.5%; top: 45%; width: 100px; height: 50px; background: url("../img/arr-up-black.png") no-repeat center center;
	/*background-size: 80% auto; -webkit-background-size: 80% auto; -moz-background-size: 80% auto; -o-background-size: 80% auto;*/
	cursor: pointer; opacity: 0; z-index: 999;}


.load-more {background: url("../img/arr-down-black.png") no-repeat; cursor: pointer;}
.more {background-image: url("../img/arr-down-white.png"); cursor: pointer;
	background-size: 15% auto; -webkit-background-size: 15% auto; -moz-background-size: 15% auto; -o-background-size: 15% auto;}
.up {background-image: url("../img/arr-up-white.png"); cursor: alias;
	background-size: 15% auto; -webkit-background-size: 15% auto; -moz-background-size: 15% auto; -o-background-size: 15% auto;}
.clickable {cursor: pointer !important;}

.b-logo {background: url("../img/logo.png") no-repeat left top; max-height: 118px;}	


.slider {list-style: none outside none; overflow: hidden;}
.slider li {background: none; padding: 0;}


header, section, footer {clear: both; position: relative; display: block; margin: 0; padding: 0; width: 100%; height: auto; min-height; 10%; background: transparent no-repeat left top;}
header:after, section:after {clear: both; content: '.'; display: block; height: 0; line-height: 0; visibility: hidden;}

.b-navigate {overflow: hidden;}
.b-navigate .flex-cover {display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; justify-content: flex-end; -webkit-justify-content: flex-end;}
.b-navigate .flex-cover > * {width: 49%; display: flex; display: -webkit-flex;}
.b-navigate .flex-cover:nth-of-type(1) {background: #014461; height: 37px; align-items: stretch; -webkit-align-items: stretch;}
.b-navigate .flex-cover:nth-of-type(1) > * {justify-content: flex-end; -webkit-justify-content: flex-end;}
.b-navigate .flex-cover:nth-of-type(1) .search input[type='search'] {color: #000 !important;}
.b-navigate .site-nav {min-width: 400px;}

.b-navigate .flex-cover:nth-of-type(2) > * {justify-content: flex-start; -webkit-justify-content: flex-start; flex: 1; -web-flex: 1;}
.b-navigate .flex-cover:nth-of-type(2) .site-nav {/*height: 8em; width: 75%;*/ flex: 2; -web-flex: 2; margin: 2vw 0; margin-right: 8vw;}
.b-navigate .flex-cover:nth-of-type(2) .b-logo {background-position: 5% bottom; cursor: default;
	background-size: auto 80%; -webkit-background-size: auto 80%; -moz-background-size: auto 80%; -o-background-size: auto 80%;}
	
		
nav {display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row;}
nav a {display: inline-block; padding: 0 1.5em;
	font-family: "Corbel Bold"; font-size: 1.0em; text-transform: uppercase; text-decoration: none; word-spacing: 0.1em; text-align: left;}
nav.common a {color: #fff; height: 100%; line-height: 2.6em; white-space: nowrap;}
nav.common a:hover {background-color: rgba(255, 255, 255, 1); color: #000;}
nav.common a.act {background: rgba(255, 255, 255, 1); color: #000; cursor: default;}

nav.common .dropdown {float: left; overflow: hidden;}
	.dropdown .dropdown-content {position: absolute; margin-top: 38px; width: auto; height: auto; display: none; z-index: 99;}
	.dropdown .dropdown-content a {display: block; background: #014461; color: #fff; padding: 0 1.5em;
		font-family: "Corbel Bold"; font-size: 1.0em; text-transform: uppercase; text-decoration: none; word-spacing: 0.1em; text-align: left;}
	.dropdown:hover .dropdown-content {display: block;}
		
		
nav.activity {align-self: center; -webkit-align-self: center;}
nav.activity a {flex: 1; -webkit-flex: 1; color: #000; font-size: 1.2em; line-height: 1.3em;}
nav.activity a:hover {background: rgba(40, 144, 197, 0.5); color: #fff;}
nav.activity a.act {background: rgba(40, 144, 197, 1); color: #fff; cursor: default;}

nav.submenu {width: 100%; align-self: flex-start; -webkit-align-self: flex-start; display: block;}
nav.submenu a {width: 49%; min-width: 220px; margin: 1% 1% 0 0; background: rgba(186, 46, 99, 0.9); color: #fff; text-align: left; padding: 0.6em 1.5em; line-height: 1.4em; white-space: normal;}
nav.submenu a:hover {background: rgba(186, 46, 99, 0.5);}
nav.submenu a.act {background: rgba(0, 75, 102, 0.9); cursor: default;}

ul.submenu {list-style: none; width: 100%; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
ul.submenu li {flex: 1; -webkit-flex: 1; font-size: 1.0em; padding-right: 1%;}
ul.submenu a {display: block; margin: 0.5% 0 2.5% 0; background: rgba(186, 46, 99, 0.9); padding: 0.6em 1.5em; color: #fff; line-height: 1.4em; white-space: normal; font-family: "Corbel Bold"; text-transform: uppercase; text-decoration: none;}
ul.submenu a:hover {background: rgba(186, 46, 99, 0.5); cursor: pointer;}
ul.submenu a.act {background: rgba(0, 75, 102, 0.9); cursor: default;}


.b-sites {display: inline-flex; display: -webkit-inline-flex;
	margin-left: 3vw; width: 80px; height: 35px; cursor: pointer;
		background: url("../img/ico-map.png") no-repeat center 50%;
			background-size: auto 70%; -webkit-background-size: auto 70%; -moz-background-size: auto 70%; -o-background-size: auto 70%;}

.langs-list {list-style: none; margin-right: 2%; width: 60px; height: 37px; z-index: 99;}
.langs-list .langs-item {display: none; text-align: center; font-family: "Corbel Bold"; font-size: 1.1em; line-height: 1.4em; padding: 0 0.5em; text-transform: uppercase; background: rgba(68, 143, 198, 1); color: #fff;}
.langs-list .langs-item.act {display: block; line-height: 37px; color: #fff; background: rgba(68, 143, 198, 0);}
.langs-list .langs-item > a {display: block; width: 100%; height: 100%; color: #fff; text-decoration: none;}

	
section.topic {margin-top: -2vh;}
	.topic .strip {width: 100%; margin: 1em auto 0; padding: 0.5% 0;
/*		display: flex; display: -webkit-flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse; justify-content: space-between; -webkit-justify-content: space-between; align-items: stretch; -webkit-align-items: stretch;*/}	
	.topic .intro {}
		.intro .sidebar {float: right; width: 45vw; height: 30vw; margin: 0 1% 2% 4%;
			display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; justify-content: space-between; -webkit-justify-content: space-between;
			background: transparent no-repeat 10% top;
				background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
		.intro .sidebar .submenu {margin-left: -1%; margin-top: -2%;}		
		.intro h1 {padding: 2%;}
		.intro h1 ~ * {padding: 0.6em 7%;}
		.intro h3 {margin-bottom: 0.2em;}
		.intro ul.mark-list {margin-bottom: 0.6em;}
		.intro p:before {content: ""; clear: left; display: table;}

		
section.billboard {}
section.billboard:nth-of-type(1) {margin-top: -3%;}
	.billboard .strip {width: 100%; height: 37.5vw; margin: 3% auto; padding: 0.5% 0;
		background: transparent no-repeat right top;
			background-size: 50% auto; -webkit-background-size: 50% auto; -moz-background-size: 50% auto; -o-background-size: 50% auto;
		display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: stretch; -webkit-align-items: stretch;}
	.billboard .main-content {width: 49%; padding: 3em 5% 0 5%;}
	.billboard .main-content > h2 {font-size: 3.6vw; text-transform: uppercase;}
	.billboard .main-content > h2 a {color: inherit; text-decoration: none !important;}
	.billboard .main-content > h2 a mark {background: none; color: #2790c1; padding: 0; margin-left: 0;}
	.billboard .main-content .more {display: inline-block; margin-left: 0.1em; width: 50px; height: 2.0em; 
		background: url("../img/arr-right-color.png") no-repeat center bottom;
			background-size: auto 80%; -webkit-background-size:  auto 80%; -moz-background-size:  auto 80%; -o-background-size:  auto 80%;}
	.billboard .main-content .more:hover {color: #2790c1; text-decoration: none;}
	
	.billboard .aside {width: 50%; margin: 0 1% 0 0; /*height: 35vw;*/
		display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; justify-content: space-between; -webkit-justify-content: space-between;}
	.billboard .aside .half {width: 49.5%;
		display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-between; -webkit-justify-content: space-between;}
		
		.aside .half .teasers-list {width: 100%;}
			.teasers-list .teaser-item {margin: 0.5em 0; background-repeat: no-repeat; background-position: right 95%;}
			.teasers-list .teaser-item.color-0 {background-color: rgba(186, 46, 99, 0.9);}
			.teasers-list .teaser-item.color-1 {background-color: rgba(50, 193, 255, 0.9);}
			.teasers-list .teaser-item .teaser-header {color: #fff; padding: 0.8vw 1.5vw; font-family: "Corbel Bold", "Corbel"; font-weight: bold; font-size: 1.1em; line-height: 1.4em; text-transform: uppercase;}
		
			.teasers-list .teaser-item .statements-list {position: relative; list-style: disc; margin: 0 3em 1em 4em; color: #fff; font-size: 1.1em;}
				.statements-list li {margin: 0.2em 0; padding-right: 8%;}
			
		.aside .half .question {display: none; width: 100%; min-height: 3.0em; margin: 1em 0 6em; opacity: 0.9; cursor: default;
			align-self: baseline; -webkit-align-self: baseline; 
			background: #fff url("../img/ico-signQ.png") no-repeat 95% 90%;
				background-size: 10% auto; -webkit-background-size: 7% auto; -moz-background-size: 10% auto; -o-background-size: 10% auto;}
			.question a {display: block; text-decoration: none; color: #000; font-family: "Corbel Bold", "Corbel"; font-weight: bold; font-size: 1.0em; line-height: 1.2em; padding: 0.8em 2.8em 0.8em 1.2em;}
	
	.billboard:nth-of-type(even) .strip {background-position: left top; /*margin-left: 0;*/
		flex-direction: row-reverse; -webkit-flex-direction: row-reverse;}
	.billboard:nth-of-type(even) .aside {margin: 0 0 0 1%;}
	

section.chessboard {/*padding-bottom: 100px;
	background: url("../img/marker.png") no-repeat right bottom; background-size: 90% auto;
		-webkit-background-size: 90% auto; -moz-background-size: 90% auto; -o-background-size: 90% auto;*/}
	.chessboard .strip {width: 100%; margin: 5% auto; padding: 0;}
	.chessboard .strip h2 {margin: 0 0 2% 2%; font-size: 2.2em;}
	.chessboard .strip h2 mark {background: none; color: #2790c1; padding: 0;}
	.chessboard .chess-list {list-style: none; width: 100%; display: flex; display: -webkit-flex;
		justify-content: flex-start; -webkit-justify-content: flex-start; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap; flex: 1; -webkit-flex: 1;}
	.chessboard .chess-list .chess-item {flex: 1; -webkit-flex: 1; margin: 0 0.2%; box-sizing: border-box; cursor: pointer;}
		.chess-item .item-ill {width: 100%; height: 15vw; max-height: 290px; background: transparent no-repeat center center; /*margin-bottom: 0.8%;*/
			background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
		.chess-item .item-date {width: 100%; background: rgba(5, 124, 186, 0.6); color: #fff; padding: 0.4vw 0.9em;}
		.chess-item .item-title {width: 100%; height: 30%; background-color: #2890c2; padding: 0.4em 0.9em; 
			/*font-family: "Corbel Bold", "Corbel"; font-weight: bold;*/ font-size: 1.1em; line-height: 1.2em; color: #fff;}
	.chessboard .chess-list .chess-item .item-title {background: none; color: #000;}


	article .goBack {position: absolute; margin-top: -2%; font-size: 1.1em;}	
	article .b-ill {position: relative; float: left; width: 45vw; height: 25vw; margin: 0 4% 0 0;
		background: transparent no-repeat;
			background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
	article .b-ill .item-date {position: absolute; top: 0; right: 0; width: 35%; min-width: 240px; margin: 2% -1% 0 0; text-align: right; padding: 0 2em; background: rgba(186, 46, 99, 0.8); color: #fff; font-size: 1.2em; line-height: 2em; white-space: nowrap; z-index: 99;}
	article:nth-of-type(even) .b-ill {float: right; margin: 0 0 0 4%;}
	article:nth-of-type(even) .b-ill .item-date {left: 0; margin: 2% 0 0 -1%; text-align: left;}

	article .b-announce {margin: 1em 0; font-size: 1.2em; line-height: 1.3em;}
	article .b-announce .more {position: absolute; display: inline-flex; display: -webkit-inline-flex; margin-left: 0.1em; margin-top: 0.8em; width: 2vw; height: 2.0vw; cursor: pointer;
		background: url("../img/arr-right-color.png") no-repeat center;
			background-size: 80% auto; -webkit-background-size: 80% auto; -moz-background-size: 80% auto; -o-background-size: 80% auto;}

	article .scheme {position: relative; margin: 0.8em 0;}
	article .scheme .scheme-title {position: relative; float: left; font-size: 1.2em; line-height: 1.1em; padding: 0.3em 1.2em; background: rgba(201, 225, 246, 0.7); color: rgba(0, 0, 0, 1);}
	article .scheme img {position: relative; margin-top: 1em;}
			
	article .attn {width: 100%; max-width: 100%; margin-top: 0; background: rgba(255, 255, 255, 1); color: rgba(5, 124, 186, 1); padding: 0;}
	article .attn .item-date {position: absolute; width: 25%; margin: 1.0em 0 0; text-align: left; padding: 0 2em; background: rgba(186, 46, 99, 0.8); color: #fff; font-size: 1.2em; line-height: 2em; white-space: nowrap; z-index: 99;}
	article .attn .item-info {position: relative; float: right; width: 60%; padding: 0.6em 2em; font-family: "Corbel Bold"; font-size: 1.4em; line-height: 1.2em;}
	article .attn .item-info * {font-size: 1em !important;}
	article .attn .item-info ul li {margin-left: 1.5em; font-family: "Corbel";}
	article .attn + aside, article .attn + p, article .attn + aside + p {margin-top: 0;}
		
	article .column-flex {display: flex; display: -webkit-flex; justify-content: space-around; -webkit-justify-content: space-around;}
	article .column-flex p {display: flex; display: -webkit-flex;}

	article .inline-flex {margin: 1em 0 0; padding-top: 1%; display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; justify-content: flex-start; -webkit-justify-content: flex-start; align-items: flex-end; -webkit-align-items: flex-end;}
	article .inline-flex .unit-file-icon {width: 3vw; height: 3vw; margin-right: 0.5em; background: transparent no-repeat;
		background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;}
	article .inline-flex .unit-title {font-size: 1.4em; color: rgba(0,0,0,1);}
	article .inline-flex .unit-data {line-height: 0.8em;}
	
	article .inline-flex.video {align-items: flex-start; -webkit-align-items: flex-start;}
	
	
section.main-content .strip {width: 100%; margin: 2% auto;}
	.main-content .strip article {padding: 0.5% 7%;}
section.main-content .strip.extended {width: 100%;}
	.main-content .strip.extended article {padding: 0.5% 5%;}
section.add-content .strip {width: 100%; margin: 2% auto;}
	.add-content .strip article {padding: 0.5% 7%;}

section.subject {}
	.subject article {position: relative; margin-bottom: 5vw;}
	.subject article h2 {margin: 0 !important;}
		h2 + ol {margin-top: 2em !important;}
		h2 + aside {margin-top: 1em !important;}
		h2 + aside + p {margin-top: 2em !important;}
	.subject article h3 {clear: both; margin-top: 3vw; margin-bottom: 0; text-transform: uppercase; background: rgba(255, 255, 255, 1); color: rgba(5, 124, 186, 1);}
	.subject article h3:nth-of-type(1) {margin-top: 1.4vw;}
	.subject article h3 span {/*background: rgba(0, 75, 102, 0.9); color: #fff;*/ margin: 0 0.1em; padding: 0.5em 0; white-space: nowrap;}
	.subject article h3 mark {/*background: rgba(0, 75, 102, 0.9); color: #fff;*/ background: none !important; color: #000; margin: 0 0.1em; padding: 0.5em 0; text-transform: none; display: inline-flex; display: -webkit-inline-flex; max-width: 75%;}
	.subject article > * {margin: 1em auto;}
	.subject article h4 {margin-top: 0.5em; margin-bottom: 0.6vw; font-size: 1.5em; line-height: 1.2em; letter-spacing: 0; color: inherit; text-transform: none;}


section.press_room {}
	.press_room article {cursor: default; margin-bottom: 8%;}
	.press_room article.press {margin-bottom: 0;}
	.press_room article h2 {padding-top: 0.2em; text-transform: none;}
	
	.press_room .pre-loading {margin: 2em auto; width: 30vw; height: 4em; display: none; background: url("../img/ico-loading.gif") no-repeat 25% 50%;
		background-size: auto 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%;}
	.press_room .load-more {margin: 0.5em auto 2em; width: 30vw; height: 1.2em; padding-left: 3em; font-size: 1.6em; line-height: 1.1em; color: rgba(40, 144, 197, 1);
		background-size: auto 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -o-background-size: auto 100%;
		background-position: left top;}

	.press_room .slider {position: absolute; width: auto; height: 100%;}
	.press_room .slider li {position: relative; float: left; width: 45vw; height: 100%;
		background: transparent no-repeat;
			background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
	.press_room .slider-control {position: absolute; left: 0; top: 0; width: 10%; height: 100%; curosr: pointer;
		background: transparent no-repeat;
			background-size: 50% auto; -webkit-background-size: 50% auto; -moz-background-size: 50% auto; -o-background-size: 50% auto;}
		.slider-control#next_photo {left: 90%; background-image: url("../img/arr-right-gray.png"); background-position: 50% 50%;}
		.slider-control#prev_photo {background-image: url("../img/arr-left-gray.png"); background-position: 50% 50%;}
		
		article.press .b-ill {margin: 0 0 2em; width: 70vw; max-width: 1200px; height: 39vw;}
		article.press .b-ill .item-date {left: 0; margin: 1.2em 0 0 -1%; text-align: left;}
		article.press .attn, article.press p {margin: 0 0 1em;}
		article.press .slider-control  {width: 6%;}
		article.press .slider-control#next_photo {left: 94%;}

	.press_room article h3 {clear: both; margin-top: 3vw; margin-bottom: 1vw; text-transform: uppercase; background: rgba(255, 255, 255, 1); color: rgba(5, 124, 186, 1);}
	.press_room article h4 {margin-top: 0.5em; margin-bottom: 0.6vw; font-size: 1.5em; line-height: 1.2em; letter-spacing: 0; color: inherit; text-transform: none;}
	
		article .video-wrapper {float: right; margin-right: -7%; margin-left: 2%; width: 75vw; max-width: 800px; height: 42vw; max-height: 450px;}
		
		article.directions {margin-bottom: 5em;}
		article.directions h2 {margin-bottom: 0.6em; font-size: 1.8em;}
		
		article.projects h2 {margin-bottom: 0.6em;}
		article.projects .b-ill {float: right; margin-right: -7%; width: 48vw; height: 27vw;}
		article.projects dl {float: left; margin: 0;}
		article.projects dl > * {float: left; font-size: 1.2em;}
		article.projects dl dt {font-weight: normal;}
		article.projects dl dd {margin-left: 7%; margin-bottom: 0.7em; white-space: nowrap; font-weight: bold;}
		.logo-brand {display: block; width: 10vw; height: 6vw; background: transparent no-repeat 50% 50%;
			background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;}
		article.projects p {margin: 1.0em 0;}
		article.projects .inline-flex:before {content: ""; clear: left; display: table;}
		article.projects .inline-flex {clear: both; margin-top: 2em; align-items: flex-start; -webkit-align-items: flex-start;}
		article.projects .inline-flex .column-flex {flex: 1; -webkit-flex: 1; margin-right: 2%;}

section.management {}
	figure {position: relative; float: left; width: 20vw; max-width: 378px; height: 30vw; margin: 1.6vw; overflow: hidden;}
	figure img {position: relative;	min-height: 100%; max-width: 100%;}
	figure figcaption {position: absolute; left: 0; bottom: 0; width: 100%; height: 20%; padding: 1.2em 2em; text-align: left; background: rgba(0, 0, 0, 0.6); color: #fff;}
	figure figcaption h3 {margin-bottom: 0.2em; color: #fff; text-transform: uppercase; font-size: 1em; line-height: 1.2em; color: rgba(5, 124, 186, 1)}


section.about_company {}
	.about_company article {cursor: default; margin-bottom: 8%;}
		

footer {overflow: hidden;}
		
section.b-contacts {background: url("../img/map.png") no-repeat right top;
	background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;}
	.b-contacts .strip {/*height: 850px;*/ width: 100%; margin: 5% auto; padding: 0 5%;}
	.b-contacts .strip h2 {text-transform: uppercase; font-size: 3.6em;}
	.b-contacts .strip h3 {margin-top: 5vh;}
	.b-contacts .flex-cover {display: flex; display: -webkit-flex; justify-content: flex-start; -webkit-justify-content: flex-start; height: 90%;}
	.b-contacts .quick-contacts {margin: 2% 0; max-width: 350px;}
		.quick-contacts header {color: #3392cc; font-family: "Corbel Bold", "Corbel"; font-weight: bold; font-size: 1.1em; line-height: 3em; letter-spacing: 0.1em; text-transform: uppercase;}
		.quick-contacts .contacts-list {margin: 0 1.2em 1.2em 4em; list-style: none;}
			.contacts-list li {font-size: 1.2em; line-height: 1.4em;}
			.contacts-list li mark {background: none; color: #3392cc; margin-left: -0.4em; padding: 0 0.4em;}
	.b-contacts .feedback {align-self: flex-end; -webkit-align-self: flex-end; max-width: 450px; margin: auto 2%; padding: 1.5em 2em; background: rgba(68, 143, 198, 0.5);}
		.feedback h4 {color: #fff; margin-top: -1.0em;}
		.feedback form textarea {margin: 0.8em 0; height: 10em;}


section.b-addnavigate {background: rgba(1, 142, 211, 1) url("../img/bg_bottom.png") no-repeat center top;
		background-size: 100% auto; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto;
		display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column;}
	.b-addnavigate .strip {width: 100%; max-width: 100%; padding: 0 5%;}
	.b-addnavigate .strip:first-of-type {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; margin: 6em auto 3em;}
	.b-addnavigate .strip:last-of-type {margin-bottom: 0.8em;}
	
	.b-addnavigate .b-logo {position: relative; display: inline-block; margin-top: -2em; width: 20vw; height: 10vw; min-height: 6em; cursor: default;
		background-size: auto 80%; -webkit-background-size: auto 80%; -moz-background-size: auto 80%; -o-background-size: auto 80%;}
	
	.b-addnavigate .flex-cover {display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; justify-content: space-around; -webkit-justify-content: space-around;}
	.b-addnavigate .menu-list {margin: 0 2vw; list-style: none;}
	.b-addnavigate .menu-list .menu-item {text-transform: uppercase; font-family: "Corbel Bold", "Corbel"; font-weight: bold; font-size: 1.2em; line-height: 1.4em;}
		.menu-item a {color: #fff; text-decoration: none;}
		.menu-item > .menu-list {margin-bottom: 1.2em;}
		.menu-item > .menu-list > .menu-item {padding: 0 1.2vw; text-transform: none; font-family: "Corbel"; font-weight: normal; font-size: 1.1em; line-height: 1.2em;}
		.menu-item > .menu-list > .menu-item:hover {background-color: #fff;}
		.menu-item > .menu-list > .menu-item:hover a {color: #3392cc;}

	.b-addnavigate .b-data {color: #fff; line-height: 1.4em;}
		.b-data a {display: inline-block; margin-left: 2em; padding-right: 140px; font-size: 1em; color: inherit !important; text-decoration: none;
			background: url("../img/logo-iv.png") no-repeat right 50%;
			background-size: auto 60%; -webkit-background-size: auto 60%; -moz-background-size: auto 60%; -o-background-size: auto 6-%;}

	