/* Адаптирован и доработан DLETM.RU */
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {
    min-width: 320px;
    position: relative;
    background: #222222;
}
.wrapper-container {
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.header {
    background: #1b130f;
    margin-bottom: 40px;
    position: relative;
    box-shadow: var(--bsh);
}
.cols {
    background-color: var(--bg);
    border-radius: 8px;
    min-height: 100vh;
    border: 1px solid var(--bdc);
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
}
.footer {
    padding: 20px 0;
}
.col-main {
    padding: 30px var(--indent);
    padding-bottom: 40px;
}
.col-side {
    background-color: var(--bg-lightest);
    padding: 20px;
    border-radius: 8px 0 0 8px;
    width: 360px;
    border-right: 1px solid var(--bdc);
    box-shadow: 1px 0 var(--bdc-lighter);
}
.carou__menu + .content {
    border-top-right-radius: 0;
}

#scrolltop {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background-color: var(--bg-lighter);
    color: var(--tt);
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    box-shadow: var(--bsh);
}

/* HEADER, NAV
----------------------------------------------- */
.logo__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1;
    font-family: "Fredoka One", sans-serif;
}
.logo__caption {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 3px;
}
.header__btn {
    height: 36px;
}
.header__link {
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.theme-toggle {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #222222;
    height: 40px;
    border-radius: 20px;
    padding: 5px 0;
    margin-right: 20px;
}
.theme-toggle li {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: var(--tt);
    margin: 0 5px;
}
.theme-toggle:hover li {
    color: #fff;
}
.lt-is-active .theme-toggle li:first-child,
body:not(.lt-is-active) .theme-toggle li:last-child {
    background-color: var(--accent);
    color: #fff;
}

.header__search {
    position: relative;
    width: 300px;
    margin: 0 40px;
}
.header__search input,
.header__search input:focus {
    padding: 0 50px 0 15px;
    border-radius: 3px;
    background-color: #222222;
    color: var(--tt-lighter);
    border: 0px solid var(--bdc);
    box-shadow: none;
    height: 36px;
    line-height: 36px;
}
.header__search input:not(:focus)::placeholder {
    color: var(--tt);
    opacity: 0.8;
    font-size: 13px;
}
.header__search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 0;
    background: none;
    color: var(--tt);
    font-size: 14px;
    height: 36px;
}

/* TOP ITEM
----------------------------------------------- */
a.card__img:hover,
.top__img:hover,
.poster:hover .poster__img {
    opacity: 0.8;
}
.carou__menu li {
    text-align: center;
}
.carou__menu a {
    display: block;
    padding: 11px 20px;
    background-color: var(--bg);
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    border: 1px solid var(--bdc);
    border-bottom: 0;
}
.carou__menu a.is-active,
.carou__menu a:hover {
    background-color: var(--accent);
    color: #fff;
}
.carou {
    padding: 20px;
    background-color: var(--bg-lightest);
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    border-radius: 6px 0 6px 6px;
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    border: 1px solid var(--bdc);
}
.carou__content:not(.owl-carousel) {
    display: flex;
    overflow: hidden;
}
.carou__content > .top {
    width: calc((100% - 140px) / 8);
    flex-shrink: 0;
    margin-right: 20px;
}
.top__img {
    border-radius: 4px;
    border: 1px solid var(--bdc);
}
.top__desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    color: var(--tt-lighter);
}
.poster__rating {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 10;
    border-radius: 0 4px 4px 0;
    background-color: #aaaaaa;
    color: #fff;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    width: 40px;
    font-weight: 600;
}
.poster__rating.rating-1,
.poster__rating.rating-2,
.poster__rating.rating-3 {
    background-color: #e07978;
}
.poster__rating.rating-4,
.poster__rating.rating-5,
.poster__rating.rating-6 {
    background-color: #e4a257;
}
.poster__rating.rating-7,
.poster__rating.rating-8,
.poster__rating.rating-9,
.poster__rating.rating-10 {
    background-color: #9ab96d;
}
.poster__img {
    box-shadow: var(--bsh-2);
    border-radius: 3px;
    margin-bottom: 15px;
}
.poster__title {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
}

/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {
    margin-bottom: 30px;
}
.sect__header {
    margin-bottom: 30px;
}
.sect__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--tt-lighter);
}
.sect__subtitle {
    font-size: 21px;
}
.site-desc {
    display: grid;
    grid-gap: 20px;
    line-height: 1.7;
    color: var(--tt-darker);
    margin: 40px 0;
}
.site-desc h1,
.site-desc h2,
.site-desc h3 {
    font-weight: 700;
    font-size: 18px;
    color: var(--tt);
    line-height: 1.3;
}
.site-desc a {
    text-decoration: underline;
    color: var(--tt);
}
.site-desc ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}
.site-desc ul li::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: var(--accent);
    position: absolute;
    left: 0;
    top: 0;
}
.site-desc img {
    float: left;
    margin: 0 20px 10px 0;
    width: 240px;
    border-radius: 3px;
    opacity: 0.6;
}
.speedbar {
    font-size: 12px;
    color: var(--tt-darker-2);
    margin: 0 0 23px;
    line-height: 1.5;
    overflow: visible;
    white-space: normal;
}
.speedbar .speedbar {
    margin: 0;
}
.speedbar #dle-speedbar {
    display: inline;
}
.speedbar a:after {
    color: var(--tt);
    display: inline;
    content: "/";
    margin: 0 5px;
}
.speedbar a:hover {
    text-decoration: underline;
}
.sect__btn-filter {
    height: 30px;
    padding: 0 10px;
    margin-left: 20px;
}

/* CARD
----------------------------------------------- */
.short-label {
    background-color: #d9544f;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 6px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    font-size: 12px;
    font-weight: 500;
}
.card {
    margin: 0 var(--indent-negative);
    padding: 20px var(--indent);
    line-height: 1.4;
    border-top: 1px solid var(--bdc);
    box-shadow: inset 0 1px var(--bdc-lighter);
    position: relative;
}
.card__img {
    width: 200px;
    height: 300px;
    margin-right: 20px;
    display: block;
    border-radius: 4px 4px 0 0;
    box-shadow: var(--bsh-2);
}
.card__title,
.card__bottom {
    width: 100%;
}
.card__title {
    font-size: 18px;
    font-weight: 700;
    margin: -3px 0 17px 0;
    padding-right: 140px;
}
.card__list {
    display: grid;
    grid-gap: 3px 0;
    font-size: 13px;
}
.card__list li > span:first-child {
    font-weight: 600;
    margin-right: 3px;
}
.card__list a {
    text-decoration: underline;
}
.card__list--margin {
    margin-top: 12px;
}
.card__text {
    margin-top: 13px;
    -webkit-line-clamp: 4;
}
.card__bottom {
    font-size: 12px;
}
.card__meta {
    margin-left: 10px;
}
.card__meta .fas {
    margin-right: 5px;
    opacity: 0.66;
}
.card__meta--move {
    position: absolute;
    top: 22px;
    right: 46px;
    margin: 0;
}
.card__btn {
    border-radius: 0 0 4px 4px;
    width: 200px;
    height: 40px;
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    background-color: var(--bg-darker);
    color: var(--tt);
    border: 1px solid var(--bdc);
    height: 42px;
    margin-top: -2px;
}
.card__fav {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
    color: var(--tt-lighter);
}
.card__fav .fas {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 0 25px 25px;
}
.card__fav .fas::after {
    content: "";
    background: #d8554f;
    box-shadow: var(--bsh-2);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skew(45deg);
    transform-origin: 0 0;
}
.card__fav .fas.added::after {
    background: var(--gradient-accent);
}
.card__rating-ext {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #d8554f;
    position: relative;
    height: 40px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    white-space: nowrap;
}
.card__rating-ext span {
    font-size: 10px;
    font-weight: 400;
    color: var(--tt);
    margin-left: 3px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.card__rating-ext::before {
    content: attr(data-text);
    display: block;
    position: absolute;
    left: 24px;
    top: 0;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: var(--accent-3);
    line-height: 20px;
}
.card__rating-ext.kp {
    background: url(../images/kp.svg) 0 0 / 20px no-repeat;
}
.card__rating-ext.imdb {
    background: url(../images/imdb.svg) 0 0 / 18px no-repeat;
}
.card__rating-ext.mdl {
    background: url(../images/mdl.svg) 0 0 / 18px no-repeat;
}
.card__rating-ext.site {
    padding-left: 50px;
    min-width: 140px;
}
.card__rating-ext-count {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.card__rating-ext svg {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    transform: scale(0.3, 0.3) rotate(-90deg) translate(-50%, -50%);
    transform-origin: left top;
    margin: 19px 0 0 20px;
}
.card__rating-ext svg circle {
    width: 150px;
    height: 150px;
    fill: inherit;
    transform: translate(5px, 5px);
    stroke-width: 10;
    stroke: var(--bg-lightest);
    stroke-dasharray: 440;
    stroke-dashoffset: 0;
}
.card__rating-ext svg circle:nth-child(2) {
    stroke: var(--accent-3);
}
.stars {
    height: 17px;
    width: 85px;
    position: absolute;
    left: 50px;
    top: 0px;
    pointer-events: none;
    background: url(../dleimages/rating.svg);
    transform: scale(1, 1);
    transform-origin: left top;
}

.stars {
    height: 17px;
    width: 85px;
    position: absolute;
    left: 50px;
    top: 0px;
    pointer-events: none;
    background: url(/templates/doramasone/dleimages/rating.svg);
    transform: scale(1, 1);
    transform-origin: left top;
}


.stars__rating-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: url(/templates/doramasone/dleimages/rating.svg) 0 -34px repeat-x;
}

.stars__rating-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: url(../dleimages/rating.svg) 0 -34px repeat-x;
}



/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {
    margin-bottom: 20px;
}
.side-block__title {
    border: 1px solid var(--bdc);
    border-left: 0;
    border-right: 0;
    margin: 0 -20px;
    box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--tt-lighter);
}

