.abc__slider {
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.abc__slider .swiper {
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 1560px){
  .abc__slider {
      padding-bottom: 60px;
      margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .abc__slider {
    margin-bottom: 0px;
  }
}

.slider__container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.slider__line {
  overflow-X: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  
  transition: all ease 0.6s;
}

.abc__slider-title--container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1560px){
  .abc__slider-title--container {
      padding-bottom: 60px;
  }
}

@media screen and (max-width: 560px) {
  .abc__slider-title--container {
    padding-bottom: 40px;
  }
}
.abc__slider-title--container h2 {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
}
.abc__slider-title--container h2 span {
  opacity: 0;
}
.abc__slider-title--container h2::before, .abc__slider-title--container h2::after {
  content: "";
  display: block;
  width: 32vw;
  height: 50%;
  border-bottom: 2px solid #f2cf30;
}
@media screen and (max-width: 1090px) {
  .abc__slider-title--container h2::before,
  .abc__slider-title--container h2::after {
    width: 27vw;
  }
}
@media screen and (max-width: 970px) {
  .abc__slider-title--container h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 760px) {
  .abc__slider-title--container h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 560px) {
  .abc__slider-title--container h2 {
    font-size: 24px;
  }
}

.review {
  width: 560px;
  height: 541px;
  background-color: rgba(217, 217, 217, 0.23);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 36px 32px;
  
}

.review.active{
   height: 570px;
}
.review h3 {
  font-size: 32px;
  font-weight: 600;
}
.review p {
  font-size: 16px;
  font-weight: 500;
}
.review span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 22px;
  font-weight: 500;

}

.review img {
  max-width: 100px;
  height: auto;
  image-rendering: crisp-edges;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 690px) {
  .review {
    min-width: 380px;
    max-width: 90vw;
    min-height: 450px;
    max-height: 60vh;
    padding: 20px 60px;
  }
  .review h3 {
    font-size: 32px;
  }
  .review p {
    font-size: 16px;
  }
  .review span {
    font-size: 20px;
  }
}

@media screen and (max-width: 580px) {
  .review {
      min-width: 300px;
      min-height: 600px;
      max-height: 70vh;
    padding: 15px 20px;
  }
  .review h3 {
    font-size: 28px;
  }
  .review p {
    height: fit-content;
    max-width: 85%;
    font-size: 14px;
  }
  .review span {
    font-size: 28px;
  }
}
.pagination {
  margin-top: 40px;
  font-size: 38px;
  display: flex;
  gap: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1560px){
    .pagination{
        margin-top: 30px;
    }
}
.active_dot{
    transform: scale(2, 2);
    
    transition: all ease 0.3s;
}
.about-company .tb_text_block--container.second{
    padding-bottom: 0;
}
/*# sourceMappingURL=abc_slider.css.map */