.t-img-select__indicator {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.t-img-select__indicator:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

/* Меню поверх всего */
#rec1333650291,
#rec1333643561,
#rec1333570871,
#rec1333645291,
#rec1333661451,
#rec1333589991,
#rec1333746711,
#rec1333748301,
#rec1333748941,
#rec1333752381 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Убедись, что выше других блоков */
}

/* Чтобы остальной контент не сдвигался */
body.t-body_opened {
  overflow: hidden;
}

/* Дополнительно: убираем сдвиг контента, если он вдруг появляется */
#rec1097347951 + .t-record {
  margin-top: 0 !important;
}

html, body {
  overflow-x: hidden !important;
}
.t-records {
  overflow-x: hidden !important;
}

@media screen and (max-width: 640px) {
  #rec1078109701 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Меню поверх всего */
#rec1333570871 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Убедись, что выше других блоков */
}

/* Меню поверх всего */
#rec1333643561 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Убедись, что выше других блоков */
}

/* Автоматическая высота для квиза */
.t-quiz__quiz-wrapper {
    height: auto !important;
}