.article-content blockquote {
    background: #f6f3ff;
    margin: 0;
    padding: 20px;
    font-weight: bold;
    font-style: italic;
}
.article-content blockquote span {
   font-weight: normal;
    text-align: right;
    display: block;
    margin-top: 20px;
}

.article-content img.featured {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto 20px;
    display: block;
}

.article-content img.featured.sert {

    max-width: 400px;
   
}
.article-content ul,
.article-content ol {
    padding-left: 20px;
}
.article-content ul li,
.article-content ol li {
    margin-bottom: 10px;
}

.article-content >* {
    margin-bottom: 20px;
}

.green {
    background: #edffed;
    padding: 20px;
}
.green p {
    margin-bottom: 20px;
}
.green h5 {
    margin-bottom: 10px;
}

.orang {
    background: #ffeed5;
    padding: 20px;
}
.orang p {
    margin-bottom: 10px;
}

.comment {
    padding: 15px 0;
    border-top: 1px solid #e8e8e8
}

.comment .text1 {
    font-size: 14px;
    font-weight: 700
}

.comment .text2 {
    font-size: 12px;
    float: right;
    color: #888;
    font-weight: 400
}

.comment .text3 {
    font-size: 15px;
    padding: 10px 0 0;
    font-weight: 400
}

.comment .text3:after {
    content: '';
    display: block;
    clear: both
}

.comment img {
    width: 50px;
}


.comment__body {
    background: #F3F3F3;
    border-radius: 4px;
    padding: 10px 15px 20px;
    margin-left: 65px;
    margin-right: 0;
    max-width: 850px;
  }
  .vk-avatar {
    position: absolute;
  }
  .vk-avatar img {
    width: 53px;
  }
  .comment__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .comment__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .comment__text p {
    max-width: 100%;
  }
  .comment__text p a {
    color: rgb(64, 30, 253);
  }
  .comment__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
  }
  .comment__name {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
  }
  .comment__box {
    margin-bottom: 24px;
  }
  .vk-comment-load:not(:last-of-type) {
    margin-bottom: 18px;
  }
  
  .comment__text img {
    display: block;
    margin-top: 5px;
    max-width: 100%;
  }
  
  .comment-form__ava {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    left: 10px;
    top: 70px;
    background: #fff url(../images/photo.png) center center no-repeat;
    background-size: 30px;
  }