/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {
    min-width: 320px;
    position: relative;
    min-height: 100vh;
    padding-bottom: 90px;
    background: #000 url(../images/bg.webp) center top / cover fixed no-repeat;
}

.wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Цвет и прозрачность затемнения */
    z-index: 1; /* Чтобы затемнение было поверх фона */
}
.wrapper-container {max-width: 1200px; margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {background: rgba(39,39,39,.95); border: solid 1px rgba(255,255,255,.07); border-left: 0; border-right: 0;}
.header {position: sticky; left: 0; top: 0; z-index: 999; transition: transform .2s linear;
	box-shadow: 0 1px 5px rgba(0,0,0,.4); border-bottom: 1px solid #000;}
.header.sticky {transform: translateY(-100%);}
.cols {display: grid; grid-template-columns: minmax(0,1fr) 340px;}
.cols__main, .cols__side {padding: 20px; padding-bottom: 40px; border-top: 0; border-bottom: 0; border-left: 0;}
.footer {padding: 40px 30px; font-size: 13px; background: rgb(138 170 128); box-shadow: 0 10px 25px -7px rgba(0,0,0,.7);}
.footer__btn {background-color: rgba(255,255,255,.2); height: 32px; border-radius: 6px;}


/* HEADER, NAV
----------------------------------------------- */
.header__logo {display: block; height: 60px; width: 273px; position: relative; margin-right: 20px;}
.header__logo img {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); max-width: 100%;}
.header__menu > li {position: relative;}
.header__menu > li > a {display: flex; align-items: center; height: 70px; padding: 0 20px; gap: 0 10px;}
.header__menu > li > a.is-active {background-color: #1a361f;}
.header__menu-submenu > a::after {content:"\f0d7"; font-weight: 900; font-family:'Font Awesome 5 Pro'; font-size: 10px;}
.header__menu-hidden {position: absolute; left: 0; top: 100%; background-color: #000; 
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2); width: 520px; display: none;}
.header__menu-hidden > li {padding: 15px 30px; border-right: 1px solid #2f2f33; 
	display: grid; gap: 5px; font-size: 13px; align-content: start; line-height: 30px;}

.theme-toggle {display: inline-flex; justify-content: space-between; align-items: center; cursor: pointer;
	height: 40px; border-radius: 20px; padding: 5px 0; background-color: #32373b;}
.theme-toggle li {cursor: pointer; width: 30px; height: 30px; line-height: 30px; 
	border-radius: 50%; text-align: center; margin: 0 5px;} 
.theme-toggle:hover li {color: #fff;}
.lt-is-active .theme-toggle li:first-child, body:not(.lt-is-active) .theme-toggle li:last-child {background-color: #923637; color: #fff;}


/* SECTION
----------------------------------------------- */
.sect.brd {border-width: 0; border-bottom-width: 1px; padding-bottom: 20px;}
.sect:not(:last-child) {margin-bottom: 20px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 20px; font-weight: 400; display: flex; align-items: center; gap: 10px;}
.sect__caption a {display: inline-block; margin-left: 10px; border-radius: 3px; text-transform: uppercase; 
	font-size: 10px; padding: 3px 8px; vertical-align: middle;}
.sect__content--grid-4 {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(150px,1fr));}
.sect__content--grid-3 {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(240px,1fr));}
.sect__content--grid-2 {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(280px,1fr));}
.sect--has-carousel .sect__header {padding-right: 50px;}
.sect--has-carousel .sect__content:not(.owl-carousel) {overflow: hidden; display: flex;}
.sect--has-carousel .sect__content:not(.owl-carousel) .serie-item-2 {flex-shrink: 0; width: calc((100% - 40px)/3); margin-right: 20px;}
.sect__title.brd-accent {padding-left: 10px; border-width: 0; border-left-width: 3px;}
.speedbar {padding: 15px 20px; background-color: #111212;}

.descr {display: grid; gap: 8px; line-height: 1.6;}
.descr-2 {gap: 5px; line-height: 1.5;}
.descr-2 p + p {margin-top: 5px;}
.descr__main-title {font-size: 27px; font-weight: 700;}
.descr small {font-size: 14px; margin-top: -12px;}
.descr h2, .descr h3 {font-size: 20px; font-weight: 400; padding-left: 10px; border-width: 0; border-left-width: 3px;}



/* SHORTSTORY SEASON SERIE SERIAL NEWS
----------------------------------------------- */
.season-item, .serie-item-2, .snews-item {position: relative;}
.season-item__title {border-radius: 0 0 1px 1px; border: 1px solid #97a7ade0; text-align: center; 
	font-size: 16px; font-weight: 400; padding: 6px;}
.season-item__overlay, .serie-item-2__overlay {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; 
	text-align: center; background-color: rgba(0,0,0,0.8); color: #fff; opacity: 0;}
.season-item__overlay-count {font-size: 69px; margin-bottom: 20px;}
.season-item__overlay-caption {color: #e58627; font-size: 16px;}
.serie-item-2__serie {position: absolute; z-index: 1; left: 0; bottom: 0; font-size: 13px; padding: 5px 10px;}
.serie-item-2__title {font-size: 14px; font-weight: 400; margin: 15px 0 5px 0;}
.serie-item-2__date {font-size: 12px;}
.serie-item-2__overlay {font-size: 16px; line-height: 1.6;}
.serie-item-2__overlay .fas, .season-item__overlay .fas {font-size: 40px;}
.serie-item-2.is-active {opacity: 0.3;}

.news-item {border-width: 0; border-bottom-width: 1px; padding-bottom: 15px; margin-bottom: 15px; line-height: 1.5;}
.news-item:last-child {border: 0; padding-bottom: 0; margin-bottom: 0;}
.news-item__date {width: 90px; text-align: center; font-size: 10px; text-transform: uppercase;}
.news-item__date div {font-size: 25px; margin-bottom: 5px;}
.news-item__title {display: inline-block; font-size: 18px; margin-bottom: 2px;}
.snews-item__title {font-size: 18px; margin: 20px 0 10px 0; font-weight: 700;}
.snews-item__text {margin-top: 6px; line-height: 1.5; opacity: 0.8;}


/* SIDEBAR
----------------------------------------------- */
.btn-to-favorites {width: 100%; height: 48px; margin-bottom: 30px;}
.btn-to-favorites .fas {color: #8ba97d;}
.cols__side-menu {border-width: 0; border-bottom-width: 3px; margin-bottom: 35px;}
.cols__side-menu a {display: flex; align-items: center; height: 47px; gap: 10px; justify-content: center;
	border-width: 0; border-bottom-width: 1px; padding: 0 10px;}
.cols__side-menu a::before {content:"\f105"; font-weight: 900; font-family:'Font Awesome 5 Pro'; font-size: 10px;}

.cols__side-box:not(:last-child) {margin-bottom: 30px;}
.cols__side-box-title {font-size: 17px; font-weight: 400; margin-bottom: 15px;}
.cols__side-box-title-big {font-size: 23px; font-weight: 400; text-align: center; margin-bottom: 20px;}
.cols__side-box-content--grid {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(280px,1fr));}

.serie-item {position: relative;}
.serie-item__img, .other-item__img {padding-top: 40%;}
.serie-item__title {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 5; 
	padding: 15px; font-size: 14px; font-weight: 400;}

.serie-schedule__time {width: 300px; height: 150px; margin: -15px auto -25px auto;}
.time_circles {position: relative; width: 100%; height: 100%;}
.time_circles > div {position: absolute; text-align: center; margin-top: -5px;}
.time_circles > div > h4 {text-align: center; text-transform: uppercase;}
.time_circles > div > span {text-align: center; text-transform: uppercase; font-weight: bold;}



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

.pagination {text-align: center; grid-column: 1 / -1;}
.pagination__pages {gap: 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border-radius: 3px;}


/* INNER PAGE
----------------------------------------------- */
.pnews__header {border-width: 0; border-bottom-width: 1px; padding-bottom: 10px !important;}
.pnews__header h1 {font-size: 35px; font-weight: 400; margin-bottom: 20px;}
.pnews__date {border-width: 0; border-top-width: 1px; padding-top: 10px;}
.page__share-btns {height: 24px; margin-left: 10px;}

.pseason__poster {width: 140px; height: 210px; margin-right: 20px;}
.pserie .pseason__poster {width: 210px; height: 140px;}
.pseason__header h1 {font-size: 30px; font-weight: 400;}
.pseason__date {font-size: 13px; opacity: 0.6; margin-top: 5px;}
.pseason__cast {line-height: 1.5;}
.pseason__cast > span:first-child {color: #56776c;}
.pseason__rating {padding: 15px 0; margin: 15px 0; border-left-width: 0; border-right-width: 0; 
	position: relative; padding-left: 76px;}
.pserie .pseason__rating {margin-bottom: -15px; border-bottom: 0;}
.pseason__rating-count {position: absolute; left: 0; top: 50%; transform: translateY(-50%); 
	width: 60px; height: 48px; border-radius: 6px; font-size: 27px;}
.pseason__rating-votes {font-size: 12px; margin-top: 6px; gap: 0 6px;}
.pseason__rating-your {font-size: 12px; padding: 5px 10px; border-radius: 3px; 
	margin-left: 15px; background-color: #585959; color: #fff;}
.pseason__rating-your i {font-style: normal;}

.pserie__player {width: calc(100% + 40px); margin: -20px -20px 20px -20px; background-color: #2e3030;}
.tabs-block__content {background-color: #000;}
.pserie__player-bottom, .tabs-block__select {gap: 1px;}
.pserie__player-bottom > *, .tabs-block__select button {gap: 10px; border-radius: 0; min-width: auto; white-space: nowrap;}
.tabs-block__select {border-bottom: 1px solid #55766b;}
.tabs-block__select button {font-size: 14px; font-weight: 700; background-color: #27ae60; height: 50px; 
	padding: 0 20px; white-space: nowrap; min-width: auto;}
.tabs-block__select button.is-active, .tabs-block__select button:hover {background: #85a37b;}
.tabs-block__select button::before {content:"\f04b"; font-weight: 900; font-family:'Font Awesome 5 Pro'; opacity: 0.5;}
	
.not-loaded::after {border-radius: 50%; content: ''; position: absolute; top: 50%; left: 50%;}
.not-loaded::after {width: 70px; height: 70px; margin: -55px 0 0 -35px; border: 10px solid rgba(255,255,255,0.2); 
	border-left-color: #923637; animation: spin 1s infinite linear;}
@keyframes spin { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}


/* 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: var(--accent);}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 50%; 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;}
.add-comments-form.form {padding: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br, .mass_comments_action {display: none;}
.has-comms + .page__comments-form {margin-top: 20px;}

.comment-item__title {font-weight: 400; font-size: 18px; margin-bottom: 20px;}
.comment-item {padding: 15px; margin-top: -1px;}
.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: 400; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__date {margin-top: 4px; font-size: 12px; opacity: 0.5;}
.comment-item__main {margin: 8px 0 0 0;}
.comment-item__reply a {display: inline-block; margin-left: 10px; padding: 3px 6px; border-radius: 3px; font-size: 12px;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 600ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; right: -8px; top: -52px; display: flex;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; width: 24px; height: 40px; 
	background-color: transparent !important; color: #fff; opacity: 0.6; font-size: 24px;}
 .owl-prev:hover, .owl-next:hover {opacity: 1;}
 .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: 0px; z-index: 999; position: fixed; left: -380px; top: 0; transition: left .4s;}
.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; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 60px; border-bottom: 1px solid var(--accent);}
.mobile-menu .header__menu-hidden {display: flex; flex-wrap: wrap; position: static; 
	padding: 0; width: 100%; border-left: 1px solid var(--accent);}
.mobile-menu .header__menu-hidden > li {flex-grow: 1; padding: 20px; border-color: var(--accent);}
.mobile-menu .header__menu-hidden > li.flex-grow-1 {min-width: 100%; width: 100%; 
	border-top: 1px solid var(--accent); border-bottom: 1px solid var(--accent);}

@media screen and (max-width: 1220px) {
	body, .wrapper {background-image: none; padding-bottom: 0;}
	.wrapper-container {max-width:1000px;}
	.header__logo {flex: 1 1 0; margin-right: 10px; min-width: 100px; max-width: 100%;}
	.header__btn-menu {display: flex; margin: 0 20px; font-size: 18px;}
	.header .header__menu {display: none;}
	.cols {display: block;}
	.cols__side {width: 100%; padding-bottom: 20px;}
	.cols__main {border: 0; padding-bottom: 20px;}
	.footer {padding: 20px; gap: 20px;}
}

@media screen and (max-width: 1220px) and (min-width: 950px) {
	.sect__content--grid-4 {grid-template-columns: repeat(auto-fill,minmax(180px,1fr));}
	.sect__content--grid-3 {grid-template-columns: repeat(auto-fill,minmax(260px,1fr));}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}

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

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.sect--has-carousel .sect__content:not(.owl-carousel) .serie-item-2 {width: calc((100% - 20px)/2);}
	.pnews__header h1, .pseason__header h1 {font-size: 24px;}
	.pserie .pseason__poster {width: 140px;}
	
	.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;}
	#dle-comments-form .form__textarea-inside {margin-bottom: -10px !important;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.sect__content--grid-3 {grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); gap: 20px 10px;}
	.sect__content--grid-4 {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}

	.pseason__header h1 {font-size: 18px;}
	.pseason__poster {width: 90px; height: 130px; margin-right: 10px;}
	.pseason__cast {font-size: 12px; margin-top: 10px; 
		display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
	.pseason__header {position: relative; padding-bottom: 83px !important;}
	.pseason__rating {position: absolute; left: 0; right: 0; bottom: 19px; 
		padding-top: 0; padding-bottom: 0; padding-left: 70px; border: 0; margin: 0;}
	.pserie .pseason__poster {width: 120px; height: 80px;}
	.pserie .pseason__rating {padding-bottom: 0; margin-bottom: 0;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.header__btn-menu {margin: 0 10px;}
	.descr {font-size: 12px;}
	.descr__main-title, .sect__title {font-size: 18px;}
	.descr h2, .descr h3 {font-size: 16px;}
	.owl-nav {top: -51px;}
	.sect--has-carousel .serie-item-2 {width: calc(100vw - 140px) !important;}
	.news-item__text {font-size: 12px;}

	.pseason__rating {padding-left: 60px;}
	.pseason__rating-count {font-size: 18px; width: 50px;}
	.pseason__rating-stars {justify-content: space-between; flex-wrap: nowrap;}
	.pseason__rating-your {margin-left: 0; padding-left: 0; padding-right: 0; text-align: center; width: 26px;}
	.pseason__rating-your i {display: none;}
	.video-responsive {padding-top: 60%;}
	.tabs-block__select button, .pserie__player-bottom > * {font-size: 13px;}
	.pserie__btn-serie-list {order: 10;}
}

@supports not (display: grid) {
	@media screen and (min-width: 1220px) {
		.cols, .sect__content--grid-2, .sect__content--grid-3, .sect__content--grid-4 
		{display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0;}
		.sect__content--grid-2 > * {width: 48%; margin-bottom: 20px;}
		.sect__content--grid-3 > * {width: 32%; margin-bottom: 20px;}
		.sect__content--grid-4 > * {width: 23%; margin-bottom: 20px;}
		.pagination {width: 100% !important; padding-top: 10px;}
		.cols__side {width: 340px;}
		.cols__main {flex: 1 1 0; max-width: 100%; min-width: 50px;}
		.cols__side-box-content--grid, .header__menu-hidden > li a, .descr {display: block; gap: 0;}
		.cols__side-box-content--grid > * + * {margin-top: 20px;}
		.descr > * + * {margin-top: 5px;}
	}
}

