/* BASIC LAYOUT
----------------------------------------------- */
body {position: relative;}
.wrapper {min-width: 320px; overflow: hidden; overflow: clip; position: relative;}
.wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper__container--main {
	background-color: var(--bg-darker);
	box-shadow: var(--bsh-long);
	border-radius: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid var(--bdc);
}
.header {
	padding: 0 var(--indent);
	position: sticky;
	z-index: 100;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(13,17,23,0.98) 0%, rgba(13,17,23,0.92) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), 0 1px 0 var(--bdc);
	height: 80px;
}
.header-is-sticky .header {translate: 0 -200%;}
.carou {
	background: linear-gradient(135deg, var(--bg-blackest) 0%, #0a1418 50%, var(--bg-blackest) 100%);
	margin: 0 var(--indent-negative);
	padding: 30px var(--indent);
	position: relative;
	overflow: hidden;
}
.carou::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: 
		radial-gradient(circle at 20% 50%, rgba(0, 255, 213, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 80% 50%, rgba(0, 180, 216, 0.06) 0%, transparent 50%);
	animation: gradientMove 15s ease infinite;
	background-size: 200% 200%;
}
.content > .carou {margin-top: -20px; margin-bottom: 24px;}
.carou--lastviewed {margin-top: 0 !important; margin-bottom: 0 !important;}
.content {
	padding: 24px var(--indent);
	min-height: 100vh;
	position: relative;
	z-index: 2;
}
.content:has(.descr), .content:has(.page__related), .content:has(.carou--lastviewed) {padding-bottom: 0;}
.footer {
	padding: 50px var(--indent);
	padding-bottom: 30px;
	background: linear-gradient(180deg, var(--bg-black) 0%, var(--bg-blackest) 100%);
	color: var(--tt-fade);
	--tt: #fff;
	--tt-fade: #8b949e;
	--bdc: rgba(0, 255, 213, 0.15);
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	border-top: 1px solid var(--bdc);
}
.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
	opacity: 0.5;
}
.footer__two {
	border-top: 1px solid var(--bdc);
	padding-top: 24px;
	margin-top: 40px;
}
.wrapper::before, .wrapper::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 600px;
	content: '';
	--left: calc((100vw - 1240px)/2);
	--right: calc((100vw - 1240px)/2 + 1200px);
	mask-image: linear-gradient(to right, transparent 0%, transparent var(--left), #000 calc(var(--left) + 160px), 
	#000 calc(var(--right) - 160px), transparent var(--right), transparent 100%);
	opacity: 0.4;
}
.wrapper::before {
	background: 
		radial-gradient(ellipse 60% 40% at 50% 0%, rgba(0, 255, 213, 0.15), transparent),
		linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 100%);
}
.wrapper::after {
	background: linear-gradient(to top, var(--bg-blackest) 0%, transparent 400px);
	z-index: 1;
	mask-image: none;
}
.has-branding {padding-top: 00px;}

.scrolltop {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 20px;
	bottom: 20px;
	padding: 0;
	z-index: 990;
	border-radius: 50%;
	font-size: 20px;
	opacity: 0;
	scale: 0 0;
	background: var(--ui-bg-btn);
	color: var(--ui-tt-btn);
	display: grid;
	place-items: center;
	box-shadow: 0 4px 20px rgba(0, 255, 213, 0.3);
}
.scrolltop.is-active {scale: 1 1; opacity: 1; animation: pulseGlow 2s ease-in-out infinite;}
.overlay {
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background: radial-gradient(circle at 50% 50%, rgba(10, 14, 19, 0.95), rgba(2, 5, 9, 0.98));
	cursor: pointer;
	display: none;
	backdrop-filter: blur(8px);
}


