:root {
    --border: 1px solid var(--color-bg);
    --border-radius-small: 3px;
    --border-radius-large: 8px;
    --border-radius-circle: 50%;
    --transition-duration: .3s;
    --color-red: #ff5032;
    --color-main: #13c91d;
    --primary: #337740;
    --dark: #1e293b;
    --light: #f8fafc;
    --gray: #94a3b8;
    --transition: all .3s ease;
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    --radius: 12px
}

@font-face {
    font-family: GravitasOne-Regular;
    src:url("{THEME}/fonts/GravitasOne-Regular.ttf")
}

* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Segoe UI', system-ui, sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

.red {
    color: var(--color-red)!important
}

.quote,
blockquote {
    border-radius: var(--border-radius-small);
    border-left: 5px solid #09b140;
    font-style: normal;
    background: none repeat scroll 0 0 var(--color-bg-odd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .1) inset;
    padding: 1% 2%;
    margin: 0 0 11px 0
}

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

input,
select {
    vertical-align: middle
}

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

body {
    font: 16px/20px 'Open Sans', Arial, GravitasOne-Regular, Helvetica, sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #2a2a2a;
    background-color: #000;
    height: 100%;
    width: 100%;
    font-weight: 400
}

img {
    max-width: 100%
}

.clr {
    clear: both
}

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

a {
    color: #09b140;
    text-decoration: none
}

a:hover,
a:focus {
    color: #09b140;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-size: 18px
}

.form-wrap {
    margin: 0;
    background-color: #fff;
    padding-top: 20px
}

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

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

.button,
.up-second li a,
.up-edit a,
.qq-upload-button,
button:not(.color-btn),
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    background-color: #09b140;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer
}

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

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

.button:hover,
.up-second li a:hover,
.up-edit a:hover,
.qq-upload-button:hover,
button:not(.color-btn):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #57d9ff;
    color: #fff
}

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, .1)
}

input[type="submit"].bbcodes,
input[type="button"].bbcodes,
input.bbcodes,
.ui-button {
    font-size: 12px!important;
    height: 30px!important;
    line-height: 30px!important;
    padding: 0 10px;
    border-radius: 3px
}

input[type="text"],
input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #000000;
    background-color: #f2f2f2;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: none!important
}

input[type="text"]:focus {
    box-shadow: none!important
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

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

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, .1);
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

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

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

.square-img img {
    display: block;
    width: 150%;
    max-width: 150%;
    margin-left: -25%
}

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

button,
.show-login {
    transition: all .3s
}

a,
.mov-mask {
    transition: color .3s, background-color .3s, opacity .3s
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-right: -32px
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ic-l span.fa {
    margin-right: 10px
}

.ic-r span.fa {
    margin-left: 10px
}

.ps-link {
    cursor: pointer
}

.wrap {
    margin-top: -19px;
    height: auto;
    width: 100%;
    min-width: 320px;
    position: relative;
    padding-top: 30px;
    background: #d5d5d5 url(../images/bg.webp) center top fixed no-repeat;
    background-size: 100% auto
}

.center {
    width: 100%;
    min-width: 320px;
    max-width: 1264px;
    margin: 0 auto;
    position: relative;
    z-index: 200
}

.main {
    background-color: #f2f2f2;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    border-top: 5px solid #09b140
}

.header {
    position: relative;
    height: 100px;
    padding: 20px 360px 20px 300px;
    background-color: #337740
}

.cols {
    padding: 20px 0 20px 260px
}

.sidebar {
    float: left;
    width: 260px;
    margin-left: -260px;
    background: white;
    padding: 24px 0;
    top: 0;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
    transition: var(--transition);
    overflow-y: auto;
    box-shadow: 0 0 11px rgb(9 177 64)
}

.content {
    float: right;
    width: 100%;
    padding: 0 40px
}

.footer {
    background-color: #337740;
    color: #FFF;
    padding: 20px;
    position: relative;
    border: 10px solid #09b140;
    border-top: 0;
    border-bottom: 0
}

.brand-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 40
}

.logotype {
    height: 100px;
    width: 260px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/logo.svg) left center no-repeat;
    overflow: hidden;
    text-indent: -1000px;
    background-size: contain
}

.show-login {
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #31a8cb;
    color: #FFF;
    font-size: 18px
}

.show-login:hover {
    transform: rotate(360deg)
}

.search-box {}

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

.search-inner input,
.search-inner input:focus {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    font-weight: 300;
    background-color: #1a1f29;
    color: #FFF
}

.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px
}

.share-box {
    width: 230px;
    height: 32px;
    position: absolute;
    top: 36px;
    right: 90px
}

.share-box a {
    width: 27px;
    height: 32px;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 4px
}

.share-box a:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none
}

.share-box2 {
    height: 32px;
    position: absolute;
    top: 36px;
    right: 134px
}

.share-box2 a {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 4px
}

.share-box2 a:hover {
    opacity: .7
}

.soc1 {
    background: url(../images/footer-soc.jpg) left top no-repeat
}

.soc2 {
    background: url(../images/footer-soc.jpg) -24px top no-repeat
}

.soc3 {
    background: url(../images/footer-soc.jpg) -48px top no-repeat
}

