.swiper-pagination-bullet-active {
  width: 16px;
  background: var(--primary-color);
  border-radius: 6px;
}

.slider-step-how-to .swiper-slide .steps {
  opacity: 1;
}

.slider-step-how-to .swiper .swiper-slide {
  width: 254px;
}

.slider-step-how-to .swiper {
  overflow: visible;
}

.step-how-to .steps .step-text p:nth-child(n+2) {
  margin-top: 12px;
  margin-bottom: 32px;
}

.step-how-to .steps .step-text {
  margin-top: 24px;
  text-align: center;
}

.slider-step-how-to .swiper {
  overflow: hidden;
}

.slider-3d.slider-step-how-to {
  width: 768px;
  margin: 0 auto;
}

@media(max-width:767px) {
  .slider-3d.slider-step-how-to {
    width: auto;
    margin: 0 -16px;
  }
}