.event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .event-list {
    row-gap: 47px;
    column-gap: 10px;
  }
}
@media (min-width: 1633px) {
  .event-list {
    column-gap: 20px;
  }
}
.event-item {
  width: 100%;
}
@media (min-width: 992px) {
  .event-item {
    width: 24%;
  }
}
.event-link {
  display: flex;
  gap: 17px;
  width: 100%;
  text-align: right;
  text-decoration: unset;
}
@media (min-width: 992px) {
  .event-link {
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    max-width: 360px;
  }
}
.event-link:hover {
  text-decoration: underline;
  text-decoration-color: #000000;
}
.event-link:hover .tag {
  text-decoration: underline;
  text-decoration-color: #FFDD46;
}
.event-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 0.952;
  color: #000000;
}
@media (min-width: 992px) {
  .event-title {
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .event-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
}
.event-info-item {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .event-info-item {
    margin-bottom: 0;
  }
}
.event-info-item p {
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.333;
  color: #757575;
}
.event-info-item:last-child {
  margin-bottom: unset;
}
.event-content {
  width: 69%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .event-content {
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
  }
}
.event .img-block img {
  height: 100%;
  object-fit: cover;
}
.event-filter {
  display: flex;
}
@media (min-width: 992px) {
  .event-filter {
    margin-top: 43px;
    margin-bottom: 55px;
  }
}
.event-describe {
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
@media (min-width: 992px) {
  .event-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#vue-playlist-page-content .holder {
  background: #101111;
  color: white;
  padding: 0;
  max-width: 1543px;
  margin: 0 auto;
  padding-top: 32px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder {
    padding-top: 16px;
  }
}
#vue-playlist-page-content .holder .wrapper-colls {
  flex-wrap: nowrap;
}
#vue-playlist-page-content .holder .link-return {
  display: block;
  position: relative;
  line-height: 24px;
  padding-right: 20px;
  text-decoration: none;
}
#vue-playlist-page-content .holder .link-return::before {
  content: "";
  background-image: url(../../images/chevron.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 9px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#vue-playlist-page-content .holder .playlist-descr {
  text-wrap: balance;
}
#vue-playlist-page-content .holder .wrapper {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper {
    margin-top: 20px;
    flex-direction: row;
    padding-bottom: 250px;
  }
}
#vue-playlist-page-content .holder .wrapper .text-story-block {
  background-color: #2D2E2E;
  padding-right: 17px;
  padding: 17px 17px 17px 0;
}
#vue-playlist-page-content .holder .wrapper .text-story-block .inner-text-story-box {
  max-height: 650px;
  overflow-y: auto;
  direction: ltr;
}
#vue-playlist-page-content .holder .wrapper .text-story-block .inner-text-story-box * {
  direction: rtl;
}
#vue-playlist-page-content .holder .wrapper .text-story-block .inner-text-story-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #F0EDED;
  border-radius: 10px;
  background-color: #888888;
}
#vue-playlist-page-content .holder .wrapper .text-story-block .inner-text-story-box::-webkit-scrollbar {
  width: 5px;
  background-color: #CDCBCB;
  border-radius: 10px;
}
#vue-playlist-page-content .holder .wrapper .text-story-block .inner-text-story-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: var(--scroll-color, inherit);
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .text-story-block .inner-text-story-box {
    padding: 35px 44px 0 202px;
  }
}
#vue-playlist-page-content .holder .wrapper .col-playlist {
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  direction: ltr;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 19px;
    padding-right: 12px;
  }
}
#vue-playlist-page-content .holder .wrapper .col-playlist .info {
  direction: rtl;
  padding: 0 12px;
}
#vue-playlist-page-content .holder .wrapper .col-playlist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #F0EDED;
  border-radius: 10px;
  background-color: #F5F5F5;
}
#vue-playlist-page-content .holder .wrapper .col-playlist::-webkit-scrollbar {
  width: 5px;
  background-color: #CDCBCB;
  border-radius: 10px;
}
#vue-playlist-page-content .holder .wrapper .col-playlist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #CDCBCB;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav {
  background: #2D2E2E;
  border-radius: 20px 20px 0px 0px;
  counter-reset: li;
  max-height: 360px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .nav {
    background: none;
    border-radius: unset;
    max-height: unset;
    overflow-y: unset;
  }
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list {
  counter-reset: my-awesome-counter;
  width: 100%;
  padding: 0;
  direction: rtl;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item {
  list-style: none;
  position: relative;
  counter-increment: my-awesome-counter;
  display: flex;
  align-items: center;
  padding-right: 12px;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item {
    padding: 0;
  }
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:before {
  content: counter(my-awesome-counter);
  padding-right: 3.47%;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item.active, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:focus, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:hover {
  background-color: #464747;
  color: white;
  border: none;
  border-radius: unset;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item.active .nav-title, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:focus .nav-title, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:hover .nav-title {
  color: #FFDD46;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item.active .nav-item::before, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:focus .nav-item::before, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:hover .nav-item::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #F2CC45 transparent transparent;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-tabs {
  border: 0;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .nav-tabs {
    margin-top: 24px;
  }
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-tabs * {
  border: 0;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-tabs p {
  font-size: 16px;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-link {
  color: white;
  width: 100%;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .nav-link.active, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-link:focus, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-link:hover {
  background-color: transparent;
  color: white;
  border: none;
  border-radius: unset;
}
#vue-playlist-page-content .holder .wrapper .col-playlist .col-content {
  text-align: right;
  padding: 0;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .col-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .col-content {
    width: 59%;
  }
}
@media (min-width: 1400px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .col-content {
    width: 66%;
  }
}
#vue-playlist-page-content .holder .wrapper .col-playlist .col-content .nav-title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .col-content .nav-title p {
    font-size: 17px;
  }
}
#vue-playlist-page-content .holder .wrapper input {
  appearance: none;
  width: 33px;
  height: 18px;
  border-radius: 1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}
#vue-playlist-page-content .holder .wrapper input:hover {
  background: rgba(255, 255, 255, 0.35);
}
#vue-playlist-page-content .holder .wrapper input:hover::after {
  color: #fff;
}
#vue-playlist-page-content .holder .wrapper input::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-color: #FFDD46;
  background-image: url(../../images/ico-play.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  margin: 0;
  z-index: 9;
  will-change: transform;
  transition: transform 0.2s ease;
}
#vue-playlist-page-content .holder .wrapper input::after {
  display: block;
  position: absolute;
  content: " ";
  right: 0;
}
#vue-playlist-page-content .holder .wrapper input:checked {
  background: rgba(255, 255, 255, 0.35);
}
#vue-playlist-page-content .holder .wrapper input:checked:hover {
  cursor: pointer;
}
#vue-playlist-page-content .holder .wrapper input:checked::after {
  content: " ";
  left: 0;
  color: #fff;
}
#vue-playlist-page-content .holder .wrapper input:checked::before {
  transform: translateX(-15px);
  background: #FFFFFF;
  opacity: 0.35;
}
#vue-playlist-page-content .holder .wrapper .nav-link {
  position: relative;
}
#vue-playlist-page-content .holder .wrapper progress {
  position: absolute;
  right: 16px;
  background: white;
  color: white;
  top: 62%;
  max-width: 79px;
  height: 5px;
  border-radius: 0;
}
#vue-playlist-page-content .holder .presented-story .btn-tab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  color: white;
  border: none;
  padding: 0;
  margin: 12px;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .presented-story .btn-tab-content {
    cursor: default;
  }
}
#vue-playlist-page-content .holder .presented-story .btn-tab-content .story-title {
  font-size: 21px;
  font-weight: bold;
  margin-left: 0.5rem;
}
@media (max-width: 997.98px) {
  #vue-playlist-page-content .holder .presented-story .btn-tab-content .story-title {
    text-align: right;
    padding-left: 60px;
  }
}
#vue-playlist-page-content .holder .presented-story .btn-tab-content .author-name {
  font-size: 16px;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .presented-story .btn-tab-content .author-name {
    font-size: 17px;
  }
}
#vue-playlist-page-content .holder .presented-story .btn-tab-content::after {
  content: "";
  position: absolute;
  left: 23px;
  transform: translateY(-50%);
  width: 22px;
  height: 10px;
  display: block;
  background-image: url(../../images/dropdown-arrow.svg);
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .presented-story .btn-tab-content::after {
    display: none;
  }
}
#vue-playlist-page-content .holder .presented-story .btn-tab-content.collapsed::after {
  transform: rotate(180deg) translateY(-50%);
}
#vue-playlist-page-content .holder .presented-story .btn-tab-content .user-info {
  margin: 4px 0 0 0;
  align-items: center;
}
#vue-playlist-page-content .holder .presented-story .card-body {
  background: #101111;
  color: white;
  font-size: 20px;
  line-height: 32px;
  padding: 0;
  border: 0;
  border-radius: unset;
}
#vue-playlist-page-content .holder .presented-story video {
  width: 100%;
}
#vue-playlist-page-content .holder .presented-story #collapseTabBtn {
  width: 93%;
}
#vue-playlist-page-content .col-img {
  max-width: 102px;
  width: 100%;
  position: relative;
}
#vue-playlist-page-content .nav-tabs .number-of-stories {
  text-align: end;
  color: #FFFFFFB3;
}
#vue-playlist-page-content .playlist-wrap {
  padding-top: 12px;
  padding-right: 6px;
  padding-bottom: 16px;
  padding-left: 17px;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .info p {
    font-size: 17px;
    line-height: 1.5;
  }
}
#vue-playlist-page-content .playlist-descr p {
  font-size: 16px;
  line-height: 1.4;
}
#vue-playlist-page-content .text-story-storyteller p {
  font-size: 18px;
}

