p.style-text {
    list-style-type: none;
    text-decoration: none;
    font-family: 'HelveticaNeueCyr';
	  line-height: 25px;
    color: #434343;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    text-indent: unset;
}
.faq_list .faq_item{border: 1px solid #000;box-sizing: border-box;margin-bottom: 20px;}
.faq_list .faq_item .heading {cursor: pointer;font-weight: 700;font-size: 20px;padding: 20px 54px 20px 20px;position: relative;}
.faq_list .faq_item .content {padding: 0px 54px 20px 20px;display: none;float: none;}

.faq h2{
	float: none;
}
/*accordion*/
.faq_list .arrow {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 10px;
        right: 30px;
}

.faq_list .arrow:before, .faq_list .arrow:after {
	content: "";
	position: absolute;
	background-color: #000;
	width: 2px;
	height: 12px;
}

.faq_list .arrow:before {
	transform: translate(4px, 0) rotate(45deg);
}
.faq_list .arrow:after {
	transform: translate(-4px, 0) rotate(-45deg);
}
.faq_list .accord_active .arrow:before {
	transform: translate(-4px, 0) rotate(45deg);
}
.faq_list .accord_active .arrow:after {
	transform: translate(4px, 0) rotate(-45deg);
}
.faq_item .content ul{
	list-style: circle;
	margin: 10px 15px;
}
.faq_item .content ul li{
	list-style: circle;
}
.faq_item .content{
    min-height: unset;
}