.faq {
	margin-top: 95px;
	margin-bottom: 100px;
}

.faq .wrap {
	width: 1232px;
	max-width: 100%;
	padding: 0 16px;
	margin: 0 auto;
}

.faq.type_block .wrap {
	width: calc(1200px + 16px + 16px);
	padding: 0 16px;
	max-width: 100%;
	margin: 0 auto;
}

.faq h2 {
	font-size: 42px;
	line-height: 56px;
	margin-bottom: 17px;
}

.faq h2:last-child {
	margin-bottom: 0;
}

.new-style .faq h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #1E3851;
}

.faq_subtitle {
	font-size: 20px;
	line-height: 32px;
	color: rgba(92, 102, 128, 1);
}

.faq_header {
	text-align: center;
	width: 786px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 45px;
}

.new-style .faq_header {
	margin-bottom: 24px;
}

.faq_answer {
	display: none;
}

.faq_item {
	background-color: rgba(246, 247, 254, 1);
	border-radius: 12px;
	margin-bottom: 17px;
	border: 1px solid rgba(245, 245, 245, 1);
}

.new-style .faq_item {
	border: none;
	border-radius: 8px;
	background-color: #FCFCFC;
	padding: 16px;
	margin-bottom: 24px;
}

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

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

.faq_item.active .faq_answer {
	display: block;
}

.faq_questions {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}

.new-style .faq_questions {
	width: 100%;
}

.faq_question {
	cursor: pointer;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	background-image: url(../images/plus.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
	padding: 20px 25px;
	padding-right: 55px;
}

.new-style .faq_question {
	font-size: 20px;
	font-weight: 600;
	line-height: 32px; /* 160% */
	padding: 0;
	background-image: url(../images/faq-down.svg);
	background-position: right center;
	padding-right: 24px;
}

.faq_item.active .faq_question {
	background-image: url(../images/minus.svg);
	padding-bottom: 9px;
	background-position: right 30px center;
}

.new-style .faq_item.active .faq_question {
	background-image: url(../images/faq-up.svg);
	background-position: right center;
	padding-bottom: 0;
	margin-bottom: 16px;
}

.faq_answer {
	padding: 0 25px 20px;
}

.faq--v2 .faq_answer {
	padding: 0 16px 16px 16px;
}

.new-style .faq_answer {
	padding: 0;
}

.faq_answer,
.faq_answer p {
	font-size: 16px;
	line-height: 24px;
}

.new-style .faq_answer,
.new-style .faq_answer p {
	font-size: 14px;
	line-height: 18px;
}

.bottom_link_wrapper {
	text-align: center;
}

.bottom_link {
	color: rgba(75, 98, 249, 1);
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	font-weight: 600;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding-top: 30px;
	padding-top: 45px;
}

.bottom_link:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/blue-arrow.svg);
}

.faq.faq--v2 h2 {
	color: var(--primary-900);
	text-align: center;
	/* Desktop/Heading/Heading – H2 – 46px 56px */
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 121.739% */
	letter-spacing: -0.92px;
}

@media (max-width:767px) {
	.faq.faq--v2 h2 {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
	}
}

.faq.faq--v2 .faq_question {
	border-radius: 8px;
    background-color: var(--neutral-50);
	background-image: url(../images/dropdown-down-arrow.svg);
	color: var(--primary-900);
	/* Desktop/Heading/Heading – H6 – 20px 32px */
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	padding: 16px;
	border: none;
	transition: .2s background-image ease;
}
@media  (max-width: 991px) {
	.faq.faq--v2 .faq_question {
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		padding-right: 55px;
		background-position: right 16px top 16px;
		padding-right: 55px;
	}
	
}


.faq.faq--v2 li.faq_item.active .faq_question{
  background-image: url(../images/dropdown-up-arrow.svg);
}

.faq--v2 .faq_item {
	border: none;
	background-color: var(--neutral-50);
}

@media (max-width: 991px) {
	.bottom_link {
		padding-top: 30px;
	}

	.faq h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 13px;
	}

	.faq_subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.faq_question {
		font-size: 16px;
		line-height: 24px;
	}

	.faq_answer,
	.faq_answer p {
		font-size: 14px;
		line-height: 20px;
	}

	.faq_header {
		margin-bottom: 25px;
	}

	.faq {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.new-style .faq_answer, .new-style .faq_answer p {
		font-size: 12px;
		line-height: 16px;
	}

	.new-style .faq h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.new-style .faq_question {
		font-size: 16px;
		line-height: 24px;
	}
}
