html,
body,
div,
span,
object,
iframe,
frame,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
a,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
textarea,
select,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,label,button,form {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    color: white;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

input,select {
    vertical-align: middle;
}

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

body {
    font: 14px Roboto,Arial,Helvetica,sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #2a2a2a;
    background: #3b4054 height:100%;
    width: 100%;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

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

a {
    color: #7e7e7e;
    text-decoration: none;
}

a:hover,a:focus {
    color: #75bcc4;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 15px;
    color: white;
}

h3 {
    font-size: 21px;
}

.form-wrap {
    margin: 0;
}

.sub-title h1 {
    margin-bottom: 15px;
    font-size: 24px;
}

.pm-page,.search-page,.static-page,.tags-page {
}

.tags-page a {
    margin-bottom: 10px;
}

.tags-page a:hover {
    color: #fff !important;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
}

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

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

button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
}

button:active,html input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
}

input[type="submit"].bbcodes,input[type="button"].bbcodes,input.bbcodes,.ui-button {
    font-weight: normal;
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0px 10px;
    background-color: #75bcc4;
    border-radius: 3px;
    box-shadow: none;
    border: 0;
    text-shadow: none;
}

input[type="text"],input[type="password"] {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus {
    background-color: #ffffff;
    border-color: #04a2dc;
    box-shadow: 0 0 10px 0 rgba(4,162,220,0.5);
}

textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    background-color: #FFF;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.1);
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

select {
    height: 40px;
    border: 1px solid #e3e3e3;
    background-color: #FFF;
}

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

table.userstop,table.pm,table.tableform,table.calendar {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-icon,.close {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}

.img-box {
    overflow: hidden;
    position: relative;
    background-color: #000000;
}

.img-box img {
    width: 100%;
    min-height: 100%;
}

.square-img img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button,
.overlay-close,
.actor-img,
.actor-item img,
.side-movie-img img,
.show-login,
.trailer-item,
.trailer-item img,
.tabs li {
    transition: all .2s linear;
}

a,
.movie-img img,
.top-movie-title,
.button,
.rel-movie-title,
.but {
    transition: color .4s,background-color .4s,opacity .4s;
}

.pseudo-link {
    cursor: pointer;
}

.icon-left i {
    color: #f5f5f5;
    margin-right: 10px;
}

.icon-dark i {
    color: #FFF !important;
}

.button,
.up-second li a,
.up-edit a,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #9ce584bf;
    color: #FFF;
    text-transform: uppercase;
}

.button:hover,
.up-second li a:hover,
.up-edit a:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #56ff548c;
}

#vote-num-id-190 {
    color: #fdfdfd;
}

.video-player1 {
    height: 400px;
    margin-bottom: 10px;
}

.podpiska-desc1 img:hover {
    opacity: 0.7;
}

.jalobs a {
    color: aliceblue;
}

.wrapper {
    height: auto;
    width: 100%;
    min-width: 320px;
    position: relative;
    padding-top: 50px;
}

.center {
    width: 100%;
    min-width: 320px;
    max-width: 1264px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}

.head {
    height: 60px;
    background-color: #202020;
    padding: 10px 15px 0 360px;
    z-index: 110;
}

.wrap {
    background: #202020;
}

.cols {
    padding: 15px 330px 0 30px;
}

.col-side {
    position: relative;
    width: 330px;
    margin-right: -330px;
    float: left;
    padding-left: 15px;
}

.texttg span {
    color: #ef0d0d;
    font-size: 20px;
}

.texttg a {
    color: white;
}

.podpiska-title {
    color: #fff;
}

.podpiska-desc {
    color: #397e31;
    font-size: 13px;
}

.podpiska-desc a {
    font-size: 11px;
    color: #ff3b00;
}

.podpiska-desc1 img {
    width: 30px;
}

.podpiska-desc a:hover {
    text-decoration: underline;
    font-size: 11px;
    color: #ff3b00;
}

.podpiska-desc {
    color: #686868;
    font-size: 13px;
}

#block_podpiska {
    width: 260px;
    padding: 20px;
    background: #000;
}

.podpiska-desc1 {
    margin-top: 10px;
}

.texttg a:hover {
    text-decoration: underline;
    color: white;
}

.col-cont {
    width: 100%;
    float: left;
    padding: 0 30px;
    min-height: 800px;
}

ul.seasons {
    display: flex;
    overflow: auto;
}

.menu-2col1.navi1 li a:hover {
    color: white;
}

.menu-2col1.navi1 li {
    border-bottom: 1px solid #adadad;
    width: 97%;
    padding: 2px;
    padding-left: 10px;
}

.menu-2col1.navi1 li a {
    color: #e7e7e7;
}

.menu-2col1.navi1 b {
    float: right;
}

.text-rf {
    font-size: 12px;
    font-weight: 600;
    color: #e71111;
}

::-webkit-scrollbar {
    width: 24px;
    height: 12px;
    background-color: #020202;
}

a.to-top-link-filmy:hover {
    background: #c9c9c9;
}

a.to-top-link-serialy:hover {
    background: #c9c9c9;
}

a.to-top-link-serialy {
    margin-right: 1px;
    display: inline-block;
    padding: 0 15px;
    float: left;
    background-color: #fff;
    color: #000 !important;
}

a.to-top-link-filmy {
    margin-right: 1px;
    display: inline-block;
    padding: 0 15px;
    float: left;
    background-color: #fff;
    color: #000 !important;
}

::-webkit-scrollbar-thumb {
    background-color: #89cd5e;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #000000;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ff7500;
}

::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(240deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(0deg,#02141a 30%,rgba(0,0,0,0) 31%);
    background-color: #ff7500;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background: linear-gradient(300deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(60deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(180deg,#02141a 30%,rgba(0,0,0,0) 31%);
    background-color: #ff7500;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background: linear-gradient(30deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(150deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(270deg,#02141a 30%,rgba(0,0,0,0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background: linear-gradient(210deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(330deg,#02141a 40%,rgba(0,0,0,0) 41%),linear-gradient(90deg,#02141a 30%,rgba(0,0,0,0) 31%);
    background-color: #f6f8f4;
}

.speedbar {
    margin-bottom: 5px;
    padding: 2px;
    background-color: #161616ba;
    line-height: 20px;
    border-radius: 3px;
    box-shadow: 2px 4px 5px 0 rgb(0 0 0 / 5%);
    font-size: 12px;
}

.speedbar span {
    color: #fdfdfd;
}

.rate3.clearfix b {
    font-size: 12px;
    color: #959797;
}

.title_en {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 16px;
    color: #c9c9c9;
    margin-bottom: 10px;
}

ul.top-genre-menu li a {
    color: azure;
}

.rating {
    border-radius: 3px;
    padding: 5px;
    margin-left: 24px;
}

span#vote-num-id-34 {
    color: #8dff7f;
}

span#vote-num-id-13 {
    font-size: 12px;
    font-weight: 900;
    color: #d9b000;
}

.rate-short b {
    margin-left: 29px;
    color: #ffffff;
    font-size: 12px;
}

ul.top-genre-menu li a {
    font-size: 13px;
    color: azure;
}

ul.top-genre-menu li:hover {
    background: #325b74;
}

span#vote-num-id-9 {
    font-size: 11px;
}

.info-i.new-s-mark .video_type {
    font-size: 11px;
    background-color: #b96f00;
    color: #ffffff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 2px;
    margin: 5px 5px 0 0;
}

.seasons li {
    width: 136px;
    height: 40px;
    margin: 0px 0px 4px 4px;
    background: #75bcc4;
    display: inline-block;
    font-family: Verdana;
    font-size: 12px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    text-align: center;
}

.serii {
    background-color: #141414a6;
    min-width: 100%;
    min-height: 52px;
    display: flex;
    overflow-x: auto;
}

.episode {
    min-width: 72px;
    margin-top: 4px;
}

.seasons a {
    color: #fff;
}

.sezons a:hover {
    background: #f1ce23;
}

.sezons .active {
    background: #eb6c00;
}

.episode a {
    color: #fff;
}

.episode a:hover {
    background: #282828;
}

.episode .active {
    background: #eb6c00;
}

.sezons a {
    font-size: 13px;
    margin-bottom: 2px;
    margin-left: 2px;
    display: inline-block;
    background: #d7b822;
    padding: 4px 10px;
    position: relative;
    min-width: 70px;
    text-align: left;
    color: #fff;
}

.episode a {
    font-size: 12px;
    margin-bottom: 2px;
    margin-left: 2px;
    display: inline-block;
    background: #000000;
    padding: 6px 10px;
    position: relative;
    min-width: 70px;
    text-align: left;
    color: #fff;
}

li.episode {
    margin-top: 4px;
}

.bottom-rkl-box {
    margin-bottom: 15px;
    overflow: hidden;
}

.rkl-box {
    overflow: hidden;
}

.brand-link {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background-color: #000000;
}

.brand-link img {
    display: block;
    width: 100%;
}

.have-brand {
    background: #262626;
    padding-top: 0;
}

.have-brand .wrap {
    margin-top: 2px;
}

.have-brand .brand-link {
    display: block;
}

.to-top-link-doram {
    margin-right: 1px;
    display: inline-block;
    padding: 0 15px;
    float: left;
    background-color: #dd3131;
    color: #fff !important;
}

.logotype:hover {
    opacity: 0.7;
}

.login-buts {
    display: inline-block;
    float: right;
    line-height: 40px;
    color: #2a2a2a;
}

.show-login {
    color: white;
    display: inline-block;
    padding: 0 15px;
    box-shadow: inset 0 0 0 1px #898989;
    border-radius: 3px;
    cursor: pointer;
}

.show-login:hover {
    color: white;
    box-shadow: inset 0 0 0 1px #5c5c5c;
}

.to-reg {
    display: inline-block;
    margin-left: 15px;
}

.to-reg a {
    border-bottom: 1px dotted rgba(0,0,0,0.5);
}

.my-fav {
    margin-right: 15px;
}

.search-wrap {
    width: 300px;
    float: left;
}

.search-box {
    width: 100%;
    position: relative;
}

.search-box input,.search-box input:focus {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 40px;
    border-radius: 3px;
    background-color: #222222c2;
    color: #ffffff;
    border: 0;
    box-shadow: inset 0 0 0 1px #5e5e5e;
}

.search-box button {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #75bcc4;
    background-color: transparent;
}

.slider-wrap {
    background: #4a4a4a;
    background-size: 100% auto;
    color: #FFF;
    max-height: 300px;
    overflow: hidden;
}

.slider-title {
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.2);
}

.slider-title h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 15px;
    background-color: #75bcc4;
    float: left;
}

.slider-inner {
    padding: 0 15px;
}

.top-movie {
    display: block;
    padding: 2px;
    height: 200px;
    max-width: 200px;
}

.top-movie-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}

.top-movie:hover .top-movie-title {
    background-color: #d8232a;
}

.to-top-link {
    margin-right: 1px;
    display: inline-block;
    padding: 0 15px;
    float: left;
    background-color: #a4f978;
    color: #000 !important;
}

.to-top-link span {
    margin: 0 10px;
}

.to-top-link:hover {
    background-color: #7ee349;
}

.section {
    margin-bottom: 30px;
}

.section-title {
    color: white;
    margin-bottom: 15px;
    line-height: 40px;
}

.section-title h2,.section-title h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    float: left;
}

.section-actors {
    background: #3b4054 url(../images/slider.jpg) center top no-repeat;
    background-size: 100% auto;
    color: #fff;
}

.actors-items {
    padding: 0px 15px;
}

.grid-select {
    display: inline-block;
    float: right;
}

.grid-select span {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
    border-radius: 3px;
    background-color: #75bcc4;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.grid-select span:hover,.grid-select span.current {
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.3);
}

.grid-select:before {
    content: attr(data-label);
    display: inline-block;
}

.sorter {
    color: white;
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 15px;
}

.sorter:before {
    content: attr(data-label);
    float: left;
    padding: 0 15px 0 0;
    cursor: pointer;
}

.sorter>i {
    width: 40px;
    text-align: center;
    background-color: #5e5e5e;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 3px;
}

.sorter form {
    display: none;
    background-color: #181818c7;
    padding: 10px 15px;
    line-height: 24px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 150px;
    z-index: 999;
}

.sort li.asc a:after,.sort li.desc a:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 10px;
}

.sorter a:hover {
    text-decoration: underline;
}

.movies {
    margin: 0 -15px;
}

.movie-item {
    padding: 4px;
    float: left;
    width: 21.4%;
    margin: 0 1.8% 30px 1.8%;
    position: relative;
}

.movie-img {
    height: 269px;
    border-radius: 3px;
    display: block;
}

.movie-img:hover img {
    opacity: 0.7;
}

.movie-title {
    margin: 7px 0 7px 0;
    height: 36px;
    line-height: 18px;
    display: block;
    overflow: hidden;
}

.movie-rate-year {
    line-height: 20px;
    color: #959595;
}

.movie-rate {
    display: inline-block;
    color: #d8232a;
    margin-right: 15px;
}

.movie-rate i,.orig-mark i {
    margin-right: 3px;
}

.info-i {
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
}

.hd-mark {
    right: 5px;
    top: 5px;
    background-color: #d8232a;
    color: #FFF;
}

.new-s-mark {
    left: 5px;
    bottom: 5px;
    padding: 0;
}

.new-s-mark span {
    font-size: 11px;
    background-color: #75bcc4;
    color: #ffffff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 2px;
    margin: 5px 5px 0 0;
}

.movie-text a {
    color: #ffffff;
}

a.movie-title span {
    font-size: 15px;
    color: #9dff54;
}

.new-w-mark span {
    font-size: 11px;
    background-color: #75bcc4;
    color: #ffffff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 2px;
    margin: 5px 5px 0 0;
}

.info-w {
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
}

.new-w-mark {
    left: 5px;
    top: 0px;
    padding: 0;
}

.info-w.new-w-mark .imdb {
    font-size: 11px;
    background-color: #ffa708cc;
    color: #ffffff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 2px;
    margin: 5px 5px 0 0;
}

.mi-item.clearfix {
    box-shadow: 2px 4px 5px 0 rgb(0 0 0 / 5%);
    color: #ffffff;
    border-radius: 3px;
    padding: 3px;
    line-height: 21px;
    margin: 2px 0;
}

