@font-face {
  font-family: "FK Beesknees";
  /* font-family: "Soft Bold"; */
  src: url("fonts/vFKBeesknees.ttf") format("truetype");
  font-weight: bold;
}

/*Шрифты*/
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
}

html {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}

html,
body {
  height: 100%;
  min-width: 300px;
}

body {
  background-color: white;
}

.kids-font {
  /* color: #7c1a96; */
  color: #00a4e9;
  font-family: "FK Beesknees";
  /* font-family: "Soft Bold"; */
  letter-spacing: 1px;
}

.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.page .contents .content {
  position: relative;
  width: 100%;
}

.elem .main-menu-icon {
  height: 50%;
  position: relative;
  right: 4px;
  top: 2px;
}

.footer {
  position: relative;
  max-width: 100%;
  min-width: 300px;
}

/* ----------- */
/* кнопки */
.gray {
  background: #cdcdcd;
}

.true-orange span {
  background: #0094d2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: white !important;
}

.orange span {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: white !important;
  background: #0094d2;
  /* background: #00c800; */
  /* background: -moz-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c800), color-stop(26%, #00c000), color-stop(80%, #00a600), color-stop(100%, #00a700));
  background: -webkit-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -o-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -ms-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: linear-gradient(to bottom, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c800', endColorstr='#00a700', GradientType=0); */
}

.button {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 1px;
  cursor: pointer;
  text-decoration: none !important;
}

.button span {
  padding: 8px 18px 8px 18px;
  display: block;
  font-size: 16px;
  color: rgb(40, 40, 40);
  text-decoration: none !important;
}

/* ---- */
/* окна */
.windows {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/style/bg_gradient.jpg) repeat-x, url(../img/style/bg.jpg) repeat;
  background-size: 30% auto;
  background-position: left top;
  text-align: center;
  z-index: 999999999;
  display: none;
  overflow-y: auto;
}

.windows .window_close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.windows .window {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /* background-color: #ccddcce6; */
  background-color: #00a4e9b6;
  width: 320px;
  margin: 0px auto !important;
  top: 10% !important;
}

.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.svg);
}

.windows .window h1 {
  font-size: 20px;
  color: rgb(40, 40, 40);
  font-weight: normal;
  margin: 10px 10px;
  padding: 20px 0px 0px 0px;
}

.window .inftext,
.window .infos,
.window .log,
.window .subs,
.window .prew,
.window .slk,
.window .gms,
.window .lgu {
  display: none;
}

.inftext,
.inftext .infot,
.info,
.info .infos,
.login,
.login .log,
.fav,
.games,
.games .gms,
.fav .subs,
.noprew,
.noprew .prew,
.user_k,
.user_k .slk,
.logout,
.logout .lgu {
  display: block;
}

.inftext .infot p {
  width: 280px;
  line-height: 30px;
  padding: 30px 10px;
  color: rgb(80, 80, 80);
}

.user_k {
  background: none !important;
}

.user_k .window {
  background: #fff;
}

.noprew .text {
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid rgb(201, 201, 201);
  border-bottom: 1px solid rgb(201, 201, 201);
}

.noprew .text p {
  margin: 0px 10px;
  color: rgb(80, 80, 80);
}

.noprew .info {
  position: relative;
  margin: 20px auto;
  padding: 20px 0px 0px 0px;
}

.noprew .info p {
  color: rgb(80, 80, 80);
}

.slk {
  position: relative;
  width: 290px;
  margin: 0px 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: 294px;
  margin: 10px auto 0px auto;
  z-index: 1;
}

.log .tab {
  position: relative;
  width: 100%;
  height: 30px;
  font-size: 0px;
  text-align: center;
  margin: 10px 0px 0px 0px;
}

