
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; overflow: clip;}
.wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.header {background-color: var(--bg); box-shadow: var(--bsh); padding: 20px  var(--indent);}
.carou {background: var(--gradient-2); padding: 40px var(--indent);}
.cols {display: grid; grid-template-columns: 300px minmax(0,1fr); gap: var(--indent); border-radius: 0 0 10px 10px;
	grid-template-areas: "sidebar content"; background-color: var(--bg-darker); padding: 40px var(--indent);}
.cols__content {grid-area: content; min-height: 80vh;}
.cols__sidebar {grid-area: sidebar; gap: 20px;}
.footer {padding: 20px var(--indent);}

.scrolltop {position: fixed; width: 40px; height: 40px; right: 10px; bottom: 10px; padding: 0;
	z-index: 990; border-radius: 50%; font-size: 18px; opacity: 0; scale: 0 0;}
.scrolltop.is-active {scale: 1 1; opacity: 1;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}


/* HEADER
----------------------------------------------- */
.logo {display: flex; align-items: center; font-weight: 900; color: #fff;
	padding-left: 50px; text-transform: uppercase; position: relative; font-size: 28px; height: 40px;}
.logo span {color: var(--accent-2);}
.logo::before {content: ''; background: url(../images/logo.svg) 0 center / 40px no-repeat; 
	position: absolute; left: 0; top: 50%; translate: 0 -50%; margin-top: -5px; width: 40px; aspect-ratio: 1 / 1;}
	
.header__btn1 {--tt: var(--tt-fade);}
.header__ava {width: 40px; cursor: pointer;}
.header__btn1 span {position: absolute; right: 0; top: 0; padding: 1px 3px; font-size: 10px; border-radius: 6px; 
	background-color: var(--accent); color: #fff; display: inline-block; 
	text-align: center; min-width: 20px; line-height: 1.3;}

.search-block {position: relative; width: 400px;}
.search-block__input, .search-block__input:focus {padding: 0 60px 0 15px; border: 1px solid var(--bdc);
	background-color: var(--bg-darker); border-radius: 4px; box-shadow: inset 5px 5px 5px -3px rgba(0,0,0,0.3)}
.search-block__input:not(:focus)::placeholder {color: var(--tt); opacity: 0.6;}
.search-block__btn {position: absolute; right: 0; top: 0; height: 40px; 
	font-size: 18px; width: 50px; border-radius: 4px; color: var(--accent);}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 24px; font-weight: 600; color: #fff;}
.sect__grid-select button {font-size: 14px; border-radius: 3px; background-color: var(--bg); color: var(--tt-fade); height: 30px;}
.grid2 .sect__grid-select button:nth-child(1), 
.grid1 .sect__grid-select button:nth-child(2) {background-color: var(--accent); color: #fff;}
.speedbar {color: var(--tt-fade); font-size: 12px; margin-bottom: 20px;}
.speedbar a {color: var(--tt-fade-0);}
.speedbar::before {color: var(--accent); margin-right: 10px;}

.descr {color: var(--tt-fade); display: grid; gap: 10px;}
.descr :is(h1,h2,h3) {font-size: 16px; font-weight: 400; color: var(--tt-fade-0);}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; color: var(--accent); position: absolute; left: 0; top: 0;}


/* ITEM
----------------------------------------------- */
.trabik__ext-rating-item {font-size: 15px; padding-left: 30px; line-height: 20px; font-weight: 600;}
.trabik__ext-rating-item.kp {background: url(../images/kp.svg) 0 center / 20px no-repeat;}
.trabik__ext-rating-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}
.trabik__label {font-size: 12px; padding: 5px 10px; border-radius: 0px; 
	background-color: var(--accent-2); color: rgba(0,0,0,1); position: absolute; left: 0px; top: 0px; z-index: 5;}
.trabik__fav {position: absolute; right: 20px; top: 5px;}
.trabik__fav > span, .trabik__fav > a {cursor: pointer; display: grid; place-items: center; aspect-ratio: 1 / 1; margin: -5px 0;
	width: 36px; background-color: var(--bg-darker); color: var(--accent-2); font-size: 18px; padding-top: 5px; transition: none;}
