.review-zero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  height: 100px;
  background-color: #F7F9FD; }
  .review-zero:before {
    content: '';
    position: absolute;
    border: 18px solid transparent;
    border-bottom: 20px solid #F7F9FD;
    left: 40px;
    bottom: 100%; }
  .review-zero__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
    background-color: #E4E9F5;
    border-radius: 40%; }
    .review-zero__icon.icon2-2z_star-o:before {
      font-size: 48px;
      color: #FFFFFF; }
  .review-zero__text {
    flex: 1 1 auto;
    padding: 0 22px; }
    .review-zero__text .note._type-1 {
      text-align: left;
      color: #3389EA;
      font-size: 20px;
      font-weight: 600;
      margin: 0; }
    .review-zero__text .note._type-2 {
      text-align: left;
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      margin: 0; }
  .review-zero__btn.btn {
    flex: 0 0 340px;
    width: 340px;
    height: 46px;
    padding: 13px;
    background-color: #3389EA;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: unset; }

.tab-reviews .review__left {
  margin-top: 0; }

.tab-reviews .review .sort {
  margin-top: 0; }

.tab-reviews .tabs__reviews {
  font-size: 20px; }

@media screen and (max-width: 640px) {
  .review-zero {
    flex-wrap: wrap;
    height: auto; }
    .review-zero__text {
      flex: 0 0 100%;
      padding: 0;
      margin: 15px 0; }
      .review-zero__text .note._type-1 {
        padding: 0;
        font-size: 16px; }
      .review-zero__text .note._type-2 {
        padding: 0;
        font-size: 12px; }
  .info-bar .tab-reviews {
    position: relative; }
    .info-bar .tab-reviews .tabs__head-el {
      width: max-content;
      height: 20px;
      margin-left: 15px; }
      .info-bar .tab-reviews .tabs__head-el:nth-child(1) {
        padding-right: 5px; }
      .info-bar .tab-reviews .tabs__head-el:after {
        height: 2px;
        bottom: -3px; }
    .info-bar .tab-reviews .raiting {
      position: absolute;
      top: 12px;
      right: 15px; }
      .info-bar .tab-reviews .raiting__average {
        font-size: 11px; }
      .info-bar .tab-reviews .raiting__st {
        flex: 0 0 15px; }
        .info-bar .tab-reviews .raiting__st:before {
          font-size: 13px; }
    .info-bar .tab-reviews .info-bar__body {
      margin-top: 15px; }
  .review__content .raiting {
    position: relative;
    top: auto;
    right: auto; }
  .review__date {
    color: #777D83;
    font-size: 12px; }
  .review .page-bottom-controls {
    width: max-content;
    margin-left: 15px; }
  .review .prod__btn-more {
    background: transparent;
    width: max-content;
    height: auto;
    line-height: 15px;
    text-align: left;
    font-size: 14px;
    padding: 1px 0;
    font-weight: 400;
    border-bottom: 1px dashed #3389EA;
    color: #3389EA;
    text-transform: none; }
  .review .btn {
    margin-top: 15px;
    margin-left: 15px;
    width: 195px; }
  .pr-page .review .tabs__btn {
    margin: 10px auto !important;
    width: 300px;
    flex: 0 0 300px;
    background-color: #3389EA; } }
