/*
Custom Engine template by MrRobot,
name: GenericFlix, creation date: 9 feb 2024
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../webfonts/fa5pro-micro.woff2) format("woff2")
}
:root {
    --inter: 'Montserrat', sans-serif;
    --secodaryacc: #234650;
    --bg: #020D18;
    --bg-2: #1a191f;
    --tt: #eee;
    --tt-2: #b0b0c9;
    --tt-3: #808097;
    --tt-dark: #ccc;
    --bdc: #111113;
    --bdc-dark: #6d6d6d;
    --bsh: 0 10px 26px rgba(0, 0, 0, 0.6);
    --bsh-2: 0 1px 2px rgba(0, 0, 0, 0.2);
    --bsh-poster: 0 30px 20px -20px rgba(0, 0, 0, 0.8);
    --gradient: linear-gradient(135deg, #2700fe 0%, #2502e7 100%);
    --accent: #eb005e;
    --accent-bright: #c70251;
    --accent-darker: #03a5e0;
    --accent-2: #00bafc;
    --accent-3: #009c00;
    --ui-bg: #1a191f;
    --ui-bg-darker: #111014;
    --ui-bg-darkest: #09090a;
    --ui-bg-accent: #09090a;
    --ui-text-color-on-accent: #fff;
    --ui-bdc: #111113;
    --indent-negative: -40px;
    --indent: 80px; /* основной отступ справа и слева */
    --max-width: 1920px; /* максимальная ширина блока контента */
    --header-height: 106px; /* header на десктопе */
}

.doubleslider{min-height:1302px}
.header_search_nlog{min-height:40px;}
@media (max-width:1680px){
    .doubleslider{min-height:1202px}
 }
@media (max-width:1440px){
    .doubleslider{min-height:1142px}
}
@media (max-width:1280px){
    .doubleslider{min-height:1000px}
}

.maintenance-disclaimer {
    width: 100%;
    position: relative;
    text-align: center;
    color: var(--accent);
    font-size: 13px;
    background-color: var(--secodaryacc);
    padding: 12px 38px;
    line-height: 1.2
}
.maintenance-disclaimer .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}
.announcement {
    background: linear-gradient(90deg, rgba(235, 145, 0, 1) 0%, rgba(255, 185, 40, 1) 100%);
    color: #fff;
    padding: 13px 50px 12px 15px;
    display: inline-block;
    position: relative;
    font-size: 14px;

}
.announcement:after {
    display: block;
    content: "";
    background-image: url(../images/calendar-check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 16px;
    position: absolute;
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-cog:before {
    content: "\f013"
}

.fa-heart:before {
    content: "\f004"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-user:before {
    content: "\f007"
}

.fa-lock:before {
    content: "\f0b4"
}

.fa-chevron-right:before {
    content: "\f054";
    font-size: 11px;
}

.showpresent {
    display: none;
    position: relative;
}

.fa-gift {
    position: relative;
    cursor: pointer;
}

.fa-gift:after {
    display: none
}

.fa-gift.active:after {
    display: block;
    font-family: "Montserrat", sans-serif;
    content: "1";
    font-size: 10px;
    background-color: var(--accent);
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: -3px;
    padding: 2px;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 9px;
    font-style: normal
}

.fa-gift:before {
    content: "\f06b";
    font-style: normal;
    font-size: 20px;
    margin-right: 20px
}

.unilisttile{text-align: center;margin:30px  40px}
h2.unilisttile{margin-bottom: 20px;}

.mobileonly {
    display: none
}

.btopholder {
    width: 100%;
    min-height: 10px;
}

.btopholder.inpage {
    margin: 0 0 40px;
}

.btopholder.inpage.fstory {
    margin: 40px 0;
}

@media (max-width: 1150px) {
    .btopholder {
        width: 100%;
        min-height: 175px
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --indent-negative: -16px;
        --indent: 32px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --header-height: 76px; /* header на моб */
    }
}

.onslide-cats a[data-catid="/genre/drama"] {
    background-color: #33CCFF
}

/* Drama */
.onslide-cats a[data-catid="/genre/drama"] {
    background-color: #06D
}

/* MeloDrama */
.onslide-cats a[data-catid="8"] {
    background-color: rgb(39, 81, 129)
}


/* Suspense */
.onslide-cats a[data-catid="4"] {
    background-color: #A4DD00
}

/* Adventure */
.onslide-cats a[data-catid="/genre/adventure"] {
    background-color: #00DDA8
}
/* Travel */
.onslide-cats a[data-catid="106"] {
    background-color: #04c497
}

/* Action - Boevik*/
.onslide-cats a[data-catid="/genre/action"] {
    background-color: #CB00DD
}

/* Fiction */
.onslide-cats a[data-catid="11"] {
    background-color: #EB9100
}

/* Fantasy */
.onslide-cats a[data-catid="6"] {
    background-color: #cf8102
}

/* Comedy */
.onslide-cats a[data-catid="/genre/comedy"] {
    background-color: #d8db00
}

/* Entertainment */
.onslide-cats a[data-catid="72"] {
    background-color: #cc2a58
}


/* Triller */
.onslide-cats a[data-catid="/genre/thriller"] {
    background-color: #63049e
}

/* Horror */
.onslide-cats a[data-catid="/genre/horror"] {
    background-color: #8900DD
}

/* Animatiom */
.onslide-cats a[data-catid="/genre/animation"] {
    background-color: #00DDA8
}

/* Romance */
.onslide-cats a[data-catid="/genre/romance"] {
    background-color: #DACD3E
}

/* SciFi */
.onslide-cats a[data-catid="/genre/sci-fi"] {
    background-color: #FF0000
}

/* Fantasy */
.onslide-cats a[data-catid="/genre/fantasy"] {
    background-color: #bb7bf8
}


/* Bio */
.onslide-cats a[data-catid="/genre/biography"] {
    background-color: #80b7eb
}

/* Western */
.onslide-cats a[data-catid="/genre/western"] {
    background-color: #9be656
}

/* War */
.onslide-cats a[data-catid="/genre/war"] {
    background-color: #360e10
}

/* Documentary */
.onslide-cats a[data-catid="/genre/documentary"] {
    background-color: #423f3f
}

/* Kids */
.onslide-cats a[data-catid="/genre/family"] {
    background-color: #1c641f
}

/* Historical */
.onslide-cats a[data-catid="/genre/history"] {
    background-color: #411727
}


/* Criminal */
.onslide-cats a[data-catid="/genre/crime"] {
    background-color: #830222
}

/* Mistique */
.onslide-cats a[data-catid="/genre/mystery"] {
    background-color: #461347
}

/* Music */
.onslide-cats a[data-catid="/genre/musical"] {
    background-color: #006b6e
}

/* Family */
.onslide-cats a[data-catid="/genre/family"] {
    background-color: #005323
}

/* Sport */
.onslide-cats a[data-catid="/genre/sport"] {
    background-color: #1900a8
}



/* Announce */
span.agerestrict {
    background-color: #DD003F
}

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, table, iframe, video, frame, embed, object {
    max-width: 100%;
}

body {
    padding: 0;
    margin: 0;
    color: var(--tt);
    background: var(--bg);
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 1px;
}

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

a:hover, a:focus {
    color: var(--tt);
    text-decoration: none;
}

::selection {
    background: #ff0000;
    color: #fff;
}

b, strong, .bolder {
    font-weight: 700;
}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: var(--inter);
}

button, .btn, input[type="button"], input[type="reset"], input[type="submit"], .form__btn,
.qq-upload-button, .pm__links a, .usp__btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    background-color: var(--accent);
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.form__btn:hover, .qq-upload-button:hover, .pm__links a:hover, .usp__btn a:hover {
    background-color: var(--accent-bright);
    color: #fff;
    border-color: var(--accent-bright);
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.color-btn, [class*=fr], [class*=plyr], [class*=owl-], [id*=mceu] {
    padding: 0;
    margin: 0;
    line-height: normal;
    border: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
}

input[type="text"], input[type="password"] {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    padding: 0 15px;
}

select {
    height: 40px;
    padding: 0 15px;
    display: block;
}

select:not([multiple]) {
    background-image: url(../eimages/chevron.svg);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: .6em auto;
}

select option {
    padding: 6px 10px;
}

select[multiple] {
    padding: 0 5px;
}

.select-inline {
    max-width: 293px;
    margin-left: 36px
}

textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    background-color: var(--bg);
    color: #fff;
    border: 1px solid #fff
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: inset 0 0 0 1px var(--accent), inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}

input::placeholder, textarea::placeholder {
    color: #fff;
    opacity: 0.9;
    font-size: 13px;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: transparent
}

.checkbox input, .comments_subscribe input {
    border: 1px solid white;
}

.checkbox input::before, .comments_subscribe input::before {
    width: 14px;
    height: 14px;
    left: 2px;
    top: 2px;
    background-color: white;
}

.checkbox input:checked, .comments_subscribe input:checked {
    background-color: var(--accent);
}

.feedback-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001
}

.feedback-wrapper .formover {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1001
}

.feedback-wrapper .form {
    width: 90%;
    max-width: 400px;
    height: auto;
    max-height: 100%;
    position: relative;
    background-color: #020D18;
    padding: 33px 22px;
    overflow-y: auto
}

.feedback-wrapper .form__btn {
    width: 100%;
    max-width: 100%;
}

.feedback-wrapper .form__title {
    text-align: center;
}

.feedback-wrapper .feedback-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}

