/* =====================================================
   ANIMECITY.GE — FULL STYLES.CSS (FIXED VERSION)
   ===================================================== */

/* პრემიუმ ბანერის სტილები */
.premium-access-banner {
    background: linear-gradient(90deg, #16161a 0%, #1c1c22 100%);
    border: 1px solid rgba(123, 77, 255, 0.15);
    border-radius: 15px;
    padding: 20px 30px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.premium-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.premium-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.premium-tag {
    color: #7b4dff;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.premium-desc {
    color: #a0a0a5;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.premium-btns {
    display: flex;
    align-items: center;
    gap: 25px;
}

.p-btn {
    background: linear-gradient(135deg, #7b4dff 0%, #b316ff 100%);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(123, 77, 255, 0.3);
}

.p-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(123, 77, 255, 0.4);
}

.p-link {
    color: #e0e0e6 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

.p-link:hover {
    color: #7b4dff !important;
    border-bottom: 1px solid #7b4dff;
}

@media (max-width: 768px) {
    .premium-inner {
        flex-direction: column;
        text-align: center;
    }
    .premium-btns {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    .p-btn {
        width: 100%;
        text-align: center;
    }
}

/* ========== VARIABLES ========== */
:root {
    --primary: #8b5cf6;
    --primary-dark: #6d28d9;
    --secondary: #ec4899;
    --accent: #a78bfa;
    --accent-2: #c084fc;
    --bg: #070709;
    --bg-2: #0f0f13;
    --bg-3: #18181f;
    --bg-4: #1f1f28;
    --tt: #ffffff;
    --tt-2: #a1a1aa;
    --tt-3: #52525b;
    --tt-dark: #e4e4e7;
    --bdc: rgba(255, 255, 255, 0.07);
    --bdc-dark: rgba(255, 255, 255, 0.15);
    --bsh: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
    --bsh-2: 0 10px 15px -3px rgba(0, 0, 0, 0.6);
    --max-width: 1400px;
    --indent: 24px;
    --indent-negative: -24px;
    --ui-bg: #12121a;
    --ui-bg-darker: #0a0a10;
    --radius: 10px;
    --radius-sm: 6px;
    --radius-lg: 16px;
}

/* ========== RESET & BASE ========== */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg);
    color: var(--tt);
    font-family: 'FiraGO', 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

img {
    max-width: 100%;
    display: block;
}

/* ========== LAYOUT ========== */
.wrapper {
    min-width: 320px;
    position: relative;
    background: var(--bg);
}

.wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 20%, rgba(139, 92, 246, 0.04) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(236, 72, 153, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

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

.wrapper-main {
    min-height: 100vh;
}

/* ========== HEADER ========== */
.header {
    background: rgba(7, 7, 9, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--bdc);
    color: var(--tt-dark);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 var(--indent);
    height: 64px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.header::before {
    display: none;
}

.logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 64px;
    background: none;
    padding-left: 0;
    min-width: auto;
    margin-right: 0;
    text-decoration: none;
    flex-shrink: 0;
}

.logo__title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffffff 0%, #a78bfa 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    font-family: 'FiraGO', sans-serif;
}

.logo__caption {
    font-size: 9px;
    font-weight: 500;
    color: var(--tt-3);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-top: 3px;
}

.header__menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    flex: 1;
}

.header__menu > li {
    position: relative;
}

.header__menu > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 14px;
    color: var(--tt-2);
    font-size: 13px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.header__menu > li > a:hover,
.header__menu > li > a.active {
    color: var(--tt);
    background: var(--bg-3);
}

.header__menu > li > a .fal {
    font-size: 13px;
    opacity: 0.7;
}

.header__search {
    flex: 1;
    max-width: 360px;
    position: relative;
    border-bottom: none;
    padding: 0;
}

.header__search-box {
    display: flex;
    align-items: center;
    background: var(--bg-3);
    border: 1px solid var(--bdc);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.header__search-box:focus-within {
    border-color: var(--primary);
}

.header__search input,
.header__search input:focus {
    flex: 1;
    padding: 10px 14px;
    background: none;
    border: none;
    box-shadow: none;
    color: var(--tt);
    font-size: 13px;
    outline: none;
}

.header__search input::placeholder {
    color: var(--tt-3);
}

.header__search .search-btn {
    width: 42px;
    height: 100%;
    background: none;
    border: none;
    color: var(--tt-3);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.header__search .search-btn:hover {
    color: var(--primary);
}

.header__btn-search {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid var(--bdc);
    color: var(--tt-2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.header__btn-search:hover,
.header__btn-search.is-active {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(139, 92, 246, 0.1);
}

.btn-accent {
    height: 36px;
    border-radius: 8px;
    padding: 0 18px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-family: 'FiraGO', sans-serif;
    background: var(--primary);
    border: none;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-accent:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.header__btn-menu {
    cursor: pointer;
    font-size: 22px;
    color: var(--tt);
    display: none;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ========== MAIN CONTENT ========== */
.content {
    background: transparent;
    box-shadow: none;
    padding: 0 var(--indent);
    padding-top: 28px;
}

.main-full {
    width: 100%;
    padding: 0;
    padding-bottom: 60px;
}

/* ========== CAROUSEL ========== */
.carou {
    background: var(--bg-2);
    border: 1px solid var(--bdc);
    border-radius: var(--radius-lg);
    padding: 20px;
    position: relative;
    margin-bottom: 32px;
    overflow: hidden;
}

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

.carou__content > .top {
    width: calc((100% - 5 * 14px - 120px) / 6);
    flex-shrink: 0;
}

.top {
    background: transparent;
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.top:hover {
    transform: translateY(-4px);
}

.top__desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 16px 12px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    line-height: 1.3;
}

.carou__desc {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.carou__title {
    font-size: 14px;
    font-weight: 700;
    color: var(--tt);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.carou__caption {
    display: none;
}

/* ========== SECTIONS ========== */
.sect:not(:last-child) {
    margin-bottom: 40px;
}

.sect__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}

.sect__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--tt);
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.sect__title::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 18px;
    background: linear-gradient(180deg, var(--primary), var(--secondary));
    border-radius: 2px;
    flex-shrink: 0;
}

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

.sect__tag {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--secondary);
    color: #fff;
    margin-left: 8px;
}

.grid-select {
    display: flex;
    align-items: center;
}

.grid-select__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--bdc);
    color: var(--tt-3);
    background: transparent;
    font-size: 13px;
    transition: all 0.2s ease;
    margin-left: 6px;
}

.grid-select__btn.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.grid-select__btn:not(.is-active):hover {
    color: var(--tt);
    border-color: var(--bdc-dark);
}

.sect__btn-filter {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 20px;
    padding: 0 14px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid var(--bdc);
    color: var(--tt-2);
    cursor: pointer;
    background: transparent;
    transition: all 0.2s ease;
    font-family: 'FiraGO', sans-serif;
}

.sect__btn-filter:hover,
.sect__btn-filter.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* ========== POSTER CARDS ========== */
#dle-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.poster {
    background: var(--bg-2);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--bdc);
    position: relative;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.poster:hover {
    transform: translateY(-6px);
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(139, 92, 246, 0.2);
}

.poster__img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 145%;
    margin: 0;
    border-radius: var(--radius) var(--radius) 0 0;
}

.poster__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.poster:hover .poster__img img {
    transform: scale(1.04);
}

.poster__desc {
    padding: 12px;
    flex: 1;
}

.poster__title {
    font-size: 13px;
    font-weight: 600;
    color: var(--tt);
    line-height: 1.4;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.poster__subtitle {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.poster__subtitle li {
    font-size: 10px;
    color: var(--tt-3);
    background: var(--bg-4);
    padding: 2px 7px;
    border-radius: 4px;
    margin: 0;
}

.poster__subtitle li::after {
    display: none;
}

.poster__subtitle li a {
    color: inherit;
}

.poster__label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    padding: 3px 8px;
    border-radius: 5px;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.1);
}

.poster__rating {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 5;
    border-radius: 5px;
    background: var(--bg-3);
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    font-weight: 700;
}

.poster__rating.rating-7,
.poster__rating.rating-8,
.poster__rating.rating-9,
.poster__rating.rating-10 {
    background: #16a34a;
}

.poster__rating.rating-4,
.poster__rating.rating-5,
.poster__rating.rating-6 {
    background: #d97706;
}

.poster__rating.rating-1,
.poster__rating.rating-2,
.poster__rating.rating-3 {
    background: #dc2626;
}

.js-count-rating { opacity: 0; }

.has-overlay__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 36px;
    opacity: 0;
    transition: opacity 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-overlay:hover .has-overlay__mask {
    opacity: 1;
}

.grid-2 .poster__text { display: none; }

.poster__text {
    -webkit-line-clamp: 3;
    color: var(--tt-3);
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6;
}

/* ========== DORAMA & MANGA SECTIONS ========== */
.sect--dorama .sect__title::before {
    background: linear-gradient(180deg, #ec4899, #f43f5e);
}

.sect--manga .sect__title::before {
    background: linear-gradient(180deg, #06b6d4, #3b82f6);
}

/* ========== GRID-1 LIST VIEW ========== */
@media screen and (min-width: 760px) {
    .grid-1 #dle-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .grid-1 .poster {
        flex-direction: row;
    }

    .grid-1 .poster__img {
        width: 100px;
        padding-top: 0;
        height: 140px;
        border-radius: var(--radius) 0 0 var(--radius);
        flex-shrink: 0;
    }

    .grid-1 .poster__desc {
        padding: 14px 16px;
        flex: 1;
    }

    .grid-1 .poster__title {
        font-size: 15px;
    }

    .grid-1 .poster__subtitle {
        margin-top: auto;
    }
}

/* ========== SPEEDBAR ========== */
.speedbar {
    font-size: 11px;
    color: var(--tt-3);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.speedbar a {
    color: var(--tt-3);
    transition: color 0.2s;
}

.speedbar a:hover { color: var(--primary); }

.speedbar a::after {
    content: '/';
    margin-left: 4px;
    color: var(--tt-3);
}

/* ========== PAGINATION ========== */
.pagination {
    text-align: center;
    padding-top: 28px;
}

.pagination__btn-loader a,
.pagination__btn-loader > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 32px;
    max-width: 320px;
    background: var(--bg-2);
    border: 1px solid var(--bdc);
    color: var(--tt-2);
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 24px;
    transition: all 0.2s ease;
    font-family: 'FiraGO', sans-serif;
}

.pagination__btn-loader .fal {
    font-size: 18px;
    order: -1;
}

.pagination__btn-loader a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.pagination__pages a,
.pagination__pages span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px 3px 0;
    width: 36px;
    height: 36px;
    font-size: 13px;
    border: 1px solid var(--bdc);
    border-radius: var(--radius-sm);
    background: var(--bg-2);
    transition: all 0.2s ease;
    font-weight: 500;
}

.pagination__pages span:not(.nav_ext),
.pagination__pages a:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* ========== FOOTER ========== */
.footer {
    background: var(--bg-2);
    border-top: 1px solid var(--bdc);
    padding: 28px var(--indent);
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer__left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer__logo {
    min-width: 0;
    margin: 0;
}

.footer__text-block {
    color: var(--tt-3);
    font-size: 12px;
    line-height: 1.7;
}

.footer__text-block .copy { margin-bottom: 2px; }

.seo-links a {
    color: var(--tt-3);
    text-decoration: none;
    transition: color 0.2s;
}

.seo-links a:hover { color: var(--tt-2); }

.footer__stats-group {
    display: flex;
    align-items: center;
    gap: 24px;
}

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

/* ========== SCROLL TO TOP ========== */
#scrolltop {
    position: fixed;
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 20px;
    z-index: 990;
    display: none;
    background: var(--bg-3);
    border: 1px solid var(--bdc);
    color: var(--tt-2);
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 44px;
    transition: all 0.2s ease;
}

#scrolltop:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

/* ========== INNER PAGE ========== */
.page__cols {
    border-top: 1px solid var(--bdc);
    margin: 0 var(--indent-negative);
    padding: 0 var(--indent);
    padding-top: 20px;
    margin-bottom: 20px;
}

.page__col-side {
    width: 300px;
    margin-left: 40px;
}

.page__subcols {
    margin-bottom: 30px;
}

.page__subcol-side {
    width: 200px;
    margin-right: 20px;
}

.page__subcol-side2 {
    width: 300px;
    margin-left: 40px;
}

.pmovie__poster {
    width: 200px;
    height: 300px;
    box-shadow: var(--bsh);
    border-radius: var(--radius);
    overflow: hidden;
}

.pmovie__poster .poster__label {
    border-radius: var(--radius-sm) 0 0 0;
    right: auto;
    bottom: auto;
    left: 0;
    top: 0;
}

.pmovie__age > div {
    display: inline-block;
    margin-bottom: 13px;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid var(--bdc);
    font-size: 12px;
}

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

.page__subcol-main h1 {
    font-size: 22px;
    font-weight: 700;
}

.page__subcol-main h1 a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.pmovie__year { margin-top: 12px; }

.pmovie__genres {
    margin: 8px 0 16px;
    font-size: 13px;
    color: var(--tt-2);
}

.pmovie__header-list {
    line-height: 1.6;
    font-size: 13px;
    color: var(--tt-2);
}

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

.pmovie__header-list li > div:first-child {
    color: var(--tt);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.pmovie__header-list li a {
    color: var(--primary);
    border-bottom: 1px dotted rgba(139, 92, 246, 0.4);
}

.pmovie__complaint a {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 16px;
    color: #ef4444;
    border-bottom: 1px dotted #ef4444;
    font-size: 12px;
    position: relative;
}

.pmovie__complaint a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 5px;
    background: #ef4444;
}

.pmovie__subrating {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    margin-right: 20px;
}

.pmovie__subrating img {
    height: 28px;
    display: block;
    margin: 0 auto 6px;
}

.pmovie__btn {
    margin-top: 10px;
    margin-left: 10px;
    background: var(--primary);
}

.page__subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.page__text { margin-top: -5px; }

.clamp-btn {
    cursor: pointer;
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 1px;
}

.pmovie__btn-trailer {
    cursor: pointer;
    height: 150px;
    margin-bottom: 2px;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
}

.pmovie__btn-trailer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.pmovie__btn-trailer .fal {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 22px;
    color: #fff;
    padding-left: 3px;
    transition: all 0.2s ease;
}

.pmovie__btn-trailer:hover .fal {
    background: var(--primary);
    border-color: var(--primary);
}

.pmovie__screenshots,
.pmovie__screenshots .xfieldimagegallery {
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.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__complaint2 a {
    color: #ef4444;
    border-bottom: 1px dotted #ef4444;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.tabs-block__select span {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    margin-right: 8px;
    background: var(--bg-3);
    color: var(--tt-2);
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
    font-family: 'FiraGO', sans-serif;
}

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

.pmovie__player-bottom {
    padding: 10px 16px;
    background: var(--bg-2);
    margin-bottom: 24px;
    border-radius: var(--radius);
    border: 1px solid var(--bdc);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pmovie__rating-likes {
    display: flex;
    gap: 8px;
}

.pmovie__rating-likes > * {
    display: flex;
    align-items: center;
    height: 36px;
    border-radius: 18px;
    background: var(--bg-3);
    padding: 4px;
    font-weight: 500;
    padding-right: 14px;
    gap: 8px;
    font-size: 13px;
}

.pmovie__rating-likes > * .fal {
    background: #22c55e;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.pmovie__rating-likes > * + * .fal {
    background: #ef4444;
}

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

.pmovie__fav a {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    padding: 0 14px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid var(--primary);
    color: var(--tt-2);
    transition: all 0.2s ease;
    font-family: 'FiraGO', sans-serif;
}

.pmovie__fav a:hover,
.page__share [data-id]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.pmovie__caption {
    font-size: 13px;
    line-height: 1.7;
    color: var(--tt-3);
    background: var(--bg-2);
    border: 1px solid var(--bdc);
    border-left: 3px solid var(--primary);
    padding: 14px 16px 14px 70px;
    margin-bottom: 24px;
    border-radius: 0 var(--radius) var(--radius) 0;
    position: relative;
}

.pmovie__caption::before {
    content: '\f05a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 28px;
    color: var(--primary);
    transform: translateY(-50%);
}

.pmovie__series-select {
    margin-left: 16px;
    margin-right: -8px;
}

.pmovie__series-select-caption {
    margin-right: 10px;
    font-size: 13px;
    color: var(--tt-2);
}

.pmovie__series-select select {
    border: 1px solid var(--bdc);
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
    max-width: 150px;
    background: var(--bg-3);
    color: var(--tt);
    border-radius: var(--radius-sm);
    outline: none;
}

.page__tags {
    margin: 16px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.page__tags .fal {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.page__tags a {
    display: inline-flex;
    align-items: center;
    height: 28px;
    border-radius: var(--radius-sm);
    padding: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--tt-3);
    border: 1px solid var(--bdc);
    background: var(--bg-2);
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
}

.page__tags a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* ========== DESCRIPTION ========== */
.desc {
    display: grid;
    gap: 16px;
    line-height: 1.7;
    color: var(--tt-3);
    border-top: 1px solid var(--bdc);
    margin: 0 var(--indent-negative);
    margin-top: 48px;
    padding: 0 var(--indent);
    padding-top: 24px;
}

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

.desc a {
    text-decoration: underline;
    color: var(--primary);
}

/* ========== FULL TEXT ========== */
.full-text {
    line-height: 1.7;
    font-size: 14px;
    word-wrap: break-word;
}

.full-text a {
    text-decoration: underline;
    color: var(--primary);
}

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

.full-text h1, .full-text h2, .full-text h3,
.full-text h4, .full-text h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--tt);
}

.full-text iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border-radius: var(--radius);
}

.video-responsive {
    padding-top: 56.25%;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
}

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

/* ========== COMMENTS ========== */
.page__comments { margin: 0; }

.page__comments-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

.page__comments-info .fal {
    color: #ef4444;
    margin-right: 5px;
}

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

/* ========== COMMENT FORM — FIXED ========== */
.add-comments-form.form {
    padding: 0;
    margin-bottom: 16px;
}

/* ტექსტ-არეა */
.add-comments-form .form__row--without-label:first-child {
    margin-bottom: 10px;
}

.add-comments-form .form__textarea-inside,
.add-comments-form .form__textarea-inside textarea {
    background: var(--bg-3);
    border: 1px solid var(--bdc);
    border-radius: var(--radius-sm);
    color: var(--tt);
    width: 100%;
    min-height: 90px;
    display: block;
    transition: border-color 0.2s ease;
}

.add-comments-form .form__textarea-inside:focus-within {
    border-color: var(--primary);
}

/* ბოლო row — ღილაკი + ველები */
.add-comments-form .form__row--without-label:last-child .form__content,
.add-comments-form .form__row--without-label .form__content.d-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
}

/* "დამატება" ღილაკი */
.add-comments-form__btn,
.add-comments-form button[name="submit"],
.add-comments-form .btn {
    height: 36px !important;
    padding: 0 20px !important;
    background: var(--primary) !important;
    border: none !important;
    border-radius: var(--radius-sm) !important;
    color: #fff !important;
    font-family: 'FiraGO', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: background 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0.3px !important;
}

.add-comments-form__btn:hover,
.add-comments-form button[name="submit"]:hover {
    background: var(--primary-dark) !important;
}

/* სახელი და ფოსტის ველები — მთავარი FIX */
.add-comments-form__input,
.add-comments-form input[name="name"],
.add-comments-form input[name="mail"],
input#name,
input#mail {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 1 1 140px !important;
    min-width: 140px !important;
    max-width: 100% !important;
    height: 36px !important;
    padding: 0 12px !important;
    background: var(--bg-3) !important;
    border: 1px solid var(--bdc) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--tt) !important;
    font-family: 'FiraGO', 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    margin: 0 !important;
    line-height: 36px !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
    -webkit-appearance: none !important;
}

