@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-SemiBold.woff) format('woff');
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Regular.woff) format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswaldbold.woff2) format('woff2'), url(../fonts/Oswaldbold.woff) format('woff');
    font-style: normal;
    font-weight: 700;
    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;
    background: #111 url(../images/bg.jpg) center top no-repeat;
    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;
   
}

.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):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):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, .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, .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, .1)
}

input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: .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: 24px;
    font-weight: 600
}

.hmenu>li>a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.wrap {
    min-width: 320px;
    position: relative;
    padding-top: 250px
}

.wrap-center {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.wrap-main {
    background-color: #ededed;
    box-shadow: 0 0 60px rgba(0, 0, 0, .5)
}

.header {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    transition: top .2s linear;
    position: relative;
    z-index: 1003
}

.header-in {
    padding: 0 20px
}

.content {
    padding: 20px
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.header.sticky-hide {
    top: -70px
}

.header.sticky-vis {
    top: 0
}

.footer {
    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, .2)
}

.logo {
    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: 34px
}



.btn-login {
    height: 34px;
    line-height: 34px;
    margin-left: 10px
}

.hmenu {
    padding: 0 20px 0 40px
}

.hmenu>li {
    margin-right: 20px;
    position: relative
}

.hmenu>li>a {
    display: block;
    height: 70px;
    line-height: 70px;
    opacity: .6;
    font-size: 16px
}

.hmenu>li:hover>a,
.hmenu>li>a.is-active {
    opacity: 1;
    box-shadow: inset 0 -3px #79c142;
    color: #79c142
}

.hidden-menu {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    z-index: 1002;
    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
}

.hm-col {
    width: 33.33%;
    float: left
}

.hm-col li {
    height: 26px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 10px
}

.hm-col a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    opacity: .8;
    margin: 0 -10px;
    padding: 0 10px;
    font-size: 13px;
    display: block
}

.hm-col a:hover {
    background-color: #79c142;
    color: #fff;
    opacity: 1
}

.hmenu>li:hover .hidden-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px)
}

.one-col {
    width: 180px
}

.one-col .hm-col {
    width: 100%
}

.kino-sctn__title {
    margin-bottom: 10px
}

.sect {
    margin-bottom: 20px
}

.sect-header {
    margin-bottom: 10px
}

.sect-title {
    font-size: 18px;
    font-weight: 600
}

.sect-items {
    margin: 0 -5px -10px -5px
}

.sect-title,
.sect-tabs span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top
}

.sect-title {
    background-color: #79c142;
    color: #fff;
    margin-right: 20px
}

a.sect-title:hover {
    text-decoration: underline
}

.sect-title .fa {
    margin-left: 10px;
    font-size: 14px
}

.sect-tabs span.is-active {
    background-color: #fff
}

.sect-tabs span:not(.is-active):hover {
    background-color: #e1e1e1;
    cursor: pointer
}

.sect-cont>.fa {
    font-size: 100px;
    color: #CCC;
    display: block;
    text-align: center
}

.th-item {
    float: left;
    width: 16.66%;
    padding: 0 5px;
    margin-bottom: 10px
}

.th-in {
    display: block;
    position: relative;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25)
}

.th-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%
}

.th-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 10px;
    color: #fff;
    text-align: center
}

.th-title {
    font-weight: 600
}

.th-year {
    font-size: 12px;
    margin-top: 3px;
    opacity: .8
}

.th-rates {
    margin-top: 3px
}

.th-rate:before {
    content: attr(data-text);
    display: inline;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 600
}

.th-rate-kp:before {
    color: #f60
}

.th-rate-imdb:before {
    color: #fc0
}

.th-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
}

.th-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    z-index: 11
}

.with-mask:hover .th-mask {
    opacity: 1
}

.th-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
}

.desc-text {
    background-color: #e1e1e1;
    margin: 0 -20px -20px -20px;
    padding: 20px
}

.desc-text h1,
.desc-text h2,
.desc-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.desc-text p {
    line-height: 1.7;
    font-size: 13px
}

.desc-text p+p {
    margin-top: 10px
}

.desc-text p+h1,
.desc-text p+h2,
.desc-text p+h3 {
    margin-top: 10px
}

.desc-text a {
    text-decoration: underline;
    color: #79c142
}

.desc-text ul li {
    list-style-type: disc;
    margin-left: 40px
}

.ft-desc {
    width: 50%;
    padding-top: 55px;
    background: url(../images/ft-logo.png) left -15px no-repeat
}

.ft-counter {
    margin-top: 20px
}

.ft-menu p,
.ft-menu li {
    color: #fff;
    margin-bottom: 10px
}

