.veha-faq {
	color: #2c3e4c;
}

.veha-faq__title {
	margin: 0 0 32px;
	font-size: 32px;
	line-height: 1.25;
	text-align: center;
	color: #2c3e4c;
}

.veha-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 920px;
	margin: 0 auto;
}

.veha-faq__item {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.veha-faq__item._active {
	border-color: #14a8f2;
}

.veha-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-width: 0;
	min-height: 0;
	padding: 20px 24px;
	border: 0;
	border-radius: 0;
	background: #fff;
	text-align: left;
	font: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #2c3e4c;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.veha-faq__question:hover,
.veha-faq__question._active {
	background: #fff;
	color: #2c3e4c;
}

.veha-faq__question-text {
	flex: 1 1 auto;
}

.veha-faq__icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	position: relative;
	color: #2c3e4c;
}

.veha-faq__icon::before,
.veha-faq__icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.veha-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.veha-faq__question._active .veha-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

.veha-faq__body {
	display: none;
	background: #fff;
}

.veha-faq__answer {
	padding: 0 24px 24px;
	color: #2c3e4c;
}

.veha-faq__answer > *:last-child {
	margin-bottom: 0;
}

.veha-faq__benefits {
	list-style: none;
	margin: 0;
	padding: 0;
}

.veha-faq__benefit:not(:last-child) {
	margin-bottom: 20px;
}

.veha-faq__benefit-title {
	margin: 0 0 8px;
	color: #2c3e4c;
}

.veha-faq__benefit-text {
	margin: 0;
	color: #2c3e4c;
}

.veha-faq__conclusion {
	margin-top: 24px;
	color: #2c3e4c;
}

@media (max-width: 768px) {
	.veha-faq__title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.veha-faq__question {
		padding: 16px 18px;
		font-size: 16px;
	}

	.veha-faq__answer {
		padding: 0 18px 18px;
	}
}
