@charset "utf-8";

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar-track:vertical {
    -webkit-box-shadow: inset 0 0 6px rgb(0, 255, 211);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
}

.owl-carousel::-webkit-scrollbar {
    height: 6px;
}

.owl-stage-outer::-webkit-scrollbar {
    height: 6px;
}

.owl-carousel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.owl-stage-outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.owl-carousel::-webkit-scrollbar-thumb {
    outline: 1px solid #333333;
    background-color: #e4e4e4;
}

.owl-stage-outer::-webkit-scrollbar-thumb {
    outline: 1px solid #333333;
    background-color: #e4e4e4;
}

/*.owl-carousel::-webkit-scrollbar-button {*/
/*  background: #e4e4e4;*/
/*}*/
/*.owl-stage-outer::-webkit-scrollbar-button {*/
/*  background: #e4e4e4;*/
/*}*/

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

/* normalize.css v3.0.1  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:active,
*:hover,
*:focus {
    outline: 0;
    outline-offset: 0;
}

body {
    background: #131313 url(../img/bg.webp); /* #0b0f1c */
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    font-family: Roboto;
    font-size: 0.000001px;
    color: #fff;
    float: left;
}

a,
a:before,
a:after {
    color: #e4e4e4;
    text-decoration: none;
    -webkit-transition: border-color 0.2s ease, color 0.2s ease;
    -moz-transition: border-color 0.2s ease, color 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease;
    -ms-transition: border-color 0.2s ease, color 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.season_title {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

a:hover {
    color: #fff;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4 {
    width: 100%;
    margin: 0;
    float: left;
}

.series h2,
.news h2 {
    width: auto;
}

textarea {
    resize: none;
}

.hidden {
    display: none !important;
}

.wrap {
    width: 100%;
    float: left;
}

.mt {
    margin-top: 45px;
}

.bt {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bb {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dt {
    display: table;
}

.episodes_list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 30px;
}

.episode {
    position: relative;
}

.df {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.container {
    margin: 0 auto;
}

.img_wrap {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.lazy {
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}


header {
    width: 100%;
    float: left;
    height: 60px;
}

.logo img {
    height: 100%;
}

.logo-episodes img {
    width: 100%;
}

.main_menu {
    max-width: 100%;
    padding: 0 15px;
    display: inline-block;
    float: right;
    position: relative;
    right: 0;
}

.main_menu a {
    max-width: 100%;
    display: inline-block;
}

section {
    width: 100%;
    float: left;
    margin-top: -120px;
}

aside {
    float: right;
}

.ig_widget {
    width: 100%;
    border: none;
    overflow: hidden;
    float: left;
}

.season_elem,
.season_elem_mini {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.season_elem .img_wrap:after,
.season_elem_mini .img_wrap:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.season_elem .img_wrap:after,
.season_elem_mini .img_wrap:after {
    height: 20%;
}

.season_elem_mini span,
.season_elem h3,
.sem_all {
    background: rgba(219, 204, 110, 0.1);
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    transition: background 0.8s ease;
}

.season_elem_mini:hover span,
.season_elem:hover h3,
.sem_all:hover {
    background: rgba(0, 0, 0, 0.5);
}

.season_elem_mini:nth-child(3n+1) {
    margin-left: 0;
}

.season_elem_mini.sem_all span {
    background: none;
}

.actor_elem img,
.actor_elem_big img,
.season_elem img,
.season_elem_mini img,
a.series_elem img,
.slider_elem img,
.news_elem img,
.shed img {
    width: 100%;
    display: inline-block;
    -webkit-transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease !important;
    -moz-transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease !important;
    -o-transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease !important;
    -ms-transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease !important;
    transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease !important;
}

a.season_elem:before,
a.season_elem:after {
    top: 42%;
}

a.season_elem:before,
a.series_elem:before,
.slider_elem .img_wrap:before {
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.season_elem h3,
.season_elem_mini span {
    width: 100%;
    padding: 10px 0;
    font: 500 18px/1 Roboto;
    text-align: center;
    color: #fff;
    float: left;
}

div.season_elem h3 {
    color: #888;
}


.show_all {
    margin-top: 2px;
    float: right;
}

.slider {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    position: relative;
}

.slider_wrap {
    width: 100%;
    overflow: hidden;
}

.slider_elem {
    width: 100%;
    display: block;
    float: left;
}

.slider_elem h3 {
    width: 100%;
    float: left;
}

.slider_elem_series {
    margin-right: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.slider_elem span {
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
}

.slider_elem .img_wrap:before,
a.episode .img_wrap:before {
    top: 50%;
}

a.episode .img_wrap:before,
.slider_elem .img_wrap:before,
a.season_elem:before {
    content: "";
    margin-left: -17px;
    border-style: solid;
    border-width: 20px 0 20px 34px;
    border-color: transparent transparent transparent #fff;
    left: 50%;
    z-index: 2;
}

a.season_elem .link_elem_text {
    width: 100%;
    margin-top: 35px;
    font: 15px/1 Roboto;
    color: #fff;
    text-align: center;
    top: 42%;
    left: 0;
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

a.season_elem:before,
a.series_elem .img_wrap:before,
.slider_elem .img_wrap:before {
    margin-top: -20px;
}

.slider_prevnext {
    float: right;
}

.owl-prev,
.owl-next {
    background: rgba(255, 255, 255, 0.05);
    width: 31px;
    height: 32px;
    border: none;
    float: left;
    position: relative;
}

.owl-prev.disabled,
.owl-next.disabled {
    cursor: default;
}

.owl-prev:before,
.owl-next:before {
    content: "";
    margin-top: -9px;
    border-style: solid;
    top: 50%;
    position: absolute;
}

.owl-prev {
    left: 0;
}

.owl-next {
    margin-left: 3px;
    right: 0;
}

.owl-prev:before {
    border-width: 9px 10px 9px 0;
}

.owl-next:before {
    border-width: 9px 0 9px 10px;
}

.owl-prev:before {
    border-color: transparent #aaa transparent transparent;
    left: 10px;
}

.owl-prev.disabled:before,
.owl-prev.disabled:hover:before {
    border-color: transparent #666 transparent transparent;
}

.owl-next:before {
    border-color: transparent transparent transparent #aaa;
    right: 10px;
}

.owl-next.disabled:before,
.owl-next.disabled:hover:before {
    border-color: transparent transparent transparent #666;
}

.owl-prev:hover:before {
    border-color: transparent #fff transparent transparent;
}

.owl-next:hover:before {
    border-color: transparent transparent transparent #fff;
}

.slider_wrap {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.slider_wrap .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-stage {
    max-height: 375px;
    overflow-y: hidden;
}

.owl-item {
    margin-right: 20px;
}

.slider_wrap .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    overflow-x: scroll;
    box-sizing: content-box;
    /*padding-bottom: 20px;*/
}

.fit {
    width: inherit;
    object-fit: cover;
}

@media (min-width: 991px) {
    .owl-carousel .owl-stage-outer {
        overflow-x: scroll;
        box-sizing: content-box;
        padding-bottom: 20px;
    }
}

@media (max-width: 1439px) {
    .owl-carousel .owl-stage-outer {
        overflow-x: scroll;
        box-sizing: content-box;
        /*padding-bottom: 20px;*/
    }
}

.slider_wrap .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.slider_wrap .owl-wrapper,
.slider_wrap .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.slider_wrap .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.slider_wrap .owl-item img {
    display: block;
    width: 100%;
}

.slider_wrap .owl-nav.disabled,
.slider_wrap .owl-dots.disabled {
    display: none;
}

.slider_wrap .owl-nav .owl-prev,
.slider_wrap .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider_wrap .owl-nav button.owl-prev,
.slider_wrap .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.slider_wrap.owl-loaded {
    display: block;
}

.slider_wrap.owl-loading {
    opacity: 0;
    display: block;
}

.slider_wrap.owl-hidden {
    opacity: 0;
}

.slider_wrap.owl-refresh .owl-item {
    visibility: hidden;
}

.slider_wrap.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-lazy {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.lazy[src] {
    opacity: 1;
}

.no-js .slider_wrap {
    display: block;
}

.owl-height {
    transition: height 0.5s ease;
}

.owl-dots {
    width: 100%;
    margin-top: 8px;
    text-align: center;
    float: left;
    display: flex;
}

.owl-dot {
    background: none;
    width: 100%;
    height: 16px;
    padding: 7px 0;
    margin: 0 1px;
    border: none;
    display: inline-block;
}

.owl-dot span {
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.owl-dot:not(.active):hover span {
    background: rgba(255, 255, 255, 0.3);
}

.owl-dot.active span {
    background: #cb8f64;
}

h1 {
    width: auto;
}


.series_all {
    margin: 5px 0 5px auto;
    font: 18px/1 Roboto;
    float: right;
}

.series_all_icon {
    width: 20px;
    margin: -2px 10px 0 0;
    float: left;
}

.series_all_icon div {
    background: #e4e4e4;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    border-radius: 1px;
    float: left;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.series_all_icon div:first-child {
    margin-top: 0;
}

.series_all:hover .series_all_icon div {
    background: #e4e4e4;
}


.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 80px;
    margin-top: -42px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

.blueimp-gallery > .prev:before,
.blueimp-gallery > .prev:after,
.blueimp-gallery > .next:before,
.blueimp-gallery > .next:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 22px;
}

.blueimp-gallery > .prev:before,
.blueimp-gallery > .next:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blueimp-gallery > .prev:after,
.blueimp-gallery > .next:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blueimp-gallery > .prev:before,
.blueimp-gallery > .next:after {
    margin-top: -19px;
}

.blueimp-gallery > .prev:after,
.blueimp-gallery > .next:before {
    margin-top: -4px;
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    display: none;
}

.blueimp-gallery > .title {
    padding-right: 85px;
    left: 15px;
    opacity: 0.8;
    font: 500 20px Roboto;
    text-shadow: 0 0 2px #000;
}

.blueimp-gallery > .close {
    width: 46px;
    height: 46px;
    right: 15px;
    left: auto;
    cursor: pointer;
    opacity: 0.5;
}

.blueimp-gallery > .close:before,
.blueimp-gallery > .close:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 32px;
    margin: -16px 0 0 -1px;
}

.blueimp-gallery > .close:before,
.share_close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blueimp-gallery > .close:after,
.share_close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.share_close {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.share_close {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.rating {
    margin-bottom: 5px;
}

.rating_wrap {
    padding: 0;
    margin: 0 auto;
    border: none;
}

.rating_value {
    width: 46px;
    height: 46px;
    border: 2px solid #ebc30a;
    border-radius: 50%;
    font: 18px/42px Roboto;
    text-align: center;
    position: relative;
    cursor: default;
    float: left;
}

.rating_group {
    width: 250px;
    margin-left: 12px;
    float: left;
}

.rating_stars {
    background: url(../img/star.png) repeat-x;
    background-size: 25px 50px;
    width: 100%;
    height: 25px;
    position: relative;
    float: left;
}

.rating_input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}

.rating_star {
    background-size: 25px 50px;
    background-repeat: repeat-x;
    height: 25px;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.rating_star:hover,
.rating_input:checked + .rating_star {
    background-image: url(../img/star.png);
    background-position: 0 -25px;
}

.rating_star:hover ~ .rating_star {
    background-position: 0 0;
}

.rating_star:nth-of-type(1) {
    z-index: 10;
    width: 25px;
}

.rating_star:nth-of-type(2) {
    z-index: 9;
    width: 50px;
}

.rating_star:nth-of-type(3) {
    z-index: 8;
    width: 75px;
}

.rating_star:nth-of-type(4) {
    z-index: 7;
    width: 100px;
}

.rating_star:nth-of-type(5) {
    z-index: 6;
    width: 125px;
}

.rating_star:nth-of-type(6) {
    z-index: 5;
    width: 150px;
}

.rating_star:nth-of-type(7) {
    z-index: 4;
    width: 175px;
}

.rating_star:nth-of-type(8) {
    z-index: 3;
    width: 200px;
}

.rating_star:nth-of-type(9) {
    z-index: 2;
    width: 225px;
}

.rating_star:nth-of-type(10) {
    z-index: 1;
    width: 250px;
}

.rating_count {
    font: 13px/1 Roboto;
    color: #aaa;
    float: left;
}


.text {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.text h2 {
    margin: -33px 0 18px;
}


.news_elem {
    display: inline-block;
    vertical-align: top;
}

.news_elem h3 {
    width: 100%;
    float: left;
}

.news_elem span {
    color: #aaa;
    float: left;
}


.season_left,
.season_img {
    position: relative;
    float: left;
}

.season_video {
    width: 100%;
    float: left;
}

.season_video_text {
    width: 100%;
    color: #aaa;
    float: left;
}

.season_video_wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: right;
}

.season_video_wrap:before,
.season_video_wrap:after {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
}

.season_video_wrap:before {
    background: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.season_video_wrap:after {
    margin: -14px 0 0 -9px;
    border-style: solid;
    border-width: 14px 0 14px 23px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}

.season_video_wrap:hover:before {
    border-color: rgba(255, 255, 255, 1);
}

.season_video_wrap:hover:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.season_img img {
    width: 100%;
}

.season_video_wrap img {
    height: 100%;
    top: 0;
    /*left: 50%;*/
    position: absolute;
}

.season_video_trailer {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 60px 26px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;
    display: none;
    justify-content: center;
    align-items: center;
}

.season_video_trailer.show {
    display: flex;
}

.season_video_trailer iframe {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    max-height: 790px;
}

.season_video_trailer > .close {
    position: absolute;
    top: 15px;
    display: none;
}

.season_video_trailer > .close {
    width: 46px;
    height: 46px;
    right: 15px;
    left: auto;
    cursor: pointer;
    opacity: 0.5;
}

.season_video_trailer > .close:before,
.season_video_trailer > .close:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 32px;
    margin: -16px 0 0 -1px;
}

.season_video_trailer > .close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.season_video_trailer > .close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.season_video_trailer > .close {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.season_video_trailer > .close:hover {
    color: #fff;
    opacity: 1;
}

.season_video_trailer > .close {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.season_video_trailer > .close {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.season_right {
    width: 100%;
    float: left;
}

.season_right h1 {
    width: 100%;
    float: left;
}

.season_right_alt {
    width: 100%;
    margin-top: 15px;
    font: 15px/1 Roboto;
    color: #a5a6a9;
    float: left;
}

.season_right_l,
.season_right_r {
    float: left;
}

.season_right_elem {
    width: 100%;
    float: left;
}

.season_right_elem:first-child {
    margin-top: 0;
}

.season_right_elem > span {
    color: #c3b3a3;
    float: left;
}

.season_right_elem > div {
    width: 100%;
    color: #fff;
    float: left;
}

.season_right_elem > div > div {
    margin: 0 8px 8px 0;
    float: left;
}

.season_right_elem > div > div a,
.season_right_elem > div > div div {
    width: 25px;
    padding-top: 1px;
    border: 2px solid;
    border-radius: 4px;
    text-align: center;
    float: left;
}

.season_right_elem > div > div div {
    color: #a5a6a9;
    border-color: #a5a6a9;
}


.season_right_date {
    width: 100%;
    margin: 10px 0;
    font: 13px/1 Roboto;
    color: #aaa;
    float: left;
}

.season_right_actors {
    width: 100%;
    margin-top: 10px;
    font: 14px/1.4 Roboto;
    color: #fff;
    float: left;
}

.season_right_actors span {
    font-weight: 400;
    color: #aaa;
}


.series_wrap {
    background: rgba(255, 255, 255, 0.05);
}

.season_title {
    color: #a5a6a9;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    white-space: nowrap;
}

.season_title.act {
    color: #fff;
    cursor: default;
}

.season_title:not(.act):hover {
    color: #ccc;
}

.series_elem {
    display: inline-block;
    vertical-align: top;
    float: none;
}

div.episode,
div.actor_elem_big {
    opacity: 0.5;
}


.player {
    width: 100%;
    margin-top: 15px;
    float: left;
}

.player_wrap {
    width: 100%;
    height: 280px;
    top: 0;
    left: 0;
}

.player img {
    width: 100%;
    display: inline-block;
}

.player_panel {
    width: 100%;
    margin-top: 4px;
    float: left;
}

.pp_elem {
    width: 50%;
    float: left;
}

.pp_big .pp_elem {
    width: 100%;
    padding: 0;
}

.pp_left {
    padding-right: 2px;
}

.pp_right {
    padding-left: 2px;
}

.pp_elem div {
    background: rgba(219, 204, 110, 0.05);
    width: 100%;
    text-align: center;
    float: left;
}

.pp_elem div span {
    display: inline-block;
    position: relative;
}

.pp_elem div span:before,
.pp_elem div span:after {
    content: "";
    background: #e4e4e4;
    height: 2px;
    position: absolute;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.pp_elem:hover div span:before,
.pp_elem:hover div span:after {
    background: #e4e4e4;
}

.pp_elem div span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pp_elem div span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.platform {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 16px;
    margin-top: 20px;
    font: 15px/1.4 Roboto;
    color: #fff;
}


.share {
    text-align: center;
}

.share_text {
    font: 500 15px/1 Roboto;
    color: #aaa;
    /*display: inline-block;*/
    vertical-align: middle;
    margin: 5px;
    width: 100%;
}

.ya-share2 {
    display: inline-block;
    vertical-align: middle;
}

.ya-share2 .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    background-size: 34px 34px;
    height: 34px;
    width: 34px;
}

.ya-share2 .ya-share2__badge .ya-share2__counter {
    font: 15px/34px Roboto;
}


.comment_form_wrap,
.comment_form {
    width: 100%;
    float: left;
}

.comment_form_wrap {
    margin-top: 25px;
}

.comment_input,
.comment_editor {
    background: rgba(255, 255, 255, 0.05);
    padding: 9px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    float: left;
    box-shadow: none;
}

.comment_editor {
    width: 100%;
}

.comment_input:focus,
.comment_editor:focus {
    border-color: rgba(255, 255, 255, 0.6);
}

.comment_btn_wrap {
    position: relative;
    float: right;
}

.comment_btn {
    background: #6d6257;
    width: 100%;
    border: none;
    border-radius: 2px;
    color: #fff;
    float: right;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.comment_btn:hover {
    background: #8f7e6d;
}

.comment_disabled {
    background: #999;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}

.comment_disabled:after {
    content: "";
    background: url(../img/loading.gif) no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    top: 50%;
    left: 50%;
    position: absolute;
}

.comment_btn[disabled="disabled"] + .comment_disabled {
    display: block;
}

.time {
    margin: 10px 0 -13px;
    font: 300 13px/1 Roboto;
    color: #aaa;
    text-align: center;
    float: right;
}

#comments {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
    float: left;
}

.ticket-comment {
    width: 100%;
    padding: 12px 0;
    float: left;
}

.profile_wrap .ticket-comment:first-child {
    padding-top: 0;
}

.comments-list .ticket-comment {
    padding-top: 24px;
    padding-left: 25px;
}

.ticket-comment-body {
    width: 100%;
    float: left;
}

.ticket-comment-header {
    width: 100%;
    position: relative;
    float: left;
}

.ticket-comment-dot-wrapper {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}

.ticket-comment-dot {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAFCAYAAACw/UeDAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUTDRYgxxbUHAAAAFVJREFUGNO1kbENACEMxBwKJCRmICOw/xgZIaxAgZSGb34E4gVOPsNPRFySEAAzu2stxhjMOeX1SImI6+703nF3zjnPjUqtVVSVvTeqSmtNsm5LbfIBwCcf3dkm2FsAAAAASUVORK5CYII=) repeat-x 100% 0;
    width: 500px;
    height: 5px;
    right: 1px;
    top: 9px;
    position: absolute;
}

.ticket-comment:hover > .ticket-comment-body > .ticket-comment-header > .ticket-comment-dot-wrapper {
    display: block;
}

.ticket-avatar,
.ticket-comment-author {
    display: inline-block;
    vertical-align: bottom;
}

.ticket-avatar {
    margin-bottom: -1px;
}

.ticket-comment-author {
    margin-left: 2px;
}

.ticket-avatar[alt="Аватар пользователя mandalorec.pro"] + .ticket-comment-author {
    color: #fe7;
    position: relative;
}

.ticket-avatar[alt="Аватар пользователя mandalorec.pro"] + .ticket-comment-author:before {
    content: "";
    background: #1a2127;
    width: 2px;
    height: 6px;
    border-radius: 50%;
    top: 8px;
    left: -15px;
    position: absolute;
}

.ticket-comment-createdon {
    margin-left: 15px;
    color: #aaa;
    display: inline-block;
    vertical-align: bottom;
}

.ticket-comment-createdon:hover {
    color: #e4e4e4;
}

.ticket-comment-down {
    display: none;
}

.ticket-comment-up a,
.ticket-comment-down a {
    margin: 0px 0 2px 15px;
    border-style: solid;
    display: inline-block;
    vertical-align: bottom;
}

.ticket-comment-up a {
    border-width: 0 5px 8px;
    border-color: transparent transparent #aaa;
}

.ticket-comment-down a {
    border-width: 8px 5px 0;
    border-color: #aaa transparent transparent;
}

.ticket-comment-up a:hover {
    border-color: transparent transparent #ccc;
}

.ticket-comment-down a:hover {
    border-color: #ccc transparent transparent;
}

.ticket-comment-text {
    width: 100%;
    margin-top: 8px;
    position: relative;
    float: left;
    overflow-wrap: break-word;
}

.comment-reply {
    width: 100%;
    margin-top: 6px;
    float: left;
}

a.comment-reply {
    float: left;
}

.edit {
    margin-left: 10px;
}

.ticket-comment .comment_form {
    margin-top: 8px;
}


.load_more {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    float: left;
}

.load_more button {
    background: none;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease;
    -moz-transition: color 0.2s ease, border-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.load_more button:hover {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
}


aside h2 {
    margin-bottom: 25px;
}

.ft {
    margin-bottom: 13px;
}

.b {
    background: #444;
    width: 100%;
    height: 400px;
    display: inline-block;
}

.shed {
    width: 100%;
    display: inline-block;
    position: relative;
}


.content {
    margin-top: 24px;
}

.content .news {
    margin-top: -24px;
}


.poll_title {
    margin-bottom: 18px;
    font: 500 18px/1 Roboto;
}

.poll_text {
    width: 100%;
    margin-bottom: 3px;
    font: 15px/18px Roboto;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}

.progress {
    height: 19px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    border-radius: 1px;
    position: relative;
}

.progress-bar {
    background-color: rgba(200, 255, 255, 0.5);
    font: 13px/19px Roboto;
    position: relative;
}

.progress-bar span {
    width: 32px;
    font: 13px/19px Roboto;
    color: rgba(200, 245, 255, 0.7);
    top: 0;
    right: -40px;
    position: absolute;
}

.progress_text {
    font: 13px/19px Roboto;
    color: rgba(255, 255, 255, 0.8);
    top: 0;
    right: 6px;
    position: absolute;
}

.poll_radio {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.poll_radio label {
    padding-left: 28px;
    font: 15px/18px Roboto;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    position: relative;
}

.poll_radio input {
    position: relative;
    display: none;
}

.poll_circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    left: 0;
    position: absolute;
}

.poll_radio input:checked + .poll_circle {
    border-color: #e4e4e4;
}

.poll_radio input:checked + .poll_circle:after {
    content: "";
    background: #e4e4e4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    position: absolute;
}

.poll_btn {
    background: none;
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    font: 500 16px/1 Roboto;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease;
    -moz-transition: color 0.2s ease, border-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.poll_btn:hover {
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}


.schedule_text {
    width: 100%;
    margin: 10px 0;
    color: #aaa;
    display: inline-block;
}

.schedule_table {
    display: table;
}

.schedule_tr {
    display: table-row;
}

.schedule_tr:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.05)
}

.schedule_td {
    display: table-cell;
    vertical-align: top;
}

.std_1 {
    color: #c3b3a3;
}

.std_2 div {
    width: 100%;
    display: inline-block;
}

.std_2 span {
    width: 100%;
    margin-top: 5px;
    color: #a5a6a9;
    display: inline-block;
}

.std_3 {
    color: #ddd;
    text-align: right;
}


.actors {
    margin-bottom: -16px;
}

.actor_img {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}

.actor_img_main {
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 50%;
    position: absolute;
}

.actor_img_bg {
    width: 100%;
    opacity: 0.8;
    display: inline-block;
}

.actor_elem,
.actor_elem_big {
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.actor_elem {
    width: 30%;
    margin: 0 0 16px 5%;
}

.actor_elem:nth-child(3n+1),
.actor_elem_big:nth-child(3n+1) {
    margin-left: 0;
}

.actor_elem img,
.actor_elem_big img {
    width: 100%;
    border-radius: 50%;
    display: inline-block;
}

.actor_elem div,
.actor_elem_big div {
    color: #fff;
    text-align: center;
}

.actor_elem_big span {
    color: #aaa;
}

.actor_elem_big div,
.actor_elem_big span {
    width: 100%;
    display: inline-block;
}


footer {
    width: 100%;
    padding: 20px 0 30px;
    /*margin-top: 20px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
}

.footer_left {
    float: left;
}

.footer_right {
    float: right;
}

.age {
    background: #e4e4e4;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font: 15px/38px Roboto;
    color: #0b0f1c;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.copy {
    width: 100%;
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
}

.copyright {
    width: 100%;
    font: 14px/1 Roboto;
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
}

.footer_mail {
    width: 100%;
    margin-top: 7px;
    font: 14px/1 Roboto;
    display: inline-block;
    vertical-align: middle;
}


.APay_a {
    width: 100%;
}

.APay_a img {
    width: 100%;
    height: auto;
}


.jGrowl-close,
.jGrowl-header {
    display: none;
}

.jGrowl-message {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 20px 15px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
}


.beseed_rotator {
    margin-bottom: 0 !important;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
    padding: 25px 0;
    margin-top: 20px;
    text-align: center;
    list-style: none;
    float: left;
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb li a,
.breadcrumb li div {
    float: left;
    position: relative;
}

.breadcrumb li a:after,
.breadcrumb li div:after {
    content: ">";
    color: #6f7177;
    float: left;
}

.breadcrumb li:first-child a:after {
    display: none;
}

.breadcrumb li div {
    color: #aaa;
}


@media (min-width: 1px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }


    .show_all {
        font: 15px/1 Roboto;
    }

    .slider_prevnext {
        margin: -7px 0 14px 20px;
    }


    h1 {
        font: 500 21px/1.2 Roboto;
    }

    h2 {
        font: 500 18px/1 Roboto;
        color: #fff;
    }

    .text h3 {
        margin: 10px 0;
        font: 500 16px/1 Roboto;
        color: #c3b3a3;
    }

    .text h3:first-child {
        margin-top: 0;
    }

    p {
        margin: 0 0 10px;
    }

    .text p {
        font: 14px/1.4 Roboto;
    }


    .series_wrap {
        padding: 10px 15px;
        margin-top: 20px;
    }

    .season_title_wrap {
        margin-bottom: -2px;
    }

    .season_title {
        margin-right: 20px;
        font: 500 17px/1.6 Roboto;
    }


    .logo {
        position: relative;
    }

    .logo-episodes {
        width: 158px;
        margin: 13px 0 0;
        position: relative;
    }

    .menu_btn {
        width: 29px;
        height: 29px;
        display: inline-block;
        cursor: pointer;
    }

    .menu_btn_open div {
        margin-top: 9px;
    }

    .menu_btn_close div {
        margin: -2px 0 0 -2px;
    }

    .menu_btn_close div:first-child {
        margin: 14px 0 0 -2px;
    }

    .main_menu_wrap {
        top: 60px;
    }

    .players_all {
        top: 60px;
    }


    .slider_elem h3 {
        margin-top: 9px;
        font: 500 14px/1.1 Roboto;
    }

    .slider_elem_series {
        margin-top: 7px;
        font: 13px/1 Roboto;
    }

    .slider_elem span {
        margin-top: 7px;
        font: 12px/1 Roboto;
    }


    .news_elem h3 {
        margin-top: 10px;
        font: 500 14px/1.2 Roboto;
    }

    .news_elem span {
        margin-top: 8px;
        font: 12px/1 Roboto;
    }


    aside {
        width: 100%;
    }


    .season_elem_mini {
        width: 30%;
        margin: 16px 0 0 5%;
    }

    .season_elem_mini span {
        font: 500 15px/1 Roboto;
    }

    .season_elem_mini.sem_all {
        width: 100%;
    }

    .sem_all span {
        margin: 15px 0;
    }


    .actor_elem div {
        margin: 8px 0 5px;
        font: 300 13px/1.2 Roboto;
    }

    .actor_big {
        text-align: center;
    }

    a + .actor_big {
        margin-top: 30px;
    }

    .actor_img {
        height: 150px;
    }

    .actor_img_main {
        width: 150px;
        margin-left: -75px;
    }

    .actor_img_bg {
        height: 130px;
        margin-top: 10px;
    }


    .breadcrumb li {
        font: 14px/1.3 Roboto;
    }

    .breadcrumb li a:after,
    .breadcrumb li div:after {
        margin: 0 5px;
    }

}


@media (max-width: 359px) {
    .rating_wrap {
        width: 250px;
    }

    .rating_value {
        margin: 0 0 10px -25px;
        left: 50%;
    }

    .rating_group {
        margin: 0;
    }

    .rating_count {
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
    }
}


@media (min-width: 360px) {
    .show_all {
        font: 16px/1 Roboto;
    }

    .slider_prevnext {
        margin: -6px 0 13px 22px;
    }


    .rating_wrap {
        width: 308px;
    }

    .rating_count {
        margin: 7px 0 0 3px;
    }
}


@media (max-width: 499px) {

    .season_elem {
        width: 47%;
        margin: 20px 0 0 6%;
    }

    .season_elem:nth-child(2n+1) {
        margin-left: 0;
    }


    .schedule_text {
        font: 14px Roboto;
    }

    .schedule_table {
        margin: 20px 0 10px;
    }

    .schedule_td {
        padding: 12px 10px;
    }

    .std_1 {
        width: 22%;
        padding-left: 12px;
        font: 14px/1.2 Roboto;
    }

    .std_2 {
        width: 51%;
    }

    .std_2 div {
        font: 14px/1.2 Roboto;
    }

    .std_2 span {
        font: 13px/1.2 Roboto;
    }

    .std_3 {
        width: 27%;
        padding-right: 12px;
        font: 13px/1.2 Roboto;
    }


    .season_right_l,
    .season_right_r {
        width: 100%;
    }

    .season_right_r {
        margin-top: 12px;
    }

    .season_right_elem {
        margin-top: 12px;
        font: 14px/1.4 Roboto;
    }

    .season_right_elem > span {
        width: 100px;
    }

    .season_right_elem > div {
        padding-left: 100px;
        margin-left: -100px;
    }

}

.season_title_wrap_grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
}

.season_title_wrap > ul::-webkit-scrollbar {
    display: none;
}

.SeasonsList {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 500px) {

    .series_wrap {
        padding: 15px 20px;
    }

    .season_title_wrap {
        margin-bottom: 0;
    }

    .season_title {
        margin-right: 22px;
        font: 500 18px/1.6 Roboto;
    }


    .slider_elem h3 {
        margin-top: 10px;
        font: 500 16px/1.1 Roboto;
    }

    .slider_elem_series {
        margin-top: 8px;
        font: 14px/1 Roboto;
    }

    .slider_elem span {
        margin-top: 9px;
        font: 13px/1 Roboto;
    }


    .news_elem h3 {
        margin-top: 12px;
        font: 500 16px/1.2 Roboto;
    }

    .news_elem span {
        margin-top: 10px;
        font: 13px/1 Roboto;
    }


    .season_elem {
        width: 31%;
        margin: 20px 0 0 3.5%;
    }

    .season_elem:nth-child(3n+1) {
        margin-left: 0;
    }


    .text h3 {
        margin: 10px 0 12px;
        font: 500 17px/1 Roboto;
    }

    p {
        margin-bottom: 12px;
    }

    .text p {
        font: 16px/1.4 Roboto;
    }


    .season_elem_mini {
        width: 31%;
        margin: 18px 0 0 3.5%;
    }

    .season_elem_mini span {
        font: 500 18px/1 Roboto;
    }


    .schedule_text {
        font: 15px Roboto;
    }

    .schedule_table {
        margin: 22px 0 15px;
    }

    .schedule_td {
        padding: 14px 10px;
    }

    .std_1 {
        width: 17%;
        padding-left: 15px;
        font: 15px/1.3 Roboto;
    }

    .std_2 {
        width: 53%;
    }

    .std_2 div {
        font: 16px/1.3 Roboto;
    }

    .std_2 span {
        font: 14px/1.3 Roboto;
    }

    .std_3 {
        width: 30%;
        padding-right: 15px;
        font: 14px/1.3 Roboto;
    }


    .actor_img {
        height: 200px;
    }

    .actor_img_main {
        width: 200px;
        margin-left: -100px;
    }

    .actor_img_bg {
        height: 180px;
        margin-top: 10px;
    }


    .season_right_l,
    .season_right_r {
        width: 48%;
    }

    .season_right_r {
        margin-left: 4%;
    }

    .season_right_elem {
        margin-top: 15px;
        font: 15px/1.4 Roboto;
    }

    .season_right_elem > span {
        width: 108px;
    }

    .season_right_elem > div {
        padding-left: 108px;
        margin-left: -108px;
    }


    .breadcrumb li {
        font: 15px/1.3 Roboto;
    }

    .breadcrumb li a:after,
    .breadcrumb li div:after {
        margin: 0 6px;
    }

}


@media (max-width: 638px) {

    .series_all,
    .players_all,
    .blueimp-gallery > .title,
    .blueimp-gallery > .prev,
    .blueimp-gallery > .next {
        display: none;
    }


    .player_panel {
        margin-bottom: 12px;
    }

    .pp_elem div {
        padding: 10px;
    }

    .pp_elem div span {
        width: 80px;
        font: 12px/15px Roboto;
    }

    .pp_big .pp_elem div span {
        width: auto;
        line-height: 30px;
    }

    .pp_elem div span:before,
    .pp_elem div span:after {
        width: 12px;
    }

    .pp_left div span {
        margin-left: 20px;
        text-align: left;
    }

    .pp_right div span {
        margin-right: 20px;
        text-align: right;
    }

    .pp_left div span:before,
    .pp_left div span:after {
        left: -26px;
    }

    .pp_right div span:before,
    .pp_right div span:after {
        right: -26px;
    }

    .pp_left div span:before,
    .pp_right div span:after {
        top: 18px;
    }

    .pp_right div span:before,
    .pp_left div span:after {
        top: 11px;
    }


    .season_left {
        width: 100%;
    }

    .season_img {
        width: 126px;
    }

    .season_video {
        padding-left: 150px;
        margin-left: -126px;
    }

    .season_video_wrap {
        height: 180px;
    }

    .season_video_wrap img[src] {
        /*margin-left: -240px;*/
    }

    .season_right {
        width: 100%;
        margin-top: 25px;
    }


    .ticket-avatar {
        max-height: 18px;
    }

    .ticket-comment-author {
        font: 500 14px/1 Roboto;
    }

    .ticket-comment-createdon {
        font: 300 12px/1 Roboto;
    }

    .ticket-comment-createdon {
        display: none;
    }

    .ticket-comment-text {
        font: 14px/1.3 Roboto;
    }

    a.comment-reply {
        font: 14px Roboto;
    }

    .comment_input,
    .comment_editor {
        font: 14px/18px Roboto;
    }

    .comment_editor {
        height: 110px;
    }

    .comment_btn {
        font: 500 15px/38px Roboto;
    }


    .load_more button {
        width: 160px;
        font: 14px/1 Roboto;
    }

}


@media (min-width: 560px) {

    .player_panel {
        margin-bottom: 20px;
    }

    .pp_elem div {
        padding: 15px;
        -webkit-transition: background 0.2s ease;
        -moz-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        -ms-transition: background 0.2s ease;
        transition: background 0.2s ease;
    }

    .pp_elem:hover div {
        background: #e4e4e42b;
    }

    .pp_elem div span {
        font: 16px/1 Roboto;
    }


    .pp_elem div span:before,
    .pp_elem div span:after {
        width: 9px;
    }

    .pp_left div span:before,
    .pp_right div span:after {
        top: 10px;
    }

    .pp_right div span:before,
    .pp_left div span:after {
        top: 4px;
    }

    .pp_left div span:before,
    .pp_left div span:after {
        left: -20px;
    }

    .pp_right div span:before,
    .pp_right div span:after {
        right: -20px;
    }


    .season_left {
        width: 100%;
    }

    .season_img {
        width: 168px;
    }

    .season_video {
        padding-left: 192px;
        margin-left: -168px;
    }

    .season_video_wrap {
        height: 240px;
    }

    .season_video_wrap img[src] {
        /*margin-left: -320px;*/
    }

    .season_right {
        width: 100%;
        margin-top: 25px;
    }


    .ticket-avatar {
        max-height: 20px;
    }

    .ticket-comment-author {
        font: 500 16px/1 Roboto;
    }

    .ticket-comment-createdon {
        font: 300 13px/1 Roboto;
    }

    .ticket-comment-text {
        font: 16px/1.3 Roboto;
    }

    a.comment-reply {
        font: 15px Roboto;
    }

    .comment_input,
    .comment_editor {
        font: 16px/21px Roboto;
    }

    .comment_editor {
        height: 125px;
    }

    .comment_btn {
        font: 500 17px/41px Roboto;
    }


    .load_more button {
        width: 190px;
        font: 16px/1 Roboto;
    }

}


@media (max-width: 599px) {

    .news_elem,
    .series_elem {
        width: 48%;
        margin: 12px 0 5px 4%;
    }

    .news_elem:nth-child(2n+1),
    .series_elem:nth-child(2n+1) {
        margin-left: 0;
    }

}


@media (min-width: 600px) and (max-width: 991px) {

    .news_elem,
    .series_elem {
        width: 31.666%;
        margin: 15px 0 5px 2.5%;
    }

    .news_elem:nth-child(3n+1),
    .series_elem:nth-child(3n+1) {
        margin-left: 0;
    }

}


@media (max-width: 768px) {

    .unstable {
        z-index: 9999;
        position: absolute;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate3d(-15px, -10px, 0px)
    }

    .unstable_players {
        z-index: 9999;
        position: relative;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate3d(5px, -48px, 0px)
    }

    header {
        background: rgba(0, 0, 0, 0.7);
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        height: 36px;
        margin-left: 11px;
    }

    .logo-episodes {
        height: 40px;
        overflow: hidden;
        float: left;
    }

    /*.logo .lazy {*/
    /*  margin-top: -7px;*/
    /*}*/
    .menu_btn {
        float: right;
        cursor: pointer;
    }

    .menu_btn.show {
        display: block;
    }

    .menu_btn div {
        height: 2px;
        float: left;
        -webkit-transition: transform 0.1s ease;
        -moz-transition: transform 0.1s ease;
        -o-transition: transform 0.1s ease;
        -ms-transition: transform 0.1s ease;
        transition: transform 0.1s ease;
    }

    .menu_btn_open div {
        background: #987661;
        width: 100%;
    }

    .menu_btn_close div {
        background: #cb8f64;
        width: 110%;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu_btn_close div:first-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu_btn_close div:nth-child(2) {
        display: none;
    }

    .menu_btn_open div:first-child {
        margin-top: 3px;
    }

    .main_menu_wrap {
        z-index: 999;
    }

    .players_all {
        z-index: 999;
    }

    .main_menu {
        width: 100%;
    }

    .main_menu a {
        width: 100%;
        padding: 11px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font: 18px/1 Roboto;
    }

    .main_menu a:first-child {
        border-top: none;
    }

    .main_menu_seasons {
        margin-bottom: 8px;
        display: none;
    }

    .main_menu_seasons a {
        padding: 10px 20px;
        border: none;
        font: 15px/1 Roboto;
        opacity: 0.85;
        position: relative;
    }

    .main_menu_players {
        margin-bottom: 8px;
        display: none;
    }

    .main_menu_players a {
        padding: 10px 20px;
        border: none;
        font: 15px/1 Roboto;
        opacity: 0.85;
        position: relative;
    }

    /*.main_menu_seasons a:before {*/
    /*  content: "";*/
    /*  background: #776034;*/
    /*  width: 6px;*/
    /*  height: 1px;*/
    /*  top: 16px;*/
    /*  left: 2px;*/
    /*  position: absolute;*/
    /*}*/
    .season_video_text {
        display: none;
    }


    aside {
        margin-top: 40px;
    }


    .actor_elem_big div {
        margin-top: 8px;
        font: 300 13px/1.2 Roboto;
    }

    .actor_elem_big span {
        margin: 5px 0;
        font: 300 12px/1.2 Roboto;
    }


    /*.share {*/
    /*  bottom: -4000px;*/
    /*  -webkit-transition: bottom 3s ease;*/
    /*  -moz-transition: bottom 3s ease;*/
    /*  -o-transition: bottom 3s ease;*/
    /*  -ms-transition: bottom 3s ease;*/
    /*  transition: bottom 3s ease;*/
    /*}*/
    /*.share.share_fix {*/
    /*  background: rgba(0,0,0,0.8);*/
    /*  padding: 28px 7px 10px;*/
    /*  margin: 0;*/
    /*  border: none;*/
    /*  left: 0;*/
    /*  bottom: 0;*/
    /*  position: fixed;*/
    /*  z-index: 5;*/
    /*}*/
    .share_fix .share_text {
        color: #eee;
    }

    .share_fix .ya-share2,
    .share_fix .ya-share2__list,
    .share_fix .ya-share2__link,
    .share_fix .ya-share2__badge {
        width: 100%;
    }

    .share_fix .ya-share2__list {
        font-size: 0.001px;
    }

    .share_fix .ya-share2__list_direction_horizontal > .ya-share2__item {
        width: 16.666%;
        padding: 0 3px !important;
        margin: 0 !important;
    }

    .share_fix .ya-share2 .ya-share2__badge .ya-share2__icon {
        background-size: 44px 44px;
        height: 44px;
        width: 44px;
    }

    .share_fix .ya-share2 .ya-share2__badge .ya-share2__counter {
        display: none;
    }

    /*.share_fix .share_close {*/
    /*  width: 30px;*/
    /*  height: 30px;*/
    /*  top: 10px;*/
    /*  right: 2px;*/
    /*  position: absolute;*/
    /*}*/
    /*  .share_fix .share_close:before,*/
    /*  .share_fix .share_close:after {*/
    /*    content: "";*/
    /*    background: #888;*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    width: 2px;*/
    /*    height: 14px;*/
    /*    margin: -7px 0 0 -1px;*/
    /*  }*/
}

.superwrap {
    padding-top: 205px;
}

@media (min-width: 768px) {

    .player_wrap {
        height: 404px;
    }

    .unstable {
        z-index: 9999;
        position: absolute;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate3d(-40px, -10px, 0px)
    }

    .unstable_players {
        z-index: 9999;
        position: relative;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: translate3d(6px, -42px, 0px)
    }

    .main_menu {
        padding: 0 40px;
    }

    .superwrap {
        padding-top: 330px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }


    h1 {
        font: 500 24px/1.2 Roboto;
    }

    h2 {
        font: 500 21px/1 Roboto;
    }


    header {
        text-align: center;
        background-color: rgba(19, 19, 19, 0.38);
        z-index: 5;
        height: 85px;
        /*backdrop-filter: blur(4px);*/
        box-shadow: 0px 0px 20px 0px rgb(19 19 19 / 40%);
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }


    .logo {
        margin: 0 0 0 40px;
        height: 60px;
        float: left;
        display: inline-block;
    }

    .logo-episodes {
        width: 100%;
        max-width: 306px;
        margin: 35px 0 0;
        display: inline-block;
    }

    .main_menu_seasons {
        display: none;
    }

    .main_menu_seasons.show {
        display: block;
    }

    .main_menu_players {
        display: none;
    }

    .main_menu_players.show {
        display: block;
    }

    .main_menu a {
        padding: 15px 14px;
    }


    .series_wrap {
        padding: 20px 25px;
        margin-top: 22px;
    }

    .season_title_wrap {
        margin-bottom: -5px;
    }

    .season_title {
        margin-right: 25px;
        font: 500 20px/1.6 Roboto;
    }


    .std_1 {
        width: 10%;
    }


    .actor_elem div {
        margin: 5px 0;
    }

    .actor_big .actor_elem_big div {
        margin-top: 9px;
        font: 16px/1.2 Roboto;
    }

    .actor_big .actor_elem_big span {
        margin: 5px 0 8px;
        font: 300 15px/1.2 Roboto;
    }

    .season_left {
        width: 200px;
    }

    .season_img {
        width: 100%;
    }

    .season_video {
        width: 100%;
        padding-left: 0;
        margin: 20px 0 0;
    }

    .season_video_wrap {
        height: 135px;
    }

    .season_video_text {
        margin-bottom: 10px;
        font: 16px/1 Roboto;
    }

    .season_video_wrap img[src] {
        /*margin-left: -180px;*/
    }

    .season_right {
        padding-left: 225px;
        margin: 0 0 0 -200px;
    }

}

.comment_input {
    width: calc(100% - 316px);
    height: 77px;
}

@media (max-width: 1024px) {

    .share_text {
        width: 100%;
    }

    .comment_btn_wrap,
    .time {
        width: 34%;
    }


    footer {
        text-align: center;
    }

    .footer_left {
        width: 100%;
    }

    .footer_right {
        width: 100%;
        margin-top: 18px;
    }

    .copy {
        margin-top: 10px;
        font: 13px/1.2 Roboto;
    }

    .copyright {
        margin-bottom: 5px;
    }


    .actor_elem div {
        width: 100%;
        bottom: 0;
        left: 0;
        position: relative;
    }

    .actor_elem_big {
        width: 30%;
        margin: 0 0 16px 5%;
    }


    .series_slider .series_elem {
        width: 100%;
        margin-left: 0;
    }

    .series_slider {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
    }

    .series_slider .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

    .series_slider .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .series_slider .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .series_slider .owl-wrapper,
    .series_slider .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .series_slider .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

    .series_slider .owl-item img {
        display: block;
        width: 100%;
    }

    .series_slider .owl-nav.disabled,
    .series_slider .owl-dots.disabled {
        display: none;
    }

    .series_slider .owl-nav .owl-prev,
    .series_slider .owl-nav .owl-next {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-scrollbar {
        margin-top: 20px;
        border-radius: 10px;
        height: 5px;
        width: 100%;
        background: #f1f1f1;
        border: 1px solid #e4e4e4;
        box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
        position: relative;
    }

    .owl-scrollbar .owl-scroll-handle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #e3fd54;
        position: absolute;
        top: -5px;
        left: -1px;
    }

    .owl-scrollbar .owl-scroll-handle:hover {
        transform: scale(2);
        transition: transform .2s ease-in-out;
    }

    .owl-scrollbar .owl-scroll-progress {
        background: #333;
        height: 5px;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .series_slider .owl-nav button.owl-prev,
    .series_slider .owl-nav button.owl-next {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .series_slider.owl-loaded {
        display: block;
    }

    .series_slider.owl-loading {
        opacity: 0;
        display: block;
    }

    .series_slider.owl-hidden {
        opacity: 0;
    }

    .series_slider.owl-refresh .owl-item {
        visibility: hidden;
    }

    .series_slider.owl-drag .owl-item {
        -ms-touch-action: none;
        touch-action: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .no-js .series_slider {
        display: block;
    }

}


@media (min-width: 992px) {

    .player_wrap {
        width: 100%;
        height: 520px;
        top: 0;
        left: 0;
    }

    .slider_elem h3 {
        margin-top: 12px;
        font: 500 17px/1.1 Roboto;
    }

    .news_elem,
    .series_elem {
        width: 229px;
        margin: 25px 0 3px 2.5%;
    }

    .series_elem_s {
        margin: 25px 0 3px 24.6px;
    }

    .series_elem_e {
        width: 23.125%;
        margin: 25px 0 3px 2.5%;
    }

    /*.share {*/
    /*  text-align: center;*/
    /*  margin-left: 56px;*/
    /*}*/
    .news_elem:nth-child(4n+1),
    .series_elem:nth-child(4n+1) {
        margin-left: 0;
    }

    a.season_elem:hover img,
    a.episode:hover img,
    .series_slider_wrap .episode:hover .img_wrap img {
        -webkit-filter: blur(2px) brightness(0.5);
        -moz-filter: blur(2px) brightness(0.5);
        filter: blur(2px) brightness(0.5);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    a.season_elem_mini:hover img,
    .news_elem:hover .img_wrap img,
    .img_slider_wrap .slider_elem:hover .img_wrap img {
        -webkit-filter: brightness(0.9);
        -moz-filter: brightness(0.9);
        filter: brightness(0.9);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .shed:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }

    .actor_elem:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    a.actor_elem_big:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .series_slider_wrap .episode:hover .img_wrap:before,
    a.episode:hover .img_wrap:before,
    a.episode:hover:before,
    a.episode:hover .link_elem_text {
        opacity: 0.7;
    }


    .container {
        padding-left: 30px;
        padding-right: 30px;
    }


    .share_text {
        text-align: center;
    }


    .text h3 {
        margin: 12px 0 15px;
        font: 500 19px/1 Roboto;
    }

    p {
        margin-bottom: 15px;
    }

    .text p {
        font: 17px/1.4 Roboto;
    }


    /*.comment_input {*/
    /*    width: 64%;*/
    /*    height: 77px;*/
    /*}*/

    .comment_btn_wrap,
    .time {
        width: 28%;
    }


    .actor_elem div {
        background: rgba(0, 0, 0, 0.8);
        width: 94px;
        padding: 8px;
        margin: -30px 0 0 -47px;
        border-radius: 2px;
        top: 100%;
        left: 50%;
        position: absolute;
        opacity: 0;
        z-index: 2;
        -webkit-transition: margin-top 0.5s ease, opacity 0.3s ease;
        -moz-transition: margin-top 0.5s ease, opacity 0.3s ease;
        -o-transition: margin-top 0.5s ease, opacity 0.3s ease;
        -ms-transition: margin-top 0.5s ease, opacity 0.3s ease;
        transition: margin-top 0.5s ease, opacity 0.3s ease;
    }

    .actor_elem div:after {
        content: "";
        margin: -7px 0 0 -7px;
        border-style: solid;
        border-width: 0 7px 7px;
        border-color: transparent transparent rgba(0, 0, 0, 0.8);
        top: 0;
        left: 50%;
        position: absolute;
    }

    .actor_elem:hover div {
        margin-top: 11px;
        opacity: 1;
    }

    .actor_elem_big {
        width: 30.5%;
        margin: 0 0 28px 4.25%;
    }

    .actor_big {
        margin: 10px 0 5px;
    }

    .actor_big .actor_elem_big div {
        margin-top: 10px;
    }

    .actor_big .actor_elem_big span {
        margin: 6px 0 0;
    }

    .actor_img {
        height: 300px;
    }

    .actor_img_main {
        width: 300px;
        margin-left: -150px;
    }

    .actor_img_bg {
        height: 270px;
        margin-top: 15px;
    }


    .season_left {
        width: 280px;
    }

    .season_video {
        margin-top: 25px;
    }

    .season_video_wrap {
        height: 150px;
    }

    .season_video_text {
        margin-bottom: 12px;
        font: 17px/1 Roboto;
    }

    .season_video_wrap img[src] {
        /*margin-left: -200px;*/
    }

    .season_right {
        padding-left: 310px;
        margin-left: -280px;
    }


    .footer_left {
        width: 77%;
    }

    .footer_right {
        width: 150px;
        margin-top: 1px;
    }

    .copy {
        padding-left: 50px;
        margin-left: -38px;
        font: 14px/1.2 Roboto;
    }


    .breadcrumb li {
        font: 16px/1.3 Roboto;
    }

    .breadcrumb li a:after,
    .breadcrumb li div:after {
        margin: 0 8px;
    }

}


@media (min-width: 1100px) {

    .container {
        width: 1040px;
        padding-left: 0;
        padding-right: 0;
    }

    .container_margin {
        margin-top: 36px;
    }

    .season_elem {
        margin-top: 30px;
    }


    .season_right_elem > span {
        width: 115px;
    }

    .season_right_elem > div {
        padding-left: 115px;
        margin-left: -115px;
    }

}


@media (min-width: 1240px) {

    .actor_elem div {
        width: 120px;
        margin: -40px 0 0 -60px;
        font: 300 14px/1.2 Roboto;
    }

    .actor_elem:hover div {
        margin-top: 16px;
    }


    .season_elem_mini span {
        font: 500 15px/1 Roboto;
    }

}

.main_menu_wrap.show {
    display: block;
}

.players_all.show {
    display: block;
}

.main_menu_seasons.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 44px;
    background: rgba(19, 19, 19, 0.8);
    right: 0;
}

.main_menu_seasons.show > a {
    color: white;
    white-space: nowrap;
}

.main_menu_players.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 44px;
    /*background: rgba(19, 19, 19, 0.8);*/
    right: 0;
}

.main_menu_players.show > a {
    color: white;
    white-space: nowrap;
}

.item {
    height: 44px;
    background: transparent;
    border: 0;
    border-radius: 2px;
    color: hsla(0, 0%, 100%, .9);
    cursor: default;
    text-decoration: none;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 12px;
    padding-inline-end: 8px;
    position: relative;
    text-align: start;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.box {
    -webkit-app-region: no-drag;
    background-color: #282828;
    border-radius: 4px;
    -webkit-box-shadow: 0 16px 24px rgb(0 0 0 / 30%), 0 6px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 16px 24 pxrgba(0, 0, 0, .3), 0 6px 8 pxrgba(0, 0, 0, .2);
    max-height: calc(100vh - 24px);
    max-width: 350px;
    min-width: 160px;
    overflow-y: auto;
    padding: 4px;
}

.element {
    font: 15px/1.4 Roboto;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin-block: 0px;
    font-weight: 400;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    padding: 10px;
    margin: -10px;
}

.item:hover {
    background-color: hsla(0, 0%, 100%, .1);
    color: #fff;
    text-decoration: none;
}

.episode_section {
    margin-top: 0;
}

.series_elem_e {
    width: 23.125%;
    margin: 25px 0 3px 2.5%;
}

.news_elem:nth-child(4n+1),
.series_elem:nth-child(4n+1) {
    margin-left: 0;
}

body img.lazy {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}

body img.lazy[src*=placeholder] {
    opacity: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

#Captcha {
    display: flex;
    font-size: 10px;
    padding: 20px 0 20px 0;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    color: #6a6a6a;
    margin: 0 0 40px 0;
    background-color: #262626;
}

.CaptchaL {
    color: #e4e4e4;
}

.episodes_wrap {
    padding: 25px;
    margin-top: 22px;
    background: rgba(255, 255, 255, .05);
}

@media (max-width: 768px) {
    .episodes_list {
        grid-template-columns: repeat(3, 1fr);
    }

    .episodes_wrap {
        padding: 16px;
        margin-top: 22px;
        background: rgba(255, 255, 255, .05);
    }
}

@media (max-width: 620px) {
    .episodes_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding-top: 10px;
    }
}

.main_page {
    padding-top: 0px;
}

@media (max-width: 374px) {
    .comment_header {
        display: block !important;
    }

    .write_comment_btn {
        margin-top: 10px !important;
    }
}

.select {
    -webkit-user-select: auto;
    user-select: auto;
}

.title_left {
    text-align: left;
    float: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.image_wrap {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.mini_header {
    display: flex;
    justify-content: space-between;
}

.players_all {
    margin: 5px 20px 10px;
    font: 18px/1 Roboto;
    float: right;
}

.img_wrap > iframe.active {
    display: flex;
}

.img_wrap > iframe {
    display: none;
}

a.element.active {
    color: #676767;
}

.ErrorComments {
    display: flex;
    font: 15px/1.4 Roboto;
    color: #ffb74d;
    width: 100%;
    padding-top: 10px;
}

@media (min-width: 769px) {
    .container {
        padding-top: 20px;
    }
}

.g-recaptcha {
    float: right;
}

@media (max-width: 425px) {
    .comment_input {
        height: 77px;
        width: 100%;
    }

    .form_write_comment {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .g-recaptcha {
        margin-bottom: 18px;
    }

    .ticket-comment-body {
        display: flex;
        flex-direction: column;
    }
}

.pl_elem {
    text-decoration: none;
    color: #e4e4e4;
    border-top: transparent;
    border-bottom: 2px solid transparent !important;
    width: 20%;
    float: left;
    font: 16px/1 Roboto;
    background: rgba(219, 204, 110, 0.05);
    text-align: center;
    padding: 15px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
    cursor: pointer;
}

@media (max-width: 600px) {
    .pl_elem {
        font: 14px/1 Roboto;
        padding: 15px 0 15px 0;
    }
}

.pl_elem:hover {
    border: transparent;
    background: linear-gradient( transparent 0%, var(--trmain-color));
    cursor: pointer;
}

.pl_elem.active {
    border: 2px solid transparent;
    border-image: linear-gradient( transparent 0%, var(--main-color) 100%);
    border-image-slice: 1;
    background: linear-gradient( transparent 0%, var(--trmain-color));
    border-top: transparent;
    cursor: default;
}

.pl_elem:not(.active) {
    border-left: 1px solid #131313;
    border-right: 1px solid #131313;
}

.pl_elem.active:hover {
    color: #e4e4e4;
}

.pl_elem:hover a {
    background: #e4e4e42b;
}

.players {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.season-nav-btn {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.season-nav-btn>svg * {
    transition: .3s;
}

.season-nav-btn:not(.disable):hover>svg * {
    stroke: var(--main-color);
}

.season-nav-btn.disable {
    cursor: default;
}

.season_title_wrap > ul::-webkit-scrollbar {
    display: none;
}

.season_title_wrap_grid > ul::-webkit-scrollbar {
    display: none;
}

.h1-age {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.h1-age > svg > rect{
    fill: var(--main-color);
}

@media (max-width: 425px) {
    .h1-age > svg{
        width: 50px;
        height: 47px;
    }
}

.untouchable {pointer-events: none;}

.wrap.bt.s_bt {margin-top: 22px;}