/*@font-face {
	font-family: 'normals';
	src: url('../fonts/normals.eot?') format('eot'),
		url('../fonts/normals.woff') format('woff'),
		url('../fonts/normals.ttf')  format('truetype'),
		url('../fonts/normals#normals') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bolds';
	src: url('../fonts/bolds.eot?') format('eot'),
		url('../fonts/bolds.woff') format('woff'),
		url('../fonts/bolds.ttf')  format('truetype'),
		url('../fonts/bolds#bolds') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?") format("eot"),
    url("../fonts/icons.woff") format("woff"),
    url("../fonts/icons.ttf") format("truetype"),
    url("../fonts/icons#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-ExtraBold";
  src: url("../fonts/Circe-ExtraBold.eot");
  src: url("../fonts/Circe-ExtraBold.woff2") format("woff2"),
    url("../fonts/Circe-ExtraBold.woff") format("woff"),
    url("../fonts/Circe-ExtraBold.ttf") format("truetype"),
    url("../fonts/Circe-ExtraBold.svg#Circe-ExtraBold") format("svg"),
    url("../fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-Light";
  src: url("../fonts/Circe-Light.eot");
  src: url("../fonts/Circe-Light.woff2") format("woff2"),
    url("../fonts/Circe-Light.woff") format("woff"),
    url("../fonts/Circe-Light.ttf") format("truetype"),
    url("../fonts/Circe-Light.svg#Circe-ExtraBold") format("svg"),
    url("../fonts/Circe-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-Bold";
  src: url("../fonts/Circe-Bold.eot");
  src: url("../fonts/Circe-Bold.woff2") format("woff2"),
    url("../fonts/Circe-Bold.woff") format("woff"),
    url("../fonts/Circe-Bold.ttf") format("truetype"),
    url("../fonts/Circe-Bold.svg#Circe-Light") format("svg"),
    url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-Regular";
  src: url("../fonts/Circe-Regular.eot");
  src: url("../fonts/Circe-Regular.woff2") format("woff2"),
    url("../fonts/Circe-Regular.woff") format("woff"),
    url("../fonts/Circe-Regular.ttf") format("truetype"),
    url("../fonts/Circe-Regular.svg#Circe-Light") format("svg"),
    url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe-ExtraLight";
  src: url("../fonts/Circe-ExtraLight.eot");
  src: url("../fonts/Circe-ExtraLight.woff2") format("woff2"),
    url("../fonts/Circe-ExtraLight.woff") format("woff"),
    url("../fonts/Circe-ExtraLight.ttf") format("truetype"),
    url("../fonts/Circe-ExtraLight.svg#Circe-Light") format("svg"),
    url("../fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  color: #fff;
  font-size: 15px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}
ul,
li {
  list-style: none;
}
input {
  user-select: text !important;
}
html {
  -webkit-text-size-adjust: none;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
body {
  background-color: #191a1d;
}
.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}
.page .contents .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.footer {
  position: relative;
  max-width: 100%;
  min-width: 320px;
}
.msgs {
  position: absolute;
  width: 50%;
  height: 60px;
  top: 80px;
  border-radius: 4px;
  left: 25%;
  background-color: rgba(40, 40, 40, 0.9);
  text-align: center;
  z-index: 1000;
  display: none;
}
.msgs p {
  line-height: 60px;
  color: #fff;
  font-size: 15px;
}
.main .main_name p .rule-header {
  color: #fff;
}
.tabs {
  position: relative;
  width: 100%;
}
.tab {
  display: inline-block;
  width: 33%;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
  color: #fff;
  cursor: pointer !important;
  vertical-align: bottom;
  padding-bottom: 5px;
}
@media all and (max-width: 900px) {
  .tab {
    line-height: 20px;
    width: 32%;
  }
}
@media all and (max-width: 400px) {
  .tab {
    font-size: 11px;
  }
}
.tabs .active {
  border-bottom: 1px solid #831dbf;
  color: #831dbf;
}
.rule {
  display: none;
  margin: 10px 2%;
  padding: 10px 0;
}
.rule p {
  margin: 2px 10px;
}
.policy {
  display: none;
  margin: 10px 2%;
  padding: 10px 0;
}
.policy p {
  margin: 2px 10px;
}
/* ----------- */
.gray {
  background: #cdcdcd;
  background: -moz-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #cdcdcd),
    color-stop(100%, #8f8f8f)
  );
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: -o-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: -ms-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: linear-gradient(to bottom, #cdcdcd 0%, #8f8f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#8f8f8f',GradientType=0 );
  box-shadow: 0 1px 1px rgb(184, 184, 184);
  -webkit-box-shadow: 0 1px 1px rgb(184, 184, 184);
  -moz-box-shadow: 0 1px 1px rgb(184, 184, 184);
}
.orange {
  background-color: #831dbf;
  border-color: #831dbf;
}
.prewfull .button {
  width: auto;
  margin: calc(0.5625 * (50vw - 15px) - 24px) auto !important;
}
.button {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  border-radius: 16px;
  width: 100%;
  padding: 1px;
  cursor: pointer;
  text-decoration: none;
}
.button span {
  padding: 11px;
  display: block;
  font-size: 16px;
  color: #e6e6e6;
}
/* ---- */
.windows {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  text-align: center;
  z-index: 999;
  display: none;
  overflow-y: auto;
}
.windows .window_close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.windows .window {
  position: absolute;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}
.windows .window .close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 99999;
}
.safari .windows .window .close {
  background-image: url(../img/style/close_btn.svg);
}
.other .windows .window .close {
  background-image: url(../img/style/close_btn.png);
}
.windows .window h1 {
  font-size: 20px;
  color: #515559;
  font-weight: normal;
  margin: 10px 10px;
  padding: 20px 0 0 0;
}
.window .inftext,
.window .infos,
.window .log,
.window .slk,
.window .subs,
.window .prew,
.window .lgu {
  display: none;
}
.inftext,
.inftext .infot,
.info,
.info .infos,
.noprew,
.noprew .prew,
.login,
.login .log,
.fav,
.user_k,
.user_k .slk,
.fav .subs,
.logout,
.logout .lgu {
  display: block;
}
.inftext .infot p {
  width: 280px;
  line-height: 30px;
  padding: 30px 10px;
  color: rgb(80, 80, 80);
}
.noprew .text {
  position: relative;
  padding: 20px 0;
  border-top: 1px dashed #e5eaed;
  border-bottom: 1px dashed #e5eaed;
}
.noprew .text p {
  margin: 0 10px;
  color: rgb(80, 80, 80);
}
.noprew .info {
  position: relative;
  margin: 20px auto;
  padding: 20px 0 0 0;
}
.noprew .info p {
  color: rgb(80, 80, 80);
}
.slk {
  position: relative;
  width: 290px;
  margin: 0 auto 30px auto;
}
.slk .sel_k p a {
  text-decoration: none;
  color: rgb(80, 80, 80);
  line-height: 40px;
}
.slk .sel_k p .active {
  font-weight: bold;
}
.log {
  position: relative;
  width: 100%;
  z-index: 1;
}
.log .tab {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 0;
  text-align: center;
}
.log .tab .elem {
  display: inline-block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: #191a1d;
  border: 1px solid #808080;
}
.log .tab .elem:first-child {
  border-radius: 16px 0 0 0;
  margin: 0 -2px 0 0;
}
.log .tab .elem:last-child {
  border-radius: 0 16px 0 0;
  margin: 0;
}
.log .tab .active {
  border: none;
  background: transparent;
}
.log .tab .elem span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.log .tab .active span {
  display: block;
}
.log .tab_header,
.log .tab_footer,
.log .form {
  position: relative;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.log .form i {
  text-align: center;
  display: block;
  margin: -5px 0 0 0;
  padding: 0 0 10px 0;
}
.log .forms {
  display: none;
}
.log .forms_a {
  display: block;
}
.log .form form {
  text-align: center;
  margin: 0 30px;
}
.log .tab_header p,
.log .tab_footer p,
.log .form span {
  color: #f2f1fa;
  font-size: 13px;
  margin: 0 10px;
}
.log .form p {
  font-size: 15px;
  font-style: normal;
  margin: 0 10px;
}
.log .form .btn {
  position: relative;
  width: 100%;
  text-align: center;
}
.log .form h1 {
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0;
}
.log .form form input,
.tab_footer .num,
.tab_footer .pas {
  border: 1px solid #831dbf;
  border-radius: 16px;
  padding: 10px;
  margin: 5px auto;
  font-size: 15px;
  color: #fff;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}
.log .btn span,
.tab_footer .btn span {
  text-transform: uppercase;
}
.log .form .loginbtn {
  width: 100px;
  text-decoration: none;
  color: #515559;
  height: 30px;
  padding: 7px 10px 5px 10px;
  background: #fda103;
  background: -moz-linear-gradient(left, #fda103 0%, #fde103 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #fda103),
    color-stop(100%, #fde103)
  );
  background: -webkit-linear-gradient(left, #fda103 0%, #fde103 100%);
  background: -o-linear-gradient(left, #fda103 0%, #fde103 100%);
  background: -ms-linear-gradient(left, #fda103 0%, #fde103 100%);
  background: linear-gradient(to right, #fda103 0%, #fde103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda103', endColorstr='#fde103',GradientType=1 );
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* ------------ */
.slider-wrapper {
  /* background: #fff; */
  max-height: 450px;
  box-shadow: 0 3px 23px #000;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.menu_top {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
  background-color: #191a1d;
  box-shadow: inset 0 -19px 8px -12px #000;
  z-index: 62;
}
.main_menu {
  position: relative;
  width: 100%;
  /* background: #fff; */
  font-size: 0;
  z-index: 1;
}
.main_menu .menu_1 .elem {
  position: relative;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  text-align: center;
}
.main_menu .menu_1 .elem a {
  text-decoration: none;
  padding: 0 5px;
}
.main_menu .menu_1 .elem a span {
  font-size: 17px;
  color: #777777;
  /*font-family: 'normals';*/
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
.main_menu .menu_1 .elem:hover a span {
  color: #282828;
}
.slider {
  width: 100%;
  max-height: 450px;
}
.slsl {
  display: none;
}
.slsl .iframe {
  width: 630px;
  margin: 0 auto;
}
.season-toggle-wrapper {
  width: auto;
  height: 42px;
  overflow: hidden;
  /*background: #3a3a3a;*/
  /*box-shadow: inset 0 0 30px rgba(0,0,0,.7);*/
  /*border-bottom: 1px solid #313131;*/
  /*border-radius: 5px;*/
  position: relative;
}
.new_menu {
  display: none !important;
}
.new_menu .elem span {
  text-transform: uppercase;
}
.main {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.poster_bg {
  display: inline-block;
  position: absolute;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}
.main .main_name {
  position: relative;
  width: 100%;
  min-height: 24px;
  padding: 20px 0 10px 0;
  z-index: 0;
}
.main .main_name p,
.main .main_name a {
  font-size: 24px;
  /* margin: 0 20px; */
  text-decoration: none;
}
.main .main_name p span,
.main .main_name a span {
  font-size: 20px;
  /*font-family: "Bolds";*/
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
.main .main_name p .bio {
  cursor: pointer;
}
.main .main_name p .unactive_bio_name:after,
.main .main_name p .active_bio_name:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 -3px 3px;
  background-repeat: no-repeat;
  background-position: center center;
}
.safari .main .main_name p .unactive_bio_name:after {
  background-image: url(../img/style/bottom_b.svg);
}
.other .main .main_name p .unactive_bio_name:after {
  background-image: url(../img/style/bottom_b.png);
}
.safari .main .main_name p .active_bio_name:after {
  background-image: url(../img/style/top_b.svg);
}
.other .main .main_name p .active_bio_name:after {
  background-image: url(../img/style/top_b.png);
}
.main .main_name a:after {
  content: " ";
  display: inline-block;
  margin: 0 10px 2px 10px;
  width: 8px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center center;
}
.safari .main .main_name a:after {
  background-image: url(../img/style/right_b.svg);
}
.other .main .main_name a:after {
  background-image: url(../img/style/right_b.png);
}
.main_fragment {
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 1px solid gray;
}
.main_fragment a {
  text-decoration: none;
}
.main_fragment a span {
  font-size: 15px;
  color: #515559;
}
.serial_part_ch {
  position: relative;
  width: 100%;
  margin: 0;
  height: 30px;
  font-size: 0;
  padding-top: 10px;
}
.serial_part_ch .elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  height: 30px;
}
@media screen and (max-width: 800px) {
  .serial_part_ch .elem {
    margin: 0 15px;
  }
}
.serial_part_ch .elem span {
  font-size: 24px;
}
.serial_part_ch .elem span {
  font-size: 20px;
  line-height: 30px;
  color: #777;
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}
.serial_part_ch span:hover {
  color: #831dbf;
}
.serial_part_ch .active span {
  color: #831dbf;
}
.serial_part {
  display: none;
}
.serial_enabled {
  display: block;
  overflow: hidden;
}
.serial_part p {
  font-size: 13px !important;
  margin: 20px 0;
  color: #777;
  font-family: Helvetica;
}
.serial_part a {
  font-size: 13px !important;
}
.serial_part a:hover {
  color: #282828;
}
.serial_part span {
  color: #282828;
  font-size: 13px !important;
}
.new_sezon_ch {
  position: relative;
  display: block;
  width: 98%;
  height: 42px;
  overflow: hidden;
  text-align: center;
  overflow-x: auto;
  padding-bottom: 20px;
  margin: 0 auto;
}
.new_sezon_ch .prew,
.new_sezon_ch .next {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 1px;
  background-image: url(../img/style/left_b.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.new_sezon_ch .next {
  background-image: url(../img/style/right_b.png);
}
.new_sezon_ch .next {
  left: auto;
  right: 0;
}
.new_sezon_ch .elems {
  height: 40px;
  padding-bottom: 30px;
  font-size: 0;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.new_sezon_ch .elems .elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 42px;
  margin: 0;
  width: 60px;
  text-align: center;
  cursor: pointer;
  padding: 0 2.5px;
  border-radius: 5px;
}
.new_sezon_ch .elems .elem span {
  font-size: 15px;
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  color: #777777;
}
.new_sezon_ch .elems .active span {
  color: #e6e6e6;
}
.new_sezon_ch .elems .elem:hover span {
  color: #fff;
}
.new_sezon_ch .elems .active:hover span {
  color: #282828 !important;
  transition: color 0.5s;
}
.season-wrapper {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  word-wrap: normal;
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .season-wrapper:nth-child(2) {
    left: 11px;
  }
  .season-wrapper:nth-child(3) {
    left: 31px;
  }
  .season-wrapper:nth-child(4) {
    left: 51px;
  }
  .season-wrapper:nth-child(5) {
    left: 71px;
  }
  .season-wrapper:nth-child(6) {
    left: 91px;
  }
  .season-wrapper:nth-child(7) {
    left: 111px;
  }
  .season-wrapper:nth-child(8) {
    left: 131px;
  }
  .season-wrapper:nth-child(9) {
    left: 151px;
  }
  .season-wrapper:nth-child(10) {
    left: 171px;
  }
}
.main-serial-wrapper {
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  width: 100%;
}
.series-wrapper {
  display: inline-block;
  white-space: normal;
  word-wrap: normal;
}
.main_menu {
  position: relative;
}
.main_menu .selector:last-child {
  display: none;
}
.main .main_list .elem_name a {
  text-decoration: none;
}
.main .main_list .elem .elem_t {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  margin: 10px auto;
}
/* .bordered {
  margin: 50px 0 0 0;
  border-top: 1px dotted gray;
} */
.main_info {
  /* margin: 0 auto; */
  padding: 1px 0 20px;
}
.main_info {
  -webkit-appearance: all;
  /*-webkit-user-select: all;*/
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
.main-serial-wrapper {
  transition: left 0.5s;
}
.main_info .main_about {
  position: relative;
  width: 100%;
  margin: 15px 0;
  border: none;
}
.main_info .bios {
  transition: all 0.3s linear;
}
.main_info .unactive_bio {
  height: 48px;
  overflow: hidden;
}
.main_info .unactive_bio:after {
  content: " ÃƒÂÃ‚Â Ãƒâ€˜Ã…Â¸ÃƒÂÃ‚Â Ãƒâ€˜Ã¢â‚¬Â¢ÃƒÂÃ‚Â Ãƒâ€™Ã¢â‚¬ËœÃƒÂÃ‚Â¡ÃƒÂÃ¢â‚¬Å¡ÃƒÂÃ‚Â Ãƒâ€˜Ã¢â‚¬Â¢ÃƒÂÃ‚Â Ãƒâ€šÃ‚Â±ÃƒÂÃ‚Â ÃƒÂÃ¢â‚¬Â¦ÃƒÂÃ‚Â Ãƒâ€šÃ‚ÂµÃƒÂÃ‚Â Ãƒâ€šÃ‚Âµ...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 40px;
  background: rgba(240, 240, 240, 0);
  background: -moz-linear-gradient(
    left,
    rgba(240, 240, 240, 0) 0%,
    rgba(240, 240, 240, 1) 20%,
    rgba(240, 240, 240, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(240, 240, 240, 0)),
    color-stop(20%, rgba(240, 240, 240, 1)),
    color-stop(100%, rgba(240, 240, 240, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(240, 240, 240, 0) 0%,
    rgba(240, 240, 240, 1) 20%,
    rgba(240, 240, 240, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(240, 240, 240, 0) 0%,
    rgba(240, 240, 240, 1) 20%,
    rgba(240, 240, 240, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(240, 240, 240, 0) 0%,
    rgba(240, 240, 240, 1) 20%,
    rgba(240, 240, 240, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(240, 240, 240, 0) 0%,
    rgba(240, 240, 240, 1) 20%,
    rgba(240, 240, 240, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafa',GradientType=1 );
  color: #515559;
  font-size: 15px;
  line-height: 20px;
}
.fav_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 4px;
  right: 0;
  z-index: 2;
  display: none;
}
.fav_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #e5eaed transparent;
}
.faved .fav_btn:after {
  border-color: transparent transparent #00c800 transparent;
}
.fav_btn .img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 15px 19px;
  z-index: 2;
}
.safari .fav_btn .img {
  background-image: url(../img/style/fav.svg);
}
.other .fav_btn .img {
  background-image: url(../img/style/fav.png);
}
.safari .faved .fav_btn .img {
  background-image: url(../img/style/unfav.svg);
}
.other .faved .fav_btn .img {
  background-image: url(../img/style/unfav.png);
}
.main_about p b,
.rule b,
.policy b {
  color: #831dbf;
}
.new_sbs i {
  color: rgb(101, 101, 101);
  font-size: 13px;
}
.new_sbs .select_genre {
  position: relative;
  width: 90%;
  height: 30px;
  margin: 20px auto 0 auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
}
.new_sbs .open_genre {
  height: auto;
}
.new_sbs .select_genre .elem {
  position: relative;
  display: block;
  width: 90%;
  height: 30px;
  margin: 0 auto;
  text-align: left;
}
.new_sbs .select_genre .elem:first-child {
  cursor: pointer;
}
.new_sbs .select_genre .elem:first-child:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 30px;
  top: 0;
  right: 0;
  background-image: url(../img/style/bottom_b.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.new_sbs .select_genre .elem span {
  line-height: 30px;
  text-align: left;
  font-size: 15px;
}
.new_sbs .phone {
  position: relative;
  width: 90%;
  margin: 20px auto 5px auto;
  background-color: #fff;
  border-radius: 5px;
}
.new_sbs .phone input {
  position: relative;
  display: block;
  width: 90%;
  height: 30px;
  margin: 0 auto;
  font-size: 15px;
  text-align: left;
}
.new_sbs .text {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin: 5px auto -25px auto;
}
.new_sbs .text p {
  color: rgb(101, 101, 101);
  font-size: 13px;
}
.sends .select_genre,
.sends .phone,
.sends .btn,
.sends .text {
  display: none;
}
.sends .text:first-child {
  position: relative;
  display: block;
  margin: 30px auto 0 auto;
}
.sends .text:first-child p {
  font-size: 15px;
  margin: 0 10px;
}
.new_sbs .text .iii {
  display: none;
}
.main_info .no_bg,
.main_info .no_bg:before,
.main_info .no_bg:after {
  background-color: transparent !important;
}
.latt {
  position: relative;
  display: block;
  width: 90%;
  padding-top: 10px;
}
.latt a {
  height: 64px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
.footer .full .latt a span:last-child {
  line-height: 64px;
  display: inline-block;
  vertical-align: middle;
}
.info_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 1px;
  left: 1px;
  z-index: 2;
  display: none;
}
.info_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #e5eaed transparent transparent transparent;
}
.info_btn .img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  z-index: 2;
}
.safari .info_btn .img {
  background-image: url(../img/style/info.svg);
}
.other .info_btn .img {
  background-image: url(../img/style/info.png);
}
.err_t {
  font-style: normal !important;
  font-size: 17px !important;
  color: red !important;
}
.main_info .active_bio {
  height: auto;
  min-height: 80px;
  overflow: auto;
}
.main_info .main_about p {
  margin: 2px 10px;
  color: #fff;
}
.main_info .main_about p a {
  color: rgb(119, 119, 119);
  text-decoration: underline;
  cursor: pointer;
}
.main_info .main_about ul {
  margin: 0 20px;
  list-style-type: none;
}
.main_info .prewfull .info .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin: -64px 0 0 -64px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.main_info .prewfull .info .content1 {
  position: relative;
}
.main_info .prewfull .info .btn {
  background-image: url(../img/icons/play-circle-filled.svg);
}
.sezon_change .sezons {
  text-align: left !important;
}
.sezon_change .sezons .elemss {
  position: relative;
  display: inline-block;
  margin: 5px 5px 5px 15px;
}
.sezon_change .sezons .elemss span {
  color: rgb(119, 119, 119);
  cursor: pointer;
}
.sezon_change .sezons .active_sezon span {
  color: #5b20a0;
}
.slider {
  position: relative;
  margin: 0 auto -1px auto;
}
.slider img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.id_film {
  display: none;
}
.coach {
  display: block;
  width: 65px;
  height: 42px;
  background: #831dbf;
  text-shadow: none;
  border-radius: 5px;
  position: absolute;
  left: 0;
  transition: left 0.5s;
}
.main_info .prewfull video {
  width: 100%;
  height: 100%;
  position: static;
}
/* ---------- */
@media screen and (min-width: 800px) {
  /* ---- */
  .page {
    height: 20px;
  }
  .log .tab_footer__rule {
    padding: 0;
  }
  .windows .info {
    border-top: 1px dashed #e5eaed;
    padding: 20px 0 0 0;
  }
  .fav .window {
    width: 450px;
  }
  .info .window {
    width: 500px;
  }
  .login .window {
    width: 370px;
  }
  .logout .window {
    width: 350px;
  }
  .noprew .window {
    width: 370px;
  }
  .info .window .full_info .hidden_i {
    position: relative;
    width: 100%;
    margin: 10px 0;
    text-align: left;
  }
  .info .window .full_info p {
    color: #515559;
    margin: 0 15px;
  }
  .info .window .full_info a {
    color: rgb(100, 100, 100);
  }
  .info .window .full_info a:hover {
    color: #ed7703;
  }
  .info .window .full_info .desk {
    margin: 10px;
    width: 480px;
    height: 64px;
    overflow: hidden;
    background: rgb(233, 229, 222);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: rgb(200, 198, 195) 0 2px 6px 0 inset;
    -moz-box-shadow: rgb(200, 198, 195) 0 2px 6px 0 inset;
    box-shadow: rgb(200, 198, 195) 0 2px 6px 0 inset;
  }
  .info .window .full_info .desk:after {
    content: "  ...";
    position: absolute;
    right: 5px;
    bottom: 0;
    padding: 0 10px 0 40px;
    background: rgb(233, 229, 222);
    background: -moz-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0%,
      rgb(233, 229, 222) 20%,
      rgb(233, 229, 222) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, rgba(240, 240, 240, 0)),
      color-stop(20%, rgb(233, 229, 222)),
      color-stop(100%, rgb(233, 229, 222))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0%,
      rgb(233, 229, 222) 20%,
      rgb(233, 229, 222) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0%,
      rgb(233, 229, 222) 20%,
      rgb(233, 229, 222) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(240, 240, 240, 0) 0%,
      rgb(233, 229, 222) 20%,
      rgb(233, 229, 222) 100%
    );
    background: linear-gradient(
      to right,
      rgba(240, 240, 240, 0) 0%,
      rgb(233, 229, 222) 20%,
      rgb(233, 229, 222) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafa',GradientType=1 );
    color: #515559;
    font-size: 15px;
    line-height: 20px;
  }
  .info .window .full_info .desk p {
    padding: 10px;
  }
  .info .window .buttons {
    margin: 0 0 9px 0;
  }
  .fav .window .subs {
    margin: 0 0 20px 0;
  }
  .page .contents {
    padding-bottom: 150px;
  }
  .footer {
    height: 115px;
    margin: -150px auto 0 auto;
  }
  .fixing {
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .container {
    max-width: 100%;
  }
  .menu_top .menu_main {
    position: relative;
    width: 100%;
    margin: 0;
    background-color: rgb(40, 40, 40);
  }
  .lang a span:last-child,
  .menu_act,
  .menu_btn,
  .menu_top .menu_main .links {
    display: none;
  }
  .menu_top .menu_main .logout,
  .menu_top .menu_main .login {
    float: right;
    margin-right: 75px;
    margin-top: 5px;
    cursor: pointer;
  }
  .menu_top .menu_main .logout .elem,
  .menu_top .menu_main .login .elem {
    height: 40px;
    line-height: 40px;
  }
  .menu_top .menu_main .logout .elem a,
  .menu_top .menu_main .login .elem a {
    text-decoration: none;
    color: #515559;
  }
  .menu_top .menu_main .logout .elem a span,
  .menu_top .menu_main .login .elem a span {
    padding: 7px 10px 7px 10px;
    color: #282828;
    background: #ff9e00;
    /*background: -moz-linear-gradient(left, #ff9e00 0%, #fde300 100%);*/
    /*background: -webkit-linear-gradient(left, #ff9e00 0%,#fde300 100%);*/
    /*background: linear-gradient(to right, #ff9e00 0%,#fde300 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fde300',GradientType=1 );*/
    /*font-family: 'normals';*/
    font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
      "Lucida Grande", sans-serif;
    font-size: 15px;
    background: #ffcb00;
  }
  .menu_top .menu_main .logout .elem a span:first-child {
    display: none;
  }
  .menu_top .menu_main .logout .active a span,
  .menu_top .menu_main .login .active a span {
    color: #515559;
  }
  .menu_top .menu_main .logout .elem .user {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #eeebe6;
    margin: -1px 0 0 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .menu_top .menu_main .logout .elem .active {
    height: auto;
  }
  .menu_top .menu_main .logout .elem .user a {
    color: rgb(255, 255, 255);
    line-height: 40px;
    margin: 0;
    padding: 0;
  }
  .menu_top .menu_main .logout .elem .user a span {
    display: inline-block;
    background: none;
    margin: 0 10px;
    padding: 0;
  }
  .lang-desc {
    position: absolute;
    width: 60px;
    height: 50px;
    right: 0;
    overflow: hidden;
    background-image: url(../img/style/bottom_b.png);
    background-repeat: no-repeat;
    background-position: 40px 16px;
    border-left: 1px solid #3c3c3c;
  }
  .lang-desc .elem {
    display: block;
    height: 50px;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  .lang-desc .elem:last-child {
    border-radius: 0 0 5px 5px;
  }
  .lang-desc .elem a {
    text-decoration: none;
    line-height: 50px;
    font-size: 15px;
  }
  .lang-desc .elem a span {
    font-size: 13px;
    color: #fff;
  }
  .lang-desc .elem:hover a span {
    border-bottom: 1px dashed #ffa000;
    color: #ffa000;
  }
  .menu_top .search {
    position: absolute;
    /*width: 290px; */
    width: 215px;
    height: 30px;
    top: 10px;
    left: 10px;
  }
  .menu_top .search .search_inp {
    position: absolute;
    width: 100%;
    height: 30px;
    font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
      "Lucida Grande", sans-serif;
    /*font-family: 'normals';*/
    z-index: 0;
    font-size: 15px;
    color: #c0c0c0;
    padding: 0 10px;
    background: transparent;
    border-right: 1px solid #3c3c3c;
  }
  .menu_top .search .search_btn {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 3px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    right: -10px;
    z-index: 1;
  }
  .safari .menu_top .search .search_btn {
    background-image: url(../img/style/search.svg);
    background-size: 18px;
  }
  .other .menu_top .search .search_btn {
    background-image: url(../img/style/search.png);
  }
  .menu_top .logo {
    display: none;
  }
  .main_menu {
    position: relative;
    height: 70px;
    z-index: 5;
  }
  .main_menu .logo_b {
    position: absolute;
    width: 127px;
    height: 70px;
    top: 0;
    left: 10px;
    z-index: 2;
    line-height: 70px;
  }
  .main_menu .logo_a {
    position: absolute;
    width: 155px;
    height: 70px;
    top: 7px;
    /*right: -15px;*/
    right: 5px;
    z-index: 2;
    line-height: 85px;
  }
  .main_menu .menu_1 {
    position: absolute;
    height: 70px;
    top: 0;
    left: 140px;
    right: 155px;
    font-size: 0;
    white-space: nowrap;
    z-index: 1;
  }
  .main_menu .menu_1 .elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
  }
  .main_menu .menu_1 .active_m a {
    background: #ffcb00;
    /*background: -moz-linear-gradient(left, #ff9e00 0%, #fde300 100%);*/
    /*background: -webkit-linear-gradient(left, #ff9e00 0%, #fde300 100%);*/
    /*background: linear-gradient(to right, #ff9e00 0%, #fde300 100%);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fde300', GradientType=1 );*/
  }
  .main_menu .menu_1 .active_m a span {
    color: #282828;
    text-decoration: none;
  }
  .main_menu .menu_1 .elem a {
    text-decoration: none;
    line-height: 30px;
    margin: 20px 0;
    display: block;
    padding: 0 10px;
  }
  .main_menu .menu_1 .more {
    text-align: left;
    padding-right: 10px;
  }
  .main_menu .menu_1 .more span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 70px;
    top: 0;
    background-image: url(../img/style/bottom_b.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .main_menu .menu_1 .more .elem {
    position: relative;
    background-color: #fff;
    display: block;
    text-align: left;
  }
  .main_menu .menu_1 .more .elem a {
    line-height: 40px;
    margin: 0;
  }
  .main_menu .menu_1 .more .elem span {
    padding: 0 10px;
  }
  .main_menu .menu_1 .more .elem span:after {
    display: none;
  }
  .main_menu .menu_1 .more:hover span,
  .main_menu .menu_1 .more .elem:hover span,
  .main_menu .menu_1 .more:hover .elem:hover span {
    color: #282828;
  }
  .main_menu .menu_1 .more:hover .elem span {
    color: #777777;
  }
  .main_menu .menu_1 .more .elems {
    position: relative;
    display: none;
    box-shadow: 0 1px 5px 0 #c8c6c3;
    -webkit-box-shadow: 0 1px 5px 0 #c8c6c3;
    -moz-box-shadow: 0 1px 5px 0 #c8c6c3;
  }
  .main_menu .menu_1 .more .elems:before {
    content: "";
    position: absolute;
    display: none;
    width: 120%;
    height: 5px;
    background-color: #fff;
    top: -5px;
    left: -10%;
  }
  .main_menu .menu_1 .more:hover .elems:before,
  .main_menu .menu_1 .more:hover .elems {
    display: block;
  }
  .main_menu .selector {
    position: relative;
    border-top: 1px solid #e5eaed;
    text-align: left;
    display: none;
  }
  .main_menu .selector .elem {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
  }
  .main_menu .selector .elem:first-child {
    float: none;
    display: none;
  }
  .main_menu .selector .elem a {
    text-decoration: none;
  }
  .main_menu .selector .elem a span {
    font-size: 15px;
    color: #282828;
  }
  .main_menu .selector .active_selector a span {
    font-weight: bold;
  }
  .main_menu .menu_1 .active_menu1:after {
    bottom: 0 !important;
    right: 4px !important;
  }
  .slider {
    position: relative;
    margin: 0 auto 25px;
  }
  .slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .main .main_list {
    width: 100%;
    margin: 0;
    font-size: 0;
    text-align: center;
    overflow: visible;
    transition: height 0.1s;
  }
  .main .main_list .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 23%;
    min-width: 190px;
    margin: 10px 1%;
    font-size: 15px;
    overflow: hidden;
  }
  .main .main_list .faved {
    background-color: rgb(255, 255, 255);
  }
  .main .main_list .elem a {
    text-decoration: none;
  }
  .main .main_list .elem .poster {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .main .main_list .elem .poster img {
    display: block;
    width: 100%;
    z-index: 0;
    border-radius: 16px;
    object-fit: cover;
  }
  .main .main_list .elem_name {
    text-align: left;
    min-height: 90px;
  }
  .main .main_list .elem span {
    color: #515559;
    margin: 2px 20px;
    font-size: 15px;
    line-height: 20px;
    cursor: default;
    display: block;
  }
  .main .main_list .elem h2 {
    color: #777;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    word-wrap: break-word;
    font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
      "Lucida Grande", sans-serif;
    text-transform: capitalize;
    overflow: hidden;
  }
  .main .main_list .elem h3 {
    color: #999;
    margin-top: 2px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
  }
  .main .main_list .elem h1 {
    display: none;
  }
  .main .main_list .elem .elem_hidden {
    display: none;
  }
  .main_info .prewfull .info {
    overflow: hidden;
  }
  .main .main_list .elem .elem_btn,
  .main_info .prewfull .poster .tofav {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 2;
  }
  .main .main_list .elem .toinfo {
    top: 0;
    left: 0;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
  }
  .main .main_list .elem .tofav,
  .main_info .prewfull .poster .tofav {
    bottom: 0;
    right: 0;
  }
  .main .main_list .elem .tofav {
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
  }
  .main .main_list .elem .elem_btn .image,
  .main_info .prewfull .poster .tofav .icon {
    position: absolute;
    width: 30px;
    height: 57px;
    background: rgb(201, 201, 201);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #dbdbdb),
      color-stop(100%, #bababa)
    );
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #bababa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bababa',GradientType=0 );
    -webkit-box-shadow: 0 0 3px rgb(40, 40, 40);
    -moz-box-shadow: 0 0 3px rgb(40, 40, 40);
    box-shadow: 0 0 3px rgb(40, 40, 40);
    cursor: pointer;
  }
  .main .main_list .elem .toinfo .image {
    top: -19px;
    left: -6px;
  }
  .main .main_list .elem .toinfo .image:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 1px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .toinfo .image:after {
    background-image: url(../img/style/info.svg);
  }
  .other .main .main_list .elem .toinfo .image:after {
    background-image: url(../img/style/info.png);
  }
  .main .main_list .elem .tofav .image,
  .main_info .prewfull .poster .tofav .icon {
    top: 3px;
    left: 17px;
  }
  .main .main_list .elem .tofav .image:after,
  .main_info .prewfull .poster .tofav .icon:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .tofav .image:after,
  .safari .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/fav.svg);
  }
  .other .main .main_list .elem .tofav .image:after,
  .other .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/fav.png);
  }
  .safari .main .main_list .elem:hover .tofav .image:after,
  .safari .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/unfav.svg);
  }
  .other .main .main_list .elem:hover .tofav .image:after,
  .other .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/unfav.png);
  }
  .main .main_list .faved .elem_btn .image,
  .main_info .prewfull .faved .tofav .icon {
    background-color: #f8cd3e;
    background: #f7cc3d;
    background: -moz-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #f7cc3d),
      color-stop(100%, #ed9735)
    );
    background: -webkit-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -o-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -ms-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: linear-gradient(to bottom, #f7cc3d 0%, #ed9735 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cc3d', endColorstr='#ed9735',GradientType=0 );
    -webkit-box-shadow: 0 0 3px rgb(40, 40, 40);
    -moz-box-shadow: 0 0 3px rgb(40, 40, 40);
    box-shadow: 0 0 3px rgb(40, 40, 40);
  }
  .safari .main .main_list .faved .tofav .image:after,
  .safari .main_info .prewfull .faved .tofav .icon:after {
    background-image: url(../img/style/unfav.svg);
  }
  .other .main .main_list .faved .tofav .image:after,
  .other .main_info .prewfull .faved .tofav .icon:after {
    background-image: url(../img/style/unfav.png);
  }
  .main_info .main_name {
    z-index: 1;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    z-index: 2;
  }
  .main_info .prewfull .poster {
    position: relative;
    width: 30%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 0;
    margin-right: 10px;
  }
  .main_info .prewfull .poster img {
    display: inline-block;
    max-width: 85%;
    max-height: 85%;
  }
  .main_info .prewfull .poster .poster_bg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_info .prewfull .poster .elem_name {
    display: none;
  }
  .main_info .prewfull .info {
    position: absolute;
    display: inline-block;
    width: calc(70% - 10px);
    height: 100%;
  }
  .main_info .prewfull .image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    border-radius: 16px;
  }
  .main_info .prewfull .image img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
    /* position: relative; */
    /* right: -5%; */
  }
  .main_info .prewfull .imageposter img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.2;
    width: 200%;
    height: auto;
    margin: -100% 0 0 -100%;
  }
  .main_info .prewfull .info .action,
  .main_info .prewfull .info .name {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .main_info .prewfull .info .action {
    position: absolute;
    top: 0;
    left: -50px;
    opacity: 0;
    display: none;
  }
  .main_info .prewfull .info .name {
    position: absolute;
    bottom: 0;
    right: -50px;
    opacity: 0;
    display: none;
  }
  .main_info .prewfull .info .action p,
  .main_info .prewfull .info .name p {
    color: #fff;
    line-height: 25px;
    font-size: 23px;
    margin: 25px 0;
  }
  .main_info .prewfull .info:hover .action {
    left: 50px;
    opacity: 1;
  }
  .main_info .prewfull .info:hover .name {
    right: 50px;
    opacity: 1;
  }
  .main_fragment {
    display: none;
  }
  .main .human {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main .human .foto {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 0 0 10px;
    padding: 10px 0;
    background-color: #f4f7fa;
  }
  .main .human .foto img {
    display: block;
    width: 92%;
    margin: 0 4%;
  }
  .main .human .text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 75%;
    top: 0;
    left: 2%;
    padding: 5px 0;
    background: rgba(250, 250, 250, 1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0 0 2px rgb(200, 198, 195);
    -moz-box-shadow: 0 0 2px rgb(200, 198, 195);
    box-shadow: 0 0 2px rgb(200, 198, 195);
  }
  .main .human .text span {
    color: #515559;
  }
  .sezon_change .sezons .elemss {
    font-size: 17px;
  }
  .footer .moby {
    display: none;
  }
  .footer .full {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0;
    font-size: 0;
    text-align: center;
  }
  .footer .full .elem {
    display: inline-block;
    margin: 15px 10px;
    font-size: 16px;
  }
  .footer .full .elem a {
    text-decoration: none;
  }
  .footer .full .elem a span {
    color: #831dbf;
    font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
      "Lucida Grande", sans-serif;
    /*font-family: "normals";*/
    font-size: 15px;
  }
  .footer .full .elem a:hover span {
    color: #ed7703;
    text-decoration: none;
  }
}
/* ------------- */
@media screen and (max-width: 800px) {
  .noprew .window {
    width: 295px;
  }
  .noprew .info {
    border-top: 1px dashed #e5eaed;
  }
  .fav .window .subs {
    margin: 0 0 20px 0;
  }
  .fav .window h1 {
    padding: 20px;
  }
  .fav .window {
    width: 294px;
  }
  .login .window {
    width: 294px;
  }
  .logout .window {
    width: 294px;
  }
  .page .contents {
    padding-bottom: 55px;
  }
  .footer {
    margin: -15px auto 0 auto;
  }
  .menu_top .menu_act {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu_top .menu_btn {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 0;
    left: -60px;
    cursor: pointer;
  }
  .menu_top .menu_btn::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 9px 0 0 #fff, 0 18px 0 0 #fff;
  }
  .menu_top .menu_main {
    position: absolute;
    width: 220px;
    margin: 0 0;
    background-color: #eeebe6;
    z-index: 101;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu_top .unactive_menu_main {
    right: -220px;
  }
  .menu_top .active_menu_main {
    right: 0;
  }
  .menu_top .menu_main .lang a span:first-child {
    display: none;
  }
  .menu_top .menu_main .lang .active span {
    color: #831dbf !important;
  }
  .menu_top .menu_main .elem {
    position: relative;
    width: 220px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu_top .menu_main .elem a {
    text-decoration: none;
    color: #fff;
    display: block;
  }
  .menu_top .menu_main .logout a,
  .menu_top .menu_main .login a {
    color: #831dbf;
  }
  .menu_top .menu_main .logout a span:last-child {
    display: none;
  }
  .menu_top .menu_main .elem a span {
    margin: 0 20px;
    color: #fff;
  }
  .menu_top .menu_main .elem.reg a span {
    color: #e6e6e6;
  }
  .menu_top .search {
    position: absolute;
    right: 0;
    top: 5px;
    height: 30px;
    z-index: 1;
  }
  .menu_top .unactive_search {
    width: 30px;
    margin: 5px 5px;
  }
  .menu_top .unactive_search .search_inp,
  .menu_top .unactive_search .search_btn {
    display: none;
  }
  .menu_top .unactive_search .search_open {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .safari .menu_top .unactive_search .search_open {
    background-image: url(../img/style/search.svg);
  }
  .other .menu_top .unactive_search .search_open {
    background-image: url(../img/style/search.png);
  }
  .menu_top .active_search .search_open {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -35px;
    top: 0;
    cursor: pointer;
  }
  .safari .active_search .search_open {
    background-image: url(../img/style/right_b.svg);
  }
  .other .active_search .search_open {
    background-image: url(../img/style/right_b.png);
  }
  .menu_top .active_search {
    width: auto;
    left: 40px;
    right: 40px;
    top: 10px;
  }
  .menu_top .new_menu {
    display: block !important;
  }
  .menu_top .new_menu .elem {
    background: #2d2e33;
  }
  /* .menu_top .links .elem,
  .menu_top .new_menu .elem {
    background-image: url(../img/style/right_b.png);
    background-position: 200px center;
    background-repeat: no-repeat;
  } */
  .menu_top .active_search .search_inp {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 0;
    text-align: center;
    font-size: 15px;
    color: #515559;
  }
  .menu_top .active_search .search_btn {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 3px;
    right: 3px;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .safari .menu_top .active_search .search_btn {
    background-image: url(../img/style/search.svg);
  }
  .other .menu_top .active_search .search_btn {
    background-image: url(../img/style/search.png);
  }
  .menu_top .logo {
    position: absolute;
    width: 132px;
    height: 30px;
    top: 5px;
    left: 50%;
    line-height: 40px;
    text-align: center;
    margin: 0 0 0 -66px;
    z-index: 0;
    background-repeat: no-repeat;
    display: none;
  }
  .menu_top .logo img {
    display: inline-block;
  }
  .menu_top .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main_menu .menu_1 .elem a {
    line-height: 30px;
  }
  .main_menu .menu_1 .elem {
    height: 30px;
  }
  .main_menu .elem:first-child {
    display: none;
  }
  .main_menu .selector {
    position: relative;
    border-top: 1px solid #e5eaed;
    width: 100%;
    display: none;
  }
  .main_menu .selector:last-child {
    border-bottom: 1px solid #e5eaed;
  }
  .main_menu .unactive_selectors {
    height: 30px;
    overflow: hidden;
  }
  .main_menu .selector_btn {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
  }
  .safari .main_menu .unactive_selectors .selector_btn {
    background-image: url(../img/style/bottom_b.svg);
  }
  .other .main_menu .unactive_selectors .selector_btn {
    background-image: url(../img/style/bottom_b.png);
  }
  .safari .main_menu .active_selectors .selector_btn {
    background-image: url(../img/style/top_b.svg);
  }
  .other .main_menu .active_selectors .selector_btn {
    background-image: url(../img/style/top_b.png);
  }
  .main_menu .active_selectors {
    height: auto;
    overflow: visible;
  }
  .main_menu .active_selectors:after {
    display: none;
  }
  .main_menu .selector .elem {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px dotted #e5eaed;
    cursor: pointer;
  }
  .main_menu .selector .elem:last-child {
    border-bottom: none;
  }
  .main_menu .selector .elem a {
    text-decoration: none;
    display: block;
    height: 30px;
    width: 100%;
  }
  .main_menu .selector .elem a span {
    font-size: 15px;
    color: #515559;
    margin: 0 20px;
  }
  .main_menu .selector .name a span {
    font-weight: bold;
  }
  .main_menu .selector .active_selector {
    display: none;
  }
  .main .main_list .elem h2 {
    font-size: 12px !important;
  }
  .fav_btn,
  .info_btn,
  .main_menu .menu_1 {
    display: none !important;
  }
  .main_menu .menu_1 .active_menu1:after {
    bottom: 0 !important;
    right: 2px !important;
  }
  .serial_part_ch .elem span {
    font-size: 15px !important;
  }
  .main_menu {
    height: 50px;
  }
  .logo_a {
    position: absolute;
    height: 23px;
    right: 10px;
    top: 12px;
  }
  .logo_b {
    position: absolute;
    height: 50px;
    left: 10px;
    top: 0;
  }
  .logo_a img,
  .logo_b img {
    display: block;
    height: 100%;
  }
  .main .main_name p span,
  .main .main_name a span {
    font-size: 15px;
  }
  .slider {
    margin: 0 auto -5px auto;
  }
  .slider p {
    display: block !important;
    background-color: rgba(236, 233, 228, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0;
  }
  .rsBullets {
    display: none !important;
  }
  .serial_part_ch .elem span {
    font-size: 15px;
  }
  .serial_part p {
    margin: 15px;
  }
  .main {
    margin: 10px 0 20px 0;
    padding: 0 0 15px 0;
  }
  .main .main_name {
    padding: 10px 0 0 0;
  }
  .main .main_name p,
  .main .main_name a {
    font-size: 20px;
    text-align: center;
    margin: 0 20px 0 20px;
    text-decoration: none;
  }
  .main .main_name a span {
    border-bottom: 1px solid #e5eaed;
  }
  .main .main_name a:after {
    content: " ";
    display: inline-block;
    margin: 0 10px 2px 10px;
    width: 8px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .safari .main .main_name a:after {
    background-image: url(../img/style/right_b.svg);
  }
  .other .main .main_name a:after {
    background-image: url(../img/style/right_b.png);
  }
  .main .view_ch {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 65px;
    height: 25px;
    margin: -13px 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: none;
  }
  .main .dot {
    text-align: center;
  }
  .safari .main .dot {
    background-image: url(../img/style/dotted.svg);
  }
  .other .main .dot {
    background-image: url(../img/style/dotted.png);
  }
  .safari .main .str {
    background-image: url(../img/style/stringed.svg);
  }
  .other .main .str {
    background-image: url(../img/style/stringed.png);
  }
  .main .dotted {
    text-align: center;
    font-size: 0;
  }
  .main .dotted .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40%;
    margin: 10px 4%;
    font-size: 15px;
  }
  /* .main .dotted .elem:hover {
    -webkit-box-shadow: 0 5px 8px #9d9d9d;
    -moz-box-shadow: 0 5px 8px #9d9d9d;
    box-shadow: 0 5px 8px #9d9d9d;
  } */
  .main .elem a {
    text-decoration: none;
  }
  .main .dotted .elem .poster {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .main .dotted .elem .poster img {
    display: inline-block;
    max-width: 100%;
    z-index: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: -10px -5px 15px rgba(56, 56, 56, 0.4),
      10px 10px 15px rgba(0, 0, 0, 0.8);
  }
  .main .dotted .elem_name {
    text-align: left;
    min-height: 95px;
  }
  .main .dotted .elem span {
    color: #515559;
    margin: 2px 10px;
    font-size: 15px;
    line-height: 17px;
    cursor: default;
  }
  .main .dotted .elem h2 {
    color: #fff;
    /*font-family: "bolds";*/
    font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
      "Lucida Grande", sans-serif;
    font-weight: normal;
    margin: 10px;
    height: 34px;
    overflow: hidden;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
  }
  .main .dotted .elem h1 {
    display: none;
  }
  .main .dotted .elem h3 {
    color: #777777;
    margin: 0 10px;
    font-size: 15px;
    line-height: 10px;
    font-weight: normal;
    cursor: default;
    text-align: right;
  }
  .main .dotted .elem .elem_hidden,
  .main .dotted .elem .toinfo {
    display: none;
  }
  .main .dotted .elem .elem_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
  }
  .main .main_list .elem .elem_btn .image {
    position: absolute;
    width: 30px;
    height: 57px;
    top: 3px;
    left: 17px;
    background: rgb(201, 201, 201);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #dbdbdb),
      color-stop(100%, #bababa)
    );
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #bababa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bababa',GradientType=0 );
    -webkit-box-shadow: 0 0 3px rgb(40, 40, 40);
    -moz-box-shadow: 0 0 3px rgb(40, 40, 40);
    box-shadow: 0 0 3px rgb(40, 40, 40);
    cursor: pointer;
  }
  .main .main_list .elem .tofav .image:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .tofav .image:after {
    background-image: url(../img/style/fav.svg);
  }
  .other .main .main_list .elem .tofav .image:after {
    background-image: url(../img/style/fav.png);
  }
  .safari .main .main_list .elem:hover .tofav .image:after {
    background-image: url(../img/style/unfav.svg);
  }
  .other .main .main_list .elem:hover .tofav .image:after {
    background-image: url(../img/style/unfav.png);
  }
  .main .main_list .faved .elem_btn .image {
    background-color: #f8cd3e;
    background: #f7cc3d;
    background: -moz-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #f7cc3d),
      color-stop(100%, #ed9735)
    );
    background: -webkit-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -o-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -ms-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: linear-gradient(to bottom, #f7cc3d 0%, #ed9735 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cc3d', endColorstr='#ed9735',GradientType=0 );
    -webkit-box-shadow: 0 0 3px rgb(40, 40, 40);
    -moz-box-shadow: 0 0 3px rgb(40, 40, 40);
    box-shadow: 0 0 3px rgb(40, 40, 40);
  }
  .safari .main .main_list .faved .tofav .image:after {
    background-image: url(../img/style/unfav.svg);
  }
  .other .main .main_list .faved .tofav .image:after {
    background-image: url(../img/style/unfav.png);
  }
  .main .stringed {
    text-align: left;
    padding: 0 0 5px 0;
  }
  .main .stringed .elem {
    position: relative;
    width: 96%;
    margin: 0 2%;
    height: 84px;
    border-top: 1px solid #e5eaed;
    font-size: 15px;
    overflow: hidden;
  }
  .main .stringed .elem:last-child {
    border-bottom: 1px solid #e5eaed;
  }
  .main .stringed .elem_name a {
    position: absolute;
    height: 100%;
  }
  .main .stringed .elem .poster {
    float: left;
    height: 110px;
  }
  .main .stringed .elem .poster img {
    display: block;
    height: 74px;
    margin: 5px 10px 5px 5px;
    z-index: 0;
  }
  .main .stringed .elem_name {
    text-align: left;
    float: left;
  }
  .main .stringed .elem span {
    color: #515559;
    margin: 2px 10px;
    font-size: 15px;
    line-height: 17px;
    cursor: default;
  }
  .main .stringed .elem h1 {
    color: #515559;
    margin: 2px 10px;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    font-weight: normal;
    text-decoration: underline;
    display: none;
  }
  .main .stringed .elem h2 {
    color: #515559;
    margin: 2px 10px;
    padding: 10px 0 10px 0;
    font-size: 17px;
    line-height: 17px;
    display: table-cell;
    vertical-align: middle;
  }
  .main .stringed .elem h3 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #515559;
    margin: 20px 0 0 5px;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
  }
  .main .stringed .elem .elem_hidden {
    display: none;
  }
  .main .stringed .elem .elem_btn {
    display: none;
  }
  .main_info {
    margin: 0 0 20px 0;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .main_info .prewfull .poster {
    display: none;
  }
  .main_info .prewfull .info .action,
  .main_info .prewfull .info .name {
    display: none;
  }
  .main_info .prewfull .info {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .main_info .prewfull .info img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
  }
  .main_info .sezon_change .sezons .elem span {
    font-size: 15px;
  }
  .main .human {
    overflow: auto;
  }
  .main .human .foto {
    float: left;
    width: 30%;
    margin: 5px;
  }
  .main .human .foto img {
    display: block;
    width: 100%;
  }
  .sezon_change .sezons .elemss {
    font-size: 15px;
  }
  .footer .moby {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f6fa 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #ffffff),
      color-stop(100%, #f3f6fa)
    );
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f6fa 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f3f6fa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f6fa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f6fa',GradientType=0 );
  }
  .footer .moby p {
    font-size: 13px;
    color: #515559;
  }
  .footer .full {
    display: none;
  }
  .new_sbs .select_genre,
  .new_sbs .phone,
  .new_sbs i,
  .new_sbs .btn,
  .new_sbs .text p {
    display: none;
  }
  .new_sbs .text .iii {
    display: block !important;
    line-height: 40px;
  }
  .menu_top {
    box-shadow: none;
  }
  .slider-wrapper {
    min-height: 0;
    box-shadow: none;
  }
  .slider {
    min-height: 0;
  }
  .rsOverflow {
    height: auto;
  }
  .log .tab_footer__rule {
    padding-top: 30px;
    margin-top: 30px;
  }
  .active_menu_main .elem {
    background: #2d2e33;
  }
}
/* YUKO */
.stack {
  display: block;
  max-width: 1600px;
  margin: auto;
}
.stack__element {
  display: block;
  width: 100%;
  height: 60px;
  box-shadow: inset 0 3px 10px #000;
  cursor: pointer;
  transition: height 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 4;
  background: #1d1d1d;
}
.stack__element.active:after {
  background: linear-gradient(transparent 10%, #000 90%);
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  display: block;
  content: " ";
  z-index: 1;
}
.stack__element.active {
  height: 660px;
}
.stack__element.active .stack__head {
  display: none;
}
.stack__element.active .stack__element-description {
  opacity: 1;
}
.stack__element.active .stack__element-studio {
  opacity: 0.5;
}
.stack__background {
  transition: opacity 0.5s;
  background-size: cover;
  width: 100%;
  height: 660px;
  position: absolute;
  background-position: 0;
  top: 50%;
  margin-top: -330px;
  z-index: -1;
  background-position: center;
}
@media all and (max-width: 800px) {
  .stack__background {
    height: 460px;
    background-position: -360px 150px;
  }
}
.stack__head {
  text-align: center;
  padding-top: 10px;
}
.stack__head:before {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 10%, transparent 90%);
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
}
.stack__head:after {
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  z-index: 0;
}
.stack__head_rus,
.stack__head_eng {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  position: relative;
  z-index: 1;
}
.stack__head_rus {
  letter-spacing: 0.03em;
  font-size: 18px;
}
.stack__head_eng {
  font-size: 12px;
  opacity: 0.9;
}
.stack__element-studio {
  opacity: 0;
  position: absolute;
  right: 100px;
  bottom: 30px;
  z-index: 10;
  text-align: center;
  transition: opacity 0.5s;
}
.stack__element-studio-text {
  display: none;
}
.stack__element.active .stack__element-studio-text {
  display: block;
  position: absolute;
  right: 100px;
  bottom: 30px;
  opacity: 0.35;
  font-size: 30px;
  line-height: 1.2em;
  margin: 15px 0 10px;
  z-index: 10;
}
.stack__element-description {
  position: absolute;
  color: #fff;
  z-index: 10;
  bottom: 30px;
  opacity: 0;
  transition: opacity 0.4s;
  left: 144px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: Helvetica;
  transition: opacity 1s;
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  width: 240px;
}
.stack__element-meta-description {
  color: #c0c0c0;
  text-transform: uppercase;
  font-family: Helvetica;
}
.stack__element-meta-description b {
  color: #ffcb00;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Helvetica;
}
.top-nav__btn-lucky {
  cursor: pointer;
  position: absolute;
  height: 30px;
  /* display: inline-block; */
  vertical-align: middle;
  margin-top: 7px;
}
@media all and (max-width: 800px) {
  .top-nav__btn-lucky {
    position: static;
    /* margin-left: 10px; */
  }
}
.top-nav__btn-lucky_mobile {
  display: none;
  position: relative;
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f6fa;
}
.top-nav__btn-lucky_mobile .top-nav__btn-lucky-href {
  margin-left: 20px;
}
.top-nav__btn-lucky-href {
  line-height: 30px;
  color: #78b847;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}
.top-nav__btn-lucky-href:hover {
  color: #88c857;
}
.top-nav__btn-lucky-img {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}
.hiddenOverflow {
  overflow: hidden !important;
}
.scrolledOverflow {
  background: transparent !important;
  overflow: auto !important;
  overflow-x: hidden !important;
}
._relative {
  position: relative !important;
}
.scrolledOverflow .menu_btn {
  z-index: 1000;
  left: 220px;
}
.video-stub {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 90%;
  z-index: 1000;
  background: transparent;
}
@media screen and (max-width: 800px) {
  .stack__element.active {
    height: 360px;
  }
  .stack__element {
    height: 50px;
  }
  .stack__element-studio {
    position: absolute;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    right: 0;
    bottom: 0;
  }
  .stack__element.active .stack__element-studio-text {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    right: 0;
    bottom: 0;
  }
  .stack__element-description {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: auto auto 60px;
  }
  .stack__head_rus {
    font-size: 14px;
  }
  .stack__head_eng {
    font-size: 8px;
  }
  /* .top-nav__btn-lucky {
    display: none;
  } */
  .top-nav__btn-lucky_mobile {
    display: block;
  }
}
/* New */
.big-fix {
  position: relative;
  max-width: 1600px;
  min-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #393939 0%, #282828 100%) no-repeat,
    #282828;
  background: -ms-linear-gradient(top, #393939 0%, #282828 100%) no-repeat,
    #282828;
  background: -o-linear-gradient(top, #393939 0%, #282828 100%) no-repeat,
    #282828;
  background: -moz-linear-gradient(top, #393939 0%, #282828 100%) no-repeat,
    #282828;
  background: linear-gradient(top, #393939 0%, #282828 100%) no-repeat, #282828;
}
.w-900px {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 900px;
  margin: 0 auto;
}
.bg-black {
  background: black !important;
}
#content2 {
  height: 100%;
}
.elem_prew {
  display: inline-block;
  margin: 0;
  width: 200px;
  height: 220px;
  /* background: #fff; */
}
@media all and (max-width: 800px) {
  .elem_prew {
    height: 210px;
  }
}
.elem_prew {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 23%;
  min-width: 0;
  margin: 10px 1%;
  font-size: 15px;
  /* background-color: #fff; */
  overflow: hidden;
  text-decoration: none;
}
.elem_prew .prew_t {
  padding-top: 14px;
  font-size: 14px;
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
@media all and (max-width: 800px) {
  .elem_prew .prew_t {
    font-size: 12px;
  }
}
.poster_prew img {
  display: block;
  background-size: contain;
  width: 95%;
  margin: 5px auto;
  border-radius: 16px;
}
.prew_t {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.poster_prew img {
  width: 100%;
  margin: 0;
}
.video-js .vjs-control {
  width: 5em;
}
.vjs-menu li.vjs-selected span {
  color: #000;
}
.video-dimensions {
  width: 100%;
  height: 100%;
}
.subtitles-btn {
  width: 3em;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.subtitles-btn:before {
  position: absolute;
  content: "" !important;
  background: url("../img/icons/subtitles.svg");
  background-size: cover;
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
@media all and (max-width: 800px) {
  .subtitles-btn:before {
    width: 15px !important;
    height: 15px !important;
  }
}
.lang-btn {
  width: 3em;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.lang-btn:hover .lang-content {
  display: none;
}
@media all and (max-width: 800px) {
  .video-js .vjs-control {
    width: 3em !important;
  }
}
.lang-btn p {
  line-height: 45px;
}
@media all and (max-width: 800px) {
  .lang-btn:before {
    width: 15px !important;
    height: 15px !important;
  }
}
.vjs-vol-3:before {
  content: "" !important;
  background: url("../img/icons/volume.svg");
  background-size: cover;
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
@media all and (max-width: 800px) {
  .vjs-vol-3:before {
    width: 18px !important;
    /* height: 18px !important; */
  }
}
.vjs-playing:before {
  content: "" !important;
  background: url("../img/icons/pause.svg");
  background-size: cover;
  width: 28px !important;
  height: 28px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  left: 10px !important;
}
@media all and (max-width: 800px) {
  .vjs-playing:before {
    width: 18px !important;
    height: 18px !important;
  }
}
.vjs-paused:before {
  content: "" !important;
  background: url("../img/icons/play.svg");
  background-size: cover;
  width: 28px !important;
  height: 28px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  left: 10px !important;
}
@media all and (max-width: 800px) {
  .vjs-paused:before {
    width: 18px !important;
    height: 18px !important;
  }
}
.vjs-fullscreen-control:before {
  content: "" !important;
  background: url("../img/icons/expand.svg");
  background-size: cover;
  width: 18px !important;
  height: 18px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  left: 10px !important;
}
@media all and (max-width: 800px) {
  .vjs-fullscreen-control:before {
    width: 10px !important;
    height: 10px !important;
  }
  .video-js .vjs-fullscreen-control {
    width: 2em !important;
  }
}
.vjs-icon-cog:before {
  content: "HD" !important;
  background-size: cover;
  width: 30px !important;
  height: 30px !important;
  top: 8px !important;
  bottom: 0 !important;
  left: 0 !important;
  font-size: 19px !important;
  font-family: "Circe-Regular", "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
}
@media all and (max-width: 800px) {
  .vjs-icon-cog:before {
    width: 20px !important;
    height: 20px !important;
    font-size: 14px !important;
    top: 11px !important;
  }
  .video-js .vjs-icon-cog {
    width: 2em !important;
  }
}
.vjs-icon-cog {
  width: 3em !important;
}
.lang-content {
  position: absolute;
  top: -70px;
  left: -7px;
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px;
  box-sizing: border-box;
  display: none;
}
.lang-content li {
  list-style: none;
  margin-bottom: 10px;
  text-align: center;
}
.lang-content li:hover span {
  color: #ffcb00;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 16em !important;
}
.subtitles-btn.not-active:after,
.subtitles-btn.not-active:before {
  opacity: 0.3;
}
.subtitles-btn:after {
  display: block;
  content: "";
  width: 32px;
  height: 2px;
  /* background: #fff; */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -3px;
  transform: rotate(45deg);
}
@media all and (max-width: 800px) {
  .subtitles-btn:after {
    width: 22px;
  }
}
.subtitles-btn.active:after {
  display: none;
}
.lang-btn.not-active p {
  opacity: 0.3;
}
.lang-content .active span {
  color: #fde300;
}
@media all and (max-width: 800px) {
  .video-js .vjs-time-control {
    font-size: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: -5px !important;
  }
  .vjs-control-text {
    font-size: 12px !important;
  }
  .vjs-remaining-time-display {
    font-size: 12px !important;
    padding-top: 4px;
  }
  .video-js .vjs-progress-control {
    left: -10px !important;
  }
}
@media all and (max-width: 800px) {
  .vjs-menu-content li span {
    font-size: 12px;
  }
  .vjs-menu-content li {
    line-height: 1em !important;
    padding: 0 !important;
  }
}
.elem_prew {
  display: block;
  position: relative;
  min-width: 0;
  /* background-color: #fff; */
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  margin: 0 0 15px;
}
.n-cop {
  opacity: 0.4;
}
.n-mark {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.elem .n-mark {
  top: 0;
  right: 0;
  width: 90px;
}
.n-mark img {
  display: block;
  width: 100%;
  opacity: 0.5;
}
.poster_bg .n-mark {
  width: 150px;
  height: 90px;
  right: 15px;
  top: 0;
}
.n-channel {
  height: 350px;
}
@media all and (max-width: 800px) {
  .n-channel {
    height: auto;
  }
}
.n-channel:after {
  display: block;
  content: "";
  clear: both;
}
.n-channel__left {
  position: relative !important;
  height: 100%;
  vertical-align: top;
}
.n-channel__right {
  position: relative;
  width: 30%;
  display: inline-block;
  height: 100%;
  padding-left: 0;
  box-sizing: border-box;
  vertical-align: top;
}
.n-channel__right span {
  color: #c0c0c0;
}
.n-channel__container {
  background: #494949;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.n-channel__header {
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 20px 0;
}
.n-channel__header span {
  font-size: 18px;
}
.n-channel__list {
  list-style: none;
  text-align: left;
}
.n-channel__list li {
  list-style: none;
  padding: 10px 20px 13px 20px;
  border-bottom: 1px solid #282828;
}
.n-channel__list p {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.n-channel__list span {
  display: block;
}
.n-channels__list {
  list-style: none;
  text-align: center;
  padding: 20px 20px 20px 0;
  background: #494949;
  margin-top: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.n-channels__list .active {
  box-shadow: 0 0 5px rgba(255, 203, 0, 0.7);
}
@media all and (max-width: 800px) {
  .n-channels__list {
    padding-left: 5%;
  }
  .n-channels li {
    width: 150px;
  }
}
.n-channels__list li {
  list-style: none;
}
.n-channels__list li:hover {
  opacity: 0.7;
}
.n-channels li {
  width: 150px;
  display: inline-block;
  margin: 0 10px;
}
.n-channels li:first-child {
  margin-left: 0;
}
@media all and (max-width: 420px) {
  .n-channels li {
    width: 110px;
  }
}
.n-channels li img {
  display: block;
  width: 100%;
}
.n-channel__left--mod .btn {
  display: none;
}
.n-video__top {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  top: 40px;
  box-sizing: border-box;
  z-index: 1;
}
@media all and (max-width: 550px) {
  .n-video__top {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
}
.n-video__header span {
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 550px) {
  .n-video__header span {
    font-size: 14px;
  }
}
.n-video__header {
  margin-bottom: 10px;
}
.n-video__info {
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-btn {
  display: inline-block;
  padding: 7px 15px;
  background: #ffcb00;
}
.n-video__info .n-btn {
  margin-bottom: 10px;
}
.n-video__head p {
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media all and (max-width: 550px) {
  .n-video__head p {
    font-size: 16px;
  }
  .n-video__head span {
    font-size: 14px;
  }
}
#scroller {
  position: relative;
  top: 0%;
  height: 100%;
  overflow: hidden;
}
.ps__thumb-y {
  background: #ffcb00;
}
.n-dates {
  overflow: hidden;
  margin-right: 90px;
}
.n-dates__wrap {
  border-bottom: 1px solid #666666;
}
.n-dates__list .swiper-slide {
  position: relative;
  cursor: pointer;
}
.n-dates__list .swiper-slide:hover {
  opacity: 0.7;
}
.n-dates__list .active:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  /* background: #fff; */
  position: absolute;
  left: 0;
  bottom: 0;
}
.n-dates ul {
  list-style: none;
}
.n-dates li {
  list-style: none;
  padding: 15px 20px;
  box-sizing: border-box;
}
.n-dates li span {
  color: #c0c0c0;
}
.n-btn {
  cursor: pointer;
}
.n-btn:hover {
  opacity: 0.7;
}
.n-dates__val {
  color: #707070;
  font-size: 14px;
  padding-top: 5px;
}
.n-dates__container {
  padding: 0 0 20px;
  position: relative;
  z-index: 10;
}
.n-dates__header {
  padding: 20px 20px 15px 20px;
  overflow: hidden;
  border-top: 1px dotted #666666;
}
.n-dates__header span {
  color: #c0c0c0;
}
.n-dates__time {
  float: left;
}
.n-dates__time span {
  font-size: 22px;
}
.n-dates__prog {
  padding-top: 5px;
  float: right;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background: none;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #ffcb00;
}
.n-item {
  padding: 10px 30px;
  background: #494949;
  margin-bottom: 5px;
  cursor: pointer;
}
.n-item:hover {
  opacity: 0.8;
}
.n-item__header span {
  font-size: 16px;
  color: #c0c0c0;
}
.n-item__header {
  margin-bottom: 5px;
  max-width: 66%;
}
.n-item__container:after {
  display: block;
  content: "";
  clear: both;
}
.n-item__info {
  float: left;
  max-width: 66%;
}
.n-item__info p {
  color: #727272;
  margin-bottom: 15px;
}
.n-item__time {
  float: right;
  margin-top: -17px;
}
.n-item__time span {
  font-size: 34px;
}
.n-item__time span {
  color: #c0c0c0;
}
.n-icon {
  font-family: "Linearicons";
}
.n-item__description {
  display: none;
}
.n-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.n-dates {
  position: relative;
}
.n-dates__arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
}
.n-dates__arrow:hover {
  opacity: 0.7;
}
.n-dates__arrow .n-icon:before {
  font-size: 30px;
}
.main_info .prewfull .image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* left: 10%; */
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
.n-x2 {
  width: 100%;
  height: 100%;
  float: left;
}
.n-x2__container {
  margin: 5% 0;
  height: 90%;
}
.n-x2__container:after {
  display: block;
  content: "";
  clear: both;
}
.last_films .n-part {
  overflow: visible;
}
.n-part {
  height: 100%;
  /* overflow: hidden; */
  position: relative;
}
.n-part__seasons {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* .n-big .n-part__seasons {
  bottom: 60px;
} */
.n-part__season {
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
  border: solid 2px #c8c8c8;
  text-align: center;
  box-sizing: border-box;
}
.n-part__season a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  color: #e6e6e6;
}
.n-part__season:hover {
  opacity: 0.7;
  font-family: Circe-Bold;
  border: solid 2px #32b34a;
}
.n-part__season:hover a {
  color: #32b34a;
}
@media all and (max-width: 1080px) {
  .n-part__seasons {
    opacity: 1;
  }
}
.n-part__seasons-name {
  padding-bottom: 5px;
}
.n-x2__container:hover {
  transform: scale(1.1);
}
.n-x2__container:hover .n-part__rated {
  opacity: 1;
}
.n-part:hover .n-part__seasons {
  opacity: 1;
}
.n-part__container {
  /* box-sizing: border-box; */
  height: 100%;
  /* overflow: hidden; */
  position: relative;
  border-radius: 16px;
}
.n-part__pic {
  width: 100%;
  /*height: 171px;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  position: relative;
}
.n-part__pic:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(0, 0, 0, 0.3) 55%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-radius: 16px;
}
.n-part:hover .n-part__pic:after {
  opacity: 1;
}
@media all and (max-width: 1080px) {
  .n-part__pic:after {
    opacity: 1;
  }
}
.n-part__info {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1080px) {
  .n-part__info {
    opacity: 1;
  }
}
.n-part__rated {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: #c8c8c8;
  text-align: center;
  border-radius: 16px 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.n-part__rated span {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding-top: 5px;
}
.n-part__name {
  margin-top: 15px;
  font-size: 12px;
}
.n-part__name p a {
  font-size: 12px;
  text-transform: uppercase;
}
.n-part__name p:last-child a {
  font-size: 10px;
  color: #ebebeb;
}
.n-part__name p a {
  display: block;
  text-decoration: none;
  color: #e6e6e6;
}
.n-part:hover .n-part__info {
  opacity: 1;
}
@media all and (max-width: 800px) {
  .n-part__name {
    font-size: 16px;
  }
}
.n-desc {
  display: block;
}
.n-mob .n-x2 {
  width: auto;
  float: none;
}
.n-mob {
  display: none;
}

.n-main-slider {
  max-height: 400px;
}
.n-main-slider.active {
  display: block;
}
@media all and (max-width: 760px) {
  .n-desc {
    display: none;
  }
  .n-mob {
    display: block;
  }
}
/* .n-main-slider {
  overflow: hidden;
} */
@media all and (max-width: 760px) {
  .n-main-slider {
    margin-bottom: 20px;
  }
  .n-main-slider .swiper-slide-active {
    margin-left: 20px;
  }
}
.n-switch {
  list-style: none;
  padding: 20px 0;
}
.n-switch li {
  list-style: none;
  cursor: pointer;
}
.n-switch li.active span {
  color: #ff9e00;
}
.n-switch li:hover {
  opacity: 0.7;
}
.n-switch li span {
  text-transform: uppercase;
  font-size: 18px;
}
.n-switch li {
  display: inline-block;
  margin-right: 20px;
}
.n-head {
  padding: 10px 0;
}
.n-mob .n-head {
  padding: 15px 10px 0 10px;
}
.n-head span {
  text-transform: uppercase;
  font-size: 18px;
}
.n-main {
  padding-top: 20px;
  /* padding-left: 10px;
  padding-right: 10px; */
  width: auto;
}
#playerElement {
  width: 100%;
  height: 110%;
  position: relative;
  top: -5%;
}
#playerElement-MediaController.playerElement-Show {
  bottom: 15px !important;
}
#playerElement-Video {
  height: 100% !important;
  object-fit: cover;
}
/* .n-main .swiper-slide {
    width: 85% !important;
    width: 42.5% !important;
  } */
/* @media screen and (max-width: 800px) {
  .last-slider__slider.swiper-slide,
  .n-main-slider__slider.swiper-slide {
    min-width: 310px !important;
    max-width: 310px !important;
  }
} */
.elem.active_m span {
  color: #831dbf !important;
}
.elem.pwl.active_m span {
  color: #fff !important;
}
.ms-partialview-template .ms-slide-info {
  text-align: center;
  max-width: 860px;
  margin: 20px auto 0;
  position: absolute !important;
  right: 0;
  left: 0;
  bottom: 0;
}
.ms-partialview-template .ms-slide-info h3 {
  color: #fff;
  text-transform: uppercase;
}
.ms-partialview-template .ms-slide-info h4 {
  color: #fff;
  text-transform: uppercase;
}
.ms-partialview-template .ms-slide-info p {
  color: #c7c7c7;
  font-size: 16px;
  font-family: Circe-Light;
}
.ms-slide-bgcont:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.ms-overlay-layers a {
  display: block;
  text-decoration: none;
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 20px;
}
.ms-overlay-layers {
  text-align: center;
}
.ms-overlay-layers h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}
.links .elem {
  border-bottom: 0 !important;
}
@media all and (max-width: 768px) {
  .ms-overlay-layers h3 {
    font-size: 16px;
  }
  .ms-slide-info {
    display: none;
  }
}
.ms-overlay-layers h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.ms-overlay-layers p {
  color: #fff;
  font-size: 16px;
  font-family: Circe-Light;
}
.n-footer:after {
  display: block;
  content: "";
  clear: both;
}
.n-footer {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
.n-footer__left {
  float: left;
  width: 20%;
  padding-top: 10px;
}
.n-footer .n-footer__mid {
  float: left;
  width: 60%;
}
.n-footer__right {
  float: left;
  width: 20%;
  text-align: right;
}
.n-footer__left img {
  width: 100px;
}
.n-footer__right .menu_top {
  width: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none;
  margin: auto auto 10px;
}
.n-footer__right .menu_top .menu_main .logout,
.n-footer__right .menu_top .menu_main .login {
  float: none;
  margin-right: 0;
  margin-top: 0;
  display: inline-block;
}
.n-footer__right .fixing {
  min-width: 0;
}
.n-footer__pics {
  list-style: none;
}
.n-footer__pics li {
  list-style: none;
  display: inline-block;
}
.n-footer__pics li img {
  width: 25px;
}
.n-footer__pics li:hover {
  opacity: 0.6;
}
.n-cop span {
  font-size: 10px;
  white-space: nowrap;
}
.n-cop {
  margin: 0;
}
.footer .full .elem {
  margin: 5px;
}
.footer .full .latt img {
  width: 100px;
}
.footer .full .latt a {
  height: 40px;
}
.footer .full .latt a span:last-child {
  line-height: 40px;
}
.n-footer .menu_top .menu_main {
  background-color: transparent;
}
.footer {
  background-size: contain;
}
.n-footer.n-mob .n-cop {
  text-align: center;
  width: auto;
}
.n-footer.n-mob .n-cop span {
  white-space: normal;
  text-align: center;
}
@media all and (max-width: 800px) {
  .n-footer .n-footer__mid {
    float: none;
    width: auto;
  }
  .n-footer__right {
    text-align: center;
    float: none;
    width: auto;
  }
  .n-footer__right .menu_btn {
    display: none;
  }
  .n-footer__left {
    text-align: center;
    float: none;
    width: auto;
  }
  .n-footer__left img {
    display: inline-block;
    vertical-align: middle;
  }
}
.logout .elem a span,
.reg .elem a span {
  padding: 7px 10px 7px 10px;
  font-size: 15px;
  color: #fff;
}
.login .elem a span {
  padding: 7px 10px 7px 10px;
  font-size: 15px;
}
.login,
.logout {
  vertical-align: middle;
}
.login {
  margin-right: 10px;
  cursor: pointer;
}
.reg {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.reg a {
  background: #831dbf;
  border-radius: 16px;
  padding: 7px 10px 7px 10px;
}
@media screen and (max-width: 800px) {
  .reg a {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.reg:hover {
  opacity: 0.7;
}
.n-header .logout .elem .user {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #eeebe6;
  margin: -1px 0 0 0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.n-header .logout .elem a span:first-child {
  display: none;
}
.n-header .logout .elem .user a {
  color: rgb(255, 255, 255);
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.n-header .logout .elem .user a span {
  display: inline-block;
  background: none;
  margin: 0 10px;
  padding: 0;
}
.n-header .logout .elem,
.n-header .login .elem {
  line-height: 40px;
  height: 40px;
}
.n-header .logout .elem .user {
  height: auto;
  position: absolute;
  z-index: 50;
}
.n-header .login,
.n-header .logout {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.n-out {
  display: none;
}
.n-header .logout .elem .active .n-out {
  display: block;
  background: #831dbf;
}
.n-header {
  background: transparent;
}
.n-header__container {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.n-header__menu li span {
  font-size: 16px;
  text-transform: capitalize;
}
.n-header__menu li:hover {
  opacity: 0.7;
}
@media all and (max-width: 800px) {
  .n-header__menu li span {
    font-size: 13px;
  }
  .n-header__logo {
    padding-left: 0;
  }
  .n-header__l .n-header__logo {
    padding-top: 5px;
  }
  .n-header__l .n-header__logo .logo_tcell {
    height: 45px;
  }
  .n-header__l .n-header__logo .logo_hbo {
    height: 60px;
  }
  .n-header__r img {
    width: 100px !important;
    display: none;
  }
  .logout .elem a span,
  .login .elem a span {
    font-size: 12px;
  }
}
@media all and (max-width: 800px) {
  .n-header__l .n-header__logo {
    width: 200px;
  }
  .n-header__l .n-header__logo svg {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .n-header {
    display: none;
  }
}
.n-header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.n-header__logo a {
  padding: 0 !important;
}
.n-header__logo img {
  padding: 0 5px;
}
.n-header__logo .line {
  display: inline-block;
  height: 60px;
  width: 1px;
  background-color: #fff;
  margin-right: 12px;
}
.n-logo1 .line {
  display: inline-block;
  height: 40px;
  width: 1px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}
.n-header__logo .logo_tcell {
  position: relative;
  top: -15px;
  height: 30px;
}
.n-header__logo .logo_hbo {
  height: 60px;
}
.n-header__r img {
  width: 140px;
}
.n-header__menu {
  display: inline-block;
  vertical-align: middle;
}
.n-header__menu li {
  display: inline-block;
}
.n-header__enter {
  display: inline-block;
  vertical-align: middle;
}
.n-header__r {
  padding-top: 24px;
}
.n-header__l a {
  padding: 33px 10px;
  display: block;
  text-decoration: none;
}
@media all and (max-width: 900px) {
  .n-header__l a {
    padding: 33px 5px;
  }
}
@media all and (max-width: 900px) {
  .n-header__logo :before {
    left: 0;
  }
}
.n-header__menu .active {
  color: #831dbf;
}
.n-header__menu .active span {
  color: #831dbf;
}
.active_m span {
  color: #fff !important;
}
.n-menu {
  background: rgba(0, 0, 0, 0.9);
  min-height: 100%;
  display: none;
}
@media all and (max-width: 800px) {
  .n-menu {
    background: rgba(40, 40, 40, 0.9);
  }
}
.n-menu__container {
  padding: 30px 65px;
  max-width: 1100px;
  margin: 0 auto;
}
.n-menu.active {
  position: relative;
  z-index: 100;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  opacity: 0;
}
.n-menu.transition {
  opacity: 1;
}
.page.unactive {
  position: fixed;
  width: 100%;
  top: 0;
}
.n-menu__cont {
  padding-bottom: 80px;
}
.n-menu__close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 990;
}
.n-menu__close:after,
.n-menu__close:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #831dbf;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.n-menu__close:before {
  transform: rotate(-45deg);
}
.n-menu__search {
  margin-bottom: 20px;
  position: relative;
  z-index: 11;
}
.n-search__sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #000;
  display: none;
}
.n-search__container {
  padding: 20px;
}
.n-search__name {
  margin-bottom: 10px;
  color: #fff;
}
.n-search__wrap {
  font-size: 0;
}
.n-menu__list p {
  text-decoration: none;
  display: block;
  padding: 10px;
  cursor: pointer;
}
.n-menu__list {
  margin-bottom: 40px;
}
.n-menu__name {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
.n-menu__name span {
  color: #777;
  text-transform: uppercase;
}
.n-menu__name b {
  font-family: "Circe-Regular";
  font-weight: normal;
}
.n-select {
  display: inline-block;
}
.ui-selectmenu-button.ui-button {
  background: transparent;
  border: none;
  color: gray;
  display: inline-block;
  width: 182px;
  padding-left: 0;
  text-transform: uppercase;
}
.ui-front.ui-selectmenu-menu {
  margin-top: 7px;
}
.ui-menu .ui-menu-item-wrapper {
  color: #831dbf;
  text-transform: uppercase;
}
.ui-selectmenu-menu .ui-menu {
  width: 100%;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: transparent;
  border: none;
}
.ui-widget.ui-widget-content {
  border: none;
  background: rgba(0, 0, 0, 0.9);
}
.ui-button .ui-icon {
  background-image: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.ui-button .ui-icon:after,
.ui-button .ui-icon:before {
  display: block;
  content: "";
  width: 60%;
  height: 1px;
  background: #831dbf;
  position: absolute;
  left: 0;
  bottom: 10px;
  transform: rotate(45deg);
}
.ui-button .ui-icon:before {
  left: auto;
  right: 0;
  transform: rotate(-45deg);
}
.ui-selectmenu-text {
  margin-right: 30px;
  padding-left: 10px;
}
.n-menu__search input {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 24px;
  background: transparent;
  text-transform: uppercase;
  border-bottom: 1px solid #777;
}
.ui-menu-item-wrapper.ui-state-active {
  background: transparent;
  color: #777;
  border: none;
}
.ui-menu .ui-menu-item {
  padding: 5px;
}
.n-select__container {
  width: 200px;
  display: inline-block;
}
.n-select__container .n-select {
  width: 100%;
}
.n-menu__select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #831dbf;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 12px;
}
.n-menu__select:first-child .n-menu__name {
  padding-right: 15px;
}
.n-menu__search input[type="text"]:-moz-placeholder {
  color: #989898;
  opacity: 1;
}
.n-menu__search input[type="text"]::-moz-placeholder {
  color: #989898;
  opacity: 1;
}
.n-menu__search input[type="text"]:-ms-input-placeholder {
  color: #989898;
  opacity: 1;
}
.n-menu__search input[type="text"]::-webkit-input-placeholder {
  color: #989898;
  opacity: 1;
}
/* .n-menu__elem.active {
  background: #fff;
  border-radius: 10px;
}
.n-menu__elem.active span {
  color: #000;
} */
.preloader {
  height: 2em;
  width: 2em;
  border-radius: 100%;
  background: #831dbf;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s ease infinite;
  opacity: 0.5;
}
.preloader:before,
.preloader:after {
  content: "";
  display: block;
  position: absolute;
  height: inherit;
  width: inherit;
  background: inherit;
  border-radius: inherit;
  animation: spin 2s ease infinite;
}
.preloader:before {
  left: -2.3em;
}
.preloader:after {
  left: 2.3em;
}
.preloader__container {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  z-index: 10;
}
@keyframes spin {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    top: -4em;
    transform: rotate(-180deg);
  }
  100% {
    top: 0;
    transform: rotate(-360deg);
  }
}
.n-menu__items {
  position: relative;
}
.n-menu__items .main {
  position: relative;
}
.n-menu__result {
  min-height: 330px;
}
.n-menu__item {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.n-hidden {
  opacity: 0;
}
.video-js .vjs-menu-button-inline {
  overflow: visible;
}
.video-js .vjs-control-text {
  top: -15px;
  right: 20px;
}
.video-js .vjs-control-text {
  line-height: 1.2;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}
.video-js .vjs-menu-button-inline:before {
  width: 26px !important;
}
.vjs-shaka-button i {
  font-style: normal;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #ffffff;
  border-radius: 3px;
  color: #4d4d4d;
  padding: 4px 6px;
  white-space: nowrap;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
  letter-spacing: 0.5px;
}
.vjs-shaka-button:hover i {
  opacity: 1;
}
.main_info .prewfull .info {
  overflow: hidden;
}
.lang-btn i {
  font-style: normal;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #ffffff;
  border-radius: 3px;
  color: #4d4d4d;
  padding: 4px 6px;
  white-space: nowrap;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
  letter-spacing: 0.5px;
}
.lang-btn:hover i {
  opacity: 1;
}
.n-logos .n-logo1 {
  width: 240px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
}
.n-logos .n-logo1 a {
  display: flex;
  align-items: center;
  height: 100%;
}
.n-logos .n-logo1 .logo_hbo {
  height: 50px;
}
.n-logos .n-logo1 .logo_tcell {
  height: 22px;
}
.n-logos .n-logo2 {
  width: 100px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.n-logos .n-logo2 img {
  width: 100px;
}
@media all and (min-width: 800px) {
  .lang {
    display: none;
  }
  .menu_top {
    display: none;
  }
}
.subtitles-btn i {
  font-style: normal;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #ffffff;
  border-radius: 3px;
  color: #4d4d4d;
  padding: 4px 6px;
  white-space: nowrap;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
  letter-spacing: 0.5px;
}
.subtitles-btn:hover i {
  opacity: 1;
}
.n-menu__item {
  width: 32.3333%;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  position: relative;
}
.n-menu__item--search {
  width: 25%;
}
@media all and (max-width: 1000px) {
  .n-menu__item--search {
    width: 32.3333%;
  }
}
@media all and (max-width: 1000px) {
  .n-menu__item {
    width: 32.3333%;
  }
  .n-menu__container {
    padding: 30px 10px;
  }
}
@media all and (max-width: 900px) {
  .n-menu__item {
    width: 49.5%;
  }
}
@media all and (max-width: 600px) {
  .n-menu__item {
    width: 100%;
  }
}
.n-menu__item img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.n-menu__item-container {
  padding: 0 10px;
}
.n-menu__item .elem_t {
  text-align: right;
  padding: 10px 0;
  text-transform: uppercase;
}
.n-menu__item a {
  text-decoration: none;
}
.n-menu__item h3 {
  color: #777;
}
.n-dop {
  position: absolute;
  left: -10px;
  bottom: 15px;
  width: 166px;
  height: 71px;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
}
.n-dop span {
  text-align: center;
}
.n-dop__container {
  padding: 20px 0 0 0;
  text-align: center;
}
.n-soon {
  background-image: url("../img/style/violet_ic.png");
}
.n-new-s {
  background-image: url("../img/style/violet_ic.png");
}
.n-free {
  background-image: url("../img/style/violet_ic.png");
}
.n-new-series {
  background-image: url("../img/style/violet_ic.png");
}
.n-premiere {
  background-image: url("../img/style/violet_ic.png");
}
.n-premiere span {
  display: block;
  padding-top: 13px;
}
.n-new-s span {
  padding-top: 13px;
  text-transform: uppercase;
  display: inline-block;
}
.n-new-series span {
  padding-top: 13px;
  color: #e6e6e6;
  text-transform: uppercase;
  display: inline-block;
}
.n-soon p {
  color: #1a1a1a;
}
.n-soon span {
  text-transform: uppercase;
  padding-top: 13px;
  display: inline-block;
}
.n-free p {
  color: #1a1a1a;
}
.n-free span {
  text-transform: uppercase;
}
.n-new-series p {
  color: #1a1a1a;
}
.n-premiere p {
  color: #1a1a1a;
}
.n-premiere span {
  text-transform: uppercase;
}
.n-menu__item .poster {
  position: relative;
}
.n-menu__item .poster:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.n-menu__item:hover .poster:after {
  opacity: 1;
}
.n-menu__item:hover .n-seasons {
  opacity: 1;
}
.n-lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-right: 10px;
}
.n-lang a {
  text-decoration: none;
}
.n-menu__item .n-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.n-seasons {
  text-transform: uppercase;
  position: absolute;
  padding: 15px 5px 0 5px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.n-seasons ul {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.n-seasons span {
  display: block;
  padding-bottom: 3px;
  color: #e6e6e6;
}
.n-seasons__season {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.n-seasons__season a {
  display: block;
  padding: 2px 10px;
  position: relative;
  font-size: 14px;
  color: #e6e6e6;
}
.n-seasons__season a:before {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: #ffcb00;
  position: absolute;
  right: 0;
  top: 0;
}
.n-seasons__season:first-child a:after {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: #ffcb00;
  position: absolute;
  left: 0;
  top: 0;
}
.n-seasons__season:hover a {
  color: #ffcb00;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  z-index: 52;
}
.menu_top .logout {
  display: none !important;
}
.menu_top .top-nav__btn-lucky_mobile {
  display: none !important;
}
.n-calendar {
  max-width: 1200px;
  margin: 10px auto;
  /* background: #ededed; */
  position: relative;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.n-calendar .text {
  color: #fff;
  font-size: 18px;
}
.n-calendar__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.n-calendar__header .text {
  text-transform: uppercase;
}
.n-calendar__item {
  position: relative;
  display: flex;
}
.n-item__pic {
  width: 150px;
  margin-right: 10px;
}
.n-item__pic img {
  display: block;
  width: 150px;
  border-radius: 16px;
}
@media all and (max-width: 568px) {
  .n-calendar__header {
    display: block;
  }
  .n-calendar__interval {
    margin-top: 25px;
  }
  .n-calendar__dates .text {
    font-size: 20px;
  }
  .n-calendar__item {
    display: block;
  }
  .n-item__pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .n-item__pic img {
    width: 100%;
  }
}
.n-calendar__interval {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-calendar__interval div {
  padding: 0 10px;
}
.n-calendar__arrow {
  cursor: pointer;
}
.n-calendar__wrap {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .n-calendar__wrap {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #831dbf;
  }
  .n-calendar__wrap::-webkit-scrollbar {
    height: 2px;
  }
  .n-calendar__wrap::-webkit-scrollbar-thumb {
    background-color: #831dbf;
  }
}
.n-calendar__day {
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  .n-calendar__day {
    width: 100%;
    margin-right: 0;
  }
  .n-calendar__wrap {
    flex-flow: wrap;
  }
}
.n-calendar__item:hover {
  opacity: 0.7;
}
.n-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  color: #e6e6e6;
}
.n-calendar__item .n-item__info {
  float: none;
  max-width: 100%;
}
.n-calendar__item .n-item__info p {
  margin-bottom: 5px;
}
.n-item__info .text {
  font-size: 14px;
}
.n-item__info {
  flex-grow: 1;
}
.n-day__header {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}
.n-item__header .text {
  text-transform: uppercase;
}
.n-calendar__item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.n-calendar__item .n-item__header {
  padding-bottom: 5px;
  max-width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.n-en {
  font-size: 12px !important;
  color: #b3b3b3 !important;
}
.ms-slide.__free:after {
  content: "";
  background: url(../img/icons/free.png) -10px 0 no-repeat;
  width: 79px;
  height: 80px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.a-pop {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  /* background: #fff; */
  z-index: 100;
  padding: 10px 20px;
  display: none;
  box-sizing: border-box;
}
.a-pop__info {
  padding-right: 35px;
}
.a-pop__block {
  max-width: 962px;
  margin: auto;
  position: relative;
}
.a-pop .a-pop__close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -5px;
  right: 5px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .a-pop {
    top: auto;
    bottom: 0;
  }
  .a-pop .a-pop__close {
    right: -15px;
  }
}
.a-pop__close:after,
.a-pop__close:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.a-pop__close:before {
  transform: rotate(-45deg);
}
.a-pop__block span {
  color: #000;
}
.a-pop__block a {
  color: #000;
}
.n-header.banner {
  padding-top: 40px;
}
.progressbar {
  height: 7px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  /* padding: 3px; */
  /* box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); */
  z-index: 5000000;
  bottom: 0px;
  width: 100%;
}
.progressbar > span {
  display: block;
  height: 100%;
  background-color: #831dbf;
  background-image: linear-gradient(
    center bottom,
    #831dbf 37%,
    rgb(55, 55, 55) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.progressbar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 4s linear infinite;
  overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@media (min-width: 800px) {
  .last_slides_big {
    min-width: 250px;
  }
}
.last_films .n-part__name {
  top: 190px;
}

.last_films .n-part__pic img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.link_last {
  text-decoration: none;
}
.upper {
  text-transform: uppercase;
}
.name_ser_last {
  width: 90%;
}
.ms-slide-bgcont img {
  border-radius: 16px;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.ms-nav-prev {
  background: url("../img/icons/arrow-left.svg") !important;
}
.ms-nav-next {
  background: url("../img/icons/arrow-right.svg") !important;
}
.button-filled,
.button-outlined {
  border: 1px solid #831dbf;
  margin: 0 0 15px;
  width: calc(100% - 30px);
}
.button-filled {
  background-color: #831dbf;
}
.button-outlined {
  background-color: transparent;
}
.btn-rules {
  margin-top: 15px;
}
.btn-rules span {
  text-decoration: none;
}
.swiper-slide {
  /*width: 315px !important;
  margin-left: 20px;*/
  max-width: 400px;
}
.n-main-slider .swiper-slide .n-part__pic img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
@media all and (min-width: 800px) {
  .n-head {
    margin-left: 20px !important;
  }
  .n-main-slider .swiper-slide {
    padding-left: 7px;
  }
}
@media all and (max-width: 630px) {
  .n-main-slider .swiper-slide {
    width: 300px;
  }
}
@media screen and (min-width: 1201px) {
  .n-main-slider__wrapper {
    /* transform: translate3d(0px, 0px, 0px) !important; */
    position: relative;
  }
}
.last-slider {
  margin-left: 15px;
}
#content1 {
  background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* videoplayer */
#video-controls {
  z-index: 2147483647;
}
#video-video::-webkit-media-controls {
  display: none !important;
}
#video-video::-webkit-media-controls-enclosure {
  display: none !important;
}
#video-container {
  width: 100%;
}
#video-controls {
  background-color: rgba(43, 51, 63, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  /* width: calc(82% + 3px);
  left: calc(9% - 2px); */
}
/* #video-controls.width-percent {
  width: 100%;
  left: 0;
} */
#video-controls button {
  background-color: transparent;
}
@media screen and (max-width: 800px) {
  #video-controls {
    bottom: 6px;
  }
}
#play-pause,
#full-screen,
#mute {
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  width: 26px;
  height: 26px;
}
#play-pause {
  background-image: url(../img/icons/play.svg);
  margin-right: 2px;
}
#play-pause.pause {
  background-image: url(../img/icons/pause.svg);
}
#full-screen {
  background-image: url(../img/icons/expand.svg);
  height: 16px;
  order: 2;
}
#full-screen.fullscreen {
  background-image: url(../img/icons/exit-screen.svg);
}
#mute {
  background-image: url(../img/icons/volume.svg);
  margin-right: 5px;
}
#mute.mute {
  background-image: url(../img/icons/mute-fff.svg);
}
/* #mute:hover ~ #volume-bar {
  opacity: 1;
  width: 50px;
} */
#seek-bar {
  background-color: rgba(115, 133, 159, 0.5);
  width: calc(100% - 270px);
  order: 1;
}
#volume-bar {
  background-color: #fff;
  /* width: 0;
  opacity: 0;
  transition: all 0.3s linear; */
  opacity: 1;
  width: 50px;
}
#seek-bar,
#volume-bar {
  height: 3px;
  margin-right: 4px;
  -webkit-appearance: none;
}
#seek-bar::-webkit-slider-thumb,
#volume-bar::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-appearance: none;
  background-color: #fff;
  outline: none;
  border: none;
}
#seek-bar::-moz-range-thumb,
#volume-bar::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
#video-controls .language,
#video-controls .quality {
  order: 1;
  opacity: 0.3;
}