.bxmaker-comment-list {
  background: #E9E9E9;
  border-radius: 20px;
  padding: 44px 40px 62px 40px;
}
.bxmaker-comment-list__title {
  color: #ED6A99;
  font-weight: normal;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: 0.015em;
  margin-bottom: 49px;
}
.bxmaker-comment-list__list {
  display: flex;
  flex-direction: column;
}
.bxmaker-comment-list .bxmaker-comment-list-item {
  margin-bottom: 44px;
}
.bxmaker-comment-list .bxmaker-comment-list-item:last-child {
  margin-bottom: 0;
}
.bxmaker-comment-list-item {
  display: inline-flex;
  width: 100%;
}
.bxmaker-comment-list-item__header {
  position: relative;
  padding-left: 70px;
  min-height: 50px;
  margin-bottom: 27px;
}
.bxmaker-comment-list-item__img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.bxmaker-comment-list-item__img img {
  width: 100%;
}
.bxmaker-comment-list-item__name {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.015em;
  color: #6C6C6C;
  margin-bottom: 11px;
  padding-top: 3px;
}
.bxmaker-comment-list-item__date {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.015em;
  color: #6C6C6C;
}
.bxmaker-comment-list-item__text {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: #6C6C6C;
}
.bxmaker-comment-list-item__answer {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.015em;
  color: #6C6C6C;
  margin-top: 24px;
  padding-left: 50px;
}
.bxmaker-comment-list-item__answer-title {
  margin-bottom: 8px;
  font-weight: bold;
}
.bxmaker-comment-list-nav {
  display: flex;
  justify-content: center;
}
.bxmaker-comment-list-nav span {
  display: none;
  border-bottom: 1px dashed #ED6A99;
  color: #ED6A99;
  cursor: pointer;
}
.bxmaker-comment-list-nav span:hover {
  border-color: transparent;
}
.bxmaker-comment-list-nav .loader-block {
  display: none;
}
.bxmaker-comment-list-nav--has span {
  display: inline-flex;
}
.bxmaker-comment-list-nav--loader .loader-block {
  display: inline-flex;
}
/*# sourceMappingURL=style.css.map */