.wrapper {
    min-width: 320px;
    position: relative;
    background: url(../images/fon2023.webp);
    background-size: 100% auto;
    padding-top: 100px;
    background-attachment: fixed
}

.wrapper-container {
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.wrapper-main {
    min-height: 100vh;
    background-color: var(--bg);
    box-shadow: 0 0 80px rgb(0 0 0)
}

.header {
    position: fixed;
    background-image: var(--gradient-2);
    z-index: 28;
    left: 0;
    top: 0;
    right: 0;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: var(--max-width);
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 60px rgb(0 0 0)
}

.footer {
    gap: 30px;
    line-height: 1.7;
    background-color: var(--bg-darkest);
    color: var(--tt-dark);
    padding: 30px var(--indent);
    padding-left: 86px
}

.col-main {
    padding-top: 84px
}

.col-side {
    background: url(../images/bg_w23.webp) center top no-repeat;
    position: relative;
    z-index: 9;
    background-color: var(--bg-dark);
    color: #fff;
    padding: 10px 30px;
    width: 240px;
    box-shadow: 0 0 3px rgb(0 0 0);
    bottom: 1px
}

.col-side::before {
    content: '';
    background: var(--gradient);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.col-side>* {
    position: relative;
    z-index: 1
}

.col-main__cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    min-height: 50vh
}

.col-main__right {
    position: relative;
    margin-top: -85px;
    z-index: 5
}

.col-main__left {
    padding: var(--indent);
    padding-top: 30px
}

.slider-box {
    margin-top: -84px;
    background-color: var(--bg-dark)
}

.col-main__right .side-block {
    background-color: var(--bg-2);
    padding: 30px;
    padding-bottom: 20px
}

.sect--padding,
.page-padding {
    padding: var(--indent);
    padding-top: 20px
}

.hbg {
    background-image: linear-gradient(to bottom right, var(--accent), var(--ui-bg-accent))
}

.footer .soc-channels {
    display: none
}

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

.logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    width: 210px;
    margin-right: var(--indent)
}

.logo span {
    text-shadow: 0 0 5px #fff
}

.logo__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1;
    font-family: fredoka one, sans-serif
}

.logo__caption {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 5px
}

.header__btn,
.footer__btn {
    background: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    color: #fff;
    gap: 10px
}

.header__search {
    position: relative;
    width: 380px
}

.header__search input,
.header__search input:focus {
    padding: 0 60px 0 20px;
    border-radius: 20px;
    background: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    color: #fff
}

.header__search input:not(:focus)::placeholder {
    color: #fff;
    opacity: .6;
    font-size: 14px
}

.header__search button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 60px;
    background: 0 0;
    color: #fff;
    font-size: 14px
}

.soc-channels {
    gap: 10px
}

.soc-channels__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px
}

.soc-channels__item:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

.tlg {
    background-image: url(../images/i-tlg.svg);
    background-size: 16px
}

.vk {
    background-image: url(../images/i-vk.svg);
    background-size: 20px
}

.yt {
    background-image: url(../images/i-youtube.svg);
    background-size: 20px
}

.bslide {
    height: 350px;
    padding: 0;
    color: #fff
}

.bslide:before {
    height: 100%;
    opacity: 1;
    background: var(--gradient-2)
}

.bslide__desc {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 var(--indent);
    padding-bottom: 40px
}

.bslide__title {
    font-size: 24px;
    font-weight: 700;
    max-width: 500px;
    margin-bottom: 10px
}

.bslide__text {
    line-height: 1.7;
    margin: 15px 0 25px;
    max-width: 500px;
    -webkit-line-clamp: 3;
    opacity: .8
}

.bslide__btn-trailer {
    background: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    margin-left: 10px
}

.carou {
    padding: 30px var(--indent);
    margin-top: -84px;
    padding-top: 35px;
    background-image: linear-gradient(to bottom right, var(--ui-bg-accent), var(--accent));
    position: relative;
    padding-bottom: 35px
}

.carou__content:not(.owl-carousel) {
    display: flex;
    overflow: hidden
}

.carou__content>.top {
    width: calc((100% - 75px)/6);
    flex-shrink: 0;
    margin-right: 15px
}

.top {
    background-color: var(--bg-darkest)
}

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

.sect:not(:last-child) {
    margin-bottom: 60px
}

.sect__header {
    margin-bottom: 30px
}

.sect__title {
    font-size: 21px;
    font-weight: 500
}

.sect__subtitle {
    font-size: 21px
}

.desc {
    display: grid;
    grid-gap: 20px;
    line-height: 1.7;
    color: var(--tt-3);
    background: var(--bg-2);
    padding: 60px var(--indent)
}

.desc h1,
.desc h2,
.desc h3 {
    font-weight: 700;
    font-size: 18px;
    color: var(--tt);
    line-height: 1.3
}

.desc a {
    text-decoration: underline
}

.desc ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 25px
}

.desc ul li::before {
    content: "\f00c";
    font-weight: 300;
    font-family: 'font awesome 5 pro';
    color: var(--accent-green);
    position: absolute;
    left: 0;
    top: 0
}

.speedbar {
    font-size: 14px;
    color: var(--tt-3);
    background-color: var(--bg-2);
    margin: 0 var(--indent-negative);
    margin-bottom: -60px;
    margin-top: 30px;
    padding: 30px var(--indent)
}

.speedbar a:hover {
    text-decoration: underline
}

.poster__img {
    box-shadow: var(--bsh-poster);
    border: 5px solid #fff;
    border-radius: 2px
}

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

.poster__label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 0 0 0 3px;
    background: var(--accent-green);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    opacity: .9
}

.poster__label .fal {
    font-size: 14px
}

.red {
    background-color: var(--accent-red)
}

.green {
    background-color: var(--accent-grass)
}

.gray {
    background-color: var(--accent-gray)
}

.gold {
    background-color: var(--accent-gold)
}

.poster__series {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 5px 10px 1px;
    font-size: 13px;
    background-color: var(--bg);
    color: var(--tt);
    border-radius: 0 3px 0 0
}

.poster__trailer {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 20px;
    padding: 0 8px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 6;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.poster__trailer .fal,
.bslide__btn-trailer .fal {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bg);
    color: var(--tt-3);
    font-size: 10px;
    color: #000;
    padding-left: 2px
}

