body{
	font:100 19px/30px "MuseoSans";
	color:#222;
}
h1, h2, h3, h4, h5{
	font-weight:900;
	line-height:normal;
	font-size:100px;
	margin:0 0 25px;
	text-transform:uppercase;
	color:#111;
}
h2{
	font-size:35px;
	text-align:center;
	margin:0 0 15px;
}
h4{
	font-size:18px;
}
a{
	color:#ff8562;
}
p{
	margin:0 0 15px;
}
.wrap{
	max-width:1423px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.center-text{
	text-align:center;
}
.container{
	overflow:hidden;
}
.animate-block{
	-webkit-transition:all ease .5s;
	-o-transition:all ease .5s;
	transition:all ease .5s;
	top:50px;
	opacity:0;
	position:relative;
}
.animate{
	top:0;
	opacity:1;
}
.sheme-oleg.animate{
	bottom:28px;
}

/*header*/
.header{
	background:rgba(0,0,0,.5);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	font-size:18px;
	padding:15px 0;
	z-index:100;
	font-weight:300;
}
.header .wrap{
	display:-webkit-box;
	display:flex;
	display:-ms-flexbox;
	-webkit-box-pack:justify;
	        justify-content:space-between;
	-ms-flex-pack:justify;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-again:center;
	max-width:1580px;
}
.header img{
	display:block;
}
.header a{
	color:#fff;
	text-decoration:none;
}
.header nav{
	margin:0 35px 0 0;
}
.top-menu li{
	display:inline-block;
	vertical-align:top;
	margin:0 38px;
}
.menu-btn{
	display:none;
	position:absolute;
	width:24px;
	height:16px;
	border-top:#fff 2px solid;
	border-bottom:#fff 2px solid;
	position:relative;
}
.menu-btn:after{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background:#fff;
	left:0;
	top:5px;
}

/*vodeo-block*/
.video-block{
	min-height:740px;
	position:relative;
	color:#fff;
	text-align:center;
	display:-webkit-box;
	display:flex;
	display:-ms-flexbox;
	-webkit-box-align:end;
	        align-items:flex-end;
	-ms-flex-align:end;
	text-transform:uppercase;
	font-size:20px;
	line-height:40px;
	font-weight:300;
}
.mobile .video-block{
	background:url(../video/start_frame.jpg) no-repeat center;
	background-size:cover;
}
.mobile .video-bg__wrap{
	display:none;
}
.video-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
}
.video-bg__wrap{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
.video-text{
	margin:0 0 34.5%;
}
.video-text h1{
	color:#fff;
}
.video-text__top{
	background: #906a00;
	background: -webkit-linear-gradient(left,  #906a00 0%,#d99f00 35%,#ffffff 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(#906a00),color-stop(35%, #d99f00),to(#ffffff));
	background: -o-linear-gradient(left,  #906a00 0%,#d99f00 35%,#ffffff 100%);
	background: linear-gradient(to right,  #906a00 0%,#d99f00 35%,#ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:900;
	font-size:30px;
	line-height:normal;
	margin:0 0 1px;
}
.down-button{
	position:absolute;
	width:54px;
	height:54px;
	border-radius:50%;
	bottom:11%;
	left:50%;
	margin:0 0 0 -27px;
	background: #906a00;
	background: -webkit-linear-gradient(left,  rgba(144,106,0,0.3) 0%,rgba(217,159,0,0.3) 64%,rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(144,106,0,0.3)),color-stop(64%, rgba(217,159,0,0.3)),to(rgba(255,255,255,0.1)));
	background: -o-linear-gradient(left,  rgba(144,106,0,0.3) 0%,rgba(217,159,0,0.3) 64%,rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(144,106,0,0.3)),color-stop(100%, rgba(217,159,0,0.3)),to(rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(left,  rgba(144,106,0,0.3) 0%,rgba(217,159,0,0.3) 100%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(left,  rgba(144,106,0,0.3) 0%,rgba(217,159,0,0.3) 100%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to right,  rgba(144,106,0,0.3) 0%,rgba(217,159,0,0.3) 100%,rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d906a00', endColorstr='#4dffffff',GradientType=1 );
}
.down-button:after{
	content:"";
	position:absolute;
	width:24px;
	height:193px;
	background:url(../img/down-button-arrow.png);
	top:21px;
	left:15px;
}

/*start*/
.start{
	padding:90px 0 69px;
}
.start .center-text{
	max-width:1246px;
	margin:0 auto 64px;
}
.start__img-wrap{
	position:relative;
}
.img-wrap img{
	max-width:100%;
	display:block;
}
.start-img2{
	position:absolute;
	right:0;
	max-width:100%;
	bottom:50%;
	-ms-transform:translateY(50%);
	    transform:translateY(50%);
	-moz-transform:translateY(50%);
	-o-transform:translateY(50%);
	-webkit-transform:translateY(50%);
}

/*about-frigate*/
.about-frigate{
	position:relative;
	background:#5C4937;
	color:#fff;
	min-height:1000px;
	padding:0 0 36%;
}
.about-frigate h2{
	color:#fff;
	text-align:left;
}
.about-frigate__right, .about-frigate__left{
	position:absolute;
	width:50%;
	height:100%;
	padding:15px;
}
.about-frigate__right{
	background:url(../img/about-f-right.jpg) no-repeat center 0;
	background-size:cover;
}
.about-frigate__left{
	left:auto;
	right:0;
	font-size:15px;
	text-align:center;
}
.about-frigate__right-text{
	border:#cb9200 1px solid;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	        border-image: -webkit-linear-gradient(left, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	-o-border-image: -o-linear-gradient(left, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	   border-image: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(217,159,0,1)),color-stop(5%, rgba(217,159,0,1)),color-stop(73%, rgba(144,106,0,1)),to(rgba(217,159,0,1)));
	   border-image: linear-gradient(to right, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	border-image-slice: 1;
	padding:12% 17.2% 10% 26%;
	min-height:688px;
}
.bold{
	font-weight:900;
}
.about-frigate__left .bold{
	font-size:13px;
	text-transform:uppercase;
}
.about-frigate__left-text{
	border:#cb9200 1px solid;
	-webkit-border-image: -webkit-linear-gradient(-45deg, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	        border-image: -webkit-linear-gradient(-45deg, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	-o-border-image: -o-linear-gradient(135deg, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	   border-image: linear-gradient(-45deg, rgba(217,159,0,1) 5%,rgba(217,159,0,1) 5%,rgba(144,106,0,1) 73%,rgba(217,159,0,1) 100%);
	border-image-slice: 1;
	max-width:536px;
	padding:48px 20px 37px;
	margin:72px 0 0 15%;
	position:relative;
}
.about-frigate__left-text:after{
	content:"";
	position:absolute;
	width:55.5%;
	top:50%;
	height:1px;
	background: rgb(241,212,132);
	background: -webkit-linear-gradient(left,  rgba(241,212,132,1) 0%,rgba(160,116,0,1) 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(241,212,132,1)),to(rgba(160,116,0,1)));
	background: -o-linear-gradient(left,  rgba(241,212,132,1) 0%,rgba(160,116,0,1) 100%);
	background: linear-gradient(to right,  rgba(241,212,132,1) 0%,rgba(160,116,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d484', endColorstr='#a07400',GradientType=1 );
	right:100%;
}
.about-frigate__left-text li{
	margin:0 0 9px;
}
.sheme-oleg{
	top:auto;
	position:absolute;
	max-width:100%;
	bottom:28px;
	left:50%;
	-ms-transform:translateX(-50%);
	    transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.5);
	        box-shadow:0 0 15px rgba(0,0,0,.5);
}

/*fate*/
.fate{
	padding:72px 0 73px;
}
.fate img{
	max-width:100%;
}
.way{
	margin:0 0 94px;
}
.way__top img{
	position:relative;
	z-index:10;
}
.way__top, .way__bottom{
	display:-webkit-box;
	display:flex;
	display:-ms-flexbox;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-again:center;
	max-width:1403px;
	margin:0 auto;
	position:relative;
}
.way__bottom{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	        flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	max-width:1920px;
	margin:-121px auto 0;
}
.way__top-text{
	width:45.1%;
	padding:0 8% 0 0;
	margin:-100px 0 0;
	position:relative;
}
.way__top-text:after, .way__bottom-text:after{
	content:"";
	position:absolute;
	width:94px;
	height:1px;
	background: rgb(241,213,134);
	background: -webkit-linear-gradient(left,  rgba(241,213,134,1) 0%,rgba(185,135,0,1) 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(241,213,134,1)),to(rgba(185,135,0,1)));
	background: -o-linear-gradient(left,  rgba(241,213,134,1) 0%,rgba(185,135,0,1) 100%);
	background: linear-gradient(to right,  rgba(241,213,134,1) 0%,rgba(185,135,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d586', endColorstr='#b98700',GradientType=1 );
	right:-16px;
	top:50%;
}
.fate h2{
	text-align:left;
}
.way img{
	width:55%;
}
.way__bottom-text{
	padding:0 16% 0 5%;
	margin:110px 0 0;
	position:relative;
}
.way__bottom-text:after{
	right:auto;
	left:0;
	width:79px;
	background: rgb(185,135,0);
	background: -webkit-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(185,135,0,1)),color-stop(62%, rgba(241,213,134,1)));
	background: -o-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	background: linear-gradient(to right,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98700', endColorstr='#f1d586',GradientType=1 );
}
.fw500{
	font-weight:500;
}
.death .wrap{
	display:-webkit-box;
	display:flex;
	display:-ms-flexbox;
	-webkit-box-pack:justify;
	        justify-content:space-between;
	-ms-flex-pack:justify;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	max-width:1580px;
}
.death__text{
	width:47.8%;
	margin:0 0 0 30px;
}
.reconstruction{
	position:relative;
	width:614px;
	padding:61px 0 110px;
}
.reconstruction h4{
	margin:0 49px 48px;
}
.reconstruction:before{
	content:"";
	position:absolute;
	width:699px;
	height:617px;
	background:url(../img/reconstruction-video-bg.png) no-repeat center;
	top:53px;
	left:-57px;
}
.reconstruction:after{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	content:"";
	position:absolute;
	border:#d39800 10px solid;
	-webkit-border-image:-webkit-linear-gradient(140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	        border-image:-webkit-linear-gradient(140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	-o-border-image:-o-linear-gradient(310deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	   border-image:linear-gradient(140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	border-image-slice: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.reconstruction__video-wrap{
	padding:16px;
	border:#d39800 1px solid;
	-webkit-border-image:-webkit-linear-gradient(140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	        border-image:-webkit-linear-gradient(140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	-o-border-image:-o-linear-gradient(230deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	   border-image:linear-gradient(-140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	border-image-slice: 1;
	width:600px;
	margin:0 0 0 -78px;
	position:relative;
	z-index:1;
}
.reconstruction__video-wrap a{
	display:block;
	height:320px;
	background:url(../img/play-btn.jpg) no-repeat center;
	background-size:cover;
}
.collage{
	height:1201px;
	background:url(../img/collage.jpg) no-repeat center;
	background-size:cover;
}

/*research*/
.research{
	background:#f6f6f5;
	text-align:center;
	padding:64px 0 58px;
}
.research h2{
	margin:0 0 45px;
}
.research img{
	margin:0 0 51px -272px;
	max-width:100%;
}
.research p{
	max-width:1110px;
	margin:0 auto;
}

/*gallery*/
.gallery{
	padding:65px 0 0;
}
.gallery h2{
	margin:0 0 51px;
}
.gallery .wrap{
	max-width:1920px;
	padding:0;
}
.gallery img{
	max-width:100%;
}
.galelry__top, .galelry__bottom{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.galelry__top > img, .galelry__bottom > img{
    width: 51.65%;
}
.gallery__img-wrap{
	width:48.35%;
	text-align:center;
	padding:0 20px;
	position:relative;
}
.gallery__img-wrap:after{
	content:"";
	position:absolute;
	width:118px;
	height:1px;
	background: rgb(185,135,0);
	background: -webkit-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(185,135,0,1)),color-stop(62%, rgba(241,213,134,1)));
	background: -o-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	background: linear-gradient(to right,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98700', endColorstr='#f1d586',GradientType=1 );
	left:0;
	top:50%;
}
.galelry__bottom .gallery__img-wrap:after{
	width:1px;
	height:149px;
	top:-85px;
	left:50%;
	background: rgb(201,143,0);
	background: -webkit-linear-gradient(top,  rgba(201,143,0,1) 0%,rgba(241,212,132,1) 100%);
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(201,143,0,1)),to(rgba(241,212,132,1)));
	background: -o-linear-gradient(top,  rgba(201,143,0,1) 0%,rgba(241,212,132,1) 100%);
	background: linear-gradient(to bottom,  rgba(201,143,0,1) 0%,rgba(241,212,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c98f00', endColorstr='#f1d484',GradientType=0 );
	margin:0 0 0 -10px;
}
.galelry__bottom .gallery__img-wrap img{
	margin:20px 0 0 60px;
}
.galelry__bottom{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	    -ms-flex-direction:row-reverse;
	        flex-direction:row-reverse;
	margin:-61px 0 0;
	z-index:-10;
	position:relative;
}
.gallery-slider__wrap{
	max-width:1112px;
	margin:-77px auto 0;
	padding:0 62px;
	z-index:1;
	position:relative;
}
.gallery-slider{
	max-width:989px;
}
.gallery__slide{
	padding:10px;
	position:relative;
}
.gallery__slide:after{
	content:"";
	position:absolute;
	border:#d39800 1px solid;
	-webkit-border-image:-webkit-linear-gradient(140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	        border-image:-webkit-linear-gradient(140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	-o-border-image:-o-linear-gradient(230deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	   border-image:linear-gradient(-140deg, rgba(172,115,0,1) 0%,rgba(241,169,0,1) 63%,rgba(241,169,0,1) 63%,rgba(252,216,138,1) 100%);
	border-image-slice: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-transform: scale(.95, .925);
	    -ms-transform: scale(.95, .925);
	        transform: scale(.95, .925);
}
.gallery__slide img{
	width:100%;
	height:100%;
	max-height:641px;
	-o-object-fit:cover;
	   object-fit:cover;
	display:block;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);
	        box-shadow:0 0 10px rgba(0,0,0,.5);
	
}
.slick-arrow{
	cursor:pointer;
	position:absolute;
	text-indent:-999px;
	overflow:hidden;
	width:41px;
	height:41px;
	top:50%;
	margin:-20px 0 0;
	left:0;
	background:url(../img/slider-button.png) no-repeat center -19px;
}
.slick-arrow:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url(../img/slider-button-hover.png) no-repeat center;
	transition:all ease .3s;
	-moz-transition:all ease .3s;
	-o-transition:all ease .3s;
	-webkit-transition:all ease .3s;
	opacity:0;
	top:0;
	left:0;
}
.slick-arrow:hover:after{
	opacity:1;	
}
.next, .slick-next{
	left:auto;
	right:0;
	background-position:center 16px;
}

/*expedition*/
.expedition{
	padding:55px 0 0;
}
.expedition h2{
	margin:0 0 54px;
}
.expedition .wrap{
	padding:0;
	max-width:1561px;
}
.timeline{
	position:relative;
	padding:0 0 72px;
}
.timeline:after{
	content:"";
	position:absolute;
	width:2px;
	height:100%;
	top:0;
	margin:0 0 0 -1px;
	left:50%;
	background: rgb(241,213,134);
	background: -webkit-linear-gradient(top,  rgba(241,213,134,1) 0%,rgba(210,151,0,1) 50%,rgba(176,125,0,1) 100%);
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(241,213,134,1)),color-stop(50%, rgba(210,151,0,1)),to(rgba(176,125,0,1)));
	background: -o-linear-gradient(top,  rgba(241,213,134,1) 0%,rgba(210,151,0,1) 50%,rgba(176,125,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(241,213,134,1) 0%,rgba(210,151,0,1) 50%,rgba(176,125,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d586', endColorstr='#b07d00',GradientType=0 );	
}
.timeline__item{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	position:relative;
	z-index:1;
	margin:0 0 74px;
}
.timeline__item:last-child{
	margin-bottom:0;
}
.timeline__item:nth-child(odd) .timeline__text{
	text-align:right;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.timeline__item:nth-child(even){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	    -ms-flex-direction:row-reverse;
	        flex-direction:row-reverse;
}
.timeline__text{
	width:40.5%;
}
.timeline__text p{
	max-width:536px;
}
.timeline__year{
	font-size:25px;
	font-weight:900;
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform:translate(-100%, -50%);
	    transform:translate(-100%, -50%);
	-moz-transform:translate(-100%, -50%);
	-o-transform:translate(-100%, -50%);
	-webkit-transform:translate(-100%, -50%);
	margin:0 0 0 -47px;
}
.timeline__item:nth-child(even) .timeline__year{
	-ms-transform:translate(100%, -50%);
	    transform:translate(100%, -50%);
	-moz-transform:translate(100%, -50%);
	-o-transform:translate(100%, -50%);
	-webkit-transform:translate(100%, -50%);
	margin:0 0 0 -12px;
}
.timeline__item:nth-child(even) .timeline__year i{
	right:auto;
	left:-63px;
}
.timeline__slider-wrap{
	width:40.56%;
	padding:17px;
	border:#B98300 1px solid;
	-webkit-border-image: -webkit-linear-gradient(315deg, rgba(246,228,178,1) 0%,rgba(185,131,0,1) 50%,rgba(153,111,0,1) 100%);
	     -o-border-image: -o-linear-gradient(315deg, rgba(246,228,178,1) 0%,rgba(185,131,0,1) 50%,rgba(153,111,0,1) 100%);
	        border-image: linear-gradient(135deg, rgba(246,228,178,1) 0%,rgba(185,131,0,1) 50%,rgba(153,111,0,1) 100%);
	border-image-slice: 1;
	position:relative;
}
.timeline__year i{
	position:absolute;
	width:32px;
	height:32px;
	background:#fff url(../img/year-dot.png) no-repeat center;
	right:-63px;
	border-radius:50%;
	top:50%;
	-ms-transform:translateY(-50%);
	    transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.timeline__year i:after{
	content:"";
	position:absolute;
	width:72px;
	height:1px;
	left:100%;
	top:50%;
	background: rgb(185,135,0);
	background: -webkit-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(185,135,0,1)),color-stop(62%, rgba(241,213,134,1)));
	background: -o-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	background: linear-gradient(to right,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98700', endColorstr='#f1d586',GradientType=1 );
}
.timeline__item:nth-child(even) .timeline__year i:after{
	left:auto;
	right:100%;
	background: rgb(241,213,134);
	background: -webkit-linear-gradient(left,  rgba(241,213,134,1) 0%,rgba(185,135,0,1) 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(241,213,134,1)),to(rgba(185,135,0,1)));
	background: -o-linear-gradient(left,  rgba(241,213,134,1) 0%,rgba(185,135,0,1) 100%);
	background: linear-gradient(to right,  rgba(241,213,134,1) 0%,rgba(185,135,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d586', endColorstr='#b98700',GradientType=1 );
}
.timeline__slider img{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover;
}
.timeline__slider .slick-arrow{
	margin:-20px 0 0;
}
.timeline__slider .slick-prev{
	left:-66px;
}
.timeline__slider .slick-next{
	right:-66px;
}

/*about-center*/
.about-center{
	text-align:center;
	color:#fff;
	font-size:20px;
	background:url(../img/about-center.jpg) no-repeat center;
	background-size:cover;
	padding:200px 0 144px;
}
.about-center p{
	text-align:left;
	max-width:1045px;
	margin:0 auto 159px;
}
.share__title{
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 14px;
}
.share a{
	margin:0 3.5px;
	width:32px;
	height:32px;
	border-radius:50%;
	border:rgba(255,255,255,.2) 1px solid;
	line-height:32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s;
}
.share a:hover{
	border-color:#fff;
}
.share span.ya-share2__badge{
	display:none;
}

/*footer*/
.footer{
	display: flex;
	justify-content: center;
	flex-direction: column;
	background:#001738;
	color: #b6bcc4;
	font-size:15px;
	line-height:20px;
	width: 100%;
}

.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;
	gap: 20px;
}

.wrap {
	position: relative;
	z-index: 1;
	max-width: 1580px;
	padding: 0 10px;
	margin: 0 auto;
}

.footer > * span {
	font-size: 15px;
}
.footer > .wrap{
	max-width: 1580px;
	padding:22px 10px 20px;
}
.footer a{
	color:#b6bcc4;
}
.footer a img{
	display:block;
}
.footer__geo-logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.footer__geo-logo img{
	margin:0 46px 0 0;
}
.footer__address a:hover{
	text-decoration:underline;
}
.footer__social{
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: space-between;
	text-align:right;
	white-space:nowrap;
}
.footer__social--links{

}
.footer__social span{
	margin:0 0 4px;
	text-align: left;
}

.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{
	width: 100%;
	font-size:13px;
	background:#000E27;
	padding:17px 10px 15px;
}
.footer__organization{
	display: none;
}

@media screen and (max-width: 1250px){
	.footer__geo-logo img{
		margin:0 20px 0 0;
	}
}


@media screen and (max-width: 950px) {
	.footer > .wrap {
		display: block;
		margin: 0;
	}

	.footer__main-logo, .footer__geo-logo, .footer__control {
		display: none;
	}

	.footer__organization {
		display: inline-block;
	}

	.footer {
		font-size: 13px;
		line-height: 20px;
	}

	.footer__social {
		text-align: left;
		margin: 0 0 20px;
	}

	.footer__address {
		margin: 0 0 20px;
	}
}
/*.footer__social-links {*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-box;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*}*/
/*.footer__social-item {*/
/*    width: 20%;*/
/*}*/
/*.footer__social-link--fb {*/
/*    background: #3c5a98;*/
/*}*/
/*.footer__social-link--fb:hover {*/
/*    background: #354f86;*/
/*}*/
/*.footer__social-link--vk {*/
/*    background: #48729e;*/
/*}*/
/*.footer__social-link--vk:hover {*/
/*    background: #40658c;*/
/*}*/
/*.footer__social-link--od {*/
/*    background: #ff9f4d;*/
/*}*/
/*.footer__social-link--od:hover {*/
/*    background: #ff9134;*/
/*}*/
/*.footer__social-link--vimeo {*/
/*    background: #00adef;*/
/*}*/
/*.footer__social-link--vimeo:hover {*/
/*    background: #009bd6;*/
/*}*/
/*.footer__social-link--insta {*/
/*    background: #5851db;*/
/*}*/
/*.footer__social-link--insta:hover {*/
/*    background: #443cd7;*/
/*}*/
/*.footer__social-link {*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-box;*/
/*    display: flex;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-box-pack: center;*/
/*            justify-content: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-box-align: center;*/
/*            align-items: center;*/
/*    height: 98px;*/
/*}*/
/*.footer__copy-wrap {*/
/*    padding: 50px 0;*/
/*    background: #000;*/
/*}*/
/*.footer__copyright {*/
/*    font-size: 16px;*/
/*    color: #939393;*/
/*    line-height: 1.2;*/
/*    text-align: center;*/
/*	max-width: 1600px;*/
/*    margin: 0 auto;*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*    -webkit-box-sizing: border-box;*/
/*            box-sizing: border-box;*/
/*}*/

/*media*/
@media screen and (max-width: 1680px){
	.timeline__slider-wrap{
		width:33.5%;
	    margin: 0 4% 0 0;
	}
	.timeline__item:nth-child(even) .timeline__slider-wrap{
		margin:0 0 0 4%;
	}
}
@media screen and (max-width: 1525px){
	.way__bottom-text{
		padding:0 5%;
		margin:0;
	}
}
@media screen and (max-width: 1440px){
	.about-frigate__right-text{
	    padding: 6% 22.2% 5% 8%;
	}
	.way__top-text{
		padding:0 5% 0 2%;
		margin:0;
	}
	.way__bottom{
		margin-top:20px;
	}
	.death .wrap{
		display:block;
	}
	.death__text{
		width:auto;
		margin:0 0 40px;
	}
	.reconstruction{
		margin:0 auto;
	}
	.gallery__img-wrap{
		width:auto;
		padding:0 7%;
	}
	.galelry__bottom .gallery__img-wrap img{
		margin:0;
	}
	.timeline__year i:after{
		width:50px;
	}
}
@media screen and (max-width: 1300px){
	.timeline{
		max-width:895px;
		margin:0 auto;
	}
	.timeline__item, .timeline__item:nth-child(odd) .timeline__text{
		display:block;
	}
	.timeline__item{
		padding:0 0 0 262px;
	}
	.timeline__text, .timeline__item:nth-child(odd) .timeline__text{
		width:auto;
		text-align:left;
	}
	.timeline__text p{
		max-width:none;
	}
	.timeline__slider-wrap, .timeline__item:nth-child(even) .timeline__slider-wrap{
		width:auto;
		margin:0;
	}
	.timeline:after{
		left:106px;
		margin:0;
	}
	.timeline__year, .timeline__item:nth-child(even) .timeline__year{
		-webkit-transform:translate(0, 0);
		    -ms-transform:translate(0, 0);
		        transform:translate(0, 0);
		left:0;
		top:auto;
		margin:0;
	}
	.timeline__item:nth-child(even) .timeline__year i{
		left:auto;
		right:-63px;
	}
	.timeline__item:nth-child(even) .timeline__year i:after{
		right:auto;
		left:100%;
		background: rgb(185,135,0);
		background: -webkit-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
		background: -webkit-gradient(linear,  left top, right top,  from(rgba(185,135,0,1)),color-stop(62%, rgba(241,213,134,1)));
		background: -o-linear-gradient(left,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
		background: linear-gradient(to right,  rgba(185,135,0,1) 0%,rgba(241,213,134,1) 62%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98700', endColorstr='#f1d586',GradientType=1 );
	}
}
@media screen and (max-width: 1100px){
	.header .wrap{
		padding:0 48px;
	}
	.logo img{
		width:246px;
	}
	.geo-logo img{
		width:87px;
	}
	.top-menu li{
		margin:0 25px;
	}
	.galelry__bottom{
		margin:30px 0 0;
	}
	.gallery-slider__wrap{
		margin:30px auto 0;
	}
}
@media screen and (max-width: 1024px){
	h1{
		font-size:80px;
		margin:0 0 12px;
	}
	.header{
		padding:7px 0 9px;
	}
	.header nav{
		margin:0 0 0 50px;
	}
	.top-menu li{
		margin:0 40px 0 0;
	}
	.top-menu li:last-child{
		margin-right:0;
	}
	.video-block{
		max-height:574px;
		min-height:574px;
	}
	.video-text{
		margin:0 0 127px;
	}
	.down-button{
		bottom:35px;
	}
	.down-button:after{
		height:123px;
	}
	.start__img-wrap{
		max-width:931px;
		margin:0 auto;
	}
	.start-img2{
		position:static;
		margin:-198px auto 0;
		-webkit-transform:translateY(0);
		    -ms-transform:translateY(0);
		        transform:translateY(0);
	}
	.start .center-text{
		margin:0 auto 41px;
	}
	.about-frigate{
		padding:0 0 52px;
	}
	.about-frigate__right{
		width:auto;
		position:relative;
	}
	.about-frigate__right-text{
		min-height:788px;
		padding:50px 50px 110px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.about-frigate__right-text > div{
		max-width:455px;
	}
	.sheme-oleg{
		position:relative;
		z-index:1;
		max-width:813px;
		width:100%;
		-webkit-transform:translateY(0);
		    -ms-transform:translateY(0);
		        transform:translateY(0);

		left:0;
		top:0;
		margin:-115px auto 48px;
		display:block;
	}
	.about-frigate__left-text{
		margin:0;
	}
	.about-frigate__left{
		position:relative;
		margin:0 auto;
	}
	.about-frigate__left-text:after{
		width:1px;
		height:152px;
		left:50%;
		top:-174px;
	}
	.fate{
		padding:64px 48px 116px;
	}
	.fate h2{
		text-align:center;
	}
	.death h2{
		text-align:left;
	}
	.death__text{
		margin:0 0 51px;
	}
	.way__top, .way__bottom, .galelry__top, .galelry__bottom{
		display:block;
		text-align:center;
	}
	.way__top-text{
		width:auto;
	}
	.way img{
		width:auto;
		margin:63px 0;
	}
	.way__bottom, .way, .galelry__bottom{
		margin:0;
	}
	.way__top-text, .gallery__img-wrap{
		padding:0;
	}
	.research .wrap, .gallery .wrap{
		padding:0 48px;
	}
	.research br, .gallery__img-wrap:after{
		display:none;
	}
	.gallery img{
		width:auto;
		margin:0 0 44px;
	}
	.gallery__slide img{
		margin:0;
		width:100%;
	}
	.research img{
		max-width:110%;
	}
	.gallery-slider__wrap{
		padding:0 41px;
	}
	.timeline__text{
		margin:0 0 38px 17px;
	}
	.timeline__item{
		margin:0 0 58px;
	}
	.about-center{
		padding:150px 0 130px;
	}
	.about-center p{
		max-width:916px;
		margin:0 auto 112px;
	}
	.way__top-text:after, .way__bottom-text:after{
		display:none;
	}
}
@media screen and (max-width: 1010px){
	.timeline__slider-wrap, .timeline__item:nth-child(even) .timeline__slider-wrap{
		margin:0 45px 0 0;
	}
}
@media screen and (max-width: 950px){
	.header nav{
		margin:0;
	}
	.top-menu li{
		margin:0 10px 0 0;
	}
	.header .wrap{
		padding:0 15px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.about-frigate__left{
		width:auto;
	}
	.about-frigate__left-text{
		margin:0 auto;
	}
	.timeline{
		margin:0;
		padding:0 10px 72px;
	}
	.timeline__year i, .timeline__item:nth-child(even) .timeline__year i{
		right:-53px;
	}
	.reconstruction{
		width:100%;
		max-width:614px;
	}
	.reconstruction__video-wrap{
		left:50%;
		-webkit-transform:translateX(-50%);
		    -ms-transform:translateX(-50%);
		        transform:translateX(-50%);
		margin:0;
		width: 114.8%;
	}
	.research img{
		margin:0 0 50px;
		position:relative;
		left:37%;
		-webkit-transform:translateX(-50%);
		    -ms-transform:translateX(-50%);
		        transform:translateX(-50%);
	}
	.timeline__item{
		padding:0 0 0 180px;
	}
	.geo-logo{
		margin:0 40px;
		/*position:absolute;
		right:60px;*/
	}
	.menu-btn{
		display:block;
	}
	.top-menu{
		display:none;
		position:absolute;
		width:100%;
		left:0;
		top:114%;
		background:rgba(0,0,0,.5);
		text-align:right;
	}
	.top-menu li, .top-menu li:last-child{
		padding:10px;
		border-top: 1px dashed rgba(255,255,255,.3);
		max-width:468px;
		margin:0 auto;
		display:list-item;
	}
}
@media screen and (max-width: 600px){
	.video-block{
		max-height:480px;
		min-height:480px;
	}
	.fate, .research .wrap, .gallery .wrap{
		padding-left:10px;
		padding-right:10px;
	}
	.reconstruction__video-wrap{
		width:107.5%;
	}
	h1{
		font-size:50px;
	}
	.start-img2{
		margin:-43px 0 0;
	}
	.collage{
		height:900px;
	}
	.collage img{
		max-width:none;
		height:100%;
	}
}
@media screen and (max-width: 500px){
	body{
		font-size:16px;
		line-height:25px;
	}
	h2{
		font-size:25px;
		line-height:30px;
		margin:0 0 20px;
		padding-left:10px;
		padding-right:10px;
	}
	.video-block{
		max-height:359px;
		min-height:359px;
	}
	.video-text__top{
		font-size:20px;
		margin:0 0 5px;
	}
	h1{
		font-size:36px;
		margin:0 0 21px;
	}
	.video-text__location{
		font-size:16px;
		line-height:24px;
	}
	.video-text{
		margin:0 0 95px;
	}
	.down-button{
		width:43px;
		height:43px;
		bottom:23px;
	}
	.down-button:after{
		width:16px;
		height:94px;
		background-size:cover;
	    top: 19px;
	    left: 14px;
	}
	.wrap{
		padding-left:0;
		padding-right:0;
	}
	p{
		padding-left:13px;
		padding-right:13px;
		text-align:center;
	}
	.start-img2 {
		margin: -43px auto 0;
		width: 86%;
	}
	.about-frigate__right-text p{
		text-align:left;
		padding:0;
	}
	.death__text p{
		text-align:left;
	}
	.about-frigate__right-text{
		min-height:0;
		padding:19px 14px 7px;
	}
	.sheme-oleg{
		margin:0;
	}
	.about-frigate__left-text{
		line-height:22px;
		padding:21px 20px 14px;
	}
	.about-frigate__left-text li{
		margin:0 0 7px;
	}
	.about-frigate__left .bold{
		display:block;
	}
	.about-frigate__right{
		padding-bottom:93px;
	}
	.sheme-oleg{
		width:93.45%;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		    -ms-transform:translate(-50%,-50%);
		        transform:translate(-50%,-50%);
	    margin: 8% 0 -8%;
	}
	.fate, .gallery .wrap, .timeline, .timeline__slider-wrap{
		padding-left:0;
		padding-right:0;
	}
	.timeline__slider-wrap{
		border-left:none;
		border-right:none;
	}
	.reconstruction{
		width:84%;
		padding:27px 0 25px;
		height:269px;
	}
	.reconstruction__video-wrap a{
		height:170px;
	}
	.reconstruction__video-wrap {
		width: 118.5%;
		padding:8px;
	}
	.reconstruction h4{
		font-size:13px;
		text-align:center;
		margin:0 10px 14px;
	}
	.reconstruction:before{
		width:100%;
		height:100%;
		background-size:contain;
	}
	.research img{
		margin-bottom:16px;
	}
	.gallery-slider__wrap{
		padding:0;
	}
	.slick-arrow{
		z-index:100;
		left:10px;
	}
	.next, .slick-next{
		left:auto;
		right:10px;
	}
	.timeline:after{
		display:none;
	}
	.timeline__text{
		margin:0 0 17px;
	}
	.timeline__item{
		padding:0;
	}
	.timeline__year, .timeline__item:nth-child(even) .timeline__year{
		position:relative;
		top:auto;
		left:auto;
		padding:0 0 0 120px;
		display:block;
		margin:0 13px 40px;
	}
	.timeline__year i, .timeline__item:nth-child(even) .timeline__year i{
		right:auto;
		left:0;
	}
	.timeline__year i:after{
		width:72px;
	}
	.timeline__text p{
		padding:0 13px;
	}
	.timeline__slider-wrap, .timeline__item:nth-child(even) .timeline__slider-wrap{
		margin:0;
	}
	.timeline__slider .slick-arrow{
		left:0;
	}
	.timeline__slider .slick-next{
		left:auto;
		right:0;
	}
	.about-center{
		padding:61px 0 55px;
		font-size:16px;
		line-height:25px;
	}
	.about-center p{
		margin:0 0 53px;
	}
	.logo img{
		width:133px;
	}
	.geo-logo img{
		width:47px;
	}
	.header{
		padding:12px 0 13px;
	}
	.top-menu li, .top-menu li:last-child{
		max-width:300px;
	}
	.top-menu{
		top:139%;
	}
}
@media screen and (max-width: 400px){
	.collage{
		background-image:url(../img/collage-mobile.jpg);
	}
}
@media screen and (max-width: 320px){
	.research img{
		left: 31%;
		max-width: 170%;
	}
	.about-center{
		background-position:0 0;
	}
}