.procent_line{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;

  border: 1px solid #B7B7B7;
  border-radius: 8px;
}
.procent_line .procent_line-info{
  width: 185px;
}
.procent_line .procent_line-info h4{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;

  color: #373737;
}
.procent_line .procent_line-info .info{
  display: flex;
}
.procent_line .procent_line-info .info .score{
  width: 67px;
  height: 50px;

  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 104%;

  color: #373737;

  margin-right: 8px;
}
.procent_line .procent_line-info .info .block_stars{
  width: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.procent_line .procent_line-info .info .block_stars .stars{
  width: 100%;
}
.procent_line .procent_line-info .info .block_stars .star-rating{
  margin-bottom: 9px;
}
.procent_line .procent_line-info .info .block_stars .stars_title{
  width: 100%;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 124%;

  color: #373737;
}
.procent_line .procent_svg{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.procent_line .procent_svg .svg_title{
  margin-top: 8px;

  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;

  text-align: center;

  color: #373737;
}
.procent_line .procent_svg .svg svg path{
  fill: hsl(150deg 100% 31.37%);
  /*stroke: hsl(157, 100%, 40%);*/
}

#reviews_block body {
  font-family: "Inter", sans-serif;
}

.app {
  position: relative;
  color: hsl(0, 0%, 16%);
  font-size: 14px;
  line-height: 1.2;
  /*background: hsl(0, 0%, 97%);*/
  background: #F6F6F6;
}
.app.is-loading {
  filter: blur(4px);
  opacity: 0.25;
  pointer-events: none;
  user-select: none;
  cursor: default;
}
.app.is-loading .app-layout-head,
.app.is-loading .app-layout-button {
  opacity: 0;
}
.app-layout {
  display: flex;
  flex-direction: column;
  /* max-height: 2319px; */
  padding: 30px 24px;
  row-gap: 16px;
}
.app-layout-head,
.app-layout-button {
  flex: 1 0 auto;
}
.button_all_reviews{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;

  letter-spacing: 0.01em;
}
.app-layout-scroller {
  flex: 0 0 auto;
  overflow-y: auto;
}
.app-layout-scroller + .app-layout-button {
  position: relative;
}
/* .app-layout-scroller + .app-layout-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 100px;
  background: linear-gradient(0deg, hsl(0, 0%, 97%) 25%, transparent 100%);
  pointer-events: none;
} */
.app-layout-scroller::-webkit-scrollbar {
  width: 8px;
  background:inherit;
}
.app-layout-scroller::-webkit-scrollbar-track {
  background: none;
}
.app-layout-scroller::-webkit-scrollbar-track-piece{
  background: none;
}
.app-layout-scroller::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 8px;
}


.a-link,
.a-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(0deg 0% 27.87%);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.a-link svg,
.a-button svg {
  fill: currentColor;
  margin-right: 8px;
}
.a-link:hover {
  /* color: hsl(157, 100%, 40%); */
}
.a-link[disabled] {
  /* color: #039924; */
  cursor: default;
}

.a-button {
  height: 40px;
  line-height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  /*border: 1px solid hsl(0, 0%, 16%, 0.1);*/
  border: 1px solid #373737;
  background-color: hsl(0, 0%, 16%, 0.05);
}
.a-button.a-button--accent {
  color: hsl(0, 0%, 97%);
  border-color: hsl(157, 100%, 20%);
  background-color: hsl(157, 100%, 20%);
}
.button_posts{
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  gap: 10px;
  /*background: hsl(0, 0%, 97%);*/
  background: #F6F6F6;

  width: 100%;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;

  letter-spacing: 0.01em;

  color:  hsl(0, 0%, 16%);
  border-radius: 8px;
  cursor: pointer;
}

.star-rating {
  position: relative;
  display: flex;
  max-width: 75px;
  fill: orange;
}
.star-rating-progress {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: hsl(0, 0%, 97%);
  mix-blend-mode: color;
}

.input-rating {
  display: flex;
  justify-content: center;
}
.input-rating-item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-direction: column;
  max-width: 80px;
  text-align: center;
  cursor: pointer;
}
.input-rating-item svg {
  width: 24px;
  fill: #d2d2d2;
}
.input-rating-item.is-active svg {
  fill: orange;
}
.input-rating-item::after {
  content: attr(title);
  display: block;
  color: #797878;
  font-size: 12px;
  margin-top: 8px;
}
@media (max-width: 400px) {
  .input-rating-item::after {
  font-size: 11px;
  }
}

