@font-face{
    font-family:'OpenSans';
    src:url(../fonts/OpenSans-SemiBold.eot);
    src:url(../fonts/OpenSans-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-SemiBold.woff) format("woff"),url(../fonts/OpenSans-SemiBold.ttf) format("truetype"),url(../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold) format("svg");
    font-style:normal;
    font-weight:600;
    text-rendering:optimizeLegibility;
    display:swap;
    font-display:swap
}
@font-face{
    font-family:'OpenSans';
    src:url(../fonts/OpenSans-Regular.eot);
    src:url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/OpenSans-Regular.woff) format("woff"),url(../fonts/OpenSans-Regular.ttf) format("truetype"),url(../fonts/OpenSans-Regular.svg#OpenSans-Regular) format("svg");
    font-style:normal;
    font-weight:400;
    text-rendering:optimizeLegibility;
    display:swap;
    font-display:swap
}
@font-face{
    font-family:'Oswald';
    src:url(../fonts/Oswaldbold.eot);
    src:url(../fonts/Oswaldbold.eot?#iefix) format("embedded-opentype"),url(../fonts/Oswaldbold.woff) format("woff"),url(../fonts/Oswaldbold.ttf) format("truetype"),url(../fonts/Oswaldbold.svg#Oswaldbold) format("svg");
    font-style:normal;
    font-weight:700;
    text-rendering:optimizeLegibility;
    display:swap;
    font-display:swap
}
*{
    background:transparent;
    margin:0;
    padding:0;
    outline:none;
    border:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
input,select{
    vertical-align:middle
}
article,aside,figure,figure img,hgroup,footer,header,nav,section,main{
    display:block
}
img{
    max-width:100%
}
.clr{
    clear:both
}
.clearfix:after{
    content:"";
    display:table;
    clear:both
}
 body{
    font:14px 'Open Sans',sans-serif;
    line-height:normal;
    padding:0;
    margin:0;
    color:#444;
   
    min-height:100%;
    width:100%;
    font-weight:400
}
 a{
    color:#444;
    text-decoration:none
}
a:hover,a:focus{
    color:#79c142;
    text-decoration:none
}
h1,h2,h3,h4,h5{
    font-weight:600;
    font-size:18px
}
button,textarea,input[type="text"],input[type="password"]{
    appearance:none;
    -webkit-appearance:none;
    font-size:16px;
    font-family:'Open Sans'!important
}
.button,.btn,.pagi-load a,.up-second li a,.usp-edit a,.qq-upload-button,button:not(.color-btn,.tox-tbtn):not([class*=fr]),html input[type="button"],input[type="reset"],input[type="submit"],.meta-fav a,.usp-btn a{
    display:inline-block;
    text-align:center;
    padding:0 20px;
    height:40px;
    line-height:40px;
    border-radius:3px;
    cursor:pointer;
    text-transform:uppercase;
    box-shadow:inset 0 -3px #66aa33;
    color:#fff;
    background-color:#79c142;
    font-size:14px;
    font-weight:600
}
.button:hover,.btn:hover,.up-second li a:hover,.usp-edit a:hover,.qq-upload-button:hover,.pagi-load a:hover,.usp-btn a:hover,button:not(.color-btn,.tox-tbtn):hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,.meta-fav a:hover{
    background-color:#82de3b;
    color:#fff;
    box-shadow:0 10px 20px 0 rgba(0,0,0,0)
}
button:active,input[type="button"]:active,input[type="submit"]:active{
    box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1)
}
input[type="text"],input[type="password"]{
    height:40px;
    line-height:40px;
    border-radius:4px;
    border:0;
    padding:0 15px
}
select{
    height:40px;
    border:0;
    padding:0 15px
}
textarea{
    padding:15px;
    overflow:auto;
    vertical-align:top;
    resize:vertical
}
input[type="text"],input[type="password"],select,textarea{
    width:100%;
    background-color:#fff;
    color:#000;
    box-shadow:inset 0 0 0 1px #e3e3e3,inset 1px 2px 5px rgba(0,0,0,0.2)
}
select{
    width:auto
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
    box-shadow:inset 0 0 0 1px #79c142,inset 1px 2px 5px rgba(0,0,0,0.1)
}
input::placeholder,textarea::placeholder{
    color:#000;
    opacity:0.4;
    font-size:13px
}
input:focus::placeholder,textarea:focus::placeholder{
    color:transparent
}
.img-box,.img-wide,.img-square,.img-resp,.img-resp-vert,.img-resp-sq,.img-fit{
    overflow:hidden;
    position:relative;
    background-color:#222
}
.img-resp{
    padding-top:60%
}
.img-resp-vert{
    padding-top:145%
}
.img-resp-sq{
    padding-top:100%
}
.img-box img,.img-square img,.img-resp img,.img-resp-vert img,.img-resp-sq img{
    width:100%;
    min-height:100%;
    display:block
}
.img-resp img,.img-resp-vert img,.img-resp-sq img{
    position:absolute;
    left:0;
    top:0
}
.img-wide img{
    width:100%;
    display:block
}
.img-fit img{
    width:100%;
    height:100%;
    object-fit:cover
}
.nowrap{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.fx-row{
    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
}
.fx-col{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.fx-center{
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center
}
.fx-middle{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center
}
.fx-start{
    -webkit-justify-content:flex-start;
    justify-content:flex-start
}
.fx-top{
    -ms-flex-align:flex-start;
    -webkit-align-items:flex-start;
    align-items:flex-start
}
.fx-first{
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1
}
.fx-last{
    -ms-flex-order:10;
    -webkit-order:10;
    order:10
}
.fx-1{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
    min-width:50px
}
b,strong{
    font-weight:600
}
.icon-left .fa,.icon-left .icon{
    margin-right:10px
}
.icon-right .fa,.icon-right .icon{
    margin-left:10px
}
.hidden,#dofullsearch{
    display:none
}
.anim{
    transition:color .3s,background-color .3s,opacity .3s
}
.anim-all{
    transition:all 1s
}
.mtitle,.sub-title h1,.form-wrap h1{
    margin-bottom:30px;
    font-size:21px;
    font-weight:600
}
.shtur>li>a{
    font-family:'Oswald',sans-serif;
    font-weight:700;
    text-transform:uppercase
}
.karkas{
    min-width:320px;
    position:relative;
    padding-top:250px
}
.karkas-center{
    max-width:1100px;
    margin:0 auto;
    position:relative;
    z-index:20
}
.karkas-main{
    background-color:#ededed;
    box-shadow:0 0 60px rgba(0,0,0,0.5)
}
.shapka{
    background-color:#fff;
    box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);
    transition:top .2s linear;
    position:relative;
    z-index:99
}
.shapka-in{
    padding:0 20px
}
.content{
    padding:20px
}
.shapka.sticky{
    position:fixed;
    left:0;
    top:0;
    width:100%
}
.shapka.sticky-hide{
    top:-70px
}
.shapka.sticky-vis{
    top:0
}
.podval{
    background-color:#1e1e1e;
    color:#ccc;
    padding:20px
}
#gotop{
    position:fixed;
    width:40px;
    height:40px;
    line-height:40px;
    right:10px;
    bottom:10px;
    z-index:9998;
    display:none;
    background-color:#fff;
    color:#444;
    cursor:pointer;
    font-size:18px;
    border-radius:3px;
    text-align:center;
    box-shadow:0 1px 4px rgba(0,0,0,0.2)
}
.siteg{
    width:180px;
    height:70px;
    display:block
}
.search-box{
    width:100%;
    position:relative
}
.search-box input,.search-box input:focus{
    padding:0 45px 0 10px;
    border-radius:3px;
    height:34px;
    line-height:34ppx
}
.search-box button{
    position:absolute;
    right:0;
    top:-3px;
    z-index:10;
    padding:0!important;
    background:transparent!important;
    color:#79c142!important;
    font-size:16px!important;
    width:40px;
    box-shadow:none!important
}
.btn-login{
    height:34px;
    line-height:34px;
    margin-left:10px
}
.shtur{
    padding:0 20px 0 40px
}
.shtur>li{
    margin-right:20px;
    position:relative
}
.shtur>li>a{
    display:block;
    height:70px;
    line-height:70px;
    opacity:0.6;
    font-size:16px
}
.shtur>li:hover>a,.shtur>li>a.is-active{
    opacity:1;
    box-shadow:inset 0 -3px #79c142;
    color:#79c142
}
.shtur-skryt{
    background-color:#fff;
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
    z-index:100;
    position:absolute;
    left:0;
    top:95%;
    width:600px;
    padding:10px;
    border-top:3px solid #79c142;
    pointer-events:none;
    opacity:0;
    transform:translateY(30px);
    transition:all .3s
}
.shtur-blk{
    width:33.33%;
    float:left
}
.shtur-blk li{
    height:26px;
    line-height:26px;
    font-weight:600;
    padding:0 10px
}
.shtur-blk a{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:400;
    opacity:0.8;
    margin:0 -10px;
    padding:0 10px;
    font-size:13px;
    display:block
}
.shtur-blk a:hover{
    background-color:#79c142;
    color:#fff;
    opacity:1
}
.shtur>li:hover .shtur-skryt{
    pointer-events:auto;
    opacity:1;
    transform:translateY(0px)
}
.one-col{
    width:180px
}
.one-col .shtur-blk{
    width:100%
}
.kritr{
    margin-bottom:20px
}
.kritr-header{
    margin-bottom:10px
}
.kritr-title{
    font-size:18px;
    font-weight:600
}
.kritr-items{
    margin:0 -5px -10px -5px
}
.kritr-title,.kritr-tabs span{
    height:40px;
    line-height:40px;
    padding:0 20px;
    cursor:pointer;
    border-radius:3px;
    display:inline-block;
    vertical-align:top
}
.kritr-title{
    background-color:#79c142;
    color:#fff!important;
    margin-right:20px
}
a.kritr-title:hover{
    text-decoration:underline
}
.kritr-title .fa{
    margin-left:10px;
    font-size:14px
}
.kritr-tabs span.is-active{
    background-color:#fff
}
.kritr-tabs span:not(.is-active):hover{
    background-color:#e1e1e1;
    cursor:pointer
}
.kritr-cont>.fa{
    font-size:100px;
    color:#CCC;
    display:block;
    text-align:center
}
.kartochka-item{
    float:left;
    width:16.66%;
    padding:0 5px;
    margin-bottom:10px
}
.kartochka-in{
    display:block;
    position:relative;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.25)
}
.kartochka-img:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:5;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    height:50%
}
.kartochka-desc{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:10;
    padding:10px;
    color:#fff;
    text-align:center
}
.kartochka-title{
    font-weight:600
}
.kartochka-year{
    font-size:12px;
    margin-top:3px;
    opacity:0.8
}
.kartochka-rates{
    margin-top:3px
}
.kartochka-rate:before{
    content:attr(data-text);
    display:inline;
    margin-right:3px;
    text-transform:uppercase;
    font-weight:600
}
.kartochka-rate-kp:before{
    color:#f60
}
.kartochka-rate-imdb:before{
    color:#fc0
}
.kartochka-series{
    position:absolute;
    z-index:5;
    left:10px;
    top:10px;
    padding:3px 5px;
    border-radius:3px;
    background-color:#79c142;
    color:#fff;
    font-weight:600;
    font-size:13px
}
.kartochka-mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    padding:10px;
    background-color:rgba(0,0,0,0.6);
    opacity:0;
    z-index:11
}
.with-mask:hover .kartochka-mask{
    opacity:1
}
.kartochka-mask .fa{
    width:60px;
    height:60px;
    border-radius:50%;
    text-align:center;
    line-height:60px;
    padding-left:5px;
    font-size:24px;
    color:#fff;
    background-color:#79c142
}
.opisanie{
    background-color:#e1e1e1;
    margin:0 -20px -20px -20px;
    padding:20px
}
.opisanie h1,.opisanie h2,.opisanie h3{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px
}
.opisanie p{
    line-height:1.7;
    font-size:13px
}
.opisanie p+p{
    margin-top:10px
}
.opisanie p+h1,.opisanie p+h2,.opisanie p+h3{
    margin-top:10px
}
.opisanie a{
    text-decoration:underline;
    color:#79c142
}
.opisanie ul li{
    list-style-type:disc;
    margin-left:40px
}
.podval-desc{
    width:50%;
    padding-top:55px;
    background:url(../images/ft-logo.png) left -15px no-repeat
}
.podval-counter{
    margin-top:20px
}
.podval-menu p,.podval-menu li{
    color:#fff;
    margin-bottom:10px
}
.podval a:not(:hover){
    color:#ccc
}
.podval-menu a::before{
    content:"\f105";
    margin-right:10px;
    font-family:'FontAwesome'
}
.bottom-nav{
    text-align:center;
    padding-top:10px
}
.pagi-load>span{
    display:none
}
.pagi-load a{
    margin-bottom:15px;
    padding:0 80px
}
.navigation a:hover{
    background-color:#7e79ba;
    color:#fff
}
.pagi-nav{
    max-width:100%;
    display:inline-block
}
.pagi-nav>span{
    display:inline-block
}
.pnext a,.pprev a,.pprev>span,.pnext>span{
    display:block;
    width:36px;
    text-align:center
}
.navigation{
    line-height:36px
}
.navigation a,.navigation span,.pnext a,.pprev a,.pprev>span,.pnext>span{
    display:inline-block;
    padding:0 10px;
    margin:5px 2px 0 2px;
    border-radius:4px;
    min-width:36px;
    box-shadow:inset 0 0 0 1px #e3e3e3;
    background-color:#fff
}
.navigation span,.pagi-nav a:hover{
    background-color:#79c142;
    color:#fff
}
.navigation span.nav_ext{
    background:#fff;
    color:#ccc
}
.pagi-nav a:hover{
    color:#fff
}
.dle-comments-navigation .pagi-nav{
    margin-bottom:0
}
.speedbar{
    font-size:12px;
    margin:-10px 0 10px;
    color:#888
}
.polno-main{
    background-color:#fff;
    box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);
    margin:0 -20px
}
.polno-right{
    width:280px;
    padding:20px;
    padding-bottom:1px;
    background-color:#e1e1e1
}
.polno-left{
    padding:20px
}
.polno-left-img{
    width:200px;
    margin-right:20px
}
.polno-poster{
    border-radius:3px 3px 0 0
}
.polno-left-img-in{
    box-shadow:0 0 0 1px #ccc,2px 3px 3px 0 rgba(0,0,0,0.1);
    border-radius:3px
}
.polno-left-desc h1{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px
}
.polno-edit{
    position:absolute;
    z-index:10;
    right:10px;
    top:10px;
    font-size:18px
}
.slide-circle{
    width:50px;
    height:50px;
    border-radius:50%;
    margin:-25px 0 0 -25px;
    background-color:#e1e1e1;
    box-shadow:0 0 0 5px #fff,0 0 12px 0 rgba(0,0,0,0.8);
    position:absolute;
    left:50%;
    top:0
}
.slide-circle>div{
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
    text-align:center;
    font-size:20px;
    font-weight:600;
    padding-top:10px
}
.slide-circle>div div{
    display:none
}
.flikes{
    height:45px;
    position:relative;
    z-index:20;
    white-space:nowrap;
    padding:0 6px
}
.rate-plus,.rate-minus{
    line-height:45px;
    cursor:pointer
}
.flikes .fa{
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:50%;
    color:#fff;
    font-size:16px
}
.rate-plus .fa{
    background-color:#33a42d;
    margin-right:8px
}
.rate-minus .fa{
    background-color:#dd4d1b;
    margin-left:8px
}
.rate-plus:hover .fa,.rate-minus:hover .fa{
    opacity:0.8
}
.polno-desc{
    margin-bottom:20px;
    color:#888;
    font-size:13px
}
.polno-desc.slice-masked{
    margin-bottom:0
}
.slice{
    overflow:hidden;
    position:relative;
    transition:height .2s
}
.slice-masked:before{
    content:'';
    position:absolute;
    z-index:1;
    bottom:0px;
    left:0;
    right:0;
    height:120px;
    pointer-events:none;
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%)
}
.slice-btn{
    margin:1px 0 15px 0
}
.slice-btn span{
    display:block;
    cursor:pointer;
    text-decoration:none;
    box-shadow:0 0 0 1px #ccc,2px 3px 3px 0 rgba(0,0,0,0.1);
    text-align:center;
    padding:8px 10px;
    font-weight:600;
    border-radius:3px
}
.polno-list{
    width:48%;
    line-height:1.7;
    font-size:13px
}
.polno-list li>span:first-child{
    font-weight:600;
    color:#000
}
.polno-list a{
    color:#06c;
    border-bottom:1px dotted #06c
}
.polno-list-wide{
    width:100%
}
.polno-rate{
    line-height:30px;
    border-radius:3px;
    text-align:center;
    width:48%;
    margin-top:7px;
    font-size:14px;
    font-weight:600
}
.polno-rate:before{
    content:attr(data-text);
    display:inline;
    margin-right:3px;
    text-transform:uppercase
}
.polno-rate-kp{
    box-shadow:inset 0 0 0 2px #f60
}
.polno-rate-imdb{
    box-shadow:inset 0 0 0 2px #fc0
}
.polno-subtitle{
    text-align:center;
    margin:20px -20px 10px -20px;
    padding:0 20px;
    padding-top:10px;
    border-top:1px solid #e3e3e3;
    font-weight:600;
    font-size:16px;
    width:calc(100%+40px)
}
.pos{
    border:none
}
.polno-player{
    position:relative
}
.polno-ctrl{
    background-color:#1e1e1e;
    color:#ccc;
    padding-right:20px
}
.polno-player .tabs-sel{
    white-space:nowrap;
    overflow-y:hidden;
    overflow-x:auto;
    font-size:0
}
.polno-player .tabs-sel span{
    display:inline-block;
    padding:0 20px;
    height:40px;
    line-height:40px;
    cursor:pointer;
    font-weight:600;
    font-size:14px;
    background-color:#000;
    color:#fff
}
.polno-player .tabs-sel span.current{
    background-color:#79c142;
    color:#fff
}
.polno-player .tabs-sel span:hover{
    text-decoration:underline
}
.js .tabs-b{
    background-color:#000;
    display:none
}
.js .tabs-b.visible{
    display:block
}
.polno-compl a,.polno-fav a{
    color:#ccc
}
.polno-compl a:hover,.polno-fav a:hover,.polno-fav span:hover{
    color:#fff;
    cursor:pointer
}
.polno-compl,.polno-fav{
    margin-left:20px
}
.polno-light{
    height:30px;
    line-height:30px;
    position:relative;
    padding-left:50px;
    cursor:pointer;
    display:inline-block
}
.polno-light:before,.polno-light:after{
    content:'';
    position:absolute;
    top:50%;
    transition:.3s
}
.polno-light:before{
    height:20px;
    margin-top:-10px;
    width:40px;
    border-radius:4px;
    background:#444;
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.8);
    left:0
}
.polno-light:after{
    left:1px;
    height:18px;
    width:18px;
    margin-top:-9px;
    background:#ffda13;
    border-radius:4px;
    box-shadow:0 1px 2px rgba(0,0,0,.3)
}
.light-overlay{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:99998;
    background-color:rgba(0,0,0,0.8);
    display:none
}
.light-off .polno-light:after{
    left:21px;
    background-color:#79c142
}
.light-off .light-overlay{
    display:block
}
.light-off .polno-player{
    z-index:99999
}
.light-off #gotop{
    z-index:10
}
#topb{
    width:100%;
    height:460px;
    margin:0 auto;
    border:none!important
}
.polno-share{
    padding:10px;
    text-align:center;
    white-space:nowrap
}
.polno-share .fa{
    width:50px;
    height:30px;
    border-radius:3px;
    text-align:center;
    line-height:30px;
    background-color:#C70003;
    color:#fff;
    font-size:14px;
    margin:0 2px;
    cursor:pointer
}
.polno-share .fa:hover{
    opacity:0.8
}
.fa.fa-vk{
    background-color:#5075a5
}
.fa.fa-facebook{
    background-color:#4b6baf
}
.fa.fa-twitter{
    background-color:#2daae1
}
.fa.fa-odnoklassniki,.fa.fa-rss{
    background-color:#FC6D00
}
.fa.fa-paper-plane{
    background-color:#5682a3
}
.polno-rels{
    margin:0 -20px;
    margin-top:-20px;
    padding:20px;
    background-color:#111;
    color:#fff;
    position:relative;
    bottom:-20px
}
.polno-rels-title{
    font-size:18px;
    font-weight:600;
    padding-bottom:10px
}
.polno-comms{
    padding-top:20px
}
.full-comms,.add-comms{
    width:48%
}
.no-comms{
    -ms-flex-order:-1;
    -webkit-order:-1;
    order:-1
}
.comm-letter{
    position:absolute;
    left:0;
    top:0;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    background-color:#000;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    border-radius:50%
}
.add-comms>form{
    position:sticky;
    right:0;
    top:90px;
    margin-bottom:20px
}
.video-box embed,.video-box object,.video-box video,.video-box iframe,.video-box frame{
    max-width:100%!important;
    display:block;
    width:100%;
    height:500px
}
.mejs-container{
    max-width:100%!important
}
.full-text{
    line-height:1.5;
    font-size:14px
}
.full-text img:not(.emoji){
    max-width:100%;
    margin:10px 0
}
.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:10px 0;
    font-size:18px;
    font-weight:700
}
.full-text p{
    margin-bottom:10px
}
.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-taglist a{
    color:#d20068
}
.full-taglist{
    margin-top:20px
}
.full-taglist span:not(.fa):not(:last-child):after{
    content:",";
    display:inline
}
.ac-inputs input{
    width:48.5%;
    margin-bottom:15px
}
.ac-textarea textarea{
    height:100px;
    margin-bottom:15px
}
.add-comms input,.add-comms textarea,.ac-submit button{
    box-shadow:3px 3px 6px rgba(0,0,0,0.1)
}
.ac-protect,.ac-textarea .bb-editor+br{
    display:none
}
.comments_subscribe input{
    margin-right:10px
}
.comments_subscribe{
    display:block
}
.mass_comments_action{
    display:none
}
.last-comm-link{
    display:inline-block;
    padding-bottom:20px;
    color:#000;
    font-size:18px;
    font-weight:600
}
.comm-item{
    margin-bottom:20px;
    font-size:13px;
    padding-left:40px;
    position:relative;
    min-height:40px
}
.comm-two{
    margin:2px 0 3px 0
}
.comm-one>span{
    margin-right:15px;
    opacity:0.6
}
.comm-one>span.comm-author,.comm-one>span.comm-author a{
    font-weight:600;
    color:#79c142;
    opacity:1
}
.comm-three-left>a,.comm-three-right li a{
    opacity:0.6
}
.comm-three-right li{
    display:inline-block;
    margin-left:15px
}
.comm-rate3{
    white-space:nowrap;
    font-size:16px;
    margin-right:15px;
    height:20px;
    line-height:20px;
    display:inline-block;
    vertical-align:top;
    position:relative;
    top:-3px
}
.comm-rate3 a{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    top:-2px;
    opacity:0.6
}
.comm-rate3 a:last-child{
    margin-bottom:-6px
}
.comm-rate3>span{
    margin:0 5px;
    font-size:14px;
    font-weight:600
}
.comm-rate3>span>span.ratingtypeplus{
    color:#06b601
}
.comm-rate3>span>span.ratingplus{
    color:#95c613
}
.comm-rate3>span>span.ratingminus{
    color:#ff0e0e
}
.comm-three a:hover{
    text-decoration:underline
}
.comm-three-left>a{
    opacity:1;
    color:#06c;
    border-bottom:1px dotted #06c
}
.login-overlay,.mmenu-overlay{
    position:fixed;
    z-index:998;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.6;
    display:none;
    background-color:#000
}
.login-box{
    position:fixed;
    z-index:999;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background-color:#fff;
    padding:30px 60px 40px 60px;
    border-top:5px solid #79c142;
    width:400px;
    box-shadow:0 20px 60px rgba(0,0,0,0.5);
    display:none
}
.login-close{
    width:26px;
    height:26px;
    line-height:26px;
    text-align:center;
    font-size:24px;
    cursor:pointer;
    position:absolute;
    top:-30px;
    right:-30px;
    color:#fff
}
.login-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
    text-align:center
}
.login-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    margin:0 auto 15px auto;
    text-align:center;
    line-height:60px;
    font-size:24px;
    background-color:#f2f6f8;
    color:#939393
}
.login-input{
    margin-bottom:15px
}
.login-btn button{
    width:100%;
    margin:15px 0
}
.login-btm a{
    border-bottom:1px dotted #06c;
    color:#06c;
    font-size:14px
}
.login-check{
    position:relative
}
.login-check input{
    opacity:0;
    position:absolute;
    cursor:pointer
}
.login-check span{
    display:block;
    padding-left:36px;
    height:30px;
    line-height:30px;
    color:#939393
}
.login-check span:before,.login-check span:after{
    content:'';
    position:absolute;
    top:50%;
    transition:.3s
}
.login-check span:before{
    left:0;
    height:10px;
    margin-top:-5px;
    width:26px;
    border-radius:5px;
    background:#fff;
    box-shadow:inset 0 1px 4px rgba(0,0,0,0.3)
}
.login-check span:after{
    left:1px;
    height:12px;
    width:12px;
    margin-top:-6px;
    background:#2ecc71;
    border-radius:6px;
    box-shadow:0 1px 4px rgba(0,0,0,0)
}
.login-check input:checked+span:before{
    background-color:#fff
}
.login-check input:checked+span:after{
    left:13px;
    background-color:#fff;
    box-shadow:0 1px 4px rgba(0,0,0,0.3)
}
.login-menu{
    border-top:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3
}
.login-menu li{
    text-align:center;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3ee;
    width:50%
}
.login-menu a{
    display:block;
    padding:10px 5px;
    font-size:14px
}
.login-menu li .fa{
    display:none;
    height:28px;
    font-size:22px;
    color:#06c
}
.login-admin{
    text-align:center;
    margin:-10px 0 25px 0
}
.login-soc-title{
    display:flex;
    align-items:center;
    margin:30px 0 15px 0
}
.login-soc-title:before,.login-soc-title:after{
    content:'';
    height:1px;
    background-color:#e3e3e3;
    flex:1
}
.login-soc-title:before{
    margin-right:15px
}
.login-soc-title:after{
    margin-left:15px
}
.login-soc-btns{
    text-align:center
}
.login-soc-btns a{
    display:inline-block;
    margin:0 3px;
    vertical-align:top
}
.login-soc-btns img{
    display:block;
    width:30px;
    height:30px;
    border-radius:50%
}
.btn-menu,.polno-right .filter-btn{
    display:none
}
.side-panel{
    width:280px;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    background-color:#fff;
    padding:10px;
    z-index:99999;
    position:fixed;
    left:-320px;
    top:0;
    transition:left .4s;
    -webkit-transition:left .4s
}
.side-panel.active{
    left:0
}
.close-overlay{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    top:0;
    z-index:99998;
    display:none
}
.btn-close{
    cursor:pointer;
    display:block;
    left:280px;
    top:-40px;
    position:fixed;
    z-index:99999;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:18px;
    background-color:#e84e36;
    color:#fff;
    transition:top .4s;
    -webkit-transition:top .4s
}
.btn-close.active{
    top:0px
}
body.opened-menu{
    overflow:hidden;
    width:100%;
    height:100%
}
.side-panel .shtur{
    margin:0;
    padding:0
}
.side-panel .shtur>li{
    width:100%;
    margin:0;
    padding:0
}
.side-panel .shtur>li>a{
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
    box-shadow:none!important;
    color:#444
}
.side-panel .search-wrap,.side-panel .btn-login{
    width:100%;
    margin:0 0 10px 0;
    padding:0
}
.side-panel .shtur-skryt{
    width:100%;
    display:block;
    position:static;
    background-color:#ededed;
    width:calc(100%+20px);
    margin-left:-10px;
    opacity:1;
    pointer-events:auto;
    transform:none;
    box-shadow:none;
    border-bottom:3px solid #79c142
}
.side-panel .shtur-blk{
    width:50%
}
.side-panel .one-col .shtur-blk{
    width:100%
}
@media screen and (max-width:1220px){
    .karkas-center{
        max-width:1000px
    }
    .shapka .shtur,.shapka .search-wrap,.shapka .btn-login{
        display:none
    }
    .btn-menu{
        display:block;
        font-size:34px;
        cursor:pointer
    }
    #gotop{
        display:none!important
    }
    .not-logged .login-avatar{
        display:none
    }
    .login-close{
        top:-5px
    }
    .login-title{
        font-size:18px
    }
    .login-box{
        max-width:calc(100% - 60px);
        padding:15px
    }
    .kritr-header.fx-start{
        display:block;
        white-space:nowrap;
        overflow-y:hidden;
        overflow-x:auto
    }
    .kritr-header.fx-start>*{
        display:inline-block;
        vertical-align:top;
        margin-right:10px
    }
    .kritr-tabs span,.kritr-title{
        padding:0 10px
    }
    .polno-right{
        width:100%;
        padding-top:10px;
        padding-bottom:10px
    }
    .polno-right .polno-rels-title{
        display:none
    }
    .polno-right .filter-btn{
        width:100%;
        display:block
    }
    .polno-right .filter-wrap{
        padding:20px 15px!important
    }
    .video-box embed,.video-box object,.video-box video,.video-box iframe,.video-box frame{
        height:400px
    }
}
@media screen and (max-width:950px){
    .karkas-center{
        max-width:768px
    }
    .kartochka-item{
        width:25%
    }
    .content,.shapka-in,.podval,.opisanie{
        padding-left:10px;
        padding-right:10px
    }
    .opisanie{
        margin-left:-10px;
        margin-right:-10px
    }
    .podval{
        text-align:center;
        display:block
    }
    .podval-desc{
        padding-top:0;
        padding-bottom:20px;
        background-image:none;
        width:100%
    }
    .polno-main,.polno-subtitle,.polno-rels{
        margin-left:-10px;
        margin-right:-10px
    }
    .polno-left,.polno-right,.polno-subtitle,.polno-rels{
        padding-left:10px;
        padding-right:10px
    }
    .polno-subtitle{
        width:calc(100%+20px)
    }
    .full-comms,.add-comms{
        width:100%
    }
    .add-comms{
        -ms-flex-order:-1;
        -webkit-order:-1;
        order:-1
    }
}
@media screen and (max-width:760px){
    .karkas-center{
        max-width:640px
    }
    .kartochka-item{
        width:33.33%
    }
    .polno-left-img{
        margin:0 auto 20px auto
    }
    .polno-left-desc{
        min-width:100%
    }
    .polno-list{
        width:100%;
        margin-bottom:5px
    }
    .polno-light,.polno-compl,.polno-fav{
        display:none
    }
    .dcont button{
        font-size:12px;
        padding:0 15px!important
    }
    .comments-tree-list .comments-tree-list{
        padding-left:0px!important
    }
    .comments-tree-list .comments-tree-list:before{
        display:none
    }
    .mass_comments_action{
        display:none
    }
}
@media screen and (max-width:590px){
    .karkas-center{
        max-width:480px
    }
    .ac-inputs input{
        width:100%
    }
    .video-box embed,.video-box object,.video-box video,.video-box iframe,.video-box frame{
        height:300px
    }
    .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
    }
}
@media screen and (max-width:470px){
    .karkas-center22{
        max-width:320px
    }
    .kartochka-item{
        width:50%
    }
    .karkas{
        padding-top:0;
        overflow:hidden
    }
    #topb{
        height:300px!important
    }
    body{
        background-image:none
    }
    .video-box embed,.video-box object,.video-box video,.video-box iframe,.video-box frame{
        height:250px
    }
}
:root{
    --lf-green:#79c142;
    --lf-green-hover:#8bd94d;
    --lf-bg:#101010;
    --lf-bg-soft:#171717;
    --lf-card:#ffffff;
    --lf-text:#1f1f1f;
    --lf-muted:#747474;
    --lf-line:#e7e7e7;
    --lf-shadow:0 14px 34px rgba(0,0,0,.18);
    --lf-radius:14px
}
body{
    color:var(--lf-text);
    background-color:var(--lf-bg);
    background-position:center top;
    background-size:auto;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility
}
a{
    transition:color .2s ease,background-color .2s ease,box-shadow .2s ease,opacity .2s ease,transform .2s ease
}
.button,.btn,.pagi-load a,.up-second li a,.usp-edit a,.qq-upload-button,button:not(.color-btn,.tox-tbtn):not([class*=fr]),html input[type="button"],input[type="reset"],input[type="submit"],.meta-fav a,.usp-btn a{
    border-radius:10px;
    box-shadow:0 8px 18px rgba(121,193,66,.25);
    background:linear-gradient(180deg,var(--lf-green-hover),var(--lf-green));
    letter-spacing:.02em
}
.button:hover,.btn:hover,.up-second li a:hover,.usp-edit a:hover,.qq-upload-button:hover,.pagi-load a:hover,.usp-btn a:hover,button:not(.color-btn,.tox-tbtn):hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,.meta-fav a:hover{
    background:linear-gradient(180deg,#95e45a,var(--lf-green));
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(121,193,66,.32)
}
input[type="text"],input[type="password"],select,textarea{
    border-radius:10px;
    box-shadow:inset 0 0 0 1px var(--lf-line)
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
    box-shadow:inset 0 0 0 2px var(--lf-green),0 0 0 4px rgba(121,193,66,.12)
}
.karkas{
    padding-top:220px
}
.karkas-main{
    background:#f3f3f3;
    border-radius:0 0 18px 18px;
    box-shadow:0 30px 90px rgba(0,0,0,.48);
    overflow:hidden
}
.shapka{
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    border-bottom:1px solid rgba(0,0,0,.06)
}
.shapka-in{
    min-height:76px
}
.siteg{
    height:76px;
    display:flex;
    align-items:center
}
.siteg img{
    display:block;
    max-height:54px
}
.shtur>li>a{
    height:76px;
    line-height:76px;
    opacity:.78;
    color:#151515;
    font-size:15px;
    letter-spacing:.015em
}
.shtur>li:hover>a,.shtur>li>a.is-active{
    opacity:1;
    color:var(--lf-green);
    box-shadow:inset 0 -4px var(--lf-green)
}
.shtur-skryt{
    border-radius:0 0 14px 14px;
    border-top:4px solid var(--lf-green);
    box-shadow:0 18px 45px rgba(0,0,0,.18)
}
.shtur-blk a:hover{
    background:var(--lf-green)
}
.search-box input,.search-box input:focus{
    height:40px;
    line-height:40px;
    border-radius:999px;
    padding:0 48px 0 18px;
    background:#f4f4f4;
    box-shadow:inset 0 0 0 1px #dedede
}
.search-box input:focus{
    background:#fff;
    box-shadow:inset 0 0 0 2px var(--lf-green),0 0 0 4px rgba(121,193,66,.12)
}
.search-box button{
    top:0;
    height:40px;
    line-height:40px;
    color:var(--lf-green)!important
}
.btn-login{
    height:40px;
    line-height:40px;
    border-radius:999px;
    padding:0 18px
}
.content{
    padding:24px
}
.kritr{
    margin-bottom:28px
}
.kritr-header{
    margin-bottom:14px
}
.kritr-title,.kritr-tabs span{
    height:42px;
    line-height:42px;
    border-radius:999px
}
.kritr-title{
    background:var(--lf-green);
    box-shadow:0 8px 20px rgba(121,193,66,.25);
    font-size:17px
}
.kritr-tabs span{
    background:#fff;
    color:#3b3b3b;
    box-shadow:inset 0 0 0 1px #e2e2e2
}
.kritr-tabs span.is-active{
    background:#111;
    color:#fff;
    box-shadow:none
}
.kritr-tabs span:not(.is-active):hover{
    background:#eef7e8;
    color:#274b13
}
.kritr-items{
    margin:0 -8px -16px -8px
}
.kartochka-item{
    padding:0 8px;
    margin-bottom:16px
}
.kartochka-in{
    border-radius:var(--lf-radius);
    overflow:hidden;
    background:#111;
    box-shadow:0 8px 22px rgba(0,0,0,.22);
    transform:translateZ(0)
}
.kartochka-in:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 38px rgba(0,0,0,.32)
}
.kartochka-img,.kartochka-img img{
    border-radius:var(--lf-radius)
}
.kartochka-img:before{
    height:72%;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.42) 45%,rgba(0,0,0,.95) 100%)
}
.kartochka-desc{
    padding:12px 9px 13px
}
.kartochka-title{
    font-size:13px;
    line-height:1.25;
    text-shadow:0 1px 2px rgba(0,0,0,.65)
}
.kartochka-year{
    color:rgba(255,255,255,.72)
}
.kartochka-rate{
    display:inline-block;
    margin:2px 3px 0;
    padding:2px 6px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:11px
}
.kartochka-series{
    border-radius:999px;
    padding:5px 8px;
    background:var(--lf-green);
    box-shadow:0 8px 18px rgba(0,0,0,.25)
}
.kartochka-mask{
    background:rgba(0,0,0,.48);
    backdrop-filter:blur(2px);
    transition:opacity .22s ease
}
.kartochka-mask .fa{
    background:var(--lf-green);
    box-shadow:0 10px 25px rgba(121,193,66,.35)
}
.opisanie{
    background:#fff;
    margin:0 -24px -24px -24px;
    padding:26px 24px;
    border-top:1px solid #e8e8e8
}
.opisanie h1,.opisanie h2,.opisanie h3{
    font-size:20px;
    color:#111
}
.opisanie p{
    color:#4b4b4b;
    font-size:14px
}
.podval{
    background:#101010;
    border-top:4px solid var(--lf-green)
}
.polno-main{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:var(--lf-shadow);
    margin:0
}
.polno-left{
    padding:24px
}
.polno-right{
    background:#f2f2f2
}
.polno-left-desc h1{
    font-size:24px;
    line-height:1.25;
    color:#111
}
.polno-desc{
    color:#565656;
    line-height:1.65;
    font-size:14px
}
.polno-left-img-in{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 14px 30px rgba(0,0,0,.22)
}
.polno-poster{
    border-radius:16px 16px 0 0
}
.polno-list{
    line-height:1.75
}
.polno-list li{
    padding:2px 0
}
.polno-list li>span:first-child{
    color:#111
}
.polno-list a{
    color:#4c8f22;
    border-bottom-color:rgba(76,143,34,.35)
}
.polno-rate{
    border-radius:999px;
    background:#fff
}
.polno-subtitle{
    border-top:1px solid #e9e9e9;
    font-size:18px;
    color:#111
}
.polno-player{
    margin-top:20px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:var(--lf-shadow);
    background:#050505
}
.polno-ctrl{
    background:#111;
    border-bottom:1px solid rgba(255,255,255,.08)
}
.polno-player .tabs-sel span{
    background:transparent;
    color:#e9e9e9;
    border-right:1px solid rgba(255,255,255,.08)
}
.polno-player .tabs-sel span.current,.polno-player .tabs-sel span:hover{
    background:var(--lf-green);
    color:#fff;
    text-decoration:none
}
.video-box embed,.video-box object,.video-box video,.video-box iframe,.video-box frame{
    background:#000
}
.polno-share{
    background:#fff
}
.polno-rels{
    background:#111;
    border-radius:16px;
    margin-left:0;
    margin-right:0
}
.polno-comms{
    background:#fff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 8px 24px rgba(0,0,0,.08)
}
.navigation a,.navigation span,.pnext a,.pprev a,.pprev>span,.pnext>span{
    border-radius:10px;
    box-shadow:inset 0 0 0 1px #e1e1e1
}
.navigation span,.pagi-nav a:hover{
    background:var(--lf-green)
}
.side-panel{
    background:#fff;
    box-shadow:20px 0 60px rgba(0,0,0,.28)
}
.btn-close{
    background:var(--lf-green)
}
.login-box{
    border-radius:16px;
    border-top-color:var(--lf-green)
}
@media screen and (max-width:1220px){
    .shapka-in{
        min-height:70px
    }
    .siteg{
        height:70px
    }
    .btn-menu{
        color:#111
    }
}
@media screen and (max-width:950px){
    .content{
        padding:16px
    }
    .opisanie{
        margin-left:-16px;
        margin-right:-16px;
        margin-bottom:-16px;
        padding-left:16px;
        padding-right:16px
    }
    .polno-main,.polno-subtitle,.polno-rels{
        margin-left:0;
        margin-right:0
    }
    .polno-subtitle{
        width:100%
    }
}
@media screen and (max-width:760px){
    .karkas{
        padding-top:90px
    }
    .kartochka-title{
        font-size:12px
    }
    .kritr-title,.kritr-tabs span{
        height:38px;
        line-height:38px
    }
    .polno-left{
        padding:16px
    }
    .polno-left-desc h1{
        font-size:21px
    }
    .polno-player .tabs-sel span{
        padding:0 14px
    }
}
@media screen and (max-width:470px){
    .karkas{
        padding-top:0
    }
    .content{
        padding:12px
    }
    .kartochka-item{
        padding:0 6px;
        margin-bottom:12px
    }
    .kritr-items{
        margin-left:-6px;
        margin-right:-6px
    }
    .siteg{
        width:160px
    }
    .polno-left-desc h1{
        font-size:19px
    }
}
.full.ignore-select,.full{
    color:#1b1b1b
}
.polno-main{
    border:1px solid rgba(0,0,0,.06)
}
.polno-cols{
    align-items:stretch
}
.polno-left-desc h1{
    letter-spacing:-.2px;
    margin-bottom:18px
}
.polno-left-desc h1:after,.polno-rels-title:after,.login-title:after,.sub-title h1:after,.form-wrap h1:after{
    content:'';
    display:block;
    width:56px;
    height:3px;
    margin-top:10px;
    border-radius:20px;
    background:var(--lf-green,#79c142)
}
.polno-desc{
    background:#f7f7f7;
    border-left:4px solid var(--lf-green,#79c142);
    border-radius:12px;
    padding:14px 16px
}
.srt-inf-txt{
    color:#111
}
.polno-lists{
    gap:16px;
    margin-top:16px
}
.polno-list{
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:14px;
    padding:12px 14px
}
.polno-list li{
    border-bottom:1px dashed #e6e6e6
}
.polno-list li:last-child{
    border-bottom:0
}
.polno-list li>span:first-child{
    color:#111
}
.polno-list-wide{
    margin-top:14px
}
.polno-left-img{
    position:relative
}
.polno-left-img-in{
    background:#111
}
.polno-poster img{
    transition:transform .25s ease,filter .25s ease
}
.polno-left-img-in:hover .polno-poster img{
    transform:scale(1.025);
    filter:brightness(1.04)
}
.flikes{
    background:#111;
    color:#fff;
    padding:12px
}
.rate-plus,.rate-minus{
    border-radius:12px;
    transition:background .2s ease,color .2s ease,transform .2s ease
}
.rate-plus:hover,.rate-minus:hover{
    background:var(--lf-green,#79c142);
    color:#fff;
    transform:translateY(-1px)
}
.fvotes{
    background:#111;
    color:rgba(255,255,255,.7);
    padding-bottom:12px;
    text-align:center
}
.polno-subtitle{
    background:#fff;
    border-radius:14px;
    box-shadow:inset 0 0 0 1px #ececec
}
.polno-subtitle.pos{
    margin-top:22px;
    margin-bottom:16px
}
.polno-player{
    border:1px solid rgba(121,193,66,.18)
}
.polno-ctrl{
    min-height:48px;
    padding-right:14px
}
.polno-player .tabs-sel span{
    height:48px;
    line-height:48px;
    font-weight:600
}
.polno-light,.polno-fav,.polno-compl{
    font-size:13px
}
.polno-fav span,.polno-fav a,.polno-compl a{
    transition:color .2s ease
}
.video-box{
    border-radius:0;
    overflow:hidden
}
.polno-share{
    border-top:1px solid #ececec;
    border-radius:0 0 16px 16px
}
.polno-share .fa{
    border-radius:12px;
    background:#111;
    color:#fff;
    transition:background .2s ease,transform .2s ease
}
.polno-share .fa:hover{
    background:var(--lf-green,#79c142);
    transform:translateY(-2px);
    opacity:1
}
.kritr.polno-comms,.kritr.polno-rels{
    margin-top:22px
}
.kritr-header{
    margin-bottom:12px
}
.polno-rels{
    padding:22px;
    box-shadow:0 18px 38px rgba(0,0,0,.2)
}
.polno-rels .kartochka-title,.polno-rels-title{
    color:#fff
}
.polno-comms{
    border:1px solid #ececec
}
.kritr-cont.fx-row{
    gap:22px
}
.full-comms,.add-comms{
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:16px;
    padding:16px
}
.comm-item{
    background:#fff;
    border:1px solid #eeeeee;
    border-radius:14px;
    padding:14px 16px;
    min-height:auto;
    box-shadow:0 8px 22px rgba(0,0,0,.04)
}
.comm-one{
    border-bottom:1px solid #f0f0f0;
    padding-bottom:8px;
    margin-bottom:8px
}
.comm-two{
    color:#444;
    line-height:1.65
}
.comm-three-left>a{
    color:#4c8f22;
    border-bottom-color:rgba(76,143,34,.35)
}
.add-comm-form input,.add-comm-form textarea,.add-comms input,.add-comms textarea,.form-wrap input[type="text"],.form-wrap input[type="password"],.form-wrap textarea,.search-page input[type="text"],.search-page select{
    border:1px solid #dedede;
    border-radius:12px;
    background:#fff;
    transition:border-color .2s ease,box-shadow .2s ease
}
.add-comm-form input:focus,.add-comm-form textarea:focus,.form-wrap input:focus,.form-wrap textarea:focus,.search-page input:focus{
    border-color:var(--lf-green,#79c142);
    box-shadow:0 0 0 3px rgba(121,193,66,.14)
}
.ac-inputs{
    gap:12px
}
.ac-submit button,.form-submit button,.login-btn button,.search-page input[type="button"],.search-page button{
    border-radius:12px;
    background:var(--lf-green,#79c142);
    box-shadow:0 10px 22px rgba(121,193,66,.28);
    transition:transform .2s ease,background .2s ease,box-shadow .2s ease
}
.ac-submit button:hover,.form-submit button:hover,.login-btn button:hover,.search-page input[type="button"]:hover,.search-page button:hover{
    background:#8fd84e;
    transform:translateY(-1px);
    box-shadow:0 14px 26px rgba(121,193,66,.34)
}
.bottom-nav{
    margin-top:24px
}
.pagi-load a,.navigation a,.navigation span{
    border-radius:12px
}
.pagi-load a{
    background:#111;
    color:#fff;
    transition:background .2s ease,transform .2s ease
}
.pagi-load a:hover{
    background:var(--lf-green,#79c142);
    transform:translateY(-1px)
}
.login-box{
    border:1px solid #ececec;
    box-shadow:0 24px 60px rgba(0,0,0,.25)
}
.login-avatar{
    background:#111;
    color:var(--lf-green,#79c142)
}
.login-menu a{
    transition:background .2s ease,color .2s ease
}
.login-menu a:hover{
    background:#111;
    color:#fff
}
.login-btm a{
    color:#4c8f22;
    border-bottom-color:rgba(76,143,34,.35)
}
.us-prof,.search-page,.form-wrap,article.full .sect-about-text,.sect-about-text,.berrors{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:22px;
    box-shadow:0 12px 30px rgba(0,0,0,.08)
}
.usp-left{
    background:#111;
    color:#fff;
    border-radius:16px;
    padding:18px
}
.usp-right{
    padding:8px 0 8px 22px
}
.usp-name h1{
    color:#111
}
.usp-activ>div{
    border-radius:14px;
    background:rgba(255,255,255,.08)
}
.usp-btn a,.usp-btn button{
    border-radius:12px;
    background:var(--lf-green,#79c142);
    color:#fff
}
.sub-title h1,.form-wrap h1,.mtitle span{
    color:#111
}
.full-text{
    color:#3f3f3f;
    line-height:1.7
}
.full-text h2,.full-text h3,.full-text h4,.full-text h5{
    color:#111
}
.full-text a{
    color:#4c8f22
}
@media screen and (max-width:950px){
    .polno-lists{
        display:block
    }
    .polno-list{
        width:100%;
        margin-bottom:12px
    }
    .polno-list-wide{
        margin-top:0
    }
    .kritr-cont.fx-row{
        display:block
    }
    .full-comms,.add-comms{
        width:100%;
        margin-bottom:16px
    }
    .add-comms>form{
        position:static
    }
    .usp-cols{
        display:block
    }
    .usp-right{
        padding:18px 0 0 0
    }
}
@media screen and (max-width:760px){
    .polno-cols,.polno-left{
        display:block
    }
    .polno-left-img{
        width:210px;
        margin:0 auto 18px auto
    }
    .polno-left-desc h1:after,.polno-rels-title:after,.login-title:after,.sub-title h1:after,.form-wrap h1:after{
        width:44px
    }
    .polno-ctrl{
        display:block;
        padding-right:0
    }
    .polno-light,.polno-fav,.polno-compl{
        display:inline-block;
        margin:10px 12px
    }
    .ac-inputs{
        display:block
    }
    .ac-inputs input{
        width:100%;
        margin-bottom:10px
    }
}
@media screen and (max-width:470px){
    .polno-desc,.polno-list,.full-comms,.add-comms,.us-prof,.search-page,.form-wrap,article.full .sect-about-text,.sect-about-text{
        border-radius:12px;
        padding:14px
    }
    .polno-left-img{
        width:190px
    }
    .polno-share .fa{
        width:42px
    }
}
.full.ignore-select{
    overflow:visible
}
.full .polno-main{
    margin:0 -20px 24px -20px;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,.12)
}
.full .polno-cols{
    align-items:stretch
}
.full .polno-left{
    padding:22px;
    gap:22px;
    box-sizing:border-box
}
.full .polno-left-img{
    width:210px;
    min-width:210px;
    margin-right:0
}
.full .polno-left-img-in{
    border-radius:12px;
    overflow:hidden;
    background:#111;
    box-shadow:0 8px 22px rgba(0,0,0,.18)
}
.full .polno-poster,.full .polno-poster img{
    border-radius:12px 12px 0 0
}
.full .polno-left-desc{
    min-width:0
}
.full .polno-left-desc h1{
    margin:0 0 14px 0;
    font-size:24px;
    line-height:1.28;
    font-weight:700;
    color:#111
}
.full .polno-desc{
    margin-bottom:18px;
    padding:14px 16px;
    border-left:4px solid #79c142;
    border-radius:10px;
    background:#f7f7f7;
    color:#444;
    font-size:14px;
    line-height:1.65
}
.full .srt-inf-txt{
    color:#111
}
.full .polno-lists{
    align-items:flex-start;
    gap:12px 18px
}
.full .polno-list{
    width:calc(50% - 9px);
    margin:0;
    padding:0;
    line-height:1.55;
    font-size:13px
}
.full .polno-list-wide{
    width:100%;
    margin-top:4px
}
.full .polno-list li{
    padding:6px 0;
    border-bottom:1px solid #ededed
}
.full .polno-list li:last-child{
    border-bottom:0
}
.full .polno-list li>span:first-child{
    color:#111;
    font-weight:700
}
.full .polno-list a{
    color:#4f9a24;
    border-bottom-color:rgba(121,193,66,.45)
}
.full .polno-rates{
    gap:8px;
    padding-top:8px!important;
    border-bottom:0!important
}
.full .polno-rate{
    width:auto;
    min-width:82px;
    padding:0 10px;
    height:32px;
    line-height:32px;
    border-radius:999px;
    background:#fff;
    box-shadow:inset 0 0 0 2px #79c142;
    color:#111
}
.full .polno-subtitle{
    width:100%;
    margin:18px 0 0 0;
    padding:15px 18px;
    border-radius:12px;
    border:1px solid #e8e8e8;
    background:#f8f8f8;
    color:#111;
    font-size:18px;
    line-height:1.35;
    text-align:center;
    box-sizing:border-box
}
.full .polno-player{
    margin:0;
    border-radius:14px;
    overflow:hidden;
    background:#050505;
    box-shadow:0 10px 28px rgba(0,0,0,.16)
}
.full .polno-ctrl{
    min-height:46px;
    padding-right:14px;
    background:#111;
    border-bottom:1px solid rgba(255,255,255,.08);
    box-sizing:border-box
}
.full .polno-player .tabs-sel span{
    height:46px;
    line-height:46px;
    padding:0 18px;
    color:#e8e8e8;
    border-right:1px solid rgba(255,255,255,.08)
}
.full .polno-player .tabs-sel span.current,.full .polno-player .tabs-sel span:hover{
    background:#79c142;
    color:#fff;
    text-decoration:none
}
.full .polno-light,.full .polno-fav,.full .polno-compl{
    white-space:nowrap
}
.full .video-box iframe,.full .video-box video,.full .video-box object,.full .video-box embed,.full .video-box frame{
    display:block;
    width:100%;
    height:430px;
    background:#000
}
.full .pos.polno-subtitle{
    margin:18px 18px 0 18px;
    width:auto;
    background:#fff
}
.full .polno-share{
    padding:14px;
    background:#fff;
    border-top:1px solid #ececec
}
.full .polno-share .fa{
    border-radius:999px
}
.full .polno-comms{
    margin:0 0 24px 0;
    padding:20px;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 22px rgba(0,0,0,.08)
}
.full .polno-comms .kritr-cont{
    gap:20px;
    align-items:flex-start
}
.full .full-comms,.full .add-comms{
    width:calc(50% - 10px);
    box-sizing:border-box
}
.full .polno-rels{
    margin:0;
    padding:20px;
    border-radius:14px;
    background:#111;
    color:#fff;
    position:static;
    box-shadow:0 8px 22px rgba(0,0,0,.12)
}
.full .polno-rels .kritr-cont{
    margin:0 -8px -16px -8px
}
.full .polno-rels-title{
    padding-bottom:12px;
    color:inherit
}
@media screen and (max-width:760px){
    .full .polno-main{
        margin-left:-10px;
        margin-right:-10px;
        border-radius:12px
    }
    .full .polno-left{
        display:block;
        padding:16px
    }
    .full .polno-left-img{
        width:210px;
        min-width:0;
        margin:0 auto 18px auto
    }
    .full .polno-left-desc h1{
        font-size:20px;
        text-align:center
    }
    .full .polno-list,.full .polno-list-wide{
        width:100%
    }
    .full .polno-ctrl{
        display:block;
        padding:0
    }
    .full .polno-player .tabs-sel{
        width:100%
    }
    .full .polno-player .tabs-sel span{
        padding:0 14px
    }
    .full .polno-light,.full .polno-fav,.full .polno-compl{
        display:none
    }
    .full .video-box iframe,.full .video-box video,.full .video-box object,.full .video-box embed,.full .video-box frame{
        height:300px
    }
    .full .polno-comms .kritr-cont{
        display:block
    }
    .full .full-comms,.full .add-comms{
        width:100%
    }
    .full .add-comms{
        margin-top:18px
    }
}
@media screen and (max-width:470px){
    .full .video-box iframe,.full .video-box video,.full .video-box object,.full .video-box embed,.full .video-box frame{
        height:240px
    }
    .full .polno-left-desc h1{
        font-size:18px
    }
    .full .polno-desc{
        padding:12px
    }
}
.lf-full-page{
    color:#161616
}
.lf-full-card{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:18px;
    box-shadow:0 14px 36px rgba(0,0,0,.12);
    overflow:hidden;
    margin:0 0 24px 0
}
.lf-full-top{
    display:grid;
    grid-template-columns:235px minmax(0,1fr);
    gap:26px;
    padding:26px 26px 16px 26px;
    box-sizing:border-box;
    align-items:start
}
.lf-poster-col{
    min-width:0
}
.lf-poster-box{
    background:#111;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,.22);
    border:1px solid rgba(0,0,0,.12)
}
.lf-poster-img{
    position:relative;
    overflow:hidden;
    background:#111
}
.lf-poster-img img{
    display:block;
    width:100%;
    height:auto;
    transition:transform .25s ease,filter .25s ease
}
.lf-poster-box:hover .lf-poster-img img{
    transform:scale(1.025);
    filter:brightness(1.04)
}
.lf-poster-ratings{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:10px;
    background:linear-gradient(180deg,#151515 0%,#0f0f0f 100%)
}
.lf-score{
    min-height:45px;
    border-radius:14px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-weight:800;
    line-height:1.1;
    box-sizing:border-box
}
.lf-likebar b{
    position:absolute;
    color:#fff
}
.lf-score span{
    font-size:18px
}
.lf-score small{
    font-size:11px;
    margin-top:4px;
    font-weight:700
}
.lf-score-kp{
    color:#fff;
    background:linear-gradient(135deg,#ff7a00,#ffb000);
    box-shadow:0 8px 18px rgba(255,122,0,.28)
}
.lf-score-imdb{
    color:#111;
    background:linear-gradient(135deg,#f5c518,#ffdd45);
    box-shadow:0 8px 18px rgba(245,197,24,.28)
}
.lf-likebar{
    display:grid;
    grid-template-columns:44px 1fr 44px;
    align-items:center;
    gap:7px;
    padding:0 10px 12px 10px;
    background:#0f0f0f
}
.lf-likebar .rate-plus,.lf-likebar .rate-minus{
    width:38px;
    height:38px;
    line-height:38px;
    text-align:center;
    border-radius:14px;
    cursor:pointer;
    margin:0;
    transition:transform .2s ease,opacity .2s ease
}
.lf-likebar .rate-plus:hover,.lf-likebar .rate-minus:hover{
    transform:translateY(-2px);
    opacity:.9
}
.lf-likebar .rate-plus .fa,.lf-likebar .rate-minus .fa{
    margin:0;
    width:38px;
    height:38px;
    line-height:38px;
    border-radius:12px;
    color:#fff;
    font-size:18px
}
.lf-likebar .rate-plus .fa{
    background:#79c142
}
.lf-likebar .rate-minus .fa{
    background:#e74c3c
}
.lf-votes{
    min-height:38px;
    color:#fff;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-radius:14px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08)
}
.lf-votes b{
    font-size:16px;
    line-height:1
}
.lf-votes span{
    font-size:11px;
    color:rgba(255,255,255,.68);
    margin-top:3px
}
.lf-info-col h1{
    margin:0;
    font-size:20px;
    line-height:1.22;
    color:#111;
    font-weight:800;
    letter-spacing:-.3px
}
.lf-title-line{
    width:64px;
    height:4px;
    border-radius:10px;
    background:#79c142;
    margin:14px 0 22px 0
}
.lf-story-box{
    background:#fff;
    border:1px solid #e4e4e4;
    border-left:5px solid #79c142;
    border-radius:16px;
    padding:18px 20px;
    color:#383838;
    line-height:1.75;
    font-size:15px;
    box-shadow:0 10px 24px rgba(0,0,0,.06)
}
.lf-story-box span{
    color:#4a981d;
    font-weight:800
}
.lf-details-block{
    padding:0 26px 22px 26px
}
.lf-meta-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 28px;
    margin-top:0;
    padding:18px 22px;
    background:#fbfbfb;
    border:1px solid #e8e8e8;
    border-radius:16px;
    box-shadow:0 8px 22px rgba(0,0,0,.05)
}
.lf-meta-item{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:10px 0;
    border-bottom:1px dashed #dddddd;
    min-width:0
}
.lf-meta-item:nth-last-child(-n+2){
    border-bottom:0
}
.lf-meta-wide{
    grid-column:span 2
}
.lf-meta-item i{
    width:30px;
    height:30px;
    min-width:30px;
    border-radius:9px;
    background:#79c142;
    color:#fff;
    text-align:center;
    line-height:30px;
    font-size:14px;
    box-shadow:0 6px 14px rgba(121,193,66,.25)
}
.lf-meta-item p{
    margin:0;
    color:#333;
    line-height:1.45;
    min-width:0
}
.lf-meta-item b{
    color:#111
}
.lf-meta-item a{
    color:#4c951f;
    border-bottom:1px dotted rgba(76,149,31,.45)
}
.lf-action-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
    margin:0 26px 24px 26px;
    border:1px solid #e5e5e5;
    border-radius:16px;
    overflow:hidden;
    background:#fff
}
.lf-action{
    min-height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#222;
    font-weight:700;
    text-decoration:none!important;
    border-right:1px solid #e5e5e5;
    cursor:pointer
}
.lf-action:last-child{
    border-right:0
}
.lf-action .fa{
    color:#79c142;
    font-size:20px
}
.lf-action-play .fa{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    background:#79c142;
    color:#fff
}
.lf-action:hover{
    background:#f8f8f8;
    color:#111
}
.lf-watch-title{
    margin:0 26px 20px 26px;
    padding:16px 20px;
    border-radius:14px;
    background:#f8f8f8;
    border:1px solid #e8e8e8;
    color:#111;
    font-size:18px;
    line-height:1.35;
    text-align:center
}
.lf-full-page .polno-player{
    margin:0 26px 24px 26px;
    border-radius:16px;
    background:#111;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.18)
}
.lf-full-page .polno-ctrl{
    min-height:52px;
    background:#111;
    border-bottom:1px solid rgba(255,255,255,.08)
}
.lf-full-page .polno-player .tabs-sel span{
    height:52px;
    line-height:52px;
    padding:0 24px;
    color:#fff;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.08)
}
.lf-full-page .polno-player .tabs-sel span.current,.lf-full-page .polno-player .tabs-sel span:hover{
    background:#79c142;
    color:#fff
}
.lf-full-page .polno-light{
    color:#fff;
    padding-right:16px
}
.lf-full-page .video-box iframe,.lf-full-page .video-box video,.lf-full-page .video-box object,.lf-full-page .video-box embed,.lf-full-page .video-box frame{
    display:block;
    width:100%;
    height:470px;
    background:#000
}
.lf-watch-title-bottom{
    margin-top:0
}
.lf-full-page .polno-share{
    margin:0 26px 26px 26px;
    padding:14px 16px;
    border-radius:14px;
    background:#f8f8f8;
    border:1px solid #e8e8e8
}
.lf-full-page .polno-comms,.lf-full-page .polno-rels{
    border-radius:16px;
    box-shadow:0 10px 26px rgba(0,0,0,.08)
}
@media screen and (max-width:960px){
    .lf-full-top{
        grid-template-columns:215px minmax(0,1fr);
        gap:20px;
        padding:20px 20px 12px 20px
    }
    .lf-info-col h1{
        font-size:24px
    }
    .lf-details-block{
        padding:0 20px 20px 20px
    }
    .lf-meta-grid{
        grid-template-columns:1fr
    }
    .lf-meta-wide{
        grid-column:span 1
    }
    .lf-meta-item:nth-last-child(-n+2){
        border-bottom:1px dashed #dddddd
    }
    .lf-meta-item:last-child{
        border-bottom:0
    }
}
@media screen and (max-width:760px){
    .lf-full-card{
        border-radius:14px
    }
    .lf-full-top{
        display:block;
        padding:16px
    }
    .lf-poster-box{
        max-width:220px;
        margin:0 auto 20px auto
    }
    .lf-info-col h1{
        font-size:22px;
        text-align:center
    }
    .lf-title-line{
        margin-left:auto;
        margin-right:auto
    }
    .lf-story-box{
        padding:16px;
        font-size:14px
    }
    .lf-details-block{
        padding:0 16px 18px 16px
    }
    .lf-meta-grid{
        padding:14px 16px
    }
    .lf-action-row{
        grid-template-columns:1fr;
        margin:0 16px 18px 16px
    }
    .lf-action{
        border-right:0;
        border-bottom:1px solid #e5e5e5
    }
    .lf-action:last-child{
        border-bottom:0
    }
    .lf-watch-title{
        margin:0 16px 16px 16px;
        font-size:18px
    }
    .lf-full-page .polno-player{
        margin:0 16px 18px 16px
    }
    .lf-full-page .polno-ctrl{
        display:block
    }
    .lf-full-page .polno-player .tabs-sel span{
        padding:0 12px;
        font-size:13px
    }
    .lf-full-page .polno-light{
        display:none
    }
    .lf-full-page .video-box iframe,.lf-full-page .video-box video,.lf-full-page .video-box object,.lf-full-page .video-box embed,.lf-full-page .video-box frame{
        height:300px
    }
    .lf-full-page .polno-share{
        margin:0 16px 18px 16px
    }
}
body {
    background: #0c0c0c url("../images/lordix_bg.png") center -180px / cover fixed no-repeat;
}
body:before{
    content:'';
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.34) 42%,rgba(0,0,0,.62) 100%);
    
    z-index:0
}
.karkas{
    position:relative;
    z-index:1
}
.karkas-main{
    background:rgba(237,237,237,.96);
    backdrop-filter:blur(2px)
}
.lf-likebar{
    grid-template-columns:1fr 1.05fr 1fr;
    gap:10px;
    padding:12px
}
.lf-likebar b{
    position:static!important;
    color:inherit
}
.lf-likebar .rate-plus,.lf-likebar .rate-minus{
    width:auto;
    height:58px;
    line-height:normal;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    flex-direction:column;
    border-radius:14px;
    color:#fff;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:none
}
.lf-likebar .rate-plus .fa,.lf-likebar .rate-minus .fa{
    width:auto;
    height:auto;
    line-height:1;
    background:transparent!important;
    font-size:18px
}
.lf-likebar .rate-plus{
    color:#79c142
}
.lf-likebar .rate-minus{
    color:#ff624f
}
.lf-likebar .rate-plus b,.lf-likebar .rate-minus b{
    font-size:15px;
    line-height:1;
    color:#fff
}
.lf-likebar .rate-plus small,.lf-likebar .rate-minus small{
    font-size:10px;
    line-height:1;
    color:rgba(255,255,255,.6);
    font-weight:600
}
.lf-votes{
    min-height:58px
}
.lf-votes b{
    font-size:18px;
    color:#fff
}
.lf-votes span{
    font-size:11px
}
.lf-site-rating{
    margin:0 26px 20px 26px;
    padding:16px 18px;
    border-radius:16px;
    background:linear-gradient(180deg,#fff 0%,#f8f8f8 100%);
    border:1px solid #e7e7e7;
    box-shadow:0 8px 22px rgba(0,0,0,.06)
}
.lf-site-rating-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:10px;
    color:#111;
    font-weight:800
}
.lf-site-rating-head span{
    font-size:15px
}
.lf-site-rating-percent{
    font-size:22px;
    color:#4e9b20
}
.lf-site-rating-track{
    height:13px;
    border-radius:999px;
    background:#e9e9e9;
    overflow:hidden;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.12)
}
.lf-site-rating-fill{
    height:100%;
    width:0;
    border-radius:999px;
    background:linear-gradient(90deg,#ff624f 0%,#f5c518 45%,#79c142 100%);
    transition:width .6s ease
}
.lf-site-rating-note{
    margin-top:8px;
    color:#777;
    font-size:12px
}
@media screen and (max-width:760px){
    body{
        background-attachment: scroll;
background-size: auto 620px;
background-position: center -80px;
    }
    .lf-site-rating{
        margin:0 16px 18px 16px;
        padding:14px
    }
    .lf-likebar{
        grid-template-columns:1fr
    }
    .lf-likebar .rate-plus,.lf-likebar .rate-minus,.lf-votes{
        min-height:48px;
        height:48px
    }
}

.lf-poster-box{
    overflow:hidden!important;
}
.lf-poster-ratings{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    padding:12px 12px 0!important;
}
.lf-score{
    min-height:54px!important;
    border-radius:12px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
    font-weight:800!important;
}



.lf-score-imdb{
    background:linear-gradient(135deg,#ffe04b,#ffcf14)!important;
    color:#111!important;
}
.lf-likebar-clean{
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    gap:0!important;
    margin:14px 12px 16px!important;
    background:#101010!important;
    border-radius:16px!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:none!important;
    color:#fff!important;
}
.lf-likebar-clean:before,.lf-likebar-clean:after{
    display:none!important;
    content:none!important;
}
.lf-rate-cell{
    height:86px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    background:transparent!important;
    border-radius:0!important;
    border:0!important;
    box-shadow:none!important;
    cursor:pointer!important;
    color:#fff!important;
    text-align:center!important;
    min-width:0!important;
    position:relative!important;
}
.lf-rate-cell+.lf-rate-cell{
    border-left:1px solid rgba(255,255,255,.09)!important;
}
.lf-rate-cell .fa{
    font-size:22px!important;
    line-height:1!important;
    margin:0!important;
}
.lf-rate-cell b{
    font-size:18px!important;
    line-height:1!important;
    color:#fff!important;
    font-weight:800!important;
    display:block!important;
}
.lf-rate-cell small{
    font-size:10px!important;
    line-height:1.2!important;
    color:rgba(255,255,255,.68)!important;
    text-transform:none!important;
    font-weight:600!important;
    display:block!important;
}
.lf-rate-like .fa{
    color:#65c83b!important;
}
.lf-rate-votes .fa{
    color:#f4f4f4!important;
}
.lf-rate-dislike .fa{
    color:#e8483c!important;
}
.lf-rate-like:hover{
    background:rgba(101,200,59,.13)!important;
}
.lf-rate-dislike:hover{
    background:rgba(232,72,60,.13)!important;
}
.lf-site-rating-clean{
    margin:20px 0!important;
    padding:18px 20px!important;
    background:#fff!important;
    border:1px solid #e7e7e7!important;
    border-radius:16px!important;
    box-shadow:0 12px 28px rgba(0,0,0,.08)!important;
    color:#111!important;
}
.lf-site-rating-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:20px!important;
    margin-bottom:12px!important;
    font-weight:800!important;
    color:#151515!important;
}
.lf-site-rating-head span{
    font-size:15px!important;
    color:#151515!important;
}
.lf-site-rating-percent{
    font-size:20px!important;
    color:#45a52b!important;
    white-space:nowrap!important;
}
.lf-site-rating-track{
    height:15px!important;
    border-radius:999px!important;
    background:#e8e8e8!important;
    overflow:hidden!important;
    box-shadow:inset 0 2px 5px rgba(0,0,0,.1)!important;
}
.lf-site-rating-fill{
    height:100%!important;
    width:0%;
    border-radius:999px!important;
    background:linear-gradient(90deg,#5cc538 0%,#93d73a 55%,#ffd72d 100%)!important;
    transition:width .4s ease!important;
}
.lf-site-rating-note{
    margin-top:10px!important;
    color:#777!important;
    font-size:13px!important;
}
.lf-full-card{
    background:rgba(255,255,255,.97)!important;
}
@media(max-width:760px){
    .lf-likebar-clean{
        margin:12px 10px 14px!important
    }
    .lf-rate-cell{
        height:76px!important
    }
    .lf-rate-cell .fa{
        font-size:20px!important
    }
    .lf-rate-cell b{
        font-size:16px!important
    }
    .lf-site-rating-clean{
        padding:15px!important
    }
    .lf-site-rating-head{
        align-items:flex-start!important;
        flex-direction:column!important;
        gap:6px!important
    }
}
