
.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    /* max-width: 90%; */
    min-height: 100%;
    width: 100%;
    font-family: 'Segoe UI';
    margin: 0 auto;
    padding-top: 0 !important;
}

#comments_block * {
    font-family: -apple-system, BlinkMacSystemFont,'Font Awesome 5 Free', 'Segoe UI', 'Segoe WP', Roboto, 'Helvetica Neue', 'Luicida Grande', Verdana, Tahoma, Arial, sans-serif;
}

.comments_new a {
    color: inherit;
    text-decoration: none;
}

.comments_new a:visited {
    color: inherit;
    text-decoration: none;
}

.comments_new img {
    vertical-align: top;
}

.comments_new__content {
    width: 100%;
}

.comments_new * {
    padding: 0;
    margin: 0;
    border: 0;
}

.comments_new *, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comments_new *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comments_new *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.comments_new {
    /* width: 100%; */
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    margin-top: 0;
    padding-top: 0;
    font-family: 'Segoe UI';
    font-size: 16px;

}

@media screen and (max-width: 1200px) {
    .comments_new {
        padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .comments_new {
        font-size: 15px;
    }
}

@media screen and (max-width: 700px) {
    .comments_new {
        padding: 15px 0 15px 15px;
    }
}

.comments_new__comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comments_new__comment-item a:hover {
    text-decoration: underline;
}

.comment-item__reply-message {
    margin-left: 46px;
}

.comment-item__reply-message .message__avatar {
    width: 24px;
    height: 24px;
}

.comment-item__reply-message .message__box {
    padding-left: 35px;
}

.comment-item__reply-message .message__text a {
    color: #95c00e;
}

.message__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 6px 16px 6px 46px;
}

.message__avatar {
    position: absolute;
    display: block;
    top: 9px;
    left: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    overflow: hidden;
}

.message__avatar img {
    width: 100%;
}

.message__avatar div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 128, 0.9);
}

.message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.message__header a {
    color: #000;
    font-weight: 700;
    line-height: 1.28;
}

.message__text {
    margin-top: 2px;
    color: #000;
    line-height: 1.28;
}

.message__text img {
    width: 120px;
    border-radius: 4px;
    overflow: hidden;
    padding: 6px 0 2px 0;
    margin-top: 12px;
}

.message__media {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    padding: 6px 0 2px 0;
    margin-top: 12px;
}

.message__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message__media a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0, 128, 128, 0.3);
}

.message__date {
    color: #9a9fab;
    margin-top: 5px;
    font-size: 13px;
}

.message__actions {
    margin-top: 5px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.message__actions a {
    color: #818c99;
    font-size: 13px;

}

.message__actions a:link{
    text-decoration: none;
}

.message__actions_reply {
    margin-right: 17px;
    color: #9a9fab;
}

.message__actions_like {
    margin-left: auto;
}

#commentLikeContainer span {
    align-self: flex-start;
    line-height: 15px;
    font-family: 'Roboto';
    font-weight: 700;
}

#commentLikeContainer .fa-heart {
    font-size: 13px;
    color: #9a9fab;
}

#commentLikeContainer:hover {
    text-decoration: none;
}

.message__actions_like div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
}

.message__actions_like .like-container {
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

.message__reply-show-more-messages {
    display: block;
    color: #95c00e;
    font-weight: 500;
    padding: 0 10px 0 35px;
    position: relative;
    margin: 12px 0 12px 0;
}

.message__reply-show-more-messages::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 16px;
    height: 1px;
    background-color: rgba(0, 28, 61, .24);
    transform: translate(0, -50%);
}

.likeNumber--zero {
    display: none;
}

.message__actions_like--liked .likeNumber,
.message__actions_like--liked .fa-heart {
    color: #9a9fab;
}

object {
    fill: #9a9fab;
}