/* Общая страховка */
html, body { max-width: 100%; overflow-x: hidden; }
img, video, iframe { max-width: 100%; height: auto; }

/* Marquee */
.marquee,
.marquee__row,
.marquee__container { max-width: 100%; overflow: hidden; }
.marquee--draggable { overflow: hidden; touch-action: pan-y; }
.marquee__element { max-width: 100%; }

/* other-products */
.other-products__grid-wrapper,
.js-base-slider-wrapper { max-width: 100%; overflow: hidden; }
.other-products__list,
.js-base-slider-list { max-width: 100%; }

/* process-list */
.process-list-wrapper {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.process-list { width: max-content; max-width: none; }