.orig-mark {
    background: linear-gradient(to bottom,#ffdd80 0%,#d8232a 100%);
    color: #fff !important;
}

.new-mark {
    left: -15px;
    top: -15px;
    background-color: #d8232a;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to bottom,#ffdd80 0%,#d8232a 100%);
    text-align: center;
    line-height: 50px;
    padding: 0;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg) translate3d( 0,0,0);
    -o-transform: rotate(-30deg);
}

.grid-thumb .movie-item:hover .movie-title {
    text-decoration: underline;
}

.movie-text-inner {
    z-index: 1000;
    display: none;
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #343434e0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 15px;
    width: 500px;
}

.pop-left .movie-text-inner {
    left: auto;
    right: 100%;
}

.active {
    z-index: 100;
    position: relative;
}

.movie-desc {
    background-color: #2c2c2c;
    color: #ffffff;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #3e3d3d;
    padding: 15px;
    line-height: 18px;
    margin: 15px 0;
}

.movie-text .mi-item {
    padding: 0;
    margin-top: 5px;
}

.mi-item span {
    font-weight: 700;
    text-transform: uppercase;
    width: 130px;
}

.mi-item a {
    text-decoration: underline;
    color: #75bcc4;
}

.mi-item a:hover {
    text-decoration: none;
}

.grid-list {
    margin: 0 !important;
}

.grid-list .movie-item {
    float: none;
    width: 100%;
    margin: 0 0% 30px 0%;
    padding: 0 0 30px 200px;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.1);
    background: linear-gradient(to top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 70px);
}

.grid-list .movie-img {
    width: 200px;
    height: 260px;
    margin-left: -200px;
    float: left;
}

.grid-list .movie-text {
    width: 100%;
    float: right;
    padding-left: 30px;
}

.grid-list .movie-title {
    box-shadow: inset 0 0 0 1px #e3e3e3;
    background-color: #f6f6f6;
    height: auto;
    margin: 0 0 0px 0;
    font-size: 18px;
    padding-left: 5px;
    line-height: 24px;
    font-weight: 700;
}

.grid-list .movie-text-inner {
    display: block !important;
    margin-top: 7px;
    position: static;
    box-shadow: none;
    padding: 0;
    width: 100% !important;
    background-color: transparent;
}

.grid-list .movie-desc {
    margin: 12px 0 14px 0;
    padding: 10px 15px;
}

.actor-item {
    display: block;
    margin: 0 15px;
    max-width: 200px;
}

.actor-img {
    height: 124px;
    border-radius: 50%;
    z-index: 1;
}

.actor-title {
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

.actor-item:hover .actor-img {
    box-shadow: 0 0 0 5px #d8232a;
    z-index: 1;
}

.actor-item:hover img {
    transform: scale(1.1,1.1);
}

.short-actor {
    float: left;
    width: 14.66%;
    margin: 0 1% 30px 1%;
}

.short-actor .actor-title {
    color: #2a2a2a;
    height: 36px;
    overflow: hidden;
}

.trailer-item {
    display: block;
    height: 130px;
    width: 24%;
    margin: 0 0.5% 10px 0.5%;
    float: left;
}

.trailer-item.vertical {
    height: 270px;
}

.trailer-item.vertical img {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
}

.trailer-item.fix {
    margin-top: -140px;
}

.trailer-item.fix2 {
    margin-left: 25.5%;
}

.trailer-title {
    background: linear-gradient(to top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    padding: 45px 15px 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.trailer-item.vertical .trailer-title {
    font-size: 18px;
}

.trailer-item i {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    color: #fff;
}

.trailer-item:hover {
    box-shadow: 0 0 0 20px #d8232a;
    position: relative;
    z-index: 100;
}

.trailer-item:hover img {
    transform: rotate(-5deg) scale(1.2,1.2);
}

.side-item {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #404040;
    border: 1px solid #3e3e3e;
    border-radius: 3px;
    box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.05);
}

.side-bg {
    background: #5c5c5c;
    border: 1px solid #3c3c3c;
    color: #ffffff;
    background: linear-gradient(to right,#4e4e4e 0%,#505050 100%);
}

.side-title {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin: 0 -15px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    background-color: #2e2e2e;
}

.side-cont {
    padding: 15px 0;
}

.side-bg .side-title {
    background-color: #2e2e2e;
    color: #fff;
}

.menu-2col {
    margin: 0 -10px;
}

.menu-2col li {
    width: 50%;
    float: left;
}

.menu-2col a {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    color: #ffffff;
}

.menu-2col a:hover {
    background-color: #3a3a3a;
    color: #FFF;
}

.navi a:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 9px;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1),inset 0 0 0 1px #2f3543,inset 0 0 0 3px #5f6787;
    background-color: #d0d8fc;
}

.navi a {
    padding: 0 10px 0 30px;
}

.navi a:hover:before {
    background-color: #fff;
}

.random-link {
    background-color: #FFDD00;
    color: #000000 !important;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 -15px 0;
}

.random-link i {
    margin-right: 10px;
}

.random-link:hover {
    background-color: #ffce38;
}

.side-movie {
    width: 48%;
    float: left;
    display: block;
    margin-bottom: 20px;
}

.side-movie:nth-child(2n) {
    float: right;
}

.side-movie-img {
    height: 170px;
    margin-bottom: 10px;
}

.side-movie-title {
    height: 35px;
    overflow: hidden;
    text-align: center;
    color: #444;
}

.side-movie:hover .side-movie-img img {
    transform: scale(1.1,1.1);
}

.side-movie:hover .side-movie-title {
    text-decoration: underline;
}

.short2-item {
    margin-bottom: 15px;
    color: #60aae1;
    font-size: 12px;
    position: relative;
    padding-left: 60px;
    min-height: 50px;
}

.short2-item a {
    margin-bottom: 5px;
    display: block;
    color: #5c5c5c;
    font-size: 14px;
}

.short2-img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.short2-item:hover a {
    text-decoration: underline;
}

.site-desc {
    color: #a3a3a3;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #00000024;
    line-height: 20px;
    border-radius: 3px;
    box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.05);
}

.site-desc h1,.site-desc h2,.site-desc h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 -15px 15px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    background-color: #f5f5f5;
}

.site-desc p {
    margin-bottom: 10px;
}

.site-desc a {
    text-decoration: underline;
}

.foot-line {
    padding: 30px 15px;
    min-height: 70px;
    background: #000000;
    color: #FFF;
    border-top: 5px solid #2e2e2e;
}

.copyr {
    float: left;
    width: 90%;
}

.counts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
}

.foot-line a {
    text-decoration: underline;
    color: #fff;
}

.slice {
    overflow: hidden;
    position: relative;
    transition: height .2s;
}

.slice-masked {
    margin-bottom: 0 !important;
}

.slice-masked:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 120px;
    pointer-events: none;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
}

.slice-btn {
    margin: 0 0 20px 0;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    background-color: #75bcc4;
    width: 100%;
    text-align: center;
}

.slice-btn span {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 12px 15px;
}

.page-cols {
    padding-left: 260px;
}

.page-col-left {
    width: 260px;
    margin-left: -260px;
    float: left;
    padding-bottom: 20px;
}

.page-col-right {
    background: #2a2a2a8c;
    width: 100%;
    float: right;
    padding-left: 20px;
}

.mc-article {
    padding-left: 0;
}

.mc-article .page-col-right {
    float: none;
    padding-left: 0;
}

.m-img {
    border-radius: 2px;
    margin-bottom: 20px;
    max-width: 254px;
    position: relative;
}

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

.page-col-right h1 {
    font-size: 20px;
    color: white;
}

.rates {
    background-color: #0000003d;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.rates>div {
    display: inline-block;
    vertical-align: middle;
}

.db-rates>div {
    display: inline-block;
    margin-right: 10px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
}

.db-rates>div:before {
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
}

.r-kp {
    background-color: #f60;
    color: #fff;
}

.r-imdb {
    background-color: #fc0;
    color: #000000;
}

.rate3 {
    height: 40px;
}

.ps,.ms {
    cursor: pointer;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    color: #69a935;
    text-align: center;
}

.ms {
    color: #E70C2F;
}

.rate3 span.fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.ps:hover {
    color: #FFF;
    background-color: #028c19;
}

.ms:hover {
    background-color: #c1050a;
    color: #fff;
}

.rrange {
    width: 200px;
    color: #8f95a3;
    font-weight: 700;
}

.rbar {
    height: 10px;
    overflow: hidden;
    position: relative;
    background-color: #E70C2F;
    margin-top: 5px;
    border-radius: 5px;
}

.rfill {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #69a935;
    transition: width 1s linear;
}

.rrange span {
    margin-left: 10px;
    font-size: 20px;
    color: #69a935;
}

.m-buttons {
    margin-bottom: 20px;
}

.m-buttons a {
    display: inline-block;
}

.m-buttons i {
    margin-right: 10px;
}

.but {
    display: inline-block;
    padding: 10px 15px;
    background-color: #30993d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.to-view {
    color: #000000;
    background-color: #FFDD00;
    margin-right: 20px;
    cursor: pointer;
}

.but:hover {
    background-color: #1d5c25;
}

.to-view:hover {
    background-color: #ffce38;
}

.m-buttons a {
    display: inline-block;
}

.m-desc {
}

.m-info .mi-item span {
    float: left;
    width: 110px;
    text-transform: none;
}

.mi-item i {
    font-weight: 400;
    margin-right: 7px;
    color: #8d8d8d;
}

.long span {
    margin-bottom: 5px;
}

.screens-section {
    text-align: center;
    margin: -5px -8px 15px -8px;
}

.screens-section>.highslide,.screens-section>img {
    display: inline-block;
    width: 22.8%;
    height: 90px;
    overflow: hidden;
    margin: 5px 1%;
}

.screens-section br {
    display: none;
}

.screens-section>.highslide img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.player-section:before {
    right: 0px;
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    z-index: 999;
    position: absolute;
    border-left: 20px solid #2f3543;
    border-bottom: 20px solid transparent;
}

.player-drop {
    background-color: #000000;
    color: #fff !important;
    display: none;
}

.player-drop.visible {
    display: block;
}

.tabs {
    margin-top: 0px;
}

.tabs li {
    display: inline-block;
    padding: 9px 10px;
}

.tabs li.current {
    box-shadow: inset 0 45px 0 0 #000000;
}

.share-section {
    text-align: center;
    margin: -10px 0 15px 0;
}

.full-rating {
    display: inline-block;
    position: relative;
    color: #444;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
}

.full-rating2,.full-rating3 {
    background-color: #f6f6f6;
    box-shadow: 0 0 0 1px #e3e3e3;
}

.full-rating2 i {
    color: #008ACE;
    margin-right: 5px;
}

.full-rating2 a {
    display: block;
    padding: 0 10px;
    color: #444;
}

.full-rating2 a:hover {
    background-color: #008ACE;
    color: #FFF;
}

.full-rating2 a:hover i {
    color: #FFF;
}

.full-rating3 {
    color: #444;
    padding: 0 33px;
}

.full-rating3 a {
    display: block;
    color: #fff;
    background-color: #7dc561;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.full-rating3 a:nth-child(2) {
    background-color: #eb7f73;
    left: 0;
    right: auto;
}

.full-rating3 a i {
    color: #fff;
}

.full-rating3 a:nth-child(2) i {
    color: #fff;
}

.full-rating3 a:hover {
    color: #FFF;
    background-color: #028c19;
}

.full-rating3 a:nth-child(2):hover {
    background-color: #c1050a;
}

.full-rating3 a:hover i {
    color: #FFF;
}

.full-rating span.ratingzero {
    color: #ccc;
}

.full-rating span.ratingtypeplus {
    color: #444;
}

.full-rating2 a:hover span.ratingtypeplus {
    color: #FFF;
}

.full-rating span.ratingplus {
    color: #95c613;
}

.full-rating span.ratingminus {
    color: #ff0e0e;
}

.frating-stars {
    position: relative;
    top: 8px;
}

.mc-article .frating-stars {
    position: relative;
    top: 6px;
}

.full-text embed,.full-text object,.full-text video,.full-text iframe,.full-text frame {
    width: 100% !important;
    height: 450px;
}

.full-text {
    padding: 8px;
    line-height: 20px;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.full-text img {
    margin: 0 10px 10px 0;
    max-width: 100%;
    border: 5px solid #f0f0f0;
}

.player-drop img {
    margin: 0;
    border: 0;
    display: block;
}

.full-text a {
    text-decoration: underline;
}

.full-text a:hover {
    text-decoration: underline;
}

.full-text h2,.full-text h3,.full-text h4,.full-text h5 {
    color: #007ac2;
    font-style: italic;
    font-family: Georgia,"Times New Roman",Times,serif;
}

.full-text h2 {
    font-size: 22px;
}

.full-text h3 {
    font-size: 20px;
}

.full-text h4 {
    font-size: 18px;
}

.full-text h5 {
    font-size: 16px;
}

.full-text p {
    margin-bottom: 15px;
}

.full-text ul,
.full-text ol,
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 0;
}

.full-text ul li {
    list-style: disc;
    margin-left: 40px;
}

.full-text ol {
    counter-reset: li;
    padding: 0;
    list-style: none;
    margin-left: 25px;
}

.full-text ol li {
    position: relative;
    margin: 0 0 5px 0;
    padding-left: 30px;
    min-height: 20px;
}

.full-text ol li:before {
    content: counter(li);
    counter-increment: li;
    font-size: 11px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #0297dc;
    font-weight: bold;
    border-radius: 50%;
}

.full-text table {
    width: 100%;
    text-align: left;
}

