
    .reviews__first {
  padding: 40px 0;
  background: url("https://stable-reviews.com/wp-content/themes/reviews/images/companies_template/rewiews-first-bg.png") no-repeat center center;
  background-size: cover;
}
.reviews__first .content-wrapper {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .reviews__first .content-wrapper {
    flex-direction: column;
  }
}
.reviews__first_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews__first_info_title, .reviews__first_info_description {
  color: white;
}

.reviews__first_info_title {
      padding-right: 20px;
}


.reviews__first_form {
  background-color: white;
  padding: 40px;
  text-align: center;
  min-width: 45%;
}
.reviews__first_form_title {
  text-align: center;
  font-size: 20px;
  font-weight:500 ;
  margin-bottom:20px ;

}
.reviews__first_form_element input {
  margin-bottom: 20px;
  width: 100%;
  min-height: 50px;
  background-color: #F7F7F7;
}
.reviews__first_form_element .consent_label {
  color: black;
}
.reviews__first_form_element button[type=submit] {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
}
.reviews__second {
  background-color: #FAFAFA;
  padding: 30px 0 40px;
}
.reviews__second_title {
  text-align: center;
}
.reviews__second_description {
  text-align: center;
  margin-bottom: 15px;
}
.reviews__second_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
}
.reviews__second_grid_item {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews__second_grid_item:nth-child(3), .reviews__second_grid_item:nth-child(6) {
  border-right: none;
}
.reviews__second_grid_item:nth-child(1), .reviews__second_grid_item:nth-child(4) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .reviews__second_grid {
    grid-template-columns: 1fr;
  }
  .reviews__second_grid_item {
    border-right: none;
    border-left: none;
  }
}
.reviews__third {
  padding: 30px 0;
}
.reviews__third_info {
  display: flex;
  justify-content: space-between;
}
.reviews__third_info_title {
  max-width: 50%;
}
.reviews__third_info_description {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .reviews__third_info {
    flex-direction: column;
  }
  .reviews__third_info_title, .reviews__third_info_description {
    text-align: center;
    max-width: 100%;
  }
}
.reviews__third_slider .glide {
  width: 100%;
}
.reviews__third_slider .glide__track {
  width: 100%;
}
.reviews__third_slider .glide__track .glide__slides {
  width: 100%;
/*  height: 350px;*/
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.reviews__third_slider .glide__track .glide__slides .glide__slide {
  flex: 1;
  position: relative;
}
.reviews__third_slider .glide__track .glide__slides .glide__slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
@media screen and (max-width: 600px) {
  .reviews__third_slider .glide__track .glide__slides .glide__slide {
    height: inherit;
  }
}
.reviews__third_slider .glide__track .glide__slides .glide__slide .slide-content {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .reviews__third_slider .glide__track .glide__slides .glide__slide .slide-content {
    flex-direction: column;
  }
}
.reviews__third_slider .glide .bullets-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
.reviews__third_slider .glide .bullets-wrap .glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all ease 0.3s;
}
.reviews__third_slider .glide .bullets-wrap .glide__bullets .glide__bullet:not(:last-child) {
  margin-right: 6px;
}
.reviews__third_slider .glide .arrows-wrap .glide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(-50%);
}
.reviews__third_slider .glide .arrows-wrap .glide__arrows .glide__arrow {
  width: 40px;
  height: 40px;
  background-color: #987DFF;
  border: 1px solid #987DFF;
  padding: 0;
  cursor: pointer;
  transition: all ease 0.3s;
}
.reviews__third_slider .glide .arrows-wrap .glide__arrows .glide__arrow--left {
  margin-right: 16px;
}
  
  .review-user-name {
    font-weight: bold;
    padding-right: 20px;
  }

.reviews__third_slider .glide__track .glide__slides {
    height: 100%!important;
  }

.stars-block {
    position: relative;
    display: inline-block;
    height: 28px;
    aspect-ratio: 150/28;
    margin-bottom: 15px;
}

.stars-block .empty,
.stars-block .full {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 20%;
}

.stars-block .empty svg,
.stars-block .full svg {
    margin-right: 8px;
}

.stars-block .empty {
    mask: url('https://stable-reviews.com/wp-content/themes/reviews/images/companies_template/star.png') repeat-x;
    mask-size: contain;
    background-color: #D8D8D8;
}

