.customer-review-heading {
  padding-left: 15px;
  margin: 0;
  margin-bottom: 15px; }
  .customer-review-heading h2 {
    font-size: 20px; }
  @media (min-width: 768px) {
    .customer-review-heading {
      margin-bottom: 30px; }
      .customer-review-heading h2 {
        font-size: 30px; } }

@media (max-width: 767px) {
  .row-1 .customer-review-rating-container, .row-2 .customer-review-rating-container {
    display: flex;
    flex-direction: column; }
    .row-1 .customer-review-rating-container .customer-review-rating-stars, .row-2 .customer-review-rating-container .customer-review-rating-stars {
      margin-top: auto; } }

.customer-review-rating-container {
  margin-bottom: 30px;
  padding: 0; }
  .customer-review-rating-container .customer-review-rating-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 115px; }
    @media (min-width: 768px) {
      .customer-review-rating-container .customer-review-rating-heading {
        max-width: none; } }
  .customer-review-rating-container .customer-review-rating-stars {
    list-style: none;
    margin: 0;
    padding: 0;
    width: fit-content;
    cursor: pointer;
    margin-bottom: 10px; }
    .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star {
      padding-right: 5px;
      display: inline-block;
      color: #ecebf6; }
      @media (max-width: 767px) {
        .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star {
          padding-right: 0; } }
      .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star .review-star-mouseover {
        display: none;
        position: absolute;
        z-index: 10;
        color: #3c3c50;
        margin-left: 20px; }
      .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star.active {
        color: #fcbd16; }
      .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star.hover {
        color: #fcbd16; }
      .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star.unhovered {
        color: #ecebf6; }
      @media (min-width: 768px) {
        .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star:hover .review-star-mouseover {
          display: block; } }
      @media (min-width: 768px) {
        .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star {
          padding-right: 10px; } }
      .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star .icon {
        font-size: 30px; }
        @media (max-width: 767px) {
          .customer-review-rating-container .customer-review-rating-stars .customer-review-rating-star .icon {
            font-size: 20px; } }

.customer-review-container {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .customer-review-container {
      padding-top: 30px; } }
  .customer-review-container .heading-no-bold {
    margin-bottom: 20px; }

.customer-review-info-box-container {
  background: #ecebf6;
  border-top: 1px solid #3c3c50;
  border-bottom: 1px solid #3c3c50;
  padding: 20px;
  width: 320px;
  max-width: 100%;
  font-size: 14px;
  float: right;
  margin-right: 15px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .customer-review-info-box-container {
      float: none;
      width: 100%; } }
  .customer-review-info-box-container .info-box-separator {
    border-color: #3c3c50; }
  .customer-review-info-box-container .tariff-name, .customer-review-info-box-container .total-price-label, .customer-review-info-box-container .working-price-label, .customer-review-info-box-container .basic-price-label {
    font-weight: 700;
    font-size: 18px; }

.customer-review-total-score-container {
  margin-bottom: 30px; }
  .customer-review-total-score-container .customer-review-total-score-circle-container {
    display: flex;
    justify-content: center; }
    .customer-review-total-score-container .customer-review-total-score-circle-container .customer-review-total-score-outer {
      width: 200px;
      height: 200px;
      background: #c8c8c8;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .customer-review-total-score-container .customer-review-total-score-circle-container .customer-review-total-score-outer .customer-review-total-score-inner {
        min-width: 45%;
        min-height: 45%;
        background: #fcbd16;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white; }
        .customer-review-total-score-container .customer-review-total-score-circle-container .customer-review-total-score-outer .customer-review-total-score-inner .customer-review-total-score-number {
          font-size: 60px;
          font-weight: 700; }

.customer-review-comment-heading {
  font-weight: 700; }
  @media (min-width: 768px) {
    .customer-review-comment-heading {
      font-weight: 400; } }

.customer-review-comment-box-container {
  margin-top: 40px; }
  .customer-review-comment-box-container .customer-review-comment-box-icon {
    float: left;
    color: #95c11e;
    text-align: center;
    width: 50px;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .customer-review-comment-box-container .customer-review-comment-box-icon {
        width: 100px;
        margin-right: 0; } }
    .customer-review-comment-box-container .customer-review-comment-box-icon .icon {
      font-size: 50px; }
  .customer-review-comment-box-container .customer-review-comment-textarea-wrapper {
    border: 1px solid #95c11e;
    float: left;
    height: 150px;
    margin-bottom: 30px;
    position: relative;
    width: calc(100% - 70px); }
    @media (min-width: 768px) {
      .customer-review-comment-box-container .customer-review-comment-textarea-wrapper {
        width: calc(100% - 100px); } }
    .customer-review-comment-box-container .customer-review-comment-textarea-wrapper:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 15px 15px 15px 0;
      border-color: transparent #95c11e;
      display: block;
      width: 0;
      z-index: 0;
      left: -15px;
      top: 9px; }
    .customer-review-comment-box-container .customer-review-comment-textarea-wrapper:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 15px 15px 15px 0;
      border-color: transparent white;
      display: block;
      width: 0;
      z-index: 1;
      left: -14px;
      top: 9px; }
    .customer-review-comment-box-container .customer-review-comment-textarea-wrapper .customer-review-comment-textarea {
      padding: 3px 10px;
      height: 100%;
      width: 100%;
      border: none;
      resize: none; }
      .customer-review-comment-box-container .customer-review-comment-textarea-wrapper .customer-review-comment-textarea:focus {
        outline: none;
        border: none; }

.review-button {
  border: none; }

/*# sourceMappingURL=customer-reviews.css.map */