.footer a:not(:hover) {
    color: #ccc
}

.ft-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
}

.fmain {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    margin: 0 -20px
}

.fright {
    width: 280px;
    padding: 20px;
    padding-bottom: 1px;
    background-color: #e1e1e1
}

.fleft {
    padding: 20px
}

.fleft-img {
    width: 200px;
    margin-right: 20px
}

.fposter {
    border-radius: 3px 3px 0 0
}

.fleft-img-in {
    box-shadow: 0 0 0 1px #ccc, 2px 3px 3px 0 rgba(0, 0, 0, .1);
    border-radius: 3px
}

.fleft-desc h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.fedit {
    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, .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: .8
}

.fdesc {
    margin-bottom: 5px;
    color: #404040;
    font-size: 14px;
    line-height: 1.4;
    background-color: #f7f7f7;
    padding: 10px 10px;
    border-radius: 5px
}

.fdesc.slice-masked {
    margin-bottom: 0
}

.slice {
    overflow: hidden;
    position: relative;
    transition: height .2s
}

.slice-masked:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    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, .1);
    text-align: center;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 3px
}

.flist {
    width: 48%;
    line-height: 1.7;
    font-size: 13px
}

.flist li>span:first-child {
    font-weight: 600;
    color: #000
}

.flist li {
    border: 2px solid #ededed;
    padding: 4px 5px;
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: #f7f7f7
}

.flist a {
    color: #79c142;
    border-bottom: 1px dotted #79c142
}

.flist-wide {
    width: 100%
}

.frate {
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    width: 48%;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 600
}

.frate:before {
    content: attr(data-text);
    display: inline;
    margin-right: 3px;
    text-transform: uppercase
}

.frate-kp {
    box-shadow: inset 0 0 0 2px #f60;
    background: url(../images/kp.svg) 6px center / 20px no-repeat
}

.frate-imdb {
    box-shadow: inset 0 0 0 2px #fc0;
    background: url(../images/imdb.svg) 6px center / 20px no-repeat
}

.flist li.frates {
    background-color: #fff;
    border: none
}

.fsubtitle {
    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)
}

.fplayer {
    position: relative
}

.fctrl {
    background-color: #1e1e1e;
    color: #ccc;
    padding-right: 20px
}

.fplayer .tabs-sel {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0
}

.fplayer .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
}

.fplayer .tabs-sel span.current {
    background-color: #79c142;
    color: #fff
}

.fplayer .tabs-sel span:hover {
    text-decoration: underline
}

.js .tabs-b {
    background-color: #000;
    display: none
}

.js .tabs-b.visible {
    display: block
}

.sbt {
    margin-bottom: 5px;
    font-size: 13px
}

.fcompl a,
.ffav a {
    color: #ccc
}

.fcompl a:hover,
.ffav a:hover,
.ffav span:hover {
    color: #fff;
    cursor: pointer
}

.fcompl,
.ffav {
    margin-left: 20px
}

.flight {
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    display: inline-block
}

.flight:before,
.flight:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s
}

.flight:before {
    height: 20px;
    margin-top: -10px;
    width: 40px;
    border-radius: 4px;
    background: #444;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .8);
    left: 0
}

.flight: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, .8);
    display: none
}

.light-off .flight:after {
    left: 21px;
    background-color: #79c142
}

.light-off .light-overlay {
    display: block
}

.light-off .fplayer {
    z-index: 99999
}

.light-off #gotop {
    z-index: 10
}

#lordpars {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    border: none
}

.playButtonBackground {
    background-color: #79c142
}

.fshare {
    padding: 10px;
    text-align: center;
    white-space: nowrap
}

.fshare .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
}

.fshare .fa:hover {
    opacity: .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
}

.frels {
    margin: 0 -20px;
    margin-top: -20px;
    padding: 20px;
    background-color: #111;
    color: #fff;
    position: relative;
    bottom: -20px
}

.frels-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px
}

.fcomms {
    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%;
    display: block;
    width: 100%;
    height: 500px
}

.mejs-container {
    max-width: 100%
}

.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
}

.abuse {
    font-weight: 600;
    line-height: 30px
}

.flists {
    padding: 0 20px
}

.list-kp {
    padding: 0
}

li.thre {
    margin-bottom: 10px
}

.list-btm {
    margin-bottom: 20px
}

.rasp_ser {
    padding: 20px
}

.rasp_ser h3 {
    font-size: 16px
}

.add-comms {}

.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, .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: .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: .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: .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
}

.pod {
    margin: 5px 0;
    font-weight: 600
}

.pos {
    text-align: center;
    padding: 10px 10px
}