.full-text table tr td {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.full-text table tr:nth-child(1) {
    background-color: #0297dc !important;
    color: #FFF;
    font-size: 14px !important;
}

.full-text table tr:nth-child(2n/**/+1) {
    background-color: #f9f9f9;
}

.full-text table img {
    display: block;
    margin: 0;
    border: 0;
    max-width: 350px;
}

.attach {
    line-height: 40px;
    background-color: #f5f5f5;
    padding: 0 15px 0 0;
    border-radius: 4px;
    margin: 10px 0;
    overflow: hidden;
}

.attach .download-link {
    color: #FFF !important;
    text-decoration: none !important;
    margin-right: 15px;
    float: left;
    display: inline-block;
    padding: 0 15px;
    background: #0297dc;
}

.attach-info {
    float: right;
}

.attach i {
    margin-right: 5px;
}

.dcont {
    border: 1px solid #e3e3e3;
    padding: 0 15px 15px 15px;
    margin: 20px 0;
    line-height: 20px;
}

.polltitle {
    display: block;
    padding: 5px 15px;
    margin: 0 -15px 15px -15px;
    font-size: 18px;
    background-color: #f5f5f5;
    line-height: normal;
}

.full-taglist {
    margin: 10px 0 20px 0;
    font-size: 11px;
}

.full-taglist-t {
    margin-bottom: 5px;
    font-weight: bold;
}

.full-taglist a:hover {
    text-decoration: underline;
}

.full-nav {
    text-align: center;
    margin-bottom: 20px;
}

.full-nav a {
    color: #06c;
    text-decoration: none;
}

.full-nav a:hover {
    color: #06c;
    text-decoration: underline;
}

.full-nav-pages {
    margin: 0 15px;
}

.full-nav-pages span,.full-nav-pages a {
    display: inline-block;
    margin: 0 5px;
}

.related {
    background-color: #14141438;
    padding: 10px 20px 0 20px;
}

.rel-box {
    margin: 0 -7px;
}

.rel-movie {
    margin: 0 7px;
    display: block;
    height: 170px;
}

.rel-movie-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}

.rel-movie:hover .rel-movie-title {
    background-color: #d8232a;
}

.mc-article .rel-movie {
    height: 140px;
}

.mc-article .rel-movie-title {
    font-weight: 400;
    text-align: left;
}

#addcform {
    text-align: left;
    margin-top: 20px;
    border: 1px solid #282727;
    background-color: #202020;
    padding: 15px;
}

.mass_comments_action {
    text-align: right;
    padding: 5px 15px;
    background-color: #2e2e2e;
    margin: 20px 0;
}

.last-comm-link {
    font-size: 16px;
    margin-bottom: 10px;
}

.js .add-comm .ac-protect,
.js .add-comm .bb-editor + br,
.js .add-comm .bb-editor + br + input,
.js .add-comm .bb-editor + br + input + label,
.js .add-comm .bb-editor + br + input + label + br .js .add-comm.active .ac-protect {
    display: block !important;
}

.js .add-comm.active .bb-editor + br,
.js .add-comm.active .bb-editor + br + input,
.js .add-comm.active .bb-editor + br + input + label,
.js .add-comm.active .bb-editor + br + input + label + br {
    display: inline-block !important;
}

.comments-items {
    padding: 20px 0 0 0;
    margin-top: 50px;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}

.add-com-form {
}

.add-com-textarea {
    width: 100%;
}

.ac-inputs input {
    width: 49%;
    float: left;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.1);
    background-color: #fafafa;
}

.ac-inputs input:last-child {
    float: right;
}

.ac-inputs,.ac-textarea,.ac-protect {
    margin-bottom: 15px;
}

.ac-textarea textarea {
    display: block;
    width: 100%;
    height: 70px;
    padding: 10px;
    background-image: none;
    background-color: #fafafa;
    border: 1px solid #d6cfcf;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.34);
}

.ac-submit button {
    float: right;
}

.sec-answer + .sec-label {
    margin-top: 15px;
}

.add-com-but + form #addcform {
    display: none;
    margin: 20px 0;
}

.ac-protect {
    width: 70%;
    float: left;
    margin-top: -10px;
}

.ac-protect .label {
    font-size: 12px;
}

.ac-protect .sep-input {
    padding: 10px 10px 10px 160px;
}

.comm-author1 a:hover {
    color: #7cbfc7;
}

.comm-body1.clearfix1 {
    font-size: 12px;
    color: white;
}

.comm-item {
    padding: 0 20px 15px 80px;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #323232;
}

.comm-left {
    float: left;
    margin-left: -60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.comm-right {
    float: right;
    width: 100%;
    padding-left: 20px;
}

.comm-left img {
    width: 100%;
    min-height: 100%;
}

.comm-top-info {
}

.comm-info-line {
    position: relative;
    padding-right: 1px;
}

.comm-author,.comm-date {
    float: left;
    color: #888;
    font-size: 10px;
    display: inline-block;
}

.comm-author {
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px 0 0;
    color: #232323;
}

.comm-author a {
    color: #232323;
}

.comm-date {
    color: #aaaaaa;
    font-size: 12px;
}

.comm-text {
    margin: 10px 0;
    min-height: 20px;
    color: #484848;
}

.comm-body {
}

.signature {
    font: italic 11px Georgia,"Times New Roman",Times,serif;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e3e3e3;
}

.comm-bottom-info {
}

.comm-bottom-info ul {
    text-align: right;
}

.comm-bottom-info ul li {
    display: inline-block;
    margin-left: 5px;
}

.comm-bottom-info ul li:first-child,.comm-bottom-info ul li:nth-child(2) {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.comm-bottom-info ul li a {
    font-size: 12px;
}

.comm-bottom-info ul li i {
    margin-right: 10px;
}

.comments-tree-list .comments-tree-list {
    background-color: #f6f6f6;
    padding-top: 15px;
    margin-top: -15px;
}

.comm-rate {
    position: absolute;
    right: 0;
    top: -8px;
    line-height: 30px;
    border-radius: 4px;
}

.comm-rate span.ratingtypeplusminus {
    display: block;
    padding: 0 30px;
    color: #444;
    font-weight: 700;
    font-size: 16px;
}

.comm-rate a {
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #61b804;
}

.comm-rate a:last-child {
    left: auto;
    right: 5px;
    line-height: 30px;
    color: #ec000b;
    top: -3px;
}

.comm-rate a:hover {
    opacity: 0.7;
}

.comm-rate>span>span.ratingzero {
    color: #444444;
}

.comm-rate>span>span.ratingtypeplus {
    color: #06b601;
}

.comm-rate>span>span.ratingplus {
    color: green;
}

.comm-rate>span>span.ratingminus {
    color: red;
}

.pos-comm {
    background-color: #e5f7e5;
}

.neg-comm {
    background-color: #f7e5e6;
}

#gotop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    background: url("../images/gotop.png") no-repeat;
    z-index: 9998;
    display: none;
    opacity: 0.8;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.overlay-close {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 18px !important;
    color: #fff;
    cursor: pointer;
}

.overlay-close:hover {
    transform: rotate(90deg) scale(1.1,1.1);
}

.login-box {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -160px;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,1.00);
}

.login-title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    background-color: #75bcc4;
    color: #FFF;
    padding: 0 20px;
    line-height: 40px;
    margin: -20px -20px 20px -20px;
}

.login-input {
    margin-bottom: 20px;
}

.login-input input,.login-input input:focus {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    box-shadow: none;
}

.login-input input:focus {
    border: 1px solid #e3e3e3;
}

.login-button button {
    display: block;
    text-align: center;
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.login-button button:hover {
}

.login-checkbox {
    font-size: 12px;
    margin: 10px 0;
    color: #9b9b9b;
}

.login-checkbox input {
    display: none;
}

.login-checkbox input + label:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    top: 3px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    content: "";
    background-color: #f5f5f5;
    display: inline-block;
}

.login-checkbox input:checked + label:before {
    background-color: #c9282d;
}

.login-links {
    text-align: center;
    line-height: 30px;
}

.login-links a {
    float: left;
    text-decoration: underline;
}

.login-links a:last-child {
    float: right;
}

.login-links a:hover {
    text-decoration: none;
}

.login-social {
    text-align: center;
}

.comm-social {
    text-align: left;
}

.login-social:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin-right: 10px;
}

.login-social a {
    display: inline-block;
    margin: 0 3px 10px 3px;
}

.login-social img {
    display: block;
    width: 30px;
}

.login-social a:hover img {
    transform: scale(1.1);
}

.login-avatar {
    text-align: center;
}

.avatar-box {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 0;
    overflow: hidden;
}

.avatar-box img {
    width: 100%;
    min-height: 100%;
}

.avatar-box + a {
    display: block;
    margin-top: 5px;
    text-decoration: underline;
}

.login-menu {
    margin-top: 20px;
}

.login-menu a {
    display: block;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    background-color: #f5f5f5;
    color: #5c5c5c;
    margin-bottom: 5px;
    border-radius: 3px;
}

.login-menu a:hover {
    color: #fff;
    background-color: #d8232a;
}

.top-liders {
    background: radial-gradient(hsl(0,100%,27%) 4%,hsl(0,100%,18%) 9%,hsla(0,100%,20%,0) 9%) 0 0,radial-gradient(hsl(0,100%,27%) 4%,hsl(0,100%,18%) 8%,hsla(0,100%,20%,0) 10%) 50px 50px,radial-gradient(hsla(0,100%,30%,0.8) 20%,hsla(0,100%,20%,0)) 50px 0,radial-gradient(hsla(0,100%,30%,0.8) 20%,hsla(0,100%,20%,0)) 0 50px,radial-gradient(hsla(0,100%,20%,1) 35%,hsla(0,100%,20%,0) 60%) 50px 0,radial-gradient(hsla(0,100%,20%,1) 35%,hsla(0,100%,20%,0) 60%) 100px 50px,radial-gradient(hsla(0,100%,15%,0.7),hsla(0,100%,20%,0)) 0 0,radial-gradient(hsla(0,100%,15%,0.7),hsla(0,100%,20%,0)) 50px 50px,linear-gradient(45deg,hsla(0,100%,20%,0) 49%,hsla(0,100%,0%,1) 50%,hsla(0,100%,20%,0) 70%) 0 0,linear-gradient(-45deg,hsla(0,100%,20%,0) 49%,hsla(0,100%,0%,1) 50%,hsla(0,100%,20%,0) 70%) 0 0;
    background-color: #300;
    background-size: 100px 100px;
    position: relative;
    height: 400px;
    margin-bottom: 40px;
    border: 10px solid #d8232a;
    overflow: hidden;
    border-radius: 4px;
}

.top-liders:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background: linear-gradient(to bottom,#ffdd00 0%,#fb9d23 100%);
    border-radius: 50% 50% 0 0;
}

.tl-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #ffdd00;
    padding: 10px 0;
    text-transform: uppercase;
}

.tops-item {
    display: block;
    width: 21%;
    margin: 0 2% 40px 2%;
    float: left;
    position: relative;
}

.tops-img {
    height: 230px;
    border: 5px solid #d8232a;
    border-radius: 4px;
    overflow: hidden;
}

.tops-img img {
    transition: opacity .2s linear;
}

.tops-item:before {
    content: attr(data-place);
    width: 116px;
    height: 110px;
    text-align: center;
    line-height: 105px;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -35px -58px;
    color: #fff;
    z-index: 200;
    background: url(../images/medal.png) -2px 0 no-repeat;
}

.tops-img:hover img {
    opacity: 0.7;
}

.top-liders .tops-item {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 174px;
    margin: 0;
    box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.3);
    z-index: 100;
}

.top-liders .tops-item:nth-child(2) {
    margin-left: -87px;
}

.top-liders .tops-item:nth-child(3) {
    margin-left: -310px;
    top: 80px;
}

.top-liders .tops-item:nth-child(4) {
    margin-left: 135px;
    top: 100px;
}

.top-liders .tops-img {
    height: 230px;
}

.top-liders .tops-item:before {
    color: #ffdd00;
    background: url(../images/medal2.png) -2px 2px no-repeat;
}

@media screen and (max-width:1220px) {
    .tops-item {
        width: 23%;
        margin: 0 1% 40px 1%;
    }

    .tops-img {
        height: 180px;
    }

    .top-liders .tops-item:nth-child(3) {
        margin-left: -290px;
    }

    .top-liders .tops-item:nth-child(4) {
        margin-left: 115px;
    }
}

@media screen and (max-width:950px) {
    .tops-img {
        height: 200px;
    }
}

@media screen and (max-width:760px) {
    .tops-item {
        width: 31.33%;
    }

    .top-liders .tops-item:nth-child(3) {
        margin-left: -275px;
    }

    .top-liders .tops-item:nth-child(4) {
        margin-left: 100px;
    }
}

@media screen and (max-width:590px) {
    .top-liders {
        height: auto;
        padding-bottom: 20px;
    }

    .top-liders:before {
        display: none;
    }

    .top-liders .tops-item {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        margin: 0 auto 40px auto !important;
        float: none;
    }

    .tops-img {
        height: 160px;
    }
}

@media screen and (max-width:470px) {
    .tl-title {
        font-size: 24px;
    }

    .tops-img {
        height: 170px;
    }

    .tops-item {
        width: 48%;
    }
}

.show-menu,.show-auth {
    display: none;
    cursor: pointer;
}

@media screen and (max-width:1300px) {
    body {
        background-image: none;
    }

    .wrapper {
        padding-top: 0;
    }

    .player-section {
        padding: 20px 40px 20px 20px;
        margin: 0 -40px 20px 0;
    }

    .player-section:before {
        display: none;
    }
}

@media screen and (max-width:1220px) {
    .center {
        max-width: 1000px;
    }

    .show-auth {
        display: inline-block;
        float: right;
        width: 40px;
        text-align: center;
        padding: 0;
    }

    .login-buts {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        background-color: #FFF;
        width: 320px;
        padding: 30px 30px 15px 30px;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    }

    .show-login {
        display: block;
        margin: 15px 0 0 0;
    }

    .to-reg,.my-fav {
        display: block;
        margin: 0;
    }

    .movies {
        margin: 0 -7px;
    }

    .sorter,.grid-select:before {
        display: none;
    }

    .movie-item {
        width: 23%;
        margin: 0 1% 30px 1%;
    }

    .grid-list .movie-text {
        padding-left: 15px;
    }

    .trailer-item {
        height: 110px;
    }

    .trailer-item.vertical {
        height: 230px;
    }

    .actor-img {
        height: 132px;
    }

    .short-actor {
        width: 18%;
    }

    .copyr {
        width: 85%;
    }

    .but {
        font-size: 12px;
        padding: 10px 12px;
        margin: 0;
    }

    .to-view {
        margin: 0 15px 10px 0;
    }

    .rel-movie {
        height: 150px;
    }

    .player-section {
        padding: 20px;
        margin: 0 -15px 20px 0;
    }

    .full-text embed,.full-text object,.full-text video,.full-text iframe,.full-text frame {
        width: 100% !important;
        height: 400px;
    }

    .screens-section>.highslide,.screens-section>img {
        width: 47.8%;
        height: 100px;
    }
}

