

/* Start:/local/templates/kirasa/components/bitrix/news.detail/about/style.css?17558838134238*/
.about-slider__nav svg {
	width: 24px;
	height: 24px;
	stroke: #000; 
	stroke-width: 2;
}
.about-slider {
	background: #f9f9f9;
	position: relative;
	width: 100%;
	margin: 20px auto 0px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	max-width: 60%;
	height: 450px;
}

.about-slider__container {
	display: flex;
	transition: transform 0.3s ease;
	height: 100%;
}

.about-slider__slide {
	min-width: 100%;
}

.about-slider__slide a {
	display: block;
}

.about-slider__slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.about-slider__nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.about-slider__prev,
.about-slider__next {
	background: rgba(255,255,255,0.7);
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	margin: 0 10px;
	transition: all 0.2s;
}

.about-slider__prev:hover,
.about-slider__next:hover {
	background: rgba(255,255,255,0.9);
}

@media (max-width: 1280px) {
	.about-slider {
		max-width: 60%;
		height: 400px;
	}
}

@media (max-width: 998px) {
	.about-slider {
		height: 400px;
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	.about-slider__prev,
	.about-slider__next {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.about-slider__slide img {
		/*max-height: 600px;*/
	}
	.about-slider {
		height: 300px;
		max-width: 100%;
	}

}

@media (max-width: 420px) {
	.about-slider {
		height: 250px;

	}
}


.about {
	padding-bottom: 100px;
}

.about__section {
	padding-bottom: 30px;
}

.about__history-top {
	display: flex;
	gap: 20px;
	font-size: 28px;
}

.about {
	margin: 0 auto;
	padding: 40px 20px;
	line-height: 1.6;
	color: #333;
}

.about ul li {
	position: relative;
}

.about ul li:before {
	content: "";
	position: absolute;
	left: -30px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #505050;
	opacity: .5;
	top: 50%;
	transform: translateY(-50%);
}

.about__section {
	margin-bottom: 50px;
	background: #f9f9f9;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.about__section:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.about__header {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #505050;
	position: relative;
}

.about__header::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #5e5e5e;
	margin-top: 10px;
	border-radius: 2px;
}

.about__intro,
.about__phil,
.about__facts {
	font-size: 16px;
}

.about__history-item {
	margin-bottom: 30px;
	border-left: 4px solid #5e5e5e;
	background: #fff;
	padding: 20px 20px 20px 24px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	display: flex;
	align-items: center;
	gap: 50px;
}

.about__history-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 10px;
	align-items: baseline;
	padding: 15px;
	border: 2px solid #5e5e5e;
	border-radius: 15px;
	position: relative;
	z-index: 5;
	background: #fff;
}

.about__history-year {
	font-weight: bold;
	color: #5e5e5e;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	border: 2px #5e5e5e solid;
	position: relative;
}

.about__history-year:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 55px;
	background: #5e5e5e;
	right: -55px;
}

.about__history-title {
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
}

.about__history-text {
	font-size: 15px;
	color: #555;
}

.col-lg-7.col-xlg-8 {
	flex-basis: 100%;
}

@media (min-width: 1200px) {
	.col-xlg-8 {
		flex-basis: 100%;
	}
}

@media (max-width: 900px) {
	.about .about__header {
		font-size: 20px;
	}

	.about .about__section p {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.about {
		padding: 20px 10px;
	}



	.about__history-top {
		flex-direction: column;
		gap: 6px;
	}

	.about__history-year,
	.about__history-title {
		font-size: 16px;
	}
}

@media (max-height: 600px) {
	.about .about__header {
		font-size: 20px;
	}

	.about .about__section p {
		font-size: 14px;
	}
}


/* End */


/* Start:/bitrix/components/bitrix/main.feedback/templates/bootstrap_v4/style.min.css?174782592332*/
.mf-control-required{color:#f00}
/* End */
/* /local/templates/kirasa/components/bitrix/news.detail/about/style.css?17558838134238 */
/* /bitrix/components/bitrix/main.feedback/templates/bootstrap_v4/style.min.css?174782592332 */
