.faq-container {
    max-width: 1350px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.faq-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-3 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;

}

.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.faq-tabs-main-title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.page-template-template-faq {
    margin-top: 180px;
    background-color: #000;
}

.page-template-template-faq .page-title-small {
    display: none;
}

.faq-tabs-wrapper {
    background-color: #151516;
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.accordion {
    padding: 24px 33px;
    background: #202021;
    margin: 16px 0;
    border-radius: 4px;
}

.faq-scroll-title {
    font-size: 20px;
    text-align: center;
    background-color: #151516;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}

.faq-scroll-title.active {
    background-color: #202021;
}

.faq-scroll-title.active:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background-color: #001DE5;
    border-radius: 50%;
    right: 8px;
    top: 8px;
}

.faq-scroll-title a {
    padding: 30px 15px;
    display: block;
}

.faq-scroll-title a, .faq-scroll-title a:focus, .faq-scroll-title a:hover {
    color: #fff;
}

.heading {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-right: 45px;
    cursor: pointer;
}

.heading:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99896 4.2666V11.7333M4.26562 7.99994H11.7323" stroke="white"/></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: #2B2B2D;
    width: 40px;
    height: 40px;
}

.active.heading:after {
    background-size: 7px 16px;
    background-image: url('data:image/svg+xml,<svg width="8" height="2" viewBox="0 0 8 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.421875 1H7.88854" stroke="white"/></svg>');
}

.contents a {
    color: rgb(189, 189, 189);
    text-decoration: underline;
}

.contents a:hover {
    color: rgb(189, 189, 189);
    text-decoration: none;
}

.contents {
    display: none;
    color: #BDBDBD;
    font-size: 16px;
    line-height: 24px;
    padding-top: 13px;
    max-width: 710px;
}

.footer-content {
    font-size: 16px;
    padding: 20px 15px 0;
    text-align: center;
    color: #fff;
}

@media (max-width: 1200px) {
    .faq-scroll-title {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .col-9 {
        flex: 0 0 68%;
        max-width: 68%;
    }
}

@media (max-width: 768px) {
    .faq-row {
        flex-direction: column;
    }

    .col {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .accordion {
        padding: 18px 20px;
    }

    .heading:after {
        right: -10px;
        width: 35px;
        height: 35px;
    }

    .page-template-template-faq {
        margin-top: 80px;
    }
}

.page-template-template-faq .white-popup-block {
    max-width: 800px;
}

.footer-popup-wrapper {
    text-align: center;
    padding-bottom: 15px;
}

.footer-popup-wrapper a, .footer-popup-wrapper span {
    color: #fff;
}

.popup-content ul {
    padding-left: 2rem;
    margin-bottom: 10px;
}

.popup-content ul li strong {
    display: block;
    margin-bottom: 10px;
}

.page-template-template-faq .mfp-container {
    overflow-y: scroll;
}

.contents p:last-child {
    margin-bottom: 0;
}