@media screen and (max-width:950px) {
    .center {
        max-width: 768px;
    }

    .slider-wrap,.section-actors {
        background-image: none;
        background: linear-gradient(to left,#647589 0%,#2d5972 100%);
    }

    .cols {
        padding: 15px 0;
        overflow: hidden;
    }

    .col-side {
        width: 320px;
        margin-left: -320px;
        padding: 0 5px;
        display: none;
    }

    .vis-side .col-side {
        margin-left: 0;
        display: block;
    }

    .vis-side .col-cont {
        margin-right: -330px;
    }

    .head {
        padding: 12px 15px 0 260px;
    }

    .logotype {
        width: 190px;
    }

    .show-menu {
        display: inline-block;
        width: 40px;
        text-align: center;
        position: absolute;
        top: 12px;
        left: 205px;
        font-size: 18px;
        padding: 0;
    }

    .slider-wrap.vis-side {
        display: none;
    }

    .filter-box {
        display: none;
    }

    .filter-wrap {
        margin: -15px 0 20px;
    }

    .actor-img {
        height: 118px;
    }

    .player-section {
        margin: 0 -15px 20px -15px;
    }

    .tabs li {
        font-size: 12px;
    }

    .comm-item {
        padding: 0 10px 15px 70px;
    }

    .comm-right {
        padding-left: 10px;
    }

    .comm-author,.comm-date {
        font-size: 12px;
    }

    .ac-protect {
        width: 75%;
    }

    .form-wrap {
        margin: 0 -15px;
    }
}

@media screen and (max-width:760px) {
    .center {
        max-width: 640px;
    }

    .have-brand .wrap {
        margin-top: 0;
    }

    .have-brand .brand-link {
        display: none;
    }

    .head {
        height: 110px;
        padding: 10px 15px;
    }

    .search-wrap {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .logotype {
        top: 50px;
    }

    .show-menu {
        top: 60px;
    }

    .slider-title h2 {
        font-size: 12px;
    }

    .to-top-link i {
        display: none;
    }

    .to-top-link span {
        margin: 0;
    }

    .movie-img {
        height: 180px;
    }

    .trailer-item {
        height: 180px !important;
        width: 48%;
        margin: 0 1% 10px 1% !important;
    }

    .trailer-title {
        font-size: 14px !important;
    }

    .trailer-item i {
        display: none;
    }

    .short-actor {
        width: 23%;
    }

    .copyr {
        float: none;
        width: 100%;
    }

    .counts {
        display: none;
    }

    .page-cols {
        padding-left: 0;
    }

    .page-col-left {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .page-col-right {
        float: none;
        padding-left: 0;
    }

    .speedbar {
        font-size: 12px;
    }

    .rates {
        display: block;
        text-align: center;
        padding-bottom: 0;
    }

    .rates>div {
        margin: 0 0 10px 0;
    }

    .mc-article .rel-movie {
        height: 100px;
    }

    .navigation {
        display: none !important;
    }

    .pprev,.pnext {
        font-size: 18px;
        margin: 10px;
        width: 120px !important;
    }

    .login-box {
        top: 0;
    }

    .overlay-close {
        right: 10px;
        top: 10px;
        font-size: 18px !important;
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0 !important;
    }

    .full-info,.full-nav-pages {
        display: none;
    }

    .comm-bottom-info ul li,.mass_comments_action {
        display: none;
    }

    .mob-vis {
        display: inline-block !important;
    }

    .sub-title h1,.full-page h1 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width:590px) {
    .center {
        max-width: 480px;
    }

    .movie-item {
        width: 31.33%;
    }

    .movie-text-inner .mi-item,.movie-text-inner .button {
        display: none !important;
    }

    .grid-list .movie-item {
        padding: 0 0 30px 140px;
    }

    .grid-list .movie-img {
        width: 140px;
        height: 190px;
        margin-left: -140px;
    }

    .grid-list .movie-desc {
        margin: 12px 0 0 0;
    }

    .trailer-item {
        height: 150px !important;
    }

    .full-text embed,.full-text object,.full-text video,.full-text iframe,.full-text frame {
        width: 100% !important;
        height: 300px;
    }

    .ac-inputs input {
        width: 100%;
        float: none !important;
        margin-top: 10px;
    }

    .ac-protect {
        width: 100%;
        float: none;
        margin: -10px 0 0 0;
    }

    .ac-submit button {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
    }

    .ui-dialog {
        width: 100% !important;
    }

    .userinfo {
        padding-left: 0;
    }

    .userinfo .left,.userinfo .right {
        float: none !important;
        width: 100%;
        margin: 0;
    }

    .userinfo .left {
        text-align: center;
        margin-bottom: 10px;
    }

    .userinfo .left .avatar {
        width: 100px;
        margin: 0 auto 5px auto;
    }

    .ui-dialog-buttonset button {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }

    #dofullsearch,#searchsuggestions span.seperator {
        display: none !important;
    }

    .attach .download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px;
    }

    .attach-info {
        float: none;
    }
}

@media screen and (max-width:470px) {
    .center {
        max-width: 320px;
    }

    .slider-title h2 {
        display: none;
    }

    .section-title h2,.section-title h1 {
        font-size: 14px;
    }

    .movie-item {
        width: 48%;
    }

    .trailer-item {
        height: 110px !important;
    }

    .grid-list .movie-item {
        padding: 0 0 30px 0;
    }

    .grid-list .movie-img {
        margin: 0 auto;
        float: none;
    }

    .grid-list .movie-text {
        float: none;
        padding-left: 0;
        margin-top: 10px;
    }

    .grid-list .new-mark {
        left: 0;
        top: 0;
    }

    .actor-img {
        height: 115px;
    }

    .short-actor {
        width: 42%;
        margin: 0 4% 30px 4%;
    }

    .but {
        font-size: 14px;
        padding: 10px 20px;
        margin-top: 10px;
        display: block;
    }

    .to-view {
        margin: 0;
    }

    .m-buttons a {
        display: block;
    }

    .screens-section>.highslide,.screens-section>img {
        width: 47.8%;
        height: 80px;
    }

    .full-text embed,.full-text object,.full-text video,.full-text iframe,.full-text frame {
        width: 100% !important;
        height: 250px;
    }

    .ac-protect {
        margin: -10px -10px 0 -10px;
    }

    .comm-item {
        padding: 0 10px 15px 50px;
    }

    .comm-left {
        margin-left: -40px;
        width: 40px;
        height: 40px;
    }

    .comm-author,.comm-date {
        margin: 0;
        display: block;
        float: none;
    }

    .comm-date {
        display: none;
    }

    .login-social:before {
        display: block;
        line-height: 30px;
        margin-right: 0;
    }
}

.mejs-container,
.mejs-inner,
.mejs-video,
.me-plugin,
.mejs-shim,
.mejs-layers,
.mejs-overlay,
.mejs-poster {
    width: 100% !important;
}

.mejs-video,.mejs-shim {
    height: 400px !important;
}

@media screen and (max-width:470px) {
    .mejs-video,.mejs-shim {
        height: 250px !important;
    }
}

.playlist-episodes {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.playlist-episodes th {
    padding: 10px 10px 8px 10px;
    background: #343c50;
    color: #fff;
}

.playlist-episodes th,.playlist-episodes td {
    border-collapse: collapse;
    border: 1px solid #333;
    padding: 4px 20px 2px 20px;
}

.playlist-episodes td {
    background: #3f627a 0;
}

.series {
    display: flex;
    overflow: auto;
}

.series>a>li {
    padding: 10px 20px;
    background: #75bcc4;
    margin: 0 5px;
    color: #fff;
}

.series>a {
    flex: 0 0 20%;
}

.series>.active>li {
    background: #2f5a73;
}

.text_prav {
    font-size: 12px;
    background: #274c61;
    color: white;
}

.jalobs {
    display: inline-block;
    padding: 10px 15px;
    background-color: #ff0000;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.serials-nav {
    display: flex;
    background: #000;
    overflow-x: scroll;
}

.serials-nav::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
    background: #333;
}

.serials-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #666;
}

