/* Datalife Engine template 
name: AnderewGray Lord (Blue-Gray),
creation date: 14 08 2025, 
version dle: 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;}
body {font: 15px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #e0daff; background: #0f0f14; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #e0daff; text-decoration: none;}
a:hover, a:focus {color: #6a7da0; text-shadow: 0 0 8px rgba(106, 125, 160, 0.5);}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 24px; color: #6a7da0;}
button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; 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 22px; height: 42px; line-height: 42px;
border-radius: 12px; cursor: pointer; font-weight: 500;
background-color: #6a7da0; color:#fff; font-size: 15px;
box-shadow: 0 5px 15px rgba(106, 125, 160, 0.3);}
.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: #5a6c90; color: #fff; box-shadow: 0 10px 20px rgba(90, 108, 144, 0.5);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="text"], input[type="password"] {height: 42px; line-height: 42px;
border-radius: 6px; border: 0; padding: 0 17px;}
select {height: 42px; border: 0; padding: 0 17px;}
textarea {padding: 17px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #16161d; color: #e0daff; 
box-shadow: inset 0 0 0 1px #2a2a3a, inset 1px 2px 5px rgba(0,0,0,0.2);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 2px #6a7da0, inset 1px 2px 5px rgba(0,0,0,0.2);}
input::placeholder, textarea::placeholder {color: #3a3a5a; opacity: 1; font-size: 14px;} 
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: 72%;}
.img-resp-vert {padding-top: 142%;}
.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: 52px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
b, strong, .fw700 {font-weight: 600;}
.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: 24px !important; font-weight: 600;}
#dle-content > * {width: 100%;}
/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding: 32px;}
.wrap-center {max-width:1400px; margin:0 auto; position:relative; z-index:20;} /* Увеличено с 1360px до 1400px */
.wrap-main {background-color: #111118; border-radius: 22px; box-shadow: 0 15px 30px rgba(10, 10, 20, 0.7);}
.header {padding: 22px 42px; background-color: #0d0d12; border-radius: 22px 22px 0 0; border-bottom: 1px solid #2a2a3a;}
.cols {padding: 42px 42px; background-color: #0d0d12;}
.main {min-height: 100vh;}
.sidebar {width: 305px; margin-right: 42px;}
.footer a {color: #6a7da0; text-decoration: underline;}
#gotop{position:fixed; width:62px; height:62px; line-height:62px; right:12px; bottom:12px;
z-index:990; display:none; background-color:#161622; color:#6a7da0; cursor:pointer; font-size:26px; 
border-radius:50%; text-align:center; box-shadow: 0 10px 30px rgba(106, 125, 160, 0.3);}
#gotop:hover {background-color: #1a1a2a; box-shadow: 0 15px 40px rgba(106, 125, 160, 0.5);}
/* HEADER
----------------------------------------------- */
.logo {display: block; height: 52px; line-height: 62px; color: #e0daff; font-weight: 300; margin-top: -12px;
    font-size: 36px; background: url(../images/logo.png) 0 center / 42px no-repeat; padding-left: 47px;}
.logo span {font-weight: 600; color: #6a7da0;}
.logo span.logo-domain {color: #777; font-size: 19px; font-weight: 300;}
.header-btn {padding: 0 42px;}
.search-wrap {position:relative; margin: 0 22px 0 42px;}
.search-box input, .search-box input:focus {padding: 0 52px 0 18px; border-radius: 12px; 
    box-shadow: 0 10px 16px rgba(10, 10, 20, 0.4);}
.search-box input:not(:focus)::placeholder {color: #6a6a8a; opacity: 1; font-size: 13px;} 
.search-box button {position:absolute; right:0px; top:0px; z-index:10; width: 52px; cursor: pointer; 
background: none; color: #6a6a8a; line-height: 42px; text-align: center; border-radius: 0 22px 22px 0;}
.carou-content {height: 205px;}
.carou-sect {padding: 22px 42px; background-color: #0d0d12;}
.carou-title {font-size: 19px; font-weight: 500; margin-bottom: 22px; color: #e0daff;}
.popular-item-img {display: block; border-radius: 12px; height: 205px; box-shadow: 0 4px 12px rgba(10, 10, 20, 0.3);}
.popular-item-title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
    padding: 22px; color: #ffffff; font-weight: 500; word-wrap: break-word;}
.popular-item-img:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 72%; 
    background: linear-gradient(to bottom, transparent 0%,#0d0d12 100%); opacity: 1;}
.popular-item:hover .popular-item-img:before, .popular-item:hover .popular-item-title {opacity: 0;}
/* SIDEBAR
----------------------------------------------- */
.side-box {margin-bottom: 42px; background-color: #14141c; border-radius: 12px; padding: 17px; border: 1px solid #2a2a3a;}
.side-bt {font-size: 19px; font-weight: 500; margin-bottom: 22px; color: #e0daff;}
.mb-remove {margin-bottom: -22px;}
.nav-col {width: 57%;}
.nav-col + .nav-col {width: 42%;}
.nav-title {font-weight: 500; margin-bottom: 11px; color: #888;}
.nav-menu + .nav-title {margin-top: 14px;}
.nav-menu a {display:block; padding: 6px 0; font-size: 14px; color: #777;}
.nav-menu a:hover, a.short-title:hover, .side-popular-item:hover .side-popular-item-title 
{text-decoration: underline; color: #6a7da0;}
.side-popular-item {margin-bottom: 22px;}
.side-popular-item-img {width: 72px; height: 92px; border-radius: 8px; margin-right: 22px;}
.side-popular-item-title {font-weight: 500; color: #e0daff;}
.side-popular-item-info {color: #666; margin-top: 12px; font-size: 14px;}
.side-popular-item-date {color: #555; margin-top: 12px; font-size: 12px; font-weight: 300;}
.side-recommend-item {display: block; margin-bottom: 22px; width: 47.6%;}
.side-recommend-item-img {border-radius: 12px;}
.side-recommend-item:hover {opacity: 0.8;}
.lcomm {margin-bottom: 22px;}
.ltitle {display: block; line-height: 1; font-weight: 300; font-size: 14px; margin-top: 12px; padding-left: 4px; color: #777;}
.ltext {line-height: 1.3; background-color: #14141c; padding: 12px; border-radius: 12px; color: #aaa; border: 1px solid #2a2a3a;}
.lmeta {font-size: 14px; margin: 12px 0; color: #777; font-weight: 300;}
.ldate, .lav, .lname {display: inline-block; vertical-align: middle; margin-right: 8px;}
.lav {width: 22px; height: 22px; border-radius: 50%; background-color: #1a1a22; border: 1px solid #2a2a3a;}
.lcomm .comm-letter {line-height: 22px; font-size: 13px;}
.lname {color: #777; font-weight: 400;}
/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 42px;}
.sect-header {margin-bottom: 22px;}
.sect:last-child {margin-bottom: 0;}
.sect-title {font-weight: 600; font-size: 25px; color: #6a7da0;}
.sect-title [class*=fa-], .side-bt [class*=fa-], .speedbar [class*=fa-], .carou-title [class*=fa-] {color: #6a7da0; margin-right: 17px;}
.sorter, .sect-link {position:relative; cursor:pointer; height: 32px; line-height: 32px; margin-left: 17px;
    padding: 0 12px; background-color: #14141c; border: 1px solid #2a2a3a; border-radius: 8px; font-size: 14px; display: block; color: #888;}
.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:#0d0d12; padding:12px; line-height:28px; box-shadow:0 0 15px 0 rgba(10, 10, 20, 0.7); 
position:absolute; right:0; top:100%; width:165px; z-index:999; border-radius: 6px; border: 1px solid #2a2a3a;}
.sorter a:hover {text-decoration:underline; color: #6a7da0;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font-family:"Font Awesome 5 Pro"; 
display:inline-block; margin-left:12px; font-weight: 300;}
.sort li.desc a:after {content:"\f062"}
.sorter:hover, .sect-link:hover {background-color: #1a1a22; color: #e0daff; border-color: #6a7da0;}
/* SHORT ITEM
----------------------------------------------- */
.short-item {margin-bottom: 22px; padding: 22px; border-radius: 12px; background-color: #14141c; 
border: 1px solid #2a2a3a; box-shadow: 0 4px 15px rgba(10, 10, 20, 0.3);}
.short-img {width: 175px; height: 255px; margin-right: 22px; 
    display: block; border-radius: 12px; box-shadow: 0 4px 10px rgba(10, 10, 20, 0.4);}
.short-header {margin-bottom: 12px;}
.short-title {display: block; font-size: 21px; font-weight: 500; line-height: 1.5; color: #e0daff;}
.short-title:hover {color: #6a7da0; text-shadow: 0 0 8px rgba(106, 125, 160, 0.4);}
.short-text {font-size: 15px; line-height: 1.7; color: #aaa;}
.short-list li {position: relative; padding-left: 125px; margin: 6px 0; 
    font-size: 15px; line-height: 1.5; color: #aaa;}
.short-list li > span:first-child {position: absolute; left: 0; top: 0; color: #666;}
.short-list a {color: #6a7da0; border-bottom: 1px dotted #6a7da0;}
.short-meta {margin-top: 12px; color: #666; font-size: 14px; font-weight: 300;}
.short-meta-item {margin-right: 22px;}
.short-rating {line-height: 30px; background-color: #14141c; padding: 0 12px; font-size: 14px;
border-radius: 8px; border: 1px solid #2a2a3a; margin-right: 22px; color: #aaa;}
.short-rating .fa-thumbs-up {color: #9bcf55; margin-right: 12px;}
.short-rating .fa-thumbs-down {color: #f55146; margin: 0 12px;}
.short-label {background-color: #6a7da0; color: #fff; padding: 4px 8px; border-radius: 8px;
position: absolute; left: 12px; top: 12px; z-index: 10; font-size: 13px; font-weight: 500;}
.short-btn {height: 32px; line-height: 32px; font-size: 13px; padding: 0 12px; 
    border-radius: 8px; box-shadow: 0 4px 10px rgba(10, 10, 20, 0.4); background-color: #1a1a22; color: #e0daff; border: 1px solid #2a2a3a;}
.short-rate-in {line-height: 32px; border-radius: 8px; text-align: center; font-size: 14px; opacity: 0.8;
padding: 0 8px; margin-left: 12px; font-weight: 500; box-shadow: 0 2px 6px rgba(10, 10, 20, 0.4); background-color: #1a1a22; border: 1px solid #2a2a3a;}
.short-rate-in:before {content: attr(data-text); display: inline; margin-right: 4px; text-transform: uppercase; color: #e0daff;}
.short-rate-kp {background-color: #ff6933; color: #fff;}
.short-rate-imdb {background-color: #aaa; color: #000; font-weight: bold; font-size: 14px; padding: 0 8px;}
.mrating {margin-right: 22px; overflow: hidden;}
.mrating a {transition: none}
.short-img:hover {opacity: 0.8; box-shadow: 0 6px 20px rgba(106, 125, 160, 0.3);}
/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; color: #888; font-size: 15px; padding-top: 42px;}
.site-desc h1, .site-desc h2 {font-size: 19px; font-weight: 500; margin-bottom: 12px; color: #e0daff;}
.site-desc li {list-style-type: disc; margin-left: 42px; color: #aaa;}
.site-desc p {margin-bottom: 12px;}
.site-desc > *:last-child {margin-bottom: 0;}
.site-desc a {color: #6a7da0; text-decoration: underline;}
.site-desc img {float: left; max-width: 205px; margin: 0 12px 12px 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 12px; 
margin:0 12px 12px 0px; line-height: 52px; min-width: 52px; background-color: #14141c; border: 1px solid #2a2a3a;
border-radius: 12px; font-weight: 500; font-size: 19px; color: #888;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: #1a1a22; color:#e0daff; border-color: #6a7da0;}
/* FULL
----------------------------------------------- */
.speedbar {font-size: 14px; color: #888; margin-bottom: 22px;}
.speedbar .fal {margin-right: 10px; color: #6a7da0;}
.fleft {width: 205px; margin-right: 22px;}
.fimg {border-radius: 12px; box-shadow: 0 4px 10px rgba(10, 10, 20, 0.3);}
.ftext {margin: 22px 0; color: #aaa;}
.fcols .short-list li {font-size: 14px;}
.fcols .short-meta-item:last-child {margin-right: 0;}
h1 a {margin-left: 12px; font-size: 16px; color: #6a7da0;}
.fcols {padding: 22px; border-radius: 12px; background-color: #14141c; border: 1px solid #2a2a3a;}
.frels .popular-item-img:before {background: linear-gradient(to bottom, transparent 0%,#0d0d12 100%); opacity: 1;}
.fsubtitle {text-align: center; font-size: 19px; font-weight: 500; margin-bottom: 22px; color: #6a7da0;}
.fplayer {position:relative; background-color: #0d0d12;}
.fctrl {padding-right: 22px;}
.fplayer .tabs-sel span {display:inline-block; padding:0 22px; height:42px; line-height:42px; cursor:pointer; 
background-color: rgba(10, 10, 20, 0.5); font-weight: 500; color: #aaa;}
.fplayer .tabs-sel span.current {background-color: #1a1a22; color:#e0daff;}
.fplayer .tabs-sel span:hover {text-decoration: underline; color: #6a7da0;}
.js .tabs-b {background-color: #000; display: none;}
.js .tabs-b.visible {display: block;}
.fcompl a:hover, .ffav a:hover, .ffav span:hover {color: #6a7da0; cursor: pointer;}
.fcompl, .ffav {margin-left: 22px;}
.fshare {padding: 12px; text-align:center; white-space:nowrap;}
.fshare .fab, .fshare .fas {width:52px; height:32px; border-radius:8px; text-align:center; line-height:32px; 
background-color:#6a7da0; color:#fff; font-size:15px; margin:0 3px; cursor:pointer; box-shadow: 0 0 10px rgba(106, 125, 160, 0.4);}
.fshare .fa:hover {opacity:0.8; box-shadow: 0 0 15px rgba(106, 125, 160, 0.6);}
.fab.fa-vk {background-color:#4c75a3;}
.fab.fa-facebook-f {background-color:#3b5998;}
.fab.fa-twitter {background-color:#1da1f2;}
.fab.fa-odnoklassniki, .fa.fa-rss {background-color:#ee8208;}
.fas.fa-paper-plane {background-color:#4a76a8;}
.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:405px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 16px; color: #e0daff;}
.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 12px 12px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 12px 12px;}
.full-text a {text-decoration:underline; color:#6a7da0;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:12px 0; font-size:25px; font-weight:700; color: #6a7da0;}
.full-text p {margin-bottom:12px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:42px; color: #aaa;}
.full-text > ol li {list-style:decimal; margin-left:42px; color: #aaa;}
/* COMMENTS
----------------------------------------------- */
.add-comms {margin-bottom: 28px; padding: 22px; background-color: #14141c; border-radius: 12px; border: 1px solid #2a2a3a;}
.ac-inputs input {width: 49%; margin-bottom: 17px;}
.ac-textarea textarea {height: 105px; margin-bottom: 17px;}
.add-comms input, .add-comms textarea, .ac-submit button {}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 12px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 22px; color: #6a7da0; font-size: 19px;}
.comm-avatar {position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #2a2a3a;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 42px; text-align: center; 
background-color: #1a1a22; color: #6a7da0; font-size: 19px; font-weight: 600; text-transform: uppercase;}
.comm-item {font-size: 14px; padding-left: 57px; position: relative; min-height: 42px; margin-bottom: 22px;}
.comm-two {margin: 6px 0 12px 0;}
.comm-one > span {margin-right: 17px; opacity: 0.6;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 500; opacity: 1; color: #e0daff;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 17px;}
.comm-rate3 {white-space:nowrap; margin-right: 17px; height: 22px; line-height: 22px; 
    display: inline-block; vertical-align: top; position: relative; top: -4px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.8;}
.comm-rate3 a:first-child {top: -6px;}
.comm-rate3 > span {margin: 0 6px;}
.comm-rate3 > span > span.ratingtypeplus {color: #6a7da0;}
.comm-rate3 > span > span.ratingplus {color: #9bcf55;}
.comm-rate3 > span > span.ratingminus {color: #f55146;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #6a7da0; border-bottom: 1px dotted #6a7da0;}
/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000; cursor: pointer;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #14141c; padding: 32px 62px 42px 62px; border-top: 5px solid #6a7da0; width: 405px; 
box-shadow: 0 20px 60px rgba(10, 10, 20, 0.5); border: 1px solid #2a2a3a;}
.login-close {width: 28px; height: 28px; line-height: 28px; text-align: center; font-size: 26px; 
    cursor: pointer; position: absolute; top: -32px; right: -32px; color: #6a7da0;}
.login-title {font-size: 25px; font-weight: 600; margin-bottom: 17px; text-align: center; color: #e0daff;}
.login-avatar {width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 17px auto; 
text-align: center; line-height: 62px; font-size: 26px; background-color: #1a1a22; color: #6a7da0; border: 1px solid #2a2a3a;}
.login-input {margin-bottom: 17px;}
.login-btn button {width: 100%; margin: 17px 0; background-color: #6a7da0; color: #fff;}
.login-btm a {border-bottom: 1px dotted #6a7da0; color: #6a7da0; 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: 38px; height: 32px; line-height: 32px; color: #888;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 12px; margin-top: -6px; width: 28px; border-radius: 6px; 
    background: #1a1a22; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 2px; height: 14px; width: 14px; margin-top: -7px; background: #6a7da0;
    border-radius: 7px; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-check input:checked + span:after {left: 15px;}
.login-menu {border-top: 1px solid #1a1a22; border-left: 1px solid #1a1a22;}
.login-menu li {text-align: center; border-right: 1px solid #1a1a22; border-bottom: 1px solid #1a1a22; width: 50%;}
.login-menu a {display: block; padding: 12px 5px; font-size: 14px; color: #e0daff;}
.login-menu li .fa {display: none; height: 30px; font-size: 24px; color: #6a7da0;}
.login-admin {text-align: center; margin: -12px 0 27px 0;}
.login-soc-title {display: flex; align-items: center; margin: 32px 0 17px 0; color: #e0daff;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #1a1a22; flex: 1;}
.login-soc-title:before {margin-right: 17px;}
.login-soc-title:after {margin-left: 17px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 4px; vertical-align:top;}
.login-soc-btns img {display:block; width:32px; height: 32px; border-radius: 50%; border: 1px solid #2a2a3a;}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE     
 */
.owl-carousel {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: #6a7da0; box-shadow: none; 
height: 22px; line-height: 22px; position: absolute; top: -48px; box-shadow: none; font-size: 30px;}
.owl-prev {right:47px; color: #6a7da0;}
.owl-next {right:0px;}
.owl-prev:hover, .owl-next:hover {color:#5a6c90;}
/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:285px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#14141c;
padding:22px; z-index:9999; position:fixed; left:-325px; top:0; transition:left .4s; border: 1px solid #2a2a3a;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 285px; top: -42px; position: fixed; z-index:9999;
width:42px; height:42px; line-height:42px; text-align:center; font-size:20px; 
background-color: #6a7da0; 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: 22px;}
@media screen and (max-width: 1220px) {
.wrap {padding: 0; overflow: hidden;}
.header, .footer, .cols, .carou-sect {padding-left: 22px; padding-right: 22px; border-radius: 0; background-image: none;}
.wrap-center {max-width:1125px; border-radius: 0;}
.sidebar {display: none;}
.btn-menu {display: block; font-size: 30px; margin-left: 22px; cursor: pointer; color: #6a7da0;}
.cols {padding-top: 22px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:405px;}
}
@media screen and (max-width: 950px) {
.wrap-center {max-width:770px;}
.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:645px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -7px;}
.login-title {font-size: 19px;}
.login-box {max-width: calc(100% - 62px); 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 12px;}
.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: 52px; position: relative; margin-right: 22px;}
.fcols {display: block; padding: 0; background-color: transparent;}
.fleft {margin: 0 auto 12px auto;}
.fcols:after {content: ""; display: table; clear: both;}
.short-rates {width: 100%; margin: 12px 0 0 -12px; justify-content: flex-start;} 
.fcols .short-list li {padding-left: 102px;}
.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 17px !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:485px;}
.short-item {width: 48% !important; margin-bottom: 12px; padding: 0; background-color: transparent; border: 0;}
.short-item .short-img {width: 100%; margin: 0; margin-bottom: 12px; padding-top: 142%; 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:305px;}
.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 7px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -17px 0 0; float:none; display:block; padding:0 12px;}
.attach-info {float:none;}
}
@media screen and (max-width: 470px) {
.wrap-center {max-width:365px;}
.fleft {width: 72%;}
.fimg img {height: 100%; object-fit: cover;}
.fimg:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 72%; 
    background: linear-gradient(to bottom, transparent 0%,#0d0d12 100%); opacity: 1;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:255px;}
}