/* Datalife Engine template 
name: Cool Serial (RENEWED PALETTE),
creation date: 13 april 2020, 
version dle: 12-14
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; 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;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

/* ——— НАСТРОЙКА ОСНОВНЫХ ЦВЕТОВ ——— */
:root {
  --main-bg: #171e22;
  --panel-bg: #1d262c;
  --footer-bg: #181b23;
  --accent: #7adfff;
  --accent-hover: #5050ec;
  --accent-dark: #ffffff;
  --hover: #e8faa8;
  --border-radius: 14px;
  --txt-main: #b3d3e3;
  --txt-mute: #8cbad8;
  --txt-strong: #fffffe;
  --btn-bg: #7adfff;
  --btn-hover: #00b3ae;
  --btn-text: #101a1e;
  --btn-radius: 12px;
  --btn-shadow: 0 10px 20px 0 rgba(122,223,255,0.08);
  --input-bg: #232d35;
  --input-focus: #009ca6;
  --placeholder: #aac9d6;
  --success: #50ecb7;
  --danger: #f45060;
  --gray: #3c4656;
  --icon-accent: #7adfff;
}

/* ——— ОБЩИЕ СТИЛИ ——— */
body {
    font: 16px 'Montserrat', sans-serif;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    color: var(--txt-main);
    background: var(--main-bg);
    min-height: 100%;
    width: 100%;
    font-weight: 400;
}
a {color: var(--accent); text-decoration: none;}
a:hover, a:focus {color: var(--hover); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 25px; color: var(--txt-strong);}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 17px; font-family: 'Montserrat' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, 
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 24px; height: 44px; line-height: 44px;
border-radius: var(--btn-radius); cursor: pointer; font-weight: 500;
background-color: var(--btn-bg); color:var(--btn-text); font-size: 16px;
box-shadow: var(--btn-shadow);}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover, 
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color: var(--btn-hover); color: #fff; box-shadow: 0 10px 26px 0 rgba(0,179,174,0.18);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 2px 7px 0 rgba(0,0,0,0.13);}