.serials-nav-item {
    padding: 16px 24px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.serials-nav-item.active {
    background: #333;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont-subset.woff2?v=20260819-2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-gear:before,.fa-cog:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-group:before,.fa-users:before {
    content: "";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-flash:before,.fa-bolt:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-mail-reply:before,.fa-reply:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.ts-player-switch {
    display: flex;
    gap: 8px;
    margin: 14px 0;
}

.ts-player-switch__button {
    flex: 1;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid #474747;
    border-radius: 8px;
    background: #292929;
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.ts-player-switch__button:hover {
    background: #343434;
    color: #f0c36c;
    border-color: #806633;
}

.ts-player-switch__button.is-active {
    background: linear-gradient(135deg,#d5a543,#b47a22);
    color: #191919;
    border-color: #e5bb65;
    box-shadow: 0 3px 12px rgba(213,165,67,.25),inset 0 1px 0 rgba(255,255,255,.2);
}

.ts-player-switch__button.is-active:hover {
    background: linear-gradient(135deg,#e1b556,#c38b2c);
    color: #111;
}

.ts-player-switch__button i,.ts-player-switch__button svg {
    margin-right: 6px;
}

@media (max-width:600px) {
    .ts-player-switch {
        gap: 5px;
    }

    .ts-player-switch__button {
        min-height: 38px;
        padding: 7px 5px;
        font-size: 12px;
        border-radius: 7px;
    }
}

.ts-top-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.ts-top-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 4px 8px 4px 5px;
    background: #151a20;
    border: 1px solid #2a3038;
    border-radius: 8px;
    color: #e8ebee !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    transition: background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.ts-top-chip:hover {
    background: #1c2229;
    border-color: rgba(215,164,95,.55);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.03);
}

.ts-top-chip__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    background: linear-gradient(135deg,#dda85d,#bb7d34);
    border-radius: 6px;
    color: #171a1e;
    font-size: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

.ts-top-chip__icon i {
    margin: 0;
    padding: 0;
}

.ts-top-chip__title {
    white-space: nowrap;
    color: #f0f2f4;
    font-size: 12px;
    font-weight: 700;
}

.ts-top-chip__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    padding: 0 5px;
    border-radius: 4px;
    background: #272d34;
    color: #aeb5bd;
    font-size: 8px;
    font-weight: 800;
    line-height: 18px;
    white-space: nowrap;
    text-transform: uppercase;
}

.ts-top-chip--best .ts-top-chip__badge {
    background: rgba(217,159,43,.15);
    color: #e5ab37;
}

.ts-top-chip--new .ts-top-chip__badge {
    background: rgba(62,156,104,.15);
    color: #69bc83;
}

.ts-top-chip--new .ts-top-chip__icon {
    background: linear-gradient(135deg,#61b984,#408a62);
    color: #101812;
}

.ts-top-chip--actors .ts-top-chip__badge {
    background: rgba(215,164,95,.13);
    color: #d7a45f;
}

.ts-top-chip--popular .ts-top-chip__badge {
    background: rgba(203,107,70,.15);
    color: #d77f5d;
}

.ts-top-chip--popular .ts-top-chip__icon {
    background: linear-gradient(135deg,#d8865c,#ad5739);
    color: #17110e;
}

.ts-top-chip--serials .ts-top-chip__badge {
    background: rgba(85,139,180,.15);
    color: #76a9cc;
}

@media (max-width:700px) {
    .ts-top-links {
        gap: 6px;
    }

    .ts-top-chip {
        min-height: 34px;
        padding-right: 7px;
    }

    .ts-top-chip__icon {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }

    .ts-top-chip__title {
        font-size: 12px;
    }
}

.ts-best-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 7px 14px 7px 9px;
    background: linear-gradient(135deg,rgba(218,164,90,.14),rgba(218,164,90,.03)),#171b21;
    border: 1px solid rgba(218,164,90,.28);
    border-radius: 10px;
    color: #f3f3f3;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03),0 5px 16px rgba(0,0,0,.18);
    transition: transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.ts-best-btn:hover {
    color: #fff;
    text-decoration: none;
    border-color: rgba(218,164,90,.55);
    background: linear-gradient(135deg,rgba(218,164,90,.22),rgba(218,164,90,.06)),#1c2128;
    box-shadow: 0 7px 22px rgba(0,0,0,.26);
    transform: translateY(-1px);
}

.ts-best-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 8px;
    background: #d7a45f;
    color: #16191e;
    font-size: 17px;
    line-height: 1;
}

.ts-best-btn__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.ts-best-btn__text strong {
    font-size: 13px;
    font-weight: 700;
    color: #f5f5f5;
}

.ts-best-btn__text small {
    margin-top: 3px;
    font-size: 10px;
    font-weight: 500;
    color: #9da3ab;
}

.ts-best-btn__arrow {
    margin-left: 4px;
    color: #d7a45f;
    font-size: 22px;
    line-height: 1;
    transition: transform .18s ease;
}

.ts-best-btn:hover .ts-best-btn__arrow {
    transform: translateX(2px);
}

@media (max-width:600px) {
    .ts-best-btn {
        min-height: 42px;
        padding: 6px 11px 6px 7px;
    }

    .ts-best-btn__icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
}

:root {
    --ts-bg: #0b0d10;
    --ts-bg-soft: #101319;
    --ts-surface: #15181e;
    --ts-surface-2: #1b1f27;
    --ts-surface-3: #222731;
    --ts-border: rgba(255,255,255,0.09);
    --ts-border-strong: rgba(255,255,255,0.15);
    --ts-text: #f4f5f7;
    --ts-muted: #9ca3ad;
    --ts-accent: #d89245;
    --ts-accent-hover: #eca85d;
    --ts-accent-soft: rgba(216,146,69,0.14);
    --ts-danger: #d15b57;
    --ts-danger-soft: rgba(209,91,87,0.12);
    --ts-success: #5fa878;
    --ts-radius-sm: 8px;
    --ts-radius: 13px;
    --ts-radius-lg: 18px;
    --ts-shadow: 0 18px 45px rgba(0,0,0,0.28);
    --ts-shadow-soft: 0 8px 22px rgba(0,0,0,0.2);
}

html {
    color-scheme: dark;
    background: var(--ts-bg);
}

body {
    background: radial-gradient(circle at 50% -10%,rgba(216,146,69,0.07),transparent 35%),var(--ts-bg);
    color: var(--ts-text);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
}

a:focus-visible,button:focus-visible,input:focus-visible,.show-login:focus-visible {
    outline: 2px solid var(--ts-accent);
    outline-offset: 2px;
}

::selection {
    background: var(--ts-accent);
    color: #111;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background: #0b0d10;
}

::-webkit-scrollbar-thumb {
    background: #343a45;
    border: 2px solid #0b0d10;
    border-radius: 20px;
    box-shadow: none;
}

::-webkit-scrollbar-thumb:hover {
    background: #4a515e;
}

::-webkit-scrollbar-button {
    display: none;
}

.wrapper,.have-brand {
    min-width: 320px;
    padding-top: 0;
    background: transparent;
}

.center {
    width: calc(100% - 28px);
    max-width: 1280px;
    min-width: 0;
    box-shadow: none;
}

.wrap {
    overflow: hidden;
    background: var(--ts-bg-soft);
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius-lg);
    box-shadow: var(--ts-shadow);
}

.have-brand .wrap {
    margin-top: 12px;
}

.head.ts-header {
    min-height: 72px;
    height: auto;
    margin-top: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(18,21,27,0.96);
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius-lg);
    box-shadow: var(--ts-shadow-soft);
    z-index: 110;
}

.ts-brand {
    min-width: 230px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ts-text) !important;
    text-decoration: none !important;
}

.ts-brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    color: #17120c;
    background: linear-gradient(145deg,#f0ad61,#c87832);
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(216,146,69,0.24);
}

.ts-brand-mark i {
    margin-left: 2px;
}

.ts-brand-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.ts-brand-text strong {
    color: var(--ts-text);
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.ts-brand-text small {
    margin-top: 5px;
    color: var(--ts-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.search-wrap {
    width: auto;
    max-width: 430px;
    flex: 1 1 360px;
    float: none;
}

.search-box input,.search-box input:focus {
    height: 44px;
    line-height: 44px;
    padding: 0 46px 0 15px;
    color: var(--ts-text);
    background: #0e1116;
    border: 1px solid var(--ts-border-strong);
    border-radius: 11px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

.search-box input::placeholder {
    color: #737b88;
}

.search-box input:focus {
    border-color: rgba(216,146,69,0.65);
    box-shadow: 0 0 0 3px rgba(216,146,69,0.1);
}

.search-box button {
    left: auto;
    right: 4px;
    top: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #17120c;
    background: var(--ts-accent);
    border-radius: 9px;
}

.search-box button:hover {
    color: #111;
    background: var(--ts-accent-hover);
}

.ts-header .login-buts {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    float: none;
    line-height: 1;
    color: var(--ts-muted);
}

.ts-header .my-fav,.ts-header .show-login {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 13px;
    color: #e9eaed !important;
    background: #1b1f26;
    border: 1px solid var(--ts-border);
    border-radius: 10px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 650;
    text-transform: none;
}

.ts-header .my-fav:hover,.ts-header .show-login:hover {
    color: #fff !important;
    background: #242932;
    border-color: rgba(216,146,69,0.38);
    box-shadow: none;
}

.ts-header .to-reg {
    margin: 0 0 0 3px;
    color: var(--ts-muted);
    font-size: 12px;
}

.ts-header .to-reg a {
    color: var(--ts-accent);
    border-bottom: 0;
}

.slider-wrap.ts-top-nav {
    max-height: none;
    overflow: hidden;
    color: var(--ts-text);
    background: #12151a;
    border-bottom: 1px solid var(--ts-border);
}

.slider-title {
    min-height: 46px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    line-height: 1;
    background: #0f1217;
    border-bottom: 1px solid var(--ts-border);
}

.to-top-link,a.to-top-link-serialy,a.to-top-link-filmy,.to-top-link-doram {
    margin: 0;
    padding: 10px 15px;
    float: none;
    color: #e7e9ed !important;
    background: #1a1e25;
    border: 1px solid var(--ts-border);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.to-top-link:hover,a.to-top-link-serialy:hover,a.to-top-link-filmy:hover,.to-top-link-doram:hover {
    color: #15100a !important;
    background: var(--ts-accent-hover);
    border-color: var(--ts-accent-hover);
}

.slider-inner {
    padding: 10px 12px 12px;
}

.top-movie {
    overflow: hidden;
    border-radius: 11px;
    background: #0b0d10;
}

.top-movie-title {
    padding: 9px 7px;
    background: linear-gradient(to top,rgba(0,0,0,0.88),rgba(0,0,0,0.25));
    font-size: 12px;
}

.top-movie:hover .top-movie-title {
    background: linear-gradient(to top,rgba(216,146,69,0.92),rgba(216,146,69,0.25));
}

.cols {
    padding: 24px 338px 0 0;
}

.col-cont {
    min-height: 760px;
    padding: 0 24px;
}

.col-side {
    width: 338px;
    margin-right: -338px;
    padding: 0 18px 0 0;
}

.section {
    margin-bottom: 30px;
}

.section-title {
    min-height: 42px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ts-text);
    line-height: 1.25;
}

.section-title h1,.section-title h2 {
    margin: 0;
    padding-left: 12px;
    float: none;
    color: var(--ts-text);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
    text-transform: none;
    border-left: 3px solid var(--ts-accent);
}

.sorter {
    margin: 0 0 0 auto;
    float: none;
    color: var(--ts-muted);
    font-size: 12px;
}

.sorter>i {
    width: 38px;
    height: 38px;
    line-height: 38px !important;
    color: var(--ts-accent);
    background: #1a1e25;
    border: 1px solid var(--ts-border);
    border-radius: 9px;
}

.sorter form {
    color: var(--ts-text);
    background: #171b21;
    border: 1px solid var(--ts-border);
    box-shadow: var(--ts-shadow-soft);
}

.speedbar {
    margin-bottom: 16px;
    padding: 9px 11px;
    color: var(--ts-muted);
    background: #12151a;
    border: 1px solid var(--ts-border);
    border-radius: 9px;
    box-shadow: none;
    line-height: 1.5;
}

.speedbar span,.speedbar a {
    color: #c9cdd4;
}

.site-desc {
    margin: 0 0 20px;
    padding: 16px 18px;
    color: var(--ts-muted);
    background: #12151a;
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius);
    line-height: 1.7;
}

.site-desc h1,.site-desc h2,.site-desc h3 {
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    color: var(--ts-text);
    background: transparent;
    line-height: 1.4;
}

.movies.grid-thumb {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 22px 16px;
    margin: 0;
}

.grid-thumb .movie-item.ts-card,.grid-thumb .movie-item {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    min-width: 0;
    overflow: hidden;
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius);
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
    transition: transform 0.22s ease,border-color 0.22s ease,box-shadow 0.22s ease;
}

.grid-thumb .movie-item:hover {
    transform: translateY(-4px);
    border-color: rgba(216,146,69,0.35);
    box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

.grid-thumb .movie-img,.ts-card-poster {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    display: block;
    border-radius: 0;
    background: #090a0c;
}

.grid-thumb .movie-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top,rgba(0,0,0,0.42),transparent 38%);
}

.img-box img,.grid-thumb .movie-img img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease,opacity 0.35s ease;
}

.grid-thumb .movie-item:hover .movie-img img {
    opacity: 0.9;
    transform: scale(1.025);
}

.ts-card-body,.grid-thumb .movie-text {
    padding: 11px 12px 13px;
}

.grid-thumb .movie-title,.ts-card-title {
    height: auto;
    min-height: 40px;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    color: #f0f1f3 !important;
    font-size: 13px;
    font-weight: 680;
    line-height: 1.45;
    text-decoration: none !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grid-thumb .movie-title span,a.movie-title span {
    color: var(--ts-muted);
    font-size: 12px;
    font-weight: 500;
}

.grid-thumb .movie-text-inner {
    display: none !important;
}

.grid-list .movie-text-inner {
    display: block !important;
}

.new-w-mark,.new-s-mark {
    z-index: 2;
}

.new-w-mark span,.new-s-mark span,.info-i.new-s-mark .video_type {
    margin: 5px 4px 0 0;
    padding: 4px 7px;
    color: #efe7dc;
    background: rgba(19,22,27,0.88);
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 7px;
    backdrop-filter: blur(5px);
}

.info-w.new-w-mark .imdb {
    margin: 5px 4px 0 0;
    padding: 4px 7px;
    color: #17120c;
    background: #e1a24e;
    border-radius: 7px;
    font-weight: 750;
}

.hd-mark {
    right: 8px;
    top: 8px;
    color: #fff;
    background: rgba(216,146,69,0.88);
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.side-item {
    margin-bottom: 16px;
    padding: 14px;
    overflow: hidden;
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius);
    box-shadow: none;
}

.side-title {
    min-height: 38px;
    margin: -14px -14px 12px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    color: var(--ts-text);
    background: #1b1f26;
    border-bottom: 1px solid var(--ts-border);
    font-size: 13px;
    font-weight: 720;
}

.side-title i {
    color: var(--ts-accent) !important;
}

.side-cont {
    padding: 0;
}

.side-item .menu-2col {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
}

.side-item .menu-2col li {
    width: auto;
    margin: 0;
    float: none;
}

.side-item .menu-2col a {
    min-height: 32px;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    color: #c7cbd2;
    background: #111419;
    border: 1px solid rgba(255,255,255,0.055);
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.25;
}

.side-item .menu-2col a:hover {
    color: #fff;
    background: #222731;
    border-color: rgba(216,146,69,0.32);
}

.full-page.ts-detail,.full-page {
    margin-bottom: 20px;
    padding: 22px;
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius-lg);
}

.page-cols.ts-detail-grid,.page-cols {
    padding-left: 0;
    display: grid;
    grid-template-columns: 250px minmax(0,1fr);
    grid-template-areas: "poster content";
    gap: 24px;
    align-items: start;
}

.page-col-left {
    grid-area: poster;
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}

.page-col-right {
    grid-area: content;
    width: auto;
    min-width: 0;
    padding: 0;
    float: none;
    background: transparent;
}

.ts-title-row {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.page-col-right h1,.full-page h1 {
    margin: 0;
    color: var(--ts-text);
    font-size: clamp(20px,2.15vw,28px);
    font-weight: 780;
    line-height: 1.3;
}

.ts-edit-link {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    color: var(--ts-muted);
    background: #111419;
    border: 1px solid var(--ts-border);
    border-radius: 9px;
}

.title_en {
    margin: -5px 0 15px;
    color: var(--ts-muted);
    font-size: 13px;
}

.m-img.ts-poster-card,.m-img {
    max-width: none;
    margin: 0;
    overflow: hidden;
    background: #101319;
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius);
    box-shadow: var(--ts-shadow-soft);
}

.m-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.rates.ts-rating-box,.rates {
    margin: 0;
    padding: 11px 12px;
    gap: 8px;
    color: #d4d7dc;
    background: #101319;
    border-top: 1px solid var(--ts-border);
    border-radius: 0;
}

.rate-short b,.rate3.clearfix b {
    color: var(--ts-muted);
}

.ts-meta-list {
    margin: 0 0 18px;
    overflow: hidden;
    background: #111419;
    border: 1px solid var(--ts-border);
    border-radius: 12px;
}

.ts-meta-list .mi-item,.m-info.ts-meta-list .mi-item {
    margin: 0;
    padding: 9px 12px;
    display: grid;
    grid-template-columns: 130px minmax(0,1fr);
    gap: 10px;
    align-items: start;
    color: #d5d8dd;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.055);
    border-radius: 0;
    box-shadow: none;
    line-height: 1.5;
}

.ts-meta-list .mi-item:last-child {
    border-bottom: 0;
}

.m-info.ts-meta-list .mi-item>span,.ts-meta-list .mi-item>span {
    width: auto;
    float: none;
    color: var(--ts-muted);
    font-size: 12px;
    font-weight: 650;
    text-transform: none;
}

.ts-meta-list .mi-item i {
    width: 15px;
    margin-right: 7px;
    color: var(--ts-accent);
    text-align: center;
}

.ts-meta-value {
    min-width: 0;
    color: #e7e9ed;
    overflow-wrap: anywhere;
}

.ts-meta-value a,.ts-description a,.site-desc a {
    color: #e1a25b;
    text-decoration: none;
}

.ts-meta-value a:hover,.ts-description a:hover,.site-desc a:hover {
    color: #f0bc7f;
    text-decoration: underline;
}

.ts-description,.m-desc {
    color: #c3c7cf;
    font-size: 14px;
    line-height: 1.75;
}

.ts-description p {
    margin: 0 0 12px;
}

.ts-description p:last-child {
    margin-bottom: 0;
}

.ts-seo-note {
    margin-top: 14px !important;
    padding: 12px 14px;
    color: #aeb3bc;
    background: #111419;
    border-left: 3px solid rgba(216,146,69,0.65);
    border-radius: 0 9px 9px 0;
    font-size: 12px;
}

.texttg.ts-notice,.texttg {
    margin: 18px 0 14px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #c8ccd2;
    background: rgba(216,146,69,0.08);
    border: 1px solid rgba(216,146,69,0.2);
    border-radius: 10px;
    font-size: 12px;
}

.texttg span {
    color: var(--ts-accent);
    font-size: 12px;
    font-weight: 750;
}

.texttg a,.texttg a:hover {
    color: #e6e8eb;
}

.player-section.ts-player-section,.player-section {
    position: relative;
    margin: 0;
    padding: 16px;
    background: #0c0e12;
    border: 1px solid var(--ts-border);
    border-radius: 14px;
}

.player-section::before {
    display: none !important;
}

.ts-player-title,.player-section>.tabs {
    margin: 0 0 12px;
    white-space: normal;
    overflow: visible;
}

.ts-player-title li,.ts-player-title li.current,.player-section>.tabs li,.player-section>.tabs li.current {
    width: 100%;
    padding: 0;
    display: block;
    box-shadow: none;
    background: transparent;
}

.ts-player-title h2,.player-section>.tabs h2 {
    margin: 0;
    color: #e6e8ec;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.ts-player-stack,.serial {
    width: 100%;
}

.ts-player-frame {
    width: 100%;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 11px;
}

.ts-player-frame .vdd-element,.iframe-seria>iframe.vdd-element {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block;
    border: 0;
    background: #000;
}

.video-player1 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 11px;
}

