.pc-doc {
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 13pt;
    line-height: 1.5;
    color: #000000;
    max-width: 210mm;
    width: 100%;
    min-height: 297mm;
    margin: 0 auto;
    padding: 15mm;
    box-sizing: border-box;
    background-color: white;
    position: relative;
}

.pc-doc__num {
    display: inline;
}

.pc-doc__headline {
    margin-bottom: 2mm;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.pc-doc__headline_command {
    margin-bottom: 2mm;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 13pt;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.pc-doc__date {
    margin-bottom: 2mm;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 13pt;
    line-height: 1.2;
    text-align: right;
}

.pc-doc__spacer {
    display: block;
    margin-bottom: 8mm;
}

.pc-doc__chapter {
    margin-bottom: 2mm;
    padding: 0;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
}

.pc-doc__p {
    margin-bottom: 2mm;
    padding: 0;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 13pt;
    line-height: 1.2;
}

.pc-doc__text,
.pc-doc__text_base {
    margin: 1.5mm 0 0 0;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 13pt;
    line-height: 1.2;
}

div.pc-doc__text {
    display: inline;
}

.pc-doc__text_base {
    font-style: italic;
}

.pc-doc__image {
    display: block;
    margin: 0 auto;
}

.pc-doc__ol {
    margin: 0;
    padding: 0;
}

.pc-doc__ol_chapters,
.pc-doc__ol_chapters ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-doc__ol_chapters li {
    position: relative;
}

.pc-doc__ul {
    list-style-type: disc;
}

.pc-doc__li {
    list-style-position: inside;
    margin-bottom: 2mm;
    padding: 0;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 13pt;
    line-height: 1.2;
}

.pc-doc__li_chapter {
    margin-bottom: 2mm;
    padding: 0;
    list-style-position: inside;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
}

.pc-doc__sign {
    text-align: right;
}

.pc-doc__headline_app_left {
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    color: #a95000;
    text-align: left;
}

.pc-doc__headline_app_right {
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    text-align: right;
}

.pc-doc span {
    padding: 0 2px;
    font-family: 'Arial Narrow', 'Times New Roman', Times, serif;
    font-size: 13pt;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 2px;
}

.pc-doc .pc-doc__headline span {
    font-size: 16pt;
    font-weight: bold;
}
