/* SET BASE
----------------------------------------------- */

body {user-select:auto;}
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 15px 'Tahoma', Geneva, sans-serif; line-height:normal; padding:0; margin:0;        
color: #ccc; background-color:#000; height:100%; width:100%; font-weight:300; overflow-x: hidden;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #ccc; text-decoration: none;}
a:hover, a:focus {color:#fff; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:500; font-size:18px;}

.sub-title h1 {margin-bottom:15px; font-size:18px; font-weight:500;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap, .full-pages {padding:20px 0;}


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn), html input[type="button"], 
input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 20px; color:#000; font-weight:500; text-transform: uppercase; display:inline-block; background-color:#ffdb4c; 
height:40px; line-height:40px; border-radius:3px; cursor:pointer; box-shadow: 0 2px #e8c229;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{color:#000; background-color:#fcd94e;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#fff; background-color:#111; border-radius:4px; -webkit-appearance: none; box-shadow:0 0 0 1px #000;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #000; background-color:#111; color: #fff;}
textarea {display:block; width:100%; padding:10px; border:1px solid #000; background-color:#111; color: #fff;
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#CCC;}
.img-box img {width:100%; height:100%; min-height:0; object-fit:cover; object-position:center top; display:block;}
.square-img img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .trailer-close, .to-rate, .to-comms {transition: all .2s;}
a, .button, .ps-link, .mask, .tc-title, .sc-title, .highslide:before {transition: color .2s, background-color .2s, opacity .2s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.block > *, .main > * {width: 100%;}
.header {-ms-flex-order: 1;-webkit-order: 1;order: 1;}
.f-menu {-ms-flex-order: 2;-webkit-order: 2;order: 2;}
.karusel {-ms-flex-order: 3;-webkit-order: 3;order: 3;}
.show-menu {-ms-flex-order: 4;-webkit-order: 4;order: 4;}
.cols {-ms-flex-order: 5;-webkit-order: 5;order: 5;}
.footer {-ms-flex-order: 6;-webkit-order: 6;order: 6;}
b, strong {font-weight: 500;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position:relative; background:#212328;}
.center {max-width:1100px; margin:0 auto; position:relative; z-index:100;}
.block {background-color:#202328; box-shadow: 0 0 20px rgba(0,0,0,0.8);}
.header {background-color:#2a2d34; height:80px; padding:0 20px 0 0;}
.karusel {background:#2a2d34; height:190px; padding:20px; box-shadow:0 20px 20px -20px rgba(0,0,0,0.5); 
position: relative; z-index: 100;}
.cols {padding-left:340px; position:relative;}
.side {width:340px; margin-left:-340px; float:left; position:relative; z-index:20; background-color:#2a2d34; color:#fff;}
.main {width:100%; float:right; min-height:800px; padding:20px;}
.cols:before {content:""; z-index:10; position:absolute; left:0; top:0; width:340px; height:100%; 
background-color:#2a2d34; box-shadow:20px 0 20px -20px rgba(0,0,0,0.5);}
.footer {padding:20px; background-color:#2a2d34; box-shadow:0 -20px 20px -20px rgba(0,0,0,0.5); 
	line-height:24px; align-items:center;}


/* HEADER
----------------------------------------------- */
.logotype {width:250px; display:block;}
.logotype:hover {opacity:0.8;}

.search-wrap {width:300px; margin-top:20px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; padding:0 40px 0 15px; border-radius:3px;
background-color:#111; color:#fff; border:0; box-shadow:inset 0 0 0 1px #111;}
.search-box button {position:absolute; right:0px; top:0; border-radius:0;
padding:0 !important; text-align:center; width:40px; height:40px; line-height:40px; 
color:#fff !important; background-color:transparent !important; font-size:16px; -webkit-box-shadow: none;
box-shadow: none;}

.login-btns {height:40px; line-height:40px; margin-top:20px;}
.login-btns a {display:inline-block; vertical-align:top; padding:0 20px;}

.header .share-box {padding-top:28px; width:250px; text-align:center;}


/* FIRST MENU
----------------------------------------------- */
.f-menu {height:40px; line-height:40px; background-color:#202328;}
.f-menu li {float:left; font-weight:500; border-right:1px solid #111;}
.f-menu li a {display:block; padding:0 20px; color:#fff; text-transform: uppercase;}
.f-menu a.active, .f-menu a:hover {color:#fff; background-color:#6d90a8;}
.f-menu a[data-label] {position:relative;}
.f-menu a[data-label]:before {content:attr(data-label); position:absolute; top:-10px; right:-15px; 
background-color:#dd4d1b; color:#FFF; height:20px; line-height:20px; padding:0 10px; font-weight:500; border-radius:10px;}


/* TOP CAROU
----------------------------------------------- */
.top-carou {width:104px; height:150px; display:block; float:left; border-radius:3px;}
.tc-title {padding:7px; text-align:center; background-color:#6d90a8; color:#fff; opacity:0; 
position:absolute; left:0; bottom:0; width:100%;}
.top-carou:hover .tc-title {opacity:1;}


/* SHORTS
----------------------------------------------- */
.shorts-header {align-items:center; margin-bottom:20px; min-height:24px; position: relative; padding-left: 80px;}
.shorts-header h1, .shorts-header h2, .shorts-header h3 {font-weight:500; font-size:18px; text-transform: uppercase; color: #fff;}
.grid-select {line-height:30px; height: 30px; position: absolute; left: 0; top: -3px; 
background-color:#2a2d34; box-shadow:0 0 20px 0 rgba(0,0,0,0.5);}
.grid-select div {height:30px; width:30px; text-align:center; float:left; font-size:16px; cursor:pointer;}
.grid-select div:hover, .grid-select div.current {background-color: #6d90a8;color: #fff;}

.short {position:relative; margin-bottom:20px; padding:20px 20px 20px 220px; 
background-color:#2a2d34; box-shadow:0 0 20px 0 rgba(0,0,0,0.5); height:300px; overflow:hidden; border-radius:4px;}
.short-img {width:180px; margin-left:-200px; float:left; height:260px; border-radius:4px;}
.short-text {width:100%; float:right; position:relative;}

.short-title {display:block; font-size:18px; text-transform: uppercase; margin-bottom:10px; 
	font-weight:500; padding-right:70px; color: #fff;}
.short-desc {margin-top:10px;}
.sd-line {margin-bottom:5px; font-size:15px;}
.sd-line span:first-child {font-weight:500;}
.sd-text {margin-top:15px;}

.to-fav {width:30px; height:30px; position:absolute; right:0; top:0; cursor:pointer; 
font-size:18px; line-height:30px; text-align:center; 
background-color:#111; color:#888; overflow:hidden; border-radius:4px;}
.to-fav a, .to-fav a .fa , .to-fav .fa {display:block; width:30px; height:30px; color:#888; line-height:30px;}
.to-fav a .fav-added {background-color:#6d90a8; color:#fff;}
.short-bottom {position:absolute; bottom:0; right:20px; left:220px; height:60px; 
background-color:#2a2d34; align-items:center; padding-bottom:20px; z-index:5;}
.short-bottom .button {border-radius:4px;}
.short:before {content:'';position:absolute;z-index:1;bottom:60px;left:220px;right:0;height:60px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(42,45,52,0) 0%, #2a2d34 100%);
background:linear-gradient(to bottom, rgba(42,45,52,0) 0%, #2a2d34 100%);}

.mask {position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; padding:10px; 
background-color:rgba(0,0,0,0.5); color:#6d90a8; font-size:20px; opacity:0; align-items:center;}
.with-mask:hover .mask {opacity:1;}
.mask span.fa {width:80px; height:80px; border-radius:50%; text-align:center; line-height:80px; 
background-color:#fff; margin:0 auto 15px auto; padding-left:5px; font-size:34px;}
.m-meta {display:inline-block; position:absolute; padding:5px 10px;}
.m-kp {background-color:#dd4d1b; color:#FFF; right:0; bottom:40px;}
.m-imdb {background-color:#ffdb4c; color:#000; right:0; bottom:10px;}
.m-kp:before, .m-imdb:before {content:attr(data-label); margin-right:3px;}
.m-qual {background-color:#6d90a8; color:#FFF; left:0px; top:10px;}


/* SIDE
----------------------------------------------- */
.side a {color:#ccc; text-decoration:underline;}
.side a:hover, .side a.active {color:#ffdb4c;}
.side-box {}
.side-bt {padding:10px 20px; font-weight:500; text-transform: uppercase; background-color:#1e1f23; color: #fff;}
.side-bc {padding:20px;}
.side-bc.flex-row {padding-bottom:0; justify-content:flex-start; align-items:flex-start; gap:16px;}

.side .tabs-b {display:none;}
.side .tabs-b.visible {display:block;}
.side .tabs-sel {padding:20px 0 0 20px; font-size: 0;}
.side .tabs-sel span {display:inline-block; padding:10px 12px; text-transform: uppercase; 
	vertical-align:top; cursor:pointer; font-size: 14px; background-color: #333; margin-right: 1px;}
.side .tabs-sel span.current {background-color:#6d90a8; color: #fff;}

.nav-title {margin-bottom:10px; font-weight:500; text-transform: uppercase;}
.nav-menu {margin-bottom:20px;}
.nav-menu li {display:inline-block; width:31%;} 
.nav-menu a {display:block; margin-bottom:7px; font-size: 13px;}

.top-item {margin-bottom:5px; display:block;}
.top-img {width:180px; height:260px; margin:0 auto 10px auto; border-radius:6px;}
.top-title {line-height:20px; padding-left:40px; position:relative;}
.tabs-b {counter-reset:a;}
.tabs-b .top-item .top-title:before {content:counter(a); counter-increment:a; font-size:14px; font-weight:500;
position:absolute; top:0; left:0; width:20px; height:20px; line-height:20px; text-align:center; 
background-color:#6d90a8; color: #fff; border-radius: 3px;}

.side-item {padding:0 0 0 90px; margin-bottom:5px; position:relative;}
.side-title {display:block;}
.side-img {width:75px; height:101px; position:absolute; left:0; top:0; border-radius:4px;}

.side-item1 {width:94px; display:block; margin-bottom:20px;}
.si1-img {height:135px; margin-bottom:10px; border-radius:4px;}
.side-bc.flex-row .side-item1 {flex:0 0 94px; margin-right:0;}
.si1-title {display:block; line-height:16px; height:48px; overflow:hidden;}
.si1-ser {position: absolute; padding: 6px 10px; top: 0px; right: 0px; 
background-color: #6d90a8; color: #fff; display:inline-block;}

.side-carou {width:94px; height:135px; display:block; float:left; border-radius:4px;}
.sc-title {padding:7px; background-color:#6d90a8; color:#fff; opacity:0; 
position:absolute; left:0; bottom:0; width:100%;}
.side-carou:hover .sc-title {opacity:1;}

.lcomm + .lcomm {margin-top:20px;}
.linfo {margin-top:10px; padding-left:40px;}
.ltext {background-color:#1e1f23; padding:10px; position:relative;}
.ltext:after {content:""; border: 10px solid transparent; border-top: 10px solid #1e1f23; border-right: 10px solid #1e1f23; 
position:absolute; top:100%; left:10px;}
.lcomm a {}


/* BOTTOM SEO DESC
----------------------------------------------- */
.site-desc {border-top:1px solid #111; padding-top:20px;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:18px; font-weight:500; text-transform: uppercase; margin-bottom:15px; text-align:center;}
.site-desc p {line-height:18px; margin-bottom:15px;}
.site-desc a {text-decoration:underline; font-weight:500;}
.site-desc img {float:left; margin:0 20px 10px 0; width:250px; border-radius:6px;}


/* FOOTER
----------------------------------------------- */
.fleft a {text-decoration:underline; margin-right:10px; color:#ffdb4c;}
.fright > div > * {float:right; margin-top:5px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:20px;}
.bottom-nav {line-height:36px; text-align:center; padding:20px 0 10px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:36px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:36px; background-color:#2a2d34; margin:0 5px 10px 5px; border-radius:3px; box-shadow:0 0 20px 0 rgba(0,0,0,0.5);}
.navigation span, .pagi-nav a:hover {background-color:#6d90a8; color:#fff;}
.navigation span.nav_ext {background-color:#2a2d34; color: #888;}
.pagi-nav a:hover {background-color:#6d90a8; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}



/* FULL
----------------------------------------------- */
.speedbar {color: #888; margin-bottom: 15px; font-size: 12px;}
.speedbar a:hover {text-decoration: underline;}
.fpage {margin-bottom:20px; padding:20px; background-color:#2a2d34; box-shadow:0 0 20px 0 rgba(0,0,0,0.5); border-radius:4px;}
.ftitle {position:relative; padding-right:50px; margin-bottom:20px;}
.ftitle h1 {font-size:18px; text-transform: uppercase; font-weight:500; color: #fff;}
.ftitle h1 .fa {margin-left:10px;}

.fcols {margin-bottom:20px; padding-left:220px;}
.fposter {width:200px; margin:0 0 38px -220px; float:left; position:relative; min-height:100px;}
.finfo {width:100%; float:right;}
.fposter img {width:200px; height:300px; object-fit:cover; object-position:center top; display:block; border-radius:4px 4px 0 0;}
.fdesc-title {font-size:18px; font-weight:500; margin-bottom:10px;}
.frating {padding:10px 5px 0 5px; text-align:center; background-color:#111;
position:absolute; left:0; bottom:-38px; width:100%; height:38px; border-radius:0 0 4px 4px;}
.fdesc {background-color:#202328; border-radius:4px; padding:20px; margin-bottom:20px;}

.fscreens {position:relative;}
.fscreens .highslide, .fscreens img {position:relative; width:154px; height:100px; overflow:hidden; 
	display:block; border-radius:4px;}
.fscreens .highslide img {display:block; min-height:100%;}
.fscreens br {display:none;}

.fplayer-title {background-color:#202328; color:#fff; padding:15px 20px; font-weight:500; text-align:center;}
.fplayer-title a {color:#ffdb4c; text-decoration:underline;}
.fplayer {margin-bottom:20px; background-color:#2a2d34;}
.fplayer .tabs-sel {height:40px; line-height:40px; color:#fff; font-weight:500; 
white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.fplayer .tabs-sel > span {cursor:pointer; display:inline-block; padding:0 10px; height:40px; 
text-transform: uppercase; font-weight: 500;}
.fplayer .tabs-sel > span.current {color:#fff; background-color:#6d90a8;}
.tabs-b.video-box {background-color:#000;}
.js .fplayer .tabs-b {display:none;}
.js .fplayer .tabs-b.visible {display:block;}

.rels {margin-bottom:20px;}
.rels-t {font-weight:500; margin-bottom:20px; font-size:16px;}
.rels-c .side-item1 {text-align:center; width:103px;}
.rels-c .si1-img {height:145px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {line-height:1.7;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.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 a {text-decoration:underline; color: #ffdb4c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:12px; font-weight:500;}
.full-text p {margin-bottom:10px;}
.episode-seo {font-size:15px; line-height:1.7;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; display:block; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #e3e3e3;}
.full-text table tr:nth-child(2n+1) {background-color:#e3e3e3;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#e3e3e3; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#1cbc9a;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.full-taglist a {}
.fscreens + .full-taglist {margin-top:20px;}


/* COMMENTS
----------------------------------------------- */
.comms-t {font-weight:500; text-transform: uppercase; margin-bottom:20px;}
.add-comm-form {position:relative; margin-bottom:20px; padding:20px; background-color:#2a2d34; 
box-shadow:0 0 20px 0 rgba(0,0,0,0.5);  border-radius:4px;}
.ac-soc {position:absolute; right:0px; top:-43px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px; border-radius:4px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; float:left; margin-right:10px; border-radius:4px;
background:#4f555f url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:500; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color: #202328; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5);}
.ac-textarea textarea {height:85px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.5); border-radius: 4px; 
	background-color: #202328; border: 0;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input { background-color: #202328; }

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#111; margin:0px 0 0 0;}
.last-comm-link {font-size:14px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline;}
.full-comms {}

.comm-item {padding:20px 20px 20px 90px; margin-bottom:20px; background-color:#2a2d34; border-radius:4px;}
.comm-left {width:50px; height:50px; margin-left:-70px; float:left; border-radius:4px;}
.comm-right {width:100%; float:right;}

.comm-one {padding:0 80px 10px 0; position:relative;}
.comm-one > span {float:left; margin-right:20px; opacity:0.7;}
.comm-author {font-weight:500; opacity:1 !important;}
.comm-author a {text-decoration:underline;}

.rate3-comm {position:absolute; right:0; top:-5px; white-space:nowrap; font-weight:500;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:12px; 
background-color:#eb6c65; vertical-align:top; color:#FFF; width:20px; text-align:center; border-radius:10px;}
.rate3-comm a:last-child {background-color:#88b669;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; vertical-align:top; padding:0 5px; color:#888}
.rate3-comm > span > span.ratingtypeplus {color: #BEC5D0;}
.rate3-comm > span > span.ratingplus {color: #88B669;}
.rate3-comm > span > span.ratingminus {color: #EB6C65;}

.comm-two {padding-bottom:0;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#202328; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#2a2d34;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:500;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#2a2d34;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#ffdb4c; color:#000;}
.lb-menu a .fa {color:#ffdb4c;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #000; content:""; background-color:#2a2d34; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#2a2d34; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}


/* GO TOP BUTTON */
#gotop{position:fixed; width:50px; height:50px; line-height:46px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:1; background-color:#2a2d34; color:#ccc; 
border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 100; }
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left;
/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */}
.owl-carousel .owl-item > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@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 {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position:absolute; left:0; right:0; top:0; z-index:500;}
.owl-prev, .owl-next {width:40px; height:40px; position:absolute; top:55px; z-index:200;
text-align:center; line-height:40px; color:#ccc; font-size:16px; background-color:#1b1b1f;}
.owl-prev {left:-20px; border-radius:0 4px 4px 0;}
.owl-next {right:-20px; border-radius:4px 0 0 4px;}
.owl-prev:hover, .owl-next:hover {background-color:#1b1b1f; color:#fff;}
.owl-dots {text-align:center; padding-top:15px;}
.owl-dot {display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 5px; 
border-radius:50%; background-color:#ccc;}
.owl-dot.active {background-color:#ffdb4c;}

.fscreens .owl-prev, .fscreens .owl-next {top:50px;}
.related .owl-prev, .related .owl-next {top:80px;}



/* ADAPTIVE
----------------------------------------------- */
.show-menu, .nav-cloned {display:none;}

@media screen and (max-width: 1220px) {
.wrap {background-image:none;}
.center {max-width:1000px;}
.header .share-box {display:none;}
.karusel, .fscreens, .rels {position:relative;}
.karusel:before, .fscreens:before, .rels:before {width:20px; height:100%; position:absolute; top:0; right:20px; z-index:100; 
box-shadow:inset -20px 0 20px -20px rgba(0,0,0,0.7); display:block; content:""; pointer-events:none;}
.fscreens:before, .rels:before {right:0;}
.short-bottom .button {padding:0 10px;}
.rels .owl-nav.disabled {display:block;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.nav-cloned {display:block;}
.f-menu, .cols:before {display:none;}
.show-menu {height:40px; line-height:40px; padding:0 20px; display:block; 
background-color:#6d90a8; color:#FFF; font-size:18px; cursor:pointer;}
.cols {overflow:hidden; padding:0;}
.side {display:none;}
.main, .fpage, .add-comm-form, .fdesc {padding:20px 10px;}
.viss .side {display:block; margin-left:0; margin-right:-320px; width:320px; position:relative; z-index:300; 
box-shadow: 20px 20px 20px -20px rgba(0,0,0,0.7);}
.side-bt {padding:10px;}
.side-bc {padding:20px 10px;}
.side .tabs-sel {padding:20px 0 0 10px;}
.side-bc.flex-row {padding-bottom:0;}
.search-wrap {width:200px;}
.short {padding:10px 10px 10px 210px; height:280px;}
.short-bottom {right:10px; left:210px; height:50px; padding-bottom:10px;}
.short:before {bottom:50px;left:210px;right:0;height:50px;}

.comm-item {padding:10px 10px 10px 80px;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.logotype {width:100px; padding-top:20px;}
.login-btns a, .show-login span {display:none;}
.show-login .fa {display:inline-block; margin:0;}
.fleft, .fright {width:100%;}
.fright > div > * {float:left;}

.comm-one > span:nth-child(2), .comments-tree-list .comments-tree-list:before {display:none;}
.comm-three {display:none;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.shorts-header.flex-row {min-height:50px; text-align:center; display:block;}
.shorts-header222 > *:first-child {width:100%; padding-bottom:10px;}
.short {padding:10px; height:auto;}
.short-img {margin:0 auto 20px auto; float:none;}
.short-text {width:100%; float:none;}
.short-bottom {position:static; height:40px; padding-bottom:0; margin-top:10px;}
.short:before {display:none;}
.bottom-nav {position:relative;}
.bottom-nav2:before {width:20px; height:40px; position:absolute; bottom:40px; right:0px; z-index:100; 
box-shadow:inset -20px 0 20px -20px rgba(0,0,0,0.7); display:block; content:""; pointer-events:none;}
.site-desc img {margin:0 10px 10px 0; width:120px;}

.fcols {padding-left:0;}
.fposter {margin:0 auto 60px auto; float:none;}
.finfo {float:none;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-soc:before {display:none;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.search-wrap {width:120px;}
.short-bottom div[id] {display:none;}
.short-bottom .button {width:100%; text-align:center;}
.header {height:60px;}
.search-wrap, .login-btns {margin-top:10px;}
.logotype {height:60px; padding-top:10px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}



.grid-thumb .items {margin: 0 -10px; width: auto;}
.grid-thumb .bottom-nav {padding-left: 10px; padding-right: 10px;}
.grid-thumb .short {width: calc((100% - 60px)/3); width: -webkit-calc((100% - 60px)/3); margin-right: 10px; margin-left: 10px; 
	float: left; padding: 10px; height: auto;}
.grid-thumb .short:before {display: none;}
.grid-thumb .short-img {float: none; margin: 0; width: 100%; height: 0; padding-top: 144%;}
.grid-thumb .short-img img {position: absolute; left: 0; top: 0;}
.grid-thumb .short-text {float: none;}
.grid-thumb .short-title {font-size: 16px; padding-right: 0; margin: 10px 0; text-align: center;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.grid-thumb .short-bottom {position: static; padding: 0; height: 20px; text-align: center; display: block;}
.grid-thumb .short-bottom > * {display: inline-block;}
.grid-thumb .short-bottom .button, .grid-thumb .short-desc, .grid-thumb .to-fav {display: none;}

@media screen and (max-width: 590px) {
.shorts-header .share-box {display: none;}
.shorts-header.flex-row {text-align: left; min-height: 25px;}
.grid-thumb .items {margin: 0 -5px;}
.grid-thumb .bottom-nav {padding-left: 5px; padding-right: 5px;}
.grid-thumb .short {width: calc((100% - 20px)/2); width: -webkit-calc((100% - 20px)/2); 
	margin-left: 5px; margin-right: 5px; margin-bottom: 10px;}
.grid-thumb .short-bottom {display: none;}
.grid-thumb .short-title {margin-bottom: 0;}
}

.styleh2{
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}



#simple-episodes-tabs {
    white-space: nowrap;
    overflow: auto;
    margin: 0 10px 0 10px;
    display: block;
    position: relative;
}

#simple-episodes-list {
    -moz-padding-start: 0px;
    padding-start: 0px;
    -webkit-padding-start: 0px;
    text-align: left;
}
.b-simple_episodes__list {
    margin: 0 auto;
    padding: 13px 13px 15px 16px;
    text-align: left;
}

.b-simple_season__item.active, .b-simple_episode__item.active {
    cursor: pointer;
}

.b-simple_episode__item {
    display: inline-block;
    font-size: 14px;
    background: #1e1f23;
    color: #F0F0F0;
    cursor: pointer;
    border: 1px solid #373737;
    border-radius: 5px;
    padding: 15px;
    margin: 0 3px;
    -webkit-transition: background .3s ease;
    -moz-transition: -moz-background .3s ease;
    -o-transition: -o-background .3s ease;
    transition: background .3s ease;
    text-align: left;
}

.b-simple_episode__item:hover {color:#fff;opacity:0.6}

.vasya {background:#2a2d34}

/* TurOchek launch refinements */
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
    outline: 2px solid #ffdb4c;
    outline-offset: 3px;
}
.site-desc {line-height:1.65;}
.site-desc p + p {margin-top:10px;}
.fdesc {line-height:1.65;}
.fdesc-title {display:block; margin-bottom:12px; color:#fff;}
.player-section, .episodes-section, .episode-nav, .trailer-box {
    margin:20px 0;
    padding:20px;
    background:#2a2d34;
    border-radius:4px;
}
.video-box {position:relative; width:100%; aspect-ratio:16 / 9; background:#000;}
.video-box iframe {display:block; width:100%; height:100%; border:0;}
.episode-grid {display:flex; flex-wrap:wrap; gap:8px; padding:0;}
.episode-grid .b-simple_episode__item {margin:0; padding:0;}
.episode-grid .b-simple_episode__item a {display:block; padding:12px 14px; color:#f0f0f0;}
.episode-grid .b-simple_episode__item.current {background:#6d90a8; border-color:#8eb1c9;}
.episode-grid .b-simple_episode__item a:hover {color:#fff;}
.episode-nav {display:flex; flex-wrap:wrap; justify-content:center; gap:10px;}
.episode-lead {line-height:1.6;}
.trailer-box summary {cursor:pointer; color:#fff; font-size:18px; margin-bottom:15px;}

@media screen and (max-width: 590px) {
    .player-section, .episodes-section, .episode-nav, .trailer-box {padding:12px 10px;}
    .video-box iframe {height:100%;}
}

/* TurOchek SEO portal */
.portal-home h1, .portal-page h1 {
    font-size:22px;
    line-height:1.25;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 15px;
}
.portal-home h2, .portal-page h2, .portal-inline-block h2 {
    font-size:18px;
    color:#fff;
    margin:20px 0 12px;
    text-align:center;
}
.portal-home p, .portal-page p, .portal-lead {
    line-height:1.7;
    margin-bottom:14px;
}
.portal-page {
    padding:20px;
    background:#2a2d34;
    border-radius:4px;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
}
.portal-actions {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin:15px 0 20px;
}
.portal-actions a, .portal-chip-list a {
    display:inline-block;
    padding:10px 13px;
    background:#1e1f23;
    border:1px solid #373737;
    border-radius:5px;
    color:#f0f0f0;
}
.portal-actions a:hover, .portal-chip-list a:hover, .portal-collection:hover, .portal-actor-card:hover {
    background:#6d90a8;
    color:#fff;
}
.portal-section {
    margin:20px 0;
    padding:18px;
    background:#202328;
    border-radius:4px;
}
.portal-episode-list {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
}
.portal-episode {
    background:#1e1f23;
    border:1px solid #373737;
    border-radius:5px;
    padding:12px;
}
.portal-episode-main {
    display:block;
    color:#fff;
}
.portal-episode-main strong {
    display:block;
    margin-bottom:5px;
}
.portal-episode-main span, .portal-episode em, .portal-meta {
    display:block;
    color:#aaa;
    font-size:13px;
    font-style:normal;
    line-height:1.4;
}
.portal-card-grid {
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:14px;
    margin:15px 0;
}
.portal-card {
    background:#202328;
    border-radius:5px;
    padding:10px;
    min-width:0;
}
.portal-card h3 {
    font-size:15px;
    line-height:1.35;
    margin:10px 0 8px;
}
.portal-card p {
    color:#bbb;
    font-size:13px;
    line-height:1.5;
}
.portal-poster {
    display:block;
    aspect-ratio:2 / 3;
    overflow:hidden;
    border-radius:4px;
    background:#111;
}
.portal-poster img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    display:block;
}
.portal-collection-grid {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
    margin:15px 0;
}
.portal-collection {
    display:block;
    padding:15px;
    background:#1e1f23;
    border:1px solid #373737;
    border-radius:5px;
}
.portal-collection strong {
    display:block;
    color:#fff;
    margin-bottom:7px;
}
.portal-collection span {
    display:block;
    color:#bbb;
    line-height:1.5;
    font-size:13px;
}
.portal-actor-grid {
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:10px;
}
.portal-actor-card {
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px;
    background:#1e1f23;
    border:1px solid #373737;
    border-radius:5px;
}
.portal-avatar {
    flex:0 0 42px;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    border-radius:50%;
    background:#6d90a8;
    color:#fff;
    font-size:20px;
}
.portal-actor-card strong {
    display:block;
    color:#fff;
}
.portal-actor-card em {
    display:block;
    color:#aaa;
    font-size:12px;
    font-style:normal;
}
.portal-letters {
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    justify-content:center;
    margin:15px 0;
}
.portal-letters span {
    padding:6px 8px;
    background:#202328;
    border-radius:3px;
    color:#aaa;
}
.portal-filter {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
    padding:15px;
    background:#202328;
    border-radius:4px;
    margin:15px 0;
}
.portal-filter label {
    display:block;
    color:#fff;
}
.portal-filter select, .portal-filter input {
    margin-top:6px;
    width:100%;
}
.portal-filter button {
    align-self:end;
}
.portal-seo, .portal-inline-block {
    margin-top:20px;
    padding:18px;
    background:#202328;
    border-radius:4px;
}
.portal-chip-list {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.show-tabs {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 20px;
}
.show-tabs a {
    padding:9px 12px;
    background:#202328;
    border:1px solid #373737;
    border-radius:5px;
    color:#f0f0f0;
}
.show-tabs a:hover {
    background:#6d90a8;
    color:#fff;
}

@media screen and (max-width: 950px) {
    .portal-card-grid {grid-template-columns:repeat(3, minmax(0, 1fr));}
    .portal-actor-grid {grid-template-columns:repeat(2, minmax(0, 1fr));}
}

@media screen and (max-width: 590px) {
    .portal-page {padding:12px 10px;}
    .portal-episode-list, .portal-collection-grid, .portal-filter {grid-template-columns:1fr;}
    .portal-card-grid {grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px;}
    .portal-actor-grid {grid-template-columns:1fr;}
}

/* TurOchek design upgrade v1
----------------------------------------------- */
:root {
    --tr-bg:#202328;
    --tr-panel:#282b33;
    --tr-panel-soft:#30343e;
    --tr-card:#191b20;
    --tr-card-2:#20232a;
    --tr-line:rgba(255,255,255,.08);
    --tr-line-strong:rgba(255,255,255,.14);
    --tr-text:#f4f6fb;
    --tr-muted:#b6bcc7;
    --tr-blue:#6d90a8;
    --tr-blue-2:#8eb1c9;
    --tr-yellow:#ffdb4c;
    --tr-yellow-2:#f4bd32;
    --tr-shadow:0 22px 60px rgba(0,0,0,.36);
    --tr-shadow-soft:0 14px 34px rgba(0,0,0,.26);
    --tr-radius:16px;
    --tr-radius-sm:11px;
}

body {
    background:
        radial-gradient(circle at 14% -8%, rgba(109,144,168,.24), transparent 32%),
        radial-gradient(circle at 90% 6%, rgba(255,219,76,.08), transparent 28%),
        #111318;
}
.wrap {background:linear-gradient(180deg, #191c22 0%, #202328 28%, #191b20 100%);}
.block {box-shadow:0 26px 80px rgba(0,0,0,.5);}
.main {padding:22px;}
.speedbar {
    padding:12px 16px;
    margin-bottom:18px;
    background:rgba(255,255,255,.035);
    border:1px solid var(--tr-line);
    border-radius:999px;
    color:var(--tr-muted);
}

.site-desc {
    border-top:0;
    padding-top:0;
}
.site-desc .portal-home,
.portal-page,
.fpage,
.player-section,
.episodes-section,
.episode-nav,
.trailer-box,
.portal-seo,
.portal-inline-block,
.fdesc {
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius);
    box-shadow:var(--tr-shadow-soft);
}

.site-desc .portal-home,
.portal-page {
    position:relative;
    overflow:hidden;
    padding:28px;
    background:
        radial-gradient(circle at 8% 0%, rgba(109,144,168,.28), transparent 34%),
        radial-gradient(circle at 96% 8%, rgba(255,219,76,.16), transparent 30%),
        linear-gradient(145deg, #2f333d 0%, #252832 48%, #1f2229 100%);
}
.site-desc .portal-home:before,
.portal-page:before,
.fpage:before,
.player-section:before,
.episodes-section:before,
.trailer-box:before,
.portal-inline-block:before,
.portal-seo:before {
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent);
    pointer-events:none;
}
.site-desc .portal-home > *,
.portal-page > *,
.fpage > *,
.player-section > *,
.episodes-section > *,
.trailer-box > *,
.portal-inline-block > *,
.portal-seo > * {
    position:relative;
    z-index:1;
}

.portal-home h1,
.portal-page h1,
.ftitle h1 {
    color:var(--tr-text);
    font-size:clamp(24px, 3vw, 34px);
    line-height:1.16;
    letter-spacing:.02em;
    text-align:center;
    text-transform:uppercase;
    text-shadow:0 3px 22px rgba(0,0,0,.4);
    margin:0 0 14px;
}
.portal-home h1:after,
.portal-page h1:after,
.ftitle h1:after {
    content:"";
    display:block;
    width:86px;
    height:3px;
    margin:14px auto 0;
    border-radius:999px;
    background:linear-gradient(90deg, var(--tr-blue), var(--tr-yellow));
    box-shadow:0 0 22px rgba(255,219,76,.28);
}
.portal-home h2,
.portal-page h2,
.portal-inline-block h2,
.fplayer-title,
.fdesc-title,
.rels-t {
    color:var(--tr-text);
    font-size:clamp(19px, 2vw, 25px);
    line-height:1.25;
    text-align:center;
    text-transform:none;
    margin:0 0 18px;
}
.portal-home p,
.portal-page p,
.portal-lead,
.fdesc,
.episode-lead {
    color:#d9dde6;
    line-height:1.72;
    font-size:15.5px;
}
.portal-lead,
.portal-home > p:first-of-type,
.episode-lead {
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    color:#e2e6ee;
}

.portal-actions,
.show-tabs,
.episode-nav,
.portal-chip-list {
    gap:10px;
}
.portal-actions a,
.show-tabs a,
.portal-chip-list a,
.episode-nav .button,
.portal-filter button,
.pagi-load a,
.button {
    border:1px solid rgba(255,255,255,.1);
    border-radius:999px;
    color:var(--tr-text);
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
        #1b1d23;
    box-shadow:0 10px 24px rgba(0,0,0,.22);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.portal-actions a:hover,
.show-tabs a:hover,
.portal-chip-list a:hover,
.episode-nav .button:hover,
.portal-filter button:hover,
.pagi-load a:hover,
.button:hover {
    transform:translateY(-2px);
    color:#111318;
    border-color:rgba(255,219,76,.55);
    background:linear-gradient(180deg, var(--tr-yellow), var(--tr-yellow-2));
    box-shadow:0 16px 34px rgba(255,219,76,.18), 0 16px 30px rgba(0,0,0,.32);
}
.portal-actions a:first-child,
.portal-filter button,
.episode-nav .button:first-child {
    color:#111318;
    border-color:rgba(255,219,76,.55);
    background:linear-gradient(180deg, var(--tr-yellow), var(--tr-yellow-2));
}

.portal-section,
.portal-seo,
.portal-inline-block,
.player-section,
.episodes-section,
.trailer-box,
.episode-nav,
.fpage,
.fdesc {
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
        var(--tr-panel);
}
.portal-section {
    padding:22px;
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius);
}
.portal-section + .portal-section,
.portal-inline-block,
.portal-seo {
    margin-top:22px;
}

.portal-episode-list {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
}
.portal-episode {
    position:relative;
    overflow:hidden;
    padding:15px 16px 15px 18px;
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius-sm);
    background:
        linear-gradient(135deg, rgba(109,144,168,.16), transparent 44%),
        var(--tr-card);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.portal-episode:before {
    content:"";
    position:absolute;
    left:0;
    top:14px;
    bottom:14px;
    width:3px;
    border-radius:999px;
    background:linear-gradient(180deg, var(--tr-blue), var(--tr-yellow));
}
.portal-episode:hover {
    transform:translateY(-2px);
    border-color:rgba(142,177,201,.5);
    box-shadow:0 18px 36px rgba(0,0,0,.28);
}
.portal-episode-main strong {
    color:var(--tr-text);
    font-size:15.5px;
    line-height:1.38;
}
.portal-episode-main span,
.portal-episode em,
.portal-meta {
    color:var(--tr-muted);
}

.portal-card-grid {
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:16px;
}
.portal-card {
    overflow:hidden;
    padding:10px;
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius-sm);
    background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
        var(--tr-card-2);
    box-shadow:0 10px 24px rgba(0,0,0,.2);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.portal-card:hover {
    transform:translateY(-4px);
    border-color:rgba(255,219,76,.38);
    box-shadow:0 20px 44px rgba(0,0,0,.34);
}
.portal-poster {
    border-radius:10px;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.portal-poster img {
    transition:transform .32s ease, filter .32s ease;
}
.portal-card:hover .portal-poster img {
    transform:scale(1.045);
    filter:saturate(1.08) contrast(1.03);
}
.portal-card h3 {
    margin:12px 2px 8px;
    font-size:15.5px;
    line-height:1.35;
}
.portal-card h3 a {
    color:var(--tr-text);
}
.portal-card h3 a:hover {
    color:var(--tr-yellow);
}
.portal-card p {
    margin:0 2px 4px;
    color:var(--tr-muted);
}

.portal-collection-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
}
.portal-collection {
    position:relative;
    min-height:112px;
    padding:18px 48px 18px 18px;
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius-sm);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,219,76,.14), transparent 36%),
        linear-gradient(135deg, rgba(109,144,168,.18), rgba(255,255,255,.02)),
        var(--tr-card);
    box-shadow:0 12px 26px rgba(0,0,0,.22);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.portal-collection:after {
    content:"›";
    position:absolute;
    right:18px;
    top:18px;
    width:26px;
    height:26px;
    line-height:23px;
    text-align:center;
    border-radius:50%;
    color:#111318;
    background:var(--tr-yellow);
    font-size:26px;
}
.portal-collection:hover {
    transform:translateY(-3px);
    border-color:rgba(255,219,76,.42);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,219,76,.2), transparent 36%),
        linear-gradient(135deg, rgba(109,144,168,.25), rgba(255,255,255,.04)),
        var(--tr-card);
}
.portal-collection strong {
    color:var(--tr-text);
    font-size:17px;
}
.portal-collection span {
    color:var(--tr-muted);
}

.portal-actor-grid {
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
}
.portal-actor-card {
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius-sm);
    background:
        linear-gradient(135deg, rgba(255,255,255,.04), rgba(109,144,168,.08)),
        var(--tr-card);
    box-shadow:0 10px 22px rgba(0,0,0,.18);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.portal-actor-card:hover {
    transform:translateY(-2px);
    border-color:rgba(142,177,201,.48);
    box-shadow:0 16px 32px rgba(0,0,0,.28);
    background:
        linear-gradient(135deg, rgba(109,144,168,.24), rgba(255,255,255,.04)),
        var(--tr-card);
}
.portal-avatar {
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.38), transparent 24%),
        linear-gradient(145deg, var(--tr-blue), #4f738c);
    box-shadow:0 8px 22px rgba(109,144,168,.28);
}
.portal-actor-card strong {color:var(--tr-text);}
.portal-actor-card em {color:var(--tr-muted);}
.portal-letters span {
    border:1px solid var(--tr-line);
    border-radius:9px;
    background:rgba(255,255,255,.035);
}

.portal-filter {
    padding:18px;
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius);
    background:rgba(25,27,32,.72);
}
.portal-filter label {
    color:var(--tr-text);
    font-size:13px;
    letter-spacing:.02em;
}
.portal-filter select,
.portal-filter input {
    margin-top:8px;
    height:42px;
    padding:0 13px;
    color:var(--tr-text);
    border:1px solid rgba(255,255,255,.11);
    border-radius:10px;
    background:#14161b;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);
}
.portal-filter select:focus,
.portal-filter input:focus {
    border-color:rgba(255,219,76,.55);
    box-shadow:0 0 0 3px rgba(255,219,76,.1);
}

.show-tabs {
    justify-content:center;
    margin:0 0 22px;
    padding:10px;
    border:1px solid var(--tr-line);
    border-radius:999px;
    background:rgba(17,19,24,.42);
}
.show-tabs a {
    padding:10px 14px;
    font-size:13px;
}

.fpage {
    padding:24px;
    background:
        radial-gradient(circle at 0% 0%, rgba(109,144,168,.18), transparent 30%),
        linear-gradient(145deg, #30343e 0%, #282b33 52%, #23262e 100%);
}
.fcols {
    margin-bottom:0;
    padding-left:250px;
}
.fposter {
    width:220px;
    margin-left:-250px;
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.35));
}
.fposter img {
    width:220px;
    height:330px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.11);
}
.frating {
    left:12px;
    right:12px;
    bottom:-26px;
    width:auto;
    height:auto;
    min-height:36px;
    padding:8px 10px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(17,19,24,.92);
    backdrop-filter:blur(8px);
}
.m-meta {
    border-radius:0 999px 999px 0;
    font-weight:500;
    box-shadow:0 8px 18px rgba(0,0,0,.26);
}
.m-qual {
    top:14px;
    background:rgba(109,144,168,.92);
}
.m-kp,
.m-imdb {
    right:0;
    border-radius:999px 0 0 999px;
}
.finfo {
    padding:3px 0 0;
}
.sd-line {
    margin-bottom:9px;
    color:#d4d9e2;
    line-height:1.5;
    font-size:15.5px;
}
.sd-line span:first-child {
    color:#fff;
    font-weight:600;
}
.sd-line a {
    color:#dfe7ef;
    text-decoration:none;
    border-bottom:1px solid rgba(255,219,76,.35);
}
.sd-line a:hover {
    color:var(--tr-yellow);
}
.fdesc {
    padding:22px;
    color:#d9dde6;
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
        #20232a;
}
.fdesc-title {
    display:block;
    margin-bottom:14px;
}
.fdesc-title:after,
.fplayer-title:after,
.portal-inline-block h2:after,
.portal-section h2:after {
    content:"";
    display:block;
    width:66px;
    height:2px;
    margin:10px auto 0;
    border-radius:999px;
    background:linear-gradient(90deg, var(--tr-blue), var(--tr-yellow));
}
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    color:#fff;
    font-size:18px;
}

.player-section,
.episodes-section,
.trailer-box,
.episode-nav {
    padding:22px;
    margin:22px 0;
}
.fplayer-title {
    padding:0;
    background:transparent;
}
.fplayer {
    overflow:hidden;
    border:1px solid var(--tr-line);
    border-radius:14px;
    background:#090a0c;
    box-shadow:0 18px 40px rgba(0,0,0,.32);
}
.fplayer .tabs-sel {
    min-height:44px;
    height:auto;
    line-height:normal;
    padding:8px;
    background:#15171c;
}
.fplayer .tabs-sel > span {
    height:auto;
    margin:0 6px 6px 0;
    padding:9px 12px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:999px;
    background:rgba(255,255,255,.035);
}
.fplayer .tabs-sel > span.current {
    color:#111318;
    background:linear-gradient(180deg, var(--tr-yellow), var(--tr-yellow-2));
}
.video-box {
    overflow:hidden;
    border-radius:14px;
}
.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
    height:auto;
    aspect-ratio:16 / 9;
    min-height:320px;
}

.episode-grid {
    display:grid;
    grid-template-columns:repeat(6, minmax(0, 1fr));
    gap:10px;
}
.episode-grid .b-simple_episode__item {
    display:block;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)), #17191e;
    box-shadow:0 10px 20px rgba(0,0,0,.18);
    transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.episode-grid .b-simple_episode__item a {
    padding:14px 10px;
    text-align:center;
    font-weight:600;
}
.episode-grid .b-simple_episode__item:hover,
.episode-grid .b-simple_episode__item.current {
    transform:translateY(-2px);
    border-color:rgba(255,219,76,.45);
    background:linear-gradient(180deg, rgba(255,219,76,.16), rgba(109,144,168,.08)), #1b1d22;
}
.episode-grid .b-simple_episode__item.current a {
    color:var(--tr-yellow);
}

.rels {
    padding:20px;
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius);
    background:var(--tr-panel);
}
.rels {
    margin-top:24px;
    margin-bottom:24px;
    padding:22px;
    overflow:hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(109,144,168,.12), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
        var(--tr-panel);
}
.rels:before {
    display:none;
}
.rels-t {
    margin-bottom:18px;
}
.rels-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(132px, 168px));
    justify-content:center;
    gap:16px;
}
.rels-grid .rel-card {
    position:relative;
    display:block;
    width:auto;
    min-width:0;
    margin:0;
    padding:10px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.075);
    border-radius:18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(109,144,168,.14), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012)),
        #1b1e25;
    box-shadow:0 12px 28px rgba(0,0,0,.18);
    text-align:left;
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.rels-grid .rel-card:hover {
    transform:translateY(-3px);
    border-color:rgba(255,219,76,.34);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,219,76,.13), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.016)),
        #1f232c;
    box-shadow:0 18px 38px rgba(0,0,0,.28);
}
.rels-grid .rel-card-img {
    width:100%;
    height:auto;
    aspect-ratio:2 / 3;
    margin:0 0 10px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    background:#111318;
    box-shadow:0 10px 22px rgba(0,0,0,.24);
}
.rels-grid .rel-card-img img {
    transition:transform .22s ease, filter .22s ease;
}
.rels-grid .rel-card:hover .rel-card-img img {
    transform:scale(1.045);
    filter:saturate(1.08) contrast(1.04);
}
.rels-grid .rel-card-title {
    display:-webkit-box;
    height:auto;
    min-height:38px;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    color:#eef2f7;
    font-size:15px;
    font-weight:800;
    line-height:1.18;
    letter-spacing:-.02em;
    text-align:center;
}
.rels-grid .rel-card:hover .rel-card-title {
    color:var(--tr-yellow);
}

@media screen and (max-width: 950px) {
    .main {padding:18px 12px;}
    .site-desc .portal-home,
    .portal-page,
    .fpage,
    .player-section,
    .episodes-section,
    .episode-nav,
    .trailer-box,
    .portal-seo,
    .portal-inline-block,
    .fdesc {border-radius:14px;}
    .portal-card-grid {grid-template-columns:repeat(3, minmax(0, 1fr));}
    .portal-actor-grid {grid-template-columns:repeat(2, minmax(0, 1fr));}
    .episode-grid {grid-template-columns:repeat(4, minmax(0, 1fr));}
}

@media screen and (max-width: 590px) {
    .main {padding:12px 8px;}
    .site-desc .portal-home,
    .portal-page,
    .fpage,
    .player-section,
    .episodes-section,
    .episode-nav,
    .trailer-box,
    .portal-seo,
    .portal-inline-block,
    .fdesc {
        padding:16px;
        border-radius:13px;
    }
    .portal-home h1,
    .portal-page h1,
    .ftitle h1 {
        font-size:24px;
    }
    .portal-actions,
    .show-tabs,
    .episode-nav {
        justify-content:flex-start;
        border-radius:13px;
    }
    .show-tabs {
        overflow-x:auto;
        flex-wrap:nowrap;
        justify-content:flex-start;
    }
    .show-tabs a {
        flex:0 0 auto;
    }
    .portal-episode-list,
    .portal-collection-grid,
    .portal-filter {
        grid-template-columns:1fr;
    }
    .portal-card-grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:10px;
    }
    .portal-actor-grid {
        grid-template-columns:1fr;
    }
    .fcols {
        padding-left:0;
    }
    .fposter {
        width:220px;
        margin:0 auto 48px;
        float:none;
    }
    .finfo {
        float:none;
    }
    .episode-grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:8px;
    }
    .video-box embed,
    .video-box object,
    .video-box video,
    .video-box iframe,
    .video-box frame {
        min-height:220px;
    }
}

@media screen and (max-width: 390px) {
    .portal-card-grid,
    .episode-grid {
        grid-template-columns:1fr;
    }
}

/* TurOchek mobile overflow guards */
.portal-page,
.site-desc .portal-home,
.fpage,
.player-section,
.episodes-section,
.episode-nav,
.trailer-box,
.portal-seo,
.portal-inline-block,
.fplayer,
.video-box {
    max-width:100%;
}
.portal-home h1,
.portal-page h1,
.ftitle h1,
.fplayer-title,
.fdesc-title,
.portal-card h3,
.portal-episode-main strong {
    overflow-wrap:anywhere;
}

@media screen and (max-width: 590px) {
    .fplayer-title {
        font-size:20px;
        line-height:1.3;
    }
    .portal-actions a,
    .show-tabs a,
    .episode-nav .button,
    .portal-chip-list a {
        white-space:normal;
        line-height:1.25;
    }
    .fplayer .tabs-sel {
        white-space:normal;
    }
    .fplayer .tabs-sel > span {
        font-size:12px;
        line-height:1.25;
    }
    .episode-grid .b-simple_episode__item a {
        overflow-wrap:anywhere;
    }
}

/* TurOchek whole-template polish */
.header {
    background:
        radial-gradient(circle at 8% 0%, rgba(109,144,168,.18), transparent 28%),
        linear-gradient(180deg, #2d313a, #262a32);
    border-bottom:1px solid rgba(255,255,255,.06);
}
.karusel {
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        #282b33;
    border-bottom:1px solid rgba(255,255,255,.06);
}
.side {
    background:linear-gradient(180deg, #2b2f38, #242832);
}
.side-bt {
    padding:13px 20px;
    background:linear-gradient(180deg, #1b1d23, #17191e);
    border-top:1px solid rgba(255,255,255,.05);
    border-bottom:1px solid rgba(255,255,255,.05);
    letter-spacing:.02em;
}
.side-bc {
    background:rgba(255,255,255,.018);
}
.nav-title {
    color:#fff;
    letter-spacing:.03em;
}
.nav-menu a,
.side a {
    text-decoration:none;
}
.nav-menu a {
    display:inline-block;
    padding:4px 0;
    border-bottom:1px solid rgba(255,219,76,.18);
}
.nav-menu a:hover,
.side a:hover {
    color:var(--tr-yellow);
}
.side-item1 {
    padding:8px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:12px;
    background:rgba(20,22,27,.48);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.side-item1:hover {
    transform:translateY(-2px);
    border-color:rgba(255,219,76,.36);
    box-shadow:0 14px 28px rgba(0,0,0,.25);
}
.si1-img,
.top-img,
.top-carou,
.side-carou {
    border-radius:10px;
    background:#111318;
}
.si1-ser {
    border-radius:0 0 0 10px;
    background:rgba(109,144,168,.92);
}
.side-popular-box .side-bt {
    position:relative;
}
.side-popular-box .side-bt:after {
    content:"";
    display:block;
    width:58px;
    height:2px;
    margin-top:9px;
    border-radius:999px;
    background:linear-gradient(90deg, var(--tr-blue), var(--tr-yellow));
}
.side-popular-grid {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
    padding:18px 18px 22px;
    align-items:start;
    justify-content:initial;
}
.side-popular-grid .side-item1 {
    position:relative;
    width:auto;
    min-width:0;
    margin:0;
    padding:10px;
    border:1px solid rgba(255,255,255,.075);
    border-radius:18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(109,144,168,.16), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012)),
        #1b1e25;
    box-shadow:0 12px 28px rgba(0,0,0,.18);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.side-popular-grid .side-item1:hover {
    transform:translateY(-3px);
    border-color:rgba(255,219,76,.34);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,219,76,.13), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.016)),
        #1e222b;
    box-shadow:0 18px 38px rgba(0,0,0,.28);
}
.side-popular-grid .si1-img {
    width:100%;
    height:auto;
    aspect-ratio:2 / 3;
    margin:0 0 10px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    background:#111318;
    box-shadow:0 10px 22px rgba(0,0,0,.24);
}
.side-popular-grid .si1-img a {
    display:block;
    width:100%;
    height:100%;
}
.side-popular-grid .si1-img img {
    transition:transform .22s ease, filter .22s ease;
}
.side-popular-grid .side-item1:hover .si1-img img {
    transform:scale(1.045);
    filter:saturate(1.08) contrast(1.04);
}
.side-popular-grid .si1-ser {
    top:8px;
    right:8px;
    padding:5px 9px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    color:#fff;
    background:rgba(26,36,46,.72);
    box-shadow:0 10px 22px rgba(0,0,0,.22);
    font-size:13px;
    font-weight:800;
    line-height:1;
    letter-spacing:.02em;
    backdrop-filter:blur(8px);
}
.side-popular-grid .si1-title {
    display:-webkit-box;
    height:auto;
    min-height:38px;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    color:#eef2f7;
    font-size:16px;
    font-weight:800;
    line-height:1.18;
    letter-spacing:-.02em;
}
.side-popular-grid .si1-title:hover {
    color:var(--tr-yellow);
}
.side-cats-box .side-bt,
.side-best-box .side-bt {
    position:relative;
}
.side-cats-box .side-bt:after,
.side-best-box .side-bt:after {
    content:"";
    display:block;
    width:58px;
    height:2px;
    margin-top:9px;
    border-radius:999px;
    background:linear-gradient(90deg, var(--tr-blue), var(--tr-yellow));
}
#side-nav {
    padding:18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(109,144,168,.10), transparent 30%),
        rgba(255,255,255,.018);
}
#side-nav .nav-title {
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 11px;
    color:#fff;
    font-size:16px;
    font-weight:900;
    line-height:1.1;
    letter-spacing:.045em;
}
#side-nav .nav-title:not(:first-child) {
    margin-top:20px;
}
#side-nav .nav-title:before {
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--tr-yellow);
    box-shadow:0 0 0 6px rgba(255,219,76,.08);
}
#side-nav .nav-menu {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:9px;
    margin:0;
    padding:0;
}
#side-nav .nav-menu li {
    display:contents;
    width:auto;
}
#side-nav .nav-menu a {
    position:relative;
    display:flex;
    align-items:center;
    min-height:39px;
    margin:0;
    padding:9px 10px 9px 27px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.075);
    border-radius:13px;
    color:#dce2eb;
    background:
        linear-gradient(135deg, rgba(109,144,168,.12), transparent 46%),
        rgba(19,21,26,.56);
    box-shadow:0 9px 20px rgba(0,0,0,.14);
    font-size:14px;
    font-weight:800;
    line-height:1.12;
    white-space:normal;
    transition:transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
#side-nav .nav-menu a:before {
    content:"";
    position:absolute;
    left:11px;
    top:50%;
    width:6px;
    height:6px;
    margin-top:-3px;
    border-radius:50%;
    background:rgba(255,219,76,.78);
}
#side-nav .nav-menu a:hover {
    transform:translateY(-2px);
    border-color:rgba(255,219,76,.34);
    color:#fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,219,76,.12), transparent 38%),
        rgba(29,33,41,.92);
    box-shadow:0 14px 28px rgba(0,0,0,.24);
}
.side-best-list {
    counter-reset:a;
    padding:18px;
}
.side-best-list .top-item {
    position:relative;
    margin:0;
    text-decoration:none;
}
.side-best-list .top-item:first-child {
    display:block;
    overflow:hidden;
    margin-bottom:13px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    background:#111318;
    box-shadow:0 18px 42px rgba(0,0,0,.28);
}
.side-best-list .top-item:first-child:after {
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:48%;
    pointer-events:none;
    background:linear-gradient(0deg, rgba(0,0,0,.78), transparent);
}
.side-best-list .top-img {
    width:100%;
    height:390px;
    margin:0;
    border-radius:22px;
    background:#111318;
}
.side-best-list .top-img img {
    transition:transform .25s ease, filter .25s ease;
}
.side-best-list .top-item:hover .top-img img {
    transform:scale(1.04);
    filter:saturate(1.08) contrast(1.04);
}
.side-best-list .top-title {
    display:block;
    height:auto;
    overflow:hidden;
    color:#e8edf5;
    font-weight:900;
    letter-spacing:-.02em;
    white-space:normal;
    text-overflow:clip;
}
.side-best-list .top-item:first-child .top-title {
    position:absolute;
    z-index:2;
    left:12px;
    right:12px;
    bottom:12px;
    padding:11px 13px 11px 53px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:15px;
    background:rgba(18,21,27,.70);
    box-shadow:0 12px 28px rgba(0,0,0,.24);
    color:#fff;
    font-size:18px;
    line-height:1.15;
    backdrop-filter:blur(10px);
}
.side-best-list .top-item:not(:first-child) {
    display:block;
    min-height:46px;
    margin-top:8px;
    padding:11px 12px 11px 55px;
    border:1px solid rgba(255,255,255,.075);
    border-radius:14px;
    background:
        linear-gradient(135deg, rgba(109,144,168,.12), transparent 44%),
        rgba(19,21,26,.58);
    box-shadow:0 9px 20px rgba(0,0,0,.13);
    transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.side-best-list .top-item:not(:first-child):hover {
    transform:translateY(-2px);
    border-color:rgba(255,219,76,.34);
    background:rgba(29,33,41,.92);
    box-shadow:0 14px 28px rgba(0,0,0,.23);
}
.side-best-list .top-item:not(:first-child) .top-title {
    padding:0;
    color:#dce2eb;
    font-size:15px;
    line-height:1.18;
}
.side-best-list .top-item:hover .top-title {
    color:var(--tr-yellow);
}
.side-best-list .top-item .top-title:before {
    width:30px;
    height:30px;
    border-radius:10px;
    color:#111318;
    background:linear-gradient(180deg, var(--tr-yellow), var(--tr-yellow-2));
    box-shadow:0 10px 20px rgba(255,219,76,.14), 0 8px 18px rgba(0,0,0,.24);
    font-size:15px;
    font-weight:900;
    line-height:30px;
}
.side-best-list .top-item:first-child .top-title:before {
    left:12px;
    top:50%;
    margin-top:-15px;
}
.side-best-list .top-item:not(:first-child) .top-title:before {
    left:-43px;
    top:50%;
    margin-top:-15px;
}
.top-title:before {
    box-shadow:0 6px 14px rgba(109,144,168,.28);
}
.short {
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    background:
        linear-gradient(135deg, rgba(109,144,168,.12), transparent 36%),
        #2a2d34;
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.short:hover {
    transform:translateY(-3px);
    border-color:rgba(255,219,76,.26);
    box-shadow:0 22px 48px rgba(0,0,0,.34);
}
.short-img,
.short-img img {
    border-radius:12px;
}
.short-title:hover {
    color:var(--tr-yellow);
}
.styleh2 {
    margin-bottom:18px;
    padding:16px 18px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    background:rgba(255,255,255,.025);
}
.styleh2 h2 {
    color:#fff;
    letter-spacing:.02em;
}
.portal-bottom-desc {
    margin-top:24px;
    padding:24px;
    border:1px solid var(--tr-line);
    border-radius:var(--tr-radius);
    background:
        radial-gradient(circle at 100% 0%, rgba(255,219,76,.1), transparent 30%),
        linear-gradient(145deg, #2b2f38, #23262e);
    box-shadow:var(--tr-shadow-soft);
}
.portal-bottom-desc h2 {
    color:#fff;
    font-size:24px;
}
.portal-bottom-desc p {
    color:#d9dde6;
    line-height:1.75;
}

/* TurOchek schedule */
.portal-subtitle {
    margin:20px 0 12px;
    color:#fff;
    font-size:18px;
    text-align:center;
}
.portal-schedule-board {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(238px, 1fr));
    gap:18px;
    align-items:stretch;
}
.portal-schedule-card {
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:238px;
    padding:20px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    background:
        radial-gradient(circle at 96% 0%, rgba(255,219,76,.18), transparent 28%),
        radial-gradient(circle at 0% 16%, rgba(109,144,168,.20), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
        #181a20;
    box-shadow:0 16px 36px rgba(0,0,0,.25);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.portal-schedule-card:before {
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(135deg, rgba(255,255,255,.08), transparent 35%);
    opacity:.65;
}
.portal-schedule-card:after {
    content:"";
    position:absolute;
    right:17px;
    top:17px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--tr-yellow);
    box-shadow:0 0 0 6px rgba(255,219,76,.10);
}
.portal-schedule-card:hover {
    transform:translateY(-4px);
    border-color:rgba(255,219,76,.38);
    box-shadow:0 24px 54px rgba(0,0,0,.36);
}
.portal-schedule-card strong,
.portal-schedule-card em,
.portal-schedule-card span,
.portal-schedule-card small {
    position:relative;
    z-index:1;
    display:block;
}
.portal-schedule-card strong {
    margin:14px 0 7px;
    color:#fff;
    font-size:22px;
    line-height:1.16;
    letter-spacing:-.02em;
}
.portal-schedule-card em {
    color:var(--tr-muted);
    font-style:normal;
    font-size:14px;
    line-height:1.25;
}
.portal-schedule-head {
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) auto;
    align-items:center;
    column-gap:11px;
    row-gap:7px;
    max-width:calc(100% - 30px);
}
.portal-schedule-date {
    min-width:0;
    max-width:100%;
    color:var(--tr-yellow);
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.18;
    letter-spacing:.035em;
}
.portal-schedule-episode {
    margin-top:17px;
    padding:12px 13px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    color:#dce2eb;
    background:rgba(0,0,0,.17);
    font-weight:700;
    line-height:1.32;
}
.portal-schedule-status {
    display:inline-block !important;
    width:max-content;
    max-width:100%;
    margin:0;
    padding:7px 12px;
    border-radius:999px;
    color:#111318;
    background:linear-gradient(180deg, var(--tr-yellow), var(--tr-yellow-2));
    font-size:12px;
    font-weight:800;
    justify-self:end;
    white-space:normal;
    line-height:1.15;
}
.portal-schedule-card.is-ready .portal-schedule-status {
    color:#fff;
    background:linear-gradient(180deg, #35b779, #208e5a);
}
.portal-schedule-card.is-waiting .portal-schedule-status {
    color:#fff;
    background:linear-gradient(180deg, #6d90a8, #4f738c);
}
.portal-schedule-card small {
    margin-top:12px;
    color:#9fa7b4;
    font-size:13px;
    line-height:1.35;
}
.portal-schedule-note {
    margin:16px auto 0;
    max-width:850px;
    color:#b9c0ca;
    text-align:center;
    font-size:13px;
}
.portal-trcont-list {
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:10px;
}
.portal-trcont-item {
    padding:14px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:13px;
    background:#181a20;
    transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.portal-trcont-item:hover {
    transform:translateY(-2px);
    border-color:rgba(142,177,201,.42);
    background:#1d2027;
}
.portal-trcont-item strong,
.portal-trcont-item span,
.portal-trcont-item em {
    display:block;
}
.portal-trcont-item strong {
    color:#fff;
    line-height:1.35;
}
.portal-trcont-item span {
    margin-top:7px;
    color:#c4cad4;
    font-size:13px;
}
.portal-trcont-item em {
    margin-top:5px;
    color:#858d9a;
    font-size:12px;
    font-style:normal;
}

@media screen and (max-width: 950px) {
    .portal-schedule-board {
        grid-template-columns:repeat(2, minmax(220px, 1fr));
    }
    .portal-trcont-list {
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 590px) {
    .portal-bottom-desc {
        padding:16px;
    }
    .portal-schedule-board,
    .portal-trcont-list {
        grid-template-columns:1fr;
    }
    .portal-schedule-card {
        min-height:0;
        border-radius:18px;
    }
    .portal-schedule-head {
        max-width:100%;
    }
}

/* TurOchek top carousel and breadcrumbs polish */
.speedbar,
.speedbar.nowrap {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:7px;
    width:100%;
    min-height:58px;
    margin:0 0 22px;
    padding:14px 20px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.09);
    border-radius:999px;
    color:#aeb6c3;
    background:
        radial-gradient(circle at 0% 0%, rgba(109,144,168,.16), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.016)),
        rgba(28,31,39,.84);
    box-shadow:0 18px 44px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.045);
    font-size:14px;
    font-weight:800;
    line-height:1.35;
    white-space:normal;
}
.speedbar:before {
    content:"";
    flex:0 0 auto;
    width:9px;
    height:9px;
    margin-right:2px;
    border-radius:50%;
    background:linear-gradient(180deg, var(--tr-yellow), var(--tr-yellow-2));
    box-shadow:0 0 0 7px rgba(255,219,76,.08);
}
.speedbar a {
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:5px 9px;
    border:1px solid transparent;
    border-radius:999px;
    color:#dfe5ee;
    text-decoration:none;
    transition:color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.speedbar a:hover {
    transform:translateY(-1px);
    border-color:rgba(255,219,76,.26);
    color:#fff;
    background:rgba(255,255,255,.055);
    text-decoration:none;
}
.karusel {
    height:auto;
    min-height:236px;
    margin:0;
    padding:24px 72px;
    overflow:hidden;
    border-top:1px solid rgba(255,255,255,.075);
    border-bottom:1px solid rgba(255,255,255,.075);
    background:
        radial-gradient(circle at 7% 0%, rgba(109,144,168,.20), transparent 30%),
        radial-gradient(circle at 92% 0%, rgba(255,219,76,.10), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
        #262a33;
    box-shadow:0 22px 46px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}
.karusel:before,
.karusel:after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    z-index:4;
    width:84px;
    pointer-events:none;
}
.karusel:before {
    left:0;
    background:linear-gradient(90deg, rgba(26,29,36,.92), transparent);
}
.karusel:after {
    right:0;
    background:linear-gradient(270deg, rgba(26,29,36,.92), transparent);
}
#owl-top {
    position:relative;
    z-index:3;
}
#owl-top .owl-stage-outer {
    padding:4px 0 12px;
}
#owl-top .owl-stage {
    display:flex;
    align-items:stretch;
}
#owl-top .owl-item {
    display:flex;
}
.top-carou {
    position:relative;
    display:block;
    float:none;
    width:132px;
    height:190px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.10);
    border-radius:19px;
    background:#111318;
    box-shadow:0 16px 34px rgba(0,0,0,.30);
    transform:translateZ(0);
    transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease;
}
.top-carou:before {
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), transparent 32%),
        linear-gradient(0deg, rgba(0,0,0,.76), transparent 48%);
    opacity:.55;
    transition:opacity .22s ease;
}
.top-carou img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    transition:transform .28s ease, filter .28s ease;
}
.top-carou .tc-title {
    display:-webkit-box;
    z-index:2;
    left:9px;
    right:9px;
    bottom:9px;
    width:auto;
    min-height:0;
    padding:8px 9px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.13);
    border-radius:13px;
    color:#fff;
    background:rgba(17,19,24,.72);
    box-shadow:0 10px 22px rgba(0,0,0,.22);
    font-size:13px;
    font-weight:900;
    line-height:1.15;
    text-align:left;
    text-overflow:ellipsis;
    opacity:0;
    transform:translateY(8px);
    backdrop-filter:blur(8px);
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    transition:opacity .22s ease, transform .22s ease, background .22s ease;
}
.top-carou:hover {
    transform:translateY(-4px);
    border-color:rgba(255,219,76,.42);
    box-shadow:0 24px 48px rgba(0,0,0,.40);
    filter:saturate(1.06);
}
.top-carou:hover:before {
    opacity:1;
}
.top-carou:hover img {
    transform:scale(1.055);
    filter:contrast(1.04);
}
.top-carou:hover .tc-title {
    opacity:1;
    transform:translateY(0);
}
.karusel .owl-nav {
    position:absolute;
    top:0;
    bottom:0;
    left:-72px;
    right:-72px;
    z-index:8;
    pointer-events:none;
}
.karusel .owl-prev,
.karusel .owl-next {
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:62px;
    top:50%;
    margin-top:0;
    border:1px solid rgba(255,255,255,.11);
    border-radius:18px;
    color:#e9eef6;
    background:rgba(17,19,24,.78);
    box-shadow:0 16px 34px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.045);
    transform:translateY(-50%);
    pointer-events:auto;
    backdrop-filter:blur(10px);
    transition:transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.karusel .owl-prev {
    left:16px;
}
.karusel .owl-next {
    right:16px;
}
.karusel .owl-prev:hover,
.karusel .owl-next:hover {
    transform:translateY(-50%) scale(1.04);
    border-color:rgba(255,219,76,.34);
    color:#111318;
    background:linear-gradient(180deg, var(--tr-yellow), var(--tr-yellow-2));
    box-shadow:0 20px 42px rgba(0,0,0,.38), 0 0 0 5px rgba(255,219,76,.08);
}
.karusel .owl-prev .fa,
.karusel .owl-next .fa {
    font-size:18px;
    line-height:1;
}

@media screen and (max-width: 950px) {
    .karusel {
        min-height:214px;
        padding:20px 60px;
    }
    .karusel .owl-nav {
        left:-60px;
        right:-60px;
    }
    .top-carou {
        width:118px;
        height:174px;
        border-radius:17px;
    }
}

@media screen and (max-width: 590px) {
    .speedbar,
    .speedbar.nowrap {
        min-height:0;
        padding:12px 14px;
        border-radius:19px;
        font-size:13px;
    }
    .speedbar a {
        min-height:28px;
        padding:4px 7px;
    }
    .karusel {
        min-height:190px;
        padding:16px 42px;
    }
    .karusel:before,
    .karusel:after {
        width:58px;
    }
    .karusel .owl-nav {
        left:-42px;
        right:-42px;
    }
    .top-carou {
        width:102px;
        height:154px;
        border-radius:15px;
    }
    .top-carou .tc-title {
        display:none;
    }
    .karusel .owl-prev,
    .karusel .owl-next {
        width:36px;
        height:52px;
        border-radius:14px;
    }
    .karusel .owl-prev {
        left:8px;
    }
    .karusel .owl-next {
        right:8px;
    }
}
