banner-rotator {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    position: relative;
  }

  .banner {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .banner.show {
    opacity: 1;
  }

  .banner a {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .banner img {
    width: 100%;
    aspect-ratio: 300 / 200;
    object-fit: cover;
    border-radius: 8px;
  }

  .banner-text {
    margin-top: 8px;
    font-size: clamp(11px, 1.5vw, 13px);
	font-weight: bold;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .banner.show .banner-text {
    opacity: 1;
  }
  /* Критически важные стили для предотвращения прыжков */
body.magnet-modal-open {
position: fixed !important;
width: 100% !important;
top: var(--magnet-scroll-top, 0) !important;
}

/* Убираем скроллбар при открытом модальном окне */
body.no-scroll {
overflow: hidden !important;
padding-right: 0 !important;
}

/* Гарантируем, что overlay будет поверх всего */
#magnet-overlay {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
margin: 0 !important;
padding: 0 !important;
}

/* Гарантируем, что уведомление будет по центру */
#magnet-notification {
position: fixed !important;
z-index: 9999 !important;
pointer-events: auto !important;
}

/* Отключаем скролл для body при открытом окне */
body.has-magnet-notification {
overflow: hidden;
position: relative;
height: 100%;
}
.raleas-navbarrrrs {
position: relative;
min-width: 100%;
height: 150px;
overflow: hidden;
visibility: hidden
}
p.relis {
text-align: center;
position: absolute;
top: 134px;
font-size: 14px;
width: 100%;
opacity: .9;
background: brown;
color: white;
}