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

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

a:hover {
  color: #fc1;
}

a:focus {
  outline: none;
}

p {
  margin: 0 0 15px;
}

.news_article .text h3 {
  margin: 18px 0;
  text-transform: uppercase;
}

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

h1[itemprop="headline"] {
  line-height: 1.3
}

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

textarea {
  resize: none;
}

.hidden {
  display: none;
}

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

.mt {
  margin-top: 45px;
}

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

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

.dt {
  display: table;
}

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

.pr {
  position: relative;
}

.container {
  margin: 0 auto;
}

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

.news_article .img_wrap {
  float: none;
}

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



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

.logo img {
  width: 100%;
}

.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 {
  border-radius: 3px;
  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,.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.season_elem .img_wrap:after {
  height: 28%;
}

.season_elem_mini .img_wrap:after {
  height: 40%;
}

.sem_all {
  background: rgba(255,190,120,.2);
  -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;
}

.sem_all:hover {
  background: rgba(255,190,120,.3);
}

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

.insta_elem img,
.actor_elem img,
.actor_elem_big img,
.season_elem img,
.season_elem_mini img,
a.series_elem img,
.slider_elem img,
.news_elem img,
.news_article 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 {
  top: 40%;
}

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%;
  font: 500 18px/1 Roboto;
  text-align: center;
  color: #fff;
  bottom: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}

div.season_elem h3 {
  color: #888;
}


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

.slider {
  background: rgba(255,255,255,.1);
  padding: 15px;
  border-radius: 3px;
  position: relative;
}

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

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

.slider_elem .img_wrap {
  border-radius: 3px;
}

.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: -21px;
  border-style: solid;
  border-width: 24px 0 24px 42px;
  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: -24px;
}

.slider_prevnext {
  float: right;
}

.owl-prev,
.owl-next {
  background: rgba(255,255,255,.1);
  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 {
  border-radius: 3px 0 0 3px;
  left: 0;  
}

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

.owl-prev:before,
.owl-next:before {
  -webkit-transition: border-color 0.2s ease;
     -moz-transition: border-color 0.2s ease;
       -o-transition: border-color 0.2s ease;
      -ms-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease;         
}

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

.lazy[src] {
  opacity: 1;
}

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

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

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

.owl-dot {
  background: rgba(255,190,120,.2);
  width: 30px;
  height: 8px;
  padding: 0;
  margin: 0 3px;
  border: none;
  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 {
  background: rgba(255,190,120,.4);
}

.owl-dot.active {
  background: rgba(255,190,120,.7);
}

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: #fb7;
  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: #fc1;
}



.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,.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 #f29307;
  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; 
}

.news_article .text {
  margin-top: 20px;
}

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


.news_mini_elem {
  border-top: 1px solid rgba(255,255,255,.1);
  display: inline-block;
  vertical-align: top;
}

.news_mini_elem:first-child {
  border-top: none;
}

.news_mini_date {
  color: #c8dce8;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.news_mini_day {
  display: inline-block;
}

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

.news_mini_text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

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

.news_mini_descr {
  width: 100%;
  color: #fff;
  display: inline-block;
}


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

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

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

.news_elem span.news_elem_descr {
  color: #ddd;
}


.season_img {
  border-radius: 3px;
  position: relative;
  float: left;
  overflow: hidden;
}

.season_img img {
  width: 100%;
}

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

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

.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_elem {
  display: inline-block;
  vertical-align: top;
  float: none;
}

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


.translate_field {
  padding: 4px;
  text-align: center;
  top: 15px;
  position: absolute;
  z-index: 2;
}

.translate_elem {
  background: rgba(0,0,0,.4);
  width: 49.8%;
  width: calc(50% - 2px);
  border-radius: 3px;
  color: #fb7;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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;
}

.translate_elem:not(.act):hover {
  color: #fc1;
}

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

.translate_elem.act div:before {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}

.translate_elem:nth-child(2) {
  margin-left: 4px;
}


.player {
  width: 100%;
  margin-top: 15px;
  border-radius: 3px;
  float: left;
  aspect-ratio: 16 / 9;
}

#player {
  position: relative;
  cursor: pointer;
}
.player_play {
  width: 14%;
  margin: -7% 0 0 -7%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .7;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
     -moz-transition: opacity 0.3s ease, transform 0.3s ease;
       -o-transition: opacity 0.3s ease, transform 0.3s ease;
      -ms-transition: opacity 0.3s ease, transform 0.3s ease;
          transition: opacity 0.3s ease, transform 0.3s ease;
}
#player:hover .player_play {
  opacity: 1;
  transform: scale(1.1);
}

