/* Datalife Engine template 
name: Cool Serial,
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;}

body {font: 15px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #aac2e0; background: #0c1016 url(../images/bg.jpg); min-height: 100%; width: 100%; font-weight: 400; background-position: center; background-size: cover; background-attachment: fixed;}
a {color: #aac2e0; text-decoration: none;}
a:hover, a:focus {color: #ffbb00; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 24px;}

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 20px; height: 40px; line-height: 40px;
border-radius: 10px; cursor: pointer; font-weight: 500;
background-color: #2c69b7; color:#aac2e0; font-size: 15px;}
.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: #81a461; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
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: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #303f52; color: #aac2e0; 
box-shadow: inset 0 0 0 1px #303f52, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #ffbb00, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #aac2e0; 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: 70%;}
.img-resp-vert {padding-top: 140%;}
.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; border-radius: 10px;}
.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: 600;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.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: 30px; font-size: 24px !important; font-weight: 600;}
#dle-content > * {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding: 30px;}
.wrap-center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {background-color: #18202a; border-radius: 20px; box-shadow: 0 15px 30px rgba(0,0,0,0.8);}
.header {padding: 20px 40px; background-color: #121820; border-radius: 20px 20px 0 0;}
.cols {padding: 40px 40px;}
.main {min-height: 100vh;}
.sidebar {width: 300px; margin-right: 40px;}
/*.footer {background: #090c10 url(../images/logo.svg) 40px 12px / 40px no-repeat; 
padding: 20px 40px 20px 90px; color: #8fa7c6; border-radius: 0 0 10px 10px;}*/
.footer {background: #090c10 url(../images/logo.svg) 40px 12px / 120px no-repeat; 
padding: 45px 40px 20px 40px; color: #8fa7c6; border-radius: 0 0 10px 10px;}
.footer a {color: #ffbb00; text-decoration: underline;}
.footer-counter { opacity: 0.1;}
.footer-counter:hover { opacity: 0.8;}

#gotop{position:fixed; width:60px; height:60px; line-height:60px; right:10px; bottom:10px;
z-index:990; display:none; background-color:#090c10; color:#8fa7c6; cursor:pointer; font-size:24px; 
border-radius:50%; text-align:center; box-shadow: 0 23px 57px rgba(0,0,0,0.6);}


/* HEADER
----------------------------------------------- */
.logo {display: block; height: 50px; width:190px; line-height: 60px; color: #aac2e0; font-weight: 300; margin-top: 0px;
	font-size: 34px; background: url(../images/logo.svg) 0 center / 40px no-repeat; padding-left: 45px; background-size: 190px 50px;}
.logo span {font-weight: 600; color: #ffbb00;}
.logo span.logo-domain {color: #8fa7c6; font-size: 18px; font-weight: 300;}
.logo span.logo-name1 {color: #ffbb00; font-size: 9px; position: relative; left: 12px; top: 3px; padding-right: 4px;}
.logo span.logo-name2 {color: #adb6c6; font-size: 9px; position: relative; left: 12px; top: 3px;}

.header-btn {padding: 0 40px;}
.search-wrap {position:relative; margin: 0 20px 0 40px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 16px; border-radius: 10px; 
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.3);}
.search-box input:not(:focus)::placeholder {color: #aac2e0; opacity: 1; font-size: 12px;} 
.search-box button {position:absolute; right:0px; top:0px; z-index:10; width: 50px; cursor: pointer; 
background: none; color: #aac2e0; line-height: 40px; text-align: center; border-radius: 0 20px 20px 0;}

.carou-content {height: 200px;}
.carou-sect {padding: 20px 40px; background-color: #090c10;}
.carou-title {font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.popular-item-img {display: block; border-radius: 10px; height: 200px;}
.popular-item-title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
	padding: 5px; color: #aac2e0; font-weight: 500; word-wrap: break-word; font-size: 11px; text-align: center;}
.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%,#18202a 100%); opacity: 1;}
.popular-item:hover .popular-item-img:before, .popular-item:hover .popular-item-title {opacity: 0;}


/* SIDEBAR
----------------------------------------------- */
.side-box {margin-bottom: 40px;}
.side-bt {font-size: 18px; font-weight: 500; margin-bottom: 20px; position: relative;}
.mb-remove {margin-bottom: -20px;}

.nav-col {width: 55%;}
.nav-col + .nav-col {width: 40%;}
.nav-title {font-weight: 500; margin-bottom: 9px;}
.nav-menu + .nav-title {margin-top: 12px;}
.nav-menu a {display:block; padding: 5px 0; font-size: 13px; color: #8fa7c6;}
.nav-menu a:hover, a.short-title:hover, .side-popular-item:hover .side-popular-item-title 
{text-decoration: underline; color: #ffbb00;}







/**/

.nav > li {position: relative;}

.nav__name_btn
.nav__btn {position: absolute; right: 15px; top: 10px; width: 16px; height: 16px; border-radius: 3px; font-size: 12px;
	background-color: var(--green); color: #eee; text-align: center; line-height: 16px; cursor: pointer;}
.nav__btn:hover {background-color: var(--blue); color: #ffbb00;}
.is-active .nav__btn .fal {content:"\f068";}
.is-active .fa-plus:before {content:"\f068";}

.nav__btn:hover {background-color: rgba(255,255,255,0.1);}
.nav__btn .name_btn{ float: left; padding: 8px 0px 0px 15px;}
.nav__btn .btn_plus{position: relative; float: right; padding: 8px 10px 0px 0px;}
.nav > li > .nav__btn {display: block; width: 100%; height: 35px; /*padding: 8px 225px 8px 15px;*/ border-top: 1px solid rgba(255,255,255,0.1);}
.nav > li > a {display: block; padding: 8px 225px 8px 15px; border-top: 1px solid rgba(255,255,255,0.1);}
.nav > li:hover > a {background-color: rgba(255,255,255,0.1);}
.nav > li.submenu.is-active > a {background-color: var(--blue); color: #fff;}
.nav__hidden {background-color: #303f52; padding: 12px 0; display: none;}
/*===old===*/
/*.nav__hidden a {display: block; padding: 6px 42px 6px 15px; position: relative;}*/
/*===new===*/
.nav__hidden a {display: block; padding: 6px 15px 6px 15px; position: relative;}

.nav__hidden a:hover {background-color: rgba(0,0,0,0.3);}
/*.nav__hidden a::before {content:"\f054"; font-weight: 300; font-family:'Font Awesome 5 Pro'; position: absolute; right: 15px; top: 6px; opacity: 0.6; font-size: 12px;}*/


.xfsearch_navbar a span {float: right;}
/**/



.side-popular-item {margin-bottom: 20px;}
.side-popular-item-img {width: 70px; height: 90px; border-radius: 6px; margin-right: 20px;}
.side-popular-item-title {font-weight: 500; display: inline-block;}
.side-popular-item-title .short-title-ru {font-size: 1em; display: block; line-height: 15px;}
.side-popular-item-title .short-title-or {font-size: 0.7em; display: block; opacity: 0.6;}
.side-popular-item-info {color: #8fa7c6; margin-top: 2px; font-size: 11px;}
.side-popular-item-date {color: #8fa7c6; margin-top: 2px; font-size: 11px; font-weight: 300;}



.side-recommend-item {display: block; margin-bottom: 20px; width: 46.6%;}
.side-recommend-item-img {border-radius: 10px;}
.side-recommend-item:hover {opacity: 0.8;}
.recommend-item-title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
	padding: 5px; color: #d7e9ff; font-weight: 500; word-wrap: break-word; font-size: 11px; text-align: center; background:rgba(0,0,0,0.6);}

.lcomm {margin-bottom: 20px;}
.ltitle {display: block; line-height: 1; font-weight: 300; font-size: 13px; margin-top: 10px; padding-left: 2px;}
.ltext {line-height: 1.3; background-color: #121820; padding: 10px; border-radius: 10px;}
.lmeta {font-size: 13px; margin: 10px 0; color: #8fa7c6; font-weight: 300;}
.ldate, .lav, .lname {display: inline-block; vertical-align: middle; margin-right: 7px;}
.lav {width: 20px; height: 20px; border-radius: 50%;}
.lcomm .comm-letter {line-height: 20px; font-size: 12px;}
.lname {color: #8fa7c6; font-weight: 400;}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 40px;}

/*новые настройки для карточек*/
/*.sect-content {display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: center;}*/
/*старые настройки*/
.sect-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;}

.sect-header {margin-bottom: 20px;}
.sect:last-child {margin-bottom: 0;}
.sect-title {font-weight: 600; font-size: 24px; }
.sect-title .speedbar-text {text-transform: capitalize;}
.sect-title [class*=fa-], .side-bt [class*=fa-], .speedbar [class*=fa-], .carou-title [class*=fa-] {color: #ffbb00; margin-right: 15px;}
.sorter, .sect-link {position:relative; cursor:pointer; height: 30px; line-height: 30px; margin-left: 15px;
    padding: 0 10px; background-color: #121820; border-radius: 6px; font-size: 13px; display: block;}
.sorter:before {content:attr(data-label); display: inline-block; vertical-align: top;}
.sorter > span {display: inline-block; vertical-align: top; margin-left: 2px;}
.sorter form {display:none; background-color:#090c10; padding:10px; line-height:26px; box-shadow:0 0 15px 0 rgba(0,0,0,0.6); 
position:absolute; right:0; top:100%; width:160px; z-index:999; border-radius: 4px;}
.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:10px; font-weight: 300;}
.sort li.desc a:after {content:"\f062"}
.sorter:hover, .sect-link:hover {background-color: #2c69b7; color: #fff;}


/* SHORT ITEM
----------------------------------------------- */
.short-item {width: 100%; margin-bottom: 20px; padding: 20px; border-radius: 10px; background-color: #121820;}
.short-img {width: 170px; height: 250px; margin-right: 20px; display: block; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.6); overflow: inherit;}
.short-header {margin-bottom: 10px;}
.short-title {display: block; font-size: 19px; font-weight: 500; line-height: 20px;}
.short-title .short-title-ru { display: inherit; font-size: 1em; line-height: 20px; font-weight: 800;}
.short-title .short-title-or { display: inherit; font-size: 14px; position: relative;  opacity: 0.7;}
.short-text {font-size: 14px; line-height: 1.7;}
.short-list li {position: relative; padding-left: 120px; margin: 5px 0; 
	font-size: 14px; line-height: 1.5;}
.short-list li > span:first-child {position: absolute; left: 0; top: 0; color: #6e84a0;}
.short-list a {color: #ffbb00; /* border-bottom: 1px dotted #ffbb00; */}
.short-meta {margin-top: 10px; color: #6e84a0; font-size: 13px; font-weight: 300; top: 4px; position: relative;}
.short-meta-item {margin-right: 20px;}
.short-rating {line-height: 28px; background-color: #18202a; padding: 0 10px; font-size: 13px;
border-radius: 6px; border: 1px solid rgba(0,0,0,0.8); margin-right: 20px;}
.short-rating .fa-thumbs-up {color: #83bf45; margin-right: 10px;}
.short-rating .fa-thumbs-down {color: #ee3442; margin: 0 10px;}
.short-label {background-color: #ffbb00; color: #000; padding: 3px 6px; border-radius: 6px;
position: absolute; left: 10px; top: 10px; z-index: 10; font-size: 12px; font-weight: 500;}
.short-btn {height: 30px; line-height: 30px; font-size: 12px; padding: 0 10px; 
	border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.6);}
.short-rate-in {line-height: 30px; border-radius: 6px; text-align: center; font-size: 13px; opacity: 0.7;
padding: 0 6px; margin-left: 10px; font-weight: 500; box-shadow: 0 2px 6px rgba(0,0,0,0.6);}
.short-rate-in:before {content: attr(data-text); display: inline; margin-right: 3px; text-transform: uppercase;}
.short-rate-kp {background-color: #f60; color: #fff;}
.short-rate-imdb {background-color: #fc0; color: #000;}
.mrating {margin-right: 20px; overflow: hidden;}
.mrating a {transition: none}
.short-img:hover {opacity: 0.8;}

==========================
/*===News CARDS===*/
#bottom-nav {width: 100%;}
.sect__content #dle-content {display: flex; flex-wrap: wrap;}

/*===Карточки 3 столбца===*/
/*.content_card .poster-item {width: 31.15%; position: relative; margin-bottom: 0px; padding: 5px 7px;}*/
/*.content_card .poster-item .img_anime img{height: 300px;}*/

/*===Карточки 4 столбца===*/
/*.content_card .poster-item {width: 22.82%; position: relative; margin-bottom: 0px; padding: 5px 7px;}*/
/*.content_card .poster-item .img_anime img{height: 210px;}*/

.poster-item {width: 36vh; padding: 10px;}
.poster-item__img {position: relative;}
.poster-item__img img {display: block; width: 100%; /*max-height: 300px;*/ margin-bottom: 5px; border-radius: 5px; transition: all .5s; box-shadow: 0 0 5px #6f6f6f; image-rendering: -webkit-optimize-contrast;}
/*.img_anime img {height: 300px;}*/
.poster-item:hover img, .poster-item:hover .poster-item__img span, .poster-item:hover .poster-item__img .anime-item__series_bg, .poster-item:hover .poster-item__img .anime-item__series_bg span{transform: translateY(-10px);}

.rating-green {background-color: rgba(139, 181, 97, 0.91);border: 1px solid #8bb561;}
.anime-item__rating {position: absolute; padding: 2px 6px; min-width: 22px; top: 28px; left: -5px; color: #fff; font-size: 11px; font-weight: 600; border-bottom-left-radius: 5px; border-top-right-radius: 5px; transition: all .5s; overflow: hidden;}
.anime-item__rating .anime-item__icon svg {height: 11px; top: 1px; fill: #fff; position: relative; transition: all .5s;}
.poster-item__img .anime-item__rating:hover {min-width: 82px; height: 15px; font-size: 0px; transition: all .5s;}
.poster-item__img .anime-item__rating:hover .anime-item__icon svg {width: 0px; height: 0px; transition: all .5s;}
.poster-item__img .anime-item__rating:hover .anime-item__rating2 {display: block; opacity: 1; transition: all 3s;}
.anime-item__rating2 {display: none; position: absolute; left: 5px; top: 11px; opacity: 0; transition: all 3s;}
.anime-item__rating-18 {position: absolute; background-image: url(/templates/animemobi/images/18+.png); bottom: 6px; left: 6px; transition: all .5s; width: 36px; height: 27px; background-size: 36px 27px;}
.anime-item__views {position: absolute; padding: 2px 6px; top: 5px; left: -5px; color: #fff; font-size: 11px; font-weight: 500; border-bottom-left-radius: 5px; border-top-right-radius: 5px; transition: all .5s;}
.anime-item__views svg{width: 11px; fill: #fff; position: relative; top: 2px; left: 0px; transition: all .5s;}
.anime-item__series_bg {position: absolute; top: 5px; right: -5px; transition: all .5s; background: rgba(142, 181, 104, 0.9); padding: 2px 7px; font-size: 11px; font-weight: 600; border-top-left-radius: 5px; border-bottom-right-radius: 5px; border: 1px solid #8bb561;}
.anime-item__series {position: relative; color: #fff; font-size: 11px; font-weight: 500;}
.anime-item__newnews_bg {position: absolute; top: 28px; right: -5px; transition: all .5s; background: rgba(156, 30, 54, 0.9); padding: 2px 7px; font-size: 11px; font-weight: 600; border-top-left-radius: 5px; border-bottom-right-radius: 5px; border: 1px solid #9b2f2a;}
.anime-item__newnews { position: relative; color: #fff; font-size: 11px; font-weight: 600;}

.series-blue {background-color: rgba(29, 120, 183, 0.89); border: 1px solid #1d78b7;}
.anime-item__age_rating {position: absolute; bottom: 51px; right: -10px; color: #fff; display: inline-block; font-size: 11px; letter-spacing: -.13px; line-height: 1.4; padding: 2px 5px; text-align: center; margin-right: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; transition: all .5s; cursor: help;}
.anime-item__year {position: absolute; bottom: 28px; right: -5px; color: #fff; display: inline-block; font-size: 11px; letter-spacing: -.13px; line-height: 1.4; padding: 2px 5px; text-align: center; border-top-left-radius: 5px; border-bottom-right-radius: 5px; transition: all .5s;}
.anime-item__category {position: absolute; bottom: 5px; right: -5px; color: #fff; display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: -.13px; line-height: 1.4; padding: 2px 5px; text-align: center; border-top-left-radius: 5px; border-bottom-right-radius: 5px; transition: all .5s;}
.anime-item_info {position: absolute; bottom: 0px; width: 0%; padding: 0px; font-size: 0; color: #FFF; border: 0; transition: all .5s;}
.anime-item_info a{color: #FFF;}
.poster-item:hover .anime-item_info {position: absolute; bottom: 0px; width: 94%; padding: 2px 5px 3px 5px; border-radius: 5px; font-weight: 600; background: rgba(29, 120, 183, 0.89); border: 1px solid #1d78b7; transition: all .5s; font-size: 12px; color: #FFF;}
.poster-item:hover .anime-item__age_rating {font-size: 0; padding: 0; border: 0; transition: all .5s;}
.poster-item:hover .anime-item__year{font-size: 0; padding: 0; border: 0; transition: all .5s;}
.poster-item:hover .anime-item__category {font-size: 0; padding: 0; border: 0; transition: all .5s;}
.anime-item__name, .big-slider__item-name {font-size: 14px; line-height: 14px; color: #404040; font-weight: 500; transition: all .5s;}
.anime-item__name2, .big-slider__item-name2 {font-weight: 500; font-size: 11px; margin-top: 1px; text-align: right; opacity: 80%; color: #5d5b5b;}
.poster-item:hover img, .poster-item:hover .anime-item__name, .big-slider__item-name{color: #f60; transition: all .5s;}
.anime-item__genre, .big-slider__item-genre {font-size: 13px; line-height: 14px; color: #1f1f1f; opacity: .4; margin-top: 3px;}
.poster-item__label {position: absolute; top: 46px; left: -8px; color: #fff; font-size: .80em; font-weight: 500; border-radius: 3px; transition: all .5s; width: 34px; height: 34px; overflow: hidden;}
.favmod {display: block; margin: 1px auto; left: -5px; width: 24px; height: 28px; opacity: .8; background: url(/templates/AniChi/dleimages/plus_fav2.png); transition: opacity .2s; background-size: 24px 28px; border-radius: 0; transform: rotate(-90deg);}
.favmod.active {display: block; margin: 1px auto; left: -5px; width: 24px; height: 28px; opacity: .8; background: url(/templates/AniChi/dleimages/minus_fav2.png); transition: opacity .2s; background-size: 24px 28px; transform: rotate(-90deg);}


==========================





/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; color: #8fa7c6; font-size: 14px; padding-top: 40px;}
.site-desc:before {content: ''; position: absolute; left: 0; top: 0; right: 0; height: 5px;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 500; margin-bottom: 10px; color: #aac2e0;}
.site-desc li {list-style-type: disc; margin-left: 40px;}
.site-desc p {margin-bottom: 10px;}
.site-desc > *:last-child {margin-bottom: 0;}
.site-desc a {color: #ffbb00; text-decoration: underline;}
.site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {margin-bottom: -10px; text-align: center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
margin:0 5px 10px 0px; line-height: 35px; min-width: 35px; background-color: #121820; 
border-radius: 10px; font-weight: 500; font-size: 18px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: #2c69b7; color:#aac2e0;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 13px; color: #8fa7c6; margin-bottom: 20px;}
.speedbar .fal {margin-right: 8px;}
.fleft {width: 200px; margin-right: 20px;}
.fimg {border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.15); overflow: inherit;}
.ftext {margin: 20px 0;}
.fcols .short-list li {font-size: 13px;}
.fcols .short-meta-item:last-child {margin-right: 0;}
h1 a {margin-left: 10px; font-size: 15px;}
.fcols {padding: 20px; border-radius: 10px; background-color: #121820;}
.frels .popular-item-img:before {background: linear-gradient(to bottom, transparent 0%,#090c10 100%); opacity: 1;}

.fcols .hr-washed { margin: 0; padding: 0; height: 0; border: none; box-shadow: 0 0 3px 1px #1c6da6;}

.fsubtitle {text-align: center; font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.fplayer {position:relative; background-color: #090c10;}
.fctrl {padding-right: 20px;}
.fplayer .tabs-sel span {display:inline-block; padding:0 20px; height:40px; line-height:40px; cursor:pointer; 
background-color: rgba(0,0,0,0.6); font-weight: 500;}
.fplayer .tabs-sel span.current {background-color: #2c69b7; color:#aac2e0;}
.fplayer .tabs-sel span:hover {text-decoration: underline;}
.js .tabs-b {background-color: #000; display: none;}
.js .tabs-b.visible {display: block;}
.fcompl a:hover, .ffav a:hover, .ffav span:hover {color: #ffbb00; cursor: pointer;}
.fcompl, .ffav {margin-left: 20px;}

.fshare {padding: 10px; text-align:center; white-space:nowrap;}
.fshare .fab, .fshare .fas {width:50px; height:30px; border-radius:6px; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin:0 2px; cursor:pointer;}
.fshare .fa:hover {opacity:0.8;}
.fab.fa-vk {background-color:#5075a5;}
.fab.fa-facebook-f {background-color:#4b6baf;}
.fab.fa-twitter {background-color:#2daae1;}
.fab.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.fab.fa-whatsapp, .fa.fa-rss {background-color:#65bc54;}
.fas.fa-paper-plane {background-color:#5682a3;}
.fshare .fa-facebook-f::before {content: "\f39e" !important;}
.season-list a {text-decoration:underline; color:#ffbb00}
.wakanimblock { font-size: 1.5em; font-weight: 600; text-align: center; padding: 20px; border: 1px solid #ffa800; background: #121820; border-radius: 10px; margin: 10px 0;}
.wakanimblock span { font-size: 0.5em;}


/* 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:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 15px;}
.full-text img:not(.emoji) {max-width:100%; margin-top: 10px; margin-bottom: 10px;}
.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:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}


/* COMMENTS
----------------------------------------------- */
#dle-comments-form { width: 100%;}
.add-comms {margin-bottom: 26px; padding: 20px; background-color: #121820; border-radius: 10px;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #06c; font-size: 18px;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase;}
.comm-item {font-size: 13px; padding-left: 55px; position: relative; min-height: 40px; margin-bottom: 20px;}
.comm-two {margin: 5px 0 10px 0;}
.comm-one > span {margin-right: 15px; opacity: 0.6;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 500; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; margin-right: 15px; height: 20px; line-height: 20px; 
	display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.8;}
.comm-rate3 a:first-child {top: -5px;}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #8fa7c6; border-bottom: 1px dotted #8fa7c6;}

.tox-toolbar__primary .tox-tbtn svg { fill: #96bde0 !important;}




/* 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: #18202a; padding: 30px 60px 40px 60px; border-top: 5px solid #ffbb00; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
	cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; font-weight: 600; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #090c10; color: #8fa7c6;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #2c69b7; color: #2c69b7; font-size: 13px;}
.login-check {position: relative; font-size: 14px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
	background: #090c10; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #090c10; border-left: 1px solid #090c10;}
.login-menu li {text-align: center; border-right: 1px solid #090c10; border-bottom: 1px solid #090c10; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 13px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #2c69b7;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #090c10; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}


/**
 * 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: #ffbb00; box-shadow: none; 
height: 20px; line-height: 20px; position: absolute; top: -46px; box-shadow: none; font-size: 28px;}
.owl-prev {right:45px; color: #ffbb00;}
.owl-next {right:0px;}
.owl-prev:hover, .owl-next:hover {color:#aac2e0;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#18202a;
padding:20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.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: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; 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: 20px;}

.shortbanner { height: 250px; width: 100%; padding-bottom: 20px;}

@media screen and (max-width: 1220px) {
.wrap {padding: 0; overflow: hidden;}
.header, .footer, .cols, .carou-sect {padding-left: 20px; padding-right: 20px; border-radius: 0; background-image: none;}
.wrap-center {max-width:1000px; border-radius: 0;}
.sidebar {display: none;}
.btn-menu {display: block; font-size: 28px; margin-left: 20px; cursor: pointer; color: #ffbb00;}
.cols {padding-top: 20px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}

.nav > li > a {display: block; padding: 8px 155px 8px 15px; border-top: 1px solid rgba(255,255,255,0.1);}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.short-meta-item:not(.mrating-count) {display: none;}
.footer {display: block; text-align: center;}
.footer-copyright {margin: 0 0 20px 0;}
.owl-item.active { width: auto !important;}
.owl-item { width: auto !important;}

}

@media screen and (max-width: 760px) {
body { background: #0c1016 url(../images/bg2.jpg);}
.wrap-center {max-width:640px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin: 0; margin-top: 20px;}
.header-btn {padding: 0 10px;}
.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: 0px;}

.logo span.logo-name1 {color: #ffbb00; font-size: 0.22em; position: relative; left: 1px; top: 0px; padding-right: 4px;}
.logo span.logo-name2 { color: #adb6c6; font-size: 0.22em; position: relative; left: -1px;  top: 0px;}

.fcols {display: block; padding: 0; background-color: transparent;}
.fleft {margin: 0 auto 10px auto;}
.fcols:after {content: ""; display: table; clear: both;}
.short-rates {width: 100%; margin: 10px 0 0 -10px; justify-content: flex-start;} 
.fcols .short-list li {padding-left: 105px;}
.mrating-count {text-align: right; margin-right: 0; margin-left: -20px;}
.ffav, .fcompl {display: none;}
.fplayer .tabs-sel > span {width: 50%; text-align: center;}
.fctrl {padding: 0;}
.fplayer {margin-left: -20px; margin-right: -20px;}

.dcont button {font-size:12px; padding:0 15px !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;}
.konteyner_download { text-align: center;}
.logo {background-size: 155px 50px;}

}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.short-item {width: 46% !important; margin-bottom: 10px; padding: 0; background-color: transparent; border: 0;}
.short-item .short-img {width: 100%; margin: 0; margin-bottom: 10px; padding-top: 140%; 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: 15px;}
.short-item .short-img img {position: absolute; left: 0; top: 0;}

.short-title .short-title-ru { display: inherit; font-size: 1em; line-height: 14px; font-weight: 800;}
.short-title .short-title-or { display: inherit; font-size: 0.8em; position: relative; float: right;}

.navigation {justify-content: center;}
.sect-title, .logo {font-size: 18px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.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;}
.konteyner_download { text-align: center;}
.logo {background-size: 125px 50px;}
.logo span.logo-name1 { color: #ffbb00; font-size: 0.33em; position: relative; left: -7px; top: 2px; padding-right: 4px;}
.logo span.logo-name2 { color: #adb6c6; font-size: 0.33em; position: relative; left: -9px; top: 2px;}

.shortbanner { width: 46% !important;}
}



@media screen and (max-width: 470px) {
.wrap-center22 {max-width:360px;}

.fleft {width: 100%;}
.fimg {height: 285px; width: 200px; overflow: inherit; margin: 0 auto;}
.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%,#090c10 100%); opacity: 1;}*/
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}


}



/*===всё новое===*/
.konteyner_video a {color: #ffbb00;}

/*===Кнопки скачивания===*/
.torrent{display: inline-block;}
.yadisk{width: 140px;text-align: center;padding: 0 0 5px 0px; display: inline-block;}
.yadisk img:hover {filter: saturate(170%);}
.yadisk a {text-decoration: none;}
.yadisk a:hover {text-decoration: none;}
.yadisk a:visited {text-decoration: none;}
.yadisk a:active {text-decoration: none;}
.yadisk.group5 {filter: hue-rotate(210deg); opacity: 0.3;}
.yadisk.group5 .dwbatton {display: inline-block;width: 135px;height: 40px;font-weight: 700;text-decoration: none;user-select: none;outline: none;border-radius: 20px;background: rgb(5,97,144);background: linear-gradient(0deg, rgba(5,97,144,1) 0%, rgba(52,127,166,1) 50%, rgba(129,176,199,1) 100%);transition: box-shadow .2s, border-color .2s;} 
a .dwbatton {display: inline-block;width: 135px;height: 40px;font-weight: 700;text-decoration: none;user-select: none;outline: none;border-radius: 20px;background: rgb(5,97,144);background: linear-gradient(0deg, rgba(5,97,144,1) 0%, rgba(52,127,166,1) 50%, rgba(129,176,199,1) 100%);transition: box-shadow .2s, border-color .2s;} 
a .dwbatton:hover {box-shadow: inset 0 -1px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(5,97,144,1);}
a .dwbatton:active {border-color: rgba(177,159,0,1);box-shadow: inset 0 -2px 1px rgba(0,0,0,.1), inset 0 2px 2px rgba(0,0,0,.3), inset 0 0 0 60px rgba(255,255,0,.45);}
.dwName {margin: 3px 11px 0 0;}
.dwTitle{font-size: 18px;color: #fbf9f9;font-weight: 600;text-decoration: none;top: 0px;position: relative; text-shadow: 1px 1px 1px #9797ab;}
.dwTitleName{font-size: 11px;color: #fbf9f9;font-weight: 500;text-decoration: none; bottom: 5px;position: relative;}
.dwicon{background-size: contain;border-radius: 50%;width: 38px;height: 38px;box-shadow: 0px 0px 1px 1px #908f8f;float: left;position: relative;left: 1px;top: 1px;}


.click_count_result{color:#808080;}

/*===Кнопки поделиться===*/
.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon { height: 30px !important; width: 30px !important; background-size: 30px 30px !important;}


/*===Кнопка Загрузить ещё новости===*/
.bottom-nav {clear: both; padding-top: 60px; margin: 0 auto;}
.bottom-nav { width: 100%;}
.navigation { margin: 0 auto; justify-content: center;}
.nav-load {text-align: center;}
.nav-load a {padding: 0 53px; display: inline-block; height: 45px; line-height: 45px; border-radius: 30px;
font-weight: 700; font-size: 18px; background-color: #2c69b7; color: #fff; transition: 0.3s;}
.nav-load a:hover {background-color: #81a461; color: #fff; transition: 0.3s;}
.nav-load span {display: none;}

/*Возрастной рейтинг новости*/
.age_rating { cursor: default; display: inline;}
.age_rating_class { cursor: help; border-bottom: 1px dashed #bbb; display: inline-block; line-height: 1.1; color: #aac2e0;}

/*===Иконка 18+ в Fotter===*/
.RARS18 {float: right; opacity: 0.5; top: 0px; right: 22px; position: relative; width: 78px; filter: invert(1);}
@media (max-width: 950px) {
	.RARS18 {opacity: 0.5; top: 0px; position: relative; width: 78px; filter: invert(1); right: inherit; float: inherit;}
	.RARS18-text { display: inline-block;}
}

/*===mylists мои списки===*/
/*===mylists===*/
.mylists-title-main {text-align: center;font-size: 20px;color: #828282;font-weight: 700;padding: 5px 0 5px 0px;}

.mylists-switch { list-style: none;padding: 0; }
.mylists-switch li { padding: 10px;border-radius: 3px;text-align: center;font-size: 15px;cursor: pointer; }
.mylists-switch li.active { background: #1c6da6; }
.mylists-tabs { width: 100%; list-style: none; padding-top: 2px; margin: 0px 0 5px 0px; border: 1px solid #121820; border-radius: 8px; font-size: 15px; font-weight: bold; background-color: #121820; text-align: center; }
.mylists-tabs li { display: inline-block; margin: 0px 0px 0px 0px; color: ##aac2ce; text-decoration: none; border-radius: 5px; padding: 3px 5px; }
.mylists-tabs li a { cursor: pointer; display: inline-block; color: #aac2ce; text-decoration: none; border: 1px dotted; border-radius: 5px; padding: 3px 5px; }
.mylists-tabs li a:hover { cursor: pointer; display: inline-block; color: #fff; text-decoration: none; border: 1px dotted; border-radius: 5px; padding: 3px 5px; background: #1a6ca6; }	
.mylists-tabs li:hover { color: #fff; cursor: pointer; }
.mylists-tabs li:last-child { margin: 0px; }
.mylists-tabs li.active { color: #fff; border-radius: 5px; }
.mylists-tabs li.active a { color: #fff; background: #82a561; }
.mylists-tabs li.active a:hover { background: #216ca5; }
.mylists-tabs span { color: #aac2ce; }
/*===mylists fullnews===*/	
.anime_status{position:relative;width: 200px; font-family: "BebasBold",sans-serif;z-index:1; padding-bottom: 2px; margin: 0 auto;}
.anime_status .block_selected{position: relative; width: 200px; height: 25px;}
.anime_status .status_val{padding:2px 2px;background:#1c6da6;color:#fff;cursor:pointer;font-size: 15px;vertical-align:middle;font-weight: bold;font-family: Arial, Helvetica, Tahoma, sans-serif;}
.status_val::before{content:url(../images/down-chevron.png);display:inline-block;padding:3px 0px 0px 0px;margin: 0 5px 0px 8px;vertical-align:middle;}
.status_val::after{content:url(../images/down-chevron.png);display:inline-block;padding:3px 0px 0px 0px;margin: 0 5px 0px 5px;vertical-align:middle;}
.selected_form{margin:0px;display:none;padding:0px;}
.selected_form.active-s{display:block;background:#303f52;color:#fff;}
.selected_form li{margin-left:0px;padding:5px 8px;cursor:pointer;border-bottom:1px dashed rgba(255,255,255,0.7);}
.selected_form li:first-child{border-top:1px dashed rgba(255,255,255,0.7);}
.selected_form li:hover{background-color: #121820; color: #fff;}
/*===mylists user===*/
.mylists-title {text-align: center;font-size: 20px;color: #aac2da;font-weight: normal;padding-bottom: 5px;}
.mylists-user { width: 100%; list-style: none; padding: 2px; margin: 0px 0 5px 0px; border: 1px solid #121820; border-radius: 8px; font-size: 15px; font-weight: bold; background-color: #121820; text-align: center; }
.mylists-user li { display: inline-block; margin: 0px 0px 0px 0px; color: #aac2ce; text-decoration: none; border-radius: 5px; padding: 3px 4px; }
.mylists-user li a { cursor: pointer; display: inline-block; color: #aac2ce; text-decoration: none; border: 1px dotted; border-radius: 5px; padding: 3px 5px; }
.mylists-user li a:hover { cursor: pointer; display: inline-block; color: #fff; text-decoration: none; border: 1px dotted; border-radius: 5px; padding: 3px 5px; background: #1a6ca6; }	
.mylists-user li:hover { color: #fff; cursor: pointer; }
.mylists-user li:last-child { margin: 0px; }
.mylists-user li.active { color: #fff; border-radius: 5px; }
.mylists-user li.active a { color: #fff; background: #4c3e96; }
.mylists-user li.active a:hover { background: #793454; }
.mylists-user span { color: #aac2ce; }

/*==День выхода в пол.новости==*/
.container_week{ width: 200px; margin: 0 auto; display: flex; padding: 0 0 0px 0; top:0px; position: relative;}
.container_week .week_day{ height: 25px; width: 25px; border-radius: 23px; border: 1px solid #9e9e9e; margin: 2px; text-align: center; line-height: 25px; color: #969292; font-weight: 800; font-size: 0.75em;}

/*===Расписание===*/
.news-block p { text-align:center; font-size:13pt; }
.news-block span {text-align:center; font-size: 10pt; font-style: italic;}
.week { background: #303f52; height: 34px; border-radius: 6px; padding: 2px; margin: 5px 0px 5px 0px; width: 100%;}
.test { text-align: center; margin: 0 auto; }
.day { background: #303f52; text-align: center; height: 30px; font-size: 13pt; line-height: 30px; border-radius: 5px; color: white; width: 100%; border: solid 2px #2c69b7;}
.goodcell { position: relative; }
.schedule-anime-desc { position: absolute; display: none; top: 0; left: 0; height: 225px; width: 150px;  background-color: rgba(0,0,0,0.8); color: #fff; text-align: center; padding: 10px; border-radius: 5px; overflow: hidden; position: absolute; border: solid 2px #2c69b7;}
.goodcell:hover .schedule-anime-desc{ display:block; }
.schedule-anime-desc > span { display: block; }
.test tbody tr{ display:inline-block; padding: 5px; }
.schedule-runame { font-size: 9pt; line-height: 11pt;  margin-bottom: 5px; font-weight: bold; font-style: italic; overflow: hidden;  height: 169px;}
.schedule-series { font-size: 12pt; position: absolute; bottom: 3px; height: 15px; width: 131px; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.schedule-description { font-size: 11pt; }
.goodcell img { border: 2px solid #303f52; border-radius: 5px; height: 225px; width: 150px; image-rendering: -webkit-optimize-contrast;}
.goodcell .datetime{ position: absolute; bottom: 6px; text-align: center; width: 146px; font-size: 10px; color: #fff; background: #716b6b; opacity: 0.85; font-weight: 700; text-shadow: 0px 0px 2px #000000; margin: 0px 2px 0px 2px; border-radius: 0px 0px 3px 3px;}
.goodcell:hover .datetime{ display: none;}
.img-series { position: absolute; right: 5px; top: 5px; background: #8bb561e0; border-radius: 50%; padding: 2px; width: 27px; height: 27px; text-align: center; box-shadow: 0px 0px 7px #000;}
.img-series-bage { position: absolute; z-index: 3; font-size: 0.8em; /*filter: hue-rotate(285deg);*/ right: 95px; top: 5px; width: 60px; height: 35px; text-shadow: 1px 1px 0 rgba(0,0,0,0.21); background-image: url("../images/new.png"); text-shadow: 0 0 8px rgba(0,0,0,5), 0 2px 4px rgba(0,0,0,0.7); letter-spacing: 2px;}
.goodcell:hover .img-series-bage{ display: none;}
.img-series-bage span{ position: relative; line-height: 28px; color: #fff; right: 3px; font-weight: 900;}
.img-series-span{ position: absolute; color: #fff; font-size: 9pt; font-style: italic; font-weight: 800; text-shadow: 0px 1px 2px #000; left: 47%; top: 47%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.goodcell:hover .img-series { display:none; }

/*===Расписание иконка (календарь)===*/
.menu_calendar { position: absolute; width: 25px; height: 25px; background: url(../images/calendar.png); margin-right: -10px; right: 7px; background-size: cover;}

/*===FastSearch===*/
.fastsearch {display: flex; /*height: 100px;*/}
.fastsearch-img {width: 80px; min-width: 80px; padding: 0 5px;}
.fastsearch-short-name { font-weight: 800;}
.searchheading .search-short-name-ru { font-weight: 800; font-size: 12px; color: #2c69b7;}
.searchheading .search-short-name-or { font-weight: 800; font-size: 10px;}
.fastsearch:hover .search-short-name-ru { color: #f7b208;}

/*===Количество новостей за сегодня и в категории===*/
.submenu-cat-numnews { right: 0; position: absolute; float: right;}

/*=== Список серий ===*/
.onlinevideo { background-color: #1c6da6; min-width: 60px; text-align: center; border-radius: 0.25rem; border: 1px dashed #ddd; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); font-size: 0.9rem; display: block; color: #ffffff; cursor: pointer; padding: 0.5em 0.1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 5px 5px;}
.onlinevideo:hover {color: #fbfbfb; border-color: #ffffff; background: #81a461;}
.onlinevideo.active{background-color: #9CCFFE;}

.maincont2 {display: flex; align-items: center; justify-content: center; overflow: hidden; text-decoration: none;}
.maincont2 a:link{ color: #fff;}
.maincont2 a:active{ color: #fff; text-decoration: none;}
.maincont2 a:visited{ color: #fff; text-decoration: none; background: #212b38;}
.maincont2 a:hover { color: #fff; text-decoration: none; background: #81a461;}

/*===Dle player-vk===*/
#player-vk-write { background:#101010; margin:auto; width:100%; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; /*border:1px solid #676767;*/ position:relative; font-size:12px; }
#player-vk-player { background:#000000; margin:0px auto; width:100%; height: calc((100vw + 85px) * 0.5625) /*16:9 aspect ratio*/; max-height: 400px; clear:both; }
#player-vk-season { display: none; margin:0px auto; padding:0px; width:90%; height:40px; list-style:none; overflow:hidden; white-space:nowrap; position:relative; }
#player-vk-serial { margin:0px auto; padding:0px; width:calc(100% - 70px); height:43px; list-style:none; overflow:hidden; white-space:nowrap; position:relative; }
#player-vk-season li, #player-vk-serial li { list-style:none; float:left; /*height:0px; padding-top:0px;*/ cursor:pointer; position:absolute; }
#player-vk-season li span, #player-vk-serial li span { background:#212b38; display:inline-block; text-align:center; width:66.25px; height: 35px; line-height:33px; margin:4px 2px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; color:#FFF; border:1px solid #2c69b7; }
#player-vk-season li span:hover, #player-vk-serial li span:hover {  background: #81a461;}
#player-vk-write .active { background:#2c69b7; }

#player-vk-write .prev { display: none; background: url("../images/prev.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:24px; position:absolute; left:5px; top:8px; }
#player-vk-write .prev:hover { background: url("../images/prev1.png") 0 0 no-repeat;}
#player-vk-write .next { display: none; background: url("../images/next.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:24px; position:absolute; right:5px; top:8px;  }
#player-vk-write .next:hover { background: url("../images/next1.png") 0 0 no-repeat;}
#player-vk-write .prev1 { background: url("../images/prev.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:40px; display:block; position:absolute; left:5px; bottom:0px; background-position: center center; }
#player-vk-write .prev1:hover { background: url("../images/prev1.png") 0 0 no-repeat; background-position: center center; /*filter: hue-rotate(255deg);*/}
#player-vk-write .next1 { background: url("../images/next.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:40px; display:block; position:absolute; right:5px; bottom:0px; background-position: center center; }
#player-vk-write .next1:hover { background: url("../images/next1.png") 0 0 no-repeat; background-position: center center; /*filter: hue-rotate(255deg);*/}


/* Стили для прилепленного блока */
.sticky { position: fixed; top: 10px; width: 300px;}