/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.about{
	background: url("/images/about-back.jpg") 50% 0 no-repeat;
	background-size: cover;
	padding: 54px 0 26%;
}
.about__title{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.btn-about{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: transparent;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 181px;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}
.btn-about:hover,
.btn-about:visited,
.btn-about:focus{
	color: #fff;
	text-decoration: none;
}
.btn-about--close{
	position: absolute;
	top: 32px;
	right: 18%;
	z-index: 10;
}
.about-popup{
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 10000;
	font-size: 0;
	background: #121c24;
	display: -ms-flexbox;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.about-popup.open{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#hidden-content{
	display: none;
}
.about-info,
.about-slide{
	height: 100%;
}
.about-info__separate{
	margin: 28px auto;
	width: 60px;
	border-top: 2px solid #fff;
}
.about-info__text{
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
}
.about-info__year{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.about-info__wrap{
	position: relative;
	z-index: 2;
}
.about-info__wrap_big{
	max-width: 680px;
}
.about-info__wrap_small{
	max-width: 360px;
}
.about-slider.swiper-container{
	overflow-x: auto;
}
.about-logo{
	position: absolute;
	top: 32px;
	left: 17%;
	z-index: 10;
}
.about-slider .swiper-slide{
	width: auto;
}
.btn-about--close:before{
	content: '';
	background: url("/images/svg/close.svg") 50% 50% no-repeat;
	width: 12px;
	height: 12px;
	margin-right: 12px;
}
.about-popup::-webkit-scrollbar,
.about-slider::-webkit-scrollbar{
	height: 4px;
	background: #A8A8A8;
}

.about-slider::-webkit-scrollbar-thumb{
	background-color: #384C76;
}
.about-s{
	width: 100vw;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}
.about-info{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(10,10,10,.7);
	z-index: 1;
}
.about-s.about-s--50{
	width: 50vw;
}
.about-pagination .swiper-pagination-bullet {
	background: #A8A8A8;
	border-radius: 0;
	opacity: 1;
}
.about-pagination .swiper-pagination-bullet-active{
	background: #384C76;
}

@media (max-width: 991px) {
	.about-slider.swiper-container{
		overflow-x: hidden;
	}
	.about-logo{
		left: 25px;
	}
	.btn-about--close{
		right: 25px;
	}
	.about-info__year{
		font-size: 26px;
	}
	.about{
		background: url("/images/about-back-tablet.jpg") 50% 0 no-repeat;
		background-size: cover;
		padding: 28px 0 71%;
	}
	.about__title{
		font-size: 24px;
	}
	.about-s.about-s--50{
		width: 100vw;
	}
}
@media (max-width: 576px) {
	.about-logo{
		top: 16px;
		left: 15px;
	}
	.btn-about--close{
		top: 16px;
		right: 15px;
		width: 131px;
	}
	.about-info__year{
		font-size: 18px;
	}
	.about-info__text{
		font-size: 14px;
	}
	.about-info__wrap_big,
	.about-info__wrap_small {
		max-width: 100%;
		padding: 0 15px;
	}
	.about{
		background: url("/images/about-back-mobile.jpg") 50% 0 no-repeat;
		background-size: cover;
		padding: 28px 0 94px;
	}
	.time-scale{
		margin-top: 94px;
	}
	.about__title{
		font-size: 16px;
	}
}
@media (min-width: 2000px) {
	.about{
		padding: 54px 0 29%;
	}
}