

/* Start:/local/templates/aero/components/altit/altit.feedback_yandex_queue/visit/style.css?17842991242932*/
.drum-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.drum-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.drum-popup {
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.drum-overlay.is-open .drum-popup {
  transform: translateY(0);
}

.drum-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.drum-popup__cancel,
.drum-popup__confirm {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 12px;
}

.drum-popup__cancel { color: #08b6cd; font-weight: 500;}
.drum-popup__confirm { color: #08b6cd; font-weight: 500; }
.drum-popup__title { font-weight: bold; font-size: 16px; color: #17293d; }

.drum-picker {
  display: flex;
  gap: 8px;
  height: 220px;
  position: relative;
  background: #f5f5f7;
  border-radius: 12px;
  overflow: hidden;
}

.drum-wheel {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.drum-wheel__highlight {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 44px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  pointer-events: none;
  z-index: 2;
}

.drum-wheel__scroll {
  height: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 88px 0;
}

.drum-wheel__scroll::-webkit-scrollbar { display: none; }

.drum-wheel__item {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: center;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  user-select: none;
  transition: transform 0.15s;
  will-change: transform, opacity; 
}

.drum-wheel__item.is-active {
  color: rgba(8,182,211,1);
  font-weight: 500;
  transform: scale(1.1);
}

.drum-popup__preview {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  color: #17293d;
  min-height: 24px;
}

.drum-wheel__scroll {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: scroll-position;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: none;
}

.drum-wheel__scroll::-webkit-scrollbar {
  display: none;
}

@media(max-width: 767px) {
  .drum-popup__title {
      text-align: center;
      width: 100%;
      order: 2;
      display: none;
  }
}
/* End */
/* /local/templates/aero/components/altit/altit.feedback_yandex_queue/visit/style.css?17842991242932 */
