.slider-fullwidth .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.selection-slider .swiper-pagination-bullet {
  background-color: #505050 !important;
  opacity: 0.2 !important;
}
.selection-slider .swiper-pagination-bullet-active {
  background-color: #505050 !important;
  opacity: 1 !important;
}
.swiper-notification {
  display: none;
}
.news-slider .swiper-pagination-bullet {
  background-color: #b6b6b6 !important;
  opacity: 0.2 !important;
}
.news-slider .swiper-pagination-bullet-active {
  background-color: #b6b6b6 !important;
  opacity: 1 !important;
}
