/* Datalife Engine template 
name: Cool Serial,
creation date: 13 april 2020, 
version dle: 12-14
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; 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: 15px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #d5d5d5; background: #1e1e1f; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #d5d5d5; text-decoration: none;}
a:hover, a:focus {color: #44bf34; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 24px;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'Montserrat' !important;}

.button, .btn, .ayb-pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, 
button:not(.color-btn):not([class*=fr]):not(.ayb-search-btn):not([class*=owl-]), 
html input[type="button"], input[type="reset"], input[type="submit"], .ayb-meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
border-radius: 10px; cursor: pointer; font-weight: 500;
background-color: #181818; color:#d5d5d5; font-size: 15px;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.ayb-pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):not([class*=fr]):not(.ayb-search-btn):not([class*=owl-]):hover, 
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .ayb-meta-fav a:hover 
{background-color: black; 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: #141414; color: #d5d5d5;}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #44bf34, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #d5d5d5; opacity: 1; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.ayb-img-box, .ayb-img-wide, .ayb-img-resp, .ayb-img-resp-vert, .ayb-img-fit {overflow: hidden; position: relative;}
.ayb-img-resp {padding-top: 70%;}
.ayb-img-resp-vert {padding-top: 140%;}
.ayb-img-box img, .ayb-img-resp img, .ayb-img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.ayb-img-resp img, .ayb-img-resp-vert img {position: absolute; left: 0; top: 0;}
.ayb-img-wide img {width: 100%; display: block;}
.ayb-img-fit img {width: 100%; height: 100%; object-fit: cover;}
.ayb-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.ayb-fx-row, #dle-content {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;}
.ayb-fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.ayb-fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.ayb-fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.ayb-fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.ayb-fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.ayb-fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.ayb-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;}
.ayb-fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .ayb-fw700 {font-weight: 600;}
.ayb-icon-left [class*="fa-"], .ayb-icon-left .ayb-icon {margin-right: 10px;}
.ayb-icon-right [class*="fa-"], .ayb-icon-right .ayb-icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .ayb-popular-item-img:before, .ayb-short-item a, .ayb-sidebar a, .ayb-header-btn, 
.ayb-short-img, .ayb-footer a, .ayb-side-nav a {transition: all .3s;}
.ayb-mtitle, .ayb-sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 24px !important; font-weight: 600;}
#dle-content > * {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.ayb-wrap {min-width:320px; position: relative; padding: 30px;}
.ayb-wrap-center {max-width:1300px; margin:0 auto; position:relative; z-index:20;}
.ayb-wrap-main {background-color: #1c1c1c; border-radius: 20px; box-shadow: 0 15px 30px rgba(0,0,0,0.8);}
.header {padding: 20px 40px; background-color: #18181a; border-radius: 20px 20px 0 0;}
.ayb-cols {padding: 40px 40px;}
.ayb-main {min-height: 100vh;}
.ayb-sidebar {width: 300px; margin-right: 40px;}
.ayb-footer {background: #101010 url(../images/logo.svg) 40px 12px / 40px no-repeat; 
padding: 20px 40px 20px 90px; color: #9a9a9a; border-radius: 0 0 10px 10px;}
.ayb-footer a {color: #44bf34; text-decoration: underline;}

#gotop{position:fixed; width:60px; height:60px; line-height:60px; right:10px; bottom:10px;
z-index:990; display:none; background-color:#101010; color:#9a9a9a; cursor:pointer; font-size:24px; 
border-radius:50%; text-align:center; box-shadow: 0 23px 57px rgba(0,0,0,0.6);}


/* HEADER
----------------------------------------------- */
.ayb-logo {display: block; height: 50px; line-height: 60px; color: #d5d5d5; font-weight: 300; margin-top: -10px;
	font-size: 34px; background: url(../images/logo.webp) 0 center / 40px no-repeat; padding-left: 30px;}
