/* @font-face {
  font-family: "SONERAN";
  src: url("../fonts/SONERAN.eot");
  src: url("../fonts/SONERAN.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SONERAN.woff2") format("woff2"),
    url("../fonts/SONERAN.woff") format("woff"),
    url("../fonts/SONERAN.ttf") format("truetype"),
    url("../fonts/SONERAN.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SONERAB";
  src: url("../fonts/SONERAB.eot");
  src: url("../fonts/SONERAB.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SONERAB.woff2") format("woff2"),
    url("../fonts/SONERAB.woff") format("woff"),
    url("../fonts/SONERAB.ttf") format("truetype"),
    url("../fonts/SONERAB.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: "Soft Bold";
  src: url("fonts/Soft.ttf") format("truetype");
  font-weight: bold;
}
/*Шрифты*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -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;
}
html {
  -webkit-text-size-adjust: none;
}
html,
body {
  height: 100%;
  min-width: 300px;
}
.kids-font {
  color: #7c1a96;
  font-family: "Soft Bold";
  letter-spacing: 1px;
}
/* Modal with 3 check codes*/
.hide {
  display: none !important;
}
.checker-pop {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  height: 450px;
  max-width: 800px;
  position: absolute;
  width: 100%;
  z-index: 99999999;
  top: -1000%;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
  left: 50%;
  transform: translateX(-50%);
}
.checker-pop.active {
  top: 0;
}
.checker-pop .pop-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
}
.checker-pop .pop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checker-pop .pop-close:before,
.checker-pop .pop-close:after {
  position: absolute;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #7d7d7d;
}
.checker-pop .pop-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checker-pop .pop-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checker-pop .pop-header h2,
.checker-pop .pop-content .pop-body > div {
  color: #000;
  text-align: center;
}
.checker-pop .pop-header h2.error {
  color: #da0e17;
}
.checker-pop .pop-header h2.success {
  color: #50ac25;
}
.pop-content {
  padding-top: 5em;
}
#resent_btn {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.check-codes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 2em 1em 0 1em;
}
.check-codes div {
  align-items: center;
  background: #00a5ec;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  font-size: 36px;
  height: 84px;
  justify-content: center;
  width: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.resent-btn {
  border: 3px solid #76b62a;
  border-radius: 666px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 100;
  padding: 10px 100px;
}
.resent-btn span {
  color: #76b62a;
}
/* END: Modal with 3 check codes*/
.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}
.page .contents .content {
  position: relative;
  width: 100%;
}
.footer {
  position: relative;
  max-width: 100%;
  min-width: 300px;
}
/* кнопки */
.gray {
  background: #cdcdcd;
}
.orange {
  background: #00a2f3;
}
.button {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 1px;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 36px;
}
.button span {
  font-family: "Soft Bold";
  padding: 8px 18px 5px 18px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
}
.play-button-container {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 57px;
  right: 7px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.play-button {
  position: absolute;
  top: 50%;
  right: 44%;
  transform: translate(50%, -50%);
}
/* окна */
.windows {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 0, 20, 0.9);
  text-align: center;
  z-index: 9999999;
  display: none;
  overflow-y: auto;
}
.inftext {
  display: block;
}
.windows .window_close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.windows .window {
  position: absolute;
  left: 50%;
  background-color: #00a2f3;
  border: 6px solid #00a2f3;
  border-radius: 36px;
}
.windows .window h1 {
  font-size: 20px;
  color: rgb(40, 40, 40);
  font-weight: normal;
  margin: 10px 10px;
  padding: 20px 0 0 0;
}
.window .infos,
.window .log,
.window .subs,
.window .prew,
.window .slk,
.window .gms,
.window .lgu {
  display: none;
}
.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;
}
.noprew .text {
  position: relative;
  padding: 20px 0;
  border-top: 1px dashed rgb(201, 201, 201);
  border-bottom: 1px dashed rgb(201, 201, 201);
}
.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;
  background-color: #00a2f3;
  border-radius: 36px;
  border: 0px solid transparent;
}
.log .tab {
  position: relative;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.log .tab .elem {
  display: inline-block;
  width: 50%;
  line-height: 30px;
  cursor: pointer;
  margin: 0;
  padding-top: 5px;
}
.log .tab .active {
  background: #fff;
  border: 0 solid #fff;
}
.log .tab .elem:first-child {
  border-radius: 32px 0 0 0;
}
.log .tab .elem:last-child {
  border-radius: 0 32px 0 0;
}
.log .tab .elem span {
  font-size: 15px;
  color: #fff;
}
.log .tab .active span {
  color: #000;
  font-weight: bold;
}
.log .tab_header,
.log .form {
  position: relative;
  width: 100%;
  margin: 10px 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;
  background: #fff;
  padding-top: 10px;
  border: 0px solid transparent;
  border-radius: 0 0 32px 32px;
}
.log .form form {
  text-align: left;
  margin: 0 20px;
}
.log .tab_footer {
  padding: 0 0 10px;
  margin: -10px 0 0;
}
.log .tab_header p,
.log .tab_footer p,
.log .form i {
  color: #000;
  font-size: 11px;
  margin: 0 20px;
}
.log .form p {
  color: rgb(40, 40, 40);
  font-size: 13px;
  font-style: normal;
  margin: 0 10px;
}
.log .form .btn {
  position: relative;
  text-align: center;
}
.log .form h1 {
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0;
}
.log .form form input {
  height: 40px;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin: 5px auto;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 12px;
  color: #515151;
}
#sub_code {
  display: none;
  text-align: center;
}
.log .form .loginbtn {
  width: 100px;
  text-decoration: none;
  color: rgb(40, 40, 40);
  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);
}
.games .gms {
  width: 290px;
}
/* Основной код */
.hidden {
  display: none;
}
.visible {
  display: block;
}
.menu_top {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0;
  background-color: #fff;
  z-index: 3;
}
.main_menu .menu_1 .elem {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.main_menu .menu_1 .elem a {
  text-decoration: none;
}
/*slider_param*/
.slider {
  max-width: 920px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  margin-top: 20px !important;
  border: 8px solid #fff !important;
}
.slider * {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}
.slider img {
  display: block;
  width: 100%;
}
.slider p {
  display: none !important;
}
.slider p span {
  margin: 0 10px;
}
.slider a {
  color: rgb(40, 40, 40);
  text-decoration: none;
}
.slsl {
  display: none;
}
.slider_btn {
  position: absolute;
  width: 20px;
  background-repeat: no-repeat;
  z-index: 109;
}
.slider_btn_left {
  left: 0;
  background-position: center center;
}
.slider_btn_left {
  background-image: url(../img/style/slider_btn_l.png);
}
.slider_btn_left:hover {
  background-image: url(../img/style/slider_btn_l_h.png);
}
.slider_btn_right {
  right: 0;
  background-position: center center;
}
.slider_btn_right {
  background-image: url(../img/style/slider_btn_r.png);
}
.slider_btn_right:hover {
  background-image: url(../img/style/slider_btn_r_h.png);
}
.slider_btn {
  height: 300px;
  top: 35px;
}
.rsBullets {
  position: absolute;
  display: none;
  width: 100%;
  height: 10px;
  bottom: -25px;
  text-align: center;
}
.rsBullets .rsBullet {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: rgb(190, 190, 190);
  cursor: pointer;
}
.rsBullets .rsNavSelected {
  background-color: rgb(100, 100, 100);
}
.serial_part_ch {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  font-size: 0;
}
.serial_part_ch .elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  height: 40px;
}
.serial_part_ch .elem span {
  line-height: 40px;
  font-family: "Soft Bold";
  color: #1660a3;
  cursor: pointer;
}
.serial_part_ch .active span {
  color: #01a396;
  font-family: "Soft Bold";
  border-bottom: transparent;
}
.serial_part {
  display: none;
}
.serial_part p {
  font-size: 13px;
  margin: 10px;
}
.serial_part p {
  font-family: "Soft Bold";
  color: #002da0;
  font-size: 16px;
  margin: 10px;
}
.serial_part a {
  font-family: "Soft Bold";
  color: #fff;
}
.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: 0 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%;
  margin-top: 10px;
}
.main_list.dotted {
  margin-top: 10px;
}
.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 0 10px 0;
  border-bottom: 1px solid rgb(201, 201, 201);
}
.main_fragment a {
  text-decoration: none;
}
.main_fragment a span {
  font-size: 15px;
  color: rgb(40, 40, 40);
  text-decoration: underline;
}
.main_menu {
  position: relative;
}
.main .main_list .elem_name a {
  text-decoration: none;
}
.main_info {
  padding: 1px 0;
}
.subscribe-rules {
  margin: 10px;
}
.listing .image {
  float: left;
  padding: 10px 20px;
  margin: 20px 20px 20px -20px;
  text-align: center;
  background-color: rgb(250, 250, 250);
}
.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: 0 0 0 9px;
  margin: 10px 3px 0 3px;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(231, 227, 227);
}
.main_info .main_about {
  position: relative;
  width: 96%;
  margin: 10px 3% 10px 1%;
}
.human select {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 160px;
  padding: 0 0 0 9px;
  margin: -10px 3px 0 3px;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(231, 227, 227);
}
.human select:first-child {
  margin: -10px 0 0 9px;
}
.human input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 28px;
  margin: -10px 3px 0 3px;
  padding: 0 9px 0 9px;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(231, 227, 227);
}
.main_info .main_about .image {
  float: left;
  height: 130px;
  margin: 0 10px;
  overflow: hidden;
}
.main_info .main_about .image img {
  display: block;
  height: 100%;
}
.main_about .more a {
  color: #777777;
  text-decoration: none;
}
.main_info .main_about p {
  margin: 2px 10px;
  color: rgb(51, 51, 51);
}
.main_info .main_about p a {
  color: rgb(119, 119, 119);
  text-decoration: underline;
  cursor: pointer;
}
.button a,
.buttons a {
  text-decoration: none !important;
}
.main_info .main_about p a:hover {
  color: #00a5ec;
}
.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 .btn {
  background-image: url(../img/style/film.png);
}
.main_info .prewfull .info:hover .btn {
  background-image: url(../img/style/film_hover.png);
}
.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: 0;
}
.main_info .sezon_change .sezons .elem {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  margin: 0 -1px 0 0;
  padding: 0 5px;
  cursor: pointer;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #dfdfdd 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #dfdfdd)
  );
  background: -webkit-linear-gradient(top, #fff 0%, #dfdfdd 100%);
  background: -o-linear-gradient(top, #fff 0%, #dfdfdd 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dfdfdd 100%);
  background: linear-gradient(to bottom, #fff 0%, #dfdfdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#dfdfdd', GradientType=0);
}
.main_info .sezon_change .sezons .active_sezon {
  background: #fede03;
  background: -moz-linear-gradient(top, #fede03 0%, #ffa403 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fede03),
    color-stop(100%, #ffa403)
  );
  background: -webkit-linear-gradient(top, #fede03 0%, #ffa403 100%);
  background: -o-linear-gradient(top, #fede03 0%, #ffa403 100%);
  background: -ms-linear-gradient(top, #fede03 0%, #ffa403 100%);
  background: linear-gradient(to bottom, #fede03 0%, #ffa403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fede03', endColorstr='#ffa403', GradientType=0);
}
.main_info .sezon_change .sezons .elem:last-child {
  margin: 0 0 0 0;
}
.main_info .sezon_change .sezons .elem a span {
  color: rgb(40, 40, 40);
}
.main .main_list a {
  text-decoration: none;
}
.audio_info {
  display: none;
}
.audio_active {
  display: block;
}
.links2 {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 5px 0;
  line-height: 30px;
  border-top: 1px solid rgb(201, 201, 201);
}
.links2 .prew2 {
  position: absolute;
  width: 50%;
  height: 30px;
  left: 0;
  text-align: left;
}
.links2 .next2 {
  position: absolute;
  width: 60%;
  height: 30px;
  right: 0;
  text-align: right;
}
.links2 .prew2 a,
.links2 .next2 a,
.links2 .next2 .btn,
.links2 .next2 label {
  margin: 0 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: 0 !important;
  background-image: none !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.normal a:after {
  background-image: none !important;
}
.no_border {
  border: none !important;
}
.no_border:after,
.no_border:before {
  display: 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;
  overflow: hidden;
}
.calendar .month .m {
  display: none;
}
.calendar .days,
.calendar .weeks,
.calendar .month {
  position: relative;
  width: 100%;
  font-size: 0;
}
.calendar .elem {
  display: inline-block;
  vertical-align: top;
  margin: 1px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fdaf31;
  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 #fdaf31;
  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: #fda103;
}
.calendar .days .elem:hover span,
.calendar .month .elem:first-child:hover span,
.calendar .month .elem:last-child:hover span {
  color: #fff;
}
.calendar .days .selected span {
  font-weight: bold;
}
.calendar .days .now {
  background: #fda103;
  background: -moz-linear-gradient(45deg, #fda103 0%, #fde103 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0%, #fda103),
    color-stop(100%, #fde103)
  );
  background: -webkit-linear-gradient(45deg, #fda103 0%, #fde103 100%);
  background: -o-linear-gradient(45deg, #fda103 0%, #fde103 100%);
  background: -ms-linear-gradient(45deg, #fda103 0%, #fde103 100%);
  background: linear-gradient(45deg, #fda103 0%, #fde103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda103', endColorstr='#fde103', GradientType=1);
}
.calendar .days .now span {
  color: #fff;
}
.elemsday {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: rgba(250, 250, 250, 1);
  margin: 20px 5px 0 5px;
  text-align: left;
}
.elemsday img {
  display: block;
  height: 206px;
  padding: 5px;
}
.elemsday a {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* -----аудиокнига----- */
.player {
  position: relative;
  width: 100%;
  margin: 40px auto 10px auto;
  background-color: #fff;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.player .btn {
  cursor: pointer;
  border-radius: 7px;
}
.player .btn .bg span {
  color: rgb(51, 51, 51);
  text-shadow: rgb(255, 244, 170) 1px 1px 0;
}
.player .controls {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 0;
  text-align: center;
  padding: 0;
}
.player .controls .elem {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  margin: 0 5px;
  text-align: center;
}
.player .controls .elem .bg {
  position: relative;
  overflow: hidden;
  height: 40px;
}
.player .controls .elem .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.player .controls .prew .image {
  background-image: url(../img/style/player_prew.png);
}
.player .controls .play .image {
  background-image: url(../img/style/player_play.png);
}
.player .controls .pause .image {
  background-image: url(../img/style/player_pause.png);
}
.player .controls .stop .image {
  background-image: url(../img/style/player_stop.png);
}
.player .controls .next .image {
  background-image: url(../img/style/player_next.png);
}
.player .controls .prew .image_a {
  background-image: url(../img/style/player_prew_a.png);
}
.player .controls .play .image_a {
  background-image: url(../img/style/player_play_a.png);
}
.player .controls .pause .image_a {
  background-image: url(../img/style/player_pause_a.png);
}
.player .controls .stop .image_a {
  background-image: url(../img/style/player_stop_a.png);
}
.player .controls .next .image_a {
  background-image: url(../img/style/player_next_a.png);
}
.player .controls .prew {
  display: none;
}
.player .controls .next {
  display: none;
}
.player .controls .btna {
  display: inline-block;
}
.player .range {
  position: relative;
  width: 100%;
  height: 30px;
  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 {
  height: 2px;
  border: 1px solid transparent;
  background: #00a5ec;
}
.player .range input[type="range"]::-moz-range-track {
  width: 90%;
  height: 2px;
  border: 0 solid #00a5ec;
  background: rgb(250, 250, 250);
}
.player .range input[type="range"] {
  -webkit-appearance: none;
  width: 90%;
  height: 2px;
  border: 0 solid #00a5ec;
  background: rgb(250, 250, 250);
}
input[type="range"]::-ms-thumb {
  background: rgb(255, 175, 0);
  width: 16px;
  height: 16px;
  box-shadow: 0 0 2px rgb(100, 100, 100);
  cursor: pointer;
}
.player .range input[type="range"]::-moz-range-thumb {
  background: rgb(255, 175, 0);
  width: 16px;
  height: 16px;
  -moz-box-shadow: 0 0 2px rgb(100, 100, 100);
  cursor: pointer;
}
.player .range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #00a5ec;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 1px rgb(100, 100, 100);
  cursor: pointer;
}
.player .list {
  position: relative;
  width: 100%;
  margin: 10px auto 0 auto;
  display: none;
  overflow: hidden;
}
.player .plistactive {
  display: block;
}
.player .list .elem_list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid rgb(239, 238, 237);
  cursor: pointer;
}
.player .list .elem_list:last-child {
  border-bottom: 1px solid transparent;
}
.player .list .elem_list:hover {
  background-color: rgb(240, 240, 240);
}
.player .list .list_active {
  background-color: #00a5ec;
}
.player .list .list_active:hover {
  background-color: #dc5a88;
}
.player .list .elem_list span {
  line-height: 30px;
  margin: 0 0 0 10px;
  color: rgb(119, 119, 119);
}
.player .list .list_active span {
  color: #fff;
}
.player .list .list_active span marquee {
  position: absolute;
  width: 100%;
  top: 0;
}
.player .list .played:after {
  content: "♫";
  float: right;
  line-height: 30px;
  margin: 0 10px 0 0;
  color: #fff;
  text-shadow: -1px 1px 2px #000;
}
.player .plistcontrol {
  position: relative;
  margin: -1px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background-color: rgb(240, 240, 240);
  cursor: pointer;
}
.player .plistcontrol:hover {
  background-color: #4e256b;
}
.player .plistcontrol p {
  line-height: 30px;
  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;
}
.id_film {
  display: none;
}
/* Полный вид */
@media all and (min-width: 921px) {
  /* окна */
  .main .main_list .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 208px;
    margin: 15px;
    background-color: #fff;
    height: 350px;
    border-radius: 15px;
  }
  .main_menu .selector .elem.active_selector {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .windows .info {
    border-top: 1px dashed rgb(201, 201, 201);
    padding: 20px 0 0 0;
  }
  .fav .window {
    width: 450px;
  }
  .info .window {
    width: 500px;
  }
  .login .window {
    width: 320px;
  }
  .logout .window {
    width: 320px;
  }
  .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: rgb(40, 40, 40);
    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);
  }
  .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: #777777;
    font-size: 13px;
    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: 100px;
  }
  .footer {
    height: 100px;
    margin: -99px auto 0 auto;
  }
  .fixing {
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 920px;
    margin: 0 auto;
  }
  .menu_top .menu_main {
    width: 100%;
    margin: 0 0 12px 15px;
  }
  .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 {
    cursor: pointer;
  }
  .menu_top .menu_main .logout .elem,
  .menu_top .menu_main .login .elem {
    height: 15px;
    line-height: 15px;
  }
  .menu_top .menu_main .logout .elem a span,
  .menu_top .menu_main .login .elem a span {
    font-family: "Soft Bold";
    font-size: 11px;
    text-decoration: none;
  }
  .menu_top .menu_main .logout .elem a {
    display: flex;
    flex-direction: column;
  }
  .menu_top .menu_main .logout .elem a span:nth-child(2) {
    margin-top: 10px;
  }
  .menu_top .menu_main .logout .elem .user {
    position: relative;
    width: 100%;
    height: 0;
    background-color: rgb(236, 233, 228);
    margin: -1px 0 0 0;
    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: 0;
    padding: 0;
  }
  .menu_top .menu_main .logout .elem .user a span {
    display: inline-block;
    background: none;
    margin: 0 10px;
    padding: 0;
    color: rgb(40, 40, 40);
  }
  .slider {
    position: relative;
    margin: 0 auto 0 auto;
    max-height: 245px;
    width: 97%;
  }
  .serial_part p {
    font-family: "Soft Bold";
    color: #002da0;
    font-size: 16px;
    margin: 10px;
  }
  .serial_part a {
    font-family: "Soft Bold";
    color: #fff;
  }
  .serial_part_ch .elem span {
    font-size: 24px;
    font-family: "Soft Bold";
  }
  .menu_top .menu_main .lang {
    width: 55px;
  }
  .menu_top .menu_main .lang .elem.active {
    display: none;
  }
  .menu_top .menu_main .lang .elem {
    display: block;
    position: relative;
    width: 30px;
    margin: 0;
    cursor: pointer;
  }
  .menu_top .menu_main .lang .elem a {
    text-decoration: none;
  }
  .menu_top .menu_main .lang .elem a span {
    font-family: "Soft Bold";
    font-size: 13px;
    color: #002da0;
    border: 3px solid #ff9600;
    border-radius: 36px;
    padding: 5px 10px;
    outline: 3px solid #ff00a6;
  }
  .active_search form {
    position: relative;
    top: 9px;
    left: 0;
    padding-left: 40px;
    height: 25px;
  }
  .main_menu .selector {
    position: relative;
    text-align: left;
  }
  .main_menu .selector .fixing {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
  }
  .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: 14px;
    font-family: "Soft Bold";
    color: #fff0fd;
    padding: 20px;
  }
  .main_menu .selector .elem:nth-child(n + 1) {
    margin-right: 20px;
  }
  .main_menu .selector .elem:nth-child(2) {
    background: #ff00a6;
    box-shadow: 0px 6px 10px #0986cd;
    border-radius: 36px;
  }
  .main_menu .selector .elem:nth-child(3) {
    background: #2ae0ec;
    box-shadow: 0px 6px 10px #0986cd;
    border-radius: 36px;
  }
  .main_menu .selector .elem:nth-child(4) {
    background: #7000ff;
    box-shadow: 0px 6px 10px #0986cd;
    border-radius: 36px;
  }
  .main_menu .selector .elem:nth-child(5) {
    background: #ffe600;
    box-shadow: 0px 6px 10px #0986cd;
    border-radius: 36px;
  }
  .main {
    margin: 0;
  }
  .main .main_list {
    position: relative;
    width: calc(100% + 32px);
    left: -16px;
  }
  .main_info .prewfull .n-cont .info {
    position: absolute;
    top: 0;
    right: 18px;
    width: 66%;
    height: 96%;
    overflow: hidden;
    background: #fff;
    border: 6px solid #3c62c4;
    padding: 2px;
    box-sizing: border-box;
  }
  .main_info .prewfull .n-cont:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    background: #fff;
    width: 65%;
    height: 94%;
    border: 5px solid #3c62c4;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .main_info .prewfull .main_list.dotted .poster {
    background: transparent;
  }
  .main_info .prewfull .poster {
    position: relative;
    width: 100%;
    background: #fff;
  }
  .main_info .prewfull .poster.faved {
    width: 30%;
  }
  .main_info .prewfull .poster img {
    display: inline-block;
    margin: 3%;
    max-width: 94%;
  }
  .main_info .prewfull .poster .elem_name {
    display: none;
  }
  .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 0 auto;
    display: inline-block;
    height: 100%;
    opacity: 0.2;
  }
  .main_fragment {
    display: none;
  }
  .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;
  }
  .main_info .prewfull .info .name {
    position: absolute;
    bottom: 0;
    right: -50px;
    opacity: 0;
  }
  .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_info .sezon_change {
    margin: -20px 0 0 0;
  }
  .main_info .sezon_change .sezons {
    margin: 20px auto 10px auto;
  }
  .main_info .sezon_change .sezons .elem span {
    font-size: 15px;
  }
  .main .book {
    background-color: #fff;
    width: 100%;
    margin: 0;
    border: none;
  }
  .main .book .foto {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 2% 0 0;
    padding: 10px 0;
    background-color: #f6f6f6;
    border-bottom: 4px solid #00a5ec;
  }
  .main .book .foto img {
    display: block;
    width: 92%;
    margin: 0 4%;
  }
  .main .book .text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding: 5px 0;
  }
  .main .book .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: rgba(250, 250, 250, 1);
  }
  .main .book .text_fotos span {
    color: rgb(119, 119, 119);
  }
  .main .human {
    background-color: #fff;
    width: 100%;
    margin: 0;
    border: none;
  }
  .main .human .foto {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 2% 0 0;
    padding: 10px 0;
    background-color: #f6f6f6;
    border-bottom: 4px solid #4e256b;
  }
  .main .human .foto img {
    display: block;
    width: 92%;
    margin: 0 4%;
  }
  .main .human .text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding: 5px 0;
  }
  .main .human .text_fotos {
    position: absolute;
    width: 75%;
    top: 10px;
    right: 2%;
    padding: 5px 0;
    background: rgba(250, 250, 250, 1);
  }
  .main .human .text_fotos span {
    color: rgb(119, 119, 119);
  }
  .favedlinks {
    position: relative;
    display: none;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .favact {
    display: block;
  }
  .favelink {
    cursor: pointer;
  }
  .favedlinks .elems {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .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;
    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;
  }
}
.n-pop {
  z-index: 99999999999999;
  padding: 40px;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  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 0 10px 0;
  color: #fff;
  text-decoration: none;
}
.n-links a:hover {
  text-decoration: none;
}
.n-links {
  background-color: #52ae32;
}
.n-pop {
  top: 50px;
}
.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);
}
.n-pop-film-wrap #playerElement {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 200px;
}
@media all and (max-width: 550px) {
  .new_sbs .text .iii {
    display: none !important;
  }
}
/* стили для всех */
.slider {
  border-radius: 10px;
}
.slider img {
  border-radius: 2px;
}
.main_about {
  color: #3c3c3c;
}
#content1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page {
  background: linear-gradient(
    117.16deg,
    #98e1ff 0%,
    #1abbff 22.7%,
    #47b4f1 46.43%,
    #5481f3 66.04%,
    #94d6f2 92.87%
  );
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer .full {
  background-color: #fff;
  width: 100%;
  height: 100px;
}
.footer .full .active span {
  color: #98e1ff;
}
.black-outline-text {
  font-family: "Soft Bold" !important;
  display: block !important;
  font-size: 13px !important;
  color: #fff0fd;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0,
    #000 1px -1px 0 !important;
  text-decoration: underline !important;
}
.menu-and-search-container {
  min-width: 58%;
}
.main_about_container {
  position: relative;
  width: calc(100% - 20px);
}
.main_about_container .main_about {
  position: relative;
  width: calc(96% - 100px);
  background: #fff;
  border: 4px solid #ff00a6;
  padding: 50px;
}
.main_about_container:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 18px;
  background: #fff;
  width: calc(100% - 35px);
  height: 98%;
  border: 4px solid #ff9600;
}
.main .main_list .elem .poster img {
  display: inline-block;
  max-width: calc(100% - 14px);
  z-index: 0;
  margin: 7px;
  border-radius: 15px 15px 0 0;
}
.main .main_list .elem span {
  display: none;
}
.main .main_list .elem h2 {
  color: #000;
  margin: 0 8px 6px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.main .main_list .elem h1 {
  display: none;
}
.footer .fixing .elem span,
.menu_1 .elem span {
  font-family: "Soft Bold";
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 36px;
  padding: 10px 20px;
  margin-bottom: 12px;
  border: 6px solid #fff;
}
.menu_1 .elem:first-child span,
.footer .fixing .elem:first-child span {
  background-color: #00a2f3;
}
.menu_1 .elem:first-child span:hover,
.footer .fixing .elem:first-child span:hover,
.elem.active_menu1:first-child span {
  border: 6px solid #94d6f2;
}
.menu_1 .elem:nth-child(2) span,
.footer .fixing .elem:nth-child(2) span {
  background-color: #ff9600;
}
.menu_1 .elem:nth-child(2) span:hover,
.footer .fixing .elem:nth-child(2) span:hover,
.elem.active_menu1:nth-child(2) span {
  border: 6px solid #ffd292;
}
.menu_1 .elem:nth-child(3) span,
.footer .fixing .elem:nth-child(3) span {
  background-color: #ff00a6;
}
.menu_1 .elem:nth-child(3) span:hover,
.footer .fixing .elem:nth-child(3) span:hover,
.elem.active_menu1:nth-child(3) span {
  border: 6px solid #fbacdf;
}
.menu_1 .elem:nth-child(4) span,
.footer .fixing .elem:nth-child(4) span {
  background-color: #ac0099;
}
.menu_1 .elem:nth-child(4) span:hover,
.footer .fixing .elem:nth-child(4) span:hover,
.elem.active_menu1:nth-child(4) span {
  border: 6px solid #d39fce;
}
.menu_1 .elem:nth-child(5) span,
.footer .fixing .elem:nth-child(5) span {
  background-color: #ff0000;
}
.menu_1 .elem:nth-child(5) span:hover,
.footer .fixing .elem:nth-child(5) span:hover,
.elem.active_menu1:nth-child(5) span {
  border: 6px solid #ffa5a5;
}
.logo-telecom {
  width: calc(70px + 9vw);
  height: auto;
  padding-top: 20px;
  padding-left: 5px;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.align-center {
  display: flex;
  align-items: center;
}
.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.menu_1 {
  height: 58px;
}
.menu_main {
  height: 90px;
  padding-top: 3px;
}
.search_inp {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 20px;
  font-family: "Soft Bold";
  font-size: 12px;
  color: #00ba32;
  text-transform: uppercase;
  padding: 0 10px 0 40px;
  background: transparent;
}
.log .button.orange {
  width: calc(100% - 8px);
  background: #ff00a6;
  border: 4px solid #fbacdf;
  border-radius: 16px;
  margin: 15px 0;
}
.main .main_name {
  margin: 15px auto;
  padding: 12px 0;
  text-align: center;
}
.main .main_name span {
  font-family: "Soft Bold";
  font-size: 14px;
  color: #fff0fd !important;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0,
    #000 1px -1px 0 !important;
}
.windows .window .close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 20px;
  height: 20px;
  opacity: 1;
  z-index: 1000;
}
.windows .window .close:before,
.close:after {
  position: absolute;
  content: " ";
  height: 21px;
  width: 1px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 10px;
}
.windows .window .close:before {
  transform: rotate(45deg);
}
.windows .window .close:after {
  transform: rotate(-45deg);
}
.menu_top .search {
  height: 40px;
  border: 4px solid #00ba32;
  border-radius: 36px;
  position: relative;
  width: calc(100% - 15px);
  margin: 0 4px;
}
.new_search_btn {
  position: absolute;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  left: 10px;
  top: 0;
  background-color: #fff;
  background-image: url(../img/style/search_w.png);
}
.serial_part_ch .elem span,
.prewfull .main_name span,
.search_results.main .main_name span {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-shadow: -0 -3px 0 #00a798, 0 -3px 0 #00a798, -0 3px 0 #00a798,
    0 3px 0 #00a798, -3px -0 0 #00a798, 3px -0 0 #00a798, -3px 0 0 #00a798,
    3px 0 0 #00a798, -1px -3px 0 #00a798, 1px -3px 0 #00a798, -1px 3px 0 #00a798,
    1px 3px 0 #00a798, -3px -1px 0 #00a798, 3px -1px 0 #00a798,
    -3px 1px 0 #00a798, 3px 1px 0 #00a798, -2px -3px 0 #00a798,
    2px -3px 0 #00a798, -2px 3px 0 #00a798, 2px 3px 0 #00a798,
    -3px -2px 0 #00a798, 3px -2px 0 #00a798, -3px 2px 0 #00a798,
    3px 2px 0 #00a798, -3px -3px 0 #00a798, 3px -3px 0 #00a798,
    -3px 3px 0 #00a798, 3px 3px 0 #00a798, -3px -3px 0 #00a798,
    3px -3px 0 #00a798, -3px 3px 0 #00a798, 3px 3px 0 #00a798;
}
.serial_part_ch .elem span {
  font-size: 18px;
}
.serial_part_ch .active.elem span {
  text-shadow: -0 -7px 0 #00a798, 0 -7px 0 #00a798, -0 7px 0 #00a798,
    0 7px 0 #00a798, -7px -0 0 #00a798, 7px -0 0 #00a798, -7px 0 0 #00a798,
    7px 0 0 #00a798, -1px -7px 0 #00a798, 1px -7px 0 #00a798, -1px 7px 0 #00a798,
    1px 7px 0 #00a798, -7px -1px 0 #00a798, 7px -1px 0 #00a798,
    -7px 1px 0 #00a798, 7px 1px 0 #00a798, -2px -7px 0 #00a798,
    2px -7px 0 #00a798, -2px 7px 0 #00a798, 2px 7px 0 #00a798,
    -7px -2px 0 #00a798, 7px -2px 0 #00a798, -7px 2px 0 #00a798,
    7px 2px 0 #00a798, -3px -7px 0 #00a798, 3px -7px 0 #00a798,
    -3px 7px 0 #00a798, 3px 7px 0 #00a798, -7px -3px 0 #00a798,
    7px -3px 0 #00a798, -7px 3px 0 #00a798, 7px 3px 0 #00a798,
    -4px -7px 0 #00a798, 4px -7px 0 #00a798, -4px 7px 0 #00a798,
    4px 7px 0 #00a798, -7px -4px 0 #00a798, 7px -4px 0 #00a798,
    -7px 4px 0 #00a798, 7px 4px 0 #00a798, -5px -7px 0 #00a798,
    5px -7px 0 #00a798, -5px 7px 0 #00a798, 5px 7px 0 #00a798,
    -7px -5px 0 #00a798, 7px -5px 0 #00a798, -7px 5px 0 #00a798,
    7px 5px 0 #00a798, -6px -7px 0 #00a798, 6px -7px 0 #00a798,
    -6px 7px 0 #00a798, 6px 7px 0 #00a798, -7px -6px 0 #00a798,
    7px -6px 0 #00a798, -7px 6px 0 #00a798, 7px 6px 0 #00a798,
    -7px -7px 0 #00a798, 7px -7px 0 #00a798, -7px 7px 0 #00a798,
    7px 7px 0 #00a798, -7px -7px 0 #00a798, 7px -7px 0 #00a798,
    -7px 7px 0 #00a798, 7px 7px 0 #00a798;
}
/* Мобильный вид */
@media all and (max-width: 920px) {
  .slider {
    margin-top: 80px !important;
  }
  .main_about_container .main_about {
    width: calc(95% - 7px);
  }
  .main_about_container::before {
    width: calc(96% - 5px);
    height: 97%;
  }
  .main .main_list .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
  }
  .footer .fixing .elem span,
  .menu_1 .elem span {
    display: none;
  }
  .footer .fixing .elem,
  .menu_1 .elem {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    align-self: center;
  }
  .footer .fixing .elem {
    margin-top: 70px;
  }
  .footer .fixing .elem:first-child,
  .menu_1 .elem:first-child {
    background-image: url(../img/style/video-icon.png);
  }
  .footer .fixing .elem:nth-child(2),
  .menu_1 .elem:nth-child(2) {
    background-image: url(../img/style/multfilm-icon.png);
  }
  .footer .fixing .elem:nth-child(3),
  .menu_1 .elem:nth-child(3) {
    background-image: url(../img/style/film-icon.png);
  }
  .footer .fixing .elem:nth-child(4),
  .menu_1 .elem:nth-child(4) {
    background-image: url(../img/style/multserial-icon.png);
  }
  .footer .fixing .elem:nth-child(5),
  .menu_1 .elem:nth-child(5) {
    background-image: url(../img/style/peredach-icon.png);
  }
  .elem.active_menu1 {
    border-radius: 50%;
  }
  .elem.active_menu1:first-child {
    border: 6px solid #94d6f2;
  }
  .elem.active_menu1:nth-child(2) {
    border: 6px solid #ffd292;
  }
  .elem.active_menu1:nth-child(3) {
    border: 6px solid #fbacdf;
  }
  .elem.active_menu1:nth-child(4) {
    border: 6px solid #d39fce;
  }
  .elem.active_menu1:nth-child(5) {
    border: 6px solid #ffa5a5;
  }
  .menu_top .menu_main .lang a span:last-child,
  .menu_act,
  .menu_btn,
  .menu_top .menu_main .links {
    display: none;
  }
  .menu_top.space-between.align-center {
    height: 150px;
    align-items: flex-start;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .menu-and-search-container {
    position: absolute;
    top: 80px;
  }
  .footer .fixing,
  .menu-and-search-container .main_menu,
  .menu-and-search-container .menu_1 {
    width: 100vw;
  }
  .footer .fixing,
  .menu-and-search-container .menu_1 {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0 12px;
    box-sizing: border-box;
  }
  .footer .fixing ~ .elem {
    text-align: center;
    margin: 20px;
  }
  .menu_top .menu_main {
    display: flex;
    justify-content: space-between;
  }
  .menu_top .menu_main .lang .elem.active {
    display: none;
  }
  .menu-and-search-container ~ div .menu_main {
    flex-direction: row;
    padding-top: 20px;
  }
  .menu_top .menu_main .lang .elem a span {
    font-family: "Soft Bold";
    font-size: 14px;
    color: #002da0;
    border: 3px solid #ff9600;
    border-radius: 36px;
    padding: 5px 10px;
    outline: 3px solid #ff00a6;
    -moz-outline-radius: 36px;
    -o-border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
  }
  .windows .window .close {
    top: -30px;
    right: -30px;
  }
  .log {
    width: 100%;
  }
  .log .form form input {
    width: calc(100% - 20px);
  }
  .log .tab {
    padding: 0 1px;
    margin-left: -1px;
  }
  .log .tab .elem {
    width: 50%;
    margin: 0 -1px !important;
  }
  .noprew .window {
    width: 295px;
  }
  .noprew .info {
    border-top: 1px dashed rgb(201, 201, 201);
  }
  .fav .window .subs {
    margin: 0 0 20px 0;
  }
  .fav .window h1 {
    padding: 20px;
  }
  .fav .window,
  .login .window,
  .logout .window {
    width: 294px;
  }
  .page .contents {
    padding-bottom: 55px;
  }
  .footer {
    height: 60px;
    margin: -60px auto 0 auto;
  }
  .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: 30px;
    height: 45px;
    top: 0;
    right: -35px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .menu_top .menu_btn {
    background-image: url(../img/style/menu.png);
  }
  .menu_top .menu_main .lang a span:nth-child(2) {
    display: none;
  }
  .menu_top .menu_main .elem {
    position: relative;
    height: 40px;
    line-height: 40px;
  }
  .menu_top .menu_main .lang .elem:after {
    display: none;
  }
  .menu_top .menu_main .elem a {
    text-decoration: none;
    color: #1660a3;
  }
  .menu_top .menu_main .logout a,
  .menu_top .menu_main .login a {
    color: #01a396;
  }
  .menu_top .menu_main .logout a span:last-child {
    display: none;
  }
  .menu_top .menu_main .elem a span {
    margin: 0 20px;
    font-family: "Soft Bold";
  }
  .new_search_btn {
    width: 20px;
    height: 20px;
  }
  .new_search_btn,
  .search_inp {
    top: 10px;
  }
  .menu_top .search {
    height: 40px;
    border: 3px solid #00ba32;
    top: 30px;
    background-color: #fff;
    width: calc(100% - 28px);
    left: 7px;
  }
  .menu_top .logo {
    position: absolute;
    width: 100px;
    height: 32px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -41px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .menu_top .logo {
    background-image: url(../img/style/logo_w.png);
    height: 100%;
  }
  .menu_top .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer .fixing .elem a,
  .main_menu .menu_1 .elem a {
    line-height: 30px;
    display: block;
    height: 100%;
    width: 100%;
  }
  .footer .fixing .elem span,
  .menu_1 .elem span {
    font-size: 11px;
    padding: 4px 16px;
  }
  .main_menu .selector {
    position: relative;
    width: 100%;
  }
  .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;
  }
  .main_menu .unactive_selectors .selector_btn {
    background-image: url(../img/style/bottom_b.png);
  }
  .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 .elem.active_selector:nth-child(2) {
    border: 6px solid #ff00a6;
  }
  .main_menu .elem.active_selector:nth-child(3) {
    border: 6px solid #e2ccff;
  }
  .main_menu .elem.active_selector:nth-child(4) {
    border: 6px solid #e2ccff;
  }
  .main_menu .elem.active_selector:nth-child(5) {
    border: 6px solid #fffacc;
  }
  .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;
  }
  .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: "Soft Bold";
    color: #1660a3;
    margin: 0 20px;
  }
  .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: 0 auto;
    width: calc(100vw - 28px);
  }
  .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: 20px;
    font-family: "Soft Bold";
  }
  .main_info .main_about {
    padding: 5px;
  }
  .main_info .main_about form {
    text-align: center;
  }
  .human select:first-child {
    margin: 10px 3px 20px 3px;
  }
  .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;
  }
  .main .dot {
    text-align: center;
  }
  .main .stringed .short .elem_t2 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    text-align: left;
  }
  .main .dotted .elem span {
    color: rgb(80, 80, 80);
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
    display: block;
    text-align: left;
  }
  .main .dotted .elem h2 {
    color: rgb(40, 40, 40);
    margin: -4px 0 0;
    padding: 0 38px 2px 8px;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    text-align: left;
  }
  .main .dotted .elem h1 {
    display: none;
  }
  .main .dotted .elem h3 {
    color: rgb(101, 101, 101);
    margin: 0 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
    text-align: left;
  }
  .main .stringed {
    text-align: left;
    padding-bottom: 5px;
    background-color: #f6f6f6;
  }
  .main .stringed .elem {
    position: relative;
    width: 96%;
    margin: 0 2%;
    height: 110px;
    padding: 5px 0;
    font-size: 13px;
    overflow: hidden;
  }
  .main .stringed .normal .poster,
  .main .stringed .normal .elem_t {
    float: left;
    height: 110px;
  }
  .main .stringed .normal .poster img:first-child {
    display: inline-block;
  }
  .main .stringed .normal .poster img {
    display: block;
    height: 110px;
    z-index: 0;
  }
  .main .stringed .elem span {
    color: rgb(80, 80, 80);
    margin: 2px 0;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
  }
  .main .stringed .elem h1 {
    display: none;
  }
  .main .stringed .elem h2 {
    color: rgb(40, 40, 40);
    margin: 2px 10px;
    padding: 10px 0 10px 5px;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
    text-decoration: underline;
    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: 0;
    left: 5px;
    margin: 20px 0 0 5px;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
  }
  .main .stringed .short h3 {
    left: 120px;
  }
  .main .stringed .elem .content {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 51px !important;
    height: 51px !important;
    float: none !important;
    top: 50px;
    display: none !important;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .main_info .prewfull .faved {
    display: none;
  }
  .main_info .prewfull .info .action,
  .main_info .prewfull .info .name {
    display: none;
  }
  .main_info .prewfull .n-cont .info {
    position: relative;
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
    background: #fff;
    border: 6px solid #3c62c4;
    padding: 2px;
    box-sizing: border-box;
  }
  .main_info .prewfull .n-cont:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 9px;
    background: #fff;
    width: 88%;
    height: 96%;
    border: 5px solid #3c62c4;
  }
  .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;
  }
  .main .human .foto img,
  .main .book .foto img {
    display: block;
    width: 100%;
  }
  .favedlinks {
    display: none;
  }
  .favelink {
    display: none;
  }
  .footer .moby {
    display: none;
  }
}
.main .main_list .elem.short {
  height: auto;
}
.main .main_list .elem.short .poster img {
  width:100%;
}
@media all and (min-width: 641px) and (max-width: 920px) {
  .main .main_list .elem {
    width: 30vw !important;
    margin: 1.66vw !important;
    height: calc(39.5vw + 74px);
    border-radius: 15px;
  }
  .play-button-container {
    bottom: 54px;
  }
}
@media all and (min-width: 371px) and (max-width: 640px) {
  .main .main_list .elem {
    width: 44vw !important;
    margin: 3vw !important;
    height: calc(62vw + 33px);
    border-radius: 15px;
  }
  .play-button-container {
    bottom: 33px;
  }
  .main .dotted .elem h2 {
    font-size: 10px;
  }
}
@media all and (max-width: 370px) {
  .main .main_list .elem {
    width: 220px !important;
    margin: 0 calc(50% - 110px) 20px;
    padding-bottom: 5px;
    height: 340px;
    border-radius: 15px;
  }
  .main .dotted .elem h2 {
    font-size: 12px;
  }
  .play-button-container {
    bottom: 36px;
  }
  .main_about_container:before {
    top: 8px;
    left: 12px;
    width: calc(100% - 17px);
    height: 98%;
  }
}
.mt20px {
  margin-top: 20px;
}
.elem_t {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}