.info-box {
    margin: 20px auto;
    padding: 15px 20px;
    background-color: #5a9bd5;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #597ca2;
}
@media (max-width: 992px) {
    .info-box {
        padding: 10px 15px;
    }
}
.tabs-content p, span {
    line-height: 1.2 ;
    text-align: justify ;
}
.tabs-content p {
    padding-bottom: 10px;
}
.tabs-content li {
    text-align: justify !important;
}
ul li::before {
    top: 8px;
}
ol li:before {
    top: 2px;
    content: counter(li)". ";
    color: black !important;
    font-weight: normal !important;
}
.tabs-content ul li {
    font-size: 16px !important;
    line-height: 1.2 !important;
    padding-left: 33px;

}
.tabs-content ol li {
    font-size: 16px !important;
    line-height: 1.2;
    padding-left: 38px;
}
@media (max-width: 768px) {
    ul li {
        font-size: 14px !important;
    }
    ol li {
        font-size: 14px !important;
    }
}
.custom-markers li::before {
    background: transparent !important;
}
.custom-markers li {
    position: relative;
}
.custom-markers > li::before {
    content: "⮞";
    position: absolute;
    left: 0;
    top: 0;
    color: #B82B27;
}
.custom-markers li ul > li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #B82B27;
}
@counter-style ru-alpha {
    system: alphabetic;
    symbols: а б в г д е ж з и к л м н о п р с т у ф х ц ч ш щ ы э ю я;
    suffix: ") ";
}
@counter-style ru-1 {
    system: cyclic;
    symbols: а б в г д е ж з "з(1)" и "и(1)" "и(2)" к л м н о п р с т у ф х ц ч ш щ ы э ю я;
}
@counter-style ru-2 {
    system: cyclic;
    symbols: а б в г д ж и к м н о п р с т у ф х ц ч ш щ ы э ю я;
}
.ru-1-list li::before {
    content: counter(li, ru-1)") ";
}
.ru-2-list li::before {
    content: counter(li, ru-2)") ";
}
.ru-list li::before {
    content: counter(li, ru-alpha)") ";
}
ol.ru-list ol li:before {
    content: counter(li)". ";
}
.numeric-list li::before {
    content: counter(li)") ";
}
.remark {
    z-index: 1 !important;
}
.topic {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}