

/* Start:/local/templates/mosprom/components/bitrix/news.list/faq/style.css?1770623673750*/
.faq_item .faq_question {
	display: flex;flex-direction: row;justify-content: space-between;align-items: center;
	gap: 10px;


	align-self: stretch;
	cursor: pointer;
}

.faq_item {
	margin-bottom: 20px;
	background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
	border-radius: 30px;
	padding: 20px 35px;
}

.faq_item .faq_question .name {
	line-height: 36px;
	height: 36px;
}

span.arrow {
	height: 28px;
	transition: all 0.4s;
}

.faq_answer {
	display: none;
	margin: 0;
	padding: 15px 0px 0px;
	font-size: 23px;
	color: var(--color-text-blue);
	opacity: 0.65;
}

.faq_item:last-child {
	margin-bottom: 0;
}

.active .faq_answer {
	display: block;
}

.active span.arrow {
	transform: rotate(90deg);
}
/* End */
/* /local/templates/mosprom/components/bitrix/news.list/faq/style.css?1770623673750 */