.poster__trailer span {
    display: none
}

.poster__btn-info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    border-radius: 0 0 0 3px;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 0 0 5px 4px;
    font-size: 18px;
    background: var(--bg);
    color: var(--tt-3)
}

.has-overlay__icon {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0
}

.has-overlay__icon div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 24px;
    border: 2px solid rgba(255, 255, 255, .8);
    color: #fff;
    padding-left: 4px
}

.poster:hover .poster__btn-info,
.has-overlay:hover .has-overlay__icon {
    opacity: 1
}

.poster:hover .poster__trailer span {
    display: block
}

.poster:hover .poster__label {
    opacity: 0
}

.poster__desc {
    position: relative;
    padding: 12px 0 0 5px
}

.pmovie__related .poster__desc {
    padding-right: 5px
}

.poster__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--tt);
    letter-spacing: 0
}

.poster__subtitle {
    color: var(--tt-2);
    font-size: 13px;
    margin-top: 4px
}

.pmovie__ratings-score {
    font-weight: 700;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 23px;
    border: 1px solid var(--accent-gold);
    color: var(--accent-gold)
}

.poster__trailer:hover {
    background-color: #000
}

.poster__btn-info:hover {
    color: #000;
    cursor: help
}

.poster__rating {height: 17px; width: 170px; position: relative; background: url(../dleimages/rating.svg);}
.poster__rating-fill {position: absolute; left: 0; top: 0; height: 100%; width: 0; transition: width 1s ease-in-out;
	z-index: 1; background: url(../dleimages/rating.svg) 0 -34px repeat-x;}
.th-active {
    z-index: 100
}

.th-text {
    display: none;
    background-color: var(--bg);
    cursor: auto;
    padding: 20px;
    text-align: left;
    position: absolute;
    z-index: 1000;
    left: 100%;
    top: 0;
    width: 460px;
    box-shadow: var(--bsh);
    border-radius: 4px;
    min-height: 100px
}

.th-text::after {
    content: "";
    border: 10px solid var(--bg);
    position: absolute;
    top: 30px;
    right: 100%;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.pop-left .th-text::after {
    border: 10px solid var(--bg);
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 100%;
    right: auto
}

.pop-left .th-text {
    left: auto;
    right: 100%
}

.th-text-loader {
    text-align: center;
    font-size: 18px;
    color: var(--accent-green);
    padding-top: 20px
}

.th-text-header {
    display: block;
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
    color: var(--accent-green)
}

.th-text .not-shown-ajax,
.th-text .page__subcol-header h1,
.th-text .pmovie__quality {
    display: none
}

.th-text .poster__label {
    border-radius: 0 4px 0 4px
}

.th-text .pmovie__original-title,
.th-text .pmovie__ratings-votes {
    color: var(--tt-2)
}

.th-text .page__text {
    font-size: 14px;
    line-height: 22px;
    max-height: 122px;
    overflow: auto;
    margin-top: 6px
}

.th-text .pmovie__header-list {
    background: 0 0;
    padding: 0;
    margin: 16px 0;
    font-size: 13px
}

.th-text .pmovie__header-list li+li {
    margin-top: 5px
}

.th-text .pmovie__ext-rating {
    margin-top: 10px
}

.side-block:not(:last-child) {
    margin-bottom: 50px
}

.side-block__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px
}

.side-block__menu>li>a {
    padding: 12px 0 12px 60px;
    margin: 0 -30px;
    border-bottom: 1px solid var(--bdc-dark);
    color: #fff;
    display: block
}

.side-block__menu li {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0
}

.side-block__menu li .fal {
    position: absolute;
    left: 0;
    top: 15px;
    pointer-events: none;
    color: var(--tt-dark)
}

.side-block__menu>li>a:hover {
    background-color: var(--bg-btn-dark)
}

.side-block__menu-hidden {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    background-color: var(--bg-2);
    box-shadow: var(--bsh);
    padding: 30px;
    width: 400px;
    column-gap: 30px;
    column-width: 150px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px)
}

.side-block__menu-hidden li {
    margin-bottom: 10px
}

.side-block__menu>li:hover .side-block__menu-hidden {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.popular+.popular {
    margin-top: 20px
}

.popular .poster__subtitlei {
    color: var(--tt-dark)
}

.popular__img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    box-shadow: var(--bsh-2);
    border-radius: 3px
}

.popular__title {
    line-height: 1.4;
    -webkit-line-clamp: 2;
    color: #fff
}

.popular:hover {
    text-decoration: underline
}

.lcomm:not(:last-child) {
    border-bottom: 1px solid var(--bdc-dark);
    margin: 0 -30px;
    padding: 0 30px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.lcomm {
    font-size: 13px
}

.lcomm__link {
    display: block;
    font-size: 12px;
    color: var(--tt-2);
    text-transform: uppercase;
    padding-left: 1px
}

.lcomm__date {
    font-size: 12px;
    color: var(--tt-2);
    margin-left: 10px
}

.lcomm__text {
    margin: 8px 0 10px;
    opacity: .66;
    -webkit-line-clamp: 3
}

.lcomm__author {
    font-weight: 500
}

.lcomm__av {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px
}

.updli:not(:last-child) {
    border-bottom: 1px dashed var(--bdc-darker);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.updli-2 {
    font-size: 13px;
    color: var(--tt-3)
}

.updli-2 div {
    color: var(--tt);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px
}

.updli-3 {
    text-align: right;
    margin-left: 15px;
    font-size: 12px;
    line-height: 1.1;
    color: var(--tt-3)
}

.updli-3 div {
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 5px
}

.upd-box-title {
    background: var(--bg-dark);
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    margin: 0 -30px;
    margin-bottom: 15px
}

.updli:hover {
    text-decoration: underline
}

.pagination__pages {
    text-align: center;
    padding-top: 10px;
    gap: 10px
}

.pagination__pages>a,
.pagination__pages>span,
.pagination__pages-btn>a,
.pagination__pages-btn>span {
    display: inline-block;
    line-height: 36px;
    padding: 0 10px;
    min-width: 38px;
    font-size: 14px;
    border: 1px solid var(--bdc);
    border-radius: 19px
}

.pagination__pages1>span:not(.nav_ext),
.pagination__pages a:hover,
.pagination__btn-loader a:hover,
.pagination__pages-btn>a {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent)
}

.pagination__pages>span:not(.nav_ext),
.pagination__pages-btn>span {
    background: var(--bg-2);
    color: var(--tt-3)
}

.page__subcols {
    padding: 30px var(--indent);
    margin: 0 var(--indent-negative);
    margin-top: -105px;
    padding-top: 60px;
    background-color: var(--bg);
    position: relative;
    margin-bottom: 30px;
    display: grid;
    gap: 30px 30px;
    grid-template-areas: "pside pheader pinfo" "pside pmeta pinfo" "pside pctrl pinfo";
    grid-template-columns: 210px minmax(0, 1fr) 240px;
    align-items: start;
    align-content: start
}

.page__subcol-side {
    grid-area: pside
}

.page__subcol-header {
    grid-area: pheader
}

.page__subcol-meta {
    grid-area: pmeta;
    align-self: start;
    background-color: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    border-radius: 6px;
    padding: 8px
}

.page__subcol-info {
    grid-area: pinfo;
    background: var(--ui-bg);
    padding: 20px 20px 0;
    margin-right: var(--indent-negative)
}

.page__subcol-ctrl {
    grid-area: pctrl;
    align-self: flex-start
}

.page__subcols>* {
    position: relative;
    z-index: 4
}

.page__subcols::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 430px;
    background: var(--bg-dark)
}

