/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding-bottom: 20px; overflow: clip;}
.wrapper::before {
	content: '';
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	top: 80px;
	/* background: url(../images/top-bg.jpg) center 0 no-repeat; */
	mask-image: linear-gradient(to bottom, #000 30%, transparent 100%);
	}
.wrapper-container {max-width: var(--max-width);margin: 0 auto;position: relative;z-index: 20;}
.wrapper-main {min-height: 100vh;}
.header {background: var(--bg-darkest);margin-bottom: 300px;border-top: 5px solid var(--accent);}
.content {background-color: var(--bg); border-radius: 10px 10px 0 0; min-height: 80vh;}
.topline {background-color: var(--bg-darker); border-radius: 10px 10px 0 0; padding: 15px var(--indent); gap: 15px;}
.topper {padding: 30px var(--indent); padding-bottom: 0; 
	display: grid; gap: 30px; grid-template-columns: repeat(2,1fr); align-items: start;}
.cols {display: grid;gap: 60px;padding: 30px var(--indent);grid-template-columns: minmax(0,1fr) 280px;}
.footer {background-color: var(--bg-darker); border-radius: 0 0 10px 10px; padding: 15px var(--indent);}
.footer__two {padding-top: 15px; margin-top: 15px; font-size: 14px; 
	border-top: 1px solid var(--bdc); color: var(--tt-lighter);}
	
#scrolltop {position: fixed; width: 40px; height: 40px; line-height: 40px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--accent); color: #fff; border-radius: 50%;
	cursor: pointer; font-size: 18px; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER, NAV, TOPLINE
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 80px; text-align: left;
	background: url(../images/logo1.png) left center / 50px no-repeat; padding-left: 65px; text-transform: uppercase;
	font-family: 'Rex'; font-weight: 700; font-size: 20px; letter-spacing: 1px; line-height: 1;}
.logo__title {color: #fff;}
.logo__subtitle {color: var(--accent-2); font-size: 30px; letter-spacing: 3px;}
.logo-caption {margin-left: 15px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,0.25); 
	line-height: 1.4; color: var(--tt-lighter-2);}

