.disc {background: #f7f7ea;
    padding: 15px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: justify;}
/* BASIC LAYOUT
----------------------------------------------- */
.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;
}
/************************************************
*   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%;
}
 }
.tabs>label {
display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 14%;
    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";
}
.wrapper {min-width: 320px; position: relative; 
	background: url(../images/bg.jpg) center top fixed no-repeat; background-size: 100% auto;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh;}
.header { color: var(--tt-dark);
    position: relative;
    margin-top: 60px;
   background: #8db921;
   border-radius: 8px 8px 0 0;
  
   }
.footer {background-color: var(--bg-3); color: var(--tt-dark); padding: 30px var(--indent); padding-left: 20px;}
.content {background-color: var(--bg); box-shadow: 0 30px 60px rgba(0,0,0,1);}
.col-main {padding: 30px var(--indent); padding-bottom: 60px;}
.col-side {background-color: var(--bg-2);    border-radius: 0 8px 0 0;
 padding: 0px 10px; width: 240px;}
	
#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: 60px; text-align: left; padding-left: 30px; min-width: 240px; }
.logo__title {text-transform: uppercase; color: #fff; font-size: 22px; letter-spacing: 5px; 
	font-weight: 400; line-height: 1; font-family: 'Fredoka One', sans-serif;}
	.logo__title span {
		padding-right: 3px;
    color: #8db921;
    background: #ffffff;
    border-radius: 5px;
}
.logo__caption {font-size: 10px;
    font-weight: 500;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-top: 6px;}

.header__menu > li {    margin-right: 10px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;}
.header__menu > li > a {  color: #ffffff;
    height: 26px;
    padding: 0 8px;
    display: flex;
    align-items: center;}
.header__menu > li:hover > a {color: var(--accent);background: #ffffff;} 
.header__menu > li .fal {opacity: 0.8; width: 25px; font-size: 14px;}

.header__search {position:relative; border-bottom: 1px solid rgba(255,255,255,0.3); padding: 15px 0; width: 100%;}
.header__search input, .header__search input:focus {    padding: 0 20px;
    border-radius: 0px;
    background: white;
    box-shadow: none;
    color: #000;}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.8; font-size: 16px;} 
.header__search button {position:absolute; right: 20px; top: 15px; width: 60px; padding: 0; 
	background: none; color: #000; font-size: 18px;}

.header__btn-search {    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin-right: 15px;}
.btn-accent {    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #ffffff;
    letter-spacing: 1px;}
.btn-accent:hover, .header__btn-search:hover, .header__btn-search.is-active 
	{background-color: var(--accent); border-color: var(--accent); color: #fff;}


/* TOP ITEM
----------------------------------------------- */
.carou {    padding: 30px 240px 30px 30px;
    background-color: #ffffff;
    width: 100%;
    position: relative;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 100px)/6); flex-shrink: 0; margin-right: 20px;}
