.blockWidget{
    padding: 15px 20px 15px;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
    margin-top: 15px;
}
.faq_widget{
    margin-top: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.faq_title{
    -webkit-text-size-adjust: 100%;
    color: #0f1111;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    padding-bottom: 4px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}
.faq_widget .faq_widget_block:nth-child(odd) .faq_widget_questions {
    border-bottom: 1px solid #d4d4d4;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    user-select: none
}
.faq_widget .faq_widget_block:nth-child(even) .faq_widget_questions {
    border-bottom: 1px solid #d4d4d4;
    background-color: #ffffff;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    user-select: none
}

.faq_widget .faq_widget_block:last-child .faq_widget_questions {
    border-bottom:none;
}
.faq_widget .faq_widget_answer{
    padding: 8px 15px;
    background-color: #f9f9f98a;
    border-bottom: 1px solid #d4d4d445;
}

.faq_widget .faq_widget_answer p{
    margin: 0;
}

.faq_widget .toggle-symbol {
    cursor: pointer;
    margin-right: 2px;
    font-weight: bold;
    width: 10px;
    display: inline-block;
}

.faq_widget_answer.open {
    display: block !important;
    overflow: visible;
}
