#comments-form .wysibb-toolbar {
    display: none;
}

#comments-message {
    font-size: 16px;
    line-height: 22px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    padding: 11px 121px 11px 16px;
    min-height: 46px;
    border: 1px solid #ddd4d4;
    border-radius: 8px;
    background-color: #fff;
    resize: none;
    outline: none;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: color 0.1s ease-out;
    margin: 8px 0;
}
.commentator_info {
    position: relative;
}
#comments-submit
{
    position: absolute;
    right: 7px;
    bottom: 6px;
}
@media (max-width: 767px)
{
    #comments-message {
        padding-right: 54px;
    }
    #comments-submit {
        padding: 4px;
        line-height: 1;
        font-size: 24px;
    }
    #comments-submit > svg,
    #comments-submit > i {
        font-size: 24px;
    }
}
#comments-elements .ipsBlockquote, #comments-elements .ipsBlockquote p {
    font-size: 12px;
    font-weight: normal;
}

#comments-elements {
    margin-top: 10px;
}

#comments-elements, #comments-form {
    font: var(--text-base-size) var(--font-primary);
}

#comments-elements .comments-count {
    padding: 10px 15px;
    background: #ebebeb;
    overflow: hidden;
}

#comments-elements .comments-error, #comments-form .comments-error {
    margin: 15px;
}

#comments-submit-errors {
    margin: 10px 0;
}

#comments-elements .reply {
    padding: 10px 0 11px;
    border-top: 1px solid #ebebeb;
    position: relative;
}

#comments-elements .reply_block {
    margin: 0 10px;
    overflow: hidden;
}

#comments-form .message_block {
    margin: 0 10px;
}

#comments-form {
    margin-bottom: 20px;
    padding: 10px 0 11px;
    position: relative;
    background: #f0f0f0;
}

#comments-form label {
    display: block;
    margin-bottom: 5px;
}

#comments-elements a.reply_avatar, #comments-form a.message_avatar {
    width: 50px;
    height: 50px;
    margin: 6px 0 2px;
    display: block;
    float: left;
}

#comments-elements img.reply_avatar, #comments-form img.message_avatar {
    width: 50px;
    height: 50px;
    border: 0;
}

#comments-elements .reply_info{
    margin-left: 60px;
}

#comments-elements .reply_at {
    padding-bottom: 3px;
}

#comments-elements a.reply_author {
    color: #457b9f !important;
    text-decoration: none;
}

#comments-elements .reply_text {
    overflow: hidden;
    margin: 4px 0;
}

#comments-elements .reply_time {
    color: #808080;
    font-size: 11px;
}

#comments-elements .reply_right {
    float: right;
    font-size: 11px;
}

#comments-elements .reply_quote {
    opacity: .1;
    color: #457b9f !important;
}

#comments-elements .reply_delete {
    opacity: .1;
    color: #9f3532 !important;
}

#comments-elements .reply_info:hover .reply_quote,
#comments-elements .reply_info:hover .reply_delete {
    opacity: 1;
}

#comments-elements .quote, #comments-form .quote {
    background-color: #F3F9F6;
    padding: 10px;
    margin-left: 0;
}

#comments-elements .blockquote, #comments-form .blockquote {
    margin: 0 0 5px 0;
}

#comments-elements .reply_text p.citation {
    margin: 5px 0 0 0;
    padding: 3px;
    background-color: #D3E9DC;
}

#comments-elements .comments-loader, #comments-form .comments-loader {
    text-align: center;
    padding: 10px;
}