.add-comments-form__input:focus,
.add-comments-form input[name="name"]:focus,
.add-comments-form input[name="mail"]:focus,
input#name:focus,
input#mail:focus {
    border-color: var(--primary) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.15) !important;
}

.add-comments-form__input::placeholder,
.add-comments-form input[name="name"]::placeholder,
.add-comments-form input[name="mail"]::placeholder,
input#name::placeholder,
input#mail::placeholder {
    color: var(--tt-3) !important;
    opacity: 1 !important;
}

/* კაფჩა / კოდი / კითხვა */
.form__row--protect.message-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.form__row--protect .form__caption {
    font-size: 13px;
    color: var(--tt-2);
    flex-shrink: 0;
    padding-top: 8px;
}

.form__row--protect .form__input,
.form__row--protect input[type="text"] {
    height: 36px;
    padding: 0 12px;
    background: var(--bg-3);
    border: 1px solid var(--bdc);
    border-radius: var(--radius-sm);
    color: var(--tt);
    font-size: 13px;
    font-family: 'FiraGO', sans-serif;
    outline: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.form__row--protect .form__input:focus,
.form__row--protect input[type="text"]:focus {
    border-color: var(--primary);
}

.form__content--sec-code {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* კომენტარი ვერ არის შეტყობინება */
.page__comments-list--not-comments p,
.no-comments-msg {
    background: var(--bg-3);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-left: 3px solid #f59e0b;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    padding: 12px 16px;
    margin: 0;
    font-size: 13px;
    color: var(--tt-2);
}

/* ========== COMMENT ITEMS ========== */
.add-comments-form .d-none { display: none; }
.comments_subscribe + br { display: none; }

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

.mass_comments_action select {
    flex: 1;
    margin: 0 -8px 0 16px;
    background: var(--bg-3);
    border: 1px solid var(--bdc);
    color: var(--tt);
    border-radius: var(--radius-sm);
    height: 34px;
    padding: 0 8px;
}

.comment-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--bdc);
}

