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

#page:has(#about-project) {
	height: auto;
	min-height: 0;
}

.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;
}

#about-project .about-project-swiper {
	overflow: hidden;
	width: 100%;
	max-height: 600px;
	border-radius: 6px;
	box-shadow: 0 12px 40px rgba(32, 32, 32, 0.12);
	background: #f7f8f9;
}

.about-project-gallery {
	position: relative;
	width: 100%;
}

#about-project .about-project-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
	display: none;
}

#about-project .about-project-swiper .swiper-wrapper {
	height: auto !important;
	align-items: center;
}

#about-project .about-project-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

#about-project .about-project-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: cover;
	display: block;
}

#about-project .gallery-img {
	display: block;
	width: 100%;
	position: relative;
}

.slide {
	position: relative;
}

.slide .ico {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 2;
}

.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-wrapper {
	display: flex;
	align-items: center;
}

.switches-button {
	display: flex;
}

.prewbutton,
.nextbutton {
	width: 40px;
	height: 40px;
	border: 2px solid #202020;
	background: transparent;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.nextbutton {}

.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;
	}
}