@font-face {
  font-family: "FiraSansCondensedB";
  src: url("../fonts/firasanscondensed/Firasanscondensedregular.eot")
  format("eot"),
  url("../fonts/firasanscondensed/Firasanscondensedregular.woff")
  format("woff"),
  url("../fonts/firasanscondensed/Firasanscondensedregular.ttf")
  format("truetype"),
  url("../fonts/firasanscondensed/FiraSansCondensedregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FiraSansCondensedM";
  src: url("../fonts/firasanscondensed/Firasanscondensedbook.eot") format("eot"),
  url("../fonts/firasanscondensed/Firasanscondensedbook.woff") format("woff"),
  url("../fonts/firasanscondensed/Firasanscondensedbook.ttf")
  format("truetype"),
  url("../fonts/firasanscondensed/Firasanscondensedbook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FiraSansCondensedR";
  src: url("../fonts/firasanscondensed/Firasanscondensedlight.eot")
  format("eot"),
  url("../fonts/firasanscondensed/Firasanscondensedlight.woff") format("woff"),
  url("../fonts/firasanscondensed/Firasanscondensedlight.ttf")
  format("truetype"),
  url("../fonts/firasanscondensed/Firasanscondensedlight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans/Static/TTF/VelaSans-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans/Static/TTF/VelaSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans/Static/TTF/VelaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans/Static/TTF/VelaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  color: #dadada;
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
  font-family: "VelaSans", Arial, Helvetica;
}
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}
body {
  background: #13151B;
  height: 100%;
  min-width: 300px;
}
.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
  background: #13151B;
}
.page .contents .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.footer {
  position: relative;
  max-width: 100%;
  min-width: 300px;
}
.footer .fixing {
  display: flex;
  justify-content: center;
}
/* ----------- */
/* ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ¸ */
.gray {
  background: #cdcdcd;
  background: -moz-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, #cdcdcd),
          color-stop(100%, #8f8f8f)
  );
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: -o-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: -ms-linear-gradient(top, #cdcdcd 0%, #8f8f8f 100%);
  background: linear-gradient(to bottom, #cdcdcd 0%, #8f8f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#8f8f8f',GradientType=0 );
  box-shadow: 0px 1px 1px rgb(184, 184, 184);
  -webkit-box-shadow: 0px 1px 1px rgb(184, 184, 184);
  -moz-box-shadow: 0px 1px 1px rgb(184, 184, 184);
}
.orange {
  background-color: #3F59C1;
  border-color: #3F59C1;
}
.gray span {
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
  border: 1px solid rgb(220, 220, 220);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d3d2d0 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, #ffffff),
          color-stop(100%, #d3d2d0)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #d3d2d0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #d3d2d0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #d3d2d0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d3d2d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d2d0',GradientType=0 );
}
.gray:hover {
  background: #dcdcdc;
  background: -moz-linear-gradient(top, #dcdcdc 0%, #ababab 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, #dcdcdc),
          color-stop(100%, #ababab)
  );
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #ababab 100%);
  background: -o-linear-gradient(top, #dcdcdc 0%, #ababab 100%);
  background: -ms-linear-gradient(top, #dcdcdc 0%, #ababab 100%);
  background: linear-gradient(to bottom, #dcdcdc 0%, #ababab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ababab',GradientType=0 );
  box-shadow: 0px 1px 1px rgb(184, 184, 184);
  -webkit-box-shadow: 0px 1px 1px rgb(184, 184, 184);
  -moz-box-shadow: 0px 1px 1px rgb(184, 184, 184);
}
.gray:hover span {
  color: rgb(100, 100, 100);
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
  border: 1px solid rgb(220, 220, 220);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, #ffffff),
          color-stop(100%, #dfdfdf)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
}
.gray:active {
  background: #8a8a8a;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #cdcdcd 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, #8a8a8a),
          color-stop(100%, #cdcdcd)
  );
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#cdcdcd',GradientType=0 );
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.gray:active span {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, #ffffff),
          color-stop(100%, #dfdfdf)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
  box-shadow: inset 0px 1px 1px rgb(184, 184, 184);
  -webkit-box-shadow: inset 0px 1px 1px rgb(184, 184, 184);
  -moz-box-shadow: inset 0px 1px 1px rgb(184, 184, 184);
}
.btn .orange:hover {
  background-color: #364da9;
}
.button {
  position: relative;
  display: inline-block;
  /* margin: 10px; */
  border-radius: 6px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 6px;
  padding: 1px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 130px;
}
.button span {
  padding: 8px 18px 8px 18px;
  display: block;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: rgb(255 255 255);
}
.err_s {
  font-style: normal !important;
  font-size: 16px !important;
  color: #ce2f2f !important;
}
.success_s {
  font-style: normal !important;
  font-size: 16px !important;
  color: #2fce56 !important;
}
.log .button span {
  color: #fff;
}
.windows {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgb(8 8 8 / 91%);
  text-align: center;
  z-index: 9999;
  display: none;
  overflow-y: auto;
}
.windows .window_close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.windows .window {
  position: absolute;
  left: 50%;
  background-color: #13151B;
}
.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;
}
.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 .infos,
.window .log,
.window .slk,
.window .subs,
.window .prew,
.window .lgu {
  display: none;
}
.window .log {
  overflow: hidden;
}
.info,
.info .infos,
.noprew,
.noprew .prew,
.login,
.login .log,
.fav,
.user_k,
.user_k .slk,
.fav .subs,
.logout,
.logout .lgu {
  display: block;
}
.noprew .text {
  position: relative;
  padding: 20px 0px;
  border-top: 1px dashed rgb(201, 201, 201);
  border-bottom: 1px dashed 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 {
  width: 100%;
  padding: 30px auto 30px auto;
  z-index: 1;
  box-sizing: border-box;
  /*height: 400px;*/
}
.log .tab {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 0px;
  text-align: center;
}
.log .tab h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0 10px;
  text-align: center;
  color: #fff;
}
.log .tab .elem {
  display: inline-block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  border-radius: 16px 0px 0px 0px;
  cursor: pointer;
  background: #ffffff20;
  box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.2) inset;
}
.log .tab .elem:last-child {
  margin: 0px 0px 0px 0px;
  border-radius: 0px 16px 0px 0px;
}
.log .tab .active {
  box-shadow: none;
  background: #13151B;
}
.log .tab .elem span {
  color: #F6F6F6;
  font-size: 15px;
}
.log .tab .active span {
  color: #F6F6F6;
}
.log .tab_header,
.log .tab_footer,
.log .form {
  position: relative;
  width: 100%;
  margin: 15px 0px;
  text-align: center;
}
.wrapper-forms {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  height: -webkit-fill-available;
  height: -moz-available;
  background: #13151b;
  border-radius: 16px;
}
.log .form i {
  text-align: center;
  display: block;
  margin: -5px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}
.log .tab_footer__rule {
  margin-top: 35px;
}
.log .tab_footer__rule .tab_footer__rule-text {
  margin-top: 20px;
}
.log .forms {
  display: none;
}
.log .forms_a {
  display: block;
  width: 100%;
  margin: 0px;
}
.log .tab_footer {
  border-top: 1px solid rgb(190, 190, 190);
  padding: 5px 0px 0px 0px;
  margin-bottom: 0;
}
.log .form form {
  text-align: center;
}
.log .tab_header p,
.log .tab_footer p,
.log .form i {
  color: #F6F6F6;
  font-size: 15px;
  margin: 5px 0px;
}
.log .tab_footer .err_t{
  color: #ff5656;
}
.log .tab_footer .footer_info {
  font-size: 12px;
  text-align: justify;
}
.log .tab_footer .footer_info img{
  width: 18px;
  margin-bottom: -4px;
  filter: brightness(1.5);
}
.log .form p {
  color: #F6F6F6;
  font-size: 15px;
  font-style: normal;
  margin: 0px 10px;
}
.log p b {
  color: #F6F6F6;
}
.log .form .btn {
  position: relative;
  width: 100%;
  margin: -5px auto -20px auto;
  text-align: center;
}
.log .form h1 {
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0px;
}
.log .form input {
  height: 38px;
  width: 100%;
  padding: 0px 16px;
  margin: 5px auto;
  font-size: 15px;
  background: #1F2127;
  border: 1px solid #45474e;
  border-radius: 8px;
  color: #f6f6f6;
  box-sizing: border-box;
}
.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 );
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.code_up {
  display:none;
}

.code_auth_up {
  display:none;
}

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

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

.forms .timer a:hover {
  text-decoration: underline;
  color: #fff;
}

/* ------------ */
/* ÃÅ¾Ã‘ÂÃÂ½ÃÂ¾ÃÂ²ÃÂ½ÃÂ¾ÃÂ¹ ÃÂºÃÂ¾ÃÂ´ */
.hidden {
  display: none;
}
.visible {
  display: block;
}
.menu_top {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 15px 0px 0px 0px;
  z-index: 2;
}
.menu_top .fixing.container {
  display: flex;
}
.main_menu {
  position: relative;
  width: 100%;
  font-size: 0px;
  /*-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);*/
  z-index: 1;
  text-align: center;
}
.menu_1 {
  display: flex;
  gap: 15px;
  text-align: left;
  width: 50%;
  margin: 20px;
}
.menu_top .logo, .footer .logo {
  position: absolute;
  left: 4%;
  top: 10px;
  width: 110px;
  height: 30px;
  background-image: url(../img/style/Cinema_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer .logo {
  top: 24px;
}
.menu_top .logo a, .footer .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_menu .menu_1 .elem {
  border-radius: 12px;
  position: relative;
  display: block;
  text-align: center;
}
.main_menu .menu_1 .elem.active, .main_menu .menu_1 .elem:hover {
  background: #3F59C1;
}
.main_menu .menu_1 .elem a {
  text-decoration: none;
  padding: 8px 15px;
  font-size: 14px;
  display: block;
}
.main_menu .menu_1 .elem a span {
  font-size: 15px;
}
.main_menu .menu_1 .active_menu1 span {
  color: #dc0451 !important;
}
.slider {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
}
.slider img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
}
.slider p {
  display: none !important;
}
.slider p span {
  margin: 0px 10px;
}
.slider a {
  color: rgb(40, 40, 40);
  text-decoration: none;
}
.slsl {
  display: none;
}
.main {
  position: relative;
  width: 100%;
}
.poster_bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 8px;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.main .main_name {
  position: relative;
  width: 100%;
  min-height: 24px;
  padding: 10px 0px 15px 0px;
  z-index: 0;
}
.main .main_name p,
.main .main_name a {
  font-size: 24px;
  text-align: left;
  margin: 0px 20px;
  text-decoration: none;
}
.main .main_name p span,
.main .main_name a span {
  color: #E7E7EE;
}
.main .main_name-wrapper .main_name p span {
  color: #dc0451;
}
.main .main_name p .bio {
  cursor: pointer;
}
.main .main_name a span {
  border-bottom: 1px solid rgb(40, 40, 40);
}
.main .main_name p .unactive_bio_name:after,
.main .main_name p .active_bio_name:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 0px -3px 3px;
  background-repeat: no-repeat;
  background-position: center center;
}
.safari .main .main_name p .unactive_bio_name:after {
  background-image: url(../img/style/bottom_b.svg);
}
.other .main .main_name p .unactive_bio_name:after {
  background-image: url(../img/style/bottom_b.png);
}
.safari .main .main_name p .active_bio_name:after {
  background-image: url(../img/style/top_b.svg);
}
.other .main .main_name p .active_bio_name:after {
  background-image: url(../img/style/top_b.png);
}
.main .main_name a:after {
  content: " ";
  display: inline-block;
  margin: 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.png);
}
.main_fragment {
  text-align: center;
  padding: 0px 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: rgb(40, 40, 40);
  text-decoration: underline;
}
.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 16px;
  height: 40px;
}
.serial_part_ch .elem span {
  font-size: 24px;
}
.serial_part_ch .elem span {
  line-height: 40px;
  color: #b8b8c7;
  cursor: pointer;
}
.serial_part_ch .active span {
  color: #dedee5;
  border-bottom: transparent;
}
.serial_part {
  display: none;
}
.serial_enabled {
  display: block;
}
.serial_part p {
  font-size: 14px !important;
  line-height: 1.7;
  margin: 20px 15px;
  color: #E7E7EE;
}
.serial_part a {
  color: rgb(150, 150, 150);
}
.serial_part span {
  color: rgb(99 39 135);
}
.main_menu {
  position: relative;
}

.main .main_list .elem_name a {
  text-decoration: none;
}
.main .main_list .elem .elem_t {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main .dotted .elem .poster img {
  border-radius: 8px;
}
.bordered {
  margin: 50px 0px 0px 0px;
  margin-bottom: 20px;
  border-top: 1px solid gray;
}
.main_info .main_about {
  position: relative;
  width: 96%;
  margin: 10px 2%;
  padding: 10px 0px;
}
.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_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_menu .selector {
  position: relative;
  text-align: center;
  padding: 20px;
}
.main_menu .selector .elem {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px 0px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.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: 13px;
  color: rgb(232 232 237);
  padding: 10px;
  border: 3px solid #29313F;
  border-radius: 8px;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
}
.main_menu .selector .elem a span:hover, .main_menu .selector .elem.active a span {
  border: 3px solid #758196;
}
.fav_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 3px;
  right: 0px;
  z-index: 1;
  display: none !important;
}
.fav_btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0px 0px 40px 40px;
  border-color: transparent transparent rgb(230, 230, 230) transparent;
}
.faved .fav_btn:after {
  border-color: transparent transparent #ffd986 transparent;
}
.fav_btn .img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: 15px 19px;
  z-index: 2;
}
.safari .fav_btn .img {
  background-image: url(../img/style/fav.svg);
}
.other .fav_btn .img {
  background-image: url(../img/style/fav.png);
}
.safari .faved .fav_btn .img {
  background-image: url(../img/style/unfav.svg);
}
.other .faved .fav_btn .img {
  background-image: url(../img/style/unfav.png);
}
.info_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 1px;
  z-index: 1;
  display: none;
}
.info_btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: rgb(230, 230, 230) transparent transparent transparent;
}
.info_btn .img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  z-index: 2;
}
.safari .info_btn .img {
  background-image: url(../img/style/info.svg);
}
.other .info_btn .img {
  background-image: url(../img/style/info.png);
}
.main_info .active_bio {
  height: auto;
  min-height: 80px;
  overflow: auto;
}
.main_info .main_about p {
  margin: 2px 10px;
  color: rgb(150, 150, 150);
}
.main_info .main_about p a {
  color: rgb(119, 119, 119);
  text-decoration: underline;
  cursor: pointer;
}
.main_info .main_about p a:hover {
  color: #fdaf31;
}
.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;
}
.main_info .prewfull .info .btn {
  background-image: url(../img/style/film.svg);
}
.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.svg);
}
.main_info .prewfull .info:hover .btn {
  background-image: url(../img/style/film_hover.png);
}
.sezon_change .sezons {
  text-align: center;
  position: relative;
  display: block;
  width: 98%;
  height: 42px;
  margin: 10px auto;
  overflow: hidden;
  background: #3a3a3a;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #313131;
  border-radius: 5px;
}
.sezon_change .sezons .elemss {
  position: relative;
  display: inline-block;
  margin: 0px;
  height: 40px;
}
.sezon_change .sezons .elemss span {
  color: rgb(119, 119, 119);
  cursor: pointer;
  font-size: 12px;
  padding: 10px;
}
.sezon_change .sezons .active_sezon span {
  color: rgb(40, 40, 40);
  font-size: 13px;
  padding: 10px;
  line-height: 40px;
}
.sezon_change .sezons .active_sezon {
  box-shadow: inset 0px 2px 5px #c16722;
  background: #f19d2f;
  background: -moz-linear-gradient(top, #f19d2f 0%, #f5ca21 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, #f19d2f),
          color-stop(100%, #f5ca21)
  );
  background: -webkit-linear-gradient(top, #f19d2f 0%, #f5ca21 100%);
  background: -o-linear-gradient(top, #f19d2f 0%, #f5ca21 100%);
  background: -ms-linear-gradient(top, #f19d2f 0%, #f5ca21 100%);
  background: linear-gradient(to bottom, #f19d2f 0%, #f5ca21 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f19d2f, endColorstr=#f5ca21, GradientType=0);
  text-shadow: none;
  border-radius: 5px;
}
.id_film {
  display: none;
}
.tabs {
  position: relative;
  width: 98%;
  margin: 20px auto;
}
.tabs .names {
  position: relative;
  width: 100%;
  height: 30px;
  font-size: 0px;
}
.tabs .names .elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  margin: 0px -1px;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.tabs .names .active {
  border-bottom: 1px solid gray;
}
.tabs .names .elem span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.tabs .texts {
  position: relative;
  width: 100%;
  margin: 2px 0px 0px 1px;
}
.tabs .texts .elem {
  position: relative;
  display: none;
  width: 100%;
  padding: 20px 0px;
}
.tabs .texts .active {
  display: block;
}
.tabs .texts .elem p {
  font-size: 14px;
}
.tabs .texts .elem p b {
  font-size: 15px;
}
.tabs .texts .elem h3 {
  margin: 5px 0px 10px 0px;
  font-size: 20px;
  font-family: "FiraSansCondensedM";
  font-weight: normal;
}
@media all and (min-width: 1270px) {
  .logo-amediateka {
    display: block;
    width: 199px;
    height: 50px;
    background: url(../img/style/Logo_Amedia_w.png) no-repeat 40% 50%;
    background-size: 66%;
  }
  .logo-amediateka__link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .menu_top .search {
    width: 100%;
    height: 50px;
    /* border-left: 1px solid #3c3c3c; */
  }
  .menu_top .search .search_btn {
    background-image: url(../img/style/search.png);
  }
  .menu_top .search .search_inp {
    width: 100%;
    height: 100%;
    background: #1F2127;
    font-size: 13px;
    color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 15px 40px 15px 20px;
  }
  .menu_top .search .search_btn {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 13px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    right: 8px;
    z-index: 1;
  }
  .safari .menu_top .search .search_btn {
    background-image: url(../img/style/search.svg);
    background-size: 18px;
  }
  .other .menu_top .search .search_btn {
    background-image: url(../img/style/search.png);
  }
  .menu_top .menu_main {
    position: absolute;
    right: 4%;
    margin: 0px;
  }
  .menu_act,
  .menu_btn,
  .menu_top .menu_main .links,
  .elem {
    display: none;
  }
  .menu_top .menu_main .logout,
  .menu_top .menu_main .login {
    cursor: default;
    margin-top: 6px;
  }
  .menu_top .menu_main .logout .elem,
  .menu_top .menu_main .login .elem {
    height: 40px;
    line-height: 40px;
    display: block;
  }
  .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 {
    font-family: "VelaSans";
    padding: 8px 30px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.1px;
    background: #3F59C1;
    border-radius: 12px;
    color: #fff;
  }  
  .menu_top .menu_main .logout .elem .unsub {
    width: 100%;
    cursor: pointer;
  }
  .menu_top .menu_main .logout .elem .unsub p {
    color: #AAAAAA;
    font-size: 12px;
  }
  .menu_top .menu_main .logout .elem .unsub:hover p {
    text-decoration: underline;
  }
  .menu_top .menu_main .logout .elem .user {
    position: relative;
    width: 100%;
    height: 0px;
    background-color: rgb(40, 40, 40);
    margin: -1px 0px 0px 0px;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    overflow: hidden;
  }
  .menu_top .menu_main .logout .elem .active {
    height: auto;
  }
  .menu_top .menu_main .logout .elem .user a {
    color: rgb(255, 255, 255);
    line-height: 40px;
    margin: 0px;
    padding: 0px;
  }
  .menu_top .menu_main .logout .elem .user a span {
    display: inline-block;
    background: none;
    margin: 0px 10px;
    padding: 0px;
  }
  .menu_top .menu_main .logout .elem.profile {
    background: transparent;
  }
  .menu_top .menu_main .logout .elem.profile a,
  .footer_menu .logout .elem.profile a {
    color: #F4F4F4 !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu_top .menu_main .logout .elem.profile a:hover,
  .footer_menu .logout .elem.profile a:hover {
    color: #F4F4F4 !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu_top .menu_main .logout .sub-menu,
  .footer_menu .logout .sub-menu {
    display: none;
  }
  .menu_top .menu_main .logout:hover .sub-menu,
  .footer_menu .logout:hover .sub-menu {
    display: block;
  }
  .menu_top .menu_main .logout .sub-menu,
  .footer_menu .logout .sub-menu {
    position: absolute;
    margin: 0 0 0 -45px;
    padding: 10px;
  }
  .menu_top .menu_main .logout .sub-menu__container,
  .footer_menu .logout .sub-menu__container {
    padding: 10px 20px;
    background: #2f3a5d69;
    backdrop-filter: blur(4px);
    border-radius: 12px !important;
  }
  .menu_top .menu_main .logout .sub-menu .elem,
  .footer_menu .logout .sub-menu .elem {
    background: transparent;
  }
  .menu_top .menu_main .logout .sub-menu .elem.telephone,
  .footer_menu .logout .sub-menu .elem.telephone {
    height: unset;
    line-height: 30px;
  }
  .menu_top .menu_main .logout .sub-menu .elem.telephone p:first-child,
  .footer_menu .logout .sub-menu .elem.telephone p:first-child {
    font-size: 14px;
    margin: 0;
    color: #AAAAAA;
  }
  .menu_top .menu_main .logout .sub-menu .elem.telephone p:last-child,
  .footer_menu .logout .sub-menu .elem.telephone p:last-child {
    color: #FFFFFF;
  }
  .menu_top .menu_main .logout .sub-menu a,
  .footer_menu .logout .sub-menu a {
    text-align: center;
    cursor: pointer;
  }
  .menu_top .menu_main .lang {
    position: absolute;
    width: 140px;
    height: 50px;
    overflow: hidden;
    background-color: transparent;
    right: 0px;
    border-left: 1px solid #3c3c3c;
    text-align: center;
  }
  .menu_top .menu_main .lang a {
    display: inline-block;
  }
  .menu_top .menu_main .lang span {
    display: block;
  }
  .menu_top .menu_main .lang .elem {
    display: block;
    height: 40px;
    cursor: pointer;
    margin-top: 4px;
  }
  .safari .menu_top .menu_main .lang .elem:first-child:after {
    background-image: url(../img/style/bottom.svg);
  }
  .other .menu_top .menu_main .lang .elem:first-child:after {
    background-image: url(../img/style/bottom.png);
  }
  .menu_top .menu_main .lang:hover .elem:first-child:after {
    display: none;
  }
  .menu_top .menu_main .lang .elem a {
    text-decoration: none;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-size: 13px;
  }
  .menu_top .menu_main .lang .elem a.active {
    color: #fdaf31;
  }
  .menu_top .menu_main .lang .elem a span {
    margin: 0px 10px;
  }
  /*	.menu_top .menu_main .lang:hover{
            height: 80px;
            width: 45px;
            border-radius: 0px 0px 5px 5px;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
        }*/
  .menu_top .menu_main .lang:hover a:hover {
    color: #fdaf31;
  }
  .footer_menu {
    display: none;
  }
}
/* ---------- */
/* ÃÅ¸ÃÂ¾ÃÂ»ÃÂ½Ã‘â€¹ÃÂ¹ ÃÂ²ÃÂ¸ÃÂ´ */
@media only screen and (min-width: 990px) {
  /* ---- */
  /* ÃÂ¾ÃÂºÃÂ½ÃÂ° */
  .windows .info {
    border-top: 1px dashed 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;
    font-family: "FiraSansCondensedM";
  }
  .info .window .full_info a {
    color: rgb(100, 100, 100);
    font-family: Arial;
  }
  .info .window .full_info a:hover {
    color: #ed7703;
  }
  .info .window .full_info .desk {
    margin: 10px;
    width: 480px;
    height: 64px;
    overflow: hidden;
    background: rgb(233, 229, 222);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: rgb(200, 198, 195) 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;
    font-family: Arial;
  }
  .info .window .buttons {
    margin: 0px 0px 9px 0px;
  }
  .fav .window .subs {
    margin: 0px 0px 20px 0px;
  }
  .footer {
    min-height: 80px;
  }
  .fixing {
    position: relative;
    min-width: 300px;
    max-width: 920px;
    margin: 0px auto;
  }
  .container {
    max-width: 100%;
  }
  .other .main_menu .elem:first-child {
    /* background-image: url(../img/style/logo_t.png); */
    background-size: 111px, 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 1px 0px 0px #e8e8e8;
  }
  .main_menu .hid1 {
    text-align: center;
    display: none;
  }
  .main_menu .hid1a {
    display: block;
  }
  .main_menu .hid1 .active2 span {
    font-family: "FiraSansCondensedB" !important;
  }
  .main_menu .hid1 .elem {
    margin: 0px 5px;
  }
  .main_menu .hid1 .elem:first-child {
    float: none;
    width: auto;
    height: 40px;
    margin: 5px 0px;
    background-image: none;
  }
  .main_menu .menu_1 .user_sub {
    padding: 0px 6px;
  }
  .main_menu .menu_1 .user_sub span {
    color: #fdaf31 !important;
    border-bottom: 1px solid #fdaf31 !important;
  }
  .main_menu .menu_1 .user_sub:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -2px;
    right: 2px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .main_menu .menu_1 .active_menu1:after {
    bottom: 0px !important;
    right: 4px !important;
  }
  .safari .main_menu .menu_1 .user_sub:after {
    background-image: url(../img/style/user_sub_n.svg);
  }
  .other .main_menu .menu_1 .user_sub:after {
    background-image: url(../img/style/user_sub_n.png);
  }
  .safari .main_menu .menu_1 .active_menu1:after {
    background-image: url(../img/style/user_sub_a.svg);
  }
  .slider {
    position: relative;
    margin: 30px auto 0px auto;
    max-height: 450px;
    margin-top: 0px;
  }
  .slider-wrapper {
    background: white;
    box-shadow: 0px 3px 23px black;
    max-height: 450px;
  }
  .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: 10px 5px; */
    font-size: 13px;
    margin: 10px;
    max-height: 376px;
  }
  .main .main_list .faved {
    background-color: rgb(255, 255, 255);
  }
  .main .main_list .elem a {
    text-decoration: none;
  }
  .main .main_list .elem .poster {
    position: relative;
    text-align: center;
  }
  .main .main_list .elem .poster img {
    display: inline-block;
    width: 100%;
    background-color: white;
    -moz-border-radius: 5px;
    z-index: 0;
  }
  .main .main_list .elem_name {
    text-align: center;
  }
  .main .main_list .elem span {
    color: #777777;
    margin: 2px 20px;
    font-size: 15px;
    line-height: 20px;
    cursor: default;
    display: block;
  }
  .main .main_list .elem h2 {
    color: #E8E8ED;
    font-size: 16px;
    line-height: 20px;
    min-height: 60px;
    font-weight: normal;
    white-space: pre-wrap;
  }
  .main .main_list .elem h3 {
    color: #9E9EA1A3;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
  }
  .main .main_list .elem h1 {
    display: none;
  }
  .main .main_list .elem .elem_hidden {
    display: none;
  }
  .main_info .prewfull .info {
    overflow: hidden;
  }
  .main_name-wrapper {
    padding-bottom: 20px;
  }
  .main .main_list .elem .elem_btn,
  .main_info .prewfull .poster .tofav {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 2;
  }
  .main .main_list .elem .toinfo {
    top: 0px;
    left: 0px;
    border-radius: 4px 0px 0px 0px;
    -webkit-border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
  }
  .main .main_list .elem .tofav,
  .main_info .prewfull .poster .tofav {
    bottom: 0px;
    right: 0px;
  }
  .main .main_list .elem .tofav {
    border-radius: 0px 0px 4px 0px;
    -webkit-border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px;
  }
  .main .main_list .elem .elem_btn .image,
  .main_info .prewfull .poster .tofav .icon {
    position: absolute;
    width: 30px;
    min-height: 57px;
    background: rgb(201, 201, 201);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #dbdbdb),
            color-stop(100%, #bababa)
    );
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #bababa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bababa',GradientType=0 );
    -webkit-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    -moz-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    box-shadow: 0px 0px 3px rgb(40, 40, 40);
    cursor: pointer;
  }
  .main .main_list .elem .toinfo .image {
    top: -19px;
    left: -6px;
  }
  .main .main_list .elem .toinfo .image:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 1px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .toinfo .image:after {
    background-image: url(../img/style/info.svg);
  }
  .other .main .main_list .elem .toinfo .image:after {
    background-image: url(../img/style/info.png);
  }
  .main .main_list .elem .tofav .image,
  .main_info .prewfull .poster .tofav .icon {
    top: 3px;
    left: 17px;
  }
  .main .main_list .elem .tofav .image:after,
  .main_info .prewfull .poster .tofav .icon:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .safari .main .main_list .elem .tofav .image:after,
  .safari .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/fav.svg);
  }
  .other .main .main_list .elem .tofav .image:after,
  .other .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/fav.png);
  }
  .safari .main .main_list .elem:hover .tofav .image:after,
  .safari .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/unfav.svg);
  }
  .other .main .main_list .elem:hover .tofav .image:after,
  .other .main_info .prewfull .poster .tofav .icon:after {
    background-image: url(../img/style/unfav.png);
  }
  .main .main_list .faved .elem_btn .image,
  .main_info .prewfull .faved .tofav .icon {
    background-color: #f8cd3e;
    background: #f7cc3d;
    background: -moz-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #f7cc3d),
            color-stop(100%, #ed9735)
    );
    background: -webkit-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -o-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -ms-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: linear-gradient(to bottom, #f7cc3d 0%, #ed9735 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cc3d', endColorstr='#ed9735',GradientType=0 );
    -webkit-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    -moz-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    box-shadow: 0px 0px 3px rgb(40, 40, 40);
  }
  .safari .main .main_list .faved .tofav .image:after,
  .safari .main_info .prewfull .faved .tofav .icon:after {
    background-image: url(../img/style/unfav.svg);
  }
  .other .main .main_list .faved .tofav .image:after,
  .other .main_info .prewfull .faved .tofav .icon:after {
    background-image: url(../img/style/unfav.png);
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 20px auto;
  }
  .main_info .prewfull .poster {
    position: relative;
    width: 32%;
    left: -9px;
    text-align: center;
  }
  .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: rgb(40, 40, 40);
  }
  .main_info .prewfull .image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
  }
  .main_info .prewfull .image img {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .main_info .prewfull .imageposter img {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.2;
    width: 200%;
    height: auto;
    margin: -100% 0px 0px -100%;
  }
  .app {
    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: 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);
    font-family: "FiraSansCondensedB";
    line-height: 25px;
    font-size: 23px;
    margin: 25px 10px;
  }
  .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_fragment {
    display: none;
  }
  .main .human {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 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;
  }
  .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;
  }
  .main .human .text span {
    color: rgb(119, 119, 119);
  }
  .sezon_change .sezons .elemss {
    font-size: 17px;
  }
  .footer .moby {
    display: none;
    height: 20px;
    text-align: center;
    background-color: rgb(40, 40, 40);
    border-top: 1px solid rgb(60, 60, 60);
  }
  .footer .moby p {
    color: #bababa;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
  }
  .footer .full {
    position: relative;
    width: 100%;
    min-height: 80px;
    background-color: #13151b;
    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 {
    color: rgb(255, 255, 255);
  }
  .footer .full .elem a:hover span {
    color: #fdaf31;
  }
  .footer .full .links {
    position: relative;
    display: block;
    min-height: 20px;
  }
  .footer .full .links .elem {
    margin: 0px;
  }
  .footer .full .links .elem span {
    line-height: 20px;
    font-size: 13px;
    font-family: "Verdana";
  }
  .footer .full .links .elem:first-child span {
    line-height: 20px;
    margin: 3px 0px;
    border-bottom: none;
    font-size: 16px;
    display: block;
    color: #fff;
  }
  .footer .full .links .elem:first-child img {
    position: relative;
    height: 50px;
    margin-right: 5px;
    float: left;
  }
}
.n-burger {
  width: 35px;
  height: 55px;
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  display: none;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media all and (max-width: 1270px) {
  .n-burger {
    display: block;
  }
}
.n-burger__line {
  height: 3px;
  width: 100%;
  background: #642887;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
.n-burger:after {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background: #642887;
  position: absolute;
  top: 17px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
.n-burger:before {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background: #642887;
  position: absolute;
  bottom: 16px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
}
@media all and (max-width: 1270px) {
  .menu_1 {
    display: none;
  }
  .page .contents {
    padding-bottom: 64px;
  }
  .menu_top .menu_btn {
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0px;
    left: 22px;
    background-color: rgb(255 255 255);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .other .menu_top .menu_btn {
    background-image: url(../img/style/menu.png);
  }
  .menu_top .menu_act {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(200, 200, 200, 0.6);
  }
  .menu_top .menu_main {
    position: absolute;
    width: 220px;
    margin: 0px 0px;
    background-color: #642887;
    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 .menu_main.active_menu_main {
    width: 100%;
    top: 50px;
  }
  .menu_top .unactive_menu_main {
    left: -220px;
  }
  .menu_top .active_menu_main {
    left: 0px;
  }
  .menu_top .menu_main .elem {
    position: relative;
    width: 220px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
  }
  .menu_top .menu_main.active_menu_main .elem {
    width: 100%;
  }
  .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.png);
  }
  .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.png);
  }
  .menu_top .active_search {
    width: auto;
    left: 25px;
    right: 25px;
    top: 54px;
  }
  .menu_top .active_search .search_inp {
    width: 100%;
    height: 100%;
    background: #1F2127;
    font-size: 13px;
    color: #fff;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 15px 40px 15px 25px;
  }
  .menu_top .active_search .search_btn {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 9px;
    right: 8px;
    z-index: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .menu_top .active_search .search_btn {
    background-image: url(../img/style/search.svg);
  }
  .menu_top .active_search .search_btn {
    background-image: url(../img/style/search.png);
  }
  .menu_top .menu_main .app {
    height: 60px;
    display: none;
  }
  .menu_top .menu_main .app img {
    position: absolute;
    height: 50px;
    bottom: 5px;
    left: 20px;
  }
  .menu_top .menu_main .app a {
    text-decoration: none;
  }
  .menu_top .menu_main .app span {
    line-height: 20px;
    color: white;
    display: block;
    font-family: "FiraSansCondensedM";
    text-decoration: none;
    margin: 0px 5px 2px 85px;
    padding-top: 7px;
  }
  .safari .menu_top .menu_main .elem:after {
    background-image: url(../img/style/right.svg);
  }
  .other .menu_top .menu_main .elem:after {
    background-image: url(../img/style/right.png);
  }
  .menu_top .menu_main .lang .elem:after {
    display: none;
  }
  .menu_top .menu_main .elem a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
    padding: 4px 0px;
  }
  .menu_top .menu_main .logout a,
  .menu_top .menu_main .login a {
    color: #fdaf31;
  }
  .menu_top .menu_main .logout a span:last-child {
    display: none;
  }
  .menu_top .menu_main .elem a span {
    margin: 0px 10px;
    font-family: "FiraSansCondensedM";
    display: inline-block;
  }
  .menu_top .search {
    position: absolute;
    height: 44px;
    z-index: 1;
  }
  .menu_top .logo {
    position: absolute;
    width: 108px;
    height: 30px;
    top: 10px;
    left: 50%;
    margin: 0px 0px 0px -54px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .menu_top .logo {
    background-image: url(../img/style/Cinema_logo.svg);
  }
  /*.menu_top .logo{
        background-image: url(../img/style/logo_m.svg)
    }*/
  .menu_top .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main_menu .menu_1 .elem a {
    line-height: 30px;
  }
  .main_menu .menu_1 .elem {
    height: 30px;
  }
  .main_menu .full {
    display: none !important;
  }
  .main_menu .hid1 .elem:first-child {
    display: inline-block !important;
  }
  .main_menu .selector {
    position: relative;
    width: 100%;
    /* height: 60px; */
    overflow: hidden;
    padding: 0 10px;
  }
  .main_menu .selector .elem {
    margin: 15px 0px;
  }
  .main_menu .selector_btn {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
    display: none;
  }
  .main_menu .unactive_selectors .selector_btn {
    background-image: url(../img/style/bottom_b.svg);
  }
  .main_menu .unactive_selectors .selector_btn {
    display: none;
  }
  .main_menu .active_selectors .selector_btn {
    background-image: url(../img/style/top_b.svg);
  }
  .main_menu .active_selectors .selector_btn {
    background-image: url(../img/style/top_b.png);
  }
  .menu_top .unactive_search {
    background-image: url(../img/style/search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 4px;
    right: 7px;
  }
  .main_menu .active_selectors {
    height: auto;
    overflow: visible;
  }
  .main_menu .active_selectors:after {
    display: none;
  }
  .main_menu .selector .elem:last-child {
    border-bottom: none;
    padding-right: 20px;
  }
  .main_menu .menu_1 .user_sub {
    padding: 0px 4px;
  }
  .main_menu .menu_1 .user_sub span {
    color: #fdaf31 !important;
    border-bottom: 1px solid #fdaf31 !important;
  }
  .main_menu .menu_1 .user_sub:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -4px;
    right: 2px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .main_menu .menu_1 .active_menu1:after {
    bottom: 0px !important;
    right: 2px !important;
  }
  .footer_menu {
    position: fixed;
    inset: auto 15px 15px 15px;
    display: flex;
    justify-content: space-evenly;
    z-index: 999;
  }
  
  .footer_menu__left, .footer_menu__right{
    padding: 10px;
    display: flex;
    justify-content: space-around;
    background: #29303C;
    border-radius: 36px;
    backdrop-filter: blur(60px);
  }
  .footer_menu .elem {
    padding: 10px 2vw 5px;
    border-radius: 12px;
  }
  .footer_menu .elem.active a {
    color: #92ADAD;
  }
  .footer_menu .elem a {
    font-size: 12px;
    text-decoration: none;
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .footer_menu .elem a img {
    height: 20px;
  }
  .footer_menu .logout .profile a {
    color: #F4F4F4 !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer_menu .logout .profile a:hover {
    color: #F4F4F4 !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer_menu .logout .sub-menu {
    display: none;
  }
  .footer_menu .logout:hover .sub-menu {
    display: block;
  }
  .footer_menu .logout .sub-menu {
    position: absolute;
    bottom: 70px;
    right: -10px;
    padding: 10px 10px 25px 15px;
  }
  .footer_menu .logout .sub-menu__container {
    padding: 10px;
    background: #1f2532;
    border-radius: 12px !important;
  }
  .footer_menu .logout .sub-menu .elem {
    background: transparent;
  }
  .footer_menu .logout .sub-menu .elem.telephone {
    height: unset;
    line-height: 30px;
  }
  .footer_menu .logout .sub-menu .elem.telephone p:first-child {
    font-size: 14px;
    margin: 0;
    color: #AAAAAA;
  }
  .footer_menu .logout .sub-menu .elem.telephone p:last-child {
    color: #FFFFFF;
  }
  .footer_menu .logout .sub-menu a {
    text-align: center;
  }
  .safari .main_menu .menu_1 .user_sub:after {
    background-image: url(../img/style/user_sub_n_m.svg);
  }
  .other .main_menu .menu_1 .user_sub:after {
    background-image: url(../img/style/user_sub_n_m.png);
  }
  .safari .main_menu .menu_1 .active_menu1:after {
    background-image: url(../img/style/user_sub_a_m.svg);
  }
  .other .main_menu .menu_1 .active_menu1:after {
    background-image: url(../img/style/user_sub_a_m.png);
  }
}
/* ------------- */
/* ÃÅ“ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹ÃÂ¹ ÃÂ²ÃÂ¸ÃÂ´ */
@media all and (max-width: 1270px) {
  .menu_top .menu_main .elem {
    height: auto;
  }
}
@media only screen and (max-width: 990px) {
  .noprew .window {
    width: 295px;
  }
  .noprew .info {
    border-top: 1px dashed rgb(201, 201, 201);
  }
  .fav .window .subs {
    margin: 0px 0px 20px 0px;
  }
  .fav .window h1 {
    padding: 20px;
  }
  .fav .window {
    width: 294px;
  }
  .login .window {
    width: 320px;
  }
  .logout .window {
    width: 294px;
  }
  .footer {
    height: 180px;
    margin: 10px auto 0 auto;
  }
  .footer .full {
    padding: 0px 30px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .footer .logo {
     position: static;
  }
  .active_menu1:after {
    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: 16px;
  }
  .serial_part p {
    margin: 16px;
  }
  .main {
    padding: 10px 0px 10px 0px;
  }
  .main .main_name {
    padding: 10px 0px;
  }
  .main .main_name p,
  .main .main_name a {
    font-size: 16px;
    text-align: left;
    margin: 0px 90px 0px 16px;
    text-decoration: none;
  }
  .main .main_name a span {
    border-bottom: 1px solid rgb(40, 40, 40);
  }
  .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;
  }
  .main .tabs .names { 
    display: flex;
    height: unset;
  }
  .main .tabs .names .elem { 
    display: flex;
    align-items: center;
    justify-content: center;
    height: unset;
    line-height: 22px;
  }
  .main .tabs .names .elem span {
    font-size: 14px;
  }
  .main .tabs .texts .elem {
    width: unset;
    padding: 20px 10px;
  }
  .main .tabs .texts .elem p {
    margin: 10px 0px;
  }
  .safari .main .main_name a:after {
    background-image: url(../img/style/right_b.svg);
  }
  .other .main .main_name a:after {
    background-image: url(../img/style/right_b.png);
  }
  .main .view_ch {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 65px;
    height: 25px;
    margin: -13px 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 {
    display: none;
  }
  .safari .main .str {
    background-image: url(../img/style/stringed.svg);
  }
  .other .main .str {
    background-image: url(../img/style/stringed.png);
  }
  .main .dotted {
    text-align: center;
    font-size: 0px;
    padding: 0px 0px 20px 0px;
  }
  .main .dotted .elem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 36%;
    margin: 10px 10px;
    font-size: 13px;
    max-width: 240px;
  }
  .main .elem a {
    text-decoration: none;
  }
  .main .dotted .elem:hover {
    filter: drop-shadow(0px 0px 10px #cccccc90);
  }
  .main .dotted .elem .poster {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .main .dotted .elem .poster img {
    display: inline-block;
    max-width: 100%;
    z-index: 0;
  }
  .main .dotted .elem_name {
    text-align: center;
  }
  .main .dotted .elem span {
    color: rgb(80, 80, 80);
    margin: 5px 10px;
    font-size: 15px;
    line-height: 17px;
    cursor: default;
  }
  .main .dotted .elem h2 {
    color: #E8E8ED;
    margin: 5px 10px;
    font-size: 15px;
    line-height: 17px;
    min-height: 52px;
    font-weight: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .main .dotted .elem h1 {
    display: none;
  }
  .main .dotted .elem h3 {
    color: #9E9EA1A3;
    margin: 10px 10px 0px;
    font-size: 14px;
    line-height: 10px;
    font-family: "FiraSansCondensedM";
    font-weight: normal;
    cursor: default;
  }
  .main .dotted .elem .elem_hidden,
  .main .dotted .elem .toinfo {
    display: none;
  }
  .main .dotted .elem .elem_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 0;
    bottom: 0px;
    right: 0px;
    border-radius: 0px 0px 4px 0px;
    -webkit-border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px;
  }
  .main .main_list .elem .elem_btn .image {
    position: absolute;
    width: 30px;
    height: 57px;
    top: 3px;
    left: 17px;
    background: rgb(201, 201, 201);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #dbdbdb),
            color-stop(100%, #bababa)
    );
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%, #bababa 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #bababa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bababa',GradientType=0 );
    -webkit-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    -moz-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    box-shadow: 0px 0px 3px rgb(40, 40, 40);
    cursor: pointer;
  }
  .main .main_list .elem .tofav .image:after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .main .main_list .elem .tofav .image:after {
    background-image: url(../img/style/fav.svg);
  }
  .main .main_list .elem .tofav .image:after {
    background-image: url(../img/style/fav.png);
  }
  .main .main_list .elem:hover .tofav .image:after {
    background-image: url(../img/style/unfav.svg);
  }
  .main .main_list .elem:hover .tofav .image:after {
    background-image: url(../img/style/unfav.png);
  }
  .main .main_list .faved .elem_btn .image {
    background-color: #f8cd3e;
    background: #f7cc3d;
    background: -moz-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #f7cc3d),
            color-stop(100%, #ed9735)
    );
    background: -webkit-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -o-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: -ms-linear-gradient(top, #f7cc3d 0%, #ed9735 100%);
    background: linear-gradient(to bottom, #f7cc3d 0%, #ed9735 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cc3d', endColorstr='#ed9735',GradientType=0 );
    -webkit-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    -moz-box-shadow: 0px 0px 3px rgb(40, 40, 40);
    box-shadow: 0px 0px 3px rgb(40, 40, 40);
  }
  .main .main_list .faved .tofav .image:after {
    background-image: url(../img/style/unfav.svg);
  }
  .main .main_list .faved .tofav .image:after {
    background-image: url(../img/style/unfav.png);
  }
  .main .stringed {
    text-align: left;
    padding: 0px 0px 5px 0px;
  }
  .main .stringed .elem {
    position: relative;
    width: 96%;
    margin: 0px 2%;
    height: 84px;
    border-top: 1px solid rgb(230, 230, 230);
    font-size: 13px;
    overflow: hidden;
  }
  .main .stringed .elem_name a {
    position: absolute;
    height: 100%;
  }
  .main .stringed .elem .poster {
    float: left;
    height: 110px;
  }
  .main .stringed .elem .poster img {
    display: block;
    height: 74px;
    margin: 5px 10px 5px 5px;
    z-index: 0;
  }
  .main .stringed .elem_name {
    text-align: left;
    float: left;
  }
  .main .stringed .elem span {
    color: rgb(80, 80, 80);
    margin: 2px 10px;
    font-size: 13px;
    line-height: 17px;
    cursor: default;
  }
  .main .stringed .elem h1 {
    color: rgb(40, 40, 40);
    margin: 2px 10px;
    font-size: 15px;
    line-height: 15px;
    font-family: "FiraSansCondensedM";
    font-style: italic;
    font-weight: normal;
    display: none;
  }
  .main .stringed .elem h2 {
    color: rgb(40, 40, 40);
    margin: 2px 10px;
    padding: 10px 0px 10px 0px;
    font-size: 17px;
    line-height: 17px;
    font-family: "FiraSansCondensedM";
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
  }
  .main .stringed .elem h3 {
    color: rgb(101, 101, 101);
    margin: 20px 0px 0px 5px;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    cursor: default;
  }
  .main .stringed .elem .elem_hidden {
    display: none;
  }
  .main .stringed .elem .elem_btn {
    display: none;
  }
  .main_info .prewfull {
    position: relative;
    width: 100%;
    margin: 10px 0px;
    background-color: transparent;
  }
  .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 {
    overflow: auto;
  }
  .main .human .foto {
    float: left;
    width: 30%;
    margin: 5px;
  }
  .main .human .foto img {
    display: block;
    width: 100%;
  }
  .sezon_change .sezons .elemss {
    font-size: 15px;
  }
  .footer .moby {
    display: none;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0px;
    text-align: center;
    background: rgb(40, 40, 40);
  }
  .footer .moby p {
    line-height: 60px;
    font-size: 11px;
    color: rgb(255, 255, 255);
  }
  .footer .full {
    display: none;
  }
  .mobile-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: nowrap;
    /* flex-wrap: nowrap; */
    white-space: nowrap;
    overflow-y: auto;
    width: 100%;
  }
  .mobile-scroll .name {
    display: none !important;
  }
  .main_menu {
    height: 100%;
    overflow: hidden;
  }
  .main .main_list .elem .elem_t {
    margin-top: 0px;
  }
  .wrapper-forms {
    padding: 15px;
  }
  .log {
    height: unset;
    border-radius: 12px;
  }
  .log .tab_footer {
    padding: 0px;
  }
  .active_selector:after {
    width: 30px;
    height: 5px;
    bottom: -1px;
    left: 50%;
    /* right: 0; */
    background: #f8bc03;
    /*content: "";*/
    display: block;
    /* margin: 0 auto; */
    position: absolute;
    z-index: 1;
    margin-left: -15px;
  }
  .logo-amediateka--mobile {
    display: block;
    width: 220px;
    height: 40px;
    background: url(../img/style/Logo_Amedia_w.png) no-repeat 12% 50%;
    background-size: 50%;
  }
  .logo-amediateka__link--mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer .full .links .elem span {
    color: rgb(150, 150, 150);
  }
}
.footer .full {
  position: relative;
  width: 100%;
  min-height: 80px;
  margin: 0px;
  font-size: 0px;
}
.footer .full .elem {
  display: inline-block;
  margin: 15px 10px;
  font-size: 16px;
}
.footer .full .elem a {
  text-decoration: none;
}
.footer .full .elem a span {
  color: rgb(255, 255, 255);
}
.footer .full .elem a:hover span {
  color: #6e82d0;
}
.footer .full .links {
  position: relative;
  display: block;
  min-height: 20px;
  text-align: center;
}
.footer .full .links .elem {
  margin: 0px;
}
.footer .full .links .elem span {
  line-height: 20px;
  font-size: 13px;
  font-family: "Verdana";
}
.footer .full {
  display: flex;
  align-items: center;

}
#playerElement {
  height: 372px !important;
}
.main_info .prewfull .info {
  top: 10px !important;
  height: 95% !important;
  border-radius: 8px;
}
.prewfull #content1 {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.n-lang a {
  display: inline-block !important;
}
.n-lang a.active {
  color: #fdaf31 !important;
}
@media all and (max-width: 1270px) {
  .n-desc {
    display: none;
  }
}
.login .window {
  border-radius: 16px;
  top: 5vh !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.n-pop {
  position: absolute;
  top: 90px !important;
}
.n-play {
  width: 113px;
  height: 113px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 50%;
  border: 9px solid #fff;
  cursor: pointer;
}
.n-play span {
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-left: 53px solid #fff;
  border-bottom: 31px solid transparent;
  position: absolute;
  top: 0;
  left: 20px;
  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-film-wrap {
  height: 100%;
  background-size: cover;
}
.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 #playerElement {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100% !important;
  margin: auto;
  position: absolute;
}
.n-list__name {
  color: #5b20a0;
}
.rules ul li {
  color: #642887;
  font-size: 14px;
}
.rules ul {
  margin: 5px 15px;
}
.footer-wrapper {
  text-align: center;
}
.n-logo-footer {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}
.n-logo-footer img {
  padding: 15px 0 0;
  max-width: 100%;
}

nav.pagination-row {
  width: 100%;
  margin: 15px auto;
  display:flex;
  align-items: center;
  flex-direction: column;
}

nav.pagination-row .page-link {
  color: #ffffff;
  border-radius: 6px;
  -webkit-tap-highlight-color: transparent;
}

nav.pagination-row .page-item {
  display: flex;
  align-items: center;
}

nav.pagination-row .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1F2127;
  padding: 0.2rem 0.65rem;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.6rem 0.65rem;
  margin-left: -1px;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  color: #f2f2f2;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: transaprent;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px
}

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
}

.page-item.disabled .page-link {
  color: #8e979f;
  pointer-events: none;
  cursor: auto;
}
.page_404 {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
}

.page_404 button {
    margin: 25px auto;
    background: #3F59C1;
    font-size: 14px;
    width: 200px;
    padding: 15px;
    border-radius: 10px;
}

.page_404_header {
  margin: 25px 0;
  font-size: 22px;
  text-align: center;
  color: #efefef;
}

.auth-blur__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13151b;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
}
.auth-blur__block .message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #ce2f2f !important;
  font-size: 16px;
  padding: 0px 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

#resend_code1 {
  text-decoration: underline;
}

/* ######### СТРАНИЦА ПОДПИСКИ ########### */

.subscribe-page {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #0E0F11;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}

.subs-modal-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: rgba(0, 0, 0, 0.4); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.subs_page-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
}

.subs_page-header img {
  height: 14px;
}

.subs-modal-container h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}

.subs-modal-container .forms_subscribe, .rules_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #13151BA8;
  box-shadow: 0px 10px 25px 0px #D4D4D414;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px !important;
  padding: 25px 20px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}