.field-group {
  display: flex;
  column-gap: 8px;
}
.field-group + .field-group {
  margin-top: 8px;
}
.field-preview {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
}
.field-caption {
  color: #797878;
  font-size: 12px;
  margin-bottom: 8px;
}
.field-input {
  display: block;
  width: 100%;
  height: 40px;
  color: hsl(0, 0%, 16%);
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background-color: hsl(0, 0%, 97%);
  appearance: none;
  outline: none;
}
.field-input:focus {
  border-color: hsl(157, 100%, 20%);
}
textarea.field-input {
  height: auto;
  resize: vertical;
}
.field-input[disabled] {
  border-color: #d2d2d2;
  background-color: #eee;
  cursor: default;
}

.summary {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background-color: hsl(0, 0%, 97%);
}
.summary-column {
  min-width: 75px;
}
.summary-rating {
  flex-grow: 1;
  font-size: 58px;
  font-weight: 500;
  line-height: 0.75;
  text-align: center;
}
.summary .star-rating {
  margin-bottom: 12px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 8px;
  padding: 0;
  margin: 0;
}
.gallery-item {
  position: relative;
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  list-style: none;
}
.gallery-item::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  cursor: pointer;
}
.gallery-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  cursor: pointer;
  box-shadow: none;
}

.list-item {
  position: relative;
}
.list-item + .list-item,
.list-item > .list-item-list {
  margin-top: 16px;
}
.list-item-list {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
.list-item-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #e9e9e9;
}
.list-item-list > .card + .card {
  margin-top: 8px;
}

.card {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  border: 1px solid #B7B7B7;
  border-radius: 8px;
  padding-bottom: 12px;
}
.card-head,
.card-body,
.card-foot {
  padding: 12px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 124%;

  color: #373737;
}
.card-body + .card-body {
  padding-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 124%;

  color: #373737;
}
.card-head {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.card-head-main {
  align-self: stretch;
  font-weight: 500;
}
.card-head-main .star-rating {
  margin-top: 2px;
}
.card-head-date {
  color: #a6a5a5;
  font-size: 12px;
  text-align: right;
  margin-left: auto;
}
.card-foot {
  display: flex;
  align-items: center;
  padding-top: 0;
}
.card-foot-reply,
.card-foot-votes {
  display: flex;
  cursor: pointer;
}
.card-foot-votes {
  gap: 12px;
  margin-left: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 8px;
  background-color: hsl(0, 0%, 97%);
  z-index: 1;
}
.overlay-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 430px;
  margin: 0 auto;
}
.overlay-head {
  display: flex;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.overlay-head-title {
  font-size: 16px;
  font-weight: 500;
}
.overlay-head-close {
  margin-left: auto;
}
.overlay-head-close svg {
  display: flex;
  width: 24px;
  height: 24px;
  fill: #797878;
  cursor: pointer;
}
.overlay-head-close:hover svg {
  fill: #221f1f;
}
.overlay-body {
  padding: 16px;
  overflow: auto;
}

.form {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.form-field + .form-field {
  margin-top: 16px;
}
.form-button + .form-button {
  margin-top: 12px;
}
.form-button {
  width: 100%;
}
.form-foot {
  margin-top: 24px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.list-move,
.list-enter-active,
.list-leave-active {
  transition: all 1s;
}
.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}

.post_header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;

  width: 100%;
}
.post_header .post_header-title{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;

  color: #373737;
  margin-bottom: 8px;
}
.post_header-date{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;

  color: #646464;
  margin-bottom: 9px;
  text-align: end;
}
.post_header-status{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;

  color: #01A726;

  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
}
.post_header-status svg{
  margin-right: 5px;
  margin-top: -3px;
}
.title-line{
  border-bottom: 1px solid #B7B7B7;
  width: 100%;
}

.infinite-status-prompt {
  display: none;
}

.button_all_reviews{
  margin: 10px auto;
    width: 150px;
    display: flex;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
}