.comment-item__img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}

.comment-item__letter {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    inset: 0;
    z-index: 5;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-item__author {
    font-weight: 600;
    font-size: 13px;
}

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

.comment-item__main {
    margin: 8px 0 6px;
    font-size: 14px;
    line-height: 1.6;
}

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

.comment-item__rating a { margin-left: 5px; }

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

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

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

.comment-item__reply a:hover { color: var(--primary); }

.comment-item__controls {
    text-align: right;
    font-size: 11px;
}

.comment-item__controls li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.comment-item__controls a:not(:hover) { color: var(--tt-2); }
.comment-item__footer a:hover { text-decoration: underline; }

/* ========== LOGIN ========== */
.login {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: var(--ui-bg);
    border: 1px solid var(--bdc);
    border-radius: var(--radius-lg);
    width: 420px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8);
}

.login__header {
    padding: 18px 32px;
    background: var(--ui-bg-darker);
    border-bottom: 1px solid var(--bdc);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.login__close {
    cursor: pointer;
    font-size: 22px;
    color: var(--tt-3);
    margin-left: 16px;
    transition: color 0.2s ease;
    line-height: 1;
}

.login__close:hover { color: var(--tt); }

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

.login__content {
    padding: 20px 32px;
}

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

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

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

.login__input input {
    padding-left: 38px;
    width: 100%;
    background: var(--bg-3);
    color: var(--tt);
    border: 1px solid var(--bdc);
    border-radius: var(--radius-sm);
    height: 40px;
    font-family: 'FiraGO', sans-serif;
    transition: border-color 0.2s;
}

.login__input input:focus {
    border-color: var(--primary);
    outline: none;
}

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

.login__row button { width: 100%; }

.login__social {
    background: var(--ui-bg-darker);
    border-top: 1px solid var(--bdc);
    padding: 16px 32px;
    text-align: center;
}

.login__social-caption {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: var(--tt-3);
}

.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: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 10px;
}

