.badge {
  background-color: transparent;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-family: "Vollkorn", serif;
}

@media (max-width: 767px) {
  .badge {
    width: 100%;
  }
}

html::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
  /* Скрыть полосу прокрутки в Firefox */
}

.mini-badge__logo {
  opacity: .5;
  position: absolute;
  top: 26px;
  right: 0;
  width: 92px;
  height: 14px;
}

@media (max-width: 575px) {
  .mini-badge__logo {
    top: 5px;
  }
}

.badge .logo {
  background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/19f91a9bfe2992c3557394b1b82b934e.svg) no-repeat 50%/contain;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mini-badge__org-name {
  display: none;
}

.mini-badge__rating-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

p.mini-badge__stars-count {
  margin: 0;
  font-size: 48px;
  margin-right: 12px;
  line-height: 56px;
}

.stars-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 88px;
  padding-left: 0;
  margin: 0 !important;
}

.mini-badge__stars {
  width: 88px;
  margin-bottom: 8px;
}

.stars-list__star {
  background: url("../img/rating-star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.stars-list__star._empty {
  background-image: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/ee15bab6241eec6618f0f5720fa6daa9.svg)
}

.mini-badge__rating {
  color: #999;
  text-decoration: none;
}

.badge__form {
  display: none;
}

.comment {
  background: #fff;
  margin-bottom: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 20px 10px;
}

.comment__header {
  display: flex;
  margin-bottom: 16px;
  height: 40px;
}

.comment__text {
  color: #4F4F4F;
  /* line-height: 200%; */
  margin: 18px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* max-height: 100px; */
  text-overflow: ellipsis;
}

.comment__name {
  margin: 0;
}

.comment__name-n-date {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.comment__read-more {
  display: none;
}

.comment__photo {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-right: 12px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}

.comment__name {
  margin: 0 !important;
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
}

.comment__date {
  margin: 0 !important;
  color: #999;
  line-height: 16px;
}

.badge__more-reviews-link-wrap {
  position: relative;
}


.badge__more-reviews-link {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #872651;
}

.reviews-btn {
  position: absolute;
  top: 50px;
  width: 37px;
  height: 9px;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__prev-btn {
  right: 55px;
  background: url("../img/arrow-black.svg");
}

.reviews__next-btn {
  right: 0;
  background: url("../img/arrow-black.svg");
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .badge__comments {
    display: flex;
    overflow: hidden;
  }

  .comment {
    flex-shrink: 0;
    width: 100%;
  }
}