.pos h2 {
    font-size: 16px
}

.login-overlay,
.mmenu-overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .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, .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, .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, .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,
.fright .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, .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: 0
}

body.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.side-panel .hmenu {
    margin: 0;
    padding: 0
}

.side-panel .hmenu>li {
    width: 100%;
    margin: 0;
    padding: 0
}

.side-panel .hmenu>li>a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    color: #444
}

.side-panel .search-wrap,
.side-panel .btn-login {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0
}

.side-panel .hidden-menu {
    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 .hm-col {
    width: 50%
}

.side-panel .one-col .hm-col {
    width: 100%
}



@media screen and (max-width:950px) {
    .wrap-center {
        max-width: 768px
    }
    .th-item {
        width: 25%
    }
    .content,
    .header-in,
    .footer,
    .desc-text {
        padding-left: 10px;
        padding-right: 10px
    }
    .desc-text {
        margin-left: -10px;
        margin-right: -10px
    }
    .footer {
        text-align: center;
        display: block
    }
    .ft-desc {
        padding-top: 0;
        padding-bottom: 20px;
        background-image: none;
        width: 100%
    }
    .fmain,
    .fsubtitle,
    .frels {
        margin-left: -10px;
        margin-right: -10px
    }
    .fleft,
    .fright,
    .fsubtitle,
    .frels {
        padding-left: 10px;
        padding-right: 10px
    }
    .fsubtitle {
        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) {
    .wrap-center {
        max-width: 640px
    }
    .th-item {
        width: 33.33%
    }
    .fleft-img {
        margin: 0 auto 20px auto
    }
    .fleft-desc {
        min-width: 100%
    }
    .flist {
        width: 100%;
        margin-bottom: 5px
    }
    .flight,
    .fcompl,
    .ffav {
        display: none
    }
    .dcont button {
        font-size: 12px;
        padding: 0 15px
    }
    .comments-tree-list .comments-tree-list {
        padding-left: 0
    }
    .comments-tree-list .comments-tree-list:before {
        display: none
    }
    .mass_comments_action {
        display: none
    }
}

@media screen and (max-width:590px) {
    .wrap-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
    }
    .fleft-desc h1 {
        text-align: center
    }
    .sbt {
        text-align: center
    }
    .ui-dialog {
        width: 100%
    }
    .upop-left,
    .upop-right {
        float: none;
        width: 100%;
        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
    }
    .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) {
    .wrap-center22 {
        max-width: 320px
    }
    #lordpars {
        height: 300px
    }
    .th-item {
        width: 50%
    }
    .wrap {
        padding-top: 0;
        overflow: hidden
    }
    body {
        background-image: none
    }
    .video-box embed,
    .video-box object,
    .video-box video,
    .video-box iframe,
    .video-box frame {
        height: 250px
    }
}

html,
body {
    background: #111
}

.wrap {
    padding-top: 72px;
    background: #111
}

.wrap-center {
    max-width: 1100px
}

.wrap-main {
    overflow: visible;
    background: #f3f5f6;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .45)
}

.content {
    padding: 18px 18px 0
}

.header {
    min-height: 72px;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .08)
}

.header-in {
    min-height: 72px;
    padding: 0 18px
}

.logo {
    display: flex;
    align-items: center;
    width: 190px;
    min-width: 190px;
    height: 72px
}

.logo img {
    display: block;
    width: 180px;
    max-width: none;
    height: auto
}

.hmenu {
    padding: 0 18px 0 22px
}

.hmenu>li {
    margin-right: 18px
}

.hmenu>li>a {
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    letter-spacing: .02em;
    opacity: .72
}

.hmenu>li:hover>a,
.hmenu>li>a.is-active {
    color: #79c142;
    opacity: 1;
    box-shadow: inset 0 -3px #79c142
}

.search-box input,
.search-box input:focus {
    height: 34px;
    line-height: 34px;
    border: 1px solid #dfe5e8;
    border-radius: 4px;
    background: #fff
}

.search-box button {
    padding: 0;
    background: transparent;
    color: #79c142;
    font-size: 16px;
    width: 40px;
    box-shadow: none
}

.btn-login {
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase
}

.footer {
    align-items: center;
    padding: 22px 18px;
    background: #161616;
    color: #d0d0d0
}

.ft-desc {
    width: auto;
    min-height: 44px;
    padding: 42px 0 0;
    background: url(../images/ft-logo.png) left top/150px auto no-repeat
}

.ft-menu {
    margin-left: auto
}

.sect {
    margin-bottom: 24px
}

.sect-header {
    position: relative;
    margin-bottom: 14px
}