.page__subcols1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 140px;
    z-index: 3;
    background: var(--gradient-4)
}

.blurred-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: var(--bg-dark)
}

.blurred-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.8) blur(0px)
}

.blurred-bg::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-2)
}

.pmovie__poster {
    width: 210px;
    height: 297px;
    box-shadow: var(--bsh-poster);
    border: 5px solid #fff;
    border-radius: 2px
}

.page__subcol-header h1 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0
}

.page__subcol-header h1 a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .5
}

.pmovie__ratings-votes {
    color: var(--accent-gold);
    margin-left: 13px;
    font-size: 12px
}

.pmovie__original-title {
    color: var(--tt-dark);
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 1px
}

.pmovie__subcaption {
    margin-top: 20px;
    margin-bottom: 10px
}

.pmovie__year {
    margin-bottom: 10px
}

.pmovie__quality div {
    background: var(--bg-accent);
    display: inline-block;
    padding: 6px 13px;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 10px
}

.pmovie__genres {
    color: var(--tt-2);
    margin-top: 20px
}

.pmovie__ext-rating {
    width: 139px;
    font-weight: 500;
    font-size: 13px;
    margin-top: 10px;
    color: var(--tt-2)
}

.pmovie__ext-rating--imdb {
    padding-left: 38px;
    background: url(../images/imdb.svg) 0 center/30px auto no-repeat
}

.pmovie__ext-rating--kp {
    padding-left: 26px;
    background: url(../images/kp.svg) 0 center/20px auto no-repeat
}

.pmovie__ext-rating--wa {
    padding-left: 26px;
    background: url(../images/wa.png) 0 center/20px auto no-repeat
}

.pmovie__ext-rating--shiki {
    padding-left: 26px;
    background: url(../images/shiki.webp) 0 center/20px auto no-repeat
}

.page__subcols .bslide__btns .bslide__btn-trailer {
    background-color: var(--accent-gray);
    box-shadow: none;
    gap: 10px;
    padding-left: 6px
}

.pmovie__header-list {
    line-height: 1.5;
    color: var(--tt)
}

.pmovie__header-list li {
    position: relative
}

.pmovie__header-list li+li {
    margin-top: 11px
}

.pmovie__header-list li>span:first-child,
.pmovie__header-list li>div:first-child {
    color: var(--tt);
    margin-right: 5px;
    font-weight: 700
}

.pmovie__header-list li a {
    color: var(--accent-red)
}

.pmovie__header-list li a:hover {
    color: var(--tt);
    text-decoration: none
}

.page__text {
    grid-column: 1/-1
}

.page__subtitle {
    font-size: 16px;
    font-weight: 700;
    grid-column: 1/-1;
    padding: 20px 0 0
}

.page__subtitle.tac {
    margin-bottom: 30px;
    text-align: center;
    padding: 0
}

.pmovie__player {
    position: relative;
    box-shadow: var(--bsh-poster);
    border-radius: 2px
}

.tabs-block__select span {
    cursor: pointer;
    display: inline-block
}

.tabs-block__select span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 10px;
    background-color: var(--bg-2);
    color: var(--tt-3);
    font-weight: 500
}

.tabs-block__select span.is-active,
.tabs-block__select span:hover {
    background: var(--accent);
    color: #fff
}

.pmovie__player-bottom {
    background-color: var(--bg-accent);
    padding-left: 15px
}

.ya-share2 {
    height: 24px;
    margin-left: 10px
}

.pmovie__complaint a {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background: var(--bg-darkest);
    color: #fff
}

.pmovie__player-bottom-2 {
    background-color: var(--bg-dark);
    color: #fff;
    padding: 15px
}

.pmovie__ratings-score {
    position: static;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-left: 15px
}

.pmovie__player-bottom-222 .pmovie__ratings-score {
    color: var(--accent-green);
    border-color: var(--accent-green)
}

.pmovie__rating-likes>* {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    background-color: var(--accent-green);
    color: #fff;
    box-shadow: var(--bsh-2);
    padding: 0 20px 0 15px;
    font-weight: 500;
    margin-left: 10px
}

.pmovie__rating-likes>* .fal {
    font-size: 16px;
    margin-right: 10px
}

.pmovie__rating-likes>*+* {
    background-color: var(--accent-red)
}

.pmovie__rating-likes>a:hover,
.pmovie__fav a:hover,
.pmovie__complaint a:hover {
    background-color: var(--accent);
    color: #fff
}

.pmovie__fav a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    margin-right: 15px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: var(--bg-darkest);
    color: var(--tt-dark)
}

.pmovie__franchise .sect__title {
    font-size: 20px;
    margin-bottom: 30px
}

.fr-list {
    counter-reset: num;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: -30px
}

