﻿@charset "UTF-8";
.vod.dark-bg {
  background-color: #000000;
}
.vod.dark-bg .section .holder {
  position: relative;
  z-index: 2;
}
.vod .title-elem {
  font-size: 18px;
}
@media (min-width: 992px) {
  .vod .title-elem {
    font-size: 20px;
    padding-right: 11px;
  }
}
@media (min-width: 1400px) {
  .vod .title-elem {
    font-size: 30px;
    padding-right: 22px;
  }
}
.vod .title-elem:after {
  height: 100%;
  background: transparent linear-gradient(346deg, #D900BE 0%, #950794 100%);
}
@media (min-width: 992px) {
  .vod .title-elem:after {
    width: 3px;
  }
}
@media (min-width: 1400px) {
  .vod .title-elem:after {
    width: 5px;
  }
}
.vod .section:not(.ec-section) .card-link {
  font-family: var(--theme-regular-fonts);
  color: inherit;
}
.vod .section:not(.ec-section) .card-media:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.29);
}
.vod .cover-video {
  height: 100%;
  width: 100%;
}
.vod:not(.vod-episode) .media-wrap .block-media:before, .vod:not(.vod-episode) .media-wrap .block-media:after {
  content: "";
  position: absolute;
  right: 0;
}
.vod:not(.vod-episode) .media-wrap .block-media:after {
  top: 0;
  right: -1px;
  width: 36.875vw;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.vod:not(.vod-episode) .media-wrap .block-media:before {
  bottom: -1px;
  width: 100%;
  height: 22.7vw;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4156862745) 22%, rgba(0, 0, 0, 0.8196078431) 66%, #000000 100%) no-repeat;
  z-index: 1;
  /*@include media-breakpoint-up($xxl) {
      transform: translateY(44%);
  }*/
}
@media (min-width: 1600px) {
  .vod:not(.vod-episode) .section-viewport {
    margin-top: -140px;
  }
}

.section-vod .block-media {
  aspect-ratio: 16/9;
  z-index: 2;
}
.section-vod .block-media.program-video {
  z-index: 1;
}
.section-vod .block-media .kaltura-player, .section-vod .block-media .youtube-player {
  height: 100%;
}
.section-vod .block-media iframe {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.section-vod .info {
  font-size: 14px;
}
.section-vod .info-list.divide-list {
  justify-content: flex-end;
}
.section-vod .info-list.divide-list > li + li:before {
  padding-right: 14px;
  padding-left: 14px;
}
.section-vod .info .info-link-wrapper {
  display: flex;
  align-items: flex-start;
}
.section-vod .info .favourite-series-wrapper {
  align-items: center;
  margin-right: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  min-height: 2rem;
  margin-top: unset;
}
@media (min-width: 992px) {
  .section-vod .info .favourite-series-wrapper {
    margin-right: 16px;
  }
}
.section-vod .info .favourite-series-wrapper.is-ready {
  opacity: 1;
  visibility: visible;
}
.section-vod .info .favourite-series-wrapper .favourite-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .section-vod .info .favourite-series-wrapper .favourite-btn {
    width: 50px;
    height: 50px;
  }
}
.section-vod .info .favourite-series-wrapper .favourite-btn.is-saved .favourite-icon {
  background-image: url("../../images/add_to_favourites_saved.png");
}
@media (min-width: 992px) {
  .section-vod .info .favourite-series-wrapper .favourite-btn.is-saved .favourite-icon {
    background-image: url("../../images/add_to_favourites_saved.png");
  }
}
.section-vod .info .favourite-series-wrapper .favourite-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s ease;
  background-image: url("../../images/add_to_favourites_white.png");
  /*                @include media-breakpoint-up($lg) {
      // Desktop default state (black version)
      background-image: url('../../images/add_to_favourites_black.png');
  }*/
}
.section-vod .info .favourite-series-wrapper .spinner-border {
  width: 1.7rem;
  height: 1.7rem;
  border-color: #800080;
  border-right-color: transparent;
}
@media (min-width: 992px) {
  .section-vod .info .favourite-series-wrapper .spinner-border {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.section-vod .info .favourite-series-wrapper .favourite-text {
  color: #ffffff;
  font-size: 18px;
  font-family: var(--theme-bold-fonts);
}
@media (min-width: 992px) {
  .section-vod .info .favourite-series-wrapper .favourite-text {
    color: #000000;
  }
}
.section-vod .breadcrumb {
  --bs-breadcrumb-divider-color: #FFF;
  --bs-breadcrumb-item-active-color: #FFF;
  --bs-breadcrumb-padding-y: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-vod .breadcrumb {
    padding-top: 45px;
  }
}

.dark-gradient {
  position: relative;
}
.dark-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4156862745) 31%, rgba(0, 0, 0, 0.737254902) 69%, #000000 100%);
  z-index: -1;
}

