

    /* Стили из #BOARD_STYLES */
    .board-wrapper {
        width: 100%;
        background: #ffffff;
        font-family: 'Arial', 'Helvetica', sans-serif;
        color: #333333;
        line-height: 1.6;
        font-weight: normal;
    }

    .board-main-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    }

    .board-main-title {
        font-size: 24px;
        margin-bottom: 0;
        
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: 2px solid #eaeaea;
    }

    .board-section-title {
        color: #000000;
        font-size: 24px;
        margin: 40px 0 20px;
        padding-bottom: 12px;
        border-bottom: 2px solid #f0f0f0;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .board-blocks-container {
            grid-template-columns: auto;
        }
        .board-main-title {
            font-size: 24px;
        }
        .board-section-title {
            font-size: 20px;
        }
    }

    /* Стили из #PRIVACY_POLICY_ZFSERVICE */
    .policy-document {
    counter-reset: section;
    position: relative;
    float: left;
    width: 100%;
    }
    
    .document-section {
counter-reset: subsection;
    margin-bottom: 2em;
    position: relative;
    float: left;
    width: 100%;
    }
    
    .document-header p {
    margin-top: 10px;
    margin-bottom: 10px;
}
    .document-section h3 {
        counter-increment: section;
        counter-reset: subsection;
    }
    
    .document-section h3:before {
        content: counter(section) ". ";
        font-weight: bold;
    }
    
    .nested-list {
        list-style-type: none;
        padding-left: 0;
    }
    
    .nested-list > li {
        counter-increment: subsection;
        position: relative;
        padding-left: 2.5em;
        margin-bottom: 0;
        padding-top: 0;
        
    }
    
    .nested-list > li:before {
    content: counter(section) "." counter(subsection) ". ";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #000000;
    transform: unset;
    }
    
    /* Второй уровень вложенности */
    .nested-list > li > ol {
        counter-reset: subsubsection;
        margin-top: 1em;
        margin-bottom: 1em;
        list-style-type: none;
        padding-left: 0;
    }
    
    .nested-list > li > ol > li {
    counter-increment: subsubsection;
    padding-left: 4em;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    }
    
    .nested-list > li > ol > li:before {
        content: counter(section) "." counter(subsection) "." counter(subsubsection) ". ";
        position: absolute;
            color: #000000;

        font-weight: bold;
        left: 0;
    }
    
    /* Третий уровень вложенности */
    .nested-list > li > ol > li > ol {
        counter-reset: subsubsubsection;
        margin-top: 1em;
        margin-bottom: 1em;
        list-style-type: none;
        padding-left: 0;
    }
    
    .nested-list > li > ol > li > ol > li {
        counter-increment: subsubsubsection;
        padding-left: 5.5em;
        position: relative;
    }
    
    .nested-list > li > ol > li > ol > li:before {
        content: counter(section) "." counter(subsection) "." counter(subsubsection) "." counter(subsubsubsection) ". ";
        position: absolute;
        left: 3em;
        font-weight: bold;
        color: #000000
    }
    
    /* Базовые стили документа */
    .policy-document {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: #333;
    }
    
    .document-header {
    width: 100%;
    
    border-bottom: 1px solid #000000;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    float: left;
    }
    
    .document-header h2 {
        color: #1a3c8b;
        margin-bottom: 10px;
        font-size: 28px;
    }
    
    .document-date {
        color: #666;
        font-style: italic;
    }
    
    .document-content p {
margin-bottom: 15px;
    float: unset;
   position: unset;
    }
    
    .policy-document strong {
        color: #000000;
    }
    
    .policy-document a {
        color: var(--alink);
        text-decoration: none;
    }
    
    .policy-document a:hover {
        text-decoration: underline;
    }
section.document-content {
    position: relative;
    float: left;
    width: 100%;
}
.document-content ul {
    margin-left: 1.5em;
    margin-bottom: 1em;
    list-style-position: inside !important;
    list-style: none inside disk;
    position: unset;
    float: unset;
    width: unset;
    padding-left: 1.5em;

}
.document-content ul li {
    padding-left: 1em;
    display: list-item;
    list-style: disc;
    margin-bottom: 0.5em;
    list-style-type: disc;

}
.document-content ul li::marker {
    list-style-position: inside;
}
.document-content ul li::before {
        display: none;
}
.board-main-title a {
    color: var(--alink);
}
.document-section ol {
    float: unset;
}
    transform: unset !important;
    border: none !important;
    background: url();
    width: unset !important;
    height: unset !important;
    padding: 0 !important;
    top: 0 !important;
.document-content li:after {
display: none;
}