@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.side-block__title.first {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    box-shadow: 0 1px var(--bdc-lighter);
}

.nav-col {
    width: 60%;
    margin-bottom: -3px;
}
.nav-col + .nav-col {
    width: 35%;
}
.nav-title {
    font-weight: 700;
    margin-bottom: 9px;
    color: #d9544f;
}
.nav-menu + .nav-title {
    margin-top: 12px;
}
.nav-menu a {
    display: block;
    padding: 3px 0;
    font-size: 13px;
}
.nav-menu a:hover {
    text-decoration: underline;
}
.nav-menu li {
    position: relative;
}
.nav-menu li > span {
    position: absolute;
    right: 0;
    top: 5px;
    pointer-events: none;
    font-size: 12px;
    color: var(--tt);
}

.soon + .soon {
    margin-top: 10px;
}
.soon__img {
    width: 60px;
    height: 90px;
    border-radius: 3px;
    box-shadow: var(--bsh-2);
    margin-right: 10px;
}
.soon__title {
    color: var(--tt-lighter);
    font-weight: 600;
}
.soon__text {
    line-height: 1.3;
    -webkit-line-clamp: 4;
    font-size: 12px;
    margin-top: 5px;
    color: var(--tt);
}

.upd-box {
    background-color: var(--bg);
    border-radius: 4px;
    box-shadow: vr(--bsh-2);
    overflow: hidden;
    padding-bottom: 10px;
}
.updli {
    padding: 10px;
    color: var(--tt);
}
.updli-1 {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    box-shadow: var(--bsh-2);
    margin-right: 10px;
}
.updli-2 {
    font-size: 12px;
}
.updli-2 div {
    color: var(--tt-lighter);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}
.updli-3 {
    text-align: right;
    width: 120px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.1;
}
.updli-3 div {
    color: #d8554f;
    font-weight: 600;
    margin-bottom: 5px;
}
.updli:hover {
    background-color: #ffffff10;
}
.upd-box-title {
    background: var(--bg-lighter);
    color: var(--tt-lighter);
    font-weight: 700;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.lcomm:not(:last-child) {
    margin-bottom: 5px;
}
.lcomm {
    background-color: var(--bg);
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
}
.lcomm__link {
    display: block;
    color: var(--accent-3);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 1px;
}
.lcomm__date {
    font-size: 12px;
    color: var(--tt-darker-2);
    margin-left: 10px;
}
.lcomm__text {
    margin: 8px 0 10px 0;
}
.lcomm__author {
    font-weight: 600;
}
.lcomm__av {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

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

.pagination {
    text-align: center;
    margin: 0 var(--indent-negative);
    padding: 20px var(--indent);
    padding-bottom: 0;
    border-top: 1px solid var(--bdc);
    box-shadow: inset 0 1px var(--bdc-lighter);
}
.pagination__btn-loader a,
.pagination__btn-loader > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 0 40px;
    max-width: 400px;
    background: var(--bg-darker);
    color: var(--tt);
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid var(--bdc);
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
}
.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: 3px;
}
.pagination__pages span:not(.nav_ext),
.pagination__pages a:hover,
.pagination__btn-loader a:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* INNER PAGE
----------------------------------------------- */
.page__subcols {
    margin: 0 var(--indent-negative);
    padding: 20px var(--indent);
    border-top: 1px solid var(--bdc);
    box-shadow: inset 0 1px var(--bdc-lighter);
    position: relative;
}
.page__header {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 150px;
}
.page__col-side {
    width: 300px;
    margin-left: 40px;
}
.page__subcol-side {
    width: 200px;
    margin-right: 20px;
}
.page__subcol-side2 {
    width: 260px;
    margin-left: 40px;
}
.page__subtitle {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--tt-lighter);
}
.page__subtitle.tac {
    text-align: center;
}
.page__text {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid var(--bdc);
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    background-color: var(--bg-darker);
}

.pmovie__original-title {
    color: var(--tt);
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 1px;
}
.page__header h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--tt-lighter);
    margin-top: -5px;
}
.page__header h1 a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.pmovie__poster {
    width: 200px;
    height: 300px;
    box-shadow: var(--bsh-2);
    border-radius: 4px;
}
.pmovie__btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 0;
}
.pmovie__btn:not(:hover) {
    opacity: 0.8;
}
.pmovie__year {
    margin-bottom: 15px;
}
.pmovie__header-list {
    line-height: 1.5;
    font-size: 14px;
}
.pmovie__header-list li + li {
    margin-top: 15px;
}
.pmovie__header-list li > div:first-child {
    color: var(--tt);
    font-size: 13px;
    margin-bottom: 3px;
    color: var(--tt-darker-2);
}
.pmovie__header-list li a,
.pmovie__year a {
    text-decoration: underline;
}
.pmovie__header-list--accent > span:first-child {
    color: #d8554f;
    font-weight: 600;
    margin-right: 5px;
}
.pmovie__header-list--accent > span:first-child + span {
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    border-radius: 3px;
    padding: 3px 8px;
    letter-spacing: 1px;
    background-color: var(--accent-3);
    color: #000;
    border: 1px solid var(--bdc);
    font-size: 12px;
    text-transform: uppercase;
}

.pmovie__player {
    margin: 0 var(--indent-negative);
}
.pmovie__complaint2 a {
    color: #d8554f;
    border-bottom: 1px dotted #d8554f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: var(--indent);
}
.tabs-block__select span {
    cursor: pointer;
    display: inline-block;
}
.tabs-block__select span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: var(--bg-darker);
    color: var(--tt-darker-2);
    font-weight: 600;
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
    border: 1px solid var(--bdc);
    border-bottom: 0;
}
.tabs-block__select span.is-active,
.tabs-block__select span:hover {
    background: var(--accent);
    color: #fff;
}
.pmovie__player-bottom {
    background-color: var(--bg-darker);
    border: 1px solid var(--bdc);
    border-left: 0;
    border-right: 0;
    box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
    padding: 10px var(--indent);
}
.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: 600;
    margin-right: 10px;
    padding-right: 20px;
}
.pmovie__rating-likes > * .fas {
    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 > * + * .fas {
    background-color: #eb4d4b;
}
.pmovie__rating-likes > a:hover {
    background-color: var(--accent);
    color: #fff;
}
.pmovie__player-bottom .card__rating-ext {
    margin-right: 10px;
    margin-left: 0;
}
.pmovie__share {
    text-align: right;
    margin-right: 20px;
}
.pmovie__caption {
    line-height: 1.6;
    position: relative;
    background-color: #27221d;
    color: #E8CA4E;
    padding: 15px var(--indent);
    margin: 0 var(--indent-negative);
    padding-left: 90px;
}
.pmovie__caption::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: var(--indent);
    top: 50%;
    font-size: 34px;
    color: var(--accent);
    transform: translateY(-50%);
}

.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;
    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: 600;
    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);
}

.page__tags {
    margin: 20px 0;
    margin-right: -16px;
    font-size: 0;
}
.page__tags .fas {
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 0 0;
    font-size: 16px;
    opacity: 0.6;
}
.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);
    border: 1px solid var(--bdc);
    box-shadow: inset 0 0 0 1px var(--bdc-lighter);
}
.page__tags a:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.pmovie__related {
    border: 1px solid var(--bdc);
    border-left: 0;
    border-right: 0;
    margin: 0 var(--indent-negative);
    box-shadow: 0 1px var(--bdc-lighter), inset 0 1px var(--bdc-lighter);
    padding: 30px var(--indent);
}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {
    line-height: 1.7;
    font-size: 14px;
    word-wrap: break-word;
}
.full-text a {
    text-decoration: underline;
    color: #ff6f00;
}
.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: 600;
    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: 18px;
    font-weight: 700;
    color: var(--tt-lighter);
    margin-bottom: 20px;
}
.page__comments-info {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -15px;
    color: var(--tt-darker-2);
    line-height: 1.5;
}
.page__comments-info .fas {
    color: #ff6f00;
    margin-right: 6px;
}
.page__comments-header {
    position: relative;
    padding-right: 130px;
}
.page__comments-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.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 {
    border-radius: 0;
}
.add-comments-form__input {
    margin-left: 20px;
}
.add-comments-form .d-none123,
.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: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.comment-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bdc);
    box-shadow: 0 1px var(--bdc-lighter);
}
.comment-item__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.comment-item__letter {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    font-size: 18px;
}
.comment-item__author,
.comment-item__author a {
    font-weight: 600;
    font-size: 14px;
    color: var(--tt);
}
.comment-item__date {
    color: var(--tt-darker-2);
    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;
    color: var(--tt);
}
.comment-item__rating a > span:first-child {
    color: #6ab04c;
    margin-right: 2px;
    color: var(--tt-darker);
}
.comment-item__rating a:last-child > span:first-child {
    color: #eb4d4b;
    color: var(--tt-darker);
}
.comment-item__reply a {
    font-size: 12px;
    margin-right: 20px;
    color: var(--tt-darker-2);
}
.comment-item__reply a .fas {
    margin-left: 5px;
}
.comment-item__reply + .comment-item__reply a .fas {
    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-darker-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: 18px;
    font-weight: 600;
    padding: 1px 0;
    text-transform: capitalize;
    color: var(--tt-lighter);
}
.login__close {
    cursor: pointer;
    font-size: 24px;
    opacity: 1;
    margin-left: 20px;
}
.login__title a {
    border-bottom: 1px dotted var(--tt);
    margin-left: 10px;
    font-weight: 400;
    color: var(--tt);
}
.login__content {
    padding: 20px 40px;
}
.login__row {
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--tt);
}
.login__caption {
    font-size: 14px;
    color: var(--tt-lighter);
    margin-bottom: 10px;
}
.login__caption a {
    text-decoration: underline;
    margin-left: 6px;
    color: var(--accent-3);
}
.login__input input {
    padding-left: 40px;
}
.login__row .fas {
    opacity: 0.6;
    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 .fas {
    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 600ms 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;
    top: 50%;
}
.owl-prev,
.owl-next {
    display: flex;
    cursor: pointer;
    box-shadow: var(--bsh-2);
    width: 40px;
    height: 40px;
    background-color: var(--bg);
    color: var(--tt);
    position: absolute;
    left: -60px;
    top: 0;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
}
.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(--accent);
    color: #fff;
}
.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);
    margin: 0 5px;
}
.owl-dot.active,
.owl-dot:hover {
    background: var(--accent);
}