.fr::before {
    content: counter(num);
    counter-increment: num;
    width: 40px;
    text-align: center;
    margin-top: -1px;
    color: var(--accent);
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.fr {
    cursor: pointer;
    position: relative;
    padding: 6px 10px;
    padding-left: 40px;
    border-radius: 3px
}

.fr:nth-child(2n) {
    background-color: var(--bg-2)
}

.fr__title {
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    height: 20px;
    font-weight: 500
}

.fr:hover {
    box-shadow: var(--bsh);
    z-index: 3
}

.fr__year {
    color: var(--tt-2);
    margin: 0 10px;
    font-size: 13px
}

.fr__rating {
    background: var(--accent-gray);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 15px
}

.clrrating-1,
.clrrating-2,
.clrrating-3,
.clrrating-4 {
    background-color: var(--accent-red)
}

.clrrating-7,
.clrrating-8 {
    background-color: var(--accent-green)
}

.clrrating-9,
.clrrating-10 {
    background-color: var(--accent-gold)
}

.is-active .fr__title {
    font-weight: 700;
    color: #000
}

.fr.is-active::before {
    content: "";
    display: block;
    left: 13px;
    background-size: 13px 15px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz48c3ZnIHdpZHRoPScxM3B4JyBoZWlnaHQ9JzE1cHgnIHZpZXdCb3g9JzAgMCAxMyAxNScgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJz48ZyBpZD0nUGFnZS0xJyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48ZyBpZD0nc3ByaXRlJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtMTcwLjAwMDAwMCwgLTExMS4wMDAwMDApJyBmaWxsPScjMDAwMDAwJyBmaWxsLXJ1bGU9J25vbnplcm8nPjxnIGlkPSdwbGF5X2JsYWNrJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgxNzAuMDAwMDAwLCAxMTEuMDAwMDAwKSc+PHBhdGggZD0nTTEyLjUwODU4MSw4LjM2MDg1IEwxLjUwODczLDE0Ljg2MDc2IEMxLjAzMzI1MywxNS4xNDE3MyAwLjQyMDAzNywxNC45ODQwNCAwLjEzOTA3NCwxNC41MDg1NyBDMC4wNDgwMjgsMTQuMzU0NDkgMCwxNC4xNzg4IDAsMTMuOTk5ODQgTDAsMSBDMCwwLjQ0NzcyIDAuNDQ3NzE1LDAgMSwwIEMxLjE3ODk2NiwwIDEuMzU0NjUzLDAuMDQ4MDMgMS41MDg3MywwLjEzOTA4IEwxMi41MDg1ODEsNi42Mzg5OSBDMTIuOTg0MDU3LDYuOTE5OTYgMTMuMTQxNzQxLDcuNTMzMTcgMTIuODYwNzc4LDguMDA4NjUgQzEyLjc3NDk2Myw4LjE1Mzg4IDEyLjY1MzgwNiw4LjI3NTAzIDEyLjUwODU4MSw4LjM2MDg1IFonIGlkPSdUcmlhbmdsZSc+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==)
}

.pmovie__related .poster__desc {
    padding-right: 5px
}

.pmovie__related .d-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 30px 15px
}

.pmovie__related .poster__title {
    font-size: 14px
}

.pmovie__related .poster__subtitle {
    font-size: 12px
}

.full-text {
    line-height: 1.7;
    font-size: 15px;
    word-wrap: break-word
}

.full-text a {
    text-decoration: underline;
    color: #5278b1
}

.full-text img:not(.emoji),
.full-text p,
.full-text h1,
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5,
.full-text>ul,
.full-text>ol,
.full-text table,
.page__title {
    margin-bottom: 20px
}

.full-text>img[style*=left],
.full-text>.highslide img[style*=left] {
    margin: 0 10px 10px 0
}

.full-text>img[style*=right],
.full-text>.highslide img[style*=right] {
    margin: 0 0 10px 10px
}

.full-text>ul li,
.full-text>ol li {
    padding-left: 60px;
    position: relative
}

.full-text>ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid var(--accent);
    position: absolute;
    top: 5px;
    left: 34px
}

.full-text>ol {
    counter-reset: num
}

.full-text>ol li:before {
    content: counter(num);
    counter-increment: num;
    background-color: var(--accent);
    color: #fff;
    position: absolute;
    top: -2px;
    left: 17px;
    width: 24px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
    box-sizing: border-box
}

.full-text>ol li:after {
    content: '';
    border: 10px solid transparent;
    border-left-color: var(--accent);
    position: absolute;
    left: 41px;
    top: -2px;
    transform: scale(.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: 65%;
    position: relative;
    background-color: #000
}

.video-responsive>iframe,
.video-responsive>video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.full-text h1,
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    font-size: 21px
}

.full-text iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px
}

.page__comments {
    margin: 0
}

.page__comments-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.page__comments-info {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -15px;
    color: var(--tt-3);
    line-height: 1.5
}

.page__comments-info .fal {
    color: #eb4d4b;
    margin-right: 6px
}

.page__comments-list {
    padding: 0
}

.page__comments-list--not-comments {
    padding: 0;
    border: 0
}

.add-comments-form.form {
    padding: 0;
    margin-bottom: 20px
}

.add-comments-form .form__input,
.add-comments-form__input,
.add-comments-form .form__textarea-inside textarea,
.mass_comments_action select {
    box-shadow: inset 0 0 0 1px #e3e3e3;
    border-radius: 0
}

.add-comments-form__input {
    margin-left: 20px
}

.add-comments-form .d-none,
.comments_subscribe+br {
    display: none
}

.mass_comments_action {
    display: flex;
    align-items: center;
    max-width: 800px;
    white-space: nowrap;
    margin-bottom: 20px
}

.mass_comments_action select {
    flex: 1 1 0;
    margin: 0 -8px 0 20px
}

.mass_comments_action .bbcodes {
    border-radius: 0;
    padding: 0 10px
}

.comment-item__title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px
}

.comment-item {
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 6px;
    box-shadow: var(--bsh-poster);
    border: 5px solid var(--bg)
}

.comment-item__img {
    width: 60px;
    height: 60px;
    border-radius: 8%;
    margin-right: 10px
}

.comment-item__letter {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    font-size: 18px
}

.comment-item__author {
    font-weight: 500;
    font-size: 14px
}

.comment-item__date {
    color: var(--tt-3);
    margin-top: 4px;
    font-size: 12px
}