.sect-title {
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    border-radius: 4px;
    background: #79c142;
    box-shadow: none;
    font-size: 16px
}

.sect-title .fa {
    margin-left: 8px;
    font-size: 12px
}

.sect-tabs {
    margin-left: 10px
}

.sect-tabs span {
    height: 34px;
    line-height: 34px;
    padding: 0 13px;
    border-radius: 18px;
    background: transparent;
    color: #555;
    font-size: 13px
}

.sect-tabs span.is-active {
    background: #eaf5e5;
    color: #4f9d23;
    font-weight: 700
}

.sect-tabs span:not(.is-active):hover {
    background: #f0f2f3
}

.sect-more {
    margin-left: auto;
    color: #79c142;
    font-size: 13px;
    font-weight: 700
}

.lf-home-hero,
.lf-section-row,
.lf-cat-list,
.lf-v3-comments,
.lf-v3-related {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06)
}

.lf-home-hero {
    padding: 18px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .07)
}

.lf-slider-box {
    position: relative;
    overflow: visible
}

.lf-slider-viewport {
    overflow: hidden;
    width: 100%
}

.lf-slider-track {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    overflow: visible;
    transition: transform .35s ease;
    will-change: transform
}

.lf-slider-track:after {
    display: none
}

.lf-slider-track .th-item {
    float: none;
    flex: 0 0 16.6666%;
    width: 16.6666%;
    max-width: 16.6666%;
    padding: 0 7px;
    margin-bottom: 0
}

.lf-slider-arrow {
    position: absolute;
    top: 45%;
    z-index: 20;
    width: 34px;
    height: 50px;
    border: 0;
    border-radius: 17px;
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .18);
    cursor: pointer;
    transform: translateY(-50%)
}

.lf-slider-prev {
    left: -17px
}

.lf-slider-next {
    right: -17px
}

.lf-slider-arrow:hover {
    background: #79c142;
    color: #fff
}

.lf-slider-dots {
    min-height: 22px;
    padding-top: 14px;
    text-align: center
}

.lf-slider-dots span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 50%;
    background: #d4d9dc;
    cursor: pointer;
    transition: background-color .2s, transform .2s
}

.lf-slider-dots span.is-active {
    background: #79c142;
    transform: scale(1.25)
}

.lf-section-row {
    padding: 18px
}

.lf-section-row .sect-header {
    padding-top: 16px;
    border-top: 1px solid #eef0f2
}

.lf-section-row .sect-title {
    margin-right: 18px;
    padding-left: 0;
    background: #fff;
    color: #222
}

.search-box button {
    position: absolute;
    right: 0;
   line-height: 34px !important;
    z-index: 10;
    padding: 0 !important;
    background: transparent;
    color: #79c142;
    font-size: 16px;
    width: 40px;
    height: 34px !important;
    box-shadow: none
}

.lf-section-row .sect-title:before {
    display: none
}

.lf-section-row .sect-cont,
.lf-v3-related .sect-cont {
    margin: 0 -7px -14px
}

.lf-section-row .th-item,
.lf-v3-related .th-item {
    width: 16.6666%;
    padding: 0 7px;
    margin-bottom: 14px
}

.lf-section-row .sect-tabs span {
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    border-radius: 15px;
    font-size: 12px
}

.lf-section-row .sect-tabs span.is-active {
    background: #79c142;
    color: #fff
}

.th-in {
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    transition: transform .18s, box-shadow .18s
}

.th-in:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .14)
}

.th-img:before {
    height: 62%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .72) 62%, rgba(0, 0, 0, .96) 100%)
}

.th-desc {
    padding: 10px 7px 8px
}

.th-title {
    min-height: 28px;
    font-size: 12px;
    line-height: 1.18
}

.th-year {
    font-size: 11px;
    opacity: .9
}

.th-rates {
    justify-content: center;
    gap: 8px;
    font-size: 11px
}

.th-rate-kp:before {
    color: #ff6b00
}

.th-rate-imdb:before {
    color: #ffd21c
}



.desc-text {
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06)
}

.lf-cat-head {
    margin: 0 0 22px;
    padding: 24px 28px 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06)
}

.lf-cat-head h1 {
    margin-bottom: 8px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.lf-cat-head h1:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 25px;
    margin: 0 12px -5px 0;
    border-radius: 3px;
    background: #79c142
}

.lf-cat-head p {
    max-width: 760px;
    color: #555;
    font-size: 14px;
    line-height: 1.6
}

.lf-cat-list {
    padding: 18px
}

.lf-cat-list .sect-cont {
    margin: 0 -8px -16px
}

.lf-cat-list .th-item {
    width: 16.6666%;
    padding: 0 8px;
    margin-bottom: 16px
}

