 
/* BASIC LAYOUT
----------------------------------------------- */ 
.wrapper {min-width: 320px; position: relative; }
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {
    min-height: 100vh;
    background-color: var(--bg);
    box-shadow: 0 30px 60px rgb(244 244 244);
}
.theme-toggle {display: inline-flex; justify-content: space-between; align-items: center; cursor: pointer;
	background-color: var(--bg-darker); height: 35px; border-radius: 20px; padding: 5px 0; margin-right: 20px;}
.theme-toggle li {cursor: pointer; width: 30px; height: 30px; line-height: 30px; 
	border-radius: 50%; text-align: center; color: var(--tt); margin: 0 5px;} 
.theme-toggle:hover li {color: #fff;}
.lt-is-active .theme-toggle li:first-child, body:not(.lt-is-active) .theme-toggle li:last-child {background-color:var(--accent); color: #fff;}
.header {    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    padding-right: 20px;
    border-bottom: 3px solid #ff6666;}
.footer {background: url(../images/logo.svg) 30px center / 40px no-repeat; 
	 color: var(--tt-dark); padding: 30px var(--indent); padding-left: 86px;border-top: 3px solid #ff6666;
}

.col-main {
    padding: 30px 30px;
    padding-bottom: 60px;
    padding-top: 120px;
}
.col-side {color: #000;
    padding: 110px 10px;
    width: 240px;
    position: relative;}
	
#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-2); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    text-align: left;
    width: 270px;
    margin-right: var(--indent);
    padding-left: 30px;}
	.logo:hover {}
.logo__title {text-transform: uppercase; color: #ff3f4c; font-size: 22px; letter-spacing: 5px; 
	font-weight: 400; line-height: 1; font-family: 'Fredoka One', sans-serif;}
	.logo__title span {color: #353535; }
.logo__caption {font-size: 10px; font-weight: 500; color: #000000; 
	opacity: 0.9; text-transform: uppercase; letter-spacing: 3px; margin-top: 5px;}

.header__menu > li {margin-right: 30px; position: relative;}
.header__menu > li > a {height: 80px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #464646;
    font-weight: 600;}
.header__menu > li:hover > a {color: var(--accent);}
.header__btn {padding: 0; width: 40px; font-size: 14px; box-shadow: var(--bsh-2);}

.header__search {
    position: relative;
    border: 1px solid #c5c5c5;
    width: 300px;
    border-radius: 5px;
}
.header__search input, .header__search input:focus {padding: 0; border-radius: 0px; 
	background: none; box-shadow: none; color: #000; padding-left: 30px;}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.3; font-size: 14px;} 
.header__search button {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 0;
    background: none;
    color: #000;
    opacity: 0.6;
    font-size: 14px;
}


/* TOP ITEM
----------------------------------------------- */
.carou {padding: 20px var(--indent); margin: 0 var(--indent-negative); 
	 position: relative; padding-bottom: 60px; margin-top: -30px;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 75px)/6); flex-shrink: 0; margin-right: 15px;}

.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 15px; color: #fff;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;}
.sect__subtitle {font-size: 21px;}
.desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-3); 
	margin: 0 var(--indent-negative); margin-bottom: -60px; margin-top: 60px; padding: 60px var(--indent);}
.desc h1, .desc h2, .desc h3 {font-weight: 700; font-size: 18px; color: var(--tt); line-height: 1.3;}
.desc a {text-decoration: underline;}
.desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 14px; color: var(--tt-2);
	margin: 0 var(--indent-negative); margin-bottom: -60px; margin-top: 30px; padding: 30px var(--indent);}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.sect__btn-filter {display: flex; align-items: center; height: 30px; border-radius: 15px; padding: 0 15px; 
	font-size: 10px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; 
	border: 1px solid var(--accent); color: var(--tt); cursor: pointer; margin-left: 20px;}


/* POSTER ITEM
----------------------------------------------- */
.poster__img { margin-bottom: 15px;}
.poster__desc {position: relative;}
.poster__rating {height: 17px; width: 85px; position: absolute; right: 5px; top: 4px; pointer-events: none;
	background: url(../dleimages/rating.svg); transform: scale(0.8,0.8); transform-origin: right top;}
.poster__rating-fill {position: absolute; left: 0; top: 0; height: 100%; z-index: 1; 
	background: url(../dleimages/rating.svg) 0 -34px repeat-x;}
