/* Common */
/* Media */
/* Blocks */
.faq {
	padding-bottom: 7.03125vw;
}

.faq__list {
	border-top-width: 0.15625vw;
	margin: 0 0 2.1875vw 0;
}

.faq__item {
	padding: 2.26563vw 0;
	border-bottom-width: 0.15625vw;
}

.faq__item-head {
	min-height: 3.125vw;
	padding: 0.625vw 5.46875vw 0 0;
}

.faq__item-head:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 3.125vw;
	height: 3.125vw;
	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 7.8125vw;
	font-size: 1.875vw;
	line-height: 106%;
}

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

.faq__item-text {
	gap: 1.5625vw;
	padding: 0.78125vw 0 0 7.8125vw;
}

.faq__item-text P {
	font-size: 1.25vw;
	line-height: 150%;
}

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

.form-section_1 {
	padding: 0 0 7.8125vw 0;
}