.header__menu > li {margin-left: 30px; font-size: 16px;}
.header__menu > li > a {height: 80px; color: #fff; display: flex; align-items: center;}
.header .header__menu > li > a.is-active {background-color: var(--accent); color: #fff; padding: 0 30px;}
.header__btn-login {background-color: rgba(255,255,255,0.15); color: var(--tt-lighter-2);}

.topline__search {position:relative;}
.topline__search input, .topline__search input:focus {padding: 0 50px 0 20px; border-radius: 20px; 
	background: var(--bg); box-shadow: none; color: var(--tt);}
.topline__search input:not(:focus)::placeholder {color: var(--tt); opacity: 0.3; font-size: 14px;} 
.topline__search-box button {position:absolute; right: 0px; top: 0; width: 56px; padding: 0; 
	background: none; color: var(--accent); font-size: 20px;}
.theme-toggle {font-size: 22px; display: grid; place-items: center; width: 40px; 
	background: var(--bg); box-shadow: none; color: var(--accent-2); padding: 0;}
.dt-is-active .theme-toggle::before {content:"\f186";}
.topline__link {background-color: var(--bg); color: var(--tt);}


/* CAROUSEL
----------------------------------------------- */
.carou {padding: 30px var(--indent);box-shadow: var(--bsh);background: var(--gradient);color: #fff;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 180px)/7); flex-shrink: 0; margin-right: 30px;}
.top__desc {margin-top: 10px; --tt:  #fff; --tt-lighter: #ccc; color: #fff;}
.top__subtitle {font-size: 12px; color: var(--tt-lighter); margin-top: 5px;}
.carou__header {margin-bottom: 30px; gap: 10px 30px;}
.carou__header-title {font-size: 22px; font-weight: 500;}
.carou__header-title::before {color: var(--accent-2); margin-right: 10px;}
.carou__header-tabs {gap: 15px;}
.carou__header-tab {cursor: pointer; --tt-lighter: #ccc;  color: var(--tt-lighter); border-bottom: 1px dashed var(--tt-lighter);}
.carou__header-tab.is-active {color: var(--accent-2); border-color: var(--accent-2);}


/* TOPPER, UPDATES
----------------------------------------------- */
.topper__box {border: 2px dashed var(--blue); padding: 15px 30px; padding-bottom: 25px;}
.topper__upd134 {grid-row: 1 / 3;}
.topper__news {--blue: var(--accent-2);}
.topper__anounces {--blue: var(--accent);}
.topper__box-title {font-size: 22px; font-weight: 500; margin-bottom: 15px;}
.topper__box-title a {font-size: 14px; margin-left: auto; color: var(--blue); border-bottom: 1px dashed var(--blue);}
.topper__box-content {display: grid; gap: 10px 20px; grid-template-columns: repeat(auto-fill,minmax(320px,1fr));}
.line-item a {display: block;}
.line-item span {font-size: 12px; color: var(--tt-lighter); margin-left: 10px;}
.line-item + .line-item {padding-top: 10px; margin-top: 10px; border-top: 1px solid var(--bdc);}
.upd__img, .upd__newseries {width: 50px; height: 75px;}
.upd__subtitle {font-size: 12px; color: var(--tt-lighter);}
.upd__newseries {background-color: var(--bg-darker-0); font-size: 12px; width: 60px;}
.upd__newseries div {font-size: 24px; font-weight: 500; color: var(--accent);}
.upd__meta {margin: 8px 0;}
.upd__label {font-size: 12px; padding: 0 10px; height: 20px; border-radius: 10px; background-color: var(--bg-darker);}
.upd__label-rating {background-color: var(--yellow); font-weight: 500; color: #fff; width: 30px;}
.topper__box-content.update-list {gap: 0; margin: 0 -30px 0 -27px;}
.topper__box-content.update-list li:last-child a {border-bottom: 0;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 28px; font-weight: 500;}
.sect__title::before {color: var(--accent-2); margin-right: 10px;}
.top-grid {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(min(180px,30vw),1fr)); counter-reset: num;}
.top-grid .top__img::after {counter-increment: num; content: counter(num); display: grid; place-items: center;
	position: absolute; left: 0px; top: 0px; z-index: 10; width: 30px; height: 30px; 
	color: #fff; font-size: 18px; font-weight: 500; background: linear-gradient(to right, #e66927, #faaa3b);}

.site-desc {line-height: 1.6; color: var(--tt-lighter-0); padding: 30px var(--indent); padding-top: 0;}
.site-desc > * {margin-bottom: 20px;}
.site-desc h1:first-child {color: var(--tt); display: flex; align-items: center; gap: 30px; font-size: 28px; font-weight: 500;}
.site-desc h1:first-child::before, .site-desc h1:first-child::after {content: ''; height: 1px; 
	background-color: var(--bdc); min-width: 60px; flex-grow: 1;}
.site-desc :is(h2, h3, h1:not(:first-child)) {font-size: 22px; color: var(--tt); line-height: 1.3; margin-bottom: 15px;}
.site-desc a {text-decoration: underline;}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent-2); position: absolute; left: 0; top: 0;}
.sect-desc__section {padding-top: 15px;}
.sect-desc__img {width: 130px; height: 130px; border-radius: 50%; margin-right: 15px; margin-bottom: 0; float: left;
	box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg); background-color: #000;}

.speedbar {font-size: 14px; color: var(--tt-lighter); margin: -20px 0 20px; padding-left: 1px;}
.speedbar a:hover {text-decoration: underline;}
.speedbar .fal {color: var(--accent); margin-right: 6px;}


/* ITEM
----------------------------------------------- */
.item {border: 1px solid var(--bdc); padding: 15px; padding-left: 185px; 
	min-height: 240px; font-size: 12px; position: relative;}
.item__img {width: 170px; height: 100%; position: absolute; left: 0; top: 0; display: block;}
.item__title {font-size: 16px; margin-bottom: 15px; font-weight: 500;}
.item__rating::before {width: 24px; height: 24px; content: ''; display: block; 
	background: url(../dleimages/rating.svg) 0 -48px / 24px auto no-repeat;}
.item__rating-votes {font-size: 12px;}
.item__rating-score {background-color: var(--yellow); color: #fff; width: 34px; height: 24px; 
	border-radius: 17px; font-weight: 500; font-size: 14px;}
.item__meta {padding: 5px 0;}
.item__list li > span:first-child {color: var(--tt-lighter-0); display: block;}
.item__list li + li {margin-top: 10px;}
.item__list li a {color: var(--accent);}
.item__list li.item__list--line > span:first-child {display: inline;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 30px;}
.side-block__title {font-size: 22px; font-weight: 500; line-height: 1; margin-bottom: 30px;}
.side-block--bg {background-color: var(--bg-darker);}
.side-block--bg .side-block__title {margin-bottom: -20px; padding-left: 30px; padding-top: 25px;}

.side-block__menu {padding: 25px 30px;}
.side-block__menu li {position: relative;}
.side-block__menu-caption {font-size: 18px; font-weight: 500; padding: 15px 0 5px 0;}
.side-block__menu li span {color: var(--tt-lighter-2); font-size: 12px; 
	position: absolute; right: 0; top: 6px; pointer-events: none;}
.side-block__menu a {display: block; padding: 5px 30px; margin: 0 -30px;}
.side-block__menu .side-block__menu-caption:first-child {padding-top: 0;}

.side-block__grid {display: grid; gap: 15px; grid-template-columns: repeat(auto-fill,minmax(240px,1fr));}
.popular__img {width: 40px; height: 40px;}
.popular__subtitle {font-size: 12px; margin-top: 3px; color: var(--tt-lighter);}
.video-item {padding: 5px; border: 1px solid var(--bdc);}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__logo {margin: -15px 0;}
.footer__logo .logo__title {color: var(--tt);}
.footer__logo-caption {color: var(--tt-lighter); border-color: var(--bdc); font-size: 12px;}
.footer__menu {gap: 10px 30px;}
.footer__text {line-height: 1.5;}

.pagination {text-align: center; padding-top: 15px;}
.pagination__btn-loader .fal {font-size: 28px; margin-left: 10px;}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex; justify-content: center; align-items: center; 
	height: 40px; padding: 0 40px; background: var(--bg-darker-0); color: var(--tt-lighter); width: 100%;
	font-weight: 500; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin-bottom: 15px;}
.pagination__pages a, .pagination__pages span {display: grid; place-items: center; height: 40px;
	padding: 0 10px; min-width: 40px; font-size: 15px; border: 1px solid var(--bdc); border-radius: 20px;}
.pagination__pages span:not(.nav_ext) {background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages span:has(.nav_ext) {background: none; padding: 0; border: 0; color: var(--tt);}


/* INNER PAGE
----------------------------------------------- */
.page__main {display: grid; gap: 20px 30px; grid-template-columns: 1fr 270px; 
	grid-template-rows: auto 1fr; grid-template-areas: "pheader pright" "pinfo pright";}
.page__header {grid-area: pheader;}
.page__right {grid-area: pright;}
.page__info {grid-area: pinfo;}

.page__header h1 {font-size: 28px; font-weight: 500;}
.page__header h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.page__rating {margin-top: 10px;}
.page__rating-score {width: 40px; height: 40px; border-radius: 50%; 
	background-color: var(--yellow); color: #fff; font-size: 18px; font-weight: 500;}
.page__rating-votes {font-size: 12px; color: var(--tt-lighter);}
.page__header > ul {margin-top: 20px; gap: 5px; display: flex; flex-direction: column;}
.page__header > ul li {position: relative; padding-left: 20px; font-size: 13px;}
.page__header > ul li::before {content: ''; height: 2px; width: 10px; background-color: var(--accent-2); 
	position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}

.page__poster {width: 270px; height: 405px; box-shadow: 0 0 0 1px var(--bdc); border: 10px solid var(--bg);}
.page__fav a {position: absolute; top: 0; right: 10px; display: block; width: 30px; height: 30px; text-align: center; 
	line-height: 30px; color: #fff; background-color: var(--accent-2); font-size: 14px;}
.page__fav a::before, .page__fav a::after {content: ''; border: 8px solid transparent; display: block; 
	position: absolute; top: 100%; border-top-color: var(--accent-2); transform: scale(1,0.5);}
.page__fav a::before {left: 0; border-left-color: var(--accent-2); transform-origin: left top;}
.page__fav a::after {right: 0; border-right-color: var(--accent-2); transform-origin: right top;}
.page__list-info {text-align: center; margin-top: 10px; font-size: 12px; color: var(--accent);}
.page__lists {position: relative; margin-top: 10px; text-align: center;}
.page__lists-btn {cursor: pointer; color: var(--tt); border-bottom: 1px dashed var(--tt);}

.page__info {border-top: 1px solid var(--bdc); padding-top: 20px; display: flex; flex-direction: column; gap: 5px;}
.page__info li > span:first-child {font-weight: 500; margin-right: 5px;}
.page__info a {text-decoration: underline; color: var(--accent); cursor: pointer;}
.page__info-label {display: inline-block; vertical-align: middle; padding: 1px 8px; 
	background-color: var(--accent); color: #fff; border-radius: 11px;}
.page__info-label.green {background-color: var(--accent-2);}

.page__order-caption {display: inline-flex; height: 40px; align-items: center; padding: 0 20px; 
	background-color: var(--accent-2); color: #fff;}
.page__order-list {border: 1px solid var(--bdc); padding: 20px; counter-reset: num;}
.order-item {position: relative; padding-left: 20px;}
.order-item + .order-item {margin-top: 5px;}
.order-item a {color: var(--accent);}
.order-item::before {counter-increment: num; content: counter(num)"."; position: absolute; left: 0; top: 0;}

.page__player .tabs-block__select {background-color: var(--bg-darkest);}
.tabs-block__select button {height: 50px; border-radius: 0; padding: 0 25px; 
	background: none; text-transform: uppercase; font-weight: 500;}
.tabs-block__select button.is-active {background-color: var(--accent);}
.tabs-block.not-loaded .tabs-block__select + .tabs-block__content {display: block;}
.page__caption {position: relative; background-color: #f2f6f8; margin-bottom: 30px; 
	padding: 18px 18px 18px 75px;} 
.page__caption::before {position: absolute; left: 20px; top: 50%; font-size: 34px; color: var(--blue); transform: translateY(-50%);}
.page__tabs-mylists {gap: 5px; padding: 5px; padding-bottom: 0;}
.page__tabs-mylists li {border-radius: 0; background-color: rgba(0,0,0,0.5); height: 30px; padding: 0 15px;}
.page__tabs-mylists li.active {background-color: var(--accent-2);}
.page__player-bottom {padding: 15px 0; font-size: 12px; border-top: 1px solid var(--bdc);}
.page__player-bottom > a {text-transform: uppercase; font-weight: 500; color: var(--accent);}

.page__related .sect__content:not(.owl-carousel) {display: flex; gap: 15px; overflow: hidden;}
.page__related .sect__content:not(.owl-carousel) > * {flex-shrink: 0; width: calc((100% - 15px)/2);}

.countdown__text {color: var(--accent); font-size: 16px; font-weight: 500; text-align: center; text-transform: uppercase; margin-bottom: 10px; letter-spacing: 2px;}
.countdown {gap: 10px; height: 80px;}
.countdown-container {text-align: center; background-color: var(--bg-darker); border-radius: 6px; width: 90px;}
.countdown-value {font-size: 24px; font-weight: 500; height: 54px; padding-top: 10px;}
.countdown-value + div {border-top: 1px solid var(--bdc); font-size: 13px; color: var(--tt-lighter); padding: 3px;}

.ui-dialog-content a {color: var(--ui-accent); text-decoration: underline;}
#btns-share {height: 30px;}
#btns-share ul {display: flex; gap: 5px;}
#btns-share li div {height: 30px; width: 30px; border-radius: 50%; cursor:pointer; 
	background-size: 24px !important; background-position: center center !important;}
#btns-share li.vkontakte div {background:#48729e url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjc4NSAxNi4yNDFzLjI4OC0uMDMyLjQzNi0uMTk0Yy4xMzYtLjE0OC4xMzItLjQyNy4xMzItLjQyN3MtLjAyLTEuMzA0LjU3Ni0xLjQ5NmMuNTg4LS4xOSAxLjM0MSAxLjI2IDIuMTQgMS44MTguNjA1LjQyMiAxLjA2NC4zMyAxLjA2NC4zM2wyLjEzNy0uMDNzMS4xMTctLjA3MS41ODctLjk2NGMtLjA0My0uMDczLS4zMDgtLjY2MS0xLjU4OC0xLjg3LTEuMzQtMS4yNjQtMS4xNi0xLjA1OS40NTMtMy4yNDYuOTgzLTEuMzMyIDEuMzc2LTIuMTQ1IDEuMjUzLTIuNDkzLS4xMTctLjMzMi0uODQtLjI0NC0uODQtLjI0NGwtMi40MDYuMDE1cy0uMTc4LS4wMjUtLjMxLjA1NmMtLjEzLjA3OS0uMjEyLjI2Mi0uMjEyLjI2MnMtLjM4MiAxLjAzLS44OSAxLjkwN2MtMS4wNyAxLjg1LTEuNDk5IDEuOTQ4LTEuNjc0IDEuODMyLS40MDctLjI2Ny0uMzA1LTEuMDc1LS4zMDUtMS42NDggMC0xLjc5My4yNjctMi41NC0uNTIxLTIuNzMzLS4yNjItLjA2NS0uNDU0LS4xMDctMS4xMjMtLjExNC0uODU4LS4wMDktMS41ODUuMDAzLTEuOTk2LjIwOC0uMjc0LjEzNi0uNDg1LjQ0LS4zNTYuNDU3LjE1OS4wMjIuNTE5LjA5OS43MS4zNjMuMjQ2LjM0MS4yMzcgMS4xMDcuMjM3IDEuMTA3cy4xNDIgMi4xMS0uMzMgMi4zNzFjLS4zMjUuMTgtLjc3LS4xODctMS43MjUtMS44NjUtLjQ4OS0uODU5LS44NTktMS44MS0uODU5LTEuODFzLS4wNy0uMTc2LS4xOTgtLjI3MmMtLjE1NC0uMTE1LS4zNy0uMTUxLS4zNy0uMTUxbC0yLjI4Ni4wMTVzLS4zNDMuMDEtLjQ2OS4xNjFDMy45NCA3LjcyMSA0LjA0MyA4IDQuMDQzIDhzMS43OSA0LjI1OCAzLjgxNyA2LjQwM2MxLjg1OCAxLjk2NyAzLjk2OCAxLjgzOCAzLjk2OCAxLjgzOGguOTU3eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);}
#btns-share li.facebook div {background:#3b5998 url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjQyMyAyMHYtNy4yOThoMi40NjRsLjM2OS0yLjg0NWgtMi44MzJWOC4wNDJjMC0uODI0LjIzLTEuMzg1IDEuNDE3LTEuMzg1aDEuNTE1VjQuMTExQTIwLjI1NSAyMC4yNTUgMCAwIDAgMTQuMTQ4IDRjLTIuMTgzIDAtMy42NzggMS4zMjYtMy42NzggMy43NnYyLjA5N0g4djIuODQ1aDIuNDdWMjBoMi45NTN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);}
#btns-share li.odnoklassniki div {background:#eb722e url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTEuNjc0IDYuNTM2YTEuNjkgMS42OSAwIDAgMC0xLjY4OCAxLjY4OGMwIC45My43NTcgMS42ODcgMS42ODggMS42ODdhMS42OSAxLjY5IDAgMCAwIDEuNjg4LTEuNjg3IDEuNjkgMS42OSAwIDAgMC0xLjY4OC0xLjY4OHptMCA1Ljc2M2E0LjA4IDQuMDggMCAwIDEtNC4wNzYtNC4wNzUgNC4wOCA0LjA4IDAgMCAxIDQuMDc2LTQuMDc3IDQuMDggNC4wOCAwIDAgMSA0LjA3NyA0LjA3NyA0LjA4IDQuMDggMCAwIDEtNC4wNzcgNC4wNzV6TTEwLjAyNSAxNS42MjRhNy42MzMgNy42MzMgMCAwIDEtMi4zNjctLjk4IDEuMTk0IDEuMTk0IDAgMCAxIDEuMjcyLTIuMDIyIDUuMTc1IDUuMTc1IDAgMCAwIDUuNDg5IDAgMS4xOTQgMS4xOTQgMCAxIDEgMS4yNzIgMi4wMjIgNy42NDcgNy42NDcgMCAwIDEtMi4zNjcuOThsMi4yNzkgMi4yOGExLjE5NCAxLjE5NCAwIDAgMS0xLjY5IDEuNjg4bC0yLjIzOC0yLjI0LTIuMjQgMi4yNGExLjE5MyAxLjE5MyAwIDEgMS0xLjY4OS0xLjY4OWwyLjI3OS0yLjI3OSIvPjwvZz48L3N2Zz4=);}
#btns-share li.moimir div {background:#168de2 url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguODg5IDkuNjY3YTEuMzMzIDEuMzMzIDAgMSAwIDAtMi42NjcgMS4zMzMgMS4zMzMgMCAwIDAgMCAyLjY2N3ptNi4yMjIgMGExLjMzMyAxLjMzMyAwIDEgMCAwLTIuNjY3IDEuMzMzIDEuMzMzIDAgMCAwIDAgMi42Njd6bTQuNzcgNi4xMDhsLTEuODAyLTMuMDI4YS44NzkuODc5IDAgMCAwLTEuMTg4LS4zMDcuODQzLjg0MyAwIDAgMC0uMzEzIDEuMTY2bC4yMTQuMzZhNi43MSA2LjcxIDAgMCAxLTQuNzk1IDEuOTk2IDYuNzExIDYuNzExIDAgMCAxLTQuNzkyLTEuOTkybC4yMTctLjM2NGEuODQ0Ljg0NCAwIDAgMC0uMzEzLTEuMTY2Ljg3OC44NzggMCAwIDAtMS4xODkuMzA3bC0xLjggMy4wMjhhLjg0NC44NDQgMCAwIDAgLjMxMiAxLjE2Ni44OC44OCAwIDAgMCAxLjE4OS0uMzA3bC42ODMtMS4xNDdhOC40NjYgOC40NjYgMCAwIDAgNS42OTQgMi4xOCA4LjQ2MyA4LjQ2MyAwIDAgMCA1LjY5OC0yLjE4NGwuNjg1IDEuMTUxYS44NzMuODczIDAgMCAwIDEuMTg5LjMwNy44NDQuODQ0IDAgMCAwIC4zMTItMS4xNjZ6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);}
#btns-share li.twitter div {background:#00aced url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDcuNTM5YTYuNTYgNi41NiAwIDAgMS0xLjg4NS41MTcgMy4yOTQgMy4yOTQgMCAwIDAgMS40NDMtMS44MTYgNi41NzUgNi41NzUgMCAwIDEtMi4wODUuNzk2IDMuMjgzIDMuMjgzIDAgMCAwLTUuNTkzIDIuOTk0QTkuMzIgOS4zMiAwIDAgMSA1LjExNCA2LjZhMy4yOCAzLjI4IDAgMCAwIDEuMDE2IDQuMzgyIDMuMjc0IDMuMjc0IDAgMCAxLTEuNDg3LS40MXYuMDQxYTMuMjg1IDMuMjg1IDAgMCAwIDIuNjMzIDMuMjE4IDMuMzA1IDMuMzA1IDAgMCAxLTEuNDgyLjA1NiAzLjI4NiAzLjI4NiAwIDAgMCAzLjA2NiAyLjI4QTYuNTg1IDYuNTg1IDAgMCAxIDQgMTcuNTI0IDkuMjkxIDkuMjkxIDAgMCAwIDkuMDMyIDE5YzYuMDM4IDAgOS4zNC01IDkuMzQtOS4zMzcgMC0uMTQzLS4wMDQtLjI4NS0uMDEtLjQyNUE2LjY3MiA2LjY3MiAwIDAgMCAyMCA3LjUzOHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)}
   
.announce {
    background-color: #ff6666b8!important;
}
.released {
    background-color: #48d34087!important;
}
.ongoing {
    background-color: #9954d8a8!important;
}   

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


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 22px; font-weight: 500; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px var(--bdc); border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: none;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 0px; border-bottom: 0px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-lighter); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; background-color: var(--bg-darker); padding: 15px; position: relative;}
.comment-item__main::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg-darker); 
	position: absolute; left: 30px; bottom: 100%;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-lighter);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {font-size: 12px; gap: 3px 10px;}
.comment-item__controls a:not(:hover) {color: var(--tt-lighter);}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px; margin-right: -15px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lighter);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lighter);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row::before {opacity: 0.5; position: absolute; left: 0; bottom: 0; height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 40px; padding-right: 40px; gap: 10px;}
.login__menu li {flex: 1 1 40%; min-width: 40%; max-width: 100%;}
.login__menu li:last-child1 {min-width: 100%;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; right: 0; left: 0; top: 50%;}
 .owl-prev, .owl-next {display: inline-flex; cursor: pointer; box-shadow: none; width: 40px; height: 40px; font-size: 16px;
	background-color: var(--bg); color: var(--tt); border-radius: 50%; 
	margin-top: -20px; position: absolute; top: 0; box-shadow: var(--bsh);}
 .owl-prev {left: -20px; padding-right: 2px;}
 .owl-next {right: -20px; padding-left: 2px;}
 .owl-prev:hover, .owl-next:hover {background-color: var(--accent-2); color: #fff;}
#owl-carou .owl-nav {margin-top: -40px;}


/* 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: 0; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-darkest); color: var(--tt);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 20px 30px; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 30px; font-size: 14px;}

@media screen and (max-width: 1220px) {
	body, .wrapper::before {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.header {margin-bottom: 0px;}
	.header .header__menu, .cols__side .js-this-in-mobile-menu, .wrapper::before {display: none;}
	.header__logo {margin-left: var(--indent);}
	.header__btn-menu {cursor: pointer; font-size: 30px; width: 40px; padding: 0; background: none; 
		display: flex; margin-right: var(--indent); margin-left: auto;}
	.content, .topline, .footer {border-radius: 0;}
	.grid-items {gap: 20px 20px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.carou__content > .top {width: calc((100% - 100px)/6); margin-right: 20px;}
	.topper {padding-top: 20px; gap: 20px;}
	.topper__box {padding-left: 20px; padding-right: 20px; padding-bottom: 20px;}
	.topper__upd1 {grid-column: 1 / -1; grid-row: span 1;}
	.topper__box-content.update-list {gap: 0; margin: 0 -20px 0 -17px;}
	.cols {display: block;}
	.carou {padding-top: 20px; padding-bottom: 20px;}
	.carou__header {margin-bottom: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.carou__content > .top {width: calc((100% - 80px)/5);}
	.topper {gap: 10px; grid-template-columns: repeat(1,minmax(0,1fr));}
	.topper__box-content.update-list {display: block;}
	.item {padding-left: 155px; min-height: 210px;}
	.item__img {width: 140px;}
	.footer__menu {min-width: 100%; justify-content: center; margin-top: 20px;}
	.footer__text {min-width: 100%; text-align: center; margin-bottom: 20px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.topline__search {min-width: 100%;}
	.topline__btn-login {flex-grow: 1;}
	.carou__content > .top {width: calc((100% - 40px)/3);}
	.grid-items {grid-template-columns: repeat(1,minmax(0,1fr));}
	
	.page__main {display: block;}
	.page__main > * + * {margin-top: 20px;}
	.page__poster {margin: 0 auto;}
	.page__caption {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select button, .page__tabs-mylists li {flex: 1 1 0; min-width: auto; max-width: 100%; 
		white-space: nowrap; text-align: center; padding: 0 10px;}

	.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__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
.countdown-container {width: 60px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social {padding-left: 20px; padding-right: 20px;}
	.carou__content > .top {width: calc((100% - 40px)/3);}
	.topper {gap: 20px;}
	.topper__box {padding: 0; border: 0;}
	.sect-desc__img {width: 80px; height: 80px; border-width: 5px;}
	.site-desc h1:first-child, .site-desc :is(h2, h3, h1:not(:first-child)) {font-size: 18px; display: block; line-height: 1.1;}

	.page__player-bottom {gap: 10px;}
	.page__share > div:first-child {display: none;}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}
	.header {height: 85px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__title {font-size: 12px;}
	.top__subtitle {font-size: 10px;}
	.topper__box-title {font-size: 20px;}
	.sect__title {font-size: 22px;}
	.item {display: grid; grid-template-columns: 100px 1fr; gap: 10px; min-height: 0; padding: 10px;}
	.item__img {position: relative; width: 100px; height: 150px; grid-column: 1 / 2; grid-row: 2 / 3;}
	.item__title {grid-column: 1 / -1; padding: 0; margin: 0;}
	.grid-items {gap: 10px;}
	.pagination {padding-top: 10px;}
	.footer__logo-caption {width: 100%; border: 0; padding: 0; margin: 0; margin-top: 20px; text-align: center;}
	.footer__logo-caption br {display: none;}
}




    .sect__btn {margin: 20px auto 0 auto; display: flex; width: max-content;}
    .sect__btns-top {margin-bottom: 15px; gap: 10px;}
    .sect__btn-top:not(.is-active,:hover) {background-color: var(--bg-darker); color: var(--tt);}
    .sect__title:has(.bln) {padding-right: 36px; position: relative;}
    .bln {position: absolute !important; right: 0; top: 0;}
    .grid-items:has(.sh) {grid-template-columns: repeat(auto-fill,minmax(min(40vw,180px),1fr)); gap: 20px 15px;}
    .sh__img, .sh__title {display: block;}
    .sh__title {text-align: center;/* margin: 10px 0; */font-weight: 500;font-size: 16px;}
    .sh__meta {font-size: 12px;color: var(--tt-lighter);margin-bottom: 10px;gap: 10px;margin: 3px 1px 4px;}
	.sh__desc {margin-top: 10px;}
    .sh__meta-item {display: flex; align-items: center; gap: 5px;}
    .top-items {counter-reset:a;}
    .top-items .sh__meta-item-count::after {content: counter(a); counter-increment: a;}
    .sh__year {display: inline-block; padding: 2px 10px; position: absolute; z-index: 10; right: 5px; top: 5px;
        background: rgba(0, 0, 0, .7); color: #fff; opacity: 0;}
    .sh:hover .sh__year {opacity: 1; transition-delay: 0.2s;}
	.crd {border-bottom: 1px solid var(--bdc); padding-bottom: 15px; position: relative;}
    .crd__img {width: 170px; height: 240px; margin-right: 15px;}
	.crd__label {position:  absolute; z-index: 5; left: 0; top: 10px; padding: 3px 6px; 
		background-color: var(--accent-2); color: #fff; text-transform: uppercase;}
    .crd__desc {max-height: 240px; overflow-y: auto; padding-right: 10px;}
	.crd__desc .item__title {display: block;}
	.crd__desc .item__rating {padding-bottom: 10px;}
	.crd__upd {text-align: right; color: var(--accent-2); order: 10;}
	.crd .item__list li > span:first-child {display: inline; margin-right: 5px;}
	.crd__text {margin-top: 10px;}
    .custom-scroll::-webkit-scrollbar {width: 5px; height: 8px; background-color: rgba(125, 125, 125, .3)}
    .custom-scroll::-webkit-scrollbar-thumb {background: var(--accent-2)}
    .rels__title {font-size: 16px; font-weight: 500; margin-top: 10px;}
    .page__related .sect__content:not(.owl-carousel) > .rels {flex-shrink: 0; width: calc((100% - 60px)/5);}
    .page__related .sect__content:not(.owl-carousel) {gap: 15px;}
	.sort-block:not(.hidden), .sub-menu-inner-container {display: flex; align-items: center; gap: 10px; flex-wrap: wrap;}
    .sub-menu-inner-container span {display: block; padding: 3px 6px; border: 1px solid var(--bdc); cursor: pointer;}
	.sub-menu-inner-container span.active {border-color: var(--accent-2); background-color: var(--accent-2); color: #fff;}
	.comments-sort, #dle-comments-form {margin-bottom: 20px; width: 100%;}
	.comment-item__ctrl-btn {background: none; color: var(--tt); width: 30px; height: 30px; font-size: 24px; padding: 0;}
	.comment-item__ctrl {position: relative; z-index: 10;}
	.comment-item__ctrl-list {position: absolute; bottom: 100%; right: 0; white-space: nowrap; 
		background-color: var(--bg); box-shadow: var(--bsh);}
	.comment-item__ctrl-list a {display: block; padding: 10px 20px;}
	.comment-item__ctrl-list li + li a {border-top: 1px solid var(--bdc);}
	.nac__editor {border: 1px solid var(--bdc); margin-bottom: 10px;}
	.nac__btm{margin-top: 10px;}
	.nac__bb {border: 1px solid var(--bdc);}
	.nac__btn {background: none; color: var(--tt); border-radius: 0; font-size: 18px;}
	.nac__btn + .nac__btn {border-left: 1px solid var(--bdc);}
	.nac__btn.active {background: var(--accent-2); border-color: var(--accent-2); color: #fff;}
	.nac__editor .tox-tinymce {box-shadow: none;}
	.dt-is-active .tox-statusbar {background: #222222 !important;}
	.dt-is-active .tox-statusbar svg {filter: invert(1);}
	.comment-more-button {width: 100%; cursor: pointer; display: flex; align-items: center; justify-content: center; 
		border: 1px solid var(--bdc); padding: 10px; margin-bottom: 20px;}
	.comment-more-button .fa {font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 18px; margin-right: 10px;}
	.item__rating[data-id] {cursor: pointer;}
	.item__rating[data-id]:hover::before {background-position: 0 -24px;}
	.modal-container {position: fixed; inset: 0; z-index: 9999; background: rgba(51,51,51,.7); 
		opacity: 0; visibility: hidden; transition: opacity 0.2s; padding: 10px; display: grid; place-items: center;}
	.modal-container.open-modal {opacity: 1; visibility: visible;}
	.modal {background-color: var(--bg); width: 330px; position: relative; max-height: 90vh; overflow-y: auto;}
	.modal-close {position: absolute; right: 0; top: 0; background: none; color: #fff; 
		font-size: 18px; border-radius: 0; height: 45px; width: 45px; padding: 0;}
	.modal-header {background-color: var(--accent-2); color: #fff; 
		font-weight: 500; font-size: 18px; padding: 10px 20px; padding-right: 45px;}
	.rating-list li + li {border-top: 1px solid var(--bdc);}
	.rating-list li {cursor: pointer; padding: 8px 20px; display: flex; align-items: center;}
	.rating-list li .fal {font-size: 18px; margin-right: 20px;}
	.sh__rates, .main-rating-block {gap: 5px 10px;margin-top: 10px;}
	.item__rating-user {display: flex; align-items: center; gap: 2px; font-size: 12px;}
	.user-rating .fal {color: var(--accent-2);}
	.user-rating.bad-rating .fal, .user-rating-1 .fal, .user-rating-2 .fal, .user-rating-3 .fal, .user-rating-4 .fal,
	.user-rating-5 .fal {color: var(--accent);}
	.notice-container {position: fixed; right: 20px; bottom: 0; width: 300px; z-index: 1000}
	.notice-slot {cursor: pointer; max-height: 0; width: 100%; margin-bottom: 10px; transition: all .5s}
	.notice-popup {min-height: 60px; position: relative; background: rgba(0,0,0,.8); 
		color: #fff; font-size: 12px; padding: 20px;}
	.n-caption {border-bottom: 2px solid; border-bottom-color: var(--accent); position: relative; 
		font-size: 14px; margin-bottom: 20px; padding-bottom: 20px;}
	.notice-popup .n-caption:before,.notice-popup.error .n-caption:before,.notice-popup.success .n-caption:before {
    content: "\f129"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; margin-right: 15px; color: var(--accent);}
	.notice-popup.error .n-caption:before {content: "\f12a";color: var(--accent)}
	.notice-popup.success .n-caption:before {content: "\f00c"; color: var(--accent-2)}
	.notice-popup.error .n-caption {border-bottom: 2px solid; border-bottom-color: var(--accent)}
	.notice-popup.success .n-caption {border-bottom: 2px solid; border-bottom-color: var(--accent-2)}
	.schedules-title {margin-bottom: 15px;}
	.schedules__header {margin-bottom: 20px; background: var(--bg-darkest); color: #fff; padding: 15px; 
	text-align: center; text-transform: uppercase; border-bottom: 3px solid var(--accent);}
	.update-item {gap: 10px; border-bottom: 1px solid var(--bdc); border-left: 3px solid transparent; margin-left: -3px;}
	.update-list li:nth-child(2n) a {background-color: var(--bg-darker);}
	.update-img {width: 45px; aspect-ratio: 100 / 136;}
	.update-title {font-weight: 500; font-size: 14px; margin-bottom: 3px;}
	.update-date {min-width: 60px; padding-left: 8px;}
	.update-list-block {padding: 5px 0; font-size: 13px;}
	.page__header .sh__rates, .page__preview-rating {justify-content: flex-start; margin-top: 10px;}
	.page__header .item__rating-user {font-size: 14px; gap: 5px; margin-left: 10px;}
	.page__info [data-balloon], .page__preview-rating [data-balloon] {margin-left: 5px; color: var(--accent-2);}
	.page__info li:nth-child(14) ~ .categories-list {margin-right: -250px;}
	.page__info:has(.animeVoices li:hover) {position: relative; z-index: 150;}
	.categories-list > ul > li:not(:last-child):after {content: ',';}
	li.categories-list {display: block;}
	.categories-list > ul {display: inline;}
	.animeVoices > li {position: relative; z-index: 10; display: inline-flex;}
	.animeVoices li:hover {z-index: 20;}
	.animeVoices li:hover .dropdown-content {display: block;}
	.dub-title::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg-darkest); 
		position: absolute; bottom: 100%; left: 15px;}
	.dropdown-content {position: absolute; left: 0; top: 100%; min-width: 100%; white-space: nowrap; padding-top: 10px;}
	.dub-title {text-align: center; background-color: var(--bg-darkest); color: #fff; padding: 10px 15px; 
		font-weight: 500; font-size: 16px; border-bottom: 3px solid var(--accent); position: relative;}
	.dub-content {padding: 10px 20px; padding-left: 30px; list-style: disc; line-height: 2; 
		background-color: var(--bg); box-shadow: var(--bsh); }
	.saw.position, .sh__label {position: absolute; left: 0; bottom: 0; right: 0; z-index: 3; font-size: 13px; --tt: #fff; 
		text-align: center; text-transform: uppercase; padding: 5px; background-color: #9954d8; color: #fff;}
	.sh__label {background-color: var(--accent-2);}
	.page__poster > a {display: block; position: relative; height: 100%;}
	.page__poster > a::before {position: absolute; inset: 0; background-color: rgba(0,0,0,0.6); color: #fff; 
		display: grid; place-items: center; font-size: 34px; opacity: 0;}
	.content-buttons {display: flex; position: relative; background-color: var(--bg-darker); 
		font-size: 12px; box-shadow: 0 0 0 1px var(--bdc); z-index: 30; height: 33px; width: 270px; margin: 0 auto;}
	.to-list {cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 8px 10px; flex-grow: 1;}
	.to-list-sub {text-transform: uppercase; font-size: 18px; padding-top: 1px; padding-bottom: 1px;}
	.content-buttons > .to-list + .to-list {border-left: 1px solid var(--bdc);}
	.content-buttons-sub {position: absolute; right: 0; top: 100%; 
		background-color: var(--bg-darker); width: 100%; box-shadow: 0 0 0 1px var(--bdc);}
	.content-buttons-sub .to-list + .to-list {border-top: 1px solid var(--bdc);}
	.to-list.active {background-color: var(--accent-2); border-color: var(--accent-2); color: #fff;}
	.page__lists {position: relative; z-index: 15;}
	.other-lists {position: absolute; right: 50%; top: 100%; margin-top: 10px; background-color: var(--bg); padding: 15px;
	width: 270px; box-shadow: var(--bsh); border-top: 3px solid var(--accent-2); transform: translateX(50%);}
	.other-lists::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--accent-2); 
		position: absolute; bottom: 100%; left: 50%; margin-left: -5px;}
	.other-lists li + li {margin-top: 10px;}
	.other-lists li {display: flex; align-items: center;}
	.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;}
	.rating-bar {position: absolute; left: 0; top: 0; height: 100%; background-color: var(--accent-2); color: #fff;
		display: flex; align-items: center; padding: 0 5px; font-size: 12px; min-width: min-content;}
	.page__fav .active .fal::before {content: "\f00c";}
	.live-search-wrapper {padding: 20px;}
	.live-search-wrapper .grid-container {display: grid; gap: 10px 20px; 
		grid-template-columns: repeat(auto-fill,minmax(min(60vw,400px),1fr));}
	.live-search-results {margin-top: 20px; border-radius: 6px; background-color: var(--bg-darker); min-height: 40px;
		display: flex; justify-content: center; align-items: center; gap: 10px;}
	.live-search-results .fa::before {font-family: 'Font Awesome 5 Pro'; font-weight: 300;}
	.fsn__img {width: 40px; height: 60px; border-radius: 4px; margin-right: 10px;}
	.fsn__year {font-size: 12px; color: var(--tt-lighter); margin-top: 4px;}
	.user-item__img {padding-top: 100%; margin-bottom: 10px;}
	.user-item:hover {text-decoration: underline;}
	.users-list-grid {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(100px,1fr)); margin-bottom: 20px;}
	.page__related.tabs-block__content {padding: 20px 0;}

	@media screen and (max-width: 950px) {
        .page__related .sect__content:not(.owl-carousel) > .rels {width: calc((100% - 45px)/4);}
		.crd__upd {text-align: left; min-width: 100%; font-size: 12px;}
    }
    @media screen and (max-width: 760px) {
        .page__related .sect__content:not(.owl-carousel) > .rels {width: calc((100% - 30px)/3);}
		.page__info li:nth-child(14) ~ .categories-list {margin-right: 0;} 
		.sort-block {position: relative; z-index: 10; justify-content: space-between;}
		.sub-menu-container-icon {display: flex; width: 30px; height: 30px; font-size: 18px; padding: 0;}
		.sub-menu-inner-container {display: none; background-color: var(--bg); box-shadow: var(--bsh); padding: 10px; 
			position: absolute; right: 0; top: 100%; width: max-content;}
		.sub-menu-inner-container > * + * {margin-top: 10px;}
    }
    @media screen and (max-width: 470px) {
        .page__related .sect__content:not(.owl-carousel) > .rels {width: calc((100% - 15px)/2);}
		.crd {display: grid; gap: 0 10px; grid-template-columns: 100px minmax(0,1fr); 
		grid-template-areas: "img title" "img rating" "img meta"; align-items: start;}
		.crd__img {width: 100px; height: 150px; grid-area: img;}
		.crd__desc {display: contents;}
		.crd__desc > :is(.item__list, .crd__text) {grid-column: 1 / -1;}
		.crd__desc .item__title {grid-area: title; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
		.crd .item__rating {grid-area: rating;}
		.crd .item__meta {font-size: 12px; grid-area: meta; margin-bottom: 10px;}
		.crd__text {max-height: 100px; overflow-y: auto;}
		.crd--announce {grid-template-areas: "img title" "img meta" "img list";}
		.crd--announce .item__list {grid-area: list;}
    }
    
.spinner {display: none}
.spinner {margin: 0 auto; width: 70px; text-align: center; padding-top: 10px}
.spinner>div {width: 18px;height: 18px;background-color: var(--tt);border-radius: 100%;
	display: inline-block; animation: sk-bouncedelay 1.4s infinite ease-in-out both}
.spinner .bounce1 {animation-delay: -.32s}
.spinner .bounce2 {animation-delay: -.16s}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {transform: scale(0)}
	40% {transform: scale(1)}
}
[data-balloon] {position: relative; cursor: pointer}
[data-balloon]:after {opacity: 0;pointer-events: none; transition: all .18s ease-out .18s;
	font-family: sans-serif !important;font-weight: 400 !important;font-style: normal !important;text-shadow: none !important;
	font-size: 12px !important;background: rgba(17, 17, 17, .9); color: #fff;border-radius: 4px;
	content: attr(data-balloon);padding: .5em 1em;position: absolute;white-space: nowrap;z-index: 10}
[data-balloon]:before {
	background: no-repeat url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjEycHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoMCkiIGQ9Ik0yLjY1OCwwLjAwMCBDLTEzLjYxNSwwLjAwMCA1MC45MzgsMC4wMDAgMzQuNjYyLDAuMDAwIEMyOC42NjIsMC4wMDAgMjMuMDM1LDEyLjAwMiAxOC42NjAsMTIuMDAyIEMxNC4yODUsMTIuMDAyIDguNTk0LDAuMDAwIDIuNjU4LDAuMDAwIFoiLz48L3N2Zz4=);
	background-size: 100% auto;width: 18px;height: 6px;opacity: 0;
	pointer-events: none;transition: all .18s ease-out .18s;content: '';position: absolute;z-index: 10}
[data-balloon]:hover:before,[data-balloon]:hover:after,[data-balloon][data-balloon-visible]:before,
[data-balloon][data-balloon-visible]:after {opacity: 1;pointer-events: auto}
[data-balloon][data-balloon-break]:after {white-space: pre}
[data-balloon][data-balloon-blunt]:before,[data-balloon][data-balloon-blunt]:after {transition: none}
[data-balloon][data-balloon-pos=up]:after {bottom: 100%;left: 0px;margin-bottom: 11px; transform: translate(0%, 10px);transform-origin: top;overflow: visible;}
[data-balloon][data-balloon-pos=up]:before {bottom: 100%;left: 0px;margin-bottom: 5px;transform: translate(0%, 10px);transform-origin: top;overflow: auto;}
[data-balloon][data-balloon-pos=up]:hover:after,[data-balloon][data-balloon-pos=up][data-balloon-visible]:after {transform: translate(0%, 0)}
[data-balloon][data-balloon-pos=up]:hover:before, [data-balloon][data-balloon-pos=up][data-balloon-visible]:before {transform: translate(0%, 0);overflow: auto;}
[data-balloon][data-balloon-pos=up-left]:after {bottom: 100%;left: 0;margin-bottom: 11px;transform: translate(0, 10px);transform-origin: top}
[data-balloon][data-balloon-pos=up-left]:before {bottom: 100%;left: 5px;margin-bottom: 5px;transform: translate(0, 10px);transform-origin: top}
[data-balloon][data-balloon-pos=up-left]:hover:after,[data-balloon][data-balloon-pos=up-left][data-balloon-visible]:after {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=up-left]:hover:before,[data-balloon][data-balloon-pos=up-left][data-balloon-visible]:before {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=up-right]:after {bottom: 100%;right: 0;margin-bottom: 11px;transform: translate(0, 10px);transform-origin: top}
[data-balloon][data-balloon-pos=up-right]:before {bottom: 100%;right: 5px;margin-bottom: 5px;transform: translate(0, 10px);transform-origin: top}
[data-balloon][data-balloon-pos=up-right]:hover:after,[data-balloon][data-balloon-pos=up-right][data-balloon-visible]:after {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=up-right]:hover:before,[data-balloon][data-balloon-pos=up-right][data-balloon-visible]:before {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=down]:after {left: 50%;margin-top: 11px;top: 100%;transform: translate(-50%, -10px)}
[data-balloon][data-balloon-pos=down]:before {
	background: no-repeat url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjEycHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDE4IDYpIiBkPSJNMi42NTgsMC4wMDAgQy0xMy42MTUsMC4wMDAgNTAuOTM4LDAuMDAwIDM0LjY2MiwwLjAwMCBDMjguNjYyLDAuMDAwIDIzLjAzNSwxMi4wMDIgMTguNjYwLDEyLjAwMiBDMTQuMjg1LDEyLjAwMiA4LjU5NCwwLjAwMCAyLjY1OCwwLjAwMCBaIi8+PC9zdmc+);
	background-size: 100% auto;width: 18px;height: 6px;left: 50%;margin-top: 5px;top: 100%;transform: translate(-50%, -10px)}
[data-balloon][data-balloon-pos=down]:hover:after,
[data-balloon][data-balloon-pos=down][data-balloon-visible]:after {transform: translate(-50%, 0)}
[data-balloon][data-balloon-pos=down]:hover:before,[data-balloon][data-balloon-pos=down][data-balloon-visible]:before {transform: translate(-50%, 0)}
[data-balloon][data-balloon-pos=down-left]:after {left: 0;margin-top: 11px;top: 100%;transform: translate(0, -10px)}
[data-balloon][data-balloon-pos=down-left]:before {
	background: no-repeat url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjEycHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDE4IDYpIiBkPSJNMi42NTgsMC4wMDAgQy0xMy42MTUsMC4wMDAgNTAuOTM4LDAuMDAwIDM0LjY2MiwwLjAwMCBDMjguNjYyLDAuMDAwIDIzLjAzNSwxMi4wMDIgMTguNjYwLDEyLjAwMiBDMTQuMjg1LDEyLjAwMiA4LjU5NCwwLjAwMCAyLjY1OCwwLjAwMCBaIi8+PC9zdmc+);
	background-size: 100% auto;width: 18px;height: 6px;left: 5px;margin-top: 5px;top: 100%;transform: translate(0, -10px)}