.player_frame {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.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(0,0,0,.4);
  width: 100%;
  border-radius: 3px;
  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: #fb7;
  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: #fc1;
}

.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,.1);
  padding: 10px 16px;
  margin-top: 20px;
  border-radius: 3px;
  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,.1);
  padding: 9px 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 3px;
  float: left;
  box-shadow: none;
}

.comment_editor {
  width: 100%;
}

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

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

.comment_btn {
  background: #79644e;
  width: 100%;
  border: none;
  border-radius: 3px;
  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: #b81;
}

.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="Аватар пользователя sverhi.club"] + .ticket-comment-author {
  color: #f97;
  position: relative;
}

.ticket-avatar[alt="Аватар пользователя sverhi.club"] + .ticket-comment-author:before {
  content: "";
  background: #14100f;
  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: #fc1;
}

.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,.5);
  border-radius: 40px;
  color: rgba(255,255,255,.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,.7);
  color: rgba(255,255,255,.7);
}


aside h2 {
  margin-bottom: 25px;
}

.ft {
  margin-bottom: 13px;
}

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

.shed {
  width: 100%;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}


.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,.9);
  display: inline-block;
}

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

.progress-bar {
  background-color: rgba(210,160,110,.5);
  font: 13px/19px Roboto;
  position: relative;
}

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

.progress_text {
  font: 13px/19px Roboto;
  color: rgba(255,255,255,.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,.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,.9);
  left: 0;
  position: absolute;
}

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

.poll_radio input:checked + .poll_circle:after {
  content: "";
  background: #fc1;
  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,.7);
  border-radius: 4px;
  font: 500 16px/1 Roboto;
  color: rgba(255,255,255,.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 h2 {
  color: inherit;
}

.schedule_table {
  display: table;
}

.schedule_tr {
  display: table-row;
}

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

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

.std_1 {
  width: 12%;
  color: #c8dce8;
}

.std_2 {
  width: 76%;
}

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

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

.std_3 {
  width: 12%;
  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%;
}

.insta_title {
  margin-bottom: 10px;
  font: 500 18px/1 Roboto;
  color: #fff;
}

.insta_elem {
  width: -webkit-calc((100% - 20px) / 3);
  width: -moz-calc((100% - 20px) / 3);
  width: -ms-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  margin: 10px 0 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

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

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

.insta_elem img {
  width: 100%;
  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: 60px;
  border-top: 1px solid rgba(255,255,255,.2);
  float: left;
}

.footer_left {
  float: left;
}

.footer_right {
  float: right;
}

.age {
  background: #fb7;
  width: 38px;
  padding: 8px 0;
  border-radius: 4px;
  font: 14px/1 Roboto;
  color: #17191a;
  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;
}



.fav_btn {
  background: rgba(255,255,255,.15);
  width: 100%;
  padding: 13px;
  margin-bottom: 45px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  float: left;
  opacity: 0.9;
  cursor: pointer;
  -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;
}

.fav_btn:hover {
  opacity: 1;
}

.fav_btn div {
  background: url(../img/icon-star.png);
  display: inline-block;
  vertical-align: top;
}


#VvUeTmCfW8wPpBvE9wBg.blockOfO1b2l3[data-type="2"] .text-o1b2l3 {
  padding-bottom: 0;
}


#UvLS9fQtyZDRIHAMag3C.blockOfO1b2l3[data-type="0"] .table-cell-o1b2l3 {
  border-top: 2px solid #23272a;
  -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;
}

.blockOfO1b2l3 .headline-o1b2l3,
.blockOfO1b2l3 .description-o1b2l3 {
  -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;
}


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


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