.trabik__fav:has(.fav-added) > a {background-color: var(--accent-2); color: rgba(0,0,0,0.8);}
.trabik__fav::before {content: ''; position: absolute; left: 0; top: 100%; transform-origin: center top;
	border: 18px solid transparent; border-top-color: var(--bg-darker); scale: 1 0.6; margin-top: 5px;}
.trabik__fav:has(.fav-added)::before {border-top-color: var(--accent-2);}
.trabik__list {line-height: 1.3; margin-bottom: -5px; color: var(--tt-fade);}
.trabik__list li > span:first-child {font-weight: 600; margin-right: 5px; color: var(--tt-fade-0);}
.trabik__list a {color: var(--accent-2); text-decoration: underline;}
.trabik__rating-item::before {font-size: 16px; color: var(--green); content: '' !important; 
	background: url(../images/like.svg) 0 center / contain no-repeat; width: 18px; aspect-ratio: 1 / 1;}
.trabik__rating > .trabik__rating-item:last-child:before, .trabik__rating a:last-child .trabik__rating-item::before {color: var(--red); background-image: url(../images/dislike.svg);}
.trabik__rating a {display: block;}
.btn-decor {height: 48px; border-radius: 24px; padding: 0 24px; background: var(--gradient);
	border: 1px solid var(--accent); box-shadow: inset 0 0 8px rgba(255,255,255,0.2);}
.trabik__meta {color: var(--tt-fade);}
.trabik-main__trl {background: none; height: 20px; padding: 0; color: var(--accent-2);}


/* ITEM CAROUSEL, SHORTSTORY
----------------------------------------------- */
.trabik-carou__desc {position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 10px; font-size: 14px; line-height: 1.3;
	color: #fff; word-wrap: break-word; translate: 0 0%; text-align: center; z-index: 10;}

.trabik-card {grid-column: 1 / -1; border-radius: 6px; background-color: var(--bg); padding: 20px; 
	border-top: 3px solid var(--accent); box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.2);}
.trabik-main {display: grid; gap: 10px 20px; grid-template-columns: 210px minmax(0,1fr); 
	grid-template-areas: "poster header" "poster info" "poster footer"; grid-template-rows: auto 1fr auto;}
.trabik-main__header {grid-area: header;}
.trabik-main__info {grid-area: info;}
.trabik-main__footer {grid-area: footer;}
.trabik-main__poster {grid-area: poster;}
.trabik-main__img {cursor: pointer; align-self: start;}
.trabik-main__title {font-size: 20px; font-weight: 400; color: #fff; padding-bottom: 10px; border-bottom: 1px solid var(--bdc);}
.trabik-main__img::before {font-size: 50px;}


/* SHORTSTORY GRID VIEW
----------------------------------------------- */
@media screen and (min-width: 760px) {
	.grid2 .grid-items {grid-template-columns: repeat(auto-fill,minmax(min(40vw,200px),1fr)); gap: 20px;}
	.grid2 .trabik-card {grid-column: span 1; grid-template-columns: minmax(0,1fr); padding: 10px;} 
	.grid2 .trabik-card .trabik-main__info, .grid2 .trabik-card .trabik__fav, .grid2 .trabik-main__footer {display: none;}
	.grid2 .trabik-card {grid-template-areas: "poster" "header"; grid-template-rows: auto 1fr;}
	.grid2 .trabik-card .trabik-main__title {font-size: 16px; text-align: center; padding: 0; border: 0;}
}


/* TRAILER POPUP
----------------------------------------------- */
.trl {background-color: rgba(0,0,0,0.9); position: fixed; z-index: 990; left: 0; top: 0; 
	width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; backdrop-filter: blur(10px);}
.trl__close {position: absolute; right: 20px; top: 20px; font-size: 40px; color: #fff;}
.trl__inner {width: 100%; max-width: 700px; margin: 0 auto; color: #fff; padding: 80px 20px 20px 20px;}
.trl__btn {height: 40px; padding: 0 40px; margin: 15px 0; width: 100%;}
.trl h1 {margin-bottom: 15px; margin-top: 20px; font-size: 24px;}
.trl .page__text, .trl .full-text {color: #ccc; margin: 0px; padding: 0; background: none;}
.trl-is-opened {overflow: hidden;}


/* TOP 100, COLLECTION
----------------------------------------------- */
.grid-items-100 {gap: 15px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,145px),1fr)); counter-reset: n;}
.grid-items-collection {gap: 15px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,200px),1fr));}
.item-100__title {font-size: 15px; line-height: 1.3;}
.item-100__img::before {content: counter(n); counter-increment: n; display: grid; place-items: center; 
	width: 40px; height: 40px; font-weight: 600; background-color: var(--accent); color: #fff;
	position: absolute; right: 0; top: 0; translate: 0 0; z-index: 3; font-size: 16px;}