[data-balloon][data-balloon-pos=down-left]:hover:after,[data-balloon][data-balloon-pos=down-left][data-balloon-visible]:after {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=down-left]:hover:before,[data-balloon][data-balloon-pos=down-left][data-balloon-visible]:before {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=down-right]:after {right: 0;margin-top: 11px;top: 100%;transform: translate(0, -10px)}
[data-balloon][data-balloon-pos=down-right]:before {
	background: no-repeat url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjEycHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDE4IDYpIiBkPSJNMi42NTgsMC4wMDAgQy0xMy42MTUsMC4wMDAgNTAuOTM4LDAuMDAwIDM0LjY2MiwwLjAwMCBDMjguNjYyLDAuMDAwIDIzLjAzNSwxMi4wMDIgMTguNjYwLDEyLjAwMiBDMTQuMjg1LDEyLjAwMiA4LjU5NCwwLjAwMCAyLjY1OCwwLjAwMCBaIi8+PC9zdmc+);
	background-size: 100% auto;width: 18px;height: 6px;right: 5px;margin-top: 5px;top: 100%;transform: translate(0, -10px)}
[data-balloon][data-balloon-pos=down-right]:hover:after,[data-balloon][data-balloon-pos=down-right][data-balloon-visible]:after {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=down-right]:hover:before,[data-balloon][data-balloon-pos=down-right][data-balloon-visible]:before {transform: translate(0, 0)}
[data-balloon][data-balloon-pos=left]:after {margin-right: 11px;right: 100%;top: 50%;transform: translate(10px, -50%)}
[data-balloon][data-balloon-pos=left]:before {
	background: no-repeat url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjM2cHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE4IDE4KSIgZD0iTTIuNjU4LDAuMDAwIEMtMTMuNjE1LDAuMDAwIDUwLjkzOCwwLjAwMCAzNC42NjIsMC4wMDAgQzI4LjY2MiwwLjAwMCAyMy4wMzUsMTIuMDAyIDE4LjY2MCwxMi4wMDIgQzE0LjI4NSwxMi4wMDIgOC41OTQsMC4wMDAgMi42NTgsMC4wMDAgWiIvPjwvc3ZnPg==);
	background-size: 100% auto;width: 6px;height: 18px;margin-right: 5px;right: 100%;top: 50%;transform: translate(10px, -50%)}
