

/* Start:/bitrix/templates/aspro-scorp/components/bitrix/news.list/faq-news/style.css?17881699272060*/
.faq-news {
	margin: 40px 0;
}

.faq-news__title {
	margin: 0 0 24px;

	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
}

.faq-news__list {
	border-top: 1px solid #e5e5e5;
}

.faq-news__item {
	border-bottom: 1px solid #e5e5e5;
}

.faq-news__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	width: 100%;
	padding: 20px 0;

	border: 0;

	background: transparent;

	color: #222;

	font: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;

	cursor: pointer;

	transition: color 0.2s ease;
}

.faq-news__question:hover {
	color: #e65100;
}

.faq-news__question-text {
	flex: 1;
}

.faq-news__icon {
	position: relative;

	flex: 0 0 20px;

	width: 20px;
	height: 20px;
}

.faq-news__icon::before,
.faq-news__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 14px;
	height: 2px;

	background: currentColor;

	content: "";

	transform: translate(-50%, -50%);

	transition: transform 0.25s ease;
}

.faq-news__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-news__answer {
	display: grid;
	grid-template-rows: 0fr;

	overflow: hidden;

	transition: grid-template-rows 0.3s ease;
}

.faq-news__answer-inner {
	min-height: 0;

	color: #666;
	font-size: 16px;
	line-height: 1.6;
}

.faq-news__answer-inner > :first-child {
	margin-top: 0;
}

.faq-news__answer-inner > :last-child {
	margin-bottom: 0;
}

.faq-news__item.is-open .faq-news__answer {
	grid-template-rows: 1fr;
}

.faq-news__item.is-open .faq-news__answer-inner {
	padding-bottom: 20px;
}

.faq-news__item.is-open .faq-news__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

@media (max-width: 767px) {
	.faq-news {
		margin: 30px 0;
	}

	.faq-news__title {
		margin-bottom: 16px;

		font-size: 24px;
	}

	.faq-news__question {
		padding: 16px 0;

		font-size: 16px;
	}

	.faq-news__answer-inner {
		font-size: 14px;
	}
}

/* End */
/* /bitrix/templates/aspro-scorp/components/bitrix/news.list/faq-news/style.css?17881699272060 */