.rules_container {
  display: none;
}

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

.subs-modal-container .tab_footer p, .subs-modal-container .tab_header p {
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.subs-modal-container .tab_footer span, .subs-modal-container .tab_header span {
  color: #FFFFFF;
}


.subs-modal-container .tab_footer p b , .subs-modal-container .tab_header p b {
  color: #FFFFFF;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

.forms_subscribe input {
  height: 48px;
  border: 1px solid transparent;
  border-radius: 10px !important;
  outline: none;
}

.forms_subscribe .green_button {
  background: #3F59C1;
  border-radius: 10px !important;
  padding: 8px 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.1s ease;
}

.forms_subscribe .btn {
  position: relative;
  height: 48px;
  line-height: 48px !important;
  padding: 0;
  margin: -5px auto -20px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  border: 0 !important;
}

.forms_subscribe .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.text-white {
  color: #fff !important;
}

.forms_subscribe .code_auth_up {
  display: none;
}

.forms_subscribe .timer {
  text-align: center;
  margin: 15px 0px;
}

.forms_subscribe .timer a {
  cursor: pointer;
  text-decoration: underline;
  color: #FFFFFF !important;
}

.forms_subscribe .timer a:hover {
  text-decoration: underline !important;
  color: #FFFFFF !important;
}

.forms_subscribe #resend_code1,.forms_subscribe #resend_code2 {
  text-align: center;
  cursor: pointer;
}

.forms_subscribe .tab_footer p {
  font-size: 12px;
  text-align: justify;
  line-height: 14px;
}

.forms_subscribe .tab_footer a {
  text-decoration: underline !important;
  cursor: pointer;
  color: #FFFFFF !important;
}

.forms_subscribe .tab_footer p:not(:last-child) {
  margin-bottom: 8px;
}

.forms_subscribe .tab_footer img {
  width: 18px;
  filter: brightness(2);
  margin-bottom: -3px;
}

.err_t {
  margin: 10px 0;
  font-style: normal !important;
  font-size: 16px !important;
  color: #d10000 !important;
}

.success_t {
  margin: 10px 0;
  font-style: normal !important;
  font-size: 16px !important;
  color: #00721c !important;
  font-weight: 600;
}

h5.subrule_title {
  font-size: 22px;
  margin: 0 0 20px;
  text-align: center;
}

.main_about {
  max-height: 70vh;
  overflow: overlay;
}

.main_about::-webkit-scrollbar {
  width: 4px;
  height: 16px;
}

.main_about::-webkit-scrollbar-track {
  background: transparent;
}

.main_about::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: 10px !important;
}


.main_about p {
  text-align: left;
  margin: 0 0 10px;
  font-size: 14px;
  color: #fff;
}

.close_cross {
  position: absolute;
  left: 17px;
  top: 27px;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  z-index: 20;
  filter: invert(1);
}

.with-phone-show {
  display: none;
}


@media only screen and (max-width: 990px) {
  .subs_page-header img {
    margin: auto;
  }
}
@media only screen and (min-width: 451px) {
  .subscribe-page {
    background-image: url(../img/style/background_subs.jpg);
  }
}

@media only screen and (max-width: 450px) {
  .subscribe-page {
    background-image: url(../img/style/background_subs_mob.jpg); 
  }
}

/* #################### */