/* HEADER, TOPMENU, CAROU
----------------------------------------------- */
.logo {
	display: flex;
	align-items: center;
	font-family: 'Righteous-Regular';
	font-weight: 400;
	color: var(--tt);
	padding-left: 52px;
	text-transform: uppercase;
	position: relative;
	font-size: 26px;
	height: 48px;
	letter-spacing: 1.5px;
}
.logo::before {
	content: '';
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 50%;
	background:
		linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);
	border-radius: 12px;
	translate: 0 -50%;
	box-shadow: 0 4px 20px rgba(0, 255, 213, 0.3);
	animation: pulseGlow 3s ease-in-out infinite;
}
.logo::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	translate: 0 -50%;
	width: 24px;
	height: 24px;
	background:
		linear-gradient(135deg, transparent 40%, #0a0e13 40%, #0a0e13 60%, transparent 60%),
		linear-gradient(45deg, transparent 40%, #0a0e13 40%, #0a0e13 60%, transparent 60%);
	background-size: 100% 4px, 4px 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.lt .header__logo {--tt: #000;}
.logo:has(img) {background: none; min-width: 200px;}
.logo:has(img)::before, .logo:has(img)::after {display: none;}
.logo img {display: block; position: absolute; left: 0; top: 50%; translate: 0 -50%; max-height: 100%;}
.logo span {
	background: linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 10px rgba(0, 255, 213, 0.3));
}
.header__theme-select {color: var(--yellow);}
.dt .header__theme-select::before {content:"\f755";}
.header__btn-login {
	height: 38px;
	padding: 0 24px;
	border-radius: 10px;
	font-weight: 600;
}
.header__btns {padding-left: 30px;}
.header__btn1 {height: 32px; font-size: 12px;}
.header__ava {width: 40px; cursor: pointer; border-radius: 50%; border: 2px solid var(--accent);}
.header__btn1 span {
	position: absolute;
	right: -5px;
	top: -10px;
	padding: 2px 4px;
	font-size: 10px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);
	color: #050810;
	display: inline-block;
	text-align: center;
	min-width: 22px;
	line-height: 1;
	font-weight: 700;
}

.header__menu {margin: 0 30px;}
.header__menu li {position: relative;}
.header__menu > li > a {
	display: flex;
	align-items: center;
	height: 80px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	opacity: 0.7;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	position: relative;
	transition: all 0.3s;
}
.header__menu > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--accent) 0%, var(--blue) 100%);
	translate: -50% 0;
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 3px 3px 0 0;
}
.header__menu > li > a:hover, .header__menu > li:hover > a {
	opacity: 1;
	color: var(--accent);
}
.header__menu > li > a:hover::after, .header__menu > li:hover > a::after {width: 100%;}
.header__menu-hidden {
	background: linear-gradient(180deg, var(--bg) 0%, var(--bg-darker) 100%);
	border-top: 3px solid var(--accent);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--bdc);
	position: absolute;
	left: 0;
	top: 99%;
	width: 260px;
	z-index: 10;
	padding: 24px 28px;
	display: grid;
	gap: 8px 28px;
	opacity: 0;
	visibility: hidden;
	translate: 0 20px;
	border-radius: 0 0 12px 12px;
	backdrop-filter: blur(10px);
}
div.header__menu-hidden {grid-template-columns: repeat(3,1fr); width: 720px;}
.header__menu-hidden-col {display: grid; gap: 8px;}
.header__menu-hidden li:not(:has(a)) {font-weight: 600; color: var(--accent); font-size: 13px; margin-bottom: 4px;}
.header__menu-hidden a {
	opacity: 0.75;
	font-size: 14px;
	padding: 4px 0;
	position: relative;
	padding-left: 12px;
	transition: all 0.2s;
}
.header__menu-hidden a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--accent);
	translate: 0 -50%;
	opacity: 0;
	scale: 0;
	transition: all 0.2s;
}
.header__menu-hidden a:hover {
	opacity: 1;
	color: var(--accent);
	padding-left: 18px;
}
.header__menu-hidden a:hover::before {opacity: 1; scale: 1;}
.header .header__menu li:has(.header__menu-hidden)::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0%;
	border: 6px solid transparent;
	border-bottom-color: var(--accent);
	margin-left: -6px;
	opacity: 0;
	transition: opacity 0.3s;
}
.header .header__menu li:hover:has(.header__menu-hidden)::before {opacity: 1;}

.search-block {position: relative; max-width: 420px;}
.search-block__input, .search-block__input:focus {
	padding: 0 46px 0 16px;
	border: 0;
	box-shadow: none;
	height: 42px;
	line-height: 42px;
	border: 1px solid var(--ui-bdc-inp);
	background: var(--ui-bg-inp);
	border-radius: 12px;
	font-size: 14px;
	transition: all 0.3s;
}
.search-block__input:hover {border-color: rgba(0, 255, 213, 0.35);}
.search-block__input:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(0, 255, 213, 0.1), inset 0 0 20px rgba(0, 255, 213, 0.03);
}
.search-block__input:not(:focus)::placeholder {color: var(--tt-fade); opacity: 0.7; font-size: 13px;}
.search-block__btn {
	position: absolute;
	right: 4px;
	top: 50%;
	translate: 0 -50%;
	height: 34px;
	width: 34px;
	font-size: 16px;
	border-radius: 8px;
	color: var(--ui-tt-btn);
	background: var(--ui-bg-btn);
	box-shadow: 0 2px 10px rgba(0, 255, 213, 0.2);
}
.search-block__btn:hover {background: var(--ui-bg-btn-hover);}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 32px;}
.sect__header {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--bdc);
	position: relative;
}
.sect__header::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, var(--accent) 0%, var(--blue) 100%);
	border-radius: 3px;
}
.sect__title {
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.sect__title::before {
	content: '';
	width: 4px;
	height: 24px;
	background: linear-gradient(180deg, var(--accent) 0%, var(--blue) 100%);
	border-radius: 4px;
}
.sect__title :is(h1,h2,h3) {font-size: inherit; font-weight: inherit; margin: 0;}
.sect__title:hover {color: var(--accent);}
.sect__header:has(.sect__tabs) {margin-bottom: 14px;}
.sect__tabs {display: flex; gap: 8px;}
.sect__tabs button {
	background: var(--bg-darker-1);
	color: var(--tt-fade);
	text-transform: none;
	font-weight: 500;
	border-radius: 10px;
	padding: 0 16px;
	height: 36px;
	font-size: 13px;
	box-shadow: none;
	border: 1px solid transparent;
	letter-spacing: 0;
}
.sect__tabs button:hover {
	color: var(--accent);
	border-color: var(--bdc);
	background: var(--bg-darker-1);
	transform: none;
	box-shadow: none;
}
.sect__tabs button.is-active {
	background: linear-gradient(135deg, rgba(0, 255, 213, 0.15) 0%, rgba(0, 180, 216, 0.1) 100%);
	color: var(--accent);
	border-color: var(--accent);
	box-shadow: 0 0 20px rgba(0, 255, 213, 0.1);
}
.carou__caption {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-left: 16px;
}
.carou__caption::before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 28px;
	background: linear-gradient(180deg, var(--accent) 0%, var(--blue) 100%);
	border-radius: 4px;
	box-shadow: 0 0 15px var(--accent-glow);
}
.carou--lastviewed:not(:has(.item)) {display: none;}

