/* Testimonials */
.page-template-page-mf-testimonials .content {
    background: #f5f5f5;
  }
  
  .page-template-page-mf-testimonials .title_outer {
    position: relative;
    z-index: 1;
  }
  
  .page-template-page-mf-testimonials .title_subtitle_holder {
    padding-bottom: 110px;
    text-align: center;
  }
  
  @media (max-width: 850px) {
    .page-template-page-mf-testimonials .title_subtitle_holder {
      padding-bottom: 20px;
    }
  }
  
  .page-template-page-mf-testimonials .testimonials__header {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -110px;
    z-index: 2;
  }
  
  @media (max-width: 850px) {
    .page-template-page-mf-testimonials .testimonials__header {
      top: -20px;
      flex-wrap: wrap;
    }
  }
  
  .page-template-page-mf-testimonials .progressbar {
    display: inline-block;
  }
  
  .page-template-page-mf-testimonials .circle {
    margin: 0 auto;
    margin: 10px 0 40px;
    display: inline-block;
    position: relative;
    text-align: center;
  }
  
  .page-template-page-mf-testimonials .circle canvas {
    vertical-align: middle;
    border-radius: 50%;
  }
  
  .page-template-page-mf-testimonials .circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 70px;
    line-height: 1;
    color: #22ae85;
  }
  
  .page-template-page-mf-testimonials .circle span {
    font-size: 35px;
  }
  
  .page-template-page-mf-testimonials .satisfaction {
    text-align: center;
    padding: 40px;
    width: 30%;
  }
  
  @media (max-width: 850px) {
    .page-template-page-mf-testimonials .satisfaction {
      width: 100%;
    }
  }
  
  .page-template-page-mf-testimonials .details {
    padding: 40px;
    width: 70%;
  }
  
  @media (max-width: 850px) {
    .page-template-page-mf-testimonials .details {
      width: 100%;
    }
  }
  
  @media (max-width: 600px) {
    .page-template-page-mf-testimonials .details {
      text-align: center;
    }
  }
  
  .page-template-page-mf-testimonials .details p {
    font-size: 23px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    max-width: 620px;
  }
  
  .page-template-page-mf-testimonials .satisfaction .label {
    text-align: center;
    font-size: 32px;
    color: #22ae85;
    text-transform: uppercase;
    line-height: 1.2;
  }
  
  .page-template-page-mf-testimonials #js-t-stats {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
  }
  
  .page-template-page-mf-testimonials #js-t-stats>div {
    width: calc(25% - 10px);
    background: #f6faff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    padding: 0 10px 10px;
    line-height: 34px;
    position: relative;
  }
  
  @media (max-width: 850px) {
    .page-template-page-mf-testimonials #js-t-stats>div {
      padding: 0 5px 10px;
    }
  }
  
  .page-template-page-mf-testimonials #js-t-stats>div:last-of-type {
    margin-right: 0;
  }
  
  .page-template-page-mf-testimonials #js-t-stats>div::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    top: 10px;
  }
  
  .page-template-page-mf-testimonials #js-t-stats .good::before,
  .page-template-page-mf-testimonials .good .survey__header::before {
    background-image: url('../../img/testimonials/face_good.svg');
  }
  
  .page-template-page-mf-testimonials #js-t-stats .bad::before,
  .page-template-page-mf-testimonials .bad .survey__header::before {
    background-image: url('../../img/testimonials/face_bad.svg');
  }
  
  .page-template-page-mf-testimonials #js-t-stats .neutral::before,
  .page-template-page-mf-testimonials .neutral .survey__header::before {
    background-image: url('../../img/testimonials/face_neutral.svg');
  }
  
  .page-template-page-mf-testimonials #js-t-stats .total::before {
    background-image: url('../../img/testimonials/icon-survey.svg');
  }
  
  .page-template-page-mf-testimonials .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  @media (max-width: 1200px) {
    .page-template-page-mf-testimonials .buttons {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  .page-template-page-mf-testimonials .buttons .btn {
    background-color: #cfdcec;
    padding: 12px 20px;
    border-radius: 10px;
    color: #3d495e;
    font-size: 21px;
    margin: 0 15px 15px;
  }
  
  .page-template-page-mf-testimonials .buttons .btn:hover {
    background-color: #dfe8f4;
  }

  .page-template-page-mf-testimonials .buttons .btn.avis {
    padding-left: 62px;
    position: relative;
  }

  .page-template-page-mf-testimonials .buttons .btn.avis::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: url('../../img/testimonials/icon-comment.svg') no-repeat;
    background-size: contain;
    position: absolute;
    left: 16px;
    top: 9px;
  }
  
  .page-template-page-mf-testimonials .buttons img {
    max-width: 190px;
    width: 100%;
  }
  @media (max-width: 600px) {
    .page-template-page-mf-testimonials .buttons img  {
      max-width: 120px;
    }
  }
  
  .page-template-page-mf-testimonials .survey {
    background: #fff;
    margin-bottom: 36px;
    border-radius: 10px;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
  }
  
  .page-template-page-mf-testimonials .survey.good {
    border-top: 3px solid #23ae84;
  }
  
  .page-template-page-mf-testimonials .survey.neutral {
    border-top: 3px solid #008dd4;
  }
  
  .page-template-page-mf-testimonials .survey.bad {
    border-top: 3px solid #E4032E;
  }
  
  .page-template-page-mf-testimonials .testimonials-count {
    text-align: left;
    margin: 0;
    position: relative;
    top: -40px;
  }
  
  @media (max-width: 850px) {
    .page-template-page-mf-testimonials .testimonials-count {
      top: 0;
      margin: 20px 0;
    }
  }
  
  .page-template-page-mf-testimonials .survey__header {
    border-radius: 10px 10px 0 0;
    background: #f6faff;
    padding: 24px 40px;
    display: flex;
  }
  @media (max-width: 600px) {
    .page-template-page-mf-testimonials .survey__header {
      padding: 24px;
    }
  }
  @media (max-width: 480px) {
    .page-template-page-mf-testimonials .survey__header {
      flex-wrap: wrap;
    }
  }
  .page-template-page-mf-testimonials .survey__header::before {
    content: '';
    display: inline-block;
    width: 62px;
    height: 62px;
    background-size: contain;
    margin-right: 40px;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
  @media (max-width: 600px) {
    .page-template-page-mf-testimonials .survey__header::before {
      margin-right: 24px;
    }
  }
  @media (max-width: 480px) {
    .page-template-page-mf-testimonials .survey__header::before {
      margin-bottom: 10px;
      width: 40px;
      height: 40px;
    }
  }
  
  .page-template-page-mf-testimonials .survey__header h3 {
    font-size: 24px;
    margin-bottom: 6px;
    line-height: 1.2;
  }
  
  .page-template-page-mf-testimonials .survey__rating {
    display: inline-block;
    margin-right: 20px;
  }
  
  .page-template-page-mf-testimonials .survey__rating::before {
    content: '';
    display: inline-block;
    background: url('../../img/testimonials/icon-opinion-system.svg') no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  
  .page-template-page-mf-testimonials .survey__content {
    padding: 40px;
    color: #333333;
  }
  @media (max-width: 600px) {
    .page-template-page-mf-testimonials .survey__content {
      padding: 24px;
    }
  }
  
  .page-template-page-mf-testimonials .survey__rating .stars {
    position: relative;
    width: 106px;
    height: 21px;
    background: #e4e4e4;
    display: inline-block;
    margin-right: 5px;
  }
  
  .page-template-page-mf-testimonials .survey__rating .stars::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('../../img/testimonials/stars_overlay.svg') no-repeat;
    background-size: contain;
  }
  
  .page-template-page-mf-testimonials .survey__rating .stars>div {
    position: relative;
    height: 100%;
    background: #ffcd34;
    margin-right: 10px;
  }
  
  .page-template-page-mf-testimonials .survey__rating .pill {
    background-color: #DCE7F5;
    color: #3d495e;
    display: inline-block;
    margin: 0;
    padding: 0 0.6077em;
    font-size: 0.8286em;
    border-radius: 0.75em;
    white-space: nowrap;
    position: relative;
    top: -0.4em;
  }
  
  .page-template-page-mf-testimonials .survey__date {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  
  .page-template-page-mf-testimonials .survey__date::before {
    content: '';
    display: inline-block;
    background: url('../../img/testimonials/icon-calendar.svg') no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  
  .page-template-page-mf-testimonials .survey__author {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .page-template-page-mf-testimonials .survey__comment {
    font-size: 18px
  }