.zbx-swiper {
  &-indicator {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    &-item {
      width: 8px;
      height: 8px;
      margin-right: 8px;
      background-color: #cfcfd1;
      border-radius: 50%;
      &.active {
        background-color: #86868b;
      }
    }
  }
  //.
  .adm-swiper-slide {
    //width: auto;
    //background-color: #ffffff;
  }
}
