.static {
    padding-bottom: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.static__nav {
    position: absolute;
    top: 4rem;
    left: 0.75rem;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 15rem;
}

.static__nav li {
    position: relative;
    margin-bottom: 1.3rem;
    font-size: 0.875rem;
}

.static__nav li:last-child {
    margin-bottom: 0;
}

.static__nav a {
    text-decoration: none;
    font-weight: bold;
    color: #03A9F4;
}

.static__content {
    margin-top: 2.5rem;
    width: 100%;
}

.static__content a {
    color: #03A9F4;
}

.article-description h4 {
    font-size: 1.4375rem;
    margin-top: 2rem;
}

.static__nav a:hover,
.static__content a:hover {
    color: #000;
}

.static__nav li.active::before {
    content: '';
    height: 2px;
    width: 1.5rem;
    background-color: #24C10C;
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
}

.static__nav li.active a {
    color: #042433;
}

.static__content {
    max-width: 75%;
}

.static__content_faq {
    /* max-width: 49rem; */
    padding-top: 1rem;
}

.static__content .inner__title {
    margin-bottom: 1.5rem;
}

.static__content h3 {
    font-size: 1.3125rem;
    margin-bottom: 1.5rem;
}

.static__content p {
    font-size: 1rem;
/*{#margin-top: 1.5rem;#}*/
/*{#margin-bottom: 1.5rem;#}*/
    line-height: 1.625rem;
}

.static__content p > br
{
    display: block;
    height: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.static__content ul,
.static__content ol {
    font-size: 0.875rem;
    line-height: 1.625rem;
    padding-left: 2.5rem;
    margin-bottom: 0;
}

.static__content ul {
    list-style-type: none;
}

.static__content ul + h3,
.static__content ol + h3,
.static__content p + h3 {
    margin-top: 4rem;
}

.static__nav.fixed {
    right: auto;
    position: fixed;
    top: 14rem;
}

.static__nav.s-fixed {
    position: fixed;
    top: 1rem !important;
}

.static__nav.s-fixed-bottom {
    left: 0 !important;
    position: absolute;
    top: auto !important;
    bottom: 3rem;
}

.faq-content {
    margin-top: 2.5rem;
}

.faq-content__title {
    font-size: 3.375rem;
    line-height: 100%;
    font-weight: 700;
}

.faq-content__title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #69707A;
    display: block;
    margin-top: 2.5rem;
}

.faq-category_content {
    padding-top: 2.5rem;
}
@media(max-width: 991px) {
    .inner_faq .wrapper {
        padding: 0;
    }
}
@media(max-width: 767px) {
    .static {
        margin-top: 1rem;
    }
    .inner_faq {
        padding-top: 8rem;
    }
    .inner_faq .wrapper {
        padding: 0;
    }
    .static__nav.s-fixed {
        top: 0;
        left: 0;
        width: 100%;
        padding-right: 1rem;
    }
    .static__nav.s-fixed-bottom {
        top: auto !important;
        left: 0 !important;
        position: absolute !important;
        bottom: -32px !important;
    }
    .static__nav {
        position: relative;
        white-space: nowrap;
        overflow-y: scroll;
        background-color: #F7F7F7;
        margin-left: 0;
        width: 100vw;
        max-width: 100vw;
        left: 2rem !important;
        padding-right: 1rem;
        top: 0;
    }

    .static__nav.s-fixed {
        top: 0 !important;
        left: 0 !important;
    }

    .static__nav.s-fixed-bottom {
        top: auto !important;
        bottom: 0 !important;
        left: -1rem !important;
        width: 100vw;
    }

    .static__content .inner__title {
        font-size: 2.5rem;
    }

    .static__nav.fixed {
        top: 10.625rem;
    }

    .static__nav li {
        display: inline-block;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        margin-bottom: 0;
        margin-left: 1rem;
    }

    .static__nav li::before {
        display: none !important;
    }

    .static__nav a {
        color: #798A9D;
        font-weight: normal;
    }

    .static__nav li.active a {
        color: #0C2332;
    }

    .static__nav li.active a {
        display: inline-block;
        border-bottom: 1px solid #5DBD3A;
    }

    .static__content {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-height: 700px) {
    .static__nav li {
        margin-bottom: 0.5rem;
    }
}
