﻿.mo-reviews {
  width: 1080px;
  margin: 34px 0 28px;
  padding: 26px 28px 30px;
  box-sizing: border-box;
  background: #fff;
  border-top: 4px solid #9f0202;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  clear: both;
  display: block;
  float: none;
  position: relative;
  z-index: 50;
}

.mo-reviews--blue {
  border-top-color: #0066ab;
}

.mo-reviews__title {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.mo-reviews__lead {
  max-width: 760px;
  margin: 0 auto 22px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.mo-reviews__grid {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 2px 0 14px;
  -webkit-overflow-scrolling: touch;
}

.mo-review {
  display: inline-block;
  width: 300px;
  min-height: 184px;
  margin-right: 14px;
  padding: 18px 18px 16px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  vertical-align: top;
  white-space: normal;
  box-sizing: border-box;
}

.mo-review__text {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 23px;
}

.mo-review__author {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.mo-review__author strong {
  color: #222;
}

.mo-symbol {
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #9f0202 !important;
  font: bold 26px/26px Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