.video-player1 video-player {
    width: 100%;
    height: 100%;
    display: block;
}

.ts-season-list,.sezons {
    margin-top: 12px;
}

.sezons a {
    min-width: 0;
    margin: 0 5px 6px 0;
    padding: 7px 11px;
    color: #cfd3da;
    background: #1a1e25;
    border: 1px solid var(--ts-border);
    border-radius: 8px;
    font-size: 11px;
    text-align: center;
}

.sezons a:hover,.sezons .active,.sezons a.active {
    color: #17120c;
    background: var(--ts-accent);
    border-color: var(--ts-accent);
}

.serii.ts-episode-list,.serii {
    min-width: 0;
    min-height: 0;
    margin-top: 9px;
    padding: 9px;
    gap: 6px;
    display: flex;
    overflow-x: auto;
    background: #101319;
    border: 1px solid var(--ts-border);
    border-radius: 10px;
}

.episode,li.episode {
    min-width: auto;
    margin: 0;
    flex: 0 0 auto;
}

.episode a {
    min-width: 70px;
    margin: 0;
    padding: 7px 10px;
    display: block;
    color: #cdd1d7;
    background: #1a1e25;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    font-size: 11px;
    text-align: center;
}

.episode a:hover,.episode .active,.episode a.active {
    color: #17120c;
    background: var(--ts-accent);
    border-color: var(--ts-accent);
}

.m-buttons.ts-actions,.m-buttons {
    margin: 0 0 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
}

.m-buttons a {
    display: inline-flex;
}

.but.ts-action-button,.m-buttons .but {
    min-height: 42px;
    margin: 0;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #18120c;
    background: linear-gradient(145deg,#e5a151,#c97934);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 11px;
    box-shadow: 0 8px 20px rgba(190,108,42,0.16);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.01em;
    text-transform: none;
}

.but.ts-action-button:hover,.m-buttons .but:hover {
    color: #15100a;
    background: linear-gradient(145deg,#f0b268,#da8b45);
    transform: translateY(-1px);
}

.jalobs.ts-complaint,.jalobs {
    min-height: 42px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: stretch;
    color: #e7c4c2;
    background: var(--ts-danger-soft);
    border: 1px solid rgba(209,91,87,0.26);
    border-radius: 11px;
    font-size: 12px;
    font-weight: 650;
    text-transform: none;
}

.jalobs a {
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    color: #e8c2c0;
}

.jalobs a:hover {
    color: #fff;
    background: rgba(209,91,87,0.12);
}

.jalobs i {
    color: #df7772;
}

.button,
.up-second li a,
.up-edit a,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 10px;
    background: var(--ts-accent);
    color: #17120c;
    font-weight: 700;
    text-transform: none;
}

.button:hover,
.up-second li a:hover,
.up-edit a:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #111;
    background: var(--ts-accent-hover);
}

.ts-related,.related {
    padding-top: 4px;
}

.full-comms.ts-comments,.full-comms {
    margin-bottom: 24px;
    padding: 18px;
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius);
}

.foot-line {
    min-height: 68px;
    padding: 20px 24px;
    color: var(--ts-muted);
    background: #0c0e12;
    border-top: 1px solid var(--ts-border);
    font-size: 12px;
}

.copyr {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.foot-line a {
    color: #d3d6db;
    text-decoration: none;
}

.foot-line a:hover {
    color: var(--ts-accent);
}

#block_podpiska {
    width: 100%;
    padding: 14px;
    background: #101319;
    border-top: 1px solid var(--ts-border);
}

.podpiska-title {
    color: var(--ts-text);
}

.podpiska-desc,.podpiska-desc a {
    color: var(--ts-muted);
}

@media screen and (max-width:1120px) {
    .ts-brand {
        min-width: 205px;
    }

    .ts-brand-text strong {
        font-size: 14px;
    }

    .ts-header .to-reg {
        display: none;
    }

    .cols {
        padding-right: 0;
    }

    .col-side {
        display: none;
    }

    .col-cont {
        width: 100%;
        padding: 0 22px;
    }

    .movies.grid-thumb {
        grid-template-columns: repeat(5,minmax(0,1fr));
    }
}

@media screen and (max-width:900px) {
    .head.ts-header {
        flex-wrap: wrap;
    }

    .ts-brand {
        flex: 1 1 auto;
    }

    .ts-header .login-buts {
        display: none;
    }

    .search-wrap {
        max-width: none;
        flex: 1 1 360px;
    }

    .movies.grid-thumb {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

@media screen and (max-width:760px) {
    .center {
        width: calc(100% - 16px);
        max-width: none;
    }

    .head.ts-header {
        min-height: 0;
        margin-top: 8px;
        padding: 10px;
        gap: 10px;
        border-radius: 14px;
    }

    .ts-brand {
        min-width: 0;
    }

    .ts-brand-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 10px;
    }

    .ts-brand-text small {
        display: none;
    }

    .search-wrap {
        width: 100%;
        flex: 1 0 100%;
        margin: 0;
    }

    .slider-title {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .to-top-link,a.to-top-link-serialy,a.to-top-link-filmy,.to-top-link-doram {
        flex: 0 0 auto;
    }

    .col-cont {
        padding: 0 14px;
    }

    .cols {
        padding-top: 16px;
    }

    .movies.grid-thumb {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 16px 10px;
    }

    .full-page.ts-detail,.full-page {
        padding: 15px;
    }

    .page-cols.ts-detail-grid,.page-cols {
        grid-template-columns: 1fr;
        grid-template-areas: "content" "poster";
        gap: 18px;
    }

    .page-col-left {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
    }

    .page-col-right {
        padding: 0;
    }

    .ts-meta-list .mi-item,.m-info.ts-meta-list .mi-item {
        grid-template-columns: 115px minmax(0,1fr);
    }

    .player-section.ts-player-section,.player-section {
        margin: 0;
        padding: 10px;
    }

    .full-text embed,.full-text object,.full-text video,.full-text iframe,.full-text frame {
        height: auto !important;
    }

    .m-buttons.ts-actions,.m-buttons {
        align-items: stretch;
    }
}

@media screen and (max-width:540px) {
    .wrap {
        border-radius: 13px;
    }

    .slider-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    .section-title {
        align-items: flex-start;
    }

    .section-title h1,.section-title h2 {
        font-size: 15px;
    }

    .sorter:before {
        display: none;
    }

    .movies.grid-thumb {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 14px 9px;
    }

    .ts-card-body,.grid-thumb .movie-text {
        padding: 9px 9px 10px;
    }

    .grid-thumb .movie-title,.ts-card-title {
        min-height: 38px;
        font-size: 12px;
    }

    .ts-meta-list .mi-item,.m-info.ts-meta-list .mi-item {
        grid-template-columns: 1fr;
        gap: 3px;
        padding: 9px 10px;
    }

    .ts-meta-list .mi-item>span,.m-info.ts-meta-list .mi-item>span {
        font-size: 11px;
    }

    .page-col-right h1,.full-page h1 {
        font-size: 19px;
    }

    .ts-player-title h2,.player-section>.tabs h2 {
        font-size: 12px;
    }

    .but.ts-action-button,.m-buttons .but,.jalobs.ts-complaint,.jalobs,.m-buttons a {
        width: 100%;
    }

    .jalobs a {
        width: 100%;
        justify-content: center;
    }

    .copyr {
        align-items: flex-start;
        flex-direction: column;
    }
}

.m-info:not(.ts-meta-list) {
    margin: 0 0 18px;
    overflow: hidden;
    background: #111419;
    border: 1px solid var(--ts-border);
    border-radius: 12px;
}

.m-info:not(.ts-meta-list) .mi-item {
    margin: 0;
    padding: 9px 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d5d8dd;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.055);
    border-radius: 0;
    box-shadow: none;
    line-height: 1.5;
}

.m-info:not(.ts-meta-list) .mi-item:last-child {
    border-bottom: 0;
}

.m-info:not(.ts-meta-list) .mi-item>span {
    width: 125px;
    min-width: 125px;
    float: none;
    color: var(--ts-muted);
    font-size: 12px;
    font-weight: 650;
    text-transform: none;
}

.m-info:not(.ts-meta-list) .mi-item>div {
    min-width: 0;
    color: #e7e9ed;
}

@media screen and (max-width:540px) {
    .m-info:not(.ts-meta-list) .mi-item {
        display: block;
    }

    .m-info:not(.ts-meta-list) .mi-item>span {
        width: auto;
        min-width: 0;
        margin-bottom: 3px;
        display: block;
    }
}

.showfull-content {
    width: 100%;
    min-width: 0;
    display: block;
}

.showfull-content>.ts-schema,.showfull-content>.full-page,.showfull-content .ts-schema,.showfull-content .full-comms {
    width: 100%;
    max-width: none;
    min-width: 0;
}

@media screen and (min-width:1121px) {
    .showfull-content .full-page,.showfull-content .full-comms,.showfull-content .m-buttons,.showfull-content .related {
        width: 100%;
        max-width: none;
    }

    .showfull-content .page-cols.ts-detail-grid,.showfull-content .page-cols {
        grid-template-columns: 248px minmax(0,1fr);
        gap: 26px;
    }
}

.side-item.ts-taxonomy {
    overflow: visible;
    padding-bottom: 14px;
}

.side-item.ts-taxonomy .side-cont {
    width: 100%;
    overflow: visible;
}

.side-item.ts-taxonomy .menu-2col {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 7px;
}

.side-item.ts-taxonomy .menu-2col li {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    list-style: none;
}

.side-item.ts-taxonomy .menu-2col.navi a,.side-item.ts-taxonomy .menu-2col a {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    height: auto;
    margin: 0;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #cdd1d7;
    background: linear-gradient(180deg,#151920 0%,#111419 100%);
    border: 1px solid rgba(255,255,255,0.065);
    border-radius: 9px;
    line-height: 1.25;
    text-decoration: none;
    box-sizing: border-box;
}

.side-item.ts-taxonomy .menu-2col.navi a::before,.side-item.ts-taxonomy .menu-2col.navi a:before {
    content: none !important;
    display: none !important;
}

.side-item.ts-taxonomy .menu-2col a:hover {
    color: #fff;
    background: linear-gradient(180deg,#242a34 0%,#1b2028 100%);
    border-color: rgba(216,146,69,0.42);
    box-shadow: inset 3px 0 0 rgba(216,146,69,0.8);
}

.side-item.ts-taxonomy .side-cont + .side-title {
    clear: both;
    margin: 14px -14px 12px;
}

.side-item.ts-taxonomy>.side-title:first-child {
    margin-top: -14px;
}

.pagi-nav {
    width: 100%;
    margin: 30px 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 7px;
    line-height: 1;
    font-size: 12px;
}

.pagi-nav>span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagi-nav .navigation {
    min-width: 0;
    padding: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    white-space: nowrap;
}

.pagi-nav .navigation a,.pagi-nav .navigation span,.pagi-nav .pprev,.pagi-nav .pnext {
    min-width: 36px;
    width: auto;
    height: 36px;
    margin: 0;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d8dbe0;
    background: #111419;
    border: 1px solid rgba(255,255,255,0.075);
    border-radius: 9px;
    box-shadow: none;
    line-height: 34px;
    box-sizing: border-box;
}

.pagi-nav .navigation span:not(.nav_ext) {
    color: #17120c;
    background: var(--ts-accent);
    border-color: var(--ts-accent);
    font-weight: 750;
}

.pagi-nav .navigation span.nav_ext {
    color: #9ca3ad;
    background: #0e1116;
}

.pagi-nav .navigation a:hover,
.pagi-nav .pprev:hover,
.pagi-nav .pnext:hover,
.pagi-nav .pprev a:hover,
.pagi-nav .pnext a:hover {
    color: #fff;
    background: #242a33;
    border-color: rgba(216,146,69,0.38);
}

.pagi-nav .pprev a,.pagi-nav .pnext a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    background: transparent !important;
}

.full-comms.ts-comments,.full-comms {
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
}

#addcform {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-sizing: border-box;
}

.add-com-form,.add-com-textarea,.add-comm {
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
}

.add-comm>.side-title {
    margin: 0 0 14px;
    padding: 0 14px;
    border: 1px solid var(--ts-border);
    border-radius: 10px;
}

.ac-inputs {
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
}

.ac-inputs input,.ac-inputs input:last-child {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    float: none;
    color: #eef0f3;
    background: #0f1217;
    border: 1px solid var(--ts-border-strong);
    border-radius: 9px;
    box-shadow: none;
    box-sizing: border-box;
}

.ac-textarea,.ac-protect {
    width: 100%;
    margin: 0 0 12px;
    float: none;
}

.ac-textarea textarea,.ac-textarea .bb-editor textarea,#comments {
    width: 100% !important;
    min-height: 150px;
    height: 150px;
    padding: 12px;
    display: block;
    color: #eef0f3;
    background: #0f1217;
    border: 1px solid var(--ts-border-strong);
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    box-sizing: border-box;
    resize: vertical;
}

.ac-protect .sep-input {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: grid;
    grid-template-columns: minmax(150px,190px) minmax(0,1fr);
    gap: 12px;
    align-items: center;
    box-sizing: border-box;
}

.ac-protect .label {
    color: var(--ts-muted);
    line-height: 1.4;
}

.ac-protect .input {
    min-width: 0;
}

