.help__header a{overflow:hidden;display:block;text-decoration:none;position:relative;padding: 20px 30px 20px 0;font-size:20px;color: #990001;font-weight:700;line-height: 24px}
.help__header a::before{height:2px; width:30px; background:#990001; content:""; position:absolute; top:0; left:0; }
.help__header a::after{transition:all 0.3s linear 0s;background:url(/templates/potolki/images/faq-arrow-blue.png) no-repeat 0 0 / contain;content:"";position:absolute;width: 17px;height: 12px;top: 50%;right: 0;color:#fff;top: 26px}
.help__header a.collapsed{color: #000}
.help__header a.collapsed::after{background:url(/templates/potolki/images/faq-arrow.png) no-repeat 0 0 / contain; transform:rotate(0deg)}
.help__body{color:#000;font-size:16px;line-height: 26px;padding:0}
.block__help{margin-bottom:30px}
.block__help:last-child{margin-bottom:0}
.block__help p{margin:0}
.accordion__btn{margin:0}
@media(max-width:1259px){
	.help__header a{padding:15px 20px 15px 0; font-size:18px;line-height: 22px}
	.help__header a::before{width:25px}
	.help__header a::after{width: 15px; height: 10px; top: 21px}
	.help__body{font-size:14px;line-height: 24px}
	.block__help{margin-bottom:20px}
}
@media(max-width:991px){
	.help__header a{padding:15px 20px 5px 0}
	.block__help{margin-bottom:10px}
	.accordion__btn{margin:20px auto 0}
}
@media(max-width:767px){
	.help__header a{padding:15px 30px 5px 0; font-size:16px;line-height: 20px}
	.help__body{font-size:13px;line-height: 22px}
}
@media(max-width:575px){
	.help__header a {padding: 15px 20px 5px 0;font-size: 15px;line-height: 19px}
	.help__header a::before{width:20px; height:1px}
	.help__header a::after {width: 10px;height: 7px;top: 22px}
	.help__body {font-size: 13px;line-height: 21px}
	.accordion__btn{margin:15px auto 0}
}