.comment-item__main {
    margin: 8px 0 6px;
    font-size: 15px
}

.comment-item__rating {
    white-space: nowrap;
    font-size: 14px
}

.comment-item__rating a {
    margin-left: 6px
}

.comment-item__rating a>span:first-child {
    color: var(--accent-green);
    margin-right: 2px
}

.comment-item__rating a:last-child>span:first-child {
    color: var(--accent-red)
}

.comment-item__reply a {
    font-size: 12px;
    margin-right: 20px;
    color: var(--tt-2)
}

.comment-item__reply a .fal {
    margin-left: 5px
}

.comment-item__reply+.comment-item__reply a .fal {
    margin-left: 0;
    margin-right: 5px
}

.comment-item__controls {
    text-align: right;
    font-size: 12px;
    margin-right: -15px
}

.comment-item__controls li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    height: 16px;
    line-height: 16px
}

.comment-item__controls a:not(:hover) {
    color: var(--tt-2)
}

.comment-item__footer a:hover {
    text-decoration: underline
}

.comment-item__rating a:hover>span:first-child {
    text-decoration: none
}

.comment-item__controls .checkbox {
    transform: scale(.8, .8);
    margin-left: 5px
}

.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, .2), 0 15px 45px #000
}

.login__header {
    padding: 20px 40px;
    background-color: var(--ui-bg-darker)
}

.login__title {
    font-size: 17px;
    font-weight: 500;
    padding: 1px 0;
    text-transform: capitalize
}

.login__close {
    cursor: pointer;
    font-size: 24px;
    opacity: .6;
    margin-left: 20px
}

.login__title a {
    border-bottom: 1px dotted var(--tt-3);
    margin-left: 10px;
    font-weight: 400;
    color: var(--tt-3)
}

.login__content {
    padding: 20px 40px
}

.login__row {
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--tt-3)
}

.login__caption {
    font-size: 14px;
    color: var(--tt);
    margin-bottom: 10px
}

.login__caption a {
    text-decoration: underline;
    margin-left: 6px;
    color: var(--accent)
}

.login__input input {
    padding-left: 40px
}

.login__row .fal {
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    width: 40px;
    text-align: center
}

.login__row button {
    width: 100%
}

.login__social {
    background-color: var(--ui-bg-darker);
    padding: 20px 40px;
    text-align: center
}

.login__social-caption {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.login__social-btns a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top
}

.login__social-btns img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.login__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.login__menu {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: -10px
}

.login__menu li {
    flex: 1 1 0;
    min-width: auto;
    max-width: 100%;
    margin: 0 5px 10px
}

.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, .1);
    font-size: 13px
}

.login__menu .fal {
    display: block;
    height: 30px;
    font-size: 24px;
    opacity: .3
}

.owl-carousel {
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    display: flex;
    justify-content: flex-start
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 10px
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-loaded,
.owl-carousel.owl-loading,
.no-js .owl-carousel {
    display: block;
    opacity: 1
}

.owl-carousel.owl-drag .owl-item {
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

.owl-prev,
.owl-next {
    display: flex;
    cursor: pointer;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: 0 0;
    color: #fff;
    position: absolute;
    top: 0;
    font-size: 28px;
    margin-top: -20px
}

.owl-prev {
    left: -45px
}

.owl-next {
    right: -45px
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bg-2) !important;
    color: #000 !important
}

.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -37px
}

.owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--bg);
    margin: 0 5px;
    box-shadow: var(--bsh-2)
}

.owl-dot.active,
.owl-dot:hover {
    background: var(--accent-green)
}

#owl-big .owl-nav {
    left: auto;
    top: auto;
    bottom: 40px;
    right: calc(var(--indent) + 280px);
    display: flex;
    gap: 10px
}

#owl-big .owl-prev,
#owl-big .owl-next {
    position: static;
    height: 40px;
    font-size: 18px;
    background-color: #fff;
    color: var(--tt-3);
    border-radius: 50%
}

#owl-big .owl-dots {
    bottom: 0;
    display: flex;
    gap: 0 5px;
    left: var(--indent);
    right: var(--indent)
}

#owl-big .owl-dot {
    flex: 1 1 0;
    height: 10px;
    border-radius: 0;
    margin: 0;
    opacity: .6
}

#owl-big .owl-dot.active {
    opacity: .6
}

.slider-box:not(.owl-carousel) {
    overflow: hidden;
    display: flex
}

.slider-box:not(.owl-carousel)>* {
    flex-shrink: 0;
    width: 100%
}

.flex-row-cat {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.filter-blockcat {
    margin-bottom: 0;
    border-radius: 6px;
    background-color: var(--bg-btn-dark);
    padding: 8px
}

.filter-blockcat li {
    display: inline-block;
    width: 16.5%;
    margin-bottom: 0
}

.filter-blockcat ul {
    padding: 10px
}

.filter-blockcat a {
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px
}

.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000;
    cursor: pointer;
    display: none
}

.mobile-menu {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 20px;
    z-index: 999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left .4s;
    background: var(--bg-dark);
    color: #fff
}

.mobile-menu.is-active {
    left: 0
}

.mobile-menu-close {
    cursor: pointer;
    display: block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    background-color: #e84e36;
    color: #fff;
    transition: top .4s, opacity .4s
}

.mobile-menu-close.is-active {
    top: 0;
    opacity: 1
}

