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

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

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

.badge p {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

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

.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 {
  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;
}

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

.stars-list__star {
  background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/178df0f18f6025c2e764130c7d1ac463.svg) no-repeat 50%/cover;
  width: 16px;
  height: 16px;
}

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

.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: #F1F1F1;
  box-shadow: 0 8px 16px rgba(149, 149, 149, 0.25);
  padding: 30px 32px 21px 58px;
  margin-bottom: 14px;
}

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

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

.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-bottom: 2px;
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-right: 14px;
}

.comment__date {
  color: #999;
  line-height: 16px;
}

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


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