

/* Start:/local/components/bewave/seminars.board/templates/.default/style.css?17531675972041*/
.old-sem {
  display: none;
}

.table {
  position: relative;
  overflow-y: clip;
}

.table-1__read-more {
  padding: 20px;
  background-color: var(--surface-light-gray);
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-1__read-more a {
  color: var(--buttons-primary);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.table-1__read-more a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, currentColor 50%, transparent 50%);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}

.table-1__button-scroll {
  all: unset;
  position: absolute;
  display: flex;
  position: sticky;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 64px;
  height: 0;
  animation: drop 2s ease-in-out infinite;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  -webkit-font-smoothing: subpixel-antialiased;
  opacity: 1;
  transition: opacity 0.2s ease; /* Плавное изменение прозрачности */
}

.table-1__button-scroll:hover {
  transform: translateX(-50%) translateY(0px) translateZ(0);
  transition: all 0.2s ease-in-out;
  animation-play-state: paused;
}

.table-1__button-scroll:active {
  transform: translateX(-50%) translateY(1px) translateZ(0);
  transition: all 0.2s ease-in-out;
  animation: none;
}

.table-1__button-scroll.hidden {
  opacity: 0;
  pointer-events: none; /* Отключаем клики */
}

@media (max-width: 1249px) {
  .table-1__button-scroll {
    position: sticky;
    display: flex;
    height: 0;
    bottom: 70px;
    transition: all 0.2s ease-in-out;

  }
}

@keyframes drop {
  0%,
  100% {
    transform: translateX(-50%) translateY(-1px) translateZ(0);
  }
  50% {
    transform: translateX(-50%) translateY(1px) translateZ(0);
  }
}


/* End */
/* /local/components/bewave/seminars.board/templates/.default/style.css?17531675972041 */