.feedback-close:before, .feedback-close:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #fff;
}

.feedback-close:before {
    transform: rotate(45deg);
}

.feedback-close:after {
    transform: rotate(-45deg);
}

.fdb-form {
    padding-left: 8px;
}

/* Typography
----------------------------------------------- */
body {
    font-family: var(--inter);
    line-height: 150%;
    font-size: 18px;
}

a {
    font-family: var(--inter);
    letter-spacing: 0.3px;
}

h1, h2, h3, .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: normal
}

.subtitle {
    font-weight: 400;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 40px;
}

section h2 {
    font-size: 36px;
}
h2.page__description_fw{font-size:32px;}
@media screen and (max-width: 1220px) {h2.page__description_fw{font-size:26px;}}
h3 {
    font-size: 28px;
}

.big-slider h2 {
    margin-bottom: 64px;
    margin-top: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

.big-slider h2.accent {
    color: var(--accent);
}


@media (max-width: 1680px) {
    body {
        font-size: 16px
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }
}

@media (max-width: 1368px) {
    h1 {
        font-size: 32px;
    }

    h2, section h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }
}

@media (max-width: 1280px) {
    body {
        font-size: 14px
    }

    .big-slider h2 {
        font-size: 18px;
        font-weight: 400
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 18px
    }

    h1 {
        font-size: 28px;
    }

    h2, section h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }
}

@media (max-width: 810px) {
    body {
        font-size: 16px
    }

    h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 14px
    }
}

@media (max-width: 360px) {
    body {
        font-size: 12px
    }
}

/* SNIPPETS
----------------------------------------------- */
.img-box, .img-wide, .img-responsive, .img-fit-cover {
    overflow: hidden;
    position: relative;
}

.img-responsive {
    padding-top: 60%;
}

.img-responsive--portrait {
    padding-top: 150%;
}

.img-box > img, .img-responsive > img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.img-responsive > img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-wide img, .img-wide > a {
    width: 100%;
    display: block;
}

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

.clr {
    clear: both;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.ws-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vw100 {
    margin: 0 calc((100% - 100vw) / 2);
    padding: 0 calc((100vw - 100%) / 2);
}

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

.d-flex, .fx-row, #rdr-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.lt-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start
}

.c-flex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.sb-flex {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.fd-column, .fx-col {
    flex-direction: column;
    flex-wrap: nowrap;
}

.jc-space-between, .fx-row {
    justify-content: space-between;
}

.jc-flex-start, .fx-start, #rdr-content {
    justify-content: flex-start;
}

.jc-center, .fx-center {
    justify-content: center;
}

.jc-flex-end {
    justify-content: flex-end;
}

.ai-flex-start {
    align-items: flex-start;
}

.ai-center, .fx-middle {
    align-items: center;
}

.ai-flex-end {
    align-items: flex-end;
}

.order-first {
    order: -1;
}

.order-last {
    order: 10;
}

.btn-icon, .centered-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.icon-at-left [class*="fa-"], .icon-left .icon {
    margin-right: 0.5em;
}

.icon-at-right [class*="fa-"], .icon-right .icon {
    margin-left: 0.5em;
}

.hidden, #dofullsearch, .form__header .form__btn, .comment-item__main .quote + br, .d-none {
    display: none;
}

.anim, button, .btn, a, a img, .btn-accent, .header__btn-search {
    transition: all .3s;
}

#fullsearch {
    width: 100%;
    margin: 0 -8px 60px
}

.search-page .message-info, #rdr-content .message-info {
    margin: 20px 0
}

.glob_cat_menu a {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 10px 16px;
    border-bottom: 2px solid transparent;
}

.glob_cat_menu a:hover {
    color: var(--accent-bright);
    border-bottom-color: var(--accent-bright);
    cursor: pointer
}

.glob_cat_menu a.active {
    color: var(--accent);
    border-bottom-color: var(--accent)
}

.catmenu {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 28px 0;
    max-width: 100%
}


.catmenu .category-item {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    background-color: var(--secodaryacc);
    color: #fff;
    font-size: 16px;
    padding: 10px 4px;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.catmenu .category-item:hover {
    background-color: var(--accent-bright);
}

.catmenu .category-item.active {
    background-color: var(--accent);
}

.sidebar .catmenu {
    display: flex;
    justify-content: stretch;
    margin: 36px 0
}

.sidebar .category-item {
    white-space: nowrap;
    width: auto
}

.d_topic p {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0;
    line-height: 150%
}

.d_topic p.discuss_title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: var(--accent)
}

.items-list {
    border-top: 1px solid #fff;
    margin-bottom: 132px;
}

.up_item {
    border-bottom: 1px solid #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap
}

.discuss .up_item {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap
}

.up_item h5 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block
}

.up_item h5 span {
    font-weight: 400;
    display: inline-block
}

.up_item .additional_info {
    font-size: 14px;
    font-weight: 400;
    display: block;
    max-width: 70px;
    text-align: right
}

.discuss .up_item {
    justify-content: flex-start;
}

.film_ava {
    width: 64px;
    min-width: 64px !important;
    height: 64px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-right: 23px;
}

.film_ava img {
    width: 100%;
    height: auto;
}

.pmovie2 #rdr-content {
    width: calc(100% + 20px);
    margin-left: -8px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
}
.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    margin-top:20px;
}

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

#tmovie #rdr-content {
    width: 100%;
    margin-left: 0;
}

.fullstory {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 60px
}

.fullstory article {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    position: relative
}

.fullstory .movieinfo {
    width: auto;
    padding-right: 8%;
    padding-top: 0
}

.fullstory .discuss_full {
    width: auto;
    padding-right: 0;
    padding-top: 40px;
    min-width: calc(54% - 8px);
}

.fullstory .movieposter, .fullstory .recomendations {
    width: 100%;
    max-width: 100%;
    min-width: 46%;
    max-height: 60vh;
    border-left: 1px solid #333;
}
.fullstory .recomendations {
    min-width: unset;
    max-height: unset;
}

.fullstory .recomendations {
    max-height: unset;
    border-left: 0;
    padding-bottom: 60px
}

.fullstory .movieposter {
    text-align: center;
}

.fullstory .recomendations {
    padding-right: 0
}

/** .fullstory .movieposter img{width:100%;height: auto;} **/
.fullstory .movieposter img {
    width: auto;
    height: auto;
    max-height: 60vh;
}

.fullstory .movieinfo .mi_t h1 {
    margin: 16px 0;
    font-size: 32px;
}

.pactor .movieinfo .mi_t h1 {
    margin-top: 20px;
}

.fullstory .movieinfo .tohr {
    display: inline
}

.fullstory .movieinfo .movie-description {
    padding: 8px 0 24px
}

.fullstory .movieinfo p {
    font-size: 18px
}

.fs-actions .button {
    margin-right: 16px;
    margin-bottom: 20px;
    padding: 10px 40px
}

