html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
  display: block; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  min-height: 100%; }

.full-center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.wrapper-fixed-footer {
  min-height: 100%;
  padding-bottom: 76px;
  position: relative; }

footer {
  width: 100%;
  height: 76px;
  position: absolute;
  bottom: 0;
  background-color: #151515; }
  footer .logo {
    color: #c7c7c7; }

.brand-color {
  color: #f6b831; }

.brand-list {
  color: #f6b831; }
  .brand-list:hover, .brand-list:focus {
    color: #f6b831;
    text-decoration: none; }

a:focus, button:focus {
  outline: none !important; }

b {
  font-weight: 700; }

body {
  min-width: 300px;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #2f2f33; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover; }

* html .page-wrapper {
  height: 100%; }

.center-bl {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }

.border-none {
  border: 0 !important; }

.vertical-middle-wrapper {
  width: 100%;
  content: '';
  display: table;
  height: 100%;
  vertical-align: middle; }

.vertical-middle-wrapper > * {
  vertical-align: middle !important;
  height: 100% !important;
  display: table-cell !important; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    text-decoration: none;
    color: #f6b831;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

a.link-underline:hover {
  text-decoration: none; }

a.link-underline {
  text-decoration: underline;
  color: #3c3340; }

input:focus, textarea:focus {
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  width: 100%;
  display: table;
  clear: both;
  content: ""; }

b {
  font-weight: 700; }

.load .translation-slider {
  opacity: 1; }

h3 {
  margin-top: 27px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500; }

.footer-wrapper {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  height: 76px;
  padding: 10px 50px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center; }
  .footer-wrapper ul li {
    margin-right: 26px;
    position: relative;
    color: #c7c7c7;
    display: inline-block; }
    .footer-wrapper ul li:before {
      width: 0;
      height: 0;
      position: absolute;
      top: 14px;
      right: -18px;
      font-size: 9px;
      display: block;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      font-family: 'icomoon' !important;
      font-style: normal;
      content: "\e908";
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .footer-wrapper ul li a {
      color: #c7c7c7; }
      .footer-wrapper ul li a:hover, .footer-wrapper ul li a.hover {
        color: #f6b831; }
    .footer-wrapper ul li:last-child {
      margin-right: 0; }
      .footer-wrapper ul li:last-child:before {
        display: none; }

.mail-to-link {
  color: gray; }

header {
  height: 70px;
  position: relative;
  z-index: 5;
  background-color: black; }
  header .logo {
    width: 264px;
    margin-right: 20px;
    float: left;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    header .logo img {
      width: 100%; }
  header .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  header .next-movie {
    padding-top: 4px;
    float: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 3px solid #f6b831; }
    header .next-movie span {
      padding: 13px 20px 12px;
      display: block;
      color: #fffefe;
      font-size: 16px;
      letter-spacing: 0.16px;
      background-color: #252529;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  header > * {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.drop-list:hover > a, .drop-list .hover > a {
  color: #f6b831;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .drop-list:hover > a:hover, .drop-list .hover > a:hover {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }

.drop-list:hover .wrapper-drop, .drop-list .hover .wrapper-drop {
  display: block; }

.drop-list:hover .icon-arrow_bold, .drop-list .hover .icon-arrow_bold {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -3px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.drop-list .wrapper-drop {
  position: absolute;
  top: 70px;
  left: 0;
  padding-top: 4px;
  display: none; }

.list-menu {
  width: 425px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .list-menu > li {
    margin-right: 15px;
    padding: 27px 10px 23px;
    display: inline-block;
    position: relative; }
    .list-menu > li:last-child {
      margin-right: 0; }
    .list-menu > li > a {
      letter-spacing: -0.85px;
      color: rgba(255, 255, 255, 0.7); }
      .list-menu > li > a:hover {
        color: #f6b831; }
  .list-menu .icon-arrow_bold {
    margin-left: 10px;
    font-size: 8px;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .list-menu .drop-menu {
    width: initial;
    padding: 15px 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.9); }
    .list-menu .drop-menu .one-block {
      width: 110px;
      padding: 0 0 0 30px;
      border-right: 1px solid #2f2f33; }
      .list-menu .drop-menu .one-block:first-child {
        width: 150px;
        padding-left: 20px; }
      .list-menu .drop-menu .one-block:last-child {
        border-right: 0; }
      .list-menu .drop-menu .one-block li {
        margin-bottom: 5px; }
        .list-menu .drop-menu .one-block li:last-child {
          margin-bottom: 0; }
        .list-menu .drop-menu .one-block li a {
          color: #969696;
          font-size: 13px;
          letter-spacing: 0.12px; }
          .list-menu .drop-menu .one-block li a:hover {
            color: white; }

.big-skam-img {
  margin-bottom: -10px;
  padding-top: 30px;
  padding-right: 50px;
  position: absolute;
  top: -189px;
  right: 0;
  left: 0;
  line-height: 0;
  text-align: center; }
  .big-skam-img img {
    width: 100%;
    max-width: 640px;
    display: inline-block; }

.box-dark-gray {
  margin-bottom: 60px;
  position: relative;
  padding: 32px 34px 60px;
  background-color: #252529; }
  .box-dark-gray .name-serials {
    margin-bottom: 15px;
    padding-right: 50px;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    font-size: 32px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.16px; }
    .box-dark-gray .name-serials h1 {
      font-weight: 500;
      display: inline; }
  .box-dark-gray .sort-ico {
    width: 34px;
    height: 34px;
    position: absolute;
    right: -15px;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .box-dark-gray .sort-ico:hover {
      border: 2px solid rgba(255, 255, 255, 0.8); }
    .box-dark-gray .sort-ico.up {
      color: rgba(255, 255, 255, 0.5); }
    .box-dark-gray .sort-ico span {
      font-size: 16px; }

.new-serials {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .new-serials .left-side {
    width: 100%; }
    .new-serials .left-side .caption {
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.85);
      font-size: 32px;
      font-family: 'Fira Sans', sans-serif;
      letter-spacing: 0.16px; }
  .new-serials .right-side {
    width: 300px;
    margin-left: 28px;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden; }

.name-country-page {
  margin-bottom: 22px !important; }

.block-day {
  padding: 14px 15px;
  background-color: #2f2f33; }

.list-series {
  position: relative;
  padding: 0 16px; }
  .list-series:before {
    width: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    display: block;
    background-color: #252529; }
  .list-series li {
    margin-bottom: 25px; }
    .list-series li:first-child {
      padding-top: 7px; }
    .list-series li:last-child {
      margin-bottom: 0;
      padding-bottom: 5px; }
    .list-series li div {
      padding: 5px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .list-series li div:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 9px;
        content: "";
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .list-series li div:after {
        width: 4px;
        position: absolute;
        left: -17px;
        top: -2px;
        bottom: 2px;
        content: "";
        z-index: 10;
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-color: #f6b831; }
      .list-series li div:hover span, .list-series li div.hover span {
        color: #f6b831;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .list-series li div:hover:before, .list-series li div.hover:before {
        border-bottom: 1px dotted #f6b831;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .list-series li div span {
        padding-right: 10px;
        position: relative;
        z-index: 2;
        background-color: #2f2f33;
        display: block;
        float: left;
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .list-series li div span:nth-child(2) {
          padding-right: 0;
          padding-left: 10px;
          text-align: right; }

.text-information {
  color: rgba(199, 199, 199, 0.85);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07px;
  word-break: break-word; }
  .text-information .article {
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 26px;
    letter-spacing: 0.13px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500; }
  .text-information .under-article {
    margin-bottom: 12px;
    color: #858587;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.09px;
    line-height: 28px; }
  .text-information p {
    margin-bottom: 12px; }
    .text-information p:last-child {
      margin-bottom: 0; }

.new-movie-box {
  border-top: 4px solid #f6b831;
  padding-top: 4px; }
  .new-movie-box .box-dark {
    margin-bottom: 43px;
    padding: 35px 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #2f2f33; }
    .new-movie-box .box-dark .one-item {
      width: 42%;
      margin-right: 16%;
      padding: 0 10px 25px 0; }
      .new-movie-box .box-dark .one-item:nth-child(2n+2) {
        margin-right: 0; }
      .new-movie-box .box-dark .one-item .number {
        margin-bottom: 10px;
        font-size: 24px;
        font-family: "Fira Sans", sans-serif;
        font-weight: 500; }
        .new-movie-box .box-dark .one-item .number a {
          color: rgba(255, 255, 255, 0.8); }
          .new-movie-box .box-dark .one-item .number a:hover {
            color: #f6b831; }

.translate-ul li {
  margin-bottom: 10px; }
  .translate-ul li a {
    padding-left: 24px;
    position: relative;
    display: inline-block;
    color: #8f8f8f; }
    .translate-ul li a:before {
      width: 5px;
      height: 5px;
      border: 1px solid #f6b831;
      border-radius: 50%;
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 4px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .translate-ul li a:hover, .translate-ul li a.hover {
      color: #f6b831; }
      .translate-ul li a:hover:before, .translate-ul li a.hover:before {
        background-color: #f6b831;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

.header-btn-share {
  display: none; }

.play-ico {
  width: 52px;
  height: 52px;
  border: 1px solid #f5e74b;
  border-radius: 50%; }
  .play-ico:before {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #f5e74b; }

.player-serial iframe {
  width: 100%;
  height: 431px; }

.player-serial {
  height: 431px;
  margin-bottom: 19px;
  position: relative;
  background-color: black; }
  .player-serial .play-ico {
    width: 154px;
    height: 154px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    border: 2px solid #f5e74b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .player-serial .play-ico:before {
      border-width: 13px 0 13px 26px; }

.slider-btn-bottom {
  height: 28px;
  background-color: #252529; }
  .slider-btn-bottom .prev-series, .slider-btn-bottom .next-series {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative; }
    .slider-btn-bottom .prev-series strong, .slider-btn-bottom .next-series strong {
      width: 28px;
      height: 28px;
      text-align: center;
      color: #f6b831;
      float: left;
      background-color: #252529;
      border: 1px solid #f6b831;
      font-size: 10px;
      z-index: 10;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .slider-btn-bottom .prev-series strong:before, .slider-btn-bottom .next-series strong:before {
        display: inline-block; }
    .slider-btn-bottom .prev-series:hover, .slider-btn-bottom .prev-series.hover, .slider-btn-bottom .next-series:hover, .slider-btn-bottom .next-series.hover {
      color: #f6b831; }
      .slider-btn-bottom .prev-series:hover strong, .slider-btn-bottom .prev-series.hover strong, .slider-btn-bottom .next-series:hover strong, .slider-btn-bottom .next-series.hover strong {
        color: white;
        background-color: #f6b831;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .slider-btn-bottom .prev-series span, .slider-btn-bottom .next-series span {
      padding-top: 7px;
      display: inline-block;
      float: left;
      position: relative; }
      .slider-btn-bottom .prev-series span:before, .slider-btn-bottom .next-series span:before {
        height: 2px;
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        content: "";
        background-color: #f5e74b;
        visibility: hidden; }
  .slider-btn-bottom .prev-series strong {
    margin-right: 15px; }
    .slider-btn-bottom .prev-series strong:after {
      right: -5px; }
  .slider-btn-bottom .prev-series i {
    margin-right: 2px;
    position: relative;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .slider-btn-bottom .next-series span {
    margin-right: 10px; }
  .slider-btn-bottom .next-series strong {
    margin-left: 15px; }
    .slider-btn-bottom .next-series strong:after {
      left: -5px; }
  .slider-btn-bottom .next-series i {
    margin-left: 2px;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .slider-btn-bottom .one-slide-btn {
    text-align: center;
    float: left;
    min-height: 10px; }
    .slider-btn-bottom .one-slide-btn:nth-child(3) {
      text-align: right; }
    .slider-btn-bottom .one-slide-btn:nth-child(1) {
      text-align: left; }
    .slider-btn-bottom .one-slide-btn:nth-child(1), .slider-btn-bottom .one-slide-btn:nth-child(3) {
      width: 30%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .slider-btn-bottom .one-slide-btn:nth-child(2) {
      width: 40%; }

.choose-series {
  width: 186px;
  height: 28px;
  padding: 4px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  z-index: 5;
  display: inline-block;
  position: relative;
  border: 1px solid #f6b831;
  background-color: #252529;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .choose-series i {
    margin-right: 10px;
    padding-top: 2px;
    text-align: center;
    font-size: 30px;
    line-height: 15px; }
  .choose-series:hover, .choose-series.hover {
    background-color: #f6b831;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .choose-series:hover > *, .choose-series.hover > * {
      color: white;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
  .choose-series > * {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .choose-series span {
    padding-top: 2px; }

.center-choose {
  position: relative;
  display: inline-block; }

.slider-main-box .translation-slider .btn-next-tr, .slider-main-box .translation-slider .owl-next {
  background: -webkit-gradient(linear, right top, left top, from(#2f2f33), to(rgba(47, 47, 51, 0)));
  background: -webkit-linear-gradient(right, #2f2f33, rgba(47, 47, 51, 0));
  background: -o-linear-gradient(right, #2f2f33, rgba(47, 47, 51, 0));
  background: linear-gradient(to left, #2f2f33, rgba(47, 47, 51, 0));
  right: -7px; }

.slider-main-box .translation-slider .btn-prev-tr {
  background: -webkit-gradient(linear, left top, right top, from(#2f2f33), to(rgba(47, 47, 51, 0)));
  background: -webkit-linear-gradient(left, #2f2f33, rgba(47, 47, 51, 0));
  background: -o-linear-gradient(left, #2f2f33, rgba(47, 47, 51, 0));
  background: linear-gradient(to right, #2f2f33, rgba(47, 47, 51, 0));
  left: -7px; }

.slider-main-box .translation-slider .btn-next-tr, .slider-main-box .translation-slider .owl-next, .slider-main-box .translation-slider .btn-prev-tr {
  width: 50px;
  height: 39px;
  z-index: 20; }
  .slider-main-box .translation-slider .btn-next-tr .ico-slick-one, .slider-main-box .translation-slider .owl-next .ico-slick-one, .slider-main-box .translation-slider .btn-prev-tr .ico-slick-one {
    display: none; }

.slider-main-box .translation-slider {
  padding-top: 0; }
  .slider-main-box .translation-slider .overflow-series {
    margin: 0; }
  .slider-main-box .translation-slider .wrapper-item .one-item {
    padding: 22px 29px 24px; }

.translation-slider {
  margin-bottom: 15px;
  position: relative;
  opacity: 0; }
  .translation-slider:before {
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    display: block;
    background-color: #1c1c1f; }
  .translation-slider .slick-track {
    padding-bottom: 0; }
  .translation-slider .overflow-series {
    margin: 0 20px 0 0; }
  .translation-slider .wrapper-item {
    padding: 0;
    position: relative; }
    .translation-slider .wrapper-item .slick-active .one-item {
      color: white;
      font-weight: 400; }
    .translation-slider .wrapper-item .item {
      padding: 0; }
    .translation-slider .wrapper-item .one-item {
      padding: 9px 30px 20px;
      display: block;
      position: relative;
      font-size: 17px;
      color: #fffefe; }
      .translation-slider .wrapper-item .one-item.active {
        color: #f6b831; }
        .translation-slider .wrapper-item .one-item.active:before {
          height: 3px;
          left: 0;
          right: 2px;
          bottom: 0;
          position: absolute;
          content: "";
          display: block;
          background-color: #f6b831; }
        .translation-slider .wrapper-item .one-item.active:after {
          left: 50%;
          right: 0;
          width: 11px;
          margin-left: -5px;
          bottom: 0;
          position: absolute;
          color: #f6b831;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e908";
          display: block; }
      .translation-slider .wrapper-item .one-item:hover {
        color: #f6b831; }
  .translation-slider .ico-slick-one {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(62, 62, 62, 0.8);
    color: #5f5f5f;
    font-size: 12px;
    display: block;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: black;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .translation-slider .btn-next-tr, .translation-slider .btn-prev-tr {
    padding: 3px 2px;
    position: absolute;
    top: 6px; }
    .translation-slider .btn-next-tr.slick-disabled, .translation-slider .btn-prev-tr.slick-disabled {
      display: none !important; }
    .translation-slider .btn-next-tr:hover .ico-slick-one, .translation-slider .btn-prev-tr:hover .ico-slick-one {
      border: 1px solid #f6b831;
      color: #f6b831;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .translation-slider .btn-prev-tr {
    left: -35px;
    display: none; }
  .translation-slider .btn-next-tr {
    right: -23px; }

.box-dark-gray .sort-ico {
  line-height: 0; }
  .box-dark-gray .sort-ico .icon-seria_down {
    line-height: 0; }
    .box-dark-gray .sort-ico .icon-seria_down .path1:before, .box-dark-gray .sort-ico .icon-seria_down .path2:before {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .box-dark-gray .sort-ico:hover {
    border: 1px solid #f6b831; }
    .box-dark-gray .sort-ico:hover .icon-seria_down .path1:before {
      color: #f6b831;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .box-dark-gray .sort-ico:hover .icon-seria_down .path2:before {
      color: rgba(230, 48, 45, 0.6);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .box-dark-gray .sort-ico.up .path1:before {
    color: #737373;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .box-dark-gray .sort-ico.up .path2:before {
    color: #c9c9c9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .box-dark-gray .sort-ico.up:hover .icon-seria_down .path1:before {
    color: rgba(230, 48, 45, 0.6);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .box-dark-gray .sort-ico.up:hover .icon-seria_down .path2:before {
    color: #f6b831;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.close-menu-field {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: none; }
  .close-menu-field.active, .close-menu-field.open {
    display: block; }

.comment {
  margin: 30px -34px -60px;
  padding: 1px 35px 0;
  background-color: white; }
  .comment h3 {
    margin-bottom: 10px;
    color: #252529;
    font-size: 30px; }

.right-side #vk_groups, .right-side iframe {
  width: 100% !important; }

body, .wrapper-fixed-footer {
  min-width: 320px; }

.load .translation-slider {
  opacity: 1; }

.btn-menu-mobile {
  width: 40px;
  height: 40px;
  padding: 12px 9px;
  display: none; }
  .btn-menu-mobile i {
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    background-color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block; }
    .btn-menu-mobile i:last-child {
      margin-bottom: 0; }

.box-close-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4); }

.wrapper-series {
  margin: -8px -15px 50px; }
  .wrapper-series .one-series {
    margin-bottom: 3px;
    padding: 25px 75px 19px 15px;
    background-color: #2f2f33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wrapper-series .one-series:hover, .wrapper-series .one-series .hover {
      background-color: #38383c; }
      .wrapper-series .one-series:hover .box-img, .wrapper-series .one-series .hover .box-img {
        border: 1px solid #f6b831;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .wrapper-series .one-series:hover .box-img:before, .wrapper-series .one-series:hover .box-img .icon-play_small, .wrapper-series .one-series .hover .box-img:before, .wrapper-series .one-series .hover .box-img .icon-play_small {
          opacity: 1;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
      .wrapper-series .one-series:hover .number-series, .wrapper-series .one-series .hover .number-series {
        color: #f6b831; }
    .wrapper-series .one-series:last-child {
      margin-bottom: 0; }
    .wrapper-series .one-series .box-img {
      width: 217px;
      height: 132px;
      margin-right: 15px;
      position: relative;
      border: 1px solid #8e8e8e;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .wrapper-series .one-series .box-img:before {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        z-index: 1;
        opacity: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      .wrapper-series .one-series .box-img .icon-play_small {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        font-size: 41px;
        z-index: 2;
        opacity: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
    .wrapper-series .one-series .text-info {
      width: 100%;
      padding-top: 17px; }
      .wrapper-series .one-series .text-info > * {
        display: block; }
    .wrapper-series .one-series .number-series {
      margin-bottom: 4px;
      color: rgba(254, 254, 254, 0.8);
      font-size: 26px;
      line-height: 29px;
      letter-spacing: 0.06px;
      font-family: 'Fira Sans', sans-serif; }
    .wrapper-series .one-series .name-series {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.18px;
      color: rgba(254, 254, 254, 0.35); }
    .wrapper-series .one-series .description {
      color: rgba(199, 199, 199, 0.85);
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.07px; }

.wrapper-one-serial {
  margin: 0 -15px 33px;
  padding: 15px 15px 30px;
  background-color: #2f2f33; }

.slider-main-box {
  margin: 0 -15px 40px;
  padding: 17px 0;
  background-color: #2f2f33; }
  .slider-main-box .translation-slider {
    height: 69px;
    overflow: hidden;
    margin: 0 15px 14px;
    border-top: 1px solid #252529; }

.series-season-wrapper {
  max-width: 955px;
  margin: 0 15px;
  padding-bottom: 19px;
  border-bottom: 1px solid #252529;
  overflow: auto;
  position: relative; }

.big-slider-main {
  height: 205px;
  position: relative; }
  .big-slider-main.left-position .series-season-wrapper:before, .big-slider-main.left-position .prev-series {
    display: none; }
  .big-slider-main.center-position .series-season-wrapper:before {
    display: block; }
  .big-slider-main.center-position .prev-series {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .big-slider-main.right-position .next-series, .big-slider-main.right-position .series-season-wrapper:after {
    display: none; }

.main-list-series {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.one-item-series {
  width: 191px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative; }
  .one-item-series:hover .box-img, .one-item-series.hover .box-img {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .one-item-series:hover .box-img:before, .one-item-series.hover .box-img:before {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .one-item-series:hover .box-img:after, .one-item-series.hover .box-img:after {
      right: 0;
      top: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      display: block;
      content: "";
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.5);
      border: 1px solid #f6b831;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .one-item-series:hover .series-number, .one-item-series.hover .series-number {
    color: #f6b831;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .one-item-series .box-img {
    width: 100%;
    height: 117px;
    margin-bottom: 12px;
    opacity: 1;
    position: relative;
    line-height: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .one-item-series .box-img:before {
      position: absolute;
      font-size: 53px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e906";
      color: white; }
    .one-item-series .box-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .one-item-series:last-child .series-number:after {
    display: none; }
  .one-item-series .series-number {
    padding: 5px 10px;
    text-align: center;
    display: block;
    letter-spacing: 0.12px;
    background-color: #252529;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .one-item-series .series-number:after {
      width: 1px;
      height: 17px;
      position: absolute;
      top: 6px;
      right: 0;
      display: block;
      content: "";
      background-color: #2f2f33; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  margin-top: -2px; }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 15px;
    margin: 0;
    background-color: #f6b831;
    border-radius: 0;
    position: relative; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 11px;
  margin: 0;
  background-color: #252529;
  border-radius: 0; }

.series-btn {
  width: 28px;
  height: 28px;
  top: 129px;
  position: absolute;
  text-align: center;
  color: #f6b831;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  z-index: 20;
  background-color: #252529;
  border: 1px solid #f6b831;
  font-size: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .series-btn:hover {
    background-color: #f6b831;
    color: white; }
  .series-btn.prev-series {
    left: 15px;
    padding-right: 2px;
    display: none; }
    .series-btn.prev-series i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      position: relative; }
  .series-btn.next-series {
    right: 15px;
    padding-left: 2px; }
    .series-btn.next-series i {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 7px; }

.big-slider-main {
  display: none; }
  .big-slider-main.active {
    display: block; }

.mCSB_scrollTools {
  opacity: 1; }

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.first-series-btn {
  display: none; }

.translation-slider .btn-prev-tr {
  display: none !important; }

.translation-slider .wrapper-item .one-item {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  .translation-slider .wrapper-item .one-item.active {
    color: #f6b831 !important;
    font-weight: 600;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }

.footer-wrapper ul, .footer-wrapper .speedbar {
  color: #c7c7c7 !important; }
  .footer-wrapper ul i, .footer-wrapper .speedbar i {
    font-size: 8px;
    display: inline-block;
    margin: 0 8px 3px;
    position: relative;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .footer-wrapper ul a, .footer-wrapper .speedbar a {
    color: #c7c7c7 !important; }

#dle-speedbar a::before {
  display: none !important; }

.owl-item {
  display: inline-block; }

.owl-prev {
  display: none; }

.owl-stage-outer {
  overflow: hidden; }

.wrapper-one-serial .translation-slider .owl-prev {
  display: none; }

.wrapper-one-serial .translation-slider .owl-nav {
  top: 10px;
  right: -20px;
  position: absolute; }

.wrapper-one-serial .translation-slider .owl-next {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(62, 62, 62, 0.8);
  color: #5f5f5f;
  font-size: 12px;
  display: block;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: black;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .wrapper-one-serial .translation-slider .owl-next.disabled {
    display: none; }
  .wrapper-one-serial .translation-slider .owl-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105"; }
  .wrapper-one-serial .translation-slider .owl-next span {
    display: none; }

.translation-slider .owl-dots {
  display: none; }

.translation-slider .wrapper-item .item {
  display: inline-block; }

.slider-main-box .translation-slider .owl-next {
  width: 50px;
  height: 39px;
  z-index: 20;
  padding: 3px 2px;
  position: absolute;
  top: 6px;
  background: -webkit-gradient(linear, right top, left top, from(#2f2f33), to(rgba(47, 47, 51, 0)));
  background: -webkit-linear-gradient(right, #2f2f33, rgba(47, 47, 51, 0));
  background: -o-linear-gradient(right, #2f2f33, rgba(47, 47, 51, 0));
  background: linear-gradient(to left, #2f2f33, rgba(47, 47, 51, 0));
  right: -7px;
  border: 0; }
  .slider-main-box .translation-slider .owl-next span {
    display: none; }

@media (max-width: 1024px) {
  body {
    padding-top: 125px; }
  header .logo {
    margin-top: 1px; }
  header {
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 9px 10px;
    z-index: 100; }
    header .menu-header {
      width: 220px;
      display: block;
      position: fixed;
      padding-top: 60px;
      left: -220px;
      top: 55px;
      bottom: 0;
      z-index: 100;
      background-color: black; }
    header > * {
      display: block; }
      header > *:after {
        width: 100%;
        display: table;
        clear: both;
        content: ""; }
    header .next-movie {
      width: 100%;
      padding-top: 0;
      border-left: 4px solid #f6b831;
      border-top: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      header .next-movie span {
        padding: 15px 14px 14px;
        font-size: 12px; }
  .list-menu {
    width: 100%; }
    .list-menu > li:nth-child(2) {
      position: absolute;
      top: 44px;
      left: 0;
      right: 0;
      padding: 0 13px !important; }
      .list-menu > li:nth-child(2) a {
        padding: 13px 25px;
        display: block;
        font-size: 14px;
        border-bottom: 1px solid #252529; }
    .list-menu .drop-menu {
      display: block; }
      .list-menu .drop-menu .one-block {
        width: 100% !important;
        padding: 0 13px !important;
        border-right: 0 !important; }
        .list-menu .drop-menu .one-block li {
          margin-bottom: 0; }
          .list-menu .drop-menu .one-block li a {
            padding: 13px 25px;
            display: block;
            font-size: 14px;
            border-bottom: 1px solid #252529; }
  .btn-menu-mobile {
    margin-top: -2px;
    margin-right: 10px;
    display: block;
    float: left; }
  .menu-header {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .menu-open .menu-header {
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .menu-open .btn-menu-mobile {
    position: relative; }
    .menu-open .btn-menu-mobile i {
      top: 18px;
      left: 10px;
      position: absolute;
      display: block;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .menu-open .btn-menu-mobile i:last-child {
        display: none; }
      .menu-open .btn-menu-mobile i:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .menu-open .btn-menu-mobile i:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .menu-open .box-close-menu {
    display: block; }
  .list-menu > li {
    width: 100%;
    margin-right: 0;
    padding: 0;
    display: block; }
  .drop-list > a {
    display: none; }
  .drop-list .wrapper-drop {
    display: block;
    position: relative;
    top: 0; }
    .drop-list .wrapper-drop .drop-menu {
      width: 100%;
      height: calc(100vh - 103px);
      padding: 0;
      overflow-y: auto; }
  .new-movie-box .box-dark {
    padding: 25px 25px 0; }
  .new-movie-box .box-dark .one-item {
    width: 47%;
    margin-right: 6%;
    padding: 0 10px 25px 0; }
  .wrapper-series .one-series {
    padding: 25px 15px; }
    .wrapper-series .one-series .box-img {
      margin-right: 25px; }
    .wrapper-series .one-series .text-info {
      padding-top: 0; }
  .list-menu > li > a:hover {
    color: white; }
  .one-item-series:hover .box-img {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .one-item-series:hover .box-img:before {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .one-item-series:hover .box-img:after {
      display: none; }
  .one-item-series .box-img {
    width: 100%;
    height: 117px;
    margin-bottom: 12px;
    opacity: 1;
    position: relative;
    line-height: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .one-item-series .box-img:before {
      display: none; }
  .list-menu .drop-menu .one-block:last-child li:last-child a {
    border-bottom: 0; }
  .translation-slider .wrapper-item .one-item {
    padding: 0 22px 20px; } }

@media (min-width: 769px) {
  header {
    z-index: 30; } }

@media (max-width: 768px) {
  .box-dark-gray .name-serials {
    font-size: 26px;
    line-height: 32px; }
  a.hover {
    color: #f6b831 !important;
    opacity: 1; }
  .slider-btn-bottom .prev-series:hover, .slider-btn-bottom .prev-series:focus, .slider-btn-bottom .next-series:hover, .slider-btn-bottom .next-series:focus {
    color: #f6b831; }
  div#NFtfvJHt {
    left: 0;
    right: 0;
    overflow: hidden; }
  .big-skam-img {
    padding: 20px 60px 0; }
  div#NFtfvJHt {
    width: 100%;
    margin-top: 55px !important;
    z-index: 1;
    position: absolute; }
  .player-serial embed, .player-serial iframe, .player-serial object, .player-serial video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .player-serial {
    padding-top: 1.5625rem;
    padding-bottom: 52.5%;
    height: 0;
    overflow: hidden;
    position: relative; }
  header .logo {
    width: 230px;
    margin-top: 3px;
    margin-right: 0; }
  body {
    overflow-x: hidden; }
  .box-dark-gray {
    margin-bottom: 0;
    padding: 30px 25px 55px; }
  .new-serials .right-side {
    display: none; }
  .wrapper-fixed-footer {
    padding-bottom: 0; }
  footer {
    height: initial;
    position: relative; }
  .footer-wrapper {
    height: initial;
    padding: 20px 15px;
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-wrapper ul li:before {
      top: 17px; }
    .footer-wrapper ul, .footer-wrapper .speedbar {
      width: 100%;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #2b2b2b;
      line-height: 25px; }
  .slider-btn-bottom .prev-series span, .slider-btn-bottom .next-series span {
    display: none; }
  .player-serial .play-ico {
    width: 130px;
    height: 130px; }
  .slider-btn-bottom .one-slide-btn:nth-child(1), .slider-btn-bottom .one-slide-btn:nth-child(3) {
    width: 25%; }
  .slider-btn-bottom .one-slide-btn:nth-child(2) {
    width: 50%; }
  .new-serials .left-side .caption {
    font-size: 26px; }
  .mail-to-link {
    color: gray; }
  .new-movie-box .box-dark {
    padding: 25px 10px 0; }
    .new-movie-box .box-dark .one-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
      padding: 0 25px 20px;
      border-bottom: 1px solid #252529; }
      .new-movie-box .box-dark .one-item:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      .new-movie-box .box-dark .one-item .number {
        font-size: 20px; }
  .box-dark-gray .sort-ico {
    top: -1px; }
  .wrapper-series .one-series .box-img {
    width: 170px;
    height: 110px;
    margin-right: 20px; }
  .wrapper-series .one-series .number-series {
    font-size: 22px;
    line-height: 25px; }
  .wrapper-series .one-series .name-series {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px; }
  .wrapper-series .one-series .description {
    font-size: 13px;
    line-height: 20px; }
  .translation-slider .wrapper-item .one-item {
    padding: 0 20px 20px; }
  .box-dark-gray.one-serial-dark .name-serials {
    font-size: 26px; }
  .big-slider-main {
    height: 238px; }
  .text-information .under-article {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px; }
  .text-information .article {
    font-size: 22px;
    line-height: 25px; }
  .one-item-series.first-series {
    width: initial;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    top: initial; }
    .one-item-series.first-series .box-img {
      display: none; }
    .one-item-series.first-series .series-number {
      padding: 9px 10px 8px;
      color: #f6b831; }
  .series-btn.next-series {
    right: 15px; }
  .box-dark-gray {
    overflow-x: hidden; }
  .slider-main-box {
    margin: 0 -15px 35px;
    padding-bottom: 33px; }
  .new-serials {
    margin-bottom: 35px; }
  .one-item-series {
    width: 150px; }
    .one-item-series .box-img {
      height: 92px; }
    .one-item-series.hover .series-number {
      color: #f6b831; }
  .series-btn {
    top: 104px; }
  .series-season-wrapper {
    padding-bottom: 60px;
    min-height: 248px; }
    .series-season-wrapper:after, .series-season-wrapper:before {
      top: 108px;
      width: 25px; }
  .series-btn .hover, .series-btn:hover {
    background-color: #252529 !important;
    color: #f6b831 !important; }
  h3 {
    margin-bottom: 10px;
    font-size: 18px; }
  .main-list-series {
    padding-bottom: 30px; }
  .translation-slider .wrapper-item .one-item {
    font-size: 13px; }
    .translation-slider .wrapper-item .one-item.hover, .translation-slider .wrapper-item .one-item:focus {
      color: white !important; }
  .slider-main-box .translation-slider .wrapper-item .one-item {
    font-size: 17px; }
  #cnWBbBkD {
    position: absolute;
    top: 55px; }
  body {
    padding-top: 55px; }
  h2 {
    font-size: 20px !important;
    line-height: 26px; }
  .txt2 {
    font-size: 12px; }
  .text-information div, .text-information p {
    font-size: 14px; }
  .slider-main-box .translation-slider {
    height: 69px; }
  .comment h3 {
    margin-bottom: 15px; }
  .first-series-btn {
    margin-top: -58px;
    padding: 8px 10px 9px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    z-index: 10;
    position: relative;
    text-align: center;
    letter-spacing: 0.12px;
    border: 1px solid #f6b831;
    background-color: #2f2f33; }
  .translation-slider .wrapper-item .one-item {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
    .translation-slider .wrapper-item .one-item.active {
      color: #f6b831 !important;
      font-weight: 400;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; } }

@media (max-width: 480px) {
  .big-skam-img {
    padding: 20px 40px 0;
    margin-bottom: 0; }
  .box-dark-gray, .box-dark-gray.one-serial-dark {
    padding: 20px 15px 55px; }
  .list-series li div {
    font-size: 16px; }
  .box-dark-gray.one-serial-dark {
    margin-bottom: 0; }
  .block-day .article-day {
    font-size: 13px; }
  .block-day .article-day:before {
    top: 1px; }
  .new-serials .left-side .caption {
    margin-bottom: 5px; }
  .new-movie-box .box-dark {
    margin-bottom: 35px; }
  .slider-main-box .translation-slider .wrapper-item .item {
    padding: 0; }
  .translation-slider .wrapper-item {
    padding: 0; }
  .translation-slider .btn-next-tr, .translation-slider .btn-prev-tr, .translation-slider .owl-next {
    top: -3px; }
  .translation-slider .btn-prev-tr {
    left: -25px; }
  .player-serial .play-ico {
    width: 100px;
    height: 100px; }
    .player-serial .play-ico:before {
      border-width: 9px 0 9px 18px; }
  .translation-slider .btn-next-tr, .translation-slider .btn-prev-tr, .translation-slider .owl-next {
    padding: 2px; }
  .choose-series i {
    margin-right: 0; }
  .choose-series span {
    display: block; }
  .choose-series {
    font-size: 12px; }
  .wrapper-one-serial {
    margin: 0 -15px 30px; }
  .comment {
    margin: 30px -15px -55px;
    padding: 1px 15px 0; }
  .block-day {
    padding: 14px 0 14px 10px; }
  .wrapper-series {
    margin: -8px -15px 50px; }
    .wrapper-series .one-series {
      display: block; }
      .wrapper-series .one-series .box-img {
        width: 100%;
        height: 135px;
        margin: 0 auto 20px;
        display: block; }
  .box-dark-gray .sort-ico {
    top: 8px;
    right: 0; }
  .box-dark-gray .name-serials {
    font-size: 22px;
    line-height: 30px; }
  .box-dark-gray.one-serial-dark .name-serials {
    font-size: 22px; }
  .wrapper-one-serial {
    padding: 25px 15px 30px; }
  .choose-series {
    width: 116px; }
    .choose-series i {
      display: none; }
  .series-season-wrapper:after, .series-season-wrapper:before {
    top: 106px; }
  .one-item-series {
    width: calc(50vw - 15px); }
    .one-item-series .box-img {
      height: 110px; }
  .series-btn {
    top: initial;
    bottom: 88px; }
  .series-season-wrapper:after, .series-season-wrapper:before {
    top: initial;
    bottom: 63px; }
  .first-series-btn {
    margin-top: -40px; }
  .wrapper-one-serial .translation-slider .owl-nav {
    top: 0; } }
