.hm-pay__swiper,
.hm-games .swiper-container {
  overflow: hidden;
}

.hm-pay__swiper .swiper-wrapper,
.hm-games .swiper-wrapper {
  display: flex !important;
  transform: none !important;
  -webkit-transform: none !important;
  transition: none !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  cursor: grab;
  gap: 10px;
}

.hm-pay__swiper .swiper-wrapper.is-dragging,
.hm-games .swiper-wrapper.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.hm-pay__swiper .swiper-slide,
.hm-games .swiper-slide {
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  width: auto !important;
  max-width: none;
}

.hm-pay__swiper .swiper-slide {
  min-width: min(246px, 78%);
}

.hm-games .swiper-slide {
  width: 72% !important;
  max-width: 230px;
}
