/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;overflow: hidden;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative;padding: 0 30px;}
.wrapper-main {min-height: 100vh;}
.header {position: fixed;left: 0;top: 0;right: 0;height: 110px;padding: 0 30px;z-index: 10040;background: var(--bg);}
.header .header-block {max-width: 1280px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;width: 100%;position: relative;height: 100%;padding: 0 30px;}
.header.out {transform: translateY(-100%);}
.footer {background: url(../images/logo.webp) 30px 70px / 270px no-repeat; gap: 30px; line-height: 1.7;color: var(--tt-2); padding: 30px var(--indent);max-width: var(--max-width);margin: 0 auto;}
.side-block__menu {display: grid;grid-auto-flow: column;align-items: center;justify-content: space-between;width: 100%;margin-inline: max(20px, 4.5%);}
.side-block__menu .btn-content::after {display: block;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719%27 height=%2718%27 fill=%27none%27 viewBox=%270 0 19 18%27%3E%3Cpath stroke=%27%23DB1035%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m4.612 7.064 5 5 5-5%27/%3E%3C/svg%3E");background-size: auto;
background-position: center;background-repeat: no-repeat;content: "";}
.col-main {padding-top: 110px;}
.col-side {background: url(../images/bg.jpg) center top no-repeat; position: relative; z-index: 9;background-color: var(--bg-dark); color: #fff; padding: 116px 30px; width: 240px;}
.col-side::before {content: ''; background: var(--gradient); position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.col-side > * {position: relative; z-index: 1;}
.col-main__cols {display: grid; min-height: 50vh;}
.col-main__right {position: relative;z-index: 5;}
.col-main__left {width: 100%;}
.col-main__right .side-block {background-color: var(--bg-light); padding: 30px .7rem 30px .7rem;}
.footer .soc-channels {display: none;}
#scrolltop {position: fixed;width: 90px;height: 100%;right: 0;text-align: center;display: none;cursor: pointer;border-radius:7px 0;bottom: 0;color: var(--tt, currentColor);
background: rgba(40, 28, 48, 0.5);border: 2px solid rgba(40, 28, 48, 0.5);box-shadow: var(--btn--shadow, none);transition: color 0.3s, background 0.3s, background-color 0.3s, border 0.3s;color: var(--tt-2);z-index: 10041;}
#scrolltop:hover {color: var(--tt);background: rgba(40, 28, 48, 0.8);border: 2px solid rgba(40, 28, 48, 0.5);}
#scrolltop span {position: relative;top: 50px;font-size: 21px;}
.subcontent, .mobile-menu-close {display: none;}
#searchsuggestions {-webkit-tap-highlight-color: transparent !important;scrollbar-width: thin;scrollbar-color: var(--bg-2) #090909;}
html {-webkit-tap-highlight-color: transparent !important;scrollbar-width: thin;scrollbar-color: var(--bg-2) #090909;}
html.html-active {scrollbar-width: none;}
#registration {display: flex;justify-content: center;}

/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 60px; width: max-content;position: relative;top: -5px;}
.logo span {color: var(--accent);text-transform: uppercase;font-size: 30px;letter-spacing: 5px; font-weight: 900;line-height: 1;font-family: 'Fredoka One', sans-serif;}
.logo__title {text-transform: uppercase;color: var(--tt);font-size: 30px;letter-spacing: 5px; font-weight: 900;line-height: 1;font-family: 'Fredoka One', sans-serif;position: relative;left: 65px;}
.logo__caption {font-size: 10px; font-weight: 500; color: #fff; opacity: 0.9; text-transform: uppercase; letter-spacing: 3px; margin-top: 5px;position: relative;left: 65px;text-align: center;}
.header__btn {background: var(--bg-btn); box-shadow: var(--bsh-btn-dark); color: #fff; gap: 10px;}
.footer__btn {background: var(--accent); color: var(--tt); gap: 10px;}
.footer__btn:hover {color: var(--tt);}
.header__search {position: fixed;display: none;background: var(--bg);width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;z-index: 10041;overflow-y: auto;
overflow-x: hidden;padding: 0 10px 100px 10px;}
.header__search form {max-width: 1280px;margin: 0 auto;position: relative;padding-block-start: 140px;}
.header__search-box {position: absolute;width: 100%;}
html.html-active .header__search {display: block;}
.header__search input {padding: 0 10px 0 50px;border-radius: 10px; background: none; color: var(--tt);height: 50px;display: flex;gap: 10px;align-items: center;
font-size: 16px;border: 2px solid var(--tt);}
.header__search input:focus {border: 2px solid var(--accent);box-shadow: 0 0 6px 0 rgba(243, 7, 69, 1);}
.header__search input:not(:focus)::placeholder {color: var(--tt);opacity: 1;font-size: 15px;font-weight: 400;}
.header__search button {position:absolute; left: 15px; top: 13px; padding: 0;background: none;border: none;}
.header__search button svg {fill: var(--tt);}
/*-- SEARH ITEM --*/
.search__item-anime {display: flex;padding-bottom: 12px;margin-top: 12px;border-bottom: solid 1px rgba(52,47,144,0.1);position: relative;margin-left: 25px;}
.search-date__list {display: flex;overflow-y: auto;}
.search__item-anime:last-of-type {border-bottom: none;}
.search__item-img {margin-right: 10px;width: 60px;height: 90px;flex-shrink: 0;}
.search__item-img img {display: block;object-fit: cover;height: 100%;width: 100%;border-radius: 7px;}
.search__item-names {display: flex;flex-direction: column;white-space: nowrap;padding-right: 20px;margin-right: auto;overflow: hidden;padding-top: 3px;flex-shrink: 2;}
.search__item-date {display: flex;flex-direction: column;text-align: center;line-height: 1.23;color: #797979;}
.search__item-day {font-size: 24px;font-weight: 500;height: 100%;display: flex;align-items: center;justify-content: center}
.search__item-month {font-size: 13px;}
.search__item-name {display: -webkit-box;-webkit-line-clamp: 1;font-size: 15px;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;font-weight: 700;color: var(--tt);transition:color 0.1s ease;
-webkit-transition:color 0.1s ease;}
.search__item-name:hover {color: var(--accent);}
.search__item-english-name {overflow: hidden;text-overflow: ellipsis;margin-top: 2px;font-size: 13px;line-height: 1.38;color: var(--tt-2);}
@media only screen and (max-width:768px){
.search__item-anime {margin-left:unset;}
}
@media only screen and (max-width:480px){
.search__item-date {display: none;}
}

.js-this-in-mobile-menu {display: flex;align-items: center;position: relative;height: 54px;background-color: var(--bg-2);border-radius: 10px;margin-bottom: 20px;}
.login-block {position: absolute;top: 0;right: 0;gap:15px;column-gap: 15px;column-gap: 15px;width: 300px;margin:0;padding:20px 30px 30px;border-radius: 15px;background-color: var(--bg-2);z-index: 10001;}
.login-box {height: 40px;width: 40px;position: relative;right: 10px;cursor: pointer;}
.login-box img {border-radius: 50%;}
.login-content {display: none;position: absolute;right: 30px;top: 50px;z-index: 9999;background-color: var(--bg-2);box-shadow: var(--bsh);width: 320px;
transform: translateX(30px);border-radius: 10px;}
.login-content svg {fill: var(--tt-2);}
.login-btn-not {display: flex;align-items: center;justify-content: center;gap: 10px;cursor: pointer;}
.login-btn-not svg {fill: var(--tt);}
.login-box-bottom {display:none;}
.show {display: block;}
.soc-channels {gap: 10px; margin-right: var(--indent);}
.soc-channels__item {display: flex; flex-direction: column; justify-content: center; position: relative; background: var(--bg-btn-dark); box-shadow: var(--bsh-btn-dark); border-radius: 50%; 
background-position: center center; background-repeat: no-repeat; width: 40px; height: 40px;}
.tlg {background-image: url(../images/i-tlg.svg); background-size: 16px;}
.vk {background-image: url(../images/i-vk.svg); background-size: 20px;}
.yt {background-image: url(../images/i-youtube.svg); background-size: 20px;}

.bslide {height: 350px; padding: 0; color: #fff;}
.bslide:before {height: 100%; opacity: 1; background: var(--gradient-2);}
.bslide__desc {position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 0 var(--indent); padding-bottom: 40px;}
.bslide__title {font-size: 24px; font-weight: 700; max-width: 500px; margin-bottom: 5px;}
.bslide__text {line-height: 1.3; margin: 15px 0 25px 0; max-width: 600px; -webkit-line-clamp: 4; opacity: 0.8;}
.bslide__btn-trailer {background: var(--bg-btn-dark); box-shadow: var(--bsh-btn-dark); margin-left: 10px;}

/* TOP ITEM
----------------------------------------------- */
.carou {position: relative;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 75px)/6); flex-shrink: 0; margin-right: 15px;}
.top {background-color: var(--bg-darkest);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 15px; color: #fff;}

/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 30px;}
.sect__header {margin-bottom: 23px;}
.sect__header svg {width: 34px;height: 34px;margin: 5px 10px 0 0;}
.sect__title {margin-bottom: 30px;;align-items: center;justify-content: space-between;font-size: 18px;line-height: 1.25;display: grid;gap: 10px;grid-auto-flow: column;font-weight: 700;color: var(--tt);}
.sect__title a, .sect__title span {display: flex;font-size: 18px;line-height: 1.25;font-weight: 700;color: var(--tt);align-items: center;gap: 10px;}
.sect__title a:hover {gap: 15px;}
.sect__title a::after {width: 15px;height: 15px;background-image: var(--icon--chevron);transition: transform 0.3s;content: "";position: relative;top: 2px;}
.sect__title svg {position: relative;top: 2px;}
@media screen and (min-width: 1200px) {
.sect__title, .sect__title a, .sect__title span {font-size: 32px;}
}
.sect__subtitle {font-size: 21px;}
.desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt); 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-blue); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 14px;color: var(--tt-2);padding: 10px 0 30px 5px;display: flex;}
.speedbar a {font-size: 14px;color: var(--tt);display: flex;gap: 5px;align-items: center;}
.speedbar a:hover {text-decoration: none;color: var(--tt);}
.speedbar a::after {content: "";display: block;margin-inline:5px;color: var(--tt-2);height: 20px;width: 20px;background: var(--icon--chevron);background-repeat: no-repeat;
transition:transform 0.15s ease-in-out;position: relative;top: 2px;}
.sect .slider-url {float: right;color: var(--color-url);font-size: 12px;position: relative;top: 10px; padding: 5px 13px 5px 10px; background-color: var(--bg-light);border-radius: 5px;font-weight: 500;}
.sect .slider-url::after {content: "\f054";font-family: 'Font Awesome 5 Pro';font-weight: 300;position: relative;top: 1px;left: 5px;}

