.redButton-komment {
  color: #fff !important;
  font-family: RR;
  font-size: 20px;
  padding: 13px 20px;
  text-decoration: none !important;
  background: #ff7f77;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  border: white; }

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .comments-list .comments-item {
    padding: 20px;
    background: #eff2f3;
    border: 0;
    border-radius: 10px; }
    .comments-list .comments-item .comments-item-date {
      font-size: 12px;
      color: #71737d; }
    .comments-list .comments-item .comments-item-message {
      margin-top: 10px; }
    .comments-list .comments-item .cont_admin_comment {
      margin-top: 15px;
      padding: 5px 10px; }
    .comments-list .comments-item .green-text-title-comment {
      color: #38d88d;
      font-size: 16px; }
    .comments-list .comments-item .red-text-title-comment {
      color: #ff7f77;
      font-size: 16px; }

/*# sourceMappingURL=comments.css.map */
