/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.reviews__item {
  margin-bottom: 32px;
}

.reviews__item:last-child {
  margin-bottom: 44px;
}

.reviews__item-top {
  margin-bottom: 16px;
}

.reviews__item-date {
  margin-right: 16px;
}

.reviews__item-star {
  margin-left: 2px;
}

.reviews__item-star:first-child {
  margin-left: 0;
}

.reviews__item-thumbs {
  margin-top: 32px;
}

.reviews__item-thumb {
  width: 77px;
  height: 77px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .reviews__item {
    margin-bottom: 24px;
  }
  .reviews__item-thumbs {
    margin-top: 24px;
  }
  .reviews__item-thumb {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .reviews__item:last-child {
    margin-bottom: 32px;
  }
  .reviews__item-name {
    width: 100%;
    margin-bottom: 4px;
  }
  .reviews__item-date {
    margin-right: 9px;
  }
  .reviews__item-top {
    margin-bottom: 14px;
  }
}