[data-balloon][data-balloon-pos=left]:hover:after,[data-balloon][data-balloon-pos=left][data-balloon-visible]:after {transform: translate(0, -50%)}
[data-balloon][data-balloon-pos=left]:hover:before,
[data-balloon][data-balloon-pos=left][data-balloon-visible]:before {transform: translate(0, -50%)}
[data-balloon][data-balloon-pos=right]:after {left: 100%;margin-left: 11px;top: 50%; transform: translate(-10px, -50%)}
[data-balloon][data-balloon-pos=right]:before {
	background: no-repeat url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjM2cHgiPjxwYXRoIGZpbGw9InJnYmEoMTcsIDE3LCAxNywgMC45KSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNiA2KSIgZD0iTTIuNjU4LDAuMDAwIEMtMTMuNjE1LDAuMDAwIDUwLjkzOCwwLjAwMCAzNC42NjIsMC4wMDAgQzI4LjY2MiwwLjAwMCAyMy4wMzUsMTIuMDAyIDE4LjY2MCwxMi4wMDIgQzE0LjI4NSwxMi4wMDIgOC41OTQsMC4wMDAgMi42NTgsMC4wMDAgWiIvPjwvc3ZnPg==);
	background-size: 100% auto;width: 6px;height: 18px;left: 100%;margin-left: 5px;top: 50%; transform: translate(-10px, -50%)}
