@charset "UTF-8";
.testimonials_list .popup_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial_block:before, .testimonials_list .popup_btn:before, .testimonials_list:before, .testimonials_list:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonials_list {
  margin: 60px -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.testimonials_list li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.testimonials_list:before, .testimonials_list:after {
  display: flex;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
  font-size: 2600%;
  background: linear-gradient(to bottom, #D8D8D8, #FEFEFE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "";
}
.testimonials_list:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform-origin: center;
  -webkit-transfrom-origin: center;
  padding-bottom: 0;
  padding-top: 20px;
}
.testimonials_list .popup_btn {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 180%;
  line-height: 1.5em;
  color: #ffffff;
  font-family: "bold";
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: none;
  background: transparent;
}
.testimonials_list .popup_btn:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform-origin: center;
  -webkit-transfrom-origin: center;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  color: rgba(255, 255, 255, 0.05);
  z-index: -1;
  font-size: 1350%;
}
.testimonials_list .popup_btn:after {
  display: flex;
  margin-top: 25px;
  width: 55px;
  height: 55px;
  border: 1px solid;
  content: "+";
  justify-content: center;
  align-items: center;
  font-size: 200%;
  border-radius: 50%;
  padding-bottom: 5px;
}

.testimonial_block {
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
}
.testimonial_block:before {
  display: block;
  content: "";
  font-size: 190%;
  margin-bottom: 25px;
}
.testimonial_block .text_block {
  font-size: 180%;
  line-height: 1.5em;
}
.testimonial_block .author_block {
  margin-top: auto;
  padding-top: 25px;
  font-size: 180%;
  line-height: 1.5em;
}
.testimonial_block .author_name {
  font-family: "bold";
}

.testimonial_popup .popup_container {
  max-width: 750px;
}

.testimonial_form {
  max-width: 460px;
  margin: 0 auto;
}
.testimonial_form .form_title {
  font-size: 260%;
  line-height: 32px;
  font-family: "bold";
  text-align: center;
  margin: 0 0 20px;
}
.testimonial_form .form_description {
  font-size: 160%;
  line-height: 25px;
  text-align: center;
  color: #999999;
  margin-bottom: 20px;
}

@media (max-width: 1599px) {
  .testimonials_list:before, .testimonials_list:after {
    font-size: 2100%;
  }
  .testimonials_list .popup_btn {
    min-height: 280px;
    font-size: 160%;
  }
  .testimonials_list .popup_btn:before {
    font-size: 1250%;
  }
  .testimonials_list .popup_btn:after {
    width: 50px;
    height: 50px;
    font-size: 200%;
    padding-bottom: 5px;
  }

  .testimonial_block {
    min-height: 280px;
  }
  .testimonial_block:before,
.testimonial_block .text_block,
.testimonial_block .author_block {
    font-size: 160%;
  }
  .testimonial_block:before {
    margin-bottom: 15px;
  }
  .testimonial_block .author_block {
    padding-top: 20px;
  }
}
@media (max-width: 1440px) {
  .testimonial_block {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .testimonials_list:before, .testimonials_list:after {
    font-size: 1800%;
  }
  .testimonials_list .popup_btn {
    font-size: 140%;
    min-height: 240px;
  }
  .testimonials_list .popup_btn:before {
    font-size: 1100%;
  }
  .testimonials_list .popup_btn:after {
    width: 50px;
    height: 50px;
    font-size: 200%;
    padding-bottom: 5px;
  }

  .testimonial_block {
    min-height: 240px;
  }
  .testimonial_block:before,
.testimonial_block .text_block,
.testimonial_block .author_block {
    font-size: 140%;
  }
  .testimonial_block:before {
    margin-bottom: 15px;
  }
  .testimonial_block .author_block {
    padding-top: 20px;
  }

  .testimonial_form .form_title {
    font-size: 220%;
    line-height: 27px;
  }
  .testimonial_form .form_description {
    font-size: 140%;
    line-height: 20px;
  }
}
@media (max-width: 959px) {
  .testimonials_list {
    margin-top: 30px;
  }
  .testimonials_list:before, .testimonials_list:after,
.testimonials_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .testimonial_form .form_title {
    font-size: 200%;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .testimonials_list:before, .testimonials_list:after,
.testimonials_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials_list:before, .testimonials_list:after {
    font-size: 1200%;
  }
}
.web .testimonials_list .popup_btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.web .testimonials_list .popup_btn:hover:before {
  background: #000000;
  color: rgba(255, 255, 255, 0.2);
}

.touch .testimonials_list .popup_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .testimonials_list .popup_btn:before {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .testimonials_list .popup_btn:active {
  color: rgba(255, 255, 255, 0.7);
}
.touch .testimonials_list .popup_btn:active:before {
  background: #000000;
  color: rgba(255, 255, 255, 0.2);
}

.web .testimonials_list .popup_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .testimonials_list .popup_btn:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=testimonials.css.map */
