#slider_home_top {
  display: block;
  position: relative;
  overflow: hidden;
}
#slider_home_top .swiper-pagination {
position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: auto !important;
  left: unset;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  height: max-content;
}
#slider_home_top .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #999;
  background: -moz-linear-gradient(top,#999 0%,#e1e1e1 100%);
  background: -webkit-linear-gradient(top,#999999 0%,#e1e1e1 100%);
  background: -o-linear-gradient(top,#999999 0%,#e1e1e1 100%);
  background: -ms-linear-gradient(top,#999999 0%,#e1e1e1 100%);
  background: linear-gradient(to bottom,#999 0%,#e1e1e1 100%);
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#999999',endcolorstr='#e1e1e1',gradienttype=0 );
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* Активная точка */
#slider_home_top .swiper-pagination-bullet-active {
    background: #666666;
    opacity: 1;
}
.slider_home_top_item{
  max-height: 366px;
}
.slider_home_top_item img{
    position: relative;
    width: 100%;
  max-height: 366px;
  height: 100%;
  object-fit: cover;
}