.soc4 {
    background: url(../images/footer-soc.jpg) -72px top no-repeat
}

.soc5 {
    background: url(../images/footer-soc.jpg) -96px top no-repeat
}

.share-text {
    color: #fff;
    float: left;
    line-height: 20px;
    margin-right: 10px
}

.main-title {
    line-height: 50px;
    margin-bottom: 20px
}

.main-title h1,
.main-title h2,
.main-title h3,
.pseudo-h {
    float: left;
    font-size: 24px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.sorter {
    display: inline-block;
    float: right;
    position: relative;
    padding: 0 20px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1)
}

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

.sorter>i {
    font-size: 10px
}

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

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

.sorter a {
    color: #2a2a2a;
    display: block;
    margin-bottom: 10px
}

.sort li.asc a:after,
.sort li.desc a:after {
    content: "\f063";
    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
}

.sort li.desc a:after {
    content: "\f062"
}

.grid-select {
    display: inline-block;
    float: right;
    margin-right: 10px;
    line-height: 50px
}

.grid-select>span {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    cursor: pointer
}

.grid-select>span:hover,
.grid-select>span.current {
    color: #fff;
    background-color: #888
}

.floaters {
    margin: 20px -20px
}

.movie-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 12px;
    background: #1a1a1a;
    color: #fff;
    margin-bottom: 20px
}

.movie-image-wrapper {
    position: relative
}

.label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px
}

.label-4k {
    background-color: #ff5050
}

.label-soon {
    background-color: #ff9800
}

.label-new {
    background-color: #4caf50
}

.movie-poster {
    width: 100%;
    border-radius: 8px
}

.quality-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #333;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px
}

.rating-box {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.rate-btn {
    cursor: pointer;
    margin-right: 8px;
    font-size: 16px
}

.movie-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
    display: block
}

.movie-description {
    margin-top: 10px;
    line-height: 1.5
}

.movie-info-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.info-label {
    font-weight: bold
}

.movie-meta {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px
}

.mov {
    float: left;
    width: 21%;
    margin: 0 2% 40px 2%
}

.mov-i {
    height: 280px;
    border-bottom: 5px solid #09b140;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, .5)
}

.mov-t {
    margin: 15px 0 7px 0;
    display: block;
    font-size: 21px;
    font-weight: 700
}

.mov-c {
    font-size: 17px;
    color: #888;
    height: 22px
}

.mov-m {
    top: 10px;
    right: 5px;
    background: #0BB8E8;
    background: #09b140;
    color: #fff;
    padding: 0 8px;
    line-height: 25px;
    height: 25px;
    font-size: 11px;
    position: absolute;
    border-radius: 5px
}

.triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #09b140
}

.triangle_p {
    position: absolute;
    bottom: 10px;
    right: -4px;
    transform: rotate(-45deg);
    color: var(--color-bg-main);
    font-weight: 600
}

.fourK .triangle {
    border-bottom: 60px solid #09b140
}

.fourK .triangle_p {
    bottom: 4px;
    right: 7px;
    font-size: 18px;
    font-family: GravitasOne-Regular;
    color: #fff
}

.tr-new .triangle_p {
    bottom: 14px;
    right: -5px;
    font-size: 14px;
    font-family: GravitasOne-Regular;
    color: #fff
}

.tr-skoro .triangle_p {
    bottom: 12px;
    right: -3px;
    font-size: 14px;
    font-family: GravitasOne-Regular;
    color: #fff
}

.mov-serial {
    bottom: 50px;
    left: 5px;
    background: #EAC807;
    background: rgba(234, 204, 7, .8);
    color: #fff;
    padding: 0 8px;
    line-height: 25px;
    height: 25px;
    font-size: 11px;
    position: absolute;
    border-radius: 5px
}

.mov-anime {
    bottom: 50px;
    left: 5px;
    background: #FD025B;
    background: rgba(253, 2, 91, .8);
    color: #fff;
    padding: 0 8px;
    line-height: 25px;
    height: 25px;
    font-size: 11px;
    position: absolute;
    border-radius: 5px
}

.mov-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    font-size: 36px;
    opacity: 0
}

.mov:hover .mov-mask {
    opacity: 1
}

.mov-mask span.fa {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    box-shadow: inset 0 0 0 2px #fff;
    margin: 0 auto;
    padding-left: 3px
}

.rate-f {
    height: 40px;
    background-color: #222
}

.poster-carousel {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none
}

.poster-carousel::-webkit-scrollbar {
    display: none
}

.poster-container {
    display: flex;
    gap: 15px;
    transition: transform .5s ease;
    user-select: none
}

.poster-card {
    flex: 0 0 calc(12.5% - 15px);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 2/3;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    box-shadow: 0 0 11px rgb(9 177 64)
}

.poster-card:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 10px rgba(51, 119, 64);
}

.poster-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none
}

.poster-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    background: rgba(0, 0, 0, .8);
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    opacity: 0;
    transition: opacity .3s
}

.poster-card:hover .poster-btn {
    opacity: 1;
    background: #3b82f6
}

.row-gap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.rate3 span[id*="vote-num"],
.rate3 span[id*="ratig-layer"] {
    display: none
}

