@charset "utf-8"

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * 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: #0b0f1c url(../img/bg.png);
  width: 100%;
  font-family: Roboto;
  font-size: 0.000001px;
  color: #fff;
  float: left;
}

a,
a:before,
a:after
{
  color: #fdcc6e;
  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: #ffe067;
}

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;
}

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

.container {
  margin: 0 auto;
}

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

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


.logo img {
  aspect-ratio: 9 / 2;
}
.season_img img {
  aspect-ratio: 7 / 10;
}
.player,
.slider_elem img {
  aspect-ratio: 16 / 9;
}


header {
  width: 100%;
  float: left;
}

.logo img {
  width: 100%;
  float: left;
}

.main_menu_wrap {
  width: 100%;
}

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

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

section {
  width: 100%;
  float: left;
}

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;
     -moz-transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease;
       -o-transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease;
      -ms-transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease;
          transition: opacity 0.8s ease, transform 1.2s ease, filter 0.8s ease;
}

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.series_elem .img_wrap:before {
  top: 50%;
}

a.series_elem .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;
}

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

.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 10px;
  font: 18px/1 Roboto;
  float: right;
}

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

.series_all_icon div {
  background: #fdcc6e;
  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: #ffe067;
}



.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%;
  float: left;
}

.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: -2px 8px -3px 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;
}

.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.series_elem,
div.actor_elem_big {
  opacity: 0.5;
}


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

.player_wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.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: #fdcc6e;
  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: #ffe067;
}

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

.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 a {
  margin-left: 15px;
  color: #aaa;
  display: inline-block;
  vertical-align: bottom;
}

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

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

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

.comment-reply a {
  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: #ffe067;
}

.poll_radio input:checked + .poll_circle:after {
  content: "";
  background: #ffe067;
  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: 40px;
  border-top: 1px solid rgba(255,255,255,0.2);
  float: left;
}

.footer_left {
  float: left;
}

.footer_right {
  float: right;
}

.age {
  background: #fdcc6e;
  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 {
    width: 198px;
    margin: 13px 0;
    position: relative;
  }

  .menu_btn {
    width: 29px;
    height: 29px;
    margin-top: 18px;
    display: inline-block;
  }

  .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: 66px;
  }


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

}


@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: 559px) {

  .series_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 a {
    font: 300 12px/1 Roboto;
  }

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

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

  .comment-reply a {
    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: rgba(219, 192, 110, 0.15);
  }

  .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 a {
    font: 300 13px/1 Roboto;
  }

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

  .comment-reply a {
    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: 767px) {

  header {
    background: rgba(0,0,0,0.7);
    margin-bottom: 20px;
  }

  .logo {
    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 {
    background: rgba(0,0,0,0.95);
    padding-bottom: 4px;
    left: 0;
    position: absolute;
    z-index: 10000;
    display: none;
  }

  .main_menu_wrap.show {
    display: block;
  }

  .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 {
    width: 100%;
    margin-bottom: 8px;
    display: inline-block;
  }

  .main_menu_seasons a {
    width: 50%;
    padding: 8px 0 8px 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;
  }

}


@media (min-width: 768px) {

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


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

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


  header {
    text-align: center;
  }


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

  .main_menu_seasons {
    display: none;
  }

  .menu_btn {
    display: none;
  }

  .main_menu_wrap {
    margin: 26px 0 45px;
    display: none;
  }

  .main_menu {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .main_menu a {
    padding: 15px 14px;
    font: 300 20px/1 Roboto;
  }


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

}


@media (max-width: 991px) {

  .share_text {
    width: 100%;
    margin: -10px 0 16px;
  }


  .comment_input {
    width: 60%;
  }

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

  .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) {

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

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

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

  a.season_elem:hover img,
  a.series_elem:hover img,
  .series_slider_wrap .slider_elem: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 .slider_elem:hover .img_wrap:before,
  a.series_elem:hover .img_wrap:before,
  a.season_elem:hover:before,
  a.season_elem:hover .link_elem_text {
    opacity: 0.7;
  }


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


  .share_text {
    margin: 0 22px 0 -112px;
  }


  .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%;
  }

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

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

}