.faq-cat a, .faq-cat a:hover, .faq-cat a:focus {
    background: #f8f8f8;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #181818;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.faq-cat a.active, .faq-cat a.active:hover, .faq-cat a.active:focus, .faq-cat a:hover {
    background: #161a60;
    color: #ffffff;
    font-weight: 600;
}
.faq-title {
    text-transform: uppercase;
}
.faq-cat-title span {
    cursor: pointer;
    display: block;
    border: 1px solid #cccccc;
    padding: 10px 25px 10px 10px;
    font-size: 15px;
    text-transform: uppercase;
    background: url('/assets/images/template/region-arrow.png') no-repeat center right 15px;
}
.faq div {
    display: none;
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}
.faq p {
    line-height: 28px;
}
.faq h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    padding-right: 45px;
    cursor: pointer;
    font-size: 15px;
}
.faq h3:after {
    content: url('/assets/images/template/faq_plus.png');
    position: absolute;
    top: -1px;
    right: 10px;
}
.faq.active h3:after {
    content: url('/assets/images/template/faq_minus.png');
}
.faq h3, .faq div {
    border-bottom: 1px solid #cccccc;
}
@media (max-width: 1440px) {
    .faq-cat a, .faq-cat a:hover, .faq-cat a:focus {
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .faq-cat {
        position: absolute;
        top: -10px;
        background: #ffffff;
        z-index: 1;
        display: none;
    }
    .faq-cat-title {
         margin-bottom: 25px;
    }
    .faq-cat a, .faq-cat a:hover, .faq-cat a:focus {
        margin-bottom: 0;
    }
    .faq h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .faq p {
        padding: 0 20px;
    }
    .faq h3:after {
        top: -5px;
        right: 10px;
        transform: scale(0.6);
    }
    .faq div {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    .faq h3 {
        font-size: 14px;
    }
}