/* 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: 340px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px;
    z-index: 999;
    position: fixed;
    left: -380px;
    top: 0;
    transition: left 0.4s;
    background-color: var(--bg-lightest);
    color: var(--tt);
}
.mobile-menu.is-active {
    left: 0;
}
.mobile-menu-close {
    cursor: pointer;
    display: block;
    left: 340px;
    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 0.4s, opacity 0.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 {
    height: 40px;
}

@media screen and (max-width: 1220px) {
    body {
        background-image: none;
    }
    .wrapper {
        overflow: hidden;
        background-size: 140% auto;
    }
    .wrapper-container {
        max-width: 1000px;
    }
    .header__menu,
    .header__link,
    .col-side .js-this-in-mobile-menu {
        display: none;
    }
    .header {
        margin-bottom: 100px;
    }
    .header__search {
        margin: 0;
        margin-right: 20px;
        width: 240px;
    }
    .header__logo {
        margin: 0 var(--indent);
    }
    .header__btn-menu {
        display: flex;
        width: 40px;
        padding: 0;
        border-radius: 50%;
        font-size: 18px;
        margin: 0 var(--indent);
    }
    .content,
    .carou,
    .col-side,
    .carou__menu li a {
        border-radius: 0;
    }
    .cols,
    .carou {
        border-left: 0;
        border-right: 0;
    }
    .carou {
        padding: 20px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .carou__menu li {
        flex-grow: 1;
        white-space: nowrap;
        min-width: auto;
        max-width: 100%;
    }
    .carou__content > .top {
        width: calc((100% - 100px) / 6);
    }
    .col-side {
        width: 100%;
        order: 10;
        padding-top: 0;
    }
    .site-desc,
    .footer {
        padding-left: var(--indent);
        padding-right: var(--indent);
    }
    .footer {
        justify-content: center;
        text-align: center;
    }
    .footer__text {
        min-width: 100%;
        margin: 20px 0;
    }
    #scrolltop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 950px) {
    .wrapper-container {
        max-width: 768px;
    }
    .carou__content > .top {
        width: calc((100% - 80px) / 5);
    }
    .theme-toggle {
        order: 10;
        margin: 0;
        margin-right: 20px;
    }
    .header__search {
        order: 10;
        width: calc(100% - 130px);
        margin: 0 10px 0 20px;
    }
    .header {
        padding-bottom: 10px;
    }
    .header__btn-menu {
        margin-left: 10px;
    }
    .speedbar {
        margin: 0 0 15px;
    }

    .page__subcol-side2,
    .page__col-side {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .pmovie__header-list li + li {
        margin-top: 10px;
    }
    .pmovie__caption {
        padding-left: 76px;
    }
}

@media screen and (max-width: 760px) {
    .wrapper-container {
        max-width: 640px;
    }
    .carou__content > .top {
        width: calc((100% - 40px) / 3);
    }
    .sect__btn-filter {
        font-size: 0;
        margin-left: 10px;
    }
    .sect__btn-filter::before {
        content: attr(data-text);
        font-size: 12px;
        margin-right: -20px;
    }
    .card__meta,
    .card__btn1 {
        display: none;
    }
    .card {
        display: grid;
        grid-gap: 20px 20px;
        grid-template-columns: 150px minmax(0, 1fr);
    }
    .card > .card__title {
        grid-column: 1 / -1;
    }
    .card__img {
        width: 150px;
        height: 220px;
    }
    .card__desc {
        order: 10;
        grid-column: 1 / -1;
    }
    .card__bottom,
    .card__title,
    .card__rating-ext {
        margin: 0;
    }
    .card .card__rating-ext {
        width: 100%;
        margin-bottom: 20px;
    }
    .card__btn {
        width: 100%;
        margin: 0;
        order: 10;
    }
    .card__list--margin {
        margin: 0;
    }
    .card__desc .card__title {
        margin-bottom: 15px;
        padding: 0;
    }
    .card__title {
        padding: 0;
    }

    .page__header {
        padding: 0;
    }
    .page__text {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .pmovie__share {
        order: 10;
        text-align: center;
        min-width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .pmovie__related .poster:nth-child(5n),
    .page__comments-info {
        display: none;
    }

    .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-container {
        max-width: 480px;
    }
    .login {
        max-width: 90%;
        max-height: 90%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .login__header,
    .login__content,
    .login__social,
    .pages-bg {
        padding-left: 20px;
        padding-right: 20px;
    }
    .carou__content > .top {
        width: calc((100% - 40px) / 3);
    }
    .header {
        margin-bottom: 0;
        box-shadow: none;
    }
    .header .header__btn {
        font-size: 0;
        padding: 0;
        width: 40px;
        padding-left: 5px;
    }
    .header .header__btn::before {
        content: "\f007";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        font-size: 18px;
    }
    .pagination__btn-loader a,
    .pagination__btn-loader > span {
        max-width: 100%;
    }
    .footer .btn {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .carou__menu a {
        padding: 10px;
        font-size: 13px;
        border-right: 0;
    }
    .wrapper {
        background-image: none;
    }

    .page__header {
        text-align: center;
    }
    .page__subcols {
        display: block;
        position: relative;
    }
    .page__subcol-side {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .page__subcol-main {
        display: grid;
        grid-gap: 0px 20px;
        grid-template-columns: minmax(0, 150px) 1fr;
    }
    .pmovie__complaint2,
    .pmovie__player-bottom .card__rating-ext {
        display: none;
    }
    .pmovie__subinfo {
        width: 100%;
        padding-top: 5px;
    }
    .pmovie__subinfo::before {
        content: "";
        display: table;
        clear: both;
        width: 100%;
    }
    .tabs-block__select span {
        flex: 1 1 0;
        min-width: auto;
        max-width: 100%;
        white-space: nowrap;
        text-align: center;
    }
    .pmovie__related .poster:nth-child(5n) {
        display: block;
    }
}

@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 {
        flex: 1 1 0;
        min-width: 100px;
        max-width: 100%;
    }
    .header__logo > * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .header__logo .logo__title {
        font-size: 18px;
    }
    .header__login {
        display: none;
    }
    .sect__title {
        font-size: 20px;
    }
    .site-desc img {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        display: none;
    }
    .mobile-menu {
        width: 100%;
        left: -120vw;
    }
    .mobile-menu-close {
        left: calc(100% - 40px);
    }

    .pmovie__year {
        grid-column: 1 / -1;
    }
    .pmovie__related .poster:nth-child(5n) {
        display: none;
    }
    .pmovie__player-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 370px) {
    .card {
        grid-gap: 20px 10px;
    }
}

.filter-block {
    margin-bottom: 30px;
}
.filter-block__form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 10px 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: 36px;
    line-height: 34px;
    background-position: right 8px top 50%;
    background-color: var(--bg-darker);
    color: var(--tt);
    border: 1px solid var(--bg-black);
    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);
    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-darker);
    cursor: pointer;
    transition: all 0.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 0.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-darker);
    color: var(--tt);
}
.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%;
    background: var(--bg);
}
.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-darker);
}
.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-darker);
    color: var(--tt);
}

.comments-image-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.comments-image-gallery li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-image-gallery li img {
    float: left;
    margin-right: 5px;
    border: 5px solid #fff;
    width: 100px;
    height: 100px;
    transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.mce-toc {
    border: 1px solid #dbdada;
    margin: 0 0 0.7rem 0;
}

.mce-toc h2 {
    margin: 4px;
}

.mce-toc ul {
    padding-left: 20px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.mce-toc ul ul {
    padding-left: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.mce-toc li {
    list-style-type: none;
}

.image-bordered {
    border: 1px solid #ddd;
}

.image-shadows {
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
    padding: 0.5rem;
}

.comments-user-profile {
    font-weight: bold;
    cursor: pointer;
    color: #3394e6;
}

.title_spoiler svg {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
    height: 16px;
    width: 16px;
}

.mce-accordion summary {
    cursor: pointer;
}

.self_delete_link {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 27px;
    border-radius: 10px;
    outline: none;
    background-color: #f44336;
    color: #fff;
    text-shadow: 0 1px #333;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all ease 0.1s;
    transition: all ease 0.1s;
}
.DLEPush {
    z-index: 2001;
    position: fixed;
    right: 20px;
    top: 20px;
}

@keyframes DLEPush-show {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.DLEPush-notification.wrapper {
    animation-name: DLEPush-show;
    animation-duration: 1s;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10px;
}

.DLEPush-notification .DLEPush-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 45px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
    scale: 0.8;
}

.DLEPush-notification .DLEPush-header {
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: 0.5rem;
}
.DLEPush-notification .DLEPush-header:empty {
    margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.875rem;
    margin: 1rem;
}

.DLEPush-notification .DLEPush-message li,
.DLEPush-notification .DLEPush-message ul {
    list-style-type: none;
    padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-weight: 300;
    background: none;
    border: 0;
    font-size: 1.15rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: inherit;
    outline: 0;
    opacity: 0.75;
}

@media only screen and (min-width: 601px) {
    .DLEPush-notification.wrapper {
        min-width: 400px;
    }
}

.DLEPush-notification .DLEPush-close:hover {
    opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
    background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
    background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
    background-color: #fff3e0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
    background-color: #ff9800;
}

.DLEPush-notification.wrapper.push-error {
    background-color: #fbe9e7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
    background-color: #ff5722;
}

input[type="text"].comments_author_field {
    width: 100%;
    margin-bottom: 10px;
}

/*CUSTOM*/

.nav-menu li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}
.nav-menu li > span {
    position: static;
}

.nav-col {
    width: auto;
    margin-bottom: -3px;
}