[data-balloon][data-balloon-pos=right]:hover:after,[data-balloon][data-balloon-pos=right][data-balloon-visible]:after {transform: translate(0, -50%)}
[data-balloon][data-balloon-pos=right]:hover:before,[data-balloon][data-balloon-pos=right][data-balloon-visible]:before {transform: translate(0, -50%)}
[data-balloon][data-balloon-length=small]:after {white-space: normal;width: 80px}
[data-balloon][data-balloon-length=medium]:after {white-space: normal;width: 150px}
[data-balloon][data-balloon-length=large]:after {white-space: normal;width: 260px}
[data-balloon][data-balloon-length=xlarge]:after {white-space: normal;width: 380px}
@media screen and (max-width:768px) {
	[data-balloon][data-balloon-length=xlarge]:after {white-space: normal;width: 90vw}
}
[data-balloon][data-balloon-length=fit]:after {white-space: normal;width: 100%}

.cols:has(.us2), .cols:has(.ntf) {display: block;}
.us2 .fa, .user-lists .fa, .ntf .fa {font-weight: 300; font-family:'Font Awesome 5 Pro';}
.us2-hdr {gap: 30px;}
.us2-menu {width: 280px; background-color: var(--bg-darker);}
.us2-caption {background: var(--bg-darkest); color: #fff; padding: 15px; gap: 10px;
	border-bottom: 3px solid var(--accent); text-transform: uppercase; position: relative; z-index: 10;}
