.chapter-item-active .description .stable {
  color: #fff;
}
.cbt-tabs .text-primary {
  color: #000 !important;
}
.cbt-tabs .border-primary {
  border-color: #000 !important;
}
.cbt-content .cbt-title {
  display: block;
  text-align: left;
  font-size: 2.2rem !important;
  margin-bottom: 30px;
}

.wrapper_wini .tarift_wini {
  padding-top: 40px;
}
.authors {
  margin-top: 0 !important;
  padding-top: 40px;
}

.livestream-page__day-table-row > div:nth-of-type(1) {
  display: none;
}
.date-and-time-in-row i {
  display: none;
}
h1.livestream-page__title {
  background: #000;
  letter-spacing: 2px;
  color: #fff;
}
div.date-slider-wrapper {
  background: #000;
}
div.date-slider-wrapper .active-day.date-slide {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
div.date-slider-wrapper .date-slide {
  color: #fff;
}
date.livestream-page__day-date {
  margin-bottom: 10px;
  text-transform: inherit;
}
div.livestream-info__ava {
  min-width: 305px;
  border-radius: 0;
}
div.livestream-page__day-table {
  margin-bottom: 50px;
}
div.livestream-page__day-table-row {
  padding: 30px 0;
}

.livestream-page__days .date-and-time-in-row > span:nth-of-type(1),
.livestream-page__days .date-and-time-in-row > span:nth-of-type(2),
.livestream-page__days .date-and-time-in-row > span:nth-of-type(3) {
  font-weight: 400;
}

.livestream-page__days .livestream-info__content--description {
  font-size: 18px;
}

.livestream-page__days .livestream--actions div:nth-of-type(1) a {
  font-weight: normal;
  text-align: center;
  justify-content: center;
}
.livestream-page__days .livestream--actions div:nth-of-type(1) a i {
  display: none;
}

.livestream-page__days .livestream--actions > div > a {
  justify-content: center;
  font-weight: 400;
}
.livestream-page__days .count-me img {
  height: 23px;
  width: 23px;
  margin-right: 10px;
}

.container_wini h1.livestream-page__title {
  font-size: 40px !important;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: -70px;
}
p.livestream-page__subtitle {
  margin-bottom: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
}

.authors__content h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}
.authors__text {
  text-align: center;
  font-size: 18px;
}

@media only screen and (min-width:991px) and (max-width: 1199px) {}
@media only screen and (min-width:768px) and (max-width: 992px) {}
@media only screen and (max-width:767px) {
  .container_wini h1.livestream-page__title {
    margin-top: 0;
  }
  .cbt-content .cbt-title {
    display: block;
    text-align: center;
    font-size: 1.5rem !important;
    margin-bottom: 30px;
    line-height: 1.4 !important;
  }
  .uplayer-video-wrapper + div > button,
  .container.cbt-program > div:nth-of-type(1) > div:nth-of-type(2) button{
    background: #000 !important;
  }
}


.invisible {
    visibility: unset!important;
}