/* Common */
/* Media */
/* Blocks */
.faq {
	padding-bottom: 90px;
}

.faq__list {
	border-top-width: 2px;
	margin: 0 0 28px 0;
}

.faq__item {
	padding: 29px 0;
	border-bottom-width: 2px;
}

.faq__item-head {
	min-height: 40px;
	padding: 8px 70px 0 0;
}

.faq__item-head:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/common/icon-accordion-gray.svg) no-repeat 50% 50%/100% 100%;
}

.faq__item-head:hover:after {
	background-image: url(../img/common/icon-accordion-orange.svg);
}

.faq__item-head-number {
	flex: 0 0 100px;
	font-size: 24px;
	line-height: 106%;
}

.faq__item-head-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
}

.faq__item-text {
	gap: 20px;
	padding: 10px 0 0 100px;
}

.faq__item-text P {
	font-size: 16px;
	line-height: 150%;
}

.faq__item.open .faq__item-head-title {
	font-weight: 700;
}

.form-section_1 {
	padding: 0 0 100px 0;
}