.poster__title {font-size: 15px; font-weight: 500; }
.poster__subtitle li {display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
    margin-right: 4px;
    text-transform: uppercase;}
.poster__subtitle li a {color: var(--tt-2);}
.poster__subtitle li:not(:last-child)::after {margin-left: 6px; content: '/'; opacity: 0.6;}
.poster__label {position: absolute;
    right: 0;
    bottom: 10px;
    padding: 4px 5px;
    background-color: #004dad;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px 0 0 3px;}
.poster__retin {position: absolute;
      left: -10px;
    width: 40px;
    top: 10px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;}
.poster-ext.not-loaded {display: flex; padding: 30px; flex-direction: column; justify-content: center;}
.poster-ext.not-loaded::before {height: 100%; top: 0; margin: 0;}
.poster-ext {position: fixed !important; left: 0; bottom: 20px; z-index: 999; background: var(--bg); 
	box-shadow: var(--bsh); width: 500px; padding: 15px 15px 15px 165px; min-height: 180px;}
.poster-ext h1 {font-size: 15px; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.poster-ext .pmovie__header-list {width: 100%; margin: 0;}
.poster-ext .page__text {max-height: 100px; overflow: hidden; margin: 0 0 -6px 0; position: relative; font-size: 13px;}
.poster-ext .page__text::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 80%; 
	background: linear-gradient(to top, #fff, transparent); z-index: 1;}
.poster-ext .pmovie__header-list li {margin: 0 !important; position: relative; z-index: 2;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.poster-ext .pmovie__header-list li > div:first-child {display: inline; margin: 0; font-size: 13px;}
.poster-ext .pmovie__poster {position: absolute; left: 0; top: 0; width: 150px; height: 100%;}
.poster-ext .not-shown-ajax {display: none !important;}


/* SIDEBAR
----------------------------------------------- */
.side-block + .side-block {padding: 30px 40px 30px 30px; padding-bottom: 0; 
	border-top: 1px solid rgba(255,255,255,0.3); margin-left: -30px; margin-right: -30px;}
.side-block:not(:last-child) {margin-bottom: 30px;}
.side-block__title {font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
        border-bottom: 1px solid #ececec;}
.side-block__menu--main {font-size: 16px; font-weight: 700;}
.side-block__menu--icon > li > a {padding-left: 26px;}
.side-block__menu > li + li {margin-top: 10px;}
.side-block__menu li {position: relative;}
.side-block__menu li .fal {position: absolute; left: 0; top: 1px; pointer-events: none; opacity: 0.8;}
.side-block__menu li span:not(.fal) {background-color: rgba(0,0,0,0.1); font-size: 11px; font-weight: 400;
	position: absolute; right: 0; top: -1px; border-radius: 3px; padding: 3px 6px; pointer-events: none;}
.side-block__menu > li > a {    color: #000;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    background: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #ff3f4c;}
.side-block__menu a:hover, .showitems-btn:hover {background: #efefef;  border-left: 8px solid #ff3f4c;}
.showitems-btn {margin-top: 13px; cursor: pointer; color: var(--accent);  
	text-transform: uppercase; font-weight: 500; font-size: 12px; letter-spacing: 1px;}
.side-block__menu-hidden {position: absolute; left: 98%; top: -30px; z-index: 99999; 
	background-color: var(--bg); box-shadow: var(--bsh); padding: 30px; width: 600px; 
	column-gap: 30px; column-width: 150px; border-right: 5px solid var(--accent); 
	visibility: hidden; opacity: 0; transform: translateX(30px);}
.side-block__menu-hidden li {margin-bottom: 10px;}
.side-block__menu > li:hover .side-block__menu-hidden {visibility: visible; opacity: 1; transform: translateX(0);}

.popular + .popular {margin-top: 20px;}
.popular .poster__subtitle li {color: #ff3f4c; }
.popular__img {width: 60px; height: 60px; margin-right: 10px; float: left;}
.popular__title {line-height: 1.4; -webkit-line-clamp: 2; color: #000;}
.popular:hover {font-weight: 600;}

.soc-channels__item {display: flex; flex-direction: column; justify-content: center;  
	position: relative; padding: 0 20px 0 55px; height: 40px; overflow: hidden;
	background-color: #2daae1; color: #fff !important; box-shadow: var(--bsh-2); 
	font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; border-radius: 4px;}
.soc-channels__item div {font-size: 14px; text-transform: none; font-weight: 500; margin-top: -1px;}
.vk {background-color: #1877f2; color: #fff;}
.yt {background-color: #df1111; color: #fff;}
.soc-channels__item + .soc-channels__item {margin-top: 10px;}
.soc-channels__item::before {content: ''; width: 40px; height: 40px; background-color: rgba(0,0,0,0.2); 
	position: absolute; left: 0; top: 0; background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk::before {background-image: url(../images/i-vk.svg);}
.yt::before {background-image: url(../images/i-youtube.svg);}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__btn {    margin: 0 30px;
    height: 30px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: none;}
.footer__text {font-size: 13px; line-height: 1.7;}

.pagination {text-align: center; padding-top: 10px;}
.pagination__pages > a, .pagination__pages > span, .pagination__pages-btn > a, 
.pagination__pages-btn > span {display: inline-block; margin: 10px 5px 0 5px; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 14px; border: 1px solid var(--bdc); border-radius: 20px;}
.pagination__pages1 > span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover,   
.pagination__pages-btn > a {background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}
.pagination__pages > span:not(.nav_ext), .pagination__pages-btn > span {background: var(--bg-2); color: var(--tt-3);}


/* INNER PAGE
----------------------------------------------- */
.page__subcols {padding: 60px var(--indent); margin: 0 var(--indent-negative);  position: relative; margin-top: -30px; }
.page__subcol-side {width: 250px; margin-right: 30px;}
.page__subcol-side2 {width: 300px; margin-left: 30px;}
.pmovie__poster {width: 250px; height: 375px; }
.pmovie__poster .poster__label {border-radius: 0 0 4px 0; right: auto; bottom: auto; left: 0; top: 0;}
.pmovie__original-title {color: var(--tt-2); text-transform: uppercase; font-size: 12px; 
	margin-top: 2px; font-weight: 500; letter-spacing: 1px;}
.anime__title h1 {font-size: 32px; font-weight: 700;    line-height: 30px;}
.anime__title h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pmovie__year {margin-top: 15px;}
.pmovie__genres {margin: 6px 0; border-bottom: 1px solid #ececec;}
.pmovie__genres:first-child { margin: 0 0 6px 0; }
.pmovie__genres:last-child {border-bottom: none;}
.pmovie__header-list {line-height: 1.5; font-size: 13px; color: var(--tt-3);}
.pmovie__header-list li + li {margin-top: 15px;}
.pmovie__header-list li > div:first-child {color: var(--tt); font-size: 14px; margin-bottom: 3px;}
.pmovie__header-list li a {border-bottom: 1px dotted var(--accent-2); color: var(--accent-2);}
.ya-share2 {height: 36px; padding-top: 6px; padding-bottom: 6px;}
.pmovie__ratings-caption {width: 100%; margin-bottom: 15px;}
.pmovie__rating {position: relative; margin-right: 30px;}
.pmovie__rating--site .poster__rating {position: static; transform: none;}
.pmovie__rating--site .pmovie__rating-content {height: 17px; margin: 9px 0 7px;}
.pmovie__rating--site .poster__rating-fill {height: 17px; top: 9px;}
.pmovie__rating-content {font-size: 24px;}
.pmovie__rating-caption {margin-top: 2px; color: var(--tt-2); font-size: 12px;}
.pmovie__subinfo {margin-top: 30px;}
.pmovie__subinfo > * {white-space: nowrap; width: 48%; padding: 0; text-align: center;}
.pmovie__btn {background: var(--gradient); text-transform: none; font-size: 14px;}
.pmovie__fav a {display: flex; align-items: center; justify-content: center; 
	height: 40px; border-radius: 20px; padding: 0 15px; 
	font-size: 14px; border: 3px solid var(--bdc); color: var(--tt-3);}

.page__subtitle {font-size: 22px; font-weight: 700;  margin-bottom: 20px;} 
.page__text {margin-bottom: 40px;}
.pmovie__player {position: relative; margin-bottom: 30px;}
.pmovie__complaint {position: absolute; right: 0; top: 100%; white-space: nowrap;}
.pmovie__complaint a {background-color: #eb4d4b; color: #fff; display: inline-block; padding: 5px 10px;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select span {height: 40px; line-height: 40px; padding: 0 20px; 
	margin-right: 10px; background-color: var(--bg-2); color: var(--tt-3); font-weight: 500;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--bg-3); color: #fff;}
.pmovie__rating-likes {position: absolute; right: -10px; top: 0;}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 30px; border-radius: 15px; 
	background-color: #6ab04c; color: #fff; box-shadow: var(--bsh-2); padding: 0 15px 0 10px; 
	font-weight: 500; margin-right: 10px;}
.pmovie__rating-likes > * .fal {font-size: 16px; margin-right: 10px;}
.pmovie__rating-likes > * + * {background-color: #eb4d4b;}
.pmovie__rating-likes > a:hover {background-color: var(--accent); color: #fff;}

.not-loaded {overflow: hidden; position: relative; text-align: center;}
.not-loaded::after {content: 'Загрузка...'; display: inline-block; position: relative; z-index: 1;}
.not-loaded::before {background: repeating-linear-gradient(45deg,#ccc,#ccc 10px,#eee 10px,#eee 20px); 
	animation: move 10s infinite linear; animation-direction: alternate; content: ''; width: 200%; height: 20px; 
	position: absolute; left: 0; top: 50%; margin-top: -10px;}
@keyframes move {
	from {transform: translateX(-50%);}
	to {transform: translateX(0%);}
}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; word-wrap: break-word;text-align: justify;}
.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 var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	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: var(--accent); 
	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: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {    margin-top: 40px;}
.page__comments-title {font-size: 22px; font-weight: 700; margin-bottom: 40px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-3); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.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__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item__title1 {
    font-weight: 500;
    margin-bottom: 10px;
	padding-left: 5px;
}
.comment-item__title1 a{
       color: #616161;
}
.comment-item__main1 {
    font-size: 13px;
}
.comment-item1 {
margin-bottom: 35px;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 6px;
}
.svz {    display: table;
    width: 100%;}
.comm-num{   display: inline-block;
    margin: 0 10px;
    color: white;
    font-weight: 600;
    padding: 0 5px;
    background: #ff3f4c;
    border-radius: 4px;
	float:left;}
.group-icon{   
    display: inline-block;
    width: 25px;
    float: left;
    margin-top: -3px;
}
.group-name{  display: inline-block;
    padding: 0 4px;
    margin-left: 3px;

	border-radius: 4px;
	font-size: 12px;
}

	
.new{
	background: #9e9e9e;  
    color: white;
}
.arang{
	background: #479b0c;  
    color: white;
}
.ad{
	background: #d31283;  
    color: white;
}
.comment-item {margin-bottom: 20px;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;border-radius: 10px;}
.comment-item__author {font-weight: 600;float: left; font-size: 14px;    width: 140px;}
.comment-item__author a {color: #5b5b5b; }
.comment-item__date {color: var(--tt-3); margin-top: 8px; font-size: 12px;}
.comment-item__main {    margin-top: 6px;
    font-size: 15px;
    background: #e6f8ff;
    border-radius: 10px;
    padding: 10px 10px 0 10px;}
.comment-item__rating {white-space: nowrap; font-size: 14px; font-weight: 600;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {    color: #ffffff;
    font-weight: 600;
    margin-right: 2px;
    padding: 4px;
    background: #73ad04;
    border-radius: 4px;}
.comment-item__rating a:last-child > span:first-child {color: #ffffff;
    font-weight: 600;
    background: #ff3f4c;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-2);}
.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: 12px; 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-2);}
.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;}


/* 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 rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-3); margin-left: 10px; font-weight: 400; color: var(--tt-3);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-3);}
.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%;}
.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 {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * 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 {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .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-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; left: 0; right: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: none; width: 40px; height: 30px; 
	background: none; color: var(--tt-2); position: absolute; top: 0; font-size: 28px; margin-top: -15px;}
 .owl-prev {left: -50px;}
 .owl-next {right: -50px;}
 .owl-prev:hover, .owl-next:hover {background: none; color: var(--accent);}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -37px;}
 .owl-dot {display: inline-block; width: 16px; height: 16px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px; box-shadow: var(--bsh-2);}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}

.anime-r{padding-left: 20%;line-height: 24px;}
.anime-r span {background: #ff6666;
    border-radius: 5px;
    padding: 1px 5px;}
.anime-r span a {    color: white;}
	
/* kodikserials */
.ksupdate_block{margin-bottom: 40px;margin-top: -30px;}
.ksupdate_block_date{color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;}
ul.ksupdate_block_list { padding-left: 0; margin-top: 0; }
.ksupdate_block_list .a-m-d{display: block; position: relative;}
.ksupdate_block_list .a-m-d:after{-webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; background-color: rgba(0, 0, 0, 0); content: ""; height: 100%; position: absolute; top: 0; left: 0; width: 100%;}
.ksupdate_block_list .a-m-d:hover:after{background-color: rgba(0, 0, 0, 0.2);}
.ksupdate_block_list_item{-webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; background-color: #fff; cursor: pointer; display: table; min-height: 35px; width: 100%; padding: 10px 0; border-bottom: 1px solid #ececec;}
.ksupdate_block_list_item:hover{background-color: #fafafa;}
.ksupdate_block_list_item:hover .b-seriesupdate__block_list_link{color: #2e859e; text-decoration: none;}
.ksupdate_block_list_item.tracked{background-color: #d6f0ff;}
.ksupdate_block_list_item.tracked:hover{background-color: #a8dfff;}
.ksupdate_block_list_item.tracked:hover .b-seriesupdate__block_list_link{color: #000;}
.ksupdate_block_list_item_inner{display: table-row;}
.ksupdate_block_list_item_inner .cell{padding: 6px 0 5px;
    width: 80%;
    vertical-align: middle;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.ksupdate_block_list_item_inner .cell-1{color: #000; font-size: 16px; padding-right: 5px; padding-left: 10px;float: left;}
.ksupdate_block_list_item_inner .cell-1 .season{white-space: nowrap;}
.season {white-space: nowrap;
    color: #9a9a9a;
    text-transform: uppercase;
font-size: 12px;}
.ksupdate_block_list_item_inner .cell-2{color: #ff3f4c;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap;}
.ksupdate_block_list_item_inner .cell-2 i{color: #777; display: block; font-style: normal;}
.ksupdate_block_list_link{-webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color: #000;  text-decoration: none;}
.ksupdate_block_list_link:hover{text-decoration: none;}
.ksupdate_block_list_link:visited{color: #000;}
/* kodikserials */



.anime-l{

    float: left;
    color: #5a5959;
    font-size: 16px;
    font-weight: 600;
}

/************************************************
*   TOP 100      *
************************************************/
.sect-top100 {
    counter-reset: a;
	margin-top: 20px;
    overflow: hidden;
}
.top100-item {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    width: 32%;
    margin-right: 10px;
    float: left;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 15px;
}
.top100-item:hover {
    opacity: 0.7;
}
.top100-item a:hover {
    color: #ff6666;
}
.top100-item a::before {
    content: counter(a);
    counter-increment: a;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: inset 0 0 0 2px #ff6666;
    color: #ff6666;
    border-radius: 15px;
    font-size: 13px;
}
.top100-img {
    width: 90px;
    height: 90px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
	    border-radius: 10px;
}
.topзpor img {
    border: none;
    width: 100%;
    min-height: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
}
.toppor {
	border-radius: 5px;
width: 60px;
    height: 60px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.top100-img img {
    border: none;
    width: 100%;
    min-height: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
}
.topporit {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    width: 32%;
    margin-right: 10px;
    float: left;
    background-color: #f5f5f5;
    padding: 10px 0;
    border-radius: 6px;
}
.topporit:hover {
    opacity: 0.7;
}
.top1porit a:hover {
    color: #ff6666;
}

@media only screen and (max-width: 992px) {
.top100-item {
    width: 100%;
}
 }
 .mylists {
    color: #ffffff;
    text-decoration: none;
    background: #f95d68;
    padding: 6px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px;
    border-radius: 4px;
}
 .mylists:hover {
    color: #000
}
.mylistsdiv {
    margin-bottom: 40px;
    padding: 20px 20px;
    margin: 0 40px;
    text-align: center;
}
.mylists-switch, .mylists-tabs {
list-style: none;
    padding: 10px;
    font-size: 14px;
    text-align: center;
	}
	.mylists-switch li, .mylists-tabs li {
display: inline-block;
    margin: 5px 10px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px ;
	}
	.mylists-switch li:hover, .mylists-tabs li:hover {
		color: #70579d;
		cursor: pointer;
	}
	.mylists-switch li:last-child, .mylists-tabs li:last-child {
		
	}
	.mylists-switch li.active, .mylists-tabs li.active {
	background: #ff3f4c;
    color: #fff;
    border: 0px;
    line-height: 22px;
    border-radius: 3px;		
	}
	.mylists-tabs li.active a {
		color: #fff;
	}
	
	.vote-anime  {display: table;
    padding-bottom: 20px;}
.rating-anime	{float: left;    padding-right: 50px;}
.ratingscore-anime {
    float: left;
    font-size: 34px;
    line-height: 32px;
    font-weight: 600;
    
}
.ratingscore-anime span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #c5c5c5;
    padding: 0 10px;
}

.seo-anime {
    padding: 30px 10px;
    text-align: justify;
}
.h1-anime {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sect__title span {
    color: #ff3f4c;
}
.tabs {
font-size: 0;
}

.tabs>input[type="radio"] {
display: none;
}

.tabs>div {
/* скрыть контент по умолчанию */
display: none;
border: 1px solid #e0e0e0;
padding: 10px 15px;
font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3, 
#tab-btn-4:checked~#content-4, 
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7
{
display: block;
}

.tabs>label {
display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 13%;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 20px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
	white-space: nowrap;
    overflow: hidden;
}

.tabs>label:not(:first-of-type) {
border-left: none;
}

.tabs>input[type="radio"]:checked+label {
background-color: #fff;
border-bottom: 1px solid #fff;
}
/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin: 0;
    padding: 0;
    color: #ff3f4c;
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
   display: block;
    padding: 10px;
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
    border: 1px solid #e4e4e4;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    background-color: #ff3f4c;
    color: #fff;
    content: "!";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}
.filter-block {margin-bottom: 0px;}
.filter-block__form {display: flex; flex-wrap: wrap;}
.filter-block__cell {margin-left: 10px;
    width: 22%;
    margin-bottom: 20px;}
.filter-block__cell--full-width {grid-column: 1 / -1;}
.filter-block__cell-caption {margin-bottom: 10px;}
.filter-block__cell-content > * {width: 100%; display: block;}
.filter-block__cell-content--two-columns {display: flex; justify-content: space-between;}
.filter-block__cell-content--two-columns > * {width: calc((100% - 10px)/2) !important;}
.filter-block__cell-content select, .filter-block__cell-content input[type="text"], 
.filter-block__cell-content--check-group {height: 40px; line-height: 36px; background-position: right 14px top 54%;
	background-color: var(--bg); color: var(--tt); border: 2px solid var(--bdc); border-radius: 5px; 
	box-shadow: none; font-size: 14px;  padding: 0 15px; background-size: 10px; display: inline-block;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: auto; box-sizing: border-box;}
.filter-block__cell-content select {padding: 0 30px 0 10px;    width: 100%;}
.filter-block__cell-content input[type="text"]::placeholder {opacity: 1; color: var(--tt); font-size: 14px;}
.filter-block__cell-content input[type="text"]:focus::placeholder {opacity: 0;}
.filter-block__cell-content--inp-year input {width: 80px !important;}
[data-dlefilter="reset"] {width: 40px; background-color: var(--bg-2); color: var(--tt-2); 
	padding: 0; font-size: 18px; border: 1px solid var(--bdc);}
/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.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: white;
    color: #fff;}
.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, .mobile-menu .side-block__menu-hidden {margin: 0; padding: 10px 20px; display: block; background: var(--bg-3); 
	width: calc(100% + 40px); margin: -10px -20px 25px -20px; max-width: none;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px; color: #fff;}
.mobile-menu .side-block__menu-hidden {background-color: var(--bg); position: static; 
	opacity: 1; visibility: visible; transform: none; border: 0; margin-top: 30px; padding-top: 20px;}
@media screen and (max-width: 1220px) {
	.filter-block {width: 100%; margin-bottom: -10px; margin-top: 20px;}
	.filter-block__cell {margin: 0 10px 10px 0;}
	.top100-item {
    width: 48%;
}
}
@media screen and (max-width: 1023px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.header__menu, .col-side, .js-this-in-mobile-menu11, .pagination__pages-btn {display: none;}
	.header__btn {background-color: var(--bg-2); color: var(--tt-2);}
	.header__btn-menu {    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #ff6666;
    color: #fff;
    display: block;
    margin-left: 10px;
    font-size: 18px;}
	.header__search {flex: 1 1 0; margin: 0 20px; max-width: 100%; min-width: 50px;}
	.header {margin-bottom: 0; position: static; padding: 0 var(--indent);}
	.carou {padding: 20px; padding-bottom: 60px;}
	.d-grid, #dle-content {grid-gap: 20px 20px; grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
	.col-main {padding-top: 30px;}
	.col-side {width: 220px; padding: 30px 20px 100px 20px; order: 10;}
	.side-block + .side-block {padding: 30px 20px 0 20px; margin-left: -20px; margin-right: -20px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	..logo__caption {color: var(--tt);}
	.logo {width: auto; margin: 0;}

	.page__subcols { padding-bottom: 20px;}
	.page__subcol-side {margin-right: 20px;}
	.page__subcol-side2, .page__col-side {width: 100%; margin: 0; margin-top: 20px;}
	.pmovie__header-list li + li {margin-top: 5px;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select span {margin: 0;}
	.pmovie__rating-likes {position: static; margin-top: 20px; padding-left: 20px;}
	.pmovie__complaint {margin-top: -50px;}
}

@media screen and (max-width: 950px) {
	.anime__title h1 {
    font-size: 24px;
}
	.theme-toggle {order: 10; margin: 0; margin-right: 20px;}

	.wrapper-container {max-width:768px;}
	.carou__content > .top {width: calc((100% - 60px)/5);}
	.col-side {width: 100%; padding-top: 0;}
	.col-side .js-this-in-mobile-menu {display: none;}
	.footer {justify-content: center; text-align: center; background-image: none; padding: 20px;}
	.footer__text {min-width: 100%; margin: 0 0 20px 0;}
}

@media screen and (max-width: 760px) {
	.topporit {
    width: 48%;
}
	.filter-block__cell { width: 31%;}
	.wrapper-container {max-width:640px;}
	.carou__content > .top {width: calc((100% - 30px)/3);}
	.header__search {order: 10; min-width: 100%; margin: 0;}
	.header {height: auto; padding-bottom: 20px;}
	.logo {flex: 1 1 0;
    min-width: 50px;
    max-width: 100%;
    padding-left: 0;}

	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.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;}
}

@media screen and (max-width: 590px) {
		.topporit {
    width: 100%;
}
	.top100-item {
    width: 100%;
}
	.ksupdate_block_list_item_inner .cell-1 {float: none;}
	.ksupdate_block_list_item_inner .cell {padding: 0 5px;    width: auto;}
	.wrapper-container22 {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;}
	.carou__content > .top {width: calc((100% - 30px)/3);}
	.footer .btn {width: 100%; margin: 0; margin-bottom: 20px;}
.anime-r {
    padding-left: 28%;
}
	.page__subcols {display: block; position: relative;}
	.page__subcol-side {width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;}
	.pmovie__poster {width: 250px;
    height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;}
	.page__subcol-main h1 {font-size: 18px;}
	.page__subcol-main {display: inline;}
	.pmovie__ratings {margin: 0; justify-content: space-between;}
	.pmovie__ratings-caption {display: none;}
	.pmovie__rating {margin: 0;}
	.pmovie__rating--site {margin-right: 0px;}
	.pmovie__ratings {width: 100%; padding-top: 5px;}
	.pmovie__ratings::before {content: ""; display: table; clear: both; width: 100%;}
	.pmovie__subinfo {justify-content: space-between; margin: 0; margin-top: 20px;}
	.pmovie__share {min-width: 100%; text-align: center;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}



@media screen and (max-width: 470px) {
	.filter-block__form {justify-content: space-between;}
	.filter-block__cell {margin-right: 0; width: 88%;}

	.filter-block__cell-content > * {width: 100% !important;}
	.filter-block__cell-content--inp-year input {width: 100% !important;}
	.filter-block__cell--btns {width: 40px; order: 11;}
}

/* FLEX FALLBACK FOR SMART TV
----------------------------------------------- */
/*
@media screen and (min-width: 1800px) {
    #dle-content, .d-grid {display: flex; justify-content: space-between; flex-wrap: wrap; grid-gap: 0 0;}
    #dle-content > *:not(.grid-item), #dle-content {width: 100%;}
    .poster {width: 23%; margin-bottom: 30px;}
	.pagination {margin-top: -10px;}
	.page__comments {margin-top: -30px;}
}
*/
	
	