.reviews-block {
  padding: 100px 0px 50px;
}
.reviews-block .title__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 40px;
}
.reviews-block .title__holder .nav__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  height: 44px;
  max-width: 120px;
  width: 100%;
}
.reviews-block .title__holder .nav__holder .arr_left,
.reviews-block .title__holder .nav__holder .arr_right {
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  overflow: none;
}
.reviews-block .title__holder .nav__holder .arr_left svg path,
.reviews-block .title__holder .nav__holder .arr_right svg path {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  stroke: #f6f7f7;
}
.reviews-block .title__holder .nav__holder .arr_left svg rect,
.reviews-block .title__holder .nav__holder .arr_right svg rect {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  stroke: #7a9e2d;
  fill: #7a9e2d;
}
.reviews-block .title__holder .nav__holder .arr_left.swiper-button-disabled,
.reviews-block .title__holder .nav__holder .arr_right.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.reviews-block .title__holder .nav__holder .arr_left:hover svg path,
.reviews-block .title__holder .nav__holder .arr_right:hover svg path {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  stroke: #7a9e2d;
}
.reviews-block .title__holder .nav__holder .arr_left:hover svg rect,
.reviews-block .title__holder .nav__holder .arr_right:hover svg rect {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  fill: #f6f7f7;
}
.reviews-block .swiper {
  margin-bottom: 40px;
}
.reviews-block .swiper .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
  height: auto;
  padding: 30px;
  border-radius: 5px;
  background-color: #feffff;
  border: 1px solid #e6e7e8;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.reviews-block .swiper .swiper-slide:hover {
  border: 1px solid #7a9e2d;
}
.reviews-block .swiper .swiper-slide .rev-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.reviews-block .swiper .swiper-slide .rev-top .rev-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.reviews-block .swiper .swiper-slide .rev-top .rev-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-block .swiper .swiper-slide .rev-top .title_rev__holder .rev-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #1d1d1b;
  margin-bottom: 5px;
}
.reviews-block .swiper .swiper-slide .rev-top .title_rev__holder .rev-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #7a9e2d;
}
.reviews-block .swiper .swiper-slide .rev-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #606060;
  margin-bottom: 0px;
}
.reviews-block .btn {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 993px) {
  .reviews-block .title__holder {
    flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .reviews-block .title__holder .title {
    margin-bottom: 20px;
  }
  .reviews-block .title__holder .nav__holder {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .reviews-block {
    padding: 50px 0px;
  }
  .reviews-block .swiper .swiper-slide {
    padding: 30px 15px;
  }
  .reviews-block .swiper .swiper-slide .rev-top .title__holder .rev-title {
    font-size: 18px;
  }
  .reviews-block .swiper .swiper-slide .rev-content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .reviews-block .btn{
    width: 100%;
    max-width: none;
  }
}
