   /* Для ST310N */
   @media (min-width: 1024px) {
     .t310__items-wrapper {
       overflow-x: auto;
       white-space: nowrap;
       scroll-snap-type: x mandatory;
     }
     .t310__item {
       display: inline-block;
       width: 300px; /* Ширина карточки */
       margin-right: 20px; /* Отступ */
     }
   }