.top {background-color: var(--bg-3);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 20px; color: #fff;}
.carou__desc {position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 180px;
    color: #1c222b}
.carou__title {font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #8db921;}
.carou__caption {    margin-top: 16px;
    color: #757575;
    line-height: 24px;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 60px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 16px;
 
    letter-spacing: 1px;
    color: #383838;
    font-weight: 600;
    text-transform: uppercase;}
.sect__subtitle {font-size: 21px;}
.grid-select__btn {cursor: pointer; display: flex; align-items: center; justify-content: center; 
	margin-left: 10px; font-size: 14px; width: 30px; height: 30px; 
	border-radius: 15px; border: 1px solid var(--bdc); color: var(--tt-2);}
.grid-select__btn.is-active, .sect__btn-filter:hover, .sect__btn-filter.is-active {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.grid-select__btn:not(.is-active):hover {color: var(--tt);}
.desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-3); border-top: 6px solid var(--bg-2); 
	margin: 0 var(--indent-negative); margin-top: 60px; padding: 0 var(--indent); padding-top: 30px;}
.desc h1, .desc h2, .desc h3 {font-weight: 400; 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: 12px; color: var(--tt-2); margin-bottom: 30px;}
.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 {box-shadow: var(--bsh); margin-bottom: 15px;}
.poster__title {font-size: 14px; font-weight: 500;}
.poster__subtitle li { display: inline-block;
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
    color: #8db921;
    font-weight: 600;
    margin-right: 6px;}
.poster__subtitle li a {color: var(--tt-2);}
.poster__subtitle li:not(:last-child)::after {margin-left: 6px; content: '\25CF'; opacity: 0.6;}
.poster__label a {color: #fff;}
.poster__label {position: absolute; right: 0; bottom: 0; z-index: 10; padding: 5px 10px; border-top-left-radius: 4px; 
	background-color: #8db921;  font-size: 12px; 
	font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}
.poster__rating {position: absolute; left: 0; top: 5px; z-index: 10; border-radius: 0 4px 4px 0;
	background-color: #23ad00; color: #fff; font-size: 12px; padding: 2px; 
	text-align: center; width: 40px; font-weight: 500;}
.poster__rating.rating-1, .poster__rating.rating-2, .poster__rating.rating-3 {background-color: #eb4d4b;}
.poster__rating.rating-4, .poster__rating.rating-5, .poster__rating.rating-6 {background-color: #f0932b;}
.poster__rating.rating-7, .poster__rating.rating-8, .poster__rating.rating-9, .poster__rating.rating-10 {background-color: #3bb33b;}
.js-count-rating {opacity: 0;}
.has-overlay__mask {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; 
	background-color: rgba(0,0,0,0.6); color: #fff; font-size: 40px; opacity: 0;}
.has-overlay:hover .has-overlay__mask {opacity: 1;}
.grid-2 .poster__text {display: none;}
.poster__text {-webkit-line-clamp: 4; color: var(--tt-3); margin-top: 15px;}
.poster__subtitle, .poster__subtitle li {max-width: 100%;}

@media screen and (min-width: 760px) {
	.grid-1 #dle-content {grid-template-columns: repeat(2,minmax(180px,1fr)); grid-gap: 15px 15px;}
	.grid-1 .poster {grid-column: span 1; border: 1px solid var(--bdc); flex-direction: row; flex-wrap: wrap;}
	.grid-1 .poster__img {width: 144px; height: 216px; padding-top: 0; margin: 0;}
	.grid-1 .poster__desc {flex: 1 1 0; max-width: 100%; min-width: 100px; padding: 20px; position: relative;}
	.grid-1 .poster__title {font-size: 17px;}
	.grid-1 .poster__subtitle {position: absolute; left: 20px; bottom: 20px;}
	.grid-1 .poster__subtitle li {margin-top: 0; height: 30px; border: 1px solid var(--bdc); font-size: 12px;
		border-radius: 15px; padding: 0 15px; display: inline-flex; align-items: center; text-transform: uppercase;}
	.grid-1 .poster__subtitle li:not(:last-child)::after {display: none;}
	.grid-1 .pagination__btn-loader a, .grid-1 .pagination__btn-loader > span {margin-top: 0px;}
}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 25px;}
.side-block__title {font-weight: 500; font-size: 17px; margin-bottom: 20px;}
.side-block__menu li + li {margin-top: 10px;}
.side-block__menu li {position: relative;}
.side-block__menu li span {background-color: var(--bg); color: var(--tt-2); font-size: 11px; 
	position: absolute; right: 0; top: -1px; border-radius: 3px; padding: 3px 6px; pointer-events: none;}
.side-block__menu a {    display: block;
    padding: 8px;
    border-left: 4px solid #4670aa;
    background: white;}
.side-block__menu a:hover  { border-left: 8px solid #4670aa;}
.showitems-btn:hover {text-decoration: underline;}
.showitems-btn {    margin-top: 13px;
    cursor: pointer;
    color: #66ab00;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;}
.popular + .popular {margin-top: 20px;}
.popular__img {width: 60px;
    height: 60px;
    border-radius: 5px;
    float: left;
	    margin-right: 5px;}
.popular_title {line-height: 1.4; -webkit-line-clamp: 3;}
.popular:hover {text-decoration: underline;}
.lcomm:not(:last-child) {margin-bottom: 20px;}
.lcomm {font-size: 13px;
background: white;
    border-radius: 5px;
}
.lcomm__link {display: block; color: var(--accent); font-size: 12px; 
	 padding-left: 1px;}
.lcomm__date {font-size: 11px; color: var(--tt-2); margin-left: 10px;}
.lcomm__text {margin: 8px 0 10px 0; background: white;
    padding: 5px;
    border-radius: 5px;}

.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);}
.header__search-box{padding: 0 20px}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer .btn-accent {width: 220px; margin-right: 60px;}
.footer__logo {min-width: 0; margin-right: 30px;}
.footer__text {font-size: 13px; line-height: 1.7;}

.pagination {text-align: center; padding-top: 20px;}
.pagination__btn-loader .fal {font-size: 28px; margin-right: 10px; order: -1;}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    max-width: 200px;
    background: var(--bg-2);
    color: var(--tt-3);
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 30px;
    margin-top: -10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc); border-radius: 20px;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover  
{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;}


/* INNER PAGE
----------------------------------------------- */
.page__cols {border-top: 6px solid var(--bg-2); margin: 0 var(--indent-negative); 
	padding: 0 var(--indent); padding-top: 20px; margin-bottom: 20px;}
.page__col-side {width: 300px; margin-left: 40px;}
.page__subcols {margin-bottom: 30px;}
.page__subcol-side {width: 200px; margin-right: 20px;}
.page__subcol-side2 {width: 300px; margin-left: 40px;}
.pmovie__poster {width: 200px; height: 300px; box-shadow: var(--bsh);}
.pmovie__poster .poster__label {border-radius: 0 0 4px 0; right: auto; bottom: auto; left: 0; top: 0;}
.pmovie__age > div {display: inline-block; padding: 5px 10px; 
	border-radius: 4px; border: 1px solid var(--bdc);}
.pmovie__original-title {color: var(--tt-2); text-transform: uppercase; font-size: 12px; margin-bottom: 20px;
	margin-top: 2px; font-weight: 500; letter-spacing: 1px;}
.page h1 {  font-size: 20px;
    letter-spacing: 1px;
    color: #383838;
    font-weight: 600;
    text-transform: uppercase
    }
.page h1 a {margin-left: 10px; font-size: 14px; font-weight: 400;}
.pmovie__anime {margin-top: 15px;}
.pmovie__anime span{color: #737373;
    padding-right: 10px;
    font-weight: 600;
    font-size: 14px;}
.pmovie__anime a {
    border-bottom: 1px dotted var(--accent-2);
    color: var(--accent-2);
}
.pmovie__genres {margin: 10px 0 20px 0; font-size: 13px; color: var(--tt-2);}
.pmovie__header-list {line-height: 1.5; font-size: 13px; color: var(--tt-2);}
.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);}
.pmovie__complaint a {display: inline-block; margin-bottom: 20px; margin-left: 16px;
	color: #eb4d4b; border-bottom: 1px dotted #eb4d4b; font-size: 13px; position: relative;}
.pmovie__complaint a::before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	position: absolute; left: -16px; top: 6px; background-color: #eb4d4b;}
.pmovie__subrating {font-weight: 500; font-size: 16px; text-align: center; white-space: nowrap; margin-right: 20px;}
.pmovie__subrating img {height: 30px; display: block; margin: 0 auto 8px auto;}
.pmovie__subrating--kp img {height: 30px; margin-bottom: 10px; position: relative; top: 1px; right: -2px;}
.pmovie__btn {margin-top: 10px; margin-left: 10px; background-color: var(--accent);}

.page__subtitle {font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #383838;
    font-weight: 600;
    text-transform: uppercase;}
.page__subtitle:last-child {margin-bottom: 0;}
.page__text {margin-top: -5px;}
.clamp-btn {cursor: pointer; margin-top: 10px; font-size: 12px; text-transform: uppercase; 
	font-weight: 500; color: var(--accent); letter-spacing: 1px;}
.pmovie__btn-trailer {cursor: pointer; height: 160px; margin-bottom: 2px;}
.pmovie__btn-trailer::after {content: ''; position: absolute; 
	left: 0; top: 0; right: 0; bottom: 0; background: var(--bg-3); opacity: 0.7;}
.pmovie__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(--bdc-dark); 
	border-radius: 50%; width: 80px; height: 80px; font-size: 24px; color: var(--tt-dark); padding-left: 3px;}
.pmovie__btn-trailer:hover .fal {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery {display: grid; grid-gap: 2px 2px; 
	grid-template-columns: repeat(auto-fill,minmax(140px,1fr)); grid-auto-flow: row dense;}
.pmovie__screenshots a, .pmovie__screenshots img, .pmovie__screenshots li {height: 90px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%;}
.pmovie__screenshots img {width: 100%; object-fit: cover;}
.pmovie__screenshots br {display: none;}

.pmovie__complaint2 a {color: #eb4d4b; border-bottom: 1px dotted #eb4d4b; 
	font-size: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px;}
.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-2); font-weight: 500;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--bg-3); color: #fff;}
.pmovie__player-bottom {
      background-color: var(--bg-2);
    margin-bottom: 30px;
	    border-radius: 8px;
    margin-top: 20px;
    width: 100%;
    display: table;
} 
.pmovie__rating-likes > * {display: flex; align-items: center; height: 40px; border-radius: 20px; 
	background-color: var(--bg); box-shadow: var(--bsh-2); padding: 5px; 
	font-weight: 500; margin-right: 10px; padding-right: 20px;}
.pmovie__rating-likes > * .fal {background-color: #6ab04c; color: #fff; height: 30px; line-height: 30px; 
	width: 30px; border-radius: 50%; text-align: center; font-size: 16px; margin-right: 10px;}
.pmovie__rating-likes > * + * .fal {background-color: #eb4d4b;}
.pmovie__rating-likes > a:hover {background-color: var(--accent); color: #fff;}
.pmovie__fav a {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-3);}
.pmovie__caption {font-size: 13px;
    line-height: 1.7;
    position: relative;
    color: #666;
    background: #ffffff;
    margin: 20px var(--indent-negative);
    margin-bottom: -5px;
    padding-left: 60px;} 
.pmovie__series-select {margin-left: 20px; margin-right: -10px;}
.pmovie__series-select-caption {margin-right: 10px;}
.pmovie__series-select select {box-shadow: 0 0 0 1px #e3e3e3; height: 36px; 
	line-height: 36px; padding-left: 10px; font-size: 14px; max-width: 140px;}

.page__tags {margin: 20px 0; margin-right: -16px; font-size: 0;}
.page__tags .fal {height: 30px; line-height: 30px; margin: 10px 10px 0 0; font-size: 16px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; margin: 10px 10px 0 0;
	color: var(--tt-3); border: 1px solid var(--bdc);}
.page__tags a:hover, .page__share [data-id]:hover, .pmovie__fav a:hover {background-color: var(--accent); border-color: var(--accent); color: #fff;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7;
    font-size: 14px;
    word-wrap: break-word;
    margin-bottom: 20px;
    background-color: var(--bg-2);
    border-radius: 8px;
    padding: 20px;
    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: 0;}
.page__comments-title {font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #383838;
    font-weight: 600;
    text-transform: uppercase;}
.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 {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius:6px; margin-right: 10px;float: left;}
.lcomm__author {    font-weight: 600;}
.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;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-3); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.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: auto; right: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: 0 0 20px rgba(0,0,0,0.6); width: 40px; height: 30px; 
	background-color: var(--bg-3); color: var(--tt-dark); position: absolute; right: -300px; top: 0;}
 .owl-prev {margin-bottom: -40px;}
 .owl-next {background-color: var(--accent); color: #fff; margin-top: -40px;}
 .owl-prev:hover, .owl-next:hover {background-color: var(--bg); color: var(--tt);}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -25px;}
 .owl-dot {display: inline-block; width: 10px; height: 10px; border-radius: 50%; 
	cursor: pointer; background: var(--bg-2); margin: 0 5px;}
.owl-dot.active, .owl-dot:hover {background: var(--accent);}

/*--- RATING ---*/
.unit-rating{list-style: none;
    margin: 0;
    padding: 0;
    width: 320px;
    height: 32px;
    position: relative;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMScgdmlld0JveD0nMCAwIDMyIDMxJyBmaWxsPScjQ0NDJz4gPHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMTYuNzcxIDI0LjEzTDI2LjUyMiAzMS4yMjcgMjIuNzkgMTkuNzY3IDMyLjU0MSAxMi44MjggMjAuNTgyIDEyLjgyOCAxNi43NzEgMSAxMi45NTkgMTIuODI4IDEgMTIuODI4IDEwLjc1MSAxOS43NjcgNy4wMTkgMzEuMjI3eicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLS44OSAtLjMwOSknLz4gPC9zdmc+);
    display: inline-block;}
