

/* Start:/local/templates/akshome/components/bitrix/news.list/faq/style.css?17613055612233*/
.faq_list {
    padding-top: 20px;
}
.faq_list .faq_item {
    margin-bottom: 20px;
}
.faq_list .faq_item .faq_head {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}
.faq_list .faq_item .faq_head:before, .faq_list .faq_item .faq_head:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FFF468;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq_list .faq_item .faq_head > span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
    min-width: 20px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF468;
}
.faq_list .faq_item .faq_head > span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -30px;
    background: #FFF468;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
}
.faq_list .faq_item .faq_head > span i {
    display: none;
}
.faq_list .faq_item .faq_head .f_title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.faq_list .faq_item .faq_head:before, .faq_list .faq_item .faq_head:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FFF468;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq_list .faq_item .faq_head:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.faq_list .faq_item.active .faq_head:after {
    opacity: 0;
}
.faq_list .faq_item .faq_body {
    padding-top: 5px;
    padding-left: 70px;
    display: none;
    font-size: 14px;
    line-height: 22px;
    color: #5E5E60;
    padding-right: 30px;
}
.faq_list .faq_item.active .faq_body {
    display: block;
}
/* End */
/* /local/templates/akshome/components/bitrix/news.list/faq/style.css?17613055612233 */
