.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);
}

.logo {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	height: 60px;
	text-align: left;
	padding-left: 48px;
	min-width: 240px;
	margin-right: 60px;
}

.logo__title {
	text-transform: uppercase;
	color: #ffb64c;
	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;
	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);
}

.btn-accent:hover,
.header__btn-search:hover,
.header__btn-search.is-active {
	background-color: var(--accent);
	border-color: var(--accent);
	color: #fff;
}


.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);
}


.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__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: var(--gradient);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.year {
	background-color: #8b2000;
}

.poster__rating {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 10;
	border-radius: 0 4px 4px 0;
	background: rgb(2, 0, 36);
	background: var(--gradient);
	color: #fff;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	width: 60px;
}

.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;
}

.poster__subtitle,
.poster__subtitle li {
	max-width: 100%;
}

@media screen and (min-width: 760px) {
	.grid-1 #dle-content {
		grid-template-columns: repeat(2, 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;
	}
}


.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;
	background: rgb(47 47 47);
	padding: 10px;
	font-size: 11px;
}

.soc-channels__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 0 20px 0 55px;
	height: 40px;
	overflow: hidden;
	background: var(--gradient);
	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 .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;
}


.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;
	-webkit-box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
}

.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;
}

.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;
	-webkit-box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
}

.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: #2e9800b3;
	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: var(--accent-darker);
}

.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;
}


.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 {
	margin-top: 20px;
	padding-top: 60%;
	position: relative;
	-webkit-box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 52px 5px rgba(0, 0, 0, 1);
}

.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;
}


.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;
	background: rgb(51 51 51);
}

.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 {
	padding: 20px;
}

.comment-item__img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.js-comm-avatar::before,
.js-comm-avatar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border: 2.1px solid black;
}

@keyframes spin-border {
	0% {
		transform: rotate(0deg);
		border-color: transparent transparent transparent transparent;
	}

	25% {
		transform: rotate(90deg);
		border-color: #ff8e00 transparent transparent transparent;
	}

	50% {
		transform: rotate(180deg);
		border-color: #a0521d #a0521d transparent transparent;
	}

	75% {
		transform: rotate(270deg);
		border-color: #a0521d #a0521d #a0521d transparent;
	}

	100% {
		transform: rotate(360deg);
		border-color: #a0521d #a0521d #a0521d #ad672e;
	}
}

.js-comm-avatar::before,
.js-comm-avatar::after {
	animation: spin-border 6s linear infinite;
}

.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 {
	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 {
	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);
}


.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);
}

.godeaf-serial_allist {
	width: 50px;
	height: 70px;
}

.godeaf-serial_list {
	width: 100%;
}

.godeaf-serial_list table,
th,
tr {
	border: 1px solid #ffffff3d;
	font-size: 14px;
	font-weight: 400;
}


.rating-emoji {
	display: flex;
	border-radius: 3px;
	padding: 0 1%;
	flex-wrap: wrap;
	width: 100%;
}

.rating-emoji:after {
	content: '';
	display: block;
	clear: both;
}

.rating-emoji .rating-emoji-item {
	flex: 1 0 16%;
	float: left;
	width: 16.66%;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 5px;
	font-size: 21px;
	line-height: 30px;
	position: relative;
	cursor: default;
}

a.rating-emoji-item:hover {
	cursor: pointer;
	font-size: 30px;
}

.rating-emoji-item-count {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-top: 3px;
	color: rgba(217, 217, 217, 0.5);
}

a.rating-emoji-item.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2px;
	right: 2px;
	height: 3px;
	background: #00bcd4;
}


.displayoff {
	margin-top: 40px;
	display: none
}

.display {
	display: none;
}

.blocked {
	text-align: center;
	padding: 25%;
	background: black;
	font-size: 20px
}

.gsearch {
	width: 50px;
	float: left;
	padding: 1%;
}

.gold {
	color: gold;
}

.smile {
	cursor: pointer;
	font-size: 20px;
	flex-grow: 1;
}

.pod-smiles {
	display: flex;
	width: 100%;
}