.pluss,
.minuss {
    cursor: pointer;
    padding: 0 10px;
    line-height: 40px;
    width: 50%;
    float: left;
    color: #71ce3f;
    text-align: center
}

.minuss {
    color: #cf3e3e
}

.rate-f span.fa {
    font-size: 18px;
    margin-right: 10px
}

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

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

.mov-r {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, .7)
}

.mov-r span.fa {
    font-size: 16px;
    margin-right: 10px
}

.movie-lines {
    margin-bottom: 10px
}

.movie-lines li {
    padding: 0 0 20px 130px;
    font-size: 14px
}

.movie-lines li:after {
    content: "";
    display: table;
    clear: both
}

.ml-label {
    margin-left: -130px;
    max-width: 110px;
    float: left;
    display: inline-block;
    color: #888;
    font-family: GravitasOne-Regular;
    text-transform: uppercase
}

.ml-desc {
    width: 100%;
    float: right
}

.movie-lines a {
    color: #09b140
}

.movie-desc {}

.mov-i .full-tools {
    position: absolute;
    right: auto;
    left: 0;
    top: 10px;
    font-size: 16px;
    z-index: 100;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .5)
}

.mov-i .full-tools a {
    color: #fff
}

.movie-text {
    display: none
}

.grid-list {
    margin: 20px 0!important
}

.grid-list .mov {
    position: relative;
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 11px rgb(9 177 64);
    padding: 10px 10px 0 230px
}

.grid-list .mov-i {
    float: left;
    width: 200px;
    margin-left: -220px;
    height: 280px
}

.grid-list .movie-text {
    width: 100%;
    float: right;
    padding-top: 60px;
    display: block
}

.grid-list .mov-t {
    margin: 10px;
    position: absolute;
    left: 220px;
    right: 0;
    top: 0
}

.grid-list .mov-c {
    position: absolute;
    left: 231px;
    right: 0;
    top: 36px
}

.side-b {
    margin-bottom: 20px
}

.side-t {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 0 40px;
    line-height: 50px
}

.side-c {
    padding: 0 0 0 40px
}

.nav ul li {
    width: 47%;
    display: inline-block
}

.nav a {
    display: block;
    padding: 5px 0
}

.nav a:hover {
    text-decoration: underline
}

.decor {
    position: relative
}

.decor:after {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(204, 51, 0, 0);
    border-left-color: #09b140;
    border-width: 20px;
    margin-top: -20px
}

.mov-side {
    width: 47%;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top
}

.mov-side-img {
    height: 140px;
    margin-bottom: 10px
}

.mov-side-title {
    overflow: hidden;
    text-align: center;
    font-size: 12px
}

.mov-side:hover .mov-side-title {
    text-decoration: underline
}

.site-desc {
    padding: 30px 20px;
    background-color: #fff;
    font-size: 12px
}

.site-desc h1,
.site-desc h2,
.site-desc h3 {
    font-size: 14px;
    margin: 10px 0 10px 0;
    font-weight: 300;
    color: #31a8cb
}

.site-desc h1 span,
.site-desc h2 span,
.site-desc h3 span {
    color: #31a8cb
}

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

.site-desc a {
    color: #31a8cb;
    text-decoration: underline
}

.site-desc img {
    float: left;
    border-radius: 10px;
    box-shadow: 0 0 4px
}

.bot-menu {
    padding-right: 250px
}

.bot-menu li {
    display: inline-block;
    margin: 0 20px 20px 0
}

.bot-menu a {
    display: block;
    color: #fff
}

.bot-menu a:hover {
    text-decoration: underline
}

.bot-text {
    padding-right: 120px;
    min-height: 30px
}

.bot-text,
.bot-text a {
    color: #fff;
    font-size: 12px
}

.bot-text a:hover {
    text-decoration: underline
}

.footer .share-box2 {
    right: 15px;
    top: 17px
}

.footer .share-box {
    right: 10px;
    top: -2px
}

.count {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 60px
}

.tcarusel.carou-top {
    padding: 20px 0 0 22px;
    height: 350px;
    color: #fff;
    background-color: #09b140
}

.col {
    background-color: #fff
}

.carou-top .tcarusel-next {
    right: 20px;
    top: 20px
}

.carou-top .tcarusel-prev {
    right: 60px;
    top: 20px
}

.carou-top .mov-t {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.carou-top .mov-c {
    color: #ccc
}

.carou-top .tcarusel-item {
    width: 135px;
    margin: 0 20.2px 0 0
}

.carou-top .mov-i {
    height: 200px!important
}

.full-wrap {
    padding-top: 8px
}

.full {
    position: relative
}

.full-title {
    margin-bottom: 20px
}

.full-title h1 {
    font-size: 24px;
    font-weight: 300
}

.orig-name {
    margin: 5px 0 0 0;
    color: #888;
    text-transform: uppercase;
    font-family: GravitasOne-Regular
}

.advertising {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-weight: 600
}

.sequels {
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 22px 0 15px 0
}

.top-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 auto;
    min-width: 181px;
    max-width: 140px
}

