html, body{
	height:100%;
}
body{
	min-width:1024px;
	font:100 16px/30px "MuseoSans";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-size:40px;
	line-height:normal;
	font-weight:900;
	text-transform:uppercase;
}
h2, .h2{
	font-size:20px;
	text-transform:none;
	font-weight:700;
	margin:0 0 -2px;
}
a{
	color:#00C2E2;
	text-decoration:none;
}
.wrap{
	max-width:1800px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
.clear:after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.hidden{
	display:none;
}
.container{
	overflow:hidden;
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
}
.container-inner{
	display:table-row;
	height:100%;
}
input[type="text"], input[type="password"]{
	padding:0 10px;
	border:#ccc 1px solid;
}
.dt{
	display:table;
	height:100%;
}
.dc{
	display:table-cell;
	vertical-align:middle;
}
.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

/*header*/
.header{
	min-width:1024px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:rgba(0,23,56,.7);
	font-size:14px;
	line-height:normal;
	font-weight:500;
	padding:17px 0 18px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:110;
}
.menu-btn{
	display:none;
	width:24px;
	height:16px;
	border-top:#fff 2px solid;
	border-bottom:#fff 2px solid;
	position:relative;
	margin:0 0 0 20px;
}
.menu-btn:after{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background:#fff;
	top:50%;
	margin:-1px 0 0;
	left:0;
}
.inner .header{
	background:rgba(0,23,56,1);
}
.header .wrap{
	position:static;
}
.header a{
	color:#fff;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.header img{
	display:block;
}
.header .logo img, .header .geo-logo img{
    height: 65px;
}
.top-menu li, .share a, .share li{
	display:inline-block;
/*	margin:0 26px;*/
    margin:0 19px;
}
.top-menu .share{
	display:none;
}
.ya-share2__badge{
	display:none !important;
}
.top-menu .active, .top-menu a:hover{
	color:#f26a10;
}
.sub-menu{
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	text-transform:uppercase;
	text-align:center;
	background:rgba(0,23,56,.95);
	padding:66px 0 78px;
}
.back-menu{
	display:none;
}
.sub-menu ul{
	margin:0 0 92px;
}
.sub-menu li{
	display:list-item;
	margin:0 0 53px;
}
a.close-sub-menu, a.close-sub-menu:hover{
	color:#55c1e0;
	font-size:12px;
	font-weight:900;
	padding:0 0 0 36px;
	background:url(../img/close.png) no-repeat 0 0;
	height:24px;
	line-height:24px;
	display:inline-block;
	color:#55c1e0;
	text-transform:uppercase;
}
.top-menu > .close-sub-menu{
	margin:30px 0;
	display:none;
}
.header__right-block{
	width:32%;
}
.share{
	line-height:normal;
}
.share a, .share li{
	margin:0 4.5px;
}
.share li a{
	margin:0;
}
.share a{
	opacity:.11;
	display:block;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.share a:hover, .header-list__share .share a:hover{
	opacity:1;
}
.top-search{
	position:relative;
	width:40px;
	height:40px;
	top: 2px;
}
.top-search form{
	position:absolute;
	top:0;
	left:0;
	border:#2c3e56 1px solid;
	border-radius:20px;
	overflow:hidden;
	width:100%;
	height:40px;
	background:#001939;
	z-index:1;
	top:-2px;
}
input.search-input{
	height:38px;
	width:100%;
	padding:0 38px 0 21px;
	line-height:normal;
	border:none;
	color:#fff;
}
input.search-input::-webkit-input-placeholder {color:#243851;}
input.search-input::-moz-placeholder          {color:#243851;}/* Firefox 19+ */
input.search-input:-moz-placeholder           {color:#243851;}/* Firefox 18- */
input.search-input:-ms-input-placeholder      {color:#243851;}
.search-button{
	position:absolute;
	width:38px;
	height:38px;
	top:0;
	right:0;
	background:url(../img/search-button.png) no-repeat center;
	cursor:pointer;
}

/*main-slider*/
.main-slider__wrap{
	cursor:pointer;
	background:#001938;
	border-bottom:#fff 1px solid;
	position:relative;
	color:#fff;
	padding:151px 0 38px;
	overflow:hidden;
}
.main-slider__wrap .wrap{
	/*min-height:798px;*/
}
.main-slider__pic, .main-slider__pic img{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.main-slider__pic a:not(:first-child){
	display:none;
}
.main-slider__pic img{
	height:auto;
	width:100%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.main-slider__nav{
	position:relative;
	margin:-230px 0 0;
	max-width:1270px;
	width:100%;
}
.main-slider__nav a{
	position:absolute;
	width:50px;
	height:50px;
	border-radius:50%;
	background:rgba(10,30,58,.5);
	left:0;
	top:0;
}
.main-slider__nav a:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url(../img/slider-arr.png) no-repeat center;
	top:0;
	left:0;
}
.main-slider__nav .next-btn{
	left:auto;
	right:0;
	-webkit-transform:scale(-1);
	-ms-transform:scale(-1);
	transform:scale(-1);
}
.main-slider__dots{
	position:absolute;
	left:112px;
	bottom:88px;
}
.main-slider__dots a{
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	position:relative;
	margin:0 11px;
}
.main-slider__dots a:after, .main-slider__dots a:before{
	content:"";
	position:absolute;
	width:34px;
	height:34px;
	border-radius:50%;
	background:#001A1E;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%) scale(0);
	-ms-transform:translate(-50%,-50%) scale(0);
	transform:translate(-50%,-50%) scale(0);
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.main-slider__dots a:before{
	width:22px;
	height:22px;
	background:none;
	border:#00BBD9 1px solid;
	z-index:1;
}
.main-slider__dots .active:after, .main-slider__dots .active:before{
	-webkit-transform:translate(-50%,-50%) scale(1);
	-ms-transform:translate(-50%,-50%) scale(1);
	transform:translate(-50%,-50%) scale(1);
}
.main-slider__dots i{
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	border-radius:50%;
	top:0;
	left:0;
	z-index:10;
}
.main-slider__sidebar{
	-webkit-box-flex:0;
	-ms-flex:none;
	flex:none;
	width:22%;
	padding:0 0 0 32px;
	position:relative;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.main-slider__sidebar-head{
	font-size:18px;
	text-transform:uppercase;
	font-weight:900;
	text-align:center;
	position:absolute;
	z-index:1;
	left:-17px;
	top:0;
	height:100%;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	overflow:hidden;
}
.main-slider__sidebar-head:before, .main-slider__sidebar-head:after{
	content:"";
	position:absolute;
	height:100%;
	width:1px;
	top:66.7%;
	left:12px;
	background:#214f6c;
}
.main-slider__sidebar-head:after{
	top:auto;
	bottom:66.5%;
}
.main-slider__news-item{
	display:block;
	height:238px;
	position:relative;
	padding:9px 15px;
	color:#fff;
	margin:0 0 24px;
}
.main-slider__news-item:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.5);
}
.label{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	display:inline-block;
	background:#00C2E2;
	border-radius:10px;
	line-height:normal;
	padding:4px 10px 2px;
	z-index:1;
	position:relative;
}
.main-slider__news-text{
	z-index:1;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:8px 25px 8px 15px;
}
.main-slider__news-text p{
	text-decoration:underline;
}
.view-more{
	display:none;
	padding:0 25px 0 0;
	font-weight:700;
	position:relative;
	color:#fff;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	font-size:12px;
	text-transform:uppercase;
	line-height:20px;
}
.view-more:hover{
	color:#55c1e0;
}
.view-more.reverse-color{
	color:#00C2E2;
}
.view-more.reverse-color:hover, .projects-list a:hover .view-more{
	color:#55c1e0;
}
.view-more:before, .view-more:after{
	content:"";
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	position:absolute;
	width:18px;
	height:18px;
	background:url(../img/view-more-btn.png) no-repeat;
	top:0;
	right:0;
}
.view-more:before{
	background-position:0 100%;
}

.view-more:before, .main-slider__news a:hover .view-more:after, .view-more:hover:after, .view-more.reverse-color:after, .view-more.reverse-color:hover:before, .projects-list a:hover .view-more:after, .action-item:hover .view-more:after{
	opacity:0;
}
.main-slider__news a:hover .view-more:before, .view-more:hover:before, .view-more.reverse-color:before, .view-more.reverse-color:hover:after, .projects-list a:hover .view-more:before, .action-item:hover .view-more:before{
	opacity:1;
}
.main-slider__news a:hover .main-slider__news-text{
	background:rgba(10,30,58,.75);
}
.main-slider__news a:hover .view-more, .view-more:hover, .action-item:hover .view-more{
	color:#55c1e0;
}
.news-social{
	font-size:0;
	margin:37px 0 0;
}
.news-social li{
	display:inline-block;
	vertical-align:top;
	margin:0 12.8% 39px 0;
}
.news-social li:nth-child(3n+3){
	margin-right:0;
}
.news-social li:nth-child(n+4){
	margin-bottom:0;
}
.news-social a{
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	text-align:center;
	display:block;
	width:89px;
	height:89px;
	line-height:89px;
	border:#525f72 1px solid;
}
.news-social a:hover{
	border-color:#fff;
}
.news-social img{
	vertical-align:middle;
	max-width:100%;
}

/*dive*/
.dive{
	background:url(../img/dive-bg.jpg) no-repeat center;
	background-size:cover;
	padding:42px 0;
	color:#fff;
}
.dive-frame{
	padding:19px 63px 21px;
	border:#006872 2px dotted;
	position:relative;
}
.dive-frame__head{
	position:absolute;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	top:51px;
	left:64px;
}
.dive-frame__title{
	font-size:55px;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:.9px;
	margin:40px 0 9px;
}
.bold{
	font-weight:900;
}

/*projects*/
.projects{
	padding:30px 0 36px;
	z-index:1;
	position:relative;
}
.block-title{
	font-size:25px;
	line-height:normal;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 11px;
}
.fs22{
	font-size:22px;
}
.projects-list{
	font-size:0;
	margin:0 0 21px;
}
.projects-list a{
	display:inline-block;
	position:relative;
	width:32.6%;
	height:580px;
	color:#fff;
	font-size:16px;
	margin:0 1.1% 10px 0;
	vertical-align:top;
}
.projects-list .item_2, .projects-list .item_6, .expedition-list .projects-list .item_4{
	width: 66.3% !important;
}
.expedition-list .projects-list .item_6{
	width: 100% !important;
	margin-right: 0 !important;
}
.projects-list .item_6{
	margin-right:1.1% !important;
}
.projects-list .item_2, .projects-list .item_5, .projects-list .item_7, .projects-list .item_10{
	margin-right:0;
}
.projects-list img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-o-object-fit:cover;
	object-fit:cover;
}
.video-link:before{
	content:"";
	position:absolute;
	width:130px;
	height:75px;
	background:rgba(0,38,60,.70);
	border-radius:3px;
	top:50%;
	left:50%;
	margin:-37.5px 0 0 -65px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.video-link:after{
	content:"";
	position:absolute;
	border-left:#fff 28px solid;
	border-bottom:transparent 16px solid;
	border-top:transparent 16px solid;
	top:50%;
	left:50%;
	margin:-16px 0 0 -14px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.video-link:hover:before, .video-link:hover:after{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.projects-list a:nth-child(2), .projects-list a:nth-child(4), .projects.photo .projects-list a:nth-child(6n+6){
	/*width:66.3%;
	margin-right:0;*/
}
.projects.photo .projects-list a:nth-child(6n+6){
	/*margin-right:1.1%;*/
}
.projects-list .item_2.mar-right1{
	margin-right:1.1% !important;
}
.projects-list .item_1.mar-right1{
	margin-right:0 !important;
}
.projects-list a:nth-child(3), .related-projects a, .projects-list a:nth-child(6){
	width:100%;
	margin-right:0;
	margin-bottom:10px;
}
.index-page .projects:not(.photo) .projects-list .item_5{
	margin: 0 1.1% 10px 0;
}
.index-page .projects:not(.photo) .projects-list .item_6{
	margin-right:0 !important;
	width:32.6% !important;
}
.photo .projects-list a:nth-child(n+3){
	width:32.6%;
	/*margin: 0 1.1% 10px 0;*/
}
.photo .projects-list a.mar-right{
	margin:0 1.1% 0 0 !important;
}
.photo .projects-list a:last-child, .photo .projects-list a:nth-child(5n+5), .projects.photo .projects-list a:nth-child(6n+6) + a, .projects.photo .projects-list a:nth-child(2n+12){
	/*margin-right:0;*/
}
.projects-list a:nth-child(2) .project-inner{
	max-width:580px;
	width:50%;
	left:auto;
	right:0;
}
.index-page .projects:not(.photo) .projects-list .item_4 .project-inner{
	width:100%;
	background:none;
}
.projects-list a:not(.video-link):nth-child(2) .project-inner, .index-page .projects:not(.photo) .projects-list .item_4:hover .project-inner{
	background: rgba(10,30,58,.7);
}
.projects-list a:nth-child(3) .project-inner, .photo .project-inner, .related-projects .projects-list .project-inner, .projects-list a:hover:nth-child(3) .project-inner, .photo a:hover .project-inner{
	background: -webkit-linear-gradient(top,  rgba(10,30,58,0) 32%,rgba(10,30,58,1) 100%);
	background: -webkit-gradient(linear,  left top, left bottom,  color-stop(32%, rgba(10,30,58,0)),to(rgba(10,30,58,1)));
	background: -o-linear-gradient(top,  rgba(10,30,58,0) 32%,rgba(10,30,58,1) 100%);
	background: linear-gradient(to bottom,  rgba(10,30,58,0) 32%,rgba(10,30,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a1e3a', endColorstr='#0a1e3a',GradientType=0 );
	position:relative;
}
.projects-list a:nth-child(3) .project-inner:before, .photo .project-inner:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(10,30,58,.7);
	opacity:0;
	-webkit-transition:opacity ease .3s;
	-o-transition:opacity ease .3s;
	transition:opacity ease .3s;
}
.projects-list a:nth-child(3):hover .project-inner:before, .photo a:hover .project-inner:before{
	opacity:1;
}
.projects-list a:nth-child(5){
	/*margin:0 0 0 1.1%;*/
}
.project-inner{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding:14px 20px;
	-webkit-transition:background ease .3s;
	-o-transition:background ease .3s;
	transition:background ease .3s;
}
a:hover .project-inner{
	background:rgba(10,30,58,.7);
}
.photo .projects-list a .project-inner{
	width:100%;
	max-width:none;
}
.project-text{
	max-width:530px;
	position:absolute;
	bottom:18px;
	left:0;
	width:100%;
	padding:0 30px 0 20px;
	line-height:25px;
}
.project-text .block-title{
	font-size:22px;
}
.photo-num{
	display:block;
	padding:0 0 0 33px;
	height:20px;
	line-height:23px;
	font-size:16px;
	background:url(../img/camera.png) no-repeat 0 0;
	margin:18px 0 0;
}
.photo-num + .view-more{
	margin-top:26px;
}
.project-text p{
	margin:0 0 12px;
	display:none;
}
.button{
	display:inline-block;
	border-radius:50px;
	border:#0a1e3a 1px solid;
	line-height:normal;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	padding:19px 20px 15px;
	color:#0a1e3a;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.white-button{
	color:#fff;
	border-color:#fff;
}
.blue-button, .blue-button2{
	border-color:#00A8E2;
	color:#111;
	font-weight:900;
	font-size:14px;
}
.blue-button2{
	background:#00C2E2;
	color:#fff;
	width:198px;
}
.button:hover{
	color:#fff;
	background:#0a1e3a;
}
.white-button:hover{
	background:#fff;
	color:#0a1e3a;
}
.blue-button.active, .blue-button:hover{
	background:#fff;
	color:#00A8E2;
}
.orange-button, .orange-button:hover{
	background: rgb(203,68,39);
	background: -webkit-linear-gradient(left,  rgba(203,68,39,1) 0%,rgba(242,106,16,1) 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(203,68,39,1)),to(rgba(242,106,16,1)));
	background: -o-linear-gradient(left,  rgba(203,68,39,1) 0%,rgba(242,106,16,1) 100%);
	background: linear-gradient(to right,  rgba(203,68,39,1) 0%,rgba(242,106,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb4427', endColorstr='#f26a10',GradientType=1 );
	border:none;
	color:#fff;
	cursor:pointer;
	height:50px;
	min-width:280px;
	font-size:14px;
}
.orange-button:hover{
	opacity:.9;
}
.projects .button{
	width:100%;
	max-width:279px;
	margin:0 8px;
}

/*info*/
.info-line:nth-child(even){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.info-item{
	width:50%;
}
.info-item:nth-child(odd){
	height:580px;
	position:relative;
}
.info-item:nth-child(even){
	padding:20px 80px;
}
.info-line:nth-child(even) .info-item:nth-child(even){
	text-align:right;
}
.info-item p{
	margin:0 180px 14px 0;
}
.info-item .block-title{
	position:relative;
	padding:0 0 0 110px;
	margin:0 0 19px;
}
.info-item .block-title:before{
	content:"";
	position:absolute;
	width:220px;
	height:1px;
	background:#55c1e0;
	left:-130px;
	bottom:8px;
}
.info-line:nth-child(even) p{
	margin:0 0 14px 180px;
}
.info-line:nth-child(even) .block-title{
	padding:0 110px 0 0;
}
.info-line:nth-child(even) .block-title:before{
	left:auto;
	right:-130px;
}
.info-item .view-more, .team-slider__item .view-more{
	text-transform:uppercase;
	font-size:12px;
	text-decoration:underline;
	line-height:19px;
	color:#55c1e0;
}
.info-item .view-more:before, .team-slider__item .view-more:before{
	opacity:1;
}
.info-item .view-more:after, .info-item .view-more:hover:after, .team-slider__item .view-more:after, .team-slider__item .view-more:hover:after{
	opacity:0;
}
.info-item .view-more:hover, .team-slider__item .view-more:hover{
	color:#55c1e0;
	text-decoration:none;
}
.info-item .diver{
	position:absolute;
	top:-81px;
	left:80px;
	opacity:0;
}
.diver.visible{
	-webkit-animation:diver 2s ease forwards;
	animation:diver 2s ease forwards;
}
.diver.diver-move{
	opacity:1;
}
@-webkit-keyframes diver{
	from{
		opacity:0;
		-webkit-transform:scale(.5);
		transform:scale(.5);
		margin-top:200px;
	}
	to{
		opacity:1;
	}
	0%{
		margin-left:-10px;
	}
	20%{
		margin-left:0;
	}
	40%{
		margin-left:20px;
	}
	60%{
		margin-left:0;
		-webkit-transform:scale(1);
		transform:scale(1);
		margin-top:0;
	}
	80%{
		margin-left:-10px;
	}
	100%{
		margin-left:0;
	}
}
@keyframes diver{
	from{
		opacity:0;
		-webkit-transform:scale(.5);
		transform:scale(.5);
		margin-top:200px;
	}
	to{
		opacity:1;
	}
	0%{
		margin-left:-10px;
	}
	20%{
		margin-left:0;
	}
	40%{
		margin-left:20px;
	}
	60%{
		margin-left:0;
		-webkit-transform:scale(1);
		transform:scale(1);
		margin-top:0;
	}
	80%{
		margin-left:-10px;
	}
	100%{
		margin-left:0;
	}
}

/*partners*/
.partners{
	background:url(../img/partners-bg.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
	padding:24px 0 1px;
	min-height:433px;
}
.partners .block-title{
	margin:0 0 17px;
}
.partners-slider__wrap{
	border-top:rgba(255,255,255,.05) 1px solid;
	padding:38px 0 47px;
	position:relative;
}
.partners-slider a{
	display:block;
	height:85px;
	line-height:85px;
	text-align:center;
}
.partners-slider img{
	display:inline-block;
	vertical-align:middle;
	max-width:190px;
	max-height:85px;
}
.first-slider{
	/*padding:38px 225px 47px 0;*/
	padding:38px 70px 47px;
}
.first-slider .button{
	position:absolute;
	right:15px;
	top:58px;
	width:210px;
}
.partners-slider.slider2 a{
	opacity:.4;
}
.p-items2 .slider1, .p-items3 .slider1, .p-items4 .slider1{
	justify-content: flex-start;
}
.p-items2  .slider1 .partners-slider__item{
	width: 50%;
}
.p-items3  .slider1 .partners-slider__item{
	width: 30%;
}
.p-items4  .slider1 .partners-slider__item{
	width: 25%;
}
.partners-list .view-more {
    display: inline;
}
.partners-list .view-more::before {
    top: -3px;
}

/*content*/
.header-list{
	position:relative;
	color:#fff;
	text-align:center;
	padding:133px 0 46px;
}
.header-list .wrap{
	z-index:2;
}
.header-list.hl-overlay:before{
	content:"";
	z-index:1;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.6);
}
.inner .header-list{
	padding:133px 0 27px;
}
.header-list h1{
	min-height:72px;
	margin:0 0 23px;
}
.inner .header-list h1{
	color:#111;
	font-size:30px;
	min-height:0;
	margin:0;
}
h1.expedition-head{
	margin:0;
}
.header-list p{
	font-size:17px;
	margin:0 auto 61px;
	max-width:1145px;
}
.header-list > img{
	position:absolute;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	top:0;
	left:0;
}
.bread-crumbs{
	margin:0 0 4px;
}
.bread-crumbs li{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	position:relative;
	line-height:normal;
}
.bread-crumbs li:not(:last-child):after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:1px;
	background:#fff;
	margin:0 3px 0 4px;
}
.inner  .bread-crumbs li:not(:last-child):after{
	background:#888;
}
.bread-crumbs a{
	color:#fff;
}
.inner .bread-crumbs, .inner .bread-crumbs a{
	color:#888;
}
.bread-crumbs a:hover{
	text-decoration:underline;
}
.header-list__share{
	margin:42px 0 44px;
}
p + .header-list__share{
	margin-bottom:0;
}
.back-list{
	display:inline-block;
	border:#8bcdec 1px solid;
	border-radius:30px;
	text-align:center;
	color:#00a7df;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	line-height:normal;
	padding:17px 46px 16px 34px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	min-width:224px;
}
.back-list:hover{
	color:#fff;
	background:#00a7df;
	border-color:#00a7df;
}
.back-list:before{
	content:"";
	display:inline-block;
	width:16px;
	height:10px;
	background:url(../img/back-arr.png) no-repeat;
	vertical-align:middle;
	margin:-2px 20px 0 0;
	letter-spacing:.3px;
}
.header-list .back-list{
	margin:45px 0 60px;
}
.header-list__share-title{
	font-size:15px;
	font-weight:900;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	margin:0 8px 0 0;
}
.header-list__share .share{
	display:inline-block;
	vertical-align:middle;
}
.header-list__share .share a{
	opacity:.2;
}
.header-list__info{
	border: #006872 2px dotted;
	font-size:17px;
	padding:31px 20px 35px;
	margin:-22px 0 56px;
	letter-spacing: -.1px;
}
.mw1477{
	max-width:1477px;
	margin:-22px auto 0;
}
.tabs-style2{
	display:inline-block;
	font-size:0;
	border:#00C2E2 1px solid;
	border-radius:30px;
	margin:0 0 14px;
}
.tabs-style2 li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
}
.tabs-style2 a{
	color:#fff;
	display:block;
	padding:11px 20px 7px;
	min-width:174px;
	border-radius:30px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.tabs-style2 .active, .tabs-style2 a:hover{
	background:#00C2E2;
}
.developing-text{
	font-weight:900;
	font-size:80px;
	color:rgba(0,194,226,.2);
	text-transform:uppercase;
	line-height:normal;
	letter-spacing:3px;
	margin:68px 0 63px;
}
.content{
	padding:17px 10px;
	font-size:17px;
	max-width:1170px;
	margin:0 auto;
}
.content:after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.content p{
	margin:16px 0;
}
.content img{
	max-width: 100%;
	height: auto !important;
}
.content ul li{
	position:relative;
	padding:0 0 0 23px;
	margin:0 0 10px;
}
.content ul li:after{
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	border:#aae0ef 3px solid;
	background:#55c1e0;
	border-radius:50%;
	top:10px;
	left:0;
}
.content .region-list li:after{
	display:none;
}
.news-list{
	font-size:0;
	padding:30px 0 14px;
}
.news-item{
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	line-height:25px;
	width:24.16%;
	height:431px;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.10);
	box-shadow:0 0 15px rgba(0,0,0,.10);
	color:#111;
	position:relative;
	margin:0 1.1% 19px 0;
	overflow:hidden;
}
.media-slider__wrap.text-center .media-slider > div{
	display:inline-block;
	vertical-align:top;
	width:29.1%;
	margin:0 2% 19px 0;
}
.media-slider__wrap.text-center .team-buttons{
	display:none;
}
.media-slider__wrap.text-center .news-item{
	width:100%;
}
.news-item:nth-child(4n+4){
	margin-right:0;
}
.news-pic{
	/*height:266px;*/
	overflow:hidden;
	height: 200px;
}
@media screen and (max-width: 1530px){
	.news-pic{
		height: calc((100vw - 398px) / (1.77 * 3));
	}
}
@media screen and (max-width: 1250px){
	.news-pic{
		height: calc((100vw - 277px) / (1.77 * 2));
	}
}
@media screen and (max-width: 900px){
	.news-pic{
		height: calc((100vw - 36px) / 1.77);
	}
}
.news-pic img{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}
.news-text{
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	height:165px;
	padding:16px 23px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.news-text .dt{
	width: 100%;
}
.label-date{
	color:#fff;
	background:#0a1e3a;
	padding: 4px 8px 2px;
	margin:0 0 13px;
}
.news-title{
	color:#111;
	font-weight:900;
	font-size:16px;
	text-transform:uppercase;
	line-height:30px;
	min-height:60px;
	max-height:60px;
	overflow:hidden;
	margin:0 0 11px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.news-text p{
	height:0;
	margin:0;
	overflow:hidden;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.news-text .view-more{
	font-size:12px;
	text-transform:uppercase;
	line-height:20px;
}
.news-item:hover .news-text{
	height:100%;
	background: -webkit-linear-gradient(top,  rgba(10,30,58,0) 0%,rgba(10,30,58,0.98) 56%,rgba(10,30,58,1) 57%);
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(10,30,58,0)),color-stop(56%, rgba(10,30,58,0.98)),color-stop(57%, rgba(10,30,58,1)));
	background: -o-linear-gradient(top,  rgba(10,30,58,0) 0%,rgba(10,30,58,0.98) 56%,rgba(10,30,58,1) 57%);
	background: linear-gradient(to bottom,  rgba(10,30,58,0) 0%,rgba(10,30,58,0.98) 56%,rgba(10,30,58,1) 57%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a1e3a', endColorstr='#0a1e3a',GradientType=0 );
}
.news-item:hover .news-title{
	color:#fff;
	min-height:0;
	margin:0 0 3px;
}
.news-item:hover .news-text p{
	height:auto;
	color:#fff;
	margin:0 0 19px;
}
.pagination{
	text-align:center;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 54px;
}
.pagination > *, .pagination li{
	display:inline-block;
	vertical-align:middle;
}
.pagination ul{
	margin:0 17px;
}
.pagination li{
	margin:0 4.5px;
}
.pagination a{
	color:#111;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.pagination > a:hover{
	color:#55c1e0;
}
.pagination li a, .pagination li div, .pagination li span{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	border:transparent 1px dashed;
	border-radius:50%;
}
.pagination .active span, .pagination .active div, .pagination .active a{
	background: #0a1e3a;
	color: #fff;
	border-radius: 50%;
}
.pagination li a:not(.active):hover, .pagination li div:not(.active):hover{
	border-color:#6ac9e4;
}
.photo-video{
	background:url(../img/photo-video-bg.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
	padding:39px 0 48px;
}
.photo-video .block-title{
	font-size:22px;
	text-align:center;
	margin:0 0 24px;
}
.photo-video__slider-wrap{
	max-width:1300px;
	margin:0 auto;
	position:relative;
	padding:0 40px;
}
.photo-video__item{
	padding:0 20px;
	position:relative;
	text-align:right;
	font-size:0;
}
.photo-video__item a, .photo-video__item > span{
	display:inline-block;
	overflow:hidden;
	font-size:16px;
	position:relative;
}
.photo-video__item a:not(.video-link):after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(10,30,58,.8);
	opacity:0;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	top:0;
	left:0;
}
.photo-video__item a:hover:after, .photo-video__item a:hover span{
	opacity:1;
}
.photo-video__item a:first-child, .photo-video__item > span:first-child{
	position:absolute;
	width:47.55%;
	height:583px;
	top:0;
	left:20px;
}
.photo-video__item a:nth-child(2), .photo-video__item a:nth-child(3), .photo-video__item > span:nth-child(2), .photo-video__item > span:nth-child(3){
	width:23.73%;
	height:283px;
	margin:0 0 0 1.65%;
}
.photo-video__item a:last-child, .photo-video__item > span:last-child{
	width:49.2%;
	height:280px;
	margin:5px 0 0 10px;
}
.photo-video__item img{
	display:block;
	width:100%;
	height:100%;
	/*max-height:580px;*/
	-o-object-fit:cover;
	object-fit:cover;
}
.photo-video__item a span{
	position:absolute;
	color:#fff;
	font-size:12px;
	font-weight:700;
	top:50%;
	left:50%;
	text-transform:uppercase;
	margin:-35.1px 0 0 -55px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	z-index:1;
	opacity:0;
}
.photo-video__item a span:before{
	content:"";
	display:block;
	margin:0 auto 17px;
	width:24px;
	height:24px;
	background:url(../img/plus-btn.png) no-repeat center;
}
.pv-buttons, .team-buttons{
	position:absolute;
	width:40px;
	height:40px;
	border:#fff 1px dashed;
	border-radius:50%;
	top:50%;
	left:0;
	margin:-20px 0 0;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.pv-buttons:after, .team-buttons:after, .banner-buttons:after{
	content:"";
	position:absolute;
	width:11px;
	height:11px;
	border-bottom:#fff 1px solid;
	border-left:#fff 1px solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:13px;
	left:15px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.pv-buttons.next-btn, .team-buttons.next-btn{
	left:auto;
	right:0;
	-webkit-transform:scaleX(-1);
	-ms-transform:scaleX(-1);
	transform:scaleX(-1);
}
.pv-buttons:hover, .pv-buttons:hover:after{
	border-color:#47a1bf;
}
.related-projects{
	padding:34px 0 27px;
}
.related-projects .projects-list{
	margin:0;
}
.related-projects .wrap{
	max-width:1200px;
	margin:0 auto;
}
.related-projects .wrap > .block-title{
	text-align:center;
	margin:0 0 23px;
}
.related-projects a, .related-projects a:nth-child(2), .related-projects .projects-list a{
	height:384px;
	width:100% !important;
	margin-right: 0 !important;
}
.related-projects a:nth-child(2) .project-inner{
	max-width:none;
}
.related-projects .project-text p{
	max-width:560px;
}
.team{
	background:#F5F5F5;
	padding:37px 0 67px;
}
.team .block-title{
	text-align:center;
	font-size:22px;
	margin:0 0 18px;
}
.team-slider__wrap, .media-slider__wrap{
	position:relative;
	max-width:1320px;
	margin:0 auto;
	padding:0 50px;
}
.team-slider__item{
	padding:0 20px;
}
.team-slider .flex{
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
}
.team-slider img{
	max-width:260px;
	border-radius:50%;
	margin:0 40px 0 0;
}
.team-slider .name{
	font-size:20px;
	font-weight:900;
}
.team-slider p{
	max-width:690px;
}
.team-buttons{
	width:50px;
	height:50px;
	border:#fff 5px solid;
	background:#00C2E2;
	z-index:100;
}
.team-buttons:after{
	top:14px;
	left:16px;
}
.team-buttons:hover{
	border-color:#00C2E2;
}
.media{
	padding:43px 0 44px;
}
.media .block-title{
	text-align:center;
	font-size:22px;
	margin:0 0 13px;
}
.media-slider .slick-slide{
	padding:10px 0;
}
.media-slider .news-item{
	width:87.4%;
	height:355px;
	margin:0 auto;
	display:block;
}
.media-slider .news-text{
	height:189px;
}
.media-slider .news-pic{
	height:220px;
}
.media-slider .label-date{
	margin:0 0 39px;
}
.align-left{
	float:left;
	margin:10px 32px 0 0;
	width:51.25%;
}
.objective{
	background:url(../img/objective-bg.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
	text-align:center;
	padding:86px 0 93px;
}
.objective .block-title{
	margin:0 0 84px;
}
.objective-list{
	max-width:1180px;
	margin:0 auto;
}
.objective-list li{
	max-width:345px;
	-webkit-box-flex:1;
	-ms-flex:auto;
	flex:auto;
}
.objective-list img{
	margin:0 0 11px;
}
.objective-list{
	font-size:17px;
}
.sketchfab-embed-wrapper{
	margin:0 0 16px;
}
.with-help{
	color:#fff;
	text-align:center;
	background:url(../img/help-bg.jpg) no-repeat center;
	background-size:cover;
	padding:67px 0 68px;
}
.with-help .block-title{
	margin:0 0 79px;
}
.with-help__logo{
	max-width:1105px;
	margin:0 auto 76px;
	border-bottom:rgba(255,255,255,.2) 1px dotted;
	padding:0 0 46px;
}
.with-help .header-list__share{
	margin:0;
}
/*.with-help__logo a{
	display: inline-block;
	opacity: .5;
	transition: opacity ease .3s;
}
.with-help__logo a:hover{
	opacity: 1;
}*/
.expedition-date{
	display:inline-block;
	font-weight:900;
	color:#00a7df;
	text-transform:uppercase;
	font-size:18px;
	margin:0 0 24px;
}
.action{
	padding:19px 0 54px;
}
.action-item{
	position:relative;
	height:580px;
	width:32.59%;
	color:#fff;
	text-align:center;
	padding:20px;
	line-height:25px;
}
.action-item img{
	position:absolute;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	top:0;
	left:0;
}
.action-inner{
	position:relative;
	z-index:1;
	height:100%;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	border:transparent 2px dotted;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.action-inner:hover{
	border-color:#006872;
}
.action-inner:hover .button{
	background:#fff;
	color:#0a1e3a;
}
.action-item .name{
	line-height:normal;
	font-size:60px;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 10px;
}
.action-item p{
	margin:0 auto 29px;
	max-width:480px;
}
.action-inner .button{
	padding:19px 33px 15px;
}
.expedition-list{
	padding:0 0 54px;
}
.expedition-list .pagination, .projects .pagination{
	margin:0 0 0;
}
.tabs{
	margin:28px 0 9px;
}
.tabs li{
	display:inline-block;
	vertical-align:top;
	margin:0 8px;
}
.tabs .blue-button{
	padding: 19px 65px 15px;
}
.fancy-close{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 16px;
	z-index: 50;
	padding: 0 0 0 30px;
}
.fancy-close:before, .fancy-close:after{
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	top: 4px;
	left: 0;
	transform-origin: left top;
}
.fancy-close:after{
	transform: rotate(-45deg);
	transform-origin: right bottom;
	left: -7px;
}
.fancybox-arrow, .fancybox-caption-wrap{
	opacity:1 !important;
	visibility:visible !important;
}
.fancybox-inner{
	max-width:1920px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	width:100%;
}
.slide-caption{
	opacity:0;
	color:#fff;
	text-align:center;
	z-index:100;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:10px 0 0;
}
.fancybox-arrow{
	margin:0 !important;
	height:100% !important;
	width:9.6%;
	top:0 !important;
}
.fancybox-caption-wrap{
	display:none;
}
.slide-count{
	font-weight:300;
	font-size:18px;
	color:#00C2E2;
}
.slide-count span{
	color:#fff;
}
.fancybox-arrow:after{
	display:none;
}
.fancybox-bg{
	background:#001939;
}
.button-inner{
	position:relative;
}
.fancybox-arrow--left .img{
	position:absolute;
	bottom:0;
	left:0;
}
.fancybox-arrow--right .img{
	position:absolute;
	top:0;
	left:0;
}
.button-inner .img{
	height:280px;
}
.button-inner img{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}
.fancybox-arrow--left{
	-ms-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.header-contact h1{
	margin:0 0 50px;
}
.header-contact p{
	font-size:20px;
}
.contact-list{
	max-width:1445px;
	margin:0 auto 161px;
}
.contact-list li{
	height:155px;
	width:22.15%;
	padding:36px 40px 20px;
	border: #006872 2px dotted;
	line-height:24px;
}
.contact-list div{
	/*height:46px;
	line-height:48px;*/
}
.contact-list p{
	margin:0;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	line-height:24px;
}
.contact-list img{
	display:block;
	margin:0 auto 16px;
}
.contact-list a{
	color:#fff;
}
.map-wrap{
	position:relative;
}
#map{
	height:940px;
}
.map-link{
	position:absolute;
	font-size:18px;
	text-transform:uppercase;
	color:#55c1e0;
	z-index:100;
	font-weight:900;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	left:108px;
	top:-35px;
}
.to-write{
	left:auto;
	right:50px;
}
.map-link:before{
	content:"";
	position:absolute;
	width:54px;
	height:1px;
	background:#55c1e0;
	top: 14px;
	left: -61px;
}
.callback{
	padding:180px 0;
	background:url(../img/callback-bg.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
	text-align:center;
	font-size:18px;
}
.callback p{
	margin:0 0 45px;
}
.callback .block-title{
	margin:0 0 12px;
}
.callback form{
	max-width:580px;
	margin:0 auto;
}
input.text-input, textarea.text-input{
	width:100%;
	height:50px;
	border-radius:30px;
	line-height:normal;
	font-size:17px;
	color:#fff;
	border:#1c4862 1px solid;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	padding:0 20px;
	text-align:center;
	resize:none;
	margin:0 0 24px;
}
textarea.text-input{
	padding:20px;
	height:123px;
	margin:0 0 13px;
}
input.text-input:active, textarea.text-input:active, input.text-input:focus, textarea.text-input:focus{
	border-color:#55c1e0;
	background:rgba(0,0,0,.10);
}
.text-input::-webkit-input-placeholder {color:#fff;}
.text-input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.text-input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.text-input:-ms-input-placeholder      {color:#fff;}
.checkbox{
	position:absolute;
	opacity:0;
}
.checkbox + label{
	cursor:pointer;
	position:relative;
	font-size:17px;
	margin:0 0 28px;
	display:inline-block;
}
.checkbox + label:before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	border-radius:3px;
	border:#1e4c64 1px solid;
	vertical-align:middle;
	position:relative;
	top:-2px;
	margin:0 22px 0 0;
}
.checkbox:checked + label:before{
	background:url(../img/checked.png) no-repeat center;
}
.content-sidebar{
	padding:16px 0 50px;
}
.content-sidebar .wrap{
	display:table;
	table-layout: fixed;
	width:100%;
}
.sidebar{
	width:300px;
	text-align:right;
	padding:4px 0 0;
	display:table-cell;
	vertical-align:top;
}
.content-inner{
	padding:0 0 0 83px;
	display:table-cell;
	vertical-align:top;
}
.content-inner .back-list.hidden{
	display:none;
	margin:0 auto 30px;
	max-width:186px;
	display:none;
}
.back-list.hidden:before{
	background-image:url(../img/back-arr-blue.png);
}
.content-inner .back-list.hidden:hover:before{
	background-image:url(../img/back-arr.png);
}
.sidebar li{
	margin:0 0 29px;
}
.sidebar a{
	color:#111;
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
	position:relative;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.sidebar a:hover, .sidebar .active{
	color:#00C2E2;
}
.sidebar .active:after{
	content:"";
	position:absolute;
	width:20px;
	height:1px;
	background:#00C2E2;
	top:8px;
	right:-28px;
}
.mw1050{
	max-width:1050px;
}
.mw1105{
	max-width:1105px;
}
.doc-list{
	font-size:15px;
	margin:26px 0;
	max-width:900px;
}
.doc-list img, .doc-list span{
	vertical-align:middle;
}
.doc-list img{
	margin:0 9px 0 0;
}
.doc-list a:hover{
	text-decoration:underline;
}
.content-inner p{
	margin:0 0 14px;
}
.mission-line{
	font-size:17px;
	line-height:30px;
}
.mission-line > div{
	width:50%;
	position:relative;
}
.mission-line > div:nth-child(2){
	padding:45px 0 45px 45px;
}
.mission-line > div:first-child:after{
	content:"";
	position:absolute;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:#00B8D8 2px dotted;
	top:50%;
	left:50%;
	width:96%;
	height:96%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.mission-title{
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-size:50px;
	line-height:60px;
	font-weight:900;
	text-transform:uppercase;
	z-index:10;
}
.mission-line:nth-child(even) > div:nth-child(2){
	padding:45px 45px 45px 0;
}
.mission-line img{
	display:block;
	max-width:100%;
}
.mission-line:nth-child(even){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.banner-slider__wrap{
	position:relative;
	margin:0 0 28px;
}
.banner-slider .item{
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	text-align:center;
	line-height:25px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	height:530px;
}
.banner-slider__title{
	font-weight:900;
	font-size:45px;
	line-height:normal;
	text-transform:uppercase;
	margin:0 0 16px;
}
.banner-slider p{
	max-width:915px;
	margin:0 auto 29px;
	padding:0 70px;
}
.banner-buttons{
	width:42px;
	height:42px;
	border:none;
	background:#00C2E2;
	border-radius:50%;
	z-index:100;
	position:absolute;
	left:20px;
	top:50%;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	margin:-21px 0 0;
}
.banner-buttons.next-btn{
	left:auto;
	right:20px;
	-webkit-transform:scale(-1);
	-ms-transform:scale(-1);
	transform:scale(-1);
}
.banner-buttons:hover{
	background:rgba(255,255,255,.5);
}
.banner-buttons:before{
	content:"";
	position:absolute;
	width:32px;
	height:32px;
	top:5px;
	left:5px;
	border-radius:50%;
	background:#00C2E2;
}
.banner-slider__wrap .team-buttons:hover{
	border-color:rgba(255,255,255,.5);
}
.banner-buttons:after{
	top:15px;
	left:18px;
}
.banner-slider .button{
	min-width:242px;
}
hr{
	clear:both;
	height:1px;
	background:#dbdbdb;
	margin:32px 0 40px;
}
.content-inner .photo-video{
	color:#111;
	background:none;
	padding:0;
}
.content-inner .photo-video__item{
	padding:0;
}
.content-inner .photo-video__slider-wrap{
	padding:0;
	margin:0 0 26px;
}
.content-inner .photo-video__item a:first-child, .content-inner .photo-video__item > span:first-child{
	left:0;
	width:49%;
}
.photo-video__slider-wrap .banner-buttons{
	left:-54px;
}
.photo-video__slider-wrap .banner-buttons.next-btn{
	left:auto;
	right:-54px;
}
.program-partners{
	text-align:center;
	background:#F0F0F0;
	padding:40px 0 74px;
}
.program-partners .block-title{
	border-bottom:#dbdbdb 1px solid;
	padding:0 0 27px;
	margin:0 0 63px;
}
.program-partners__wrap{
	position:relative;
}
.program-partners__slider{
	text-align:center;
	max-width:990px;
	margin:0 auto;
}
.program-partners__slider a{
	display:block;
	line-height:100px;
}
.program-partners__slider img{
	display:inline-block;
	vertical-align:middle;
}
.content-inner .news-item, .content-inner .news-item:nth-child(4n+4){
	width:32.2%;
	margin: 0 1.5% 19px 0;
}
.content-inner .news-item:nth-child(3n+3){
	margin-right:0;
}
.play-btn{
	position:absolute;
	width:30px;
	height:30px;
	background:#001738;
	top:16px;
	left:26px;
}
.play-btn:after{
	content:"";
	position:absolute;
	border-left:#fff 11px solid;
	border-top:transparent 6px solid;
	border-bottom:transparent 6px solid;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.content-inner .pagination{
	margin:0;
}
.mw990 p{
	max-width:990px;
	text-align:left;
}
.content-inner .action-list{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0;
}
.content-inner .action-item{
	width:48%;
	height:530px;
	margin:0 0 47px;
}
.content-inner .action-item:nth-child(3), .content-inner .action-item:nth-child(4){
	margin:0;
}
.content-inner .action-item .name{
	font-size:30px;
	line-height:40px;
	margin:0 0 19px;
}
.content-inner .action-item p{
	max-width:440px;
	margin:0 auto 25px;
}
.about{
	font-size:17px;
}
blockquote{
	font-weight:500;
	border:#44CFE8 2px dotted;
	padding:16px 45px 18px 28px;
	margin:0 0 14px;
}
blockquote a{
	text-decoration:underline;
}
blockquote a:hover{
	text-decoration:none;
}
.about .banner-slider .item{
	height:450px;
}
.map-page .container-inner{
	background:url(../img/bg-map.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
}
.map-page .bread-crumbs, .map-page .bread-crumbs a, .map-page .header-list h1{
	color:#fff;
}
.map-page .content{
	max-width:none;
}
.map-block{
	width:1304px;
	height:651px;
	margin:0 auto;
	font-size:0;
	line-height:0;
}
.map-slice{
	z-index:1;
	display:inline-block;
	position:relative;
	width:326px;
	height:324px;
	vertical-align:top;
	-webkit-transition:background ease .3s;
	-o-transition:background ease .3s;
	transition:background ease .3s;
	/*	overflow:hidden;*/
}
.map-slice:before, .region:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	border:#fff 1px dashed;
	top:-50%;
	left:-50%;
	-webkit-transform:translate(50%,50%) scale(1);
	-ms-transform:translate(50%,50%) scale(1);
	transform:translate(50%,50%) scale(1);
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	opacity:0;
}
.map-slice:hover:before{
	-webkit-transform:translate(49.4%,49.4%) scale(1.03);
	-ms-transform:translate(49.4%,49.4%) scale(1.03);
	transform:translate(49.4%,49.4%) scale(1.03);
	opacity:1;
}
.map-slice:hover{
	background:rgba(82,182,214,.1);
	z-index:10;
}
.map-slice svg{
	position:relative;
}
.map-slice path{
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	fill:#006869 !important;
}
.map-slice:hover path{
	fill:#00CCD2 !important;
}
.international-map path{
	fill: none !important;
	stroke: #006869;
	transition: stroke ease .3s;
}
.international-map .map-slice:hover path{
	fill:none !important;
	stroke: #00CCD2;
}
.resize-map{
	z-index:20;
	cursor:pointer;
	position:absolute;
	top:20px;
	left:10px;
	font-size:16px;
	padding:0 0 0 40px;
	height:31px;
	line-height:29px;
	background:url(../img/resize-map.png) no-repeat 0 center;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	opacity:0;
}
.region-wrap .resize-map{
	opacity:1;
	background-image:url(../img/resize-map2.png);
}
.map-slice:hover .resize-map{
	opacity:1;
	top:10px;
}
.edit-mode{
	border-top:rgba(255,255,255,.2) 1px solid;
	border-left:rgba(255,255,255,.2) 1px solid;
	width:1305px;
	height:652px;
}
.edit-mode .map-slice{
	cursor:pointer;

}
.edit-mode .map-slice:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-right:rgba(255,255,255,.2) 1px solid;
	border-bottom:rgba(255,255,255,.2) 1px solid;
}
.map-slice img{
	display:block;
}
.map-slice:hover img{
	-webkit-filter:saturate(100%);
}
.map-point p{
	margin: 0;
}
.map-point .point-name, .map-point__inner .point-name{
	margin: 0 0 6px;
}
.point-info{
	position: absolute;
	bottom: 100%;
	padding: 0 0 17px 0;
	left: 9px;
	border-left: rgba(255,255,255, .8) 1px dashed;
	display: none;
}
.expanded-exp .point-info{
	left:15px;
}
.point-info.position-left{
	left:auto;
	right:9px;
	border:none;
	border-right: rgba(255,255,255, .8) 1px dashed;
}
.expanded-exp .point-info.position-left{
	right:15px;
}
.map-point a, .map-point__inner{
	display: block;
	position: relative;
	color: #fff;
	width: 290px;
	background: rgba(0, 226, 255, .7);
	padding: 11px 50px 9px 26px;
}
.nature-exp a{
	background:rgba(0,255,160,.7);
}
.object-exp a{
	background:rgba(255,84,0,.7);
}
.map-point a:after, .map-point__inner:after{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../img/arr.png) no-repeat;
	right: 25px;
	top: 9px;
}
.region_exp__item:before{
	content:"";
}
.region_exp__item p{
	margin:0;
}
.map-point__inner{
	line-height: normal;
	position: absolute;
	width: 290px;
	text-align: left;
	z-index: 999;
	color: #fff;
	top:27px;
	left:100%;
	margin:0 0 0 44px;
}
.edit-mode .map-point__inner{
	display:none;
}
.map-point__inner.expanded-exp{
	top:23px;
}
.map-point__inner.pos-right{
	left:auto;
	right:100%;
	margin:0 44px 0 0;
}
.map-point__inner:before{
	content:"";
	position:absolute;
	width:43px;
	border-top:#fff 1px dashed;
	top:50%;
	left:-43px;
}
.map-point__inner.pos-right:before{
	left:auto;
	right:-43px;
}
.map-point__inner p{
	margin: 0;
}
.map-point__inner.nature-exp{
	background: #00B878;
}
.map-point__inner.object-exp{
	background:#FF5400;
}
.map-point__inner.mixed-exp{
	background:#00E2FF;
}
.map-point, .region_exp__item:before{
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	z-index:100;
	font-size: 15px;
	line-height: normal;
}
.exp-calendar .map-point{
	position: relative;
	display: inline-block;
	margin: 0 2.1px !important;
	left: 0 !important;
	top: 5px;
}
.map-point.standart-exp, .region_exp__item.standart-exp:before{
	width:20px;
	height:20px;
	margin:-10px 0 0 -10px;
}
.map-point.standart-exp{
	width:22px;
	height:22px;
}
.region_exp__item.standart-exp:before{
	margin:0;
	left:-46px;
	top:3px;
}
.map-point.expanded-exp, .region_exp__item.expanded-exp:before{
	width:30px;
	height:30px;
	margin:-15px 0 0 -15px;
}
.map-point.expanded-exp{
	width:32px;
	height:32px;
}
.region_exp__item.expanded-exp:before{
	margin:0;
	left:-48px;
}
.map-point.mixed-exp, .region_exp__item.mixed-exp:before{
	background: #00E2FF;
}
.map-point.nature-exp, .region_exp__item.nature-exp:before{
	background: #00FFA0;
}
.map-point.object-exp, .region_exp__item.object-exp:before{
	background: #FF5400;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{
	padding:10px 0;
}
.region-wrap{
	padding:50px 0;
	align-items: normal;
	margin:0 0 0 80px;
	-webkit-box-pack: baseline;
	-ms-flex-pack: baseline;
	justify-content: baseline;
	display:none;
}
.region{
	position:relative;
	width:635px;
	height:635px;
	flex: 0 0 635px;
	background: rgba(82,182,214,.1);
	line-height:normal;
	font-size:20px;
}
.region:before{
	opacity:1;
	-webkit-transform: translate(49.7%,49.7%) scale(1.03);
	-ms-transform: translate(49.7%,49.7%) scale(1.03);
	transform: translate(49.7%,49.7%) scale(1.03);
}
.region svg{
	top:0 !important;
	left:0 !important;
	position:relative;
	z-index:10;
	width:100%;
	height:100%;
}
.region-exp{
	padding:0 0 0 48px;
	margin:0 0 0 132px;
}
.region-exp__title{
	font-weight:500;
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 38px;
}
.region-exp p{
	margin:0 0 9px;
}
.region_exp__item{
	position:relative;
}
.region_exp__item:not(:last-child), .region-list li.region_exp__item{
	border-bottom:#4B5157 1px dashed;
	padding:0 0 24px;
	margin:0 0 20px;
}
.region_exp__item a{
	display:inline-block;
	padding:0 41px 0 0;
	height:25px;
	line-height:25px;
	background:url(../img/arr.png) no-repeat right center;
	color:#fff;
}
.region_exp__item a:hover{
	text-decoration:underline;
}
.edit-bar{
	width:1304px;
	margin:0 auto;
	padding:20px 0 0;
}
.edit-bar i{
	color:green;
	color:#5eff5e;
}
.point-params__wrap{
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	z-index:100;
}
.point-params{
	position:fixed;
	top:50%;
	left:50%;
	background:rgba(0,0,0,.8);
	color:#fff;
	width:450px;
	margin:0 0 0 -225px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	padding:20px;
	border:rgba(255,255,255,.3) 1px solid;
	overflow:hidden;
}
.point-params input[type="radio"]{
	position:absolute;
	top:-100%;
	left:-100%;
}
.for-radio{
	cursor:pointer;
	position:relative;
}
:checked + .for-radio:before{
	content:"";
	position:absolute;
	width:32px;
	height:32px;
	right:-40px;
	background:url(../img/map/check.png) no-repeat center;
	top:50%;
	margin:-16px 0 0;
}
.point-params .size li:after{
	width:16px;
	height:16px;
	border:#AFFBFF 1px solid;
	background:none;
	top:7px;
	left:5px;
}
.point-params .size .size2:after{
	width:27px;
	height:27px;
	top:2px;
	left:0;
}
.point-params ul li{
	padding:0 0 0 40px;
}
.point-params ul{
	margin:0 0 50px;
}
.point-params .target li:after{
	width:29px;
	height:29px;
	border:none;
	background:none;
	top:2px;
}
.point-params .target .target1:after{
	background:#00E2FF;
}
.point-params .target .target2:after{
	background:#00FFA0;
}
.point-params .target .target3:after{
	background:#FF5400;
}
.point-params__title{
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 10px;
}
.point-params input[type="text"]{
	color:#fff;
	width:100%;
	margin:0 0 10px;
	height:40px;
	line-height:normal;
	font-size:15px;
}
.point-params input.error{
	border-color:red;
}
.point-params input::-webkit-input-placeholder {color:#fff;}
.point-params input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.point-params input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.point-params input:-ms-input-placeholder      {color:#fff;}

.readonly .flex input{
	width:23%;
	text-align:center;
}
.point-params__button{
	margin:0 0 0 30px;
}
.point-params__button:hover{
	text-decoration:underline;
}
.point-params .text-right{
	margin:10px 0 0;
}
.map-content{
	overflow: hidden;
	width:100%;
	table-layout:auto;
	max-width: 1780px;
	margin: 0 auto 15px;
}
.map-sidebar{
	position: relative;
	z-index: 100;
	width:380px;
	padding:53px 0 0;
	float: left;
	margin: 0 20px 0 0;
}
.exp-type{
	font-size:18px;
	margin:0 0 40px;
}
.exp-type a{
	color:#fff;
	line-height:normal;
	display:inline-block;
}
.exp-type a:hover{
	color:#00C5F7;
}
.exp-type .active{
	color:#00C5F7;
	border-bottom:#00C2E2 1px dotted;
}
.map-menu{
	background:#002B41;
	border-radius:50px;
	overflow:hidden;
	margin:0 0 43px;
}
.map-menu a{
	width:33.33%;
	text-align:center;
	border-radius:30px;
	color:#fff;
	font-weight:800;
	font-size:12px;
	text-transform:uppercase;
	padding:8px 0 7px;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.map-menu .active, .map-menu a:hover{
	background:#00C5F7;
}
.legend{
	font-size:15px;
	font-weight:100;
	max-width:290px;
	border-top:#454d55 1px dashed;
	padding:17px 0 0;
	color:rgba(255,255,255,.8);
}
.legend-title{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	margin:0 0 18px;
}
.legend ul{
	border-bottom:#454d55 1px dashed;
	margin:0 0 17px;
}
.legend ul li{
	padding:0 0 0 50px;
	margin:0 0 28px;
	line-height:normal;
	text-indent:-10px;
}
.legend-target ul li{
	margin:0 0 40px;
}
.legend-target ul li:last-child{
	margin:0 0 18px;
}
.legend ul li:after{
	background:none;
	border:#aedee5 1px solid;
	border-radius:50%;
	width:19px;
	height:19px;
	top:-1px;
	left:5px;
}
.legend ul .exp:after, .legend-target ul li:after{
	width:28px;
	height:28px;
	top:-7px;
	left:0;
}
.legend-target ul li:after{
	border:none;
	width:30px;
	height:30px;
}
.legend-target li.bg-blue:after{
	background:#00E2FF;
}
.legend-target li.bg-green:after{
	background:#00FEA0;
}
.legend-target li.bg-orange:after{
	background:#FF5400;
}
.team-list{
	padding:31px 0 0;
}
.team-item{
	background:#f5f5f5;
	position:relative;
	-webkit-box-pack: baseline;
	-ms-flex-pack: baseline;
	justify-content: baseline;
	font-size:15px;
	line-height:25px;
	margin:0 0 66px;
}
.team-item img{
	max-width:415px;
	margin:-20px 0;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
	box-shadow:0 0 10px rgba(0,0,0,.4);
}
.team-item .bold{
	font-weight:500;
}
.observers p{
	margin:0;
}
.team-item:nth-child(even){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.team-name{
	font-weight:900;
	text-transform:uppercase;
	color:#44CFE8;
	font-size:17px;
	margin:0 0 11px;
}
.team-text{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:20px 20px 20px 49px;
}
.team-item:nth-child(even) .team-text{
	padding:20px 49px 20px 20px;
	text-align:right;
}
.team-list .view-more:hover:before, .team .view-more:hover:before, .reverse-color:hover:before{
	opacity:1;
}
.team-list .view-more:hover:after, .team .view-more:hover:after, .reverse-color:hover:after{
	opacity:0;
}
.team-list .view-more:hover{
	text-decoration:underline;
}
.content-inner .team-slider__wrap{
	padding:0;
}
.content-inner .team{
	margin:0 0 20px;
}
.content-inner h1{
	font-size:30px;
	letter-spacing:1px;
	margin:0 0 26px;
}
.content-inner .align-left{
	max-width:504px;
	margin:0 36px 0 0;
	width:auto;
	width: 47.55%;
}
.content-inner blockquote{
	width: 48%;
	display:inline-block;
	padding:12px 16px 6px;
	font-weight:100;
}
.about blockquote{
	width:100%;
}
.content-inner blockquote p{
	margin:0 0 5px;
}
blockquote .bold{
	font-weight:500;
}
.content-inner .related-projects{
	padding:0;
}
.content-inner .related-projects .wrap{
	padding:0;
}
.content-inner .media-slider__wrap{
	padding:0 20px;
	margin:0 -20px;
}
.content-inner .media-slider__wrap .news-item{
	width:96.28%;
	margin:0 auto;
}
.content-inner .media-slider__wrap .team-buttons{
	left:-36px;
}
.content-inner .media-slider__wrap .next-btn{
	left:auto;
	right:-36px;
}
.inner .media{
	padding:20px 0 0;
}
.news-item .news-text p{
	margin:0;
}
.video-frame{
	width:100%;
	margin:0 0 32px;
}
blockquote.for-video{
	display:block;
	width:auto;
	padding:36px 53px 30px;
	font-weight:500;
	margin:0 0 30px;
}
blockquote.for-video .bold, blockquote.for-video a{
	font-weight:700;
}
blockquote.for-video > span:not(:last-child){
	margin:0 40px 0 0;
}
.content-inner .team-slider__wrap .team-buttons{
	left:-62px;
}
.content-inner .team-slider__wrap .next-btn{
	left:auto;
	right:-62px;
}
.error-404{
	height:100%;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	background:url(../img/404.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
	text-align:center;
}
.error-404 p{
	font-size:80px;
	font-weight:900;
	text-transform:uppercase;
	line-height:normal;
	margin:300px 0 45px;
}
.region-list{
	margin:90px 0 0 96px;
	/*max-width:830px;*/
}
.region-slide .flex{
	justify-content: flex-start;
	-webkit-box-align:baseline;
	-ms-flex-align:baseline;
	align-items:baseline;
}
.region-slide ul{
	padding: 0 100px 0 0;
	max-width: 400px;
}
.map-block__wrap > div:not(:first-child){
	display:none;
}
.region-list__wrap{
	display:none;
}
.region-slide{
	padding:0 50px;
}
.region-list__dots{
	margin:0 0 0 445px;
}
.region-list__dots ul li{
	padding:0;
	font-size:16px;
	line-height:normal;
	display:inline-block;
	margin:0 9px 0 0;
}
.region-list__dots button{
	color:#fff;
	width:32px;
	height:32px;
	text-align:center;
	border:transparent 1px solid;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	border-radius:50%;
	cursor:pointer;
}
.region-list__dots .slick-active button{
	border-color:#fff;
}
.region-list__dots ul li:after{
	display:none;
}
.exp-calendar{
	max-width:1684px;
	margin:51px auto 0;
}
.exp-calendar__quarter{
	width:25%;
	text-align:center;
}
.exp-calendar__decades{
	width:100%;
}
ul.exp-calendar__decades li{
	margin:0;
	padding:0;
	width:33.33%;
	height:115px;
	border-bottom:#001334 1px solid;
	border-right:#001334 1px solid;
	line-height:120px;
}
ul.exp-calendar__decades li:last-child{
	border-right:#275291 2px dotted;
}
.exp-calendar__quarter:last-child ul.exp-calendar__decades li:last-child{
	border-right:none;
}
ul.exp-calendar__decades:last-child li{
	border-bottom:none;
}
.exp-calendar__decades li:after{
	display:none;
}
.exp-calendar__quarter-head{
	font-size:18px;
	font-weight:500;
	border-bottom: #001334 1px solid;
	padding:14px 0 13px;
}
.exp-calendar__quarter:not(:last-child) .exp-calendar__quarter-head{
	border-right:#275291 2px dotted;
}
.exp-calendar__year{
	border:#275291 2px dotted;
}
.exp-calendar__year:not(:nth-child(2)){
	display:none;
}
.exp-calendar__nav{
	margin:0 0 37px;
}
.exp-calendar__nav a{
	font-size:21px;
	font-weight:500;
	margin:0 32px 0 0;
	color:#81858C;
}
.exp-calendar__nav .active{
	color:#fff;
}
.partners-list{
	max-width:1497px;
	margin:0 auto;
	padding:0 10px;
}
.partner-item{
	padding:16px 0;
	border-top:#8FE1F0 1px solid;
	border-bottom:#8FE1F0 1px solid;
	margin:0 0 34px;
	font-size:17px;
	line-height:30px;
}
.partner-logo{
	width:320px;
	height:320px;
	text-align:center;
	border:#00C2E2 1px solid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0 79px 0 0;
}
.partner-logo img{
	max-width:90%;
}
.partner-name{
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 16px;
}
.partner-about{
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}
.partner-about p{
	margin:0 0 12px;
}
.view-more.reverse-color.reverse-color2:after{
	display:none;
}
.view-more.reverse-color.reverse-color2:before{
	opacity:1;
}
.pagination2{
	text-align:center;
	font-size:17px;
	margin:40px 0 53px;
}
.pagination2 li{
	display:inline-block;
	position:relative;
	padding:5px;
	border-radius:50%;
	margin:0 5px;
}
.pagination2 a{
	color:#111;
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.pagination2 .active{
	background:#8FE1F0;
}
.pagination2 .active a, .pagination2 a:hover{
	color:#fff;
	background:#00AFCE;
}
.support-us{
	background:url(../img/tmp/bg-support.jpg) no-repeat center;
	background-size:cover;
	padding:55px 0;
}
.support-us__text{
	border: #006872 2px dotted;
	max-width:1477px;
	margin:0 auto;
	padding:45px 20px 42px;
	text-align:center;
	color:#fff;
}
.support-us__title{
	font-size:25px;
	font-weight:900;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 17px;
}
.doc-link{
	padding:0 0 0 47px;
	display:inline-block;
	height:32px;
	line-height:32px;
	position:relative;
	font-size:15px;
	color:#fff;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.doc-link:hover{
	color:#00C2E2;
}
.doc-link:hover span{
	text-decoration:underline;
}
.doc-link:before, .doc-link:after{
	content:"";
	position:absolute;
	width:32px;
	height:32px;
	background:url(../img/ico-doc2.png) no-repeat;
	top:0;
	left:0;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.doc-link:after{
	background-position:0 bottom;
	opacity:0;
}
.doc-link:hover:before{
	opacity:0;
}
.doc-link:hover:after{
	opacity:1;
}
.doc-link span{
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
}
.support-us__text ul{
	max-width:440px;
	text-align:left;
	margin:0 auto 30px;
}
.support-us__text li{
	margin:0 0 18px;
}
.support-us__text p{
	margin:0 0 21px;
}
.support-us__text .button{
	width:170px;
	min-width:0;
}
.dev{
	display: inline-flex;
	align-items: center;
	line-height: 0;
	color: #9a9a9a;
}
.dev span{
	margin: 0 9px 0 0;
}
.dev img{
	opacity: .5;
}

/*footer*/
.footer{
	background:#001738;
	color:#b6bcc4;
	font-size:15px;
	line-height:20px;
}
.footer > .wrap{
	padding:22px 10px 20px;
}
.footer a{
	color:#b6bcc4;
}
.footer a img{
	display:block;
}
.footer__geo-logo{
	margin:0 10px;
}
.footer__geo-logo img{
	margin:0 46px 0 0;
}
.footer__address a:hover{
	text-decoration:underline;
}
.footer__social{
	text-align:right;
	white-space:nowrap;
}
.footer__social p{
	margin:0 0 4px;
}
.footer__social a{
	display:inline-block;
	width:32px;
	height:32px;
	line-height:25px;
	border-radius:50%;
	border:rgba(255,255,255,.35) 1px solid;
	text-align:center;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	margin:0 0 0 5px;
}
.footer__social a:hover{
	border-color:#fff;
}
.footer__social a img{
	display:inline-block;
	vertical-align:middle;
}
.f-vk img, .f-fb img, .f-ig img{
	margin:4px 0 0;
}
.f-vi img{
	margin: 4px 2px 0 0;
}
.footer__bottom{
	font-size:13px;
	background:#000E27;
	padding:17px 0 15px;
}
.site-map, .print-ver{
	padding:0 0 0 31px;
	display:inline-block;
	height:18px;
	line-height:19px;
	position:relative;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
	margin:0 0 0 59px;
}
.site-map:hover, .print-ver:hover{
	color:#55c1e0;
}
.print-ver{
	padding:0 0 0 28px;
}
.site-map:before, .site-map:after, .print-ver:before, .print-ver:after{
	content:"";
	position:absolute;
	width:20px;
	height:18px;
	top:0;
	left:0;
	background:url(../img/site-map.png) no-repeat;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.print-ver:before, .print-ver:after{
	width:18px;
	background-image:url(../img/print-ver.png);
}
.site-map:after, .print-ver:after{
	background-position:0 100%;
	opacity:0;
}
.site-map:hover:before, .print-ver:hover:before{
	opacity:0;
}
.site-map:hover:after, .print-ver:hover:after{
	opacity:1;
}
.map-region .mCSB_inside>.mCSB_container{
	padding:50px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	height:20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	height:20px;
	background:#0C3B54;
	margin:0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	margin:0;
	height:20px;
	background:#00C3E2;
}

/*underwater-page*/
.underwater-page .header-list{
	height: 765px;
}
.underwater-page .header-list .wrap{
	height: 100%;
}
.header-bottom{
	height: calc(100% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.underwater-page .content{
	padding-top: 64px;
}
.video-archive{
	margin: 103px 0 48px;
}
.video-archive__control{
	margin: 0 0 28px;
}
.video-archive__control br{
	display: none;
}
.video-archive__control a{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	position: relative;
	padding: 0 0 4px;
	margin: 0 56px 0 0;
}
.video-archive__control a:after{
	content: "";
	position: absolute;
	width: 100%;
	border-top: #000 1px dashed;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}
.video-archive__control a:hover:after, .video-archive__control .active:after{
	opacity: 0;
}
.video-archive__control .active{
	color: #00C2E2;
}
.video-archive .flex{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.video-list{
	width: 78.3%;
}
.video-list__item:not(:first-child), .video-archive__items-item:not(:first-child){
	display: none;
}
.video-list__video{
	height: 509px;
	margin: 0 0 35px;
}
.video-menu{
	overflow: hidden;
	height: 509px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 0 0 39px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}
.video-menu a{
	color: #111;
	display: block;
	margin: 0 0 29px;
}
.video-menu p{
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
}
.video-menu .active p{
	color: #00C2E2;
}
.video-menu .mCSB_scrollTools .mCSB_draggerRail{
	width: 7px;
	background: #f5f5f5;
}
.video-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 7px;
	background: #00C2E2;
}
.video-menu .mCSB_scrollTools{
	opacity: 1;
}
.jointly{
	color: #fff;
	text-align: center;
	padding: 70px 0 64px;
}
.jointly-title{
	font-size: 22px;
	line-height: normal;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 56px;
}
.jointly .wrap > img{
	vertical-align: middle;
	margin: 0 20px;
}
.jointly .header-list__share{
	border-top: rgba(255,255,255,.35) 1px dotted;
	max-width: 1105px;
	margin: 75px auto 0;
	padding: 76px 0 0;
}
@media screen and (max-width: 1024px){
	.video-archive .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.video-archive__control{
		margin: 0 0 35px;
	}
	.video-menu{
		padding: 0;
		width: 100%;
		height: 180px;
		margin: 0 0 38px;
	}
	.video-menu p{
		margin: 0 0 2px;
	}
	.video-list{
		width: 100%;
	}
	.underwater-page .content{
		max-width: 880px;
	}
	.video-list__video{
		height: auto;
	}
	.underwater-page .header-list{
		height: 557px;
		padding-top: 103px;
	}
}
@media screen and (max-width: 768px){
	.underwater-page .header-list{
		height: 480px;
	}
}
@media screen and (max-width: 600px){
	.video-archive__control{
		margin: 0 0 24px;
	}
	.video-archive__control a{
		font-size: 17px;
		display: inline-block;
		margin: 0 10px 20px 0;
	}
	.video-archive__control br{
		display: block;
	}
	.video-archive{
		margin: 24px 0 0;
	}
	.jointly1{
		width: 127px;
	}
	.jointly2{
		width: 45px;
	}
	.jointly .wrap > img{
		margin: 0 20px;
	}
	.jointly{
		padding: 31px 0 46px;
	}
	.jointly-title{
		margin: 0 0 48px;
	}
	.jointly .header-list__share{
		margin: 60px auto 0;
		padding: 27px 0 0;
	}
	.underwater-page .header-list p{
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 425px){
	.underwater-page h2{
		font-size: 13px;
		line-height: 25px;
	}
	.underwater-page .content{
		padding-top: 22px;
	}
}
/*end underwater-page*/

/*special-project new index page*/
.special-project{
	padding: 18px 0 0;
}
.special-project a{
	display: inline-block;
    position: relative;
    width: 66.3%;
    height: 580px;
    color: #fff;
    font-size: 16px;
    margin: 0 .8% 0 0;
    vertical-align: top;
    color: #fff;
    line-height: normal;
    padding: 69px 67px 97px;
}
.special-project a:last-child{
	width: 32.6%;
	margin-right: 0;
}
.special-project .flex{
	position: relative;
	z-index: 1;
	flex-direction: column;
    align-items: self-start;
    height: 100%;
}
.special-project a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: -moz-linear-gradient(left,  rgba(10,30,58,1) 0%, rgba(10,30,58,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(10,30,58,1) 0%,rgba(10,30,58,0.99) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(10,30,58,1) 0%,rgba(10,30,58,0.99) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1e3a', endColorstr='#00ffffff',GradientType=1 );
}
.special-project__title{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .3px;
}
.special-project__text-name{
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 70px;
	max-width: 400px;
	margin: 0 0 29px;
}
.special-project__text-name span{
	font-weight: 100;
}
@media screen and (max-width: 1500px){
	.special-project a{
		width: 59%;
	}
	.special-project a:last-child{
		width: 39.8%;
	}
}
@media screen and (max-width: 1300px){
	.special-project a, .special-project a:last-child{
		width: 49.3%;
		padding: 30px;
	}
}
@media screen and (max-width: 1024px){
	.special-project a, .special-project a:last-child{
		height: 430px;
	}
	.special-project__title{
		font-size: 12px;
	}
	.special-project__text-name{
		font-size: 35px;
		line-height: 45px;
		max-width: 280px;
		margin: 0 0 14px;
	}
}
@media screen and (max-width: 768px){
	.special-project a, .special-project a:last-child{
		height: 322px;
		width: 100%;
		margin: 0 0 19px;
	}
	.special-project a:last-child{
		margin: 0;
	}
}
/*end special-project new index page*/

@media screen and (max-width: 1910px){
	.news-social li{
		margin: 0 5% 20px 0;
		width:30%;
	}
	.news-social a{
		width:100%;
		height:75px;
		line-height:75px;
	}
	.main-slider__news-item{
		height:180px;
	}
}
@media screen and (max-width: 1750px){
	.map-point__inner:before, .exp-calendar .map-point{
		display:none;
	}
	.map-point__inner.pos-right{
		right: auto;
	}
	.map-point__inner{
		left:50%;
		transform:translateX(-50%);
		width:95%;
		margin:0;
	}
	ul.exp-calendar__decades li{
		position:static;
	}
	.exp-calendar__decades{
		position:relative;
	}
}
@media screen and (max-width: 1700px){
	.main-slider__pic img{
		/*left:56%;*/
	}
	.main-slider__nav .next-btn{
		right:20px;
	}
	.mission-title{
		font-size:40px;
		line-height:50px;
		width:100%;
		text-align:center;
		padding:0 50px;
	}
	.mission-title br{
		display:none;
	}
}
@media screen and (max-width: 1580px){
	.news-social{
		margin:17px 0 0;
	}
	.main-slider__news-item{
		height:170px;
		margin: 0 0 10px;
	}
	.main-slider__news-item{
		line-height:20px;
	}
	.main-slider__sidebar-head:after{
		bottom:76.5%;
	}
	.main-slider__sidebar-head:before{
		top: 76.7%;
	}
	.action-item .name{
		font-size:50px;
	}
	.photo-video__slider-wrap .banner-buttons, .content-inner .team-slider__wrap .team-buttons{
		left:20px;
	}
	.photo-video__slider-wrap .banner-buttons.next-btn, .content-inner .team-slider__wrap .next-btn{
		left:auto;
		right:20px;
	}
	.content-inner .media-slider__wrap .team-buttons{
		left:40px;
	}
	.content-inner .media-slider__wrap .next-btn{
		left:auto;
		right:40px;
	}
}
@media screen and (max-width: 1660px){
	.header .logo img, .header .geo-logo img{
/*		height:60px;*/
        height:50px;
	}
	.header__right-block{
		width:auto;
	}
	.top-menu > ul > li{
		margin:0 19px;
	}
	.share{
		margin:0 15px;
	}
	.share a, .share li{
		margin:0 5px;
	}
	.share li a{
		margin:0;
	}
	.main-slider__wrap{
		padding:130px 0 38px;
	}
	.contact-list li{
		padding:30px 20px 20px;
		width: 24%;
	}
	.main-slider__nav{
		margin:-80px 0 0;
	}
}
@media screen and (max-width: 1450px){
	@-webkit-keyframes diver{
		from{
			opacity:0;
			-webkit-transform:scale(.5) translateX(-50%);
			transform:scale(.5) translateX(-50%);
			margin-top:200px;
		}
		to{
			opacity:1;
		}
		0%{
			margin-left:-10px;
		}
		20%{
			margin-left:0;
		}
		40%{
			margin-left:20px;
		}
		60%{
			margin-left:0;
			-webkit-transform:scale(1) translateX(-50%);
			transform:scale(1) translateX(-50%);
			margin-top:0;
		}
		80%{
			margin-left:-10px;
		}
		100%{
			margin-left:0;
		}
	}
	@keyframes diver{
		from{
			opacity:0;
			-webkit-transform:scale(.5) translateX(-50%);
			transform:scale(.5) translateX(-50%);
			margin-top:200px;
		}
		to{
			opacity:1;
		}
		0%{
			margin-left:-10px;
		}
		20%{
			margin-left:0;
		}
		40%{
			margin-left:20px;
		}
		60%{
			margin-left:0;
			-webkit-transform:scale(1) translateX(-50%);
			transform:scale(1) translateX(-50%);
			margin-top:0;
		}
		80%{
			margin-left:-10px;
		}
		100%{
			margin-left:0;
		}
	}
	.top-menu > ul > li{
		margin:0 10px;
	}
	.header .logo img, .header .geo-logo img{
/*		height:40px;*/
        height:35px;
	}
	.share{
		margin:0 10px 0 5px;
	}
	.main-slider__wrap{
		padding:110px 0 38px;
	}
	.main-slider__pic img{
		/*left:62%;*/
	}
	.projects-list a{
		height:430px;
	}
	.info-item .diver{
		left:36%;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.info-item p, .info-line:nth-child(even) p{
		margin-right:0;
		margin-left:0;
	}
	.info-item:nth-child(even){
		padding:20px 40px;
	}
	.news-social li{
		margin-bottom:10px;
	}
	.news-social a{
		padding:5px;
		height:65px;
		line-height:55px;
	}
	.main-slider__sidebar{
		padding:0 0 0 20px;
		width:25%;
	}
	.action-item{
		height:390px;
	}
	.action-item .name{
		font-size:30px;
	}
	.main-slider__dots{
		bottom:20px;
	}
}
@media screen and (max-width: 1350px){
	.news-social{
		display:none;
	}
	.main-slider__sidebar-head:before{
		top:84%;
	}
	.main-slider__sidebar-head:after{
		bottom:83%;
	}
	.sidebar{
		width:200px;
	}
	.content-inner{
		padding:0 0 0 50px;
	}
}
@media screen and (max-width: 1300px){
	.main-slider__pic img{
		/*left:62%;*/
	}
	/*.news-item{
		height:360px;
	}
	.news-pic{
		height:197px;
	}
	.news-title{
		font-size:14px;
		line-height:20px;
	}*/
	.news-item, .news-item:nth-child(4n+4){
		width:32.6%;
		margin-right:1.1%;
	}
	.news-item:nth-child(3n+3){
		margin-right:0;
	}
}
@media screen and (max-width: 1250px){
	.top-search{
		width: 35px;
		height: 35px;
	}
	.top-search form, input.search-input{
		height: 35px;
	}
	.search-button{
		width: 33px;
		height: 34px;
	}
	.top-menu > ul > li{
		margin:0 5px;
	}
	.share a, .share li{
		margin:0 2px;
	}
	.share li a{
		margin:0;
	}
	.share img{
		width:35px;
	}
	.top-menu{
		font-size:12px;
	}
	.project-text{
		font-size:14px;
		line-height:22px;
	}
	.projects-list a:nth-child(2) .project-inner, .projects-list a:nth-child(4) .project-inner{
		max-width:none;
	}
	.projects-list a{
		height:380px;
	}
	.info-item:nth-child(odd){
		height:500px;
	}
	.info-item .diver{
		height:575px;
		top:-20px;
	}
	.footer__geo-logo img{
		margin:0 20px 0 0;
	}
	.dive-frame img{
		height:300px;
	}
	.developing-text{
		font-size:60px;
	}
	.contact-list p{
		font-size:15px;
	}
	.content-inner .news-item, .content-inner .news-item:nth-child(3n+3), .content-inner .news-item:nth-child(4n+4){
		margin: 0 1.5% 19px 0;
		width:49%;
	}
	.content-inner .news-item:nth-child(2n+2){
		margin-right:0;
	}
	.mission-line{
		display:block;
	}
	.mission-line > div{
		width:100%;
		overflow:hidden;
	}
	.mission-line > div:first-child{
		height:300px;
	}
	.mission-line > div:nth-child(2){
		padding:25px 0;
	}
	.mission-line > div:first-child:after{
		width:98.5%;
	}
	.mission-line img{
		position:absolute;
		width:100%;
		height:auto;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	.content-inner .action-item{
		width:100%;
		height:400px;
	}
	.content-inner .action-item, .content-inner .action-item:nth-child(3), .content-inner .action-item:nth-child(4){
		margin:0 0 30px;
	}
	.error-404 p{
		font-size:60px;
	}
	.photo-video__item a:first-child, .photo-video__item > span:first-child{
		height:500px;
	}
	.photo-video__item a:nth-child(2), .photo-video__item a:nth-child(3), .photo-video__item > span:nth-child(2), .photo-video__item > span:nth-child(3){
		height:240px;
	}
	.photo-video__item a:last-child, .photo-video__item > span:last-child{
		height: 246px;
		margin: 0 0 0 10px;
	}
	.map-region{
		max-width:1000px;
		overflow:hidden;
	}
}
@media screen and (max-width: 1130px){
	.media-slider .news-title{
		line-height:23px;
		font-size: 14px;
	}
	.program-partners__slider{
		padding:0 50px;
	}
	.banner-slider .item{
		height:400px;
	}
	.content-inner blockquote{
		width:43%;
	}
}
@media screen and (max-width: 1024px){
	.footer{
		font-size:13px;
		line-height:18px;
	}
	.main-slider__wrap{
		padding-bottom:18px;
	}
	.action-item {
		height: 330px;
	}
	.photo-video__item a:first-child, .photo-video__item > span:first-child{
		height:414px;
	}
	.photo-video__item a:nth-child(2), .photo-video__item a:nth-child(3), .photo-video__item > span:nth-child(2), .photo-video__item > span:nth-child(3){
		height:200px;
	}
	.photo-video__item a:last-child, .photo-video__item > span:last-child{
		height: 200px;
		margin: 0 0 0 10px;
	}
}
@media screen and (max-width:900px){
	.region-list__dots{
		margin: 0;
	}
	.region_exp__item.standart-exp:before, .region_exp__item.expanded-exp:before{
		left: 0;
	}
	.region_exp__item:not(:last-child), .region-list li.region_exp__item{
		padding-left: 40px;
	}
	.top-search form{
		display: none;
	}
	.fancybox-arrow .img{
		top: 50%;
		transform: translateY(-50%);
		/*border: rgba(255,255,255,.2) 1px solid;*/
	}
	.photo-video__item{
		padding: 0;
	}
	.photo-video__slider-wrap{
		padding: 020px;
	}
	.pv-buttons.next-btn, .team-buttons.next-btn, .pv-buttons.prev-btn, .team-buttons.prev-btn{
		z-index: 5;
	}
	.projects-list .item_2, .projects-list .item_6{
		width:auto !important;
		margin-right:0 !important;
	}
	.top-menu > .close-sub-menu{
		display:inline-block;
	}
	.back-menu{
		display:block;
		margin:0 0 30px;
	}
	.menu-btn{
		display:block;
	}
	body, .header{
		min-width:320px;
	}
	.header .share{
		display:none;
	}
	.top-menu .share{
		display:block;
	}
	.top-menu .share a{
		opacity:1;
	}
	.top-menu{
		display:none;
		position:absolute;
		width:100%;
		top:100%;
		left:0;
		padding:30px 0 0;
		background:rgba(7,25,50,.95);
		text-align:center;
	}
	.top-menu > ul:not(.share) > li{
		display:list-item;
		margin:0 0 30px;
	}
	.sub-menu{
		top:0;
		padding:30px 0;
		min-height:100%;
		z-index:100;
	}
	.sub-menu li{
		margin:0 0 30px;
	}
	.sub-menu ul{
		margin:0;
	}
	.top-menu .parent > a:after, .back-menu a:before{
		content:"";
		display:inline-block;
		width:6px;
		height:6px;
		border-bottom:#fff 1px solid;
		border-right:#fff 1px solid;
		transform: rotate(-45deg);
		position:relative;
		top:-1px;
		margin:0 0 0 5px;
	}
	.back-menu a:before{
		transform: rotate(135deg);
		margin:0 5px 0 0;
	}
	.top-menu .parent .active:after, .top-menu .parent a:hover:after, .back-menu a:hover:before{
		border-color:#f26a10;
	}
	.header{
		padding:10px 0;
	}
	.main-slider__wrap{
		padding:60px 0 0;
		height:337px;
	}
	.main-slider__sidebar{
		margin:-1px 0 0;
		width:100%;
		padding:0 0 1px;
		background:#0a1e3a;
		color:#fff;
	}
	.main-slider__news{
		display: flex;
	}
	.main-slider__pic img{
		height:100%;
		width:auto;
		left:300px;
	}
	.main-slider__wrap .wrap{
		height:100%;
		margin:0;
	}
	.main-slider__dots{
		left:0;
		text-align:center;
		width:100%;
	}
	.main-slider__nav a{
		z-index:10;
		top:113px;
		left:21px;
	}
	.main-slider__nav .next-btn{
		left:auto;
		right:21px;
	}
	.main-slider__sidebar-head{
		position:relative;
		transform:none;
		text-align:center;
		-webkit-writing-mode: unset;
		writing-mode: unset;
		left:0;
		padding:24px 0 22px;
	}
	.main-slider__sidebar-head:before, .main-slider__sidebar-head:after{
		display:none;
	}
	.main-slider__sidebar-head:before{
		display:block;
		width:100%;
		height:1px;
		left:0;
		top:38px;
	}
	.main-slider__sidebar-head span{
		background:#0a1e3a;
		display:inline-block;
		padding:0 0;
		position:relative;
		z-index:1;
		width:85%;
	}
	.main-slider__news-item{
		height:212px;
		margin:0 0 23px;
		padding:14px;
		line-height:30px;
		flex: 1;
	}
	.main-slider__news a .main-slider__news-text {
		background: rgba(10,30,58,.75);
	}
	.main-slider__news-item:after{
		background: rgba(0,0,0,.3);
	}
	.dive-frame{
		padding:20px;
		display:block;
	}
	.dive-frame__head{
		position:static;
		display:block;
		margin:0 0 65px;
	}
	.dive-frame__title{
		font-size:30px;
		line-height:40px;
		margin:0 0 25px;
	}
	.dive-frame__title span{
		display:block;
	}
	.dive-frame img{
		height:auto;
		width:100%;
		margin:20px 0 0;
	}
	.projects-list a, .expedition-list .projects-list .item_4{
		display:block;
		width:auto !important;
		margin-right:0 !important;
	}
	.index-page .projects-list a{
		display:none;
	}
	.index-page .projects-list a:nth-child(1), .index-page .projects-list a:nth-child(2){
		display:block;
		margin:0 0 10px !important;
	}
	a .project-inner{
		background: rgba(10,30,58,.7);
		width:100% !important;
	}
	.project-text p{
		display:block !important;
		line-height:25px;
		height:auto !important;
		max-height: 200px;
		overflow: hidden;
	}
	.project-text .block-title{
		font-size:18px;
	}
	.projects .button{
		margin:0 0 20px;
	}
	.media .block-title, .block-title{
		font-size:20px;
		margin:0 10px 24px;
	}
	.info-line{
		display:block;
	}
	.info-item{
		width:100% !important;
		font-size:13px;
		line-height:25px;
	}
	.info-item:first-child{
		height:270px;
	}
	.info-item .diver{
		height:315px;
	}
	.info-item .block-title{
		padding:0 !important;
		width:auto !important;
		text-align:center !important;
	}
	.info-item .block-title:before{
		left: -20px;
		bottom: 12px !important;
		width:75px;
	}
	.info-item:nth-child(even){
		padding:40px 10px;
	}
	.info-line:nth-child(even) .block-title:before{
		right:-20px;
	}
	.partners-slider__wrap.first-slider{
		padding:40px 30px 0;
	}
	.partners-slider.slider1{
		flex-wrap:wrap;
	}
	.partners-slider.slider1 .partners-slider__item{
		width:50%;
		display:none;
	}
	.partners-slider.slider1 .partners-slider__item:nth-child(1), .partners-slider.slider1 .partners-slider__item:nth-child(2), .partners-slider.slider1 .partners-slider__item:nth-child(3), .partners-slider.slider1 .partners-slider__item:nth-child(4){
		display:block;
		margin:0 0 50px;
	}
	.partners-slider img{
		max-width:100%;
		height:auto;
	}
	.partners-slider__wrap {
		padding: 28px 0 27px;
	}
	.footer > .wrap{
		display:block;
	}
	.footer__main-logo, .footer__geo-logo, .footer__control{
		display:none;
	}
	.footer{
		font-size:13px;
		line-height:20px;
	}
	.footer__social{
		text-align:left;
		margin:0 0 20px;
	}
	.footer__address{
		margin:0 0 20px;
	}
	.header .logo img{
		height:auto;
		width:133px;
	}
	.top-search{
		margin: 2px 20px 0 0;
	}
	.inner .header-list h1{
		font-size:25px;
		line-height:30px;
	}
	.bread-crumbs{
		display:none;
	}
	.inner .header-list {
		padding: 100px 0 27px;
	}
	.sidebar{
		display:none;
	}
	.content-inner{
		padding:0;
	}
	.content-inner, .about{
		font-size:13px;
		line-height:25px;
	}
	.content-sidebar{
		padding:0 0 15px;
	}
	.content-inner blockquote{
		width:100%;
		text-align:center;
	}
	blockquote{
		font-weight:500 !important;
		padding:20px 26px;
	}
	.about .banner-slider .item{
		height:400px;
	}
	.doc-list{
		display:block;
	}
	.doc-list a{
		display:block;
		position:relative;
		padding:0 0 0 42px;
		font-size:13px;
		line-height:18px;
		margin:0 0 20px
	}
	.doc-list img{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		left:0;
	}
	.content-inner h1{
		text-align:center;
		font-size:25px;
		line-height:30px;
	}
	.content-inner .align-left{
		width:100%;
		float:none;
		margin:0 0 10px;
	}
	.photo-video__item a:not(:first-child), .photo-video__item > span:not(:first-child){
		display:none;
	}
	.photo-video__item a:first-child, .photo-video__item > span:first-child{
		position:relative;
		width:100% !important;
		height:321px !important;
		left:0;
	}
	.slick-disabled{
		display:none !important;
	}
	.media-slider__wrap .media-buttons{
		top:110px;
	}
	.media-slider .news-text{
		position:relative;
		height:auto;
	}
	.news-item:hover .news-text{
		background:none;
	}
	.news-text p, .news-item:hover .news-text p{
		height:auto !important;
		margin:0 0 15px !important;
		line-height: normal !important;
		transition: none;
		color:#000;
	}
	.media-slider .news-item{
		height:auto;
		width:auto;
	}
	.media-slider .news-title, .news-item:hover .news-title{
		color:#000;
		height:auto;
		min-height:0;
		max-height:none;
		margin:0 0 10px;
	}
	.content-inner .back-list.hidden{
		display:block;
	}
	.photo-video__item a:not(.video-link):after{
		opacity:.4;
	}
	.photo-video__item a span{
		opacity:1;
	}
	.team-list{
		padding:0;
	}
	.team-item img{
		max-width:100%;
		margin:0 auto 10px;
		display: block;
	}
	.team-item{
		display:block;
		margin:0 0 20px;
		background:none;
	}
	.team-text, .team-item:nth-child(even) .team-text{
		padding:10px 0 20px;
		text-align:left;
	}
	.mission-line > div:first-child:after{
		width:90% !important;
		height:86%;
	}
	.mission-line{
		font-size:13px;
		line-height:25px;
	}
	.mission-title{
		font-size:30px;
		line-height:36px;
		text-align:left;
	}
	.banner-slider__title{
		font-size:25px;
		line-height:30px;
		padding:0 20px;
	}
	.banner-slider .item{
		height:auto;
		padding:40px 0;
	}
	.banner-slider p{
		text-align:center;
		padding:0 20px;
		margin: 0;
	}
	.banner-slider__wrap .banner-buttons{
		top:50%;
		left:10px;
		transform: scale(.8, .8);
	}
	.banner-slider__wrap .banner-buttons.next-btn{
		left:auto;
		right:10px;
		transform: scale(-.8, .8);
	}
	.content-inner .news-item, .content-inner .news-item:nth-child(3n+3), .content-inner .news-item:nth-child(4n+4){
		margin:0 0 20px;
		width:100%;
		height:auto;
	}
	.news-text{
		position:relative;
		height:auto;
	}
	.news-title{
		min-height:0;
		max-height:none;
	}
	.news-item:hover .news-text{
		height:auto;
	}
	.media-slider .news-title, .news-item:hover .news-title{
		margin:0 0 11px;
	}
	.mission-line:nth-child(even) > div:nth-child(2), .mission-line > div:nth-child(2){
		padding:10px 0;
	}
	.news-list{
		padding:10px 0;
	}
	.pagination > a{
		width:14px;
		height:14px;
		text-indent:-999px;
		overflow:hidden;
		border-top:#55c1e0 2px solid;
		border-left:#55c1e0 2px solid;
		transform: rotate(-45deg);
	}
	.pagination > a:last-child{
		transform: rotate(-45deg) scale(-1);
	}
	.video-frame{
		height:180px;
		margin:0 0 15px;
	}
	blockquote.for-video{
		padding:20px;
	}
	blockquote.for-video > span{
		display:block;
	}
	.team-slider .flex{
		display:block;
	}
	.team-slider img{
		display:block;
		margin:0 auto 20px;
		width:125px;
	}
	.team{
		padding:20px 0;
	}
	.team-slider__wrap .team-buttons{
		top:60px;
	}
	.header-list .back-list.hidden{
		margin:0 0 30px;
	}
	.content-inner .action-item .name{
		font-size:18px;
		line-height:25px;
	}
	.content-inner .action-item{
		height:320px;
		margin:0 0 20px;
	}
	.content-inner .action-item p{
		line-height:21px;
	}
	.dive{
		padding:18px 0;
	}
	.action-list{
		display:block;
	}
	.action-item{
		width:auto;
		display:block;
		margin:0 0 20px;
	}
	.action-item p{
		font-size:13px;
		line-height:30px;
		margin:0 auto 15px;
	}
	.projects-list a:nth-child(5){
		margin:0 0 10px;
	}
	.tabs-wrap{
		color:#00A8E2;
		font-size:14px;
		text-transform:uppercase;
		font-weight:900;
		text-align:left;
		border:#00A8E2 1px solid;
		height:51px;
		border-radius:50px;
		padding:11px 0;
		max-width:280px;
		margin:25px auto 0;
		position:relative;
		cursor:pointer;
	}
	.tabs-wrap:after{
		content:"";
		position:absolute;
		width:7px;
		height:7px;
		border-bottom:#00A8E2 2px solid;
		border-right:#00A8E2 2px solid;
		right: 27px;
		top: 19px;
		transform:rotate(45deg);
	}
	.tabs-wrap .tabs{
		margin:0;
		background:#fff;
		border:#00A8E2 1px solid;
		border-radius:30px;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		display:none;
	}
	.tabs-wrap > span{
		padding:0 38px;
	}
	.tabs-wrap li{
		display:list-item;
		margin:0;
	}
	.tabs-wrap .blue-button{
		border:none;
		padding: 19px 38px 15px;
	}
	.tabs-wrap .blue-button.active, .tabs-wrap .blue-button:hover{
		background:none;
	}
	.header-list{
		padding:85px 0 40px;
	}
	.header-contact{
		padding:90px 0 1px;
	}
	.header-contact h1{
		margin:0 0 20px;
	}
	.header-contact p{
		letter-spacing:normal;
		font-size:16px !important;
		line-height:25px !important;
		font-weight:100;
	}
	.header-contact .bold{
		font-weight:100;
	}
	h1.expedition-head{
		font-size:25px;
		line-height:30px;
		min-height:0;
		margin:0 0 15px;
	}
	.header-list .back-list{
		margin-bottom:25px;
	}
	.expedition-date{
		font-size:14px;
		margin:0 0 14px;
	}
	.header-list p{
		font-size:13px;
		line-height:21px;
		margin-bottom:25px;
	}
	.header-list__share-title{
		display:block;
		margin:0 0 15px;
	}
	.share a, .share li{
		margin:0 10px;
	}
	.header-list__share{
		margin:20px 0 0;
	}
	.content > .align-left{
		float:none;
		width:100%;
		margin:0;
	}
	.content{
		font-size:13px;
		line-height:25px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.objective{
		padding:40px 0 25px;
	}
	.objective-list{
		display:block;
	}
	.objective-list li{
		max-width:none;
		font-size:13px;
		line-height:21px;
		margin:0 0 10px;
	}
	.objective .block-title{
		margin:0 0 40px;
	}
	.objective-list img{
		width:50px;
		margin:0 0 -2px;
	}
	.media-slider:not(.slick-slider) > div{
		display:block !important;
		width:100% !important;
	}
	.with-help{
		padding:40px 0;
	}
	.with-help__logo{
		display:block;
		padding:0 0 15px;
		margin-bottom:40px;
	}
	.with-help__logo li{
		margin:0 0 20px;
	}
	.with-help .block-title{
		margin:0 0 40px;
	}
	.media-slider__wrap{
		padding:0;
		text-align:left;
	}
	.header-list h1{
		font-size:25px;
		line-height:30px;
		min-height:0;
	}
	.developing-text{
		margin:0;
		font-size:35px;
		line-height:40px;
	}
	.team-slider__wrap, .media-slider__wrap{
		padding:0;
	}
	.contact-list{
		display:block;
		margin:0;
	}
	.contact-list li{
		width:auto;
		margin:0 0 20px;
		padding:20px;
		height:auto;
	}
	.contact-list p{
		margin:0;
	}
	.map-link{
		display:none;
	}
	#map{
		height:440px;
	}
	.callback{
		padding:35px 0 50px;
	}
	.news-item, .news-item:nth-child(4n+4){
		display:block;
		width:auto;
		height:auto;
	}
	.header-list__info.mw1477{
		margin:20px 0 0;
		font-size:13px;
		line-height:25px;
		padding:10px;
	}
	.partners-list{
		padding:15px 10px 0;
	}
	.partner-item{
		display:block;
		padding-top:0;
		border-top:none;
	}
	.partner-logo{
		width:100%;
		margin:0 0 25px;
		height:280px;
	}
	.partner-name{
		font-size:18px;
		line-height:normal;
		margin:0 0 10px;
	}
	.partner-about p{
		font-size:13px;
		line-height:25px;
	}
	.tabs-style2 a{
		padding: 11px 20px 7px;
		min-width: 99px;
	}
	.header-list__info{
		font-size: 13px;
		line-height: 25px;
		padding: 20px;
		margin: 0 0 36px;
	}
	.photo .projects-list a.mar-right{
		margin: 0 0 10px !important;
	}
	.map-content, .map-sidebar{
		display:block;
	}
	.map-sidebar, .map-block__wrap{
		float: none;
		display:block !important;
		width:100%;
	}
	.map-region{
		max-width:900px;
	}
	.region-slide ul{
		max-width: 900px;
	}
	.map-region .mCSB_inside>.mCSB_container {
		padding: 20px !important;
	}
	.legend{
		max-width:none;
	}
	.exp-calendar__year, .region-slide .flex{
		flex-wrap:wrap;
	}
	.exp-calendar__quarter{
		width:100%;
		border-bottom: #001334 1px solid;
	}
	.region-list{
		margin:50px 0 0;
	}
	.region-slide{
		padding:0;
	}
	.region-slide .flex ul{
		width:100%;
		padding:0;
	}
	.exp-type{
		font-size:15px;
	}
}

@media screen and (max-width: 600px){
	.main-slider__news{
		display: block;
	}
}

@media screen and (max-width: 425px){
	.about .banner-slider .item{
		height: 150px;
	}
}

/*search*/
.search{
	margin: 0 0 50px;
}
.search-query{
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 35px;
}
.search-hint{
	text-align: center;
	margin: 0 0 26px;
}
.search .button{
	width: auto;
	font-size: 12px;
	min-width: 215px;
}
.search-result{
	max-width: 1180px;
	margin: 0 auto;
	line-height: 25px;
}
.search-result .h2{
	text-transform: uppercase;
	font-weight: 900;
	margin: 11px 0;
}
.search-result p{
	margin: 0 0 11px;
}
.view-more.reverse-color:hover{
	color:#55c1e0;
	text-decoration: underline;
}
.view-more.reverse-color:hover:after{
	opacity: 0;
}
.view-more.reverse-color:hover:before{
	opacity: 1;
}
.search-item{
	border-bottom: #e8e8e8 1px solid;
	padding: 0 0 27px;
	margin: 0 0 27px;
}

@media screen and (max-width: 1024px){
	.search-result{
		max-width: 880px;
	}
}
@media screen and (max-width: 900px){
	.search-result .h2{
		font-size: 18px;
		line-height: 30px;
	}
	.search-result p{
		font-size: 13px;
	}
}
.partner-link:hover{
	filter: brightness(400%);
}

em{
	font-style: italic;
}