.nav-col + .nav-col {
    width: auto;
}
.side-block__content {
    column-gap: 12px;
    flex-wrap: nowrap;
}

.nav-menu a.nowrap {
    display: block;
    padding: 3px 0;
    font-size: 13px;
    white-space: nowrap;
}

.card__rating-ext {
    min-width: 85px;
}

.shortstory-card .card__ratings {
    flex-wrap: nowrap;
}    
.pmovie__bottom{
margin-top: 20px;}

.pmovie__bottom .card__ratings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    row-gap: 20px;
}
.card__rating-ext {
    margin-left: 10px;
}
.shortstory-card .card__rating-ext.site {
    margin-left: 20px;
}
.shortstory-card .card__text {
    margin-bottom: 15px;
}

.custom-meta{
display:flex;
justify-content:end;
}

.pmovie__header-list-custom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;}
@media screen and (max-width: 951px) {
    .shortstory-card .card__ratings {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .card__rating-ext.site {
        margin-left: 10px;
    }
}
@media screen and (max-width: 591px) {
    .pmovie__bottom{
margin-top: 0;}
    .shortstory-card .card__ratings {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .pmovie__bottom .card__ratings {
        grid-template-columns: 1fr;
    }
}


/* 🌸 Блок жанров — совместим с shortstory и fullstory */
.pmovie__header-list--accent {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pmovie__header-list--accent span {
  display: inline-block;
  font-weight: 600;
  color: #ff7f7f;
  margin-right: 6px;
  font-size: 14px;
}

/* Контейнер для жанров */
.pmovie__header-list--accent a {
  display: inline-block;
  margin: 3px 6px 3px 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 4px 10px 4px 8px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.2s ease;
  vertical-align: middle;
}

/* Иконка метки */
.pmovie__header-list--accent a::before {
  content: "🏷️";
  margin-right: 4px;
  font-size: 12px;
  opacity: 0.85;
  position: relative;
  top: 1px;
}

/* Ховер-эффект */
.pmovie__header-list--accent a:hover {
  background: rgba(255, 130, 130, 0.25);
  border-color: rgba(255, 150, 150, 0.35);
  box-shadow: 0 0 6px rgba(255, 120, 120, 0.25);
  transform: translateY(-1px);
}



/* 🌸 Обновлённые эллиптические плашки с приоритетом */
.value-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 180, 180, 0.25), rgba(255, 150, 150, 0.15)) !important;
  color: #fff !important;
  padding: 6px 18px !important;
  border-radius: 999px !important; /* ЭЛЛИПС */
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  border: 1px solid rgba(255, 200, 200, 0.25) !important;
  backdrop-filter: blur(5px) !important;
  box-shadow: 0 2px 8px rgba(255, 150, 150, 0.15) !important;
  transition: all 0.3s ease !important;
}

/* Hover эффект */
.value-badge:hover {
  background: linear-gradient(135deg, rgba(255, 180, 180, 0.4), rgba(255, 200, 200, 0.25)) !important;
  border-color: rgba(255, 210, 210, 0.4) !important;
  box-shadow: 0 0 12px rgba(255, 180, 180, 0.35) !important;
  transform: translateY(-1px) !important;
}




.tg-community-card {
    margin: 20px 0;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(20, 25, 35, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #eaeaea;
}

/* Шапка */
.tg-community-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Иконка-картинка */
.tg-icon-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    display: block;
}

/* Текст */
.tg-community-text .tg-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

.tg-community-text .tg-desc {
    font-size: 13px;
    opacity: 0.75;
    margin-top: 4px;
    line-height: 1.35;
}

/* Кнопки */
.tg-community-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.tg-btn {
    flex: 1;
    text-align: center;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease;
    border: 1px solid transparent;
}

/* Главный канал */
.tg-main {
    background: rgba(42, 167, 223, 0.15);
    color: #8fd3ff;
    border-color: rgba(42, 167, 223, 0.35);
}

.tg-main:hover {
    background: rgba(42, 167, 223, 0.25);
    transform: translateY(-1px);
}

/* BL канал */
.tg-bl {
    background: rgba(255, 120, 180, 0.15);
    color: #ffb3d6;
    border-color: rgba(255, 120, 180, 0.35);
}

.tg-bl:hover {
    background: rgba(255, 120, 180, 0.25);
    transform: translateY(-1px);
}

/* Сайдбар */
.col-side .tg-community-actions {
    flex-direction: column;
}


.tg-community-head {
    justify-content: center;
    text-align: center;
}

.tg-community-text {
    align-items: center;
}

.tg-community-head img {
    margin-right: 1px;
}

.tg-btn.tg-dzen {
    background: rgba(255, 138, 0, 0.15);
    color: #ffb266;
    border: 1px solid rgba(255, 138, 0, 0.45);
    box-shadow: inset 0 0 0 1px rgba(255, 138, 0, 0.05);
    transition: all 0.25s ease;
}

.tg-btn.tg-dzen:hover {
    background: rgba(255, 138, 0, 0.25);
    border-color: rgba(255, 160, 80, 0.7);
    color: #ffd4a3;
}


.header__btn--pravo {
    margin-left: 36px;
    background: #ad2925;
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    padding: 7px 14px;
    font-size: 13px;
    border-radius: 6px;
    white-space: nowrap;
}


@media (max-width: 768px) {
    .header__btn--pravo {
        display: none;
    }
}

.pmovie__player-controls {
    position: relative;
}

.pmovie__player-controls .header__btn--pravo {
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
}

/* Lakornland redesign */
:root {
    --ll-bg: #1d2030;
    --ll-header: #303342;
    --ll-panel: #383b4c;
    --ll-panel-soft: #292c3b;
    --ll-text: #fff8ff;
    --ll-muted: #b9bbd0;
    --ll-pink: #ffa4f6;
    --ll-pink-strong: #ff7df0;
    --ll-mint: #aaffd7;
    --ll-line: rgba(255,255,255,.13);
    --ll-dark: #171927;
}

html {
    background: var(--ll-bg) !important;
}

body {
    background: var(--ll-bg) !important;
    color: var(--ll-muted);
    letter-spacing: 0;
}

.wrapper,
.wrapper-container,
.page,
.base,
.site,
.layout {
    background: var(--ll-bg) !important;
}

.wrapper-container {
    max-width: 1220px;
}

.ll-header {
    position: relative;
    min-height: 62px;
    padding: 0 28px;
    margin: 0 calc((100% - 100vw)/2);
    background: var(--ll-header);
    box-shadow: none;
    gap: 18px;
    flex-wrap: nowrap;
}

.ll-logo {
    position: absolute;
    left: 50%;
    z-index: 4;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.ll-logo img {
    display: block;
    width: 246px;
    max-width: 100%;
    height: auto;
}

.ll-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.ll-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: var(--ll-text);
    font-size: 14px;
    font-weight: 700;
}

.ll-nav__link:hover,
.ll-nav__link.is-active {
    background: rgba(255,164,246,.2);
    color: var(--ll-pink);
}

.ll-mobile-nav {
    display: none;
}

.ll-mobile-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: var(--ll-text);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.ll-search {
    width: 330px;
    margin: 0;
    flex: 0 0 330px;
}

.ll-search__box {
    display: flex;
    height: 38px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(20,22,35,.28);
}

.ll-search input,
.ll-search input:focus {
    height: 38px;
    line-height: 38px;
    padding: 0 12px 0 20px;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: var(--ll-text);
}

.ll-search__btn {
    position: static !important;
    width: auto !important;
    height: 38px !important;
    min-width: 120px;
    gap: 9px;
    padding: 0 17px !important;
    border-left: 1px solid rgba(255,255,255,.22);
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--ll-text) !important;
    font-size: 15px !important;
    text-transform: none;
    letter-spacing: 0;
}

.ll-search__btn .fas {
    color: var(--ll-text);
    font-size: 21px;
}

.ll-account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    gap: 8px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: var(--ll-text);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.ll-account-btn:hover {
    background: rgba(255,164,246,.2);
    color: var(--ll-pink);
}

.ll-account-btn .fas {
    color: var(--ll-pink);
}

.ll-search.is-mobile-open {
    display: block;
}

.ll-icon-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ll-pink);
    font-size: 24px;
    box-shadow: none;
}

.ll-burger,
.ll-mobile-new {
    display: none;
}

.ll-mobile-menu-source {
    display: none;
}

.mobile-menu .ll-mobile-menu-source {
    display: block;
}

.mobile-menu .side-block {
    display: none;
}

.ll-mobile-menu-title {
    padding: 18px 18px 10px;
    color: var(--ll-text);
    font-size: 18px;
    font-weight: 900;
}

.filter-block__cell-content select option {
    background: var(--ll-panel);
    color: var(--ll-text);
}

.filter-block__cell-content select:focus {
    background-color: var(--ll-panel);
    color: var(--ll-text);
}

.ll-mobile-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    padding: 0 18px 24px;
}

.ll-ad-slot,
#yandex_rtb_R-A-15399765-1,
#yandex_rtb_R-A-15399765-3,
.carou,
.carou__menu,
.col-side {
    display: none !important;
}

.content.cols {
    display: block;
    min-height: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.ll-main {
    max-width: 970px;
    margin: 0 auto;
    padding: 24px 0 58px;
}

body#pmovie .ll-main {
    max-width: 1080px;
}

.ll-section {
    margin-bottom: 44px;
}

.ll-home-seo {
    max-width: 1080px;
    margin: 0 auto 44px;
    color: var(--ll-text);
}

.ll-home-seo h2 {
    margin: 0 0 18px;
    color: var(--ll-text);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
}

.ll-home-seo p {
    margin: 0 0 16px;
    color: var(--ll-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ll-page-title,
.ll-detail__header h1 {
    color: var(--ll-text);
    font-size: 34px;
    line-height: 1.14;
    font-weight: 900;
    margin: 0 0 28px;
}

.tac {
    text-align: center;
}

.ll-date-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0 0 18px;
    border-radius: 999px;
    background: var(--ll-panel);
    color: var(--ll-muted);
    font-size: 15px;
    font-weight: 900;
}

.ll-episode-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 28px;
}

