.faq-accordion { /* max-width: 600px */}
.faq-item {margin-bottom: 10px;    background: #399ad8;
    border-radius: 20px;}
.faq-question {cursor: pointer;
    padding: 15px;
    background: #399ad8;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
display: flex;
}
.faq-answer { display: none; padding: 15px; background: #fff; }
.faq-item.active .faq-answer { display: block; border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;}
	.krest_wrap {
margin-right: 10px;
	}
	.hdr {
    width: 90%;
}
.krest {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
			width: 30px;
		height: 30px;
}

.faq-item.active .krest {
    transform: rotate(45deg);
}