.lf-cat-list+.bottom-nav,
.bottom-nav {
    padding: 18px 0 24px
}

.pagi-load a {
    height: 40px;
    line-height: 40px;
    padding: 0 70px;
    border-radius: 4px;
    background: #79c142;
    color: #fff;
    box-shadow: none;
    font-weight: 700
}

.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev>span,
.pnext>span {
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #e1e5e8
}

.navigation span,
.pagi-nav a:hover {
    background: #79c142;
    color: #fff
}

.full.lf-v3-full {
    max-width: 100%
}

.lf-v3-main {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08)
}

.lf-v3-top {
    align-items: flex-start;
    gap: 26px;
    padding: 24px 24px 16px
}

.lf-v3-poster-col {
    width: 245px;
    flex: 0 0 245px
}

.lf-v3-poster-card {
    position: relative;
    overflow: visible;
    border: 1px solid #e4e9ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.lf-v3-poster-card .fposter {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #eef0f1;
    box-shadow: 0 0 0 1px #e6eaec
}

.lf-v3-poster-card .fposter img {
    display: block;
    width: 100%
}

.lf-v3-poster-card .flikes {
    position: relative;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: #fff
}

.lf-v3-poster-card .slide-circle {
    position: absolute;
    left: 50%;
    top: -29px;
    z-index: 4;
    width: 58px;
    height: 58px;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 6px #f5f6f7, 0 8px 18px rgba(0, 0, 0, .2);
    transform: translateX(-50%)
}

.lf-v3-poster-card .slide-circle canvas {
    width: 58px !important;
    height: 58px !important;
}

.lf-v3-poster-card .slide-circle>div {
    padding-top: 16px;
    color: #333;
    font-size: 18px
}

.lf-v3-poster-card .rate-plus,
.lf-v3-poster-card .rate-minus {
    line-height: 64px;
    color: #333;
    font-weight: 700
}

.lf-v3-poster-card .rate-plus .fa,
.lf-v3-poster-card .rate-minus .fa {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px
}

.lf-v3-poster-card .psc,
.lf-v3-poster-card .msc {
    color: #333;
    font-weight: 700
}

.lf-v3-poster-ratings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #edf0f2;
    border-radius: 0 0 8px 8px;
    background: #fbfcfd
}

.lf-v3-poster-ratings .lf-v3-age {
    grid-column: 1/-1;
    justify-self: start;
    height: 28px;
    margin-bottom: 2px;
    padding: 0 10px;
    line-height: 28px;
    border-radius: 6px
}

.lf-v3-poster-ratings .frate {
    width: 100%;
    height: 34px;
    margin: 0;
    padding-left: 34px;
    line-height: 34px;
    text-align: left;
    border-radius: 6px;
    background-color: #fff;
    background-position: 9px center;
    font-size: 13px
}

.lf-v3-poster-ratings .frate:before {
    margin-right: 5px
}

.lf-v3-info-col h1 {
    margin: 2px 0 4px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25
}

.lf-v3-info-col .sbt {
    margin-bottom: 12px;
    color: #888;
    font-size: 13px
}

.lf-v3-info-col .fdesc {
    margin: 14px 0 0;
    padding: 15px 16px 15px 18px;
    border: 1px solid #e9edf0;
    
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #fbfcfd);
    color: #333;
    font-size: 14px;
    line-height: 1.62
}

.lf-v3-info-col .tw-inf-txt {
    display: inline-block;
    margin-right: 4px;
    color: #111;
    font-weight: 700
}

.lf-v3-wide-blocks {
    margin: 0 24px 20px;
    padding: 18px;
    border: 1px solid #e5eaed;
    border-radius: 10px;
    background: #f8fafb;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .04)
}

.lf-v3-wide-title {
    margin: 0 0 14px;
    color: #111;
    font-size: 18px;
    font-weight: 700
}

.lf-v3-wide-title .fa {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    line-height: 30px;
    border-radius: 50%;
    background: #edf8e7;
    color: #79c142;
    text-align: center
}

.lf-v3-info-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
    border: 1px solid #e6ebee;
    border-radius: 8px;
    background: #f8fafb
}

.lf-v3-wide-blocks .lf-v3-info-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent
}

.lf-v3-fact {
    position: relative;
    min-height: 50px;
    padding: 7px 8px 7px 42px;
    border: 1px solid #eef1f2;
    border-radius: 7px;
    background: #fff
}

.lf-v3-wide-blocks .lf-v3-fact {
    align-self: start;
    min-height: 62px;
    height: auto;
    padding: 10px 10px 10px 46px;
    border-color: #e7ecef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .025)
}

