.CommentsBlock {
  margin-top: 20px;
  margin-left: 52px;
  font-size: 13px;
}

.CommentsBlock .CommentsList {
  margin-bottom: 20px;
}

.CommentsBlock[data-show-form="true"] .CommentsBlock__form {
  display: block;
}

.CommentsBlock[data-show-form="true"] .CommentsBlock__actions {
  display: none;
}

.CommentsBlock[data-show-form="false"] .CommentsBlock__form {
  display: none;
}

.CommentsBlock[data-show-form="false"] .CommentsBlock__actions {
  display: block;
}

.CommentsBlock__actions a {
  color: #b5bac0;
}

@media (max-width: 600px) {

  .CommentsBlock {
    margin-left: 36px;
  }

}