.item-collection__title {font-weight: 400; font-size: 16px;}
.item-collection__count {display: grid; place-items: center; padding: 0 10px;
	min-width: 40px; height: 30px; font-weight: 400; background-color: var(--accent-2); color: #000;
	position: absolute; left: 5px; bottom: 5px; z-index: 3;}


/* SIDEBAR
----------------------------------------------- */
.dran {background-color: var(--bg); box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.2); border-radius: 4px;}
.dran__title {font-size: 16px; padding: 15px 20px; background: var(--gradient); font-weight: 600;
	border-radius: 4px 4px 0 0; position: relative;  color: #fff;}
.dran__content {padding: 20px;}
.dran__menu {display: grid; gap: 6px 10px; grid-template-columns: repeat(2,minmax(0,1fr));}
.dran__menu--years {grid-template-columns: repeat(6,minmax(0,1fr));}
.dran__menu-caption {grid-column: 1 / -1; text-transform: uppercase; 
	font-size: 12px; font-weight: 700; padding-bottom: 5px; color: var(--accent-2);}
.dran__menu a {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.dran__tabs {margin-bottom: 20px;}
.dran__tabs button {background-color: var(--bg-darker); color: var(--tt-fade); font-size: 12px;
	text-transform: uppercase; flex-grow: 1; font-weight: 400; padding: 0; box-shadow: none;}
.dran__tabs button.is-active {background-color: var(--accent); color: #fff;}

.supser-items {counter-reset: n;}
.supser__img::before {content: counter(n, decimal-leading-zero); counter-increment: n; 
	position: absolute; left: 0; top: 0; padding: 3px 0; z-index: 3;
	font-size: 12px; background-color: var(--accent-2); color: rgba(0,0,0,1); width: 20px; text-align: center;}
.supser + .supser {margin-top: 20px;}
.supser__img {width: 40px;}
.supser__subtitle {font-size: 12px; margin-top: 2px; color: var(--tt-fade);}

.series-items {display: grid; gap: 20px 20px; grid-template-columns: repeat(auto-fit,minmax(110px,1fr));}
.dran-grid {display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr))}
.upd:not(:last-child) {padding-bottom: 10px; border-bottom: 1px solid var(--bdc);}
.upd__img {width: 40px;}
.upd__title {margin-bottom: 3px;}
.upd__meta span {display: flex; padding: 2px 8px; border-radius: 3px; 
	font-size: 12px; background-color: var(--bg-darker); color: var(--tt-fade);}
.upd__right {width: 80px; text-align: center; border-radius: 3px; line-height: 1.3;
	padding: 5px 0; background-color: var(--bg-darker); font-size: 12px; color: var(--accent-2);}

.chelik {background-color: var(--bg-darker); border: 1px solid var(--bdc); padding: 10px 15px; border-radius: 4px;}
.chelik__img {width: 30px;}
.chelik__author {color: var(--tt-fade-0);}
.chelik__date {font-size: 12px; color: var(--tt-fade);}
.chelik__text {font-size: 14px; margin: 10px 0;}
.chelik__link {color: var(--accent-2); font-size: 12px; text-transform: uppercase; font-weight: 700;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu {font-size: 12px; text-transform: uppercase; font-weight: 700; --tt: var(--tt-fade)}

.pagination {gap: 20px 10px;}
.pagination__pages a, .pagination__pages span, .pagination > a, .pagination > span 
{display: grid; place-items: center; color: var(--tt-fade);
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: 3px; 
	background-color: var(--bg);}
.pagination__pages {gap: 10px; font-size: 14px;}
.pagination__pages span:not(.nav_ext) {color: #fff; background: var(--accent);}
.pagination__btns {height: 36px; border-radius: 4px; overflow: hidden; background-color: var(--bg); box-shadow: var(--bsh);}
.pagination__btns > * {width: 40px; display: grid; place-items: center; color: var(--accent); font-size: 18px;}
.pagination__btns > span {color: var(--tt-fade);}


/* INNER PAGE
----------------------------------------------- */
.trabik-page {border-radius: 6px; background-color: var(--bg); padding: 20px; margin-bottom: 20px;
	border-top: 3px solid var(--accent); box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.2);}
.trabik-page__title {font-size: 24px; font-weight: 400; color: #fff;}
.trabik-page__title a {margin-left: 10px; font-size: 14px;}
.trabik-page__poster {width: 210px;}
.page__text {color: var(--tt-fade-0); margin-bottom: 20px;}
.page__subtitle {text-align: center; font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 20px;}

.page__scr ul {display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); margin-bottom: 20px;}
.page__scr a, .page__scr img {display: block; height: auto; width: 100%; aspect-ratio: 300 / 200;}
.page__scr img {object-fit: cover;}

.page__player {position: relative;}
.page__player .tabs-block__select {gap: 10px; margin-bottom: 10px;}
.page__player .tabs-block__select button {background: var(--bg); color: var(--tt-fade);}
.page__player .tabs-block__select button.is-active, .page__player .tabs-block__select button:hover {background: var(--accent); color: #fff;}
.page__complaint a {position: absolute; right: 0px; top: 0; display: flex; align-items: center; height: 40px; 
	gap: 10px; color: var(--accent-2);}
.nl .page__player-controls + .tabs-block__content {display: block;}
.page__player .tabs-block__select button.is-active::before {color: rgba(0,0,0,0.8);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text {line-height: 1.6; font-size: 15px; 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: 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: -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 {margin-top: 0px;}
.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: 40px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 10px;}
.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__header input, .ac-form__editor textarea {background-color: rgba(0,0,0,0.2);}
.ac-form__editor .bb-editor textarea {height: 160px; 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;}
.comm__title {font-size: 18px; margin-bottom: 20px;}

.comm {margin-bottom: 20px; position: relative; padding-left: 80px;}
.comm__inner {border-radius: 6px; background-color: var(--bg); padding: 15px 15px; margin-bottom: 10px;
	border-left: 3px solid var(--accent); box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.2);}
.comm__img {width: 60px; border-radius: 50%; border: 3px solid var(--accent); position: absolute; left: 0px; top: 0px;}
.comm__img::before {content: ''; height: 3px; width: 23px; background-color: var(--accent);
	position: absolute; left: 100%; top: 50%; margin-top: -3px;}
.comm__author, .comm__author a {color: var(--accent-2); font-weight: 600; font-size: 12px;}
.comm__date {color: var(--tt-fade); font-size: 12px;}
.comm__rating span {font-size: 14px;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin-top: 8px;}
.comm__action {font-size: 12px; --tt: var(--tt-fade);}
.comm__ctrl-btn {font-size: 18px; height: 30px; --tt: var(--accent-2);}
.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: 18px; font-weight: 600; height: 45px; position: relative;}
.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); color: var(--bg-darkest); font-size: 24px; 
	position: absolute; left: 0; top: 50%; translate: 0 -50%; overflow: hidden; border-radius: 50%;}