.login__menu {
    padding: 0 24px;
    margin-bottom: -8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.login__menu li {
    flex: 1;
    min-width: 80px;
}

.login__menu a {
    display: block;
    border-radius: var(--radius-sm);
    padding: 10px 8px;
    text-align: center;
    background: var(--bg-3);
    font-size: 12px;
    transition: all 0.2s ease;
}

.login__menu a:hover { background: var(--bg-4); }

.login__menu .fal {
    display: block;
    height: 28px;
    font-size: 22px;
    opacity: 0.4;
    margin-bottom: 4px;
}

/* ========== OWL CAROUSEL ========== */
.owl-carousel {
    width: 100%;
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }

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

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

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

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

.owl-nav {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.owl-prev, .owl-next {
    display: flex;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: var(--bg-4);
    color: var(--tt-2);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 14px;
}

.owl-next { background: var(--primary); color: #fff; }
.owl-prev:hover { background: var(--bg-3); color: var(--tt); }
.owl-next:hover { background: var(--primary-dark); }

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

.owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--bg-4);
    margin: 0 3px;
    transition: all 0.2s ease;
}

.owl-dot.active,
.owl-dot:hover {
    background: var(--primary);
    width: 18px;
    border-radius: 3px;
}

/* ========== OVERLAY & MOBILE MENU ========== */
.overlay {
    position: fixed;
    z-index: 998;
    inset: 0;
    opacity: 0.7;
    background: #000;
    cursor: pointer;
    display: none;
}

.mobile-menu {
    width: 280px;
    height: 100%;
    overflow-y: auto;
    padding: 16px 20px;
    z-index: 999;
    position: fixed;
    left: -300px;
    top: 0;
    transition: left 0.35s ease;
    background: var(--bg-2);
    border-right: 1px solid var(--bdc);
}

.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: 16px;
    opacity: 0;
    background: var(--primary);
    color: #fff;
    transition: top 0.35s ease, opacity 0.35s ease;
}

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

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

