/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; 
	background: var(--background) center top fixed no-repeat; background-size: 100% auto;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh;}
.header {background: var(--bg-3); color: var(--tt-dark); margin-bottom: 80px; position: relative; padding-bottom: 3px;}
.header::before {content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gradient);}
.footer {background-color: var(--bg-3); color: var(--tt-dark); padding: 30px var(--indent); padding-left: 20px;}
.content {background-color: var(--bg); box-shadow: 0 30px 60px rgba(0,0,0,1);}
.col-main {padding: 30px var(--indent); padding-bottom: 60px;}
.col-side {background-color: var(--bg-2); padding: 30px; width: 250px;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-2); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}

/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 60px; text-align: left;
	background: url(../images/logo.svg) 0 5px / 40px no-repeat; padding-left: 48px; min-width: 180px; margin-right: 35px;}
.logo__title {text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Fredoka One', sans-serif;
    text-shadow: 0 0 20px #fefbffc7;}
.logo__caption {font-size: 8px; font-weight: 500; color: #fff; 
	opacity: 0.8; text-transform: uppercase; letter-spacing: 3px;}

.header__menu > li {margin-right: 20px; position: relative; font-size: 12px; text-transform: uppercase; font-weight: 500;}
.header__menu > li > a {height: 80px; color: #fff; display: flex; align-items: center; letter-spacing: 1px;}
.header__menu > li:hover > a {color: var(--accent);}
.header__menu > li .fal {opacity: 0.8; width: 21px; font-size: 14px;}
.header__menu > li .fa {opacity: 0.8; width: 21px; font-size: 14px;}

.theme-toggle {display: inline-flex; justify-content: space-between; align-items: center; cursor: pointer;
	background-color: var(--bg-2); height: 40px; border-radius: 20px; padding: 5px 0; margin-right: 15px; border: 1px solid var(--bdc-dark);}
.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: var(--r44);}
.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; border-bottom: 1px solid rgba(255,255,255,0.3); padding: 15px 0; width: 100%;}
.header__search input, .header__search input:focus {padding: 0; border-radius: 0px; 
	background: none; box-shadow: none; color: #fff;}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 16px;} 
.header__search button {position:absolute; right: 0; top: 15px; width: 60px; padding: 0; 
	background: none; color: #fff; font-size: 18px;}

.header__btn-search {cursor: pointer; width: 40px; height: 40px; border-radius: 50%; font-size: 14px; 
	border: 1px solid var(--bdc-dark); color: var(--tt-dark); margin-right: 15px;}
.btn-accent {height: 40px; border-radius: 20px; padding: 0 20px; cursor: pointer;
	color: #fff; font-weight: 500; text-transform: uppercase; 
	font-size: 11px; border: 2px solid var(--accent); letter-spacing: 1px; box-shadow: 0 3px 31px rgb(85 110 207 / 45%);}
.btn-accent:hover, .header__btn-search:hover, .header__btn-search.is-active 
	{background-color: var(--accent); border-color: var(--accent); color: #fff;}


/* TOP ITEM
----------------------------------------------- */
.carou {padding: 30px 240px 30px 30px; background-color: var(--bg-3); width: 100%; position: relative;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 100px)/6); flex-shrink: 0; margin-right: 20px;}
.top {background-color: var(--bg-3);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 20px; color: #fff;}
.carou__desc {position: absolute; right: 25px; top: 0; bottom: 0; width: 190px; color: #fff;}
.carou__title {font-weight: 500; font-size: 26px; line-height: 1.2;}
.carou__caption {margin-top: 16px; color: var(--tt-dark);}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 30px; margin-top: 20px;}
.sect__header {margin-bottom: 24px;}
.sect__title {font-size: 20px; font-weight: 500;}
.sect__subtitle {font-size: 21px;}
.grid-select__btn {cursor: pointer; display: flex; align-items: center; justify-content: center; 
	margin-left: 10px; font-size: 14px; width: 30px; height: 30px; 
	border-radius: 15px; border: 1px solid var(--bdc); color: var(--tt-2);}
.grid-select__btn.is-active, .sect__btn-filter:hover, .sect__btn-filter.is-active {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.grid-select__btn:not(.is-active):hover {color: var(--tt);}
.desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-3); border-top: 3px solid var(--bg-2); 
	margin: 0 var(--indent-negative); margin-top: 30px; padding: 0 var(--indent); padding-top: 30px;}
.desc h1, .desc h2, .desc h3 {font-weight: 400; font-size: 20px; color: var(--tt); line-height: 1.3;}
.desc a {text-decoration: auto; color: var(--tt-3);}
.desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 12px; color: var(--tt-2); margin-bottom: 30px;}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.sect__btn-filter {display: flex; align-items: center; height: 30px; border-radius: 15px; padding: 0 15px; 
	font-size: 10px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; 
	border: 1px solid var(--accent); color: var(--tt); cursor: pointer; margin-left: 20px; box-shadow: 0 1px 13px rgb(85 110 207 / 45%);}


