.rating-review-block__comments .js-comment .comment-footer .replies-list {
  visibility: hidden;
  height: 0;
  transform: translate3d(-50%, 0, 0);
  transition: transform .3s ease;
}

@media (max-width: 1024px) {
  .rating-review-block__comments .js-comment .comment-footer .replies-list {
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
}

.rating-review-block__comments .js-comment .comment-footer .replies-list.open {
  visibility: initial;
  height: auto;
  transform: translate3d(0, 0, 0);
}

.rating-review-block__comments .replies-list {
  overflow: hidden;
}