.lf-v3-fact>span.fa {
    position: absolute;
    left: 12px;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #eef8ea;
    color: #79c142;
    text-align: center
}

.lf-v3-wide-blocks .lf-v3-fact>span.fa {
    top: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px
}

.lf-v3-fact b {
    display: block;
    margin-bottom: 2px;
    color: #777;
    font-size: 12px;
    font-weight: 600
}

.lf-v3-wide-blocks .lf-v3-fact b {
    color: #6b747a;
    text-transform: none
}

.lf-v3-fact em {
    display: block;
    color: #111;
    font-style: normal;
    font-size: 13px;
    line-height: 1.32
}

.lf-v3-wide-blocks .lf-v3-fact em {
    color: #222
}

.lf-v3-fact a {
    color: #5cae2c;
    border-bottom: 1px dotted #5cae2c
}

.lf-v3-fact em a,
.lf-v3-fact em .lf-chip {
    display: inline-block;
    margin: 3px 4px 2px 0;
    padding: 4px 8px;
    border: 1px solid #d8edce;
    border-radius: 14px;
    background: #f0f9eb;
    color: #4b9d24;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: top
}

.lf-v3-fact em a:hover {
    border-color: #79c142;
    background: #79c142;
    color: #fff
}

.lf-v3-fact--translation {
    grid-column: 1/-1;
    min-height: 0;
    padding: 12px 14px 12px 48px;
    background: linear-gradient(180deg, #fff, #fbfdf9)
}

.lf-v3-fact--translation>span.fa {
    top: 14px
}

.lf-v3-fact--translation b {
    margin-bottom: 7px
}

.lf-v3-fact--translation em {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 82px;
    overflow-y: auto;
    padding-right: 4px;
    line-height: 1
}

.lf-v3-fact--translation em a,
.lf-v3-fact--translation em .lf-chip {
    margin: 0;
    white-space: nowrap
}

.lf-v3-cast {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e7ecef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .025);
    overflow: hidden
}

.lf-v3-cast-title {
    margin-bottom: 10px;
    color: #111;
    font-size: 16px;
    font-weight: 700
}

.lf-v3-cast-title .fa {
    margin-right: 7px;
    color: #79c142
}

.lf-v3-cast-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 10px;
    scrollbar-color: #b8c2c8 #f2f4f5;
    scrollbar-width: thin
}

.lf-v3-cast-list::-webkit-scrollbar,
.lf-v3-fact--translation em::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.lf-v3-cast-list::-webkit-scrollbar-track,
.lf-v3-fact--translation em::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f4f5
}

.lf-v3-cast-list::-webkit-scrollbar-thumb,
.lf-v3-fact--translation em::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b8c2c8
}

.lf-v3-cast-list a,
.lf-v3-cast-list .lf-v3-cast-tag {
    display: flex;
    flex: 0 0 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    min-height: 78px;
    padding: 10px 8px;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    background: #f8fafb;
    color: #111;
    text-align: center;
    font-size: 12px;
    line-height: 1.25
}

.lf-v3-cast-list a:before,
.lf-v3-cast-list .lf-v3-cast-tag:before {
    content: "\f007";
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
    line-height: 34px;
    border-radius: 50%;
    background: #dfe4e7;
    color: #9aa4aa;
    font-family: 'FontAwesome';
    font-size: 16px
}

.lf-v3-cast-list a:hover {
    border-color: #79c142;
    background: #f4fbf0;
    color: #4d9d25
}

.lf-v3-cast-list br {
    display: none
}

.lf-v3-cast-list>* {
    white-space: normal
}

.fsubtitle {
    width: auto;
    margin: 0;
    padding: 16px 24px;
    border-top: 1px solid #eef1f2;
    background: #fff;
    text-align: left;
    font-size: 16px
}

.lf-v3-player {
    border-top: 0
}

.lf-v3-player .fctrl {
    min-height: 42px;
    padding-right: 14px;
    background: #161616
}

.lf-v3-player .tabs-sel span {
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    background: #111
}

.lf-v3-player .tabs-sel span.current,
.lf-v3-player .tabs-sel span:first-child {
    background: #79c142;
    color: #fff
}

.lf-v3-player .video-box,
.lf-v3-player #lordpars {
    position: relative;
    height: 430px;
    min-height: 430px;
    overflow: hidden;
    background: #202020
}

.lf-v3-player #lordpars .player,
.lf-v3-player #lordpars video-player,
.lf-v3-player .video-box .player,
.lf-v3-player .video-box video-player {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px
}