.cols-mov {
    padding: 20px 20px 20px 270px;
    margin-bottom: 20px;
    background-color: #FFF;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1)
}

.col-mov-left {
    width: 250px;
    margin-left: -250px;
    float: left
}

.col-mov-right {
    width: 100%;
    float: right;
    padding-left: 20px;
    position: relative
}

.full-tools {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 24px;
    z-index: 888
}

.full-tools a {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    color: #09b140
}

.rates {
    margin-bottom: 20px
}

.rates>div {
    display: inline-block;
    margin-right: 20px;
    line-height: 30px
}

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

.r-kp:before {
    box-shadow: inset 0 0 0 1px #f60
}

.r-imdb:before {
    box-shadow: inset 0 0 0 1px #fc0
}

.mov-list {
    margin-bottom: 5px
}

.mov-list li {
    padding: 0 0 15px 140px;
    position: relative
}

.mov-list li:after {
    content: "";
    display: table;
    clear: both
}

.mov-list li:before {
    content: "";
    position: absolute;
    left: 170px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e3e3e3
}

.mov-label {
    margin-left: -140px;
    width: 140px;
    float: left;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: GravitasOne-Regular
}

.mov-desc {
    width: 100%;
    float: right;
    padding-left: 60px
}

.mov-list a {
    color: #09b140;
    text-decoration: underline
}

.mov-list a:hover {
    text-decoration: none
}

.mov-desc-text {
    margin-bottom: 20px
}

.slice {
    position: relative;
    overflow: hidden
}

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

.slice-btn {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left
}

.slice-btn span {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #31a8cb;
    text-transform: uppercase
}

.mov-img {
    position: relative;
    background-color: #000
}

.mov-img img {
    display: block;
    width: 100%;
    min-height: 345px
}

.tabsbox {
    margin-bottom: 20px;
    position: relative
}

.tabs-sel {
    margin-bottom: 20px
}

.tabs-sel span,
.mov-compl a {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    padding: 0 20px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1)
}

.tabs-sel span.current {
    background-color: #09b140;
    color: #fff
}

.js .tabs-b {
    display: none
}

.js .tabs-b.visible {
    display: block
}

.tabsbox .video-box {
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    padding: 20px
}

.mov-compl {
    position: absolute;
    right: -15px;
    top: 0
}

.sub-text {
    margin-bottom: 20px
}

.sub-text span {
    font-size: 70px;
    color: #888;
    float: left;
    margin: 0 20px 10px 0
}

.rel-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    max-width: 90%
}

.tcarusel {
    height: 420px;
    overflow: hidden;
    position: relative;
    margin: 10px
}

.tcarusel .tcarusel-scroll {
    position: relative;
    width: 100000px
}

.tcarusel-item {
    width: 200px;
    margin: 0 40px 0 0
}

.tcarusel-next,
.tcarusel-prev {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer
}

.tcarusel-prev {
    right: 40px
}

.tcarusel-next:hover,
.tcarusel-prev:hover {
    color: #09b140
}

.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
    width: 100%;
    max-width: 100%!important
}

.mejs-container {
    max-width: 100%!important
}

.full-text {
    font: 17px/22px GravitasOne-Regular, sans-serif;
    font-family: GravitasOne-Regular
}

.full-text img:not(.emoji) {
    max-width: 100%;
    border: 5px solid #e3e3e3
}

.full-text>img[style*="left"],
.full-text>.highslide img[style*="left"] {
    margin: 0 10px 10px 0
}

.full-text>img[style*="right"],
.full-text>.highslide img[style*="right"] {
    margin: 0 0 10px 10px
}

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

.full-text a:hover {
    text-decoration: none
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 20px 0;
    font-size: 18px
}

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

.full-text ul,
.full-text ol {
    margin: 0
}

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

.full-text ol li {
    list-style: decimal;
    margin-left: 40px
}

.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(2n+1) {
    background-color: #f6f6f6
}

.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;
    background-color: #FFF
}

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

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

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

.full-taglist a {
    margin: 0 0 3px 0;
    color: #06c
}

.full-taglist span {
    margin-right: 5px
}

.full-comms {}

.add-commbtn+form #add-comm-form {
    display: none;
    margin: 20px 0
}

.add-comm-form {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    padding: 20px 20px 10px 140px;
    position: relative
}

.ac-av {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 30px;
    background: #CCC url(../dleimages/noavatar.png) no-repeat;
    background-size: contain
}

.ac-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px
}

.ac-inputs input {
    width: 49%;
    float: left
}

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

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

.ac-textarea textarea {
    height: 85px
}

.ac-submit {
    position: absolute;
    top: 120px;
    left: 0;
    width: 140px;
    text-align: center
}

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

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

.ac-protect {
    margin-top: -10px
}

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

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

.add-comm-form .login-social {
    position: absolute;
    right: 17px;
    top: 10px
}

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

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

.last-comm-link a {
    text-decoration: underline;
    color: #06c
}

.comments-items {
    margin: 20px 0
}

.comm-item {
    margin-bottom: 20px
}

.comm-one {
    position: relative;
    height: 40px
}

.comm-one>div {
    height: 100%;
    float: left;
    margin-right: 20px;
    line-height: 20px
}

