/* Ani.Best; */
/* desing: webkubikc (telegram: @webkubdev); */



/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding-top: var(--brand-padding); padding-bottom: 40px;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {background-color: var(--bg);}
.header {padding: 0 30px; position: relative;border-radius: 9px 9px 0 0;    box-shadow: 0 15px 15px -15px rgb(0 0 0 / 5%);z-index: 22;}
.header__in {padding: 20px 0; position: relative; z-index: 10;}
.content {padding: 60px var(--main-indent); min-height: 100vh;}
.footer {padding: 50px var(--main-indent); color: var(--tt-sub); border-top: 1px solid var(--bg-2);background-color: #fff;}
	
#scrolltop{position:fixed;width:60px;height:60px;line-height:60px;right:10px;bottom:10px;z-index:990;display:none;background-color:var(--bg);color:var(--tt-sub);cursor:pointer;font-size:24px;border-radius:50%;text-align:center;box-shadow:0 5px 10px rgba(0,0,0,0.1)}
.sorter{display:inline-block;cursor:pointer;position:relative;line-height:34px;height:34px;width:190px;margin-top:20px}
.sorter form{display:none;padding:10px;line-height:26px;position:absolute;right:0;top:122%;width:190px;z-index:999;background-color:var(--bg);box-shadow:0 20px 20px #0000000d}
.sorter a:hover{text-decoration:underline}
.sort li.asc a,.sort li.desc a{color:var(--accent)}
.sorter > span{background-image:url(../dleimages/chevron.svg);background-repeat:no-repeat;background-position:right 15px top 50%;background-size:.6em auto;background-color:#fff;color:#000;box-shadow:0 0 0 1px #efefef;height:40px;padding:0 15px;line-height:40px;display:block;font-size:14px;font-family:'Roboto'!important}


/* CHANGE COLOR BUTTON
----------------------------------------------- */
.change-color, .change-color * {box-sizing: border-box;}
.change-color {display: inline-flex; justify-content: space-between; align-items: center; cursor: pointer;
    background-color: #eee; height: 35px; border-radius: 20px; padding: 5px 0; margin-right: 20px;}
.change-color li {cursor: pointer; width: 30px; height: 30px; line-height: 30px; 
    border-radius: 50%; text-align: center; color: #ccc;     margin: 0 5px;
    margin-right: 3px;} 
.change-color li.is-active {background-color:#fff; color: #444;}



/* HEADER, NAV
----------------------------------------------- */
.logo {padding-left: 70px;
    display: inline-block;
    font-weight: 900;
    font-style: italic;
    font-size: 30px;
    background: url(../images/logo__22_.svg) 0 center / 70px no-repeat;
    text-transform: uppercase;
    height: 50px;}
.logo__wrap .logo__wrap-coll:first-child span{color: var(--tt-subspan);font-size: 24px;}
.logo__wrap .logo__wrap-coll:last-child{    line-height: 0;}
.logo__wrap .logo__wrap-coll:last-child span{font-size: 9px;font-weight: 400;}
.ajax__linkactive{cursor: pointer;}
.header__menu > li {margin-left: 20px; position: relative;}
.header__menu > li > a {    height: 60px;
    font-size: 1em;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;}
.header__menu-hidden {background-color: var(--bg); box-shadow: 0 20px 20px rgba(0,0,0,0.1); 
	position: absolute; left: -20px; top: 100%; padding: 30px; z-index: 50; width: 660px; 
	visibility: hidden; opacity: 0; transform: translateY(30px); column-width: 160px; column-gap: 20px;}
.header__menu-hidden::before {content: ''; border: 8px solid transparent; border-bottom-color: var(--bg-color-second); 
	position: absolute; bottom: 100%; left: 16px;}
.header__menu-hidden a {display: block; padding: 10px;font-size: 13px;}
.header__menu-hidden a:hover {background-color: #fafafa; color: var(--tt);}

.header__menu-linehidden{
	width: auto;
	    padding: 10px;
}

.header__menu-linehidden li a{
    padding: 10px 30px;
}

.header__menu > li:hover > a, .header__btn-search:hover, .header__btn-search.is-active, 
.header__btn-login:hover, a.sect__link:hover, .footer a:hover {color: var(--accent);}
.header__menu > li:hover .header__menu-hidden {visibility: visible; opacity: 1; transform: translateY(0px);}
.submenu > a:after {content:"\f067"; font-weight: 300; font-family:'Font Awesome 5 Pro'; margin-left:7px; 
	transition: all .2s; display: inline-block; font-size: 0.8em;    color: #a0d757;}
li.submenu:hover > a:after {transform: rotate(-180deg) !important}
.header__btn-search {font-size: 18px; cursor: pointer; width: 18px; text-align: center; margin-left: 20px;}
.header__btn-login {cursor: pointer; font-weight: 500;}
.header__btn-register,.sect-desc__btn-register{display:flex;justify-content:center;align-items:center;background:var(--accent);color:var(--tt-contrast);border-color:var(--accent);font-weight:500;padding:0 20px;margin-left:20px;height:40px;border-radius:20px}
.search-wrap{position:relative;width:100%;margin-top:20px}
.search-wrap__in input,.search-wrap__in input:focus{padding:0 30px 0 76px;border-radius:30px;background:#fafafa;box-shadow:none;color:#000;height:50px;line-height:50px;font-style:italic}
.search-wrap__in input:not(:focus)::placeholder{color:#000;opacity:.5;font-size:15px}
.search-wrap__in button{position:absolute;left:0;top:6px;width:76px;padding:0;background:none;color:var(--accent);font-size:18px}
.hero{padding:70px 0 140px;line-height:1.5;position:relative;z-index:5;text-align:center}
.hero__title{font-size:50px;font-weight:700}
.hero p{opacity:.7;margin-top:5px;font-size:1.4em}
.hero__search{max-width:460px;margin-left:auto;margin-right:auto;margin-top:60px}


/* HERO SLIDER
----------------------------------------------- */

.header__hero{min-height:363px;padding:30px var(--main-indent) 60px;background:#fafafa;background-size:cover;position:relative;padding-bottom:0}
/* .header__hero::after{content:"";position:absolute;left:0;top:0;background:#262531d1;height:100%;width:100%} */
.hero__item{padding:5px}
.header__hero{overflow:hidden;border-bottom:1px solid #f5f5f5;padding-bottom:15px}
.header__hero-title{font-size:2rem;font-weight:700;line-height:1.2;color:#fff;font-style:italic}
.header__hero-title span{font-size:18px;text-transform:uppercase;z-index:5;line-height:24px;background-color:var(--bg-5);color:var(--tt-contrast);padding:0 10px;white-space:nowrap;border-radius:2px}
.header__hero-text{opacity:.9;line-height:1.7;margin:15px 0 30px;max-width:480px;color:var(--third-text-color)}
.header__hero-btn{align-self:start;overflow:hidden;font-size:.9rem;font-weight:400;line-height:40px;padding-left:20px;border-radius:3px;display:inline-block;background-color:var(--tt-subspan);color:#fff}
.header__hero-btn span:last-child{display:inline-block;padding:13px 20px;background:#ffffff38}
.header__hero-col{width:50%}
.header__hero-col:first-child{overflow:hidden;width:40%}
.header__hero .owl-stage-outer{width:calc(100% + 2200px)!important}
.hero__mangalist li{
	    position: relative;
    padding: 8px;
    background-color: #262531d1;
    border: 2px solid #262531d1;
    border-radius: 3px;
    box-shadow: #eaeaea5c 0 1.1875rem 2.125rem -0.9375rem;
    padding-left: 40px;
}

.hero__mangalist{margin-top:15px}
.hero__mangalist li:nth-child(even){    background-color: transparent;
    border: 2px solid #fafafa00;}
.hero__mangalist li a{color: #fff;}    
.hero__mangalist li a:hover{color:var(--accent)}
.header__hero-time,.hero__mangalist li span{font-size:12px;color:var(--tt-sub)}
.header__hero-time{margin-left:10px}
.header__hero-badge{margin-left:15px;z-index:5;line-height:24px;background-color:var(--accent);color:#fff;padding:0 10px;font-size:.8em;white-space:nowrap;border-radius:2px}


/* NEWS
----------------------------------------------- */
.sect--bg__second{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:20px 20px;grid-auto-flow:row dense}
.short-item {grid-column: span 1;}
.short-item__link {display: block;}
.short-item__img {height: 170px; margin-bottom: 15px; border-radius: 6px;}
.short-item__desc {padding: 0;}
.short-item__category {color: var(--accent-lighter); font-size: 11px; text-transform: uppercase; margin-bottom: 8px;}
.short-recense .short-item__category{background-color: var(--accent);
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 2px;}
.short-item__title {font-size: 16px; font-weight: 600;}
.short-item__text {font-size: 13px; line-height: 1.6; opacity: 0.7; margin-top: 8px;}
.short-tile {grid-column: span 2; background-color: #000; border-radius: 4px; overflow: hidden;}
.short-tile__desc {position: relative; z-index: 10; padding: 40px; padding-right: 30%;}
.short-tile__img {min-height: 100%; color: #fff !important;}
.short-tile__img::before, .side-top .poster-item__img:before, .trailer-item--big .trailer-item__img::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; 
	width: 100%; z-index: 5; background: linear-gradient(to right, #ff7717ed 0%, transparent 100%);}
.side-top .poster-item__img:before{ background: #ff771747;}   
.short-tile__img img {position: absolute; left: 0; top: 0;}
.short-tile__title {font-size: 24px; font-weight: 700; margin-bottom: 10px; line-height: 1.3;}
.short-tile__text {line-height: 1.6; opacity: 0.85; -webkit-line-clamp: 3;font-size: 13px;}
.short-tile__btn {height: 35px; border: 2px solid rgba(255,255,255,0.3); background-color: #fff; color: #000; 
	padding: 0 20px; margin-top: 20px; border-radius: 4px;}
.short-item:hover .short-item__title, .poster-item:hover .poster-item__title, 
.actor-item:hover .actor-item__title, .footer__menu a:hover, .sect__sorter a:hover,.upd-item:hover .upd-title,.ftop-item:hover .ftop-item__title {text-decoration: underline;}
.short-tile__img:hover .short-tile__btn {border: 2px solid rgba(255,255,255,0.3);background-color: transparent;color: #fff;}
.short-item-2 {grid-column: span 2;}

/* COLLECTIONS
----------------------------------------------- */
.short-collection .short-tile__img{height:165px}
.short-collection .short-tile__img::before{background:linear-gradient(to right,#f85b499e 0%,transparent 100%)}
.short-collection .short-tile__title{font-size:20px}
.short-collection .short-tile__badge{
	    position: absolute;
    z-index: 5;
    right: 5px;
    top: 22px;
    line-height: 24px;
    background-color: var(--accent);
    padding: 0 10px;
    font-size: .8em;
    white-space: nowrap;
    border-radius: 2px;
    opacity: 1;
    color: #fff;
}
.short-collection .short-tile__btn{font-size:12px}

/* SIDENAV
----------------------------------------------- */
.page__side-nav ul li{width:49%;background-color:var(--bg);margin-bottom:5px;padding:8px;font-size:14px;position:relative}
.page__side-nav ul li::before{content:"";position:absolute;top:8px;left:5px;width:10px;height:15px;background-color:#ff900059;transform:rotate(7deg)}
.page__side-nav ul li a{display:block}
.page__side-nav ul li:hover a{color:var(--accent)}

/* UPD
----------------------------------------------- */
.sect--bg__upd{margin:0 -15px}
.date-upd{     width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 20px;
    font-weight: 500;
    color: var(--tt-sub);
    font-style: italic;}
.date-upd span{    color: var(--accent);
    font-size: 15px;}
.upd-item{margin-bottom: 5px;
    position: relative;
    width: 50%;
    padding: 0 6px;}
.upd-img{width:60px;height:75px;border-radius:3px;margin-right:15px}
.upd-desc{padding-top:45px;position:relative}
.upd-title{margin-bottom:2px;font-weight:500}
.upd-translator{color:var(--tt-sub)}
.upd-in{padding: 7px;
    border-radius: 3px;
 background-color: #fafafa;}
.upd-meta{font-size:12px;font-weight:300}
.upd-date{padding-left:30px;text-transform:capitalize;position:absolute;left:0;top:10px;font-size:11px;font-weight:300;color:var(--tt-sub)}
.upd-date > div:first-child{font-size:24px;font-weight:400;position:absolute;left:0;top:-1px}


/* SIDE
----------------------------------------------- */
.sidebar{width:25%;margin-left:40px}
.page .sidebar{width:100%;margin-left:0}

/* SECTION
----------------------------------------------- */
.sect + .sect{margin-top:60px}
.sect--last{margin-bottom:-60px}
.sect--bg{margin-left:var(--main-indent-negative);margin-right:var(--main-indent-negative);padding:60px var(--main-indent);background:var(--bg-2)}
.sect__header{margin-bottom:20px;display:flex;font-size:14px;line-height:18px;position:relative;border-bottom:1px solid #f5f5f5;padding:14px 0}
.sect__title {font-size: 20px; font-weight: 700; line-height: 1.1;text-transform: uppercase;}
.sect__title .fal {color: var(--accent); margin-right: 10px;}
.sect__subtitle {font-size: 22px; font-weight: 700;}
.sect__link {margin-left: 20px; color: var(--tt-sub); font-weight: 300; font-size: 1em;}
.sect-desc {margin-left: var(--main-indent-negative); margin-right: var(--main-indent-negative); 
	padding: 100px var(--main-indent); margin-top: 0 !important;  position: relative;    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;}
.sect-desc__col {width: 100%; position: relative; z-index: 1;}
.sect-desc h1, .sect-desc h2, .sect-desc h3 {font-size: 21px;
    margin-bottom: 13px;
    font-weight: 500 !important;}
.sect-desc p, .sect-desc ul {opacity: 0.7; line-height: 1.5; margin-bottom: 19px; font-size: 1em; font-weight: 400;}
.sect-desc ul  {opacity: 1; margin-left: 20px; line-height: 1.7;}
.sect-desc ul li {position: relative; padding-left: 25px;}
.sect-desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.sect-desc__btn-login {font-weight: 500; font-size: 1.1em;}
.sect-desc p a, .sect-desc__btn-login a {color: var(--accent);}
.sect-desc__in {position: relative; z-index: 1;}
.sect-desc--category {margin-top: 0!important;
    border-top: 0!important;
     border-bottom: 0!important;
    padding-top: 0!important;    padding-bottom: 20px!important;}
.speedbar {font-size: 10px; color: var(--tt-sub); margin-bottom: 20px; text-transform: uppercase;}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.sect--top {margin-top: -60px; padding-top: 20px; padding-bottom: 20px;}
.sect--top .d-grid {grid-template-columns: repeat(auto-fill,minmax(100px,1fr)); grid-gap: 10px 10px;}
.sect--top .d-grid .poster-item__title {font-size: 1em;}


/* POSTER ITEM
----------------------------------------------- */
.poster-item {display: block; position: relative;}
.poster-item__desc {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; 
	text-align: center; color: var(--tt-contrast); padding: 20px; line-height: 1.4; opacity: 0;}
.poster-item__title {font-weight: 700; font-size: 1.3em; margin-top: 10px; word-wrap: break-word;}
.poster-item::before {content: ''; background: var(--accent); opacity: 0; 
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5;}
@media screen and (min-width: 760px) {
	.poster-item:hover::before {opacity: 0.8;}
	.poster-item:hover .poster-item__desc {opacity: 1;}
}
.poster-item--big {grid-row: span 2; grid-column: span 2; min-height: 180px;}
.poster-item--big .poster-item__img {height: 100%; padding: 0;}
.poster-item--big .poster-item__title {font-size: 2.6em;}
.hover__inner{position:absolute;top:0;width:100%;height:100%;background-color:#ff7717ba;opacity:0;font-size:24px;color:var(--tt-contrast);z-index:10}
.item-hover:hover .hover__inner{opacity:1}
.short .hover__inner{font-size:50px}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu-two li a{color:var(--tt-sub);margin-right:30px}
.footer p{font-size:12px;margin-top:15px}
.bottom_menu__wrapper{margin-bottom:25px}
.social-button,.social-button a{width:32px;height:32px;display:inline-block}
.social-button{background-image:url(../images/icon_32_social_share.svg)!important;background-repeat:no-repeat;border:1px solid #eee;background:none;cursor:pointer;border-radius:50%}
.social-vk:hover{background-position:0 -32px}
.social-t:hover{background-position:-97px -32px}
.social-in{background-position:-161px -1px}
.social-button,.social-button a{width:32px;height:32px;display:inline-block}
.social-t{background-position:-97px 0}
.footer .logo{padding-left:65px;background:url(../images/logo__22_.svg) 0 center / 60px no-repeat;font-size:25px}
.footer .logo__wrap .logo__wrap-coll:first-child span{color:var(--tt-subspan);font-size:21px}
.pagination{text-align:center;padding-top:0}
.pagination__btn-loader a,.pagination__btn-loader span{display:inline-flex;justify-content:center;align-items:center;height:40px;padding:0 35px;border:1px solid #f5f5f5;border-radius:4px;font-weight:500;font-size:.9em}
.pagination__btn-loader::before,.pagination__btn-loader::after{content:'';flex:1 1 0;min-width:20px;height:1px;background-color:#f5f5f5;margin-right:40px}
.pagination__btn-loader::after{margin:0;margin-left:40px}
.pagination__pages:not(.pagination__pages--full){padding-top:10px;margin-bottom:-20px}
.pagination__pages a,.pagination__pages span{display:inline-block;margin:10px 5px 0;line-height:35px;padding:0 10px;min-width:35px;font-size:14px;border:1px solid var(--bg-2)}
.pagination__pages span:not(.nav_ext),.pagination__pages a:hover{background: #ff8e00;
    color: #fff;
    border-color: #fafafa;}
.pagination__btn-loader a:hover,.header__btn-register:hover,.sect-desc__btn-register{background:var(--accent);color:var(--tt-contrast);border-color:var(--accent)}
.pagination__pages--full a,.pagination__pages--full span{line-height:30px;min-width:30px;font-size:14px}


/* INNER PAGE
----------------------------------------------- */
.page__cols--second{margin-bottom:60px}
.page__col-right{width:300px;margin-left:60px}
.page__main{position:relative;margin-bottom:30px}
.right__poster{width:240px;margin-right:40px}
.page__poster{width:100%;height:335px}
.page__header h1{font-size:23px;font-weight:700;margin-left:-3px}
.page__header h1 a{font-size:16px;margin-left:10px}
.page__year{color:var(--tt-sub);font-size:1em}
.page__meta{font-size:1em;margin-top:10px}
.page__meta-item--genres{color:var(--tt-sub);margin:0 -3px}
.page__meta-item--genres a{margin:0 3px}
.page__ratings,.page__activity{height:90px}
.page__rating-item{font-weight:700;margin-right:20px}
.page__rating-item > span{font-size:11px;text-transform:uppercase;color:var(--tt-sub)}
.page__rating-item div{font-size:18px;padding-left:25px;height:30px;line-height:30px;margin-top:5px}
.page__rating-item--critics div{background:url(../images/kp.svg) 0 2px / 20px no-repeat}
.page__rating-item--audience div{background:url(../images/popcorn.svg) 0 0 / 20px no-repeat;opacity:0}
.page__rating-stars-count{color:var(--tt-sub);text-align:right;padding:5px 6px 0 0}
.page__info-subinfo{margin:20px 0 15px;width:60%}
.page__info-subinfo .line-clamp{height:66px}
.page__info-subinfo span{color:var(--tt-sub);margin-right:3px}
.page__main-btns{margin-top:15px}
.page__fav a,.page__watch-btn{display:flex;align-items:center;justify-content:center;height:40px;cursor:pointer;border-radius:20px;font-weight:500;white-space:nowrap}
.page__fav,.page__watch-btn{margin-bottom:10px}
.page__watch-btn{background-color:var(--accent);color:var(--tt-contrast)}
.page__fav a{color:#fff;background-color:#3eccc9;border-radius:5px;font-size:13px;height:35px}
.page__fav a:hover{opacity: .8}
.page__watch-btn:hover,.page__btn-comments:hover{color:var(--accent)}
.page__activity-item{height:100%;position:relative;margin-right:20px;display:flex;flex-direction:column;justify-content:center}
.page__activity-item div{font-size:18px}
.page__activity-item--comments div{color:var(--accent)}
.page__subtitle{margin-bottom:22px;font-size:19px;text-transform:uppercase}
.mylists-tabs{
        display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
.page__favlist li,.mylists-tabs li{background-color:#fafafa;opacity:1;padding:6px 15px;font-size:13px;border-radius:2px;margin:0 10px;cursor: pointer;}
.page__favlist li:hover,.page__favlist li.active,.mylists-tabs li:hover,.mylists-tabs li.active {background-color:var(--accent);color:var(--tt-contrast)}
.mylists-tabs li:hover a,.mylists-tabs li.active a{color:var(--tt-contrast)}

.sidebar .page__subtitle{display:flex;font-size:14px;flex-direction:column;line-height:18px;position:relative;border-bottom:1px solid #f5f5f5;padding:9px 50px;font-style:italic}
.sidebar .page__subtitle:before{content:"\f5ff";font-family:'Font Awesome 5 Pro';position:absolute;left:12px;top:18px;font-size:18px;font-weight:300}
.sidebar .page__side-zero .page__subtitle span{color:var(--tt-subspan);font-size:15px}
.sidebar .page__side-zero .page__subtitle:before{content:"\f550";color:var(--tt-subspan)}
.sidebar .page__side-one .page__subtitle span{color:var(--tt-subspan);font-size:15px}
.sidebar .page__side-one .page__subtitle:before{content:"\f073";color:var(--tt-subspan)}
.sidebar .page__side-two .page__subtitle span{color:var(--accent);font-size:15px}
.sidebar .page__side-two .page__subtitle:before{content:"\f03d";color:var(--accent)}
.sidebar .page__side-three .page__subtitle span{color:var(--tt-subside);font-size:15px}
.sidebar .page__side-three .page__subtitle:before{content:"\f51f";color:var(--tt-subside)}
.sidebar .page__side-four .page__subtitle span{color:var(--bg-5);font-size:15px}
.sidebar .page__side-four .page__subtitle:before{content:"\f4a3";color:var(--bg-5)}
.page__subtitle span{color:var(--accent)}
.page__details .page__subtitle{color:var(--tt)}
.page__details{padding:30px;margin-left:-30px;background-color:var(--bg-2);margin-right:var(--main-indent-negative);padding-right:var(--main-indent)}
.page__details-list li > span:first-child{color:var(--tt-sub);width:30%;}
.page__details-list li{display:flex}
.page__details-list li + li{margin-top:10px}
.page__details-list li > span:last-child{text-align:left;flex:1 1 0;max-width:100%;min-width:50px;display:inline-block;margin-left:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.page__btn-trailer{cursor:pointer;height:160px;margin-bottom:2px}
.page__btn-trailer .fal{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border:1px solid var(--bg-2);border-radius:50%;width:80px;height:80px;font-size:24px;color:var(--tt-contrast);padding-left:3px}
.page__btn-trailer:hover .fal{background-color:var(--accent);border-color:var(--accent)}
.page__screenshots,.page__screenshots .xfieldimagegallery{grid-gap:2px 2px}
.page__screenshots a,.page__screenshots img,.page__screenshots li{height:90px;display:block!important;margin:0!important;max-width:100%!important;width:100%}
.page__screenshots img{width:100%;object-fit:cover}
.page__player-controls{margin-top:30px}
.page__complaint a{color:var(--tt-sub);border-bottom:1px dotted var(--tt-sub)}
.tabs-block__select span{cursor:pointer;display:inline-block;height:40px;line-height:40px;padding:0 20px;background-color:var(--bg-2);color:var(--tt-sub)}
.tabs-block__select span.is-active,.tabs-block__select span:hover{background:#161616;color:var(--tt-contrast)}
.film-page_production{background-color:#a0d757;color:#fff;padding:0 5px;font-size:11px;height:20px;line-height:21px;text-transform:uppercase;display:flex;margin-bottom:8px;border-radius:2px;display:inline-block;margin-right:5px}
.film-page_production.num_series{background-color:#ffa042}
.film-page_production.news_prod{background-color:var(--accent)}
.page__meta-item--genres a{background-color:#fafafa;opacity:1;padding:6px;font-size:13px;border-radius:2px}
.movie-desc{display:none;left:100%;top:0;position:absolute;background-color:#FFF;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);border-radius:4px;padding:15px;width:400px;color:#000;font-size:14px;z-index:10}
.pop-left .movie-desc{left:auto;right:100%}
.movie-item.active{z-index:9;position:relative}
.page-news .poster-item__img{width:100%;padding-top:20%;box-shadow:#efefefcf 0 1.1875rem 2.125rem -.9375rem}
.page-news .page__header{background-color:#fff;padding:14px;position:absolute;bottom:0;z-index:1;width:100%}

.movie-desc__title{    
	margin-bottom: 10px;
    font-weight: 500;
    font-style: italic;
    font-size: 17px;}
.movie-desc__list{
	margin-bottom: 10px;
	    font-size: 13px;
}
.movie-desc__list li{
	padding-left: 100px;
    position: relative;
}
.movie-desc__list li span{
	position: absolute;
	    color: var(--tt-sub);
    left: 0;
}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text{line-height:1.7;font-size:15px;word-wrap:break-word}
/* .full-text__img img{width: 340px;} */
.full-text__img iframe {width: 100%;display: flex;justify-content: center;}
.full-text__page .fr-video{width: 100%;display: flex;justify-content: center;}
.full-text__page .fr-video iframe{width: 100%;}
.full-text .header__hero-btn{width:100%;display:flex;justify-content:space-between;text-decoration:none;color:#fff;position: relative;}
.full-text .header__hero-btn:hover{opacity:.8}
.page__mangatext{color:var(--tt-sub);font-weight:500!important;font-size:18px!important;text-align:center}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #fac40c; position: absolute; top: 4px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: #fac40c; color: #000; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 700;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: #fac40c; 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}


/* MANGA PAGE
----------------------------------------------- */
.sect__content-manga{
    margin-bottom: 35px;
}
.sect__content-manga #dle-content{display:flex!important;grid-auto-flow:unset!important;grid-template-columns:unset!important;grid-gap:unset!important}
.mangacont-item{padding:10px}
.mangacont-item:nth-child(odd){background-color:#fafafa}
.mangacont-item .title{font-size:16px;font-weight:500;margin-bottom:5px}
.mangacont-item .time{font-size:13px;color:var(--tt-sub)}
.mangacont-item:hover .title{color:var(--tt-subspan)}
.mangacont-item__btn{align-self:start;overflow:hidden;font-size:.8rem;font-weight:400;line-height:30px;padding-left:20px;border-radius:3px;display:inline-block;background-color:var(--tt-subspan);color:#fff}
.mangacont-item__btn span:last-child{display:inline-block;padding:13px 20px;background:#ffffff38}
.mangacont-item:hover .mangacont-item__btn{background-color:var(--accent)}
.sect__content-manga .poster-item__img{
width: 200px;
    height: 300px;
    padding-top: 25%;
    margin-right: 30px;
}
.sect__sontent-list li{
    padding: 10px;
}
.sect__sontent-list li:nth-child(even){
       background-color: #fafafa;
}
.sect__sontent-list li span:first-child{color:var(--tt-sub);    width: 180px;
    display: inline-block;}
   .sect__sontent-listtitle {
            font-size: 16px;
                        margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--tt-sub);
    }
/* COMMENTS
----------------------------------------------- */
.show-comms {text-align: center;}
.show-comms > a {height: 30px; line-height: 28px; border-radius: 15px; padding: 0 15px; 
	font-size: 13px; display: inline-block; border: 1px solid #e3e3e3;}
.page__comments-header {position: relative; padding-right: 50px;}
.page__btn-comments {    cursor: pointer;
    position: absolute;
    right: 0;
    top: 75%;
    margin-top: -20px;
    font-size: 13px;}
.page__btn-comments .fal{
	color:  var(--bg-5);
}
.page__comments-title {    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;}
.page__comments-info {font-size: 13px; margin-bottom: 15px; margin-top: -20px; 
	color: var(--tt-sub); line-height: 1.5;width: 30rem;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list22 {padding: 20px; padding-bottom: 0; border: 5px solid #e1ebf3;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; background: none; margin-bottom: 40px; display: none;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item{position: relative;}
.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ececec7d;}
.comment-item__img {width: 40px; height: 40px; border-radius: 3px;    margin-right: 10px;}
.rank__img{margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-sub); margin-top: 4px; font-size: 13px;}
.comment-item__main {margin: 8px 0 6px 0;padding: 8px;    font-size: 14px;}
.comment-item__rating {white-space: nowrap; font-size: 13px;}
.comment-item__rating a > span:first-child {color: #0ea842; text-decoration: underline; font-weight: 400; margin-right: 5px;}
.comment-item__rating a .fa-thumbs-down {color: #eb4d4b!important;}
.comment-item__reply a {font-size: 13px; margin-right: 20px; color: var(--tt-sub);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 13px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-sub);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}
.rank__19,
.rank__20,
.rank__21,
.rank__22,
.rank__23,
.rank__24,
.rank__25{
    font-size: 12px;
}



#who-rated,.comm__rate-none{
        padding: 4px 15px 15px 13px;
    cursor: pointer;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.who__rated-comm{
    cursor: pointer;
    font-size: 13px;
    color: var(--tt-sub);
    margin-left: 10px;
}


.multirating-log {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    background: #ffff;
    padding-bottom: 7px;
    border-radius: 2px;
    box-shadow: 0 15px 15px 10px rgb(0 0 0 / 3%);
    font: normal 12px Verdana;
    z-index: 100;
}

.multirating-log-title {
margin: 0;
    padding: 0 20px;
    position: relative;
    font: inherit;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    background: #fafafa;
    cursor: move;
}

.multirating-log-close {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQoU2NkYGBgmDlz5v/09HRGEBsdwOQYQQyYJLpiZDmwKdgUo4vBrUOWQLYeZguKu9AVIzuFdIVEWU2UZ0gOHkIBDgCoYj2fGI46DgAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    opacity: .75;
}
.multirating-log-close:hover {
    opacity: 1;
}

.like__fal{color: #a0d757;}
.dislike__fal{color: #eb4d4b;}

.page__player .message-info{margin-top: 20px;}

.page__mylist{margin-bottom: 20px;}
.lcomm{margin-bottom:20px}
.ltitle{display:block;line-height:1;font-weight:300;font-size:13px;margin-top:10px;padding-left:2px;color:var(--tt-sub)}
.ltitle:hover{color:var(--accent)}
.ltext{line-height:1.3;background-color:#fafafa;padding:10px;border-radius:10px;font-size:13px}
.lmeta{font-size:13px;margin:10px 0;color:var(--tt-sub);font-weight:300}
.ldate,.lav,.lname{display:inline-block;vertical-align:middle;margin-right:7px}
.lav{width:30px;height:30px;border-radius:3px}
.lcomm .comm-letter{line-height:20px;font-size:12px}
.lname{color:#5a668c;font-weight:400}
.page__comments-length{
    font-size: 14px;    margin-left: 10px;
}
.page__comments-length svg{
    width: 1.14rem;
    fill: #a0d757;
        margin: 0 5px;
}
.page__comments-n svg{
        fill: #f85b49;
}

.page__comments-length .page__comments-all svg {
    fill: #999999;
}

.spoiler-comment .comment-item__header,
.spoiler-comment .comment-item__main,
.spoiler-comment .comment-item__footer,
.comrate-negatstat .comment-item__header,
.comrate-negatstat .comment-item__main,
.comrate-negatstat .comment-item__footer {
    filter: blur(0.3125rem);
}

.spoiler-comment .comm-spoiler {
    display: block;
}

.comrate-negatstat .comm-spoiler {
    display: block;
}

.comm-spoiler {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.comm-spoiler p {
    position: relative;
flex-direction: row;
    justify-content: center;
    align-self: center;
    display: block;
    border-radius: 3px;
    margin: 0px .9375rem;
    text-align: center;
    cursor: pointer;
    transition: all .1s ease-in-out;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 1.5;
    margin-bottom: 20px;
    background-color: #FFF3E0;
    border: 1px solid #FF9800;
    position: relative;
    padding: 15px 20px;
    border-left-width: 44px;
}
.comm-spoiler p::before {
    content: "\f071";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    margin-top: -18px;
    position: absolute;
    left: -44px;
    top: 50%;
    width: 44px;
    text-align: center;
}

.comment-item__answ{
    color: var(--tt-sub);
    margin-top: 4px;
    font-size: 13px;
}

.page__comments-positive .comment-item__main{
    background-color: #a0d7570f;
}
.page__comments-negat .comment-item__main{
    background-color: #fcada414;
}
.show__rate{cursor: pointer;}
#rated-list-nav{
    display: flex; justify-content: center;

}
#rated-list-nav li{
        width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px;
}
#rated-list .rated-list-li,
#rated-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#rated-list li .photo{
        margin-left: 10px;
}


/* RANK
----------------------------------------------- */
.rank__19{
    color: color: var(--tt-sub);
}
.rank__20{
    color: #5cb0c0;
}
.rank__21{
    color: #3fdc4f;
}
.rank__22{
    color: #f3d429;
}
.rank__23{
    color: #a21aff;
}
.rank__24{
    color: #de1e23;
}
.rank__25{
    color: #ff5b46;
}

/* GLOBAL MANGA PAGE
----------------------------------------------- */
.global__manga-page .poster-item__img{
    padding-top: 17%;
}
.global__manga-page .page__header{
    background-color: #fff;
    padding: 14px;
    z-index: 1;
    width: 100%;
    box-shadow: #efefefcf 0 1.1875rem 2.125rem -0.9375rem;
}
.gb__text{
        background-color: #fafafa;
    padding: 20px;
    border-radius: 3px;
    margin-top: 1px;
}
.manga__global-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    grid-gap: 20px 20px;
    grid-auto-flow: row dense;
}
.manga__global-grid .mangacont-item {
    position: relative;
    display: block;
    box-shadow: #efefefcf 0 1.1875rem 2.125rem -0.9375rem;
    background-color: transparent;
}
.manga__global-grid .mangacont-item .img-responsive--portrait {
    padding-top: 12%;
        display: flex;
    justify-content: center;
}
.manga__global-grid .mangacont-item:hover{
    opacity: .5
}
.manga__global-grid .mangacont-item .img-responsive--portrait::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f85b492b;
    z-index: 1;
}
.manga__global-grid .mangacont-item .mangacont__meta {
    margin-bottom: 14px;
    padding: 0;
    z-index: 2;
    width: 90%;
}
.manga__global-grid .mangacont-item .title {
 font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 20px;
    background-color: #5d5d5d87;
    color: #fff;
}
.manga__global-grid .mangacont-item .poster-item__label{
    right: auto;
    left: 10px;
    font-size: .85em;
    top: 10px;
    background-color: #f85b49;
}
/* MANGA PAGE
----------------------------------------------- */
.pages_manga, 
#backnext_manga {
    display: none;
}
.seltheme{
    margin-right: 25px;
}
.page__mangaview-col select{
    width: 100%;
}

.page__mangaview-col{width:50%}
.backnext_manga li a{height:40px;line-height:40px;padding:0 15px;display:block;background-color:#fff;color:#000;box-shadow:0 0 0 1px #efefef}
.backnext_manga li a:hover{color:var(--accent)}
.backnext_manga li:nth-child(2) a{margin:0 10px}
.page__mangaview-block{
    margin-bottom: 20px;
}
.img_tags {
    display: none;
    opacity: 0;
}
.img_tags.show {
    display: block;
    opacity: 1;
}
.img_tags img{
    width: 100%;
    margin: 0 auto;
}

.img_tags img, .img_tags picture {display:block;margin:0 auto;width: auto;max-width: 100%;text-align: center;}
.img_tags img:hover,.img_tags picture:hover{cursor:pointer;}

.image_load {
    position: relative;
}
.manga_fullsize {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 15%;
    z-index: 1000;
    margin-left: -25%;
}
.manga_fullsize .nav {
    background-color: #fff;
        box-shadow: 0 15px 15px -15px rgb(0 0 0 / 5%);
}
.manga_fullsize .nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    top: 0;
    text-align: center;
    padding: 10px;
}
.manga_fullsize .nav span {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    color: #000;
    box-shadow: 0 0 0 1px #efefef;
    font-size: 14px;
    margin: 0 7px;
}
.manga_fullsize .nav span:hover{
    color: var(--accent);
}
.manga_fullsize .nav span:first-child {
    left: 0px
}
.manga_fullsize .nav span:last-child {
    right: 0px
}
.manga_fullsize .nav span:hover {
    cursor: pointer;
}
.manga_fullsize img {
    z-index: 950;
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
}
.manga_fullsize_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900;
    left: 0px;
    top: 0px;
    display: none;
    background: rgb(235 235 235) url(../images/bg.svg);
}
.pages_manga, #backnext_manga {
    display: none;
}

.btn-manga-load-progress {
    width: 100%;
    color: transparent;
}

.btn-manga-load-fill:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff38;
    height: 100%;
    animation: fill 1.2s linear forwards;
}

@keyframes fill {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* YOU WATHC
----------------------------------------------- */
.you__watch{
    border-bottom: 1px solid #f5f5f5;
    background: #fafafa;
}
.watch__item{
        width: 64px;
    padding-top: 7%;
    border-radius: 0!important;
}
.watch__item:hover{
    opacity: .5;
}



/* LOGIN
----------------------------------------------- */
.login{position:fixed;z-index:999;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden;background-color:var(--ui-bg);border-radius:4px;width:400px;box-shadow:0 0 0 10px red 0 15px 45px #000}
.login__header{padding:20px 40px;background-color:#fafafa;}
.login__title{font-size:18px;font-weight:500;padding:1px 0;text-transform:capitalize}
.login__close{cursor:pointer;font-size:20px;opacity:.6;margin-left:20px;color:#ff8500}
.login__title a {border-bottom: 1px dotted var(--tt-sub); margin-left: 10px; font-weight: 400; color: var(--tt-sub);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-sub);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;opacity: 1;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {margin: 0 5px 10px 5px;width: 100%;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;font-size: 13px;}
.login__menu a:hover{background-color: #fafafa;color: var(--accent);}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}
.page{position: relative;z-index: 10;}

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; cursor: pointer; display: none;    background-color: #3e3d3d;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 10px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-2); color: var(--tt-contrast);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 0; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px;}
.mobile-menu .header__menu-hidden {width: 100%; height: auto; display: block; position: relative; left: 0; top: 0;
	width: calc(100% + 40px); margin: 15px -20px; opacity: 1; visibility: visible; transform: none;}
.mobile-menu .header__menu-hidden {padding: 0; column-width: 100px; column-gap: 0px;}
.poster-item > a{
    display: block;
}


/* EMOJI MAIN STYLE
----------------------------------------------- */
.emoji__item {
    width: 30px;
}
.emoji__item img{
    width: 100%;
    height: 100%;
}
.emoji__item-dis img{
    transform: rotate(180deg);
}
.emoji__link{
    background-color: #f85b49;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 25px;
    color: #fff;
}

.emoji__link:hover{
    opacity: .8
}
.emoji__item:hover{
    opacity: .2
}



/* AVATAR SELECT
----------------------------------------------- */
.usp__columns-link{
    width: 100%;
    position: relative;
    margin-top: 12px;
}
.usp__columns-link a {
        background-color: #f85b49;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}
.ava-noBody{
    overflow: hidden;
}
.ava-modal *, .ava-modal *:after, .ava-modal *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ava-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 50px;
    background: rgba(0,0,0,.7);
    z-index: 97;
    overflow: auto;
    font: normal 13px 'Trebuchet MS',Arial,sans-serif;
    color: #343a40;
}
.ava-modal-window {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 7px 25px -5px rgba(0,0,0,.5);
}
.ava-modal-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 35px 15px 60px;
    text-transform: uppercase;
    border-bottom: 1px solid #dfe2e5;
    position: relative;
}
.ava-modal-title-img{
    position: absolute;
    top: 5px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.ava-modal-title a.ava-modal-close {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAO0lEQVQoU2NkYGBgcHJy+r9v3z5GEBsGYGKMIAZMEKYIWQysC1kA2RSQBrix6IpgphGnAK8VRDsSlzcBRwMrky1RPawAAAAASUVORK5CYII=) no-repeat 50% 50%;
    cursor: pointer;
    opacity: .6;
}
.ava-modal-title a.ava-modal-close:hover {
    opacity: 1;
}
.ava-modal-main {
    border-left: 250px solid #f0f0f0;
    position: relative;
}
.ava-modal-main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #dfe2e5;
}
.ava-modal-main:after {
    content: '';
    clear: both;
    display: block;
}
.ava-modal-content {
    float: left;
    width: 100%;
    margin-right: -100%;
    padding: 20px 20px 5px;
    overflow: auto;
    position: relative;
}
.ava-modal-sidebar {
    float: left;
    left: -250px;
    position: relative;
    width: 250px;
    padding: 10px;
    overflow: auto;
}
.ava-modal-search {
    padding-bottom: 10px; 
}
.ava-modal-search input{
    border: none;
    height: 26px;
    padding: 0 24px 0 5px;
    width: 100%;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQ0lEQVQ4T63TvUoDQRAH8Jm50iKkVQt9Aitb0Vqw9iEyu+AHWghekECwkNu7K4W0YmVjIT5AOpG8gI3YmIuFlZDNXxauSA4TSOK2M/ObYZhlWvLxkvX0/0CWZave+5aIHIxGo5qI9ABcW2vv/pp2YoJQDKDLzPcAHBF9isiO9z4XkY6qtqvIBJAkSSeKor6qno4nllP1oijaVtW38dgEkKZpQURbxpj3aifn3C0zvxpj8qlAkiRDEVkxxvxUgTRN2wC+rbWtWRO8iMhZo9F4Hk8CwHmedwFcGWMepwLOuUMiaorInqp+hMSyOOzEFEWxEcfxcCoQAlmWnXvvT5j5gZn7zLxLROsA1gA0rbXxTKBENgHsA6iFxQ0Gg6d6vX7BzJdVZK5LdM7FJXJsrb0JzeYCQoFz7khEvlS1sxAw8xIX+Zm/m9eUEe4RhNoAAAAASUVORK5CYII=) no-repeat right 5px top 50%;
    border-bottom: 1px solid #dfe2e5;
}
ul.ava-modal-list {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}
ul.ava-modal-list li {
    display: block;
    line-height: 17px;
    position: relative;
    padding: 6px 30px 6px 17px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    background: #f8f8f9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAIElEQVQImZXLoQ0AAAwCsIb/L8awGyYqq22QbcHb9j84HToIJGGSukMAAAAASUVORK5CYII=) repeat-x 0 0;
    color: #777;
    font-size: 13px;
    cursor: pointer;
}
ul.ava-modal-list li:hover {
    text-decoration: none;
    background: #42A5F5;
    color: #fff;
    border: 1px solid transparent;
}
ul.ava-modal-list li span {
    font: normal 10px/14px Arial;
    position: absolute;
    top: 50%;
    right: 5px;
    text-align: right;
    margin-top: -7px;
    width: 25px;
}
ul.ava-modal-list li.current {
    background: #4F504B url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAIklEQVQImWNwcXVkYmBggGNGRkYUGpc4IyNMDrs4Qj9WcQBxXgEi9jZ3FQAAAABJRU5ErkJggg==) repeat-x 0 0;
    color: #fff;
    border: 1px solid transparent;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.ava-modal-content-header {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}
.ava-modal-content-header span {
    display: none;
}

.ava-modal-content-list {
    list-style: none;
    margin: 0 -15px -15px 0;
    padding: 0;
}
.ava-modal-content-list li {
    float: left;
    width: 20%;
    padding: 0 15px 15px 0;
}
.ava-modal-content-list li div {
    padding-top: 100%;
}
.ava-modal-content-list li img {
    display: block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px;
    max-width: 100%;
    margin: -100% auto 0;
    border-radius: 2px;
    cursor: pointer;
}
.ava-modal-content-list li.current img,
.ava-modal-content-list li img:hover {
    box-shadow: 0 3px 9px -2px rgba(0,0,0,.4);
    border-color: transparent;
    background: #f60;
}
.ava-modal-content-list li.active img {
    box-shadow: 0 3px 9px -2px rgba(0,0,0,.6);
    border-color: transparent;
    background: #f00;
}

.ava-modal-footer {
    border-top: 1px solid #dfe2e5;
    padding: 15px;
}
.ava-modal-footer:after {
    content: '';
    clear: both;
    display: block;
}
.ava-modal-footer button {
    float: right;
    background: #868e96;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 39px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 4px;
    opacity: .8;
    transition: .2s;
}
button.ava-button-save {
    background: #0866c6;
}
button.ava-button-clear {
    background: #e65100;
}
button.ava-button-rescan {
    background: #e98f10;
}
button.ava-button-delete {
    background: #b71c1c;
}
.ava-modal-footer button:hover {
    opacity: 1;
    border-color: rgba(0,0,0,.1);
}


@media screen and (max-width: 880px) {
    .ava-modal-main {
        border-left-width: 180px;
    }
    .ava-modal-sidebar {
        left: -180px;
        width: 180px;
    }
}

@media screen and (max-width: 780px) {
    .ava-modal-content-list li {
        width: 25%;
    }
}
@media screen and (max-width: 680px) {
    .ava-modal-content-list li {
        width: 33.33%;
    }
}
@media screen and (max-width: 580px) {
    .ava-modal-content-list li {
        width: 50%;
    }
}





/* MOBILE SECOND STYLE
----------------------------------------------- */
.ajax__mob-sliderwrp{
    width: 100%!important;
}
.ajax__mob-sliderwrp .owl-carousel{
    opacity: 1;
}
#news_subscribe{
        color: #fff;
    background-color: #f85b49;
    border-radius: 5px;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
}
#news_subscribe:hover{
    opacity: .8
}
.mobile-menu .header__menu{
    margin-top: 30px;
}
.mobile-menu .change-color {
    margin-bottom: 20px;
}
.mobile-menu .header__btn-login {
    border: 1px solid #f15832;
    text-align: center;
    border-radius: 25px;
    padding: 7px;
    color: #f15832;
}
@media screen and (min-width: 760px) {
	.page__activity-item {margin: 0; width: 50%; padding: 0 30px;}
	.page__activity-item::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0;  
		background: linear-gradient(to top, #000 0%, transparent 100%);}
	.page__activity-item--comments::before {background: linear-gradient(to top, #f85b49 0%, transparent 100%); opacity: 0.3;}
	.page__activity-item > * {position: relative; z-index: 5;}
    .page__comments-list .comments-tree-list > .comments-tree-item .comments-tree-item .js-comm:before {
        content: "";
        border-left: 2px dotted#ececec;
        margin-right: 20px;
        height: 20px;
        width: 20px;
        border-bottom: 2px dotted#ececec;
        position: absolute;
        left: -30px;
    }
}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.header, .content, .footer {padding-left: 20px; padding-right: 20px;}
	.header__menu {display: none;}
	.header__logo {flex: 1 1 0; margin-right: 20px; max-width: 100%; min-width: 50px;}
	.header__btn-menu {cursor: pointer; font-size: 30px; margin-left: 20px;
		height: 40px; display: flex; align-items: center; justify-content: center;}
	.hero {padding: 30px 0  60px 0;}
	.sect-desc__col {width: 100%;}
	.sect-desc {padding-top: 30px; padding-bottom: 30px;}
	.sect--bg, .sect-desc {padding-left: 20px; padding-right: 20px; margin-left: -20px; margin-right: -20px;}
	.sect--top .d-grid {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
	.sect--top .d-grid .poster-item {width: 105px; margin-right: 10px; display: inline-block; white-space: normal;}

	.page__details {margin-right: -20px; padding-right: 20px;}
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
	.short-tile {
	    grid-column: span 1;
	}
	.sidebar .d-grid {
	    grid-template-columns: repeat(auto-fill,minmax(90px,1fr));
	}
	.sect__collection #dle-content {
	    grid-template-columns: repeat(auto-fill,minmax(222px,1fr));
	}
	.page__info-subinfo {
	    width: 100%;
	}
}
@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.hero__title {font-size: 30px; line-height: 1.2;}
	.hero p {font-size: 1.2em; margin-top: 10px;}
	.search-wrap {margin-top: 30px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.footer__menu-one, .footer__menu-two {justify-content: center;}
	.footer__menu-one li, .footer__menu-two li {flex: 1 1 0; min-width: auto;
		white-space: nowrap; margin: 0 5px 10px 5px !important; text-align: center;}
	.footer__menu-two li a {margin-right: 0;}
	.footer__menu-one {padding-bottom: 20px; font-size: 0.9em;}
	.footer {padding-top: 30px; padding-bottom: 20px;}
	.sect-desc h1, .sect-desc h2, .sect-desc h3 {font-size: 20px;}
	
	.page__cols--first .page__col-right {display: none;}
	.page__cols--second .page__col-right {width: 100%; margin: 0; margin-top: 20px;}
	.page__btn-comments{cursor:pointer;position:relative;right:0;top:0;margin-top:0;font-size:13px;margin-bottom:20px}
.page__comments-info{width:100%}
.page-news .poster-item__img{padding-top:33%}
.sidebar{width:100%;margin-left:0;margin-top:30px}
.header__hero{background:#fff;min-height:auto;padding:20px}
.header__hero::before,.header__hero::after{display:none}
.notdescktop__manga{width:100%}
.manga__main-btn{width: 100%; display:inline-flex;justify-content:center;align-items:center;height:40px;padding:0 35px;border-radius:4px;font-weight:500;font-size:.9em;border:1px solid #f5f5f5;margin-top:20px}
.manga__main-btn:hover{background-color:var(--accent);color:var(--tt-contrast)}
.manga__main-item{padding:10px}
.manga__main-col{width:100%}
.manga__main-title{font-weight:500}
.manga__main-title span{font-size:12px;margin-right:10px;text-transform:uppercase;z-index:5;line-height:24px;background-color:var(--bg-5);color:var(--tt-contrast);padding:2px 10px;white-space:nowrap;border-radius:2px}
.manga__main-lang,.manga__main-date{font-size:13px;color:var(--tt-sub);font-style:italic}
.manga__main-item:nth-child(even){background-color:#fafafa}
.manga__main-number{margin-bottom:4px;font-size:13px}
.header__menu-hidden {box-shadow: none;}
.you__watch{
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.watch__item {
    padding-top: 12%;
    flex-shrink: 0;
    width: 8%;
    max-width: 8%;
}

    .header__menu-hidden::before {
        display: none;
    }
    .header__menu-hidden li{
            width: 100%;
    padding: 0 10px;
    }

    .mobile-menu .header__menu-hidden {
        margin: 0 -20px;
    }
    .header__menu-hidden a {
        padding-left: 30px;
    }

}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.pagination__btn-loader::before {margin-right: 20px;}
	.pagination__btn-loader::after {margin-left: 20px;}
	.pagination__btn-loader a, .pagination__btn-loader span {padding: 0 30px;}
	.header__btn-register {display: none;}
	.header, .sect-desc {background-image: none;}

	.page__header h1 {font-size: 20px; text-align: center;}
	.page-news .poster-item__img {width: 100%;padding-top: 70%;}
	.page__year1, .page__complaint, .page__meta1 {display: none;}
	.page__info-subinfo {margin-top: 0;}
	.page__info-subinfo .line-clamp {height: auto;}
	.tabs-block__select span {white-space: nowrap; flex: 1 1 0; max-width: 100%; min-width: auto; 
		text-align: center; margin: 0; border-radius: 0; padding: 0 10px;}
	.page__player {margin-left: -20px; margin-right: -20px;}

	.right__poster{width:230px;margin:0 auto;margin-top:20px;margin-bottom:40px}
.page__info-subinfo{width:100%}
.page__mylist,.emoji__title-full{padding:18px;}
.page__favlist li{
        padding: 6px 10px;
            margin: 0 5px;
}
.rating-emoji {
    padding-right: 25px;
}
.rating-emoji .rating-emoji-item {
    float: left;
    width: 24%;
}

.page__mylist .page__subtitle{margin-bottom:22px;font-size:15px;text-transform:uppercase;text-align:center}
.page__mangaview-col{width:100%;justify-content:center}
.page__mangaview-col select{width:100%;margin-right:0;margin-bottom:10px}
.page__mangatext{padding:10px}
	.page__anime .page__main{    flex-direction: column;}

	.page__text .quote, .page__subscribe {margin-left: -20px; margin-right: -20px; padding-right: 20px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 20px;}
	.add-comments-form.form {margin-left: 0; margin-right: 0;}
	.page__comments-list22:not(.page__comments-list--not-comments) {margin-left: -20px; margin-right: -20px; 
		border-left: 0; border-right: 0;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
	.upd-item {
    width: 100%;
}
.short-tile {
    grid-column: span 1;
}
.sect__collection #dle-content{
    grid-template-columns: repeat(auto-fill,minmax(175px,1fr));
}
.sect__link {
	    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}

.page__subtitle {
    padding: 20px;
}
.page__share{
    flex: none;
    margin-bottom: 20px;
}

.bottom_menu__wrapper{
    justify-content: center;
}
.bottom_menu__info{
        flex: none;
            margin-bottom: 15px;
                text-align: center;
}
.footer .logo {
    padding-left: 60px;
    background-position-x: 80px;
}
.collections__cont #dle-content{
        grid-template-columns: repeat(auto-fill,minmax(190px,1fr));
}
.sect__sontent-listmeta{
        width: 100%;
    flex: none;
}
.sect__content-manga .poster-item__img {
    margin: 0 auto;
    margin-bottom: 20px;
}
.mangacont-item__col{
    width: 100%;
    margin-bottom: 15px;
}
.mangacont-item__btn{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.global__manga-page .poster-item__img {
    padding-top: 40%;
}
.manga__global-grid {
    display: unset;

}
.manga__global-grid .mangacont-item .mangacont__meta {
    margin-bottom: 0;
}
.manga__global-grid .mangacont-item .img-responsive--portrait {
    padding-top: 20%;
}
.manga__global-grid  .mangacont-item {
     padding: 0;
    margin-bottom: 20px;
}
.watch__item {
    padding-top: 30%;
    flex-shrink: 0;
    width: 20%;
    max-width: 20%;
}
.comment-item__main {
    padding: 0;
}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.sect__title {font-size: 20px;}

}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.header__logo {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.pagination {padding-top: 10px;}
	.page__cols--first .page__col-right {display: block; width: 100%; margin: 0;}
	.page__activity {display: none;}
	.page__details {margin-left: -20px; margin-right: -20px; padding: 20px;}
	.sect {min-height: 270px;}
}
@media screen and (max-width: 320px) {
		.page__rating-stars{margin-top: 20px;}
	.logo__wrap{display: none;}
    .footer .logo__wrap {
    display: block;
}
    .page__favlist li {
    padding: 6px 4px;
}

.footer .logo {
    background-position-x: 55px;
}

.page__rating-likes {
   flex-wrap: nowrap;
}

.page__rating-likes a .fal {
    margin-right: 0px!important;
}

.page__rating-likes a {
    padding: 0 5px!important;
}

.comment-item__rating {
    margin-top: 15px;
}

}

/**
 * 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: 5;}
 .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-popular__nav{position:absolute;right:0;left:0;top:60px;z-index:1}
.owl-popular__next,.owl-popular__prev{display:block;cursor:pointer;background:none;color:var(--accent);box-shadow:none;position:absolute;top:-46px;box-shadow:none;font-size:28px}
.owl-popular__next{right:80px}
.owl-popular__prev{right:35px}
#owl-popular .img-responsive--portrait{    padding-top: 120%;
    border-radius: 5px 5px 0 0;}
#owl-popular .img-responsive--portrait::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,#343033,#0294a500)}

 .owl-nav {position:absolute; right:0; left: 0; top:50%; z-index: 1;}
 .owl-prev, .owl-next {display: block; cursor: pointer; background: none; color: var(--accent); box-shadow: none; 
 	position: absolute; top: -46px; box-shadow: none; font-size: 28px;}
 .owl-prev {left:-45px;}
 .owl-next {right:-45px;}
 .owl-prev:hover, .owl-next:hover {color: var(--accent); background: none;}
 .owl-dots {text-align: center; padding-top: 10px;}
 .owl-dot {cursor: pointer; width: 10px; height: 10px; border-radius: 50%; margin: 10px 5px 0 5px; background: var(--tt-sub);}
.owl-dot.active {background: var(--tt);}

	 
.poster-item__label {    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
    line-height: 24px;
    /*background-color: #a0d757;*/
    background-color: #f85b49eb;
    color: #fff;
    padding: 0 10px;
    font-size: .8em;
    white-space: nowrap;
    border-radius: 2px;}
.poster-item__label span {display: inline-block; vertical-align: top; padding: 0 6px; 
	background: var(--bg); color: var(--tt); margin-left: -10px; margin-right: 10px;}

.poster-item__labelsec{
	position: absolute;
    z-index: 5;
    left: 5px;
    bottom: 5px;
    line-height: 24px;
    background-color: #a0d757;
    color: #fff;
    padding: 0 10px;
    font-size: .8em;
    white-space: nowrap;
    border-radius: 2px;
}

.poster-item__labelthird{
position: absolute;
    z-index: 5;
    right: 5px;
    bottom: 5px;
    line-height: 24px;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    font-size: .8em;
    white-space: nowrap;
    border-radius: 2px;
}

.poster-item__desc {position: static; text-align: left; 
	font-size: 12px; opacity: 1; padding: 0; color: var(--tt); display: block; line-height: normal;    box-shadow: 0 1.1875rem 2.125rem -0.9375rem #eaeaea66;
    padding: 11px;
    margin-top: -15px;}
.poster-item__meta {margin-top: 5px; color: var(--tt-sub); font-size: 13px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.poster-item__title {font-size: 1.1em; margin: 13px 0 0 0; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500;}
.poster-item::before {display: none;}
.poster-item__img {transition: all 0.1s linear;border-radius: 3px;}
.owl-carousel .poster-item__img {transform-origin: center 0; box-shadow: none !important;}

.ftop-item__desc {
	font-size: 12px;
}
.ftop-item__desc .ftop-item__metaser {
	display: inline-block;
    background-color: #fafafa;
    padding: 4px 10px;
    font-size: 12px;
}

#owl-popular .owl-stage {
    counter-reset: item;
}

#owl-popular .owl-item::before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    color:var(--accent);
    font-weight: 600;
    font-size: 23px;
    position: absolute;
    z-index: 1;
    top: 0;
}

#owl-popular .owl-item.current::before{
	color: #8ad74b;
	font-size: 33px;
}

#owl-popular .poster-item {
    padding-top: 20px;
}

#owl-popular .poster-item:hover .poster-item__img{
    transform: scale(1);
}
#owl-popular .poster-item__desc {    position: relative;
    font-size: 12px;
    opacity: 1;
    padding: 0;
    color: var(--tt);
    display: block;
    line-height: normal;
    padding: 8px;
    text-align: center;
    top: auto;
    bottom: 0;
    color: #fff;
    background-color: #38353b42;}
#owl-popular .poster-item__desc span{
	color: var(--accent);
	font-size: 20px;
}

#owl-popular .poster-item__meta {margin-top: 5px; color: var(--tt-sub); 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#owl-popular .poster-item__title {font-size: 1.1em;
    margin: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-style: italic;
    text-overflow: ellipsis;
    font-weight: 600;}

.page__rating-coun{
    line-height: 30px;
    background-color: #a0d757;
    color: #fff;
    font-size: .8em;
    white-space: nowrap;
    border-radius: 2px;
    margin: 0 10px;
    width: 34px;
    text-align: center;
}
.page__rating-likes {font-family: 'Circe'; font-weight: 700;}
.page__rating-likes a {display: block; height: 30px; line-height: 30px; border-radius: 2px; padding: 0 10px; 
	background-color: var(--bg-5); color: #fff; font-size: 1em;}
.page__rating-likes a:last-child {background-color: var(--tt-subside);}
.page__rating-likes a:hover {opacity: 0.6;}
.page__rating-likes a .fal {margin-right: 8px;}
.page__player-bottom {margin-top: 10px;}
.page__player-bottom .page__rating-stars-count {color: var(--tt);}
.page__share .ya-share2__item {margin: 0px 8px 0 0 !important;}
.page__share .ya-share2__badge .ya-share2__icon, .footer-soc .ya-share2__badge .ya-share2__icon 
{height: 26px !important; width: 26px !important; background-size: 26px 26px !important;}
.page__share .ya-share2__badge {border-radius: 2px;}
.page__caption {font-size: 14px; line-height: 1.4; border-radius: 2px; position: relative; margin-top: 10px;
	 color: #666; background-color: var(--bg-2); padding: 12px 20px 13px 60px;} 
.page__caption::before {content: "\f071"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 20px; top: 50%; font-size: 25px; color: #444; transform: translateY(-50%);}
.clamp-btn {font-family: 'Circe'; font-weight: 700; cursor: pointer; margin-top: 10px; font-size: 12px; text-transform: uppercase;}
.page__side-block {margin-top: 30px;}
.page__side-block-content--counter {counter-reset: num;}
.ftop-item + .ftop-item {margin-top: 15px;}
.ftop-item, .ftop-item__desc {position: relative; z-index: 5;}
.ftop-item__img {width: 60px; height: 60px; margin-right: 15px; z-index: 5;border-radius: 3px;}
.ftop-item__title {font-size: 1em; margin: 0 0 10px 0;font-style: italic;}
.page__cols--second ~ .page__side-block {display: none;}

@media screen and (max-width: 950px) {
	.page__cols--second .page__col-right {order: -1; margin: 0; margin-bottom: 30px;}
	.page__col-right .page__side-block {display: none;}
}
@media screen and (max-width: 760px) {
	.page__year {text-align: center; opacity: 0.8; font-weight: 500; color: #fff;}
	.page__poster {margin-bottom: 15px;}
	.page__meta {font-size: 1em; }
	.page__player-bottom {padding-left: 10px; padding-right: 10px;    justify-content: center;}
	.page__caption {padding: 12px 20px; border-radius: 0;} 
	.page__caption::before {display: none;}
	.page__cols--second ~ .page__side-block {display: block; margin: 0 0 30px 0;}

}
.cat-item a {
    display: contents;
}
.cat-item {
    width: 32%; 
    background-color: #f1f1f1;
    color: #fff;
    border-radius: 4px;
    z-index: 10;
}
.cat-item img {
    width: 100%;
    min-height: 100%;
    display: block;
    border-radius: 4px;
}
.cat-item .cat-title { 
    width: 55%;
    padding: 10px;
    align-items: center; 
}
.cat-param { 
    padding: 10px 10px 10px 0;
    align-self: flex-start;
    margin-left: auto;
    text-align: center;
    width: 27%;
    max-width: 97px;
}
.cat-param .cat-num {
    color: #fff;
    background-color: #f85b49;
    border-radius: 25px;
    padding: 3px 5px;
}
.cat-status {
    font-size: 11px;
    color: var(--tt-sub);
    line-height: 16px;
}

.light .cat-item { 
    background-color:#43464a;
    border: none;
}
.light .cat-param .cat-num {
}
/* iFramePlayer */
.iframePlayer{position:relative;width:100%;height:400px;background:#343434}.iframePlayer iframe{width:100%;height:100%}.iframePlayer > .selectors{z-index:2;position:absolute;left:10px;top:10px}.iframePlayer > .timestamper{z-index:2;position:absolute;right:10px;top:10px}.iframePlayer > .embedPlayer{z-index:2;position:absolute;left:5px;top:40px;padding:0;width:30px;height:30px;border:none;outline:none;font-size:14px;color:#fff;background-color:#172322;cursor:pointer}.iframePlayer > .selectors select{padding:5px!important;width:auto!important;height:auto!important;font-size:14px;color:#fff;background-color:#172322;cursor:pointer}.iframePlayer > .selectors select + select{margin-left:5px;color:#fff}#frameLoader{left:0;right:0;top:0;bottom:0;vertical-align:middle;padding:20px;text-align:center;color:#343434;border-radius:2px;z-index:9;position:absolute;background:rgba(255,255,255,1) url(data:image/gif;base64,R0lGODlhNAJ4AfetAIeHh6eprMPDw6Wlpamrrqqsr6iqreHh4ff3946OjqutsNLS0rS0tJaWlujo6J2dnf7+/vDw8Lu7u9nZ2aysrP39/crKyrq8vvv7+9rb3K6ws66vsrm7vdTV1vn5+crLzfj4+Ozs7dna2+Dh4uTl5unp6t7f4LCxtMjJy97e3+zt7a+xtK2use/v8K2vsubn6LS1uOXm58LDxd3e3+7v78zNz9PU1vDw8c7P0fHx8tvc3bu9v+fo6bCytOHi4/Hx8bGyte/w8PHy8tjZ29zd3ry9wOLj5Orq6/z8/MDBw7Cytbi6vMPFx6yusff4+L6/we3t7urr672/wcvMzsHCxM7P0MjKzNbX2MfIytXW2La4urK0t8PExrK0trS2uNLT1PPz8+7u77y+wPX19fX29re5u9HS1OPk5fn6+ru8v9/g4dTV1/Ly8sbIyvb297W3uuvs7Pj5+dDR08HDxc3O0MbHyfPz9NXW1/r6+rO0t7GztfT09PT19cTGyMXGyLq7vuvr7ODg4eHh4re4u7GztvLy86+xs9jZ2sTFx83Oz+Pj5OXl5vb398nKzOTk5bW3ubi5vPb29vLz89LT1d/f4LO1t+3u7sDCxM/Q0tHS077AwtDR0ujo6b/Bw7/Awq+ws7m6vdna3PT09bS2ucLExtfY2sfJy9bX2ejp6tPU1cXHydfY2bKztv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MDIxODE5MDk3M0IxMUUzODFGQ0MyMTMzNTMwOTdBQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MDIxODE5MTk3M0IxMUUzODFGQ0MyMTMzNTMwOTdBQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMjE4MThFOTczQjExRTM4MUZDQzIxMzM1MzA5N0FDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQwMjE4MThGOTczQjExRTM4MUZDQzIxMzM1MzA5N0FDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQgArQAsAAAAADQCeAEACP8AWwkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gw4odS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4v/H0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOCCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx26eWXYIYp5phklmnmmWimqeaabLbp5ptwxinnnHTWaeedeOap55589unnn4AGKuighBZq6KGIJqrooow26uijkEYq6aSUVmrppZhmqummnHbq6aeghirqqKSWauqpqKaq6qrfuRECCUR0/4CCDGKU0YUGChRQgAEB9BqAAj1wwMQXJhzhBEtOHGHCF0xw0IMCvgZggK4KaNBFGWLIgEIHRJAQghusfoRBCDPUsEMPBkyba7TstsuurgYoAMkHJuQgkhAmfACJAvEW4O6/7yrArwE97FDDDCFgEC5FPqCgRwC6AizxxNEWQEABF9igAgQYQaCCDRdY7C/FJP8bsR4o+LAwRCW3S4ACBARAwAbWarDBrtIWkCuv7E5bABUpxCFRHClQoWvMPeuMdLwbrEDIBizw+jLPLfu68kNVE2CAC1yI8MIeFSCEBAI38BBIFm0swe/Ivu7KQQoKL4SBCRxMG63dG6TxwSE+HP/BBghhH4TED45kIYXFVJN8tUMlE6BBB5JcxAgJVeRhANK9WszBthkEQgIJamQgKwcXV2zAEh2UgIdF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) no-repeat center center}#remember_me{display:block;cursor:pointer;font-size:11px;width:120px;z-index:9;text-align:right;color:#fff;position:absolute;top:5px;right:10px;border-bottom:1px dotted #666;font-family:Arial;padding-bottom:1px}#remember{position:absolute;top:25px;right:9px;width:310px;overflow:hidden;padding:5px 7px;z-index:10;border-radius:5px;border:0;display:none;outline:0;font-size:13px;background:#fff;font-family:Arial}#rem_s,#rem_s a,.rem_e{font-weight:600;border-bottom:1px dotted #000;cursor:pointer;color:#000;font-size:12px}
.timebtns{display: none!important;}
.iframePlayer > .selectors {display: flex;justify-content: flex-start;}