.jGrowl-message {
  background: rgba(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;
}




@media (min-width: 1px) and (max-width: 599px), (min-width: 768px) and (max-width: 991px) {

  .series_elem {
    width: 48%;
    margin: 20px 0 5px 4%;
  }

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

}


@media (min-width: 600px) and (max-width: 767px), (min-width: 992px) {

  .series_elem {
    width: 31.666%;
    margin: 25px 0 5px 2.5%;
  }

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

  
}


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


  .logo {
    width: 261px;
    margin: -5px 0 -5px -16px;
    position: relative;
  }

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

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

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

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

  .main_menu_wrap {
    top: 62px;
  }


  .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_mini_elem {
    padding: 20px 0;
  }

  .news_mini_date {
    width: 54px;
  }

  .news_mini_day {
    font: 16px/1 Roboto;
  }

  .news_mini_month {
    margin-top: 5px;
    font: 10px/1 Roboto;
  }

  .news_mini_text {
    padding-left: 68px;
    margin-left: -54px;
  }

  .news_mini_title {
    font: 500 15px/1.2 Roboto;
  }

  .news_mini_descr {
    margin-top: 8px;
    font: 14px/1.2 Roboto;
  }


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

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

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


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

  .news_article .text h3 {
    font: 500 16px/1.3 Roboto;
    color: #dc9;
  }


  aside {
    width: 100%;
  }

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

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

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

  .season_elem_mini.sem_all {
    width: 100%;
    height: 40px;
  }

  .sem_all span {
    margin-bottom: -0.6em;
    bottom: 50%;
  }


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


  .translate_field {
    width: 100%;
  }

  .translate_elem {
    padding: 12px;
    font: 13px/1 Roboto;
  }

  .translate_elem.act div:before {
    margin: 3px 0 0 -12px;
    border-width: 4px 0 4px 7px;
  }

}


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


  .logo {
    width: 319px;
    margin: -6px 0 -6px -21px;
  }

  .menu_btn {
    width: 29px;
    height: 29px;
    margin-top: 23px;
  }

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

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

  .main_menu_wrap {
    top: 76px;
  }


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


  .news_mini_month {
    text-transform: uppercase;
  }


  .news_elem {
    width: 100%;
    margin: 20px 0 5px;
  }


  .schedule_text {
    font: 14px Roboto;
  }

  .schedule_table {
    margin: 8px 0 30px;
  }

  .schedule_td {
    padding: 12px 10px;
  }

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

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

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

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

}


@media (min-width: 500px) {

  .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_mini_elem {
    padding: 20px 0;
  }

  .news_mini_date {
    width: 62px;
  }

  .news_mini_day {
    font: 20px/1 Roboto;
  }

  .news_mini_month {
    margin-top: 5px;
    font: 14px/1 Roboto;
  }

  .news_mini_text {
    padding-left: 80px;
    margin-left: -62px;
  }

  .news_mini_title {
    font: 500 17px/1.2 Roboto;
  }

  .news_mini_descr {
    margin-top: 10px;
    font: 15px/1.2 Roboto;
  }


  .news_elem {
    width: 48%;
    margin: 20px 0 5px 4%;
  }

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

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

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

  .news_elem span.news_elem_descr {
    font: 15px/1.2 Roboto;
  }


  .news_article .img_wrap img[src="img/img_3x4.png"],
  .news_article .img_wrap img[src="img/img_9x16.png"] {
    width: 400px;
  }

  .news_article .img_wrap img[src="img/img_3x4.png"] + img,
  .news_article .img_wrap img[src="img/img_9x16.png"] + img {
    width: 400px;
    left: 50%;
    margin-left: -200px;
  }


  .season_elem {
    width: 22.75%;
    margin: 26px 0 0 3%;
  }

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


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

  .news_article .text h3 {
    font: 500 18px/1.3 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: 10px 0 35px;
  }

  .schedule_td {
    padding: 14px 10px;
  }

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

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

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

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

}


@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_img {
    width: 110px;
  }

  .season_right {
    padding-left: 128px;
    margin-left: -110px;
  }


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

  .translate_field {
    width: 270px;
  }

  .translate_elem {
    padding: 15px;
    font: 16px/1 Roboto;
  }

  .translate_elem.act div:before {
    margin-left: -15px;
    border-width: 5px 0 5px 8px;
  }


  .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(0,0,0,.3);
  }

  .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_img {
    width: 150px;
  }

  .season_right {
    padding-left: 172px;
    margin-left: -150px;
  }


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

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

  .logo {
    float: left;
  }

  .menu_btn {
    float: right;
    cursor: pointer;
  }

  .menu_btn.show {
    display: block;
  }

  .menu_btn div {
    background: #ece6e2;
    height: 1px;
    box-shadow: 0 0 8px 1px rgba(125,75,55,.6);
    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 {
    width: 100%;
  }

  .menu_btn_close div {
    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: 4px;
  }

  .main_menu_wrap {
    background: rgba(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,.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: #978954;
    width: 6px;
    height: 1px;
    top: 16px;
    left: 2px;
    position: absolute;
  }


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



  #VvUeTmCfW8wPpBvE9wBg.blockOfO1b2l3[data-type="2"] .table-cell-o1b2l3 {
    border-top: 2px solid #23272a;
  }

  #GVO8HaGdg3ouhj1CIapn.blockOfO1b2l3[data-type="0"] .table-o1b2l3 {
    width: 104%;
  }

  #GVO8HaGdg3ouhj1CIapn.blockOfO1b2l3[data-type="0"] .table-cell-o1b2l3 {
    padding-right: 4%;
  }

}