.comm-one:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -2px;
    bottom: 0;
    background-color: #ccc;
    border-radius: 50%
}

.status-online:before {
    background-color: #3C0
}

.comm-av {
    width: 40px;
    border-radius: 50%
}

.comm-author,
.comm-author a {
    color: #31a8cb;
    text-transform: uppercase
}

.comm-author a:hover {
    text-decoration: underline
}

.comm-date,
.comm-num {
    font-size: 12px;
    color: #888
}

.comm-one>div.comm-ratebox {
    float: right;
    margin-right: 0
}

.comm-two {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin: 10px 0
}

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

.comm-three ul {
    text-align: right;
    text-transform: uppercase
}

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

.comm-three li:first-child,
.comm-three li.comm-q {
    float: left;
    margin-left: 0;
    margin-right: 10px
}

.comm-three ul li a {
    font-size: 10px
}

.comm-three ul li span.fa {
    margin-right: 10px;
    color: #888
}

.comm-three a:hover {
    text-decoration: underline
}

.comments-tree-list .comments-tree-list {}

.comm-rate {
    background-color: #f5f5f5;
    background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    height: 24px;
    line-height: 24px;
    position: relative;
    padding: 0 30px;
    text-align: center
}

.comm-rate a {
    display: block;
    color: #fff;
    background-color: #7db625;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 24px;
    font-size: 12px
}

.comm-rate a:nth-child(2) {
    background-color: #cd3560;
    left: auto;
    right: 0
}

.comm-rate a:hover {
    opacity: .7
}

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

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

.comm-rate>span>span.ratingplus {
    color: #95c613
}

.comm-rate>span>span.ratingminus {
    color: #ff0e0e
}

.lcomm .comm-av {
    margin-right: 10px
}

.lcomm .comm-author,
.lcomm .comm-group {
    width: 150px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pagi-nav {
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    margin: 20px 0
}

.pagi-nav>span {
    display: inline-block
}

.navigation {
    padding: 0 20px
}

.navigation a,
.navigation span {
    display: inline-block;
    padding: 0 5px;
    min-width: 36px;
    margin: 0 7px 5px 0;
    border-radius: 18px;
    background-color: #e3e3e3
}

.lcomm .comm-two {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    margin-bottom: 0
}

.full_info_bottom_right {
    text-align: center;
    padding: 0 0 25px 25px
}

.full_btn {
    background-color: #09b140;
    border-radius: var(--border-radius-large);
    transition-duration: var(--transition-duration);
    max-height: 35px;
    max-width: 35px;
    padding: 0;
    cursor: pointer
}

.full_btn:hover {
    background-color: var(--color-red)
}

.double-line__holder {
    text-align: center;
    line-height: 26px;
    font-family: GravitasOne-Regular;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #2a2a2a;
    margin-top: 30px
}

.double-line {
    position: relative;
    display: inline-block;
    width: calc(100%-47vh);
    max-width: 590px
}

.double-line::before {
    content: '';
    width: 150px;
    height: 2px;
    display: block;
    position: absolute;
    right: 100%;
    margin-right: 25px;
    top: 50%;
    background: var(--color-accent)
}

.double-line::after {
    content: '';
    width: 150px;
    height: 2px;
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 25px;
    top: 50%;
    background: var(--color-text)
}

.double-line span {
    color: var(--color-accent)
}

.full_links-title {
    text-align: center;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    cursor: default;
    padding: 10px
}

.full_links-torrent {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #09b140;
    align-items: center;
    padding: 5px 10px
}

.full_links-quality {
    flex-basis: 20%;
    position: relative
}

.full_links-sezon {
    flex-basis: 17%;
    text-align: center
}

.full_links-translate {
    flex-basis: 34%;
    hyphens: auto
}

.quality {
    color: #fff;
    background-color: #09b140;
    font-size: 13px;
    font-weight: 700;
    -webkit-border-radius: var(--border-radius-large);
    border-radius: var(--border-radius-large);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 3px 5px
}

.download-torrents__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px
}

.download-torrents__title span {
    border-bottom: 1px solid var(--color-main)
}

.download-torrents__description {
    color: var(--color-red);
    text-align: center;
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 600
}

.short_cat {
    width: 100%
}

.dt__title .download-torrents__link {
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 0;
    padding: 0 18px!important
}

.download-torrents__link {
    line-height: 1;
    white-space: nowrap
}

.full_links {
    margin-top: 30px;
    width: 100%;
    background: #FFF;
    border-left: 5px solid var(--color-accent);
    border-radius: var(--border-radius-small);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .01) inset
}

.login-box {
    padding: 20px;
    background-color: #fff;
    display: none
}

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

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

.login-button button:hover {}

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

.login-checkbox input {
    display: none
}

.login-checkbox input+label:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    top: 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
    content: "";
    background-color: #f6f6f6;
    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
}

.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: #f2f2f2;
    margin-bottom: 5px;
    border-radius: 3px
}

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

#gotop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 9998;
    display: none;
    opacity: .8;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px
}

.logo {
    display: inline-flex;
    align-items: center;
    font-family: sans-serif
}

.logo:hover {
    text-decoration: none!important
}