.ll-episode-day + .ll-episode-day {
    margin-top: 30px;
}

/* Until the local MDL agent has sent its first episode data, preserve the
   original DLE list of ongoing titles. The fallback hides itself afterwards. */
.ll-home:has(.ll-episodes-calendar) .ll-episode-fallback {
    display: none;
}

.ll-episode-grid--small {
    gap: 28px 28px;
}

.ll-episode-card {
    min-width: 0;
    cursor: pointer;
    transition: transform .18s ease, color .18s ease;
}

.ll-episode-card__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: var(--ll-panel-soft);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ll-episode-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .22s ease;
}

.ll-episode-card:hover .ll-episode-card__image,
.ll-card:hover .ll-card__poster {
    transform: translateY(-4px);
    border-color: var(--ll-pink);
    box-shadow: 0 14px 34px rgba(0,0,0,.28), 0 0 0 1px rgba(255,164,246,.2);
}

.ll-episode-card:hover img,
.ll-card:hover .ll-card__poster img {
    transform: scale(1.04);
}

.ll-episode-card__title,
.ll-episode-card__title a {
    color: var(--ll-text);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
    margin: 8px 0 4px;
    text-align: left;
    word-spacing: 0;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

.ll-episode-card__episode {
    color: var(--ll-pink);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
}

.ll-episode-card__tag,
.ll-card__tags span {
    display: inline-flex;
    max-width: 100%;
    min-height: 18px;
    align-items: center;
    padding: 2px 8px;
    border-radius: 5px;
    background: rgba(255,255,255,.14);
    color: var(--ll-pink);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
}

.ll-card-grid,
.ll-card-list-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px 28px;
}

.ll-card-list-grid {
    align-items: start;
    width: 100%;
    min-width: 0;
}

.ll-card-list-grid > :not(.shortstory-card) {
    grid-column: 1 / -1;
}

.ll-card-grid > #dle-content,
.ll-card-list-grid > #dle-content,
.ll-catalog #loader-here > #dle-content,
.search-page > #dle-content,
.ll-content-wrap > #dle-content:has(> .shortstory-card),
.ll-content-wrap > .lazydev-filter-news,
.ll-main > #dle-content:has(> .shortstory-card) {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px 28px;
    width: 100%;
    min-width: 0;
}

.ll-card-grid > #dle-content > :not(.shortstory-card),
.ll-card-list-grid > #dle-content > :not(.shortstory-card),
.ll-catalog #loader-here > #dle-content > :not(.shortstory-card),
.ll-catalog #loader-here > .lazydev-filter-news,
.search-page > #dle-content > :not(.shortstory-card),
.ll-content-wrap > #dle-content:has(> .shortstory-card) > :not(.shortstory-card),
.ll-content-wrap > .lazydev-filter-news > :not(.shortstory-card),
.ll-main > #dle-content:has(> .shortstory-card) > :not(.shortstory-card) {
    grid-column: 1 / -1;
}

.ll-main--card-list {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px 28px;
    align-items: start;
}

.ll-main:has(> .shortstory-card),
.ll-main:has(> .ll-card),
.ll-content-wrap:has(> .shortstory-card),
.ll-content-wrap:has(> .ll-card) {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px 28px;
    align-items: start;
}

.ll-main--card-list > .speedbar,
.ll-main--card-list > h1,
.ll-main--card-list > .ll-page-title,
.ll-main--card-list > .sect__header,
.ll-main--card-list > .filter-block,
.ll-main--card-list > .pagination,
.ll-main--card-list > #pagination,
.ll-main--card-list > .navigation,
.ll-main--card-list > .berrors,
.ll-main--card-list > .clr,
.ll-main:has(> .shortstory-card) > .speedbar,
.ll-main:has(> .shortstory-card) > h1,
.ll-main:has(> .shortstory-card) > .ll-page-title,
.ll-main:has(> .shortstory-card) > .sect__header,
.ll-main:has(> .shortstory-card) > .filter-block,
.ll-main:has(> .shortstory-card) > .pagination,
.ll-main:has(> .shortstory-card) > #pagination,
.ll-main:has(> .shortstory-card) > .navigation,
.ll-main:has(> .shortstory-card) > .berrors,
.ll-main:has(> .shortstory-card) > .clr,
.ll-main:has(> .ll-card) > .speedbar,
.ll-main:has(> .ll-card) > h1,
.ll-main:has(> .ll-card) > .ll-page-title,
.ll-main:has(> .ll-card) > .sect__header,
.ll-main:has(> .ll-card) > .filter-block,
.ll-main:has(> .ll-card) > .pagination,
.ll-main:has(> .ll-card) > #pagination,
.ll-main:has(> .ll-card) > .navigation,
.ll-main:has(> .ll-card) > .berrors,
.ll-main:has(> .ll-card) > .clr,
.ll-content-wrap:has(> .shortstory-card) > .speedbar,
.ll-content-wrap:has(> .shortstory-card) > h1,
.ll-content-wrap:has(> .shortstory-card) > .ll-page-title,
.ll-content-wrap:has(> .shortstory-card) > .sect__header,
.ll-content-wrap:has(> .shortstory-card) > .filter-block,
.ll-content-wrap:has(> .shortstory-card) > .pagination,
.ll-content-wrap:has(> .shortstory-card) > #pagination,
.ll-content-wrap:has(> .shortstory-card) > .navigation,
.ll-content-wrap:has(> .shortstory-card) > .berrors,
.ll-content-wrap:has(> .shortstory-card) > .clr,
.ll-content-wrap:has(> .ll-card) > .speedbar,
.ll-content-wrap:has(> .ll-card) > h1,
.ll-content-wrap:has(> .ll-card) > .ll-page-title,
.ll-content-wrap:has(> .ll-card) > .sect__header,
.ll-content-wrap:has(> .ll-card) > .filter-block,
.ll-content-wrap:has(> .ll-card) > .pagination,
.ll-content-wrap:has(> .ll-card) > #pagination,
.ll-content-wrap:has(> .ll-card) > .navigation,
.ll-content-wrap:has(> .ll-card) > .berrors,
.ll-content-wrap:has(> .ll-card) > .clr {
    grid-column: 1 / -1;
}

.ll-main--card-list > .shortstory-card,
.ll-main--card-list > .ll-card,
.ll-main:has(> .shortstory-card) > .shortstory-card,
.ll-main:has(> .ll-card) > .ll-card,
.ll-content-wrap:has(> .shortstory-card) > .shortstory-card,
.ll-content-wrap:has(> .ll-card) > .ll-card,
.ll-card-list-grid > .shortstory-card {
    width: auto;
    max-width: none;
    min-width: 0;
}

.ll-card-grid > .pagination,
.ll-card-grid > #pagination,
.ll-card-grid > .navigation {
    grid-column: 1 / -1;
}

.ll-card {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    color: var(--ll-text);
    background: transparent;
    transition: transform .18s ease, color .18s ease;
}

.ll-card__poster {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,.16);
    background: var(--ll-panel-soft);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ll-card__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .22s ease;
}

.ll-card__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ll-pink);
    color: #272a3b;
    font-weight: 900;
    font-size: 17px;
}

.ll-card__badge .fas {
    font-size: 12px;
}

.ll-card-rating {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 42px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(23,25,39,.82);
    color: var(--ll-pink);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.ll-card-rating .fas {
    font-size: 11px;
}

.ll-card__title,
.ll-card__title a {
    display: block;
    margin: 9px 0 4px;
    color: var(--ll-text);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
    text-align: left;
    word-spacing: 0;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

.ll-card__episode {
    color: var(--ll-pink);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 6px;
}

.ll-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.filter-block.ll-filter {
    display: block;
    max-width: 980px;
    margin: 0 auto 32px;
    padding: 22px;
    border-radius: 16px;
    background: var(--ll-panel);
}

.ll-catalog #loader-here,
.lazydev-filter-news,
#dle-content.lazydev-filter-news {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px 28px;
    width: 100%;
    min-width: 0;
}

.ll-catalog #loader-here > .pagination,
.ll-catalog #loader-here > #pagination,
.ll-catalog #loader-here > .navigation,
.lazydev-filter-news > .pagination,
.lazydev-filter-news > #pagination,
.lazydev-filter-news > .navigation {
    grid-column: 1 / -1;
}

.ll-catalog #loader-here .shortstory-card,
.lazydev-filter-news .shortstory-card {
    width: auto;
    max-width: none;
}

.filter-block__form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: center;
}

.filter-block__cell,
.filter-block__cell--full-width {
    grid-column: auto;
}

.filter-block__cell-content--two-columns {
    gap: 12px;
}

.filter-block__cell-content--two-columns > * {
    width: 100% !important;
}

.filter-block__cell-content select,
.filter-block__cell-content input[type="text"],
.filter-block__cell-content--check-group {
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.58);
    background-color: transparent;
    color: var(--ll-pink);
    box-shadow: none;
    font-size: 13px;
    font-weight: 900;
}

.filter-block__cell-content--check-group {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 4px;
    gap: 2px;
    background: rgba(255,255,255,.07);
    border-color: rgba(248,143,241,.42);
}

.filter-block__cell-content--check-group label {
    min-width: 0;
    justify-content: center;
    background: transparent !important;
}

.filter-block__cell-content--check-group label + label {
    border-left-color: rgba(255,255,255,.16);
}

.filter-block__cell-content--check-group label div {
    border-radius: 999px;
    background: transparent !important;
    color: var(--ll-pink);
}

.filter-block__cell-content--check-group label input:checked + div {
    background: var(--ll-pink) !important;
    color: #181a29 !important;
}

.filter-block__cell-content input[type="button"],
.filter-block__cell-content button {
    height: 40px;
    border-radius: 999px;
    background: var(--ll-pink);
    color: #181a29;
    font-size: 0;
}

.filter-block__cell-content button .fas {
    font-size: 20px;
}

.filter-block__cell-content input[type="button"][data-dlefilter="submit"]::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 20px;
}

