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

.faq__list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #bfc4cc;
	margin: 0 -3.125vw 6.25vw -3.125vw;
}

.faq__item {
	padding: 6.25vw 3.125vw;
	border-bottom: 1px solid #bfc4cc;
}

.faq__item-head {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 12.5vw;
	padding: 3.125vw 15.625vw 0 0;
	cursor: pointer;
}

.faq__item-head:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 12.5vw;
	height: 12.5vw;
	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 16.875vw;
	font-weight: 800;
	font-size: 6.25vw;
	line-height: 100%;
	color: #bfc4cc;
}

.faq__item-head-title {
	flex-grow: 1;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.faq__item-text {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
	padding: 3.125vw 0 0 16.875vw;
}

.faq__item-text P {
	font-size: 4.375vw;
	line-height: 128%;
	margin: 0;
}

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

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