i.circle-play {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/play.svg) no-repeat center;
    vertical-align: middle
}

.fullstory .movieinfo .credits {
    margin: 44px auto;
}

.fullstory .movieinfo .credits p {
    font-size: 16px;
    margin-bottom: 8px
}

.fullstory .movieinfo .onslide-cats a, .fullstory .movieinfo .agerestrict {
    background: transparent;
    border: 1px solid #fff
}

.fullstory .movieinfo .onslide-cats a:hover {
    background: var(--accent)
}

h2.sect__title_sm {
    font-size: 28px
}

.series-block {
    position: relative;
    max-width: calc(100vw - var(--indent))
}

.series-block-header h3 {
    display: inline-block;
    font-size: 28px;
    line-height: 130%
}

.series-gallery {
    margin: 25px 0;
    margin-left: -8px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 64px
}

.series-gallery .slick-list {
    max-width: 100%
}

.series-gallery a {
    display: inline-block;
    position: relative;
    max-width: 20vw;
    padding: 0 8px
}

.series-gallery img {
    display: block;
    position: relative;
    max-width: 100%;
}

.series-gallery .actor a {
    padding: 0;
}

article.pactor {
    padding-bottom: 120px;
    padding-left: 16px;
}

.rec_wrap {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    flex-wrap: wrap
}


.recomendations .sect__header.sb-flex {
    align-content: center;
    padding-right: 8px;
}

#rdr-content .rec_wrap .default.poster {
    min-width: calc(17% - 21px);
}

[data-src] {
    opacity: 0;
    transition: opacity 0.3s;
}

[data-src].lazy-loaded {
    opacity: 1;
}

.button {
    display: flex;
    height: 50px;
    padding: 10px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: white;
    background-color: var(--accent);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--accent);
}

.button.inverse {
    background-color: var(--bg);
    border: 1px solid #fff;
}

.button:hover {
    background-color: var(--accent-bright);
}

.breadcrumbs {
    margin: 40px 8px 40px;
    display: block;
    font-size: 16px;
    color: var(--accent);
}


.breadcrumbs a {
    color: #fff;
}

.breadcrumbs .fal {
    font-size: 10px;
    color: #fff;
    margin: 0 16px
}


/* SLICK BASE CSS */
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-arrow.slick-hidden, .slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slider {
    max-width: 100%;
    overflow-x: hidden
}

/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {
    min-width: 320px;
    position: relative;
    background: #020D18;
}

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

.wrapper-main {
    min-height: 100vh;
    background-color: var(--bg);
}

.header {
    color: #eee;
    background-color: var(--bg);
    padding: 31px calc(var(--indent) / 2);
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fff
}

.pmovie2.hpm .header {
    border-bottom: 1px solid var(--accent)
}

footer.footer {
    margin-top: 60px
}

.footer__one {
    background-color: var(--secodaryacc);
    color: var(--tt-dark);
    padding: 48px calc(var(--indent) / 2) 48px;
    max-width: 100%
}

.footerblock {
    display: block;
    width: auto;
    min-width: 186px;
    max-width: 400px;
}

.footerblock p {
    font-size: 16px;
    font-weight: 600;
}

.footerblock p.menutitle {
    color: var(--accent);
}

.footerblock p.menutitle.subs {
    color: var(--tt-dark);
}

.footerblock p.menutitle.social {
    margin-top: 39px;
    margin-bottom: 9px;
    color: var(--tt-dark);
}

.footerblock form {
    margin-top: 6px;
}

.footerblock .social_icons a {
    margin-right: 24px;
}

.footer__menu {
    margin-top: 8px;
}

.footer__menu li {
    margin-top: 16px;
}

.footer__menu li a {
    font-size: 14px;
}

.footer__two.c-flex {
    margin-top: 1px;
    background-color: var(--secodaryacc);
    color: var(--tt-dark);
    padding: 20px calc(var(--indent) / 2) 20px;
    font-size: 14px;
}

.col-main {
    padding: 0 calc(var(--indent) / 2);
}

#scrolltop {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 32px;
    right: 40px;
    top: -79px;
    z-index: 990;
    display: none;
    color: white;
    border: 1px solid white;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
}

.glocat_content {
    width: 100%
}

.ui-dialog-content {
    background: var(--secodaryacc)
}

/* HEADER, NAV
----------------------------------------------- */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 21;
}

.logo_n_menu, .header_search_nlog {
    display: flex;
    align-items: center
}

.logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 44px;
    text-align: left;
    margin-right: calc(var(--indent) / 2);
    padding-left: 8px;
}
.logo img{height: 44px;width:auto;}

.header__menu {
    position: relative;
}

.header__menu > li {
    margin-right: 30px;
}

.header__menu > li > a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.header__menu > li:hover > a, .header__btn:hover, .header__menu-hidden a:hover {
    color: var(--accent);
}

.header__menu li.active > a {
    color: var(--accent);
}

.header__menu-hidden {
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 999;
    background-color: var(--bg);
    box-shadow: var(--bsh);
    padding: 30px;
    width: 600px;
    column-gap: 30px;
    column-width: 150px;
    border-left: 2px solid var(--accent);
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
}

.header__menu-hidden li {
    margin-bottom: 10px;
}

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

.header__btn {
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 40px;
}

.header__btn .fal {
    padding: 0;
    width: 40px;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--bsh-2);
    margin-right: 10px;
    background-color: var(--accent);
    color: #fff;
}

.header__search {
    position: relative;
    width: 500px;
    margin-right: 12px;
}

.header__search_mobile {
    width: 36px;
    height: 36px;
    display: none
}

.header__search input, .header__search input:focus {
    padding: 0 60px 0 10px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFF;
    color: #fff;
}

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

.header__search button {
    position: absolute;
    right: 0;
    padding: 10px 48px;
    background: var(--accent);
    color: #fff;
    width: 95px;
    margin-top: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
    height: 100%;
    top: 0;
}

.has-child {
    position: relative
}

.has-child:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-size: 9px;
    position: relative;
    margin-left: 4px;
    top: -2px;
    transition: all 0.25s linear;
    display: inline-block
}

.has-child:hover:after {
    color: var(--accent);
    transform: rotate(180deg) translateY(-2px);
}

.js-show-login:not(.mobileonly) {
    display: flex;
    align-items: center
}

.js-show-login, .js-show-register {
    margin-left: 26px;
    cursor: pointer;
    font-size:14px;
}

.footer .js-show-login {
    margin-left: 0;
}

.message-info {
    margin: 0 calc(var(--indent) / 2);
    z-index: 1
}

.message-info a:hover, .message-info a:focus {
    color: var(--accent)
}

#registration .message-info {
    margin: 30px 0;
    z-index: 1
}

#registration {
    margin-top: 30px
}

#page__comments-list .message-info {
    margin: 0;
}

.search-page {
    margin: 0 16px;
}


@media (max-width: 1600px) {
    .header__search {
        position: relative;
        width: 380px;
    }

    .header__menu > li {
        margin-right: 18px;
    }
}

@media (max-width: 1440px) {
    .js-show-login, .js-show-register,
    .header__menu > li > a {
        font-size: 13px;
    }

    .header__menu > li {
        margin-right: 24px;
    }

    .js-show-login, .js-show-register {
        margin-left: 24px;
    }

    .js-show-login:not(.mobileonly) {
        display: flex;
        align-items: center;
    }

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

}

