.wrapper.brandfull{padding-top:0;margin-top:200px}

.poster.grid-item.d-flex{position: relative;background-color: var(--bg-2);box-shadow: var(--bsh-poster); }
.rating{position:relative}
.poster__desc{padding-right:10px;}
header.header{background-color:#11212e }
.header__btn.btn.js-show-login{border-radius:4px;height:33px;padding:0 10px}
.col-main__right {margin-top: 0;z-index: 5;}
.slider-box {margin-top: 0;}
.carouwrap{width:100%;padding:20px 60px;background-color: var(--bg-dark);padding-bottom: 56px;}
.bslide {height: 207px;}
.bslide  .top__desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
    color: #fff;
}
.bslide  .top__desc .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img-mask:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(to top, #000 0%, transparent 100%);
    opacity: 0.8;
}
.delim{color:var(--accent)}
h1.innercat.sect__title.flex-grow-1{text-transform: capitalize}
.poster__rating {overflow: hidden}
.rimdb {
    background-color: #f3b700;
    color: #fff;
}
.rkp {
    background-color: #f60;
    color: #fff;
}
.hidebrpls{display: flex}
.hidebrpls a{margin-right:5px;}
.hidebrpls a:not(:last-child):after{content:", ";}
.page__subcols {margin-top: -110px;}
.form__row.form__row--protect{display: block}
@media (min-width:1080px){
    .side-block__menu-hidden {
        width: 440px;
        column-width: 160px;
     }
}
@media (max-width:590px){
    .carouwrap {
        padding: 20px 20px 50px;
    }
    .bslide {
        height: 150px;
    }
}
pjsdiv b,pjsdiv i {
    font-size: 12px;
    font-weight: 400;
}
.page__subcol-info.pmovie__header-list .hidebrpls{flex-wrap:wrap}
.poster__title {max-width: 100%;}
.bposterlink{display: block;width:100%;height:100%;z-index:2}

#dle-captcha{display: block;width:160px;height:80px;background: url(../images/getcode.png) no-repeat !important;font-size: 0}
.form__content--sec-code > a {
text-decoration: none;
}
.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: #fff !important;
    border-radius: 10px;
    padding-top: 0;
}

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

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

.DLEPush-notification .DLEPush-message {
    grid-column: 2;
    grid-row: 2;
    font-size: .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;
}
.DLEPush-notification .DLEPush-message {
    background-color: #FFF !important;
    border-radius: 5px;
    padding:10px;
}
span.titorigname{color:#999;font-weight:400}
.page__subcol-meta{padding-top:25px;}


.hidebrpls{position: relative}
.spoiler-content {
    max-height: 4.5em; /* Show approximately 3 lines */
    overflow: hidden;
    display: block;
}
.spoiler-content.expanded{position: absolute;background-color: var(--bg);z-index:20;padding:10px;top:100%;}
.show-more {
    cursor: pointer;
    color: var(--accent);
    text-decoration: underline dashed;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}
.page__text.full-text {max-width:calc(100% - 240px)}

@media(max-width:1220px) {
    .page__text.full-text {max-width:100%}
    .spoiler-content.expanded{position: relative;}
    .page__subcols .page__subcol-info {
        min-height: unset;
    }
    .show-more {
        width: 100%;
    }
}

ul.movieaddition{display:flex;align-items: flex-start;justify-content: stretch;flex-wrap:wrap}
ul.movieaddition li{width: 50%;margin: 0 !important;padding-left:30px;}
ul.movieaddition li:before{left:0;}
.d-flex.dua{flex-wrap:wrap}
.d-flex.dua button{margin-bottom: 10px;margin-right:10px;}
.movieaddition li span{opacity:0.7}
.movieaddition li b{opacity:0.2}
.favbuttop a{display:flex;flex-wrap:wrap;align-items: center}
.favbuttop a div{margin-right: 10px}

.pmovie__fav a {
    background-color: var(--accent);
    color: #fff;
}
.pmovie__fav a:hover {
    background-color: var(--bg-darkest);
    color: var(--tt-dark);
}

.favbuttop {display:flex;align-items:center;justify-content: center}
.favbuttop div{display:flex;align-items:center;justify-content: center;margin-right:10px;}
.favbuttop .js-show-login{display:flex;padding:0;margin:0;width:100%;height:100%;align-items:center;justify-content: center}
.favbuttop .js-show-login:hover{background: none}

.moviefacts{max-height:32px;overflow: hidden}
.moviefacts.processed{max-height:unset;overflow: unset}

.preloader{display: flex;width:100%;height:auto;aspect-ratio: 16/9;align-items: center;justify-content: center}
.cloader {
    width: 40px;
    height: 40px;
    --c:no-repeat linear-gradient(orange 0 0);
    background: var(--c),var(--c),var(--c),var(--c);
    background-size: 21px 21px;
    animation: l5 1.5s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes l5 {
    0%   {background-position: 0    0,100% 0   ,100% 100%,0 100%}
    33%  {background-position: 0    0,100% 0   ,100% 100%,0 100%;width:60px;height: 60px}
    66%  {background-position: 100% 0,100% 100%,0    100%,0 0   ;width:60px;height: 60px}
    100% {background-position: 100% 0,100% 100%,0    100%,0 0   }
}

.tab-switch{display: flex;align-items: center;justify-content: flex-start;background-color: #fff}
.tab-switch .tab-button.btn{background-color: var(--accent-darker);color:#fff; padding:10px 20px;margin-right:5px;border-radius:6px 6px 0 0;font-weight:600;cursor: pointer}
.tab-switch .tab-button.btn.l-light{background-color: var(--bg-dark);color:#fff; }