.mobile-menu .header__menu {
    margin: -16px -20px 20px;
    padding: 8px 12px;
    display: block;
    background: var(--bg-3);
    max-width: none;
    list-style: none;
}

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

/* ========== FILTER BLOCK ========== */
.filter-block { margin-bottom: 28px; }

.filter-block__form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px 16px;
}

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

.filter-block__cell-caption {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--tt-2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

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

.filter-block__cell-content--two-columns > * { width: calc(50% - 5px) !important; }

.filter-block__cell-content select,
.filter-block__cell-content input[type="text"],
.filter-block__cell-content--check-group {
    height: 36px;
    line-height: 34px;
    background: var(--bg-3);
    color: var(--tt-2);
    border: 1px solid var(--bdc);
    border-radius: var(--radius-sm);
    font-size: 13px;
    padding: 0 10px;
}

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

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

.filter-block__cell-content label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
}

.filter-block__cell-content label input {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 38px;
    border-radius: 10px;
    background: var(--bg-3);
    cursor: pointer;
    transition: all 0.2s;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border: 1px solid var(--bdc);
}

.filter-block__cell-content label input::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 1px;
    background: var(--tt-3);
    transition: all 0.2s;
}

.filter-block__cell-content label input:checked {
    background: var(--primary);
    border-color: var(--primary);
}