/* POSTER ITEM
----------------------------------------------- */
.count-items {counter-reset: n;}
.count-items .owl-item .poster__img::after {content: counter(n);counter-increment: n;font-size: 90px;font-weight: 400;color: #100e19;-webkit-text-stroke: 1px var(--tt-2);position: absolute;
inset: 0;z-index: 10;line-height: 1;pointer-events: none;display: flex;flex-direction: column;justify-content: flex-end;padding: 10px;background: linear-gradient(to top, #120f1b 0%, transparent 100%);
border-radius: inherit;font-family: "ChangaOne-Regular";}
.poster:hover img {transform: scale(1.04) translateY(0);}
.poster:hover {color: var(--tt);}
.poster__img {border-radius: 10px;}
.poster__label {display: flex; align-items: center; gap: 8px; padding: 6px 10px; font-size: 15px; border-radius: 0 15px 0 15px;background: var(--accent);color: var(--tt);
position: absolute; right: 0; top: 0; z-index: 3;font-weight: 700;}
.poster__label .fal {font-size: 14px;}
.blue {background-color: var(--accent-blue);}
.red {background-color: var(--accent-red);}
.green {background-color: var(--accent-green);}
.gray {background-color: var(--accent-gray);}
/*.gold {background-color: var(--accent-gold);} */
.poster__series {position: absolute;left: 15px;bottom: 15px;z-index: 3;padding:7px;font-size: 14px;background-color: var(--bg-2);border-radius:5px;color: var(--tt);display: flex;
align-items: center;justify-content: center;font-weight: bold;}
/*-- favorites --*/
.poster:hover .poster-fav {opacity: 1;}
.poster-fav {height: 40px; font-weight:700; cursor: pointer;position: absolute; right: 10px; top: 20px; z-index: 6; opacity: 0;}
.poster-fav a {display: flex;align-items: center;justify-content: flex-start;background-color: var(--accent);border: 1px solid var(--accent);color: var(--tt);
padding: 6px; border-radius: 7px;}
.poster-fav a svg {position: relative;left: 1px;}
.poster-fav a:hover {gap: 10px;box-shadow: var(--btn--shadow--hover);color: var(--tt);}
.poster-fav a span {font-size: 0;transition: font-size 0.2s;}
.poster-fav a:hover span {font-size: 14px;}
/*-- end favorites --*/
/*-- item-info --*/
.poster .card-info {visibility: visible;opacity: 1;position: absolute;left: 0;right: 0;bottom: 0;display: grid;align-content: end;gap: 10px;padding: 15px;
transition: opacity 0.3s;z-index: 1;height: max-content;}
.poster .meta-list {display: grid;gap: 5px;margin: 0;padding: 0;align-self: end;height: max-content;}
.poster .meta-line {display: grid;grid-auto-flow: column;max-width: max-content;gap: 1ch;font-size: 12px;}
.poster .meta-line > dt, .poster .meta-line > dd {margin: 0;padding: 0;color: var(--accent-gray);font-size: 13px;}
.poster .meta-line > dd {font-weight: 700;color: var(--color--white);}
.poster__rating-likes {font-size: 30px;font-weight: 700;}
@media(max-width: 600px) {
.poster .card-info {display: none;}
.has-overlay__icon {background: rgba(18,15,27,0.3) !important;opacity: 1 !important;}
.poster-fav a:hover span {font-size: 0;}
.poster-fav a:hover {gap: 0;box-shadow: none;}
}
/*-- end item-info --*/
.poster__btn-info {position: absolute; right: 0; top: 0; z-index: 6; border-radius: 0 0 0 3px; opacity: 0; width: 30px; height: 30px; padding: 0 0 5px 4px; font-size: 18px; background: var(--bg); color: var(--tt-3);}
.has-overlay__icon {position: absolute; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; background: rgba(18,15,27,0.8); opacity: 0;transition: all 0.3s;}
.poster:hover .poster__btn-info, .has-overlay:hover .has-overlay__icon {opacity: 1;}
.poster:hover .poster__label {opacity: 0;}
.poster__desc {position: relative; padding: 12px 0 0 5px}
.pmovie__related .poster__desc {padding-right: 5px;}
.poster__title {font-size: 14px;font-weight: 600;color: var(--tt);max-width: 180px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.poster__subtitle {color: var(--tt-2); margin-top: 5px;padding: 0 0 5px 0;}
.main_title_new {font-size: 12px;}
p.main_title_new::first-letter {text-transform: uppercase;}
.poster__btn-info:hover {color: #000; cursor: help}
.poster__rating {height: 17px; width: 170px; position: relative; background: url(../dleimages/rating.svg);}
.poster__rating-fill {position: absolute; left: 0; top: 0; height: 100%; width: 0; transition: width 1s ease-in-out;z-index: 1; background: url(../dleimages/rating.svg) 0 -34px repeat-x;}
.th-active {z-index: 100;}
.th-text {display: none; background-color: var(--bg); cursor: auto; padding: 20px; text-align: left; position: absolute; z-index: 1000; left: 100%; top: 0; width: 460px; box-shadow: var(--bsh); border-radius: 4px; min-height: 100px;}
.th-text::after {content: ""; border: 10px solid var(--bg); position: absolute; top: 30px; right: 100%;border-left-color: transparent; border-bottom-color: transparent; }
.pop-left .th-text::after {border: 10px solid var(--bg); border-right-color: transparent; border-bottom-color: transparent; left: 100%; right: auto;}
.pop-left .th-text {left: auto; right: 100%;}
/*.th-text-loader {text-align: center; font-size: 18px; color: var(--accent-green); padding-top: 20px;} */
.th-text-loader {text-align: center; font-size: 18px; color: var(--accent-blue); padding-top: 20px;} 
.th-text-header {display: block; text-decoration: underline; font-weight: 700; font-size: 18px; color: var(--accent-blue);}
.th-text .not-shown-ajax, .th-text .page__subcol-header h1, .th-text .pmovie__quality {display: none;}
.th-text .poster__label {border-radius: 0 4px 0 4px;}
.th-text .pmovie__original-title, .th-text .pmovie__ratings-votes {color: var(--tt-2);}
.th-text .page__text {font-size: 14px; line-height: 22px; max-height: 110px; overflow: hidden; margin-top: 6px;}
.th-text .pmovie__header-list {background: none; padding: 0; margin: 16px 0; font-size: 13px;}
.th-text .pmovie__header-list li + li {margin-top: 5px;}
.th-text .pmovie__ext-rating {margin-top: 10px;}

/* SIDEBAR
----------------------------------------------- */
.side-block__title {font-weight: 700; font-size: 18px; margin-bottom: 30px;}
.side-block__menu > li > a {padding: 0; margin: 0 10px; color: var(--tt) !important; display: block;cursor: pointer;}
.anons-count {position: absolute;top: -11px;right: -8px;background-color: var(--accent);border-radius: 50%;font-size: 9px;width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;}
.side-block__menu li {position: relative; font-size: 15px;font-weight: 600;display: flex;cursor: pointer;}
.side-block__menu li .fal {position: absolute; left: 0px; top: 18px; pointer-events: none; color: var(--tt-dark);}
.side-block__menu > li > a:hover {color: var(--accent) !important;}
.side-block__menu-hidden {position: absolute;top: calc(100% + 12px);left: 0;gap: 15px;column-gap: 15px;width: max-content;margin: 0;padding: 20px 30px 30px;
border-radius: 0 0 15px 15px;background-color: var(--bg-2);z-index: 10001;}
.js-this-in-mobile-menu > .side-block__content > .btn-content + .btn-content {padding-inline:max(35px, 8px) 0;}
.side-block__menu-hidden.submenu-genres {columns: 4 auto;}
.side-block__menu-hidden li {margin-bottom: 5px;}
.anim a {padding: 5px 10px; border-radius: 5px;}
.anim a:hover {color: #fff; background-color: var(--accent);}
.popular + .popular {margin-top: 20px;}
.popular .poster__subtitlei {color: var(--tt-dark);}
.popular__img {width: 60px; height: 60px; margin-right: 10px; box-shadow: var(--bsh-2); border-radius: 3px;}
.popular__title {line-height: 1.4; -webkit-line-clamp: 2; color: #fff;}
.popular:hover {text-decoration: underline;}
.lcomm:not(:last-child) {border-bottom: 1px solid var(--bdc-dark); margin: 0 -30px; padding: 0 30px; padding-bottom: 20px; margin-bottom: 20px;}
.lcomm {font-size: 13px;}
.lcomm__link {display: block; font-size: 12px; color: var(--tt-2); text-transform: uppercase; padding-left: 1px;}
.lcomm__date {font-size: 12px; color: var(--tt-2); margin-left: 10px;}
.lcomm__text {margin: 8px 0 10px 0; opacity: 0.66; -webkit-line-clamp: 3;}
.lcomm__author {font-weight: 500;}
.lcomm__av {width: 24px; height: 24px; border-radius: 50%; margin-right: 10px;}

.updli:not(:last-child) {border-bottom: 1px dashed var(--bdc-darker); padding-bottom: 15px; margin-bottom: 15px;}
.updli-2 {font-size: 13px; color: var(--tt-3);}
.updli-2 div {color: var(--tt); font-weight: 500; font-size: 13px; margin-bottom: 2px;}
.updli-3 {text-align: right; margin-left: 15px; font-size: 12px; line-height: 1.1; color: var(--tt-3);}
.updli-3 div {color: var(--accent); font-weight: 500; margin-bottom: 5px;}
.upd-box-title {background: var(--bg-dark); color: #fff; font-weight: 700; 
	padding: 10px 30px; margin: 0 -30px; margin-bottom: 15px; text-align: left;}
.updli:hover {text-decoration: underline;}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__btn {padding: 15px; text-transform: none;display: flex;justify-content: center;position: relative;top: 50px;font-size: 16px;}
.footer__text {font-size: 11px; line-height: 1.7;position: relative;top: 50px;padding-bottom: 20px;}
.footer__text a {font-size: 11px;}
.pagination {text-align: center; margin:15px 0;display: flex;justify-content: center;}
.pagination .pagination__pages {gap:10px;}
.pagination__pages > a, .pagination__pages > span, .pagination__pages-btn > a, .pagination__pages-btn > span {font-size: 21px;font-weight: 700;border-radius:7px;width: 40px;
height: 40px;display: grid;justify-content: center;align-items: center;}
.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(--accent); color: var(--tt);}
.pagination__pages-btn a {width: auto;padding-inline: 48px 50px;background-color: var(--bg-3);}
.pagination__pages-btn a:hover {box-shadow: var(--btn--shadow--hover);}
.pagination__pages-btn a span {font-size: 15px;font-weight: 700;}
.pagination__pages-btn span {display: none;}
.pagination__pages-btn a span {display: block;}

/* INNER PAGE
----------------------------------------------- */
.page__subcols {position: relative; margin-bottom: 30px; display: grid; gap: 30px 30px;grid-template-areas: "pside pheader pinfo" "pside pmeta pinfo" "pside pctrl pinfo"; 
grid-template-columns: 250px minmax(0,1fr); align-items: start; align-content: start;}
.page__subcol-side {grid-area: pside;}
.page__subcol-header {grid-area: pheader;}
.page__subcol-meta {grid-area: pmeta; align-self: start;}
.page__subcol-info {grid-area: pinfo; background: var(--bg-2); padding: 20px 30px 0 30px; margin-right: var(--indent-negative);}
.page__subcol-ctrl {grid-area: pctrl; align-self: end; top: -4px;}
.page__subcols > * {position: relative; z-index: 4;}
.pmovie__poster {width: 100%; height: 400px; border-radius: 15px;}
.page__subcol-header h1 {display: grid;gap:20px;align-items: center;justify-content: start;grid-auto-flow: column;margin:0;font-weight: 700;color: var(--tt);
margin-block: 0 10px;font-size: 26px;line-height: 35px;}
.page__subcol-header h1 a {margin-left: 10px; font-size: 14px; font-weight: 400; color: #fff; opacity: 0.5;}
.pmovie__original-title {color: var(--tt-2); font-size: 14px; margin-top: 6px; margin-bottom: 3px; font-weight: 400; letter-spacing: 0.8px;}
.pmovie__original-title h2 {font-size: 18px;font-weight: 400;}
.pmovie__subcaption {margin-top: 20px; margin-bottom: 10px;}
.page__subcols .bslide__btns .bslide__btn-trailer {background-color: var(--accent-gray); box-shadow: none; gap: 10px; padding-left: 6px;}
.pmovie__header-list {line-height: 1.5; color: var(--tt);}
.pmovie__header-list li {position: relative;}
.pmovie__header-list li + li {margin-top: 11px;}
.pmovie__header-list li > span:first-child, .pmovie__header-list li > div:first-child {color: var(--tt-2); margin-right: 5px;}
/*.pmovie__header-list li a {border-bottom: 1px dotted var(--accent-green); color: var(--accent-green);} */
.pmovie__header-list li a {border-bottom: 1px dotted var(--accent-blue); color: var(--accent-blue);}
.page__text {grid-column: 1 / -1;}
.page__subtitle {font-size: 16px; font-weight: 700; grid-column: 1 / -1; padding: 10px 0 0px 0;}
.page__subtitle.tac {margin-bottom: 30px; text-align: center; padding: 0;}
.tabs-block__select span {cursor: pointer; display: flex; height: 40px; line-height: 40px; padding: 0 20px; color: var(--tt); font-weight: 600;border-radius: 20px;}
.tabs-block__select span.is-active, .tabs-block__select span:hover { background: var(--accent); border-radius: 20px;}
.pmovie__player-bottom {color: #fff;gap: 15px;}
.pmovie__player-bottom-222 .pmovie__ratings-score {color: var(--accent-green); border-color: var(--accent-green);}
.pmovie__fav a {display: flex; align-items: center; justify-content: center; font-weight: 500;height: 40px; border-radius: 20px; padding: 0 20px; margin-right: 15px; letter-spacing: 1px;
font-size: 12px; text-transform: uppercase; background-color: var(--bg-darkest);; color: var(--tt-dark);}
.pmovie__franchise .sect__title {font-size: 20px; margin-bottom: 15px;}
.fr-list {counter-reset: num; display: flex; flex-direction: column-reverse; margin-bottom: -30px;}
.fr::before {content: counter(num); counter-increment: num; width: 40px; text-align: center; margin-top: -1px; color: var(--accent); font-weight: 500; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.fr {cursor: pointer; position: relative; padding: 6px 10px; padding-left: 40px; border-radius: 3px;}
.fr:nth-child(2n) {background-color: var(--bg-2);}
.fr__title {display: inline-block; max-width: 100%; line-height: 20px; height: 20px; font-weight: 500;}
.fr:hover {box-shadow: var(--bsh); z-index: 3;}
.fr__year {color: var(--tt-2); margin: 0 10px; font-size: 13px;}
.fr__rating {background: var(--accent-gray); color: #fff; font-weight: 700; font-size: 12px; width: 30px; height: 30px; border-radius: 15px;}
.clrrating-1, .clrrating-2, .clrrating-3, .clrrating-4 {background-color: var(--accent-red);}
.clrrating-7, .clrrating-8 {background-color: var(--accent-green);}
.clrrating-9, .clrrating-10 {background-color: var(--accent-gold);}
.is-active .fr__title {font-weight: 700; color: #000;}
.fr.is-active::before {content: ""; display: block; left: 13px; background-size: 13px 15px; background-repeat: no-repeat; width: 13px; height: 15px; 
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='15px' viewBox='0 0 13 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sprite' transform='translate(-170.000000, -111.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='play_black' transform='translate(170.000000, 111.000000)'%3E%3Cpath d='M12.508581,8.36085 L1.50873,14.86076 C1.033253,15.14173 0.420037,14.98404 0.139074,14.50857 C0.048028,14.35449 0,14.1788 0,13.99984 L0,1 C0,0.44772 0.447715,0 1,0 C1.178966,0 1.354653,0.04803 1.50873,0.13908 L12.508581,6.63899 C12.984057,6.91996 13.141741,7.53317 12.860778,8.00865 C12.774963,8.15388 12.653806,8.27503 12.508581,8.36085 Z' id='Triangle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.pmovie__related .poster__desc {padding-right: 5px;}
.pmovie__related .d-grid {grid-template-columns: repeat(auto-fill,minmax(130px,1fr)); grid-gap: 30px 15px;}
.pmovie__related .poster__title {font-size: 12px;}
.pmovie__related .poster__subtitle {font-size: 12px;}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.5; font-size: 15px; word-wrap: break-word;}
@media screen and (min-width: 1200px) {
.full-text {max-height: 100%;}
.title-description .full-text p {font-size: 15px;line-height: 1.5;}
.title-description p {margin-block:0 30px;}
}
expanded-content .full-text {max-height: 25em;overflow:hidden;}
expanded-content .full-text p {margin-bottom: 12px;}
.title-description p {font-size: 15px;line-height: 1.7;color: var(--tt);margin-block:0 20px;}
.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; background-color: #000;}
.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;}

/* LOGIN
----------------------------------------------- */
.login {position: fixed;z-index: 10043;right: 0;top: 0;overflow: hidden;background-color: var(--bg-2);width: 100%;max-width: 420px;padding: 40px 30px;height: 100%;}
.login__header {display: flex;text-align: center;}
.mobil-pof svg {fill: var(--tt-2);}
.mobile-profele-btn {margin: 10px 15px;}
.mobile-profele-btn a {margin: 5px 0;}
.login__title .login-p1 {font-size: 24px;margin-bottom: 10px;}
.login__close {cursor: pointer; position: absolute;top: 25px;right: 25px;}
.login__close svg {fill: var(--tt-2);}
.login__title a {margin-left: 10px; font-weight: 400; color: var(--accent);}
.login form {display: grid;gap:15px;margin-block:20px;}
.login__content {}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-2);}
.login__caption {font-size: 12px; color: var(--tt); margin-bottom: 5px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding: 10px 15px 9px 40px;}
.login__row .fal {opacity: 0.7; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social a img {width: 24px; height: 24px;}
.login__social-btns a {display: flex;gap: 10px;width: 100%;height: 40px;align-items: center;justify-content: center;background-color: var(--bg-3);margin-bottom: 10px;border: none;
border-radius: 7px;}
.login__social-caption {font-size: 11px; margin-bottom: 10px; text-align: center;}
.login__social-btns span {min-width: 100px;}
.login__social-btns a:hover {color: var(--tt);}
.login__avatar {width: 100%;display: flex;justify-content: center;margin-bottom: 10px;}
.login__avatar img {width: 60px; height: 60px; border-radius: 50%;}
.login__title span {font-size: 15px;font-weight: 600;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%;display: flex;align-items: center;}
.login__menu li a span {position: absolute;right: 30px;background-color: var(--bg);padding: 5px 10px;border-radius: 50%;}
.login__menu li svg {position: relative;margin-right: 20px;}
.login__menu a {display: flex; text-align: center; white-space: nowrap; font-size: 15px; font-weight: 600; padding: 10px 5px 10px 0;width: 100%;align-items: center;}
.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-nav button:hover {box-shadow: none !important;}
.owl-prev, .owl-next {display: flex;cursor: pointer;box-shadow: none;background: none !important;position: absolute;top: 0;margin-top: -40px;}
.owl-prev svg, .owl-next svg {fill: var(--tt-2);}
button.owl-prev svg:hover, button.owl-next svg:hover {fill: var(--tt);}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {display: none !important}
.owl-prev {left: -50px;}
.owl-next {right: -50px;}
.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-blue);}
#owl-big .owl-nav {left: auto; top: auto; bottom: 40px; right: calc(var(--indent) + 280px); display: flex; gap: 10px;}
#owl-big .owl-prev, #owl-big .owl-next {position: static; height: 40px; font-size: 18px;background-color: #fff; color: var(--tt-3); border-radius: 50%;}
#owl-big .owl-dots {bottom: 0px; display: flex; gap: 0 5px; left: var(--indent); right: var(--indent);}
#owl-big .owl-dot {flex: 1 1 0; height: 10px; border-radius: 0; margin: 0; opacity: 0.6;}
#owl-big .owl-dot.active {opacity: 0.6;}
.slider-box:not(.owl-carousel) {overflow: hidden; display: flex;}
.slider-box:not(.owl-carousel) > * {flex-shrink: 0; width: 100%;}

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 10041; left: 0; top: 0; width: 100%; height: 100%; background: rgba(18,15,27,0.8); cursor: pointer;display: none;}

@media screen and (max-width: 1320px) {
#scrolltop {display: none !important;}
}

@media screen and (max-width: 1220px) {
.wrapper {padding: 0; overflow: hidden;}
.wrapper-container {padding:0 20px;}
.pagination__pages-btn, .poster__btn-info {display: none !important;}
.side-block__menu {display: block;}
.side-block__menu-hidden {position: absolute; left: 100%; top: 0; z-index: 999; background-color: var(--bg-2); box-shadow: var(--bsh); padding: 30px; width: 400px; 
column-gap: 30px; column-width: 150px; visibility: hidden; opacity: 0; transform: translateX(30px);}
.header {position: relative; padding: 0 var(--indent);display: flex;justify-content: center;}
.header__search {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.carou {padding-left: var(--indent); padding-right: var(--indent); padding-bottom: 60px;}
.col-main {padding-top: 0;}
.col-side {width: 100%; padding: 30px var(--indent); order: 10; background-image: none;}
#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
.logo {width: auto;}
.d-grid-mob {display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); grid-gap: 20px 20px;}
.d-grid-mob > * {margin: 0 !important;}
.lcomm {padding-left: 0 !important; padding-right: 0 !important;}
.pmovie__header-list li + li {margin-top: 5px;}
.page__subcols {grid-template-areas:"pheader" "pside  " "pmeta  " "pinfo  " "pctrl  ";grid-template-columns: minmax(0,1fr);}
.page__subcol-info {padding: 0; margin: 0;}
.login-block, .login-btn, .btn-search, .js-this-in-mobile-menu {display: none !important;}
.mobile-menu-block {display: flex !important;}
footer {margin-bottom: 100px !important;}
.login-btn-not, .login-block {display: none !important;}
.login-box {position: absolute;width: 0;}
.header .header-block {justify-content: center;}
.header.out {transform: none;}
.login-box-bottom {display:block;}
}

@media screen and (max-width: 950px) {
    .wrapper-container {padding:0 10px;}
	.carou__content > .top {width: calc((100% - 60px)/5);}
	.d-grid, #dle-content {grid-gap: 30px 20px;}
	.col-main__cols {display: block;}
	.col-main__right {margin-top: 20px;}
	.col-main__left {padding-top: 34px;}
	.col-main__right .side-block {background-color: var(--bg-2); padding: 30px; padding-bottom: 20px;}
	.footer {justify-content: center; text-align: center; background-image: none; padding: 20px;}
	.footer__text {min-width: 100%; margin: 0;}
	.col-main__right .side-block__content {display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); grid-gap: 15px 20px;}
	.col-main__right .side-block__content > * {margin: 0 !important;}
	#owl-big .owl-nav {right: var(--indent);}
	.header .header__btn span:last-child {display: none;}
	.header .header__btn {width: 40px; padding: 0; font-size: 18px;}
	.speedbar {margin-bottom: -20px;}
	
	.page__subcols {gap: 30px 20px;}
	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select span {margin: 0; flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}
	.pmovie__related .d-grid {grid-template-columns: repeat(auto-fill,minmax(170px,1fr)); grid-gap: 30px 20px;}
}

@media screen and (max-width: 760px) {
	.carou__content > .top {width: calc((100% - 30px)/3);}
	.carou {padding-top: 140px;}
	.header__search {order: 10; min-width: 100%; margin: 0;}
	.header {height: 120px;}
	.slider-box {margin-top: -120px;}
	.bslide {height: 390px;}
	.logo {min-width: 50px; max-width: 100%;}

	.page__subcols {margin-top: -150px; padding-top: 150px;}
	.blurred-bg, .page__subcols::before {height: 260px;}
	.pmovie__player-bottom-2 .pmovie__ratings {order: 10; min-width: 100%; justify-content: center; padding-top: 10px;}
	.pmovie__ratings-caption {flex-grow: 1; text-align: right;}

	.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) {
	.wrapper-container22 {max-width:480px;}
	.login {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%;}
	.header .soc-channels {display: none;}
	.footer .soc-channels {display: flex;}
	.page__subcols .bslide__btns .bslide__btn-watch {flex-grow: 1;}
	.page__subcol-header, .page__subcol-meta {text-align: center;}
	.page__subcol-side {justify-self: center;}
	.page__subcol-header .pmovie__ratings {justify-content: center; padding-top: 10px;}
	.page__subcols {padding-top: 140px;}
	.blurred-bg, .page__subcols::before {height: 360px;}
	.pmovie__ext-ratings {justify-content: center; text-align: left;}
	.pmovie__quality {margin-top: 10px; margin-bottom: -15px; justify-content: center;}
	.pmovie__ratings-caption, .pmovie__share-caption {display: none;}
	.pmovie__player-bottom-2 {justify-content: space-between;}
	.fr {margin: 0 var(--indent-negative); padding-right: 20px;}
	.pmovie__fav {margin: 0;}
}

@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;}
	#owl-big .owl-nav {display: none;}
	.bslide__btns {flex-wrap: nowrap;}
	#dle-content, .d-grid {grid-template-columns: repeat(auto-fill,minmax(140px,1fr)) !important;}
	.poster .poster__title {font-size: 14px;}
	.poster .poster__subtitle {font-size: 12px;}
	.poster__rating-likes {top: 15px;}
}

.filter-block {margin-bottom: 0px; margin-block-start: -5px;}
.filter-block__form {display: flex; flex-wrap: wrap;}
.filter-block__cell {margin-left: 10px;}
.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: 20px; 
	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;}
