@media (max-width: 980px) {

  .uc-thebond-carousel .t-catalog__card-list {
    display: flex !important;
    flex-wrap: nowrap !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    gap: 10px !important;

    padding-left: 0 !important;
    padding-right: 30px !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    box-sizing: border-box !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;

    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .uc-thebond-carousel .t-catalog__card-list::-webkit-scrollbar {
    display: none !important;
  }

  .uc-thebond-carousel .t-catalog__card {
    flex: 0 0 calc((100vw - 50px) / 2) !important;
    min-width: calc((100vw - 50px) / 2) !important;
    max-width: calc((100vw - 50px) / 2) !important;

    margin: 0 !important;
    padding: 0 !important;

    scroll-snap-align: start !important;
  }

  .uc-thebond-carousel .t-catalog__card img,
  .uc-thebond-carousel .t-catalog__card-img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    display: block !important;
  }

  .uc-thebond-carousel .t-catalog__card > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}