body.mobile-menu-is-opened {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.mobile-menu .header__menu,
.mobile-menu .side-block__menu-hidden {
    margin: 0;
    padding: 10px 20px;
    display: block;
    width: calc(100% + 40px);
    margin: -10px -20px 25px;
    max-width: none
}

.mobile-menu .header__menu>li {
    width: 100%;
    margin: 0;
    padding: 0
}

.mobile-menu .header__menu>li>a {
    color: #fff
}

.mobile-menu .side-block__menu-hidden li {
    font-size: 14px
}

.mobile-menu .side-block__menu-hidden {
    background-color: var(--bg-2);
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width:1220px) {
    body {
        background-image: none
    }
    .wrapper {
        padding: 0;
        background-image: none;
        background: 0 0;
        overflow: hidden;
        padding-top: 120px
    }
    .wrapper-container {
        max-width: 1000px
    }
    .col-side .js-this-in-mobile-menu,
    .pagination__pages-btn,
    .poster__btn-info {
        display: none !important
    }
    .header__btn-menu {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        box-shadow: var(--bsh-2);
        background: var(--accent);
        color: #fff;
        display: block;
        margin-left: 10px;
        font-size: 18px
    }
    .header {
        position: fixed;
        padding: 0 var(--indent);
        background-image: linear-gradient(to bottom right, var(--accent), var(--ui-bg-accent))
    }
    .header__search {
        flex: 1 1 0;
        max-width: 100%;
        min-width: 50px
    }
    .carou {
        padding-left: var(--indent);
        padding-right: var(--indent);
        padding-bottom: 35px
    }
    .col-main {
        padding-top: 0
    }
    .col-side {
        width: 100%;
        padding: 30px var(--indent);
        order: 10;
        background: 0 0
    }
    #scrolltop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }
    .logo {
        width: auto
    }
    .d-grid-mob {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        grid-gap: 20px 20px
    }
    .d-grid-mob>* {
        margin: 0 !important
    }
    .lcomm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .pmovie__header-list li+li {
        margin-top: 5px
    }
    .page__subcols {
        grid-template-areas: "pside pheader" "pside pmeta" "pside pctrl" "pinfo pinfo";
        grid-template-columns: 200px minmax(0, 1fr)
    }
    .page__subcol-info {
        padding: 0;
        margin: 0
    }
}

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

@media screen and (max-width:760px) {
    .wrapper-container {
        max-width: 640px
    }
    .carou__content>.top {
        width: calc((100% - 30px)/3)
    }
    .carou {
        margin-top: -120px;
        padding-top: 140px
    }
    .header__search {
        order: 10;
        min-width: 100%;
        margin: 0
    }
    .header {
        height: 120px
    }
    .slider-box {
        margin-top: -120px
    }
    .bslide {
        height: 390px
    }
    .logo {
        flex: 1 1 0;
        min-width: 50px;
        max-width: 100%;
        margin-right: 20px
    }
    .col-side--not-active {
        display: none
    }
    .wrapper-container {
        overflow: hidden
    }
    .page__subcols {
        margin-top: -150px;
        padding-top: 150px
    }
    .blurred-bg,
    .page__subcols::before {
        height: 260px
    }
    .pmovie__player-bottom-2 .pmovie__ratings {
        order: 10;
        min-width: 100%;
        justify-content: center;
        padding-top: 10px
    }
    .pmovie__ratings-caption {
        flex-grow: 1;
        text-align: right
    }
    .page__text .quote {
        margin-left: var(--indent-negative);
        margin-right: var(--indent-negative);
        padding-right: var(--indent)
    }
    .full-text h1,
    .full-text h2,
    .full-text h3,
    .full-text h4,
    .full-text h5 {
        font-size: 18px
    }
    .add-comments-form__input {
        min-width: 100%;
        margin: 0 0 10px
    }
    .add-comments-form__btn {
        width: 100%;
        order: 10
    }
    .add-comments-form .form__row--protect .form__caption {
        width: 100%;
        margin: 0 0 10px
    }
    .mass_comments_action,
    .comment-item__controls,
    .comment-item__rating-caption {
        display: none
    }
}

@media screen and (max-width:590px) {
    .wrapper-container22 {
        max-width: 480px
    }
    .login {
        max-width: 90%;
        max-height: 90%;
        overflow-x: hidden;
        overflow-y: auto
    }
    .login__header,
    .login__content,
    .login__social,
    .pages-bg {
        padding-left: 20px;
        padding-right: 20px
    }
    .carou__content>.top {
        width: calc((100% - 30px)/3)
    }
    .footer .btn {
        width: 100%
    }
    .header .soc-channels {
        display: none
    }
    .footer .soc-channels {
        display: flex
    }
    .page__subcols {
        grid-template-areas: "pheader" "pside" "pmeta" "pinfo" "pctrl";
        grid-template-columns: minmax(0, 1fr)
    }
    .page__subcols .bslide__btns .bslide__btn-watch {
        flex-grow: 1
    }
    .page__subcol-header,
    .page__subcol-meta {
        text-align: center
    }
    .page__subcol-side {
        justify-self: center
    }
    .page__subcol-header .pmovie__ratings {
        justify-content: center;
        padding-top: 10px
    }
    .page__subcols {
        padding-top: 140px
    }
    .blurred-bg,
    .page__subcols::before {
        height: 360px
    }
    .pmovie__ext-ratings {
        justify-content: center;
        text-align: left
    }
    .pmovie__quality {
        margin-top: 10px;
        margin-bottom: -15px;
        justify-content: center
    }
    .pmovie__ratings-caption,
    .pmovie__share-caption {
        display: none
    }
    .pmovie__player-bottom-2 {
        justify-content: space-between
    }
    .fr {
        margin: 0 var(--indent-negative);
        padding-right: 20px
    }
    .pmovie__fav {
        margin: 0
    }
}

@media screen and (max-width:470px) {
    .wrapper-container22 {
        max-width: 360px
    }
    .carou__content>.top {
        width: calc((100% - 20px)/3);
        margin-right: 10px
    }
    .top__desc {
        padding: 10px;
        font-size: 13px
    }
    .header__logo>* {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    #owl-big .owl-nav {
        display: none
    }
    .bslide__btns {
        flex-wrap: nowrap
    }
    #dle-content,
    .d-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important
    }
    .poster .poster__title {
        font-size: 14px
    }
    .poster .poster__subtitle {
        font-size: 12px
    }
    .poster__rating-likes {
        top: 21px
    }
    .filter-blockcat li {
        width: 49%
    }
}

.filter-block {
    margin-bottom: 0;
    border-radius: 6px;
    background-color: var(--bg-btn-dark);
    padding: 8px
}

.filter-block__form {
    display: flex;
    flex-wrap: wrap
}

.filter-block__cell {
    margin-left: 10px
}

.filter-block__cell--full-width {
    grid-column: 1/-1
}

.filter-block__cell-caption {
    margin-bottom: 10px
}

.filter-block__cell-content>* {
    width: 100%;
    display: block;
    z-index: 8;
}

.filter-block__cell-content--two-columns {
    display: flex;
    justify-content: space-between
}

