.faq-items-wrap {
	font-family: 'Montserrat', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
}
.faq-items__title {
	line-height: normal;
	font-size: 42px;
	color: #000000;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.faq-items{
	margin: 40px 0 60px 0;
}
.faq-items .tr{
	margin-bottom: -1px;
}
.faq-items .tr .name{
	border-top: 1px solid #fd6c1e;
	border-bottom: 1px solid #fd6c1e;
	font-weight: 700;
	line-height: initial;
	padding: 15px 50px;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.faq-items .tr .name:before,
.faq-items .tr .name:after{
	content:'';
	display: block;
	position: absolute;
	width: 19px;
	height: 12px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAMAAAC3DnawAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAADxQTFRFAAAA/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/Wsd/WsdxYCGrwAAABR0Uk5TABBfUMD/gO9gMEAgoJDP0PDj8T1WkZ0EAAAAW0lEQVR4nG1P0RKAIAiTdCFpYfX//9qledKdexmMYwPnpqDFNJ4qBaxDAlNjxE8S7vMIbLVIjNw3drC8xgfCcM7VRqFk4hQHZRQrOVKcKPI/Ml09yEBuP3+p4QHR1gHmi9J0XAAAAABJRU5ErkJggg==');
	background-size: contain;
	top: calc(50% - 6px);
	transition: transform 0.3s;
}
.faq-items .tr .name:before{
	left: 10px;
}
.faq-items .tr .name:after{
	right: 10px;
}
.faq-items .tr .text-preview{
	display: none;
	height: 0;
	overflow: hidden;
}
.faq-items .tr.active .name:before,
.faq-items .tr.active .name:after{
	transform: rotate(-180deg);
}
.faq-items .tr .text-preview.active{
	display: block;
}
.faq-items .tr .text-preview .text{
	padding: 20px;
}
.faq-items .tr .text-preview .text,
.faq-items .tr .text-preview .text *{
	font-size: 18px;
	line-height: initial;
	color: #000000;
	border-collapse: collapse;
	border-left: none;
	border-top: none;
	width: 100%;
	font-weight: 400;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 768px) {
	.faq-items .tr .name{
		font-size: 16px;
	}
	.faq-items .tr .text-preview .text,
	.faq-items .tr .text-preview .text *{
		font-size: 16px;
	}
}
@media (min-width: 481px) and (max-width: 1200px) {
	.faq-items__title {
		font-size: 28px;
	}
}
@media (max-width: 576px) {
	.faq-items__title {
		font-size: 19px;
	}
}