.lf-v3-player .video-box iframe,
.lf-v3-player .video-box video,
.lf-v3-player .video-box embed,
.lf-v3-player .video-box object {
    height: 430px;
    min-height: 430px
}

.lf-v3-player .playButtonBackground,
.lf-v3-player .play-button,
.lf-v3-player .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lf-v3-episodes-wrap {
    padding: 16px 24px;
    border-bottom: 1px solid #eef1f2;
    background: #fff
}

.lf-v3-episodes-title {
    margin: 0 0 10px;
    color: #222;
    font-size: 16px;
    font-weight: 700
}

.lf-v3-episodes-title span {
    color: #79c142
}

.lf-episodes-season {
    overflow: hidden;
    border: 1px solid #e4e9ec;
    border-radius: 8px;
    background: #fff
}

.lf-episodes-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 14px;
    border-bottom: 1px solid #e9edf0;
    background: #f8fafb;
    font-weight: 700
}

.lf-episodes-head a {
    color: #777;
    font-size: 12px
}

.lf-episodes-table {
    width: 100%;
    border-collapse: collapse;
    color: #222;
    font-size: 13px
}

.lf-episodes-table tr+tr {
    border-top: 1px solid #edf0f2
}

.lf-episodes-table td {
    padding: 10px 12px;
    vertical-align: middle
}

.lf-ep-num {
    width: 22%;
    color: #666
}

.lf-ep-title {
    width: 40%
}

.lf-ep-date {
    width: 22%;
    color: #666
}

.lf-ep-status {
    text-align: right;
    color: #79c142
}

.lf-ep-status .fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #eff8ea;
    text-align: center;
    font-size: 10px
}

.lf-episodes-more {
    padding: 10px 12px;
    border-top: 1px solid #edf0f2;
    text-align: center
}

.lf-episodes-more a {
    color: #79c142;
    font-weight: 700
}

.fshare {
    padding: 18px 24px 8px;
    text-align: left
}

.fshare .pod {
    display: inline-block;
    margin: 0 14px 0 0;
    font-weight: 700;
    vertical-align: middle
}

.fshare .fa {
    width: 34px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    border-radius: 4px
}

.pos {
    padding: 8px 24px 18px;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 1.5
}

.lf-v3-comments {
    margin-top: 20px;
    padding: 20px;
    overflow: visible
}

.lf-v3-comments .sect-cont {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 20px;
    align-items: start;
    overflow: visible
}

.lf-v3-comments .full-comms {
    width: 100%;
    min-width: 0
}

.lf-v3-comments .add-comms {
    position: sticky;
    top: 86px;
    align-self: start;
    width: 100%
}

.lf-v3-comments .add-comms:before {
    content: "Написать рецензию";
    display: block;
    margin: 0 0 10px;
    color: #111;
    font-size: 16px;
    font-weight: 700
}

.comm-item.lf-v3-comment {
    display: flex;
    min-height: 0;
    margin: 0 0 14px;
    padding: 14px;
    gap: 12px;
    border: 1px solid #e5eaed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04)
}

.comm-avatar {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #eef8ea;
    color: #79c142;
    text-align: center;
    font-size: 16px
}

.comm-one {
    white-space: normal
}

.comm-one>span.comm-author,
.comm-one>span.comm-author a {
    color: #58a52c;
    font-size: 14px
}

.comm-two {
    padding-top: 5px;
    color: #222;
    font-size: 14px;
    line-height: 1.55
}

.comm-three {
    padding-top: 7px
}

.lf-v3-comment+.lf-v3-comment {
    margin-top: 14px
}

.lf-v3-comments .add-comm-form,
.add-comm-form {
    padding: 14px;
    border: 1px solid #edf0f2;
    border-radius: 10px;
    background: #fbfcfd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04)
}

.lf-v3-comments .ac-textarea textarea {
    min-height: 180px
}

.ac-textarea textarea {
    height: 120px;
    border-radius: 6px;
    box-shadow: none
}

.add-comms input,
.add-comms textarea,
.ac-submit button {
    box-shadow: none
}

.ac-submit button {
    border-radius: 4px;
    font-weight: 700
}

.lf-v3-related {
    margin: 20px 0 0;
    padding: 20px;
    color: #111
}

.lf-v3-related .frels-title {
    color: #111
}

@media screen and (max-width:1220px) {
    .wrap {
        padding-top: 0
    }
    .logo {
        width: 180px;
        min-width: 180px
    }
    .logo img {
        width: 170px
    }
}