@media only screen and (min-width: 560px) and (max-width: 1024px) {

  .translate_field {
    margin-left: -135px;
    left: 50%;
  }

}


@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: 580px;
    margin: 20px 0 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,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
  }

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


  section {
    padding-right: 291px;
  }

  aside {
    width: 266px;
    padding: 5px 0 0 25px;
    margin-left: -266px;
    border-left: 1px solid rgba(255,255,255,.2);
  }

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

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

  .sem_all span {
    font: 500 14px/1 Roboto;
  }


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


  #VvUeTmCfW8wPpBvE9wBg.blockOfO1b2l3[data-type="2"] .table-o1b2l3 {
    width: 103%;
  }

  #VvUeTmCfW8wPpBvE9wBg.blockOfO1b2l3[data-type="2"] .table-cell-o1b2l3 {
    padding-right: 3%;
  }

  #GVO8HaGdg3ouhj1CIapn.blockOfO1b2l3[data-type="0"] .table-o1b2l3 {
    width: 102.5%;
  }

  #GVO8HaGdg3ouhj1CIapn.blockOfO1b2l3[data-type="0"] .table-cell-o1b2l3 {
    padding-right: 2.5%;
  }
}


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


  .fav_btn {
    display: none;
  }


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

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

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

}


@media (min-width: 992px) {

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


  .news_elem {
    margin-top: 28px;
  }


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


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


  .comment_input {
    width: 64%;
  }

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


  section {
    padding-right: 311px;
  }

  aside {
    width: 276px;
    padding-left: 35px;
    margin-left: -276px;
  }


  .fav_btn {
    font: 16px/20px Roboto;
  }

  .fav_btn div {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }


  .actor_elem div {
    background: rgba(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,.8);
    top: 0;
    left: 50%;
    position: absolute;
  }

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

  .actor_elem_big {
    width: 22.75%;
    margin: 0 0 25px 3%;
  }

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

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


  .footer_left {
    width: 77%;
  }

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

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

}


@media (min-width: 1025px) {

  .translate_field {
    text-align: left;
  }

}


@media (max-width: 1239px) {

  .fav_btn span {
    display: none;
  }
}


@media (min-width: 1240px) {

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


  section {
    padding-right: 390px;
  }


  aside {
    width: 350px;
    margin-left: -350px;
  }


  .fav_btn {
    font: 17px/22px Roboto;
  }

  .fav_btn div {
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }


  .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 17px/1 Roboto;
  }

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


  .translate_field {
    opacity: 0;
    -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;
  }

  .pr:hover .translate_field {
    opacity: 1;
  }

}


@media (min-width: 1850px) {

  .container {
    margin-right: 420px;
  }

}









#osiad {
  background: url(../img/osiad_bg.jpg) 50% 50%;
  background-size: cover;
  width: 0;
  height: 0;
  display: block;
}

#osiad.blueimp-gallery-controls {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.modal_osiad {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: absolute;
  -ms-user-select: none; 
  -moz-user-select: none; 
  -webkit-user-select: none; 
  user-select: none; 
}

.modal_osiad_wrap {
  width: 100%;
  max-width: 1000px;
  display: inline-block;
}

.modal_osiad_t {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.modal_osiad_t1 span {
  color: #eec983;
}

.modal_osiad_t3 {
  color: #00b3ff;
}

.modal_osiad_t3:hover {
  color: #5cf;
}

.modal_osiad_img {
  display: none;
}

.modal_osiad_b {
  border-radius: 5px;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  opacity: 0.9;
}

.modal_osiad_b:hover {
  color: #fff;
  opacity: 1;
}

.modal_osiad_b1 {
  background: #0079ae;
}

.modal_osiad_b2 {
  background: rgba(65,77,82,.9);
}

@media (min-width: 1px) {

  .modal_osiad {
    padding: 20px 0;
  }

  .modal_osiad_img {
    width: 100%;
    max-width: 460px;
    margin-top: 20px;
  }

  .modal_osiad_t1 {
    font: 500 20px/1.4 Roboto;
  }

  .modal_osiad_t2 {
    margin-top: 25px;
    font: 500 17px/1.2 Roboto;
  }

  .modal_osiad_t3 {
    margin-top: 10px;
    font: 500 18px/1.2 Roboto;
  }

  .modal_osiad_b {
    margin-top: 25px;
  }

  .modal_osiad_b1 {
    width: 76%;
    font: 17px/45px Roboto;
    display: inline-block;
  }

  .modal_osiad_b2 {
    width: 60%;
    font: 15px/40px Roboto;
    display: inline-block;
  }

}

@media (max-width: 599px) {

  #osiad .close {
    display: none;
  }

  .modal_osiad {
    -webkit-align-content: center; 
    align-content: center;
  }

  .modal_osiad_img {
    display: inline-block;
  }

  .modal_osiad_t1 span {
    display: block;
  }

  .modal_osiad_t3 {
    margin-bottom: 10px;
  }
  
}