#vue-playlist-page-content .holder .link-return:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#vue-playlist-page-content .info .number-of-stories {
  font-size: 17px;
  line-height: 142.38%;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  width: auto;
}

#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-item:hover::before {
  content: url("../../images/playlist-story-ico.svg");
  padding-right: 3.47%;
}

#vue-playlist-page-content .nav-list .playlist-nav-item-active {
  background-color: #464747;
  border: none;
  border-radius: unset;
}

#vue-playlist-page-content .nav-list .playlist-nav-item-active .playlist-nav-item-story-title {
  color: #F2CC45;
}

#vue-playlist-page-content .nav-list .playlist-nav-item-active::before {
  content: url("../../images/playlist-story-ico.svg") !important;
}

#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-link {
  color: white;
  width: 100%;
  overflow: hidden;
  margin-left: 4px;
}

#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-link.active, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-link:focus, #vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .nav-link:hover {
  background-color: transparent;
  color: white;
  border: none;
  border-radius: unset;
}

#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .col-content {
  text-align: right;
  padding: 0;
}

#vue-playlist-page-content .holder .wrapper .col-playlist .nav-list .col-content .nav-title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#vue-playlist-page-content .holder .wrapper .col-playlist input {
  appearance: none;
  width: 30px;
  height: 18px;
  border-radius: 1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist input {
    margin-left: 6px;
  }
}