.unit-rating li{text-indent:-90000px;padding:0;margin:0;float:left}
.unit-rating li a{display:block;width:32px;height:32px;text-decoration:none;text-indent:-9000px;
z-index:17;position:absolute;padding:0;    transition: none!important;}
.unit-rating li a:hover{background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMScgdmlld0JveD0nMCAwIDMyIDMxJyBmaWxsPScjMDgwMDc3Jz4gPHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMTYuNzcxIDI0LjEzTDI2LjUyMiAzMS4yMjcgMjIuNzkgMTkuNzY3IDMyLjU0MSAxMi44MjggMjAuNTgyIDEyLjgyOCAxNi43NzEgMSAxMi45NTkgMTIuODI4IDEgMTIuODI4IDEwLjc1MSAxOS43NjcgNy4wMTkgMzEuMjI3eicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLS44OSAtLjMwOSknLz4gPC9zdmc+);z-index:2;left:0; transition: none!important;}
.unit-rating a.r1-unit{left:0}
.unit-rating a.r1-unit:hover{width:32px;    transition: none!important;}
.unit-rating a.r2-unit{left:32px;    transition: none!important;}
.unit-rating a.r2-unit:hover{width:64px;    transition: none!important;}
.unit-rating a.r3-unit{left:64px;    transition: none!important;}
.unit-rating a.r3-unit:hover{width:96px;    transition: none!important;}
.unit-rating a.r4-unit{left:96px;    transition: none!important;}
.unit-rating a.r4-unit:hover{width:128px;    transition: none!important;}
.unit-rating a.r5-unit{left:128px;    transition: none!important;}
.unit-rating a.r5-unit:hover{width:160px;    transition: none!important;}
.unit-rating a.r6-unit{left:160px;    transition: none!important;}
.unit-rating a.r6-unit:hover{width:192px;    transition: none!important;}
.unit-rating a.r7-unit{left:192px;    transition: none!important;}
.unit-rating a.r7-unit:hover{width:224px;    transition: none!important;}
.unit-rating a.r8-unit{left:224px;    transition: none!important;}
.unit-rating a.r8-unit:hover{width:256px;    transition: none!important;}
.unit-rating a.r9-unit{left:256px;    transition: none!important;}
.unit-rating a.r9-unit:hover{width:288px;    transition: none!important;}
.unit-rating a.r10-unit{left:288px;    transition: none!important;}
.unit-rating a.r10-unit:hover{width:320px;    transition: none!important;}
.unit-rating li.current-rating{position: absolute;
    height: 32px;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMScgdmlld0JveD0nMCAwIDMyIDMxJyBmaWxsPScjZjY2NjAwJz4gPHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMTYuNzcxIDI0LjEzTDI2LjUyMiAzMS4yMjcgMjIuNzkgMTkuNzY3IDMyLjU0MSAxMi44MjggMjAuNTgyIDEyLjgyOCAxNi43NzEgMSAxMi45NTkgMTIuODI4IDEgMTIuODI4IDEwLjc1MSAxOS43NjcgNy4wMTkgMzEuMjI3eicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLS44OSAtLjMwOSknLz4gPC9zdmc+);
    display: block;
    text-indent: -9000px;
	;    transition: none!important;
    z-index: 1;}
	
