@charset "UTF-8";
.jw-lang-appended:before, .jw-hd-appended:before {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .79em;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  font-stretch: normal;
}

.jw-lang-appended:hover .jw-overlay {
  opacity: 1;
  visibility: visible;
}
.jw-lang-appended.lang-geo:before {
  content: "GEO";
}
.jw-lang-appended.lang-rus:before {
  content: "RUS";
}
.jw-lang-appended.lang-eng:before {
  content: "ENG";
}

.jw-hd-appended:before {
  content: "HD" !important;
}
.jw-hd-appended:hover .jw-overlay {
  opacity: 1;
  visibility: visible;
}

.jwplayer_season_list {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  z-index: 11;
  overflow: hidden;
  -moz-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  -o-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  -webkit-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  font-family: 'bpg_arial_2009.ttf', sans-serif;
}
.jwplayer_season_list.active {
  z-index: 9999999999;
}
.jwplayer_season_list.jw-hide {
  width: 0;
  opacity: 0;
  visibility: hidden;
}
.jwplayer_season_list ul {
  width: 155px;
  height: 30px;
  left: 92px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  padding: 0;
  margin: 0;
}
.jwplayer_season_list li {
  float: left;
  padding: 0 7px;
  color: white;
  font-size: 14px;
  width: 28px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: block;
}
.jwplayer_season_list li.active {
  background-color: #6f3eb3;
}
.jwplayer_season_list li:hover {
  background-color: #6f3eb3 !important;
}
.jwplayer_season_list > .heading {
    font-size: 13px
}
.jwplayer_season_list > .heading {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  line-height: 30px;
  color: white;
  background: #1b1b1b;
  padding: 0 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.jwplayer_scroll_button {
  position: absolute;
  width: 25px;
  line-height: 30px !important;
  top: 0;
  color: white !important;
  font-size: 20px !important;
  text-align: center !important;
  background: #1b1b1b !important;
  z-index: 1;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.jwplayer_scroll_button.left {
  left: 67px;
}
.jwplayer_scroll_button.right {
  right: 25px;
  z-index: 11;
}
.jwplayer_scroll_button.right.jw-hide {
  display: none;
}
.jwplayer_scroll_button:hover {
  background-color: #6f3eb3 !important;
}

.jwplayer-seasons {
  background: #1b1b1b !important;
}

.jwplayer_minimize {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px !important;
  cursor: pointer;
  z-index: 11;
  background: #945ae6 !important;
  width: 25px;
  text-align: center !important;
  border-left: 2px solid rgba(0, 0, 0, 0.05) !important;
}
.jwplayer_minimize.active {
  z-index: 9999999999;
}
.jwplayer_minimize.jw-hide {
  background: transparent !important;
  border-left: none !important;
}
.jwplayer_minimize.jw-hide > .fa:before {
  content: "\f137" !important;
  opacity: 1;
}
.jwplayer_minimize > .fa {
  color: #dedede;
}
.jwplayer_minimize > .fa:before {
  content: "" !important;
  opacity: 1;
}
.jwplayer_minimize:hover > .fa {
  color: white;
}

.jwplayer.jw-flag-user-inactive:not(.jw-state-idle):not(.jw-state-paused) .jwplayer_minimize.jw-hide {
  display: none;
  background: transparent !important;
  border-left: none !important;
}
.jwplayer.jw-flag-ads .jwplayer_minimize {
  display: none;
  background: transparent !important;
  border-left: none !important;
}

.jwplayer_playlist {
  position: absolute;
  right: 0;
  top: 30px;
  width: 270px;
  height: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.5) !important;
  font-size: 13px;
  overflow-y: auto;
  overflow-x: hidden;
  -moz-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  -o-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  -webkit-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  transition: width 0.4s, opacity 0.4s, visibility 0.4s;
  z-index: 11;
  font-family: 'bpg_arial_2009.ttf', sans-serif;
}
.jwplayer_playlist.active {
  z-index: 9999999999;
}
.jwplayer_playlist.jw-hide {
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.jwplayer_playlist ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.jwplayer_playlist > .jwplayer_listcontainer li {
  -moz-transition: background 0.2s, border-color 0.2s;
  -o-transition: background 0.2s, border-color 0.2s;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
  padding: 8px 10px;
  cursor: pointer;
  color: #dedede;
  font-size: 14px;
}
.jwplayer_playlist > .jwplayer_listcontainer li.active {
order-color: #945ae6;
    background-color: #945ae65e;
    color: #fff;
}
.jwplayer_playlist > .jwplayer_listcontainer li:hover {
order-color: #945ae6;
    background-color: #945ae65e;
    color: #fff;
}

.jwplayer_listcontainer {
  display: none;
}
.jwplayer_listcontainer.active {
  display: block;
}

.jw-controls.jw-reset {
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
