.mt170px{
    margin-top: 170px;
}
.block-bg-faq{
    padding: 22px 24px;
    background: rgba(153, 153, 153, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.05);

}
.block-faq-main .block-bg-faq:first-child{
    border-radius: 24px 24px 0px 0px;
}
.block-faq-main .block-bg-faq:last-child{
    border-radius: 0px 0px 24px 24px;
}
.faq-title{
    max-width: 756px;
    width: 100%;
    color: #FFF;
    font-family: "Forma DJR Micro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;
}
.block-minus-plus{
	position: relative;
	transition: 1s;
	width: 29px;
	height: 29px;
}
.psevdo-before:before{
	transition: 0.3s;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 15px;
	width: 2px;
	background-color:  #FFFFFF;
	opacity: 1 !important;
}
.psevdo-before::after{
	transition: 1s;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 2px;
	width: 15px;
	background-color:  #FFFFFF;
	opacity: 1 ;
}
.psevdo-before.active::before{
    transform: rotate(-90deg);
    top: 6px;
}
.spoiler-text{
	display: none;
}
.spoiler-text{
    color: rgba(255, 255, 255, 0.50);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%; /* 24.66px */
    letter-spacing: 0.18px;
    margin-top: 11px;
}
.block-faq-main{
    max-width: 720px;
    width: 100%;
}
.flex-wrap{
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width:1600px){
    .flex-wrap-about{
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }
}