/* BASIC LAYOUT
----------------------------------------------- */
.wrappers {min-width: 320px; position: relative; 
	background: #1e2b34 center top / 1800px auto no-repeat;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.header {background: var(--bg-black); margin-bottom: 20px; position: relative; box-shadow: var(--bsh);}
.cols {background-color: #1a1c07; border-radius: 8px; min-height: 100vh;
	border: 1px solid var(--bdc); box-shadow: inset 0 0 0 1px var(--bdc-lighter);}
.footer {padding: 20px 0;}
.col-main {padding: 30px var(--indent); padding-bottom: 40px; background-color: #0d0f14}
.col-side {background-color: #08143287; padding: 20px; border-radius: 8px 0 0 8px;
	width: 340px; border-right: 1px solid var(--bdc); box-shadow: 1px 0 var(--bdc-lighter);}
.carou__menu + .content {border-top-right-radius: 0;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg-lighter); color: var(--tt); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}


/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 60px; text-align: left;
	background: url(../images/logo.svg) 0 9px / 40px no-repeat; padding-left: 48px;}
.logo__title {text-transform: uppercase; color: #fff; font-size: 18px; letter-spacing: 5px; 
	font-weight: 400; line-height: 1; font-family: 'Fredoka One', sans-serif;}
.logo__caption {font-size: 10px; font-weight: 600; color: #fff; 
	opacity: 0.8; text-transform: uppercase; letter-spacing: 3px; margin-top: 3px;}
.header__btn {height: 36px;}
.header__link {margin-right: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px;}
.theme-toggle {display: inline-flex; justify-content: space-between; align-items: center; cursor: pointer;
	background-color: var(--bg-darker); height: 40px; border-radius: 20px; padding: 5px 0; margin-right: 20px;}
.theme-toggle li {cursor: pointer; width: 30px; height: 30px; line-height: 30px; 
	border-radius: 50%; text-align: center; color: var(--tt); margin: 0 5px;} 
.theme-toggle:hover li {color: #fff;}
.lt-is-active .theme-toggle li:first-child, body:not(.lt-is-active) .theme-toggle li:last-child {background-color:var(--accent); color: #fff;}

.header__search {position:relative; width: 300px; margin: 0 40px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 15px; border-radius: 3px; 
	background-color: var(--bg-darker); color: var(--tt-lighter); border: 0px solid var(--bdc); 
	box-shadow: none; height: 36px; line-height: 36px;}
.header__search input:not(:focus)::placeholder {color: var(--tt); opacity: 0.8; font-size: 13px;} 
.header__search button {position:absolute; right: 0; top: 0; width: 50px; padding: 0; 
	background: none; color: var(--tt); font-size: 14px; height: 36px;}


/* TOP ITEM
----------------------------------------------- */
a.card__img:hover, .top__img:hover, .poster:hover .poster__img {opacity: 0.8;}
.carou__menu li {text-align: center;}
.carou__menu a {display: block; padding: 11px 20px; background-color: var(--bg); border-radius: 3px 3px 0 0; 
	box-shadow: inset 0 0 0 1px var(--bdc-lighter); border: 1px solid var(--bdc); border-bottom: 0;}
.carou__menu a.is-active, .carou__menu a:hover {background-color: var(--accent); color: #fff;}
.carou {padding: 20px; background-color: var(--bg-lightest); margin-bottom: 20px; 
	width: 100%; position: relative; border-radius: 6px 0 6px 6px; 
	box-shadow: inset 0 0 0 1px var(--bdc-lighter); border: 1px solid var(--bdc);}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 140px)/8); flex-shrink: 0; margin-right: 20px;}
.top__img {border-radius: 4px; border: 1px solid var(--bdc);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; 
	padding: 20px; color: var(--tt-lighter);}
.poster__rating {position: absolute; left: 0; top: 5px; z-index: 10; border-radius: 0 4px 4px 0;
	background-color: #aaaaaa; color: #fff; font-size: 12px; padding: 2px; 
	text-align: center; width: 40px; font-weight: 600;}