.filter-block__cell-content label input:checked::before {
    left: 19px;
    background: #fff;
}

.filter-block__cell-content input[type="button"],
.filter-block__cell-content button {
    cursor: pointer;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    border-radius: var(--radius-sm);
    font-family: 'FiraGO', sans-serif;
    font-weight: 600;
    font-size: 12px;
    background: var(--primary);
    color: #fff;
    border: none;
    transition: all 0.2s ease;
}

.filter-block__cell-content input[type="button"]:hover,
.filter-block__cell-content button:hover {
    background: var(--primary-dark);
}

.filter-block__cell-content input[type="button"][data-dlefilter="reset"] {
    background: var(--bg-3);
    color: var(--tt-2);
    border: 1px solid var(--bdc);
}

.filter-block__cell-content--check-group label {
    padding: 0;
    text-align: center;
    white-space: nowrap;
    flex: 1;
    min-width: 28px;
}

.filter-block__cell-content--check-group label input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
}

.filter-block__cell-content--check-group {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.filter-block__cell-content--check-group label + label {
    border-left: 1px solid var(--bdc);
}

.filter-block__cell-content--check-group label div {
    height: 36px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-block__cell-content--check-group label input:checked + div {
    background: var(--bg-4);
    color: var(--tt);
}

/* ========== SCROLLBAR ========== */
::-webkit-scrollbar { width: 8px; }

::-webkit-scrollbar-thumb {
    background: var(--bg-4);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

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

::selection {
    color: #fff;
    background: var(--primary);
}

/* ========== FONTS ========== */
@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO-Medium.woff2') format('woff2'),
         url('../fonts/FiraGO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO-Bold.woff2') format('woff2'),
         url('../fonts/FiraGO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, a, button {
    font-family: 'FiraGO';
    font-feature-settings: 'case' on;
}

input, p, span {
    font-family: 'FiraGO';
    font-feature-settings: 'case' off;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 1220px) {
    .header {
        padding: 0 16px;
        gap: 16px;
    }

    .content {
        padding: 0 16px;
        padding-top: 20px;
    }

    .header__menu { display: none; }
    .header__btn-menu { display: flex; }

    .header__logo {
        flex: 1;
        min-width: 50px;
        margin: 0;
    }

    .header__search {
        max-width: 280px;
    }

    .carou {
        padding: 16px;
        padding-bottom: 32px;
        margin-bottom: 24px;
    }

    .footer {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 950px) {
    #dle-content {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media screen and (max-width: 760px) {
    .carou__content > .top {
        width: calc((100% - 3 * 14px) / 4);
    }

    .grid-select, .poster__text { display: none; }

    .sect__btn-filter {
        font-size: 0;
        width: 30px;
        padding: 0;
        justify-content: center;
    }

    .sect__btn-filter::after {
        content: '\f0b0';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        font-size: 13px;
    }

    #dle-content {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 12px;
    }

    .sect__title { font-size: 16px; }
    .header__search { display: none; }

    /* კომენტარების ფორმა მობილურზე */
    .add-comments-form .form__row--without-label:last-child .form__content,
    .add-comments-form .form__row--without-label .form__content.d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .add-comments-form__input,
    .add-comments-form input[name="name"],
    .add-comments-form input[name="mail"],
    input#name,
    input#mail {
        min-width: 100% !important;
        flex: none !important;
        width: 100% !important;
    }

    .add-comments-form__btn,
    .add-comments-form button[name="submit"] {
        width: 100% !important;
    }
}

@media screen and (max-width: 590px) {
    .header .btn-accent {
        font-size: 0;
        padding: 0;
        width: 36px;
        justify-content: center;
    }

    .header .btn-accent::before {
        content: '\f007';
        font-weight: 300;
        font-family: 'Font Awesome 5 Pro';
        font-size: 16px;
    }

    #dle-content {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 10px;
    }

    .login {
        max-width: 92%;
        max-height: 90vh;
        overflow-y: auto;
    }

    .login__header, .login__content, .login__social {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page__subcols { position: relative; }

    .page__subcol-side {
        width: 110px;
        float: left;
        margin-right: 10px;
    }

    .pmovie__poster { width: 110px; height: 165px; }
    .page__subcol-main h1 { font-size: 17px; }
    .page__subcol-main { display: inline; }
    .pmovie__complaint { display: none; }

    .pmovie__subinfo {
        width: 100%;
        padding-top: 5px;
    }

    .pmovie__subinfo::before {
        content: "";
        display: table;
        clear: both;
        width: 100%;
    }

    .pmovie__share {
        min-width: 100%;
        margin: 16px 0 0;
        text-align: center;
        order: 10;
    }

    .pmovie__complaint2 { display: none; }
}

@media screen and (max-width: 470px) {
    .carou__content > .top {
        width: calc((100% - 2 * 10px) / 3);
        margin-right: 10px;
    }

    .header__logo .logo__title { font-size: 18px; }

    #dle-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media screen and (min-width: 1400px) {
    #dle-content {
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    }
}

/* ========== INNER PAGE RESPONSIVE ========== */
@media screen and (max-width: 1220px) {
    .page__subcol-side2, .page__col-side {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .pmovie__series-select {
        width: 100%;
        margin: 0 0 16px;
        order: -1;
    }

    .pmovie__series-select select { max-width: 100%; }

    .pmovie__player {
        margin-left: var(--indent-negative);
        margin-right: var(--indent-negative);
    }

    .pmovie__complaint2 { margin-right: 16px; }
}

@media screen and (max-width: 760px) {
    .add-comments-form__input {
        min-width: 100% !important;
        margin: 0 0 10px !important;
    }

    .add-comments-form__btn { width: 100% !important; order: 10; }

    .add-comments-form .form__row--protect .form__caption {
        width: 100%;
        margin: 0 0 10px;
    }

    .mass_comments_action, .comment-item__controls,
    .comment-item__rating-caption { display: none; }
}