.speedbar {
	color: var(--tt-fade);
	font-size: 13px;
	padding: 14px 0;
	margin-top: -20px;
	margin-bottom: 20px;
}
.speedbar a {color: var(--accent); font-weight: 500;}
.speedbar a:hover {text-decoration: underline;}

.descr {
	color: var(--tt-fade-0);
	display: grid;
	gap: 12px;
	background: linear-gradient(135deg, var(--bg-darker-1) 0%, rgba(0, 255, 213, 0.03) 100%);
	padding: 28px var(--indent);
	margin: 0 var(--indent-negative);
	border-top: 1px solid var(--bdc);
	border-bottom: 1px solid var(--bdc);
}
.descr :is(h1,h2,h3) {
	font-size: 20px;
	font-weight: 600;
	color: var(--tt);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.descr :is(h1,h2,h3)::before {
	content: '';
	width: 4px;
	height: 22px;
	background: linear-gradient(180deg, var(--accent), var(--blue));
	border-radius: 4px;
}
.descr a {
	text-decoration: none;
	color: var(--accent);
	font-weight: 500;
	border-bottom: 1px dashed var(--accent);
}
.descr a:hover {border-bottom-style: solid;}
.descr ul li {position: relative; padding-left: 28px; margin-left: 20px; margin-bottom: 6px;}
.descr ul li::before {
	content:"\f00c";
	color: var(--accent);
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(0, 255, 213, 0.1);
}


/* ITEM CAROUSEL, SHORTSTORY
----------------------------------------------- */
.item {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.item:nth-child(1) {animation-delay: 0.05s;}
.item:nth-child(2) {animation-delay: 0.1s;}
.item:nth-child(3) {animation-delay: 0.15s;}
.item:nth-child(4) {animation-delay: 0.2s;}
.item:nth-child(5) {animation-delay: 0.25s;}
.item:nth-child(6) {animation-delay: 0.3s;}
.item:nth-child(7) {animation-delay: 0.35s;}
.item:nth-child(8) {animation-delay: 0.4s;}
.item:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 255, 213, 0.15);
	z-index: 10;
}
.item__img {
	box-shadow: var(--bsh);
	overflow: hidden;
	border-radius: 14px;
	aspect-ratio: 2 / 3;
	position: relative;
}
.item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s;
}
.item:hover .item__img img {transform: scale(1.08); filter: brightness(0.7) saturate(1.2);}
.item__label {
	font-size: 12px;
	padding: 5px 14px;
	border-radius: 8px;
	font-weight: 600;
	background: linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);
	color: #050810;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
	box-shadow: 0 4px 15px rgba(0, 255, 213, 0.3);
	backdrop-filter: blur(4px);
	letter-spacing: 0.3px;
}
.item__label--hot {
	background: linear-gradient(135deg, #ff4757 0%, #ff6b9d 100%);
	box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
}
.item__label--new {
	background: linear-gradient(135deg, #a855f7 0%, #00b4ff 100%);
	box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}
.item__desc {position: absolute; inset: 0; z-index: 3; color: #fff; 
	--tt: #fff; --bdc: rgba(255,255,255,0.3); text-align: center; padding: 10px;}
.item__title {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 6px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.item__year {opacity: 0.85; font-size: 13px; font-weight: 500;}
.item__rates {
	line-height: 1;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 14px;
	margin-top: 14px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.item__rates-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
	font-size: 13px;
}
.item__rates-item::before {
	content: attr(data-text);
	display: inline;
	margin-right: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	opacity: 0.8;
}
.item__rates-item.kp::before {color: #ff6b35;}
.item__rates-item.imdb::before {color: #ffc107;}
.item__btn-info {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	translate: 0 0;
	opacity: 0;
	background: rgba(0, 255, 213, 0.9);
	color: #050810;
	display: grid;
	place-items: center;
	font-size: 14px;
	transition: all 0.3s;
}
.item:hover .item__btn-info {opacity: 1;}
.item__btn-info:hover {background: var(--accent); transform: scale(1.1);}
.item__rates:not(:has(.item__rates-item:nth-child(2))) {justify-content: center;}


/* TRAILER, POPUP DESC
----------------------------------------------- */
.trl {
	background-color: rgba(2, 5, 9, 0.95);
	position: fixed;
	z-index: 990;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.trl__close {
	position: absolute;
	right: 24px;
	top: 24px;
	font-size: 36px;
	color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(0, 255, 213, 0.1);
	border: 1px solid var(--bdc);
	transition: all 0.3s;
}
.trl__close:hover {
	background: var(--accent);
	color: #050810;
	transform: rotate(90deg);
}
.trl__inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	color: #fff;
	padding: 100px 24px 40px 24px;
}
.trl__btn {
	height: 46px;
	padding: 0 44px;
	margin: 18px 0;
	width: 100%;
	border-radius: 12px;
}
.trl h1 {
	margin-bottom: 18px;
	margin-top: 24px;
	font-size: 28px;
	font-weight: 700;
	background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.trl .page__text, .trl .full-text {color: #aaa; margin: 0; padding: 0; background: none; line-height: 1.6;}
.trl-is-opened {overflow: hidden;}

.th-active {z-index: 100;}
.th-text {
	display: none;
	background: linear-gradient(180deg, var(--bg) 0%, var(--bg-darker) 100%);
	border-left: 3px solid var(--accent);
	cursor: auto;
	padding: 24px;
	text-align: left;
	position: absolute;
	z-index: 1000;
	width: 480px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px var(--bdc);
	min-height: 100px;
	font-size: 13px;
	border-radius: 0 12px 12px 0;
}
.pop-left .th-text {border-left: 0; border-right: 3px solid var(--accent); border-radius: 12px 0 0 12px;}
.th-text-loader {
	text-align: center;
	font-size: 20px;
	color: var(--accent);
	padding-top: 24px;
}
.th-text-loader::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	border: 2px solid var(--accent);
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	vertical-align: middle;
}
@keyframes spin {to {transform: rotate(360deg);}}
.th-text .not-shown-ajax, .th-text h1 a, .th-text h1 small {display: none;}
.th-text h1 {
	font-size: 18px;
	font-weight: 600;
	color: var(--accent);
	margin-bottom: 12px;
}
.th-text .full-text {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 16px 0;
	color: var(--tt-fade-0);
	line-height: 1.6;
}
.th-text .page__btn-trailer {
	width: 100%;
	margin-top: 20px;
	border-radius: 10px;
}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__notify {
	border-left: 1px solid var(--bdc);
	padding-left: 24px;
	font-size: 14px;
	line-height: 1.6;
}
.footer__logo {
	font-size: 28px;
}
.footer__logo span {
	background: linear-gradient(135deg, var(--accent), var(--blue));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer__copyright {
	font-size: 14px;
	color: var(--tt-fade);
}
.footer__menu {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
}
.footer__menu a {
	opacity: 0.8;
	transition: all 0.3s;
	padding: 6px 12px;
	border-radius: 6px;
}
.footer__menu a:hover {
	opacity: 1;
	color: var(--accent);
	background: rgba(0, 255, 213, 0.08);
}

.pagination {
	gap: 24px 12px;
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pagination__pages a, .pagination__pages span, .pagination > a, .pagination > span 
{
	display: grid;
	place-items: center;
	color: var(--tt-fade);
	height: 40px;
	min-width: 40px;
	padding: 0 12px;
	border-radius: 10px;
	background-color: var(--bg-darker-1);
	border: 1px solid var(--bdc);
	font-weight: 500;
	transition: all 0.3s;
	font-size: 14px;
}
.pagination__pages a:hover, .pagination > a:hover {
	color: var(--accent);
	border-color: var(--accent);
	background: rgba(0, 255, 213, 0.05);
	transform: translateY(-2px);
}
.pagination__pages {gap: 8px; font-size: 14px; display: flex; flex-wrap: wrap;}
.pagination__pages span:not(.nav_ext) {
	color: #050810;
	background: linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);
	border-color: transparent;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(0, 255, 213, 0.25);
}
.pagination__btns {
	height: 40px;
	border-radius: 12px;
	overflow: hidden;
	background-color: var(--bg-darker-1);
	border: 1px solid var(--bdc);
	box-shadow: var(--bsh);
	display: flex;
}
.pagination__btns > * {
	width: 44px;
	display: grid;
	place-items: center;
	color: var(--accent);
	font-size: 18px;
	transition: all 0.2s;
}
.pagination__btns > a:hover {background: rgba(0, 255, 213, 0.1);}
.pagination__btns > span {color: var(--tt-fade);}
.pagination__btn-loader:has(span:not(.fal)) {display: none;}
.pagination__btn-loader a {min-width: 360px; border-radius: 12px;}


/* INNER PAGE
----------------------------------------------- */
.page__bg {
	box-shadow: var(--bsh-block);
	background: linear-gradient(180deg, var(--bg) 0%, var(--bg-darker) 100%);
	margin: 0 var(--indent-negative);
	border-radius: 0;
	border-top: 1px solid var(--bdc);
	border-bottom: 1px solid var(--bdc);
}
.page__cols {display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 24px;}
.page__cols:not(:has(.page__cols-right)) {display: block;}
.page__cols-left {padding: 30px; padding-bottom: 0;}
.page__cols-right {
	background: linear-gradient(180deg, var(--bg-darker-1) 0%, rgba(0, 255, 213, 0.02) 100%);
	padding: 24px;
	border-left: 1px solid var(--bdc);
}
.page__main {
	display: grid;
	gap: 20px 28px;
	grid-template-columns: 220px minmax(0,1fr);
	grid-template-areas: "poster header" "poster info";
	grid-template-rows: auto 1fr;
	margin-bottom: 32px;
}
.page__poster {
	grid-area: poster;
	border-radius: 14px;
	overflow: hidden;
	align-self: start;
	box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 0 1px var(--bdc), 0 0 40px rgba(0, 255, 213, 0.08);
	transition: all 0.4s;
}
.page__poster:hover {transform: scale(1.02); box-shadow: 0 15px 50px rgba(0,0,0,0.5), 0 0 0 1px var(--accent), 0 0 60px rgba(0, 255, 213, 0.15);}
.page__header {grid-area: header;}
.page__info {grid-area: info;}

.page__img {position: relative;}
.page__img::after {opacity: 0.6; height: 40%;}
.page__rating-ext {position: relative; z-index: 10; font-size: 13px;}
.page__rating-ext a {
	display: flex;
	align-items: center;
	padding: 0 14px;
	font-weight: 600;
	gap: 10px;
	height: 42px;
	border-radius: 10px;
	background: rgba(0, 255, 213, 0.05);
	border: 1px solid var(--bdc);
	transition: all 0.3s;
}
.page__rating-ext a:hover {
	background: rgba(0, 255, 213, 0.1);
	transform: translateX(4px);
}
.page__rating-ext a .fal {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 16px;
	color: #050810;
	font-weight: 900;
}
.page__rating-ext a:first-child .fal {
	background: linear-gradient(135deg, var(--green), var(--accent));
	box-shadow: 0 4px 15px rgba(0, 255, 163, 0.3);
}
.page__rating-ext a + a .fal {
	background: linear-gradient(135deg, var(--red), var(--pink));
	box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
}
.page__ratingscore-ring {
	width: 56px;
	font-weight: 700;
	font-size: 17px;
	background-color: var(--bg);
	color: var(--accent);
	box-shadow: 0 4px 20px rgba(0, 255, 213, 0.2), 0 0 0 1px var(--bdc);
	position: absolute;
	left: 50%;
	top: 0;
	translate: -50% -50%;
	isolation: isolate;
	height: 56px;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.page__ratingscore-ring::before {
	content: '';
	position: absolute;
	z-index: -2;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(from 0deg, #00ffd5 0%, #00b4ff var(--p), var(--bg-darker-1)  var(--p));
}
.page__ratingscore-ring::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: var(--bg);
	inset: 4px;
	border-radius: 50%;
}

.page__header h1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	background: linear-gradient(135deg, #fff 30%, var(--accent) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.page__header h1 a {font-size: 13px; margin-left: 12px; font-weight: 500; -webkit-text-fill-color: var(--accent);}
.page__text .full-text {
	color: var(--tt-fade-0);
	line-height: 1.7;
	font-size: 15px;
}
.page__text {margin-bottom: 28px;}
.js-hide-text {max-height: 200px; overflow: auto; padding-bottom: 20px;}
.show-text {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 38px;
	font-size: 13px;
	border: 1px solid var(--bdc);
	background: linear-gradient(180deg, transparent, var(--bg) 30%);
	color: var(--accent);
	border-radius: 0 0 10px 10px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
}
.show-text:hover {background: rgba(0, 255, 213, 0.05);}
.js-hide-text[style]::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38px;
	height: 80px;
	background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
	z-index: 1;
	pointer-events: none;
}
.page__list {
	line-height: 1.5;
	font-size: 14px;
	display: grid;
	gap: 8px 24px;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
}
.page__list li {
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(0, 255, 213, 0.02);
	border: 1px solid transparent;
	transition: all 0.2s;
}
.page__list li:hover {
	background: rgba(0, 255, 213, 0.05);
	border-color: var(--bdc);
}
.page__list li > span:first-child {font-weight: 600; margin-right: 8px; color: var(--accent); opacity: 0.9;}
.page__list a {color: var(--blue); text-decoration: none; font-weight: 500; border-bottom: 1px dashed var(--blue);}
.page__list a:hover {border-bottom-style: solid;}
.page__list-wide {grid-column: 1 / -1;}
.page__list-rates {grid-row: span 2;}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text {line-height: 1.6; font-size: 14px; word-wrap: break-word; color: var(--tt-fade-0);}
.full-text a {text-decoration: underline; color: var(--ui-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 {margin-bottom: 25px;}
.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: 6px; 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: -3px; 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: -3px; 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 > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative; background-color: #000;}
.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; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {padding-bottom: 10px;}
.page__comments-info {color: var(--tt-fade); display: block; margin: 5px 0 20px; font-size: 14px; padding-left: 23px; position: relative;}
.page__comments-info::before {color: var(--red); position: absolute; left: 0; top: 2px;}
.page__ac {margin-bottom: 10px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 40px;}
.ac-form__btn {padding: 0 60px;}
.ac-form__bottom {gap: 25px;}
.confidential-check {font-size: 14px;}
.ac-form__header > span {margin-left: 15px;}
.ac-form .comments_subscribe {margin-top: 0px;}

.ac-toggle.ac-form {cursor: pointer;}
.ac-form__header1 input, .ac-form__editor1 textarea {background-color: rgba(0,0,0,0.02);}
.ac-toggle, .ac-toggle .ac-form__editor {position: relative; padding: 15px;}
.ac-toggle .ac-form__bottom button {position: absolute; bottom: 20px; right: 10px; z-index: 10; pointer-events: none;}
.ac-form .bb-btn {display: none;}
.ac-form .bb-pane {background: none; box-shadow: none; border: 0; position: absolute; left: 0; bottom: 0; right: 0;}
.ac-form #b_emo, .ac-form #b_leech, .ac-form #b_quote, .ac-form #b_spoiler, 
.ac-form #b_b, .ac-form #b_u, .ac-form #b_s, .ac-form #b_color, .ac-form #b_hide {display: grid;}
.ac-toggle .bb-btn {pointer-events: none;}
.ac-toggle .ac-form__editor .bb-editor textarea {height: 200px; resize: none;}
.ac-form__editor .bb-editor textarea {height: 200px; line-height: 1.4; padding-bottom: 40px;}
.comments_subscribe + br, .ac-form .bb-editor + br {display: none;}
.ac-toggle .has-checkbox {display: none;}

.mass_comments_action {display: none; align-items: center; flex-wrap: wrap; gap: 10px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -28px 0 0; border-radius: 0; box-shadow: none; min-width: 60%;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comm__title {font-size: 18px; margin-bottom: 20px;}

.comm {margin-bottom: 10px; position: relative; padding: 15px 20px; 
	padding-left: 90px; background-color: var(--bg-darker-1); border-radius: 6px;}
.comm.pos {background-color: rgba(59, 179, 59, 0.1);}
.comm.neg {background-color: rgba(235, 77, 75,0.1);}
.comm__group {height: 20px; display: flex; align-items: center; border-radius: 10px; font-size: 10px; 
	border: 1px solid var(--bdc); padding: 0 10px; text-transform: uppercase;}
.comm__group, .comm__group * {font-weight: 400; color: var(--tt) !important;}
.comm__group.adm, .comm__group.adm * {color: #fff !important; background-color: var(--accent); border-color: var(--accent);}
.comm__img {width: 50px; height: 50px; border-radius: 50%; position: absolute; left: 20px; top: 20px;}
.comm__user-rating {position: absolute; left: 50%; top: 100%; translate: -50% 0; gap: 3px; margin-top: 8px;
	background-color: var(--bg); z-index: 5; white-space: nowrap; padding: 0; width: 48px;}
.comm__letter {width: 100%; height: 100%; text-transform: uppercase; border-radius: inherit;
	position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; font-weight: 500;}
.comm__author, .comm__author a {color: var(--accent); font-weight: 500; font-size: 14px;}
.comm__date {color: var(--tt-fade); font-size: 12px;}
.comm__rating a {color: var(--green); font-size: 18px;}
.comm__rating a:last-child {color: var(--red);}
.comm__rating span {font-size: 14px;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin: 8px 0;}
.comm__action {font-size: 12px; --tt: var(--tt-fade); color: var(--tt-fade);}
.comm__ctrl-btn {font-size: 18px; height: 30px; --tt: var(--tt-fade);}
.comm__ctrl-menu li + li {margin-top: 10px;}
body:has(.pwidget) #dropmenudiv {z-index: 1000 !important;}


/* POPUP WIDGET
----------------------------------------------- */
.pwidget {background-color: var(--bg); color: var(--tt); 
	border-radius: 20px; overflow: hidden; z-index: 999; padding: 20px; padding-top: 24px; 
	position: fixed; left: 20px; bottom: 20px; right: 20px; box-shadow: 0 0 60px rgba(0,0,0,0.5);}
.pwidget::before {content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); 
	background-color: rgba(0,0,0,0.2); height: 4px; width: 40px; border-radius: 2px;}
.pwidget .wctrl__content {display: block; margin-bottom: 20px;}
@media screen and (min-width: 760px) {
	.pwidget {left: 50%; bottom: 50%; right: auto; translate: -50% 50%; width: 400px;}
	.pwidget::before {display: none;}
}


/* LOGIN
----------------------------------------------- */
.lgn {position: fixed; z-index: 999; left: 50%; top: 50%; translate: -50% -50%; width: 500px; max-width: calc(100% - 40px);}
.lgn__content {background-color: var(--bg); box-shadow: var(--bsh-long); padding: 30px 60px; position: relative;}
.lgn__ctrl > * {color: #fff !important; font-size: 19px; font-weight: 500; height: 45px; position: relative; text-transform: uppercase;}
.lgn__ctrl span::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg); 
	position: absolute; left: 50%; bottom: 0; margin-left: -10px; z-index: 5;}
.lgn__btn-close {font-size: 40px; color: #fff; position: absolute; right: -50px; top: 0; z-index: 10;}
.lgn__header {position: relative; padding-left: 80px; margin-bottom: 15px;}
.lgn__avatar {width: 60px; background-color: var(--bg-darker); font-size: 24px; 
	position: absolute; left: 0; top: 50%; translate: 0 -50%; overflow: hidden; border-radius: 50%;}
.lgn__title {font-size: 19px; font-weight: 500;}
.lgn__caption {color: var(--tt-fade); margin-top: 5px;}
.lgn__input input {height: 50px; line-height: 50px; border-radius: 0; padding: 0 30px;}
.lgn__input input::placeholder {font-size: 16px;}
.lgn__input input + input {margin-top: -1px;} 
.lgn__input input:focus {position: relative; z-index: 5;}
.lgn__btn button {height: 50px;}
.lgn__cell a {color: var(--ui-accent);}
.lgn__social-caption {font-size: 13px; color: var(--tt-fade); margin-top: 5px;}
.lgn__social-caption::before, .lgn__social-caption::after {content: ''; flex-grow: 1; background: var(--bdc); height: 1px;}
.lgn__social a {border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center;}
.lgn__social a img {height: 18px; width: 18px; display: block; filter: invert(1);}
.lgn__social-vk {background-color: #587ba1;}
.lgn__social-ok {background-color: #ff9800;}
.lgn__social-fb {background-color: #3b5998;}
.lgn__social-ml {background-color: #2196f3;}
.lgn__social-gg {background-color: #f44336;}
.lgn__social-ya {background-color: #fc3f1d;}
.lgn__social:not(:has(a)) {display: none;}
.lgn--logged {width: 400px;}
.lgn__menu a {display: flex; align-items: center; gap: 10px;}
.c-0 span {display: none;}



/**
 * 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-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px;}
.owl-nav.disabled, .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-nav {position: absolute; right: 0; top: 0; margin-top: -45px; display: flex; gap: 5px;}
.owl-prev, .owl-next {cursor: pointer; width: 30px; height: 30px; display: grid; place-items: center; 
	font-size: 18px; background-color: transparent; color: #fff; box-shadow: none; border-radius: 4px;}
.owl-prev {opacity: 0.6;}
.owl-next {opacity: 1;}


/* CLS FIX
----------------------------------------------- */
.has-carousel:not(.owl-carousel) {display: flex; overflow: hidden; gap: 20px;}
.has-carousel:not(.owl-carousel) > * {flex-shrink: 0;}
.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 100px)/6);}

@media screen and (max-width: 1220px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 80px)/5);}
}
@media screen and (max-width: 950px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 760px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 40px)/3);}
}
@media screen and (max-width: 470px) {
	.has-carousel:not(.owl-carousel) > .item {width: calc((100% - 20px)/2);}
}

.filter-block {background-color: var(--bg); margin: 0 var(--indent-negative); margin-bottom: 20px; padding: 20px var(--indent);}
.filter {gap: 10px 20px;}
.filter-block__title {font-size: 16px; font-weight: 500; margin-bottom: 20px;}
.filter__col:not(.filter__col--submit) {flex: 1 0 240px; max-width: 100%; min-width: 240px; display: flex; flex-direction: column; gap: 10px;}
.filter__cell select {height: 40px; box-shadow: none; border: 1px solid rgba(0,0,0,0.15);
	background-color: var(--bg); color: var(--tt);}
.filter__cell input[type="text"] {opacity: 0;}
.filter__cell [data-dlefilter="reset"]:not(:hover) {background-color: var(--bg-darker); color: var(--tt-fade);}
.filter__col--ranges {padding: 0 20px;}
.filter-block--full .filter__col--submit {width: 100%;}
.filter-block--full {background: none; box-shadow: none; padding: 0; margin: 0;}


.filter__bin {display: grid; gap: 10px;}
.filter__bin--full {display: grid; gap: 10px; width: 100%;}

.tail-select, .tail-select * {outline: none; user-select: none;}
.tail-select {position: relative;}
.tail-select-container, .select-label {border: 1px solid rgba(0,0,0,0.15); background-color: var(--bg); 
	padding: 5px 5px; min-height: 40px; position: relative; cursor: pointer; color: var(--tt);
	display: flex; flex-wrap: wrap; align-items: center; gap: 5px; padding-right: 40px; border-radius: 3px;}
.tail-select .label-inner {margin-left: 5px; font-size: 14px;}
.tail-select-container .select-handle {display: flex; align-items: center; height: 28px; padding: 0 8px; border-radius: 2px; 
	background-color: var(--accent); color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase;}
.tail-select .select-label::before, .tail-select .select-label::after {position: absolute; top: 50%; right: 10px;
	content:"\f0d8"; color: var(--tt); margin-top: -15px; opacity: 0.5;}
.tail-select .select-label::after {margin-top: -5px; transform: rotate(180deg);}

.tail-select .select-dropdown {top: 100%; left: 0; width: 100%; z-index: 100; display: none; position: absolute;
    background-color: var(--bg); border: 1px solid rgba(0,0,0,0.15); box-shadow: var(--bsh); border-radius: 3px;}
.tail-select .select-dropdown .dropdown-inner {padding: 1px 0; overflow-x: hidden; overflow-y: auto; max-height: 300px;}
.tail-select .dropdown-optgroup {padding: 15px;}
.tail-select .select-dropdown .dropdown-empty {padding: 20px; font-size: 14px; text-align: center;}
.tail-select .select-dropdown ul li + li {margin-top: 10px;}
.tail-select .select-dropdown ul li {display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px;}
.tail-select .select-dropdown ul li.dropdown-option::before {content: ""; background-color: var(--bg-darker);
    width: 18px; height: 18px; border-radius: 1px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	display: flex; justify-content: center; font-size: 14px; color: #000; flex-shrink: 0; 
	box-sizing: border-box; padding-bottom: 3px;}
.tail-select .select-dropdown ul li.dropdown-option.selected {color: var(--accent);}
.tail-select .select-dropdown ul li.dropdown-option.selected::before 
{background-color: var(--accent); color: #fff; content:"\f00c"; box-shadow: none;}
.tail-select .select-dropdown ul li:hover {color: var(--blue);}
.tail-select-container:hover, .select-label:hover {border-color: var(--accent);}
.tail-select-container .select-handle:hover {background-color: var(--red);}

.irs {position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;
	-moz-user-select: none; -ms-user-select: none; user-select: none;}
.irs-line {position: relative; display: block; overflow: hidden; outline: none !important;}
.irs-line-left, .irs-line-mid, .irs-line-right {position: absolute; display: block; top: 0;}
.irs-line-left {left: 0; width: 11%;}
.irs-line-mid {left: 9%; width: 82%;}
.irs-line-right {right: 0; width: 11%;}
.irs-bar {position: absolute; display: block; left: 0; width: 0;}
.irs-bar-edge {position: absolute; display: block; top: 0; left: 0;}
.irs-shadow {position: absolute; display: none; left: 0; width: 0;}
.irs-handle {position: absolute; display: block; cursor: default; z-index: 1;}
.irs-handle.type_last {z-index: 2;}
.irs-min {position: absolute; display: block; left: 0; cursor: default;}
.irs-max {position: absolute; display: block; right: 0; cursor: default;}
.irs-from, .irs-to, .irs-single {position: absolute; display: block; top: 0; left: 0; cursor: default; white-space: nowrap;}
.irs-grid {position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px;}
.irs-with-grid .irs-grid {display: block;}
.irs-grid-pol {position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #ec2828;}
.irs-grid-pol.small {height: 4px;}
.irs-grid-text {position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center;
font-size: 9px; line-height: 9px; padding: 0 3px; color: #ec2828;}
.irs-disable-mask {position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%;
cursor: default; background: rgba(0,0,0,0.0); z-index: 2;}
.irs-disabled {opacity: 0.4;}
.lt-ie9 .irs-disabled {filter: alpha(opacity=40);}
.irs-hidden-input {position: absolute !important; display: block !important; top: 0 !important; left: 0 !important;
width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important;
margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important;
border-style: solid !important; border-color: transparent !important;}

.irs {height: 40px;}
.irs-line {height: 6px; top: 25px; background-color: var(--bg); border-radius: 3px; 
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);}
.irs-bar {height: 6px; top: 25px; background-color:var(--blue); border-radius:3px;}
.irs-bar-edge {top: 25px; height: 8px; width: 11px; background-color:var(--bg);}
.irs-handle {width: 20px; height: 20px; top: 18px; background-color:var(--bg); border-radius:10px; 
	border: 4px solid var(--blue); box-shadow: 0 1px 3px rgba(0,0,0,0.3); cursor: pointer;}
.irs-from, .irs-to, .irs-single {font-size: 10px; margin-top: -5px; border: 1px solid var(--bdc);
	padding: 0 5px; height: 22px; display: flex; align-items: center; 
	background: var(--bg); color: var(--tt); border-radius: 3px;}




/* Делаем плеер адаптивным, сохраняя пропорции 16:9 */
.page__player .video-responsive video-player {
    display: block;
    width: 100% !important;
    aspect-ratio: 16 / 9; /* Задаёт пропорции 16:9 */
}

/* На случай, если плеер создаёт свой iframe или div */
.page__player .video-responsive > div,
.page__player .video-responsive > iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
}