.ratingscore-anime {
    float: left;
    font-size: 34px;
    line-height: 32px;
    font-weight: 600;
    color: #4a4a4a;
}
.ratingscore-anime span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #c5c5c5;
    padding: 0 10px;
}
.rating-anime {
    float: left;
    padding-right: 50px;
}	
.vote-anime {
    display: table;
    padding-bottom: 20px;
}


/* меню переключатель */
.mini-menu {

    border-radius: 2px;
    overflow: hidden;
  
}
.mini-menu ul {
    margin: 0;
    padding:0;
    list-style: none;
}
.mini-menu > ul > li {
    position: relative;
}
.mini-menu > ul > li > a {
display: block;
    padding: 10px;
    margin: 15px 0;
   background: #8db921;
   
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.mini-menu > ul > li > a:hover, 
.mini-menu > ul > li > a.active {
 
}
.mini-menu .sub  ul {
    display: none;
    overflow: hidden;
  
}
.mini-menu .sub ul li a {

    font-size: 12px;
   
}


.mini-menu .sub > a:before {
    content: '+';
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
    line-height: .8em;
    color: white;
    text-indent: 0;
    text-align: center;
    font-weight: 500;
}
/* активный переключатель */
.mini-menu .sub > a.active:before{
	content:'-';
}


.mylists {
      color: #ffffff;
    text-decoration: none;
    background: #84c410;
    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: #8db921;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #8db921;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px;
	}
	.mylists-switch li:hover, .mylists-tabs li:hover {
		color: #e66d00;
    border: 2px solid #e27300;
		cursor: pointer;
	}
	.mylists-switch li:last-child, .mylists-tabs li:last-child {
		
	}
	.mylists-switch li.active, .mylists-tabs li.active {
background: #84c410;
    color: #fff;
    border: 0px;
    line-height: 22px;
    border-radius: 3px;	
	}
	.mylists-tabs li.active a {
		color: #fff;
	}
/* kodikserials */
.ksupdate_block{margin-bottom: 15px;}
.ksupdate_block_date{background: #8db921;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    padding: 7px 20px;
	margin-bottom: 20px;}
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%; border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;}
.ksupdate_block_list_item ~ .ksupdate_block_list_item { border-top: 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: #8db921;
    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; font-weight: bold; text-decoration: none;}
