.steps {
    position: relative;
}

.steps__video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.steps__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
    object-fit: contain;
}

.steps__video.is-hidden {
  display: none;
  pointer-events: none;
}
.steps__video.is-visible {
    display: block;
}
.parts__select {
  display: flex;
}
.parts__items {
   overflow: auto;
  
   max-width: 100%;
   width: 100%;
}
.parts__content {
  display: flex;
  gap: 20px;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  max-width: 100%;
}

.parts__content::-webkit-scrollbar{ width: 0; }