.log .tab .elem {
  display: inline-block;
  border-bottom: 1px solid rgb(126, 126, 126);
  width: 50%;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.log .tab .elem:first-child {
  margin: 0px 0px 0px 0px;
}

.log .tab .elem:last-child {
  margin: 0px 0px 0px 0px;
}

.log .tab .active {
  color: white;
  background: #00a4e9;
  /* background: #00c800;
  background: -moz-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c800), color-stop(26%, #00c000), color-stop(80%, #00a600), color-stop(100%, #00a700));
  background: -webkit-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -o-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -ms-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: linear-gradient(to bottom, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c800', endColorstr='#00a700', GradientType=0); */
}

.log .tab .active span {
  font-size: 15px;
  color: rgb(255, 255, 255) !important;
}

.log .tab .elem span {
  font-size: 15px;
  color: rgb(95, 95, 95);
}

.log .tab_header,
.log .tab_footer,
.log .form {
  position: relative;
  width: 100%;
  margin: 20px 0px;
  text-align: center;
}

.log .form i {
  text-align: center;
  display: block;
  margin: -5px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}

.log .forms {
  display: none;
}

.log .forms_a {
  display: block;
}

.log .tab_footer {
  border-top: 1px solid rgb(126, 126, 126);
  padding: 15px 0px 0px 0px;
}

.log .form form {
  text-align: left;
  margin: 0px 20px;
}

.log .tab_header p,
.log .tab_footer p,
.log .form i {
  color: rgb(101, 101, 101);
  font-size: 11px;
  font-style: italic;
  margin: 0px 10px;
}

.log .form p {
  color: rgb(40, 40, 40);
  font-size: 13px;
  font-style: normal;
  margin: 0px 10px;
}

.log .form .btn {
  position: relative;
  /* width: 100px; */
  margin: -5px auto -20px auto;
  text-align: center;
}

.log .form h1 {
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0px;
}

.log .form form input {
  height: 30px;
  width: 184px;
  padding: 0px 30px;
  margin: 5px auto;
  font-size: 15px;
}

.log .form .loginbtn {
  width: 100px;
  text-decoration: none;
  color: rgb(40, 40, 40);
  height: 30px;
  padding: 7px 10px 5px 10px;
  background: #00a4e9;
  background: -moz-linear-gradient(left, #00a4e9 0%, #0094d2 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0%, #00a4e9),
      color-stop(100%, #0094d2));
  background: -webkit-linear-gradient(left, #00a4e9 0%, #0094d2 100%);
  background: -o-linear-gradient(left, #00a4e9 0%, #0094d2 100%);
  background: -ms-linear-gradient(left, #00a4e9 0%, #0094d2 100%);
  background: linear-gradient(to right, #00a4e9 0%, #0094d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a4e9', endColorstr='#0094d2', GradientType=1);
}

.games .gms {
  width: 290px;
}

/* ------------ */
/* Основной код */
.hidden {
  display: none;
}

.visible {
  display: block;
}

.menu_top {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0px;
  z-index: 102;
}

.main_menu {
  position: relative;
  width: 100%;
  font-size: 0px;
  z-index: 1;
  text-align: left;
  /*
        background: #f4f7fa;
        background: -moz-linear-gradient(top, #f4f7fa 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7fa), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #f4f7fa 0%,#ffffff 100%);
        background: -o-linear-gradient(top, #f4f7fa 0%,#ffffff 100%);
        background: -ms-linear-gradient(top, #f4f7fa 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #f4f7fa 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7fa', endColorstr='#ffffff',GradientType=0 );
    */
}

.main_menu .menu_1 {
  text-align: center;
  position: relative;
}

.main_menu .menu_1 .elem {
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  text-align: center;
}

.main_menu .menu_1 .elem a {
  text-decoration: none;
  padding: 0px 5px;
}

.main_menu .menu_1 .elem a span {
  color: #fff;
  font-family: "FK Beesknees";
  /* font-family: "Soft Bold"; */
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main_menu .menu_1 .elem:hover a span {
  /* color: #d0f1ff; */
  text-decoration: underline;
  /* color: #14db14; */
}

.main_menu .menu_1 .active_menu1 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #0094d2;
  /* background: #00c800;
  background: -moz-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c800), color-stop(26%, #00c000), color-stop(80%, #00a600), color-stop(100%, #00a700));
  background: -webkit-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -o-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: -ms-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  background: linear-gradient(to bottom, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c800', endColorstr='#00a700', GradientType=0); */
}

.main_menu .menu_1 .active_menu1 a span,
.main_menu .menu_1 .active_menu1:hover a span {
  color: white;
}

/*slider_param*/
.slider {
  max-width: 900px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e5ebee;
}

.slider img {
  display: block;
  width: 100%;
}

.slider p {
  display: none !important;
}

.slider p span {
  margin: 0px 10px;
}

.slider a {
  color: rgb(40, 40, 40);
  text-decoration: none;
}

.slider_btn {
  position: absolute;
  width: 20px;
  background-repeat: no-repeat;
  z-index: 109;
}

.slider_btn_left {
  left: 0px;
  background-position: center center;
}

.safari .slider_btn_left {
  background-image: url(../img/style/slider_btn_l.svg);
}

.other .slider_btn_left {
  background-image: url(../img/style/slider_btn_l.svg);
}

.safari .slider_btn_left:hover {
  background-image: url(../img/style/slider_btn_l_h.svg);
}

.other .slider_btn_left:hover {
  background-image: url(../img/style/slider_btn_l_h.svg);
}

.slider_btn_right {
  right: 0px;
  background-position: center center;
}

.safari .slider_btn_right {
  background-image: url(../img/style/slider_btn_r.svg);
}

.other .slider_btn_right {
  background-image: url(../img/style/slider_btn_r.svg);
}

.safari .slider_btn_right:hover {
  background-image: url(../img/style/slider_btn_r_h.svg);
}

.other .slider_btn_right:hover {
  background-image: url(../img/style/slider_btn_r_h.svg);
}

.slider_btn {
  height: 300px;
  top: 35px;
}

.rsBullets {
  display: none;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -25px;
  text-align: center;
}

.rsBullets .rsBullet {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 6px;
  background-color: rgb(190, 190, 190);
  cursor: pointer;
}

.rsBullets .rsNavSelected {
  background-color: rgb(100, 100, 100);
}

.serial_part_ch {
  position: relative;
  width: 100%;
  margin: 0px;
  height: 40px;
  margin: 10px 0px;
  font-size: 0px;
}

.serial_part_ch .elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 15px;
  height: 40px;
}

.serial_part_ch .elem span {
  line-height: 40px;
  /* color: #7a7184; */
  color: #0094d2;
  cursor: pointer;
}

.serial_part_ch .active span {
  /* color: #007ab3; */
  color: #00a4e9;
  border-bottom: transparent;
}

.serial_part {
  display: none;
}

.serial_part p {
  font-size: 13px;
  margin: 10px;
}

.serial_part p span {
  /* color: #7a7184; */
  color: #0094d2;
}

.serial_part a {
  color: #049ae8;
}

.serial_enabled {
  display: block;
}

.change_sezon {
  position: relative;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  border-top: 1px solid #d9d9d9;
}

.change_sezon .elem {
  position: relative;
  margin: 0px 20px;
  display: inline-block;
  vertical-align: top;
  height: 40px;
}

.change_sezon .elem span {
  color: rgb(119, 119, 119);
  border-bottom: 1px solid rgb(119, 119, 119);
  cursor: pointer;
}

.change_sezon .active_sezon span {
  color: rgb(40, 40, 40);
  border-bottom: transparent;
}

.main {
  position: relative;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e5ebee;
}

.main .main_name {
  position: relative;
  width: 100%;
  min-height: 24px;
  padding: 5px 0px 5px 0px;
  z-index: 0;
}

.main .main_name p,
.main .main_name a {
  font-size: 24px;
  text-align: left;
  margin: 10px 20px 0px 20px;
  text-decoration: none;
}

.main .main_name p span,
.main .main_name a span {
  /* color: #7c1a96; */
  color: #00a4e9;
  font-family: "FK Beesknees";
  /* font-family: "Soft Bold"; */
  text-transform: uppercase;
}

.main .main_name p .bio {
  cursor: pointer;
}

.main .main_name a span {
  border-bottom: 1px solid rgb(40, 40, 40);
}

.main_fragment {
  text-align: center;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid rgb(201, 201, 201);
}

.main_fragment a {
  text-decoration: none;
}

.main_fragment a span {
  font-size: 15px;
  color: #515559;
  text-decoration: underline;
}

.main_menu {
  position: relative;
}

.main .main_list .elem_name a {
  text-decoration: none;
}

.bordered {
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 0px 0px !important;
  border-top: 1px solid #e5eaed;
}

.main_info {
  padding: 1px 0px;
  margin: 20px auto;
  margin-top: 0px !important;
}

.slsl {
  display: none;
}

.listing .image {
  float: left;
  padding: 10px 20px;
  margin: 20px 20px 20px -20px;
  text-align: center;
  background-color: rgb(250, 250, 250);
  -webkit-box-shadow: rgb(80, 80, 80) 0px 0px 10px 0px;
  -moz-box-shadow: rgb(80, 80, 80) 0px 0px 10px 0px;
  box-shadow: rgb(80, 80, 80) 0px 0px 10px 0px;
}

.listing .image img {
  display: inline-block;
  height: 330px;
}

.listing h2 {
  font-size: 24px;
  margin: 20px;
  font-weight: normal;
  color: rgb(40, 40, 40);
}

.listing p {
  font-size: 17px;
  margin: 20px 30px;
  color: rgb(40, 40, 40);
}

.ph_select select {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 160px;
  padding: 0px 0px 0px 9px;
  margin: 10px 3px 0px 3px;
  background-color: rgb(250, 250, 250);
  border: 1px solid RGB(231, 227, 227);
}

.main_info .main_about {
  position: relative;
  width: 96%;
  margin: 2px 2%;
  /*
        overflow: auto;
    */
}

.about_game {
  padding: 10px 0px !important;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(70%, #ffffff),
      color-stop(100%, #f9fbfc));
  background: -webkit-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
  background: -o-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
  background: -ms-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
  background: linear-gradient(to bottom, #ffffff 70%, #f9fbfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9fbfc', GradientType=0);
  border: 1px solid #e5eaed;
}

.human select {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 160px;
  padding: 0px 0px 0px 9px;
  margin: -10px 3px 0px 3px;
  background-color: rgb(250, 250, 250);
  border: 1px solid RGB(231, 227, 227);
}

.human select:first-child {
  margin: -10px 0px 0px 9px;
}

.human input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 28px;
  margin: -10px 3px 0px 3px;
  padding: 0px 9px 0px 9px;
  background-color: rgb(250, 250, 250);
  border: 1px solid RGB(231, 227, 227);
}

.main_info .main_about .image {
  float: left;
  height: 130px;
  margin: 0px 10px;
  overflow: hidden;
}

.main_info .main_about .image img {
  display: block;
  height: 100%;
}

.main_info .bios {
  -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;
}

.main_info .unactive_bio {
  height: 48px;
  overflow: hidden;
}

.main_about .more,
.main_info .unactive_bio:after {
  content: " Подробнее...";
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0px 10px 0px 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: #777777;
  font-size: 13px;
  line-height: 20px;
}

.main_about .more a {
  color: #777777;
  text-decoration: none;
}

.main_info .active_bio {
  height: auto;
  min-height: 80px;
  overflow: auto;
}

.main_info .main_about p {
  margin: 2px 10px;
  color: rgb(40, 40, 40);
  font-size: 13px;
}

.main_info .main_about p a {
  color: #049ae8;
  text-decoration: underline;
  cursor: pointer;
}

.button a,
.buttons a {
  text-decoration: none !important;
}

.main_info .main_about p a:hover {
  color: #007ab3;
}

.main_info .main_about ul {
  margin: 0px 20px;
  list-style-type: none;
}

.main_info .prewfull .info .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin: -64px 0px 0px -64px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.safari .main_info .prewfull .info .btn {
  background-image: url(../img/style/film.svg);
}

.other .main_info .prewfull .info .btn {
  background-image: url(../img/style/film.svg);
}

.safari .main_info .prewfull .info:hover .btn {
  background-image: url(../img/style/film_hover.svg);
}

.other .main_info .prewfull .info:hover .btn {
  background-image: url(../img/style/film_hover.svg);
}

.main_info .sezon_change {
  position: relative;
  width: 100%;
  z-index: 1;
}

.main_info .sezon_change * {
  -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;
}

.main_info .sezon_change .sezons {
  position: relative;
  width: 98%;
  margin: 10px 1%;
  text-align: center;
  font-size: 0px;
}

.main_info .sezon_change .sezons .elem {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgb(190, 190, 190);
  height: 30px;
  line-height: 30px;
  margin: 0px -1px 0px 0px;
  padding: 0px 5px;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdd 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #ffffff),
      color-stop(100%, #dfdfdd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dfdfdd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dfdfdd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dfdfdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdd', GradientType=0);
}

.main_info .sezon_change .sezons .active_sezon {
  background: #0094d2;
  background: -moz-linear-gradient(top, #0094d2 0%, #00a4e9 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #0094d2),
      color-stop(100%, #00a4e9));
  background: -webkit-linear-gradient(top, #0094d2 0%, #00a4e9 100%);
  background: -o-linear-gradient(top, #0094d2 0%, #00a4e9 100%);
  background: -ms-linear-gradient(top, #0094d2 0%, #00a4e9 100%);
  background: linear-gradient(to bottom, #0094d2 0%, #00a4e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094d2', endColorstr='#00a4e9', GradientType=0);
  box-shadow: inset 0px 3px 5px #00a4e9;
  -webkit-box-shadow: inset 0px 3px 5px #00a4e9;
  -moz-box-shadow: inset 0px 3px 5px #00a4e9;
}

.main_info .sezon_change .sezons .elem a span {
  color: rgb(40, 40, 40);
}

.main .main_list .elem .poster {
  position: relative;
  z-index: 100;
}

.main .main_list .elem .poster .content {
  position: absolute;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: -10px;
  padding: 0px;
  background-color: transparent;
  border: none;
  filter: hue-rotate(175deg);
}

.main .main_list a {
  text-decoration: none;
  display: block;
  position: relative;
  text-decoration: none;
}

.new_sbs i {
  color: rgb(101, 101, 101);
  font-size: 11px;
}

.new_sbs .select_genre {
  position: relative;
  width: 90%;
  height: 30px;
  margin: 20px auto 0px auto;
  overflow: hidden;
  background-color: white;
}

.new_sbs .select_genre .elem {
  position: relative;
  display: block;
  width: 90%;
  height: 30px;
  margin: 0px 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: 0px;
  right: 0px;
  background-image: url(../img/style/bottom_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.new_sbs .select_genre .elem span {
  line-height: 30px;
  text-align: left;
  font-size: 13px;
}

.new_sbs .phone {
  position: relative;
  width: 90%;
  margin: 20px auto 5px auto;
  background-color: white;
}

.new_sbs .phone input {
  position: relative;
  display: block;
  width: 90%;
  height: 30px;
  margin: 0px auto;
  font-size: 13px;
  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: 11px;
}

.sends .select_genre,
.sends .phone,
.sends .btn,
.sends .text {
  display: none;
}

.sends .text:first-child {
  position: relative;
  display: block;
  margin: 30px auto 0px auto;
}

.sends .text:first-child p {
  font-size: 13px;
  margin: 0px 10px;
}

.new_sbs .text .iii {
  display: none;
}

.audio_info {
  display: none;
}

.audio_active {
  display: block;
}

.links2 {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 5px 0px;
  line-height: 30px;
  border-top: 1px solid rgb(201, 201, 201);
}

.links2 .prew2 {
  position: absolute;
  width: 50%;
  height: 30px;
  left: 0px;
  text-align: left;
}

.links2 .next2 {
  position: absolute;
  width: 60%;
  height: 30px;
  right: 0px;
  text-align: right;
}

.links2 .prew2 a,
.links2 .next2 a,
.links2 .next2 .btn,
.links2 .next2 label {
  margin: 0px 5px;
  color: rgb(74, 41, 16);
  background-color: transparent;
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
}

.links2 .next2 .input {
  width: 40px;
  height: 18px;
  border: 1px solid rgba(74, 41, 16, 0.5);
  color: rgb(74, 41, 16);
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

.reader p {
  margin: 10px;
}

.normal a {
  margin: 0px !important;
  background-image: none !important;
}

.normal a:after {
  background-image: none !important;
}

.themes {
  text-align: center;
}

.calendar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: rgba(250, 250, 250, 1);
  width: 210px;
  margin: 20px;
  padding: 3px;
  -webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
  -moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
  box-shadow: 0px 0px 2px rgb(200, 198, 195);
  overflow: hidden;
}

.calendar .month .m {
  display: none;
}

.calendar .days,
.calendar .weeks,
.calendar .month {
  position: relative;
  width: 100%;
  font-size: 0px;
}

.calendar .elem {
  display: inline-block;
  vertical-align: top;
  margin: 1px;
  text-align: center;
  background-color: white;
  border: 1px solid #33b5e5;
  width: 26px;
  height: 26px;
  cursor: default;
}

.calendar .nones,
.calendar .weeks .elem,
.calendar .month .elem {
  border: 1px solid rgb(200, 198, 195);
  cursor: default;
}

.calendar .month .elem:first-child,
.calendar .month .elem:last-child {
  border: 1px solid #33b5e5;
  width: 26px;
  cursor: pointer;
}

.calendar .month .elem {
  width: 146px;
}

.calendar .month .elem span,
.calendar .weeks .elem span {
  font-size: 15px;
  line-height: 26px;
  color: rgb(40, 40, 40);
}

.calendar .days .elem span {
  font-size: 15px;
  line-height: 26px;
  color: rgb(40, 40, 40);
}

.calendar .days .elem {
  cursor: pointer;
}

.calendar .days .datas:hover,
.calendar .month .datas:first-child:hover,
.calendar .month .datas:last-child:hover,
.calendar .month .elem:first-child:hover,
.calendar .month .elem:last-child:hover {
  background: #00a4e9;
}

.calendar .days .elem:hover span,
.calendar .month .elem:first-child:hover span,
.calendar .month .elem:last-child:hover span {
  color: white;
}

.calendar .days .selected span {
  font-weight: bold;
}

.calendar .days .now {
  background: #00a4e9;
  background: -moz-linear-gradient(45deg, #00a4e9 0%, #0094d2 100%);
  background: -webkit-gradient(linear,
      left bottom,
      right top,
      color-stop(0%, #00a4e9),
      color-stop(100%, #0094d2));
  background: -webkit-linear-gradient(45deg, #00a4e9 0%, #0094d2 100%);
  background: -o-linear-gradient(45deg, #00a4e9 0%, #0094d2 100%);
  background: -ms-linear-gradient(45deg, #00a4e9 0%, #0094d2 100%);
  background: linear-gradient(45deg, #00a4e9 0%, #0094d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a4e9', endColorstr='#0094d2', GradientType=1);
}

.calendar .days .now span {
  color: white;
}

.elemsday {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
  -moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
  box-shadow: 0px 0px 2px rgb(200, 198, 195);
  background: rgba(250, 250, 250, 1);
  margin: 20px 5px 0px 5px;
  text-align: left;
}

.elemsday img {
  display: block;
  height: 206px;
  padding: 5px;
}

.elemsday a {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* -----аудиокнига----- */
.player {
  position: relative;
  width: 96%;
  margin: 40px auto 10px auto;
  background-color: white;
  overflow: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border: 1px solid #c7d2da;
}

.player * {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.player .btn {
  cursor: pointer;
  padding: 2px 2px 2px 2px;
  background: #008000;
}

.player .btn .bg {
  margin: -1px 0px 0px 0px;
  border: 1px solid #c7d2da;
  /* background: #00ad00; */
  background: #0094d2;
}

.player .btn .bg span {
  color: rgb(40, 40, 40);
  text-shadow: rgb(255, 244, 170) 1px 1px 0px;
}

.player .btn:active .bg,
.player .controls .elem_active .bg {
  background: #00d800;
}

.player .controls {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 0px;
  text-align: center;
  border-bottom: 1px solid #c7d2da;
  padding: 20px 0px;
}

.player .controls .elem {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  text-align: center;
}

.player .controls .elem:first-child {
  margin: 5px 2px 5px 0px;
  height: 30px;
}

.player .controls .elem:last-child {
  margin: 5px 0px 5px 2px;
  height: 30px;
}

.player .controls .elem .bg {
  position: relative;
  overflow: hidden;
  height: 38px;
}

.player .controls .elem:first-child .bg {
  height: 28px;
}

.player .controls .elem:last-child .bg {
  height: 28px;
}

.player .controls .elem .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.safari .player .controls .prew .image {
  background-image: url(../img/style/player_prew.svg);
}

.other .player .controls .prew .image {
  background-image: url(../img/style/player_prew.svg);
}

.safari .player .controls .play .image {
  background-image: url(../img/style/player_play.svg);
}

.other .player .controls .play .image {
  background-image: url(../img/style/player_play.svg);
}

.safari .player .controls .pause .image {
  background-image: url(../img/style/player_pause.svg);
}

.other .player .controls .pause .image {
  background-image: url(../img/style/player_pause.svg);
}

.safari .player .controls .stop .image {
  background-image: url(../img/style/player_stop.svg);
}

.other .player .controls .stop .image {
  background-image: url(../img/style/player_stop.svg);
}

.safari .player .controls .next .image {
  background-image: url(../img/style/player_next.svg);
}

.other .player .controls .next .image {
  background-image: url(../img/style/player_next.svg);
}

.player .controls .prew {
  display: none;
}

.player .controls .next {
  display: none;
}

.player .controls .btna {
  display: inline-block;
}

.player .range {
  position: relative;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #c7d2da;
  text-align: center;
  line-height: 30px;
}

.player .range input {
  position: relative;
  display: block;
  top: 13px;
  left: 5%;
}

.player .range input[type="range"]::-ms-fill-lower,
.player .range input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.player .range input[type="range"]::-ms-track {
  border-radius: 8px;
  height: 2px;
  border: 1px solid transparent;
  background: rgb(250, 250, 250);
}

.player .range input[type="range"]::-moz-range-track {
  width: 90%;
  height: 2px;
  border: 0px solid RGB(239, 238, 237);
  background: rgb(250, 250, 250);
  -moz-border-radius: 8px;
}

.player .range input[type="range"] {
  -webkit-appearance: none;
  width: 90%;
  height: 2px;
  border: 0px solid #c7d2da;
  background: rgb(250, 250, 250);
  -webkit-border-radius: 8px;
}

input[type="range"]::-ms-thumb {
  background: #0094d2;
  /* #00ad00; */
  width: 16px;
  height: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgb(100, 100, 100);
  cursor: pointer;
}

.player .range input[type="range"]::-moz-range-thumb {
  background: #0094d2;
  /* #00ad00; */
  width: 16px;
  height: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: 0px 0px 2px rgb(100, 100, 100);
  cursor: pointer;
}

.player .range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #0094d2;
  /* #00ad00; */
  width: 16px;
  height: 16px;
  -webkit-border-radius: 16px;
  -webkit-box-shadow: 0px 0px 1px rgb(100, 100, 100);
  cursor: pointer;
}

.player .list {
  position: relative;
  width: 90%;
  margin: 10px auto;
  background: rgb(250, 250, 250);
  border: 1px solid #c7d2da;
  display: none;
  overflow: hidden;
}

.player .plistactive {
  display: block;
}

.player .list .elem_list {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #c7d2da;
  cursor: pointer;
}

.player .list .elem_list:last-child {
  border-bottom: 1px solid transparent;
}

.player .list .list_active,
.player .list .list_active:hover,
.player .list .elem_list:hover {
  background-color: #c7d2da;
}

.player .list .elem_list span {
  line-height: 30px;
  margin: 0px 0px 0px 10px;
  color: rgb(119, 119, 119);
}

.player .list .list_active span {
  color: rgb(40, 40, 40);
}

.player .list .list_active span marquee {
  position: absolute;
  width: 100%;
  top: 0px;
}

.player .list .played:after {
  content: "♫";
  float: right;
  line-height: 30px;
  margin: 0px 10px 0px 0px;
  color: RGB(255, 176, 0);
  text-shadow: -1px 1px 2px rgb(0, 0, 0);
}

.player .plistcontrol {
  position: relative;
  margin: -1px 0px 0px 0px;
  border-top: 1px solid rgb(201, 201, 201);
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.player .plistcontrol p {
  line-height: 20px;
  color: rgb(201, 201, 201);
}

.player .plistcontrol p:first-child,
.player .plistcontrolactive p:last-child {
  display: none;
}

.player .plistcontrol p:last-child,
.player .plistcontrolactive p:first-child {
  display: block;
}

/* ---------- */
.err_t {
  font-style: normal !important;
  font-size: 14px !important;
  color: red !important;
}

.id_film {
  display: none;
}

.hid {
  display: none;
}

/* ---------- */
/* Полный вид */
/* body {
  background-image: url(../img/style/bg.jpg);
  background-size: cover;
  background-position: center top;
} */
@media only screen and (min-width: 550px) {

  /* ---- */
  /* окна */
  .windows .info {
    border-top: 1px solid rgb(201, 201, 201);
    padding: 20px 0px 0px 0px;
  }

  .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 0px;
    text-align: left;
  }

  .info .window .full_info p {
    color: rgb(40, 40, 40);
    margin: 0px 15px;
  }

  .info .window .full_info a {
    color: rgb(100, 100, 100);
  }

  .info .window .full_info a:hover {
    color: #007db8;
  }

  .info .window .full_info .desk {
    margin: 10px;
    width: 480px;
    height: 64px;
    overflow: hidden;
    background: rgb(233, 229, 222);
    -webkit-box-shadow: rgb(200, 198, 195) 0px 2px 6px 0px inset;
    -moz-box-shadow: rgb(200, 198, 195) 0px 2px 6px 0px inset;
    box-shadow: rgb(200, 198, 195) 0px 2px 6px 0px inset;
  }

  .info .window .full_info .desk:after {
    content: "  ...";
    position: absolute;
    right: 5px;
    bottom: 0px;
    padding: 0px 10px 0px 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: #777777;
    font-size: 13px;
    line-height: 20px;
  }

  .info .window .full_info .desk p {
    padding: 10px;
  }

  .info .window .buttons {
    margin: 0px 0px 9px 0px;
  }

  .fav .window .subs {
    margin: 0px 0px 20px 0px;
  }

  .page {
    background: url(../img/style/bg_gradient.jpg) repeat-x,
      url(../img/style/bg.jpg) repeat;
    background-size: 30% auto;
    background-position: left top;
  }

  .page .contents {
    padding-bottom: 100px;
  }

  .footer {
    height: 100px;
    margin: -100px auto 0 auto;
  }

  .waving-header {
    background-size: auto 100%;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    height: 10px;
    width: inherit;
  }

  .fixing {
    position: relative;
    width: 98%;
    min-width: 300px;
    max-width: 900px;
    margin: 0px auto;
  }

  .menu_top,
  .main_menu,
  .footer {
    /* background-image: url(../img/style/header_fill.png);
    background-size: cover; */
    background: #00a4e9;
  }

  .menu_top .menu_main {
    position: relative;
    width: 100%;
    margin: 0px;
    background-color: rgb(40, 40, 40);
  }

  .menu_top .menu_main .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;
    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: rgb(40, 40, 40);
  }

  .menu_top .menu_main .logout .elem a span,
  .menu_top .menu_main .login .elem a span {
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #00c800;
    color: white !important;
    background: #0094d2;
    /* background: -moz-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c800), color-stop(26%, #00c000), color-stop(80%, #00a600), color-stop(100%, #00a700));
    background: -webkit-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
    background: -o-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
    background: -ms-linear-gradient(top, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
    background: linear-gradient(to bottom, #00c800 0%, #00c000 26%, #00a600 80%, #00a700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c800', endColorstr='#00a700', GradientType=0); */
  }

  .menu_top .menu_main .logout .elem a span:first-child {
    display: none;
  }

  .menu_top .menu_main .logout .elem .user {
    position: relative;
    width: 100%;
    height: 0px;
    background-color: rgb(0, 164, 233);
    margin: -1px 0px 0px 0px;
    overflow: hidden;
  }

  .menu_top .menu_main .logout .elem .active {
    height: auto;
  }

  .menu_top .menu_main .logout .elem .user a {
    color: rgb(40, 40, 40);
    line-height: 40px;
    margin: 0px;
    padding: 0px;
  }

  .menu_top .menu_main .logout .elem .user a span {
    display: inline-block;
    background: none;
    margin: 0px 10px;
    padding: 0px;
  }

  .slider {
    position: relative;
    margin: 10px auto 0px auto;
    max-height: 245px;
  }

  .serial_part p {
    margin: 20px 50px;
  }

  .serial_part_ch .elem span {
    font-size: 24px;
  }

  .menu_top .menu_main .lang {
    position: absolute;
    width: 70px;
    height: 40px;
    right: 125px;
  }

  .menu_top .menu_main .lang .elem {
    display: inline-block;
    height: 40px;
    width: 30px;
    cursor: pointer;
    text-align: center;
  }

  .menu_top .menu_main .lang .elem a {
    text-decoration: none;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
  }

  .menu_top .menu_main .lang .active a {
    color: #d0eeff;
  }

  .menu_top .search {
    position: absolute;
    width: 290px;
    height: 30px;
    top: 5px;
    left: 10px;
  }

  .menu_top .search .search_inp {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgb(255, 255, 255);
    z-index: 0;
    font-size: 13px;
    color: rgb(40, 40, 40);
    padding: 0px 10px;
  }

  .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.svg);
  }

  .menu_top .logo {
    display: none;
  }

  .main_menu .elem:first-child {
    float: left;
    width: 132px;
    height: 30px;
    margin: 5px 20px 5px 0px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .main_menu .elem:first-child img {
    display: block;
    width: 120%;
    margin-left: -10%;
  }

  .main_menu .elem:first-child a {
    display: block;
    height: 100%;
    width: 100%;
    color: #0094d2;
    font-size: 20px;
  }

  .main_menu .menu_1 .elem a {
    /* background-color: #fff; */
    line-height: 30px;
  }

  .main_menu .menu_1 .elem a span {
    font-size: 13px;
  }

  .main_menu .menu_1 .elem {
    height: 30px;
  }

  .main_menu .selector {
    position: relative;
    /* border-top: 1px solid #e5ebee; */
    text-align: left;
  }

  .main_menu .selector .elem {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0px;
    text-align: center;
    padding: 0px 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: 14px;
    color: #fff;
    font-family: "FK Beesknees";
    /* font-family: "Soft Bold"; */
    letter-spacing: 1px;
  }

  .main_menu .selector .unactive a span {
    color: rgb(219, 219, 219);
    border-bottom: 1px solid transparent;
    cursor: default;
  }

  .main_menu .selector .active_selector a span {
    /* color: #0094d2; */
    text-decoration: underline;
    /* color: #14db14; */
  }

  .main {
    margin: -1px 0px 40px -1px;
  }

  .main .main_list {
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px;
    font-size: 0px;
    text-align: center;
  }

  .main .main_list .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 22%;
    min-width: 190px;
    margin: 0px 5px 0px 5px;
    font-size: 13px;
  }

  .main .main_list .elem img {
    display: inline-block;
    max-width: 90%;
    padding: 10px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ede9e3;
    z-index: 0;
    margin: 5px 0px;
  }

  .main .main_list .elem span {
    display: none;
  }

  .main .main_list .elem h2 {
    color: #515559;
    margin: 2px 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    text-align: left;
  }

  .main .main_list .elem h3 {
    color: #777777;
    margin: 2px 20px;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    text-align: left;
  }

  .main .main_list .elem h1 {
    display: none;
  }

  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 5px auto 0px auto;
  }

  .main_info .prewfull:before {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: -9px;
    left: -9px;
    background-image: url(../img/style/corenr_l.svg);
  }

  .main_info .prewfull:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: -9px;
    right: -9px;
    background-image: url(../img/style/corenr_r.svg);
  }

  .main_info .prewfull .poster {
    position: relative;
    width: 32%;
    left: -9px;
    text-align: center;
    background-color: #e5eaed;
  }

  .main_info .prewfull .poster img {
    display: inline-block;
    margin: 5%;
    max-width: 90%;
  }

  .main_info .prewfull .poster .elem_name {
    display: none;
  }

  .main_info .prewfull .info {
    position: absolute;
    top: 0px;
    right: -9px;
    width: 67%;
    height: 100%;
    background-color: #e5eaed;
  }

  .main_info .prewfull .image {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    overflow: hidden;
    text-align: center;
    background-color: rgba(40, 40, 40, 0.8);
  }

  .main_info .prewfull .image img {
    display: inline-block;
    height: 100%;
  }

  .main_info .prewfull .imageposter img {
    position: relative;
    margin: 0 auto 0px auto;
    display: inline-block;
    height: 100%;
    opacity: 0.2;
    /*
        top: 50%;
        left: 50%;
        width: 200%;
        height: auto;
        margin: -100% 0px 0px -100%;
        */
  }

  .main_fragment {
    display: none;
  }

  .main_info .main_about {
    padding: 10px 0px 5px 0px;
  }

  .main_info .about_game {
    padding: 10px 0px;
  }

  .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: 0px;
    left: -50px;
    opacity: 0;
  }

  .main_info .prewfull .info .name {
    position: absolute;
    bottom: 0px;
    right: -50px;
    opacity: 0;
  }

  .main_info .prewfull .info .action p,
  .main_info .prewfull .info .name p {
    color: rgb(255, 255, 255);
    line-height: 25px;
    font-size: 23px;
    margin: 25px 0px;
  }

  .main_info .prewfull .info {
    overflow: hidden;
  }

  .main_info .prewfull .info:hover .action {
    left: 50px;
    opacity: 1;
  }

  .main_info .prewfull .info:hover .name {
    right: 50px;
    opacity: 1;
  }

  .main_info .sezon_change {
    margin: -20px 0px 0px 0px;
  }

  .main_info .sezon_change .sezons {
    margin: 20px auto 10px auto;
  }

  .main_info .sezon_change .sezons .elem span {
    font-size: 15px;
  }

  .main .book {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .main .book .foto {
    position: relative;
    width: 30%;
    margin: 0px 0px 0px -9px;
    padding: 10px 0px;
    background-color: rgb(250, 250, 250);
    -webkit-box-shadow: 1px 0px 3px rgb(150, 150, 150);
    -moz-box-shadow: 1px 0px 3px rgb(150, 150, 150);
    box-shadow: 1px 0px 3px rgb(150, 150, 150);
  }

  .main .book .foto:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../img/style/corenr_l_w.svg);
    bottom: -9px;
    left: 0px;
  }

  .main .book .foto img {
    display: block;
    width: 92%;
    margin: 0px 4%;
  }

  .main .book .text {
    position: absolute;
    width: 65%;
    top: 10px;
    right: 2%;
    padding: 5px 0px;
    background: rgba(250, 250, 250, 1);
    -webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
    -moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
    box-shadow: 0px 0px 2px rgb(200, 198, 195);
  }

  .main .book .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0px;
    background: rgba(250, 250, 250, 1);
    -webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
    -moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
    box-shadow: 0px 0px 2px rgb(200, 198, 195);
  }

  .main .book .text_fotos span {
    color: rgb(119, 119, 119);
  }

  .main .human {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0px;
    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: 0px 0px 0px -10px;
    padding: 10px 0px;
    background-color: #e5eaed;
  }

  .main .human .foto img {
    display: block;
    width: 92%;
    margin: 0px 4%;
  }

  .main .human .text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 75%;
    top: 0px;
    left: 2%;
    padding: 5px 0px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(70%, #ffffff),
        color-stop(100%, #f9fbfc));
    background: -webkit-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
    background: -o-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
    background: -ms-linear-gradient(top, #ffffff 70%, #f9fbfc 100%);
    background: linear-gradient(to bottom, #ffffff 70%, #f9fbfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9fbfc', GradientType=0);
    border: 1px solid #e5eaed;
  }

  .main .human .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0px;
    background: rgba(250, 250, 250, 1);
    -webkit-box-shadow: 0px 0px 2px rgb(200, 198, 195);
    -moz-box-shadow: 0px 0px 2px rgb(200, 198, 195);
    box-shadow: 0px 0px 2px rgb(200, 198, 195);
  }

  .main .human .text_fotos span {
    color: rgb(119, 119, 119);
  }

  .favedlinks {
    position: relative;
    display: none;
    width: 100%;
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px rgb(200, 198, 195);
    -moz-box-shadow: 0px 5px 5px rgb(200, 198, 195);
    box-shadow: 0px 5px 5px rgb(200, 198, 195);
  }

  .favact {
    display: block;
  }

  .favelink {
    cursor: pointer;
  }

  .favedlinks .elems {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0px;
  }

  .favedlinks .elems .elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(201, 201, 201);
    margin: 10px 2%;
    width: 20%;
    overflow: hidden;
  }

  .favedlinks .elems .elem a {
    text-decoration: none;
  }

  .favedlinks .elems .elem img {
    display: inline-block;
    height: 230px;
    padding: 10px;
  }

  .favedlinks .elems .elem p {
    color: rgb(101, 101, 101);
    text-align: center;
    font-size: 13px;
    margin: 10px;
  }

  .footer .moby {
    display: none;
  }

  .footer .full {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0px;
    font-size: 0px;
    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 {
    font-family: "FK Beesknees";
    /* font-family: "Soft Bold"; */
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
  }

  .footer .full .elem a:hover span {
    /* color: #d0f1ff; */
    text-decoration: underline;
    /* color: #14db14; */
  }
}

@media only screen and (max-width: 900px) {

  .slider,
  .main {
    border: none !important;
  }
}

/* ------------- */
/* Мобильный вид */
@media only screen and (max-width: 549px) {
  .noprew .window {
    width: 295px;
  }

  .noprew .info {
    border-top: 1px solid rgb(201, 201, 201);
  }

  .fav .window .subs {
    margin: 0px 0px 20px 0px;
  }

  .fav .window h1 {
    padding: 20px;
  }

  .fav .window {
    width: 294px;
  }

  .login .window {
    width: 294px;
  }

  .logout .window {
    width: 294px;
  }

  .page .contents {
    padding-bottom: 55px;
  }

  .footer {
    height: 60px;
    margin: -55px auto 0 auto;
    padding: 10px 0;
  }

  .fixing {
    position: relative;
  }

  .menu_top,
  .main_menu,
  .footer {
    /* background: #b653c2e6; */
    background: #00a4e9;
  }

  .waving-header {
    display: none;
  }

  .menu_top .menu_act {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(40, 40, 40, 0.6);
  }

  .menu_top .menu_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }

  .safari .menu_top .menu_btn {
    background-image: url(../img/style/menu.svg);
  }

  .other .menu_top .menu_btn {
    background-image: url(../img/style/menu.svg);
  }

  .menu_top .menu_main {
    position: absolute;
    width: 220px;
    margin: 0px 0px;
    background-color: #f4f7fa;
    z-index: 1;
    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 {
    left: -220px;
  }

  .menu_top .active_menu_main {
    left: 0px;
  }

  .menu_top .menu_main .lang a span:first-child {
    display: none;
  }

  .menu_top .menu_main .elem {
    position: relative;
    width: 220px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5ebee;
  }

  .menu_top .menu_main .elem:after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 9px;
    margin: 16px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .safari .menu_top .menu_main .elem:after {
    background-image: url(../img/style/right_b.svg);
  }

  .other .menu_top .menu_main .elem:after {
    background-image: url(../img/style/right_b.svg);
  }

  .menu_top .menu_main .lang .elem:after {
    display: none;
  }

  .menu_top .menu_main .elem a {
    text-decoration: none;
    color: rgb(40, 40, 40);
  }

  .menu_top .menu_main .active a span {
    /* color: #00ad00 !important; */
    color: #0094d2 !important;
  }

  .menu_top .menu_main .logout a,
  .menu_top .menu_main .login a {
    color: #007ab3;
  }

  .menu_top .menu_main .logout a span:last-child {
    display: none;
  }

  .menu_top .menu_main .elem a span {
    /* color: #7c1a96; */
    color: #00a4e9;
    font-family: "FK Beesknees";
    /* font-family: "Soft Bold"; */
    letter-spacing: 1px;
    margin: 0px 20px;
  }

  .menu_top .search {
    position: absolute;
    right: 0px;
    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: 0px;
    top: 0px;
    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.svg);
  }

  .menu_top .active_search .search_open {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -35px;
    top: 0px;
    cursor: pointer;
  }

  .safari .active_search .search_open {
    background-image: url(../img/style/right.svg);
  }

  .other .active_search .search_open {
    background-image: url(../img/style/right.svg);
  }

  .menu_top .active_search {
    width: auto;
    left: 40px;
    right: 40px;
    top: 5px;
  }

  .menu_top .active_search .search_inp {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgb(255, 255, 255);
    z-index: 0;
    text-align: center;
    font-size: 13px;
    color: rgb(40, 40, 40);
  }

  .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.svg);
  }

  .menu_top .logo {
    position: absolute;
    width: 132px;
    height: 30px;
    top: 5px;
    left: 50%;
    text-align: center;
    margin: 0px 0px 0px -66px;
    z-index: 0;
  }

  .menu_top .logo img {
    display: block;
    width: 110%;
    margin-left: -5%;
  }

  .menu_top .logo a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 27px;
    color: white;
    text-decoration: none;
  }

  .main_menu .menu_1 .elem a {
    line-height: 30px;
  }

  .main_menu .menu_1 .elem a span {
    font-size: 11px;
  }

  .main_menu .menu_1 .elem {
    height: 30px;
  }

  .main_menu .elem:first-child {
    display: none;
  }

  .main_menu .selector {
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e5eaed;
    width: 100%;
  }

  .main_menu .unactive_selectors {
    height: 30px;
    overflow: hidden;
  }

  .main_menu .selector_btn {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0px;
    right: 0px;
    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);
    background-size: 8px 9px;
    z-index: 99;
    -webkit-tap-highlight-color: transparent;
  }

  .other .main_menu .unactive_selectors .selector_btn {
    background-image: url(../img/style/bottom_b.svg);
    background-size: 8px 9px;
    z-index: 99;
    -webkit-tap-highlight-color: transparent;
  }

  .safari .main_menu .active_selectors .selector_btn {
    background-image: url(../img/style/top_b.svg);
    background-size: 8px 9px;
    -webkit-tap-highlight-color: transparent;
  }

  .other .main_menu .active_selectors .selector_btn {
    background-image: url(../img/style/top_b.svg);
    background-size: 8px 9px;
    -webkit-tap-highlight-color: transparent;
  }

  .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 rgb(201, 201, 201);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .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: 14px;
    font-family: "FK Beesknees";
    /* font-family: "Soft Bold"; */
    /* color: #7c1a96; */
    color: #00a4e9;
    margin: 0px 20px 0 15px;
    padding: 5px 8px;
  }

  .main_menu .selector .elem:active a span {
    background-color: #cecece80;
  }

  .main_menu .selector .elem a span:before {
    content: "\2022";
    padding-right: 5px;
  }

  .main_menu .selector .unactive a span {
    color: rgb(219, 219, 219);
  }

  .main_menu .selector .name a span {
    font-weight: bold;
  }

  .main_menu .selector .active_selector {
    display: none;
  }

  .slider {
    margin: 5px auto -5px auto;
  }

  .slider p {
    display: block !important;
    background-color: rgba(236, 233, 228, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: auto;
    padding: 0px;
  }

  .rsBullets {
    display: none !important;
  }

  .serial_part_ch .elem span {
    font-size: 20px;
  }

  .main {
    margin-top: 10px;
    padding-top: 10px;
  }

  .main_info .main_about {
    padding: 2px 0px 10px 0px;
  }

  .main_info .main_about form {
    text-align: center;
  }

  .human select:first-child {
    margin: 10px 3px 20px 3px;
  }

  .main .main_name {
    padding: 0px 0px;
  }

  .main .main_name p,
  .main .main_name a {
    font-size: 20px;
    text-align: left;
    margin: 0px 90px 0px 16px;
    text-decoration: none;
  }

  .main .main_name a:after {
    content: " ";
    display: inline-block;
    margin: 0px 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.svg);
  }

  .main .view_ch {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 65px;
    height: 25px;
    margin: -13px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }

  .main .dot {
    text-align: center;
  }

  .safari .main .dot {
    background-image: url(../img/style/dotted.svg);
  }

  .other .main .dot {
    background-image: url(../img/style/dotted.svg);
  }

  .safari .main .str {
    background-image: url(../img/style/stringed.svg);
  }

  .other .main .str {
    background-image: url(../img/style/stringed.svg);
  }

  .main .dotted {
    background-image: url(../img/style/bg_mobile.jpg);
    background-size: contain;
    text-align: center;
    font-size: 0px;
    padding-bottom: 20px;
  }

  .main .dotted .elem {
    display: inline-block !important;
    vertical-align: top !important;
    position: relative !important;
    width: 40% !important;
    margin: 0px 2% !important;
    font-size: 13px !important;
  }

  .main .dotted .elem img {
    display: inline-block;
    max-width: 90%;
    border: 1px solid #ede9e3;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    margin: 5px 0px;
  }

  .main .stringed .short {
    display: block !important;
    position: relative !important;
    width: 98% !important;
    margin: 10px 1% !important;
    font-size: 13px !important;
    border-top: 1px solid #d9d9d9;
  }

  .main .stringed .short img {
    display: block;
    position: relative;
    max-width: 110px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    margin: 0px;
  }

  .main .stringed .short .elem_t2 {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    text-align: left;
  }

  .main .dotted .elem span {
    color: #515559;
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
    display: block;
    text-align: left;
  }

  .main .dotted .elem h2 {
    color: #515559;
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
  }

  .main .dotted .elem h1 {
    display: none;
  }

  .main .dotted .elem h3 {
    color: rgb(101, 101, 101);
    margin: 0px 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
    text-align: left;
  }

  .main .stringed {
    text-align: center;
    padding: 0px 0px 5px 0px;
  }

  .main .stringed .elem {
    position: relative;
    width: 96%;
    margin: 0px 2%;
    font-size: 13px;
  }

  .main .stringed .normal {
    text-align: left;
    overflow: hidden;
    border-top: 1px solid #ede9e3;
  }

  .main .stringed .normal:last-child {
    border-bottom: 1px solid #ede9e3;
  }

  .main .stringed .normal .poster,
  .main .stringed .normal .elem_t {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .main .stringed .normal .poster {
    width: 18%;
    text-align: center;
  }

  .main .stringed .normal .elem_t {
    width: 78%;
  }

  .main .stringed .normal .poster img:first-child {
    display: inline-block;
  }

  .main .stringed .normal .poster img {
    margin: 5px 0px 0px 0px;
    width: 98%;
    z-index: 0;
  }

  .main_info {
    margin-top: 0px !important;
  }

  .main .stringed .elem span {
    color: #515559;
    margin: 2px 0px;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
  }

  .main .stringed .elem h1 {
    display: none;
  }

  .main .stringed .elem h2 {
    color: #515559;
    margin: 2px 10px;
    padding: 10px 0px 10px 5px;
    font-size: 17px;
    line-height: 17px;
    display: table-cell;
    vertical-align: middle;
  }

  .main .stringed .short h2 {
    display: inline-block;
    margin-left: 25px;
    margin-top: 10px;
  }

  .main .stringed .elem h3 {
    color: rgb(101, 101, 101);
    bottom: 0px;
    left: 5px;
    margin: 20px 0px 0px 5px;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
  }

  /*

        .main .stringed .elem .elem_t{
            position: absolute;
            width: 100%;
            height: 111px;
            left: 0px;
            top: 0px;
            text-align: left;
            display: inline-table;
        }
        .main .stringed .short .elem_t{
            height: 100%;
        }

    */
  .main .stringed .short h3 {
    left: 120px;
  }

  .main .stringed .elem .content {
    position: absolute !important;
    right: 0px !important;
    bottom: 0px !important;
    width: 51px !important;
    height: 51px !important;
    float: none !important;
    top: 50px;
    display: none;
  }

  .main_info {
    margin: 20px 0px 20px 0px;
  }

  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 10px 0px;
    background-color: rgb(230, 230, 230);
  }

  .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: 90%;
    margin: 0px 5%;
  }

  .main_info .prewfull .info img {
    display: inline-block;
    width: 100%;
    margin: 5px auto 2px auto;
  }

  .main_info .sezon_change .sezons .elem span {
    font-size: 13px;
  }

  .main .human,
  .main .book {
    overflow: auto;
  }

  .main .human .foto,
  .main .book .foto {
    float: left;
    width: 30%;
    margin: 5px 10px 5px 5px;
  }

  .main .human .foto img,
  .main .book .foto img {
    display: block;
    width: 100%;
  }

  .favedlinks {
    display: none;
  }

  .favelink {
    display: none;
  }

  .footer .moby {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0px;
    text-align: center;
  }

  .footer .moby p {
    font-size: 11px;
    line-height: 15px;
    margin: 10px 0px;
    color: #fff;
  }

  .footer .full {
    display: none;
  }

  .new_sbs .text .iii {
    display: block !important;
    line-height: 40px;
  }
}

.log .form form input {
  width: 100%;
}

.n-lang {
  text-align: left;
}

.n-lang a {
  text-decoration: none;
}

.n-lang span {
  color: rgb(155, 155, 155);
  margin-left: 20px;
}

.n-lang li {
  display: inline-block;
}

.n-lang .active span {
  /* color: #52ae32; */
  color: #00a4e9;
}

.n-pop {
  z-index: 9999999999999999999999;
  padding: 40px;
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  background: #fff;
  max-width: 420px;
  margin: auto;
  display: none;
}

.n-pop ul {
  list-style: none;
}

.n-pop li {
  list-style: none;
}

.n-pop .main_name {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}

.n-pop__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.n-pop__close:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #4e4e4e;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.n-pop__close:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #4e4e4e;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.n-links a {
  display: block;
  text-align: center;
  padding: 10px 0px 10px 0;
  color: #ffffff;
  text-decoration: none;
}

.n-links a:hover {
  text-decoration: none;
}

.n-links {
  background-color: #00a4e9;
}

.login .window {
  top: 50px !important;
}

.window {
  margin-top: 0 !important;
}

.n-pop {
  top: 50px;
  border-radius: 24px;
}

.login .window {
  margin-left: auto !important;
  border-radius: 24px;
  backdrop-filter: blur(4px);
}

.log .form form input {
  box-sizing: border-box;
}

.prewfull .info {
  height: 250px;
  overflow: hidden;
}

@media all and (max-width: 549px) {
  .info #content1 {
    height: 100%;
  }

  .info .imageposter {
    height: 100%;
  }

  .info .imageposter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.n-play {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.n-play span {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.n-play span:after {
  display: block;
  content: "";
}

.n-player-close {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 9999999;
}

.n-player-close:after,
.n-player-close:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  background: #fff;
}

.n-player-close:before {
  transform: rotate(-45deg);
}

/* ---- SMS auth login window ---- */
.n-window-top {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.n-window-top h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%;
}

.n-window-wrap {
  width: calc(100% - 34px);
  margin: auto;
  padding-bottom: 25px;
}

.log .forms {
  display: none;
}

.log .forms_a {
  display: block;
}

.log .tab_footer {
  padding: 15px 0 0 0;
}

.log .tab_header p,
.log .tab_footer p,
.log .form i {
  color: rgb(28 28 28);
  font-size: 12px;
  font-style: normal;
  margin: 0 2px;
  background-color: transparent;
}

.log .tab_header p {
  font-size: 13px;
}

.log .tab_footer p {
  margin-top: 7px;
}

.log .tab_footer p a {
  color: #eef5fd;
  display: inline;
}

.log .form form {
  text-align: left;
  margin: 0 2px;
}

.log .form form input,
.phone_number_sign_up,
.form-control {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 16px;
  margin: 5px auto;
  font-size: 15px;
  border-radius: 16px;
  border: 1px solid #ccc;
}

.code_up {
  display: none;
}

.code_auth_up {
  display: none;
}

.forms .timer {
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
}

.forms .timer a {
  cursor: pointer;
  text-decoration: underline;
}

#resend_code1 {
  font-size: 14px;
  padding: 0 0 15px;
  text-align: center;
  display: none;
  cursor: pointer;
  text-decoration: underline;
}

.auth-blur__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d0eeffd1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.auth-blur__block .message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: green;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.auth-blur__block svg {
  width: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  animation: loader-rotation 1s infinite ease-in-out;
}

@keyframes loader-rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.success_t {
  color: #00721c !important;
  font-size: 16px !important;
  font-weight: 600;
}

/* ---- out_menu dropdown (user actions) ---- */
.logout {
  position: relative;
}

.out_menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  flex-direction: column;
  border-radius: 28px;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
  padding: 28px;
  background-color: #00a4e9;
  color: #fff;
  z-index: 10000000000;
  min-width: 200px;
}

.logout:hover .out_menu {
  display: flex;
}

.out_menu_row {}

.out_menu_row :hover {
  background-color: #80ccee;
}

.out_menu_row span {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  border-radius: 12px;
  background-color: transparent;
  overflow: hidden;
}

/* ---- Unsubscribe confirmation dialog ---- */
.unsubscribe_confirm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000090;
  z-index: 9999999999;
}

.unsubscribe_block {
  position: absolute;
  padding: 30px 20px;
  background: #fff;
  width: 250px;
  border-radius: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.unsubscribe_block p {
  text-align: center;
}

.unsubscribe_block__buttons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unsubscribe_block__buttons .unsubscribe_yes {
  padding: 12px 20px;
  border-radius: 16px;
  width: 49%;
}

.unsubscribe_block__buttons .unsubscribe_no {
  background: #00a4e9;
  color: #fff;
  width: 49%;
  padding: 12px 20px;
  border-radius: 16px;
}

.n-pop#rules, .n-pop#agreement {
  max-height: 80vh;
  overflow: auto;
}

.n-pop#rules .n-pop__close, .n-pop#agreement .n-pop__close {
  position: fixed;
  margin: -20px;
  margin-left: auto;
  inset: unset;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #e8f6ff;
}

@media all and (max-width: 550px) {
  .out_menu {
    top: 40px;
    left: 0;
    background-color: #f4f7fa;
    color: #00a4e9;
    border-radius: unset;
  }
}

.n-pop-film-wrap #playerElement {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
}

.n-pop-film-wrap .main_info .prewfull .info {
  margin: 0;
  width: 100%;
}

.n-pop-film-wrap .main_info .prewfull {
  margin: 0;
}

.n-wrap-player {
  width: 100%;
  height: 100%;
}

.n-pop-film {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.n-pop-film-wrap {
  height: 100%;
}

.n-pop-film-wrap .prewfull {
  height: 100%;
  background-color: transparent;
}

.n-pop-film-wrap .info {
  height: 100%;
}

.n-pop-film-wrap .other {
  height: 100%;
}

.n-pop-film-wrap .main_info {
  height: 100%;
}

.n-pop-film-wrap .n-wrap-player {
  height: 100%;
}

.n-pop-film-wrap #content1 {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  height: 200px;
}

@media all and (max-width: 550px) {
  .new_sbs .text .iii {
    display: none !important;
  }
}