.filter-block__cell-content input[type="button"][data-dlefilter="reset"] {
    border: 2px solid var(--ll-pink);
    background: transparent;
    color: var(--ll-pink);
}

.filter-block__cell-content input[type="button"][data-dlefilter="reset"]::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 22px;
}

.pagination {
    border: 0;
    box-shadow: none;
    padding: 34px 0 0;
    margin: 0;
}

.pagination__pages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination__pages a,
.pagination__pages span {
    min-width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255,164,246,.45);
    background: transparent;
    color: var(--ll-pink);
}

.pagination__pages span:not(.nav_ext),
.pagination__pages a:hover {
    background: var(--ll-pink);
    color: #181a29;
}

.pagination__btn-loader a,
.pagination__btn-loader > span {
    max-width: 100%;
    height: 40px;
    border: 1px solid var(--ll-pink);
    border-radius: 999px;
    background: transparent;
    color: var(--ll-pink);
    text-transform: none;
    letter-spacing: 0;
}

.ll-detail {
    color: var(--ll-text);
}

.ll-detail__header {
    margin-bottom: 22px;
}

.ll-detail__original {
    color: var(--ll-muted);
    font-size: 15px;
    font-weight: 800;
}

.ll-detail__summary {
    display: grid;
    grid-template-columns: 190px 180px minmax(0, 1fr);
    gap: 24px 26px;
    align-items: start;
}

.ll-detail__poster {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid var(--ll-pink);
    background: var(--ll-panel-soft);
}

.ll-detail__poster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ll-detail__facts {
    display: grid;
    gap: 10px;
    color: var(--ll-text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}

.ll-detail__facts li {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.ll-detail__facts li:last-child {
    border-bottom: 0;
}

.ll-detail__facts span {
    display: block;
    margin-bottom: 2px;
    color: var(--ll-pink);
    font-size: 12px;
    text-transform: uppercase;
}

.ll-detail__description h2 {
    color: var(--ll-text);
    font-size: 20px;
    margin-bottom: 12px;
}

.ll-detail__text {
    max-height: none;
    overflow: visible;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ll-text);
    font-size: 16px;
    line-height: 1.55;
}

.ll-detail__text::after {
    content: none;
}

.ll-detail__actions {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
    margin-top: 18px;
}

.ll-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--ll-pink);
    color: #171927 !important;
    font-weight: 900;
}

.ll-btn--ghost {
    background: transparent;
    border: 1px solid var(--ll-pink);
    color: var(--ll-pink) !important;
}

.ll-frames,
.ll-watch,
.ll-comments,
.ll-related,
.ll-new-on-site {
    margin-top: 36px;
}

.ll-frames h2,
.ll-watch h2,
.ll-new-on-site h2,
.ll-related .sect__title,
.page__comments-title {
    color: var(--ll-text);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 18px;
}

.ll-frames__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ll-frames__head h2 {
    margin-bottom: 0;
}

.ll-frames__nav {
    display: inline-flex;
    gap: 8px;
}

.ll-frame-nav {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--ll-pink);
    background: transparent;
    color: var(--ll-pink);
}

.ll-frame-nav:hover {
    background: var(--ll-pink);
    color: #181a29;
}

.ll-frames__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 18px;
    padding-bottom: 8px;
    scrollbar-color: var(--ll-pink) transparent;
}

.ll-frame {
    flex: 0 0 calc((100% - 36px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 7px;
    background: var(--ll-panel);
    scroll-snap-align: start;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ll-frame:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

.ll-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ll-frame--video .fas {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--ll-pink);
    border-radius: 8px;
    color: var(--ll-pink);
}

.ll-frame-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 62px 76px;
    background: rgba(0,0,0,.92);
}

.ll-frame-lightbox.is-active {
    display: flex;
}

.ll-frame-lightbox__image {
    display: block;
    max-width: min(1120px, 100%);
    max-height: calc(100vh - 124px);
    border-radius: 7px;
    object-fit: contain;
    box-shadow: 0 22px 70px rgba(0,0,0,.45);
}

.ll-frame-lightbox__btn {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 50%;
    background: rgba(25,27,39,.78);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.ll-frame-lightbox__btn:hover {
    border-color: var(--ll-pink);
    background: var(--ll-pink);
    color: #181a29;
}

.ll-frame-lightbox__close {
    top: 20px;
    right: 20px;
}

.ll-frame-lightbox__prev,
.ll-frame-lightbox__next {
    top: 50%;
    transform: translateY(-50%);
}

.ll-frame-lightbox__prev {
    left: 22px;
}

.ll-frame-lightbox__next {
    right: 22px;
}

body.ll-frame-lightbox-open {
    overflow: hidden;
}

.ll-watch__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.ll-vote-panel {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 16px;
}

.ll-vote-panel .card__rating-ext {
    margin: 0;
}

.ll-vote-panel .pmovie__rating-likes {
    gap: 10px;
}

.ll-vote-panel .pmovie__rating-likes a,
.ll-vote-panel .pmovie__rating-likes span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--ll-panel);
    color: var(--ll-pink);
    font-weight: 900;
}

.ll-vote-panel .pmovie__rating-likes > * .fas,
.ll-vote-panel .pmovie__rating-likes > * + * .fas {
    background-color: var(--ll-pink) !important;
    color: #171927 !important;
}

.ll-rating {
    color: var(--ll-pink);
    text-align: right;
    white-space: nowrap;
}

.ll-rating .fas {
    margin-right: 3px;
    font-size: 22px;
}

.ll-rating span:last-child {
    display: block;
    color: var(--ll-muted);
    margin-top: 8px;
    font-size: 14px;
}

.pmovie__player {
    margin: 0;
}

.pmovie__player-controls {
    padding: 0 0 10px;
}

.player-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--ll-line);
    border-radius: 999px;
    background: var(--ll-panel);
}

.player-tab-btn {
    min-width: 92px;
    height: 32px;
    border-radius: 999px;
    background: transparent;
    color: var(--ll-muted);
    text-transform: none;
    letter-spacing: 0;
}

.player-tab-btn.active {
    background: var(--ll-pink);
    color: #171927;
}

.player-box.hidden,
.hidden {
    display: none;
}

.video-responsive {
    background: #000;
}

.video-responsive,
.video-responsive > iframe,
.video-responsive > video {
    border-radius: 0;
}

.vpn-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 14px;
    margin: 0 0 12px;
    border: 1px solid rgba(255,164,246,.28);
    border-radius: 8px;
    background: rgba(255,164,246,.12);
    color: var(--ll-text);
}

.vpn-alert__icon {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ll-pink);
    color: #171927;
    text-shadow: none;
}

.page__comments {
    margin-left: 0;
    margin-right: 0;
}

.page__comments-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.page__comments-title {
    flex: 1 1 0;
    margin: 0;
}

.page__comments-btn,
.add-comments-form__btn {
    min-width: 240px;
    border-radius: 999px;
    background: var(--ll-pink);
    color: #171927;
    text-transform: none;
    letter-spacing: 0;
}

.page__comments-btn {
    position: static !important;
    right: auto !important;
    top: auto !important;
}

.add-comments-form__btn {
    order: initial;
}

.add-comments-form__input {
    order: initial;
}

.add-comments-form__input + .add-comments-form__input {
    display: block;
}

.add-comments-form.form {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.add-comments-form .form__textarea-inside textarea,
.add-comments-form__input {
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 16px;
    background: var(--ll-panel);
    box-shadow: none;
    color: var(--ll-text);
}

.add-comments-form .form__content.d-flex {
    gap: 12px;
    align-items: center;
}

.add-comments-form .form__row--protect {
    border: 1px solid var(--ll-line);
    background: rgba(255,255,255,.04);
}

.message-info {
    border-color: var(--ll-line);
    border-left-color: var(--ll-pink);
    background: rgba(255,255,255,.04);
    color: var(--ll-muted);
}

.message-info::before,
.form__row--protect::before {
    background: var(--ll-pink) !important;
    color: #171927 !important;
}

.footer .btn,
.header__btn,
.header__btn--pravo,
.page__comments-btn,
.add-comments-form__btn,
.pmovie__complaint2 a {
    background: var(--ll-pink) !important;
    color: #171927 !important;
    border-color: var(--ll-pink) !important;
}

.pmovie__complaint2 a {
    border-bottom: 0 !important;
    border-radius: 999px;
    padding: 7px 14px;
    text-decoration: none !important;
}

.short-label,
.value-badge,
.card__fav {
    background: var(--ll-pink) !important;
    color: #171927 !important;
}

.btn,
.bb-editor textarea + .bb-editor__btn,
.form__row--protect .fas,
.form__row--protect [class*="fa-"],
.message-info .fas,
.message-info [class*="fa-"] {
    border-color: var(--ll-pink) !important;
}

.btn,
.bb-editor textarea + .bb-editor__btn {
    background-color: var(--ll-pink) !important;
    color: #171927 !important;
}

.form__row--protect .fas,
.form__row--protect [class*="fa-"],
.message-info .fas,
.message-info [class*="fa-"] {
    color: var(--ll-pink) !important;
}

.self_delete_link,
.DLEPush-notification.wrapper.push-error .DLEPush-icon,
.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
    background-color: var(--ll-pink) !important;
    color: #171927 !important;
}

.mobile-menu-close,
.yt {
    background-color: var(--ll-pink) !important;
    color: #171927 !important;
}

.poster__rating,
.ll-card-rating,
.ll-vote-panel,
.ll-rating,
.card__ratings,
.card__rating-ext,
.pmovie__rating-likes,
.comment-item__rating,
.sect__content--vote,
.voter,
.unit-rating,
.stars {
    display: none !important;
}

.message-info {
    border-left-color: var(--ll-pink) !important;
}

.message-info,
.form__row--protect.message-info {
    min-height: 52px;
    padding-left: 64px !important;
    border-left-width: 0 !important;
    overflow: visible;
}

