/* start styles for  FAQ-section */

.faq-wrap .item {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-bottom: 17px;*/
	border-top: 1px solid lightgray;
	cursor: pointer;
}
.faq-wrap .item:last-child {
	border-bottom: 1px solid lightgray;
}

.faq-wrap .twrap p.sub-title {
    margin: 17px 35px 17px 13px;
    line-height: 1.3em;
    color: #61615e;
    font-family: 'Muller', Arial, sans-serif;
}

.faq-wrap .twrap p.sub-title .bold {
    font-weight: 500;
}

.faq-wrap .item .content{
    color: #61615e;
    font-family: 'Muller', Arial, sans-serif;
    line-height: 25px;
	display: none;
}
.faq-wrap .item.opened .content {
    margin: 12px 35px 17px 13px;
    display: block;
    text-align: justify;
}
.faq-wrap .item .icn {
	position: absolute;
	right: 0;
	width: 22px;
	height: 22px;
	max-width: 22px;
	fill: #ababab;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.faq-wrap .item.opened .icn {
	transform: rotate(180deg);
}
.faq-wrap .twrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.faq-wrap > p {
    margin-bottom: 20px;
    font-size: 42px;
    font-family: 'Muller', Arial, sans-serif;
    color: #61615e;
    line-height: 65px;
    text-align: center;
    font-weight: normal;
}

/* end styles for  FAQ-section */

    .rating-result {

}
.rating-result span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
	text-shadow: 1px 1px #c60;
}

.rating__wrapper{display: flex
;padding:0 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;}
.rating__text{color: #1f4a2e;
    font-size: 20px;
    font-family: 'Muller', Arial, sans-serif;}