.page-help_rules {
    margin-bottom: 14px;
}

.page-help_body h3,
.page-help_body h2 {
    margin-bottom: 14px;
    font-weight: 600;
    color: #221f1f;
}

.page-help_list {
    margin-bottom: 24px;
}

.page-help_list-ul li,
.page-help_list ul li {
    padding-left: 20px;
    margin-bottom: 4px;
}

.page-help_list-ul-standart li {
    margin-bottom: 4px;
}

.page-help_list-ol {
    margin-left: 20px;
    margin-bottom: 14px;
}

.page-help_list-ul-standart strong {
    font-weight: 600;
}

.page-help_list-ul,
.page-help_list-ul-standart {
    margin-bottom: 14px;
    position: relative;
}

.page-help_list-ol li {
    margin-bottom: 4px;
}


.page-help_list-ul li::before {
    content: '\2014';
    position: absolute;
    left: 0;
}

.page-help_list-p {
    margin-bottom: 14px;
}

.page-help_list p:not(:last-child) {
    margin-bottom: 24px;
}

.page-help_rules strong {
    font-weight: 600;

}

.page-help_text p {
    margin-bottom: 8px;
}

.page-help_text h2~p {
    margin-bottom: 16px;
}