.message-info::before,
.form__row--protect.message-info::before {
    left: 0 !important;
    top: 0 !important;
    width: 44px !important;
    height: 100% !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--ll-pink) !important;
    color: #171927 !important;
    text-shadow: none !important;
}

.form__row--protect::before {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--ll-pink) !important;
    color: #171927 !important;
    text-shadow: none !important;
}

.ll-watch .tabs-block__select > span {
    background: var(--ll-panel) !important;
    color: var(--ll-muted) !important;
    border-color: var(--ll-line) !important;
}

.ll-watch .tabs-block__select > span.is-active,
.ll-watch .tabs-block__select > span:hover {
    background: var(--ll-pink) !important;
    color: #171927 !important;
}

.ll-vote-panel--below {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin: 18px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid var(--ll-line);
}

.ll-vote-panel--below .ll-score-card,
.ll-vote-panel--below .pmovie__rating-likes {
    display: flex !important;
}

.ll-vote-panel--below .ll-score-card {
    align-items: center;
    gap: 10px;
    width: auto;
    min-width: 218px;
    min-height: 42px;
    margin: 0;
    padding: 5px 14px 5px 6px;
    border-radius: 999px;
    background: var(--ll-panel);
    color: var(--ll-text);
}

.ll-score-card__score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 2px solid var(--ll-pink);
    border-radius: 50%;
    color: var(--ll-pink);
    font-weight: 900;
    line-height: 1;
}

.ll-score-card__body {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.ll-score-stars {
    display: inline-flex !important;
    gap: 2px;
    color: var(--ll-pink);
    font-size: 15px;
    line-height: 1;
}

.ll-score-card__votes {
    color: var(--ll-muted);
    font-size: 12px;
    line-height: 1.2;
}

.ll-vote-panel--below .pmovie__rating-likes {
    gap: 8px;
}

.ll-vote-panel--below .pmovie__rating-likes > * {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    margin: 0;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--ll-panel);
    color: var(--ll-pink);
    box-shadow: none;
    font-weight: 900;
}

.add-comments-form .form__textarea-inside textarea {
    min-height: 120px !important;
}

.comment-item {
    padding: 18px 0;
    border-top: 0;
    background: transparent;
}

.comment-item__img,
.comment-item__letter {
    border-radius: 8px;
    background: var(--ll-panel);
}

.comment-item__author,
.comment-item__author a {
    color: var(--ll-text);
}

.comment-item__main {
    color: var(--ll-muted);
}

.wrapper-main > section[style] {
    display: none;
}

.footer.ll-footer,
.footer {
    color: var(--ll-muted);
}

#cookie-banner.ll-cookie,
#cookie-banner {
    background: var(--ll-pink) !important;
    color: #171927 !important;
    border-radius: 999px !important;
    border: 0 !important;
}

#cookie-banner a {
    color: #171927 !important;
    text-decoration: underline;
}

#cookie-banner button {
    background: #171927 !important;
    color: var(--ll-pink) !important;
    border-radius: 999px !important;
}

@media screen and (max-width: 1220px) {
    .ll-header {
        margin-bottom: 0;
    }

    .ll-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1760px) and (min-width: 761px) {
    .ll-header {
        gap: 14px;
        justify-content: flex-start;
    }

    .ll-logo {
        position: static;
        z-index: 1;
        transform: none;
        min-width: 0;
    }

    .ll-logo img {
        width: clamp(190px, 20vw, 236px);
    }

    .ll-nav {
        margin-left: auto;
        gap: 10px;
    }

    .ll-search {
        flex: 0 1 300px;
        width: 300px;
    }
}

@media screen and (max-width: 1040px) and (min-width: 761px) {
    .ll-search {
        flex-basis: 240px;
        width: 240px;
    }

    .ll-search__btn {
        min-width: 54px;
        padding: 0 14px !important;
    }

    .ll-search__btn span:not(.fas),
    .ll-account-btn span:not(.fas) {
        display: none;
    }

    .ll-account-btn {
        width: 38px;
        padding: 0;
    }
}

@media screen and (max-width: 950px) {
    .ll-header {
        flex-wrap: nowrap;
        padding: 0 14px;
    }

    .ll-logo img {
        width: 220px;
    }

    .ll-nav {
        gap: 8px;
    }

    .ll-nav__link {
        padding: 0 10px;
        font-size: 13px;
    }

    .ll-search {
        flex-basis: 260px;
        width: 260px;
    }

    .ll-card-grid,
    .ll-card-list-grid,
    .ll-card-grid > #dle-content,
    .ll-card-list-grid > #dle-content,
    .ll-catalog #loader-here > #dle-content,
    .search-page > #dle-content,
    .ll-content-wrap > #dle-content:has(> .shortstory-card),
    .ll-content-wrap > .lazydev-filter-news,
    .ll-main > #dle-content:has(> .shortstory-card),
    .ll-episode-grid,
    .ll-main--card-list,
    .ll-main:has(> .shortstory-card),
    .ll-main:has(> .ll-card),
    .ll-content-wrap:has(> .shortstory-card),
    .ll-content-wrap:has(> .ll-card),
    .ll-catalog #loader-here,
    .lazydev-filter-news,
    #dle-content.lazydev-filter-news {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ll-detail__summary {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .ll-detail__description {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 760px) {
    .ll-header {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) 42px 42px;
        grid-template-areas:
            "burger logo account search"
            "nav nav nav nav";
        gap: 12px 10px;
        min-height: 112px;
        padding: 12px 14px 10px;
        align-items: center;
        justify-content: normal;
    }

    .ll-burger,
    .ll-mobile-new {
        display: inline-flex;
    }

    .ll-burger {
        grid-area: burger;
        justify-self: start;
    }

    .ll-mobile-new {
        grid-area: search;
        justify-self: end;
    }

    .ll-account-btn {
        grid-area: account;
        width: 42px;
        height: 42px;
        padding: 0;
        justify-self: end;
        border-radius: 50%;
        background: transparent;
        font-size: 20px;
    }

    .ll-account-btn span:not(.fas) {
        display: none;
    }

    .ll-nav,
    .ll-search {
        display: none;
    }

    .ll-search.is-mobile-open {
        position: absolute;
        left: 14px;
        right: 14px;
        top: calc(100% + 8px);
        z-index: 60;
        display: block;
        width: auto;
        flex-basis: auto;
        padding: 8px;
        border-radius: 14px;
        background: var(--ll-header);
        box-shadow: 0 14px 34px rgba(0,0,0,.32);
    }

    .ll-search.is-mobile-open .ll-search__box {
        height: 42px;
        background: rgba(20,22,35,.66);
    }

    .ll-search.is-mobile-open input {
        height: 42px;
        line-height: 42px;
        min-width: 0;
    }

    .ll-logo {
        grid-area: logo;
        position: static;
        transform: none;
        justify-self: center;
        min-width: 0;
    }

    .ll-logo img {
        width: 234px;
    }

    .ll-mobile-nav {
        grid-area: nav;
        display: flex;
        gap: 10px;
        width: 100%;
        min-width: 0;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ll-mobile-nav::-webkit-scrollbar {
        display: none;
    }

    .ll-mobile-nav__link {
        flex: 1 0 auto;
        min-width: max-content;
    }

    .ll-main {
        padding: 24px 14px 42px;
    }

    .speedbar {
        margin-top: 14px;
        margin-bottom: 18px;
        white-space: normal;
        line-height: 1.55;
    }

    .ll-page-title,
    .ll-detail__header h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .ll-episode-grid,
    .ll-card-grid,
    .ll-card-list-grid,
    .ll-card-grid > #dle-content,
    .ll-card-list-grid > #dle-content,
    .ll-catalog #loader-here > #dle-content,
    .search-page > #dle-content,
    .ll-content-wrap > #dle-content:has(> .shortstory-card),
    .ll-content-wrap > .lazydev-filter-news,
    .ll-main > #dle-content:has(> .shortstory-card),
    .ll-main--card-list,
    .ll-main:has(> .shortstory-card),
    .ll-main:has(> .ll-card),
    .ll-content-wrap:has(> .shortstory-card),
    .ll-content-wrap:has(> .ll-card),
    .ll-catalog #loader-here,
    .lazydev-filter-news,
    #dle-content.lazydev-filter-news {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 12px;
    }

    .ll-episode-card__image {
        aspect-ratio: 2 / 3;
    }

    .ll-episode-card__title,
    .ll-episode-card__title a,
    .ll-card__title,
    .ll-card__title a {
        font-size: 12px;
    }

    .ll-episode-card__episode,
    .ll-card__episode {
        font-size: 12px;
    }

    .ll-detail__summary {
        display: block;
    }

    .ll-detail__poster {
        width: 190px;
        margin: 0 auto 18px;
    }

    .ll-detail__facts {
        margin-bottom: 20px;
    }

    .ll-detail__actions {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ll-frames__grid {
        grid-template-columns: 1fr;
    }

    .ll-frame {
        flex-basis: 86vw;
    }

    .ll-frame-lightbox {
        padding: 58px 14px 82px;
    }

    .ll-frame-lightbox__image {
        max-height: calc(100vh - 140px);
    }

    .ll-frame-lightbox__btn {
        width: 42px;
        height: 42px;
    }

    .ll-frame-lightbox__close {
        top: 14px;
        right: 14px;
    }

    .ll-frame-lightbox__prev,
    .ll-frame-lightbox__next {
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .ll-frame-lightbox__prev {
        left: calc(50% - 54px);
    }

    .ll-frame-lightbox__next {
        right: calc(50% - 54px);
    }

    .ll-watch__head {
        display: block;
    }

    .ll-rating {
        text-align: left;
        margin-bottom: 14px;
    }

    .filter-block__form {
        grid-template-columns: 1fr;
    }

    .filter-block__cell-content--two-columns {
        display: grid;
        grid-template-columns: 1fr;
    }

    .filter-block__cell-content--check-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: auto;
        min-height: 40px;
    }

    .page__comments-header {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: start;
        padding-right: 0 !important;
    }

    .page__comments-title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: 30px;
        color: var(--ll-text) !important;
        font-size: 26px;
        line-height: 1.15;
        margin: 0;
        order: 0;
    }

    .page__comments-btn,
    .add-comments-form__btn {
        position: static !important;
        width: 100%;
        min-width: 0;
        margin-top: 0;
        order: 1;
    }

    .ll-comments {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid var(--ll-line);
    }

    .ll-vote-panel--below {
        justify-content: stretch;
        flex-direction: column;
        align-items: stretch;
    }

    .ll-vote-panel--below .ll-score-card,
    .ll-vote-panel--below .pmovie__rating-likes,
    .ll-vote-panel--below .pmovie__rating-likes > * {
        width: 100%;
        justify-content: center;
    }

    .add-comments-form .form__content.d-flex {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 420px) {
    .ll-logo img {
        width: min(206px, 100%);
    }

    .ll-card-grid,
    .ll-card-list-grid,
    .ll-card-grid > #dle-content,
    .ll-card-list-grid > #dle-content,
    .ll-catalog #loader-here > #dle-content,
    .search-page > #dle-content,
    .ll-content-wrap > #dle-content:has(> .shortstory-card),
    .ll-content-wrap > .lazydev-filter-news,
    .ll-main > #dle-content:has(> .shortstory-card),
    .ll-episode-grid,
    .ll-main--card-list,
    .ll-main:has(> .shortstory-card),
    .ll-main:has(> .ll-card),
    .ll-content-wrap:has(> .shortstory-card),
    .ll-content-wrap:has(> .ll-card),
    .ll-catalog #loader-here,
    .lazydev-filter-news,
    #dle-content.lazydev-filter-news {
        gap: 20px 10px;
    }

    .ll-card__badge {
        width: 22px;
        height: 22px;
        font-size: 15px;
    }
}

