.header_review_top{
  display:flex;
  justify-content:space-between;
  align-items: center;
  width:100%;
  margin-bottom:24px;
  .revi__title{
    font-weight:600!important;
    font-size:clamp(32px, 3vw, 64px)!important;
    line-height:90%;
    letter-spacing: var(--lp03);
    margin:0;
    color:var(--surfaces-default);
  }
}
.block_add_reviews{
  .revi__title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .rew-cont {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;

    > p {
      width: 100%;
      max-width: 980px;
    }

    .block {
      margin: 0;
    }
  }
}

.reviews {
  .item {
    background: linear-gradient(133.76deg, rgba(255, 255, 255, .1) 4.86%, rgba(164, 164, 164, .1) 96.76%), #fff;
    height: auto;
    padding: 35px 30px 45px;
    margin: 30px 0;
    position: relative;
    box-shadow: -16px -16px 32px rgba(255, 255, 255, .16), 16px 16px 32px -13px rgba(0, 0, 0, .16), inset -1px -1px 1px #d6d6d6, inset 1px 1px 1px #efefef, inset 16px 16px 32px rgba(0, 0, 0, .02), inset -4px -4px 8px rgba(255, 255, 255, .04), inset 4px 4px 16px rgba(0, 0, 0, .02);
    border-radius: 4px;
    z-index: 1;

    .name {
      font-size: 20px;
      font-weight: 600;
    }

    .date {
      color: #868686;
      margin-top: 15px;
      font-size: 18px;
    }

    .rating {
      margin-top: 9px;
      position: static;
    }

    .text {
      margin-top: 14px;
    }

    .block_fotos {
      display: flex;
      gap: 20px;
      margin: 20px 0 0 0;
    }
  }
}