.stars-block .full {
    mask: url('https://stable-reviews.com/wp-content/themes/reviews/images/companies_template/star.png') repeat-x;
    mask-size: contain;
    background-color: #987DFF; 
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.stars-block.mini {
    height: 14px;
}

.stars-block.mini .empty,
.stars-block.mini .full {
    svg {
        margin-right: 5px;
    }
}

.reviews__third_slider .glide .arrows-wrap .glide__arrows .glide__arrow {
  width: 40px;
  height: 40px;
  background-color: #987DFF;
  border: 1px solid #987DFF;
  padding: 0;
  cursor: pointer;
  transition: all ease 0.3s;
}
.reviews__third_slider .glide .arrows-wrap .glide__arrows .glide__arrow--left {
  margin-right: 16px;
}
.reviews__third_slider .glide .arrows-wrap .glide__arrows .glide__arrow--left::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url('https://stable-reviews.com/wp-content/themes/reviews/images/companies_template/left-arrow.png'); 
  background-size: cover; 
  background-position: center;
  color: white;
  width: 30px;
  height: 30px;
      top: 4px;
    left: 4px;
}


.reviews__third_slider .glide .arrows-wrap .glide__arrows .glide__arrow--right::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url('https://stable-reviews.com/wp-content/themes/reviews/images/companies_template/right-arrow.png'); 
  background-size: cover; 
  background-position: center;
  width: 30px;
  height: 30px;
  color: white;
      top: 4px;
    left: 4px;
  
}


.glide__arrow--left, .glide__arrow--right {
  position: relative;

}

.slide-content {
  padding: 10px;
}

@media screen and (max-width: 500px) {
  .reviews__third_slider .glide .arrows-wrap .glide__arrows {
    justify-content: space-between;
  }
}
.reviews__fourth, .reviews__sixth {
  padding: 30px 0;
  background: url("https://stable-reviews.com/wp-content/themes/reviews/images/companies_template/Clip-path-group.png") no-repeat center center;
  background-size: cover;
}
.reviews__fourth .content-wrapper, .reviews__sixth .content-wrapper {
  max-width: 910px;
}
.reviews__fourth_title, .reviews__sixth_title {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.reviews__fifth {
  padding: 30px 0;
}
.reviews__fifth .content-wrapper {
  max-width: 910px;
}
.reviews__fifth_title {
  text-align: center;
}
.reviews__fifth_description {
  text-align: center;
  margin-bottom: 40px;
}
.reviews__fifth_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reviews__fifth_list_item_number {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-right: 10px;
}
.reviews__fifth_list_item_text {
  flex: 1;
}
.reviews__fifth_list hr {
  margin: 28px 0;
}
.reviews__fifth_note {
  background-color: #F3F5F6;
  padding: 20px;
  border-left: 4px solid #987DFF;
}
.reviews__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.reviews__form textarea {
  resize: none;
  padding: 10px 15px;
  min-height: 100px;
}
.reviews__form textarea::placeholder {
  font-size: 14px;
}
.reviews__form textarea:focus-visible {
  outline: none;
}
.reviews__form input, .reviews__form button[type=submit] {
  min-height: 50px;
  width: 100%;
}
.reviews__form_note {
  color: white;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .reviews__form {
    grid-template-columns: 1fr;
  }
  .reviews__form input, .reviews__form textarea {
    max-width: none;
  }
  .consult-btn {max-width: none;}
}


.reviews__first_form .btn-filled {
      border:none;
      color: white;
      background-color: #987DFF;
    }
    
    /* //checkbox */
    .consent {
        margin-bottom: 12px;
    }

    .consent_label {
        display: block;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 14px;
        user-select: none;
        color: white;
    }

    .consent_label span {
        color: #000;
    }

    .consent_label:hover .consent_checkmark {
        background-color: #ccc;
    }

    .consent_checkbox {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .reviews__first_form .consent_checkmark {
        position: absolute;
        top: 8px;
        left: 5%;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .reviews__form .consent_checkmark {
        position: absolute;
        top: 8px;
        left: 0px;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .consent_checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .consent_checkbox:checked~.consent_checkmark {
        background-color: #987DFF;
    }

    .consent_checkbox:checked~.consent_checkmark:after {
        display: block;
    }

    .consent_checkmark:after {
        left: 8px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

.w60 {
  width: 60%;
  margin: 0 auto;
}

#submit-btn, #submit-btn2, #submit-btn3  {
  background-color: #987DFF;
  max-width: 360px;
  border: none;
  color: white;
}

    @media (max-width: 650px) {

    .reviews__first_form .consent_checkmark {
        left: 8px;

    }
        }

