@charset "UTF-8";
/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
/* lstom */
.reputation {
  margin: 0 0 75px; }
  .reputation__wrap {
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .reputation h2.reputation__title,
  .reputation .h2.reputation__title, .reputation__title {
    padding: 0;
    margin: 0 0 30px; }
  .reputation__table {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .reputation__left {
    display: table-cell;
    width: 50%;
    padding: 49px 28px;
    vertical-align: top; }
  .reputation__right {
    display: table-cell;
    padding: 49px 28px;
    vertical-align: top;
    width: 50%; }
  .reputation__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .reputation__item {
    width: 140px;
    margin: 0 0px 35px;
    text-decoration: none; }
    .reputation__item img {
      display: block;
      margin: 0 auto 10px; }
  .reputation__stars {
    text-align: center; }
  .reputation__star {
    display: inline-block;
    width: 18px;
    height: 18px; }
  .reputation__text {
    font-weight: 400;
    padding-right: 70px; }
  .reputation__footnote {
    text-align: center;
    color: #A4A4A4;
    font-size: 14px; }
  @media all and (max-width: 1020px) {
    .reputation__left {
      padding: 30px 15px;
      width: 60%; }
    .reputation__right {
      padding: 30px 15px;
      width: 40%; }
    .reputation__text {
      padding-right: 0px; } }
  @media all and (max-width: 768px) {
    .reputation__table {
      display: block; }
    .reputation__right, .reputation__left {
      display: block;
      width: 100%;
      text-align: center; }
    .reputation h2.reputation__title,
    .reputation .h2.reputation__title, .reputation__title {
      text-align: center; } }