/* Category navigation: one shared template is used in the desktop sidebar
   and in the mobile burger menu. */
.ll-categories-menu {
    color: var(--ll-text);
}

.ll-categories-menu__title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: var(--ll-text);
    font-size: 18px;
    font-weight: 900;
}

.ll-categories-menu__title .fas {
    color: var(--ll-pink);
}

.ll-categories-group {
    border-top: 1px solid var(--ll-line);
}

.ll-categories-group:last-child {
    border-bottom: 1px solid var(--ll-line);
}

.ll-categories-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    list-style: none;
    color: var(--ll-text);
    font-size: 14px;
    font-weight: 800;
}

.ll-categories-group summary::-webkit-details-marker {
    display: none;
}

.ll-categories-group summary::after {
    content: '▾';
    color: var(--ll-pink);
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    transition: transform .18s ease;
}

.ll-categories-group[open] summary::after {
    transform: rotate(180deg);
}

.ll-categories-group ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    margin: 0;
    padding: 0 0 12px;
    list-style: none;
}

.ll-categories-group a {
    display: block;
    padding: 5px 8px;
    border-radius: 7px;
    color: var(--ll-muted);
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.ll-categories-group a:hover,
.ll-categories-group a:focus-visible {
    background: rgba(255, 164, 246, .13);
    color: var(--ll-pink);
}

.ll-categories-years {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ll-categories-years a {
    text-align: center;
}

.ll-header-categories {
    position: relative;
}

.ll-header-categories summary {
    appearance: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    list-style: none;
}

.ll-header-categories summary::-webkit-details-marker {
    display: none;
}

.ll-nav__chevron {
    margin-left: 7px;
    color: var(--ll-pink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: transform .18s ease;
}

.ll-header-categories[open] summary {
    background: rgba(255,164,246,.2);
    color: var(--ll-pink);
}

.ll-header-categories[open] .ll-nav__chevron {
    transform: rotate(180deg);
}

.ll-header-categories__panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 100;
    box-sizing: border-box;
    width: 310px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    padding: 16px;
    border: 1px solid var(--ll-line);
    border-radius: 14px;
    background: var(--ll-panel);
    box-shadow: 0 18px 44px rgba(0,0,0,.35);
}

.ll-header-categories__panel * {
    box-sizing: border-box;
}

.ll-header-categories__panel .ll-categories-menu__title {
    display: none;
}

.ll-header-categories__panel .ll-categories-group:first-of-type {
    border-top: 0;
}

/* Desktop category dropdown: category links are displayed as compact tiles,
   while the group headings remain collapsible. */
@media screen and (min-width: 761px) {
    .ll-header-categories__panel {
        width: min(720px, calc(100vw - 32px));
        padding: 20px;
        background: #2b2e3e;
    }

    .ll-header-categories__panel .ll-categories-menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 18px 22px;
    }

    .ll-header-categories__panel .ll-categories-group,
    .ll-header-categories__panel .ll-categories-group:last-child {
        min-width: 0;
        border: 0;
    }

    .ll-header-categories__panel .ll-categories-group summary {
        min-height: auto;
        margin-bottom: 10px;
        padding: 9px 12px;
        border: 1px solid rgba(255, 164, 246, .2);
        border-radius: 8px;
        background: #675573;
        color: var(--ll-pink);
        font-size: 15px;
        box-shadow: inset 0 1px rgba(255,255,255,.08);
    }

    .ll-header-categories__panel .ll-categories-group summary:hover {
        background: #765f84;
    }

    .ll-header-categories__panel .ll-categories-group ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 0;
    }

    .ll-header-categories__panel .ll-categories-group a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 7px 10px;
        border: 1px solid rgba(255, 164, 246, .25);
        border-radius: 8px;
        background: rgba(255, 255, 255, .06);
        color: var(--ll-text);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
    }

    .ll-header-categories__panel .ll-categories-group a:hover,
    .ll-header-categories__panel .ll-categories-group a:focus-visible {
        border-color: var(--ll-pink);
        background: rgba(255, 164, 246, .2);
        color: var(--ll-pink);
    }

    .ll-header-categories__panel .ll-categories-years {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 760px) {
    .ll-home-seo {
        padding: 0 18px;
    }

    .ll-episode-card__image,
    .ll-card__poster {
        aspect-ratio: 16 / 10;
    }

    .mobile-menu .ll-mobile-menu-source {
        padding: 18px;
    }

    .mobile-menu .ll-categories-menu__title {
        font-size: 20px;
    }

    .mobile-menu .ll-categories-group summary {
        min-height: 46px;
        background: transparent;
        color: var(--ll-text);
        font-size: 15px;
    }

    .mobile-menu .ll-categories-group ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .mobile-menu .ll-categories-group a {
        min-height: 34px;
        padding: 8px;
        background: rgba(255,255,255,.07);
        color: var(--ll-text);
        font-size: 13px;
    }

    .mobile-menu .ll-categories-years {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .ll-mobile-nav__link {
        border: 0;
        font-family: inherit;
        cursor: pointer;
    }
}

/* Keep every desktop header element in the same flex row. This prevents the
   navigation from sliding underneath a separately positioned logo. */
@media screen and (min-width: 761px) {
    .ll-header {
        justify-content: flex-start;
    }

    .ll-logo {
        position: static;
        z-index: 1;
        flex: 0 0 auto;
        margin-left: clamp(80px, 16vw, 320px);
        transform: none;
        min-width: 0;
    }

    .ll-nav {
        flex: 0 0 auto;
        margin-left: auto;
    }
}

/* On wide desktop screens, place the logo in the visual centre of the free
   header area, while keeping clear space for the navigation on the right. */
@media screen and (min-width: 1900px) {
    .ll-logo {
        margin-left: clamp(520px, 37vw, 720px);
    }
}

@media screen and (max-width: 1180px) and (min-width: 761px) {
    .ll-header {
        gap: 10px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .ll-logo img {
        width: 200px;
    }

    .ll-logo {
        margin-left: clamp(64px, 10vw, 120px);
    }

    .ll-nav {
        gap: 8px;
    }

    .ll-nav__link {
        padding-right: 11px;
        padding-left: 11px;
        font-size: 13px;
    }

    .ll-search {
        flex: 1 1 180px;
        width: auto;
        min-width: 160px;
    }

    .ll-search__btn {
        min-width: 54px;
        padding-right: 13px !important;
        padding-left: 13px !important;
    }

    .ll-search__btn span:not(.fas),
    .ll-account-btn span:not(.fas) {
        display: none;
    }

    .ll-account-btn {
        width: 38px;
        padding: 0;
    }
}

@media screen and (max-width: 880px) and (min-width: 761px) {
    .ll-header {
        gap: 6px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .ll-logo img {
        width: 170px;
    }

    .ll-logo {
        margin-left: clamp(20px, 4vw, 36px);
    }

    .ll-nav {
        gap: 6px;
    }

    .ll-nav__link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 12px;
    }

    .ll-search {
        flex-basis: 145px;
        min-width: 135px;
    }

    .ll-search__btn {
        min-width: 46px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

/* Purple palette for the login and registration dialog. */
.login,
.login-cloned {
    border: 1px solid rgba(255, 164, 246, .35);
    border-radius: 14px;
    background: #51415b;
    box-shadow: 0 0 0 8px rgba(255, 164, 246, .16), 0 18px 48px rgba(0, 0, 0, .58);
}

.login__header,
.login__social {
    background: #3d3047;
}

.login__title,
.login__caption,
.login__row,
.login__social-caption {
    color: var(--ll-text);
}

.login__title a,
.login__caption a,
.login__close {
    color: var(--ll-pink);
}

.login__input input {
    border-color: rgba(255, 164, 246, .36);
    background: #272230;
    color: var(--ll-text);
}

.login__input input:focus {
    border-color: var(--ll-pink);
    box-shadow: 0 0 0 3px rgba(255, 164, 246, .14);
}

.login__row button {
    border: 0;
    border-radius: 8px;
    background: var(--ll-pink) !important;
    color: #241d2b !important;
}

/* Remove the legacy fixed background that was visible during iOS overscroll
   below the footer or above the header. */
html,
body {
    min-height: 100%;
    background-color: var(--ll-bg) !important;
    background-image: none !important;
}

body::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

.wrapper {
    min-height: 100vh;
}
