/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; background: var(--bg-darker); overflow: hidden; padding-top: 70px;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; padding: 0 var(--indent);}
.content {padding: 40px 0;}
.header {background: var(--bg-darkest); width: 100%; position: fixed; left: 0; top: 0; z-index: 100;}
.header.sticky {transform: translateY(-150%);}
.header.is-active {transform: none !important;}
.header-in {padding: 0 var(--indent); position: static;}
.footer {color: var(--tt-darkest); background: var(--bg-darkest); padding-bottom: 15px; padding-top: 30px;}
.footer__two {margin-top: 15px;}

.item__btn-dl-block {position: relative;}
.item__btn-dl-block button {margin: 0 !important;} 
.item__btn-dl-block button:not(:hover) {background-color: #6ab04c;} 
.item__btn-dl-list:empty::after {content: "Нет ссылок для загрузки"; display: block;}
.item__btn-dl-list {position: absolute; width: 230px; top: 100%; left: 0; z-index: 100; 
	background-color: #eee; border-radius: 10px; padding: 15px 0; display: none;}
.item__btn-dl-list a {display: flex; align-items: center; height: 30px; color: #000; padding: 0 15px; 
	gap: 15px; justify-content: space-between;}
.item__btn-dl-list li:nth-child(2n+1) a:not(:hover) {background-color: rgba(0,0,0,0.05);}
.item__btn-dl-list a:hover {background-color: #e00b2b; color: #fff;}
.item__btn-dl-list a span {display: inline-block; font-size: 13px; padding: 2px 6px; 
	background-color: #6ab04c; color: #fff;}
.google-auto-placed {width: 100% !important; grid-column: 1 / -1 !important;}

.has-loader {overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center;}
.has-loader::after {content: 'Загрузка...'; display: inline-block; position: relative; z-index: 1;}
.has-loader::before {background: repeating-linear-gradient(45deg,#111,#111 10px,#222 10px,#222 20px); 
	animation: move 10s infinite linear; animation-direction: alternate; content: ''; width: 200%; height: 100%; 
	position: absolute; left: 0; top: 0%;}
@keyframes move {
	from {transform: translateX(-50%);}
	to {transform: translateX(0%);}
}
.has-loader-2 {opacity: 0.5;}
.has-loader-2::before {content: "\f110"; font-weight: 300; font-family: 'Font Awesome 5 Pro'; 
	position: absolute; z-index: 10; left: 50%; top: 50%; font-size: 100px; margin: -50px 0 0 -50px; 
	animation: spin 3s infinite linear; color: var(--accent);}
.has-loader-2 .big-bg {display: none;}
.has-loader-2 .bs2-box {opacity: 0;}
	
#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-darkest); 
	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 13px / 30px no-repeat; padding-left: 38px; margin-right: 20px;}
.logo__title {text-transform: uppercase; color: #fff; font-size: 22px; 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;}
.logo__title span:last-child {font-family: 'Manrope'; text-transform: none;}

.header__menu > li {margin: 0 20px; position: relative;}
.header__menu > li > a span {background-color: var(--accent); color: #fff; 
	display: inline-block; border-radius: 3px; padding: 3px 5px; margin-left: 10px; font-size: 11px;}
.header__menu > li > a {height: 70px; display: flex; align-items: center; font-weight: 600; opacity: 0.8;}
.header__menu > li.header__menu-main > a {opacity: 1;}
.header__menu > li:hover > a, .header__menu-hidden a:hover, .logo span {color: var(--accent); opacity: 1;}
.header__menu-hidden {position: absolute; left: 0; top: 99%; z-index: 999; 
	background-color: var(--bg); box-shadow: var(--bsh); padding: 30px; width: 600px; 
	column-gap: 30px; column-width: 150px; border-left: 5px solid var(--accent); 
	visibility: hidden; opacity: 0; transform: translateX(30px);}
.header__menu-hidden li {margin-bottom: 10px;}
.header__menu > li:hover .header__menu-hidden {visibility: visible; opacity: 1; transform: translateX(0);}

.header__search {position:relative; width: 280px; margin-left: 20px;}
.header__search input, .header__search input:focus {padding: 0 80px 0 15px; border-radius: 4px; 
	background: #262626; box-shadow: none; color: #fff;}
.header__search input:not(:focus)::placeholder {color: var(--tt-darker); opacity: 0.8; font-size: 12px; text-transform: uppercase;} 
.search-btn, .header__btn-filter {position:absolute; right: 18px; top: 0; width: auto; padding: 0; 
	background: none !important; color: var(--tt-darker); font-size: 16px;}
.header__btn-filter {right: 50px;}
.header__btn-favs {background-color: transparent; color: var(--tt-darker); border-radius: 50%; 
	padding: 0; font-size: 18px; margin-left: 10px; width: 40px;}
.header__login-holder {position: relative;}
.header__avatar {width: 40px; height: 40px; border-radius: 50%; padding: 0; font-size: 18px; margin-left: 10px; cursor: pointer;}
.header__btn-search {cursor: pointer; color: var(--tt-darker); font-size: 18px; height: 40px; line-height: 40px;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 80px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 22px; font-weight: 700;}
.sect__link {margin-left: 20px; color: var(--tt-darker); position: relative; top: 2px; display: inline-block;}
.sect__tabs {width: 100%; margin-top: 30px;}
.sect__tabs li {cursor: pointer; display: flex; align-items: center; justify-content: center; margin-right: 15px;
	height: 40px; border-radius: 20px; padding: 0 20px; background-color: var(--bg); color: var(--tt-darker); 
	font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 12px;}
.sect__tabs li.is-active, .sect__tabs li:hover {background: var(--accent); color: #fff;}
.sect__content > .fal {font-size:100px; color: var(--tt-darkest); display:block; 
	text-align:center; margin: 0 auto; padding: 30px 0; width: 100%; grid-column: 1 / -1;}
.sect__sort {position: relative;}
.sect__sort * {display: inline-block; vertical-align: middle;}
.sect__sort a {text-transform: uppercase; margin-left: 10px; color: var(--tt-darkest); font-size: 11px;}
.sect__sort a::after {content: "\f107"; font-weight: 300; font-family: 'Font Awesome 5 Pro'; margin-left: 8px; display: inline-block;}
.sect__sort .desc a::after {content:"\f106";}
.sect__sort li[class] a {color: var(--tt); font-weight: 600;}

.site-desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-darker); position: relative;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-weight: 700; font-size: 16px; text-transform: uppercase; color: var(--tt); line-height: 1.3;}
.site-desc a {text-decoration: underline;}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.show-text {position: absolute; bottom: 0; left: 50%; z-index: 3; transform: translateX(-50%); 
	background: var(--bg); font-weight: 400; color: var(--tt-darker);}
[data-height][style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 1;
	left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, #101010 100%);}


/* COMMON ITEM
----------------------------------------------- */
.now {grid-column: span 6; padding-top: 0; height: 260px; position: relative; border-radius: 6px;}
.continue {grid-column: span 3; height: 160px;}
.poster {grid-column: span 2; position: relative; border-radius: 4px;}
.item__title {font-size: 18px; font-weight: 600;}
.item__subtitle {color: var(--tt-darkest); margin-top: 6px; font-size: 11px; text-transform: uppercase;}
.item__subtitle > span:not(:last-child) {margin-right: 20px; position: relative;}
.item__subtitle > span:not(:last-child)::after {content: ''; width: 4px; height: 4px; margin-top: -1px;
	background-color: var(--tt-darkest); border-radius: 50%; position: absolute; right: -12px; top: 50%;}
.item__broadcast, .item__paused, .item__season {position: absolute; z-index: 5; left: 10px; top: 10px; font-size: 11px; text-transform: uppercase; 
	background-color: var(--accent); color: #fff; border-radius: 3px; padding: 5px 10px;}
.item__paused, .item__season {background-color: var(--bg); color: var(--tt-darker);}
.item__broadcast .fal, .item__paused .fal {margin-right: 6px;}
.item__overlay {position: absolute; z-index: 5; left: 0; right: 0; top: 0; bottom: 0; 
	background-color: rgba(0,0,0,0.6); color: var(--accent); font-size: 40px; opacity: 0;}
.item:hover .item__overlay {opacity: 1;}
.now:hover .now__desc {opacity: 0;}
.item__progress {position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 4px; background: #383838; overflow: hidden;}
.item__progress-percent {position: absolute; z-index: 5; left: 0; height: 100%; background: var(--accent);}
.item__year {position: absolute; z-index: 5; left: 10px; bottom: 10px; font-size: 11px;}
.item__rating {position: absolute; z-index: 5; right: 10px; bottom: 10px; text-align: center; width: 40px; height: 40px;}
.item__rating.js-count-percent {bottom: -50px;}
.item__rating-count {font-size: 11px; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}
.item__rating svg {width: 150px; height: 150px; position: absolute; left: 50%; top: 50%; fill: none; 
	transform: scale(0.2,0.2) rotate(-90deg) translate(-50%,-50%); transform-origin: left top;}
.item__rating svg circle {width: 150px; height: 150px; fill: inherit; transform: translate(5px,5px);
	stroke-width: 10; stroke: #666; stroke-dasharray: 420; stroke-dashoffset: 0; stroke-linecap: round;}
.item__rating svg circle:nth-child(2) {stroke: var(--accent-2);}
.item__text, .item__list {line-height: 1.6; margin-top: 10px; color: var(--tt-darker);}
.item__list a {color: var(--tt-darker); border-bottom: 1px dotted var(--tt-darker);}
.item__btns {margin-top: 30px;}
.item__btns .btn {margin-right: 20px;}
.item__btn-trailer, .item__btn-ctrl, .item__btn-dl {background-color: var(--bg);}
.item__btn-holder {position: relative;}
.item__ctrl-list {position: absolute; left: 50%; bottom: 120%; z-index: 5; padding: 20px 20px 10px 20px; border-radius: 15px;
	background-color: var(--bg); box-shadow: 0 0 30px rgba(0,0,0,0.3); white-space: nowrap; transform: translateX(-50%);}
.item__ctrl-list li {cursor: pointer; margin-bottom: 10px;}
.item__ctrl-list li:hover {color: var(--accent);}
.item__btn-ctrl.is-active {background-color: var(--accent);}

.now__desc {position: absolute; z-index: 6; left: 0; right: 0; top: 0; bottom: 0; padding: 20px; 
	display: flex; flex-direction: column; justify-content: flex-end; line-height: 1.4;}
.continue .item__title, .poster .item__title {font-size: 14px; text-transform: uppercase; font-weight: 700;}
.continue .item__subtitle, .poster .item__subtitle {font-size: 10px;}
.poster {background: var(--bg); border-radius: 6px; overflow: hidden;}
.poster__desc {padding: 10px; padding-bottom: 15px;}
.folder .item__subtitle span::after {display: none;}

.carousel-poster:not(.owl-carousel), .carousel-now:not(.owl-carousel), .bs2-box-in:not(.owl-carousel), 
.carousel-continue:not(.owl-carousel), .bs1-box:not(.owl-carousel) {display: flex; overflow: hidden; grid-gap: 0 0;}
.carousel-now > .now {width: calc((100% - 30px)/2); flex-shrink: 0; margin-right: 30px;} 
.carousel-continue > .now {width: calc((100% - 90px)/4); flex-shrink: 0; margin-right: 30px;} 
.carousel-poster > .poster {width: calc((100% - 80px)/6); flex-shrink: 0; margin-right: 16px;} 
.has-carousel .sect__header {padding-right: 100px;}
@media screen and (min-width: 1220px) {
	.has-carousel .owl-carousel .owl-stage-outer {overflow: visible;}
	.has-carousel .owl-item {transition: all .2s linear}
	.has-carousel .owl-item:not(.active) {opacity: 0.4; pointer-events: none;}
}

.rand {border-radius: 20px; padding-top: 0; box-shadow: 0 5px 10px rgba(0,0,0,0.16);}
.rand::after {content: ''; position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; 
	background-color: var(--bg-darker); opacity: 0.8;}
.rand .poster {width: 185px; margin-left: 30px;}
.rand__cols {position: relative; z-index: 10; padding: 30px 60px;}
.rand__title {font-size: 34px; margin: 0 0 3px 0;}
.rand__text, .rand__list {max-width: 600px; margin-top: 19px;}
.rand__list {font-size: 12px;}

.trl, .filter {width: 760px; max-width: 90vw; position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.trl__close {cursor: pointer; font-size: 18px; background-color: #e84e36; color: #fff; 
	position: absolute; right: 0; top: -40px; width: 40px; height: 40px; text-align: center; line-height: 40px !important;}
.trailer-is-opened .poster-ext {z-index: 990; display: none;}
.poster-ext {position: fixed !important; z-index: 999; top: 0; height: 100vh; width: 400px; right: -400px; 
	background-color: var(--bg-darker); overflow-x: hidden; overflow-y: auto; padding: 30px; padding-top: 40px;}
.poster-ext-is-opened .poster-ext {right: 0;}
.poster-ext__close {cursor: pointer; display: block; position: absolute; right: 0; top: 0; font-size: 18px;
	width: 40px; height: 40px; line-height: 40px !important; text-align: center; background-color: #e84e36; color: #fff;}
.poster-ext .item__btn-watch:nth-child(2), .poster-ext .pmovie__poster > *:not(img), .poster-ext .item__btn-dl,  
.poster-ext .pmovie__poster::before, .poster-ext .pmovie__text p ~ p, .poster-ext h1 a, 
.poster-ext .pmovie__real-rating-count, .poster-ext .item__btn-dl-block {display: none;}
.poster-ext .item__btn-trailer {display: inline-flex;}
.poster-ext h1 {font-size: 18px; text-transform: uppercase;}
.poster-ext .pmovie__real-rating, .poster-ext h1, .poster-ext .pmovie__meta {justify-content: center; text-align: center;}
.poster-ext .pmovie__poster {width: 140px; height: 210px; margin: 0 auto;}
.poster-ext .pmovie__btns {width: 180px; margin: 0 auto 30px auto;}
.poster-ext .pmovie__btns > * {width: 100% !important; margin: 10px 0 0 0 !important;}
.poster-ext .pmovie__btns .item__btn-ctrl {width: 100% !important;}
.poster-ext .pmovie__text p {display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
.poster-ext .big-bg {width: 100% !important; margin: 0 !important; height: 400px; z-index: -1;}
.poster-ext .big-bg::before {opacity: 0.66;}

.big-slider {margin-top: -40px; margin-bottom: 60px; padding: 0; position: relative;}
.bs1 {height: 400px; position: relative;}
.bs1 .big-bg {width: 100% !important; height: 100% !important; margin: 0 !important;}
.bs1__desc {height: 100%; padding: 0 var(--indent);
	display: flex; flex-direction: column; justify-content: flex-end;}
.bs1__desc-in {padding-right: 50%; transition: all 0.5s ease-in-out;}
.bs1 .item__title {margin: -18px 0 27px 0;}
.bs1 .pmovie__real-rating > div:first-child {top: -1px; margin-right: 5px;}
.bs1 .pmovie__real-rating-count {font-size: 12px;}
.bs1 .item__text {-webkit-line-clamp: 4; margin-top: 25px;}
.bs1-box > .bs1 {width: 100%; flex-shrink: 0;} 
.bs2-box {position: absolute; z-index: 10; left: 50%; bottom: 0; height: 100%; width: 50%; margin-left: 60px; 
	overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end;}
.bs2-box-in:not(.owl-carousel) > .bs2 {width: 200px; flex-shrink: 0; margin-right: 15px;}
.bs2 {width: 200px; cursor: pointer; transition: all .2s ease-in-out;}
.bs2-box .owl-nav {right: auto; left: 155px; margin-bottom: -3px;}
.bs2-box .owl-item .bs2:not(.is-active) {opacity: 0.5; transform: scale(0.9,0.9); filter: grayscale(0.6);}
.bs2-box .owl-item .bs2:hover {opacity: 1;}
.owl-item .bs1__desc-in {opacity: 0; transform: translateX(100px);}
.owl-item.active .bs1__desc-in {opacity: 1; transform: translateX(0px);}
.rshort {padding: 3px 6px; font-size: 12px; border-radius: 3px; 
	border: 1px solid rgba(255,255,255,0.3); margin-right: 10px !important;}
.rshort > *:not(:last-child) {margin-right: 10px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu a {display: inline-block; margin: 0 30px 0 0;}
.footer__menu a:hover {color: var(--accent);}
.soc-channels__item {display: flex; align-items: center; justify-content: center;
    margin-left: 15px; width: 30px; height: 30px; border-radius: 50%; 
	background-color: #2daae1; color: #fff !important; opacity: 0.6; 
	background-position: center center; background-size: 16px; background-repeat: no-repeat;}
.tlg {background-image: url(../images/i-tlg.svg); background-size: 12px;}
.vk {background-color: #1877f2; color: #fff; background-image: url(../images/i-vk.svg);}
.fb {background-color: #1877f2; color: #fff; background-image: url(../images/i-fb.svg); background-size: 8px;}
.yt {background-color: #df1111; color: #fff; background-image: url(../images/i-youtube.svg);}
.rss {background-color: #f60; color: #fff;}
.soc-channels__item:hover {opacity: 1;}
.footer__logo {min-width: 0; margin-right: 30px;}
.footer__text {font-size: 13px; line-height: 1.7;}

.pagination {text-align: center; padding-top: 30px;}
.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: 60px; padding: 0 40px; max-width: 360px; background: var(--bg); color: var(--tt-darkest); width: 100%;
	font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; 
	margin-bottom: 20px; border-radius: 30px; margin-top: -10px;}
.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(--bg-darkest); 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;}


/* INNER PAGE
----------------------------------------------- */
.big-bg {height: 600px; width: 100vw !important; position: absolute; left: 0; top: 0; margin:0 calc((100% - 100vw)/2);}
.big-bg img {filter: grayscale(0.5);}
.big-bg::before {content: ''; position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; 
	background-color: var(--bg-darker); opacity: 0.7;}
.big-bg::after {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 80%; 
	background: linear-gradient(to top, #101010 0%, transparent 100%); opacity: 1;}

.pmovie {display: grid; grid-template-columns: 240px minmax(0,1fr); grid-gap: 60px 60px; position: relative; z-index: 10;}
.pmovie .sect {margin-bottom: 0;}
.pmovie__stretch {grid-column: 1 / -1;}
.pmovie__minititle {font-size: 16px; font-weight: 700; margin-bottom: 20px;}
.pmovie__poster {width: 240px; height: 360px; box-shadow: var(--bsh);}
.pmovie__btn-notification {position: absolute; z-index: 3; right: 10px; top: 10px; width: 30px; padding: 0; 
	background-color: var(--accent-2); font-size: 14px; height: 30px; border-radius: 50%; box-shadow: var(--bsh-lighter);}
.pmovie__share {margin-top: 20px; text-align: center; height: 24px;}

.pmovie__header {text-align: center;}
.pmovie__header h1 {font-size: 34px; margin-bottom: 20px; margin-top: 10px;}
.pmovie__header h1 a {margin-left: 10px; font-size: 16px;}
.pmovie__back {color: var(--tt-darker);}
.pmovie__meta {color: var(--tt-darker); margin-bottom: 20px;}
.pmovie__meta a {color: var(--tt-darker); border-bottom: 1px dotted var(--tt-darker);}
.pmovie__rating-item {margin: 0 20px 20px; text-transform: uppercase; color: var(--tt-darker); font-size: 12px;}
.pmovie__rating-item div {font-weight: 700; font-size: 34px; color: var(--tt); height: 46px;}
.pmovie__rating-item .item__rating-count {display: block; position: static;}
.pmovie__btns > * {margin: 0 10px !important;}

.pmovie__btn-trailer {cursor: pointer; height: 160px; border-radius: 8px;}
.pmovie__btn-trailer::after {content: ''; position: absolute;  z-index: 3;
	left: 0; top: 0; right: 0; bottom: 0; background: var(--bg-3); opacity: 0.7;}
.pmovie__btn-trailer .btn {position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.pmovie__screenshots .xfieldimagegallery {display: grid; grid-gap: 10px 10px; 
	grid-template-columns: repeat(auto-fill,minmax(130px,1fr));}
.pmovie__screenshots a, .pmovie__screenshots img, .pmovie__screenshots li {height: 120px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%; border-radius: 8px;}
.pmovie__screenshots img {width: 100%; object-fit: cover;}
.pmovie__screenshots img, .pmovie__btn-trailer img {opacity: 0.7;}
.pmovie__btn-trailer iframe {position: absolute; z-index: 2; max-width: 160%; width: 160%; height: 140%;
	left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover; opacity: 0.7;}

.pmovie__subtitle {font-size: 24px; margin-bottom: 20px; font-weight: 700;}
.pmovie__subtitle span {font-size: 0.7em; font-weight: 600;}
.pmovie__original-title {color: var(--tt-darkest); font-weight: 600; font-size: 16px; margin: -15px 0 20px 0;}
.pmovie__text {margin-top: -15px; margin-bottom: 20px; position: relative;}
.pmovie__list {color: var(--tt-darkest); margin: 0; display: grid; grid-gap: 10px 60px; 
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));}
.pmovie__list li {position: relative; padding-left: 120px; min-height: 14px;}
.pmovie__list li > div:first-child {position: absolute; left: 0; top: 0;}
.pmovie__list li a {border-bottom: 1px dotted var(--tt-darker); color: var(--tt-darker);}
.pmovie__list-label {text-transform: uppercase; display: inline-block; padding: 0 8px; color: var(--tt-darker); 
	font-size: 12px; font-weight: 600; border-radius: 3px; background-color: var(--bg-darkest);}
.pmovie__real-rating {margin-bottom: 30px; margin-top: -8px;}
.pmovie__real-rating22 > div:first-child {margin-right: 17px; position: relative; top: -5px;}
.pmovie__real-rating-count {color: var(--tt-darker);}
.pmovie__real-rating-score {position: relative; top: 2px; margin-right: 10px;}
.pmovie__real-rating-score > div {font-weight: 700; font-size: 24px;}
.pmovie__real-rating-score > span {display: inline-block; white-space: nowrap; color: var(--tt-darkest); 
	position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); font-size: 11px;}
.pmovie__real-rating-score .item__rating-count {display: inline; position: static; font-weight: 700; font-size: 24px;}

.page__rating {position: relative; margin-right: 5px; padding-right: 130px; width: 230px; top: 5px;}
.page__rating a {background-color: #6ab04c; color: #fff; font-size: 18px; display: block; 
	height: 40px; line-height: 40px; width: 40px; text-align: center; border-radius: 50%; margin-right: 10px;}
.page__rating a + a {background-color: var(--accent); transform: scale(-1,1);}
.page__rating-bar {position: absolute; left: 100px; bottom: 10px; width: 120px;  
	height: 20px; border-radius: 10px; background-color: #000; overflow: hidden; 
	background: repeating-linear-gradient(45deg,#c20925,#c20925 10px,#e00b2b 10px,#e00b2b 20px);}
.page__rating-bar-progress {position: absolute; left: 0; top: 0; height: 100%; width: 0; background: #6ab04c; 
	background: repeating-linear-gradient(45deg,#57913e,#57913e 10px,#6ab04c 10px,#6ab04c 20px); 
	transition: all .2s linear; width: 50%;}
.page__rating-likes {position: absolute; z-index: 5; left: 100px; top: 10px; 
	text-align: center; width: 120px; font-weight: 600; font-size: 14px; white-space: nowrap;}
.page__rating-likes i {color: #fff; font-style: normal;}
.page__rating-likes span {margin-left: 2px; font-size: 12px; font-weight: 400;}
.page__rating a:hover {opacity: 0.8;}


.pmovie__player {background-color: var(--bg);}
.pmovie__complaint a {color: var(--accent); border-bottom: 1px dotted var(--accent); margin-right: 20px; 
	font-size: 12px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select span {height: 40px; line-height: 40px; padding: 0 20px; color: var(--tt-darker); font-weight: 600;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--accent); color: #fff;}
.pmovie__caption, .pmovie__message {line-height: 1.7; position: relative;
	 color: var(--tt-darkest); padding: 20px 20px 20px 84px; font-size: 13px;} 
.pmovie__caption::before {content: '\f3cd'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 30px; top: 50%; font-size: 34px; transform: translateY(-50%);}
.pmovie__message {background: #272727;}
.pmovie__message::before {content: '\f06a'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 0; top: 0; font-size: 24px; background-color: rgba(0,0,0,0.5); 
	display: flex; justify-content: center; align-items: center; width: 64px; height: 100%;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 14px; word-wrap: break-word;color: var(--tt-darker);}
.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;}


/* COMMENTS
----------------------------------------------- */
.page__comments {padding: 0 200px;}
.page__comments-title {margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-darker); 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: 20px;}
.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 #111; border-radius: 0;}
.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: 700; 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: 600; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 600; font-size: 14px;}
.comment-item__date {color: var(--tt-darkest); 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;}
.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-darker);}
.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-darkest);}
.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 {background: var(--bg); box-shadow: var(--bsh); width: 360px; 
	position: absolute; z-index: 990; right: 0; top: 100%; margin-top: 10px;}
.login__header {padding: 15px 30px; border-bottom: 2px solid var(--bdc);}
.login__title {font-size: 16px; font-weight: 700; padding: 1px 0; text-transform: capitalize; text-align: center;}
.login__title a {border-bottom: 1px dotted var(--tt-darkest); margin-left: 10px; font-weight: 400; color: var(--tt-darkest);}
.login__content {padding: 15px 30px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-darkest);}
.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; background: var(--bg-darker);}
.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(--bg-darker); padding: 15px 30px; margin-top: -10px; 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: 25px; padding-right: 25px; margin-bottom: 0px;}
.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: 4px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--bg-darker); color: var(--tt-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.5; display: none;}
.login__submenu {padding: 15px 30px 0 30px; color: var(--tt-darkest); 
	text-align: center; display: grid; grid-gap: 5px; font-size: 12px;}


/**
 * 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-carousel .fadeIn {animation-name: fadeIn;}
 @keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }
 .owl-height {transition: height 1500ms 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: 0; top: -65px;}
 .owl-prev, .owl-next {display: flex; align-items: center; justify-content: center; cursor: pointer; 
	box-shadow: none; border: 0; width: 40px; height: 40px; border-radius: 50%; font-size: 28px;
	background-color: none; color: var(--tt-darkest); position: absolute; right: 0; top: 0;}
 .owl-prev {right: 50px;}
 .owl-next {color: var(--accent);}
 .owl-prev:hover, .owl-next:hover {background-color: var(--accent); color: #fff;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -34px;}
 .owl-dot {display: inline-block; width: 30px; height: 4px; border-radius: 2px; 
	cursor: pointer; background: #383838; 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: 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-darkest); 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;}
.mobile-menu .header__menu-hidden {position: static; 
	opacity: 1; visibility: visible; transform: none; border: 0; padding: 13px 20px 3px 20px;
	width: calc(100% + 40px); box-shadow: none; margin: 10px -20px;}

@media screen and (max-width: 1220px) {
	.wrapper {padding-top: 60px;}
	.wrapper-container {max-width:1000px;}
	.header__menu {display: none;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 50px; margin: 0;}
	.header__btn-menu {cursor: pointer; font-size: 30px; margin-left: 20px; color: #fff; display: block;}
	#dle-content, .d-grid {grid-template-columns: repeat(4,minmax(0,1fr)); grid-gap: 15px 15px;}
	.now {grid-column: span 2;}
	.continue {grid-column: span 2;}
	.poster {grid-column: span 1;}
	.carousel-now > .now {width: calc((100% - 30px)/2); margin-right: 30px;} 
	.carousel-continue > .now {width: calc((100% - 30px)/2); margin-right: 30px;} 
	.carousel-poster > .poster {width: calc((100% - 48px)/4); margin-right: 16px;} 
	.has-carousel .sect__header {padding-right: 0;}
	.sect__title, .sect__tabs li {flex: 1 1 0; min-width: 80px; max-width: 100%;}
	.sect__tabs li {min-width: auto; white-space: nowrap; margin: 0; border-radius: 0; padding: 0 10px; font-size: 11px;}
	.sect__tabs {width: calc(100% + 40px);}
	.footer__one {display: block; text-align: center;}
	.footer__menu a {margin: 0 10px 20px 10px;}
	.soc-channels__item {margin: 0 10px;}
	.footer__two, .soc-channels, .footer__menu {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;}
	.rand, .sect__tabs {margin-left: -20px; margin-right: -20px; border-radius: 0;}
	.rand__cols {padding: 30px 20px;}
	.footer__logo {margin-right: 0px;}
	
	.pmovie {grid-gap: 60px 20px;}
	.pmovie__list {grid-gap: 10px 20px;}
	.pmovie__player {margin-left: -20px; margin-right: -20px;}
	.page__comments {padding: 0; padding-top: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.col-side {width: 100%;}
	.col-side .js-this-in-mobile-menu, .sect__sort, .bs2-box {display: none;}
	.bs1__desc-in {padding-right: 0;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	#dle-content, .d-grid {grid-template-columns: repeat(3,minmax(0,1fr));}
	.now {grid-column: 1 / -1;}
	.poster {grid-column: span 1;}
	.carousel-now > .now {width: 100%; margin-right: 0;} 
	.carousel-continue > .now {width: 100%; margin-right: 0;} 
	.carousel-poster > .poster {width: calc((100% - 32px)/3); margin-right: 16px;} 
	.header__search {width: 100%; order: 10; margin: 0; padding-bottom: 10px; display: none;}
	.header__btn-favs, .rand .poster {display: none;}
	.header__btn-search {display: block; margin: 0 10px 0 20px;}
	.rand__btns > * {margin: 10px 10px 0 0 !important; flex: 1 1 0; min-width: auto; max-width: 100%;}
	.rand__btns {margin-top: 15px; margin-right: -10px;}
	.rand__title {white-space: normal; font-size: 22px; line-height: 1.1; margin: 10px 0 15px 0;}
	.rand__btns .item__btn-ctrl {width: 100%;}
	.bs1-box .owl-stage {transition: all 0.25s ease 0s !important;}
	
	.pmovie {grid-gap: 30px 0px; grid-template-columns: minmax(0,1fr);}
	.pmovie__poster-holder {justify-self: center; padding-top: 20px;}
	.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;}
	.header__login-holder {position: static;}
	.login {width: 100vw; margin-top: 0;}
	.pagination__btn-loader a, .pagination__btn-loader > span {max-width: 100%;}
	
	.pmovie__btns {margin-top: 0px;}
	.pmovie__btns > * {margin: 10px 0 0 0 !important; width: 100%;}
	.pmovie__btns .item__btn-ctrl {width: 100%;}
.item__btn-dl-block button, .item__btn-dl-list {width: 100%;} 
.item__btn-dl-list a {justify-content: center;} 
	.pmovie__complaint {display: none;}
	.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-container22 {max-width:360px;}
	.header__logo {padding-left: 0; background-image: none;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	#dle-content, .d-grid {grid-template-columns: repeat(2,minmax(0,1fr)); grid-gap: 10px 10px;}
	.now {height: 180px;}
	.carousel-poster > .poster {width: calc((100% - 10px)/2); margin-right: 10px;}
	.poster-ext {width: 100vw; right: -100vw;}
	.bs1 .rand__text {font-size: 13px;}
	.bs1 .rand__title {white-space: nowrap;}

	.big-bg {width: 300vw !important; margin:0 calc((100% - 300vw)/2);}
	.pmovie .sect__title, .page__comments-title, .pmovie__subtitle {font-size: 18px;}
}

@media screen and (max-width: 590px) {
    .wrapper-container.wrapper-main {display: block; width: 100%; max-width: 100%;}
	.content {min-width: 100%;}
	#dle-content123, .page123 {display: block; width: 100%;}
}

.filter {width: 960px; max-width: 100vw; max-height: 100vh; overflow-x: hidden; overflow-y: auto; 
	background-color: var(--bg); box-shadow: var(--bsh);}
.filter__close {top: 0;}
.filter__header {padding: 20px 20px; font-weight: 700; font-size: 19px;}
.filter-block {padding: 20px; padding-top: 0; color: var(--tt-darker);}
.filter-block__form {display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); grid-gap: 20px 20px;}
.filter-block__cell--full-width {grid-column: 1 / -1;}
.filter-block__cell-caption {margin-bottom: 10px; color: var(--tt-darkest); font-size: 13px;}
.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-darker); border: 1px solid var(--bg-darker); 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-darker); 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: var(--accent-2);}
.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-darkest);}
.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-darker);}
.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(--accent-2); color: var(--tt);}
.filter-block__cell-content--check-group2 {display: grid; grid-gap: 0px 20px;
	grid-template-columns: repeat(auto-fit,minmax(180px,1fr));}
.filter-block .search-field input {color: var(--tt-darker) !important;}
.chosen-container-multi {width: 100% !important;}

/*!
Chosen by Patrick Filler for Harvest, http://getharvest.com Version 1.5.1
*/

/* @group Base */
.chosen-container {position: relative; display: inline-block; vertical-align: middle; font-size: 13px;
	-webkit-user-select: none; -moz-user-select: none; user-select: none; width:100%;}
	.search-field .default {width:100% !important;}
	.chosen-container .chosen-drop {position: absolute; bottom: 100%; left: -9999px; z-index: 1010; width: 100%;
	border: 1px solid #111; border-top: 0; background: #333; color:#fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);}
	.chosen-container.chosen-with-drop .chosen-drop {left: 0;}
	.chosen-container a {cursor: pointer;}
	.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: normal; color: #ccc;}
	.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":"; padding-left: 2px; vertical-align: top;}
	
	/* @group Single Chosen */
	.chosen-container-single .chosen-single {position: relative; display: block; overflow: hidden; padding: 0 0 0 8px;
	height:36px; line-height:36px; box-shadow:none; 
	white-space: nowrap; border-radius:4px; background-color: var(--bg-darker); color: var(--tt-darker);}
	.chosen-container-single .chosen-default {color: #fff;}
	.chosen-container-single .chosen-single span {display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap;}
	.chosen-container-single .chosen-single-with-deselect span {margin-right: 38px; color:#fff;}
	.chosen-container-single .chosen-single abbr {position: absolute; top:10px; right: 26px; display: block; width: 12px; height: 12px;
	background: url('../images/chosen-sprite.png') -42px 1px no-repeat; font-size: 1px;}
	.chosen-container-single .chosen-single abbr:hover {background-position: -42px -10px;}
	.chosen-container-single.chosen-disabled .chosen-single abbr:hover {background-position: -42px -10px;}
	.chosen-container-single .chosen-single div {position: absolute; top: 8px; right: 0; display: block; width: 18px; height: 18px;}
	.chosen-container-single .chosen-single div b {display: block; width: 100%; height: 100%;
	background: url('../images/chosen-sprite.png') no-repeat 0px 2px; position:relative; top:-4px;}
	.chosen-container-single .chosen-search {position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap;}
	.chosen-container-single .chosen-search input[type="text"] {margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto;
	outline: 0; border: 1px solid #000;
	background: white url('../images/chosen-sprite.png') no-repeat 100% -20px; background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
	font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0;}
	.chosen-container-single .chosen-drop {margin-top: -1px; border-radius: 0 0 4px 4px; background-clip: padding-box;}
	.chosen-container-single.chosen-container-single-nosearch .chosen-search {position: absolute; left: -9999px;}
	
	/* @group Results */
	.chosen-container .chosen-results {color: #fff; position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 4px 4px 0;
	padding: 0 0 0 4px; max-height: 240px; -webkit-overflow-scrolling: touch;}
	.chosen-container .chosen-results li {display: none; margin: 0; padding: 5px 6px; list-style: none;
	line-height: 15px; word-wrap: break-word; -webkit-touch-callout: none;}
	.chosen-container .chosen-results li.active-result {display: list-item; cursor: pointer;}
	.chosen-container .chosen-results li.disabled-result {display: list-item; color: #ccc; cursor: default;}
	.chosen-container .chosen-results li.highlighted {background-color: var(--accent); color: #fff;}
	.chosen-container .chosen-results li.no-results {color: #ccc; display: list-item; background: #444;}
	.chosen-container .chosen-results li.group-result {display: list-item; font-weight: bold; cursor: default;}
	.chosen-container .chosen-results li.group-option {padding-left: 15px;}
	.chosen-container .chosen-results li em {font-style: normal; text-decoration: underline;}
	
	/* @group Multi Chosen */
	.chosen-container-multi .chosen-choices {position: relative; overflow: hidden; margin: 0; padding: 0 5px; color:#fff;
	width: 100%; height: auto !important; height: 1%; 
	background-color:rgba(0,0,0,0.3); box-shadow:none; cursor: text; border-radius:4px;}
	.chosen-container-multi .chosen-choices li {float: left; list-style: none;}
	.chosen-container-multi .chosen-choices li.search-field {margin: 0; padding: 0; white-space: nowrap;}
	.chosen-container-multi .chosen-choices li.search-field input[type="text"] {margin: 1px 0; padding: 0;
	height:30px; color:#fff; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none;}
	.chosen-container-multi .chosen-choices li.search-choice {position: relative; margin: 3px 5px 3px 0; padding: 0 20px 0 5px;
	border: 1px solid var(--accent); max-width: 100%; border-radius: 3px; background-color: var(--accent); color:#fff; line-height:24px; height:24px; cursor: default;}
	.chosen-container-multi .chosen-choices li.search-choice span {word-wrap: break-word;}
	.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {position: absolute; top: 4px; right: 3px;
	display: block; width: 12px; height: 12px; background: url('../images/chosen-sprite.png') -42px 1px no-repeat; font-size: 1px;}
	.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {background-position: -42px -10px;}
	.chosen-container-multi .chosen-choices li.search-choice-disabled {padding-right: 5px;
	border: 1px solid #ccc; background-color: #e4e4e4; color: #666;}
	.chosen-container-multi .chosen-choices li.search-choice-focus {background: #d4d4d4;}
	.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {background-position: -42px -10px;}
	.chosen-container-multi .chosen-results {margin: 0; padding: 0;}
	.chosen-container-multi .chosen-drop .result-selected {display: list-item; color: #888; cursor: default;}
	
	.search-field input {font-size: 13px !important; box-shadow: none !important; 
		background-color:rgba(0,0,0,0.3) !important; padding-left: 10px !important;}
	
	/* @group Active  */
	.chosen-container-active .chosen-single {box-shadow: 0 0 0 1px var(--accent);}
	.chosen-container-active.chosen-with-drop .chosen-single {box-shadow: 0 0 0 1px var(--accent);}
	.chosen-container-active.chosen-with-drop .chosen-single div {border-left: none; background: transparent;}
	.chosen-container-active.chosen-with-drop .chosen-single div b {background-position: -18px 2px;}
	.chosen-container-active .chosen-choices {box-shadow: 0 0 0 1px var(--accent);}
	.chosen-container-active .chosen-choices li.search-field input[type="text"] {color: #fff !important;}
	
	/* @group Disabled Support */
	.chosen-disabled {opacity: 0.5 !important; cursor: default;}
	.chosen-disabled .chosen-single {cursor: default;}
	.chosen-disabled .chosen-choices .search-choice .search-choice-close {cursor: default;}
	
	
/* FLEX FALLBACK FOR SMART TV
----------------------------------------------- */
/*
@media screen and (min-width: 1800px) {
    #dle-content, .d-grid, .pmovie__screenshots .xfieldimagegallery, .pmovie__screenshots, 
	.grid-1 #dle-content, .filter-block__form {display: flex; justify-content: space-between; flex-wrap: wrap; grid-gap: 0 0;}
    #dle-content > *:not(.grid-item), #dle-content {width: 100%;}
    .poster {width: 15.6%; margin-bottom: 15px;}
	.pagination {padding-top: 15px;}
    .pmovie__screenshots li {width: 15.6%;}
	.filter-block__cell {width: 49%; margin-bottom: 10px;}
}
*/