.asp-faq--title{display: block;margin-bottom: 30px;}
.asp-faq {margin-top: 30px}
.asp-faq.category{margin: 20px 0;}
.asp-faq-item {margin-bottom: 20px;border-bottom:1px solid #efefef;}
.asp-faq-item--spoiler {cursor: pointer;padding-bottom: 20px;padding-right: 20px;position: relative;font-weight: 700;font-size: 14px;line-height: 18px;color: #006AA2;}
.asp-faq-item--spoiler .icon{width: 20px;height: 20px;font-size: 12px;color: #006AA2;position:absolute;right:0;transition: all 0.3s;text-align: center;top: 50%;margin-top: -10px;}
.asp-faq-item.active .asp-faq-item--spoiler .icon{transform: rotate(-180deg);transition: all 0.3s;}
.asp-faq-item--content {font-size: 14px;opacity: 0;visibility:hidden;max-height:0;transition: visibility .3s linear, opacity .3s linear, max-height .3s linear;will-change: max-height;overflow: hidden;}
.asp-faq-item--content ul{padding-left: 20px;margin-bottom: 15px;}
.asp-faq-item--content > p{margin-bottom: 20px;}
.asp-faq-item.active .asp-faq-item--content {max-height:2000px;opacity: 1;visibility:visible;transition: visibility .5s linear, opacity .5s linear, max-height .5s linear;will-change: max-height;overflow: hidden;}

@media (min-width:480px){
	.asp-faq-item--spoiler {font-size:16px;}
}