.comments-section {
    display: block;
    clear: both;
    float: none;
    position: static;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 22px 0 0;
    color: #313131;
}

.comments-section,
.comments-section * {
    box-sizing: border-box;
    max-width: 100%;
}

.comments-section > .p_title.belka_bottom_line {
    display: block;
    float: none;
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 6px;
    overflow: hidden;
}

.comments-section__list {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.comments-section__empty {
    margin: 0;
    color: #6e6e6e;
}

.article-comment {
    display: block;
    float: none;
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 13px 14px 12px;
    border: 1px solid #d5dde2;
    border-radius: 4px;
    background: #fdfefe;
    overflow: hidden;
}

.article-comment + .article-comment {
    margin-top: 12px;
}

.article-comment--reply {
    width: calc(100% - 24px);
    margin: 12px 0 0 24px;
    padding: 9px 10px 8px 12px;
    border: 0;
    border-left: 2px solid #9db9ca;
    border-radius: 0;
    background: #f7f9fa;
}

.article-comment__header {
    display: flex;
    flex-wrap: wrap;
    float: none;
    position: static;
    justify-content: space-between;
    align-items: baseline;
    gap: 3px 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 7px;
    padding: 0;
}

.article-comment__author {
    display: block;
    float: none;
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    color: #263b49;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.article-comment__date {
    display: block;
    float: none;
    position: static;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
}

.article-comment__text {
    display: block;
    float: none;
    position: static;
    width: 100%;
    margin: 0;
    color: #333;
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.5;
}

.comments-form-wrap__cancel-reply {
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d5f8a;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}

.comments-form-wrap__cancel-reply:hover,
.comments-form-wrap__cancel-reply:focus {
    color: #013356;
    text-decoration: underline;
}

.article-comment__reply-button {
    display: inline-block;
    float: none;
    margin-top: 8px;
    padding: 3px 8px;
    border: 1px solid #aebfca;
    border-radius: 3px;
    background: #f7fafb;
    color: #285f80;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .12s ease, border-color .12s ease, color .12s ease;
}

.article-comment__reply-button::before {
    content: "↩";
    margin-right: 4px;
}

.article-comment__reply-button:hover {
    border-color: #7898aa;
    background: #edf4f7;
    color: #013356;
    text-decoration: none;
}

.article-comment__reply-button:focus {
    border-color: #4f7f9b;
    outline: 2px solid #9fc4d8;
    outline-offset: 2px;
    text-decoration: none;
}

.article-comment__reply-button:focus:not(:focus-visible) {
    outline: none;
}

.article-comment__reply-button:focus-visible {
    outline: 2px solid #6d9eb9;
    outline-offset: 2px;
}

.comments-form-wrap {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    padding: 13px;
    border: 1px solid #cfd8de;
    border-radius: 3px;
    background: #f8f9fa;
}

.comments-form-wrap__title {
    margin: 0 0 9px;
    color: #013356;
    font-size: 17px;
    font-weight: 700;
}

.comments-form-wrap__reply-context {
    margin-bottom: 10px;
    padding: 7px 9px;
    background: #e8f0f5;
    font-size: 13px;
}

.article-comment-form__field {
    width: 100%;
    margin-bottom: 8px;
}

.article-comment-form__field label {
    display: block;
    margin-bottom: 4px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.article-comment-form__field input,
.article-comment-form__field textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 7px 8px;
    border: 1px solid #aeb9c0;
    border-radius: 3px;
    background: #fff;
    color: #222;
    font: inherit;
}

.article-comment-form__field textarea {
    min-height: 88px;
    resize: vertical;
}

.article-comment-form__error {
    display: block;
    min-height: 15px;
    margin-top: 2px;
    color: #a22020;
    font-size: 12px;
}

.article-comment-form__message {
    margin-bottom: 8px;
    font-size: 13px;
}

.article-comment-form__message--success {
    color: #176329;
}

.article-comment-form__message--error {
    color: #a22020;
}

.article-comment-form__submit {
    padding: 8px 15px;
    border: 1px solid #013356;
    border-radius: 3px;
    background: #013356;
    color: #fff;
    cursor: pointer;
}

.article-comment-form__submit:disabled {
    cursor: wait;
    opacity: .6;
}

.article-comment-form__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 575px) {
    .article-comment__header {
        align-items: flex-start;
    }

    .article-comment--reply {
        width: calc(100% - 12px);
        margin-left: 12px;
    }

    .comments-form-wrap {
        padding: 12px;
    }

    .article-comment-form__submit {
        width: 100%;
    }
}