@media screen and (max-width:1220px) {
    .wrap-center {
        max-width: 1000px
    }
    .header .hmenu,
    .header .search-wrap,
    .header .btn-login {
        display: none
    }
    .btn-menu {
        display: block;
        font-size: 34px;
        cursor: pointer
    }
    #gotop {
        display: none
    }
    .not-logged .login-avatar {
        display: none
    }
    .login-close {
        top: -5px
    }
    .login-title {
        font-size: 18px
    }
    .login-box {
        max-width: calc(100% - 60px);
        padding: 15px
    }
    .sect-header.fx-start {
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto
    }
    .sect-header.fx-start>* {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px
    }
    .sect-tabs span,
    .sect-title {
        padding: 0 10px
    }
    .fright {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .fright .frels-title {
        display: none
    }
    .fright .filter-btn {
        width: 100%;
        display: block
    }
    .fright .filter-wrap {
        padding: 20px 15px
    }
    .video-box embed,
    .video-box object,
    .video-box video,
    .video-box iframe,
    .video-box frame {
        height: 400px
    }
}


@media screen and (max-width:950px) {
    .lf-slider-track .th-item {
        flex-basis: 25%;
        width: 25%;
        max-width: 25%
    }
    .lf-home-hero .th-item,
    .lf-section-row .th-item,
    .lf-cat-list .th-item,
    .lf-v3-related .th-item {
        width: 25%
    }
    .lf-v3-top {
        display: block;
        padding: 18px
    }
    .lf-v3-poster-col {
        width: 220px;
        margin: 0 auto 18px
    }
    .lf-v3-info-panel,
    .lf-v3-wide-blocks .lf-v3-info-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .lf-v3-comments .sect-cont {
        grid-template-columns: 1fr
    }
    .lf-v3-comments .add-comms {
        position: static
    }
    .content {
        padding: 12px 10px 0
    }
}

@media screen and (max-width:760px) {
    .header-in {
        min-height: 60px
    }
    .logo {
        width: 170px;
        min-width: 170px;
        height: 60px
    }
    .logo img {
        width: 160px
    }
    .lf-slider-track .th-item {
        flex-basis: 33.333%;
        width: 33.333%;
        max-width: 33.333%
    }
    .lf-home-hero .th-item,
    .lf-section-row .th-item,
    .lf-cat-list .th-item,
    .lf-v3-related .th-item {
        width: 33.333%
    }
    .lf-v3-wide-blocks {
        margin: 0 18px 18px;
        padding: 14px
    }
    .lf-v3-info-panel,
    .lf-v3-wide-blocks .lf-v3-info-panel {
        grid-template-columns: 1fr
    }
    .lf-v3-info-col h1 {
        text-align: left;
        font-size: 21px
    }
    .lf-v3-rating-line {
        flex-wrap: wrap
    }
    .lf-v3-player .video-box,
    .lf-v3-player #lordpars,
    .lf-v3-player #lordpars .player,
    .lf-v3-player #lordpars video-player,
    .lf-v3-player .video-box .player,
    .lf-v3-player .video-box video-player,
    .lf-v3-player .video-box iframe,
    .lf-v3-player .video-box video,
    .lf-v3-player .video-box embed,
    .lf-v3-player .video-box object {
        height: 330px;
        min-height: 330px
    }
    .lf-episodes-table td {
        display: block;
        width: 100%;
        padding: 4px 12px
    }
    .lf-episodes-table tr {
        display: block;
        padding: 8px 0
    }
    .fshare {
        text-align: center
    }
}

@media screen and (max-width:590px) {
    .lf-slider-track .th-item {
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0 5px
    }
    .fshare .pod {display: block; margin-bottom: 5px;}
    .lf-v3-info-col h1 {text-align: center;}
    .lf-home-hero .th-item,
    .lf-section-row .th-item,
    .lf-cat-list .th-item,
    .lf-v3-related .th-item {
        width: 50%
    }
    .lf-home-hero,
    .lf-section-row,
    .lf-cat-list,
    .lf-cat-head,
    .lf-v3-comments,
    .lf-v3-related {
        padding: 14px
    }
    .sect-tabs {
        display: block;
        margin: 8px 0 0
    }
    .sect-more {
        display: none !important
    }
    .lf-v3-poster-ratings {
        grid-template-columns: 1fr
    }
    .lf-v3-fact--translation {
        grid-column: auto
    }
    .lf-v3-player .video-box,
    .lf-v3-player #lordpars,
    .lf-v3-player #lordpars .player,
    .lf-v3-player #lordpars video-player,
    .lf-v3-player .video-box .player,
    .lf-v3-player .video-box video-player,
    .lf-v3-player .video-box iframe,
    .lf-v3-player .video-box video,
    .lf-v3-player .video-box embed,
    .lf-v3-player .video-box object {
        height: 280px;
        min-height: 280px
    }
}