@media (min-width: 600px) {

  #osiad.blueimp-gallery-controls {
    width: 94%;
    height: 90%;
    top: 5%;
    left: 3%;
  }

  .modal_osiad {
    background: url(../img/osiad.jpg) 50% 50%;
    background-size: cover;
    padding: 40px;
    -webkit-align-content: flex-end; 
    align-content: flex-end;
  }

  .modal_osiad:before {
    content: "";
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(45deg,  rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(45deg,  rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    background: linear-gradient(45deg,  rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
  }

  .modal_osiad:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 );
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    position: absolute;
  }

  .modal_osiad_t {
    text-shadow: 0 1px 3px rgba(0,0,0,.7);
  }

  .modal_osiad_t1 {
    font: 500 25px/1.2 Roboto;
  }

  .modal_osiad_t2 {
    margin-top: 15px;
    font: 500 22px/1.2 Roboto;
  }

  .modal_osiad_t3 {
    margin-top: 8px;
    font: 500 25px/1.2 Roboto;
  }

  .modal_osiad_b {
    margin-top: 30px;
  }

  .modal_osiad_b1 {
    width: 46%;
    font: 25px/50px Roboto;
    float: left;
  }

  .modal_osiad_b2 {
    width: 50%;
    font: 21px/50px Roboto;
    float: right;
  }

}

@media (min-width: 992px) {

  .modal_osiad {
    padding: 50px;
  }

  .modal_osiad_t {
    text-shadow: 0 2px 5px rgba(0,0,0,.7);
  }

  .modal_osiad_t1 {
    font: 500 30px/1.2 Roboto;
  }

  .modal_osiad_t2 {
    margin-top: 22px;
    font: 500 27px/1.2 Roboto;
  }

  .modal_osiad_t3 {
    margin-top: 12px;
    font: 500 30px/1.2 Roboto;
  }

  .modal_osiad_b {
    margin-top: 38px;
  }

  .modal_osiad_b1 {
    width: 50%;
    font: 30px/60px Roboto;
  }

  .modal_osiad_b2 {
    width: 45%;
    font: 26px/60px Roboto;
  }

}

@media (min-width: 1400px) {

  .modal_osiad {
    padding: 70px 50px;
  }

  .modal_osiad_t1 {
    font: 500 40px/1.2 Roboto;
  }

  .modal_osiad_t2 {
    margin-top: 25px;
    font: 500 34px/1.2 Roboto;
  }

  .modal_osiad_t3 {
    margin-top: 15px;
    font: 500 38px/1.2 Roboto;
  }

  .modal_osiad_b {
    margin-top: 40px;
  }

  .modal_osiad_b1 {
    font: 35px/70px Roboto;
  }

  .modal_osiad_b2 {
    font: 28px/70px Roboto;
  }

}



.othpro {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.othpro:last-child {
  margin-top: 20px;
}

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

.othpro:hover 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);
}

.othpro span {
  width: 100%;
  font: 500 18px/1 Roboto;
  text-align: center;
  color: #fff;
  bottom: 15px;
  left: 0;
  position: absolute;
  z-index: 2;
}

.othpro:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

@media (min-width: 1240px) {
  .othpro span {
      font: 500 15px/1 Roboto;
  }
}

@media (min-width: 768px) {
  .othpro span {
      font: 500 14px/1 Roboto;
  }
}

@media (min-width: 500px) {
  .othpro span {
      font: 500 18px/1 Roboto;
  }
}

@media (min-width: 1px) {
  .othpro span {
      font: 500 15px/1 Roboto;
  }
}

.adOverlay {
  cursor: pointer;
}