.tcl-images-carousel__big-slider {
  position: relative;
}
.tcl-images-carousel__big-slider .swiper-slide {
  opacity: 0 !important;
}
.tcl-images-carousel__big-slider .swiper-slide-active {
  opacity: 1 !important;
}
.tcl-images-carousel__slide-heading {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  line-height: 1;
}
.tcl-images-carousel__slide-description {
  margin-top: 15px;
  text-align: center;
  line-height: 1;
}
.tcl-images-carousel__small-slider {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .tcl-images-carousel__small-slider {
    margin-top: 20px;
  }
}
.tcl-images-carousel__small-slider .swiper-slide {
  position: relative;
}
.tcl-images-carousel__small-slider .swiper-slide::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 60, 122, 0.8);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-images-carousel__small-slider .swiper-slide-thumb-active::after {
  opacity: 0.3;
}
.tcl-images-carousel__caption {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  color: #212121;
  color: #9f9f9f;
}
.tcl-images-carousel .swiper-button-prev {
  left: 0;
}
.tcl-images-carousel .swiper-button-next {
  left: unset;
  right: 0;
}