.faq{
    background: #181818;
}
.faq .card{
    margin-bottom: 5px;
    background: none;
    color: #dddddd;
    border: 0;
    border-bottom: 1px solid #717171;
    padding: 7px 0;
    border-radius: 0;
}
.faq .b-t {
    color: #dddddd !important;
}
.faq .card-header {
    border-bottom: 0;
    background: none;
}
[aria-expanded=true].card-header span::after {
    background: url(/front/images/minus.svg) center / 15px no-repeat !important;
}
.faq .card-body{
    padding-right: 50px;
    color: #939292;
}
#accordion1 .card-header span:after {
    content: "";
    position: absolute;
    background: url(/front/images/plus.svg) center / 15px no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 49%;
    transform: translate(-42%, -47%);
}
#accordion1 .card-header span {
    background: none;
    border: 2px solid #FFF;
}
#accordion1 .card-header span {
    float: right;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 13px;
    opacity: .5;
}
[aria-expanded="true"].card-header span {
    background: none !important;
}
[aria-expanded=true].card-header span {
    opacity: 1 !important;
}
#accordion1 span{
    background: none;
    color: #939292 !important;
}