

/* Start:/local/templates/.default/components/bitrix/news.list/faq_accordion/style.css?17579548863066*/
.faq-accordion {
	margin: 0 auto;
	font-family: Arial, sans-serif;
}

.faq-section {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	background: #fff;
}

.faq-section__header {
	padding: 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8f9fa;
	transition: background-color 0.3s ease;
}

.faq-section__header:hover {
	background: #e9ecef;
}

.faq-section__title {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.faq-section__icon {
	width: 16px;
	height: 16px;
	position: relative;
	transition: transform 0.3s ease;
}

.faq-section__icon::before,
.faq-section__icon::after {
	content: '';
	position: absolute;
	background: #666;
	transition: all 0.3s ease;
}

.faq-section__icon::before {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.faq-section__icon::after {
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.faq-section__header.active .faq-section__icon::after {
	transform: translateX(-50%) rotate(90deg);
	opacity: 0;
}

.faq-section__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.faq-section__content.active {
	max-height: 5000px;
}

.faq-item {
	border-bottom: 1px solid #eee;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-item__question {
	padding: 16px 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s ease;
}

.faq-item__question:hover {
	background: #f8f9fa;
}

.faq-item__title {
	margin: 0;
	font-size: 16px;
	color: #555;
	font-weight: 500;
	flex: 1;
}

.faq-item__icon {
	width: 12px;
	height: 12px;
	position: relative;
	margin-left: 10px;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.faq-item__icon::before,
.faq-item__icon::after {
	content: '';
	position: absolute;
	background: #888;
	transition: all 0.3s ease;
}

.faq-item__icon::before {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.faq-item__icon::after {
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.faq-item__question.active .faq-item__icon::after {
	transform: translateX(-50%) rotate(90deg);
	opacity: 0;
}

.faq-item__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.faq-item__answer.active {
	max-height: 1000px;
}

.faq-item__text {
	padding: 16px 20px;
	background: #fafafa;
	color: #333;
	line-height: 1.6;
}

.faq-item__text p {
	margin: 0 0 10px 0;
}

.faq-item__text p:last-child {
	margin-bottom: 0;
}

/* Анимации */
.faq-section__content,
.faq-item__answer {
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Адаптивность */
@media (max-width: 768px) {
	.faq-section__header {
		padding: 16px;
	}

	.faq-section__title {
		font-size: 16px;
	}

	.faq-item__question {
		padding: 14px 16px;
	}

	.faq-item__title {
		font-size: 14px;
	}

	.faq-item__text {
		padding: 14px 16px;
		font-size: 14px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/faq_accordion/style.css?17579548863066 */