.lgn__title {font-size: 16px; font-weight: 600;}
.lgn__caption {color: var(--tt-fade); margin-top: 5px;}
.lgn__input input {height: 50px; line-height: 50px; border-radius: 0; padding: 0 30px; background-color: rgba(0,0,0,0.3);}
.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; left: 0; top: 50%; margin-top: -20px;}
.owl-prev, .owl-next {cursor: pointer; width: 40px; height: 40px; display: grid; place-items: center; 
	font-size: 18px; background-color: var(--accent-2); color: rgba(0,0,0,1); box-shadow: none; 
	position: absolute; top: 0; line-height: 1; border-radius: 50%;}
.owl-prev {left: -20px;}
.owl-next {right: -20px;}


/* 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) > .trabik-carou {width: calc((100% - 100px)/6);}
.page__related:not(.owl-carousel) > .trabik-carou {width: calc((100% - 60px)/4);}
@media screen and (max-width: 1220px) {
	.has-carousel:not(.owl-carousel) > .trabik-carou {width: calc((100% - 100px)/6);}
	body:has(#fj) .cols:not(:has(> #fj)) {padding-top: 94px;}
}
@media screen and (max-width: 950px) {
	.has-carousel:not(.owl-carousel) > .trabik-carou {width: calc((100% - 80px)/5);}
}
@media screen and (max-width: 760px) {
	.has-carousel:not(.owl-carousel) > .trabik-carou {width: calc((100% - 60px)/4);}
	.page__related:not(.owl-carousel) > .trabik-carou {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 590px) {
	.has-carousel:not(.owl-carousel) > .trabik-carou {width: calc((100% - 40px)/3);}
	.page__related:not(.owl-carousel) > .trabik-carou {width: calc((100% - 40px)/3);}
}
@media screen and (max-width: 470px) {
	.has-carousel:not(.owl-carousel) > .trabik-carou {width: calc((100% - 20px)/2);}
	.page__related:not(.owl-carousel) > .trabik-carou {width: calc((100% - 20px)/2);}
}

.filter {gap: 10px 20px;}
.filter__col {flex: 1 0 220px; max-width: 100%; min-width: 220px; display: flex; flex-direction: column; gap: 10px;}
.filter__cell select {height: 40px; box-shadow: none; border: var(--bdc);
	background-color: var(--bg-darker); color: var(--tt);}
.filter__cell input[type="text"] {opacity: 0;}
.filter__cell [data-dlefilter="reset"]:not(:hover) {background-color: rgba(0,0,0,0.1); color: var(--tt);}
.cols > .dran--filter .dran__content {display: none;}
.cols > .dran--filter.is-active .dran__content {display: flex; padding: 20px;}
.cols .dran--filter {margin-bottom: 20px;}
.cols > .dran--filter:not(.is-active) .dran__title {border-radius: 4px;}

.tail-select, .tail-select * {outline: none; user-select: none;}
.tail-select {position: relative;}
.tail-select-container, .select-label {border: 1px solid var(--bdc); background-color: var(--bg-darker); 
	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-2); color: #000; 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: var(--accent); flex-shrink: 0; 
	box-sizing: border-box; padding-bottom: 3px;}
.tail-select .select-dropdown ul li.dropdown-option.selected {color: var(--accent-2);}
.tail-select .select-dropdown ul li.dropdown-option.selected::before 
{background-color: var(--accent-2); color: #fff; content:"\f00c"; box-shadow: none;}
.tail-select .select-dropdown ul li:hover {color: var(--accent-2);}
.tail-select-container:hover, .select-label:hover {border-color: var(--accent-2);}
.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-darker); border-radius: 3px; 
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);}
.irs-bar {height: 6px; top: 25px; background-color:var(--accent-2); border-radius:3px;}
.irs-bar-edge {top: 25px; height: 8px; width: 11px; background-color:var(--bg-darker);}
.irs-handle {width: 20px; height: 20px; top: 18px; background-color:var(--bg); border-radius:10px; 
	border: 4px solid var(--accent-2); box-shadow: 0 1px 3px rgba(0,0,0,0.6); 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;}

.page__list-info,.page__lists{text-align:center;margin-top:10px}
.other-lists,.other-lists li+li,.page__lists{margin-top:10px}
.statlist-area,.utabs-profile .news-list .transfer li:last-child{margin-right:0}
.news-list__custom>:not(.grid-item),.utabs-profile .news-list>:not(.grid-item),.utn{grid-column:1/-1}
.page__list-info{font-size:12px}
.page__lists{position:relative;width:100%;z-index:20}
.page__lists-btn{cursor:pointer;color:var(--tt);border-bottom:1px dashed var(--tt)}
.other-lists{position:absolute;right:50%;top:100%;background-color:var(--bg);padding:15px;width:270px;box-shadow:var(--bsh);border-top:3px solid var(--accent);transform:translateX(50%)}
.other-lists::before{content:'';border:10px solid transparent;border-bottom-color:var(--accent);
	position:absolute;bottom:100%;left:50%;margin-left:-5px}.other-lists li{display:flex;align-items:center}
.other-lists li.other-lists-all{display:block;font-size:13px;color:var(--tt-fade)}
.rating-votes{text-align:right;order:10;width:100px;font-size:12px}
.bar-container{position:relative;height:20px;background-color:var(--bg-darker);flex-grow:1}
.page__tabs-mylists li.active,.rating-bar{background-color:var(--accent)}
.rating-bar{position:absolute;left:0;top:0;height:100%;color:#fff;
	display:flex;align-items:center;padding:0 5px;font-size:12px;min-width:min-content}
.popular-item__tabs,.statlist-area,.utabs-profile .clearsearch{position:relative}

.page__tabs-mylists{background-color:var(--bg);gap:5px;padding:5px}
.page__tabs-mylists li{background-color:var(--bg-darker);font-size:12px;height:30px;font-weight:600}

.favmod{cursor:pointer}
.favmod .favmod-unset,.favmod.active .favmod-add,.utabs-profile .tabs_content{display:none}
.favmod.active .favmod-unset{display:inline-grid}.utabs-profile{margin-bottom:30px}
.utabs-profile .tabs__caption{display:flex;flex-wrap:wrap;gap:10px;border-radius:6px;
	padding:10px;background:var(--bg-black);color:var(--tt-on-black);border-bottom:3px solid var(--accent)}
.utabs-profile .tabs__caption li{cursor:pointer;padding:10px 20px;flex-grow:1;text-align:center;
background-color:var(--bg-black-0);color:var(--tt-on-black);border-radius:4px;
text-transform:uppercase;font-size:12px}
.dt .utabs-profile .clearsearch input,.dt .utabs-profile .news-list .transfer li:not(:hover),
.kg .utabs-profile .clearsearch input{border:1px solid var(--bg-darkest);background-color:var(--bg)}
.utabs-profile .tabs__caption li.active{background:var(--blue);color:#fff}
.statlist.active,.utabs-profile .tabs_content.active{display:block}
.utabs-profile .news-list,.utabs-profile .news-list__custom{display:grid;gap:5px;
	grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.utabs-profile .tabs-searchform{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0;position:relative;z-index:105}
.utabs-profile .clearsearch input{padding-right:15px;height:32px;line-height:32px;box-shadow:none;
border:1px solid var(--bg-darkest);padding-left:10px}
.kg .utabs-profile .clearsearch input{font-size:12px;color:var(--tt-fade)}
.kg .utabs-profile .clearsearch input:not(:focus)::placeholder{font-size:12px;color:var(--tt-fade)}
.utabs-profile .clearsearch .clear{position:absolute;top:0;right:0;width:30px;height:100%;cursor:pointer;
font-size:25px;color:var(--red);display:none}
.utabs-profile .tabs-searchform .column{flex:1 0 250px;max-width:100%;min-width:250px}

@media screen and (max-width:470px){
	.utabs-profile .tabs__caption{border-radius:0;margin:0 var(--indent-negative);padding:10px var(--indent)}
	.utabs-profile .news-list,.utabs-profile .news-list__custom{gap:10px 10px;grid-template-columns:repeat(2,minmax(100px,1fr))}
}

.utabs-profile .news-list__custom,.utn{gap:5px}
.utabs-profile .news-list .transfer{display:flex;gap:5px;margin-top:15px}
.utabs-profile .news-list .transfer li{display:grid;place-items:center;cursor:pointer;background-color:var(--bg-darker-2);box-shadow:inset 0 0 0 1px var(--bdc);flex-grow:1;border-radius:3px;font-size:14px;height:auto}
.popular-item__tabs{padding:5px;z-index:100}
.utabs-profile .news-list .transfer li i{font-size:14px;color:var(--tt);opacity:.7}
.utabs-profile .news-list .transfer li:hover{background:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}
.utabs-profile .news-list .transfer li:hover i{color:#fff;opacity:1}
.utabs-profile .news-list.nomargin{margin:0;width:100%}
.utabs-profile input,.utabs-profile select{width:100%;margin:0}
.kg .utabs-profile .news-list .transfer li:not(:hover){background-color:#1e2027;border-color:#0f1014}

.statlist ul{list-style:none;padding:0;margin:0}
.statlist{position:absolute;top:45px;right:0;padding:15px;z-index:9999;display:none;
border-radius:2px;min-width:280px;background-color:var(--bg);border:1px solid var(--bdc);
box-shadow:var(--bsh);color:var(--tt)}.statlist::before{content:"";border-width:8px;border-style:solid;
border-color:transparent transparent var(--bg);border-image:initial;position:absolute;bottom:100%;right:24%}
.statlist tbody tr:first-child{color:var(--tt);font-weight:500}
.statlist tbody tr{color:var(--tt)}
.statlist tbody tr td:nth-child(2){padding:5px 15px}
.statlist tbody tr td:nth-child(3){width:105px;white-space:nowrap}
.statlist tbody tr td .bar{background:var(--blue);color:#fff;text-align:center;border-radius:2px}
.my-list-statistics-all{text-align:center;padding:9px}
.statlist tbody tr .my-1{width:200px;position:relative;background:var(--bg-darker-2);box-shadow:inset 0 0 0 1px var(--bdc)}
.statlist .bar{position:relative;height:24px;line-height:26px;font-size:13px}
.statlist .list-name{display:inline-block;vertical-align:middle}
.statlist .bar .progressz{position:relative;height:30px;background:var(--green)}
.statlist .bar .number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.bar_count{position:absolute;width:100%;top:0;text-align:center;z-index:12;height:24px;line-height:27px}

@media screen and (max-width:470px){
	.statlist{width:calc(100vw - (var(--indent)*2))
}

.statlist .my-list-statistics{width:100%;white-space:nowrap}
.statlist tbody tr .my-1{width:100%}
.statlist tbody tr [align=right]{font-size:12px;font-weight:300}
.statlist tbody tr td:nth-child(2){padding:5px 10px;width:100%}
.statlist tbody tr td:nth-child(3){width:120px}.statlist tbody tr:first-child td{font-weight:500;font-size:14px}
.statlist tbody tr:first-child td:first-child{font-size:0;text-align:right}
.statlist tbody tr:first-child td:first-child::after{font-size:14px;content:attr(data-text);display:inline}}
.utn{padding:5px 85px 5px 5px;background-color:#00000008}.dt .utn,.kg .utn{background-color:#0000004d}
.utn__img{width:50px;height:70px;display:block}.utn__img::before{font-size:18px}
.utn__title{font-weight:400;font-size:17px}.utn__title:hover{text-decoration:underline}
.utn__meta{margin-top:11px;gap:10px}.utn .item__rating-votes{position:static}
.kg .utn .item__rating-votes{width:auto;margin:0;text-align:left;font-size:11px}
.utn__meta-item{font-size:13px;color:var(--tt-fade);display:flex;align-items:center;gap:10px}
.kg .utn__meta-item{color:var(--tt-kg)}
.utn .item__rating::after,.utn__meta-item:not(:last-child):after{content:'';width:4px;height:4px;
	border-radius:50%;display:block;background-color:var(--tt-fade)}
.utn .popular-item__tabs{position:absolute;right:0;top:0;width:75px;height:100%}
.utabs-profile .news-list .utn .transfer{display:grid;margin:0;grid-template-columns:repeat(2,1fr);height:100%}
.dt-is-active .utn .poster-item__label--series,.dt-is-active .utn .poster-item__rating{background-color:#0003;color:#fff}
	
@media screen and (max-width:590px){
	.utn{padding:5px 5px 40px;margin-left:-5px;margin-right:-5px}
	.utn .popular-item__tabs{width:100%;height:40px;top:auto;bottom:0}
	.utabs-profile .news-list .utn .transfer{grid-template-columns:repeat(4,1fr);height:30px}
	.utn__title{font-size:15px}.utn__meta{gap:5px}.utabs-profile .news-list .transfer li{height:30px}
}