.poster__rating.rating-1, .poster__rating.rating-2, .poster__rating.rating-3 {background-color: #e07978;}
.poster__rating.rating-4, .poster__rating.rating-5, .poster__rating.rating-6 {background-color: #e4a257;}
.poster__rating.rating-7, .poster__rating.rating-8, .poster__rating.rating-9, .poster__rating.rating-10 {background-color: #9ab96d;}
.poster__img {box-shadow: var(--bsh-2); border-radius: 3px; margin-bottom: 15px;}
.poster__title {line-height: 1.4; font-size: 14px; font-weight: 400;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 30px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 24px; font-weight: 700; color: var(--tt-lighter);}
.sect__subtitle {font-size: 21px;}
.site-desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-darker);  margin: 40px 0;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-weight: 700; font-size: 18px; color: var(--tt); line-height: 1.3;}
.site-desc a {text-decoration: underline; color: var(--tt);}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {content:"\f00c"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.site-desc img {float:left; margin:0 20px 10px 0; width:240px; border-radius:3px; opacity:0.6;}
.speedbar {font-size: 12px; color: #ffffff; margin-bottom: 23px; margin-top: -7px;}
.speedbar a:after {color: var(--tt); display: inline; content: ''; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.sect__btn-filter {height: 30px; padding: 0 10px; margin-left: 20px;}


/* CARD
----------------------------------------------- */
.card {margin: 0 var(--indent-negative); padding: 20px var(--indent); line-height: 1.4;
	border-top: 1px solid var(--bdc); box-shadow: inset 0 1px var(--bdc-lighter); position: relative;} 
.card__img {width: 150px; height: 200px; margin-right: 20px; display: block;
	border-radius: 4px 4px 0 0; box-shadow: var(--bsh-2)}
.card__title, .card__bottom {width: 100%;}
.card__title {font-size: 18px; font-weight: 700; margin: -3px 0 17px 0; padding-right: 140px;}
.card__list {display: grid; grid-gap: 3px 0; font-size: 13px;}
.card__list li > span:first-child {font-weight: 600; margin-right: 3px;}
.card__list a {text-decoration: underline;}
.card__list--margin {margin-top: 12px;}
.card__text {margin-top: 13px;-webkit-line-clamp: 4;}
.card__bottom {font-size: 12px;}
.card__meta {margin-left: 20px;}
.card__meta .fas {margin-right: 5px; opacity: 0.66;}
.card__meta--move {position: absolute; top: 22px; right: 46px; margin: 0;}
.card__btn {border-radius: 0 0 4px 4px; width: 150px; height: 40px; box-shadow: inset 0 0 0 1px var(--bdc-lighter);
	background-color: var(--bg-darker); color: var(--tt); border: 1px solid var(--bdc); 
	height: 42px; margin-top: -2px;}
.card__fav {position: absolute; right: 0; top: 0; width: 60px; height: 60px; cursor: pointer; 
	font-size: 18px; overflow: hidden; color: var(--tt-lighter);}
.card__fav .fas {position: relative; z-index: 1; width: 100%; height: 100%; cursor: pointer;
	display: flex !important; justify-content: center; align-items: center; padding: 0 0 25px 25px;}
.card__fav .fas::after {content: ''; background: var(--gradient); box-shadow: var(--bsh-2); z-index: -1;
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: skew(45deg); transform-origin: 0 0;}
.card__fav .fas.added::after {background: var(--gradient-accent);}
.card__rating-ext {margin-left: 20px; font-size: 16px; font-weight: 600; color: var(--tt-lighter); 
	position: relative; height: 40px; display: flex; align-items: flex-end; line-height: 1; white-space: nowrap;}
.card__rating-ext span {font-size: 10px; font-weight: 400; color: var(--tt); 
	margin-left: 3px; display: inline-block; position: relative; top: -2px;}
.card__rating-ext::before {content: attr(data-text); display: block; position: absolute; left: 24px; top: 0; 
	white-space: nowrap; font-size: 12px; font-weight: 400; color: var(--accent-3); line-height: 20px;}
.card__rating-ext.kp {background: url(../images/kp.svg) 0 0 / 20px no-repeat;}
.card__rating-ext.imdb {background: url(../images/imdb.svg) 0 0 / 18px no-repeat;}
.card__rating-ext.site {padding-left: 50px; min-width: 140px;}
.card__rating-ext-count {height: 40px; width: 40px; position: absolute; left: 0; top: 0;}
.card__rating-ext svg {width: 150px; height: 150px; position: absolute; left: 0; top: 0; fill: none; 
	transform: scale(0.3,0.3) rotate(-90deg) translate(-50%,-50%); transform-origin: left top; margin: 19px 0 0 20px;}
.card__rating-ext svg circle {width: 150px; height: 150px; fill: inherit; transform: translate(5px,5px);
	stroke-width: 10; stroke: var(--bg-lightest); stroke-dasharray: 440; stroke-dashoffset: 0;}
.card__rating-ext svg circle:nth-child(2) {stroke: var(--accent-3);}
.stars {height: 17px; width: 85px; position: absolute; left: 50px; top: 0px; pointer-events: none;
	background: url(../dleimages/rating.svg); transform: scale(1,1); transform-origin: left top;}
.stars__rating-fill {position: absolute; left: 0; top: 0; height: 100%; z-index: 1; 
	background: url(../dleimages/rating.svg) 0 -34px repeat-x;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 20px;}
.side-block__title {border: 1px solid var(--bdc); border-left: 0; border-right: 0; margin: 0 -20px; 
	box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter); padding: 10px 20px; 
	font-size: 16px; font-weight: 700; margin-bottom: 20px; color: var(--tt-lighter);}
div.new::after {content: "NEW"; content: NEW; box-sizing: border-box; display: inline-block; vertical-align: middle;
	border-radius: 3px; padding: 2px 5px; color: #fff; font-size: 12px; margin-left: 15px; font-weight: 600;
	background: linear-gradient(-45deg,#ee5200,#e70062,#0097d5,#1c84cd); 
	text-shadow: none; position: relative; top: -1px; letter-spacing: 1px;
	background-size: 400% 400%; animation: Gradient 3s ease infinite; font-family: verdana,sans-serif;}
@keyframes Gradient {0% {background-position: 0 50%;} 50% {background-position: 100% 50%;} 100% {background-position: 0% 50%;} }
.side-block__title.first {border-top: 0; padding-top: 0; padding-bottom: 20px; box-shadow: 0 1px var(--bdc-lighter);}

.nav-col {width: 60%; margin-bottom: -3px;}
.nav-col + .nav-col {width: 35%;}
.nav-title {font-weight: 700; margin-bottom: 9px; color: var(--accent-2);}
.nav-menu + .nav-title {margin-top: 12px;}
.nav-menu a {display:block; padding: 5px 0; font-size: 14px;}
.nav-menu a:hover {text-decoration: underline;}
.nav-menu li {position: relative;}
.nav-menu li > span {position: absolute; right: 0; top: 5px; pointer-events: none; font-size: 12px; color: var(--tt);}

.soon + .soon {margin-top: 10px;}
.soon__img {width: 60px; height: 90px; border-radius: 3px; box-shadow: var(--bsh-2); margin-right: 10px;}
.soon__title {color: var(--tt-lighter); font-weight: 600;}
.soon__text {line-height: 1.3; -webkit-line-clamp: 4; font-size: 12px; margin-top: 5px; color: var(--tt);}

.upd-box {background-color: var(--bg); border-radius: 4px; box-shadow: vr(--bsh-2); overflow: hidden; padding-bottom: 10px;}
.updli {padding: 10px; color: var(--tt);}
.updli-1 {width: 60px; height: 60px; border-radius: 3px; box-shadow: var(--bsh-2); margin-right: 10px;}
.updli-2 {font-size: 12px;}
.updli-2 div {color: var(--tt-lighter); font-weight: 600; font-size: 14px; margin-bottom: 2px;}
.updli-3 {text-align: right; width: 120px; margin-left: 10px; font-size: 12px; line-height: 1.1;}
.updli-3 div {color: var(--accent-2); font-weight: 600; margin-bottom: 5px;}
.updli:hover {background-color: #ffffff10;}
.upd-box-title {background: var(--bg-lighter); color: var(--tt-lighter); font-weight: 700; padding: 8px 10px; margin-bottom: 10px;}

.lcomm:not(:last-child) {margin-bottom: 5px;}
.lcomm {background-color: var(--bg); border-radius: 4px; padding: 10px; font-size: 13px;}
.lcomm__link {display: block; color: var(--accent-3); font-size: 12px; 
	text-transform: uppercase; letter-spacing: 1px; padding-left: 1px;}
.lcomm__date {font-size: 12px; color: var(--tt-darker-2); margin-left: 10px;}
.lcomm__text {margin: 8px 0 10px 0;}
.lcomm__author {font-weight: 600;}
.lcomm__av {width: 24px; height: 24px; border-radius: 50%; margin-right: 10px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer .btn {margin-right: 40px;}
.footer__logo {min-width: 0; margin-right: 30px;}
.footer__text {font-size: 13px; line-height: 1.7;}

.pagination {text-align: center; margin: 0 var(--indent-negative); padding: 20px var(--indent); padding-bottom: 0; 
	border-top: 1px solid var(--bdc); box-shadow: inset 0 1px var(--bdc-lighter);}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex; justify-content: center; align-items: center; 
	height: 44px; padding: 0 40px; max-width: 400px; background: var(--bg-darker); color: var(--tt); width: 100%;
	font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; 
	margin-bottom: 10px; border-radius: 3px; border: 1px solid var(--bdc); box-shadow: inset 0 0 0 1px var(--bdc-lighter);}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc); border-radius: 3px;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover  
{background: var(--accent); color: #fff; border-color: var(--accent);}


/* INNER PAGE
----------------------------------------------- */
.page__subcols {margin: 0 var(--indent-negative); padding: 20px var(--indent);
	border-top: 1px solid var(--bdc); box-shadow: inset 0 1px var(--bdc-lighter); position: relative;}
.page__header {width: 100%; margin-bottom: 20px; padding-right: 150px;}
.page__col-side {width: 300px; margin-left: 40px;}
.page__subcol-side {width: 200px; margin-right: 20px;}
.page__subcol-side2 {width: 300px; margin-left: 40px;}
.page__subtitle {font-size: 17px; font-weight: 700; margin-bottom: 20px; margin-top: 20px; color: var(--tt-lighter);}
.page__subtitle.tac {text-align: center;}
.page__text {margin-bottom: 20px; padding: 20px; border-radius: 4px;
	border: 1px solid var(--bdc); box-shadow: inset 0 0 0 1px var(--bdc-lighter); background-color: var(--bg-darker);}

.pmovie__original-title {color: var(--tt); text-transform: uppercase; font-size: 12px; 
	margin-top: 2px; font-weight: 600; letter-spacing: 1px;}
.page__header h1 {font-size: 24px; font-weight: 700; color: var(--tt-lighter); margin-top: -5px;}
.page__header h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pmovie__poster {width: 200px; height: 280px; box-shadow: var(--bsh-2); border-radius: 4px;}
.pmovie__btn {position: absolute; bottom: 10px; left: 10px; right: 10px; padding: 0;}
.pmovie__btn:not(:hover) {opacity: 0.8;}
.pmovie__year {margin-bottom: 15px;}
.pmovie__header-list {line-height: 1.5; font-size: 14px;}
.pmovie__header-list li + li {margin-top: 15px;}
.pmovie__header-list li > div:first-child {color: var(--tt); font-size: 13px; margin-bottom: 3px; color: #d4d1d1;}
.pmovie__header-list li a, .pmovie__year a {text-decoration: underline;}
.pmovie__header-list--accent > span:first-child {color: var(--accent-2); font-weight: 600; margin-right: 5px;}
.pmovie__header-list--accent > span:first-child + span {display: inline-block; vertical-align: middle; 
	box-shadow: inset 0 0 0 1px var(--bdc-lighter); border-radius: 3px; padding: 3px 8px; letter-spacing: 1px;
	background-color: var(--accent-3); color: #000; border: 1px solid var(--bdc); font-size: 12px; text-transform: uppercase;}
.pmovie__bottom {margin-right: -340px; margin-left: -20px;}

.pmovie__player {margin: 0 var(--indent-negative);}
.pmovie__complaint2 a {color: #eb4d4b; border-bottom: 1px dotted #eb4d4b; 
	font-size: 12px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; margin-right: var(--indent);}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select span {height: 40px; line-height: 40px; padding: 0 20px; 
	background-color: var(--bg-darker); color: var(--tt-darker-2); font-weight: 600; 
	box-shadow: inset 0 0 0 1px var(--bdc-lighter); border: 1px solid var(--bdc); border-bottom: 0;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--accent); color: #fff;}
.pmovie__player-bottom {background-color: #000000; border: 1px solid var(--bdc); border-left: 0; border-right: 0; 
	box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter); padding: 10px var(--indent);}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 40px; border-radius: 20px; 
	background-color: var(--bg); box-shadow: var(--bsh-2); padding: 5px; 
	font-weight: 600; margin-right: 10px; padding-right: 20px;}
.pmovie__rating-likes > * .fas {background-color: #6ab04c; color: #fff; height: 30px; line-height: 30px; 
	width: 30px; border-radius: 50%; text-align: center; font-size: 16px; margin-right: 10px;}
.pmovie__rating-likes > * + * .fas {background-color: #eb4d4b;}
.pmovie__rating-likes > a:hover {background-color: var(--accent); color: #fff;}
.pmovie__player-bottom .card__rating-ext {margin-right: 10px; margin-left: 0;}
.pmovie__share {text-align: right; margin-right: 20px;}
.pmovie__caption {line-height: 1.6; position: relative; background-color: #014f4e6e;
	color: var(--tt); padding: 15px var(--indent); margin: 0 var(--indent-negative); padding-left: 90px;} 
.pmovie__caption::before {content: '\f05a'; font-family: 'Font Awesome 5 Pro'; font-weight: 900; 
	position: absolute; left: var(--indent); top: 50%; font-size: 34px; color: var(--accent); transform: translateY(-50%);}

.soc-channels__item {display: flex; flex-direction: column; justify-content: center;  
	position: relative; padding: 0 20px 0 55px; height: 40px; overflow: hidden;
	background-color: #2daae1; color: #fff !important; 
	font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; border-radius: 4px;}
.soc-channels__item div {font-size: 14px; text-transform: none; font-weight: 600; margin-top: -1px;}
.vk {background-color: #1877f2; color: #fff;}
.yt {background-color: #df1111; color: #fff;}
.soc-channels__item + .soc-channels__item {margin-top: 10px;}
.soc-channels__item::before {content: ''; width: 40px; height: 40px; background-color: rgba(0,0,0,0.2); 
	position: absolute; left: 0; top: 0; background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk::before {background-image: url(../images/i-vk.svg);}
.yt::before {background-image: url(../images/i-youtube.svg);}

.page__tags {margin: 20px 0; margin-right: -16px; font-size: 0;}
.page__tags .fas {height: 30px; line-height: 30px; margin: 10px 10px 0 0; font-size: 16px; opacity: 0.6;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; margin: 10px 10px 0 0;
	color: var(--tt); border: 1px solid var(--bdc); box-shadow: inset 0 0 0 1px var(--bdc-lighter);}
.page__tags a:hover {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.pmovie__related {border: 1px solid var(--bdc); border-left: 0; border-right: 0; margin: 0 var(--indent-negative); 
	box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter); padding: 30px var(--indent);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 14px; word-wrap: break-word; background-color: #000000;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.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 > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.short-info {margin-top: 3px;line-height: 1.7;border-bottom: 1px solid #555;font-weight: 700;margin: 2px 0;padding: 1px 10px;}
.short-info > span {font-weight: 700;margin-right: 5px;}
.info-title {color: #a4a4a4;}

/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 18px; font-weight: 700; color: var(--tt-lighter); margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-darker-2); line-height: 1.5;}
.page__comments-info .fas {color: #eb4d4b; margin-right: 6px;}
.page__comments-header {position: relative; padding-right: 130px;}
.page__comments-btn {position: absolute; right: 0; top: 0;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none123, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 600; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; 
	border-bottom: 1px solid var(--bdc); box-shadow: 0 1px var(--bdc-lighter);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 600; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author, .comment-item__author a {font-weight: 600; font-size: 14px; color: var(--tt);}
.comment-item__date {color: var(--tt-darker-2); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px; color: var(--tt);}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px; color: var(--tt-darker);}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b; color: var(--tt-darker);}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-darker-2);}
.comment-item__reply a .fas {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fas {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-darker-2);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 600; padding: 1px 0; text-transform: capitalize; color: var(--tt-lighter);}
.login__close {cursor: pointer; font-size: 24px; opacity: 1; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt); margin-left: 10px; font-weight: 400; color: var(--tt);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt);}
.login__caption {font-size: 14px; color: var(--tt-lighter); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent-3);}
.login__input input {padding-left: 40px;}
.login__row .fas {opacity: 0.6; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fas {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


.fplaye{width:820px}
#player{min-height:460px}
.b-player{padding-top:10px;position:relative}
.b-translators__list{display:table-cell;padding:1em;text-align:center;vertical-align:middle}
.b-player iframe{overflow:hidden;width:100%!important}
.b-player iframe::-webkit-scrollbar{display:block}
.b-post__lastepisodeout{position:relative;background:#12171b url(../dle_serials/dle_serials.png);color:#ccc;height:20px}
.b-post__lastepisodeout_full{position:relative;background:#1f222e url(../dle_serials/dle_serials.png);color:#ccc;height:40px;line-height:40px;margin-bottom:30px}
@media only screen and (max-width: 590px) {
.b-post__lastepisodeout_full{position:relative;background:#12171b url(../dle_serials/dle_serials.png);color:#ccc;height:40px}
}
.b-episodes__list{margin-left:-16px;padding:32px 0 15px;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}
.b-episodes__list li{float:left;margin:0 0 17px 17px}
.b-simple_seasons__list{margin:0 auto;padding:10px;padding:4px 10px 12px 13px;list-style:none}
.b-simple_seasons__title{color:#fff;font-size:15px;font-weight:700;padding-top:10px;padding-left:11px;text-align:left}
.b-simple_season__item{margin:0 2px 2px 0 !important;list-style:none!important;float:left;padding:8px 5px;margin-right:4px;border-radius:3px;background:rgba(0,0,0,0.3);margin-bottom:3px;border:1px solid #35394a;color:#fff;text-align:center;cursor:pointer}
.b-simple_episodes__list{margin:0 auto;padding:10px 10px 12px 13px;text-align:left}
.b-simple_episode__item{display:inline-block;font-size:13px;-webkit-transition:background .3s ease;-moz-transition:-moz-background .3s ease;-o-transition:-o-background .3s ease;transition:background .3s ease;text-align:left;margin:0 2px 2px 0 !important;list-style:none!important;padding:8px 5px;border-radius:3px;background:rgba(0,0,0,0.3);border:1px solid #35394a;color:#fff;text-align:center;cursor:pointer}
.b-simple_episode__item:hover,.b-simple_season__item:hover{border:1px solid #ff8100;color:#ff8b00}
#serial_player{min-height:460px}
#simple-episodes-tabs{white-space:nowrap;overflow:hidden;margin:0 30px;display:block;position:relative}
@media only screen and (max-width: 590px) {
#simple-episodes-tabs{-webkit-overflow-scrolling:touch;overflow-x:scroll}
#serial_player{min-height:300px}
#player{background:#000;min-height:300px}
}
#simple-episodes-list{-moz-padding-start:0;padding-start:0;-webkit-padding-start:0;text-align:left}
.b-simple_episode__item.active{background:rgb(139 59 50)!important;cursor:default}
.b-simple_season__item.active{background:rgb(139 59 50)!important;cursor:default}
.prenext{position:relative}
.prevpl,.nextpl{position:absolute;top:5px;font-size:xx-large;width:25px;height:20px;color:#D5D9D9;cursor:pointer;font-weight:700;z-index:999}
.prevpl{left:0}
.nextpl{right:0}
@-webkit-keyframes fadein {
to{opacity:1}
}
@keyframes fadein {
to{opacity:1}
}
@-webkit-keyframes pulse {
50%{-webkit-transform:scale(0.9);transform:scale(0.9)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes pulse {
50%{-webkit-transform:scale(0.9);transform:scale(0.9)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes start3d {
0%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
20%{-webkit-transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1);transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1)}
40%{-webkit-transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3);transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3)}
60%{-webkit-transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2);transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2)}
100%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
}
@keyframes start3d {
0%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
20%{-webkit-transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1);transform:rotate(90deg) rotate3d(-45,-45,0,90deg) scale(1.1)}
40%{-webkit-transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3);transform:rotate(180deg) rotate3d(-45,-45,0,180deg) scale(1.3)}
60%{-webkit-transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2);transform:rotate(270deg) rotate3d(-45,-45,0,270deg) scale(1.2)}
100%{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg)}
}
@-webkit-keyframes showload {
0%{height:0}
50%{height:20px}
100%{height:0}
}
@keyframes showload {
0%{height:0}
50%{height:20px}
100%{height:0}
}
.av-loader{position:absolute;left:0;top:0;right:0;bottom:0;-webkit-animation:fadein 1s ease .2s 1 normal;animation:fadein 1s ease .2s 1 normal;background:#000}
.av-loader:after{content:"Загрузка плеера";color:#fad8d1;display:inline-block;position:absolute;left:0;right:0;top:50%;margin-top:-8px;font-size:11px;line-height:20px;text-align:center;text-transform:uppercase;text-shadow:rgba(0,0,0,0.5) 0 1px 4px;transition:all 1.5s}
.is-loaded .av-loader:after{opacity:0}
.av-loader-hold{position:absolute;width:110px;height:110px;left:50%;top:50%;margin-left:-55px;margin-top:-55px}
.av-loader-ring,.av-loader-play{position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid rgba(255,255,255,0.5);border-radius:50%;color:#fff;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 50% 50%;transform-origin:50% 50% 50%;transition:all 2s}
.is-loaded .av-loader-ring,.is-loaded .av-loader-play{opacity:0}
.av-loader-play{border:1px solid #83210b;opacity:.8;box-shadow:#f17222 0 1px 0 inset,rgba(0,0,0,0.25) 0 0 10px;background-color:#cb3415;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNDIxZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMzQxNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);background-size:100%;background-image:linear-gradient(#fc421d,rgba(203,52,21,0));-webkit-transform:scale(0.92);transform:scale(0.92)}
.av-loader-play:after{background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/66042/arrow.png) no-repeat center center;content:"";display:block;width:28px;height:54px;position:absolute;left:50%;top:50%;margin-top:-27px;margin-left:-10px;opacity:.35;transition:all 2s}
.is-loaded .av-loader-play{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.is-loaded .av-loader-play:after{opacity:1}
.av-loader-ring:nth-child(1){border-color:rgba(226,33,3,0.5);-webkit-animation:start3d 6s ease-out .5s infinite normal;animation:start3d 6s ease-out .5s infinite normal}
.av-loader-ring:nth-child(2){border-color:rgba(226,41,3,0.5);-webkit-animation:start3d 6s ease-out 1s infinite normal;animation:start3d 6s ease-out 1s infinite normal}
.av-loader-ring:nth-child(3){border-color:rgba(226,48,3,0.5);-webkit-animation:start3d 6s ease-out 1.5s infinite normal;animation:start3d 6s ease-out 1.5s infinite normal}
.av-loader-ring:nth-child(4){border-color:rgba(226,55,3,0.5);-webkit-animation:start3d 6s ease-out 2s infinite normal;animation:start3d 6s ease-out 2s infinite normal}


/**
 * 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-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .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-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 .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 600ms 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; left: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: var(--bsh-2); width: 40px; height: 40px; 
	background-color: var(--bg); color: var(--tt); position: absolute; left: -60px; top: 0; 
	font-size: 14px; border-radius: 3px 0 0 3px;}
 .owl-prev {margin-bottom: -40px;}
 .owl-next {background-color: var(--accent); color: #fff; margin-top: -40px;}
 .owl-prev:hover, .owl-next:hover {background-color: var(--accent); color: #fff;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -25px;}
 .owl-dot {display: inline-block; width: 10px; height: 10px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 340px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 20px 20px; z-index: 999; position: fixed; left: -380px; top: 0; transition: left .4s; 
	background-color: var(--bg-lightest); color: var(--tt);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 340px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 10px 20px; display: block; background: var(--bg-3); 
	width: calc(100% + 40px); margin: -10px -20px 25px -20px; max-width: none;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrappers {overflow: hidden; background-size: 140% auto;}
	.wrapper-container {max-width:1000px;}
	.header__menu, .header__link, .col-side .js-this-in-mobile-menu {display: none;}
	.header {margin-bottom: 100px;}
	.header__search {margin: 0; margin-right: 20px; width: 240px;}
	.header__logo {margin: 0 var(--indent);}
	.header__btn-menu {display: flex; width: 40px; padding: 0; border-radius: 50%; font-size: 18px; margin: 0 var(--indent);}
	.content, .carou, .col-side, .carou__menu li a {border-radius: 0;}
	.cols, .carou {border-left: 0; border-right: 0;}
	.carou {padding: 20px; padding-bottom: 40px; margin-bottom: 0;}
	.carou__menu li {flex-grow: 1; white-space: nowrap; min-width: auto; max-width: 100%;}
	.carou__content > .top {width: calc((100% - 100px)/6);}
	.col-side {width: 100%; order: 10; padding-top: 0;}
	.site-desc, .footer {padding-left: var(--indent); padding-right: var(--indent);}
	.footer {justify-content: center; text-align: center;}
	.footer__text {min-width: 100%; margin: 20px 0;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.carou__content > .top {width: calc((100% - 80px)/5);}
	.theme-toggle {order: 10; margin: 0; margin-right: 20px;}
	.header__search {order: 10; width: calc(100% - 130px); margin: 0 10px 0 20px;}
	.header {padding-bottom: 10px;}
	.header__btn-menu {margin-left: 10px;}
	.speedbar {margin: -15px 0 15px 0;}

	.page__subcol-side2, .page__col-side {width: 100%; margin: 0; margin-top: 20px;}
	.pmovie__header-list li + li {margin-top: 10px;}
	.pmovie__caption {padding-left: 76px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.carou__content > .top {width: calc((100% - 40px)/3);}
	.sect__btn-filter {font-size: 0; margin-left: 10px;}
	.sect__btn-filter::before {content: attr(data-text); font-size: 12px; margin-right: -20px;}
	.card__meta, .card__btn1 {display: none;}
	.card {display: grid; grid-gap: 20px 20px; grid-template-columns: 150px minmax(0,1fr);}
	.card > .card__title {grid-column: 1 / -1;}
	.card__img {width: 150px; height: 220px;}
	.card__desc {order: 10; grid-column: 1 / -1;}
	.card__bottom, .card__title, .card__rating-ext {margin: 0;}
	.card .card__rating-ext {width: 100%; margin-bottom: 20px;}
	.card__btn {width: 100%; margin: 0; order: 10;}
	.card__list--margin {margin: 0;}
	.card__desc .card__title {margin-bottom: 15px; padding: 0;}
	.card__title {padding: 0;}
	
	.page__header {padding: 0;}
	.pmovie__bottom {margin: 0; margin-top: 20px;}
	.pmovie__bottom .card__ratings {gap: 20px 20px;}
	.pmovie__bottom .card__rating-ext {margin: 0;}
	.page__text {border-radius: 0; margin-left: -20px; margin-right: -20px;}
	.pmovie__share {order: 10; text-align: center; min-width: 100%; margin: 0; margin-top: 10px;}
	.pmovie__related .poster:nth-child(5n), .page__comments-info {display: none;}

	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.carou__content > .top {width: calc((100% - 40px)/3);}
	.header {margin-bottom: 0; box-shadow: none;}
	.header .header__btn {font-size: 0; padding: 0; width: 40px; padding-left: 5px;}
	.header .header__btn::before {content: "\f007"; font-weight: 900; font-family: 'Font Awesome 5 Pro'; font-size: 18px;}
	.pagination__btn-loader a, .pagination__btn-loader > span {max-width: 100%;}
	.footer .btn {width: 100%; margin: 0; margin-top: 20px;}
	.carou__menu a {padding: 10px; font-size: 13px; border-right: 0;}
	.wrappers {background-image: none;}

	.page__header {text-align: center;}
	.page__subcols {display: block; position: relative;}
	.page__subcol-side {margin: 0 auto; margin-bottom: 20px;}
	.page__subcol-main {display: grid; grid-gap: 0px 20px; grid-template-columns: minmax(0,1fr) 150px;}
	.pmovie__bottom {grid-row: 1 / 3; grid-column: 2 / 3; margin: 0; align-self: start;}
	.pmovie__complaint2, .pmovie__player-bottom .card__rating-ext {display: none;}
	.pmovie__subinfo {width: 100%; padding-top: 5px;}
	.pmovie__subinfo::before {content: ""; display: table; clear: both; width: 100%;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
	.pmovie__related .poster:nth-child(5n) {display: block;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.header__logo {flex: 1 1 0; min-width: 100px; max-width: 100%;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__logo .logo__title {font-size: 18px;}
	.header__login {display: none;}
	.sect__title {font-size: 20px;}
	.site-desc img {float: none; margin: 0 auto; margin-bottom: 20px; display: block; display: none;}
	.mobile-menu {width: 100%; left: -120vw;}
	.mobile-menu-close {left: calc(100% - 40px);}

	.pmovie__year {grid-column: 1 / -1;}
    /* .pmovie__bottom {grid-row: 2 / 3;} */
	.pmovie__related .poster:nth-child(5n) {display: none;}
	.pmovie__player-bottom {padding-left: 10px; padding-right: 10px;}
}
@media screen and (max-width: 370px) {
	.card {grid-gap: 20px 10px;}
}

.filter-block {margin-bottom: 30px;}
.filter-block__form {display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); grid-gap: 10px 10px;}
.filter-block__cell--full-width {grid-column: 1 / -1;}
.filter-block__cell-caption {margin-bottom: 10px;}
.filter-block__cell-content > * {width: 100%; display: block;}
.filter-block__cell-content--two-columns {display: flex; justify-content: space-between;}
.filter-block__cell-content--two-columns > * {width: calc((100% - 10px)/2) !important;}
.filter-block__cell-content select, .filter-block__cell-content input[type="text"], 
.filter-block__cell-content--check-group {height: 36px; line-height: 34px; background-position: right 8px top 50%;
	background-color: var(--bg-darker); color: var(--tt); border: 1px solid var(--bg-black); border-radius: 4px; 
	box-shadow: none; font-size: 14px;  padding: 0 7px; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.filter-block__cell-content select {padding: 0 8px 0 4px;}
.filter-block__cell-content input[type="text"]::placeholder {opacity: 1; color: var(--tt); font-size: 14px;}
.filter-block__cell-content input[type="text"]:focus::placeholder {opacity: 0;}
.filter-block__cell-content label {position: relative; padding-left: 50px; cursor: pointer; 
	height: 36px; display: flex; flex-direction: column; justify-content: center; font-size: 14px;}
.filter-block__cell-content label input {display: inline-block; appearance: none; -webkit-appearance: none;
	height: 20px; width: 40px; border-radius: 10px; background-color: var(--bg-darker); cursor: pointer; transition: all .2s linear; 
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); position: absolute; left: 0; top: 50%; margin-top: -10px;}
.filter-block__cell-content label input::before {content: ''; width: 18px; height: 18px; border-radius: 10px; 
	position: absolute; left: 1px; top: 1px; background-color: var(--bg); transition: all .2s linear;}
.filter-block__cell-content label input:checked {background-color: #6ab04c;}
.filter-block__cell-content label input:checked::before {left: 21px;}
.filter-block__cell-content input[type="button"], .filter-block__cell-content button {cursor: pointer; 
	height: 36px; display: inline-flex; justify-content: center; padding: 0 10px; box-shadow: none; border-radius: 4px;}
.filter-block__cell-content input[type="button"][data-dlefilter="reset"] {background: var(--bg-darker); color: var(--tt);}
.filter-block__cell-content--check-group label {padding: 0; text-align: center; white-space: nowrap; 
	flex: 1 1 0; min-width: 30px; max-width: 100%; background: var(--bg);}
.filter-block__cell-content--check-group label input {position: absolute; left: 0; top: 0; 
	width: 100%; height: 100%; opacity: 0; z-index: 5;}
.filter-block__cell-content--check-group {display: flex; justify-content: center; overflow: hidden; padding: 0;}
.filter-block__cell-content--check-group label + label {border-left: 1px solid var(--bg-darker);}
.filter-block__cell-content--check-group label div {height: 36px; font-size: 13px;}
.filter-block__cell-content--check-group label input:checked + div {background-color: var(--bg-darker); color: var(--tt);}
	

/* =====================================================================
   NEON EMERALD REDESIGN  —  полный редизайн оформления (только CSS)
   Все правила ниже переопределяют стандартные стили шаблона.
   ===================================================================== */

/* --- ОБЩИЙ ФОН И КАРКАС ------------------------------------------- */
.wrappers {
	background:
		radial-gradient(900px 520px at 50% 0, rgba(30,215,96,0.16), transparent 70%),
		linear-gradient(180deg, #071310 0%, #050b09 45%, #040907 100%);
	background-repeat: no-repeat;
}
.wrappers::before {
	content: ''; position: fixed; z-index: 0; left: 0; right: 0; top: 0; height: 3px;
	background: linear-gradient(90deg, transparent, #1ed760, #14e6ff33, #1ed760, transparent);
	opacity: .9; pointer-events: none;
}
.wrapper-container {max-width: var(--max-width);}

.cols {
	background: linear-gradient(180deg, rgba(16,26,21,0.92), rgba(8,15,12,0.92));
	border-radius: 20px; border: 1px solid var(--bdc-lighter);
	box-shadow: 0 30px 70px -30px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.04);
	overflow: hidden;
}
.col-main {background-color: transparent; padding: 28px var(--indent) 44px var(--indent);}
.col-side {
	background: linear-gradient(180deg, rgba(30,215,96,0.05), rgba(0,0,0,0.18));
	border-right: 1px solid var(--bdc-lighter); box-shadow: none;
	border-radius: 0; width: 320px; padding: 24px 20px;
}
.footer {padding: 26px 0 40px 0;}

#scrolltop {
	width: 46px; height: 46px; line-height: 46px; right: 18px; bottom: 18px; font-size: 18px;
	background: var(--gradient-accent); color: #04140b;
	box-shadow: 0 12px 30px -10px rgba(30,215,96,.75); border-radius: 14px;
}
#scrolltop:hover {transform: translateY(-3px);}

/* --- ШАПКА --------------------------------------------------------- */
.header {
	background: rgba(6,13,10,.82);
	-webkit-backdrop-filter: saturate(160%) blur(14px);
	backdrop-filter: saturate(160%) blur(14px);
	border-bottom: 1px solid var(--bdc-lighter);
	box-shadow: 0 14px 40px -22px rgba(0,0,0,.95);
	margin-bottom: 26px; padding: 12px 0;
	position: sticky; top: 0; z-index: 500;
}
.logo {
	height: 54px; padding-left: 52px;
	background: url(../images/logo.svg) 0 50% / 40px no-repeat;
	filter: drop-shadow(0 0 10px rgba(30,215,96,.45));
}
.logo__title {
	font-size: 19px; letter-spacing: 4px;
	background: linear-gradient(92deg, #eafff2 10%, #1ed760 55%, #8affc1 95%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: #1ed760;
}
.logo__caption {color: var(--accent-2); opacity: .7; letter-spacing: 2px;}

.header__search {width: 330px; margin: 0 32px;}
.header__search input, .header__search input:focus {
	height: 42px; line-height: 42px; border-radius: 999px; padding: 0 52px 0 20px;
	background-color: rgba(255,255,255,.04); color: var(--tt-lighter);
	box-shadow: inset 0 0 0 1px var(--bdc-lighter);
}
.header__search input:focus {box-shadow: inset 0 0 0 1px var(--accent), 0 0 0 4px rgba(30,215,96,.12);
	background-color: rgba(30,215,96,.06);}
.header__search button {
	width: 42px; height: 34px; top: 4px; right: 4px; border-radius: 999px;
	background: var(--gradient-accent); color: #04140b; box-shadow: none; padding: 0;
}
.header__search button:hover {box-shadow: 0 6px 16px -6px rgba(30,215,96,.9);}

.header__link {
	font-size: 11px; letter-spacing: 1.4px; font-weight: 700; color: var(--tt-lighter-2);
	margin-right: 18px; padding: 10px 4px; border-bottom: 1px solid transparent;
}
.header__link:hover {color: var(--accent-darker); border-bottom-color: var(--accent);}
.header__btn {height: 38px; padding: 0 22px; border-radius: 999px;}
.header__btn-menu {background: rgba(30,215,96,.12); color: var(--accent-darker); box-shadow: none;}
.header__btn-menu:hover {background: var(--gradient-accent); color: #04140b;}

.theme-toggle {background-color: rgba(255,255,255,.05); border-radius: 999px;}
.lt-is-active .theme-toggle li:first-child, body:not(.lt-is-active) .theme-toggle li:last-child
{background: var(--gradient-accent); color: #04140b;}

/* --- ЗАГОЛОВКИ РАЗДЕЛОВ -------------------------------------------- */
.sect__header {margin-bottom: 26px;}
.sect__title {
	font-size: 23px; font-weight: 800; color: var(--tt-lighter); letter-spacing: -.01em;
	position: relative; padding-left: 16px; line-height: 1.25;
}
.sect__title::before {
	content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; border-radius: 4px;
	background: linear-gradient(180deg, #1ed760, #0a7d3e); box-shadow: 0 0 14px rgba(30,215,96,.65);
}
.speedbar {
	font-size: 12px; color: var(--tt-darker-2); margin: 0 0 22px 0;
	background: rgba(255,255,255,.03); border: 1px solid var(--bdc-lighter);
	border-radius: 999px; padding: 9px 16px; display: inline-block; max-width: 100%;
}
.speedbar a {color: var(--accent-2);}
.speedbar a:hover {color: var(--accent-darker); text-decoration: none;}

/* --- КАРТОЧКА ФИЛЬМА (список) --------------------------------------- */
.card {
	margin: 0 0 18px 0; padding: 18px; line-height: 1.45; border-radius: var(--radius);
	border: 1px solid var(--bdc-lighter); border-top: 1px solid var(--bdc-lighter);
	background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
	box-shadow: 0 10px 30px -22px rgba(0,0,0,.9);
	overflow: hidden;
}
.card::after {
	content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
	background: linear-gradient(180deg, #1ed760, #0a7d3e);
	opacity: 0; transition: opacity .3s;
}
.card:hover {
	border-color: var(--bdc-accent);
	background: linear-gradient(180deg, rgba(30,215,96,.07), rgba(255,255,255,.015));
	box-shadow: 0 18px 40px -24px rgba(0,0,0,1), 0 0 0 1px rgba(30,215,96,.12);
	transform: translateY(-2px);
}
.card:hover::after {opacity: 1;}
.card__img {
	width: 152px; height: 214px; margin-right: 22px; border-radius: 12px;
	box-shadow: 0 14px 28px -16px rgba(0,0,0,.95); border: 1px solid var(--bdc-lighter);
}
.card__img img {transition: transform .5s cubic-bezier(.2,.7,.3,1);}
a.card__img:hover {opacity: 1;}
.card:hover .card__img img {transform: scale(1.06);}
.card__title {font-size: 17px; font-weight: 800; margin: 0 0 14px 0; padding-right: 120px; line-height: 1.35;}
.card__title a {color: var(--tt-lighter);}
.card__title a:hover {color: var(--accent-darker);}
.card__list {grid-gap: 6px 0; font-size: 13px; color: var(--tt-lighter-2);}
.card__list li > span:first-child {font-weight: 600; color: var(--tt-darker-2); margin-right: 6px;}
.card__list a {text-decoration: none; color: var(--accent-2); border-bottom: 1px dotted rgba(123,241,168,.45);}
.card__list a:hover {color: var(--accent-darker); border-bottom-color: var(--accent-darker);}
.card__list--margin {margin-top: 14px;}
.card__list li:last-child {display: inline-flex; align-items: center;}
.card__bottom {font-size: 12px; margin-top: 16px;}
.card__btn {
	width: 152px; height: 40px; margin: 0; border-radius: 999px;
	background: var(--gradient-accent); color: #04140b; border: 0;
	box-shadow: 0 8px 20px -10px rgba(30,215,96,.85); font-weight: 800; letter-spacing: .8px;
}
.card__btn:hover {color: #04140b;}
.card__meta {margin-left: 18px; color: var(--tt-darker-2);}
.card__meta .fas {margin-right: 6px; opacity: .8; color: var(--accent-3);}
.card__meta--move {top: 20px; right: 66px;}

.card__fav {
	right: 14px; top: 14px; width: 36px; height: 36px; border-radius: 50%;
	overflow: visible; color: var(--tt-lighter); font-size: 13px; z-index: 5;
}
.card__fav .fas {padding: 0; border-radius: 50%;}
.card__fav .fas::after {
	transform: none; border-radius: 50%; background: rgba(255,255,255,.07);
	box-shadow: inset 0 0 0 1px var(--bdc-lighter); transition: all .3s;
}
.card__fav:hover .fas::after {background: var(--gradient-accent); box-shadow: 0 0 18px -4px rgba(30,215,96,.8);}
.card__fav:hover .fas {color: #04140b;}
.card__fav .fas.added::after {background: var(--gradient-accent);}
.card__fav .fas.added {color: #04140b;}

.card__rating-ext {color: var(--tt-lighter);}
.card__rating-ext::before {color: var(--accent-3);}
.card__rating-ext svg circle {stroke: rgba(255,255,255,.08);}
.card__rating-ext svg circle:nth-child(2) {stroke: var(--accent);}

/* бейдж качества HD в списке */
.card__list li:last-child > span:first-child + *, .card__list li:last-child {color: var(--accent-2);}

/* --- САЙДБАР -------------------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 26px;}
.side-block__title {
	border: 0; box-shadow: none; margin: 0 0 16px 0; padding: 0 0 12px 14px;
	font-size: 13px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase;
	color: var(--tt-lighter); position: relative;
	border-bottom: 1px solid var(--bdc-lighter);
}
.side-block__title::before {
	content: ''; position: absolute; left: 0; top: 1px; width: 4px; height: 15px; border-radius: 4px;
	background: linear-gradient(180deg, #1ed760, #0a7d3e); box-shadow: 0 0 12px rgba(30,215,96,.6);
}
.side-block__title.first {padding-top: 0; padding-bottom: 12px; box-shadow: none;}

.nav-col {width: 58%;}
.nav-col + .nav-col {width: 38%;}
.nav-title {
	font-weight: 800; margin-bottom: 10px; color: var(--accent-2);
	font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px;
}
.nav-menu a {
	display: block; padding: 7px 10px; font-size: 13.5px; border-radius: 8px;
	color: var(--tt-lighter-2); margin-left: -10px;
}
.nav-menu a:hover {
	text-decoration: none; background: rgba(30,215,96,.1); color: var(--accent-darker);
	transform: translateX(3px);
}
.nav-menu li > span {top: 8px; color: var(--tt-darker); font-size: 11px;}

/* Топ за неделю — с нумерацией */
.side-block__content {counter-reset: topcount;}
.soon {
	counter-increment: topcount; position: relative; padding: 8px 8px 8px 30px;
	border-radius: 10px; margin-left: -8px;
}
.soon::before {
	content: counter(topcount); position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 22px; text-align: center; font-size: 15px; font-weight: 800; color: var(--tt-darker);
	font-family: inherit;
}
.soon:hover {background: rgba(30,215,96,.08);}
.soon:hover::before {color: var(--accent-darker); text-shadow: 0 0 12px rgba(30,215,96,.7);}
.soon + .soon {margin-top: 4px;}
.soon__img {
	width: 46px; height: 66px; border-radius: 8px; margin-right: 12px;
	box-shadow: 0 8px 18px -10px rgba(0,0,0,.9); border: 1px solid var(--bdc-lighter);
}
.soon__title {color: var(--tt-lighter); font-weight: 600; font-size: 13.5px;}
.soon:hover .soon__title {color: var(--accent-darker);}

/* Последние комментарии */
.lcomm {
	background: rgba(255,255,255,.035); border: 1px solid var(--bdc-lighter);
	border-radius: 12px; padding: 12px;
}
.lcomm:hover {border-color: var(--bdc-accent); background: rgba(30,215,96,.06);}
.lcomm:not(:last-child) {margin-bottom: 8px;}
.lcomm__link {color: var(--accent-2); font-weight: 600;}
.lcomm__av {border: 1px solid var(--bdc-accent);}

.upd-box {background: rgba(255,255,255,.035); border: 1px solid var(--bdc-lighter); border-radius: 12px;}
.upd-box-title {background: rgba(30,215,96,.12); color: var(--accent-2);}
.updli:hover {background-color: rgba(30,215,96,.08);}
.updli-3 div {color: var(--accent-2);}

/* --- ПАГИНАЦИЯ ------------------------------------------------------ */
.pagination {border-top: 1px solid var(--bdc-lighter); box-shadow: none; margin: 10px 0 0 0; padding: 24px 0 0 0;}
.pagination__btn-loader a, .pagination__btn-loader > span {
	height: 48px; border-radius: 999px; border: 1px solid var(--bdc-accent); box-shadow: none;
	background: rgba(30,215,96,.08); color: var(--accent-2); font-weight: 800;
}
.pagination__pages a, .pagination__pages span {
	border-radius: 10px; border: 1px solid var(--bdc-lighter); min-width: 42px; line-height: 40px;
	font-size: 15px; font-weight: 700; color: var(--tt-lighter-2);
}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover {
	background: var(--gradient-accent); color: #04140b; border-color: transparent;
	box-shadow: 0 8px 22px -10px rgba(30,215,96,.9);
}

/* --- СТРАНИЦА ФИЛЬМА ------------------------------------------------ */
.page__subcols {
	border: 1px solid var(--bdc-lighter); box-shadow: none; margin: 0 0 24px 0;
	padding: 24px; border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(30,215,96,.05), rgba(255,255,255,.012));
}
.page__header h1 {font-size: 25px; font-weight: 800; color: var(--tt-lighter); line-height: 1.3; margin: 0;}
.page__header {padding-right: 70px; margin-bottom: 24px;}
.pmovie__poster {
	width: 210px; height: 300px; border-radius: 14px;
	box-shadow: 0 24px 50px -24px rgba(0,0,0,1); border: 1px solid var(--bdc-lighter);
}
.pmovie__poster::after {
	content: ''; position: absolute; inset: 0; border-radius: 14px; pointer-events: none;
	box-shadow: inset 0 -70px 60px -50px rgba(0,0,0,.85);
}
.pmovie__btn {
	left: 12px; right: 12px; bottom: 12px; border-radius: 999px; height: 38px; z-index: 2;
	font-size: 11px; letter-spacing: .6px;
}
.page__subcol-side {width: 210px; margin-right: 28px;}
.pmovie__header-list {font-size: 14px;}
.pmovie__header-list li + li {margin-top: 14px;}
.pmovie__header-list li > div:first-child {
	color: var(--tt-darker-2); font-size: 11px; text-transform: uppercase;
	letter-spacing: 1.1px; font-weight: 700; margin-bottom: 5px;
}
.pmovie__header-list li {color: var(--tt-lighter-2); line-height: 1.55;}
.pmovie__header-list li a {text-decoration: none; color: var(--accent-2); border-bottom: 1px dotted rgba(123,241,168,.4);}
.pmovie__header-list li a:hover {color: var(--accent-darker);}
.pmovie__header-list--accent > span:first-child {color: var(--tt-darker-2); text-transform: uppercase;
	font-size: 11px; letter-spacing: 1.1px;}
.pmovie__header-list--accent > span:first-child + span {
	background: var(--gradient-accent); color: #04140b; font-weight: 800; border-radius: 999px;
	padding: 5px 14px; font-size: 12px; letter-spacing: .5px;
	box-shadow: 0 8px 20px -10px rgba(30,215,96,.85);
}
.page__subtitle {font-size: 17px; font-weight: 800; color: var(--tt-lighter); line-height: 1.4;}
.page__subtitle.tac {
	padding: 16px 20px; border-radius: 12px; background: rgba(30,215,96,.07);
	border: 1px solid var(--bdc-lighter);
}
.page__text {
	border: 1px solid var(--bdc-lighter); box-shadow: none; border-radius: var(--radius);
	background: rgba(255,255,255,.03); padding: 22px 24px;
}
.full-text {background-color: transparent; color: var(--tt-lighter-2); line-height: 1.75; font-size: 14.5px;}
.full-text a {color: var(--accent-2); text-decoration: none; border-bottom: 1px solid rgba(123,241,168,.4);}
.full-text a:hover {color: var(--accent-darker);}
.full-text > ul li:before {background-color: var(--accent);}
.full-text > ol li:before {background-color: var(--accent); color: #04140b;}
.full-text > ol li:after {border-left-color: var(--accent);}
.short-info {border-bottom: 1px solid var(--bdc-lighter);}
.info-title {color: var(--tt-darker-2);}
.pmovie__caption {
	background: rgba(30,215,96,.09); border-radius: 12px; margin: 0 0 20px 0;
	border: 1px solid var(--bdc-lighter); padding: 16px 20px 16px 76px;
}
.pmovie__caption::before {left: 22px; color: var(--accent);}

/* плеер */
.pmovie__player {margin: 0; border-radius: var(--radius); overflow: hidden;
	border: 1px solid var(--bdc-lighter); background: #040907;}
.tabs-block__select span {
	height: 40px; line-height: 40px; border-radius: 999px; margin: 0 8px 8px 0;
	background: rgba(255,255,255,.05); color: var(--tt-lighter-2); font-weight: 700; font-size: 13px;
}
.tabs-block__select span.is-active, .tabs-block__select span:hover
{background: var(--gradient-accent); color: #04140b;}
.pmovie__player-bottom {
	background-color: rgba(255,255,255,.03); border: 0; border-top: 1px solid var(--bdc-lighter);
	padding: 14px 20px;
}
.pmovie__rating-likes > * {border-radius: 999px; background: rgba(255,255,255,.05);}
.pmovie__rating-likes > * .fas {background: var(--gradient-accent); color: #04140b;}
.pmovie__rating-likes > * + * .fas {background: linear-gradient(135deg,#ff6b6b,#c0392b); color: #fff;}
.pmovie__rating-likes > a:hover {background: rgba(30,215,96,.18); color: var(--accent-darker);}

.page__tags a {
	border-radius: 999px; height: 32px; border: 1px solid var(--bdc-lighter); box-shadow: none;
	color: var(--tt-lighter-2); font-size: 11px; padding: 0 14px;
}
.page__tags a:hover {background: var(--gradient-accent); border-color: transparent; color: #04140b;}
.page__tags .fas {color: var(--accent);}

.pmovie__related {
	border: 1px solid var(--bdc-lighter); border-radius: var(--radius); box-shadow: none;
	margin: 24px 0 0 0; padding: 24px; background: rgba(255,255,255,.02);
}
.pmovie__related .sect__title {font-size: 19px;}
.poster__img {border-radius: 12px; box-shadow: 0 12px 24px -14px rgba(0,0,0,.95);
	border: 1px solid var(--bdc-lighter); margin-bottom: 12px;}
.poster {transition: transform .35s;}
.poster:hover {transform: translateY(-4px);}
.poster:hover .poster__img {opacity: 1; border-color: var(--bdc-accent);
	box-shadow: 0 18px 34px -16px rgba(30,215,96,.5);}
.poster__title {font-size: 13px; color: var(--tt-lighter-2);}
.poster:hover .poster__title {color: var(--accent-darker);}
.poster__rating {border-radius: 0 8px 8px 0; font-weight: 800;}
.poster__rating.rating-7, .poster__rating.rating-8, .poster__rating.rating-9, .poster__rating.rating-10
{background: var(--gradient-accent); color: #04140b;}

/* --- КОММЕНТАРИИ ---------------------------------------------------- */
.page__comments {margin-top: 26px;}
.page__comments-title {font-size: 19px; font-weight: 800; color: var(--tt-lighter); padding-left: 14px; position: relative;}
.page__comments-title::before {
	content: ''; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; border-radius: 4px;
	background: linear-gradient(180deg, #1ed760, #0a7d3e);
}
.page__comments-info .fas {color: var(--accent-warn);}
.comment-item {
	background: rgba(255,255,255,.03); border: 1px solid var(--bdc-lighter);
	border-radius: 12px; padding: 16px; margin-bottom: 12px;
}
.comment-item:hover {border-color: var(--bdc-accent);}
.comment-item__img {border: 1px solid var(--bdc-accent);}
.comment-item__letter {background: var(--gradient-accent); color: #04140b;}
.comment-item__author, .comment-item__author a {color: var(--accent-2);}
.comment-item__rating a > span:first-child {color: var(--accent-3);}

/* --- ФОРМА ВХОДА ---------------------------------------------------- */
.login {
	border-radius: 18px; overflow: hidden; border: 1px solid var(--bdc-accent);
	box-shadow: 0 40px 90px -30px rgba(0,0,0,1), 0 0 60px -30px rgba(30,215,96,.5);
	background: #0a1310;
}
.login__header {background: rgba(30,215,96,.09); border-bottom: 1px solid var(--bdc-lighter);}
.login__title {color: var(--tt-lighter);}
.login__social {background: rgba(255,255,255,.03); border-top: 1px solid var(--bdc-lighter);}
.login__caption a {color: var(--accent-2);}
.login__menu a {border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--bdc-lighter);}
.login__menu a:hover {background: rgba(30,215,96,.12); border-color: var(--bdc-accent); color: var(--accent-darker);}
.login__row .fas {color: var(--accent); opacity: .9;}
.overlay {background-color: #02120c; opacity: .75; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);}

/* --- ФИЛЬТР --------------------------------------------------------- */
.filter-block__cell-content select, .filter-block__cell-content input[type="text"],
.filter-block__cell-content--check-group {
	background-color: rgba(255,255,255,.04); border: 1px solid var(--bdc-lighter);
	color: var(--tt-lighter-2); border-radius: 10px; height: 40px; line-height: 38px;
}
.filter-block__cell-content label input:checked {background-color: var(--accent);}
.filter-block__cell-content--check-group label {background: transparent;}
.filter-block__cell-content--check-group label input:checked + div
{background: var(--gradient-accent); color: #04140b; font-weight: 700;}
.filter-block__cell-content input[type="button"][data-dlefilter="reset"]
{background: rgba(255,255,255,.06); color: var(--tt-lighter-2); box-shadow: none;}
.filter-block__cell-caption {color: var(--tt-darker-2); font-size: 11px;
	text-transform: uppercase; letter-spacing: 1px; font-weight: 700;}

/* --- СЕРИИ / СЕЗОНЫ ------------------------------------------------- */
.b-simple_season__item, .b-simple_episode__item {
	background: rgba(255,255,255,.05); border: 1px solid var(--bdc-lighter);
	color: var(--tt-lighter-2); border-radius: 8px; padding: 8px 12px; transition: all .25s;
}
.b-simple_episode__item:hover, .b-simple_season__item:hover
{border: 1px solid var(--accent); color: var(--accent-darker); background: rgba(30,215,96,.12);}
.b-simple_episode__item.active, .b-simple_season__item.active
{background: linear-gradient(135deg,#1ed760,#0aa14e) !important; color: #04140b !important; border-color: transparent;}
.b-simple_seasons__title {color: var(--accent-2);}
.b-post__lastepisodeout, .b-post__lastepisodeout_full {background: rgba(30,215,96,.1); color: var(--tt-lighter-2);}

/* --- КАРУСЕЛЬ / ПРОЧЕЕ --------------------------------------------- */
.carou {background: rgba(255,255,255,.03); border-radius: var(--radius); border: 1px solid var(--bdc-lighter);}
.carou__menu a {background: rgba(255,255,255,.05); border-radius: 10px 10px 0 0; color: var(--tt-lighter-2);}
.carou__menu a.is-active, .carou__menu a:hover {background: var(--gradient-accent); color: #04140b;}
.owl-prev, .owl-next {background: rgba(255,255,255,.08); color: var(--tt-lighter); border-radius: 10px 0 0 10px;}
.owl-next {background: var(--gradient-accent); color: #04140b;}
.owl-prev:hover, .owl-next:hover {background: var(--gradient-accent); color: #04140b;}
.owl-dot {background: rgba(255,255,255,.15);}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}
.top__img {border-radius: 10px; border: 1px solid var(--bdc-lighter);}
.top__desc {background: linear-gradient(to top, rgba(0,0,0,.95), transparent);}

.site-desc {color: var(--tt-darker); line-height: 1.8;}
.site-desc h1, .site-desc h2, .site-desc h3 {color: var(--tt-lighter);}
.site-desc a {color: var(--accent-2); text-decoration: none; border-bottom: 1px solid rgba(123,241,168,.35);}
.site-desc ul li::before {color: var(--accent);}

.footer__text {color: var(--tt-darker); font-size: 12.5px; line-height: 1.8;}
.footer__logo .logo {filter: drop-shadow(0 0 10px rgba(30,215,96,.35));}

.mobile-menu {background: linear-gradient(180deg, #0c1713, #060d0a); border-right: 1px solid var(--bdc-accent);}
.mobile-menu-close {background: var(--gradient-accent); color: #04140b;}

.message-info, .berrors, .attention {
	background: rgba(30,215,96,.08); border: 1px solid var(--bdc-lighter);
	border-radius: 12px; padding: 16px; color: var(--tt-lighter-2);
}
.av-loader-play {background-image: linear-gradient(#2bf074, rgba(10,161,78,0));
	background-color: #0aa14e; border-color: #0aa14e; box-shadow: #7bf1a8 0 1px 0 inset, rgba(0,0,0,.25) 0 0 10px;}
.av-loader:after {color: #b8ffd5;}
.av-loader-ring:nth-child(1) {border-color: rgba(30,215,96,.5);}
.av-loader-ring:nth-child(2) {border-color: rgba(30,215,96,.4);}
.av-loader-ring:nth-child(3) {border-color: rgba(30,215,96,.3);}
.av-loader-ring:nth-child(4) {border-color: rgba(30,215,96,.2);}

/* --- АДАПТИВ (правки под новый дизайн) ------------------------------ */
@media screen and (max-width: 1220px) {
	.cols {border-radius: 0; border-left: 0; border-right: 0;}
	.col-side {width: 100%; border-right: 0; border-top: 1px solid var(--bdc-lighter);
		background: linear-gradient(180deg, rgba(30,215,96,.05), transparent);}
	.header {margin-bottom: 0; position: relative;}
	.header__search {margin: 0 16px 0 0; width: 250px;}
	.col-main {padding-top: 24px;}
}
@media screen and (max-width: 950px) {
	.header__search {width: calc(100% - 130px); margin: 0 10px 0 20px;}
	.page__subcol-side2 {margin-top: 20px;}
}
@media screen and (max-width: 760px) {
	.card {padding: 16px; grid-gap: 18px 18px; grid-template-columns: 132px minmax(0,1fr);}
	.card__img {width: 132px; height: 190px; margin-right: 0;}
	.card__title {padding-right: 46px; font-size: 16px;}
	.card__btn {width: 100%;}
	.page__subcols {padding: 18px;}
	.page__text {margin-left: 0; margin-right: 0; border-radius: var(--radius);}
	.page__header h1 {font-size: 21px;}
	.pagination {margin: 10px 0 0 0; padding: 20px 0 0 0;}
}
@media screen and (max-width: 590px) {
	.header {margin-bottom: 0;}
	.col-main {padding-left: var(--indent); padding-right: var(--indent);}
	.pmovie__poster {margin: 0 auto;}
	.page__subcol-side {margin: 0 auto 20px auto;}
}
@media screen and (max-width: 470px) {
	.card__img {width: 110px; height: 158px;}
	.card {grid-template-columns: 110px minmax(0,1fr);}
	.sect__title {font-size: 19px;}
}

/* --- ДОРАБОТКИ КАРТОЧКИ И МЕЛОЧИ ------------------------------------ */
.speedbar {align-self: flex-start;}
.card__title {padding-right: 230px;}
.card__meta--move {
	top: 16px; right: 60px; padding: 6px 12px; border-radius: 999px;
	background: rgba(255,255,255,.05); border: 1px solid var(--bdc-lighter);
	font-size: 11px; color: var(--tt-darker-2); line-height: 1;
}
.card__meta--move .fas {font-size: 10px;}
.card__img::after {
	content: 'HD'; position: absolute; left: 10px; top: 10px; z-index: 2;
	background: var(--gradient-accent); color: #04140b; font-size: 10px; font-weight: 800;
	letter-spacing: .8px; padding: 4px 8px; border-radius: 6px;
	box-shadow: 0 6px 14px -6px rgba(30,215,96,.9);
}
.card:hover .card__img {border-color: var(--bdc-accent); box-shadow: 0 18px 34px -18px rgba(30,215,96,.45);}
.card__list li:last-child {gap: 6px;}
.card__list li:last-child > span:first-child {margin-right: 0;}
.card__list li.card__list--margin {
	display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
}
.pmovie__related .sect__header {margin-bottom: 20px;}

@media screen and (max-width: 1220px) {
	.card__title {padding-right: 210px;}
}
@media screen and (max-width: 760px) {
	.card__title {padding-right: 46px;}
	.card__meta--move {top: 14px; right: 56px;}
}

/* бейдж качества в карточке */
.card__list li.card__list--margin {
	justify-self: start; padding: 6px 14px; border-radius: 999px;
	background: rgba(30,215,96,.1); border: 1px solid var(--bdc-accent);
	color: var(--accent-2); font-weight: 700; font-size: 12px; letter-spacing: .3px;
}
.card__list li.card__list--margin > span:first-child {color: var(--accent-3); font-weight: 700;}

/* --- ШАПКА СТРАНИЦЫ ФИЛЬМА: место под дату/избранное ----------------- */
.page__header {padding-right: 270px;}
.pmovie .card__meta--move {top: 18px; right: 62px;}
.pmovie .card__fav {right: 16px; top: 16px;}
@media screen and (max-width: 950px) {
	.page__header {padding-right: 240px;}
}
@media screen and (max-width: 760px) {
	.page__header {padding-right: 0;}
	.pmovie .card__meta--move {position: static; margin-left: 18px;}
}

/* --- МОБИЛЬНАЯ РАСКЛАДКА КАРТОЧКИ ----------------------------------- */
@media screen and (max-width: 760px) {
	.card__desc {grid-column: 2 / 3; order: 1; align-self: start;}
	.card__bottom {grid-column: 1 / -1; order: 5; margin-top: 6px;}
	.card__title {margin-bottom: 10px;}
	.card__list {font-size: 12.5px;}
}
@media screen and (max-width: 470px) {
	.card__desc {grid-column: 1 / -1; order: 5;}
	.card__bottom {order: 8;}
	.card__title {font-size: 15px;}
}

/* =====================================================================
   СВЕТЛАЯ ТЕМА — адаптация нового дизайна
   ===================================================================== */
.lt-is-active .wrappers {
	background:
		radial-gradient(900px 520px at 50% -140px, rgba(15,159,79,0.14), transparent 70%),
		linear-gradient(180deg, #eef5f1 0%, #f6faf8 45%, #ffffff 100%);
}
.lt-is-active .cols {
	background: linear-gradient(180deg, #ffffff, #f7fbf9);
	border-color: #e2ece7;
	box-shadow: 0 26px 60px -34px rgba(6,32,23,.35);
}
.lt-is-active .col-side {
	background: linear-gradient(180deg, rgba(15,159,79,.06), rgba(15,159,79,.02));
	border-right-color: #e2ece7;
}
.lt-is-active .header {
	background: rgba(255,255,255,.9); border-bottom-color: #e2ece7;
	box-shadow: 0 12px 30px -22px rgba(6,32,23,.4);
}
.lt-is-active .logo__title {
	background: linear-gradient(92deg, #0b3a24 10%, #0f9f4f 60%, #14b95c 95%);
	-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.lt-is-active .header__search input, .lt-is-active .header__search input:focus
{background-color: #f1f6f3; box-shadow: inset 0 0 0 1px #e2ece7; color: #10241b;}
.lt-is-active .header__link {color: #35473f;}
.lt-is-active .speedbar {background: #f1f6f3; border-color: #e2ece7; color: #6b7d75;}
.lt-is-active .card,
.lt-is-active .page__subcols, .lt-is-active .page__text, .lt-is-active .comment-item,
.lt-is-active .lcomm, .lt-is-active .upd-box, .lt-is-active .pmovie__related,
.lt-is-active .carou {
	background: #ffffff; border-color: #e2ece7;
	box-shadow: 0 12px 28px -24px rgba(6,32,23,.45);
}
.lt-is-active .card:hover {background: #f6fbf8; border-color: rgba(15,159,79,.35);}
.lt-is-active .card__title a, .lt-is-active .sect__title, .lt-is-active .page__header h1,
.lt-is-active .page__comments-title, .lt-is-active .page__subtitle, .lt-is-active .soon__title
{color: #10241b;}
.lt-is-active .card__list {color: #3d4f47;}
.lt-is-active .card__list li > span:first-child {color: #7d8f88;}
.lt-is-active .card__meta--move, .lt-is-active .pagination__pages a,
.lt-is-active .page__tags a, .lt-is-active .tabs-block__select span,
.lt-is-active .login__menu a, .lt-is-active .b-simple_episode__item, .lt-is-active .b-simple_season__item
{background: #f1f6f3; border-color: #e2ece7; color: #35473f;}
.lt-is-active .card__fav .fas::after {background: #eef4f0; box-shadow: inset 0 0 0 1px #e2ece7;}
.lt-is-active .full-text {color: #35473f;}
.lt-is-active .page__subtitle.tac, .lt-is-active .pmovie__caption
{background: rgba(15,159,79,.08); border-color: #e2ece7;}
.lt-is-active .pmovie__player-bottom {background: #f7fbf9; border-top-color: #e2ece7;}
.lt-is-active .pmovie__player {background: #fff; border-color: #e2ece7;}
.lt-is-active .filter-block__cell-content select,
.lt-is-active .filter-block__cell-content input[type="text"],
.lt-is-active .filter-block__cell-content--check-group
{background: #f1f6f3; border-color: #e2ece7; color: #35473f;}
.lt-is-active .nav-menu a:hover, .lt-is-active .soon:hover {background: rgba(15,159,79,.1);}
.lt-is-active .login {background: #fff; border-color: #e2ece7;}
.lt-is-active .login__header {background: rgba(15,159,79,.08); border-bottom-color: #e2ece7;}
.lt-is-active .login__social {background: #f7fbf9; border-top-color: #e2ece7;}
.lt-is-active .mobile-menu {background: #fff;}
.lt-is-active .overlay {background-color: #0a2318;}
.lt-is-active .quote, .lt-is-active .hide, .lt-is-active .scriptcode,
.lt-is-active .title_spoiler, .lt-is-active .text_spoiler, .lt-is-active .inhide
{background: #f1f6f3; color: #35473f; border-color: #e2ece7;}
.lt-is-active .message-info, .lt-is-active .berrors, .lt-is-active .attention
{background: rgba(15,159,79,.08); border-color: #e2ece7; color: #35473f;}
.lt-is-active input[type="text"], .lt-is-active input[type="password"],
.lt-is-active select, .lt-is-active textarea
{background-color: #f1f6f3; box-shadow: inset 0 0 0 1px #e2ece7;}
.lt-is-active ::-webkit-scrollbar-track {background: #eef4f0;}
.lt-is-active ::-webkit-scrollbar-thumb {border-color: #eef4f0;}


/* =====================================================================
   ОПТИМИЗАЦИЯ ПРОИЗВОДИТЕЛЬНОСТИ (Core Web Vitals)
   ===================================================================== */

/* логотип без внешнего шрифта */
.logo__title {font-family: inherit; font-weight: 700; letter-spacing: 4px;}

/* точечные переходы вместо transition: all — меньше работы у браузера */
.anim, a, a img {transition: color .25s, background-color .25s, border-color .25s, opacity .25s;}
button, .btn, input[type="submit"], input[type="button"]
{transition: background .25s, box-shadow .25s, transform .2s, color .25s;}
.card {transition: transform .3s, border-color .3s, background .3s, box-shadow .3s;}

/* не рисуем карточки за пределами экрана — сильно ускоряет длинные списки */
.card {content-visibility: auto; contain-intrinsic-size: auto 260px;}
.pmovie__related, .page__comments-list {content-visibility: auto; contain-intrinsic-size: auto 400px;}

/* фиксируем пропорции постеров: нет скачков вёрстки (CLS) при ленивой загрузке */
.card__img img, .soon__img img, .pmovie__poster img {aspect-ratio: 2 / 3; object-fit: cover;}

/* blur на мобильных дорогой — отключаем, оставляем плотный фон */
@media screen and (max-width: 950px) {
	.header {-webkit-backdrop-filter: none; backdrop-filter: none; background: #070f0c;}
	.overlay {-webkit-backdrop-filter: none; backdrop-filter: none;}
	.wrappers::before {position: absolute;}
	.card:hover {transform: none;}
}

/* уважаем системную настройку «меньше движения» */
@media (prefers-reduced-motion: reduce) {
	* {animation-duration: .01ms !important; animation-iteration-count: 1 !important;
	   transition-duration: .01ms !important; scroll-behavior: auto !important;}
	.card:hover, .poster:hover, #scrolltop:hover {transform: none;}
}
