
/* BASIC LAYOUT
----------------------------------------------- */
body {position: relative;}
.lfx-wrapper {min-width: 320px; overflow: hidden; overflow: clip;}
.lfx-wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.lfx-wrapper__container--main {background-color: var(--bg-darker); box-shadow: var(--bsh-long);}
.lfx-header {padding: 0 var(--indent); position: sticky; z-index: 100; left: 0; top: 0;
	background-color: var(--bg); box-shadow: var(--bsh-block);}
.lfx-header-is-sticky .lfx-header {translate: 0 -200%;}
.lfx-carou {background-color: var(--bg-blackest); margin: 0 var(--indent-negative); padding: 20px var(--indent);}
.lfx-content > .lfx-carou {margin-top: -20px; margin-bottom: 20px;}
.lfx-carou--lastviewed {margin-top: 0 !important; margin-bottom: 0 !important;}
.lfx-content {padding: 20px var(--indent); min-height: 100vh;}
.lfx-footer {padding: 40px var(--indent); padding-bottom: 20px; background-color: var(--bg-black); 
	color: var(--tt-fade); --tt: #fff; --tt-fade: #ccc; --bdc: rgba(255,255,255,0.2);}
.lfx-footer__two {border-top: 1px solid var(--bdc); padding-top: 20px; margin-top: 40px;}
.lfx-content:has(.lfx-descr), .lfx-content:has(.lfx-page__related), .lfx-content:has(.lfx-carou--lastviewed) {padding-bottom: 0;}
.lfx-wrapper::before, .lfx-wrapper::after {position: absolute; left: 0; top: 0; right: 0; height: 500px; 
	background: url(../images/bg.jpg) center center / 1400px auto no-repeat; content: ''; filter: grayscale(0.66);
	--left: calc((100vw - 1340px)/2); --right: calc((100vw - 1340px)/2 + 1300px);
	mask-image: linear-gradient(to right, transparent 0%, transparent var(--left), #000 calc(var(--left) + 160px), 
	#000 calc(var(--right) - 160px), transparent var(--right), transparent 100%);}
.lfx-wrapper::after {background: linear-gradient(to top, #111 0%, transparent 300px); z-index: 1; mask-image: none;}
.lfx-has-branding {padding-top: 200px;}

.lfx-scrolltop {position: fixed; width: 40px; height: 40px; right: 10px; bottom: 10px; padding: 0;
	z-index: 990; border-radius: 4px; font-size: 18px; opacity: 0; scale: 0 0;}
.lfx-scrolltop.is-active {scale: 1 1; opacity: 1;}
.lfx-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}


/* HEADER, TOPMENU, CAROU
----------------------------------------------- */
.lfx-logo {display: flex; align-items: center; font-family: 'Righteous-Regular'; font-weight: 400; color: var(--tt);
	padding-left: 50px; text-transform: uppercase; position: relative; font-size: 24px; height: 40px; letter-spacing: 1px;}
.lfx-logo::before {content: ''; width: 40px; height: 40px; position: absolute; left: 0; top: 50%; 
	background: url(../images/logo.svg) 0 center / contain no-repeat; translate: 0 -50%;}
.lfx-lt .lfx-header__logo {--tt: #000;}
.lfx-logo:has(img) {background: none; min-width: 200px;}
.lfx-logo:has(img)::before {display: none;}
.lfx-logo img {display: block; position: absolute; left: 0; top: 50%; translate: 0 -50%; max-height: 100%;}
.lfx-header__theme-select {color: var(--yellow);}
.lfx-dt .lfx-header__theme-select::before {content:"\f755";}
.lfx-header__btn-login {height: 34px; padding: 0 20px;}
.lfx-header__btns {padding-left: 30px;}
.lfx-header__btn1 {height: 30px; font-size: 12px;}
.lfx-header__ava {width: 40px; cursor: pointer;}
.lfx-header__btn1 span {position: absolute; right: -5px; top: -10px; padding: 2px 3px; font-size: 10px; border-radius: 2px; 
	background-color: var(--accent); color: #fff; display: inline-block; 
	text-align: center; min-width: 20px; line-height: 1;}

.lfx-header__menu {margin: 0 30px;}
.lfx-header__menu li {position: relative;}
.lfx-header__menu > li > a {display: flex; align-items: center; height: 70px; text-transform: uppercase;
	font-size: 16px; font-weight: 700; opacity: 0.6; font-family: 'Oswald', sans-serif;}
.lfx-header__menu-hidden {background-color: var(--bg); border-top: 3px solid var(--accent); box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
	position: absolute; left: 0; top: 99%; width: 240px; z-index: 10; padding: 20px 26px; display: grid; gap: 6px 26px; 
	opacity: 0; visibility: hidden; translate: 0 30px;}
div.header__menu-hidden {grid-template-columns: repeat(3,1fr); width: 660px;}
.lfx-header__menu-hidden-col {display: grid; gap: 6px;}
.lfx-header__menu-hidden li:not(:has(a)) {font-weight: 500;}
.lfx-header__menu-hidden a {opacity: 0.8;}
.lfx-header .lfx-header__menu li:has(.lfx-header__menu-hidden)::before {content: ''; position: absolute; left: 50%; bottom: 0%; 
	border: 6px solid transparent; border-bottom-color: var(--accent); margin-left: -6px;}

.lfx-search-block {position: relative;}
.lfx-search-block__input, .lfx-search-block__input:focus {padding: 0 40px 0 10px; border: 0; box-shadow: none; 
	height: 34px; line-height: 34px; box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.2);}
.lfx-search-block__input:not(:focus)::placeholder {color: var(--tt); opacity: 0.66; font-size: 12px;}
.lfx-search-block__btn {position: absolute; right: 0; top: 0; height: 34px; font-size: 16px; width: 40px; color: var(--accent);}


/* SECTION
----------------------------------------------- */
.lfx-sect:not(:last-child) {margin-bottom: 20px;}
.lfx-sect__header {margin-bottom: 20px;}
.lfx-sect__title {font-size: 18px; font-weight: 500; text-transform: none;}
.lfx-sect__title :is(h1,h2,h3) {font-size: inherit;}
.lfx-sect__header:has(.lfx-sect__tabs) {margin-bottom: 10px;}
.lfx-sect__tabs button {background: none; color: var(--tt); text-transform: none; font-weight: 400;}
.lfx-sect__tabs button.is-active {background-color: var(--bg); color: var(--tt);}
.lfx-carou__caption {color: #fff; font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.lfx-carou--lastviewed:not(:has(.lfx-item)) {display: none;}

.lfx-speedbar {color: var(--tt-fade); font-size: 12px; padding: 10px 0; margin-top: -20px;}
.lfx-speedbar a {color: var(--tt);}

.lfx-descr {color: var(--tt-fade-0); display: grid; gap: 10px; background-color: var(--bg-darker-1); 
	padding: 20px var(--indent); margin: 0 var(--indent-negative);}
.lfx-descr :is(h1,h2,h3) {font-size: 18px; font-weight: 500; color: var(--tt);}
.lfx-descr a {text-decoration: underline; color: var(--accent);}
.lfx-descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.lfx-descr ul li::before {content:"\f00c"; color: var(--accent); position: absolute; left: 0; top: 0;}


/* ITEM CAROUSEL, SHORTSTORY
----------------------------------------------- */
.lfx-item__img {box-shadow: var(--bsh); overflow: hidden;}
.lfx-item__label {font-size: 12px; padding: 3px 12px; border-radius: 3px; font-weight: 500;
	background-color: var(--accent); color: #fff; position: absolute; left: 10px; top: 10px; z-index: 1;}
.lfx-item__desc {position: absolute; inset: 0; z-index: 3; color: #fff; 
	--tt: #fff; --bdc: rgba(255,255,255,0.3); text-align: center; padding: 10px;}
.lfx-item__title {font-weight: 500; font-size: 15px; margin-bottom: 5px;}
.lfx-item__year {opacity: 0.8; font-size: 12px;}
.lfx-item__rates {line-height: 1; border-top: 1px solid var(--bdc); padding-top: 10px; margin-top: 10px;}
.lfx-item__rates-item::before {content: attr(data-text); display: inline; margin-right: 5px; text-transform: uppercase; font-weight: 500;}
.lfx-item__rates-item.kp::before {color: #f60;}
.lfx-item__rates-item.imdb::before {color: #fc0;}
.lfx-item__btn-info {cursor: pointer; position: absolute; right: 0; top: 0; z-index: 5; 
	border-radius: 0; translate: 0 -100%; opacity: 0;}
.lfx-item__rates:not(:has(.lfx-item__rates-item:nth-child(2))) {justify-content: center;}


/* TRAILER, POPUP DESC
----------------------------------------------- */
.lfx-trl {background-color: rgba(0,0,0,0.9); position: fixed; z-index: 990; left: 0; top: 0; 
	width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; backdrop-filter: blur(10px);}
.lfx-trl__close {position: absolute; right: 20px; top: 20px; font-size: 40px; color: #fff;}
.lfx-trl__inner {width: 100%; max-width: 700px; margin: 0 auto; color: #fff; padding: 80px 20px 20px 20px;}
.lfx-trl__btn {height: 40px; padding: 0 40px; margin: 15px 0; width: 100%;}
.lfx-trl h1 {margin-bottom: 15px; margin-top: 20px; font-size: 24px;}
.lfx-trl .lfx-page__text, .lfx-trl .lfx-full-text {color: #ccc; margin: 0px; padding: 0; background: none;}
.lfx-trl-is-opened {overflow: hidden;}

.lfx-th-active {z-index: 100;}
.lfx-th-text {display: none; background-color: var(--bg); border-left: 3px solid var(--accent); cursor: auto; 
	padding: 20px; text-align: left; position: absolute; z-index: 1000; 
	width: 460px; box-shadow: var(--bsh-long); min-height: 100px; font-size: 12px;}
.lfx-pop-left .lfx-th-text {border-left: 0; border-right: 3px solid var(--accent);}
.lfx-th-text-loader {text-align: center; font-size: 18px; color: var(--accent); padding-top: 20px;}
.lfx-th-text .lfx-not-shown-ajax, .lfx-th-text h1 a, .lfx-th-text h1 small {display: none;}
.lfx-th-text h1 {font-size: 18px;}
.lfx-th-text .lfx-full-text {display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 6; 
	-webkit-box-orient: vertical; overflow: hidden; margin: 15px 0;}
.lfx-th-text .lfx-page__btn-trailer {width: 100%; margin-top: 20px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.lfx-footer__notify {border-left: 1px solid var(--bdc); padding-left: 20px;}
.lfx-footer__copyright {font-size: 14px;}
.lfx-footer__menu {font-size: 16px; font-weight: 700; text-transform: uppercase; font-family: 'Oswald', sans-serif;;}

.lfx-pagination {gap: 20px 10px; padding-top: 10px;}
.lfx-pagination__pages a, .lfx-pagination__pages span, .lfx-pagination > a, .lfx-pagination > span 
{display: grid; place-items: center; color: var(--tt-fade);
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: 3px; background-color: var(--bg);}
.lfx-pagination__pages {gap: 10px; font-size: 14px;}
.lfx-pagination__pages span:not(.lfx-nav_ext) {color: #fff; background: var(--accent);}
.lfx-pagination__btns {height: 36px; border-radius: 4px; overflow: hidden; background-color: var(--bg); box-shadow: var(--bsh);}
.lfx-pagination__btns > * {width: 40px; display: grid; place-items: center; color: var(--accent); font-size: 18px;}
.lfx-pagination__btns > span {color: var(--tt-fade);}
.lfx-pagination__btn-loader:has(span:not(.fal)) {display: none;}
.lfx-pagination__btn-loader a {min-width: 360px;}


/* INNER PAGE
----------------------------------------------- */
.lfx-page__bg {box-shadow: var(--bsh-block); background-color: var(--bg); margin: 0 var(--indent-negative);}
.lfx-page__cols {display: grid; grid-template-columns: minmax(0,1fr) 280px;}
.lfx-page__cols:not(:has(.lfx-page__cols-right)) {display: block;}
.lfx-page__cols-left {padding: 20px; padding-bottom: 0;}
.lfx-page__cols-right {background-color: var(--bg-darker-1); padding: 20px;}
.lfx-page__main {display: grid; gap: 15px 20px; grid-template-columns: 200px minmax(0,1fr); 
	grid-template-areas: "poster header" "poster info"; grid-template-rows: auto 1fr; margin-bottom: 25px;}
.lfx-page__poster {grid-area: poster; border-radius: 6px; overflow: hidden; align-self: start;
	box-shadow:0 0 0 1px #ccc,2px 3px 3px 0 rgba(0,0,0,0.1);}
.lfx-page__header {grid-area: header;}
.lfx-page__info {grid-area: info;}

.lfx-page__img::after {opacity: 0.5; height: 33%;}
.lfx-page__rating-ext {position: relative; z-index: 10; font-size: 12px;}
.lfx-page__rating-ext a {display: flex; align-items: center; padding: 0 10px; font-weight: 500; gap: 10px; height: 40px;}
.lfx-page__rating-ext a .fal {display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; 
	font-size: 16px; color: #fff; background-color: var(--green);}
.lfx-page__rating-ext a + a .fal {background-color: var(--red);}
.lfx-page__ratingscore-ring {width: 50px; font-weight: 500; font-size: 16px; 
	background-color: var(--bg); color: var(--tt); box-shadow: var(--bsh); 
	position: absolute; left: 50%; top: 0; translate: -50% -50%; isolation: isolate;}
.lfx-page__ratingscore-ring::before {content: ''; position: absolute; z-index: -2; inset: 0; border-radius: 50%; 
	background: conic-gradient(from 0deg, #FDC830 0%, #F37335 var(--p), var(--bg-darker-1)  var(--p));}
.lfx-page__ratingscore-ring::after {content: ''; position: absolute; z-index: -1; 
	background-color: var(--bg); inset: 3px; border-radius: 50%;}

.lfx-page__header h1 {font-size: 20px; font-weight: 500;}
.lfx-page__header h1 a {font-size: 12px; margin-left: 10px;}
.lfx-page__text .lfx-full-text {color: #888; line-height: 1.4;}
.lfx-page__text {margin-bottom: 20px;}
.js-hide-text {max-height: 160px; overflow: auto;}
.lfx-show-text {position: absolute; z-index: 2; left: 0; bottom: 0px; width: 100%; height: 34px; font-size: 12px;
	box-shadow:0 0 0 1px #ccc,2px 3px 3px 0 rgba(0,0,0,0.1); background-color: var(--bg); color: var(--tt);}
.js-hide-text[style]::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 60%; 
	background: linear-gradient(to top, var(--bg) 20%, transparent 100%); z-index: 1;}
.lfx-page__list {line-height: 1.3; font-size: 13px; display: grid; gap: 5px 20px; 
	grid-template-columns: repeat(auto-fill,minmax(260px,1fr));}
.lfx-page__list li > span:first-child {font-weight: 500; margin-right: 5px;}
.lfx-page__list a {color: var(--blue); text-decoration: underline;}
.lfx-page__list-wide {grid-column: 1 / -1;}
.lfx-page__list-rates {grid-row: span 2;}
.lfx-page__list-rates-item {font-size: 15px; padding-left: 30px; line-height: 20px;}
.lfx-page__list-rates-item.kp {background: url(../images/kp.svg) 0 center / 20px no-repeat;}
.lfx-page__list-rates-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}
.lfx-page__list-rates-item.tmdb {background: url(../images/tmdb.svg) 0 center / 20px no-repeat;}
.lfx-page__subtitle {border-top: 1px solid var(--bdc); margin: 0 -20px; padding: 15px 20px; 
	text-align: center; font-size: 18px; font-weight: 500;}

.lfx-page__scr ul {display: grid; gap: 20px; grid-template-columns: repeat(4,1fr);  
	border-top: 1px solid var(--bdc); margin: 0 -20px; padding: 20px 20px;}
.lfx-page__scr a, .lfx-page__scr img {display: block; height: auto; width: 100%; border-radius: 0px; aspect-ratio: 300 / 200;}
.lfx-page__scr img {object-fit: cover;}
.lfx-page__scr ul li:nth-child(4) ~ li {display: none;}

.lfx-page__player {position: relative; background-color: var(--bg-black); padding: 0;}
.lfx-page__player .lfx-tabs-block__select {gap: 1px; margin-bottom: 0px;}
.lfx-page__player .lfx-tabs-block__select button {background: var(--bg-blackest); color: #fff; border-radius: 0;}
.lfx-page__player .lfx-tabs-block__select button.is-active, .lfx-page__player .lfx-tabs-block__select button:hover {background: var(--accent); color: #fff;}
.lfx-page__complaint a {display: flex; align-items: center; gap: 10px; color: var(--red); --red: #f37e7c;}
.lfx-page__complaint {padding-right: 20px; --tt: #fff; color: #fff; --ui-bg-darker: rgba(255,255,255,0.3);}
.lfx-nl .lfx-page__player-controls + .lfx-tabs-block__content {display: block;}
.lfx-page__player .lfx-tabs-block__select button.is-active::before {color: rgba(0,0,0,0.8);}
.ya-share2 {min-height: 24px;}
.lfx-page__fav a, .lfx-page__fav > span {cursor: pointer; display: flex; align-items: center; gap: 10px; 
	color: var(--tt-fade); --tt-fade: #ccc;}
.lfx-page__fav a:has(.lfx-fav-added) .fal {color: var(--yellow);}
.lfx-page__player-bottom {padding-left: 20px;}
.lfx-page__likes a {display: flex; align-items: center; gap: 10px; height: 40px; padding: 0 20px;
	background-color: var(--green); color: #fff;}
.lfx-page__likes a:last-child {background-color: var(--red);}
.lfx-dark-overlay {background: rgba(0,0,0,0.9); position: fixed; width: 100%; height: 100%; z-index: 100; top: 0; left: 0;}
.lfx-light-off #scrolltop {visibility: hidden;}
.lfx-light-off .lfx-page__player {position: relative; z-index: 102;}

.lfx-page__cols:has(.lfx-page__player) .lfx-page__cols-right {background-color: var(--bg-blackest); 
	color: #fff; --tt: #fff; --tt-fade: #ccc;--bdc: rgba(255,255,255,0.2);}
.lfx-page__fr {position: absolute; inset: 0;}
.lfx-page__fr-caption {height: 40px; display: flex; align-items: center; padding: 0 20px; 
	font-size: 14px; text-transform: uppercase; background-color: #000;}
.lfx-page__fr .lfx-sect__content {padding: 20px; height: calc(100% - 40px); overflow-x: hidden; overflow-y: auto; 
	display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); align-content: start;}
.lfx-fr.is-active {padding-right: 55px;}
.lfx-fr__img {width: 50px;}
.lfx-fr__title {font-weight: 500;}
.lfx-fr__subtitle, .lfx-fr__meta {font-size: 12px; color: var(--tt-fade);}
.lfx-fr__meta::before {color: var(--yellow);}
.lfx-fr.is-active:after {content: attr(data-text); font-size: 10px; font-weight: 500; color: var(--tt-fade); 
	border-left: 1px solid var(--bdc); width: 35px; padding-left: 10px; padding-right: 0; text-transform: uppercase;
	position: absolute; right: 0; top: 50%; transform: translateY(-50%);}

.lfx-page__schedules {padding: 20px;}
.lfx-page__schedule {border: 1px solid var(--bdc);}
.lfx-schedule-item {padding: 6px 20px; gap: 10px 20px;}
.lfx-schedule-item + .lfx-schedule-item {border-top: 1px solid var(--bdc);}
.lfx-schedule-item__number {font-weight: 500; width: 280px;}
.lfx-schedule-item__descr {color: var(--tt-fade);}
.lfx-schedule-item__descr b {display: block; color: var(--tt); font-size: 15px;}
.lfx-schedule-item__date {color: var(--tt-fade);}
.lfx-schedule-item__status {color: var(--green); font-size: 24px;}
.lfx-schedule-item__status .fa-times {color: var(--red);}

.lfx-page__cols:has(.lfx-page__comments) {margin: 0 var(--indent-negative);}
.lfx-top-users {padding: 20px; margin-bottom: 20px; background-color: var(--bg);}
.lfx-top-users__title {font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.lfx-top-users__content {display: grid; gap: 10px; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); 
	counter-reset: n; font-size: 12px; font-weight: 500; line-height: 1.1;}
.lfx-tuser:not(:last-child) {padding-bottom: 10px; border-bottom: 1px solid var(--bdc);}
.lfx-tuser::before {content: counter(n, decimal-leading-zero); counter-increment: n; color: var(--tt-fade);}
.lfx-tuser__ava {width: 24px;}
.lfx-tuser__rating {height: 20px; font-size: 10px; padding: 0 10px; border-radius: 10px; font-weight: 400;
	border: 1px solid var(--bdc); color: var(--tt-fade); line-height: 1; text-transform: uppercase;}
.lfx-tuser__rating::before {color: var(--yellow);}
.lfx-rkl--holder {display: grid; place-items: center; font-weight: 500; font-size: 24px;
	background: var(--bg-darker); color: rgba(0,0,0,0.2); height: 500px;}
.lfx-page__cols-right .lfx-rkl {position: sticky; left: 0; top: 20px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.lfx-page__title {margin-bottom: 30px; font-size: 24px;}
.lfx-full-text {line-height: 1.6; font-size: 14px; word-wrap: break-word; color: var(--tt-fade-0);}
.lfx-full-text a {text-decoration: underline; color: var(--ui-accent);}
.lfx-full-text img:not(.lfx-emoji), .lfx-full-text p, .lfx-full-text h1, .lfx-full-text h2, .lfx-full-text h3, .lfx-full-text h4, .lfx-full-text h5, 
.lfx-full-text > ul, .lfx-full-text > ol, .lfx-full-text table {margin-bottom: 25px;}
.lfx-full-text > img[style*="left"], .lfx-full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.lfx-full-text > img[style*="right"], .lfx-full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.lfx-full-text > ul li, .lfx-full-text > ol li {padding-left: 60px; position: relative;}
.lfx-full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 6px; left: 34px;}
.lfx-full-text > ol {counter-reset: num;}
.lfx-full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -3px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.lfx-full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -3px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.lfx-full-text > ul li + li, .lfx-full-text > ol li + li {margin-top: 10px;}
.lfx-full-text table, .lfx-video-inside > * {width:100%;}
.lfx-full-text > *:last-child {margin-bottom: 0;}
.lfx-video-responsive {padding-top: 60%; position: relative; background-color: #000;}
.lfx-video-responsive > iframe, .lfx-video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.lfx-full-text h1, .lfx-full-text h2, .lfx-full-text h3, .lfx-full-text h4, .lfx-full-text h5 {font-size: 21px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.lfx-page__comments {padding-bottom: 10px;}
.lfx-page__comments-info {color: var(--tt-fade); display: block; margin: 5px 0 20px; font-size: 14px; padding-left: 23px; position: relative;}
.lfx-page__comments-info::before {color: var(--red); position: absolute; left: 0; top: 2px;}
.lfx-page__ac {margin-bottom: 10px;}
.lfx-ac-form {position: relative;}
.lfx-ac-form__header, .lfx-ac-form__editor, .lfx-ac-form .lfx-message-info {gap: 10px; margin-bottom: 10px;}
.lfx-ac-form__btn {padding: 0 60px;}
.lfx-ac-form__bottom {gap: 25px;}
.lfx-confidential-check {font-size: 14px;}
.lfx-ac-form__header > span {margin-left: 15px;}
.lfx-ac-form .comments_subscribe {margin-top: 0px;}

.lfx-ac-toggle.ac-form {cursor: pointer;}
.lfx-ac-form__header1 input, .lfx-ac-form__editor1 textarea {background-color: rgba(0,0,0,0.02);}
.lfx-ac-toggle, .lfx-ac-toggle .lfx-ac-form__editor {position: relative;}
.lfx-ac-toggle .lfx-ac-form__bottom button {position: absolute; bottom: 20px; right: 10px; z-index: 10; pointer-events: none;}
.lfx-ac-form .bb-btn {display: none;}
.lfx-ac-form .bb-pane {background: none; box-shadow: none; border: 0; position: absolute; left: 0; bottom: 0; right: 0;}
.lfx-ac-form #b_emo, .lfx-ac-form #b_leech, .lfx-ac-form #b_quote, .lfx-ac-form #b_spoiler, 
.lfx-ac-form #b_b, .lfx-ac-form #b_u, .lfx-ac-form #b_s, .lfx-ac-form #b_color, .lfx-ac-form #b_hide {display: grid;}
.lfx-ac-toggle .bb-btn {pointer-events: none;}
.lfx-ac-toggle .lfx-ac-form__editor .bb-editor textarea {height: 200px; resize: none;}
.lfx-ac-form__editor .bb-editor textarea {height: 200px; line-height: 1.4; padding-bottom: 40px;}
.comments_subscribe + br, .lfx-ac-form .bb-editor + br {display: none;}
.lfx-ac-toggle .lfx-has-checkbox {display: none;}

.mass_comments_action {display: none; align-items: center; flex-wrap: wrap; gap: 10px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -28px 0 0; border-radius: 0; box-shadow: none; min-width: 60%;}
.mass_comments_action .lfx-bbcodes {border-radius: 0; padding: 0 10px;}

.lfx-comm__title {font-size: 18px; margin-bottom: 20px;}

.lfx-comm {margin-bottom: 10px; position: relative; padding: 15px 20px; 
	padding-left: 90px; background-color: var(--bg-darker-1); border-radius: 6px;}
.lfx-comm.pos {background-color: rgba(59, 179, 59, 0.1);}
.lfx-comm.neg {background-color: rgba(235, 77, 75,0.1);}
.lfx-comm__group {height: 20px; display: flex; align-items: center; border-radius: 10px; font-size: 10px; 
	border: 1px solid var(--bdc); padding: 0 10px; text-transform: uppercase;}
.lfx-comm__group, .lfx-comm__group * {font-weight: 400; color: var(--tt) !important;}
.lfx-comm__group.adm, .lfx-comm__group.adm * {color: #fff !important; background-color: var(--accent); border-color: var(--accent);}
.lfx-comm__img {width: 50px; height: 50px; border-radius: 50%; position: absolute; left: 20px; top: 20px;}
.lfx-comm__user-rating {position: absolute; left: 50%; top: 100%; translate: -50% 0; gap: 3px; margin-top: 8px;
	background-color: var(--bg); z-index: 5; white-space: nowrap; padding: 0; width: 48px;}
.lfx-comm__letter {width: 100%; height: 100%; text-transform: uppercase; border-radius: inherit;
	position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; font-weight: 500;}
.lfx-comm__author, .lfx-comm__author a {color: var(--accent); font-weight: 500; font-size: 14px;}
.lfx-comm__date {color: var(--tt-fade); font-size: 12px;}
.lfx-comm__rating a {color: var(--green); font-size: 18px;}
.lfx-comm__rating a:last-child {color: var(--red);}
.lfx-comm__rating span {font-size: 14px;}
.lfx-comm__rating span .ratingplus {color: var(--green);}
.lfx-comm__rating span .ratingminus {color: var(--red);}
.lfx-comm__text {margin: 8px 0;}
.lfx-comm__action {font-size: 12px; --tt: var(--tt-fade); color: var(--tt-fade);}
.lfx-comm__ctrl-btn {font-size: 18px; height: 30px; --tt: var(--tt-fade);}
.lfx-comm__ctrl-menu li + li {margin-top: 10px;}
body:has(.lfx-pwidget) #dropmenudiv {z-index: 1000 !important;}


/* POPUP WIDGET
----------------------------------------------- */
.lfx-pwidget {background-color: var(--bg); color: var(--tt); 
	border-radius: 20px; overflow: hidden; z-index: 999; padding: 20px; padding-top: 24px; 
	position: fixed; left: 20px; bottom: 20px; right: 20px; box-shadow: 0 0 60px rgba(0,0,0,0.5);}
.lfx-pwidget::before {content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); 
	background-color: rgba(0,0,0,0.2); height: 4px; width: 40px; border-radius: 2px;}
.lfx-pwidget .lfx-wctrl__content {display: block; margin-bottom: 20px;}
@media screen and (min-width: 760px) {
	.lfx-pwidget {left: 50%; bottom: 50%; right: auto; translate: -50% 50%; width: 400px;}
	.lfx-pwidget::before {display: none;}
}


/* LOGIN
----------------------------------------------- */
.lfx-lgn {position: fixed; z-index: 999; left: 50%; top: 50%; translate: -50% -50%; width: 500px; max-width: calc(100% - 40px);}
.lfx-lgn__content {background-color: var(--bg); box-shadow: var(--bsh-long); padding: 30px 60px; position: relative;}
.lfx-lgn__ctrl > * {color: #fff !important; font-size: 19px; font-weight: 500; height: 45px; position: relative; text-transform: uppercase;}
.lfx-lgn__ctrl span::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg); 
	position: absolute; left: 50%; bottom: 0; margin-left: -10px; z-index: 5;}
.lfx-lgn__btn-close {font-size: 40px; color: #fff; position: absolute; right: -50px; top: 0; z-index: 10;}
.lfx-lgn__header {position: relative; padding-left: 80px; margin-bottom: 15px;}
.lfx-lgn__avatar {width: 60px; background-color: var(--bg-darker); font-size: 24px; 
	position: absolute; left: 0; top: 50%; translate: 0 -50%; overflow: hidden; border-radius: 50%;}
.lfx-lgn__title {font-size: 19px; font-weight: 500;}
.lfx-lgn__caption {color: var(--tt-fade); margin-top: 5px;}
.lfx-lgn__input input {height: 50px; line-height: 50px; border-radius: 0; padding: 0 30px;}
.lfx-lgn__input input::placeholder {font-size: 16px;}
.lfx-lgn__input input + input {margin-top: -1px;} 
.lfx-lgn__input input:focus {position: relative; z-index: 5;}
.lfx-lgn__btn button {height: 50px;}
.lfx-lgn__cell a {color: var(--ui-accent);}
.lfx-lgn__social-caption {font-size: 13px; color: var(--tt-fade); margin-top: 5px;}
.lfx-lgn__social-caption::before, .lfx-lgn__social-caption::after {content: ''; flex-grow: 1; background: var(--bdc); height: 1px;}
.lfx-lgn__social a {border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center;}
.lfx-lgn__social a img {height: 18px; width: 18px; display: block; filter: invert(1);}
.lfx-lgn__social-vk {background-color: #587ba1;}
.lfx-lgn__social-ok {background-color: #ff9800;}
.lfx-lgn__social-fb {background-color: #3b5998;}
.lfx-lgn__social-ml {background-color: #2196f3;}
.lfx-lgn__social-gg {background-color: #f44336;}
.lfx-lgn__social-ya {background-color: #fc3f1d;}
.lfx-lgn__social:not(:has(a)) {display: none;}
.lfx-lgn--logged {width: 400px;}
.lfx-lgn__menu a {display: flex; align-items: center; gap: 10px;}
.lfx-c-0 span {display: none;}



/**
 * 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 {width: 100%; position: relative; z-index: 1;}
.owl-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px;}
.owl-nav.disabled, .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-nav {position: absolute; right: 0; top: 0; margin-top: -45px; display: flex; gap: 5px;}
.owl-prev, .owl-next {cursor: pointer; width: 30px; height: 30px; display: grid; place-items: center; 
	font-size: 18px; background-color: transparent; color: #fff; box-shadow: none; border-radius: 4px;}
.owl-prev {opacity: 0.6;}
.owl-next {opacity: 1;}


/* CLS FIX
----------------------------------------------- */
.lfx-has-carousel:not(.owl-carousel) {display: flex; overflow: hidden; gap: 20px;}
.lfx-has-carousel:not(.owl-carousel) > * {flex-shrink: 0;}
.lfx-has-carousel:not(.owl-carousel) > .lfx-item {width: calc((100% - 100px)/6);}

@media screen and (max-width: 1220px) {
	.lfx-has-carousel:not(.owl-carousel) > .lfx-item {width: calc((100% - 80px)/5);}
}
@media screen and (max-width: 950px) {
	.lfx-has-carousel:not(.owl-carousel) > .lfx-item {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 760px) {
	.lfx-has-carousel:not(.owl-carousel) > .lfx-item {width: calc((100% - 40px)/3);}
}
@media screen and (max-width: 470px) {
	.lfx-has-carousel:not(.owl-carousel) > .lfx-item {width: calc((100% - 20px)/2);}
}

.lfx-filter-block {background-color: var(--bg); margin: 0 var(--indent-negative); margin-bottom: 20px; padding: 20px var(--indent);}
.lfx-filter {gap: 10px 20px;}
.lfx-filter-block__title {font-size: 16px; font-weight: 500; margin-bottom: 20px;}
.lfx-filter__col:not(.lfx-filter__col--submit) {flex: 1 0 240px; max-width: 100%; min-width: 240px; display: flex; flex-direction: column; gap: 10px;}
.lfx-filter__cell select {height: 40px; box-shadow: none; border: 1px solid rgba(0,0,0,0.15);
	background-color: var(--bg); color: var(--tt);}
.lfx-filter__cell input[type="text"] {opacity: 0;}
.lfx-filter__cell [data-dlefilter="reset"]:not(:hover) {background-color: var(--bg-darker); color: var(--tt-fade);}
.lfx-filter__col--ranges {padding: 0 20px;}
.lfx-filter-block--full .lfx-filter__col--submit {width: 100%;}
.lfx-filter-block--full {background: none; box-shadow: none; padding: 0; margin: 0;}

.tail-select, .tail-select * {outline: none; user-select: none;}
.tail-select {position: relative;}
.tail-select-container, .select-label {border: 1px solid rgba(0,0,0,0.15); background-color: var(--bg); 
	padding: 5px 5px; min-height: 40px; position: relative; cursor: pointer; color: var(--tt);
	display: flex; flex-wrap: wrap; align-items: center; gap: 5px; padding-right: 40px; border-radius: 3px;}
.tail-select .lfx-label-inner {margin-left: 5px; font-size: 14px;}
.tail-select-container .select-handle {display: flex; align-items: center; height: 28px; padding: 0 8px; border-radius: 2px; 
	background-color: var(--accent); color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase;}
.tail-select .select-label::before, .tail-select .select-label::after {position: absolute; top: 50%; right: 10px;
	content:"\f0d8"; color: var(--tt); margin-top: -15px; opacity: 0.5;}
.tail-select .select-label::after {margin-top: -5px; transform: rotate(180deg);}

.tail-select .select-dropdown {top: 100%; left: 0; width: 100%; z-index: 100; display: none; position: absolute;
    background-color: var(--bg); border: 1px solid rgba(0,0,0,0.15); box-shadow: var(--bsh); border-radius: 3px;}
.tail-select .select-dropdown .dropdown-inner {padding: 1px 0; overflow-x: hidden; overflow-y: auto; max-height: 300px;}
.tail-select .dropdown-optgroup {padding: 15px;}
.tail-select .select-dropdown .dropdown-empty {padding: 20px; font-size: 14px; text-align: center;}
.tail-select .select-dropdown ul li + li {margin-top: 10px;}
.tail-select .select-dropdown ul li {display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px;}
.tail-select .select-dropdown ul li.dropdown-option::before {content: ""; background-color: var(--bg-darker);
    width: 18px; height: 18px; border-radius: 1px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	display: flex; justify-content: center; font-size: 14px; color: #000; flex-shrink: 0; 
	box-sizing: border-box; padding-bottom: 3px;}
.tail-select .select-dropdown ul li.dropdown-option.selected {color: var(--accent);}
.tail-select .select-dropdown ul li.dropdown-option.selected::before 
{background-color: var(--accent); color: #fff; content:"\f00c"; box-shadow: none;}
.tail-select .select-dropdown ul li:hover {color: var(--blue);}
.tail-select-container:hover, .select-label:hover {border-color: var(--accent);}
.tail-select-container .select-handle:hover {background-color: var(--red);}

.irs {position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;
	-moz-user-select: none; -ms-user-select: none; user-select: none;}
.irs-line {position: relative; display: block; overflow: hidden; outline: none !important;}
.irs-line-left, .irs-line-mid, .irs-line-right {position: absolute; display: block; top: 0;}
.irs-line-left {left: 0; width: 11%;}
.irs-line-mid {left: 9%; width: 82%;}
.irs-line-right {right: 0; width: 11%;}
.irs-bar {position: absolute; display: block; left: 0; width: 0;}
.irs-bar-edge {position: absolute; display: block; top: 0; left: 0;}
.irs-shadow {position: absolute; display: none; left: 0; width: 0;}
.irs-handle {position: absolute; display: block; cursor: default; z-index: 1;}
.irs-handle.type_last {z-index: 2;}
.irs-min {position: absolute; display: block; left: 0; cursor: default;}
.irs-max {position: absolute; display: block; right: 0; cursor: default;}
.irs-from, .irs-to, .irs-single {position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap;}
.irs-grid {position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px;}
.irs-with-grid .irs-grid {display: block;}
.irs-grid-pol {position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #ec2828;}
.irs-grid-pol.small {height: 4px;}
.irs-grid-text {position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center;
font-size: 9px; line-height: 9px; padding: 0 3px; color: #ec2828;}
.irs-disable-mask {position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%;
cursor: default; background: rgba(0,0,0,0.0); z-index: 2;}
.irs-disabled {opacity: 0.4;}
.lfx-lt-ie9 .irs-disabled {filter: alpha(opacity=40);}
.irs-hidden-input {position: absolute !important; display: block !important; top: 0 !important; left: 0 !important;
width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important;
margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important;
border-style: solid !important; border-color: transparent !important;}

.irs {height: 40px;}
.irs-line {height: 6px; top: 25px; background-color: var(--bg); border-radius: 3px; 
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);}
.irs-bar {height: 6px; top: 25px; background-color:var(--blue); border-radius:3px;}
.irs-bar-edge {top: 25px; height: 8px; width: 11px; background-color:var(--bg);}
.irs-handle {width: 20px; height: 20px; top: 18px; background-color:var(--bg); border-radius:10px; 
	border: 4px solid var(--blue); box-shadow: 0 1px 3px rgba(0,0,0,0.3); cursor: pointer;}
.irs-from, .irs-to, .irs-single {font-size: 10px; margin-top: -5px; border: 1px solid var(--bdc);
	padding: 0 5px; height: 22px; display: flex; align-items: center; 
	background: var(--bg); color: var(--tt); border-radius: 3px;}

/* === Bright unique neon skin by ChatGPT === */
:root {
    --bg: #10091f;
    --bg-darker: rgba(255,255,255,0.07);
    --bg-darker-1: rgba(255,255,255,0.11);
    --bg-black: #090512;
    --bg-blackest: #05020a;
    --tt: #f7f2ff;
    --tt-fade-0: #d7c8ff;
    --tt-fade: #aa98d8;
    --bdc: rgba(255,255,255,0.13);
    --accent: #ff2bd6;
    --green: #00f5a0;
    --red: #ff375f;
    --orange: #ffb000;
    --yellow: #ffe66d;
    --blue: #25d8ff;
    --ui-bg-btn: linear-gradient(135deg,#ff2bd6 0%,#7c4dff 48%,#21e8ff 100%);
    --ui-bg-btn-hover: linear-gradient(135deg,#21e8ff 0%,#ff2bd6 100%);
    --ui-bg-inp: rgba(255,255,255,0.08);
    --ui-bdc-inp: rgba(255,255,255,0.16);
    --ui-bdc-inp-focus: #21e8ff;
    --ui-bg: rgba(18,10,36,0.82);
    --ui-bg-darker: rgba(255,255,255,0.08);
    --ui-bg-darkest: rgba(255,255,255,0.14);
    --ui-accent: #21e8ff;
    --ui-bdc: rgba(255,255,255,0.13);
    --ui-bsh: 0 22px 70px rgba(255,43,214,0.22);
    --ui-bdrs: 14px;
    --bsh-block: 0 24px 80px rgba(0,0,0,0.38), 0 0 42px rgba(255,43,214,0.13);
}
body {
    color: var(--tt);
    background:
        radial-gradient(circle at 8% 0%, rgba(255,43,214,.33), transparent 34%),
        radial-gradient(circle at 90% 10%, rgba(33,232,255,.22), transparent 32%),
        radial-gradient(circle at 55% 100%, rgba(124,77,255,.24), transparent 34%),
        #08040f;
}
.lfx-wrapper::before,
.lfx-wrapper::after {
    content: '';
    position: fixed;
    z-index: -1;
    width: 520px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .55;
    pointer-events: none;
}
.lfx-wrapper::before {left: -160px; top: 90px; background: #ff2bd6;}
.lfx-wrapper::after {right: -160px; bottom: -120px; background: #21e8ff;}
.lfx-wrapper__container {background: rgba(10,5,22,.58); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); backdrop-filter: blur(12px);}
.lfx-header {
    background: linear-gradient(90deg,rgba(10,5,22,.86),rgba(38,12,64,.88),rgba(10,5,22,.86));
    border: 1px solid rgba(255,255,255,.10);
    border-top: 0;
    box-shadow: 0 12px 42px rgba(0,0,0,.33), 0 0 32px rgba(255,43,214,.18);
    border-radius: 0 0 22px 22px;
    backdrop-filter: blur(16px);
}
.lfx-logo {letter-spacing: .5px; text-shadow: 0 0 24px rgba(255,43,214,.55);}
.lfx-logo span {color: #21e8ff; text-shadow: 0 0 20px rgba(33,232,255,.85);}
.lfx-header__btn-login,
button,
.lfx-btn,
[type="button"],
[type="reset"],
[type="submit"],
.lfx-pagination__btn-loader a {
    background: var(--ui-bg-btn);
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(255,43,214,.22), inset 0 1px 0 rgba(255,255,255,.23);
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}
button:hover,
.lfx-btn:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.lfx-pagination__btn-loader a:hover {
    background: var(--ui-bg-btn-hover);
    box-shadow: 0 16px 38px rgba(33,232,255,.22), 0 0 20px rgba(255,43,214,.28);
    transform: translateY(-1px);
}
.lfx-btn-nobg {background: rgba(255,255,255,.07); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.11);}
.lfx-search-block__input,
[type="text"],
[type="password"],
[type="email"],
select,
textarea {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.15);
    border-radius: 14px;
}
.lfx-sect__title,
.lfx-page__header h1,
.lfx-page__subtitle,
.lfx-serv__title {color: #fff; text-shadow: 0 0 22px rgba(33,232,255,.22);}
.lfx-sect__title::first-letter,
.lfx-page__header h1::first-letter {color: #ff2bd6;}
.lfx-item__img {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.10);
}
.lfx-item__desc {
    background: linear-gradient(to top, rgba(5,2,10,.95) 0%, rgba(124,77,255,.24) 45%, rgba(255,43,214,.04) 100%);
    padding: 16px;
}
.lfx-item:hover .lfx-item__img {box-shadow: 0 24px 60px rgba(0,0,0,.42), 0 0 32px rgba(255,43,214,.25); transform: translateY(-2px);}
.lfx-item__label {
    background: linear-gradient(135deg,#ffb000,#ff2bd6);
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(255,43,214,.32);
}
.lfx-item__rates-item.kp::before {color: #ffb000;}
.lfx-item__rates-item.imdb::before {color: #ffe66d;}
.lfx-page__bg,
.lfx-serv,
.lfx-comm,
.lfx-lgn__content,
.lfx-page__comments,
.lfx-filter-block,
.lfx-pagination__btns {
    background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    box-shadow: var(--bsh-block);
    backdrop-filter: blur(12px);
}
.lfx-page__poster {border-radius: 20px; box-shadow: 0 18px 50px rgba(0,0,0,.40), 0 0 28px rgba(33,232,255,.18);}
.lfx-page__list li {background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 8px 10px;}
.lfx-page__list a {color: #21e8ff;}
.lfx-page__player {
    overflow: hidden;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(0,0,0,.35)),
        radial-gradient(circle at 20% 0%, rgba(255,43,214,.28), transparent 35%),
        radial-gradient(circle at 100% 0%, rgba(33,232,255,.20), transparent 30%),
        #05020a;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 26px 90px rgba(0,0,0,.55), 0 0 42px rgba(255,43,214,.18);
}
.lfx-page__player::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg,#ff2bd6,#7c4dff,#21e8ff,#00f5a0,#ffb000);
    z-index: 2;
}
.lfx-page__player-controls {
    padding: 14px;
    background: rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.10);
}
.lfx-page__player-tabs-inner {width: 100%;}
.lfx-page__player-badge {
    height: 40px;
    min-width: 54px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #06020a;
    font-weight: 800;
    letter-spacing: .08em;
    background: linear-gradient(135deg,#ffe66d,#00f5a0);
    box-shadow: 0 0 24px rgba(0,245,160,.28);
}
.lfx-page__player .lfx-tabs-block__select {gap: 10px;}
.lfx-page__player .lfx-tabs-block__select button {
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    min-width: 132px;
}
.lfx-page__player .lfx-tabs-block__select button.is-active,
.lfx-page__player .lfx-tabs-block__select button:hover {
    background: linear-gradient(135deg,#ff2bd6,#7c4dff,#21e8ff);
    color: #fff;
    box-shadow: 0 12px 30px rgba(255,43,214,.26), 0 0 24px rgba(33,232,255,.18);
}
.lfx-video-responsive {
    padding-top: 56.25%;
    background: #000;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.09);
}
.lfx-video-responsive > iframe,
.lfx-video-responsive > video {border-radius: 0 0 20px 20px;}
.lfx-page__player-bottom {
    padding: 14px 18px;
    background: rgba(255,255,255,.055);
    border-top: 1px solid rgba(255,255,255,.10);
}
.lfx-page__fav a,
.lfx-page__fav > span,
.lfx-page__likes a,
.lfx-page__complaint a,
.lfx-page__light-button span {
    border-radius: 999px;
    padding: 0 16px;
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
}
.lfx-page__complaint a {color: #ff6b86;}
.lfx-page__likes a:first-child {background: linear-gradient(135deg,#00f5a0,#21e8ff); color: #03060a;}
.lfx-page__likes a:last-child {background: linear-gradient(135deg,#ff375f,#ff2bd6); color: #fff;}
.lfx-ac-form__btn,
.lfx-form__btn {min-width: 190px;}
.lfx-comm {margin-bottom: 14px;}
.lfx-footer {color: rgba(255,255,255,.74);}

/* === Clean patch 2026-07-07: меньше блоков, без фильтра, плеер сразу === */
.lfx-filter-block,
.js-show-filter,
.lfx-sect__btn-filter {
    display: none !important;
}

.lfx-page--clean .lfx-page__bg--clean {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.lfx-page--clean .lfx-page__cols,
.lfx-page--clean .lfx-page__cols-left {
    width: 100%;
    max-width: 100%;
}

.lfx-page--clean .lfx-page__main {
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 18px 55px rgba(0,0,0,.28);
}

.lfx-page--clean .lfx-page__subtitle {
    margin: 18px 0 20px;
}

.lfx-page--clean .lfx-page__list li {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-radius: 0;
    padding: 7px 0;
}

.lfx-page--clean .lfx-page__list li:last-child {
    border-bottom: 0;
}

.lfx-page--clean .lfx-page__player {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 22px;
    background: #05020a;
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 22px 70px rgba(0,0,0,.48), 0 0 28px rgba(255,43,214,.12);
}

.lfx-page--clean .lfx-page__player::before {
    display: none !important;
}

.lfx-page--clean .lfx-page__player-controls {
    padding: 12px;
    background: linear-gradient(90deg, rgba(255,43,214,.18), rgba(33,232,255,.11));
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.lfx-page--clean .lfx-page__player .lfx-tabs-block__select {
    gap: 10px;
    margin: 0;
}

.lfx-page--clean .lfx-page__player .lfx-tabs-block__select button {
    min-width: 128px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: none;
}

.lfx-page--clean .lfx-page__player .lfx-tabs-block__select button.lfx-is-active,
.lfx-page--clean .lfx-page__player .lfx-tabs-block__select button.is-active,
.lfx-page--clean .lfx-page__player .lfx-tabs-block__select button:hover {
    background: linear-gradient(135deg,#ff2bd6,#7c4dff,#21e8ff);
    color: #fff;
    box-shadow: 0 10px 28px rgba(255,43,214,.24), 0 0 18px rgba(33,232,255,.14);
}

.lfx-page--clean .lfx-video-responsive {
    display: block;
    padding-top: 56.25%;
    background: #000;
}

.lfx-page--clean .lfx-video-responsive > iframe,
.lfx-page--clean .lfx-video-responsive > video {
    border-radius: 0;
}

.lfx-page--clean .lfx-page__player-bottom {
    padding: 12px 16px;
    background: rgba(255,255,255,.045);
    border-top: 1px solid rgba(255,255,255,.08);
}

.lfx-page--clean .lfx-page__comments {
    margin-top: 20px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    box-shadow: none;
}

.lfx-page--clean .lfx-page__related {
    margin-top: 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

@media screen and (max-width: 760px) {
    .lfx-page--clean .lfx-page__main {
        padding: 15px;
        border-radius: 18px;
    }
    .lfx-page--clean .lfx-page__player-controls,
    .lfx-page--clean .lfx-page__player-bottom {
        flex-wrap: wrap;
    }
    .lfx-page--clean .lfx-page__player .lfx-tabs-block__select button {
        min-width: 0;
        flex: 1 1 0;
    }
}