.wrapper.dark-bg {
  background-color: #000000;
}

.section-top {
  display: flex;
  min-height: 375px;
  padding-bottom: 27px;
  position: relative;
}
@media (min-width: 680px) {
  .section-top {
    height: 57vw;
  }
}
@media (min-width: 768px) {
  .section-top {
    height: auto;
    min-height: 44.7vw;
  }
}
@media (min-width: 992px) {
  .section-top {
    padding-bottom: 23px;
  }
}
@media (min-width: 1600px) {
  .section-top {
    padding-bottom: 150px;
  }
}
.section-top .media-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  /*.block-img {
      @include media-breakpoint-up($xxl) {
          background-attachment: fixed;
      }
  }*/
}
.section-top .media-wrap .block-img,
.section-top .media-wrap .block-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-top .media-wrap .block-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 888px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section-top .media-wrap .block-media {
    max-width: 1525px;
    width: 79.5vw;
  }
}
.section-top .media-wrap .block-media .card-fixed-bg-img {
  background-image: var(--mobile-vod-bg-image);
}
@media (min-width: 992px) {
  .section-top .media-wrap .block-media .card-fixed-bg-img {
    background-image: var(--desktop-vod-bg-image);
  }
}
.section-top .media-wrap .btn-mute {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-top .media-wrap .btn-mute {
    bottom: 120px;
  }
}
@media (min-width: 1400px) {
  .section-top .media-wrap .btn-mute {
    bottom: 62px;
  }
}
.section-top .media-wrap .btn-mute .icon-mute:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../images/icon-mute.svg") 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: background 0.3s;
}
@media (min-width: 992px) {
  .section-top .media-wrap .btn-mute .icon-mute:before {
    width: 17px;
    height: 18px;
  }
}
@media (min-width: 1400px) {
  .section-top .media-wrap .btn-mute .icon-mute:before {
    width: 26px;
    height: 27px;
  }
}
.section-top .media-wrap .btn-mute.unmute .icon-mute:before {
  background: url("../../images/icon-volume.svg") 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 13px;
}
@media (min-width: 992px) {
  .section-top .media-wrap .btn-mute.unmute .icon-mute:before {
    width: 23px;
    height: 18px;
  }
}
@media (min-width: 1400px) {
  .section-top .media-wrap .btn-mute.unmute .icon-mute:before {
    width: 35px;
    height: 27px;
  }
}
.section-top .info {
  width: 77%;
  max-width: 815px;
  margin-top: 210px;
  z-index: 2;
  /*@include media-breakpoint-up($md) {
      margin-top: auto;
  }*/
}
@media (min-width: 992px) {
  .section-top .info {
    font-size: 13px;
    margin-top: 205px;
  }
}
@media (min-width: 1400px) {
  .section-top .info {
    font-size: 18px;
    margin-top: 300px;
  }
}
.section-top .info-name {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .section-top .info-name {
    margin-bottom: 6px;
  }
}
.section-top .info-name .logo img {
  max-height: 64px;
}
@media (min-width: 992px) {
  .section-top .info-name .logo img {
    max-height: 140px;
  }
}
@media (min-width: 1400px) {
  .section-top .info-name .logo img {
    max-height: 192px;
  }
}
.section-top .info-name .title {
  font-size: 40px;
}
@media (min-width: 992px) {
  .section-top .info-name .title {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .section-top .info-name .title {
    font-size: 100px;
  }
}
.section-top .info-genre {
  font-size: 15px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .section-top .info-genre {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .section-top .info-genre {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.section-top .info-genre ul {
  display: inline;
  list-style: none;
  padding-right: initial;
}
.section-top .info-genre li {
  display: inline;
}
.section-top .info-genre li:after {
  content: ", ";
}
.section-top .info-genre li:last-child:after {
  content: "";
}
.section-top .info-description {
  margin-bottom: 8px;
  font-size: 17px;
}
@media (min-width: 992px) {
  .section-top .info-description {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .section-top .info-description {
    font-size: 25px;
    margin-bottom: 27px;
  }
}
.section-top .info-link {
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px 6px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section-top .info-link {
    font-size: 18px;
    padding: 8px 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .section-top .info-link {
    font-size: 25px;
    padding: 13px 25px 12px;
    margin-bottom: 22px;
  }
}
.section-top .info-link:hover {
  text-decoration: none;
}
.section-top .info-list {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .section-top .info-list {
    margin-bottom: 6px;
  }
}
.section-top .info-list.divide-list {
  margin-left: 5px;
  margin-right: auto;
  margin-top: auto;
  z-index: 100;
}
.section-top .info .tags {
  margin-bottom: 2px;
}
@media (min-width: 1400px) {
  .section-top .info .tags {
    margin-bottom: 7px;
  }
}
.section-top .info .tags.divide-list > li + li:before {
  content: ",";
  padding-right: 0;
  padding-left: 2px;
}
.section-top .info .tags a {
  font-family: var(--theme-regular-fonts);
  color: inherit;
}

.section-viewport {
  padding-bottom: 26px;
}
@media (min-width: 992px) {
  .section-viewport {
    padding-bottom: 45px;
  }
}
.section-viewport .title-elem {
  display: inline-block;
  padding-right: 12px;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .section-viewport .title-elem {
    margin-bottom: 8px;
    padding-right: 11px;
  }
}
@media (min-width: 1400px) {
  .section-viewport .title-elem {
    margin-bottom: 18px;
    padding-right: 22px;
  }
}
.section-viewport .seasons-item {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .section-viewport .seasons-item {
    margin-bottom: 34px;
  }
}
@media (min-width: 1400px) {
  .section-viewport .seasons-item {
    margin-bottom: 66px;
  }
}
.section-viewport .seasons > div:nth-last-child(2) {
  margin-bottom: 0 !important;
}
.section-viewport .seasons .grid-lg-4 {
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .section-viewport .seasons .grid-lg-4 {
    grid-row-gap: 21px;
    grid-column-gap: 16px;
  }
}
@media (min-width: 1400px) {
  .section-viewport .seasons .grid-lg-4 {
    grid-row-gap: 36px;
    grid-column-gap: 28px;
  }
}
.section-viewport .seasons .card {
  font-size: 12px;
  color: #ffffff;
  background-color: #272727;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  padding: 4px 3px;
}
@media (min-width: 992px) {
  .section-viewport .seasons .card {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .section-viewport .seasons .card {
    font-size: 18px;
  }
}
.section-viewport .seasons .card-link {
  /*                @include media-breakpoint-up($xxl) {
      overflow: hidden;
      transition: transform .3s;
  }*/
}
@media (min-width: 1400px) {
  .section-viewport .seasons .card-link:hover {
    transform: scale(1.05);
  }
}
.section-viewport .seasons .card-img {
  display: flex;
  max-width: 129px;
  min-height: 75px;
}
@media (min-width: 992px) {
  .section-viewport .seasons .card-img {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
.section-viewport .seasons .card-img .duration {
  min-width: 45px;
  position: absolute;
  bottom: 6px;
  right: 4px;
  background-color: rgba(44, 43, 46, 0.84);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  padding: 2px 8px;
}
@media (min-width: 992px) {
  .section-viewport .seasons .card-img .duration {
    display: none;
  }
}
.section-viewport .seasons .card-body {
  flex-direction: column;
  align-items: flex-start;
  padding: 4px 9px;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-viewport .seasons .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.section-viewport .seasons .card-title {
  font-family: var(--theme-bold-fonts);
  font-size: 16px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .section-viewport .seasons .card-title {
    font-size: 18px;
  }
}
.section-viewport .seasons .card-text {
  margin-top: 4px;
}
.section-viewport .seasons .card .text-hover {
  display: none;
}
@media (min-width: 992px) {
  .section-viewport .seasons .card .text-hover {
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 15px;
    color: #A7A7A7;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
  }
}
.section-viewport .btn-block {
  margin-top: 20px;
}
.section-viewport .form {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  margin: 0;
  min-height: 48px;
  margin-bottom: -42px;
}
@media (min-width: 992px) {
  .section-viewport .form {
    margin-bottom: -18px;
  }
}
@media (min-width: 1400px) {
  .section-viewport .form {
    font-size: 25px;
    margin-bottom: -27px;
  }
}
.section-viewport .form-group {
  margin: 0;
  margin-right: auto;
}

.section-viewport .dropdown {
  border-radius: 0;
  border: 0;
  width: auto;
  font-family: "SimplerProH-Regular", sans-serif;
  min-width: 107px;
}
.section-viewport .dropdown-menu {
  border-radius: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  list-style: none;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  top: -3px !important;
  text-align: right;
}
@media (min-width: 1400px) {
  .section-viewport .dropdown-menu {
    font-size: 25px;
  }
}
.section-viewport .dropdown-item {
  padding: 8px 11px;
  font-size: 14px;
  color: #ffffff;
  font-family: "SimplerProH-Regular", sans-serif;
  white-space: normal;
}
@media (min-width: 1400px) {
  .section-viewport .dropdown-item {
    font-size: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.section-viewport .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.23);
  text-decoration: none;
  font-family: "SimplerProH-Bold", sans-serif;
}
.section-viewport .dropdown-toggle::after {
  border-style: solid;
  position: absolute;
  top: 50%;
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translate(-50%);
  transform-origin: center;
  margin-top: -3px;
  margin-left: 0;
  left: 18px;
}
@media (min-width: 1400px) {
  .section-viewport .dropdown-toggle::after {
    width: 10px;
    height: 10px;
  }
}
.section-viewport .dropdown-toggle.show::after {
  transform: rotate(225deg) translate(-50%);
  left: 14px;
}
@media (min-width: 1400px) {
  .section-viewport .dropdown-toggle.show::after {
    transform: rotate(225deg) translate(-30%);
  }
}

#dropdownMenuButton {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 8px;
  padding-bottom: 0;
  /*    height: 28px;
  */
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  width: auto;
  min-width: 107px;
  color: #ffffff;
  font-family: "SimplerProH-Regular", sans-serif;
  border: none;
}
@media (min-width: 1400px) {
  #dropdownMenuButton {
    line-height: 48px;
    min-width: 174px;
    font-size: 25px;
  }
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.select2-container {
  width: auto !important;
  min-width: 107px;
}
@media (min-width: 1400px) {
  .select2-container {
    min-width: 174px;
  }
}
@media (min-width: 1400px) {
  .select2-container--default .select2-selection--single {
    height: 48px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translate(-50%);
  transform-origin: center;
  margin-top: -3px;
  margin-left: 0;
}
@media (min-width: 1400px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
  }
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg) translate(-50%);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(255, 255, 255, 0.23);
}
.select2-container--default .select2-results__option--selected {
  font-family: var(--theme-bold-fonts);
  background-color: transparent;
}
.select2-results__option {
  font-size: 14px;
  color: #ffffff;
  padding: 8px 11px;
}
@media (min-width: 1400px) {
  .select2-results__option {
    font-size: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
}
@media (min-width: 1400px) {
  .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 12px;
    padding-left: 49px;
  }
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 10px;
}
@media (min-width: 1400px) {
  .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 14px;
  }
}

.promo-section {
  margin-top: 27px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .promo-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .promo-section {
    margin-top: 116px;
    margin-bottom: 78px;
  }
}
.promo-section .title-elem {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .promo-section .title-elem {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .promo-section .title-elem {
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.promo-section .card-wrap .promoted-content {
  margin-right: -7px;
  margin-left: -7px;
}
@media (min-width: 992px) {
  .promo-section .card-wrap .promoted-content {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1400px) {
  .promo-section .card-wrap .promoted-content {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.promo-section .card-wrap .promoted-content .card {
  margin-right: 7px;
  margin-left: 7px;
}
@media (min-width: 992px) {
  .promo-section .card-wrap .promoted-content .card {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .promo-section .card-wrap .promoted-content .card {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.promo-section .grid-lg-3 .umb-block-list, .promo-section .grid-lg-3-promo {
  display: grid;
  grid-row-gap: 15px;
}
@media (min-width: 992px) {
  .promo-section .grid-lg-3 .umb-block-list, .promo-section .grid-lg-3-promo {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
}
@media (min-width: 1400px) {
  .promo-section .grid-lg-3 .umb-block-list, .promo-section .grid-lg-3-promo {
    grid-column-gap: 33px;
  }
}
.promo-section .card-img {
  aspect-ratio: 16/9;
}
.promo-section .card-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(44, 43, 46, 0.44);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 7px 8px;
}
@media (min-width: 992px) {
  .promo-section .card-title {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .promo-section .card-title {
    font-size: 20px;
    padding: 9px 11px;
  }
}

.vod-episode {
  position: relative;
}
.vod-episode .purple-gradient::before {
  z-index: 2;
}
.vod-episode .purple-gradient-mob::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*background: transparent linear-gradient(360deg, #00000000 0%, #00000000 0%, #00000000 0%, #D30FB05D 100%) 0% 0% no-repeat;*/
  background: transparent linear-gradient(1deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 6%, rgba(211, 15, 176, 0.3647058824) 100%) 0% 0% no-repeat;
  margin-top: 56%;
  z-index: 1;
}
@media (min-width: 992px) {
  .vod-episode .purple-gradient-mob::before {
    content: none;
  }
}
.vod-episode .section .holder {
  z-index: 2;
}
@media (min-width: 1600px) {
  .vod-episode .section-main {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .vod-episode .section-main {
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .vod-episode .wrapper.dark-bg {
    margin-top: -140px;
  }
}
.vod-episode .section-viewport .form {
  position: relative;
  z-index: 2;
}
.vod-episode .section-viewport .show-more {
  position: relative;
  z-index: 2;
}
.vod-episode .section-viewport .show-more .icon:before {
  border-color: #D30FB0;
}
.vod-episode .popular-items {
  position: relative;
  z-index: 1;
}
.vod-episode .popular-items .h2 {
  padding-right: 12px;
  margin-bottom: 17px;
  position: relative;
}
@media (min-width: 992px) {
  .vod-episode .popular-items .h2 {
    font-size: 20px;
    padding-right: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .vod-episode .popular-items .h2 {
    font-size: 25px;
    margin-bottom: 14px;
  }
}
.vod-episode .popular-items .h2:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent linear-gradient(346deg, #D900BE 0%, #950794 100%);
}
@media (min-width: 992px) {
  .vod-episode .popular-items .h2:after {
    content: none;
  }
}
.vod-episode .popular-items .card-wrap {
  display: grid;
  grid-row-gap: 8px;
}
@media (min-width: 1400px) {
  .vod-episode .popular-items .card-wrap {
    grid-row-gap: 11px;
  }
}
.vod-episode .popular-items .card {
  font-family: var(--theme-regular-fonts);
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(39, 39, 39, 0.62);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (min-width: 1400px) {
  .vod-episode .popular-items .card {
    font-size: 18px;
  }
}
.vod-episode .popular-items .card-link:hover {
  text-decoration: none;
}
.vod-episode .popular-items .card-img {
  max-width: 127px;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .vod-episode .popular-items .card-img {
    max-width: 115px;
  }
}
@media (min-width: 1400px) {
  .vod-episode .popular-items .card-img {
    max-width: 150px;
    max-height: 83px;
  }
}
.vod-episode .popular-items .card-body {
  flex-direction: column;
  align-items: flex-start;
  padding: 3px 11px;
}
@media (min-width: 1400px) {
  .vod-episode .popular-items .card-body {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.vod-episode .popular-items .card-title {
  font-family: var(--theme-bold-fonts);
  font-size: 14px;
  color: #D30FB0;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .vod-episode .popular-items .card-title {
    font-family: "SimplerProH-Regular", sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 1px;
  }
}
.vod-episode .popular-items .card .duration {
  position: absolute;
  bottom: 6px;
  right: 0;
  font-size: 12px;
  background-color: rgba(44, 43, 46, 0.44);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  padding: 1px 6px;
}

.section-main {
  margin-bottom: 23px;
  position: relative;
}
@media (min-width: 992px) {
  .section-main {
    padding-top: 60px;
    margin-bottom: 0;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1600px) {
  .section-main {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  .section-main:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(127, 127, 127, 0) 0%, rgba(0, 0, 0, 0.15) 0%, rgb(0, 0, 0) 100%) 0% 0% no-repeat;
    pointer-events: none;
    z-index: 1;
  }
}
.section-main .bg-picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .section-main .bg-picture {
    overflow: hidden;
    isolation: isolate;
  }
}
.section-main .bg-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-main .bg-picture:before, .section-main .bg-picture:after {
  content: "";
  position: absolute;
  right: 0;
}
.section-main .bg-picture:after {
  top: 0;
  right: -1px;
  width: 36.875vw;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.section-main .bg-picture:before {
  bottom: -1px;
  width: 100%;
  height: 22.7vw;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4156862745) 22%, rgba(0, 0, 0, 0.8196078431) 66%, #000000 100%) no-repeat;
  z-index: 1;
  /*@include media-breakpoint-up($xxl) {
      transform: translateY(44%);
  }*/
}
@media (min-width: 992px) {
  .section-main .wrapper {
    display: flex;
    column-gap: 22px;
  }
}
.section-main .block-right {
  z-index: 5;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .section-main .block-right {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    width: calc(100% - 317px - 22px);
    max-width: 1160px;
  }
}
.section-main .block-right .block-media {
  margin-top: 6px;
  margin-right: -16px;
  margin-left: -16px;
  position: relative;
}
@media (min-width: 992px) {
  .section-main .block-right .block-media {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3px;
  }
}
.section-main .block-right .block-media:before, .section-main .block-right .block-media:after {
  content: "";
  display: block;
  pointer-events: none;
}
@media (min-width: 992px) {
  .section-main .block-right .block-media:before, .section-main .block-right .block-media:after {
    content: none;
  }
}
.section-main .block-right .block-media:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat;
  z-index: 1;
}
.section-main .block-right .block-media:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 84px;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4156862745) 54%, #000000 100%) 0% 0% no-repeat;
}
.section-main .block-right .block-media .btn-play {
  position: absolute;
  bottom: 0;
  left: 26px;
  transform: translateY(50%);
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 8px;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-main .block-right .block-media .btn-play {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 66px;
    height: 66px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .block-media .btn-play {
    width: 113px;
    height: 113px;
  }
}
.section-main .block-right .block-media .btn-play:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #272727;
  margin-left: 4px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .section-main .block-right .block-media .btn-play:before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 20px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .block-media .btn-play:before {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 34px;
  }
}
.section-main .block-right .block-media .duration {
  display: none;
}
@media (min-width: 992px) {
  .section-main .block-right .block-media .duration {
    display: inline-block;
    position: absolute;
    bottom: 6px;
    right: 0;
    font-size: 18px;
    background-color: rgba(44, 43, 46, 0.44);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    padding: 3px 15px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .block-media .duration {
    bottom: 49px;
    font-size: 27px;
    padding: 6px 25px;
  }
}
.section-main .block-right .block-media .youtube-player.playing-mode {
  position: relative;
}
.section-main .block-right .block-media .playkit-metadata-loaded,
.section-main .block-right .block-media .youtube-player.playing-mode {
  z-index: 1;
}
@media (min-width: 992px) {
  .section-main .block-right .block-media .playkit-metadata-loaded,
  .section-main .block-right .block-media .youtube-player.playing-mode {
    z-index: unset;
  }
}
.section-main .block-right .section-title {
  font-size: 35px;
  text-align: start;
  margin-bottom: 16px;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-main .block-right .section-title {
    font-size: 37px;
    margin-bottom: 6px;
    order: -1;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .section-title {
    font-size: 62px;
  }
}
.section-main .block-right .info {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-main .block-right .info {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .info {
    font-size: 18px;
    padding-bottom: 25px;
  }
}
.section-main .block-right .info hr {
  margin-top: 14px;
  border-color: rgb(249, 3, 214);
  opacity: 1;
}
.section-main .block-right .info-title {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .section-main .block-right .info-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .info-title {
    margin-bottom: 27px;
  }
}
.section-main .block-right .info-title .h2 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .section-main .block-right .info-title .h2 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .info-title .h2 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .section-main .block-right .info-title .socials-list {
    margin: 0 -5.5px;
  }
}
@media (min-width: 992px) {
  .section-main .block-right .info-title .socials-list-link {
    padding-right: 5.5px;
    padding-left: 5.5px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .section-main .block-right .info-title .socials-list-link img,
  .section-main .block-right .info-title .socials-list-link svg {
    height: 10px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .info-title .socials-list-link img,
  .section-main .block-right .info-title .socials-list-link svg {
    height: 14px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .info-title .divide-list {
    font-size: 20px;
  }
}
.section-main .block-right .info-title .divide-list > li {
  display: flex;
  align-items: center;
  /*                        &:before {
      content: '|';
      display: inline-block;
      padding-right: 3px;
      padding-left: 3px;
      padding-right: 11px;
      padding-left: 11px;

      @include media-breakpoint-up($xxl) {
          padding-right: 18px;
          padding-left: 18px;
      }
  }*/
}
.section-main .block-right .info-description {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .section-main .block-right .info-description {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .info-description {
    font-size: 22px;
    margin-bottom: 27px;
  }
}
@media (min-width: 992px) {
  .section-main .block-right .info-description .authors-and-date {
    font-size: 14px;
    color: #b0a9a9;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .info-description .authors-and-date {
    font-size: 20px;
  }
}
.section-main .block-right .info-description .authors-and-date .video-authors a {
  font-family: var(--theme-regular-fonts);
}
.section-main .block-right .info-description .date-local {
  display: none;
}
@media (min-width: 992px) {
  .section-main .block-right .info-description .date-local {
    display: block;
  }
}
.section-main .block-right .info .video-authors li + li:last-child {
  margin-right: 2px;
  display: flex;
}
.section-main .block-right .info .video-authors li + li:last-child::before {
  content: "ו";
}
.section-main .block-right .info .video-authors li:nth-of-type(n + 2):not(:last-child)::before {
  content: ",";
}
.section-main .block-right .info .share-and-date {
  display: flex;
  justify-content: space-between;
}
.section-main .block-right .info .share-and-date .info-list.divide-list {
  margin-bottom: 0px;
}
.section-main .block-right .info-list {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .section-main .block-right .info-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.section-main .block-right .info-tags strong {
  color: #b0a9a9;
  padding-left: 4px;
}
.section-main .block-right .info-tags .text-color {
  color: #7B7B7B;
}
.section-main .block-right .info-tags .divide-list > li:not(:last-child):after {
  content: ",";
  padding-left: 4px;
}
.section-main .block-right .info-tags .divide-list > li :before {
  content: none;
}
.section-main .block-right .info-tags a {
  font-family: var(--theme-regular-fonts);
  color: inherit;
}
@media (min-width: 992px) {
  .section-main .block-right .info-tags .genre {
    width: 100%;
  }
}
.section-main .block-right .more-info .collapse:not(.show) {
  display: block;
}
.section-main .block-right .more-info .collapse:not(.show) .card-body {
  max-height: 50px;
  position: relative;
  overflow: hidden;
}
.section-main .block-right .more-info .collapsing {
  transition-property: height, visibility;
  transition-duration: 0.35s;
  height: auto !important;
}
.section-main .block-right .more-info .btn {
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 6px;
  margin-top: 9px;
  padding-right: 0;
  font-family: "SimplerProH-Regular", sans-serif;
}
@media (min-width: 992px) {
  .section-main .block-right .more-info .btn {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-right .more-info .btn {
    font-size: 20px;
  }
}
.section-main .block-right .more-info .btn[aria-expanded=false] > .expanded, .section-main .block-right .more-info .btn[aria-expanded=true] > .collapsed {
  display: none;
}
.section-main .block-right .more-info .btn .collapsed.with-arrow:after {
  margin-right: 8px;
}
.section-main .block-right .more-info .btn .expanded.with-arrow:after {
  transform: rotate(90deg);
  margin-right: 8px;
}
.section-main .block-right .more-info .btn-read-more {
  color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}
.section-main .block-right .more-info .btn-read-more .collapsed {
  text-decoration: underline;
}
.section-main .block-right .more-info .btn-read-more .expanded {
  text-decoration: none;
}
.section-main .block-right .more-info .rte {
  font-size: 14px;
}
@media (min-width: 992px) {
  .section-main .block-right .more-info .rte {
    font-size: 18px;
  }
}
.section-main .block-right .more-info .rte a {
  text-decoration: underline;
  color: white;
  font-family: "SimplerProH-Regular", sans-serif;
  font-size: inherit;
}
.section-main .block-right .more-info .rte .default-underline a {
  text-decoration: underline;
  color: inherit;
}
.section-main .block-right .live-kaltura-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  width: 100px;
  height: 26px;
  padding-top: 2px;
  font-size: 25px;
  line-height: 25px;
}
.section-main .block-left {
  display: none;
  z-index: 9;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .section-main .block-left {
    display: block;
    width: 317px;
    margin-top: 21px;
  }
}
@media (min-width: 1400px) {
  .section-main .block-left .card-link {
    align-items: center;
    height: 95px;
  }
}

.ec-section {
  padding-bottom: 11px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .ec-section {
    padding-bottom: 38px;
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .ec-section {
    padding-bottom: 90px;
    margin-top: 78px;
  }
}
.ec-section.with-bg {
  background-color: transparent;
}
@media (min-width: 992px) {
  .ec-section.with-bg {
    background-color: #272727;
  }
}
@media (min-width: 1400px) {
  .ec-section .section-header {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .ec-section .section-header .title-elem {
    color: #ffffff;
  }
}
.ec-section .section-header .title-elem:after {
  background: #ffffff;
}
.ec-section .card {
  background-color: #343434;
}
.ec-section #below-page-thumbnails .trc_rbox_container .video-title,
.ec-section #below-page-thumbnails .trc_rbox_container .video-description {
  color: #ffffff;
}
