[data-review] .review {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
 border-radius: 10px; }
  [data-review] .review__header {
    box-sizing: border-box; }
  [data-review] .review__title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #383838; }
  [data-review] .review__body {
    margin: 25px 0 0;
    box-sizing: border-box; }
  [data-review] .review__row:after {
    content: '';
    display: block;
    clear: both; }
  [data-review] .review__col {
    float: left;
    width: 100%;
    box-sizing: border-box; }
    [data-review] .review__col_left {
      max-width: 32px; }
    [data-review] .review__col_right {
      max-width: calc(100% - 32px);
      padding: 0 0 0 15px; }
  [data-review] .review .review__info-row {
    display: flex;
    flex-direction: row;
    align-items: center; }
  [data-review] .review .review__info-col {
    display: block;
    vertical-align: middle; }
    [data-review] .review .review__info-col:first-of-type {
      margin: 0 10px 0 0; }
  [data-review] .review__avatar {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    box-sizing: border-box; }
    [data-review] .review__avatar canvas {
      display: block;
      width: 100%;
      height: auto; }
    [data-review] .review__avatar img {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    [data-review] .review__avatar span {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      color: #b5b5b5;
      font-size: 21px;
      font-weight: 400;
      line-height: 28px;
      text-align: center;
      text-transform: uppercase; }
    [data-review] .review__avatar_small,
    [data-review] .review__avatar_small span {
      width: 38px;
      height: 38px;
      line-height: 36px;
      font-size: 16px; }
  [data-review] .review__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000; }
  [data-review] .review__date {
    margin: 18px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #B7B7B7; }
  [data-review] .review__text {
    margin: 20px 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
  [data-review] .review__bottom {
    margin: 15px 0 0; }
  [data-review] .review__rating {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    color: #000000; }
  [data-review] .review__rating-icon {
    position: relative;
    margin: 0 5px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    [data-review] .review__rating-icon:before, [data-review] .review__rating-icon:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .1s;
      opacity: 1; }
    [data-review] .review__rating-icon:after {
      opacity: 0; }
    [data-review] .review__rating-icon:hover:before, [data-review] .review__rating-icon_active:before {
      opacity: 0; }
    [data-review] .review__rating-icon:hover:after, [data-review] .review__rating-icon_active:after {
      opacity: 1; }
  [data-review] .review__rating-counter {
    margin: 0 25px 0 0; }
  [data-review] .review__entity {
    margin: 20px 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    color: #358AC2; }
    [data-review] .review__entity a {
      text-decoration: none;
      transition: all .2s; }
      [data-review] .review__entity a:hover {
        color: #000; }
