.news-table-contents-container {
  max-height: 620px;
  overflow: auto;
}

#slider {
  height: 2px;
  border: none;
}

#slider .noUi-connect {
  background: var(--PRIMARY);
}

#slider .noUi-handle {
  height: 16px;
  width: 16px;
  top: -7px;
  right: -9px;
  border-radius: 9px;
  cursor: grab;
}

#slider .noUi-touch-area {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 9px;
  background-color: var(--WHITE);
  position: relative;
  z-index: 1;
}

#slider .noUi-touch-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--PRIMARY);
  border-radius: 50%;
  z-index: 2;
}
#slider .noUi-handle::before,
#slider .noUi-handle::after {
  display: none;
}

.price {
    margin-left: auto;
    display: flex;
    gap: 5px;
}

.price__value,
.price__discount {
    font-size: 18px;
}

.duration {
    font-size: 16px;
}

.offers-days {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.offers-days__day {
    font-size: 20px;
}