@charset "UTF-8";
:root {
  --font: "AvertaCY-Regular";
  --font-bold: "AvertaCY-Bold";
  --white: #fff;
  --link: #6a9fbb;
  --hover: #548ca8;
  --error: #c73b4a;
  --text-color: #9ca2a8;
  --header-bg: #2d2f33;
  --body-bg: 30, 30, 32;
  --carousel-bg: #333538;
  --footer-bg: #2e3033;
  --tvshow: #333;
  --multfilm: #990000;
  --film: #003366;
  --anime: #330033;
  --serial: #006633;
  --bad: #ff4c4c;
  --average: #ffa500;
  --good: #5cb85c;
  --excelent: #17a2b8;
  --mild: rgb(104, 195, 39);
  --moderate: rgb(168, 187, 62);
  --severe: rgb(207, 68, 9);
}
@font-face {
  font-family: "AvertaCY-Regular";
  src: url("../fonts/AvertaCY-Regular.eot");
  src: url("../fonts/AvertaCY-Regular.woff2") format("woff2"), url("../fonts/AvertaCY-Regular.woff") format("woff"), url("../fonts/AvertaCY-Regular.ttf") format("truetype"), url("../fonts/AvertaCY-Regular.svg#AvertaCY-Regular") format("svg"), url("../fonts/AvertaCY-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvertaCY-Bold";
  src: url("../fonts/AvertaCY-Bold.eot");
  src: url("../fonts/AvertaCY-Bold.woff2") format("woff2"), url("../fonts/AvertaCY-Bold.woff") format("woff"), url("../fonts/AvertaCY-Bold.ttf") format("truetype"), url("../fonts/AvertaCY-Bold.svg#AvertaCY-Bold") format("svg"), url("../fontss/AvertaCY-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?bb6a40");
  src: url("../fonts/icomoon.eot?bb6a40#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bb6a40") format("truetype"), url("../fonts/icomoon.woff?bb6a40") format("woff"), url("../fonts/icomoon.svg?bb6a40#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes outToRight {
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes outToLeft {
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes autoswitch-loading {
  0% {
    background: var(--white);
  }
  50%, 100% {
    background: rgba(255, 255, 255, 0.25);
  }
}
* {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
}
ol {
  list-style: none;
}
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  vertical-align: middle;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
select {
  vertical-align: middle;
  height: 40px;
  border: 1px solid var(--header-bg);
  background-color: var(--header-bg);
  color: var(--white);
}
select option {
  color: var(--white) !important;
}
article {
  display: block;
}
aside {
  display: block;
}
figure {
  display: block;
}
figure img {
  display: block;
}
hgroup {
  display: block;
}
footer {
  display: block;
}
header {
  display: block;
}
button {
  font-family: var(--font);
  padding: 0 20px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
  transition: color 0.3s, background-color 0.3s;
}
button:hover {
  background-color: var(--hover);
}
nav {
  display: block;
}
section {
  display: block;
}
main {
  display: block;
}
body {
  font: 12px/14px var(--font), Tahoma, Geneva, sans-serif;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgb(var(--body-bg));
  height: 100%;
  width: 100%;
  font-weight: 400;
}
body.no_anim *, body.no_anim *:before, body.no_anim *:after {
  animation: none !important;
  transition: none !important;
}
body.no-overflow {
  overflow: hidden;
}
body.theater_mode {
  overflow: hidden;
}
body.theater_mode .header {
  opacity: 0;
}
body.theater_mode #player-container {
  position: fixed;
  z-index: 9999;
}
body.theater_mode #theater_mode {
  color: #01adef;
}
body.search_active #search_wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.menu_opened {
  overflow: hidden;
}
body.menu_opened #main_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
img {
  max-width: 100%;
}
.clr {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: var(--link);
  text-decoration: none;
}
h1 {
  font-weight: 400;
  font-size: 18px;
}
h2 {
  font-weight: 400;
  font-size: 18px;
}
h3 {
  font-weight: 400;
  font-size: 18px;
}
h4 {
  font-weight: 400;
  font-size: 18px;
}
h5 {
  font-weight: 400;
  font-size: 18px;
}
.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrap > * {
  width: 100%;
}
.form-wrap {
  color: var(--white);
}
.sub-title h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}
.button {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.button:hover {
  background-color: var(--hover);
  color: var(--white);
}
.pagi-load a {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
.pagi-load a:hover {
  background-color: var(--hover);
  color: var(--white);
}
.up-second li a {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
.up-second li a:hover {
  background-color: var(--hover);
  color: var(--white);
}
.up-edit a {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
.up-edit a:hover {
  background-color: var(--hover);
  color: var(--white);
}
.qq-upload-button {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
.qq-upload-button:hover {
  background-color: var(--hover);
  color: var(--white);
}
html {
  height: 100%;
}
html input[type="button"] {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
html input[type="button"]:hover {
  background-color: var(--hover);
  color: var(--white);
}
html input[type="button"]:active {
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
input[type="reset"] {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
input[type="reset"]:hover {
  background-color: var(--hover);
  color: var(--white);
}
input[type="reset"]:active {
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
input[type="submit"] {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
input[type="submit"]:hover {
  background-color: var(--hover);
  color: var(--white);
}
input[type="submit"]:active {
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.meta-fav a {
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--link);
  color: var(--white);
}
.meta-fav a:hover {
  background-color: var(--hover);
  color: var(--white);
}
button[disabled] {
  cursor: default;
}
input[disabled] {
  cursor: default;
}
input[type="submit"].bbcodes {
  font-size: 12px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px;
  border-radius: 3px;
}
input[type="button"].bbcodes {
  font-size: 12px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px;
  border-radius: 3px;
}
input.bbcodes {
  font-size: 12px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px;
  border-radius: 3px;
}
.ui-button {
  font-size: 12px !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px;
  border-radius: 3px;
}
input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: var(--white);
  background-color: var(--header-bg);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 0 0 1px var(--header-bg);
}
input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: var(--white);
  background-color: var(--header-bg);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 0 0 1px var(--header-bg);
}
.img_box {
  overflow: hidden;
  position: relative;
  background-color: rgb(var(--body-bg));
}
.img_box img {
  width: 100%;
  min-height: 100%;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header {
  transition: all 0.3s;
  background-color: var(--header-bg);
  position: relative;
  z-index: 10;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.header .active {
  color: var(--white);
}
.header_in {
  display: flex;
  align-items: center;
  height: 60px;
  min-width: 320px;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.tc_item {
  height: 200px;
  display: block;
  border-radius: 3px;
}
.tc_item .title {
  transition: all 0.3s;
  padding: 7px;
  text-align: center;
  background-color: var(--link);
  color: var(--white);
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tc_item:hover .title {
  opacity: 1;
}
.short_view {
  transition: all 0.3s;
  z-index: 20;
  font-size: 14px;
  background-color: var(--link);
  padding: 5px 12px;
  top: -50px;
  right: 5px;
  left: auto;
  cursor: pointer;
}
.carousel-title {
  font-family: var(--font-bold);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}
.sc_tabs {
  display: flex;
  vertical-align: top;
}
.sc_tabs button {
  transition: all 0.3s;
  height: auto;
  padding: 10px 25px;
  border-radius: 3px;
  color: var(--white);
  background-color: var(--header-bg);
  cursor: pointer;
  transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
}
.sc_tabs button + button {
  margin-left: 10px;
}
.sc_tabs button:not(.current) {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.sc_tabs button:not(.current):hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  color: var(--white);
  background-color: var(--link);
}
.sc_tabs button.current {
  color: var(--white);
  background-color: var(--link);
}
.cols {
  transition: all 0.3s;
}
.main {
  padding: 40px 0;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}
.side {
  transition: all 0.3s;
  width: 300px;
  margin-left: -500px;
  float: left;
  position: relative;
  z-index: 20;
  color: var(--white);
  height: 0;
  overflow: hidden;
}
.vis_side {
  transition: all 0.3s;
}
.vis_side .side {
  margin-left: -300px;
  height: auto;
  overflow: visible;
}
.vis_side .side_bt {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  font-size: 17px;
  background-color: rgb(var(--body-bg));
}
.vis_side .side_bt > a {
  font-size: 17px;
}
.vis_side .side_bc {
  padding: 20px;
}
.vis_side .side_bc.fx_row {
  padding-bottom: 0;
}
.vis_side .short {
  width: calc(100% / 6);
}
.fb-submit input {
  transition: all 0.3s;
}
.ps_link {
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  cursor: pointer;
}
.mask {
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 28px;
  text-align: center;
  padding: 10px;
  background: #151617b8;
  background: linear-gradient(to bottom, #151617b8, #151617b8);
  opacity: 0;
  z-index: 5;
}
.mask > div {
  position: relative;
  height: 60px;
  width: 60px;
  background-color: var(--header-bg);
  border-radius: 50%;
}
.mask > div .svg-inline--fa {
  top: 12px;
  left: 3px;
  position: relative;
}
.fx_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fx_center {
  justify-content: center;
}
.fx_between {
  justify-content: space-between;
}
.fx_stretch {
  align-items: stretch;
}
.fx_top {
  align-items: flex-start;
}
.fx_middle {
  align-items: center;
}
.fx_bottom {
  align-items: flex-end;
}
.fx_col {
  display: flex;
  flex-direction: column;
}
.fx_wrap {
  flex-wrap: wrap;
}
.with_mask:hover .mask {
  opacity: 1;
}
.with_mask:hover .short_type, .with_mask:hover .short_season-episode, .with_mask:hover .imdb, .with_mask:hover .kp {
  opacity: 0;
}
.meta {
  display: inline-block;
  padding: 3px 5px;
  background-color: var(--header-bg);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  border-radius: 3px;
}
.meta.label_quel-hd {
  right: 5px;
  left: auto;
  top: 10px;
  background-color: #f97709;
}
.meta.label_quel-camrip {
  right: 5px;
  left: auto;
  top: 35px;
  background-color: var(--error);
}
.site_desc {
  padding: 20px;
  color: var(--white);
  background-color: var(--header-bg);
  border-bottom: 2px solid #151617;
}
.site_desc h1 {
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.site_desc h2 {
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.site_desc h3 {
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.site_desc p {
  line-height: 18px;
  margin-bottom: 15px;
}
.site_desc a {
  text-decoration: underline;
  font-weight: 500;
}
.site_desc img {
  float: left;
  margin: 0 20px 10px 0;
  width: 250px;
  border-radius: 6px;
}
.seсt_title {
  font-family: var(--font-bold);
  margin-bottom: 30px;
  min-height: 24px;
  position: relative;
  color: var(--white);
  font-size: 18px;
}
.page_header {
  margin-bottom: 30px;
}
.page_header h1 {
  font-family: var(--font-bold);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
}
.page_header h2 {
  font-family: var(--font-bold);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
}
.page_header h3 {
  font-family: var(--font-bold);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: var(--white) fffc2;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 887;
  display: none;
}
.btn_filt .svg-inline--fa {
  margin-right: 10px;
}
.stat_title {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 25px;
}
.full-text {
  color: var(--white);
}
.video-responsive {
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000;
  height: 0;
}
.video-responsive > #player-container, .video-responsive > iframe, .video-responsive > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.player_blocked_info {
  font-size: 24px;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .player_blocked_info {
    font-size: 16px;
  }
}
#player-container.loading:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#player-container.loading:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.65);
  display: block;
  box-sizing: border-box;
  animation: rotate 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 11;
}
#cdnplayer-container {
  height: 100%;
}
.autoswitch-action {
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  background: rgba(23, 35, 34, 0.7);
  padding: 20px;
  color: rgba(255, 255, 255, 0.85);
  top: 20px;
  left: 20px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  text-align: center;
  transition: background-color 0.25s ease-in-out;
}
.autoswitch-action:hover {
  background: rgba(23, 35, 34, 0.85);
}
@media only screen and (max-width: 767px) {
  .autoswitch-action {
    border-radius: 3px;
    font-size: 10px;
    padding: 8px 12px;
    top: 10px;
    left: 10px;
  }
}
.autoswitch-cancel {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .autoswitch-cancel {
    font-size: 8px;
    margin-top: 5px;
  }
}
.autoswitch-timer {
  font-size: 24px;
  color: var(--white);
  display: block;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .autoswitch-timer {
    font-size: 15px;
    margin: 5px 0;
  }
}
.autoswitch-loading {
  border-radius: 2px;
  position: relative;
  width: 10px;
  height: 10px;
  background: var(--white);
  animation: autoswitch-loading 0.5s infinite linear alternate;
  animation-delay: 0.25s;
  margin: 15px auto 25px;
}
.autoswitch-loading:before, .autoswitch-loading:after {
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  background: var(--white);
  animation: autoswitch-loading 0.5s infinite alternate;
  left: -15px;
  animation-delay: 0s;
}
.autoswitch-loading:after {
  left: 15px;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 767px) {
  .autoswitch-loading {
    margin: 5px auto 10px;
  }
}
.autoswitch {
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 14px;
  background: rgba(23, 35, 34, 0.7);
  padding: 20px;
  color: rgba(255, 255, 255, 0.85);
  top: 5px;
  left: 10px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: background-color 0.25s ease-in-out;
}
.autoswitch:hover {
  background: rgba(23, 35, 34, 0.85);
}
.autoswitch.switching {
  opacity: 0;
  visibility: hidden;
}
.autoswitch.switching + .autoswitch-action {
  opacity: 1;
  visibility: visible;
}
.autoswitch.hidden {
  opacity: 0;
  visibility: hidden;
}
.autoswitch:active .autoswitch-view:before {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .autoswitch {
    border-radius: 3px;
    font-size: 11px;
    padding: 8px 12px;
    top: 10px;
    left: 10px;
  }
}
.autoswitch-input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.autoswitch-input:checked + .autoswitch-view {
  background-color: #1dad3f;
  border-color: #1dad3f;
}
.autoswitch-input:checked + .autoswitch-view:before {
  left: 100%;
  transform: translateX(-100%);
}
.autoswitch-view {
  border-radius: 25px;
  width: 50px;
  height: 25px;
  display: block;
  box-sizing: border-box !important;
  border: 3px solid #6e6e6e;
  background-color: #6e6e6e;
  margin-right: 8px;
  transition: background-color 0.25s 0.1s, border-color 0.25s 0.1s;
  position: relative;
}
.autoswitch-view:before {
  border-radius: 18px;
  content: "";
  background-color: #ccc;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s, width 0.5s;
}
@media only screen and (max-width: 767px) {
  .autoswitch-view {
    border-radius: 20px;
    width: 40px;
    height: 20px;
    margin-right: 6px;
  }
  .autoswitch-view:before {
    border-radius: 14px;
    height: 14px;
    width: 14px;
  }
}
#theater_mode {
  position: absolute;
  top: 35px;
  right: 1px;
  background: none;
  border: none;
  height: 27px;
  width: 27px;
  padding: 4px;
  color: var(--white);
}
#theater_mode:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 15px;
}
#theater_mode:hover {
  color: #01adef;
}
#theater_mode.fullscreen_hidden, #theater_mode.hidden {
  display: none;
}
.full_player {
  position: relative;
}
.sb-title {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .sb-title {
    display: block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 539px) {
  .sb-title {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: right;
  }
}
.share-btns {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 10px;
  transform: translate(-100%, -50%);
}
.share-btns .share-btn {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  position: relative;
}
.share-btns .share-btn:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s;
}
.share-btns .share-btn:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.share-btns .share-btn + .share-btn {
  margin-top: 4px;
}
.share-btns .viber {
  background-color: #665cac;
}
.share-btns .viber:before {
  content: "";
}
.share-btns .viber:hover {
  background-color: #7c70d0;
}
.share-btns .facebook {
  background-color: #1877f2;
}
.share-btns .facebook:before {
  content: "";
}
.share-btns .facebook:hover {
  background-color: #3d8cf5;
}
.share-btns .vk {
  background-color: #4a76a8;
}
.share-btns .vk:before {
  content: "";
}
.share-btns .vk:hover {
  background-color: #5c8ec2;
}
.share-btns .telegram {
  background-color: #0088cc;
}
.share-btns .telegram:before {
  content: "";
  font-size: 17px;
}
.share-btns .telegram:hover {
  background-color: #00a0e5;
}
.share-btns .whatsapp {
  background-color: #25d366;
}
.share-btns .whatsapp:before {
  content: "";
}
.share-btns .whatsapp:hover {
  background-color: #3ee382;
}
.share-btns .xtwitter {
  background-color: #000;
}
.share-btns .xtwitter:before {
  content: "";
}
.share-btns .xtwitter:hover {
  background-color: #333333;
}
.share-btns .ok {
  background-color: #ee8208;
}
.share-btns .ok:before {
  content: "";
}
.share-btns .ok:hover {
  background-color: #ffa238;
}
@media only screen and (max-width: 1279px) {
  .share-btns {
    position: static;
    transform: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
  }
  .share-btns .share-btn + .share-btn {
    margin-top: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 539px) {
  .share-btns {
    flex-wrap: wrap;
  }
  .share-btns .share-btn {
    width: 36px;
    height: 36px;
  }
  .share-btns .share-btn + .share-btn {
    margin-left: 4px;
  }
  .share-btns .share-btn:before {
    font-size: 18px;
  }
  .share-btns .share-btn.telegram:before {
    font-size: 16px;
  }
}
#translator_list, .seasons_list, .episodes_list > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -2px;
  padding: 10px 0;
}
#translator_list a, .seasons_list a, .episodes_list > div a {
  margin: 2px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
  background: var(--header-bg);
  color: var(--white);
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
#translator_list a.active, .seasons_list a.active, .episodes_list > div a.active {
  background-color: var(--link);
  color: var(--white);
  cursor: default;
}
#translator_list a:hover:not(.active), .seasons_list a:hover:not(.active), .episodes_list > div a:hover:not(.active) {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.seasons_list {
  padding-top: 0;
}
.icon.captioning:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-style: normal;
  font-size: 12px;
  vertical-align: -1px;
}
.icon.world:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-style: normal;
  font-size: 14px;
  vertical-align: -1px;
}
#translator_list .flag {
  display: inline-block;
  width: 16px;
  height: 10px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
#translator_list .flag.ru {
  background-image: url("../images/flags/ru.svg");
}
#translator_list .flag.ua {
  background-image: url("../images/flags/ua.svg");
}
#translator_list .flag.kz {
  background-image: url("../images/flags/kz.svg");
}
#translator_list .flag.by {
  background-image: url("../images/flags/by.svg");
}
#translator_list .flag.az {
  background-image: url("../images/flags/az.svg");
}
#translator_list .flag.uz {
  background-image: url("../images/flags/uz.svg");
}
#translator_list .flag.ge {
  background-image: url("../images/flags/ge.svg");
}
.header_outer {
  height: 70px;
  position: relative;
  z-index: 500;
}
.head_two {
  height: 60px;
  position: relative;
  padding: 0 10px;
  background-color: var(--header-bg);
}
.sticky_hide {
  top: -120px;
}
.sticky {
  top: 0;
}
#cols {
  min-height: 68vh;
}
.cont {
  padding: 40px 0;
  min-height: 800px;
}
.abuse-text {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}
#feedback {
  max-width: 750px;
}
.form-item input, .form-item textarea {
  width: 100%;
  padding: 10px 14px;
  height: auto;
  display: block;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--white);
  background: var(--header-bg);
  transition: box-shadow 0.3s;
  appearance: none;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.2);
}
.form-item input:hover, .form-item input:focus, .form-item textarea:hover, .form-item textarea:focus {
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0), 0 0 0 2px var(--hover);
}
.form-item input::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-size: 14px;
}
.form-item input:-moz-placeholder, .form-item textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-size: 14px;
}
.form-item input::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-size: 14px;
}
.form-item input:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-size: 14px;
}
.form-item input::placeholder, .form-item textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-size: 14px;
}
.form-item input {
  max-width: 420px;
}
.form-item textarea {
  resize: vertical;
  height: 180px;
}
.form-item label {
  font-size: 12px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
}
.form-item + .form-item {
  margin-top: 15px;
}
.form-submit {
  margin-top: 40px;
}
.form-submit .errors {
  color: var(--error);
  font-size: 12px;
  line-height: 1.4;
}
.form-submit .errors > div {
  margin-bottom: 10px;
}
.feedback-success {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.4;
  color: var(--link);
  padding: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.footer {
  background-color: var(--header-bg);
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.footer .logotype {
  position: relative;
}
.footer_in {
  display: flex;
  align-items: center;
  min-width: 320px;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.footer-menu {
  margin-left: 60px;
}
.footer-menu a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-menu a:hover {
  color: var(--link);
}
.footer-menu a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 424px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
  }
  .footer-menu a + a {
    margin-left: auto;
    margin-top: 10px;
  }
}
.copyright {
  font-size: 12px;
  margin-left: auto;
}
.logotype {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: 900;
}
.logotype img {
  max-height: 40px;
  width: auto;
}
.logotype > span {
  color: var(--link);
  font-size: 30px;
}
.logotype > div {
  font-size: 13px;
  top: -7px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .logotype img {
    max-height: 30px;
  }
}
#main_menu {
  margin: 0 auto 0 40px;
  min-width: 320px;
}
#main_menu ul {
  display: flex;
  position: relative;
}
#main_menu ul li:hover .menu-item {
  box-shadow: inset 0 -3px var(--link);
  background-color: rgb(var(--body-bg));
  color: var(--white);
}
#main_menu ul li:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #main_menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 1005;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(var(--body-bg));
    overflow-y: auto;
  }
  #main_menu ul {
    display: block;
    padding: 80px 0;
  }
  #main_menu ul li:hover .menu-item {
    box-shadow: none;
    background-color: none;
    color: var(--white);
  }
}
#menu_close {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
#menu_close:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 10px;
}
#menu_close:hover {
  color: var(--white);
}
@media only screen and (max-width: 1023px) {
  #menu_close {
    display: flex;
  }
}
.menu-item {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .menu-item {
    background: var(--header-bg);
  }
}
.dropdown_menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background: var(--header-bg);
  max-width: 800px;
  min-width: 760px;
  width: 150%;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.dropdown_menu a {
  flex: 0 0 25%;
  color: rgba(255, 255, 255, 0.55);
  line-height: 30px;
  padding: 0 20px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 2px;
}
.dropdown_menu a:hover {
  background: var(--link);
  color: var(--white);
  box-shadow: none !important;
}
.dropdown_menu.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .dropdown_menu {
    opacity: 1;
    visibility: visible;
    position: static;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    background: rgb(var(--body-bg));
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_menu {
    min-width: auto;
  }
  .dropdown_menu a {
    flex: 0 0 calc(100% / 3);
  }
}
@media only screen and (max-width: 639px) {
  .dropdown_menu a {
    flex: 0 0 50%;
  }
}
.log_btn {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  color: var(--white);
}
.log_btn .svg-inline--fa {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px !important;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: inset 0 0 0 2px #abc0d5;
}
.log_btn:hover {
  color: var(--white);
}
#search_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  user-select: none;
  height: 100%;
  border-radius: 0;
  background: none;
  padding: 0;
  margin-left: auto;
}
#search_btn:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 16px;
  margin-right: 8px;
}
#search_btn:hover {
  color: var(--white);
  background: none;
}
@media only screen and (max-width: 1023px) {
  #search_btn {
    margin-left: auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 60px;
    height: 100%;
    position: relative;
    display: block;
  }
  #search_btn:before {
    font-size: 17px;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#search_close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