.logo__title {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 1
}

.logo__title span {
    color: #09b140
}

.logo:hover .logo__title,
.logo:hover .logo__caption {
    color: #09b140!important;
    transition-duration: var(--transition-duration)
}

.logo__caption {
    position: relative;
    top: -15px;
    font-size: 10px;
    opacity: .8;
    text-transform: uppercase;
    letter-spacing: 3px
}

.show-menu {
    display: none
}

.marginb {
    margin-top: 20px
}

@media screen and (max-width:1320px) {
    .wrap {
        padding-top: 0;
        background-image: none
    }
}

@media screen and (max-width:1220px) {
    .center {
        max-width: 1000px
    }
    .show-menu {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        top: 30px;
        left: 240px;
        color: #FFF
    }
    .logotype {
        width: 220px
    }
    .cols {
        padding: 20px 0;
        overflow: hidden
    }
    .sidebar {
        display: none
    }
    .content {
        padding: 0 20px
    }
    .viss .sidebar {
        margin-left: 0;
        margin-right: -300px;
        background-color: #f2f2f2;
        box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, .2);
        display: block;
        position: relative;
        z-index: 888;
        width: 300px;
        padding-right: 20px
    }
    .tcarusel {
        height: 380px
    }
    .tcarusel-item {
        width: 175px;
        margin: 0 20px 0 0
    }
    .tcarusel-item .mov-i {
        height: 240px
    }
}

@media screen and (max-width:950px) {
    .center {
        max-width: 768px
    }
    .share-box2,
    .count {
        display: none
    }
    .share-box,
    .count {
        display: none
    }
    .header {
        padding: 20px 100px 20px 300px
    }
    .floaters {
        margin: 20px -10px
    }
    .mov {
        width: 23%;
        margin: 0 1% 20px 1%
    }
    .mov-i {
        height: 250px
    }
    .bot-menu,
    .bot-text {
        padding-right: 0
    }
    .tcarusel {
        height: 360px
    }
    .tcarusel-item {
        width: 165px;
        margin: 0 20px 0 0
    }
    .tcarusel-item .mov-i {
        height: 220px
    }
    .pagi-nav {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto
    }
    .main-title h1,
    .main-title h2,
    .main-title h3,
    .pseudo-h {
        max-width: 50%
    }
}

@media screen and (max-width:760px) {
    .center {
        max-width: 640px
    }
    .header {
        padding: 20px 100px 20px 220px
    }
    .show-menu {
        left: 170px
    }
    .logotype {
        width: 160px
    }
    .sorter,
    .site-desc,
    .mov-compl {
        display: none
    }
    .main-title h1,
    .main-title h2,
    .main-title h3,
    .pseudo-h {
        font-size: 18px;
        max-width: 60%
    }
    .grid-select {
        margin-right: -10px
    }
    .mov {
        width: 31.33%
    }
    .full-title h1,
    .rel-title {
        font-size: 18px
    }
    .cols-mov {
        padding: 10px
    }
    .col-mov-left {
        width: 200px;
        margin: 0 auto;
        float: none
    }
    .col-mov-right {
        float: none;
        padding: 20px 0 0 0
    }
    .mov-img img {
        min-height: 200px
    }
    .tcarusel {
        height: 360px
    }
    .tcarusel-item {
        width: 165px;
        margin: 0 20px 0 0
    }
    .tcarusel-item .mov-i {
        height: 220px
    }
    .tcarusel-next,
    .tcarusel-prev {
        top: -2px
    }
    .sub-text {
        font-size: 12px
    }
    .tabsbox .video-box {
        padding: 10px
    }
    .add-comm-form {
        padding: 20px 10px;
        overflow: hidden
    }
    .ac-av {
        display: none
    }
    .ac-submit {
        position: static;
        width: 100%
    }
    .ac-submit button {
        width: 100%
    }
    .comments-tree-list .comments-tree-list {
        padding-left: 0!important
    }
    .mass_comments_action {
        display: none
    }
    .sub-title h1 {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width:590px) {
    .center {
        max-width: 480px
    }
    .mov {
        width: 46%;
        margin: 0 2% 20px 2%
    }
    .grid-list .mov {
        margin: 0 0 20px 0;
        padding: 60px 0 0 0
    }
    .grid-list .mov-i {
        float: none;
        margin: 0 auto
    }
    .grid-list .movie-text {
        float: none;
        padding-top: 20px
    }
    .grid-list .mov-t,
    .grid-list .mov-c {
        left: 0
    }
    .grid-thumb .mov-i .full-tools {
        display: none
    }
    .tabs-sel span,
    .mov-compl a {
        margin-right: 10px;
        padding: 0 10px;
        line-height: 40px;
        border-radius: 20px
    }
    .tcarusel {
        height: 330px
    }
    .tcarusel-item {
        width: 140px;
        margin: 0 10px 0 0
    }
    .tcarusel-item .mov-i {
        height: 190px
    }
    .full-soc {
        display: none
    }
    .comm-one>div {
        margin-right: 10px
    }
    .comm-three ul li {
        display: none
    }
    .comm-three li.comm-q {
        display: inline-block
    }
    .add-comm-form .login-social {
        position: static;
        text-align: left
    }
    .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
    }
    .upop-left,
    .upop-right {
        float: none!important;
        width: 100%!important;
        margin: 0;
        padding: 0 20px
    }
    .upop-left {
        margin-bottom: 10px;
        text-align: center
    }
    .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
    }
    .full_links-torrent {
        flex-direction: column;
        padding: 15px 0;
        grid-gap: 15px
    }
    .full_links-title {
        display: none
    }
}

