#rewiews-block {
  /* padding-top: 60px; */
  overflow: hidden;
}
#rewiews-block .block_head {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /* margin-bottom: 40px; */
  gap: 20px;
}
#rewiews-block .swiper-button-next,
#rewiews-block .swiper-button-prev {
  position: relative;
  margin-top: 0;
}
#rewiews-block .swiper-button-next svg path,
#rewiews-block .swiper-button-prev svg path {
  stroke: var(--col_swiper);
}
#rewiews-block .swiper-button-prev {
  left: 0;
}
#rewiews-block .swiper-button-next {
  right: 0;
}
#rewiews-block {
  position: relative;
  z-index: 2;
  /* padding-top: 100px; */
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* margin-bottom: 40px; */
}
#rewiews-block .item__slide {
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  background: var(--color_b2);
  border-radius: 2px;
  height: fit-content;
  align-content: flex-start;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  cursor: pointer;
}
#rewiews-block .item__slide:hover {
  box-shadow: 0px 0px 20px 0px var(--col_light);
}
#rewiews-block .progressbar_custom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
#rewiews-block .rewiews_text_holder {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  /* min-height: 320px; */
  width: 100%;
}
#rewiews-block .rewiews_text_holder .rew_text .text-hidden:not(.open) {
  display: none;
}
#rewiews-block .rew_head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  width: calc(100% - 60px);
  padding-right: 30px;
  padding-left: 30px;
}
#rewiews-block .image_holder {
  display: flex;
  margin-bottom: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
#rewiews-block .rewiews_img_slide {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
#rewiews-block .rewiews_img_slide:hover {
  filter: drop-shadow(0px 0px 4px var(--col_light));
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}
#rewiews-block .btn_more_text {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: var(--text_white);
  display: flex;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
#rewiews-block .btn_more_text:hover {
  color: var(--color_text);
  transition: 0.5s;
}
#rewiews-block .left_side {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
#rewiews-block .rew_name {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--text_white);
  letter-spacing: 2px;
}
#rewiews-block .rew_work {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--text_white);
  text-align: left;
}
#rewiews-block .rewiews_img {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#rewiews-block .rew_text {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  overflow-y: hidden;
  color: var(--color_text);
  margin-bottom: 10px;
}
#rewiews-block .rew_text,
#rewiews-block .rew_text * {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: var(--text_gray);
}
#rewiews-block .text_holder {
  flex-direction: column;
  align-items: center;
  background-color: var(--text_titles);
}
#rewiews-block .swiper {
  height: fit-content;
  padding: 30px;
  margin: -30px;
}
#rewiews-block .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
#rewiews-block .swiper-pagination-bullet-active {
  background: var(--col_swiper);
}
#rewiews-block .swiper-pagination-bullet {
  background: transparent;
  border: solid var(--col_swiper) 1px;
  position: relative;
  height: 30px;
  width: 30px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
#rewiews-block .swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--col_swiper);
  position: absolute;
  transform: scale(0.5);
}
#rewiews-block .nav__holder {
  position: relative;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#rewiews-block .navigation {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#rewiews-block .rewiews_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  color: var(--text_titles);
  letter-spacing: 3px;
  padding: 90px 0 40px;
}
@media (max-width: 1200px) {
  /* #rewiews-block {
    padding-top: 60px;
  } */
}
@media (max-width: 768px) {
  #rewiews-block .rewiews_title {
    font-size: 32px;
    padding: 40px 0 20px;
  }
}
@media (max-width: 700px) {
  #rewiews-block .left_side {
    height: 50px;
  }
  #rewiews-block .rew_head::after {
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  #rewiews-block .rewiews_title {
    font-size: 20px;
    line-height: 30px;
  }
  #rewiews-block .progressbar_custom .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
  }
  #rewiews-block .progressbar_custom .swiper-pagination-bullet-active::after {
    width: 50px;
    height: 50px;
  }
  /* #rewiews-block .progressbar_custom .swiper-pagination-bullet::before {
    width: 75vw;
  } */
  #rewiews-block .item__slide {
    flex-direction: column;
  }
  #rewiews-block .rewiews_img {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 400px) {
  #rewiews-block .progressbar_custom .swiper-pagination-bullet::before {
    width: 60vw;
  }
  #rewiews-block .nav__holder {
    margin-bottom: 30px;
  }
}