/* POSTER ITEM
----------------------------------------------- */
.poster.top {background: none !important;}
.poster__img {box-shadow: var(--bsh); margin-bottom: 15px;}
.poster__title {font-size: 14px; font-weight: 500;}
.poster__subtitle li {display: inline-block; font-size: 0.9em; margin-top: 6px; color: var(--tt-2); margin-right: 6px;}
.poster__subtitle li a {color: var(--tt-2);}
.poster__subtitle li:not(:last-child)::after {margin-left: 6px; content: '\25CF'; opacity: 0.6;}
.poster__label {position: absolute; right: 0; bottom: 0; z-index: 10; padding: 5px 10px; border-top-left-radius: 4px; 
	background-color: var(--accent-2); color: #fff; font-size: 10px; 
	font-weight: 500; text-transform: uppercase; letter-spacing: 1px;}
.poster__rating {position: absolute; left: 0; top: 5px; z-index: 10; border-radius: 0 4px 4px 0;
	background-color: #40404075; color: #fff; font-size: 12px; padding: 2px; 
	text-align: center; width: 40px; font-weight: 500;}
.poster__rating.rating-1, .poster__rating.rating-2, .poster__rating.rating-3 {background-color: #ab4e4e;}
.poster__rating.rating-4, .poster__rating.rating-5, .poster__rating.rating-6 {background-color: #934eab;}
.poster__rating.rating-7, .poster__rating.rating-8, .poster__rating.rating-9, .poster__rating.rating-10 {background-color: #725cd3;}
.js-count-rating {opacity: 0;}
.has-overlay__mask {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; 
	background-color: rgba(0,0,0,0.6); color: #fff; font-size: 40px; opacity: 0;}
.has-overlay:hover .has-overlay__mask {opacity: 1;}
.grid-2 .poster__text {display: none;}
.poster__text {-webkit-line-clamp: 4; color: var(--tt-3); margin-top: 15px;}
.poster__subtitle, .poster__subtitle li {max-width: 100%;}

@media screen and (min-width: 760px) {
	.grid-1 #dle-content {grid-template-columns: repeat(1,minmax(180px,1fr)); grid-gap: 15px 15px;}
	.grid-1 .poster {grid-column: span 1; border: 1px solid var(--bdc); flex-direction: row; flex-wrap: wrap;}
	.grid-1 .poster__img {width: 144px; height: 216px; padding-top: 0; margin: 0;}
	.grid-1 .poster__desc {flex: 1 1 0; max-width: 100%; min-width: 100px; padding: 20px; position: relative;}
	.grid-1 .poster__title {font-size: 17px;}
	.grid-1 .poster__subtitle {position: absolute; left: 20px; bottom: 20px;}
	.grid-1 .poster__subtitle li {margin-top: 0; height: 30px; border: 1px solid var(--bdc); font-size: 12px;
		border-radius: 15px; padding: 0 15px; display: inline-flex; align-items: center; text-transform: uppercase;}
	.grid-1 .poster__subtitle li:not(:last-child)::after {display: none;}
	.grid-1 .pagination__btn-loader a, .grid-1 .pagination__btn-loader > span {margin-top: 0px;}
}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 30px;}
.side-block__title {font-weight: 500; font-size: 19px; margin-bottom: 8px; color:#556ecf;}
.side-block__menu li + li {margin-top: 10px;}
.side-block__menu li {position: relative;}
.side-block__menu li span {background-color: var(--bg); color: var(--tt-2); font-size: 11px; 
	position: absolute; right: 0; top: -1px; border-radius: 3px; padding: 3px 6px; pointer-events: none;}
.side-block__menu a {opacity: 0.8; display: block; padding-left: 0px;}
.side-block__menu a:hover, .showitems-btn:hover {text-decoration: underline;}
.showitems-btn {margin-top: 8px; cursor: pointer; color: #725cd3;  
	text-transform: uppercase; font-weight: 600; font-size: 12px; letter-spacing: 2px;}
.popular + .popular {margin-top: 20px;}
.popular__img {width: 60px; height: 60px; margin-right: 20px;}
.popular_title {line-height: 1.4; -webkit-line-clamp: 3;}
.popular:hover {text-decoration: underline;}
.lcomm:not(:last-child) {margin-bottom: 20px;}
.lcomm {font-size: 13px;}
.lcomm__link {display: block; color: var(--accent); font-size: 12px; 
	text-transform: uppercase; letter-spacing: 1px; padding-left: 1px;}
.lcomm__date {font-size: 11px; color: var(--tt-2); margin-left: 10px;}
.lcomm__text {margin: 8px 0 10px 0; opacity: 0.8;}

.soc-channels__item {display: flex; flex-direction: column; justify-content: center;  
	position: relative; padding: 0 20px 0 55px; height: 40px; overflow: hidden;
	background-color: #725cd3; color: #fff !important; box-shadow: var(--bsh-2); 
	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: 500; margin-top: -1px;}
.vk {background-color: #556ecf; color: #fff;}
.yt {background-color: #934eab; 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);}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer .btn-accent {width: 220px; margin-right: 60px;}
.footer__logo {min-width: 0; margin-right: 30px;}
.footer__text {font-size: 13px; line-height: 1.7;}

.pagination {text-align: center; padding-top: 20px;}
.pagination__btn-loader .fal {font-size: 28px; margin-right: 10px; order: -1;}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex; justify-content: center; align-items: center; 
	height: 39px; padding: 0 16px; max-width: 188px; background: var(--bg-2); color: var(--tt-3); width: 100%;
	font-weight: 500; text-transform: uppercase; font-size: 10px; letter-spacing: 1px; 
	margin-bottom: 20px; border-radius: 20px; margin-top: 1px;}
.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: 20px;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover  
{background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}
.pagination__pages123 a:nth-child(5) {display: none;}

/* INNER PAGE
----------------------------------------------- */
.page__cols {border-top: 3px solid var(--bg-2); margin: 0 var(--indent-negative); 
	padding: 0 var(--indent); padding-top: 20px; margin-bottom: 1px;}
.page__col-side {width: 300px; margin-left: 40px;}
.page__subcols {margin-bottom: 30px;}
.page__subcol-side {width: 200px; margin-right: 20px;}
.page__titles {font-size: 16px; font-weight: 500; margin-bottom: 10px; margin-top: 5px; color: var(--accent);}
.pmovie__poster {width: 200px; height: 300px; box-shadow: var(--bsh);}
.pmovie__poster .poster__label {border-radius: 0 0 4px 0; right: auto; bottom: auto; left: 0; top: 0;}
.pmovie__age > div {display: inline-block; margin-bottom: 13px; padding: 5px 10px; 
	border-radius: 4px; border: 1px solid var(--bdc);}
.pmovie__original-title {color: var(--tt-2); text-transform: uppercase; font-size: 12px; 
	margin-top: 2px; font-weight: 500; letter-spacing: 1px;}
.page__subcol-main h1 {font-size: 22px; font-weight: 500;}
.page__subcol-main h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pmovie__year {margin-top: 20px;}
.pmovie__genres {margin: 6px 0 0 0; font-size: 14px; color: var(--tt-2);}
.pmovie__header-list {line-height: 1.5; font-size: 14px; color: var(--tt-2); margin-top: 15px;}
.pmovie__header-list li > div:first-child {color: var(--tt); font-size: 13px;}
.pmovie__header-list li:nth-child(2n+1) {background-color: var(--bg-2);}
.pmovie__header-list li {position: relative; padding: 5px 10px; padding-left: 125px; min-height: 30px;}
.pmovie__header-list li > div:first-child {position: absolute; left: 10px; top: 5px;}
.pmovie__header-list li a {border-bottom: 1px dotted var(--accent-2); color: var(--accent-2);}
.pmovie__complaint a {display: inline-block; margin-bottom: 20px; margin-left: 16px;
	color: #eb4d4b; border-bottom: 1px dotted #eb4d4b; font-size: 13px; position: relative;}
.pmovie__complaint a::before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	position: absolute; left: -16px; top: 6px; background-color: #eb4d4b;}
.pmovie__subrating {font-weight: 500; font-size: 16px; text-align: center; white-space: nowrap; margin-right: 20px;}
.pmovie__subrating img {height: 30px; display: block; margin: 0 auto 8px auto;}
.pmovie__subrating--kp img {height: 30px; margin-bottom: 10px; position: relative; top: 1px; right: -2px;}
.pmovie__subinfo {gap: 10px 27px; margin-top: 15px;}
.pmovie__btn {background-color: var(--accent); box-shadow: 0 1px 13px rgb(79 101 187 / 73%);}
.pmovie__subinfo .pmovie__fav a {width: 100%; height: 40px; border-radius: 5px; 
	font-size: 12px; font-weight: 500; justify-content: center; box-shadow: none; color: var(--tt);}

.page__subtitle {font-size: 19px; font-weight: 500; margin-bottom: 20px;}
.page__subtitle:last-child {margin-bottom: 20px; margin-top: 30px; text-align: center;}
.page__text {margin-top: -5px;}
.clamp-btn {cursor: pointer; margin-top: 10px; margin-bottom: 12px; font-size: 12px; text-transform: uppercase; 
	font-weight: 500; color: var(--accent); letter-spacing: 1px;}
.pmovie__btn-trailer {cursor: pointer; height: 160px; margin-bottom: 2px;}
.pmovie__btn-trailer::after {content: ''; position: absolute; 
	left: 0; top: 0; right: 0; bottom: 0; background: var(--bg-3); opacity: 0.7;}
.pmovie__btn-trailer .fal {position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); 
	display: flex; align-items: center; justify-content: center; border: 1px solid var(--bdc-dark); 
	border-radius: 50%; width: 80px; height: 80px; font-size: 24px; color: var(--tt-dark); padding-left: 3px;}
.pmovie__btn-trailer:hover .fal {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery {display: grid; grid-gap: 2px 2px; 
	grid-template-columns: repeat(auto-fill,minmax(140px,1fr)); grid-auto-flow: row dense;}
.pmovie__screenshots a, .pmovie__screenshots img, .pmovie__screenshots li {height: 90px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%;}
.pmovie__screenshots img {width: 100%; object-fit: cover;}
.pmovie__screenshots br {display: none;}

.pmovie__complaint2 a {color: #eb4d4b; border-bottom: 1px dotted #eb4d4b; 
	font-size: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select span {height: 40px; line-height: 40px; padding: 0 9px; 
	margin-right: 10px; background-color: #12161b; color: #ffffff; font-weight: 500;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: #12161b; color: #fff;}
.pmovie__player-bottom {padding: 10px 20px; background-color: var(--bg-2); margin-bottom: 30px;}
.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: 500; margin-right: 10px; padding-right: 20px;}
.pmovie__rating-likes > * .fal {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 > * + * .fal {background-color: #eb4d4b;}
.pmovie__rating-likes > a:hover {background-color: var(--accent); color: #fff;}
.pmovie__fav a {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid var(--r2);
    color: #fff;
    box-shadow: 0 1px 13px
	rgb(79 101 187 / 73%);
    background: var(--bg-2);
}
.pmovie__fas a {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid var(--accent-2);
    color: #fff;
    box-shadow: 0 1px 10px
	rgb(79 101 187 / 73%);
    background: var(--accent-2);
}
.pmovie__caption {font-size: 13px; line-height: 1.7; position: relative;
	 color: #999; background-color: var(--r1); padding: 18px 20px 18px 80px; margin-bottom: 30px; 
	 margin: 20px var(--indent-negative); margin-bottom: 10px; 
	 padding: 18px var(--indent); padding-bottom: 15px; padding-left: 110px;} 
.pmovie__caption::before {content: '\f05a'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: var(--indent); top: 50%; font-size: 34px; color: var(--accent); transform: translateY(-50%);}
.pmovie__series-select {margin-left: 20px; margin-right: -10px;}
.pmovie__series-select-caption {margin-right: 10px;}
.pmovie__series-select select {box-shadow: 0 0 0 1px #111; height: 36px; background-color: #111;
	line-height: 36px; padding-left: 10px; font-size: 14px; max-width: 140px;}

.page__tags {margin: 10px 0 40px 0; margin-right: -16px; font-size: 0;}
.page__tags .fal {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-3); border: 1px solid var(--bdc);}
.page__tags a:hover, .page__share [data-id]:hover, .pmovie__fav a:hover {background-color: var(--accent); border-color: var(--accent); color: #fff;}

.page__countdown {border-top: 0px solid var(--bg-2); margin: 0 var(--indent-negative); padding: 4px var(--indent);}
.countdown-container {display: flex; flex-direction: column; align-items: center; 
    justify-content: center; border-radius: 3px;}
.countdown__text {font-weight: 500; text-align: center; margin-bottom: 0px; margin-top: 25px; font-size: 17px;
    color: var(--accent); text-transform: uppercase; letter-spacing: 2px;}
.countdown-container div:last-child {margin: 0 3px; font-size: 13px; text-align: center; color: var(--tt-2);}
.countdown-value {font-size: 60px; font-weight: 500; width: 100%;}
.timer-sep {font-size: 60px; font-weight: 500; color: var(--tt-2);}

.rel__content > .poster {width: calc((100% - 60px)/4); flex-shrink: 0; margin-right: 20px;}
.rel__content .poster__img {box-shadow: none;}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 14px; word-wrap: break-word; margin-bottom: 30px;}
.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: 1px;}
.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: 500;
	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: 18px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 19px; font-weight: 500; margin-bottom: 20px;margin-top:50px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-3); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 30px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); border-radius: 10px;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .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: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.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: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-3); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 0 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-2);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {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-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: 17px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-3); margin-left: 10px; font-weight: 400; color: var(--tt-3);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-3);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; 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 .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * 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 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; left: auto; right: 10px; top: 35%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: 0 0 20px rgba(0,0,0,0.6); width: 40px; height: 30px; 
	background-color: var(--bg-3); color: var(--tt-dark); position: absolute; right: -300px; top: 0;}
 .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(--bg); color: var(--tt);}
 .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: #70747a; margin: 0 5px;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}
.pmovie__order {top: -40px;}
.pmovie__order .owl-prev, .pmovie__order .owl-next, 
.rel__content .owl-prev, .rel__content .owl-next{right: var(--indent-negative);}


/* 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: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 10px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-2); color: var(--tt);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; 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;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.header__menu, .col-side .js-this-in-mobile-menu11, .carou__desc {display: none;}
	.header__logo {flex: 1 1 0; margin: 0 20px; max-width: 100%; min-width: 50px;}
	.header__btn-menu {cursor: pointer; font-size: 30px; margin: 0 20px; color: #fff; display: block;}
	.header__search {padding-left: 20px; padding-right: 20px;}
	.header {margin-bottom: 0;}
	.carou {padding: 20px; padding-bottom: 40px;}
	.d-grid, #dle-content {grid-gap: 20px 20px;}
	.col-side {width: 220px; padding: 20px; order: 10;}
	.footer {justify-content: center; text-align: center;}
	.footer .btn-accent {min-width: auto; margin-right: 20px;}
	.footer__text {min-width: 100%; margin: 20px 0;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}

	.page__subcol-side2, .page__col-side {width: 100%; margin: 0; margin-top: 18px;}
	.pmovie__header-list li + li {margin-top: 5px;}
	.pmovie__caption {padding-left: 76px;}
	.page__col-main .page__subtitle:last-child {display: none;}
	.pmovie__series-select {width: 100%; margin: 0 0 20px 0; order: -1;}
	.pmovie__series-select select {max-width: 100%;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.pmovie__complaint2 {margin-right: 20px;}
	.tabs-block__select span {margin: 0;}
	.pmovie__related123 .poster:nth-child(5n) {display: none;}
    .pmovie__caption {margin: 0;}
    .pmovie__player-bottom {margin-bottom: 10px;}
    
     .pmovie__order .owl-nav, .rel__content .owl-nav {right: 0; top: -45px;}
     .pmovie__order .owl-prev, .pmovie__order .owl-next, 
    .rel__content .owl-next, .rel__content .owl-prev {right: 0; top: 0; box-shadow: none;}
     .pmovie__order .owl-prev, .rel__content .owl-prev {margin-bottom: 0px; right: 50px;}
     .pmovie__order .owl-next, .rel__content .owl-next {margin-top: 0px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.carou__content > .top {width: calc((100% - 80px)/5);}
	.col-side {width: 100%;}
	.col-side .js-this-in-mobile-menu {display: none;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.carou__content > .top {width: calc((100% - 60px)/4);}
	.grid-select, .poster__text {display: none;}
	.sect__btn-filter {font-size: 0; margin-left: 10px;}
	.sect__btn-filter::before {content: attr(data-text); font-size: 12px; margin-right: -9px;}
	
	.pmovie__related123 .poster:nth-child(5n) {display: block;}
.rel__content > .poster {width: calc((100% - 40px)/3);}
    .showfull #dle-content {display: block;}

	.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: 19px;}
	
	.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 .btn-accent {font-size: 0; padding: 0; width: 40px; padding-left: 7px;}
	.header .btn-accent::before {content: "\f007"; font-weight: 300; font-family: 'Font Awesome 5 Pro'; font-size: 18px;}
	.pagination__btn-loader a, .pagination__btn-loader > span {max-width: 100%;}
	.footer .btn-accent {width: 100%; margin: 0; margin-bottom: 20px;}

    .page__subcol-main h1, .page__subcol-main .page__titles {text-align: center;}
	.page__subcols {display: block; position: relative;}
.pmovie__header-list li {padding-left: 115px; margin: 0 -10px;}
.pmovie__header-list li > div:first-child {width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.page__subcol-side {margin: 0 auto 15px auto;}
    .pmovie__subinfo > * {min-width: 100%;}
	.pmovie__complaint {display: none;}
	.pmovie__player-bottom {justify-content: space-between;}
	.pmovie__fav {margin: 0;}
	.pmovie__share {text-align: right;}
    .pmovie__player-bottom .pmovie__fas {order: 100; margin: 15px auto 0 auto;}
	.pmovie__related123 .poster:nth-child(5n), .pmovie__complaint2 {display: none;}
.rel__content > .poster {width: calc((100% - 20px)/3); flex-shrink: 0; margin-right: 10px;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.header__logo {padding-left: 0; background-image: none; margin-right: 10px;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__logo .logo__title {font-size: 18px;}
    .d-grid, #dle-content {grid-template-columns:repeat(2,minmax(140px,1fr))}
    .theme-toggle {padding: 0; height: 30px; width:30px; margin-right: 10px;}
    .theme-toggle li {margin: 0;}
    .theme-toggle li:first-child, .lt-is-active .theme-toggle li:last-child {display: none;}
    .lt-is-active .theme-toggle li:first-child {display: block;}
    .header__btn-search {margin-right: 10px;}
    .header__btn-menu {margin-left: 10px;}
    .countdown__text {font-size: 13px; letter-spacing: 1px;}
    .countdown-value, .timer-sep {font-size: 50px;}
}

.filter-block {margin-bottom: 30px;}
.filter-block__form {display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); grid-gap: 10px 20px;}
.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-2); color: var(--tt-2); border: 1px solid var(--bg-2); 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-2); 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-2); 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-2); color: var(--tt-3);}
.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-2);}
.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-2); color: var(--tt);}
	
.link-w {color: #fff;}
/* BUG FIXES
----------------------------------------------- */
.wrapper-main {display: block;}
.content {min-height: 80vh;}
.poster__subtitle li {display: inline;}
.popular .poster__subtitle {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.desctop { display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-3); margin: 0 var(--indent-negative); margin-top: 5px; padding: 0 var(--indent); padding-top: 20px; margin-bottom: 30px;}

.none-1 {margin-right:0px;}