.us2-caption span {text-transform: none; color: var(--accent-2);}
.us2-menu-list a {display: flex; align-items: center; padding: 9px 15px; border-bottom: 1px solid var(--bdc);}
.us2-menu-list a:hover, .us2-menu-list a.active {background: var(--accent-2); color: #fff; border-color: var(--accent-2);}
.us2-menu-list .fa {font-size: 18px; width: 50px; margin-left: -10px; display: grid; place-items: center;}
.us2-caption .us2-menu-list {position: absolute; right: 0; top: 100%; background: var(--bg-darker); display: none; min-width: 200px;}
.us2-about {padding: 15px; gap: 15px; border: 1px solid var(--bdc); border-top: 0;}
.us2-ava {width: 200px; height: 200px;}
.us2-about-list {gap: 10px 30px; flex: 1 1 280px; min-width: 280px; display: grid; 
	grid-template-columns: repeat(auto-fit,minmax(min(60vw,500px))); align-items: start;}
.us2-description {grid-column: 1 / -1;}
.us2-about-col {display: flex; flex-direction: column; gap: 10px;}
.us2-about-list strong {margin-right: 5px;}
.tab-content {display: none;}
.tab-content.active {display: block;}
.user-lists .tabs {background: var(--bg-darkest); color: #fff;}
.user-lists .tabs-li {cursor: pointer; padding: 15px 20px; text-transform: uppercase;}
.user-lists .tabs-li.active {background: var(--accent); color: #fff;}
.profile-filter-search {position: relative;}
.profile-filter-search-clear {display: none; background: none; color: var(--tt); border-radius: 0; width: 34px; 
	height: 34px; padding: 0; position: absolute; right: 0; top: 0; line-height: 34px;}
.profile-filter-container {gap: 10px; background-color: var(--bg-darker); padding: 10px; position: relative; z-index: 100;}
.profile-filter-body, .profile-filter-right-side, .profile-filter-left-side, .profile-filter-header, 
.list-with-icons, .ntf-ctrl, .ntf-btns {gap: 10px;}
.profile-filter-right-side .profile-filter-input {min-width: 220px;}
.profile-filter-right-side {margin-left: 100px;}
.update-list {border: 1px solid var(--bdc);}
.topper .update-list {border: 0;}
.profile-list, .ntf-alert {padding: 10px;}
.profile-list:nth-child(2n), .ntf-alert:nth-child(2n) {background-color: var(--bg-darker); border-top: 1px solid var(--bdc);}
.profile-list a, .update-list-block, .rating-container, .profile-list, .ntf-alert {gap: 10px 20px;}
.dote {display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2);}
.profile-list .update-img {width: 33px; height: 48px; display: block;}
.profile-list .update-title {font-size: 16px;}
.rating-container {width: 35%;}
.lrating::before {width: 24px; height: 24px; content: ''; display: block; margin-right: 5px;
	background: url(../dleimages/rating.svg) 0 -48px / 24px auto no-repeat;}
.lrating-user .fa {color: var(--accent-2);}
.list-buttons-list.d-flex {width: 180px; justify-content: flex-end;}
.list-buttons, .list-buttons-list, .list-buttons {gap: 5px; position: relative; z-index: 5;}
.list-button, .list-buttons-control, .list-buttons button {width: 40px; height: 40px; padding: 0; border-radius: 0; 
	background: var(--bg-darkest); font-size: 18px;}
.profile-list a:hover .update-title {text-decoration: underline;}
.notif-list {border: 1px solid var(--bdc); margin: 20px 0;}
.notif-date {font-size: 12px; color: var(--tt-lighter);}
.ntf-alert a {text-decoration: underline; color: var(--accent);}
.ntf-btn {height: 30px; font-size: 12px; background-color: var(--bg-darkest); 
	border-radius: 0; font-size: 12px; text-transform: uppercase; padding: 0 10px;}
.ntf-alert:not(.not-viewed) {box-shadow: inset 0 0 0 1px var(--accent-2)}
.nform, .regtext, .form-cell.d-flex {gap: 10px; }
.nform input {box-shadow: none; border: 1px solid var(--border-second); border-radius: 0;}
.nform h1, .nform h2 {padding-bottom: 10px;}
.regtext h2 {padding-bottom: 0;}
.nform ol {list-style: decimal; padding-left: 20px;}
.nform .btnlogin, .form-cell label + input {margin-top: 10px;}
.regtext {margin-bottom: 30px;}
#dle-captcha img {display: block; margin-bottom: 10px;}
.form-cell + .regtext {margin-top: 30px;}

.user-comments .us2-caption{margin-bottom:20px;}

@media screen and (max-width: 1220px) {
	.us2-menu {display: none;}
	.us2-btn {display: flex; background: none; width: 30px; height: 30px; 
		padding: 0; font-size: 18px; margin: -10px; margin-left: 0; border-radius: 0;}
	.tabs {padding: 10px; gap: 5px;}
	.user-lists .tabs-li {flex-grow: 1; background-color: rgba(0,0,0,0.3); text-align: center; padding: 10px; font-size: 12px;}
	.profile-filter-right-side {margin-left: 0;}
	.profile-filter-header {width: 100%; min-width: 100%;}
	.rating-container {width: auto; gap: 10px;}
}
@media screen and (max-width: 950px) {
	.profile-filter-button {display: flex; height: 34px; width: 34px; padding: 0; border-radius: 0;}
	.profile-filter-body {display: none;}
	.profile-filter-body.show {display: block;}
	.profile-filter-body > * + * {margin-top: 10px;}
	.profile-filter-left-side .flex-grow-1 {min-width: 100%;}
	.list-buttons-control {display: flex;}
	.list-buttons-list {position: absolute; right: 100%; top: 0; margin-right: 5px; width: max-content !important; display: none;}
	.list-buttons-list.open {display: flex;}
}
@media screen and (max-width: 760px) {
	.ntf-alert .flex-grow-1, .list-with-icons li, .list-with-icons .btn {min-width: 100%; order: -1;}
	.ntf-btn {width: 100%;}
	.dote {margin: 0 -10px;}
	.rating-container {margin-right: -10px;}
	.profile-list .update-title {font-size: 12px; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
}

.side-posters {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(120px,1fr));}
.side-posters .popular {display: block;}
.side-posters .popular__img {width: 100%; height: auto; aspect-ratio: 2/3; margin-bottom: 10px;}
.side-posters .popular__img::before {font-size: 44px;}