.comments {
  margin-top: 2rem;
}
.comments__title {
  font-weight: 700;
  color: #1b1b1b;
}
.comments__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 1rem;
}
.comments__block {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.158);
}
.avatar__img {
  border-radius: 50%;

  max-width: 50px;
}
.block__row {
  padding: 0 10px;
  display: flex;
}
.block__info {
  flex: 1 1 90%;
  margin-left: 0.5rem;
  position: relative;
}

.info__name {
  font-weight: 700;
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.info__name a {
  font-size: 0.9rem;
}

.info__name-repost {
  font-size: 0.8rem;
  color: rgba(68, 68, 68, 0.538);
  padding-left: 1rem;
}
.info__text-text {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
}
.img-screen {
  display: block;
}
.info__answer {
  margin-left: 2.5rem;
  margin-bottom: 1rem;
  display: flex;
  background-color: #e8e8e8;
  padding: 0.5rem;
}

.info__date {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  gap: 1rem;
}
.info__date span {
  font-size: 0.8rem;
  color: rgba(68, 68, 68, 0.538);
}
.date__item {
  font-weight: 500;
  list-style: none;
  margin-right: 1rem;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}
.comment__img {
  max-width: 50%;
  height: 300px;
}
.comments__link {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
  color: #444;
}
.comments__link:hover {
  color: #d01818;
}
.fa-ellipsis-v {
  color: rgba(68, 68, 68, 0.364);
  position: absolute;
  top: 0;
  right: 0;
}

* {
  scroll-behavior: smooth;
}

.accent {
  color: #0000ff;
  font-weight: 700;
}
xpif {
  display: block;
}

.linki {
  text-decoration: none !important;
  color: rgb(187, 25, 25) !important;
  font-weight: 700;
}

@keyframes play_top {
  0% {
    -webkit-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    -moz-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    box-shadow: 0 0 rgba(0, 163, 182, 0.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
  }
}

@keyframes play_down {
  0% {
    -webkit-box-shadow: 0 0 rgba(55, 55, 55, 0.6);
    -moz-box-shadow: 0 0 rgba(55, 55, 55, 0.6);
    box-shadow: 0 0 rgba(55, 55, 55, 0.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
    -moz-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
    box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
  }
}
.comm-text {
  font-weight: 700;
}
.comm {
  padding-left: 20px;
  border-left: 10px double rgb(200, 46, 64);
}
.heart-icon {
  width: 15px;
  height: 15px;
  background: linear-gradient(180deg, #ed425f 0%, #d9292d 100%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.061 3.95a6.604 6.604 0 00-4.696-1.935 6.62 6.62 0 00-4.701 1.94l-.656.653-.667-.663A6.637 6.637 0 006.635 2c-1.77 0-3.44.689-4.691 1.934A6.532 6.532 0 000 8.614a6.55 6.55 0 001.954 4.673l9.555 9.51c.132.132.31.203.483.203a.688.688 0 00.484-.197l9.575-9.495A6.558 6.558 0 0024 8.628 6.527 6.527 0 0022.06 3.95z"/></svg>')
    no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.061 3.95a6.604 6.604 0 00-4.696-1.935 6.62 6.62 0 00-4.701 1.94l-.656.653-.667-.663A6.637 6.637 0 006.635 2c-1.77 0-3.44.689-4.691 1.934A6.532 6.532 0 000 8.614a6.55 6.55 0 001.954 4.673l9.555 9.51c.132.132.31.203.483.203a.688.688 0 00.484-.197l9.575-9.495A6.558 6.558 0 0024 8.628 6.527 6.527 0 0022.06 3.95z"/></svg>')
    no-repeat center / contain;
}
