
.evaluate_section{
  width: 100%;
  padding-top: 78px;
}

.evaluate_section .container{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.evaluate_section h3{
  margin-bottom: 31px;
}

.evaluate_section .arrows{
  margin-bottom: 53px;
}

.evaluate_section .slider_wrap{
  width: 100%;
}

.evaluate_section .slider_wrap .slider{
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-right: -7px;
}

.evaluate_section .slider_wrap .slider .slick-slide{
  margin: 0 7px;
}

.evaluate_section .slider_wrap .slider .slide{
  border-radius: 9.496px;
  background: #2F2F2F;
  padding: 23px 19px 21px;
  height: 100%;
  position: relative;
  padding-bottom: 64px;
}

.evaluate_section .slider_wrap .slider .slide .top{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.evaluate_section .slider_wrap .slider .slide .top figure{
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.evaluate_section .slider_wrap .slider .slide .top figure img{
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.evaluate_section .slider_wrap .slider .slide .top .content{
  width: calc(100% - 57px);
  padding-left: 16px;
}

.evaluate_section .slider_wrap .slider .slide .top .content .name{
  width: 100%;
  color: #FFF;
  font-size: 15.193px;
  margin-bottom: 6px;
}

.evaluate_section .slider_wrap .slider .slide .top .content .btn{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  font-size: 12px;
}

.evaluate_section .slider_wrap .slider .slide .top .content .btn img{
  margin-right: 7px;
}

.evaluate_section .slider_wrap .slider .slide .text{
  width: 100%;
  margin-top: 23px;
  color: #FFF;
  font-size: 15px;
  line-height: 120%;
}

.evaluate_section .slider_wrap .slider .slide .text p{
  width: 100%;
  margin-bottom: 20px;
}

.evaluate_section .slider_wrap .slider .slide .text p:last-child{
  margin-bottom: 0;
}

.evaluate_section .slider_wrap .slider .slide .read_full_review{
  display: inline-flex;
  color: #FFF;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.evaluate_section .slider_wrap .slick-list{
  padding: 0 5% 0 0 !important;
}

.evaluate_section .arrows{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
  max-width: 150px;
}

.evaluate_section .arrows .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 7.523px;
  width: 57px;
  height: 57px;
  border: 1px solid #2B2B2B;
  color: #fff;
}

.evaluate_section .arrows .arrow svg{
  width: 13px;
}
.evaluate_section .arrows .arrow:hover {
  background: #2B2B2B;
}
.evaluate_section .arrows .arrow_left svg {
  margin-left: -5px;
}
.evaluate_section .arrows .arrow_right svg {
  margin-right: -5px;
}

.evaluate_section .slick-track
{
    display: flex !important;
}

.evaluate_section .slick-slide
{
    height: inherit !important;
}

.evaluate_section .slider_wrap .slider .slick-slide > div{
  height: 100%;
}


.modal_video_review{
  max-width: 600px;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}

.modal_video_review .modal_container{
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_video_review .modal_container iframe{
  width: 100%;
  height: 400px;
}

.modal_video_review .fancybox-close-small{
  background: #fff;
  border-radius: 50%;
}

.evaluate_section audio{
  opacity: 0;
  visibility: hidden;
}

.modal_full_review{
  width: 100%;
  max-width: 823px;
  padding: 0;
  margin: 0;
  background: none;
}

.modal_full_review .modal_container{
  border-radius: 10px;
  background: #2F2F2F;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
  padding: 60px 37px 50px 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.modal_full_review .slide .top{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal_full_review .slide .top figure{
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.modal_full_review .slide .top figure img{
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.modal_full_review .slide .top .content{
  width: calc(100% - 57px);
  padding-left: 16px;
}

.modal_full_review .slide .top .content .name{
  width: 100%;
  color: #FFF;
  font-size: 15.193px;
  margin-bottom: 6px;
}

.modal_full_review .slide .top .content .btn{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  font-size: 12px;
}

.modal_full_review .slide .top .content .btn img{
  margin-right: 7px;
}

.modal_full_review .slide .text{
  width: 100%;
  margin-top: 23px;
  color: #FFF;
  font-size: 15px;
  line-height: 120%;
}

.modal_full_review .slide .text p{
  width: 100%;
  margin-bottom: 20px;
}

.modal_full_review .slide .text p:last-child{
  margin-bottom: 0;
}

.modal_full_review .slide .read_full_review{
  margin-top: 25px;
  display: inline-flex;
  color: #FFF;
  font-size: 16px;
}

.modal_full_review .fancybox-close-small{
  color: #fff;
}

.audio_btn .pause_img{
  display: none;
}

.audio_btn.active .play_img{
  display: none;
}

.audio_btn.active .pause_img{
  display: block;
}

@media screen and (max-width: 500px){
  .evaluate_section .slider_wrap .slick-list{
    padding: 0 !important;
  }
  .modal_full_review .modal_container{
    padding: 36px 32px;
  }
}