.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);}
@media screen and (max-width: 1220px) {
.filter-block {width: 100%; margin-bottom: -10px; margin-top: 20px;display: none;}
.filter-block__cell {margin: 0 10px 10px 0;}
}
@media screen and (max-width: 470px) {
	.filter-block__form {justify-content: space-between;}
	.filter-block__cell {margin-right: 0; width: 48%;}
	.filter-block__cell:first-child {width: calc(100% - 50px); order: 10;}
	.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;}
}

/* UPDATE
----------------------------------------------- */
.theme-toggle {align-items: center; cursor: pointer;background-color: var(--bg);box-shadow: var(--bsh-btn-dark); 
height: 40px; border-radius: 20px; padding: 5px 0; margin: 0 20px;}
.theme-toggle li {cursor: pointer; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; text-align: center; color: #fff; margin: 0 5px;}
.dark-active .theme-toggle .light {display: none;}
.theme-toggle .light {display: block;}
.dark-active .theme-toggle .dark {display: block;}
.theme-toggle .dark {display: none;}
.theme-toggle:hover li {color: #fff; background-color: rgba(0,0,0,0.3);}
.dark-active .theme-toggle li:first-child, body:not(.dark-active) .theme-toggle li:last-child {background-color:var(--accent); color: #fff;}
.col-main__right .side-block--collections {margin-top: -45px; padding-bottom: 30px;}
.side-block--collections .d-grid {gap: 10px 10px;}
.coll {border-radius: 10px; display: block;}
.coll:hover img {transform: scale(1.04) translateY(0);}
.coll::before {height: 100%; background: #11212e; opacity: 0.6;}
.coll__title {position: relative;left: 0;color: var(--tt);font-weight: 700;padding: 10px 5px;}
.page__subcol-header h1 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
@media screen and (min-width: 1220px) {
	.filter-block__cell-content select, .filter-block__cell-content input[type="text"] {max-width: 200px;}
	.page__subcols .page__subcol-info {min-height: 300px;}
}
@media screen and (max-width: 1220px) {
	.header .soc-channels {flex: 0 0 auto; flex-wrap: nowrap; margin-left: 20px; margin-right: 0;}
}
@media screen and (max-width: 590px) {
	.page__subcol-header h1 {white-space: normal;}
	.col-main__right .side-block--collections {padding-bottom: 0;}
	.coll__title {font-size: 14px; padding: 15px;}
	.theme-toggle {margin: 0; margin-left: 10px; order: 11;}
	.header__search {max-width: 100%; min-width: 32px;}
}
.dark-active #owl-big .owl-prev, .dark-active #owl-big .owl-next {background-color: var(--bg); color: var(--tt);}
.dark-active .owl-prev:hover, .dark-active .owl-next:hover {color: #fff !important;}

.b-post__schedule_block {
    margin-bottom: 3px;
    background: #192125;
}
.b-post__schedule_block_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px 18px;
    cursor: pointer;
}
.b-post__schedule_block_title .title {
    color: #efefef;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.b-post__schedule_table {
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.b-post__schedule_table td {
    padding: 10px 0 10px 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.td-1 {
    width: 20%;
}
.td-2 {
    width: 40%;
}
.td-4 {
    text-align: right;
    white-space: nowrap;
    width: 20%;
}
.b-post__schedule_table .td-5 {
    text-align: center;
    width: 10%;
}
.b-post__schedule_table .exists-episode {
    color: #3f9d65;
}

.movie_title_full {
    margin: 0 0 0 3px;
}

.top100-box, .top100-box * {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.clearfix:after {content: ""; display: table; clear: both;}
.top100-box {text-align:center; font-weight:700;}
.top100-title {font-size:24px; margin-bottom:20px; font-weight:700;}
.top100-items {position:relative;}
.top100-items ol {position:relative; padding-top:490px;}
.top100-items ol {position:relative; z-index:100; counter-reset:li}
.top100-item {padding: 0px 10px 25px 10px; float:left; width: 24.66%; position:relative;}
.top100-item::before {content:counter(li); counter-increment:li; font-size: 14px; color: var(--tt); font-weight:700;
position:absolute; bottom: 88px; left: 50%;margin-left: -25px;; width: 35px; height: 35px; line-height: 35px; text-align:center; border-radius: 20%; 
background-color: var(--bg-2); /* background: linear-gradient(to top, #cedce7 0%,#596a72 100%); */ 
box-shadow: 0 0 0 2px #647687;}
.top100-item a {display:block; color:#000;}
.top100-img {height: 260px; overflow:hidden; background-color:#000;width: 170px;}
.top100-img img {width:100%; min-height:100%;}
.top100-name {height: 50px; line-height: 15px; overflow:hidden; margin-top:5px;color: var(--tt);font-size: 12px;text-align: center;}
.top100-items::before {content:""; width:100%; height:460px; position:absolute; left:0; top:0; background-color: gray;
background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);}
.trophy {float:none; width:200px; position:absolute; padding:10px; background-color:rgba(0,0,0,0.5);}
.trophy a {color:#fff;}
.trophy .top100-img {height: 270px;}
.trophy:nth-child(2) {left:80px; top:60px;}
.trophy:nth-child(1) {left:50%; margin-left:-105px; top:20px;}
.trophy:nth-child(3) {right:80px; top:80px;}
.trophy:before {background-color:#ffd803; background: linear-gradient(to top, #d1df00 0%,#c19f25 100%); 
box-shadow: 0 0 0 2px #fff5f5; color:#000; bottom: 73px;}
.top100-item:hover .top100-name {text-decoration:underline;}

@media screen and (max-width: 950px) {
.top100-item {width:20%;}
.trophy {width:200px;}
.trophy:nth-child(2) {left:20px;}
.trophy:nth-child(3) {right:20px;}
}
@media screen and (max-width: 760px) {
.top100-item {width:33.33%;}
.trophy {width:200px; position:relative; left:0 !important; top:0 !important; margin:0 auto 20px auto !important;}
.top100-items::before {display:none;}
.top100-items ol {padding-top:0;}
}
@media screen and (max-width:590px) {
.top100-item {width:50%;}
.trophy {width:200px;}
}

/*-- Block serial --*/
.anime-updates {margin-bottom: 30px;}
.card {display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: var(--bg-light);background-clip: border-box;
position: relative;-webkit-box-orient: vertical;-webkit-box-direction: normal;}
.card-header {border-bottom: 1px solid rgba(0, 0, 0, .125);margin-bottom: 0;padding: .75rem 1rem;}
.card-title {margin-bottom: 0;font-size: 17px;}
.list-group {display: -webkit-box;display: -ms-flexbox;display: flex;flex-direction: column;padding-left: 0; margin-bottom: 0;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;}
.last-update-header {background-color: rgba(0, 0, 0, .15);}
.align-items-center {-webkit-box-align: center !important;-ms-flex-align: center !important;align-items: center !important;}
.di-flex {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;}
.mr-1 {margin-right: .25rem !important;}
.d-none {display: none;}
@media (min-width: 1200px) {
.d-xl-inline {display: inline !important;}
}
.bb-dashed-1 {border-bottom: 1px dashed;color: var(--accent);text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;cursor: pointer;}
.bb-dashed-1:before {content: attr(data-effect-close);}
.collapse {display: none;}
.collapse.show {display: block;}
.scroll {overflow-y: auto;-webkit-overflow-scrolling: touch;overflow: hidden;}
.list-group-item {position: relative;display: block;padding: .7rem;margin-bottom: -1px;border-bottom: 1px solid rgba(0, 0, 0, .125);}
.dark-active .list-group-item {border-bottom: 1px solid #1e1d20 !important;}
.list-group-item-action {width: 100%;color: var(--color-url);text-align: inherit;}
.cursor-pointer {cursor: pointer;}
.border-left-0 {border-left: 0 !important;}
/*.border-bottom-0 {border-bottom: 0 !important;}*/
.border-right-0 {border-right: 0 !important;}
.border-top-0 {border-top: 0 !important;}
.media {display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.w-100 {width: 100% !important;}
.last-update-img {width: 48px;margin-right: .5rem !important;}
.img-square {padding-bottom: 100%;width: 100%;height: 65px;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;border-radius: 5px;}
.media-body {min-width: 0;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.mr-auto {margin-right: auto !important;}
.bg-transparent {background-color: transparent !important;}
.last-update-title {max-height: 60px;overflow: hidden;font-weight: 500;display: inline-block;position: relative;bottom: 10px;}
.text-right {text-align: right !important;}
.text-truncate {-o-text-overflow: ellipsis;text-overflow: ellipsis;font-weight: 600;white-space: nowrap;overflow: hidden;}
.text-gray-dark-6 {color: var(--tt-2);white-space: nowrap;}
.media-body .season-info {display:none;}
#kodik_block_day_1, #kodik_block_day_2, #kodik_block_day_3 {max-height: max-content !important;}

/*-- PREOLADER -- */
.preloader {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: var(--bg);z-index: 10099;}
.preloader__row {background: url(../images/logo.webp);position: relative;top: 50%;left: 50%;width: 270px;height: 70px;margin-top: -35px;margin-left: -135px;text-align: center;}
.loaded_hiding .preloader {transition: 0.3s opacity;opacity: 0;}
.loaded .preloader {display: none;}
/*-- END PREOLADER -- */

/*-- SEARH BLOCK --*/
.btn-search {position: absolute;left: 300px;border: 1px solid var(--tt);border-radius: 10px;min-width: 450px;height: 50px;display: flex;gap: 10px;align-items: center;padding: 10px 15px 9px;
cursor: pointer;color: var(--tt);background: var(--bg-2);}
.btn-search svg {fill: var(--tt);}
.btn-search span {font-size: 16px;}
.search-header {padding-inline: 0;display: grid;grid-auto-flow: column;justify-content: space-between;align-items: center;padding: 40px var(--offset, var(--mobile--padding)) 20px;
margin-bottom: 16px;--heading--offset: 0;}
.search-header-title {margin: 0;font-size: 24px;color: var(--color--white);}
.search-header-close {position: absolute;right: 10px;display: flex;align-items: center;justify-content: center;width: 52px;height: 52px;}
.search-header-close svg {fill: var(--tt-2);width: 24px;height: 24px;cursor: pointer;}
.search-header-close svg:hover {fill: var(--tt);}
@media screen and (min-width: 1200px) {
.search-header {padding-block: 104px 35px;padding: 0;--heading--offset: 30px;}
.search-header-title {color: rgba(255, 255, 255, 0.2);font-size: 48px;font-weight: 700;}
.search-header-close svg {width: 40px;height: 40px;}
}
/*-- END SEARSH BLOCK --*/

/*-- Bootstap --*/
.dropdown-menu {display: none;}
.dropdown-menu.show {display: block;}
/*-- End Bootstap --*/

/*-- SEO --*/
.sect .columns-2 {display: grid;gap: 20px;}
.accent {color: var(--accent) !important;}
.sect.seo img {border-radius: 15px;box-shadow: 0 0 6px 0 rgba(243, 7, 69, 1);width: 100%; height: 370px;}
.sect .sectheader {--sectheader--offset: 20px;}
.sectheader {margin-bottom: var(--sectheader--offset, 20px);display: flex;align-items: center;justify-content: space-between;}
.sect.seo p {font-size: 15px;line-height: 1.7;color: var(--tt-2);margin-block: 0 15px;}
@media screen and (min-width: 1200px) {
.sect .columns-2 {gap: 50px;grid-template-columns: repeat(2, 1fr);}
.sect.seo img {width: 594px; height: 370px;}
.sectheader {--sectheader--offset: 30px;}
}
/*-- END SEO --*/

/*-- TABS --*/
.tabs-schedule {padding: 30px;border-radius: 15px;background-color: var(--bg-2);margin-bottom: 25px;}
.tabs-schedule .sect__title {position: absolute;width: max-content;float: left;}
.tabs {width: 100%;display: inline-block;}
.tab-list-box {align-items: center;justify-content: center;display: flex;}
.tab-list {display: grid;grid-auto-flow: column;border-radius: 20px;background-color: var(--bg-3);width: max-content;}
.tab-item {border-style: none;padding: 0;cursor: pointer;padding: 5px 16px;font-size: 16px;border-radius: 20px;color: var(--tt-2);display: flex;align-items: center;
justify-content: center;min-width: 104px;}
.tab-item:hover {color: var(--tt);}
.tab-item.active {background-color: var(--accent);color: var(--tt);}
.tab-content {padding-top: 30px;}
.tab-pane {display: none;}
.tab-pane.active {display: block !important;}
@media screen and (max-width: 600px) {
.tabs-schedule .sect__title {position: relative;width: 100%;float: none;}
}
.tabs-item {border-style: none;padding: 0;cursor: pointer;padding: 5px 16px;font-size: 16px;border-radius: 20px;color: var(--tt-2);display: flex;align-items: center;
justify-content: center;min-width: 104px;}
.tabs-item:hover {color: var(--tt);}
.tabs-item.active {background-color: var(--accent);color: var(--tt);}
.tabs-pane {display: none;}
.tabs-pane.active {display: block !important;}
/*-- END TABS --*/

/*-- Info v Cat --*/
.info-block {width: 100%; height: 100%; min-height: 500px; display: grid; align-items: center; justify-content: center;position: relative;}
.info-404 {height: 100%;display: grid;align-items: center;justify-content: center;width: 100%;max-height: 200px;position: absolute;top: 50px;}
.info-404 h1 {font-size: 24px;margin:0 auto;display: inline-block; z-index: 2;text-align: center;}
.info-block a {padding: 15px 35px; z-index: 2;}
.info-block a:hover {color: var(--tt);}
@media screen and (min-width: 1200px) {
.info-404 h1 {font-size: 48px;margin:0 auto;line-height: 43px;}
}
/*-- Info v Cat --*/