
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;
	background: url(../images/bg.jpg) 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: 240px;}

#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: 240px; margin-right: 60px;}
.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: 500; color: #fff;
	opacity: 0.8; text-transform: uppercase; letter-spacing: 3px;}

.header__menu > li {margin-right: 30px; 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: 25px; font-size: 14px;}

.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: 12px; border: 2px solid var(--accent); letter-spacing: 1px;}
.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: 30px; top: 0; bottom: 0; width: 180px; color: #fff;}
.carou__title {font-weight: 500; font-size: 28px; line-height: 1.2;}
.carou__caption {margin-top: 16px; color: var(--tt-dark);}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 60px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 22px; 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: 6px solid var(--bg-2);
	margin: 0 var(--indent-negative); margin-top: 60px; padding: 0 var(--indent); padding-top: 30px;}
.desc h1, .desc h2, .desc h3 {font-weight: 400; font-size: 18px; color: var(--tt); line-height: 1.3;}
.desc a {text-decoration: underline;}
.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;}


/* POSTER ITEM
----------------------------------------------- */
.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: #aaaaaa; 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: #eb4d4b;}
.poster__rating.rating-4, .poster__rating.rating-5, .poster__rating.rating-6 {background-color: #f0932b;}
.poster__rating.rating-7, .poster__rating.rating-8, .poster__rating.rating-9, .poster__rating.rating-10 {background-color: #3bb33b;}
.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;}

@media screen and (min-width: 760px) {
	.grid-1 #dle-content {grid-template-columns: 1fr 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: 25px;}
.side-block__title {font-weight: 500; font-size: 17px; margin-bottom: 20px;}
.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: 13px; cursor: pointer; color: var(--accent);
	text-transform: uppercase; font-weight: 500; font-size: 12px; letter-spacing: 1px;}
.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: #2daae1; 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: #1877f2; color: #fff;}
.yt {background-color: #df1111; color: #fff;}
.soc-channels__item + .soc-channels__item {margin-top: 10px;}
.soc-channels__item::before {content: ''; width: 40px; height: 40px; background-color: rgba(0,0,0,0.2);
	position: absolute; left: 0; top: 0; background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk::before {background-image: url(../images/i-vk.svg);}
.yt::before {background-image: url(../images/i-youtube.svg);}


/* 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: 60px; padding: 0 40px; max-width: 360px; background: var(--bg-2); color: var(--tt-3); width: 100%;
	font-weight: 500; 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(--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;}


/* INNER PAGE
----------------------------------------------- */
.page__cols {border-top: 6px solid var(--bg-2); margin: 0 var(--indent-negative);
	padding: 0 var(--indent); padding-top: 20px; margin-bottom: 20px;}
.page__col-side {width: 300px; margin-left: 40px;}
.page__subcols {margin-bottom: 30px;}
.page__subcol-side {width: 200px; margin-right: 20px;}
.page__subcol-side2 {width: 300px; margin-left: 40px;}
.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: 15px;}
.pmovie__genres {margin: 10px 0 20px 0; font-size: 13px; color: var(--tt-2);}
.pmovie__header-list {line-height: 1.5; font-size: 13px; color: var(--tt-2);}
.pmovie__header-list li + li {margin-top: 15px;}
.pmovie__header-list li > div:first-child {color: var(--tt); font-size: 14px; margin-bottom: 3px;}
.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__btn {margin-top: 10px; margin-left: 10px; background-color: var(--accent);}

.page__subtitle {font-size: 17px; font-weight: 500; margin-bottom: 20px;}
.page__subtitle:last-child {margin-bottom: 0;}
.page__text {margin-top: -5px;}
.clamp-btn {cursor: pointer; margin-top: 10px; 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 20px;
	margin-right: 10px; background-color: var(--bg-2); color: var(--tt-2); font-weight: 500; margin-bottom: 10px; border-radius: 25px;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--accent); 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(--accent); color: var(--tt-3);}
.pmovie__caption {font-size: 13px; line-height: 1.7; position: relative;
	 color: #999; background-color: var(--bg-2); padding: 18px 20px 18px 80px; margin-bottom: 30px;
	 margin: 20px var(--indent-negative); margin-bottom: -5px;
	 padding: 18px var(--indent); padding-bottom: 12px; 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: 20px 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;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 14px; word-wrap: break-word;}
.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: 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: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 22px; font-weight: 500; margin-bottom: 20px;}
.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: 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: 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 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-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: 0; top: 50%;}
 .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: var(--bg); margin: 0 5px;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%;
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 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: 20px;}
	.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__related .poster:nth-child(5n) {display: none;}
}

@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: -20px;}

	.pmovie__related .poster:nth-child(5n) {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: 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-container22 {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: 2px;}
	.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__subcols {display: block; position: relative;}
	.page__subcol-side {width: 120px; float: left; margin-right: 10px;}
	.pmovie__poster {width: 120px; height: 180px;}
	.page__subcol-main h1 {font-size: 18px;}
	.page__subcol-main {display: inline;}
	.pmovie__complaint {display: none;}
	.pmovie__subinfo {width: 100%; padding-top: 5px;}
	.pmovie__subinfo::before {content: ""; display: table; clear: both; width: 100%;}
	.pmovie__player-bottom {justify-content: space-between;}
	.pmovie__fav {margin: 0;}
	.pmovie__share {min-width: 100%; margin: 20px 0 0 0; text-align: center; order: 10;}
	.pmovie__related .poster:nth-child(5n), .pmovie__complaint2 {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;}
	.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;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__logo .logo__title {font-size: 18px;}
}

.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);}

/* 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: 17.6%; margin-bottom: 30px;}
	.grid-1 .poster {width: 49%; margin-bottom: 15px;}
	.pagination {margin-top: -10px;}
	.grid-1 .pagination {margin-top: -5px;}
    .pmovie__screenshots li, .pmovie__screenshots > a, .pmovie__screenshots > img
	{width: 49.6%; margin-bottom: 2px !important;}
	.page__comments {margin-top: -30px;}
	.filter-block {margin-bottom: 20px;}
	.filter-block__cell {width: 49%; margin-bottom: 10px;}
}
*/


		.serie__num {
		  position: absolute;
		  top: 12px;
		  left: 12px;
		  width: 32px;
		  height: 32px;
		  display: -webkit-flex;
		  display: -ms-flex;
		  display: flex;
		  -ms-align-items: center;
		  align-items: center;
		  justify-content: center;
		  color: #fff;
		  background-color: #CC7914;
		  border-radius: 50px;
		  font-weight: bold;
			z-index: 10;
			line-height: 1;
		  -webkit-flex-direction: column;
		  -ms-flex-direction: column;
		  flex-direction: column;
		  font-weight: bold;
		  font-size: 13px;
		  }
		  .serie__num span {
		  font-size: .8em;
		  font-weight: normal;
		  text-transform: uppercase;
		  margin-bottom: -1px;

		  }
