
.slider-schedule {
  height: 100%;
}

.slider-schedule__line {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  border-radius: 0.75rem;
  width: 3rem;
  height: 0.5rem;
  background-color: #ee1e7a;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.cinema-schedule__top {
  display: flex;
  justify-content: space-between;
  height: 96px;
  border-radius: 1.5rem;
  background-color: #000;
  border-radius: 14px;
  overflow: hidden;
}
.cinema-schedule__left {
    width: 248px;
    min-width: 248px;
    margin-right: 27px;
    padding: 16px 0 0 8px
}
.cinema-schedule__title {
    padding-left: 10px;
    margin-bottom: 16px;
    font-family: 'Bounded', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
}
.cinema-schedule__select-current {
    width: 100%;
    height: 32px;
    border-radius: 10px;
    background: #161616;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    user-select: none;
    transition: all 0.4s;
}
.cinema-schedule__select-current:hover {
    background: #1f1f1f;
}
.cinema-schedule__select-current::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L6 6L1 1" stroke="%23787878" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
}


.cinema-nav-schedule {
  position: relative;
  width: calc(100% - 275px);
}
.cinema-nav-schedule::before,
.cinema-nav-schedule::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4.375rem;
  height: 100%;
  z-index: 1;
}
.cinema-nav-schedule::before {
  left: -1px;
  transform: rotate(180deg);
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.43) 82.5%, rgba(0, 0, 0, 0) 100%);
}
.cinema-nav-schedule::after {
  right: -1px;
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.43) 82.5%, rgba(0, 0, 0, 0) 100%);
}
.cinema-nav-schedule__body {
  position: relative;
  height: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cinema-nav-schedule__body::-webkit-scrollbar {
  display: none;
}

.cinema-nav-schedule__body.dragscroll {
  margin: 0;
  padding: 0;
}

.cinema-nav-schedule__body.noscroll {
	overflow-x: unset;
}

.cinema-nav-schedule__body:not(.noscroll) .fake {
	display: none;
}

/*.cinema-nav-schedule__body:not(.noscroll) .last-not-fake {
	padding-right: 7.5rem;
}*/

.cinema-nav-schedule__line {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  border-radius: 0.75rem;
  width: 3rem;
  height: 0.5rem;
  background-color: #ee1e7a;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: none;
}

.cinema-nav-schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 16px;
  width: 100%;
  width: max-content;
}

.cinema-nav-schedule__item:last-child {
  padding: 0 7.5rem 0 0;
}

.cinema-nav-schedule__item.last {
  padding: 0 31px 0 0;
}
.cinema-nav-schedule__list {
  list-style-type: none;
}
.cinema-nav-schedule__date {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 48px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Bounded", sans-serif;
  color: #fff;
  transition: all 0.4s;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  user-select: none;
  padding: 0;
  text-align: center;
  flex-direction: column;
}
.cinema-nav-schedule__item {
  padding-right: 8px;
  position: relative;
}
button.cinema-nav-schedule__date {
  font-family: "Bounded", sans-serif !important;
}
button.cinema-nav-schedule__date:hover {
  background: #161616;
}
.cinema-nav-schedule__item {
  position: relative;
}

.cinema-nav-schedule__date.inactive {
	pointer-events: none;
	color: #2A2A2A;
}

.cinema-nav-schedule__date span {
  font-size: 16px;
  line-height: normal;
  font-family: "Onest", sans-serif;
  color: #787878;
  margin-bottom: 3px;
  display: block;
  order: -1;
  width: 100%;
}

.cinema-nav-schedule__date.active {
  color: #000000 !important;
  background-color: #00DFF0 !important;
}
.cinema-nav-schedule__date.active span {
  color: #000000 !important;
}

.cinema-nav-schedule__date.active span {
  color: #fff;
}
.cinema-nav-schedule__months {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}
.cinema-nav-schedule__date.current-date::before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 4px;
  right: 4px;
  border-radius: 8px;
  width: 32px;
  height: 5px;
  background: #00dff0;
}
.cinema-nav-schedule__month {
  display: inline-flex;
  margin: 8px 0 4px;
}
.cinema-nav-schedule__month span {
  position: sticky;
  display: inline-flex;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
}

.cinema-nav-schedule__body.noscroll .cinema-nav-schedule__month span {
	position: relative;
}



@media (max-width: 959px) {
  .cinema-schedule {
    position: relative;
    padding-top: 40px;
  }
  .cinema-schedule__title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 133%;
    padding: 0;
    margin: 0;
  }
  .cinema-schedule__top {
    height: auto;
    flex-direction: column;
  }
  .cinema-schedule__left {
    order: 1;
    width: 100%;
    padding: 14px 8px 8px;
  }
  .cinema-nav-schedule {
    width: 100%;
  }
  .cinema-nav-schedule__month span {
    padding-left: 12px;
  }

}