.smiles {
	width: 100%;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

.pmovie__franchise .sect__title {
	font-size: 20px;
	margin-bottom: 30px;
}

.fr-list {
	counter-reset: num;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: -30px;
}

.fr::before {
	content: counter(num);
	counter-increment: num;
	width: 40px;
	text-align: center;
	margin-top: -1px;
	color: white;
	font-weight: 500;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.fr {
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	padding: 6px 10px;
	padding-left: 40px;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.fr:nth-child(2n) {
	background-color: black;
}

.fr__title {
	display: inline-block;
	max-width: 100%;
	line-height: 24px;
	height: 20px;
	font-weight: 500;
}

.fr:hover {
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
	z-index: 3;
}

.fr__year {
	color: #ec8e50;
	margin: 0 10px;
	font-size: 13px;
	z-index: 3;
	font-weight: 700;
}

.fr__rating {
	color: white;
	font-weight: 700;
	font-size: 12px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	z-index: 3;
	display: grid !important;
	place-items: center;
	background: var(--gradient);
}

.clrrating-1,
.clrrating-2,
.clrrating-3,
.clrrating-4 {
	background-color: var(--accent-red);
}

.clrrating-7,
.clrrating-8 {
	background-color: var(--accent-green);
}

.clrrating-9,
.clrrating-10 {
	background-color: var(--accent-gold);
}

.is-active .fr__title {
	font-weight: 700;
	color: #ec8e50;
}

.fr.is-active::before {
	content: "\25CF";
	display: block;
	left: 13px;
	background-size: 13px 15px;
	background-repeat: no-repeat;
	width: 13px;
	height: 15px;
}

.fr__bg_opacity {
	background: rgb(0, 0, 0);
	background: var(--gradient);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	backdrop-filter: blur(2px);
}

.fr__linked {
	z-index: 3;
}

.poster-search {
	width: 50px;
	float: left;
	padding: 1%;
}

.search-texted {
	font-size: 13px;
}

.search-story {
	font-size: 12px;
}

.my-bottom {
	margin-bottom: 10px;
}

.main-h {
	margin-bottom: 10px;
}

.sta1-pr {
	color: #fff;
	 !important;
	margin-right: 5px !important
}

.sta2-pr {
	color: #cf7a66 !important;
	margin-right: 5px !important
}

.sta3-pr {
	color: #ff4646 !important;
	margin-right: 5px !important
}

.sta4-pr {
	color: #ff2727 !important;
	margin-right: 5px !important
}

.sta5-pr {
	color: gold !important;
	margin-right: 5px !important
}

.newbie {
	color: gray
}

.starz {
	color: gold
}

.negative-comm>.comment-item__main.full-text.clearfix {
	color: #b17f7f;
}

.positive-comm>.comment-item__main.full-text.clearfix {
	color: #8db17f;
}

.status-serial-yes {
	background: #17CF29;
	background: -webkit-linear-gradient(to right, #17CF29 0%, #B6CF11 100%);
	background: -moz-linear-gradient(to right, #17CF29 0%, #B6CF11 100%);
	background: linear-gradient(to right, #1fff35 0%, #deff06 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.status-serial-no {
	color: gold !important;
}

.carousel-1 {
	border-left: 5px solid #111;
	border-right: 5px solid #111;
	margin: 20px 0;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(0, 0, 0, 0.2);
	background: #111;
	padding: 5px 0;
}

.carousel-1 .owl-pic {
	border: 5px solid #111;
	overflow: hidden;
	transform: skew(-10deg);
}

.carousel-1 .owl-pic img {
	width: 100%;
	transform: skew(10deg) scale(1.2);
	transition: 0.3s opacity ease, 0.3s transform ease;
	opacity: 0.6;
	height: 150px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.carousel-1 .owl-pic img {
		opacity: 1;
	}
}

.carousel-1 .owl-pic:hover img {
	opacity: 1;
	transform: skew(10deg) scale(1.3);
}

.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-next {
	position: absolute;
	cursor: pointer;
	font-size: 60px !important;
	color: #FFF !important;
	top: 0;
	height: 100%;
	width: 70px;
	transition: 0.3s opacity ease;
	opacity: 0.2;
	margin: 0;
	padding: 0;
}

.carousel-1 .owl-nav .owl-prev:hover,
.carousel-1 .owl-nav .owl-next:hover {
	opacity: 1;
}

.carousel-1 .owl-nav .owl-prev,
.carousel-1 .owl-nav .owl-prev:hover {
	left: 0;
	background: linear-gradient(to right, #131313, rgba(19, 19, 19, 0));
}

.carousel-1 .owl-nav .owl-next,
.carousel-1 .owl-nav .owl-next:hover {
	right: 0;
	background: linear-gradient(to left, #131313, rgba(19, 19, 19, 0));
}

.tier-1 {
	color: #a75b3b !important;
}

.tier-2 {
	color: #cf7a66 !important;
}

.tier-3 {
	color: #ff4646 !important;
}

.tier-4 {
	color: #ff2727 !important;
}

.tier-5 {
	color: gold !important;
}

.info-block {
	background: rgb(0, 0, 0);
	background: var(--gradient);
	padding: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	max-width: 100%;
	margin: 20px 0 20px 0;
	flex-flow: row wrap;
}

.info-block {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    background: var(--gradient);
    border-radius: 8px;
    padding: 20px 20px 50px 20px;
    margin: 20px auto;
    transition: max-height 0.3s ease-out;
    color: #fff;
    margin: 10px;
    text-align: justify;
}

.info-block.expanded {
    max-height: 3000px;
}

.info-block .info-title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.info-block .faq-item {
    margin: 10px 0;
    line-height: 1.5;
}

.info-block .marker {
    font-size: 1.2em;
    margin-right: 10px;
}

.info-block .fade-effect {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #740d09);
    backdrop-filter: blur(0.5rem);
    pointer-events: none;
    transition: opacity 0.5s ease-out;
    opacity: 1;
}

.info-block  .read-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    margin: 10px;
}

.info-block.expanded .fade-effect {
    display: none;
}

@keyframes highlight {
    0% { background-color: var(--gradient); }
    50% { background-color: #c13821; }
    100% { background-color: var(--gradient); }
}

.info-block.highlight {
    animation: highlight 0.5s ease-in-out 5;
}

.icon {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.icon i {
	font-size: 30px;
}

.infor-text {
	font-size: 13px;
	width: 100%;
	padding: 3px;
}

.linkedi {
	border-bottom: 1px solid;
	color: #fb0;
	margin-left: 5px;
}

.df-smart___rating {
	font-size: 16px;
	font-weight: 600;
	color: white;
	position: relative;
	height: 40px;
	display: flex;
	align-items: flex-end;
	line-height: 1;
	white-space: nowrap
}

.df-smart___rating span {
	font-size: 10px;
	font-weight: 400;
	color: var(--tt);
	margin-left: 3px;
	display: inline-block;
	position: relative;
	top: -2px
}

.df-smart___rating::before {
	content: attr(data-text);
	display: block;
	position: absolute;
	left: 24px;
	top: 0;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	color: var(--accent-3);
	line-height: 20px
}

.df-smart___rating.site {
	padding-left: 50px;
	min-width: 140px
}

.df-smart___rating-count {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0
}

.df-smart___rating svg {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	fill: none;
	transform: scale(.3, .3) rotate(-90deg) translate(-50%, -50%);
	transform-origin: left top;
	margin: 19px 0 0 20px
}

.df-smart___rating svg circle {
	width: 150px;
	height: 150px;
	fill: inherit;
	transform: translate(5px, 5px);
	stroke-width: 10;
	stroke: #ebbc3b;
	stroke-dasharray: 440;
	stroke-dashoffset: 0
}

.centered-content {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.reblock_df_rating {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.blocked-centered {
	border-radius: 50%;
}

.my-navigation {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;
}

.dle_collections .bottom-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.dle_collections .pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
}

.dle_collections {
    width: 100%;
}

.dle_collections  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
}
.dle_collections .content-collection {
    width: 30%;
    cursor: pointer;
    height: 120px;
    position: relative;
	overflow: hidden;
}

.dle_collections .content-collection:first-child {
    margin-right: 18px;
}

.dle_collections .content-collection:last-child {
    margin-left: 18px;
}

@media screen and (max-width: 590px) {
    .collections-block-no-main {
        width: 44%;
    }
}

@media screen and (max-width: 425px) {
    .collections-block-no-main {
        width: 90%;
    }
}

.collections-img-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border: 1px solid black;
}

.collections-count-block {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.collections-cover-block {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.collections-a-block {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
}

.mypadcoll {
	margin-top: 15px;
	margin-bottom: 15px;
}

.owl-actors {
	margin-bottom: 1rem;
}

.owl-actors .psp-img {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	white-space: break-spaces;
	font-size: 13px;
}

.owl-actors .psp-img img {
	width: 90px;
	height: 128px;
	object-fit: cover;
	display: block;
	min-width: 90px;
	border-radius: 10px;
	box-shadow: rgb(0 0 0) 0px 20px 20px -10px;
	border: 1px solid #f5f5dc38;
}

.psp-img img:hover,
img:focus {
	background: black;
	text-decoration: none;
}

.godeaf-soon-block {
	margin: 10px 0;
}

.godeaf-soon-table {
	width: 100%;
}

.godeaf-soon-table td {
	border: 1px solid var(--bdc);
	box-shadow: inset 0 0 0 1px;
	text-align: center;
	padding: 10px;
}

.godeaf-soon-info {
	font-weight: 900;
	overflow: hidden;
	padding: 10px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #1b1b1b;
	text-align: center;
	border: 1px solid #ffffff3d;
}

#epscape_showmore {
	text-align: center;
	background: #1b1b1b;
	text-decoration: none;
	border: 1px solid #ffffff3d;
	padding: 10px;
}

.proiler a{
    font-size: 17px;
    color: #3394e6;
    text-decoration: none;
}

.proiler:hover {
    cursor: pointer;
    text-decoration: underline;
}

.proiler-text {
    margin: 15px 25px;
    font-size: 13px;
}

.poster__label[data-rating="0"] {
    display: none;
}

.rateblocked {
	bottom: 30px;
}

.info-block a {
	color: gold;
}
.mylists-switch, .mylists-tabs {
	list-style: none;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.mylists-switch li, .mylists-tabs li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding: 3px 10px;
}
.mylists-switch li:hover, .mylists-tabs li:hover {
	color: gold;
	cursor: pointer;
}
.mylists-switch li:last-child, .mylists-tabs li:last-child {
	margin: 0px;
}
.mylists-switch li.active, .mylists-tabs li.active {
	background: #373737;
	color: #fff;
	border: 0px;
	border-radius: 4px;    
}
.mylists-tabs li.active a {
	color: #fff;
}

.ongoing-chek:before{
    content:"";
    width: 10px;
    height: 10px;
    background:#02bc02;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%
}

.player-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.player-reconstruction {
	width: 100%;
	height: 400px;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: gray;
	padding: 20px;
	box-sizing: border-box;
}

.player-reconstruction p {
	font-size: 1.5em;
	margin: 0;
	padding: 10px;
}

@media (max-width: 768px) {
	.player-reconstruction {
		height: auto;
		padding: 40px 20px;
	}
	.player-reconstruction p {
		font-size: 1.2em;
	}
}

.mergerep {
    margin-right: 5px;
    font-size: 12px;
    color: gold;
}


@keyframes rotateNeon {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowNeon {
    0%, 100% {
        box-shadow: 0 0 10px rgba(0, 255, 255, 0.5),
                    0 0 20px rgba(0, 255, 255, 0.3),
                    0 0 30px rgba(0, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.7),
                    0 0 30px rgba(0, 255, 255, 0.5),
                    0 0 40px rgba(0, 255, 255, 0.3);
    }
}

.comment-item__meta a {
	color: #b6b6b6;
	font-weight: 700 !important;
	text-decoration: underline;
}

.tier-2 {
    color: gold !important;
}

.star-container {
	z-index: 9999
	position: relative;
	width: 12px;
	height: 12px;
}

.star-container .particle {
	position: absolute;
	margin-left: -10px;
	margin-top: 8px;
	font-size: 5px;
	color: gold;
	opacity: 0;
	transform: translate(-0%, -2%) scale(1);
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* Определение разных направлений */
.star-container .particle:nth-child(2) {
	animation-name: spray-right;
	animation-delay: 0s;
}
.star-container .particle:nth-child(3) {
	animation-name: spray-top-right;
	animation-delay: 0.8s;
}
.star-container .particle:nth-child(4) {
	animation-name: spray-top-left;
	animation-delay: 1.6s;
}
.star-container .particle:nth-child(5) {
	animation-name: spray-left;
	animation-delay: 2.4s;
}
.star-container .particle:nth-child(6) {
	animation-name: spray-bottom-left;
	animation-delay: 3.2s;
}

/* Анимации для разных направлений */
@keyframes spray-right {
	0% {
		opacity: 1;
		transform: translate(-100%, -20%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-50% + 10px), -0%) scale(2);
	}
}

@keyframes spray-top-right {
	0% {
		opacity: 1;
		transform: translate(0%, -0%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-100% + 20px), calc(-50% - 20px)) scale(2);
	}
}

@keyframes spray-top-left {
	0% {
		opacity: 1;
		transform: translate(-0% -0%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-0% - 20px), calc(-0% - 25px)) scale(2);
	}
}

@keyframes spray-left {
	0% {
		opacity: 1;
		transform: translate(-0%, -0%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-0% - 40px), -0%) scale(2);
	}
}

@keyframes spray-bottom-left {
	0% {
		opacity: 1;
		transform: translate(-0%, -0%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(calc(-0% - 20px), calc(-0% + 30px)) scale(2);
	}
}

.dle-popup-userprofile .ui-dialog-buttonpane {
	display: none;
}

.info-language-off {
	background-color: black;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: gray;
    padding: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    width: 15px;
    height: 15px;
    background-color: #5d5d5d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.tooltip-icon:hover {
    background-color: #0056b3;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}