/* Filters container */
#rec1732995101 .js-store-parts-select-container {
  display: flex;
  justify-content: center;
}

#rec1732995101 .t-store__parts-switch-wrapper {
  display: flex;
  align-items: center;

  background: #0f3b63;
  border-radius: 999px;
  padding: 15px;
  gap: 0;
}

#rec1732995101 .t-store__parts-item {
  margin: 0 7px 0 0;
}

/* Buttons */
#rec1732995101 .t-store__parts-switch-btn {
  margin: 0;
  padding: 10px 18px;
  border-radius: 999px;

  background: transparent;
  color: #ffffff;
  border: 1px solid #204D71;

  font-size: 16px!important;
  font-weight: 500;
  line-height: 1;

  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  opacity: 1;
}


/* Button hover */
#rec1732995101 .t-store__parts-switch-btn:not(.t-active):hover {
  background: #ffffff;
  color: #0f3b63;
}

/* Active button */
#rec1732995101 .t-store__parts-switch-btn.t-active {
  background: #ffffff;
  color: #0f3b63;
}

@media screen and (max-width: 959px) {
  /* Filters container: 20px padding from screen edges */
  #rec1732995101 .js-store-parts-select-container {
    padding: 0 20px;
    justify-content: center;
  }

  /* Capsule background becomes a card with small border radius */
  #rec1732995101 .t-store__parts-switch-wrapper {
    display: flex;
    flex-wrap: wrap;                  /* wrap into multiple rows */
    justify-content: center;
    background: #0f3b63;
    border-radius: 10px;              /* 10px border radius */
    padding: 10px;                    /* 10px inner padding */
    gap: 10px;                        /* 10px gap horizontally and vertically */
  }

  /* Individual filter items: remove outer margins, spacing handled by gap */
  #rec1732995101 .t-store__parts-item {
    margin: 0;
  }

  /* Filter buttons — smaller size, 10px paddings */
  #rec1732995101 .t-store__parts-switch-btn {
    font-size: 14px!important;        /* font size 14 */
    padding: 10px 10px;               /* 10px padding to the border */
    border-radius: 999px;
    white-space: nowrap;
  }
}



/* 1. Video block: background */
#rec1897980001 {
  position: relative;
  height: 0;
  overflow: visible;
  z-index: 0;
}

#rec1897980001 .hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#rec1897980001 .hero-video-bg video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: none !important;
}


/* 2. DESKTOP slider above the video (#rec1732880641) */
#rec1732880641 {
  position: relative;
  margin-top: 0;
  z-index: 1;
  background: transparent !important;
}

/* Remove background images from the desktop cover and slides */
#rec1732880641 .t-cover,
#rec1732880641 .t-cover__carrier {
  background: none !important;
  background-image: none !important;
}

/* Hero height on desktop */
#rec1732880641 .t734__table,
#rec1732880641 .t-cell.t-valign_middle {
  min-height: 100vh;
}

/* Text background overlay (shared logic, also works for mobile if classes match) */
#rec1732880641 .t734__wrapper,
#rec1892324871 .t734__wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

#rec1732880641 .t734__wrapper::before,
#rec1892324871 .t734__wrapper::before {
  content: "";
  position: absolute;
  inset: -10px -20px;
  background: radial-gradient(
    circle at center,
    rgba(5, 10, 25, 0.35) 0%,
    rgba(5, 10, 25, 0.25) 40%,
    rgba(5, 10, 25, 0.0) 100%
  );
  z-index: -1;
  opacity: 0.25;
}

#rec1732880641 .t734__title,
#rec1892324871 .t734__title {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.85);
}

#rec1732880641 .t734__descr,
#rec1892324871 .t734__descr {
  color: rgba(235, 242, 255, 0.95);
  font-size: 18px;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
}


/* 3. MOBILE slider above the video (#rec1892324871) */
@media screen and (max-width: 959px) {
  /* Video height equals viewport height */
  #rec1897980001 .hero-video-bg video {
    height: 100vh;
    filter: none;
  }

  /* Mobile block positioned above the video */
  #rec1892324871 {
    position: relative;
    z-index: 1;
    background: transparent !important;
  }

  /* Remove background images from mobile cover and slides */
  #rec1892324871 .t-cover,
  #rec1892324871 .t-cover__carrier {
    background: none !important;
    background-image: none !important;
  }

  /* Hero height on mobile, центр по высоте */
  #rec1892324871 .t734__table {
    min-height: 100vh;
    display: flex;
    align-items: center;      /* vertical text alignment */
    justify-content: center;
  }

  #rec1892324871 .t-cell.t-valign_middle {
    display: block;
    width: 100%;
  }

  /* Overlay and text adjustments for mobile */
  #rec1892324871 .t734__wrapper {
    margin-top: 50%;
    max-width: 90%;
    padding: 0 16px;
    position: relative;
    text-align: center;
  }

  #rec1892324871 .t734__wrapper::before {
    content: "";
    position: absolute;
    inset: -8px -12px;
    background: rgba(29, 29, 31, 0.5);  
    filter: blur(100px);                 
    border-radius: 999px;               
    z-index: -1;
    opacity: 1;
  }

  #rec1892324871 .t734__title {
    padding-top: 30px;
    font-size: 30px;
  }

  #rec1892324871 .t734__descr {
    font-size: 15px;
    padding-bottom: 30px;
  }
}
