

/* Start:/local/templates/ekoseti_2024/components/bitrix/news.detail/projects-detail/style.css?17466286841754*/
.projects-slider__container, .projects-slider__thumbnails-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.projects-slider__item, .projects-slider__thumbnail {
	max-width: 100%;
	width: 100%;
	height: 400px;
}

.projects-slider__container {
	margin-bottom: 20px;
}

.projects-slider__thumbnail {
	margin: 0 auto;
	height: 70px;
}

.projects-slider__thumbnail img {
	height: 100%;
}

.projects-slider__item img {
	margin: 0 auto;
}

.prop-block {
	margin-bottom: 14px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.projects-slider__thumbnails {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.catalog-product-item-props__name, .catalog-product-item-props__value {
	text-align: left;
}

.projects-detail-text {
	margin-top: 30px;
}

.projects-detail-text p {
	margin: 10px 0;
}

.projects-detail-text h3 {
	margin: 15px 0;
}

/* 2023 */

.solution-schema{
	position: relative;
}
.solution-schema img{
	width: 100%;
	height: auto;
}

.solution-schema-item{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	transition: color .3s ease, border-color .3s ease;
	position: absolute;
	
}

.solution-schema-item:hover,
.solution-schema-item:focus {
	color: #004bb1;
	border-color: #004bb1;
}

.modal-dialog.modal-dialog-solution {
	width: 100%;
	max-width: 600px;
}

.modal-content.modal-solution {
	width: 100%;
	max-width: unset;
}
/* End */
/* /local/templates/ekoseti_2024/components/bitrix/news.detail/projects-detail/style.css?17466286841754 */
