
.block-productsOther {
  margin-bottom: 80px;
padding-bottom: 1px;
}
.block-productsOther .block-title {
  color: var(--head);
}
.block-productsOther .swiper {
  height: max-content;
padding-bottom: 1px;
}
.block-productsOther .swiper-slide {
  height: auto;
}
.block-productsOther__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  margin-top: 40px;
}
.block-productsOther__bottom .navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  width: 100%;
}
.block-productsOther__bottom .navs .swiper-button-prev {
  position: static;
  margin: 0px;
}
.block-productsOther__bottom .navs .swiper-pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  justify-content: center;
}
.block-productsOther__bottom .navs .swiper-pagination .swiper-pagination-bullet {
  margin: 0px;
  opacity: 1;
  background: transparent;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, color 0.3s ease;
}
.block-productsOther__bottom .navs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--hover);
  color: var(--card);
}
@media (min-width: 992px) {
  .block-productsOther__bottom .navs .swiper-pagination .swiper-pagination-bullet:hover {
    background: var(--hover);
    color: var(--card);
  }
}
.block-productsOther__bottom .navs .swiper-button-next {
  position: static;
  margin: 0px;
}

@media (max-width: 991px) {
  .block-productsOther {
    margin-bottom: 40px;
  }
  .block-productsOther__bottom {
    flex-direction: column;
    margin-top: 30px;
    align-items: flex-start;
  }
  .block-productsOther__bottom .navs {
    grid-gap: 10px;
  }
  .block-productsOther__bottom .navs .swiper-pagination {
    grid-gap: 5px;
  }
  .block-productsOther__bottom .navs .swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}