/************** #about-project *************/
#about-project {
	padding: 0 0 50px 0 !important;
}

.about-project-text {
	max-width: 40%;
}

#about-project h2 {
	font-weight: 600;
}

.video__box {
	position: relative;
	width: 100%;
	height: 416px;
}

.video-container {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/************* #slider-wrap *****************/
#slider-wrap {
	width: 100%;
}

#slider {
	width: 100%;
	height: 100%;
	max-height: 600px;
	overflow: hidden;
	position: relative;
}

.swiper {
	overflow: hidden;
	box-shadow: 0px 0px 14px -1px rgba(57, 56, 57, 0.7);
	border-radius: 8px;
}

.slide {
	position: relative;
}

.slide .ico {
	position: absolute;
	top: 10px;
	left: 5px;
}

.swiper-wrapper {
	height: 100% !important;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.sli-links .control-slide {
	margin: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/main-img/radioBg.png) center bottom no-repeat;
}

.sli-links .control-slide:hover {
	cursor: pointer;
	background-position: center center;
}

.sli-links .control-slide.active {
	background-position: center top;
}

/*****/



.switches-pages span {
	font-family: Lato;
	font-weight: 500;
	font-size: 40px;
	line-height: 56px;
	color: #202020;
}

@media (max-width: 992px) {
	.about-project-text {
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	h1.main-name-h1 {
		text-align: center;
		line-height: 40px;
	}
}

@media (max-width: 450px) {
	#slider {
		height: 460px;
	}

	.switches-pages span {
		font-size: 20px;
		line-height: 30px;
	}
}