input[type="text"], input[type="password"] {height: 44px; line-height: 44px;
border-radius: 8px; border: 0; padding: 0 20px;}
select {height: 44px; border: 0; padding: 0 20px;}
textarea {padding: 20px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {
    width: 100%; background-color: var(--input-bg); color: var(--txt-main);
    box-shadow: inset 0 0 0 1.5px var(--gray), inset 1px 2px 7px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: 0 0 0 2px var(--input-focus);}
input::placeholder, textarea::placeholder {color: var(--placeholder); opacity: 1; font-size: 15px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 71%;}
.img-resp-vert {padding-top: 136%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {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;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 700;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 12px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 12px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .popular-item-img:before, .short-item a, .sidebar a, .header-btn, 
.short-img, .footer a, .side-nav a {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 32px; font-size: 25px !important; font-weight: 700;}
#dle-content > * {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding: 36px;}
.wrap-center {max-width:1325px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {background-color: var(--panel-bg); border-radius: 24px; box-shadow: 0 16px 36px rgba(32,38,44,0.93);}
.header {padding: 26px 48px; background-color: var(--panel-bg); border-radius: 24px 24px 0 0;}
.cols {padding: 48px 48px;}
.main {min-height: 100vh;}
.sidebar {width: 320px; margin-right: 44px;}
.footer {
    background: var(--footer-bg) url(../images/favicon.svg) 44px 16px / 44px no-repeat;
    padding: 24px 48px 24px 110px;
    color: var(--txt-mute);
    border-radius: 0 0 14px 14px;
}
.footer a {color: var(--accent); text-decoration: underline;}

#gotop{position:fixed; width:64px; height:64px; line-height:64px; right:18px; bottom:18px;
z-index:990; display:none; background-color:var(--gray); color:var(--accent); cursor:pointer; font-size:30px; 
border-radius:50%; text-align:center; box-shadow: 0 24px 65px rgba(22,188,220,0.21);}


/* HEADER
----------------------------------------------- */
.logo {display: block; height: 54px; line-height: 64px; color: var(--accent); font-weight: 400; margin-top: -6px;
	font-size: 38px; background: url(../images/favicon.svg) 0 center / 44px no-repeat; padding-left: 52px;}
.logo span {font-weight: 700; color: var(--hover);}
.logo span.logo-domain {color: var(--accent-dark); font-size: 19px; font-weight: 400;}
.header-btn {padding: 0 48px;}
.search-wrap {position:relative; margin: 0 24px 0 48px;}
.search-box input, .search-box input:focus {padding: 0 55px 0 20px; border-radius: 12px; 
	box-shadow: 0 12px 20px 0 rgba(0,180,207,0.16);}
.search-box input:not(:focus)::placeholder {color: var(--placeholder); opacity: 1; font-size: 13px;} 
.search-box button {position:absolute; right:0px; top:0px; z-index:10; width: 55px; cursor: pointer; 
background: none; color: var(--accent); line-height: 44px; text-align: center; border-radius: 0 22px 22px 0;}

.carou-content {height: 220px;}
.carou-sect {padding: 24px 48px; background-color: var(--gray);}
.carou-title {font-size: 19px; font-weight: 500; margin-bottom: 18px;}
.popular-item-img {display: block; border-radius: 12px; height: 210px;}
.popular-item-title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
	padding: 20px; color: var(--txt-main); font-weight: 500; word-wrap: break-word;}
.popular-item-img:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 70%; 
	background: linear-gradient(to bottom, transparent 0%,var(--panel-bg) 100%); opacity: 1;}
.popular-item:hover .popular-item-img:before, .popular-item:hover .popular-item-title {opacity: 0;}


/* SIDEBAR
----------------------------------------------- */
.side-box {margin-bottom: 44px;}
.side-bt {font-size: 19px; font-weight: 500; margin-bottom: 22px;}
.mb-remove {margin-bottom: -20px;}

.nav-col {width: 56%;}
.nav-col + .nav-col {width: 40%;}
.nav-title {font-weight: 500; margin-bottom: 11px;}
.nav-menu + .nav-title {margin-top: 14px;}
.nav-menu a {display:block; padding: 5px 0; font-size: 14px; color: var(--txt-mute);}
.nav-menu a:hover, a.short-title:hover, .side-popular-item:hover .side-popular-item-title 
{text-decoration: underline; color: var(--accent);}

.side-popular-item {margin-bottom: 24px;}
.side-popular-item-img {width: 80px; height: 104px; border-radius: 8px; margin-right: 22px;}
.side-popular-item-title {font-weight: 500;}
.side-popular-item-info {color: var(--txt-mute); margin-top: 11px; font-size: 14px;}
.side-popular-item-date {color: var(--txt-mute); margin-top: 10px; font-size: 11px; font-weight: 300;}

.side-recommend-item {display: block; margin-bottom: 22px; width: 48%;}
.side-recommend-item-img {border-radius: 14px;}
.side-recommend-item:hover {opacity: 0.92;}

.lcomm {margin-bottom: 22px;}
.ltitle {display: block; line-height: 1.1; font-weight: 300; font-size: 14px; margin-top: 11px; padding-left: 2px;}
.ltext {line-height: 1.4; background-color: var(--panel-bg); padding: 13px; border-radius: 12px;}
.lmeta {font-size: 14px; margin: 11px 0; color: var(--txt-mute); font-weight: 300;}
.ldate, .lav, .lname {display: inline-block; vertical-align: middle; margin-right: 9px;}
.lav {width: 22px; height: 22px; border-radius: 50%;}
.lcomm .comm-letter {line-height: 22px; font-size: 13px;}
.lname {color: var(--txt-mute); font-weight: 400;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 44px;}
.sect-header {margin-bottom: 22px;}
.sect:last-child {margin-bottom: 0;}
.sect-title {font-weight: 700; font-size: 25px;}
.sect-title [class*=fa-], .side-bt [class*=fa-], .speedbar [class*=fa-], .carou-title [class*=fa-] {
    color: var(--accent); margin-right: 16px;}
.sorter, .sect-link {position:relative; cursor:pointer; height: 34px; line-height: 34px; margin-left: 17px;
    padding: 0 13px; background-color: var(--footer-bg); border-radius: 8px; font-size: 14px; display: block;}
.sorter:before {content:attr(data-label); display: inline-block; vertical-align: top;}
.sorter > span {display: inline-block; vertical-align: top; margin-left: 3px;}
.sorter form {display:none; background-color:var(--gray); padding:13px; line-height:27px; box-shadow:0 0 18px 0 rgba(0,179,174,0.16); 
position:absolute; right:0; top:100%; width:170px; z-index:999; border-radius: 6px;}
.sorter a:hover {text-decoration:underline;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:"Font Awesome 5 Pro"; 
display:inline-block; margin-left:13px; font-weight: 300;}
.sort li.desc a:after {content:"\f062"}
.sorter:hover, .sect-link:hover {background-color: var(--accent); color: #fff;}


/* SHORT ITEM
----------------------------------------------- */
.short-item {margin-bottom: 24px; padding: 24px; border-radius: 12px; background-color: var(--footer-bg);}
.short-img {width: 182px; height: 265px; margin-right: 24px; 
	display: block; border-radius: 12px; box-shadow: 0 6px 16px rgba(0,144,255,0.16);}
.short-header {margin-bottom: 12px;}
.short-title {display: block; font-size: 22px; font-weight: 600; line-height: 1.5;}
.short-text {font-size: 15px; line-height: 1.7;}
.short-list li {position: relative; padding-left: 126px; margin: 7px 0; 
	font-size: 15px; line-height: 1.5;}
.short-list li > span:first-child {position: absolute; left: 0; top: 0; color: var(--accent-dark);}
.short-list a {color: var(--accent); border-bottom: 1px dotted var(--accent);}
.short-meta {margin-top: 12px; color: var(--accent-dark); font-size: 14px; font-weight: 300;}
.short-meta-item {margin-right: 24px;}
.short-rating {line-height: 31px; background-color: var(--panel-bg); padding: 0 14px; font-size: 14px;
border-radius: 8px; border: 1.5px solid var(--gray); margin-right: 22px;}
.short-rating .fa-thumbs-up {color: var(--success); margin-right: 11px;}
.short-rating .fa-thumbs-down {color: var(--danger); margin: 0 11px;}
.short-label {background-color: var(--accent); color: var(--panel-bg); padding: 4px 8px; border-radius: 8px;
position: absolute; left: 12px; top: 12px; z-index: 10; font-size: 13px; font-weight: 600;}
.short-btn {height: 32px; line-height: 32px; font-size: 13px; padding: 0 13px; 
	border-radius: 8px; box-shadow: 0 6px 16px rgba(0,144,255,0.11);}
.short-rate-in {line-height: 32px; border-radius: 8px; text-align: center; font-size: 14px; opacity: 0.8;
padding: 0 8px; margin-left: 11px; font-weight: 600; box-shadow: 0 4px 14px rgba(85,200,237,0.15);}
.short-rate-in:before {content: attr(data-text); display: inline; margin-right: 4px; text-transform: uppercase;}
.short-rate-kp {background-color: #00c983; color: #fff;}
.short-rate-imdb {background-color: #ffef00; color: #181b23;}
.mrating {margin-right: 24px; overflow: hidden;}
.mrating a {transition: none}
.short-img:hover {opacity: 0.85;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; color: var(--txt-mute); font-size: 15px; padding-top: 44px;}
.site-desc:before {content: ''; position: absolute; left: 0; top: 0; right: 0; height: 7px;}
.site-desc h1, .site-desc h2 {font-size: 19px; font-weight: 600; margin-bottom: 13px; color: var(--accent);}
.site-desc li {list-style-type: disc; margin-left: 42px;}
.site-desc p {margin-bottom: 11px;}
.site-desc > *:last-child {margin-bottom: 0;}
.site-desc a {color: var(--accent); text-decoration: underline;}
.site-desc img {float: left; max-width: 220px; margin: 0 13px 13px 0;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {margin-bottom: -12px; text-align: center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 13px; 
margin:0 13px 12px 0px; line-height: 54px; min-width: 54px; background-color: var(--footer-bg); 
border-radius: 12px; font-weight: 600; font-size: 18px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: var(--accent); color:var(--panel-bg);}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 14px; color: var(--txt-mute); margin-bottom: 22px;}
.speedbar .fal {margin-right: 9px;}
.fleft {width: 210px; margin-right: 22px;}
.fimg {border-radius: 12px; box-shadow: 0 5px 15px rgba(52,146,206,0.18);}
.ftext {margin: 22px 0;}
.fcols .short-list li {font-size: 14px;}
.fcols .short-meta-item:last-child {margin-right: 0;}
h1 a {margin-left: 12px; font-size: 16px;}
.fcols {padding: 24px; border-radius: 12px; background-color: var(--footer-bg);}
.frels .popular-item-img:before {background: linear-gradient(to bottom, transparent 0%,var(--gray) 100%); opacity: 1;}

.fsubtitle {text-align: center; font-size: 19px; font-weight: 500; margin-bottom: 22px;}
.fplayer {position:relative; background-color: var(--gray);}
.fctrl {padding-right: 22px;}
.fplayer .tabs-sel span {display:inline-block; padding:0 24px; height:44px; line-height:44px; cursor:pointer; 
background-color: rgba(58,92,122,0.47); font-weight: 600;}
.fplayer .tabs-sel span.current {background-color: var(--accent); color:var(--btn-text);}
.fplayer .tabs-sel span:hover {text-decoration: underline;}
.js .tabs-b {background-color: var(--main-bg); display: none;}
.js .tabs-b.visible {display: block;}
.fcompl a:hover, .ffav a:hover, .ffav span:hover {color: var(--accent); cursor: pointer;}
.fcompl, .ffav {margin-left: 22px;}

.fshare {padding: 10px; text-align:center; white-space:nowrap;}
.fshare .fab, .fshare .fas {width:52px; height:32px; border-radius:7px; text-align:center; line-height:32px; 
background-color:#00d0b4; color:#fff; font-size:16px; margin:0 2px; cursor:pointer;}
.fshare .fa:hover {opacity:0.82;}
.fab.fa-vk {background-color:#4576ac;}
.fab.fa-facebook-f {background-color:#375286;}
.fab.fa-twitter {background-color:#1bcbe8;}
.fab.fa-odnoklassniki, .fa.fa-rss {background-color:#ffa046;}
.fas.fa-paper-plane {background-color:#4b8bb9;}
.fshare .fa-facebook-f::before {content: "\f39e" !important;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:424px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 16px;}
.full-text img:not(.emoji) {max-width:100%; margin-top: 12px; margin-bottom: 12px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 13px 13px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 13px 13px;}
.full-text a {text-decoration:underline; color:var(--accent);}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:13px 0; font-size:25px; font-weight:700;}
.full-text p {margin-bottom:12px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:42px;}
.full-text > ol li {list-style:decimal; margin-left:42px;}


/* COMMENTS
----------------------------------------------- */
.add-comms {margin-bottom: 27px; padding: 24px; background-color: var(--footer-bg); border-radius: 12px;}
.ac-inputs input {width: 48.5%; margin-bottom: 18px;}
.ac-textarea textarea {height: 110px; margin-bottom: 18px;}
.add-comms input, .add-comms textarea, .ac-submit button {}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 11px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 22px; color: var(--accent-hover); font-size: 19px;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 44px; text-align: center; 
background-color: var(--main-bg); color: #fff; font-size: 19px; font-weight: 700; text-transform: uppercase;}
.comm-item {font-size: 14px; padding-left: 60px; position: relative; min-height: 44px; margin-bottom: 22px;}
.comm-two {margin: 6px 0 12px 0;}
.comm-one > span {margin-right: 16px; opacity: 0.6;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 600; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.7;}
.comm-three-right li {display: inline-block; margin-left: 16px;}
.comm-rate3 {white-space:nowrap; margin-right: 16px; height: 22px; line-height: 22px; 
	display: inline-block; vertical-align: top; position: relative; top: -2px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.92;}
.comm-rate3 a:first-child {top: -6px;}
.comm-rate3 > span {margin: 0 7px;}
.comm-rate3 > span > span.ratingtypeplus {color: var(--success);}
.comm-rate3 > span > span.ratingplus {color: #71e38b;}
.comm-rate3 > span > span.ratingminus {color: var(--danger);}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: var(--txt-mute); border-bottom: 1px dotted var(--txt-mute);}


/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: var(--main-bg); cursor: pointer;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: var(--panel-bg); padding: 36px 70px 46px 70px; border-top: 6px solid var(--accent); width: 420px; 
box-shadow: 0 19px 66px rgba(0,180,206,0.181);}
.login-close {width: 28px; height: 28px; line-height: 28px; text-align: center; font-size: 26px; 
	cursor: pointer; position: absolute; top: -32px; right: -32px; color: #fff;}
.login-title {font-size: 25px; font-weight: 700; margin-bottom: 16px; text-align: center;}
.login-avatar {width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 17px auto; 
text-align: center; line-height: 64px; font-size: 26px; background-color: var(--footer-bg); color: var(--accent);}
.login-input {margin-bottom: 17px;}
.login-btn button {width: 100%; margin: 16px 0;}
.login-btm a {border-bottom: 1px dotted var(--accent); color: var(--accent); font-size: 14px;}
.login-check {position: relative; font-size: 15px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 40px; height: 34px; line-height: 34px; color: #b3babe;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .34s;}
.login-check span:before{
    left: 0; height: 12px; margin-top: -6px; width: 28px; border-radius: 6px;
    background: var(--main-bg); box-shadow: inset 0 1px 5px rgba(58,155,186,0.11);}
.login-check span:after{
    left: 1px; height: 15px; width: 15px; margin-top: -7px; background: var(--accent);
    border-radius: 7px; box-shadow: 0 1px 5px rgba(0,179,174,0.08);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 6px rgba(0,180,207,0.14);}
.login-menu {border-top: 1.5px solid var(--footer-bg); border-left: 1.5px solid var(--footer-bg);}
.login-menu li {text-align: center; border-right: 1.5px solid var(--footer-bg); border-bottom: 1.5px solid var(--footer-bg); width: 50%;}
.login-menu a {display: block; padding: 12px 7px; font-size: 14px;}
.login-menu li .fa {display: none; height: 30px; font-size: 24px; color: var(--accent);}
.login-admin {text-align: center; margin: -11px 0 27px 0;}
.login-soc-title {display: flex; align-items: center; margin: 31px 0 17px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: var(--footer-bg); flex: 1;}
.login-soc-title:before {margin-right: 16px;}
.login-soc-title:after {margin-left: 16px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 5px; vertical-align:top;}
.login-soc-btns img {display:block; width:32px; height: 32px; border-radius: 50%;}


/**
 * Owl Carousel v2.3.4
 */
.owl-carousel {display: none; opacity: 0; transition: opacity .3s linear; width: 100%; position: relative; z-index: 10;}
.owl-carousel .owl-stage {position: relative;
	display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-item {position: relative; min-height: 1px;}
.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-loading, .owl-carousel.owl-hidden {opacity: 0;}
.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; top:0; z-index: 1;}
.owl-prev, .owl-next {display: block; cursor: pointer; background: none; color: var(--accent); box-shadow: none; 
height: 22px; line-height: 22px; position: absolute; top: -52px; box-shadow: none; font-size: 34px;}
.owl-prev {right:54px; color: var(--accent);}
.owl-next {right:0px;}
.owl-prev:hover, .owl-next:hover {color:var(--hover);}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:300px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:var(--panel-bg);
padding:22px; z-index:9999; position:fixed; left:-340px; top:0; transition:left .44s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(32,38,44,0.41); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 300px; top: -44px; position: fixed; z-index: 9999;
width:44px; height:44px; line-height:44px; text-align:center; font-size:24px; 
background-color: var(--danger); color: #fff; transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .side-nav a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.side-panel .side-box {margin-bottom: 24px;}

@media screen and (max-width: 1220px) {
.wrap {padding: 0; overflow: hidden;}
.header, .footer, .cols, .carou-sect {padding-left: 24px; padding-right: 24px; border-radius: 0; background-image: none;}
.wrap-center {max-width:1020px; border-radius: 0;}
.sidebar {display: none;}
.btn-menu {display: block; font-size: 31px; margin-left: 24px; cursor: pointer; color: var(--accent);}
.cols {padding-top: 24px;}

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

@media screen and (max-width: 950px) {
.wrap-center {max-width:788px;}
.short-meta-item:not(.mrating-count) {display: none;}
.footer {display: block; text-align: center;}
.footer-copyright {margin: 0 0 22px 0;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:660px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -7px;}
.login-title {font-size: 19px;}
.login-box {max-width: calc(100% - 65px); padding: 17px;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin: 0; margin-top: 22px;}
.header-btn {padding: 0 13px;}
.logo {-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; position: relative; margin-right: 22px;}

.fcols {display: block; padding: 0; background-color: transparent;}
.fleft {margin: 0 auto 11px auto;}
.fcols:after {content: ""; display: table; clear: both;}
.short-rates {width: 100%; margin: 11px 0 0 -12px; justify-content: flex-start;} 
.fcols .short-list li {padding-left: 106px;}
.mrating-count {text-align: right; margin-right: 0; margin-left: -22px;}
.ffav, .fcompl {display: none;}
.fplayer .tabs-sel > span {width: 50%; text-align: center;}
.fctrl {padding: 0;}
.fplayer {margin-left: -22px; margin-right: -22px;}

.dcont button {font-size:13px; padding:0 16px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:500px;}
.short-item {width: 49% !important; margin-bottom: 12px; padding: 0; background-color: transparent; border: 0;}
.short-item .short-img {width: 100%; margin: 0; margin-bottom: 12px; padding-top: 136%; height: auto;}
.short-item .short-meta, .short-item .short-list, .short-item .short-rates, .sect-title .fal {display: none;}
.short-item .short-title {white-space: normal; font-size: 16px;}
.short-item .short-img img {position: absolute; left: 0; top: 0;}
.navigation {justify-content: center;}
.sect-title, .logo {font-size: 19px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:320px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 22px;}
.upop-left {margin-bottom:12px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 6px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -16px 0 0; float:none; display:block; padding:0 11px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center22 {max-width:375px;}

.fleft {width: 100%;}
.fimg {height: 156px;}
.fimg img {height: 100%; object-fit: cover;}
.fimg:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 70%; 
	background: linear-gradient(to bottom, transparent 0%,var(--gray) 100%); opacity: 1;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:270px;}
}
