.d_lpFAQ {
	background: rgb(217, 217, 217, 1);
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.d_faqBlock_title {
	font-weight: 700;
	text-align: center;
	margin: 0 auto 40px auto;
	color: black;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.d_faqBlock {
	padding: 20px 23px;
	border-bottom: 1px solid rgba(175, 163, 163, 0.3);
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 0;
	background: white;
}

.d_faqBlock_container {
	box-shadow: 0 0 5px 0 rgb(175 163 163 / 70%);
	border-radius: 2px;
	max-width: 410px;
	margin: 0 auto;
}

.d_faqBlock_heading {
	display: flex;
	cursor: pointer;
	justify-content: space-between;
	padding: 0;
}

.d_faqBlock_heading h4 {
	max-width: calc(100% - 44px);
	font-size: 18px;
	font-weight: 400;
	color: black;
	margin: 0;
	line-height: 1.333;
}

.d_faqBlock_arrow {
	padding-top: 1px;
	transition: all .3s ease-in-out;
	align-self: flex-start;
	flex-shrink: 0;
	width: 18px;
	height: 23px;
}

.d_faqBlock_arrow img {
	filter: invert(63%) sepia(3%) saturate(996%) hue-rotate(188deg) brightness(101%) contrast(86%);
	width: 18px;
	height: 23px;
}

.d_faqBlock.active .d_faqBlock_arrow {
	transform: rotate(180deg);
	margin-top: -2px;
}

.d_faqBlock .d_faqBlock_text p:last-of-type {
	margin-bottom: 5px;
}

.d_faqBlock_text {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease-in-out;
}

.d_faqBlock.active .d_faqBlock_text {
	max-height: 3500px;
}

.d_faqBlock_text a {
	color: #5e5e5e;
}

.d_faqBlock_text a:hover {
	color: #ee7105;
}

.d_faqBlock_text, .d_faqBlock_text p {
	color: black;
	font-weight: 300;
}

@media(min-width 576px) {
	.d_lpFAQ {
		padding-left: 24px;
		padding-right: 24px;
	}

	.d_faqBlock_container {
		max-width: initial;
	}
}

@media (min-width: 992px) {
	.d_faqBlock_container {
		max-width: 800px;
	}

	.d_faqBlock_title {
		font-size: 36px;
		margin: 0 auto 50px auto;
		line-height: 1.364;
		max-width: 800px;
	}

	.d_faqBlock {
		padding: 30px 40px;
	}

	.d_faqBlock_arrow, .d_faqBlock_arrow img {
		width: 24px;
		height: 27px;
	}
}

@media (min-width: 1200px) {
	.d_lpFAQ {
		padding-left: 30px;
		padding-right: 30px;
	}
}