.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;
}

.d_faqBlock_title {
	font-weight: 800;
	text-align: center;
	margin: 50px auto 28px auto;
	color: black;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.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_faqBlockHelpful {
	font-size: 15px;
	margin: 30px 0 10px 0;
}

.d_faqBlockHelpful_text {
	color: #8a8a8a;
	margin-bottom: 14px;
}

.d_faqBlockHelpful_action {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	color: #686868;
}

.d_faqBlockHelpful_like, .d_faqBlockHelpful_dislike {
	border: 1px solid #b6b5b5;
	padding: 5px 11px;
	cursor: pointer;
	text-align: center;
	transition: all .2s ease-in-out;
	flex-shrink: 0;
}

.d_faqBlockHelpful_like:hover, .d_faqBlockHelpful_dislike:hover {
	border-color: black;
}

.d_faqBlockHelpful_like {
	margin: 0 10px;
}

.d_faqBlockHelpful_thanks {
	color: #05bf49;
}

.d_faqBlockHelpful_thanks svg {
	fill: #00d44d;
	width: 15px;
	height: 15px;
}

.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: 768px) {
	.d_faqBlockHelpful_like, .d_faqBlockHelpful_dislike {
		padding: 5px 12px;
	}

	.d_faqBlockHelpful_like {
		margin-right: 15px;
		margin-left: 25px;
	}
}

@media (min-width: 992px) {
	.d_faqBlock_title {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 31px;
		margin: 50px auto 30px auto;
		line-height: 26px;
	}

	.d_faqBlock {
		padding: 30px 40px;
	}

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