.oaob-instruction h1 {
    margin: 0 0 24px;
}

.oaob-instruction__subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #505C64;
    margin: 0 0 48px;
}

.oaob-instruction__list {
    list-style-type: decimal;
    padding: 0 0 0 18px;
    margin: 0;
}

.oaob-instruction-list__item {
    max-width: 610px;
    line-height: 1.3;
    font-size: 14px;
    color: #2A353D;
    margin-bottom: 12px;
    font-weight: 500;
    padding-left: 8px;
}

.oaob-doc-download-link {
    color: inherit;
    font-weight: inherit;
    padding-left: 72px;
    padding-top: 5px;
    display: inline-block;
    min-height: 28px;
    background: url("../../img/icon-doc.svg") no-repeat left top;
}

.oaob-doc-download-link:hover {
    color: inherit;
}

.oaob-instruction-list__note {
    color: #6a7880;;
}

.oaob-info-note {
    margin-top: 24px;
    padding-left: 76px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    color: #88999C;
    max-width: 910px;
    background: url("../../img/icon-info.svg") no-repeat left top;
}