.ksupdate_block_list_link:hover{text-decoration: none;}
.ksupdate_block_list_link:visited{color: #000;}
/* kodikserials */
/* 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-color: var(--bg-2); color: var(--tt);}
.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: 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 {    color: #60a001;
    background: #ffffe6;
    height: 26px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0 8px;
    display: flex;
    align-items: center;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.top100-item {
    width: 48%;
}
	
	.header__search {padding-left: 20px; padding-right: 20px;}
	.header {margin-bottom: 0;margin-top: 0;}
	.carou {padding: 20px; padding-bottom: 40px;}
	.d-grid, #dle-content {grid-gap: 20px 20px;}
	.col-side {width: 220px;}
	.footer {justify-content: center; text-align: center;}
	.footer .btn-accent {min-width: auto; margin-right: 20px;}
	.footer__text {min-width: 100%; margin: 20px 0;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}

	.page__subcol-side2, .page__col-side {width: 100%; margin: 0; margin-top: 20px;}
	.pmovie__header-list li + li {margin-top: 5px;}
	.pmovie__caption {padding-left: 20px;}
	.page__col-main .page__subtitle:last-child {display: none;}
	.pmovie__series-select {width: 100%; margin: 0 0 20px 0; order: -1;}
	.pmovie__series-select select {max-width: 100%;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.pmovie__complaint2 {margin-right: 20px;}
	.tabs-block__select span {margin: 0;}
	.pmovie__related .poster:nth-child(5n) {display: none;}
}

@media screen and (max-width: 950px) {
	.side-block {display: none;}
	.header__menu, .col-side .js-this-in-mobile-menu11, .carou__desc {display: none;}
		.header__btn-menu {cursor: pointer; font-size: 30px; margin: 0 20px; color: #fff; display: block;}
.header__logo {flex: 1 1 0; margin: 0 20px; max-width: 100%; min-width: 50px;}
	.wrapper-container {max-width:768px;}
	.carou__content > .top {width: calc((100% - 80px)/5);}
	.col-side {width: 100%;}
	.col-side .js-this-in-mobile-menu {display: none;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
		
	.carou__content > .top {width: calc((100% - 60px)/4);}
	.grid-select, .poster__text {display: none;}
	.sect__btn-filter {font-size: 0; margin-left: 10px;}
	.sect__btn-filter::before {content: attr(data-text); font-size: 12px; margin-right: -20px;}
	
	.pmovie__related .poster:nth-child(5n) {display: block;}

	.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) {
.ksupdate_block_list_item_inner .cell {
    padding: 0 5px;
    width: auto;
}
.top100-item {
    width: 100%;
}
.ksupdate_block_list_item_inner .cell-1 {
    float: none;
}
	.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% - 40px)/3);}
	.header .btn-accent {font-size: 0; padding: 0; width: 40px; padding-left: 2px;}
	.header .btn-accent::before {content: "\f007"; font-weight: 300; font-family: 'Font Awesome 5 Pro'; font-size: 18px;}
	.pagination__btn-loader a, .pagination__btn-loader > span {max-width: 100%;}
	.footer .btn-accent {width: 100%; margin: 0; margin-bottom: 20px;}

	.page__subcols {display: block; position: relative;}
	.page__subcol-side {width: 100%;}
	.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__complaint {display: none;}
	.pmovie__subinfo {width: 100%; padding-top: 5px;}
	.pmovie__subinfo::before {content: ""; display: table; clear: both; width: 100%;}
	.pmovie__player-bottom {justify-content: space-between;}
	.pmovie__fav {margin: 0;}
	.pmovie__share {min-width: 100%; margin: 20px 0 0 0; text-align: center; order: 10;}
	.pmovie__related .poster:nth-child(5n), .pmovie__complaint2 {display: none;}
	.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 {padding-left: 0; background-image: none;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__logo .logo__title {font-size: 18px;}
}

.filter-block {    margin-bottom: 30px;
    background: var(--bg-2);
    padding: 10px;
    border-radius: 8px;}
.filter-block__form {display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); grid-gap: 10px 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: 36px; line-height: 34px; background-position: right 8px top 50%;
	background-color: var(--bg); color: var(--tt-3); border: 1px solid var(--bg-2); border-radius: 4px; 
	box-shadow: none; font-size: 14px;  padding: 0 7px; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.filter-block__cell-content select {padding: 0 8px 0 4px;}
.filter-block__cell-content input[type="text"]::placeholder {opacity: 1; color: var(--tt-3); font-size: 14px;}
.filter-block__cell-content input[type="text"]:focus::placeholder {opacity: 0;}
.filter-block__cell-content label {position: relative; padding-left: 50px; cursor: pointer; 
	height: 36px; display: flex; flex-direction: column; justify-content: center; font-size: 14px;}
.filter-block__cell-content label input {display: inline-block; appearance: none; -webkit-appearance: none;
	height: 20px; width: 40px; border-radius: 10px; background-color: var(--bg-2); cursor: pointer; transition: all .2s linear; 
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); position: absolute; left: 0; top: 50%; margin-top: -10px;}
.filter-block__cell-content label input::before {content: ''; width: 18px; height: 18px; border-radius: 10px; 
	position: absolute; left: 1px; top: 1px; background-color: var(--bg); transition: all .2s linear;}
.filter-block__cell-content label input:checked {background-color: #6ab04c;}
.filter-block__cell-content label input:checked::before {left: 21px;}
.filter-block__cell-content input[type="button"], .filter-block__cell-content button {cursor: pointer; 
	height: 36px; display: inline-flex; justify-content: center; padding: 0 10px; box-shadow: none; border-radius: 4px;}
.filter-block__cell-content input[type="button"][data-dlefilter="reset"] {background: var(--bg-2); color: var(--tt-3);}
.filter-block__cell-content--check-group label {padding: 0; text-align: center; white-space: nowrap; 
	flex: 1 1 0; min-width: 30px; max-width: 100%;}
.filter-block__cell-content--check-group label input {position: absolute; left: 0; top: 0; 
	width: 100%; height: 100%; opacity: 0; z-index: 5;}
.filter-block__cell-content--check-group {display: flex; justify-content: center; overflow: hidden; padding: 0;}
.filter-block__cell-content--check-group label + label {border-left: 1px solid var(--bg-2);}
.filter-block__cell-content--check-group label div {height: 36px; font-size: 13px;}
.filter-block__cell-content--check-group label input:checked + div {background-color: var(--bg-2); color: var(--tt);}
	
/* FLEX FALLBACK FOR SMART TV
----------------------------------------------- */
/*
@media screen and (min-width: 1800px) {
    #dle-content, .d-grid, .pmovie__screenshots .xfieldimagegallery, .pmovie__screenshots, 
	.grid-1 #dle-content, .filter-block__form {display: flex; justify-content: space-between; flex-wrap: wrap; grid-gap: 0 0;}
    #dle-content > *:not(.grid-item), #dle-content {width: 100%;}
    .poster {width: 17.6%; margin-bottom: 30px;}
	.grid-1 .poster {width: 49%; margin-bottom: 15px;}
	.pagination {margin-top: -10px;}
	.grid-1 .pagination {margin-top: -5px;}
    .pmovie__screenshots li, .pmovie__screenshots > a, .pmovie__screenshots > img 
	{width: 49.6%; margin-bottom: 2px !important;}
	.page__comments {margin-top: -30px;}
	.filter-block {margin-bottom: 20px;}
	.filter-block__cell {width: 49%; margin-bottom: 10px;}
}
*/
	
	