.nc-category-faq {
	border-top: 1px solid #e5e5e5;
	margin: 28px 0 18px;
	padding-top: 24px;
	width: 100%;
}

.nc-category-faq__title {
	color: #333;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}

.nc-category-faq__accent {
	background: #c62828;
	height: 3px;
	margin: 12px 0 18px;
	width: 42px;
}

.nc-category-faq__items {
	margin: 0;
	padding: 0;
}

.nc-category-faq__item {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	box-shadow: none;
	box-sizing: border-box;
	margin: 0 0 11px;
	overflow: hidden;
}

.nc-category-faq__item[open] {
	background: #fff8f8;
	border-color: #ef8f8f;
}

.nc-category-faq__question {
	align-items: flex-start;
	color: #333;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	gap: 16px;
	justify-content: space-between;
	line-height: 1.45;
	list-style: none;
	padding: 16px 20px;
}

.nc-category-faq__question::-webkit-details-marker {
	display: none;
}

.nc-category-faq__question::marker {
	content: "";
}

.nc-category-faq__question:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.35);
	outline-offset: -2px;
}

.nc-category-faq__question-text {
	min-width: 0;
}

.nc-category-faq__icon {
	color: #c62828;
	flex: 0 0 auto;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	margin-top: -2px;
	text-align: center;
	width: 18px;
}

.nc-category-faq__icon::before {
	content: "+";
}

.nc-category-faq__item[open] .nc-category-faq__icon::before {
	content: "\2212";
}

.nc-category-faq__answer {
	color: #555;
	font-size: 15px;
	line-height: 1.7;
	padding: 0 32px 16px 20px;
}

.nc-category-faq__answer p {
	margin: 0 0 10px;
}

.nc-category-faq__answer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 549px) {
	.nc-category-faq {
		margin: 22px 0 14px;
		padding-top: 20px;
	}

	.nc-category-faq__title {
		font-size: 21px;
		line-height: 1.35;
	}

	.nc-category-faq__accent {
		margin: 10px 0 16px;
		width: 38px;
	}

	.nc-category-faq__question {
		font-size: 15.5px;
		gap: 12px;
		padding: 15px 16px;
	}

	.nc-category-faq__icon {
		font-size: 25px;
		width: 16px;
	}

	.nc-category-faq__answer {
		font-size: 15px;
		padding: 0 16px 15px;
	}
}