.filter-block__cell-content--two-columns>* {
    width: calc((100% - 10px)/2) !important
}

.filter-block__cell-content select,
.filter-block__cell-content input[type=text],
.filter-block__cell-content--check-group {
    height: 40px;
    line-height: 36px;
    background-position: right 14px top 54%;
    background-color: var(--bg);
    color: var(--tt);
    border: 2px solid var(--bdc);
    border-radius: 20px;
    box-shadow: none;
    font-size: 14px;
    padding: 0 15px;
    background-size: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    box-sizing: border-box
}

.filter-block__cell-content select {
    padding: 0 30px 0 10px
}

.filter-block__cell-content input[type=text]::placeholder {
    opacity: 1;
    color: var(--tt);
    font-size: 14px
}

.filter-block__cell-content input[type=text]:focus::placeholder {
    opacity: 0
}

.filter-block__cell-content--inp-year input {
    width: 80px !important
}

[data-dlefilter=reset] {
    width: 36px;
    height: 36px;
    background-color: var(--bg-2);
    color: var(--tt-2);
    padding: 0;
    font-size: 16px;
    border: 1px solid var(--bdc)
}

@media screen and (max-width:1220px) {
    .filter-block {
        width: 100%;
        margin-bottom: -10px;
        margin-top: 20px
    }
    .filter-block__cell {
        margin: 0 10px 10px 0
    }
}

@media screen and (max-width:470px) {
    .filter-block__form {
        justify-content: space-between
    }
    .filter-block__cell {
        margin-right: 0;
        width: 48%
    }
    .filter-block__cell:first-child {
        width: calc(100% - 50px);
        order: 10
    }
    .filter-block__cell-content>* {
        width: 100% !important
    }
    .filter-block__cell-content--inp-year input {
        width: 100% !important
    }
    .filter-block__cell--btns {
        width: 40px;
        order: 11
    }
}

.theme-toggle {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    height: 40px;
    border-radius: 20px;
    padding: 5px 0;
    margin: 0 20px
}

.theme-toggle li {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 0 5px
}

.theme-toggle:hover li {
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

.dt-is-active .theme-toggle li:first-child,
body:not(.dt-is-active) .theme-toggle li:last-child {
    background-color: var(--accent);
    color: #fff
}

.col-main__right .side-block--collections {
    margin-top: -45px;
    padding-bottom: 30px
}

.side-block--collections .d-grid {
    gap: 10px 10px
}

.coll {
    box-shadow: var(--bsh-poster);
    border: 5px solid #fff;
    border-radius: 2px;
    display: block
}

.coll::before {
    height: 100%;
    background: #11212e;
    opacity: .6
}

.coll__title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px
}

.page__subcol-header h1 {
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:1220px) {
    .filter-block__cell-content select,
    .filter-block__cell-content input[type=text] {
        max-width: 130px
    }
    .page__subcols .page__subcol-info {
        min-height: 300px;
        padding-bottom: 10px;
        border-radius: 10px 0 0 10px
    }
}

@media screen and (max-width:1220px) {
    .header__logo {
        margin-right: 20px
    }
    .header .soc-channels {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        margin-left: 20px;
        margin-right: 0
    }
}

@media screen and (max-width:590px) {
    .page__subcol-header h1 {
        white-space: normal
    }
    .col-main__right .side-block--collections {
        padding-bottom: 0
    }
    .coll__title {
        font-size: 14px;
        padding: 15px
    }
    .theme-toggle {
        margin: 0;
        margin-left: 10px;
        order: 11
    }
    .header__search {
        max-width: calc(100% - 140px);
        min-width: calc(100% - 140px)
    }
    .filter-blockcat li {
        width: 49%
    }
}

.dt-is-active #owl-big .owl-prev,
.dt-is-active #owl-big .owl-next {
    background-color: var(--bg);
    color: var(--tt)
}

.dt-is-active .owl-prev:hover,
.dt-is-active .owl-next:hover {
    background: var(--accent) !important;
    color: #fff !important
}

.ksupdate_block {
    margin-bottom: 15px
}

.ksupdate_block_date {
    background-color: #6f6f6f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 20px
}

ul.ksupdate_block_list {
    padding-left: 0;
    margin-top: 0
}

.ksupdate_block_list .a-m-d {
    display: block;
    position: relative
}