@media (max-width: 1280px) {
    .header {
        padding: 16px calc(var(--indent) / 2);
    }

    .header .header__search {
        display: none;
        position: relative;
        margin-right: 0;
        background: #020D18;
    }

    .header .header__search button {
        padding: 5px 5px;
        width: 36px;
        text-transform: none;
        text-indent: -10000px;
        background-image: url(../images/search_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .footerblock .header__search {
        display: block
    }

    .header__search_mobile {
        width: 36px;
        height: 36px;
        display: flex
    }
}

.footer {
    position: relative
}

.footer .header__search {
    max-width: 400px;
    width: 100%
}

@media (max-width: 1024px) {
    .footerblock {
        margin-bottom: 40px
    }
}

@media (max-width: 860px) {
    .js-show-mobile-menu {
        display: block;
        margin-left: 19px
    }

    .header__menu {
        display: none
    }

    .js-show-register, .js-show-login {
        display: none
    }
}


/* BIG SLIDER
----------------------------------------------- */
.big-slider {
    margin: 40px var(--indent-negative) 0px;
    background-color: transparent;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 24px 0;
    min-height:428px;
}

.big-slider #slickbiginfo {
    position: absolute;
    bottom: 100px;
    right: 100px;
}

.big-slider h1 {
    margin-top: 80px;
    margin-bottom: 16px;
    text-align: center;
}


.bslide {
    height: auto;
    position: relative;
    color: #eee;
    padding: 16px;
    max-width: 465px;
}

.bslide .onslide-cats {
    position: absolute;
    bottom: 16px;
    left: 12px;
    color: #fff;
    display: flex;
    flex-wrap: wrap
}
.bslide .onslide-cats.serie {
    bottom: auto;
    left:auto;
    top:0;
    right:0;
   }
.default.poster.grid-item.has-overlay .onslide-cats.serie{
    bottom: auto;
    left:auto;
    top:-2px;
    right:0;
    position:absolute;
    text-align: center;
    height:20px
}
.default.poster.grid-item.has-overlay .onslide-cats.serie span.series{
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    margin-right: 0;
    background-color:var(--accent);
    display: flex;
    align-content: center;
    justify-content: center;
}


.bslide .onslide-cats.serie span.series{
    color: #fff;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    margin-right: 0;
    background-color:var(--accent)}


.onslide-cats a {
    display: none;
    color: #fff;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    margin-right: 0;
    background-color: #999
}


.onslide-cats a:nth-of-type(-n+2) {
    display: inline-block;
    margin-right: 8px;
    padding: 4px 6px;
}


.agerestrict {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    margin-right: 8px;
}

.onslide-dubwrp {
    position: absolute;
    top: 16px;
    right: 16px;
}

.onslide-dub {
    background-color: var(--accent);
    color: #fff;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    margin-top: -1px;
}

.bslide > img {
    position: absolute;
    left: 0;
    top: 0;
}

.bslide__poster {
    width: 101%;
    max-width: 435px;
    height: auto;
    margin: 0;
    z-index: 5;
    overflow: hidden;
}

.bslide__label {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 15px;
    background-color: var(--accent-3);
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 10px;
}

.bslide__desc {
    position: relative;
    z-index: 5;
    min-height: 360px;
    padding-right: 140px;
}

.bslide__cat {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.8;
}

.big-slider h2.bslide__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    margin: 16px 0;
    width: 100%
}

.bslide__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.movie__meta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.bslide__meta span, .movie__meta span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.bslide__meta span.rating, .movie__meta span.rating {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.bslide__meta span.rating:after, .movie__meta span.rating:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url(../images/Star.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.movie__meta span.duration {
    margin-left: 0;
}
.movie__meta span.rating {
    margin-left: 36px;
}

.bslide__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
}

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

.bslide__btn {
    height: 60px;
    padding: 0 40px;
}


/* TWO COL LAYOUT
----------------------------------------------- */
.mainwrapper {
    max-width: 1780px;
    width: 100%;
    margin: 30px auto 120px;
}

.twocol {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.mainwrapper.twocol {
    margin: 30px auto 0;
}

.col1 {
    width: 100%;
    max-width: 1177px;
}

.sidebar {
    width: 100%;
    max-width: 603px;
    padding-left: 60px
}

.sidebarheader {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sidebarheader h2 {
    font-size: 28px;
    display: inline-block
}

.sect {
    position: relative;
    padding-bottom: 88px
}

.seall {
    color: var(--accent)
}

.mc-bottom.seall {
    position: absolute;
    left: 8px;
    bottom: 10px
}

.cta_block {
    display: flex;
    padding: 48px 36px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    align-self: stretch;
    background: var(--secodaryacc);
    margin-bottom: 120px
}

.cta_block p {
    line-height: 150%;
    margin: 8px 8px 0
}

.cta_block p.cta_header {
    font-size: 36px;
    margin: 0 8px 0
}

/**
 * SLICK SLIDER COMMON STYLES
 */

.pagenav-button,
.uslick {
    cursor: pointer;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.25s ease-in-out
}

.pagenav-button:hover,
.uslick:hover {
    border: 1px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--accent)
}

.pagenav-button.uprev:before,
.uslick.uprev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    margin-left: -3px;
}

.pagenav-button.unext:before,
.uslick.unext:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    margin-right: -3px;
}

.custom-pagination span {
    margin: 0 16px;
    display: block
}

.custom-pagination {
    position: absolute;
    bottom: 0;
    right: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#slick-big {
    padding-bottom: 20px;
    margin-left: -16px;
    margin-right: -16px;
    opacity: 0
}
#slick-big2{opacity:0;transition: opacity 0.5s ease-in}
#slick-big2.slick-initialized{opacity:1;}

#slick-big.slick-initialized {
    opacity: 1;
    transition: opacity 0.25s ease-in
}

.big-slider .uslick:hover {
    border-color: var(--accent)
}

.big-slider .uslick {
    cursor: pointer;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.25s ease-in-out;
    left: 5px;
    top: 40%;
    position: absolute;
}

.big-slider .uslick.unext {
    left: auto;
    right: 5px;
}

.hpm h1 {
    margin-top: 40px;
    text-align: center
}

.hpm .big-slider h2 {
    text-align: left;
    margin: 20px 0;
    font-weight: 600;
}

.hpm .big-slider h2.slidertitle {
    font-weight: 500;
    margin: 20px 16px 10px;
}

.hpm .pagetitlesection h2 {
    font-weight: 500;
    text-transform: none;
    margin-bottom: 30px;
    text-align: center
}

.generosect {
    background-color: var(--secodaryacc);
    margin: 40px 0;
    padding-bottom: 50px;
}

@media (min-width: 1280px) {
    #slick-big {
        margin-left: 0;
        margin-right: 0;
    }
}

/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {
    margin-bottom: 60px;
}

.sect.lastsect,
.sect.maincontent {
    margin-bottom: 120px;
    user-select: none
}

.sect.siteinfo {
    margin: 0;
    padding-bottom: 0;
}

.faq-section {
    margin: 60px 0;
}

.sect.siteinfo h2 {
    margin-bottom: 16px;
}

.sect.siteinfo p {
    margin-bottom: 48px;
}

.sect__header {
    margin-bottom: 30px;
}

.sect__header.d-flex {
    justify-content: space-between;
    padding-right: 16px
}

.sect__header.d-flex h2 {
    max-width: 90%
}

.desc {
    display: grid;
    grid-gap: 20px;
    line-height: 1.7;
    color: var(--tt-dark);
    background: var(--bg);
    margin: 40px var(--indent-negative);
    padding: 80px var(--indent) 80px;
    font-size: 16px;
    margin-bottom: -40px;
}

.desc a {
    text-decoration: underline;
}

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

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

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

.speedbar a:after {
    color: var(--tt);
    display: inline;
    content: '/';
    margin: 0 5px;
}

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

.sect__btn-filter {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid var(--accent);
    color: var(--tt);
    cursor: pointer;
    margin-left: 20px;
}

.sect.newmovies,
.sect.newseries,
.sect.newtvshows,
.sect.newanime {
    margin-top: 120px
}


/* POSTER ITEM
----------------------------------------------- */
.poster {
    display: block;
    position: relative;
    overflow: hidden;
}

.poster__rating {
    position: relative;
    background: url(../eimages/rating.svg);
    height: 17px;
    width: 85px;
}

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

.poster__title a {
    display: block;
    max-width: 340px;
}

.poster__title a span {
    display: block;
}

.poster__title a::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    content: '';
}

.poster__subtitle li {
    display: inline-block;
    margin: 8px 0 10px 0;
    color: var(--tt-2);
}

.poster__subtitle li a {
    color: var(--tt-2);
}

.poster__subtitle li:not(:last-child)::after {
    margin-left: 6px;
    content: '/';
    opacity: 0.6;
}

