@font-face {
    font-family: Proxima Nova;
    src: url(../fonts/ProximaNova-Light.woff2) format("woff2"),url(../fonts/ProximaNova-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

/* LOCAL ICON FALLBACKS: no external icon font required */
i[class*="fa-"], i[class^="fa-"] {
    font-family: Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.fa-xmark::before, .fa-times::before { content: "×" !important; font-size: 1.35em; }
.fa-bars-sort::before { content: "☰" !important; font-size: 1.25em; }
.fa-angle-right::before, .fa-chevron-right::before { content: "›" !important; font-size: 1.6em; }
.fa-chevron-left::before { content: "‹" !important; font-size: 1.6em; }
.fa-angle-down::before { content: "⌄" !important; font-size: 1.35em; }
.fa-heart::before { content: "♡" !important; font-size: 1.25em; }
.fas.fa-heart::before { content: "♥" !important; }
.fa-thumbs-up::before { content: "▲" !important; font-size: .8em; }
.fa-thumbs-down::before { content: "▼" !important; font-size: .8em; }
.fa-user-large::before { content: "♙" !important; font-size: 1.2em; }
.fa-bell::before { content: "●" !important; font-size: .75em; }
.fa-newspaper::before { content: "▤" !important; font-size: 1.15em; }
.fa-screwdriver-wrench::before { content: "⚙" !important; font-size: 1.15em; }
.fa-arrow-right-from-bracket::before { content: "↪" !important; font-size: 1.2em; }
.fa-paper-plane-top::before, .fa-telegram-plane::before { content: "➤" !important; }
.fa-instagram::before { content: "◎" !important; font-size: 1.3em; }
.fa-youtube::before { content: "▶" !important; }
.fa-vk::before { content: "VK" !important; font-size: .65em; letter-spacing: -.08em; }
.fa-max::before { content: "MAX" !important; font-size: .55em; letter-spacing: -.06em; }
.fa-ballot-check::before { content: "✓" !important; }
.fa-play-circle::before { content: "▶" !important; }
.fa-pause-circle::before { content: "Ⅱ" !important; }
.fa-volume-up::before { content: "🔊" !important; filter: grayscale(1) brightness(4); }
.fa-volume-mute::before { content: "🔇" !important; filter: grayscale(1) brightness(4); }

/* AMI-GO PRELOADER */
body.ami-is-loading { overflow: hidden; }

.ami-preloader {
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 43%, rgb(73 44 153 / 28%), transparent 34%),
        linear-gradient(145deg, #03050d, #070b19 58%, #050713);
    opacity: 1;
    visibility: visible;
    transition: opacity .65s cubic-bezier(.22, 1, .36, 1), visibility .65s;
}

.ami-preloader::before {
    content: "";
    position: absolute;
    inset: -25%;
    z-index: -1;
    opacity: .22;
    background-image:
        linear-gradient(rgb(120 119 255 / 8%) 1px, transparent 1px),
        linear-gradient(90deg, rgb(120 119 255 / 8%) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: radial-gradient(circle, #000 10%, transparent 58%);
    mask-image: radial-gradient(circle, #000 10%, transparent 58%);
    transform: perspective(480px) rotateX(64deg) translateY(35%);
}

.ami-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.ami-preloader__mark {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(160px, 24vw, 245px);
    aspect-ratio: 1;
    animation: ami-breathe 2.6s cubic-bezier(.4, 0, .2, 1) infinite;
}

.ami-preloader__mark img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgb(73 91 255 / 46%)) drop-shadow(0 0 32px rgb(123 49 255 / 26%));
}

.ami-preloader__halo {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    background: conic-gradient(from 40deg, #1cc8ff, #723cff 48%, #ff8a24 76%, #1cc8ff);
    opacity: .48;
    filter: blur(34px);
    animation: ami-halo 2.6s ease-in-out infinite;
}

.ami-preloader__shine {
    position: absolute;
    z-index: 3;
    top: 4%;
    left: -42%;
    width: 30%;
    height: 92%;
    pointer-events: none;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 70%), transparent);
    filter: blur(5px);
    mix-blend-mode: screen;
    -webkit-mask: url("../images/ami-go-logo.png") center / contain no-repeat;
    mask: url("../images/ami-go-logo.png") center / contain no-repeat;
    animation: ami-shine 2.9s cubic-bezier(.55, .1, .35, 1) infinite;
}

.ami-preloader__brand {
    margin-top: 8px;
    color: #fff;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    letter-spacing: -.055em;
}

.ami-preloader__brand span { color: #ff8e25; }

.ami-preloader__line {
    width: clamp(135px, 21vw, 190px);
    height: 2px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 99px;
    background: rgb(255 255 255 / 9%);
}

.ami-preloader__line i {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1cc8ff, #723cff, #ff8a24);
    box-shadow: 0 0 12px rgb(116 78 255 / 80%);
    animation: ami-progress 1.5s cubic-bezier(.65, 0, .35, 1) infinite;
}

.ami-preloader__text {
    margin-top: 11px;
    color: rgb(226 228 255 / 54%);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
}

@keyframes ami-breathe { 0%,100% { transform: translateY(0) scale(.975); } 50% { transform: translateY(-5px) scale(1.025); } }
@keyframes ami-halo { 0%,100% { opacity: .28; transform: scale(.9); } 50% { opacity: .58; transform: scale(1.12); } }
@keyframes ami-shine { 0%,25% { left: -48%; opacity: 0; } 35% { opacity: .85; } 61%,100% { left: 118%; opacity: 0; } }
@keyframes ami-progress { from { transform: translateX(-120%); } to { transform: translateX(340%); } }

/* CONTINUE WATCHING */
.ami-continue_clear {
    margin-left: auto;
    padding: 8px 13px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 9px;
    color: rgb(255 255 255 / 58%);
    background: rgb(255 255 255 / 5%);
    cursor: pointer;
}

.ami-continue_clear:hover { color: #fff; background: rgb(255 255 255 / 10%); }
.ami-watch-source { display: none; }

.ami-continue-card { display: block; width: 100%; min-width: 0; }
.ami-continue-card__poster { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; background: #171925; }
.ami-continue-card__poster img { width: 100%; height: 100%; object-fit: cover; object-position: center; background: #11131a; }

.ami-poster-badge {
    position: absolute; left: -8px; right: auto; bottom: auto; z-index: 3;
    min-width: 48px; padding: 5px 9px; border-radius: 5px;
    color: #fff; font-size: 10px; font-weight: 700; line-height: 1;
    text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,.35); white-space: nowrap;
}
.ami-poster-badge_imdb { top: 42px; background: #d7a900; color: #151515; }
.ami-poster-badge_quality { top: 72px; background: #2563eb; }
.ami-poster-badge_site { top: 102px; background: linear-gradient(135deg,#6d3ef2,#d45bbd); }
.ami-continue-card__play { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #663cff, #ff8427); box-shadow: 0 8px 25px rgb(77 45 229 / 55%); transform: translate(-50%, -50%); }
.ami-continue-card__play::before { content: ""; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.ami-continue-card__bar { position: absolute; right: 8px; bottom: 8px; left: 8px; height: 4px; overflow: hidden; border-radius: 9px; background: rgb(255 255 255 / 23%); }
.ami-continue-card__bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #20bfff, #7543ff, #ff8825); }
.ami-continue-card__title { display: block; margin-top: 11px; overflow: hidden; color: #fff; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ami-continue-card__meta { display: block; margin-top: 4px; color: rgb(255 255 255 / 50%); font-size: 13px; }

.saltfilms-nav::before {
    content: "" !important;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-135deg);
}

.saltfilms-nav.fa-chevron-right::before { transform: rotate(45deg); }

.k1no-slider_nav::before,
.saltfilms-head > a::before,
.header-menu_sub > a i::before {
    content: "" !important;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.k1no-slider_nav::before { transform: rotate(-135deg); }
.k1no-slider_nav.fa-chevron-right::before,
.saltfilms-head > a::before { transform: rotate(45deg); }
.header-menu_sub > a i::before { transform: rotate(135deg) translateY(2px); }
.saltfilms-head > a i,
.header-menu_sub > a i { font-size: 0; }

@media (prefers-reduced-motion: reduce) {
    .ami-preloader__mark, .ami-preloader__halo, .ami-preloader__shine, .ami-preloader__line i { animation: none; }
    .ami-preloader__line i { width: 100%; }
}

@font-face {
    font-family: Proxima Nova;
    src: url(../fonts/ProximaNova-Regular.woff2) format("woff2"),url(../fonts/ProximaNova-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Proxima Nova;
    src: url(../fonts/ProximaNova-Semibold.woff2) format("woff2"),url(../fonts/ProximaNova-Semibold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Proxima Nova;
    src: url(../fonts/ProximaNova-Bold.woff2) format("woff2"),url(../fonts/ProximaNova-Bold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Proxima Nova;
    src: url(../fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(../fonts/ProximaNova-Extrabld.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/* BASIC */
:root {
    --bg: #101012;
    --bg2: #1c1c20;
    --text: #fff;
    --text1: #000;
    --color1: #7651d3;
    --color2: #8359ed;
    --light: rgb(255 255 255 / 10%);
    --light2: rgb(255 255 255 / 30%);
    --dark: rgb(0 0 0 / 30%);
    --gradient: linear-gradient(300deg,#de9fff 5%,#0f50f0 50%,#0f50f0 98%,#0039c6);
}

body {
    background: var(--bg);
    color: var(--text);
    line-height: normal;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* HEADER */
header {
    position: relative;
    background: var(--bg2);
    width: 100%;
    transition: 0.3s;
    z-index: 5;
}

header.fixed {
    position: fixed;
    background: linear-gradient(0deg,rgba(17,17,19,0),rgba(17,17,19,.6));
    top: 0;
}

.header-fixed {
    position: relative;
    background: linear-gradient(180deg,rgba(17,17,19,.98),rgba(17,17,19,.86));
    top: 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-logo span {
    font-size: 30px;
    font-weight: 700;
}

.header-logo {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    min-width: 165px;
    white-space: nowrap;
}

.header-logo img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgb(93 64 255 / 45%));
}

.header-logo span {
    background: linear-gradient(100deg, #fff 0 48%, #9b65ff 66%, #ff8a24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.header-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 460px) {
    .header-menu {
        display: none;
    }
}

.header-menu a {
    display: block;
    padding: 15px;
    border-radius: 10px;
    transition: 0.2s;
}

.header-menu a:hover {
    color: var(--text);
}

.header-menu a > i {
    margin-left: 8px;
}

/* HEADER MENU SUB 0.3 */
.header-menu_sub {
    position: relative;
}

.header-menu_sub > a { cursor: pointer; }
.header-menu_sub > a.active + div { visibility: visible; opacity: 1; }

.header-menu_sub div a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

.header-menu_sub div a:hover {
    background: var(--gradient);
}

.header-menu_sub > a i {
    float: right;
    margin: 2px 8px;
}

.header-menu_sub > div {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    column-count: 2;
    background: var(--bg);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 8;
}

@media (min-width: 860px) {
    .header-menu div:hover.header-menu_sub div {
        visibility: visible;
        opacity: 1;
    }
}

.header-menu_sub > div:before {
    content: "";
    position: absolute;
    background: var(--bg);
    top: -5px;
    left: 10%;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    z-index: -1;
}

/* MOB MENU 0.3 */
.mobmenu-btn {
    display: none;
}

@media (max-width: 860px) {
    .mobmenu-btn {
        display: inline-block;
        background: var(--bg2);
        color: var(--color2);
        border-radius: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        margin-left: 10px;
    }

    .mobmenu-btn.active:before {
        content: "\f00d";
    }

    .mobmenu-btn.active {
        z-index: 9;
    }

    .mobmenu {
        position: fixed;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        top: 0;
        left: -300px;
        width: 240px;
        height: 100%;
        margin-left: 0;
        background: var(--bg2);
        transition: 0.3s;
        overflow-y: auto;
        z-index: 9;
    }

    .mobmenu.active {
        display: flex;
        align-items: flex-start;
        left: 0;
        padding: 20px;
        box-shadow: 0 0 0 5000px rgb(0 0 0 / 80%);
        border-radius: 0;
    }

    .mobmenu a + div, .mobmenu a {
        display: block;
        width: 100%;
    }

    .mobmenu div > div {
        display: none;
        width: 100%;
        top: 0;
        column-count: 1;
    }

    .mobmenu div > a.active + div {
        position: relative;
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/* HEADER SEARCH */
.header-search {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--light);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-left: auto;
    margin-right: 10px;
    transition: 0.3s;
    z-index: 8;
    flex: 0 0 270px;
    width: 270px;
}

@media (max-width: 860px) {
    .header-search.active {
        position: fixed;
        background: var(--bg2);
        padding: 10px;
        border-radius: 0;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.header-search_icon, .header-search_voice {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    opacity: 0.4;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.header-search_icon svg {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.header-search_voice {
    background: var(--light2);
    backdrop-filter: blur(5px);
    color: var(--text);
    border-radius: 15px;
    opacity: 1;
}

.header-search_voice svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.header-search_voice.active {
    color: #fff;
    background: linear-gradient(135deg, #6940ff, #ff8528);
    box-shadow: 0 0 0 4px rgb(113 68 255 / 15%);
    animation: ami-voice-pulse 1.2s ease-in-out infinite;
}

.header-search_voice.is-unavailable { opacity: .35; cursor: not-allowed; }

@keyframes ami-voice-pulse {
    50% { box-shadow: 0 0 0 8px rgb(113 68 255 / 8%); }
}

.ami-search-results {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: 430px !important;
    min-width: 430px;
    max-height: min(68vh, 600px);
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 14px;
    background: rgb(10 11 20 / 97%);
    box-shadow: 0 20px 60px rgb(0 0 0 / 55%);
    backdrop-filter: blur(24px);
}

.ami-search-results.is-open { display: block; }

.ami-search-result {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 84px;
    padding: 8px;
    border-radius: 10px;
    transition: background .2s ease;
}

.ami-search-result:hover,
.ami-search-result:focus { background: rgb(255 255 255 / 8%); }

.ami-search-result__poster {
    flex: 0 0 48px;
    width: 48px;
    height: 68px;
    overflow: hidden;
    border-radius: 7px;
    background: #171925;
}

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

.ami-search-result__info {
    min-width: 0;
    line-height: 1.25;
}

.ami-search-result__info strong,
.ami-search-result__info small { display: block; }
.ami-search-result__info strong { overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; }
.ami-search-result__info small { margin-top: 6px; color: rgb(255 255 255 / 52%); font-size: 12px; }
.ami-search-result__info em { display: -webkit-box; margin-top: 6px; overflow: hidden; color: rgb(255 255 255 / 48%); font-size: 12px; font-style: normal; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ami-search-empty { padding: 20px; color: rgb(255 255 255 / 55%); text-align: center; }
.ami-search-spinner { padding: 20px; color: rgb(255 255 255 / 65%); text-align: center; }

@media (max-width: 860px) {
    .ami-search-results { top: 60px; right: 10px; left: 10px; width: auto !important; min-width: 0; }
    .header-search { flex-basis: 40px; width: 40px; }
    .header-search.active { flex-basis: auto; width: 100%; }
}

.header-search form {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    line-height: 40px;
}

@media (max-width: 860px) {
    .header-search form {
        display: none;
    }

    .header-search.active form {
        display: flex;
        padding-right: 45px;
    }

    .header-search_voice { flex: 0 0 40px; }
}

.header-search input {
    background: transparent;
    color: var(--text);
    padding: 0;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    height: inherit;
    line-height: inherit;
    font-weight: 400;
}

.header-search input::placeholder {
    color: var(--light2);
}

.header-search_close {
    display: none;
}

@media (max-width: 860px) {
    .header-search_close {
        display: inline-block;
        position: absolute;
        opacity: 0.6;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
        text-align: center;
    }
}

/* HEADER USER */
.header-user {
}

.header-user > img {
    display: block;
    border: 1px solid var(--dark);
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.header-user > div {
    position: absolute;
    background: var(--bg2);
    color: var(--text);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    width: 220px;
    top: 50px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    z-index: 5;
}

.header-user > div.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
}

.header-user_av {
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid var(--light2);
}

.header-user_av > img {
    border: 1px solid var(--dark);
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.header-user_av > span {
    flex: 1 1 0%;
    max-width: 100%;
    min-width: 50px;
    margin-left: 10px;
    font-weight: bold;
}

.header-user_av > span span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.header-user_menu a {
    display: block;
    padding: 8px 15px;
}

.header-user_menu a:hover {
    background: var(--color1);
}

.header-user_menu a i {
    margin-right: 10px;
    opacity: 0.8;
}

/* HEADER LOGIN */
.header-login {
}

.header-login > span {
    display: inline-block;
    background: var(--gradient);
    color: var(--text);
    border-radius: 10px;
    padding: 12px 20px;
    cursor: pointer;
}

.header-login > span:hover {
    background: var(--color2);
}

.header-login > div, .header-reg, .header-lostpass {
    display: none;
    position: fixed;
    min-width: 500px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: var(--bg2);
    box-shadow: 0 0 0 5000px rgb(0 0 0 / 80%);
    padding: 40px 80px;
    border-radius: 10px;
    text-align: center;
    z-index: 9;
}

@media (max-width: 860px) {
    .header-login > div, .header-reg, .header-lostpass {
        min-width: 100%;
        padding: 30px;
        border-radius: 0;
    }
}

.header-login > div.active, .header-reg.active, .header-lostpass.active {
    display: block;
}

.header-login_close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--bg);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.header-login_lost {
    display: block;
    text-align: right;
    margin: 20px 0;
    color: var(--color1);
}

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

.header-login_btn a {
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    margin-left: 20px;
    font-size: 16px;
}

.header-login_btn a:hover {
    opacity: 0.9;
}

/* K1NO SLIDER */
.k1no-slider {
    position: relative;
    overflow: hidden;
}

.k1no-slider_item {
    position: relative;
    height: 600px;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

@media (max-width: 460px) {
    .k1no-slider_item {
        height: 470px;
        border-radius: 0;
    }
}

.k1no-slider_item:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg,rgb(0 0 0),rgba(25,26,29,0));
    width: 50%;
    height: 100%;
    bottom: 0;
}

.k1no-slider_item:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg,rgba(31,33,37,0) 0,rgb(0 0 0));
    width: 100%;
    height: 60%;
    bottom: -5px;
}

.k1no-slider_bg {
    width: 100%;
    height: 100%;
    background: #090a0e;
}

.k1no-slider_bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.k1no-slider_content {
    position: absolute;
    width: 60%;
    bottom: 68px;
    padding: 0 60px;
    z-index: 1;
}

.k1no-slider_excerpt {
    display: -webkit-box;
    max-height: calc(1.55em * 3);
    overflow: hidden;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.k1no-slider_excerpt > :first-child { margin-top: 0; }
.k1no-slider_excerpt > :last-child { margin-bottom: 0; }

@media (max-width: 460px) {
    .k1no-slider_content {
        width: 100%;
        bottom: 42px;
        padding: 0 14px;
    }

    .k1no-slider_title { font-size: 21px; }
    .k1no-slider_tags { margin: 13px 0; font-size: 12px; }
    .k1no-slider_excerpt { max-height: calc(1.55em * 2); font-size: 13px; -webkit-line-clamp: 2; }
    .k1no-slider_btn { width: 145px; margin-top: 17px; padding: 12px 20px; }
}

.k1no-slider_title {
    font-size: 30px;
    font-weight: 700;
}

.k1no-slider_tags {
    margin: 20px 0;
    opacity: 0.8;
}

.k1no-slider_tags span:first-child {
    display: inline-block;
    padding: 4px 9px;
    font-size: 12px;
    border-radius: 4px;
}

.k1no-slider_tags span + span {
    margin-left: 20px;
}

.k1no-slider_btn {
    display: inline-block;
    background: var(--gradient);
    padding: 15px 30px;
    border-radius: 8px;
    width: 200px;
    text-align: center;
    margin-top: 30px;
}

.k1no-slider_btn:hover {
    background: var(--color2);
}

.k1no-slider .swiper-slide-active {
    transform: scale(1) translateY(0%);
    transition: 0.4s;
}

@media (max-width: 425px) {
    .k1no-slider .swiper-slide-active {
        transform: scale(1);
    }
}

.k1no-slider .swiper-slide-prev, .k1no-slider .swiper-slide-next {
    transform: scale(.98) translateY(-3%);
    opacity: 0.3;
    transition: 0.4s;
}

@media (max-width: 425px) {
    .k1no-slider .swiper-slide-prev, .k1no-slider .swiper-slide-next {
        transform: scale(1) translateY(0%);
    }
}

.k1no-slider_nav {
    position: absolute;
    background: var(--light);
    border: 2px solid var(--light);
    backdrop-filter: blur(20px);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 45%;
    left: 15%;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 3;
}

.k1no-slider_nav.fa-chevron-right {
    left: unset;
    right: 15%;
}

@media (max-width: 460px) {
    .k1no-slider_nav {
        display: none;
    }
}

.k1no-slider_nav:hover {
    background: var(--color1);
}

.k1no-slider .swiper-pagination {
    z-index: 4!important;
}

.swiper-pagination-bullet {
    position: relative;
    background: var(--light2);
    width: 30px;
    height: 4px;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swiper-pagination-bullet-active {
    width: 80px;
}

.swiper-pagination-bullet-active::before {
    background: #fff;
    -webkit-animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* SHORT ITEM */
.saltfilms-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.saltfilms-head h1 {
    margin-bottom: 0;
}

.saltfilms-head a {
    display: inline-block;
    background: var(--light);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 30px;
}

.saltoshadows {
    position: relative;
    overflow: visible;
}

@media (min-width: 1440px) {
    .saltoshadows:before, .saltoshadows:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: -35vw;
        background-image: linear-gradient(270deg,rgba(31,33,37,0),var(--bg) 20%);
        z-index: 2;
    }

    .saltoshadows:after {
        left: unset;
        right: -35vw;
        background-image: linear-gradient(90deg,rgba(31,33,37,0),var(--bg) 20%);
    }
}

@media (min-width: 1920px) {
    .saltoshadows:before, .saltoshadows:after {
        left: -30vw;
    }

    .saltoshadows:after {
        left: unset;
        right: -30vw;
    }
}

.saltfilms-nav {
    position: absolute;
    top: 180px;
    transform: translateY(-50%);
    left: -20px;
    display: inline-block;
    background: var(--light);
    border: 1px solid var(--light2);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 4;
    cursor: pointer;
}

@media (max-width: 460px) {
    .saltfilms-nav {
        display: none;
    }
}

.saltfilms-nav.fa-chevron-right {
    right: -20px;
    left: auto;
}

.saltfilms-nav:hover {
    background: var(--color1);
}

.ami-continue .saltfilms-nav { top: 145px; }

.swiper-button-disabled {
    display: none;
}

.saltofilms-item {
    width: 150px;
}

.saltofilms-bg {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    transform: scale(1) translateY(2%);
    transition-duration: 0.5s;
}

@media (max-width: 460px) {
    .saltofilms-bg {
        height: 200px;
    }
}

.saltofilms-bg.saltofilms-bg2 {
    height: 160px;
}

.saltofilms-bg:hover {
    transform: scale(1.04) translateY(0)
}

.saltofilms-bg img {
    border-radius: 5px;
}

.saltofilms-rating {
    left: -8px;
    top: 8px;
    display: inline-block;
    padding: 4px 9px;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.saltofilms-content h4 {
    margin-bottom: 5px;
}

.saltofilms-tags {
    opacity: 0.8;
    font-weight: 400;
}

.saltofilms-tags a:nth-child(2) {
    display: inline-block;
    background: var(--light);
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 10px;
}

/* FULL */
.full {
    position: relative;
}

.full-iframe {
    position: relative;
    width: 80%;
    height: 350px;
    left: 50%;
    margin-bottom: -10%;
    transform: translate(-50%,0);
    overflow: hidden;
}

.full-iframe_poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-iframe [data-vbg] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

@media (max-width: 460px) {
    .full-iframe {
        width: 100%;
        height: 200px;
        left: 0;
        transform: none;
    }
}

.full-iframe:before, .full-iframe:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,transparent 36%,var(--bg) 96%),linear-gradient(90deg,transparent 87%,var(--bg) ),linear-gradient(270deg,transparent 87%,var(--bg) );
    z-index: 2;
}

.full .video-background-controls {
    top: 30px!important;
    right: 30px!important;
    z-index: 5!important;
}

.full .mute-toggle {
    display: inline-block;
    background: var(--light2);
    color: #fff;
    backdrop-filter: blur(30px);
    opacity: 0.8;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.full .mute-toggle i { display: none; }
.full .mute-toggle::before { content: "🔊"; font-size: 20px; line-height: 1; filter: grayscale(1) brightness(4); }
.full .mute-toggle.muted::before { content: "🔇"; }

.full .mute-toggle:hover,
.full .mute-toggle:focus-visible {
    background: var(--color1);
    transform: scale(1.05);
}

.full-speedbar {
    position: relative;
    top: 30px;
    opacity: 0.8;
    font-weight: 400;
    z-index: 1;
}

@media (max-width: 820px) {
    .full-speedbar {
        display: none;
    }
}

.full-speedbar a:after, .full-speedbar span:before {
    content: "\f105";
    padding: 0 10px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}

.full-content {
    position: relative;
    z-index: 2;
}

@media (max-width: 820px) {
    .full-content {
        display: block;
    }
}

.full-content_left {
    width: 200px;
}

@media (max-width: 820px) {
    .full-content_left {
        margin: 0 auto;
        display: none;
    }
}

.full-content_left > div + div, .full-content_left > a + div, .full-content_right > div + div, .rating-bar + .rating-bar {
    margin-top: 40px;
}

.full-content_poster {
    position: relative;
    width: 100%;
    height: 300px;
}

@media (max-width: 460px) {
    .full-content_poster {
    }
}

.full-content_poster img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.full-content_poster img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    filter: blur(40px);
    transform: scale(.8);
    transform-origin: 50% 100%;
    opacity: 0.8;
}

.full-content_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px!important;
}

.full-content_center .full-content_link {
    display: none;
}

@media (max-width: 820px) {
    .full-content_center .full-content_link {
        display: flex;
        margin-top: 0!important;
        margin-bottom: 30px;
    }
}

.full-content_link a:nth-child(2) {
    width: 60px;
    padding: 0;
    margin-left: 10px;
}

.full-content_link .favmod {
    flex: 0 0 60px;
    width: 60px;
    padding: 0;
    margin-left: 10px;
}

.full-content_link a:has(.favmod) {
    display: grid;
    place-items: center;
    flex: 0 0 60px;
    width: 60px;
    padding: 0;
    margin-left: 10px;
}

.full-content_link a > .favmod {
    display: inline-block;
    flex: none;
    width: 25px;
    height: 23px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.full-content_link a,
.full-content_link button {
    width: 90%;
    height: 45px;
    line-height: 45px;
    background: var(--light);
    padding: 0 30px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: inherit;
    border: 0;
    font: inherit;
}

.full-content_link a:hover,
.full-content_link button:hover {
    background: var(--light2);
}

.favmod-add,.favmod-unset, .favmod.active .favmod-unset {
    display: inline-block;
}

.favmod .favmod-unset,.favmod.active .favmod-add {
    display: none
}

.favmod i { display: none !important; }
.favmod::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 23px;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M12 20S2 14.1 2 7.2C2 3.8 4.2 2 7 2c2 0 3.7 1.1 5 2.8C13.3 3.1 15 2 17 2c2.8 0 5 1.8 5 5.2C22 14.1 12 20 12 20Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.favmod { color: #fff; }
.favmod.active { color: #ff5b72; }
.favmod.active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath fill='%23fff' d='M12 21S1 14.8 1 7.1C1 2.8 3.8.7 7.1.7c2.1 0 3.8 1 4.9 2.7C13.2 1.7 14.9.7 17 .7c3.2 0 6 2.1 6 6.4C23 14.8 12 21 12 21Z'/%3E%3C/svg%3E");
}

.full-content_link a:has(.favmod.active) {
    background: #34343b;
    box-shadow: inset 0 0 0 1px rgb(255 91 114 / 30%), 0 0 16px rgb(255 91 114 / 18%);
}

.profile-favorites-link .fa-heart { display: none; }
.profile-favorites-link::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 10px;
    vertical-align: -3px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M12 21S1 14.8 1 7.1C1 2.8 3.8.7 7.1.7c2.1 0 3.8 1 4.9 2.7C13.2 1.7 14.9.7 17 .7c3.2 0 6 2.1 6 6.4C23 14.8 12 21 12 21Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M12 21S1 14.8 1 7.1C1 2.8 3.8.7 7.1.7c2.1 0 3.8 1 4.9 2.7C13.2 1.7 14.9.7 17 .7c3.2 0 6 2.1 6 6.4C23 14.8 12 21 12 21Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.favmod.is-animating::before { animation: ami-favorite-pop .42s cubic-bezier(.2,.85,.3,1.35); }
@keyframes ami-favorite-pop {
    0% { transform: scale(.72); }
    55% { transform: scale(1.28); filter: drop-shadow(0 0 9px currentColor); }
    100% { transform: scale(1); }
}

.full-content_right .full-content_count {
    display: none;
}

@media (max-width: 820px) {
    .full-content_count {
        display: none;
    }

    .full-content_right .full-content_count {
        display: block;
        float: right;
    }
}

.rating-bar {
    position: relative;
}

.full-content_count span:nth-child(2) {
    float: right;
}

.full-content_count span:nth-child(3) {
    position: absolute;
    bottom: -25px;
    right: 0;
    float: right;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
}

.rating-bar:nth-child(2) .rating-bar_fill > span {
    background: #f60;
}

.rating-bar_fill {
    position: relative;
    background: var(--light2);
    margin: 10px 0;
    border-radius: 8px;
    height: 5px;
}

.rating-bar_fill > span {
    position: absolute;
    background: var(--color1);
    border-radius: 8px;
    height: 100%;
}

.full-content_center {
    margin: 0 60px;
}

@media (max-width: 820px) {
    .full-content_center {
        margin: 30px 0;
    }
}

.full-content_center > img {
    width: auto;
    height: 80px;
    margin-bottom: 30px;
}

@media (max-width: 460px) {
    .full-content_center > img {
        height: 50px;
    }
}

.full-content_meta {
    color: #a3a3a3;
    margin-bottom: 20px;
}

.full-content_meta .age {
    display: inline-block;
    border: 2px solid var(--light2);
    padding: 4px 8px;
    border-radius: 8px;
    opacity: 0.8;
}

.full-content_meta span + span {
    margin-left: 20px;
}

.expand-text {
    line-height: 1.65;
    text-overflow: ellipsis;
    overflow: hidden;
}

.expand-text > :first-child { margin-top: 0; }
.expand-text > :last-child { margin-bottom: 0; }

.expand-text.is-collapsed {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    max-height: calc(1.65em * 3);
    overflow: hidden !important;
}

.ami-filter-panel { margin-top: 30px; }
.ami-filter-toggle {
    width: 100%; height: 48px; padding: 0 18px; display: flex; align-items: center;
    justify-content: space-between; color: #fff; background: rgba(37,37,42,.96);
    border: 1px solid rgba(255,255,255,.08); border-radius: 14px 14px 0 0;
    cursor: pointer; font: inherit; font-weight: 600;
}
.ami-filter-toggle i { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); transition: transform .2s ease; }
.ami-filter-panel.is-collapsed .ami-filter-toggle { border-radius: 14px; }
.ami-filter-panel.is-collapsed .ami-filter-toggle i { transform: rotate(-135deg) translate(-2px,-2px); }
.ami-filter-panel.is-collapsed .ami-catalog-filter { display: none; }
.ami-catalog-filter {
    margin: 0;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr)) auto;
    gap: 14px;
    align-items: end;
    background: rgba(37, 37, 42, .92);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 0 0 14px 14px;
}
.ami-filter-field { display: grid; gap: 7px; color: rgba(255,255,255,.7); font-size: 12px; }
.ami-filter-field select {
    width: 100%; height: 44px; padding: 0 36px 0 13px;
    color: #fff; background: #19191e; border: 1px solid rgba(255,255,255,.1);
    border-radius: 9px; font: inherit; font-size: 14px;
}
.ami-filter-reset {
    height: 44px; padding: 0 20px; border: 0; border-radius: 9px;
    color: #fff; background: var(--color1); cursor: pointer; font: inherit;
}
.ami-filter-empty { display: none; grid-column: 1 / -1; padding: 30px; text-align: center; color: rgba(255,255,255,.65); }
@media (max-width: 900px) { .ami-catalog-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) {
    .ami-filter-panel { margin-top: 16px; }
    .ami-catalog-filter { grid-template-columns: 1fr; padding: 14px; gap: 10px; }
    .ami-filter-reset { width: 100%; }
}

.expand-text.is-expanded {
    display: block !important;
    -webkit-line-clamp: unset !important;
    max-height: none;
    overflow: visible;
}

.expand-btn {
    display: inline-block;
    background: var(--light);
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    color: inherit;
    border: 0;
    font-family: inherit;
}

.full-watch {
    margin-top: 30px;
    align-items: center;
}

.full-watch a {
    min-width: 90px;
    height: 100%;
}

.full-watch a > img {
    width: 100%;
    height: 100%;
}

.full-content_detal {
    color: #d1d1d1;
    margin-top: 40px;
}

.full-content_detal li + li {
    margin-top: 20px;
}

.full-content_detal li > span {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    opacity: 0.8;
}

.full-content_actors img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.full-content_actors-row {
    display: flex;
    align-items: flex-start;
}

.full-content_detal .full-content_actors-row > span {
    flex: 0 0 200px;
}

.full-content_actors {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.65;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

@media (max-width: 620px) {
    .full-content_actors-row { display: block; }
    .full-content_detal .full-content_actors-row > span { width: auto; }
    .full-content_actors { margin-top: 6px; }
}

.full-content_right {
    display: inline-block;
    width: 250px;
}

@media (max-width: 820px) {
    .full-content_right {
        width: 100%;
    }
}

.full-content_ratings span:nth-child(1) {
    display: block;
    font-size: 25px;
    font-weight: 700;
}

.full-content_ratings span:nth-child(2) {
    display: block;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
    margin: 10px 0;
}

.full-content_rating a {
    display: inline-block;
    background: var(--light);
    border-radius: 6px;
    color: #cbcbcb;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.full-content_rating a:hover,
.full-content_rating a:focus-visible {
    color: #fff;
    background: var(--color1);
    transform: translateY(-2px);
}

.full-content_rating a + a {
    margin-left: 5px;
}

.full-content_rating .ami-rate {
    display: inline-grid;
    place-items: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    color: #cbcbcb;
    background: var(--light);
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.full-content_rating .ami-rate + .ami-rate { margin-left: 6px; }
.full-content_rating .ami-rate:hover,
.full-content_rating .ami-rate:focus-visible,
.full-content_rating .ami-rate.is-selected { color: #fff; background: var(--color1); transform: translateY(-2px); }
.ami-rate i {
    display: block;
    width: 17px;
    height: 17px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 20h4V9H2v11Zm20-10c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L13.17 1 6.59 7.59C6.22 7.95 6 8.45 6 9v9c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 20h4V9H2v11Zm20-10c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L13.17 1 6.59 7.59C6.22 7.95 6 8.45 6 9v9c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ami-rate_down i { transform: rotate(180deg); }

.full-content_player {
    margin: 60px 0;
}

.full-content_player iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .full-content_player iframe {
        height: auto;
    }
}


.kinobox_player {
    margin: 60px 0;
}

.kinobox_player {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
    margin: 60px 0;
}

@media (max-width: 860px) {
    .kinobox_player {
        height: 400px;
        border-radius: 15px;
    }
}

/* TRAILER MODAL */
.trailer-modal {
    display: none;
    position: fixed;
    background: var(--bg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.trailer-modal.active {
    display: block;
}

.trailer-modal_heading {
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.trailer-modal_heading h4 {
    margin-bottom: 0;
}

.trailer-modal_close {
    display: inline-block;
    background: var(--light);
    border-radius: 10px;
    right: 0;
    top: 5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.trailer-modal_iframe {
    position: relative;
    padding-bottom: 85vh;
}

.trailer-modal_iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* FRANCH */
.franch-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100px;
    background: var(--light);
    padding: 15px 25px 15px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform .2s ease, background .2s ease;
}

.franch-item:hover,
.franch-item:focus-visible {
    color: #fff;
    background: rgb(255 255 255 / 12%);
    transform: translateY(-2px);
}

.franch-item_poster {
    width: 45px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

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

.franch-item_content {
    margin-left: 15px;
    min-width: 0;
}

.franch-item_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.35;
}

.franch-item_title { display: block; color: inherit; }
.franch-item_title:hover { color: #fff; }

.franch-item_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: rgba(255,255,255,.55);
}

.franch-item_meta a { color: inherit; }
.franch-item_meta a:hover { color: #fff; }

.franch-item_meta span {
    opacity: 0.5;
    font-size: 12px;
}

.franch-item_meta span:first-child:after {
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
}

.franch-item_rating {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    border-radius: 0 10px 0 10px;
    font-size: 10px;
}

/* RATING COLOR */
.rating-color {
    background-color: #3bb33b;
    box-shadow: 0 4px 9px rgb(59 179 59 / 50%);
}

.rating-color.low {
    background: #e13535;
    box-shadow: 0 4px 9px rgb(225 53 53 / 50%);
}

.rating-color.middle {
    background: #ff6702;
    box-shadow: 0 4px 9px rgb(255 103 2 / 50%);
}

.rating-color1 {
    color: #3bb33b;
}

.rating-color1.low {
    color: #e13535;
}

.rating-color1.middle {
    color: #ff6702;
}

/* FOOTER */
.footer {
    background: var(--color4);
    padding: 30px 0;
}

.footer_soc a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 25px;
}

.footer_soc a span { font-size: 13px; font-weight: 600; }

.footer_soc a:hover {
    color: var(--color1)
}

.footer_soc a + a {
    margin-left: 50px;
}

.footer_menu {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 3px solid var(--light);
}

.footer_menu a {
    font-weight: 600;
}

.footer_menu a:hover, .footer_menu-static a:hover {
    color: var(--color1)
}

.footer_menu a + a, .footer_menu-static a + a {
    margin-left: 20px;
}

.footer_menu-static a {
    opacity: 0.8;
}

.footer_copyright {
    margin-top: 20px;
    opacity: 0.9;
    border-top: 2px solid var(--color5);
}

.footer_copyright p {
    font-size: 14px;
    margin-top: 10px;
}

/* SCROLLER 
----------------------------------------------- */
#scrolltop {
    display: none!important;
}

@media (min-width: 768px) {
    #scrolltop {
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 10px;
        bottom: 10px;
        z-index: 990;
        display: none;
        background-color: var(--medium-color);
        color: #848693;
        cursor: pointer;
        font-size: 20px;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 3px;
        position: relative;
        z-index: 10;
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--color1);
        border-radius: 2px;
    }

    ::-webkit-scrollbar-thumb:focus {
        background-color: #7278e7;
        border-radius: 30px;
    }

    ::-webkit-scrollbar-track {
        background-color: var(--bg);
    }
}
