.newreviews {
  padding: 70px 0; }
  .newreviews h2 {
    color: #000000;
    margin: 0; }
  .newreviews__title {
    display: flex;
    align-items: center;
    margin-bottom: 45px; }
  .newreviews__tab {
    margin-left: 20px; }
    .newreviews__tab ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex; }
      .newreviews__tab ul li.active a {
        border-bottom: 3px solid #E61B27;
        padding-bottom: 5px;
        margin-right: 10px; }
      .newreviews__tab ul li a {
        display: block; 
        padding-bottom: 5px;
        margin-right: 10px; }
        .newreviews__tab ul li a img {
          display: block; }
  .newreviews__slider .owl-stage {
    display: flex; }
  .newreviews__slider .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 71px; }
    .newreviews__slider .owl-nav div {
      width: 8px;
      height: 15px;
      overflow: hidden;
      position: relative; }
      .newreviews__slider .owl-nav div:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 3px;
        width: 15px;
        background: #1c549d;
        transform: rotate(45deg); }
      .newreviews__slider .owl-nav div:last-child {
        transform: rotate(180deg); }
  .newreviews__block {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px; }
    .newreviews__block-user {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 17px;
      color: #8598B4; }
      .newreviews__block-user-img {
        margin-right: 15px; }
        .newreviews__block-user-img img {
          display: block;
          border-radius: 50%; }
      .newreviews__block-user-star {
        display: flex;
        align-items: center; }
        .newreviews__block-user-star div {
          width: 14px;
          height: 14px;
          background: url(../images/r_rating.png) -18px 0 no-repeat;
          margin-left: 4px; }
          .newreviews__block-user-star div:first-child {
            margin: 0; }
          .newreviews__block-user-star div.half {
            background-position: 100% 0; }
          .newreviews__block-user-star div.active {
            background-position: 0 0; }
      .newreviews__block-user-name {
        font-weight: 600;
        font-size: 16px;
        color: #000;
        margin: 8px 0 4px; }
    .newreviews__block-text {
      /*height: 350px;*/
      padding-right: 10px;
      overflow: auto;
      font-size: 16px;
      line-height: 19px;
      margin-top: 15px;
      color: #000000; }
    .newreviews__block-info {
      margin-top: 30px;
      color: #8598B4;
      font-size: 14px; }
  .newreviews__tabwrap-block {
    display: none; }
    .newreviews__tabwrap-block.active {
      display: block; }
  @media screen and (max-width: 767px) {
    .newreviews__title {
      flex-direction: column; }
      .newreviews__title h2 {
        margin-bottom: 25px; }
    .newreviews__slider .owl-nav {
      position: relative;
      height: auto;
      top: auto;
      margin: 20px auto 0; } }

/*# sourceMappingURL=reviews.css.map */