.poster__label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-weight: 700;
    padding: 10px 10px 30px 15px;
    background: linear-gradient(to bottom, #000, transparent);
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.poster:hover .poster__img {
    box-shadow: var(--bsh);
}

.poster-ext.not-loaded {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
}

.poster-ext.not-loaded::before {
    height: 100%;
    top: 0;
    margin: 0;
}

.poster-ext {
    position: fixed !important;
    left: 0;
    bottom: 20px;
    z-index: 999;
    background: var(--bg);
    box-shadow: var(--bsh);
    width: 500px;
    padding: 15px 15px 15px 165px;
    min-height: 180px;
}

.poster-ext h1 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.poster-ext .pmovie__header-list {
    width: 100%;
    margin: 0;
}

.poster-ext .page__text {
    max-height: 130px;
    overflow: hidden;
    margin: 0 0 -6px 0;
    position: relative;
    font-size: 13px;
}

.poster-ext .page__text::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: linear-gradient(to top, #111113, transparent);
    z-index: 1;
}

.poster-ext .pmovie__header-list li {
    margin: 0 !important;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.poster-ext .pmovie__header-list li > span:first-child {
    display: inline;
    margin: 0;
    font-size: 13px;
    color: var(--tt);
    font-weight: 700;
}

.poster-ext .pmovie__header-list li a {
    color: var(--accent);
    border-color: var(--accent);
}

.poster-ext .pmovie__poster {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 150px;
    height: 100%;
    box-shadow: none;
}

.poster-ext .not-shown-ajax {
    display: none !important;
}


.serinfo-descr{min-width:200px;}
.col-main.mw100{min-width: 100%;}

/* FOOTER, PAGINATION
----------------------------------------------- */


ul.pagination, ul.footer-links{
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap:wrap;
}

ul.pagination li a, ul.footer-links li a{
  text-decoration: none;
  color:#fff;
  margin:5px;
}
ul.pagination{margin-top:60px;}
ul.pagination li a{background-color: #333;padding:3px 5px 5px;border-radius: 4px;line-height: 1;display: flex;align-items: center;justify-content: center;min-width:24px;}
ul.pagination li a.active{background-color: var(--accent);color:#fff}
ul.footer-links li a{color:var(--accent);margin: 5px 10px;}

.footer__two {
    margin-top: 20px;
}

.footer__btn {
    font-size: 14px;
}

.footer__text {
    line-height: 1.7;
}




/* INNER PAGE
----------------------------------------------- */
.pmovie .big-slider {
    margin-bottom: 40px;
}

.pmovie .big-slider, .pmovie .bslide {
    height: auto;
}

.pmovie .bslide {
    padding-top: 160px;
}

.pmovie .bslide__poster {
    margin-left: 0;
}

.pmovie .bslide__cat {
    color: var(--tt-dark);
    opacity: 1;
}

.pmovie .bslide__text {
    opacity: 1;
    margin-top: 0;
}

.pmovie li.line-clamp {
    -webkit-line-clamp: 3;
}

.pmovie h1 a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
}

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

.pmovie__header-list li > span:first-child {
    margin-right: 3px;
    color: var(--tt-dark);
}

.pmovie__header-list li a {
    border-bottom: 1px dotted var(--accent-2);
    color: var(--accent-2);
}

.pmovie__fav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 24px;
    border: 1px solid #b1b1b1;
    color: var(--tt-dark);
}

.pmovie__ratings-caption {
    width: 100%;
    margin-bottom: 0;
}

.pmovie__rating {
    position: relative;
    margin-right: 30px;
}

.pmovie__rating--site .poster__rating {
    position: static;
    transform: none;
}

.pmovie__rating--site .pmovie__rating-content {
    height: 17px;
    margin: 9px 0 7px;
}

.pmovie__rating--site .poster__rating-fill {
    height: 17px;
    top: 9px;
}

.pmovie__rating--kp {
    margin-right: 0;
}

.pmovie__rating-content {
    font-size: 24px;
}

.pmovie__rating-caption {
    margin-top: 2px;
    color: var(--tt-dark);
    font-size: 12px;
}

.page__col-left {
    width: 240px;
    margin-right: 40px;
}

* + .page__subtitle {
    margin-top: 40px;
}

.page__subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery,
.pmovie__screenshots > p {
    display: grid;
    grid-gap: 5px 5px;
    width: 100%;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-flow: row dense;
}

.pmovie__screenshots a, .pmovie__screenshots img, .pmovie__screenshots li {
    height: 90px;
    display: block !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

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

.pmovie__screenshots br {
    display: none;
}

.pmovie__list {
    margin-top: -40px;
    background-color: var(--bg);
    color: var(--tt-dark);
    padding: 30px 20px;
    display: grid;
    grid-gap: 20px;
    line-height: 1.5;
}

.pmovie__list li > div:first-child {
    margin-bottom: 2px;
    font-weight: 700;
    color: var(--tt);
}

.pmovie__list a {
    color: var(--tt-dark);
}

.pmovie__related {
    margin: 0 var(--indent-negative);
    padding: 40px var(--indent);
    background-color: var(--bg);
    margin-bottom: -40px;
}

.page__text {
    margin-bottom: 26px;
}

.fullstory.discuss-recomendation {
    margin-top: 60px;
    display: flex;
    flex-direction: column-reverse;
    padding:0 28px;
}

.pmovie__player-bottom {
    margin-top: 10px;
}

.pmovie__rating-likes {
    margin: 0;
}

.pmovie__rating-likes > * {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #5d9b42;
    color: #fff;
    box-shadow: var(--bsh-2);
    padding: 0 20px 0 0;
    font-weight: 700;
    font-size: 18px;
}

.pmovie__rating-likes > * .fal {
    height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 24px;
}

.pmovie__rating-likes > * + * {
    background-color: #ea162a;
}

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

.pmovie__share .page__subtitle {
    margin-right: 10px;
}

.ya-share2 {
    height: 36px;
    padding: 6px 0;
    min-width: 164px;
}

.not-loaded {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.not-loaded::after {
    content: 'Загрузка...';
    display: inline-block;
    position: relative;
    z-index: 1;
}

.not-loaded::before {
    background: repeating-linear-gradient(45deg, #000, #000 10px, #111 10px, #111 20px);
    animation: move 10s infinite linear;
    animation-direction: alternate;
    content: '';
    width: 200%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

@keyframes move {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

.page__caption {
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    margin-top: 10px;
    color: var(--tt-dark);
    background-color: var(--bg);
    padding: 12px 20px 13px 80px;
}

.page__caption::before {
    content: '\f2f7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 38px;
    color: var(--accent-3);
    transform: translateY(-50%);
}

.pmovie__items {
    counter-reset: num;
}

.pmovie__player-bottom, .pmovie__player .page__caption {
    display: none !important;
}

.ftop-item + .ftop-item {
    margin-top: 15px;
}

.ftop-item, .ftop-item__desc {
    position: relative;
    z-index: 5;
    color: var(--tt-2)
}

.ftop-item__img {
    width: 60px;
    height: 90px;
    margin-right: 15px;
    z-index: 5;
}

.ftop-item__title {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--tt)
}

.ftop-item::before {
    content: counter(num);
    counter-increment: num;
    color: var(--tt-2);
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 700;
}

.soc-channels__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 20px 0 55px;
    height: 40px;
    overflow: hidden;
    background-color: #2daae1;
    color: #fff !important;
    box-shadow: var(--bsh-2);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 4px;
}

.soc-channels__item div {
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
    margin-top: -1px;
}

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


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page.p-static {
    width: 100%
}

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

.page__title_fw {
    width: 100%;
    padding-left: 8px;
}

.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: 700;
    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: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.page__comments-info {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -10px;
    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: 64px;
}

.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 #111;
    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;
    margin-top: 64px
}

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

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

.show-comms > a {
    display: inline-block;
    font-weight: 700;
    color: var(--accent);
    text-decoration: underline;
    margin-bottom: 30px;
}


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

.comment-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 0;
}

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

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

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

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

.comment-item__main {
    margin: 0 8px 0 23px;
    font-size: 16px;
}

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

.comment-item__rating a {
    margin-left: 6px;
    text-decoration: none
}

.comment-item__rating a > span:first-child {
    color: #6ab04c;
    margin-right: 2px;
}

.comment-item__rating a:last-child > span:first-child {
    color: #eb4d4b;
}

.comment-item__reply a {
    font-size: 16px;
    margin-right: 20px;
    color: var(--accent);
    text-decoration: none
}

.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: none;
    cursor: pointer
}

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

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

.btn.add-comments-form__btn {
    width: 100%
}

.comment-item__footer {
    margin-top: 10px
}

.comment-item__controls {
    width: 100%;
    margin-top: 8px;
    text-align: left
}

.comment-item__controls li {
    margin-left: 0;
    margin-right: 16px;
}

.commentlike {
    color: #61DD00;
    font-size: 16px;
}

.commentdislike {
    color: #DD003F;
    margin-left: 16px;
    font-size: 16px
}

.commentdislike i {
    transform: translateY(3px);
}

/* LOGIN
----------------------------------------------- */
.login {
    position: fixed;
    z-index: 99992;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: var(--bg);
    border-radius: 4px;
    width: 400px;
}

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

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

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

.login__header.jc-space-between {
    justify-content: center
}

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

.login__content {
    padding: 20px 40px;
}

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

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

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

.login__input input {
    padding-left: 40px;
}

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

.login__row button {
    width: 100%;
}

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

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

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

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

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

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

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

.login__menu a {
    display: block;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    background-color: var(--ui-bg-darker);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

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

.login__caption.lostpass {
    text-align: center
}

.nocont {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 500px;
    font-size: 26px;
    padding: 16px;
    width: 100%
}

form#userinfo {
    width: 100%
}

/* 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: 100%;
    max-width: 428px;
    height: calc(100vh - var(--header-height));
    overflow-x: hidden;
    overflow-y: auto;
    padding: 45px 0;
    z-index: 9991;
    position: fixed;
    left: -428px;
    top: calc(var(--header-height) + 1px);
    transition: left .4s;
    background: var(--bg);
    color: #fff;
}

#mobile-menu ul {
    padding: 0;
    column-gap: unset;
    column-width: unset;
    max-width: 100vw
}

#mobile-menu ul li a {
    padding: 8px 16px;
}

#mobile-menu .has-child ul.header__menu-hidden {
    display: none;
    width: 100%;
    background: transparent;
    border-top: 1px solid #fff;
    margin: 16px 0 0;
}

#mobile-menu .has-child ul.header__menu-hidden li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
}

#mobile-menu li a {
    width: 100%;
    padding: 16px;
}

#mobile-menu li.has-child ul li a {
    width: 100%;
    padding: 8px 16px;
}

#mobile-menu .header__menu-hidden li {
    margin-bottom: 0;
}

.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 {
    padding: 10px 20px;
    display: block;
    background: var(--bg);
    width: 100%;
    max-width: none;
}

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

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

.mobile-menu .header__menu-hidden {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
}

#mobile-menu .has-child:after {
    position: absolute;
    right: 16px;
    top: 16px
}

#mobile-menu .has-child.subactive:after {
    color: var(--accent);
    transform: rotate(180deg)
}


.header__menu > .has-child.subactive > a {
    color: var(--accent);
}


.js-show-mobile-menu {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.js-show-mobile-menu:after,
.js-show-mobile-menu:before,
.js-show-mobile-menu div {
    background-color: #fff;
    content: '';
    display: block;
    height: 1px;
    margin: 5px 0;
    transition: all .2s ease-in-out;
}

.activated.js-show-mobile-menu {
    z-index: 1001
}

.activated.js-show-mobile-menu:before {
    transform: translateY(5px) rotate(135deg);
}

.activated.js-show-mobile-menu:after {
    transform: translateY(-7px) rotate(-135deg);
}

.activated.js-show-mobile-menu div {
    transform: scale(0);
}


.filter-block {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.filter-block__cell-content select {
    padding: 0 36px 0 16px;
}

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

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

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

[data-dlefilter="reset"] {
    width: 40px;
    background-color: var(--bg-2);
    color: var(--tt-2);
    padding: 0;
    font-size: 18px;
    border: 1px solid var(--bdc);
    border-radius: 20px;
}


@media screen and (max-width: 1650px) and (min-width: 810px) {
    .col1 {
        max-width: 68vw
    }

    .sidebar {
        max-width: 28vw;
        padding-left: 2vw;
        width: 100%
    }

    .sidebar .category-item {
        font-size: 14px;
    }

    .up_item h5 {
        font-size: 14px;
    }
}


@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: 860px) {
    li.mobileonly {
        display: block;
        padding: 8px 16px;
    }

    li.mobileonly.divider {
        width: 90%;
        height: 1px;
        border-top: 1px solid #999999;
        margin-left: 16px;
        margin-bottom: 0;
        padding: 0
    }

    li.mobileonly .js-show-register, li.mobileonly .js-show-login {
        display: block;
        margin: 0;
        margin-left: 16px;
    }

    li.mobileonly.js-show-login {
        padding-left: 16px !important
    }

   

    .big-slider h1 {
        margin-top: 48px;
        margin-bottom: 16px;
        text-align: left;
        font-size: 28px;
    }

    .big-slider h2 {
        margin-bottom: 20px;
        text-align: left;
        font-size: 18px;
        font-weight: 400;
    }

    .big-slider h2.bslide__title {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        text-align: left;
        margin: 16px 0;
        width: 100%;
    }

    .header .header__search {
        display: none;
        position: absolute;
        margin-right: 0;
        left: 16px
    }
}


.sect__title.bmargin {
    margin-bottom: 50px;
}


.fq-spoiler {
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 16px;
    background-color: var(--secodaryacc);
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
    margin-top: 16px;
    position: relative;
}

.fq-spoiler:hover {
    color: var(--accent);
}

.fq-spoiler:after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 6px;
    height: 6px;
    transform: rotate(-315deg);
    transition: all 0.25s ease
}

.fq-spoiler.fqs-active {
    color: #fff;
}

.fq-spoiler.fqs-active:after {
    transform: rotate(-135deg);
    border-right: 1px solid var(--accent);
    border-bottom: 1px solid var(--accent);
}

.fq-spoiler-content {
    display: none;
    background-color: var(--secodaryacc);
    padding: 16px;
    margin-bottom: 16px;
    margin-top: -16px;
}


ul.s-about {
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color:#999;
}

ul.s-about li{
    margin-bottom: 10px;
}

.desc ul.s-about li {
    margin-left: 0;
    margin-bottom: 10px;
}

.slick-home-generic {
    opacity: 0
}

.slick-home-generic.slick-initialized {
    opacity: 1
}

#rdr-content .default.poster {
    max-width: calc(17% - 16px);
    display: block;
    margin: 8px
}
#rdr-content .rec_wrap .default.poster {
    max-width: calc(17% - 21px);
}
.hpm #rdr-content .default.poster {
    max-width: calc(25% - 17px);
}

.full-text-static {
    padding-left: 12px;
    margin-top: 30px
}

.s-page #rdr-content {
    margin-left: -8px;
    margin-right: -8px;
}

.onecat #rdr-content {margin:0}
.onecat h1.page__title_fw {
    padding-bottom: 1em;
}

.onecat #rdr-content .default.poster,
.s-page #rdr-content .default.poster {
    width: 100%;
    max-width: calc(16.666% - 16px);
    display: block;
    margin: 8px
}
.onecat #rdr-content .rec_wrap .default.poster {

    margin: 6px;
  }
.slick-home-generic .poster.default {
    display: block;
    padding: 4px 8px
}


.default .poster__img {
    padding: 0;
    margin: 0;
    line-height: unset;
    overflow: hidden;
    aspect-ratio: 1/1.46;
}


.searchresults .poster__img img,
.default .poster__img img {
    padding-top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}


.default .poster__desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: end;
    opacity: 1;
    transition: all 0.25s linear;
    z-index: 1;
    transform: translateY(5%);
}

.default .poster__desc:before {
    z-index: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(2, 13, 24, 0.89) 38.18%, rgba(2, 13, 24, 0.00) 80%);
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    opacity: 1;
    transition: all 0.25s linear;
    transform: translateY(25%);
}


.default .poster__desc .onslide-cats {
    width: 100%;
    order: 1;
    z-index: 10;
    opacity: 0;
    transition: all 0.25s linear;
}
.default.poster.grid-item.has-overlay .onslide-cats.serie.def {
top:4px;
right:8px;
}

.default .poster__desc h3 {
    order: 2;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 13px;
    margin-bottom: 8px;
    width: 100%;
    z-index: 5;
    transition: all 0.25s linear;
}

.default .poster__desc .bslide__meta {
    order: 3;
    align-items: center;
    align-content: flex-end;
    z-index: 5;
    opacity: 0;
    transition: all 0.25s linear;
}

.slick-home-generic .default .poster__desc {
    padding: 8px
}

.slick-home-generic .default .poster__desc .bslide__meta {
    width: calc(100% - 8px);
}

.default.poster:hover .poster__desc,
.default.poster:hover .default .poster__desc:before {
    transform: translateY(0);
}

.default.poster:hover .poster__desc .bslide__meta,
.default.poster:hover .poster__desc .onslide-cats {
    opacity: 1;
}



.default .onslide-cats a {
    display: none;
    color: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    margin-right: 0;
}

.default .onslide-cats a:nth-of-type(-n+2) {
    display: inline-block;
    margin-right: 4px;
    padding: 4px;
}

.default .agerestrict {
    color: #fff;
    padding: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    margin-right: 0;
    margin-left: 0;
}

.default .onslide-dubwrp {
    position: absolute;
    top: 24px;
    right: 32px;
}

.default .onslide-dub {
    padding: 3.5px 4px 4px;
    font-size: 12px;
    text-align: center;
}

.page.pmovie {
    width: 100%;
   }
article.page.pmovie {
    padding: 0 28px;
}


@media screen and (max-width: 1440px) {
    .default .poster__desc {
        padding: 8px;
    }

    .bslide__meta span, .movie__meta span {
        font-size: 14px;
    }

    .fullstory .movieinfo .mi_t h1 {
        margin: 16px 0;
        font-size: 40px;
    }
}

.onecat #rdr-content .default.poster .bslide__meta span.rating::after,
.s-page #rdr-content .default.poster .bslide__meta span.rating::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

@media screen and (max-width: 1280px) {
    .onecat #rdr-content .default.poster, .s-page #rdr-content .default.poster {
        max-width: calc(16.666% - 16px);
    }

    #rdr-content .rec_wrap .default.poster {
        min-width: calc(50% - 16px);
    }
}

@media screen and (max-width: 1280px) {
    .onecat #rdr-content .default.poster, .s-page #rdr-content .default.poster {
        max-width: calc(25% - 16px);
    }

    .glob_cat_menu a {
        font-size: 28px;
    }
}


@media screen and (max-width: 810px) {
    .fullstory {
        flex-wrap: wrap
    }

    .fullstory .movieinfo,
    .fullstory .movieposter {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .fullstory .movieposter {
        order: 0;
        transform: unset;
        padding-right: 0;
        border-left: 0;
    }

    .fullstory .movieinfo {
        order: 1;
        flex-direction: column;
    }

    .fullstory .movieinfo .mi_t {
        display: flex;
        flex-direction: column;
        max-width: 100%
    }

    .fullstory.discuss-recomendation {
        display: flex;
        flex-direction: column;
        max-width: 100%
    }

    .fullstory .discuss_full,
    .fullstory .recomendations {
        padding-right: 0;
    }

    .fullstory .series-block {
        margin-bottom: 40px
    }

    .fullstory .movieinfo .fs-actions .button,
    .fullstory .movieinfo .fs-actions a {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .fullstory .movieinfo .fs-actions {
        order: 0;
        margin: 24px 0 0;
    }

    .fullstory .movieinfo .mi_t h1 {
        order: 1;
        font-size: 28px;
        margin: 4px 0 16px
    }

    .fullstory .movieinfo p.yearof {
        order: 2;
        font-size: 14px
    }

    .fullstory .movieinfo .movie__meta {
        order: 3;
    }

    .fullstory .movieinfo .movie-description {
        order: 4;
        font-size: 16px
    }

    .fullstory .movieinfo .credits {
        order: 5;
        margin: 0;
    }

    .fullstory .movieinfo .onslide-cats {
        order: 6;
    }

    .fullstory .movieinfo .pmovie__player {
        order: 7;
    }

    .pmovie2 .breadcrumbs {
        margin: 36px 0 24px
    }

    .fullstory .movieinfo .credits p {
        font-size: 14px
    }

    .fullstory .movieinfo .onslide-cats {
        margin-top: 24px;
    }

    .fullstory .movieinfo .onslide-cats a {
        font-size: 16px;
        padding: 8px;
        font-weight: 500
    }

    .onecat #rdr-content .default.poster, .s-page #rdr-content .default.poster {
        max-width: calc(33.333% - 16px);
    }

    .mainwrapper.twocol {
        flex-wrap: wrap
    }

    .sidebar {
        padding-left: 0;
    }

    .sidebar, .col1 {
        width: 100%;
        max-width: 100%
    }

    .sect.siteinfo {
        margin: 0 0 60px
    }

    .items-list.discuss {
        margin-bottom: 0
    }

    .category-item {
        min-width: unset;
        width: auto;
        flex-grow: 1;
    }

    .sidebar .category-item {
        min-width: unset;
        max-width: unset;
        width: auto;
        flex-grow: 1;
    }

    .footer__one .logo {
        display: none
    }

    .footerblock:last-of-type {
        margin-top: 36px;
        padding-top: 36px;
        border-top: 1px solid #020D18;
        width: 100%;
    }

    .page__comments .message-info {
        margin-bottom: 40px
    }

    .announcement {
        margin-top: 20px;
    }

    .fullstory .movieinfo p {
        font-size: 14px;
    }

    .fullstory .movieinfo .onslide-cats a {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .onecat #rdr-content .default.poster, .s-page #rdr-content .default.poster {
        max-width: calc(50% - 16px);
    }
}



@media screen and (max-width: 480px) {
    .bslide__meta {
        flex-wrap: wrap;
    }

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

    #slick-big.slick-slider {
        max-width: calc(100% + 32px);
        overflow-x: hidden;
    }

    #slick-big {
        padding-bottom: 36px;
    }

    .slick-home-generic.slick-initialized {
        opacity: 1;
        max-width: calc(100% + 16px);
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .slick-home-generic .default .poster__desc .bslide__meta {
        width: calc(100% - 16px);
    }

    .hpm #rdr-content .default.poster,
    #rdr-content .default.poster {
        max-width: calc(50% - 16px);
    }

    .col-main .custom-pagination {
        margin-top: 48px;
        margin-bottom: 0;
        position: relative;
        bottom: unset;
        right: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-slider .custom-pagination {
        margin-bottom: 48px;
    }

    .default .poster__desc {
        transform: translateY(11%);
    }

    .default .poster__desc::before {
        transform: translateY(16%);
    }

    .mainwrapper.twocol {
        flex-wrap: wrap
    }

    .sect__header.d-flex {
        padding-right: 0;
    }


    .filter-block__cell.mobileonly {
        width: 100%;
        max-width: 100%;
        margin: 24px 0;
    }

    .filter-block__cell.mobileonly select {
        width: 100%;
        max-width: 100%;
    }

    .sect, .sect:not(:last-child) {
        position: relative;
        padding-bottom: 64px;
        margin-bottom: 0;
    }

    .glob_cat_menu {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap
    }

    .glob_cat_menu a {
        font-size: 24px;
        white-space: nowrap;
    }

    .catmenu.dtonly {
        display: none
    }

    .mobileonly {
        display: block
    }

    .mc-bottom.seall {
        position: relative;
        left: unset;
        bottom: unset;
        margin: 24px auto 36px;
        display: block;
        font-size: 16px;
        text-align: center;
    }

    .cta_block {
        padding: 48px 16px;
        margin-bottom: 64px;
    }

    .sect.newmovies, .sect.newseries, .sect.newtvshows, .sect.newanime {
        margin-top: 0;
    }

    .seall {
        font-size: 16px
    }

    .sidebar {
        padding-left: 0;
        margin-top: 64px;
    }

    .catmenu .category-item {
        font-size: 14px;
        padding: 6px 6px;
    }

    .up_item h5 {
        font-size: 16px;
    }


    .header .header__search {
        max-width: calc(100% - 70px);
    }
}



.op-player__video .op-controls__volume {
    margin-top: 26px !important;
}

.op-controls input[type="range"], .op-controls progress {
    top: -8px !important;
}

.op-controls .op-controls-time {
    margin: 13px 3px !important;
}

.op-player__play {
    border-width: 20px 0 20px 34px !important;
    height: 40px !important;
}

.op-player__play--paused {
    border-width: 0 0 0 40px !important;
}

.op-player__play:hover {
    background: transparent !important;
}

.playerwrapper .pmovie__player {
    transform: translateX(0) !important;
}

.playerwrapper .op-controls__settings {
    margin-top: 2px
}

.wrapper.accent.qa {
    border: 1px solid var(--accent);
    padding: 16px 12px;
    font-size: 14px;
    text-align: center;
    margin: 12px auto;
    color: var(--accent);
    max-width: 800px
}

@media (max-width: 428px) {
    #tmovie .breadcrumbs {
        min-height: 44px;
    }

    #tmovie.is_serial .movie-description p {
        max-height: 164px;
        overflow: hidden;
        display: block
    }

    #tmovie.is_serial .season-descript {
        max-height: 124px;
        padding-right: 8px;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }

    .big-slider {
        margin: 20px var(--indent-negative) 0px;
    }
.wrapper.onecat{padding:0 16px;}
.wrapper.onecat #rdr-content {
    margin: 0 -8px;
}
.default .poster__desc h3 {
    font-size: 13px;
    padding-right:5px;
}
}

a.actor_link {
    color: var(--accent)
}

.postal {
    margin-top: 1px;
    background-color: var(--secodaryacc);
    color: var(--tt-dark);
    padding: 10px calc(var(--indent) / 2) 10px;
    font-size: 14px;
    text-align: center
}
.cmenutitle{display: block;width:100%;color: var(--accent);font-size: 16px;
    font-weight: 600;}
.footerblock.fullwidth,
.footerblock.fullwidth .footer__menu{
    width:100%;
    min-width: 100%;
}
.footerblock.fullwidth .footer__menu li{margin-top:0;}
.footerblock.fullwidth .footer__menu{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media(max-width:640px){
    .footerblock.fullwidth .footer__menu{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media(max-width:480px){
    .footerblock.fullwidth .footer__menu{
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width:1230px){
    .catmenu {
        grid-template-columns: repeat(4, auto);
    }
}
@media (max-width:1010px){
    .catmenu {
        grid-template-columns: repeat(3, auto);
    }
}

@media (max-width:760px){
    .glob_cat_menu a {
        font-size: 22px;
      }
}

@media (max-width:640px){
    .glob_cat_menu a {
        font-size: 20px;
      }
      .catmenu .category-item {
        font-size: 14px;
}
}

@media (max-width:608px){
    .glob_cat_menu a {
        font-size: 16px;
      }
}

.getlinks a{display:inline-block;background-size: 20px;background-repeat: no-repeat;background-position: left center;height:20px;padding-left:25px;
    background-image: url(../img/direct_dwnld.svg); color:var(--accent);font-weight: 600;font-size:13px;text-decoration: none;margin-right:10px;margin-bottom: 10px}
.getlinks a[data-type="1"]{background-image: url(../img/torrent_dwnld.svg);}
.getlinks a[data-type="2"]{background-image: url(../img/cloud_dwnld.svg);}

.onslide-lang{position:absolute;top:6px;right:6px;z-index:8}
.onslide-lang div{margin-bottom:1px;color:#fff;background-color: var(--accent);font-size:12px;padding:2px 4px;line-height: 1.4;display:block;}



.onmovie-lang{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap:wrap;}
.onmovie-lang a{margin:2px;margin-bottom:2px;color:#fff;background-color: var(--accent);font-size:12px;padding:2px 4px;line-height: 1.4;display: block;}
.movielangseasonepi{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom:10px}
.seasonepi{display: flex;}
.seasonepi select{min-width:140px;margin-right:5px;padding:5px 10px}

.getlinks.whity p{display: flex;color:#fff;border:1px solid #fff; align-items: center;justify-content: center;width:fit-content;padding:5px 10px}
.getlinks.whity a{color:#fff;width:fit-content;display: flex;height:30px;margin-bottom:0;align-items: center;}

.select-episode{display: none;}
.select-episode.active-season{display:block;}

@media (max-width:480px){
    .movielangseasonepi{flex-wrap:wrap;justify-content: flex-start;}
    .movielangseasonepi select{
        font-size:12px;
        min-width: 120px;
        padding: 2px 7px;
        height: 33px;
        margin-bottom:4px
     }
      .pmovie2:not(.hpm) .col-main{padding:10px 0}
      .rdr-content{max-width:100vw}
      .fullstory.discuss-recomendation {
        max-width: calc(100% - 24px);
      }
      article.page.pmovie {
        padding: 0 14px;
      }
}

.adactivator{position:absolute;z-index:999;width:100%;height:100%;left:0;background:rgba(0,0,0,0)}
#player{opacity:1;}
#player.adon{opacity:0;}
#player.adend{opacity:1;}
#playeropt{position: relative;}
#adplayer{position:absolute;z-index:998;width:100%;left:0;opacity:1}
#adplayer .op-controls .op-controls-time{display: none !important;}
#adplayer .op-controls .op-controls__progress--played {
    color: yellow !important;
}
.op-player__media.pending {opacity:0 !important;}
.load_bclass.moreair{margin:40px auto;display: block;max-width:calc(100% - 20px);text-align: center;}
.gridbanner{display:flex:padding:10px;align-items:center;justify-content:center;width:100% !important}
.gridbanner .load_bclass{display: block;}

#videoContainer{position:relative;overflow:hidden}

@media (max-width: 428px) {
    .doubleslider {
      min-height: 870px;
    }
  }

/** COLLECTIONS **/
.unilisttile.hasBackdrop {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100vw;
    margin-left: var(--indent-negative);
    padding: 20px 50px;
    text-shadow: 2px 2px 4px #000000;
    box-shadow: inset 0 -300px 50px rgba(0, 0, 0, 0.6);
  }

.mainwrapper.collectionswrap{margin:40px auto 60px}
@media (min-width:1200px){.mainwrapper.collectionswrap{margin:120px auto 80px}}
.mainwrapper.collectionswrap h2.slidertitle{font-size: 18px;margin:20px 0}
#hpcollections{height:121px;width:100%}
.collectionitem{
    box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    width:auto;height:121px;position:relative;border-radius:8px;background-repeat: no-repeat;background-size:cover;background-position:center;margin:0 5px;}
.collectionitem a{ display: flex;
    justify-content: center; 
    align-items: center;     
    overflow: hidden;
    position:relative;width:100%;height:100%;border-radius:8px;object-fit: cover;}

.collectionitem a img{opacity:0;position:absolute;min-width:100%;height:auto;border-radius:8px;transition: opacity 0.5s ease-in-out;z-index:1;box-shadow: inset 0 0 10px #fff; display:block}
.collectionitem a .inset{position:absolute;width:100%;height:100%;border-radius:8px;z-index:2;box-shadow: inset 0 0 10px #8a8585; display:block;opacity:0;transition: opacity 0.25s ease-in-out;}
.collectionitem:hover img{opacity: 1;}
.collectionitem:hover .inset{opacity: 1;}


.allcollectionlist{display:flex;flex-wrap:wrap;width:100%;margin:10px -10px;justify-content:center;}
.collectionitem.fulllistitem{background-image: url(../images/movie-folder.png); width:100%;max-width:240px;aspect-ratio:210/121;margin:10px;}
.collectionitem.fulllistitem h3{height:100%;display: flex;justify-content:center;align-items:center;position:absolute;width:100%;padding:20px;font-size:20px;text-align:center;letter-spacing:0;line-height: 120%;transform:scaleY(1.3);font-weight:700;}
.collectionitem.fulllistitem.hasicon h3{display: none}

/** END COLLECTIONS **/