#faq-search {
    background: #F7F7F7;
    padding: 80px 0;
}
#faq-search .inner {
    width: 750px;
    margin: 0 auto;
    text-align: center;
}
#faq-search input {
    height: 50px;
    width: 550px;
    padding: 0 20px;
    border: 1px solid #DADADA;
}
#faq-search input::placeholder {
    color: #969594;
}
#faq-search button {
    width: 180px;
    margin-left: 12px;
}
.cat-name {
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 50px;
}
.question {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.answer {
    font-weight: 300;
    line-height: 140.62%;
    padding-bottom: 25px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 40px;
}
.answer ol,
.answer ul {
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 18px;
}
.answer li {
    padding-left: 10px;
    padding-bottom: 15px;
}
.answer li:last-child {
    padding-bottom: 0;
}
.block-title {
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 2px solid #F3F3F3;
}
#fag-categories {
    flex-shrink: 0;
    width: 280px;
}
#fag-categories ul {
    margin: 0;
    padding: 0;
}
#fag-categories li {
    margin: 9px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    list-style: none;
    cursor: pointer;
}
#fag-categories .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
li.mixitup-control-active {
    color: #F57F17;
}
#faq-page {
    padding: 0;
}
#faq-page .container {
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
}
#faq-content {
    padding-left: 40px;
}

@media (max-width: 1200px) {
    .post-type-archive-faq .container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #faq-search {
        padding: 50px 15px;
    }
    #faq-search .inner,
    #faq-search input {
        width: 100%;
    }
    #faq-page .container {
        display: block;
    }
    #faq-search button {
        width: 100%;
        margin: 15px 0 0 0;
    }
    #faq-page .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #faq-content {
        padding-left: 0;
    }
    #fag-categories ul {
        display: flex;
        flex-direction: column;
    }
    #fag-categories li.mixitup-control-active:after {
        content: '\f105';
        position: absolute;
        top: 15px;
        right: 5px;
        font-size: 28px;
        font-family: 'FontAwesome';
        -webkit-transition: all .4s linear 0s;
        -o-transition: all .4s linear 0s;
        transition: all .4s linear 0s;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #6A6A6A;
    }
    #fag-categories .open li.mixitup-control-active:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #fag-categories li {
        display: none;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #DFDFDF;
        color: #464646;
        position: relative;
    }
    #fag-categories .open li {
        display: block;
    }
    #fag-categories li.mixitup-control-active {
        order: -1;
        display: block;
        color: #464646;
        padding-right: 20px;
    }
    #fag-categories {
        width: 100%;
        margin-bottom: 40px;
    }
    .block-title {
        padding-bottom: 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #DFDFDF;
    }
    .cat-name {
        margin-bottom: 40px;
    }
}