@media screen and (max-width:470px) {
    .center {
        max-width: 430px
    }
    .logotype {
        width: 180px
    }
    .show-menu {
        left: 190px
    }
    .header {
        padding: 100px 20px 0 20px;
        height: 150px
    }
    .search-inner input,
    .search-inner input:focus {
        height: 40px;
        line-height: 40px;
        padding: 0 50px 0 20px;
        font-size: 14px
    }
    .search-box button {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .mov-r {
        display: none
    }
    .mov-i {
        height: 180px
    }
    .full-tools {
        top: 0;
        font-size: 18px
    }
    .mov-list li {
        padding: 10px;
        margin: 0 -10px
    }
    .mov-list li:before {
        display: none
    }
    .mov-label {
        margin-left: 0;
        width: auto;
        font-size: 14px
    }
    .mov-desc {
        width: auto;
        float: left;
        padding-left: 0
    }
    .mov-list li:nth-child(2n+1) {
        background-color: #f5f5f5
    }
    .rel-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 75%
    }
    .tcarusel {
        height: 330px
    }
    .tcarusel-item {
        width: 135px;
        margin: 0 10px 0 0
    }
    .tcarusel-item .mov-i {
        height: 190px
    }
    .comm-one>div:nth-child(2) {
        max-width: 140px;
        overflow: hidden
    }
    .comm-one>div:nth-child(3) {
        display: none
    }
    .ac-protect {
        margin: -10px -10px 0 -10px
    }
    .login-social:before {
        display: block;
        line-height: 30px;
        margin-right: 0
    }
    .carou-top .tcarusel-item {
        width: 129px
    }
}

@media (max-width:1600px) {
    .poster-card {
        flex: 0 0 calc(16.666% - 15px)
    }
}

@media (max-width:1200px) {
    .poster-card {
        flex: 0 0 calc(25% - 15px)
    }
}

@media (max-width:768px) {
    .poster-card {
        flex: 0 0 calc(33.333% - 15px)
    }
}

@media (max-width:480px) {
    .poster-card {
        flex: 0 0 calc(50% - 15px)
    }
}

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

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

.lightstat_main {
    min-width: 230px;
    width: 100%;
    font-family: arial;
    box-shadow: 0 4px 10px #09b140;
    border-radius: 20px
}

.lightstat_progress {
    width: 100%;
    padding: 0 10px
}

.lightstat_progress span {
    height: 4px;
    display: block;
    float: left
}

.lightstat_progress span:nth-of-type(1) {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.lightstat_progress span:nth-last-of-type(1) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.lightstat_body {
    background: #242043;
    border-radius: 8px 8px 0 0;
    padding: 15px 0 1px 0
}

.lightstat_body.border_none_user {
    border-radius: 8px
}

.lightstat_body .result_numb div {
    padding: 0 10px 11px 10px;
    color: #bbb;
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6)
}

.lightstat_body .result_numb div span:nth-of-type(1) {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 99px;
    margin: 4px 10px 0 0;
    vertical-align: top;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, .6)
}

.lightstat_body .result_numb div span:nth-of-type(2) {
    float: right;
    color: #fff
}

.lightstat_body .result_numb .lightstat_user span:nth-of-type(1) {
    border: 2px solid #d9823b
}

.lightstat_body .result_numb .lightstat_guest span:nth-of-type(1) {
    border: 2px solid #a963b9
}

.lightstat_body .result_numb .lightstat_bot span:nth-of-type(1) {
    border: 2px solid #36a7a5
}

.lightstat_user_circle {
    background: #d9823b
}

.lightstat_guest_circle {
    background: #a963b9
}

.lightstat_bot_circle {
    background: #36a7a5
}

.lightstat_is {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 18px 0 15px 28px;
    display: block;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6)
}

.lightstat_user_list {
    background: #fff;
    border-radius: 0 0 8px 8px;
    position: relative
}

.lightstat_pandoge_com {
    width: 8px;
    height: 20px;
    position: relative;
    background: #222;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    transition: .2s
}

.lightstat_pandoge_com:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 4px solid #d1d5d8;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.lightstat_pandoge_com:hover {
    height: 24px;
    transition: .2s
}

.lightstat_user_list_title {
    color: #242043;
    font-size: 10px;
    text-transform: uppercase;
    padding: 18px 0 17px 28px;
    display: block;
    font-weight: 700
}