.ac-protect input[type="text"] {
    max-width: 320px;
    height: 40px;
    padding: 0 10px;
    color: #eef0f3;
    background: #0f1217;
    border: 1px solid var(--ts-border-strong);
    border-radius: 8px;
    box-shadow: none;
}

.ac-submit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    clear: both;
}

.ac-submit button,.ac-submit .fbutton {
    min-width: 130px;
    min-height: 42px;
    margin: 0;
    padding: 0 18px;
    float: none;
}

.comments-items {
    margin-top: 20px;
    padding: 4px 0 0;
    color: #d8dbe0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.comm-item {
    margin-bottom: 12px;
    color: #d8dbe0;
    border-bottom-color: var(--ts-border);
}

.comm-author,.comm-author a {
    color: #f0f1f3;
}

.comm-date,.comm-text,.comm-body {
    color: #aeb4bd;
}

.col-cont,.col-side,.full-page,.full-comms,.section {
    box-sizing: border-box;
}

@media screen and (max-width:760px) {
    .pagi-nav {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 4px 2px 8px;
        scrollbar-width: thin;
    }

    .pagi-nav .navigation {
        display: inline-flex !important;
    }

    .pagi-nav .pprev,.pagi-nav .pnext {
        width: auto !important;
        min-width: 82px;
        margin: 0;
        font-size: 12px;
    }

    .ac-inputs {
        grid-template-columns: 1fr;
    }

    .ac-protect .sep-input {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ac-protect input[type="text"] {
        max-width: none;
        width: 100%;
    }
}

.static-content {
    width: 100%;
    max-width: none;
    min-width: 0;
    display: block;
}

.static-content>.static-page,.static-page.ts-static-page {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0 0 24px;
    padding: 24px 26px;
    display: block;
    color: #d6dae0;
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius-lg);
    box-shadow: var(--ts-shadow-soft);
    box-sizing: border-box;
}

.static-page .sub-title,.static-page .ts-static-title {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: transparent;
}

.static-page .sub-title h1,.static-page .ts-static-title h1 {
    margin: 0;
    padding: 0 0 0 13px;
    color: var(--ts-text);
    background: transparent;
    border-left: 3px solid var(--ts-accent);
    font-size: 22px;
    font-weight: 760;
    line-height: 1.35;
    text-transform: none;
}

.static-page .full-text,.static-page .ts-static-text {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #cbd0d7;
    background: transparent;
    font-size: 12px !important;
    line-height: 1.75;
    box-sizing: border-box;
}

.static-page .full-text p,
.static-page .full-text li,
.static-page .full-text td,
.static-page .full-text th,
.static-page .full-text div,
.static-page .full-text span:not(.fa) {
    font-size: 12px !important;
    line-height: 1.75;
}

.static-page .full-text p:last-child {
    margin-bottom: 0;
}

.static-page .full-text img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 10px;
}

.side-item.ts-taxonomy {
    overflow: hidden;
    padding-bottom: 14px;
}

.side-item.ts-taxonomy .ts-taxonomy-cont {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    display: block;
    clear: both;
}

.side-item.ts-taxonomy .ts-taxonomy-grid {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    list-style: none;
    clear: both;
    box-sizing: border-box;
}

.side-item.ts-taxonomy .ts-taxonomy-grid>li {
    width: auto !important;
    min-width: 0;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block;
    list-style: none !important;
    box-sizing: border-box;
}

.side-item.ts-taxonomy .ts-taxonomy-grid>li::before,
.side-item.ts-taxonomy .ts-taxonomy-grid>li:before,
.side-item.ts-taxonomy .ts-taxonomy-grid>li>a::before,
.side-item.ts-taxonomy .ts-taxonomy-grid>li>a:before {
    content: none !important;
    display: none !important;
}

.side-item.ts-taxonomy .ts-taxonomy-grid>li>a {
    width: 100% !important;
    min-width: 0;
    min-height: 36px;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    color: #cfd3da;
    background: linear-gradient(180deg,#171b22 0%,#12151a 100%);
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: 550;
    line-height: 1.25 !important;
    text-decoration: none;
    white-space: normal;
}

.side-item.ts-taxonomy .ts-taxonomy-grid>li>a:hover {
    color: #fff;
    background: linear-gradient(180deg,#272d37 0%,#1c2129 100%);
    border-color: rgba(216,146,69,.4);
    box-shadow: inset 3px 0 0 rgba(216,146,69,.82);
}

.side-item.ts-taxonomy .ts-taxonomy-cont + .side-title {
    clear: both;
    margin-top: 16px;
}

.site-desc,
.site-desc p,
.site-desc li,
.site-desc div,
.site-desc span:not(.fa),
.ts-category-description,
.ts-category-description p,
.ts-category-description li,
.col-cont .speedbar,
.col-cont .full-text,
.col-cont .full-text p,
.col-cont .full-text li,
.col-cont .movie-title,
.col-cont .ts-card-title,
.col-cont .sezons a,
.col-cont .episode a,
.col-cont .pagi-nav,
.col-cont .pagi-nav a,
.col-cont .pagi-nav span {
    font-size: 12px !important;
}

.site-desc,.ts-category-description {
    line-height: 1.75;
}

#addcform {
    width: 100%;
    max-width: none;
    margin: 22px 0 24px;
    padding: 16px;
    color: #d8dce2;
    background: #11151b !important;
    border: 1px solid var(--ts-border) !important;
    border-radius: 14px;
    box-shadow: none;
    box-sizing: border-box;
}

#addcform .ts-comment-form,#addcform .add-com-textarea,#addcform .ts-comment-editor,#addcform .bb-editor {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    box-sizing: border-box;
}

#addcform .add-comm>.side-title {
    min-height: 40px;
    margin: -2px -2px 14px;
    padding: 0 13px;
    color: #f0f2f4;
    background: #1a1f27;
    border: 1px solid var(--ts-border);
    border-radius: 10px;
    font-size: 12px !important;
}

#addcform input[type="text"],#addcform input[type="email"],#addcform textarea,#addcform select {
    color: #edf0f3 !important;
    background: #0d1116 !important;
    border-color: rgba(255,255,255,.13) !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

#addcform input::placeholder,#addcform textarea::placeholder {
    color: #747c87;
    opacity: 1;
}

#addcform .bb-pane {
    min-height: 40px;
    height: auto !important;
    padding: 6px !important;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: #d8dde4;
    background: #191e26 !important;
    border: 1px solid rgba(255,255,255,.11) !important;
    border-radius: 10px 10px 0 0;
    box-shadow: none !important;
}

#addcform .bb-pane>b,#addcform .bb-sel,#addcform .bb-sep,#addcform .bb-btn {
    margin: 0 !important;
    float: none;
}

#addcform .bb-btn {
    min-width: 30px;
    min-height: 30px;
    padding: 7px 9px;
    color: #cbd0d8 !important;
    background: #222833 !important;
    border: 1px solid rgba(255,255,255,.09) !important;
    border-radius: 7px;
    box-shadow: none !important;
    font-size: 12px !important;
}

#addcform .bb-btn:hover {
    color: #fff !important;
    background: #303744 !important;
    border-color: rgba(216,146,69,.36) !important;
}

#addcform .bb-sel select,#addcform .bb-pane select {
    min-height: 30px;
    padding: 0 7px !important;
    color: #d8dde4 !important;
    background: #222833 !important;
    border: 1px solid rgba(255,255,255,.09) !important;
    border-radius: 7px;
    font-size: 12px !important;
}

#addcform .bb-pane-dropdown {
    color: #dce0e5;
    background: #171c23 !important;
    border-color: rgba(255,255,255,.12) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.35) !important;
    font-size: 12px !important;
}

#addcform .bb-pane-dropdown>li>a {
    color: #dce0e5 !important;
}

#addcform .bb-pane-dropdown>li>a:hover {
    color: #fff !important;
    background: #252b35 !important;
}

#addcform .bb-editor textarea,#addcform .ac-textarea textarea,#addcform #comments {
    width: 100% !important;
    min-height: 170px;
    height: 170px;
    margin: -1px 0 0 !important;
    padding: 12px !important;
    display: block;
    color: #eef1f4 !important;
    background: #0d1116 !important;
    border: 1px solid rgba(255,255,255,.13) !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: none !important;
    resize: vertical;
    line-height: 1.55;
    box-sizing: border-box;
}

#addcform .ac-protect {
    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 12px;
    float: none !important;
    color: #aeb5bf;
    background: #0f1319;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    box-sizing: border-box;
}

#addcform .ac-protect .sep-input {
    width: 100%;
    padding: 0 !important;
    display: grid;
    grid-template-columns: minmax(150px,200px) minmax(0,1fr);
    gap: 12px;
    align-items: center;
}

#addcform .ac-protect .label,#addcform .ac-protect .input {
    font-size: 12px !important;
}

#addcform .ac-protect .input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

#addcform .ac-protect input[type="text"] {
    width: min(100%,340px) !important;
    max-width: 340px !important;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border-radius: 8px;
}

#addcform .ac-submit {
    margin-top: 14px;
}

#addcform .ac-submit .fbutton,#addcform .ac-submit button {
    min-width: 132px;
    min-height: 42px;
    color: #17120c;
    background: linear-gradient(145deg,#e5a151,#c97934);
    border: 0;
    border-radius: 10px;
    font-size: 12px !important;
    font-weight: 750;
    box-shadow: 0 8px 18px rgba(190,108,42,.14);
}

#addcform .ac-submit .fbutton:hover,#addcform .ac-submit button:hover {
    background: linear-gradient(145deg,#f0b268,#da8b45);
}

.comments-items,.comments-tree-list,.comments-tree-list .comments-tree-list {
    color: #d7dbe1;
    background: transparent !important;
    box-shadow: none !important;
}

.comments-items {
    margin-top: 24px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.comments-tree-list,.comments-tree-list .comments-tree-list {
    margin: 0 !important;
    padding-top: 0 !important;
}

.comments-tree-list .comments-tree-list {
    padding-left: 26px !important;
}

.comments-items .comm-item,.comments-tree-list .comm-item,.comm-item.ts-comment-card {
    min-height: 72px;
    margin: 0 0 10px !important;
    padding: 14px 16px 14px 76px !important;
    overflow: visible;
    color: #d8dce2 !important;
    background: #12171d !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    border-radius: 12px;
    box-shadow: none !important;
    font-size: 12px !important;
    box-sizing: border-box;
}

.comments-items .comm-left,.comments-tree-list .comm-left,.ts-comment-card .comm-left {
    width: 48px;
    height: 48px;
    margin: 0 0 0 -60px;
    float: left;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    background: #0c0f13;
}

.comments-items .comm-left img,.comments-tree-list .comm-left img,.ts-comment-card .comm-left img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
}

.comments-items .comm-right,.comments-tree-list .comm-right,.ts-comment-card .comm-right {
    width: 100%;
    min-width: 0;
    padding: 0 !important;
    float: none;
    box-sizing: border-box;
}

.comments-items .comm-info-line,.comments-tree-list .comm-info-line,.ts-comment-card .comm-info-line {
    min-height: 30px;
    padding-right: 110px;
}

.comments-items .comm-author,
.comments-items .comm-author a,
.comments-tree-list .comm-author,
.comments-tree-list .comm-author a,
.ts-comment-card .comm-author,
.ts-comment-card .comm-author a {
    color: #f1f3f5 !important;
    font-size: 12px !important;
    font-weight: 720;
}

.comments-items .comm-date,.comments-tree-list .comm-date,.ts-comment-card .comm-date {
    color: #838b96 !important;
    font-size: 12px !important;
}

.comments-items .comm-text,
.comments-items .comm-body,
.comments-tree-list .comm-text,
.comments-tree-list .comm-body,
.ts-comment-card .comm-text,
.ts-comment-card .comm-body {
    color: #c8cdd4 !important;
    background: transparent !important;
    font-size: 12px !important;
    line-height: 1.6;
}

.comments-items .comm-text,.comments-tree-list .comm-text,.ts-comment-card .comm-text {
    margin: 7px 0 9px;
}

.comments-items .signature,.comments-tree-list .signature,.ts-comment-card .signature {
    color: #8f97a2 !important;
    border-top-color: rgba(255,255,255,.08) !important;
    font-size: 12px !important;
}

.comments-items .comm-bottom-info,.comments-tree-list .comm-bottom-info,.ts-comment-card .comm-bottom-info {
    color: #9fa6b0;
}

.comments-items .comm-bottom-info a,.comments-tree-list .comm-bottom-info a,.ts-comment-card .comm-bottom-info a {
    color: #aeb5bf;
    font-size: 12px !important;
}

.comments-items .comm-bottom-info a:hover,
.comments-tree-list .comm-bottom-info a:hover,
.ts-comment-card .comm-bottom-info a:hover {
    color: var(--ts-accent-hover);
}

.comments-items .comm-rate,.comments-tree-list .comm-rate,.ts-comment-card .comm-rate {
    top: -2px;
    right: 0;
    min-height: 30px;
    overflow: hidden;
    background: #0e1217 !important;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
}

.comments-items .comm-rate span.ratingtypeplusminus,
.comments-tree-list .comm-rate span.ratingtypeplusminus,
.ts-comment-card .comm-rate span.ratingtypeplusminus {
    min-width: 76px;
    padding: 0 28px;
    color: #cbd0d6 !important;
    font-size: 12px !important;
    line-height: 28px;
    text-align: center;
}

.comments-items .comm-rate a,.comments-tree-list .comm-rate a,.ts-comment-card .comm-rate a {
    width: 26px;
    height: 28px;
    top: 0;
    left: 0;
    color: #6fbd85 !important;
    background: rgba(95,168,120,.08);
    font-size: 18px !important;
    line-height: 28px;
}

.comments-items .comm-rate a:last-child,
.comments-tree-list .comm-rate a:last-child,
.ts-comment-card .comm-rate a:last-child {
    left: auto;
    right: 0;
    top: 0;
    color: #df7772 !important;
    background: rgba(209,91,87,.08);
    line-height: 28px;
}

.comments-items .pos-comm,
.comments-tree-list .pos-comm,
.ts-comment-card.pos-comm,
.comments-items .neg-comm,
.comments-tree-list .neg-comm,
.ts-comment-card.neg-comm {
    background: #0e1217 !important;
}

