/* Горизонтальный скролл для PL105N — #rec2155180601 */ @media (max-width: 980px) { #rec2155180601, #rec2155180601 .t-card__container, #rec2155180601 .t-card__col, #rec2155180601 .t-card__wrapper, #rec2155180601 .t-card__list { display: flex !important; flex-wrap: nowrap !important; flex-direction: row !important; overflow-x: auto !important; overflow-y: hidden !important; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; gap: 20px; padding: 15px 0 30px 0; } /* Основные карточки */ #rec2155180601 .t-card, #rec2155180601 .t-card__item { min-width: 280px !important; flex-shrink: 0 !important; margin: 0 !important; } /* Убираем всё, что может ломать скролл */ #rec2155180601 .t-card__col { width: auto !important; max-width: none !important; } /* Тонкий скроллбар */ #rec2155180601 ::-webkit-scrollbar { height: 5px; } #rec2155180601 ::-webkit-scrollbar-thumb { background: #999; border-radius: 10px; } } /* Snap для приятного свайпа */ @media (max-width: 980px) { #rec2155180601 .t-card__container, #rec2155180601 .t-card__col { scroll-snap-type: x mandatory; } #rec2155180601 .t-card { scroll-snap-align: start; } }