.chapter {
    padding: 15px 20px 15px 60px;
    border-radius: 5px;
    display: block;
    transition: 0.2s;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 17px;
    color: #475669;
    position: relative;
    background: #f8e4d5;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
}

.chapters.chapters--sm .chapter::before {
    line-height: 20px;
    width: 20px;
    height: 20px;
    top: 10px;
}

.chapters.chapters--sm .chapter {
    font-size: 15px;
    padding: 10px 20px 10px 60px;
}

.chapter::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #C8242B;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 15px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 13px;
    font-weight: normal;
}

.chapter a {
    color: inherit;
}

.chapter:hover {
    background-color: #fef1e7;
}

.chapters {
    counter-reset: myCounter;
    margin-bottom: 20px;
}

.usage-wrapper {
    width: calc(100% - 95px);
}

.usage-pp .chapter::before {
    line-height: 20px;
    width: 20px;
    height: 20px;
    top: 10px;
    font-size: 10px;
}

.usage-pp .chapter {
    padding: 10px 20px 10px 60px;
    font-size: 15px;
}

.usage-pp .lsfw-popup__new-scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.usage-pp .lsfw-popup__top {
    padding-left: 20px;
}

.usage-pp .lsfw-popup__white {
    padding: 15px 20px;
}

.usage-pp .chapter:first-of-type {
    margin-top: 0;
}

.usage-pp .texts-block__ul-num > li,
.usage-pp .texts-block__ul-dot > li,
.usage-pp .texts-block__ul-dot-empty > li,
.usage-pp .texts-block .texts-block__txt {
    font-size: 15px;
    line-height: 24px;
}

.usage-nav {
    margin-bottom: 30px;
    border-bottom: 5px solid #dedede;
}

.usage-nav > li {
    margin-bottom: 15px;
}

.usage-nav > li > h3 a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
    font-size: 19px;
}

.usage-nav a {
    font-weight: normal;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.usage-nav a:hover {
    color: #318cc6;
}

.usage-nav .h3 {
    font-family: 'apercu_pro', sans-serif;
}

.usage-nav i:hover {
    color: #e27200;
}

.usage-nav i {
    margin-left: 5px;
    font-size: 15px;
    color: #ff8e41;
    cursor: pointer;
}

.usage-nav i.active {
    transform: rotate(180deg);
}

.usage-nav li a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}

.usage-nav > li > ul > li > ul {
    display: none;

}

.usage-nav > li > ul > li > ul li a {
    font-size: 13px;
}

.usage-nav > li > ul > li > ul li:last-of-type a {
    margin-bottom: 0;
}

.usage-nav > li > ul > li > ul {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin: 3px 0 10px 0;
}


@media screen and (max-width: 1200px) {
    .usage-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .usage-pp .chapter {
        padding: 10px 10px 10px 28px;
        font-size: 12px;
    }

    .chapter {
        font-size: 14px;
        padding: 10px 5px 10px 40px;
    }
    .chapter::before{
        left: 10px;
        top: 11px;
        line-height: 18px;
        width: 18px;
        height: 18px;
        border-radius: 100%;
    }
    .chapters {
        width: 100% !important;
    }

    .usage-pp .texts-block__ul-num > li, .usage-pp .texts-block__ul-dot > li, .usage-pp .texts-block__ul-dot-empty > li, .usage-pp .texts-block .texts-block__txt {
        font-size: 13px;
        line-height: 20px;
    }

    .usage-pp .chapter::before {
        line-height: 12px;
        width: 12px;
        height: 12px;
        top: 14px;
        font-size: 6px;
        left: 10px;
    }
}