.ayb-logo span {font-weight: 600; color: #44bf34;}
.ayb-logo span.logo-domain {color: #9a9a9a; font-size: 18px; font-weight: 300;}
.ayb-header-btn {padding: 0 40px;}
.ayb-search-wrap {position:relative; margin: 0 20px 0 40px;}
.ayb-search-box input, .ayb-search-box input:focus {padding: 0 50px 0 16px; border-radius: 10px;}
.ayb-search-box input:not(:focus)::placeholder {color: #d5d5d5; opacity: 1; font-size: 12px;} 
.ayb-search-box button {position:absolute; right:0px; top:0px; z-index:10; width: 50px; cursor: pointer; 
background: none; color: #d5d5d5; line-height: 40px; text-align: center; border-radius: 0 20px 20px 0;}

.ayb-carou-content {height: 200px;}
.ayb-carou-sect {padding: 20px 40px; background-color: #101010;}
.ayb-carou-title {font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.ayb-popular-item-img {display: block; border-radius: 10px; height: 200px;}
.ayb-popular-item-title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
	padding: 20px; color: #d5d5d5; font-weight: 500; word-wrap: break-word;}
.ayb-popular-item-img:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 70%; 
	background: linear-gradient(to bottom, transparent 0%,#1c1c1c 100%); opacity: 1;}
.ayb-popular-item:hover .ayb-popular-item-img:before, .ayb-popular-item:hover .ayb-popular-item-title {opacity: 0;}


/* SIDEBAR
----------------------------------------------- */
.ayb-side-box {margin-bottom: 40px;}
.ayb-side-bt {font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.ayb-mb-remove {margin-bottom: -20px;}

.ayb-nav-col {width: 55%;}
.ayb-nav-col + .ayb-nav-col {width: 40%;}
.ayb-nav-title {font-weight: 500; margin-bottom: 9px;}
.ayb-nav-menu + .ayb-nav-title {margin-top: 12px;}
.ayb-nav-menu a {display:block; padding: 5px 0; font-size: 13px; color: #9a9a9a;}
.ayb-nav-menu a:hover, a.short-title:hover, .ayb-side-popular-item:hover .ayb-side-popular-item-title 
{text-decoration: underline; color: #44bf34;}

.ayb-side-popular-item {margin-bottom: 20px;}
.ayb-side-popular-item-img {width: 70px; height: 90px; border-radius: 6px; margin-right: 20px;}
.ayb-side-popular-item-title {font-weight: 500;}
.ayb-side-popular-item-info {color: #9a9a9a; margin-top: 10px; font-size: 13px;}
.ayb-side-popular-item-date {color: #9a9a9a; margin-top: 10px; font-size: 11px; font-weight: 300;}

.ayb-side-recommend-item {display: block; margin-bottom: 20px; width: 46.6%;}
.ayb-side-recommend-item-img {border-radius: 10px;}
.ayb-side-recommend-item:hover {opacity: 0.8;}

.lcomm {margin-bottom: 20px;}
.ltitle {display: block; line-height: 1; font-weight: 300; font-size: 13px; margin-top: 10px; padding-left: 2px;}
.ltext {line-height: 1.3; background-color: #252424; padding: 10px; border-radius: 10px;}
.lmeta {font-size: 13px; margin: 10px 0; color: #9a9a9a; font-weight: 300;}
.ldate, .ayb-lav, .lname {display: inline-block; vertical-align: middle; margin-right: 7px;}
.ayb-lav {width: 20px; height: 20px; border-radius: 50%;}
.lcomm .comm-letter {line-height: 20px; font-size: 12px;}
.lname {color: #9a9a9a; font-weight: 400;}


/* SECTION
----------------------------------------------- */
.ayb-sect {margin-bottom: 40px;}
.ayb-sect-header {margin-bottom: 20px;}
.ayb-sect:last-child {margin-bottom: 0;}
.ayb-sect-title {font-weight: 600; font-size: 24px;}
.ayb-sect-title [class*=fa-], .ayb-side-bt [class*=fa-], .speedbar [class*=fa-], .ayb-carou-title [class*=fa-] {color: #44bf34; margin-right: 15px;}
.sorter, .ayb-sect-link {position:relative; cursor:pointer; height: 30px; line-height: 30px; margin-left: 15px;
    padding: 0 10px; background-color: #252424; border-radius: 6px; font-size: 13px; display: block;}
.sorter:before {content:attr(data-label); display: inline-block; vertical-align: top;}
.sorter > span {display: inline-block; vertical-align: top; margin-left: 2px;}
.sorter form {display:none; background-color:#101010; padding:10px; line-height:26px; box-shadow:0 0 15px 0 rgba(0,0,0,0.6); 
position:absolute; right:0; top:100%; width:160px; z-index:999; border-radius: 4px;}
.sorter a:hover {text-decoration:underline;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:"Font Awesome 5 Pro"; 
display:inline-block; margin-left:10px; font-weight: 300;}
.sort li.desc a:after {content:"\f062"}
.sorter:hover, .ayb-sect-link:hover {background-color: #44bf34; color: #fff;}


/* SHORT ITEM
----------------------------------------------- */
.ayb-short-item {margin-bottom: 20px; padding: 20px; border-radius: 10px; background-color: #1e1e1f;}
.ayb-short-img {width: 170px; height: 250px; margin-right: 20px; 
	display: block; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.6);}
.ayb-short-header {margin-bottom: 10px;}
.ayb-short-title {display: block; font-size: 20px; font-weight: 500; line-height: 1.5;}
.ayb-short-text {font-size: 14px; line-height: 1.7;}
.ayb-short-list li {position: relative; margin: 5px 0; 
	font-size: 14px; line-height: 1.5;}
.ayb-short-list li > span:first-child {color: #9a9a9a;}
.ayb-short-list a {color: #44bf34; border-bottom: 1px dotted #44bf34;}
.ayb-short-meta {margin-top: 10px; color: #9a9a9a; font-size: 13px; font-weight: 300;}
.ayb-short-meta-item {margin-right: 20px;}
.ayb-short-rating {line-height: 28px; background-color: #1c1c1c; padding: 0 10px; font-size: 13px;
border-radius: 6px; border: 1px solid rgba(0,0,0,0.8); margin-right: 20px;}
.ayb-short-rating .fa-thumbs-up {color: #83bf45; margin-right: 10px;}
.ayb-short-rating .fa-thumbs-down {color: #ee3442; margin: 0 10px;}
.ayb-short-label {background-color: #44bf34; color: #000; padding: 3px 6px; border-radius: 6px;
position: absolute; left: 10px; top: 10px; z-index: 10; font-size: 12px; font-weight: 500;}
.ayb-short-btn {height: 30px; line-height: 30px; font-size: 12px; padding: 0 10px; 
	border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.6);}
.ayb-short-rate-in {line-height: 30px; border-radius: 6px; text-align: center; font-size: 13px; opacity: 0.7;
padding: 0 6px; margin-left: 10px; font-weight: 500; box-shadow: 0 2px 6px rgba(0,0,0,0.6);}
.ayb-short-rate-in:before {content: attr(data-text); display: inline; margin-right: 3px; text-transform: uppercase;}
.ayb-short-rate-kp {background-color: #f60; color: #fff;}
.ayb-short-rate-imdb {background-color: #fc0; color: #000;}
.mrating {margin-right: 20px; overflow: hidden;}
.mrating a {transition: none}
.ayb-short-img:hover {opacity: 0.8;}


/* SEO DESCRIPTION
----------------------------------------------- */
.ayb-site-desc {line-height: 1.7; color: #9a9a9a; font-size: 14px; padding-top: 40px;}
.ayb-site-desc:before {content: ''; position: absolute; left: 0; top: 0; right: 0; height: 5px;}
.ayb-site-desc h1, .ayb-site-desc h2 {font-size: 18px; font-weight: 500; margin-bottom: 10px; color: #d5d5d5;}
.ayb-site-desc li {list-style-type: disc; margin-left: 40px;}
.ayb-site-desc p {margin-bottom: 10px;}
.ayb-site-desc > *:last-child {margin-bottom: 0;}
.ayb-site-desc a {color: #44bf34; text-decoration: underline;}
.ayb-site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.ayb-bottom-nav {margin-bottom: -10px; text-align: center;}
.navigation a, .navigation span, .ayb-pnext a, .ayb-pprev a, .ayb-pprev > span, .ayb-pnext > span {display:inline-block; padding:0 10px; 
margin:0 10px 10px 0px; line-height: 50px; min-width: 50px; background-color: #252424; 
border-radius: 10px; font-weight: 500; font-size: 18px;}
.navigation span:not(.ayb-nav_ext), .ayb-pagi-nav a:hover {background-color: #44bf34; color:#d5d5d5;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 13px; color: #9a9a9a; margin-bottom: 20px;}
.speedbar .fal {margin-right: 8px;}
.ayb-fleft {width: 200px; margin-right: 20px;}
.ayb-fimg {border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.15);}
.ayb-ftext {margin: 20px 0;}
.ayb-fcols .ayb-short-list li {font-size: 13px;}
.ayb-fcols .ayb-short-meta-item:last-child {margin-right: 0;}
h1 a {margin-left: 10px; font-size: 15px;}
.ayb-fcols {padding: 20px; border-radius: 10px; background-color: #252424;}
.ayb-frels .ayb-popular-item-img:before {background: linear-gradient(to bottom, transparent 0%,#101010 100%); opacity: 1;}

.ayb-fsubtitle {text-align: center; font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.ayb-fplayer {position:relative; background-color: #101010;}
.ayb-fctrl {padding-right: 20px;}
.ayb-fplayer .ayb-tabs-sel span {display:inline-block; padding:0 20px; height:40px; line-height:40px; cursor:pointer; 
background-color: rgba(0,0,0,0.6); font-weight: 500;}
.ayb-fplayer .ayb-tabs-sel span.current {background-color: #44bf34; color: black;}
.ayb-fplayer .ayb-tabs-sel span:hover {text-decoration: underline;}
.ayb-js .ayb-tabs-b {background-color: #000; display: none;}
.ayb-js .ayb-tabs-b.visible {display: block;}
.ayb-fcompl a:hover, .ayb-ffav a:hover, .ayb-ffav span:hover {color: #44bf34; cursor: pointer;}
.ayb-fcompl, .ayb-ffav {margin-left: 20px;}

.ayb-fshare {padding: 10px; text-align:center; white-space:nowrap;}
.ayb-fshare .fab, .ayb-fshare .fas {width:50px; height:30px; border-radius:6px; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin:0 2px; cursor:pointer;}
.ayb-fshare .fa:hover {opacity:0.8;}
.fab.fa-vk {background-color:#5075a5;}
.fab.fa-facebook-f {background-color:#4b6baf;}
.fab.fa-twitter {background-color:#2daae1;}
.fab.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.fas.fa-paper-plane {background-color:#5682a3;}
.ayb-fshare .fa-facebook-f::before {content: "\f39e" !important;}


/* FULL STORY STATIC
----------------------------------------------- */
.ayb-video-box embed, .ayb-video-box object, .ayb-video-box video, .ayb-video-box iframe, .ayb-video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.ayb-full-text {line-height: 1.7; font-size: 15px;}
.ayb-full-text img:not(.emoji) {max-width:100%; margin-top: 10px; margin-bottom: 10px;}
.ayb-full-text > img[style*="left"], .ayb-full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.ayb-full-text > img[style*="right"], .ayb-full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.ayb-full-text a {text-decoration:underline; color:#06c;}
.ayb-full-text a:hover {text-decoration:none;}
.ayb-full-text h2, .ayb-full-text h3, .ayb-full-text h4, .ayb-full-text h5 {margin:10px 0; font-size:24px; font-weight:700;}
.ayb-full-text p {margin-bottom:10px;}
.ayb-full-text > ul, .ayb-full-text > ol {margin:0;}
.ayb-full-text > ul li {list-style:disc; margin-left:40px;}
.ayb-full-text > ol li {list-style:decimal; margin-left:40px;}


/* COMMENTS
----------------------------------------------- */
.ayb-add-comms {margin-bottom: 26px; padding: 20px; background-color: #252424; border-radius: 10px;}
.ayb-ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ayb-ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.ayb-add-comms input, .ayb-add-comms textarea, .ayb-ac-submit button {}
.ayb-ac-protect, .ayb-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: #06c; font-size: 18px;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase;}
.comm-item {font-size: 13px; padding-left: 55px; position: relative; min-height: 40px; margin-bottom: 20px;}
.comm-two {margin: 5px 0 10px 0;}
.comm-one > span {margin-right: 15px; opacity: 0.6;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 500; 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; 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; opacity: 0.8;}
.comm-rate3 a:first-child {top: -5px;}
.comm-rate3 > span {margin: 0 5px;}
.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 {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #9a9a9a; border-bottom: 1px dotted #9a9a9a;}


/* LOGIN
----------------------------------------------- */
.ayb-overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000; cursor: pointer;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #1c1c1c; padding: 30px 60px 40px 60px; border-top: 5px solid #44bf34; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.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: 24px; 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: #101010; color: #9a9a9a;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #44bf34; color: #44bf34; font-size: 13px;}
.login-check {position: relative; font-size: 14px;}
.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: #101010; 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 #101010; border-left: 1px solid #101010;}
.login-menu li {text-align: center; border-right: 1px solid #101010; border-bottom: 1px solid #101010; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 13px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #44bf34;}
.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: #101010; 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%;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {display: none; opacity: 0; transition: opacity .3s linear; width: 100%; position: relative; z-index: 10;}
.owl-carousel .owl-stage {position: relative;
	display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-item {position: relative; min-height: 1px;}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
.owl-carousel.owl-loading, .owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .ayb-fadeOut {animation-name: fadeOut;}
@keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
.owl-height {transition: height 500ms ease-in-out;}
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
.owl-nav {position:absolute; right:0; top:0; z-index: 1;}
.owl-prev, .owl-next {display: block; cursor: pointer; background: none; color: #44bf34; box-shadow: none; 
height: 20px; line-height: 20px; position: absolute; top: -46px; box-shadow: none; font-size: 28px;}
.owl-prev {right:45px; color: #44bf34;}
.owl-next {right:0px;}
.owl-prev:hover, .owl-next:hover {color:#d5d5d5;}


/* ADAPTIVE
----------------------------------------------- */
.ayb-btn-menu {display: none;}
.ayb-side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#1c1c1c;
padding:20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.ayb-side-panel.active {left:0;}
.ayb-close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.ayb-btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s;}
.ayb-btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.ayb-side-panel .ayb-side-nav a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ayb-side-panel .ayb-side-box {margin-bottom: 20px;}

@media screen and (max-width: 1220px) {
.ayb-wrap {padding: 0; overflow: hidden;}
.header, .ayb-footer, .ayb-cols, .ayb-carou-sect {padding-left: 20px; padding-right: 20px; border-radius: 0; background-image: none;}
.ayb-wrap-center {max-width:1100px; border-radius: 0;}
.ayb-sidebar {display: none;}
.ayb-btn-menu {display: block; font-size: 28px; margin-left: 20px; cursor: pointer; color: #44bf34;}
.ayb-cols {padding-top: 20px;}

.ayb-video-box embed, .ayb-video-box object, .ayb-video-box video, .ayb-video-box iframe, .ayb-video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.ayb-wrap-center {max-width:768px;}
.ayb-short-meta-item:not(.mrating-count) {display: none;}
.ayb-footer {display: block; text-align: center;}
.ayb-footer-copyright {margin: 0 0 20px 0;}
}

@media screen and (max-width: 760px) {
.ayb-wrap-center {max-width:640px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.ayb-search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin: 0; margin-top: 20px;}
.ayb-header-btn {padding: 0 10px;}
.ayb-logo {-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; position: relative; margin-right: 20px;}

.ayb-fcols {display: block; padding: 0; background-color: transparent;}
.ayb-fleft {margin: 0 auto 10px auto;}
.ayb-fcols:after {content: ""; display: table; clear: both;}
.ayb-short-rates {width: 100%; margin: 10px 0 0 -10px; justify-content: flex-start;} 
.ayb-fcols .ayb-short-list li {padding-left: 0px;}
.mrating-count {text-align: right; margin-right: 0; margin-left: -20px;}
.ayb-ffav, .ayb-fcompl {display: none;}
.ayb-fplayer .ayb-tabs-sel > span {width: 50%; text-align: center;}
.ayb-fctrl {padding: 0;}
.ayb-fplayer {margin-left: -20px; margin-right: -20px;}

.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) {
.ayb-wrap-center {max-width:480px;}
.ayb-short-item {width: 47% !important; margin-bottom: 10px; padding: 0; background-color: transparent; border: 0;}
.ayb-short-item .ayb-short-img {width: 100%; margin: 0; margin-bottom: 10px; padding-top: 140%; height: auto;}
.ayb-short-item .ayb-short-meta, .ayb-short-item .ayb-short-list, .ayb-short-item .ayb-short-rates, .ayb-sect-title .fal {display: none;}
.ayb-short-item .ayb-short-title {white-space: normal; font-size: 15px;}
.ayb-short-item .ayb-short-img img {position: absolute; left: 0; top: 0;}
.navigation {justify-content: center;}
.ayb-sect-title, .ayb-logo {font-size: 18px;}

.ayb-ac-inputs input {width: 100%;}
.ayb-video-box embed, .ayb-video-box object, .ayb-video-box video, .ayb-video-box iframe, .ayb-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;}
.ayb-attach .ayb-download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.ayb-attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.ayb-wrap-center22 {max-width:360px;}

.ayb-fleft {width: 70%;
    height: 70%;}
.ayb-fimg img {height: 100%; object-fit: cover;}
.ayb-fimg:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 70%; 
	background: linear-gradient(to bottom, transparent 0%,#101010 100%); opacity: 1;}
.ayb-video-box embed, .ayb-video-box object, .ayb-video-box video, .ayb-video-box iframe, .ayb-video-box frame {height:250px;}
}

.ayb-tabs-b { display: none; }
.ayb-tabs-b.visible { display: block; }

.vr-wrap{display:inline-flex;align-items:center;background:#181818;border-radius:12px;border:1px solid #222;overflow:hidden;height:40px}
.vr-btn{display:flex;align-items:center;gap:7px;padding:0 16px;height:100%;cursor:pointer;transition:background 0.2s;position:relative;user-select:none}
.vr-like{border-right:1px solid #222}
.vr-dislike{border-left:1px solid #222}
.vr-like:hover{background:rgba(68,191,52,0.1)}
.vr-dislike:hover{background:rgba(232,78,54,0.1)}
.vr-like.voted{background:rgba(68,191,52,0.15)}
.vr-dislike.voted{background:rgba(232,78,54,0.15)}
.vr-btn svg{width:16px;height:16px;flex-shrink:0;transition:transform 0.25s cubic-bezier(0.34,1.56,0.64,1),filter 0.2s}
.vr-like svg{stroke:#3a7a30}
.vr-dislike svg{stroke:#7a3030}
.vr-like:hover svg{stroke:#44bf34;transform:translateY(-2px) rotate(-8deg);filter:drop-shadow(0 2px 5px rgba(68,191,52,0.5))}
.vr-dislike:hover svg{stroke:#e84e36;transform:translateY(2px) rotate(8deg);filter:drop-shadow(0 2px 5px rgba(232,78,54,0.5))}
.vr-like.voted svg{stroke:#44bf34;filter:drop-shadow(0 0 6px rgba(68,191,52,0.6))}
.vr-dislike.voted svg{stroke:#e84e36;filter:drop-shadow(0 0 6px rgba(232,78,54,0.6))}
.vr-num{font-size:14px;font-weight:700;line-height:1;transition:color 0.2s;min-width:14px;text-align:center}
.vr-like .vr-num{color:#3a7a30}
.vr-dislike .vr-num{color:#7a3030}
.vr-like:hover .vr-num,.vr-like.voted .vr-num{color:#44bf34}
.vr-dislike:hover .vr-num,.vr-dislike.voted .vr-num{color:#e84e36}
.vr-score{padding:0 14px;font-size:13px;font-weight:700;color:#333;letter-spacing:-0.5px;white-space:nowrap;transition:color 0.3s;min-width:42px;text-align:center}
.vr-score.pos{color:#44bf34}
.vr-score.neg{color:#e84e36}
@keyframes vr-pulse-g{0%{box-shadow:inset 0 0 0 0 rgba(68,191,52,0.3)}60%{box-shadow:inset 0 0 0 40px rgba(68,191,52,0)}100%{box-shadow:inset 0 0 0 0 rgba(68,191,52,0)}}
@keyframes vr-pulse-r{0%{box-shadow:inset 0 0 0 0 rgba(232,78,54,0.3)}60%{box-shadow:inset 0 0 0 40px rgba(232,78,54,0)}100%{box-shadow:inset 0 0 0 0 rgba(232,78,54,0)}}
.vr-like.voted{animation:vr-pulse-g 0.5s ease-out}
.vr-dislike.voted{animation:vr-pulse-r 0.5s ease-out}
.vr-particle{position:fixed;border-radius:50%;pointer-events:none;z-index:9999;animation:vr-fly 0.6s ease-out forwards}
@keyframes vr-fly{0%{opacity:1;transform:translate(0,0) scale(1)}100%{opacity:0;transform:translate(var(--tx),var(--ty)) scale(0)}}

.ayb-story-wrap { position: relative; margin-bottom: 12px; }
.ayb-story-collapsed { max-height: 110px; overflow: hidden; transition: max-height 0.4s ease; }
.ayb-story-expanded { max-height: 9999px; transition: max-height 0.6s ease; }

.ayb-story-fade {
  height: 50px;
  margin-top: -80px;
  background: linear-gradient(to bottom, transparent, #1e1e1f);
  pointer-events: none;
  transition: opacity 0.3s;
  position: relative;
  border-radius: 2;
}
.ayb-story-fade.hidden { opacity: 0; pointer-events: none; }

.ayb-story-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding: 5px 12px;
  background: transparent;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  outline: none;
  width: auto;
}
.ayb-story-btn:hover { color: #ccc; border-color: #444; }
.ayb-story-btn svg { transition: transform 0.3s ease; flex-shrink: 0; }
.ayb-story-btn.open svg { transform: rotate(180deg); }



/* =============================================
   LORDFILM — FULLSTORY TEMPLATE
   Unique dark mobile-app design
   ============================================= */

:root {
  --lf-bg:        #0d0f14;
  --lf-surface:   #151820;
  --lf-card:      #1b1f2b;
  --lf-border:    #252a38;
  --lf-accent:    #75e84b;
  --lf-accent2:   #54c93a;
  --lf-text:      #e4e6ef;
  --lf-muted:     #7c8299;
  --lf-label:     #a0a8c0;
  --lf-imdb:      #f5c518;
  --lf-kp:        #ff6600;
  --lf-radius:    14px;
  --lf-radius-sm: 8px;
  --lf-shadow:    0 4px 24px rgba(0,0,0,.55);
}

/* ---- WRAPPER ---- */
.lf-article {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background: var(--lf-bg);
  color: var(--lf-text);
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 32px;
}

/* ---- HERO BLOCK ---- */
.lf-hero {
  display: flex;
  gap: 20px;
  padding: 20px 20px 0;
  align-items: flex-start;
}

/* poster */
.lf-poster-wrap {
  flex: 0 0 160px;
  position: relative;
}
.lf-poster-wrap img {
  width: 160px;
  height: 234px;
  object-fit: cover;
  border-radius: var(--lf-radius);
  display: block;
  box-shadow: var(--lf-shadow);
}
.lf-poster-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.72);
  border: 1px solid var(--lf-border);
  color: var(--lf-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}

/* meta block */
.lf-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* title */
.lf-title-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.lf-title {
  font-size: clamp(17px, 2.8vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: #fff;
  flex: 1;
}
.lf-title a.lf-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--lf-card);
  border: 1px solid var(--lf-border);
  color: var(--lf-muted);
  flex-shrink: 0;
  margin-top: 2px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}
.lf-title a.lf-edit-btn:hover { color: var(--lf-accent); border-color: var(--lf-accent); }

/* ratings row */
.lf-ratings {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.lf-rate-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.lf-rate-pill svg { flex-shrink: 0; }
.lf-rate-kp  { background: rgba(255,102,0,.12); border: 1px solid rgba(255,102,0,.3); color: var(--lf-kp); }
.lf-rate-imdb{ background: rgba(245,197,24,.12); border: 1px solid rgba(245,197,24,.3); color: var(--lf-imdb); }

/* info table */
.lf-info-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lf-info-row {
  display: flex;
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.4;
  align-items: baseline;
}
.lf-info-row .lf-key {
  flex: 0 0 120px;
  color: var(--lf-muted);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lf-info-row .lf-key svg { flex-shrink: 0; }
.lf-info-row .lf-val {
  flex: 1;
  color: var(--lf-text);
}
.lf-info-row .lf-val a {
  color: var(--lf-accent);
  text-decoration: none;
}
.lf-info-row .lf-val a:hover { text-decoration: underline; }

/* ---- SECTION DIVIDER ---- */
.lf-sect {
  margin-top: 16px;
  padding: 0 20px;
}
.lf-sect + .lf-sect { margin-top: 10px; }

/* ---- H2 SUBTITLE ---- */
.lf-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: var(--lf-label);
  line-height: 1.5;
  margin: 16px 20px 0;
  padding: 12px 16px;
  background: var(--lf-card);
  border-left: 3px solid var(--lf-accent);
  border-radius: 0 var(--lf-radius-sm) var(--lf-radius-sm) 0;
}

/* ---- PLAYER ---- */
.lf-player-block {
  margin: 14px 20px 0;
  background: var(--lf-surface);
  border: 1px solid var(--lf-border);
  border-radius: var(--lf-radius);
  overflow: hidden;
}
.lf-player-tabs {
  display: flex;
  gap: 0;
  background: var(--lf-card);
  border-bottom: 1px solid var(--lf-border);
  padding: 0 12px;
}
.lf-player-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lf-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  user-select: none;
}
.lf-player-tab.lf-tab-active,
.lf-player-tab:first-child {
  color: var(--lf-accent);
  border-bottom-color: var(--lf-accent);
}
.lf-player-tab:hover { color: var(--lf-text); }
.lf-video-box {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}
.lf-video-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lf-video-box + .lf-video-box { display: none; }

/* ---- DESCRIPTION ---- */
.lf-desc-block {
  margin: 14px 20px 0;
}
.lf-block-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--lf-label);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 10px;
}
.lf-block-heading svg { color: var(--lf-accent); }
.lf-block-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--lf-border);
}
.lf-story-inner {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--lf-label);
  max-height: 130px;
  overflow: hidden;
  position: relative;
  transition: max-height .45s cubic-bezier(.4,0,.2,1);
}
.lf-story-inner.lf-expanded { max-height: 9999px; }
.lf-story-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: linear-gradient(transparent, var(--lf-bg));
  pointer-events: none;
  transition: opacity .3s;
}
.lf-story-inner.lf-expanded .lf-story-fade { opacity: 0; }
.lf-story-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  background: var(--lf-card);
  border: 1px solid var(--lf-border);
  color: var(--lf-accent);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.lf-story-btn:hover { background: var(--lf-border); border-color: var(--lf-accent); }
.lf-story-btn svg { transition: transform .35s; }
.lf-story-btn.lf-open svg { transform: rotate(180deg); }

/* ---- RELATED ---- */
.lf-related-block {
  margin: 20px 20px 0;
}
.lf-carou-wrap {
  position: relative;
}
#owl-rels { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; }
#owl-rels::-webkit-scrollbar { height: 4px; }
#owl-rels::-webkit-scrollbar-track { background: var(--lf-surface); }
#owl-rels::-webkit-scrollbar-thumb { background: var(--lf-border); border-radius: 4px; }

/* ---- COMMENTS ---- */
.lf-comments-block {
  margin: 20px 20px 0;
}
.lf-comments-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lf-accent);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  border-radius: 10px;
  padding: 1px 7px;
  margin-left: 6px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 600px) {
  .lf-hero { flex-direction: column; gap: 14px; padding: 14px 14px 0; }
  .lf-poster-wrap { flex: 0 0 auto; width: 100%; }
  .lf-poster-wrap img { width: 100%; height: auto; max-height: 360px; object-fit: cover; }
  .lf-info-row .lf-key { flex: 0 0 100px; }
  .lf-subtitle,
  .lf-player-block,
  .lf-desc-block,
  .lf-related-block,
  .lf-comments-block { margin-left: 14px; margin-right: 14px; }
  .lf-sect { padding: 0 14px; }
}
@media (max-width: 400px) {
  .lf-info-row { flex-direction: column; gap: 2px; }
  .lf-info-row .lf-key { flex: none; }
}

/* ── БЛОК РЕЙТИНГА ── */
.lf-rating-block{
  padding:14px 20px 16px;
  background:var(--lf-surface);
  border-top:1px solid var(--lf-border);
}
.lf-rating-label{
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--lf-muted);
  margin-bottom:10px;
}
.lf-rating-btns{
  display:flex;
  gap:10px;
  margin-bottom:14px;
  flex-wrap:wrap;
}
/* кнопка — span, внутри DLE добавит <a> */
.lf-rbtn{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  border:1px solid var(--lf-border);
  background:var(--lf-card);
  transition:background .2s,border-color .2s,transform .1s;
  user-select:none;
}
.lf-rbtn:active{transform:scale(.95)}
/* DLE оборачивает содержимое в <a> */
.lf-rbtn a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:inherit;
  text-decoration:none;
}
.lf-rbtn-up{color:#3ecf6e}
.lf-rbtn-up:hover{background:rgba(62,207,110,.12);border-color:#3ecf6e}
.lf-rbtn-dn{color:#f25757}
.lf-rbtn-dn:hover{background:rgba(242,87,87,.12);border-color:#f25757}
.lf-rbtn-num{font-size:14px;font-weight:800}

/* полоска */
.lf-rating-bar-wrap{
  display:flex;
  align-items:center;
  gap:10px;
}
.lf-rating-bar-track{
  flex:1;
  height:6px;
  background:var(--lf-border);
  border-radius:3px;
  overflow:hidden;
}
.lf-rating-bar-fill{
  height:100%;
  border-radius:3px;
  background:linear-gradient(90deg,#3ecf6e,#2bb85e);
  transition:width .6s cubic-bezier(.4,0,.2,1);
  min-width:0;
  max-width:100%;
}
.lf-rating-bar-pct{
  flex-shrink:0;
  font-size:12px;
  font-weight:800;
  color:#3ecf6e;
  min-width:36px;
  text-align:right;
}

@media(max-width:600px){
  .lf-rating-block{padding:12px 14px 14px}
  .lf-rbtn{padding:8px 14px;font-size:13px}
}