#vue-playlist-page-content .holder .wrapper .col-playlist .autoplay-label {
  font-size: 17px;
  line-height: 140.88%;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist .autoplay-label {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
  }
}

#vue-playlist-page-content .holder .wrapper .col-playlist input:hover {
  background: rgba(255, 255, 255, 0.35);
}

#vue-playlist-page-content .holder .wrapper .col-playlist input:hover::after {
  color: #fff;
}

#vue-playlist-page-content .holder .wrapper .col-playlist input::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-color: #FFDD46;
  background-image: url(../../images/ico-play.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  margin: 0;
  z-index: 9;
  will-change: transform;
  transition: transform 0.2s ease;
}

#vue-playlist-page-content .holder .wrapper .col-playlist input::after {
  display: block;
  position: absolute;
  content: " ";
  right: 0;
}

#vue-playlist-page-content .holder .wrapper .col-playlist input:checked {
  background: rgba(255, 255, 255, 0.35);
}

#vue-playlist-page-content .holder .wrapper .col-playlist input:checked:hover {
  cursor: pointer;
}

#vue-playlist-page-content .holder .wrapper .col-playlist input:checked::after {
  content: " ";
  left: 0;
  color: #ffffff;
}

#vue-playlist-page-content .holder .wrapper .col-playlist input:checked::before {
  transform: translateX(-15px);
  background: #ffffff;
  opacity: 0.35;
}