.ksupdate_block_list .a-m-d:after {
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.ksupdate_block_list .a-m-d:hover:after {
    background-color: rgba(0, 0, 0, .2)
}

.ksupdate_block_list_item {
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    background-color: #fff;
    cursor: pointer;
    display: table;
    min-height: 35px;
    width: 100%
}

.ksupdate_block_list_item~.ksupdate_block_list_item {
    border-top: 1px solid #ececec
}

.ksupdate_block_list_item:hover {
    background-color: #fafafa
}

.ksupdate_block_list_item:hover .b-seriesupdate__block_list_link {
    color: #2e859e;
    text-decoration: none
}

.ksupdate_block_list_item.tracked {
    background-color: #d6f0ff
}

.ksupdate_block_list_item.tracked:hover {
    background-color: #a8dfff
}

.ksupdate_block_list_item.tracked:hover .b-seriesupdate__block_list_link {
    color: #000
}

.ksupdate_block_list_item_inner {
    display: table-row
}

.ksupdate_block_list_item_inner .cell {
    padding: 6px 0 5px;
    display: table-cell;
    vertical-align: middle
}

.ksupdate_block_list_item_inner .cell-1 {
    color: #000;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 10px
}

.ksupdate_block_list_item_inner .cell-1 .season {
    white-space: nowrap
}

.ksupdate_block_list_item_inner .cell-2 {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap
}

.ksupdate_block_list_item_inner .cell-2 i {
    color: #777;
    display: block;
    font-style: normal
}

.ksupdate_block_list_link {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.ksupdate_block_list_link:hover {
    text-decoration: none
}

.ksupdate_block_list_link:visited {
    color: #000
}

.header__btn_k {
    color: #fff;
    background: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    gap: 10px;
    border: 1px solid rgb(0 0 0/10%)
}

.carou2 {
    padding: 30pxvar(--indent);
    margin-top: 0;
    position: relative;
    padding: 35px
}

.poster__ra {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    text-transform: uppercase;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1pxsolidvar(--accent)
}

.page__ser {
    font-size: 16px;
    font-weight: 700;
    grid-column: 1/-1;
    color: var(--accent-gold);
    padding: 5px 0 10px
}

.page__text a {
    color: var(--accent-red)
}

.page__text a:hover {
    color: var(--tt);
    text-decoration: none
}

.screens ul img {
    max-width: 205px;
    border: 5px;
    padding: 5px
}

.screens-f ul {
    display: flex
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top: 1px solid #cccccc7a
}

.poster_w {
    overflow: visible
}

.pmovie__poster {
    position: relative
}

.watchlist_parent {
    position: absolute;
    bottom: 5px;
    width: 97%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px
}

.menus {
    height: 55px;
    border-bottom: 2px solid var(--accent);
    color: #fff;
    background-color: var(--bg-dark)
}

.menus li {
    display: inline-block;
    float: left
}

.menus a {
    color: #fff;
    padding: 0 25px;
    line-height: 55px;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0
}

.menus a:hover {
    color: #e70c2f
}

.menus li:last-child {
    float: right
}

.new_titlem {
    margin-bottom: 30px;
    margin-top: 30px
}

.gridd-cen {
    grid-column: 1/-1
}

.fon-dob {
    box-shadow: var(--bsh-poster);
    border: 3px solid var(--bsh-poster);
    border-radius: 2px;
    grid-column: 1/-1;
    background-color: var(--bg-2);
    padding: 8px
}

.new_tit_marg_top {
    margin-top: 10px
}

.js-toggle-fav:not(:hover) {
    background-color: #435878
}

.js-toggle-fav {
    width: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0/30%);
    font-weight: 300;
    margin-top: 15px
}

.nav-show-notification {
    margin: 10px;
    position: relative;
    cursor: pointer
}

.nav-show-notification i {
    font-size: 30px
}

.nav-show-notification i {
    color: var(--tt-dark);
    margin: 0;
    position: relative;
    outline: none
}

.guest__notification,
.mail__notification {
    top: -4px;
    right: -5px
}

.mail__notification,
.guest__notification {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--accent);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .65em;
    font-weight: 500
}

.dropdown-toggle {
    white-space: nowrap
}

.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: var(--bg);
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-list .dropdown-header {
    background-image: linear-gradient(to bottom right, var(--accent), var(--ui-bg-accent));
    border: 1px solid var(--ui-bg-accent);
    color: #fff;
    padding: 13px 15px
}

.align-items-center {
    align-items: center !important
}

.d-flex2 {
    display: flex !important;
    flex-wrap: nowrap !important
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 19px;
    clear: both;
    font-weight: 400;
    color: var(--tt);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    box-shadow: var(--bsh-poster);
    margin-bottom: 1px
}

.dropdown-list .dropdown-item {
    white-space: normal;
    line-height: 1.3rem;
    padding: 10px 15px
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.bg-success {
    background-color: #1cc88a !important
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-white {
    color: #fff !important
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.text-gray-500 {
    color: var(--tt-3) !important
}

.dell-dropdown {
    color: #333545;
    font-size: 16px;
    position: absolute;
    right: 10px
}

.font-weight-bold {
    font-weight: 700 !important
}

.dropdown-item a {
    color: var(--accent-red) !important
}

.dropdown-list a {
    color: var(--tt) !important
}

.text-center {
    text-align: center !important
}

.dropdown-item .fa {
    cursor: pointer
}

.dropdown-list .dropdown-item .dropdown-list-image img {
    max-width: 2.5rem !important;
    object-fit: cover;
    height: 100%
}

.rounded-circle {
    border-radius: 50% !important
}

.dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem
}

.dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff
}

.dropdown-item:hover {
    background: var(--ui-bg-darker)
}

.notification-all {
    display: flex;
    margin: 15px 0
}

.notification {
    display: flex;
    margin-bottom: 5px;
    padding: 15px
}

.notification__controls {
    display: flex;
    margin-left: auto
}

.notification__seen,
.notification__delete {
    color: var(--tt);
    cursor: pointer
}

.notification__seen:hover,
.notification__delete:hover {
    color: #f60
}

.notification.unread {
    background-color: var(--ui-bg-darkest);
    border-radius: 5px
}

.notification__avatar {
    width: 50px;
    margin-right: 10px;
    flex-shrink: 0
}

.notification__avatar img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover
}

.notification__info {
    display: flex;
    flex-direction: column
}

.notification__text {
    margin-bottom: 5px
}

.notification__date {
    color: var(--tt-3);
    font-size: .9em
}

.notification__seen {
    margin-right: 15px
}

.mark-as-read {
    text-decoration: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 3px;
    background: var(--accent);
    color: var(--tt-dark);
    margin-right: 5px
}

.notification-all a:hover {
    color: var(--bdc);
    text-decoration: none
}

.font-weight-bold a,
.notification__text a {
    color: var(--accent-red) !important;
    text-decoration: revert
}

@media only screen and (min-width:1025px) {
    .dropdown-menu.show {
        display: block;
        left: auto
    }
}

@media(min-width:576px) {
    .dropdown-list {
        width: 20rem !important
    }
}

@media only screen and (max-width:1097px) {
    .dropdown-menu.show {
        display: block;
        top: 60px;
        left: auto
    }
}

@media only screen and (max-width:768px) {
    .notification__text {
        font-size: .9em
    }
    .dropdown-menu.show {
        display: block;
        top: 60px;
        left: auto
    }
}

@media only screen and (max-width:480px) {
    .notification__seen {
        margin-right: 7px
    }
    .dropdown-menu.show {
        display: block;
        top: 60px;
        left: auto
    }
}

@media only screen and (max-width:1px) {
    .dropdown-menu.show {
        display: block;
        top: 60px;
        left: auto
    }
}

.theme-toggle2 {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: var(--bg-btn-dark);
    box-shadow: var(--bsh-btn-dark);
    height: 40px;
    border-radius: 20px;
    padding: 5px 0;
    margin: 0 20px
}

@media screen and (max-width:590px) {
    .theme-toggle2 {
        margin: 0;
        margin-left: 10px;
        order: 11
    }
}

@media screen and (min-width:760px) {
    .mobil-not {
        display: none
    }
}