.lightstat_user_list_item {
    padding: 0 10px 20px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.lightstat_user_list_item a {
    text-decoration: none!important;
    color: #242043
}

.lightstat_user_list_item_avatar {
    background-size: cover!important;
    border-radius: 99px;
    width: 34px;
    height: 34px;
    display: block
}

.lightstat_user_list_item_avatar:hover {
    opacity: .8
}

.lightstat_user_list_item_info {
    font-size: 12px;
    font-weight: 700;
    width: calc(100% - 34px);
    padding: 1px 0 0 10px
}

.lightstat_user_list_item_info span {
    display: block;
    font-weight: 400;
    padding: 2px 0 0 0;
    color: #888
}

.lightstat_user_list_item_info span.online {
    color: #0e8952
}

.lightstat_user_list_item_info a:hover {
    text-decoration: underline!important
}

.full_list_visit {
    margin: auto;
    color: #242043;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    width: 120px;
    text-align: center;
    background: #fff;
    border-radius: 99px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #888;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.full_list_visit:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.full_list_visit_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 8px 8px;
    z-index: 2;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 1) 100%);
    padding: 20px 0
}

.lightstat_user_list_item {
    display: none
}

.lightstat_user_list .lightstat_user_list_item:nth-of-type(1),
.lightstat_user_list .lightstat_user_list_item:nth-of-type(2),
.lightstat_user_list .lightstat_user_list_item:nth-of-type(3) {
    display: flex
}

.lightstat_light_theme .lightstat_body {
    background: #f1f5f7
}

.lightstat_light_theme .lightstat_user_list_item a {
    color: #030304
}

.lightstat_light_theme .lightstat_user_list_title {
    color: #030304
}

.lightstat_light_theme .lightstat_body .result_numb div span:nth-of-type(2) {
    color: #283e52
}

.lightstat_light_theme .lightstat_body .result_numb div {
    color: #030304;
    text-shadow: none
}

.lightstat_light_theme .lightstat_is {
    text-shadow: none;
    color: #283e52
}

.lightstat_light_theme .lightstat_body .result_numb .lightstat_user span:nth-of-type(1) {
    border: 2px solid #0bb1d6;
    box-shadow: none
}

.lightstat_light_theme .lightstat_body .result_numb .lightstat_guest span:nth-of-type(1) {
    border: 2px solid #ff6d00;
    box-shadow: none
}

.lightstat_light_theme .lightstat_body .result_numb .lightstat_bot span:nth-of-type(1) {
    border: 2px solid #345471;
    box-shadow: none
}

.lightstat_light_theme .lightstat_user_circle {
    background: #0bb1d6
}

.lightstat_light_theme .lightstat_guest_circle {
    background: #ff6d00
}

.lightstat_light_theme .lightstat_bot_circle {
    background: #345471
}

.screenshots-full {
    text-align: center;
    border: 1px solid #09b140;
    padding: 15px 5px 10px;
    position: relative
}

.screenshots-full img {
    display: inline-block;
    margin-left: 10px;
    height: 90px;
    overflow: hidden;
    width: 161px
}

.screenshots-full br {
    display: none
}

.screenshots-title {
    position: absolute;
    background: #F2F2F2;
    padding: 5px 10px;
    top: -17px;
    left: 15px;
    color: #09b140;
    font-size: 16px;
    font-weight: bold
}

.screenshots-add {
    background: #FFF;
    border-radius: var(--border-radius-small);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 0 10px rgba(0, 0, 0, .01) inset
}

.std-block-title2 {
    text-align: center;
    color: #5e5e5e;
    font-size: 20px;
    border-bottom: 3px #eaeaea solid;
    margin: 5px 0 25px 0;
    position: relative
}

.std-block-title3 {
    border-bottom: 3px #09b140 solid;
    position: relative;
    bottom: -3px;
    display: inline-block;
    padding: 0 5px 12px 0
}

.premiere-block {
    box-shadow: inset 0 0 0 1px #D24D57;
    width: 100%;
    line-height: 30px;
    margin-top: 2px;
    text-align: center
}

.sidebar-header {
    padding: 0 24px 24px;
    border-bottom: 1px solid #e2e8f0
}

.sidebar-content {
    padding: 24px;
    flex-grow: 1;
    overflow-y: auto
}

.category-title {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray);
    margin-bottom: 16px;
    font-weight: 600
}

.nav-links {
    list-style: none;
    display: grid;
    gap: 4px
}

.nav-item {
    position: relative
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    gap: 12px
}

.nav-link:hover {
    background: #f1f5f9
}

.nav-link.active {
    background: #e0e7ff;
    color: var(--primary)
}

.nav-link i {
    width: 24px;
    text-align: center;
    font-size: 1.1rem
}

.badge {
    margin-left: auto;
    background: var(--primary);
    color: white;
    font-size: .75rem;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 500
}

.sub-menu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    padding-left: 40px
}

.nav-item.active .sub-menu {
    max-height: 500px
}

.sub-link {
    display: block;
    padding: 10px 16px;
    color: #64748b;
    text-decoration: none;
    border-radius: 6px;
    font-size: .9rem;
    transition: var(--transition);
    position: relative
}

.sub-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1
}

.sub-link:hover {
    color: var(--primary);
    background: #f1f5f9
}

.sub-link:hover:before {
    background: var(--primary)
}

.toggle-btn {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--dark)
}

.content {
    padding: 40px;
    flex-grow: 1
}

h1 {
    margin-bottom: 20px;
    color: var(--dark)
}