.comments-items .ratingplus,.comments-tree-list .ratingplus,.ts-comment-card .ratingplus {
    color: #70bd87 !important;
}

.comments-items .ratingminus,.comments-tree-list .ratingminus,.ts-comment-card .ratingminus {
    color: #df7772 !important;
}

@media screen and (max-width:760px) {
    .static-page.ts-static-page {
        padding: 18px 16px;
    }

    .static-page .sub-title h1,.static-page .ts-static-title h1 {
        font-size: 19px;
    }

    #addcform {
        padding: 12px;
    }

    #addcform .ac-protect .sep-input {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #addcform .ac-protect input[type="text"] {
        width: 100% !important;
        max-width: none !important;
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 12px !important;
    }

    .comments-items .comm-item,.comments-tree-list .comm-item,.comm-item.ts-comment-card {
        padding: 12px 12px 12px 64px !important;
    }

    .comments-items .comm-left,.comments-tree-list .comm-left,.ts-comment-card .comm-left {
        width: 42px;
        height: 42px;
        margin-left: -52px;
    }

    .comments-items .comm-info-line,.comments-tree-list .comm-info-line,.ts-comment-card .comm-info-line {
        padding-right: 0;
    }

    .comments-items .comm-rate,.comments-tree-list .comm-rate,.ts-comment-card .comm-rate {
        margin-top: 8px;
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
    }
}

.col-cont .movie-title span,.col-cont .movie-text span:not(.fa),.col-cont .movie-desc,.col-cont .movie-desc p {
    font-size: 12px !important;
}

.ts-main-content {
    min-width: 0;
}

.ts-main-content>.section:first-child {
    margin-top: 0;
}

.ts-main-content .section-title {
    padding-bottom: 2px;
}

.ts-main-content .site-desc,.ts-category-description {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg,rgba(24,28,35,.96),rgba(17,20,25,.96));
}

.ts-main-content .site-desc::before,.ts-category-description::before {
    content: "";
    width: 3px;
    position: absolute;
    inset: 14px auto 14px 0;
    background: linear-gradient(180deg,var(--ts-accent),transparent);
    border-radius: 3px;
}

.ts-card {
    isolation: isolate;
}

.ts-card-poster {
    position: relative;
    color: inherit;
    text-decoration: none !important;
}

.ts-card-poster::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(to top,rgba(5,7,10,.88) 0%,rgba(5,7,10,.08) 58%);
    transition: opacity .22s ease;
}

.ts-card-open {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 4;
    min-height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    opacity: 0;
    color: #17120c;
    background: rgba(232,164,86,.96);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0,0,0,.28);
    font-size: 12px;
    font-weight: 760;
    white-space: nowrap;
    transform: translate(-50%,7px);
    transition: opacity .22s ease,transform .22s ease,background .22s ease;
}

.ts-card-open i {
    font-size: 10px;
}

.ts-card:hover .ts-card-poster::before,.ts-card:focus-within .ts-card-poster::before {
    opacity: 1;
}

.ts-card:hover .ts-card-open,.ts-card:focus-within .ts-card-open {
    opacity: 1;
    transform: translate(-50%,0);
}

.ts-card-open:hover {
    background: #f0b469;
}

.ts-card-badges,.ts-card-episode {
    z-index: 5;
}

.ts-card-body {
    min-height: 64px;
    display: flex;
    align-items: flex-start;
}

.ts-card-title {
    width: 100%;
}

@supports (content-visibility:auto) {
    .movies.grid-thumb .ts-card {
        content-visibility: auto;
        contain-intrinsic-size: 0 410px;
    }
}

.actor-item.ts-actor-card,.actor-item {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    padding: 12px;
    display: block;
    color: #e8ebef;
    background: #14181f;
    border: 1px solid var(--ts-border);
    border-radius: 15px;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.16);
    transition: transform .2s ease,border-color .2s ease,background .2s ease;
    box-sizing: border-box;
}

.actor-item.ts-actor-card:hover,.actor-item:hover {
    transform: translateY(-3px);
    background: #191e26;
    border-color: rgba(216,146,69,.36);
}

.actor-item .actor-img,.ts-actor-photo {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    box-shadow: none !important;
    background: #0d1014;
}

.actor-item .actor-img img,.ts-actor-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: none;
    transition: transform .25s ease,opacity .25s ease;
}

.actor-item:hover .actor-img img {
    transform: scale(1.035);
    opacity: .94;
}

.actor-item .actor-title,.ts-actor-name {
    min-height: 39px;
    margin: 10px 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #edf0f3 !important;
    font-size: 12px !important;
    font-weight: 680;
    line-height: 1.4;
    text-align: center;
}

.short-actor {
    width: calc(16.666% - 14px) !important;
    margin: 0 7px 18px !important;
    float: left;
}

.ts-detail .ts-poster-card {
    position: sticky;
    top: 14px;
}

.ts-detail .ts-title-row h1 {
    text-wrap: balance;
}

.ts-meta-list .ts-meta-value,.ts-description,.ts-static-text,.ts-category-description {
    overflow-wrap: anywhere;
}

.ts-player-section {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.ts-related .rel-movie {
    overflow: hidden;
    border-radius: 11px;
    background: #0d1014;
}

.ts-related .rel-movie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ts-sidebar .side-cont>.comm-item {
    min-height: 58px;
    margin: 0 0 8px;
    padding: 9px 8px 9px 48px;
    color: #cbd0d7;
    background: #11151a;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 9px;
}

.ts-sidebar .side-cont>.comm-item:last-child {
    margin-bottom: 0;
}

.ts-sidebar .side-cont>.comm-item .comm-left {
    width: 34px;
    height: 34px;
    margin-left: -40px;
    overflow: hidden;
    border-radius: 8px;
}

.ts-sidebar .side-cont>.comm-item .comm-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ts-sidebar .comm-author1,.ts-sidebar .comm-date,.ts-sidebar .comm-body1 {
    font-size: 12px !important;
    line-height: 1.4;
}

.ts-sidebar .comm-author1 {
    color: #eef0f2;
    font-weight: 680;
}

.ts-sidebar .comm-date {
    color: #858d98;
}

.ts-sidebar .comm-body1 {
    margin-top: 5px;
    color: #b8bec7;
}

@media (prefers-reduced-motion:reduce) {
    *,*::before,*::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media screen and (max-width:1120px) {
    .short-actor {
        width: calc(20% - 12px) !important;
        margin: 0 6px 16px !important;
    }

    .ts-detail .ts-poster-card {
        position: relative;
        top: auto;
    }
}

@media screen and (max-width:760px) {
    .head.ts-header {
        position: relative;
    }

    .ts-brand-text strong {
        font-size: 14px;
    }

    .slider-inner {
        overflow: hidden;
    }

    #owl-top,#owl-rel {
        touch-action: pan-x;
    }

    .section-title {
        min-height: 36px;
        margin-bottom: 12px;
    }

    .section-title h1,.section-title h2 {
        font-size: 16px;
    }

    .speedbar {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .speedbar::-webkit-scrollbar {
        display: none;
    }

    .full-page.ts-detail,.full-page {
        border-radius: 14px;
    }

    .page-col-left {
        max-width: 250px;
    }

    .ts-description,.m-desc {
        font-size: 13px;
        line-height: 1.7;
    }

    .ts-player-title h2,.player-section>.tabs h2 {
        font-size: 12px !important;
    }

    .short-actor {
        width: calc(33.333% - 10px) !important;
        margin: 0 5px 14px !important;
    }
}

@media screen and (max-width:540px) {
    .center {
        width: calc(100% - 10px);
    }

    .head.ts-header {
        margin-top: 5px;
        border-radius: 12px;
    }

    .wrap {
        margin-top: 7px !important;
    }

    .col-cont {
        padding: 0 10px;
    }

    .cols {
        padding-top: 12px;
    }

    .movies.grid-thumb {
        gap: 12px 8px;
    }

    .ts-card-body,.grid-thumb .movie-text {
        min-height: 58px;
        padding: 9px 8px 10px;
    }

    .ts-card-open {
        display: none;
    }

    .ts-card-poster::before {
        display: none;
    }

    .grid-thumb .movie-item:hover {
        transform: none;
    }

    .page-col-left {
        max-width: 220px;
    }

    .full-page.ts-detail,.full-page,.full-comms.ts-comments,.full-comms {
        padding: 12px;
    }

    .ts-static-page,.static-page.ts-static-page {
        padding: 16px 13px;
    }

    .short-actor {
        width: calc(50% - 8px) !important;
        margin: 0 4px 12px !important;
    }

    .actor-item.ts-actor-card,.actor-item {
        padding: 9px;
        border-radius: 12px;
    }
}

@media screen and (max-width:760px) {
    .ts-detail .m-img.ts-poster-card {
        position: relative !important;
        top: auto !important;
    }

    .ts-detail .m-img.ts-poster-card>.info-i.hd-mark {
        position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        bottom: auto !important;
        left: auto !important;
        margin: 0 !important;
        transform: none !important;
        z-index: 20 !important;
    }
}

.ts-player-switch {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ts-player-switch__button {
    min-width: 104px;
    min-height: 38px;
    margin: 0 !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #cfd3da !important;
    background: #171b21 !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: none !important;
    cursor: pointer;
}

.ts-player-switch__button i {
    color: #d89245;
    font-size: 13px;
}

.ts-player-switch__button:hover {
    color: #fff !important;
    background: #20252d !important;
    border-color: rgba(216,146,69,.45) !important;
}

.ts-player-switch__button.is-active {
    color: #17120c !important;
    background: linear-gradient(145deg,#e5a151,#c97934) !important;
    border-color: rgba(229,161,81,.8) !important;
    box-shadow: 0 7px 18px rgba(190,108,42,.18) !important;
}

.ts-player-switch__button.is-active i {
    color: #17120c;
}

.ts-player-help {
    margin: 0 0 12px;
    padding: 9px 11px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #bfc4cc;
    background: rgba(216,146,69,.08);
    border: 1px solid rgba(216,146,69,.20);
    border-radius: 9px;
    font-size: 12px;
    line-height: 1.45;
}

.ts-player-help i {
    margin-top: 2px;
    flex: 0 0 auto;
    color: #d89245;
}

.ts-player-pane[hidden] {
    display: none !important;
}

.ts-player-pane,.ts-player-pane>.iframe-seria,.ts-player-pane>#kinobd {
    width: 100%;
    min-width: 0;
}

@media screen and (max-width:540px) {
    .ts-player-switch {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 6px;
    }

    .ts-player-switch__button {
        width: 100%;
        min-width: 0;
        min-height: 36px;
        padding: 0 7px !important;
        font-size: 11px !important;
    }

    .ts-player-switch__button i {
        font-size: 12px;
    }

    .ts-player-help {
        padding: 8px 9px;
        font-size: 11px;
    }
}

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

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

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

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-item.loading {
    min-height: 140px;
    background: #15191f url(../images/loader.gif) no-repeat center center;
}

#owl-top {
    position: relative;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
}

#owl-top:not(.owl-carousel) {
    display: flex;
    gap: 8px;
    overflow: hidden;
}

#owl-top:not(.owl-carousel)>a {
    flex: 0 0 calc((100% - 56px)/8);
}

#owl-top.owl-carousel {
    display: block;
}

#owl-top .owl-wrapper-outer {
    padding: 0;
    overflow: hidden;
}

#owl-top .owl-item {
    padding: 0 4px;
    box-sizing: border-box;
}

#owl-top .top-movie {
    display: block;
    width: 100%;
    max-width: none;
    height: 200px;
    padding: 0;
    border-radius: 9px;
    overflow: hidden;
    background: #0b0d10;
}

#owl-top .top-movie img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

#owl-top .top-movie-title {
    padding: 7px 5px;
    font-size: 12px;
    line-height: 1.25;
}

#owl-top .owl-controls {
    position: static;
    height: 0;
    margin: 0;
}

#owl-top .owl-buttons .owl-prev,#owl-top .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 9px;
    background: rgba(10,12,16,.88);
    color: #f0a04b;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 5px 18px rgba(0,0,0,.28);
    opacity: .96;
}

#owl-top .owl-buttons .owl-prev {
    left: 6px;
    right: auto;
}

#owl-top .owl-buttons .owl-next {
    right: 6px;
    left: auto;
}

#owl-top .owl-buttons .owl-prev:hover,#owl-top .owl-buttons .owl-next:hover {
    background: #d89245;
    color: #11151a;
    border-color: #d89245;
}

@media (max-width:1219px) {
    #owl-top:not(.owl-carousel)>a {
        flex-basis: calc((100% - 40px)/6);
    }
}

@media (max-width:949px) {
    #owl-top:not(.owl-carousel)>a {
        flex-basis: calc((100% - 32px)/5);
    }
}

@media (max-width:759px) {
    #owl-top {
        min-height: 190px;
    }

    #owl-top:not(.owl-carousel)>a {
        flex-basis: calc((100% - 24px)/4);
    }

    #owl-top .top-movie {
        height: 190px;
    }

    #owl-top .owl-buttons .owl-prev,#owl-top .owl-buttons .owl-next {
        width: 30px;
        height: 40px;
        margin-top: -20px;
        font-size: 20px;
    }
}

@media (max-width:589px) {
    #owl-top:not(.owl-carousel)>a {
        flex-basis: calc((100% - 16px)/3);
    }
}

@media (max-width:469px) {
    #owl-top:not(.owl-carousel)>a {
        flex-basis: calc((100% - 8px)/2);
    }

    #owl-top .top-movie {
        height: 185px;
    }
}

img {
    height: auto;
    max-width: 100%;
}

#owl-top .lazyOwl,#owl-rel .lazyOwl {
    background: #171a20;
}





.ts-player-frame,.video-player1,#kinobd {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    min-height: 0;
    background: #08090b;
    overflow: hidden;
}

.ts-player-frame iframe,.video-player1 video-player,#kinobd iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border: 0;
}

.ts-related,.ts-comments,.foot-line,.main-seo-bottom {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
}

.ts-sidebar {
    content-visibility: auto;
    contain-intrinsic-size: 280px 900px;
}



    .ts-sidebar {
        contain-intrinsic-size: 1px 700px;
    }
}
