.faq__wrapper{
    border-radius: 32px;
    padding: 0px 10px;
    background: #f5f8fa;
    max-width: 1200px;
    margin: 0 auto;
}

.faq__item__text__control{
    display: none;
}
.faq__item{
    padding: 14px 10px;
}
.faq__item:not(:last-child){
    border-bottom: 1px solid #e2e3e7;
}
.faq__item__inner{

}

.faq__item__name{
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #2d2c38;
    width: 100%;
}
.faq__item__text__control:checked ~ .faq__item__inner .faq__item__name{
    color: #00b0e9;
}
.faq__item__name__box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    cursor: pointer;
}
.faq__item__content{
    margin-top: 8px;
}
.faq__item__text__control:not(:checked) ~ .faq__item__inner .faq__item__content,
.faq__item__text__control:not(:checked) ~ .faq__item__inner .faq__item__icon__to-hide,
.faq__item__text__control:checked ~ .faq__item__inner .faq__item__icon__to-open{
    display: none;
}
.faq__item__icon{
    width: 56px;
    height: 56px;
    box-shadow: 0 0 30px 0 rgba(42, 48, 71, 0.1);
    border-radius: 999px;
    padding: 18px;
    background: #fff;
}
.faq__item__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
    color: #8d8ba2;
    margin-bottom: 20px;
}
.faq__item__prop__list{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8d8ba2;
}
.faq__item__prop__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #2d2c38;
    margin-bottom: 8px;
}
.faq__item__btns{
    margin-top: 20px;
}
.awc-landing__block-faq .awc-landing__block__title{
    text-align: center;
}
@media (min-width: 992px) {
    .faq__wrapper{
        padding: 0px 40px;
    }
    .awc-landing__block-faq{
        background: url(img/bg_pattern_1.png) no-repeat  0 -53px;
    }
    .awc-landing__block-faq__inner{
        background: url(img/bg_pattern_2.png) no-repeat 100% 100%;
        padding-bottom: 336px;
    }
}