#vue-playlist-page-content .holder .wrapper .col-playlist .nav-link {
  position: relative;
}

#vue-playlist-page-content .holder .wrapper .col-playlist progress {
  position: absolute;
  right: 12px;
  top: 90%;
  max-width: 78px;
  height: 5px;
  border-radius: 0;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist progress {
    right: 12.5px;
    top: 92%;
  }
}
@media (min-width: 1400px) {
  #vue-playlist-page-content .holder .wrapper .col-playlist progress {
    right: 13.5px;
  }
}
#vue-playlist-page-content .holder .wrapper .col-playlist progress::-webkit-progress-bar {
  background-color: grey;
}
#vue-playlist-page-content .holder .wrapper .col-playlist progress::-webkit-progress-value {
  background-color: #FFDD46;
}

#vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  color: white;
  border: none;
  padding: 0;
  margin: 12px;
}

@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content {
    cursor: default;
    margin-right: 0;
  }
}
#vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content::after {
  content: "";
  position: absolute;
  left: 23px;
  transform: translateY(-50%);
  width: 22px;
  height: 10px;
  display: block;
  background-image: url(../../images/dropdown-arrow.svg);
}

#vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content.hidden-arrow::after {
  display: none;
}

@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content::after {
    display: none;
  }
}
#vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content.collapsed::after {
  transform: rotate(180deg) translateY(-50%);
}

#vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content .user-info {
  margin: 4px 0 0 0;
}
#vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content .user-info img {
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .presented-story .btn-tab-content .user-info img {
    width: 33px;
    height: 33px;
  }
}

#vue-playlist-page-content .holder .wrapper .presented-story .card-body {
  background: #101111;
  color: white;
  font-size: 20px;
  line-height: 32px;
  padding: 0;
  border: 0;
  border-radius: unset;
}

#vue-playlist-page-content .holder .wrapper .presented-story video {
  width: 100%;
}
@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .presented-story video {
    width: unset;
    max-width: 100%;
    max-height: 450px;
    /*aspect-ratio: 1.755;*/
  }
}
@media (min-width: 1600px) {
  #vue-playlist-page-content .holder .wrapper .presented-story video {
    max-height: 650px;
  }
}

@media (min-width: 992px) {
  #vue-playlist-page-content .holder .wrapper .presented-story img {
    max-height: 450px;
  }
}
@media (min-width: 1600px) {
  #vue-playlist-page-content .holder .wrapper .presented-story img {
    max-height: 650px;
  }
}

#vue-playlist-page-content .holder .wrapper .presented-story #collapseTabBtn {
  width: 93%;
}

[dir=ltr] #vue-playlist-page-content .holder .col-playlist .nav-list {
  direction: ltr;
}
[dir=ltr] #vue-playlist-page-content .holder .wrapper .col-playlist {
  direction: rtl;
}
[dir=ltr] #vue-playlist-page-content .holder .wrapper .col-playlist .info {
  direction: ltr;
}
[dir=ltr] #vue-playlist-page-content .holder .link-return::before {
  transform: translateY(-50%) rotate(180deg);
}