#search_close:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 10px;
}
#search_close:hover {
  color: var(--white);
}
.search_wrap {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 8888;
  background-color: var(--header-bg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
@media only screen and (max-width: 1023px) {
  .search_wrap {
    left: 0;
    right: 0;
  }
}
#quicksearch {
  height: 100%;
}
#quicksearch_results {
  max-width: 705px;
  margin: 25px auto;
}
.quicksearch_results_in {
  padding: 10px;
  border-radius: 3px;
  background: var(--header-bg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.quicksearch_noresults {
  padding: 20px 40px;
  border-radius: 3px;
  background: var(--header-bg);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.moreresults {
  width: 70%;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  padding: 8px 0;
  background: var(--link);
  color: var(--white);
  border-radius: 3px;
  font-size: 14px;
}
.moreresults:hover {
  color: var(--white);
  background: var(--hover);
}
.qs-item {
  display: flex;
  align-items: flex-start;
}
.qs-item img {
  flex: 0 0 70px;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
  margin: 3px;
}
.qs-item + .qs-item {
  margin-top: 10px;
}
.qs-item + .qs-item .qs-data {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.qs-item:hover .qs-title {
  color: var(--link);
}
.qs-data {
  position: relative;
  flex: 1 1 auto;
  padding-top: 5px;
  padding-right: 75px;
  margin-left: 15px;
}
.qs-data .imdb, .qs-data .kp {
  color: var(--white);
}
.qs-title {
  font-size: 14px;
  color: var(--white);
  transition: color 0.3s;
}
.qs-subtitle {
  margin-top: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.qs-category {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
#searchform .search_box {
  margin: 0;
}
#searchform + .info_title {
  margin-top: 25px;
}
.search_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 705px;
  margin: 0 auto;
  position: relative;
}
.search_box input {
  flex: 1 1 auto;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}
.search_box button {
  flex: 0 0 90px;
  margin-left: 15px;
}
.search_box:before {
  position: absolute;
  display: block;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  content: "";
  font-size: 16px;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  color: #000;
  z-index: 2;
  pointer-events: none;
}
.search_box.loading:before {
  display: none;
}
.search_box.loading:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.65);
  display: block;
  box-sizing: border-box;
  animation: rotate 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .search_box {
    padding-right: 50px;
  }
  .search_box button {
    position: absolute;
    right: 55px;
    top: 5px;
    bottom: 5px;
    height: auto;
    margin: 0;
    box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.1);
  }
  .search_box input {
    padding-right: 100px;
  }
}
.info_title {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 10px;
}
.info_message {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.menuactive > a {
  color: var(--white);
  box-shadow: inset 0 -3px var(--link);
  color: var(--white) !important;
  background-color: rgb(var(--body-bg));
}
.hidden_menu {
  background-color: rgb(var(--body-bg));
  padding: 20px 10px;
  text-align: left;
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  display: none;
}
.hidden_menu li {
  float: left;
  width: 20%;
}
.hidden_menu li a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
}
.hidden_menu li a:hover {
  background-color: var(--link);
  color: var(--white);
}
.hidden_menu .hm_left {
  width: 60%;
  float: left;
}
.hidden_menu .hm_right {
  width: 40%;
  float: right;
}
li.menuactive > a:hover {
  color: var(--white) !important;
  background-color: rgb(var(--body-bg));
}
.menu_inner {
  padding: 12px;
  display: inline-block;
}
.menu_inner.mi_left {
  background-color: var(--header-bg);
}
.menu_inner.mi_left li {
  display: inline-block;
  white-space: normal;
  word-break: break-all;
  width: 100%;
  float: none;
}
.menu_inner.mi_left li a {
  display: inline-block;
  vertical-align: middle;
}
.menu_inner.mi_right li a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  display: block;
}
.menu_inner.mi_right li a:hover {
  background-color: var(--link);
  color: var(--white);
}
.menu_subtitle {
  color: rgba(255, 255, 255, 0.85);
  padding: 10px;
}
.login_box {
  background-color: rgb(var(--body-bg)) !important;
  color: var(--white);
  padding: 20px;
  display: none;
  box-shadow: 10px 10px 60px -25px;
  width: 355px;
  border-radius: 5px;
}
.login_box input[type="text"] {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.login_box input[type="password"] {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.login_box button {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.lb_title {
  font-size: 17px;
  padding: 15px;
  background-color: var(--header-bg);
  margin-bottom: 10px;
}
.lb_user {
  margin: -20px -20px 20px -20px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--header-bg);
}
.lb_ava {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.lb_name div {
  font-size: 18px;
  font-weight: 700;
}
.lb_name a {
  margin-top: 10px;
}
.more_related {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 25px;
}
.more_related .full_content-inner--title {
  margin: 0;
}
.more_related a {
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}
.more_related a:hover {
  box-shadow: 0 0 0 1px var(--hover);
  color: var(--hover);
}
.more_related a:after {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-left: 10px;
  vertical-align: -2px;
}
@media only screen and (max-width: 767px) {
  .more_related a:after, .more_related a span {
    display: none;
  }
}
.more_related + .items {
  margin-top: 0;
}
.lb_menu a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
}
.lb_menu a:hover {
  background-color: var(--link);
  color: var(--white);
}
.lb_menu a:hover .svg-inline--fa {
  background-color: var(--link);
  color: var(--white);
}
.lb_menu a .svg-inline--fa {
  color: var(--hover);
}
.lb_check {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.lb_check input {
  display: none;
}
.lb_check input + label:before {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  cursor: pointer;
  position: relative;
  top: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  content: "";
  background-color: #f6f6f6;
  display: inline-block;
}
.lb_check input:checked + label:before {
  background-color: var(--error);
}
.lb_soc {
  margin: 20px -20px -20px -20px;
  padding: 20px;
  text-align: center;
}
.lb_soc a {
  display: inline-block;
  margin: 10px 3px 0 3px;
  vertical-align: top;
}
.lb_soc img {
  display: block;
  width: 30px;
  border-radius: 50%;
}
.lb_lnk a:hover {
  color: var(--link);
}
.top_carousel {
  padding: 10px;
  margin-bottom: 20px;
}
.st_right {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  border-radius: 18px;
  color: var(--white);
  background-color: var(--header-bg);
}
.st_right .svg-inline--fa {
  margin-left: 10px;
}
.st_right:hover {
  color: var(--white);
  background-color: var(--link);
}
.section {
  min-width: 320px;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.section + .section {
  margin-top: 40px;
}
.top_carousel_in {
  min-width: 320px;
  max-width: 1240px;
  margin: 0 auto;
  background: var(--carousel-bg);
  padding: 20px;
  border-radius: 6px;
}
.sect_t {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sorter {
  float: right;
  position: relative;
  padding: 0 20px;
  line-height: 40px;
  color: var(--white);
}
.sorter:before {
  content: attr(data-label);
  float: left;
  padding: 0 10px 0 0;
  cursor: pointer;
}
.sorter > .fa {
  font-size: 10px;
}
.sorter form {
  display: none;
  background-color: #1b2024;
  padding: 10px 15px;
  line-height: 24px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 170px;
  z-index: 999;
}
.sorter a {
  display: block;
  margin-bottom: 10px;
}
.sorter a:hover {
  text-decoration: underline;
}
.cols.vis_side {
  padding-left: 300px;
  position: relative;
}
.cols.vis_side:before {
  content: "";
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background-color: var(--header-bg);
}
.cols.vis_side .main {
  width: 100%;
  float: right;
  min-height: 800px;
  padding: 20px;
}
.mobvis_side .side_bt {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  font-size: 17px;
  background-color: rgb(var(--body-bg));
}
.mobvis_side .side_bt > a {
  font-size: 17px;
}
.mobvis_side .side_bc {
  padding: 20px;
}
.mobvis_side .side_bt.fx_row {
  padding-bottom: 0;
}
.mobvis_side .main {
  float: right;
  width: 100%;
}
.mobvis_side .side {
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  height: auto;
  background-color: var(--header-bg);
  overflow: visible;
  display: block;
  margin-left: 0;
  width: 320px;
  position: relative;
  z-index: 300;
  box-shadow: 20px 20px 20px -20px rgba(0, 0, 0, 0.7);
}
.cols.mobvis_side {
  overflow: hidden;
  padding: 0;
}
.cols_display:before {
  display: none;
}
.cols_display .main {
  padding: 0 !important;
}
.show_side-btn {
  line-height: 30px;
  height: 30px;
  width: 50px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 4px;
  font-size: 19px;
  background-color: var(--header-bg);
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
}
.show_side-btnm {
  background-color: var(--link);
  color: var(--white);
  margin-bottom: 15px;
  padding: 12px;
  cursor: pointer;
}
.show_side-btnm .svg-inline--fa {
  margin-right: 20px;
}
.side_nav li a {
  color: rgba(255, 255, 255, 0.55);
  padding: 10px;
  display: block;
}
.side_nav li a:hover {
  background-color: var(--link);
  color: var(--white);
  border-radius: 3px;
}
.top_item {
  display: block;
  text-align: center;
}
.top_item .top_title {
  padding: 15px 0 4px;
}
.top_item .top_title p {
  margin-bottom: 5px;
}
.top_item .top_title span {
  color: rgba(255, 255, 255, 0.55);
}
.top_img {
  width: 220px;
  height: 313px;
  margin: 0 auto;
  border-radius: 5px;
}
.sb_prem li {
  width: calc(100% / 2);
  height: auto;
  float: left;
  padding: 5px;
}
.sb_prem .top_img {
  height: 180px;
  width: auto;
}
.sb_prem .top_img.horizontal {
  height: 110px;
}
.short {
  position: relative;
  width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  padding: 0 12px 20px;
  height: auto;
  border-radius: 4px;
}
.short:hover .short_view {
  top: 5px;
}
.play-icon {
  position: relative;
}
.play-icon:before {
  position: absolute;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -9px;
  color: #fff;
}
.short_img {
  width: 100%;
  height: 0;
  padding-top: 144%;
  display: block;
  border-radius: 4px;
  box-shadow: 0 3px 3px #0000001c;
}
.short_img img {
  position: absolute;
  left: 0;
  top: 0;
}
.short_text {
  width: 100%;
  position: relative;
}
.short_title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin: 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short_subtitle {
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short_bottom {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 800;
}
.short_type {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 1;
  transition: opacity 0.3s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  padding: 1px 5px;
  border-radius: 4px;
  color: var(--white);
}
.short_type.tvshow {
  background-color: var(--tvshow);
}
.short_type.multfilm {
  background-color: var(--multfilm);
}
.short_type.film {
  background-color: var(--film);
}
.short_type.anime {
  background-color: var(--anime);
}
.short_type.serial {
  background-color: var(--serial);
}
.short_season-episode {
  position: absolute;
  bottom: 5px;
  left: 5px;
  opacity: 1;
  transition: opacity 0.3s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  padding: 1px 5px;
  border-radius: 4px;
  color: var(--white);
}
.short_season-episode.tvshow {
  background-color: var(--tvshow);
}
.short_season-episode.multfilm {
  background-color: var(--multfilm);
}
.short_season-episode.film {
  background-color: var(--film);
}
.short_season-episode.anime {
  background-color: var(--anime);
}
.short_season-episode.serial {
  background-color: var(--serial);
}
.kp, .imdb {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 1;
  transition: opacity 0.3s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.65);
}
.kp span, .imdb span {
  display: inline-block;
  padding: 1px 5px;
  margin-left: 2px;
  border-radius: 4px;
  color: var(--white);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.kp span.bad, .imdb span.bad {
  background-color: var(--bad);
}
.kp span.average, .imdb span.average {
  background-color: var(--average);
}
.kp span.good, .imdb span.good {
  background-color: var(--good);
}
.kp span.excellent, .imdb span.excellent {
  background-color: var(--excelent);
}
.imdb + .kp {
  top: 25px;
}
.items {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -12px;
}
.items > .section {
  flex: 0 0 100%;
  padding: 0 12px;
}
@media screen and (max-width: 950px) {
  .items.related .short:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .items.related .short:nth-child(6) {
    display: block;
  }
}
.bottom_nav {
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  padding-top: 60px;
}
.sd_line {
  margin-bottom: 5px;
  font-size: 14px;
}
.sd_line span:first-child {
  font-weight: 500;
}
.sd_text {
  margin-top: 15px;
}
.short_perc {
  background-color: var(--header-bg);
  opacity: 0;
  display: inline-block;
  line-height: 24px;
  padding: 2px 10px;
  border-radius: 3px;
  color: var(--white);
  top: 18px;
  left: 3px;
}
.rpdone {
  opacity: 1;
}
.short_perc.llow {
  background-color: var(--error);
}
.short_perc.hhigh {
  background-color: var(--link);
}
.frate {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.done {
  opacity: 1;
}
.rrange {
  width: 100%;
}
.rrange > span {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
}
.rate-data {
  display: none;
}
.dorate {
  cursor: pointer;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  z-index: 1;
  width: 50%;
  font-size: 17px;
  text-align: center;
  background: none !important;
  height: 21px !important;
  line-height: 1 !important;
  padding: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.dorate:before {
  display: inline-block;
  transform: scale(1);
  transition: transform 0.3s, color 0.3s;
}
.dorate:hover:before {
  transform: scale(1.15);
}
.rate-plus {
  color: var(--good);
}
.rate-plus:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
}
.rate-minus {
  color: var(--error) !important;
}
.rate-minus:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
}
.ratingbar {
  height: 6px;
  overflow: hidden;
  background-color: var(--error);
  border-radius: 3px;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 3px;
  margin-top: 3px;
}
.ratingbarvalue {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--good);
  transition: width 1s linear;
}
.rate_perc-group {
  width: 100%;
}
.rbar {
  height: 6px;
  overflow: hidden;
  background-color: #ddd;
  border-radius: 3px;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 3px;
  margin-top: 3px;
}
.rfillo {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--link);
  transition: width 1s linear;
}
.rfillt {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--error);
  transition: width 1s linear;
}
.rate_perco {
  position: relative;
  color: var(--good);
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.rate_perct {
  position: relative;
  color: var(--error);
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.rate_perco.high {
  color: var(--link);
}
.rate_perct.low {
  color: var(--error);
}
.rate-text {
  font: 14px Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.55);
}
.db_rates {
  display: flex;
  margin-bottom: 10px;
}
.db_rates > div {
  line-height: 40px;
  font-size: 16px;
  color: var(--white);
  margin: 0 auto;
}
.r_imdb span, .r_kp span {
  padding: 3px 7px;
  font-size: 14px;
  border-radius: 4px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.2);
}
.r_imdb span.bad, .r_kp span.bad {
  background-color: var(--bad);
}
.r_imdb span.average, .r_kp span.average {
  background-color: var(--average);
}
.r_imdb span.good, .r_kp span.good {
  background-color: var(--good);
}
.r_imdb span.excellent, .r_kp span.excellent {
  background-color: var(--excelent);
}
#trailer_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.96);
}
.close-trailer {
  background: none;
  position: absolute;
  height: 60px;
  width: 60px;
  padding: 0;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}
.close-trailer:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 10px;
}
.close-trailer:hover {
  background-color: #2d2c31 !important;
  color: var(--white);
}
.trailer-content {
  width: 80%;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}
.trailer-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7777777778;
  max-width: 100%;
  max-height: 100%;
}
.short_collection {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: calc(100% / 3);
  float: left;
  padding: 7px;
  height: auto;
}
.short_collection .background {
  background-color: #000;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 3px 3px #0000001c;
}
.short_collection .background:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: #151617;
  background: linear-gradient(to right, #151617, #15161740);
}
.short_collection .img {
  padding-top: 50%;
  background-size: cover;
  background-position: center;
}
.short_collection .text {
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.short_collection .text .title {
  font-size: 18px;
}
.person_career {
  margin-top: 30px;
}
.person_career .items {
  margin-top: 20px;
}
.pc_header {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.pc_subheader {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
}
.person_grid, .full_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.person_grid {
  justify-content: center;
  margin-bottom: 70px;
}
.person_header {
  flex: 0 0 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .person_header {
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px);
    order: 2;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 639px) {
  .person_header {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.full_header {
  flex: 0 0 100%;
  width: 100%;
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .full_header {
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px);
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .full_header {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.full_content-actions {
  flex: 0 0 260px;
  width: 260px;
  order: 4;
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .full_content-actions {
    order: 4;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .full_content-actions {
    flex: 0 0 100%;
    width: 100%;
    order: 3;
  }
}
.person_content-poster {
  flex: 0 0 200px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .person_content-poster {
    order: 1;
  }
}
@media only screen and (max-width: 639px) {
  .person_content-poster {
    margin: 0 auto;
  }
}
.full_content-poster {
  flex: 0 0 200px;
  width: 200px;
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .full_content-poster {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .full_content-poster {
    margin: 0 auto;
  }
}
.person_content-info {
  flex: 0 0 530px;
  width: 530px;
  padding-left: 30px;
  margin-top: 40px;
}
.person_content-info .full_info li {
  padding: 5px 10px 5px 140px;
}
.person_content-info .full_info li > span:first-child {
  width: 130px;
  margin-left: -130px;
}
@media only screen and (max-width: 767px) {
  .person_content-info {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    order: 3;
  }
}
.full_content-info {
  flex: 0 0 calc(100% - 200px - 260px);
  width: calc(100% - 200px - 260px);
  order: 3;
  padding: 0 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .full_content-info {
    order: 2;
    flex: 0 0 calc(100% - 260px);
    width: calc(100% - 260px);
    padding: 0 30px 0 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .full_content-info {
    flex: 0 0 100%;
    width: 100%;
    order: 4;
    padding-right: 0;
  }
}
.full_story {
  flex: 0 0 75%;
  width: 75%;
  order: 5;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .full_story {
    flex: 0 0 100%;
    width: 100%;
  }
}
.full_header-bg {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.full_header__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.full_header__bg-img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(var(--body-bg), 38);
  background: linear-gradient(to bottom, rgba(var(--body-bg), 0.04), rgb(var(--body-bg))), linear-gradient(to left, rgba(var(--body-bg), 0.04), rgb(var(--body-bg)));
  z-index: 0;
}
.full_header-inner {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 76px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .full_header-inner {
    padding: 0;
  }
}
.full_header-title {
  margin-left: 15%;
  margin-right: 15%;
  z-index: 1;
  position: relative;
}
.full_header-title .full_content-poster {
  display: none;
}
.full_header-title h1, .full_header-title h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 639px) {
  .full_header-title h1, .full_header-title h2 {
    font-size: 22px;
  }
}
.full_header-subtitle {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
}
@media only screen and (max-width: 1023px) {
  .full_header-subtitle {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .full_header-subtitle {
    font-size: 12px;
  }
}
.full_header-actions {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.full_header-actions a:last-child {
  background-color: var(--header-bg);
}
.full_header-actions button + a {
  margin-left: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .full_header-actions {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 424px) {
  .full_header-actions {
    padding: 0 20px;
  }
  .full_header-actions .to_view {
    display: none;
  }
  .full_header-actions button + a {
    margin: 0;
    width: 100%;
  }
}
.to_view:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-right: 5px;
}
.show_trailer {
  position: relative;
  transition: box-shadow 0.3s;
}
.show_trailer:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.show_trailer:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 15px;
  line-height: 1;
  margin-right: 5px;
  vertical-align: -2px;
}
.person_content-poster, .full_content-poster {
  position: relative;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}
.person_content-poster img, .full_content-poster img {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
}
.full_content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.full_content-inner {
  width: 80%;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 32px;
}
.full_content-inner .subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--white);
  text-align: center;
  margin-top: 30px;
}
.full_content-inner.full_person, .full_content-inner.full_inner {
  width: 100%;
  padding: 0;
}
.full_subscribe {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .full_subscribe {
    margin-bottom: 5px;
  }
}
.full_rating {
  max-width: 420px;
  margin: 0 auto;
}
.full_content-screens {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -3px -3px;
}
.full_content-screens > a {
  flex: 0 0 calc(100% / 6);
  padding: 3px;
  cursor: zoom-in;
}
.full_content-screens > a img {
  border-radius: 3px;
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .full_content-screens > a {
    flex: 0 0 calc(100% / 3);
  }
}
@media only screen and (max-width: 424px) {
  .full_content-screens > a {
    flex: 0 0 50%;
  }
}
.age-restrict {
  border-radius: 2px;
  padding: 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.age-restrict + span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.pg-item {
  display: flex;
  text-wrap: nowrap;
}
.pg-title {
  color: rgba(255, 255, 255, 0.75);
  padding-right: 20px;
}
.pg-mild {
  color: var(--mild);
  margin-left: auto;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.pg-moderate {
  color: var(--moderate);
  margin-left: auto;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.pg-severe {
  color: var(--severe);
  margin-left: auto;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.pg-info {
  color: var(--link);
  cursor: help;
}
.pg-info:after {
  vertical-align: middle;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  content: "";
  font-size: 14px;
  margin-left: 3px;
}
.full_pg td:first-child:after {
  content: "";
  border-bottom: 1px dotted var(--white);
}
.full_pg td + td {
  padding-left: 25px;
  text-align: right;
  text-decoration: underline dashed;
}
.full_pg .mild {
  color: #77e10f;
}
.full_pg .moderate {
  color: #ca9b08;
}
.full_pg .severe {
  color: #bf4444;
}
.full_content-desc {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.5;
}
.full_content-desc h2 {
  color: var(--white);
  margin-bottom: 5px;
}
.full_info li {
  padding: 5px 10px 5px 110px;
  line-height: 20px;
  color: var(--white);
  font-size: 14px;
}
.full_info li:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.01);
}
.full_info li > span:first-child {
  width: 100px;
  float: left;
  margin-left: -100px;
  color: var(--text-color);
  text-overflow: ellipsis;
  overflow: hidden;
}
.full_info li > a {
  color: var(--link);
  text-decoration: underline;
}
.full_info li > a:hover {
  color: var(--hover);
  text-decoration: none;
}
.full_favourite {
  background-color: rgba(255, 255, 255, 0.01);
  padding: 6px;
  text-align: center;
}
.f_fav {
  color: var(--link);
  cursor: pointer;
  font-size: 14px;
}
.f_fav a {
  color: var(--hover);
}
.f_fav .svg-inline--fa {
  margin-right: 5px;
}
.f_fav.guest_registration:before {
  content: attr(title);
}
.full_subcontent {
  background-color: var(--header-bg);
  padding: 13px 20px;
}
.full_subcontent .complaint_btn {
  font-size: 15px;
  margin-top: 10px;
}
.full_subcontent .complaint_btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.full_subcontent .complaint_btn a .svg-inline--fa {
  font-size: 24px;
  color: var(--error);
  margin-right: 5px;
}
.subscribe_item {
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .subscribe_item {
    text-align: center;
  }
}
.js .tabs_box .tabs_b {
  display: none;
}
.js .tabs_box .tabs_b.visible {
  display: block;
}
.tabs_box .tabs_sel {
  background-color: var(--header-bg);
}
.tabs_box .tabs_sel span {
  display: inline-block;
  padding: 13px 20px;
  vertical-align: top;
  font-size: 14px;
  background-color: #2b292f;
  color: var(--white);
  cursor: pointer;
  font-weight: bold;
}
.tabs_box .tabs_sel span.current {
  background-color: var(--link);
  color: var(--white);
}
.short.related_item {
  float: left;
}
.full_content-inner--title {
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  margin: 30px 0 25px;
}
.full_content-inner--title + .items {
  margin-top: 0;
}
.cat_description {
  padding: 20px;
  color: var(--white);
  background-color: var(--header-bg);
  border-bottom: 2px solid #151617;
}
.cat_description h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.cat_description p {
  line-height: 18px;
  margin-bottom: 15px;
}
.cat_description a {
  text-decoration: underline;
  font-weight: 500;
}
.cat_description img {
  float: left;
  margin: 0 20px 10px 0;
  width: 250px;
  border-radius: 6px;
}
.ft_wrp {
  margin-left: 31%;
  margin-right: 31%;
}
.footer_top {
  margin-bottom: 22px;
  background-color: var(--header-bg);
  padding: 6px;
}
.footer_bottom ul {
  margin-left: 15%;
  margin-right: 15%;
}
.footer_bottom ul li {
  display: inline-block;
}
.footer_bottom ul li a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  font-size: 14px;
}
.footer_bottom ul li a:hover {
  box-shadow: inset 0 -3px var(--link);
  color: var(--white);
}
.footer_bottom ul li:first-child a {
  box-shadow: inset 0 -3px var(--link);
  color: var(--white);
}
#owl-top {
  transition: filter 0.3s ease-in-out;
}
#owl-top.loading {
  filter: blur(3px);
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
.owl-carousel .owl-item > img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  background-color: var(--white);
  backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
.owl-next, .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 74px;
  z-index: 200;
  color: rgba(255, 255, 255, 0.85);
  background-color: var(--carousel-bg);
  left: 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  transition: background-color 0.3s, color 0.3s;
}
.owl-next:before, .owl-prev:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  line-height: 1;
  margin-left: -5px;
  margin-top: -10px;
  transform: scale(1);
  transition: transform 0.3s;
}
.owl-next:hover, .owl-prev:hover {
  background-color: var(--carousel-bg);
  color: var(--link);
}
.owl-next:hover:before, .owl-prev:hover:before {
  transform: scale(1.2);
}
.owl-next {
  border-radius: 4px 0 0 4px;
  left: auto;
  right: 0;
}
.owl-next:before {
  content: "";
  left: auto;
  margin-left: auto;
  right: 50%;
  margin-right: -5px;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ccc;
}
.owl-dot.active {
  background-color: #ffdb4c;
}
.gridder-list {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.gridder-show {
  font-size: 12px;
  padding: 4%;
  background: #222;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0.5%;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  max-height: 605px;
}
.gridder-show .full_header-title {
  margin: 0 10px 23px;
}
.gridder-show .full_info {
  position: relative;
  width: 50%;
}
.gridder-show .full_info li:not(.vis) {
  display: none;
}
.gridder-show .full_content-desc {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 12px;
  max-height: 130px;
  overflow: hidden;
}
.gridder-show .full_content-desc h2 {
  display: none;
}
.gridder-show a.button {
  margin-right: 10px;
}
.gridder-show .button {
  position: relative;
}
.gridder-show .main-capt {
  position: relative;
  z-index: 2;
}
.gridder-show .th_trl {
  background-color: var(--header-bg);
}
.gridder-show .th_trl:hover {
  background-color: #2d2c31;
}
.gridder-show .full_content-poster {
  display: none !important;
}
.gridder-content {
  display: none;
}
.gridder-navigation .gridder-nav.prev {
  display: none;
}
.gridder-navigation .gridder-nav.next {
  display: none;
}
.gridder-navigation .gridder-close {
  cursor: pointer;
  height: 30px;
  padding: 7px;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 28px;
  width: 30px;
  z-index: 2;
}
.gridder.hasSelectedItem .gridder-list:not(.selectedItem) {
  opacity: 0.2;
}
.comms-title {
  line-height: 40px;
  margin-bottom: 20px;
}
.comms-title > span {
  font-size: 16px;
}
.add-comm-form {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 6px;
  display: none;
  background-color: #2a2d34;
  color: var(--white);
}
.ac-soc {
  position: absolute;
  right: 0;
  top: -43px;
}
.ac-soc:before {
  content: attr(data-label);
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  margin-right: 5px;
}
.ac-soc a {
  display: inline-block;
  margin: 0 0 0 3px;
  vertical-align: top;
}
.ac-soc img {
  display: block;
  width: 30px;
  border-radius: 4px;
}
.ac-inputs {
  margin-bottom: 15px;
}
.ac-inputs input {
  width: 49%;
}
.ac-textarea {
  margin-bottom: 15px;
}
.ac-textarea textarea {
  height: 85px;
}
.ac-av {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  background: #4f555f url(../dleimages/noavatar.png) no-repeat;
  background-size: contain;
}
.ac-title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-answer + .sec-label {
  margin-top: 10px;
}
.ac-protect {
  margin-top: -10px;
  display: none;
}
.ac-protect .label {
  font-size: 12px;
}
.ac-protect .sep-input {
  padding: 10px 10px 10px 160px;
}
.mass_comments_action {
  text-align: right;
  padding: 5px 15px;
  background-color: var(--header-bg);
  margin: 0 0 0 0;
  color: var(--white);
}
.last-comm-link {
  font-size: 19px;
  margin-bottom: 10px;
}
.last-comm-link a {
  text-decoration: underline;
}
.comm-item {
  position: relative;
  padding: 20px 20px 20px 90px;
  margin-bottom: 30px;
  background-color: var(--header-bg);
  color: var(--white);
  border-radius: 6px;
}
.comm-left {
  position: relative;
  margin-left: -70px;
  float: left;
}
.comm-left img {
  border-radius: 50%;
  border: 2px solid var(--link);
  width: 50px;
  height: 50px;
}
.comm-left .up-status {
  bottom: -35px;
  left: -14px;
  width: 80px;
}
.comm-right {
  width: 100%;
  float: right;
}
.comm-one {
  padding: 0 80px 10px 0;
  position: relative;
}
.comm-one > span {
  float: left;
  margin-right: 20px;
}
.comm-author {
  font-weight: 700;
  opacity: 1 !important;
}
.comm-author a {
  text-decoration: underline;
}
.comm-two {
  padding-bottom: 0;
}
.comm-three {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  position: relative;
}
.comm-three li {
  display: inline-block;
  margin-left: 10px;
}
.comm-three li:first-child a {
  margin-left: 0;
  float: left;
  position: absolute;
  bottom: -37px;
  left: 18px;
  background-color: var(--link);
  padding: 10px 15px;
  border-radius: 24px;
}
.comm-three li label {
  width: 90px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  background: #bbb;
  height: 7px;
  width: 45px;
}
.comm-three li label:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
  top: -5px;
  z-index: 2;
  background: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  background: var(--white);
  top: -7px;
  width: 20px;
  height: 20px;
}
.comm-three li input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.comm-three li input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.4, 1.4);
}
.comm-three li input:checked + label {
  background: #299a54;
}
.comm-three li input:checked + label:after {
  left: 32px;
  background: var(--link);
  left: 30px;
}
.gray-theme.fr-box.fr-basic .fr-element {
  background-color: #302f33;
  color: var(--white) !important;
}
.gray-theme.fr-toolbar {
  background-color: #302f33;
  color: var(--white) !important;
  color: var(--white) !important;
  background-color: rgb(var(--body-bg)) !important;
}
.gray-theme.fr-toolbar .fr-command.fr-btn i {
  color: var(--white) !important;
}
.gray-theme.fr-toolbar .fr-command.fr-btn svg {
  color: var(--white) !important;
}
.gray-theme.fr-popup .fr-command.fr-btn i {
  color: var(--white) !important;
}
.gray-theme.fr-popup .fr-command.fr-btn svg {
  color: var(--white) !important;
}
.gray-theme.fr-box .fr-counter {
  background: #151617 !important;
  border-top: solid 1px #151617 !important;
  border-left: solid 1px #151617 !important;
}
.gray-theme .fr-separator {
  background-color: transparent !important;
}
.gray-theme.fr-desktop .fr-command:hover {
  background-color: transparent !important;
}
.gray-theme.fr-desktop .fr-command:focus {
  background-color: transparent !important;
}
.form-checks label {
  width: 90px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  background: #bbb;
  height: 7px;
  width: 45px;
}
.form-checks label:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
  top: -5px;
  z-index: 2;
  background: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  background: var(--white);
  top: -7px;
  width: 20px;
  height: 20px;
}
.form-checks input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.form-checks input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.4, 1.4);
}
.form-checks input:checked + label {
  background: #299a54;
}
.form-checks input:checked + label:after {
  left: 32px;
  background: var(--link);
  left: 30px;
}
.fb-check label {
  width: 90px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  background: #151617;
  height: 12px;
  width: 40px;
}
.fb-check label:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
  top: -5px;
  z-index: 2;
  background: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  background: var(--link);
  top: -4px;
  width: 20px;
  height: 20px;
}
.fb-check label span {
  position: absolute;
  padding-left: 55px;
  width: 165px;
  top: -6px;
}
.fb-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  display: none;
}
.fb-check input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.4, 1.4);
}
.fb-check input:checked + label {
  background: #299a54;
}
.fb-check input:checked + label:after {
  left: 32px;
  background: var(--link);
  left: 21px;
}
.filter-container {
  margin-bottom: 30px;
}
.filter-container form {
  display: flex;
  align-items: center;
  gap: 10px 10px;
}
@media only screen and (max-width: 1023px) {
  .filter-container form {
    flex-wrap: wrap;
  }
  .filter-container .ss-main {
    flex: 0 0 calc(100% / 3 - 7px);
  }
  .filter-container button[type="submit"] {
    margin-left: auto;
  }
}
@media only screen and (max-width: 639px) {
  .filter-container .ss-main {
    flex: 0 0 calc(100% / 2 - 5px);
  }
}
.ss-main {
  background-color: var(--header-bg);
  color: white;
  border: none;
  padding: 14px 10px 14px 15px;
  font-size: 12px;
  transition: box-shadow 0.3s;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.2);
}
.ss-main .ss-arrow path {
  stroke: var(--white);
}
.ss-main:hover, .ss-main:focus {
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0), 0 0 0 2px var(--hover);
}
.ss-content {
  box-shadow: 0 0 0 2px var(--hover);
  background-color: var(--carousel-bg);
  border: 0;
}
.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: var(--hover);
  color: var(--white);
}
.ss-content .ss-list .ss-option {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
}
.page-next:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
}
.page-prev:before {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  content: "";
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 60px;
}
.pagination .item {
  font-size: 16px;
  height: 40px;
  width: 40px;
  color: var(--white);
  background-color: var(--link);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: inherit;
  color: rgba(255, 255, 255, 0.55);
}
.pagination .item.active, .pagination .item:hover {
  background-color: var(--link);
  color: var(--white);
}
.pagination .item + .disabled, .pagination .item + .item {
  margin-left: 4px;
}
.pagination .disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 40px;
  width: 40px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  border-radius: 3px;
}
.pagination .disabled + .item {
  margin-left: 4px;
}
.fancybox-fx-material.fancybox-slide--previous {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}
.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.menu {
  position: fixed;
  top: 120px;
  left: 0;
  width: 300px;
  height: calc(100vh - 120px);
  background-color: #1c1d22;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s;
}
.menu__wrap {
  position: absolute;
  top: 3.5em;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: calc(100% + 50px);
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu__level:focus {
  outline: none;
}
.menu__level--current {
  visibility: visible;
}
.menu__item {
  display: block;
  width: calc(100% - 50px);
}
[class^="animate-"] {
  visibility: visible;
}
[class*=" animate-"] {
  visibility: visible;
}
.animate-outToRight .menu__item {
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.animate-outToLeft .menu__item {
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.animate-inFromLeft .menu__item {
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.animate-inFromRight .menu__item {
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.menu__breadcrumbs {
  font-size: 10px;
  line-height: 1;
  position: relative;
  padding: 2.5em 3.75em 1.5em 2.5em;
}
.menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--link);
}
.menu__breadcrumbs a:last-child {
  pointer-events: none;
}
.menu__breadcrumbs a:hover {
  color: var(--link);
}
.menu__breadcrumbs a:focus {
  color: var(--link);
}
.menu__breadcrumbs a:not(:last-child)::after {
  content: "";
  display: inline-block;
  padding: 0 0.5em;
  color: var(--link);
}
.menu__breadcrumbs a:not(:last-child):hover::after {
  color: #33353e;
}
.menu__breadcrumbs a:not(:last-child):focus::after {
  color: #33353e;
}
.menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 2.25em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  color: #2a2b30;
  border: none;
  background: none;
}
.menu__back:hover {
  color: var(--white);
  outline: none;
}
.menu__back:focus {
  color: var(--white);
  outline: none;
}
.menu__back--hidden {
  pointer-events: none;
  opacity: 0;
}
.action {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
.action:focus {
  outline: none;
}
#open_menu {
  display: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  height: 100%;
  background: none;
  width: 60px;
  padding: 0;
}
#open_menu:before {
  font-family: "icomoon";
  content: "";
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1023px) {
  #open_menu {
    display: block;
    margin-right: -20px;
  }
}
.action--close {
  font-size: 18px;
  top: 0;
  right: 0;
  padding: 10px 15px;
  display: none;
  position: absolute;
  color: var(--white);
  background-color: #333;
}
@media screen and (max-width: 40em) {
  .action--open {
    display: inline-block;
  }
  .action--close {
    display: inline-block;
  }
  .menu--open {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1220px) {
  .short.related_item {
    width: calc(100% / 7);
  }
  .footer_bottom ul {
    margin-left: 18px;
    margin-right: 18px;
  }
  .footer_bottom ul li a {
    padding: 0 11px;
  }
}
@media screen and (max-width: 950px) {
  .items {
    margin: 40px -10px;
  }
  .short {
    width: 20%;
    flex: 0 0 20%;
    padding: 0 10px 20px;
  }
  .side {
    display: none;
  }
  .head_menu {
    display: none;
  }
  .head_two {
    display: none;
  }
  .show_side-btn {
    display: none;
  }
  .head_one {
    padding: 0 10px 0 135px;
  }
  .logotype {
    font-size: 30px;
  }
  .logotype > span {
    font-size: 22px;
  }
  .logotype > div {
    font-size: 11px;
    top: -4px;
  }
  .search_wrap {
    padding: 10px 16px;
  }
  .wrap_in {
    margin-top: 61px;
  }
  .short_header {
    padding-left: 0;
  }
  .short_header h1 {
    font-size: 14px;
  }
  .short_header h2 {
    font-size: 14px;
  }
  .short_header h3 {
    font-size: 14px;
  }
  .login_box {
    width: 320px;
  }
  .sc_tabs span {
    margin-bottom: 10px;
    padding: 10px 16px;
  }
  .gridder-show .full_header-title h2, .gridder-show .full_header-title h1 {
    font-size: 19px;
  }
  .gridder-show .full_header-subtitle {
    font-size: 13px;
  }
  .gridder-show .full_info {
    width: 100%;
  }
  .gridder-show .full_info li:nth-child(5) {
    display: none;
  }
  .section {
    margin-bottom: 20px;
  }
  .short_collection {
    width: calc(100% / 1);
  }
  .short_collection .text .title {
    font-size: 15px;
  }
  .site_desc {
    padding: 20px 8px;
  }
  .site_desc img {
    width: 150px;
  }
  .cat_description {
    padding: 20px 8px;
  }
  .cat_description img {
    width: 150px;
  }
  .ft_wrp {
    margin-left: 0;
    margin-right: 10px;
  }
  .full_header-title .full_content-poster {
    width: 90px;
    display: block;
    float: left;
    margin-right: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
  }
  .full_header-title .full_content-poster img {
    display: block;
  }
  .full_content {
    padding: 0;
    margin: 0;
  }
  .full_content-inner {
    width: 100%;
    padding: 0 0 32px;
  }
  .full_subcontent {
    padding: 13px 3px;
  }
  .full_info li {
    font-size: 13px;
  }
  .full_favourite {
    text-align: left;
    font-size: 14px;
    width: auto;
    text-align: left;
    display: block;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    color: var(--white) !important;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  .db_rates > div {
    width: 44%;
    text-align: center;
  }
  .short.related_item {
    width: calc(100% / 7.3);
  }
  .xfieldimagegallery li {
    width: 32.5%;
  }
  .btn_filt {
    width: 100%;
    background-color: var(--header-bg);
  }
  .fb-check {
    margin-bottom: 35px !important;
  }
  .fb-check label span {
    width: 185px !important;
  }
  .flex-2 > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 700px) {
  .items {
    margin: 40px -12px;
  }
  .short {
    width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding: 0 12px 20px;
  }
}
@media screen and (max-width: 459px) {
  .short {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 590px) {
  .short.related_item {
    width: calc(100% / 2.2);
  }
  .footer_bottom {
    display: none;
  }
  .kp span {
    padding: 1px 2px;
  }
  .imdb span {
    padding: 1px 2px;
  }
  .footer {
    padding: 25px 0;
  }
  .footer .logotype {
    display: none;
  }
  .footer .footer-menu {
    margin-left: 0;
  }
}
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: var(--white);
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1b1b1b;
  background: #0a0a0a;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}
