/* ========== MODERN ANIMECITY REDESIGN - FULL WIDTH ========== */
.footer {
    padding: 30px 50px; /* ზედა-ქვედა და გვერდითა დაშორება */
    background: #0b0b0d; /* მუქი ფონი როგორც სურათზეა */
}

.footer__text-block {
    margin-left: 40px;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

.seo-links a {
    color: #555;
    text-decoration: none;
}

/* ქაუნთერების ჯგუფი */
.footer__stats-group {
    display: flex;
    align-items: center;
    gap: 40px; /* აი ეს ციფრი ზრდის დაშორებას TOP.GE-სა და WAU-ს შორის */
    margin-right: 20px; /* მარჯვენა კიდიდან დაშორება */
}

/* თითოეული ქაუნთერის ყუთი */
.stat-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px; /* ადგილი ქაუნთერისთვის */
}

/* ლოგოს სტილი რომ არ აიჭრას */
.logo__title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
/* VARIABLES */
:root {
    --primary: #6366f1;
    --primary-dark: #4f46e5;
    --secondary: #ec4899;
    --accent: #8b5cf6;
    --accent-2: #a855f7;
    --bg: #0f0f23;
    --bg-2: #1a1a2e;
    --bg-3: #252544;
    --tt: #ffffff;
    --tt-2: #a1a1aa;
    --tt-3: #71717a;
    --tt-dark: #e4e4e7;
    --bdc: rgba(255, 255, 255, 0.1);
    --bdc-dark: rgba(255, 255, 255, 0.2);
    --bsh: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --bsh-2: 0 10px 15px -3px rgba(0, 0, 0, 0.4);
    --max-width: 1400px;
    --indent: 20px;
    --indent-negative: -20px;
    --ui-bg: #1a1a2e;
    --ui-bg-darker: #0f0f23;
}

/* BASIC LAYOUT - FULL WIDTH */
.wrapper {
    min-width: 320px;
    position: relative;
    background: linear-gradient(135deg, #0a0a1f 0%, #1a1a2e 50%, #0a0a1f 100%);
    background-attachment: fixed;
}

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

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

/* MODERN HEADER - STICKY */
.header {
    background: rgba(15, 15, 35, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--tt-dark);
    margin-bottom: 40px;
    position: sticky;
    top: 0;
    z-index: 100;
    padding-bottom: 0;
    border-bottom: 1px solid var(--bdc);
}

.header::before {
    display: none;
}

/* FOOTER */
.footer {
    background-color: var(--bg-2);
    color: var(--tt-dark);
    padding: 30px var(--indent);
    padding-left: 20px;
    border-top: 1px solid var(--bdc);
    margin-top: 60px;
}

/* CONTENT - FULL WIDTH */
.content {
    background-color: transparent;
    box-shadow: none;
}

.col-main {
    padding: 30px var(--indent);
    padding-bottom: 60px;
}

.col-side {
    background-color: var(--bg-2);
    padding: 30px;
    width: 280px;
    border-radius: 12px;
    border: 1px solid var(--bdc);
    transition: all 0.3s ease;
    position: relative;
}

/* Collapsible Sidebar */
.col-side.is-collapsed {
    width: 60px;
    padding: 20px 10px;
    overflow: hidden;
}

.col-side.is-collapsed .side-block__title,
.col-side.is-collapsed .side-block__menu,
.col-side.is-collapsed .popular,
.col-side.is-collapsed .lcomm,
.col-side.is-collapsed .soc-channels__item div,
.col-side.is-collapsed .showitems-btn {
    display: none;
}

.col-side.is-collapsed .side-block {
    margin-bottom: 15px;
}

/* Sidebar Toggle Button */
.sidebar-toggle {
    position: absolute;
    top: 20px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: white;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.sidebar-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(99, 102, 241, 0.4);
}

.sidebar-toggle::before {
    content: '←';
    transition: transform 0.3s ease;
}

.col-side.is-collapsed .sidebar-toggle::before {
    content: '→';
}

/* SCROLL TO TOP */
#scrolltop {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: white;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

#scrolltop:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 24px rgba(99, 102, 241, 0.4);
}

/* HEADER & NAVIGATION */
.logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    text-align: left;
    background: url(https://animecity.ge/uploads/278043015_344949920992717_9218182278475411063_n1.png) 0 center / 40px no-repeat;
    padding-left: 48px;
    min-width: 240px;
    margin-right: 60px;
}

.logo__title {
    text-transform: none;
    background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
    font-family: 'FiraGO', 'Fredoka One', sans-serif;
}

.logo__caption {
    font-size: 10px;
    font-weight: 500;
    color: var(--tt-2);
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* MENU */
.header__menu > li {
    margin-right: 30px;
    position: relative;
    font-size: 13px;
    text-transform: none;
    font-weight: 500;
}

.header__menu > li > a {
    height: 70px;
    color: var(--tt-2);
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    position: relative;
}

.header__menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    transition: width 0.3s ease;
}

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

.header__menu > li:hover > a::after {
    width: 100%;
}

.header__menu > li .fal {
    opacity: 0.8;
    width: 25px;
    font-size: 14px;
}

/* SEARCH */
.header__search {
    position: relative;
    border-bottom: none;
    padding: 0;
    width: 100%;
    background: var(--bg-3);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid var(--bdc);
    transition: border-color 0.3s ease;
}

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

.header__search input,
.header__search input:focus {
    padding: 12px 20px;
    border-radius: 25px;
    background: none;
    box-shadow: none;
    color: var(--tt);
}

.header__search input:not(:focus)::placeholder {
    color: var(--tt-2);
    opacity: 0.8;
    font-size: 14px;
}

.header__search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 0;
    background: none;
    color: var(--tt-2);
    font-size: 18px;
    transition: color 0.3s ease;
}

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

/* BUTTONS */
.header__btn-search {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid var(--bdc);
    color: var(--tt-dark);
    margin-right: 15px;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-accent {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-accent:hover,
.header__btn-search:hover,
.header__btn-search.is-active {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-2) 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(99, 102, 241, 0.3);
}

/* CAROUSEL - FULL WIDTH */
.carou {
    padding: 30px;
    background-color: var(--bg-2);
    width: 100%;
    position: relative;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid var(--bdc);
}

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

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

.top {
    background-color: transparent;
    border-radius: 8px;
    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: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}

.carou__desc {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 180px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carou__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
}

.carou__caption {
    margin-top: 16px;
    color: var(--tt-dark);
}

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

.sect__header {
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--bdc);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sect__title {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--tt) 0%, var(--tt-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sect__subtitle {
    font-size: 21px;
}

/* GRID SELECT */
.grid-select__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid var(--bdc);
    color: var(--tt-2);
    background: transparent;
    transition: all 0.3s ease;
}

.grid-select__btn.is-active,
.sect__btn-filter:hover,
.sect__btn-filter.is-active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-color: transparent;
    color: #fff;
}

.grid-select__btn:not(.is-active):hover {
    color: var(--tt);
    background: var(--bg-3);
}

.sect__btn-filter {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid var(--bdc);
    color: var(--tt);
    cursor: pointer;
    margin-left: 20px;
    background: transparent;
    transition: all 0.3s ease;
}

/* POSTER CARDS - MODERN DESIGN */
.poster {
    background: var(--bg-2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--bdc);
    position: relative;
    display: flex;
    flex-direction: column;
}

.poster:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-color: var(--primary);
}

.poster__img {
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    width: 100%;
    padding-top: 150%; /* 2:3 aspect ratio for anime posters */
}

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

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

.poster__desc {
    padding: 16px;
}

.poster__title {
    font-size: 15px;
    font-weight: 600;
    color: var(--tt);
    margin-bottom: 8px;
    line-height: 1.4;
}

.poster__subtitle {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.poster__subtitle li {
    display: inline-block;
    font-size: 11px;
    margin-top: 0;
    color: var(--tt-2);
    margin-right: 0;
    background: var(--bg-3);
    padding: 4px 10px;
    border-radius: 6px;
}

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

.poster__subtitle li:not(:last-child)::after {
    display: none;
}

.poster__label {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 6px 12px;
    border-radius: 12px 0 0 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.poster__rating {
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 10;
    border-radius: 0 8px 8px 0;
    background-color: var(--bg-3);
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 600;
}

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

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

.poster__rating.rating-7,
.poster__rating.rating-8,
.poster__rating.rating-9,
.poster__rating.rating-10 {
    background-color: #3bb33b;
}

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

.has-overlay__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.95) 0%, rgba(139, 92, 246, 0.95) 100%);
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: opacity 0.3s 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: 4;
    color: var(--tt-3);
    margin-top: 15px;
}

/* GRID LAYOUT - FIXED FOR SEARCH RESULTS */
#dle-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 24px;
    width: 100%;
}

/* Prevent poster stretching */
.poster {
    background: var(--bg-2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--bdc);
    position: relative;
    max-width: 100%;
    width: 100%;
}

.poster__img {
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    width: 100%;
    padding-top: 150%; /* 2:3 aspect ratio */
}

.poster__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
.side-block:not(:last-child) {
    margin-bottom: 30px;
}

.side-block__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--tt);
}

.side-block__menu li + li {
    margin-top: 8px;
}

.side-block__menu li {
    position: relative;
}

.side-block__menu li span {
    background-color: var(--bg-3);
    color: var(--tt-2);
    font-size: 11px;
    position: absolute;
    right: 0;
    top: -1px;
    border-radius: 6px;
    padding: 4px 8px;
    pointer-events: none;
}

.side-block__menu a {
    opacity: 0.8;
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.side-block__menu a:hover {
    text-decoration: none;
    background: var(--bg-3);
    opacity: 1;
    padding-left: 16px;
}

.showitems-btn {
    margin-top: 13px;
    cursor: pointer;
    color: var(--accent);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.showitems-btn:hover {
    text-decoration: underline;
    color: var(--primary);
}

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

.popular__img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.popular_title {
    line-height: 1.4;
    -webkit-line-clamp: 3;
}

.popular:hover {
    text-decoration: underline;
}

.lcomm:not(:last-child) {
    margin-bottom: 20px;
}

.lcomm {
    font-size: 13px;
}

.lcomm__link {
    display: block;
    color: var(--accent);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 1px;
    transition: color 0.3s ease;
}

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

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

.lcomm__text {
    margin: 8px 0 10px 0;
    opacity: 0.8;
}

/* SOCIAL CHANNELS */
.soc-channels__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 20px 0 55px;
    height: 48px;
    overflow: hidden;
    background-color: #2daae1;
    color: #fff !important;
    box-shadow: var(--bsh-2);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.soc-channels__item:hover {
    transform: translateX(4px);
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.5);
}

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

.vk {
    background-color: #1877f2;
    color: #fff;
}

.yt {
    background-color: #df1111;
    color: #fff;
}

.soc-channels__item + .soc-channels__item {
    margin-top: 10px;
}

.soc-channels__item::before {
    background-image: url(https://animecity.ge/uploads/download-37.png);
    content: '';
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: 24px;
    background-repeat: no-repeat;
}

.vk::before {
    background-image: url(https://animecity.ge/uploads/download-36.png);
}

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

/* FOOTER & PAGINATION */
.footer .btn-accent {
    width: 220px;
    margin-right: 60px;
}

.footer__logo {
    min-width: 0;
    margin-right: 30px;
}

.footer__text {
    font-size: 13px;
    line-height: 1.7;
}

.pagination {
    text-align: center;
    padding-top: 20px;
}

.pagination__btn-loader .fal {
    font-size: 28px;
    margin-right: 10px;
    order: -1;
}

.pagination__btn-loader a,
.pagination__btn-loader > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 40px;
    max-width: 360px;
    background: var(--bg-2);
    color: var(--tt-3);
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 30px;
    margin-top: -10px;
    border: 1px solid var(--bdc);
    transition: all 0.3s ease;
}

.pagination__btn-loader a:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
}

.pagination__pages a,
.pagination__pages span {
    display: inline-block;
    margin: 10px 5px 0 5px;
    line-height: 38px;
    padding: 0 10px;
    min-width: 40px;
    font-size: 16px;
    border: 1px solid var(--bdc);
    border-radius: 8px;
    background: var(--bg-2);
    transition: all 0.3s ease;
}

.pagination__pages span:not(.nav_ext),
.pagination__pages a:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}

.pagination__pages--full a,
.pagination__pages--full span {
    line-height: 30px;
    min-width: 30px;
    font-size: 14px;
}

/* DESCRIPTION */
.desc {
    display: grid;
    grid-gap: 20px;
    line-height: 1.7;
    color: var(--tt-3);
    border-top: 2px solid var(--bdc);
    margin: 0 var(--indent-negative);
    margin-top: 60px;
    padding: 0 var(--indent);
    padding-top: 30px;
}

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

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

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

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

.speedbar {
    font-size: 12px;
    color: var(--tt-2);
    margin-bottom: 30px;
}

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

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

/* Responsive Grid для Grid-1 */
@media screen and (min-width: 760px) {
    .grid-1 #dle-content {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .grid-1 .poster {
        grid-column: span 1;
        border: 1px solid var(--bdc);
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
    }

    .grid-1 .poster__img {
        width: 144px;
        height: 216px;
        padding-top: 0;
        margin: 0;
        border-radius: 12px 0 0 12px;
    }

    .grid-1 .poster__desc {
        flex: 1 1 0;
        max-width: 100%;
        min-width: 100px;
        padding: 20px;
        position: relative;
    }

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

    .grid-1 .poster__subtitle {
        position: absolute;
        left: 20px;
        bottom: 20px;
        gap: 8px;
    }

    .grid-1 .poster__subtitle li {
        margin-top: 0;
        height: 30px;
        border: 1px solid var(--bdc);
        font-size: 12px;
        border-radius: 15px;
        padding: 0 15px;
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
        background: transparent;
    }

    .grid-1 .poster__subtitle li:not(:last-child)::after {
        display: none;
    }

    .grid-1 .pagination__btn-loader a,
    .grid-1 .pagination__btn-loader > span {
        margin-top: 0px;
    }
}

/* RESPONSIVE */
@media screen and (max-width: 1220px) {
    body {
        background-image: none;
    }

    .wrapper {
        padding: 0;
        background-image: none;
        overflow: hidden;
    }

    .wrapper-container {
        max-width: 1000px;
    }

    .header__menu,
    .col-side .js-this-in-mobile-menu11,
    .carou__desc {
        display: none;
    }

    .header__logo {
        flex: 1 1 0;
        margin: 0 20px;
        max-width: 100%;
        min-width: 50px;
    }

    .header__btn-menu {
        cursor: pointer;
        font-size: 30px;
        margin: 0 20px;
        color: #fff;
        display: block;
    }

    .header__search {
        padding-left: 0;
        padding-right: 0;
    }

    .header {
        margin-bottom: 20px;
    }

    .carou {
        padding: 20px;
        padding-bottom: 40px;
    }

    .d-grid,
    #dle-content {
        grid-gap: 20px 20px;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .col-side {
        width: 220px;
        padding: 20px;
        order: 10;
    }

    .col-side.is-collapsed {
        width: 60px;
    }

    .footer {
        justify-content: center;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    .footer .btn-accent {
        min-width: auto;
        margin-right: 20px;
    }

    .footer__text {
        min-width: 100%;
        margin: 20px 0;
    }

    #scrolltop {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

@media screen and (max-width: 950px) {
    .wrapper-container {
        max-width: 768px;
    }

    .carou__content > .top {
        width: calc((100% - 80px) / 5);
    }

    .col-side {
        width: 100%;
        margin-bottom: 30px;
    }

    .col-side.is-collapsed {
        width: 100%;
        height: 60px;
        padding: 15px 20px;
    }

    .col-side .js-this-in-mobile-menu {
        display: none;
    }

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

@media screen and (max-width: 760px) {
    .wrapper-container {
        max-width: 640px;
    }

    .carou__content > .top {
        width: calc((100% - 60px) / 4);
    }

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

    .sect__btn-filter {
        font-size: 0;
        margin-left: 10px;
    }

    .sect__btn-filter::before {
        content: attr(data-text);
        font-size: 12px;
        margin-right: -20px;
    }

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

    .sect__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 590px) {
    .carou__content > .top {
        width: calc((100% - 40px) / 3);
    }

    .header .btn-accent {
        font-size: 0;
        padding: 0;
        width: 40px;
        padding-left: 2px;
    }

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

    .pagination__btn-loader a,
    .pagination__btn-loader > span {
        max-width: 100%;
    }

    .footer .btn-accent {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

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

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

    .top__desc {
        padding: 10px;
        font-size: 13px;
    }

    .header__logo {
        padding-left: 0;
        background-image: none;
    }

    .header__logo > * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

/* Large screens - limit max width */
@media screen and (min-width: 1400px) {
    #dle-content {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        max-width: 100%;
    }
}

/* INNER PAGE
----------------------------------------------- */
.page__cols {
    border-top: 2px 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: 12px;
    overflow: hidden;
}

.pmovie__poster .poster__label {
    border-radius: 0 0 4px 0;
    right: auto;
    bottom: auto;
    left: 0;
    top: 0;
}

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

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

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

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

.pmovie__year {
    margin-top: 15px;
}

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

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

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

.pmovie__header-list li > div:first-child {
    color: var(--tt);
    font-size: 14px;
    margin-bottom: 3px;
}

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

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

.pmovie__complaint a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 6px;
    background-color: #eb4d4b;
}

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

.pmovie__subrating img {
    height: 30px;
    display: block;
    margin: 0 auto 8px auto;
}

.pmovie__subrating--kp img {
    height: 30px;
    margin-bottom: 10px;
    position: relative;
    top: 1px;
    right: -2px;
}

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

.page__subtitle {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

.page__subtitle:last-child {
    margin-bottom: 0;
}

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

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

.pmovie__btn-trailer {
    cursor: pointer;
    height: 160px;
    margin-bottom: 2px;
    position: relative;
}

.pmovie__btn-trailer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-3);
    opacity: 0.7;
}

.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: 1px solid var(--bdc-dark);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 24px;
    color: var(--tt-dark);
    padding-left: 3px;
}

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

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

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

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

.pmovie__screenshots br {
    display: none;
}

.pmovie__complaint2 a {
    color: #eb4d4b;
    border-bottom: 1px dotted #eb4d4b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

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

.tabs-block__select span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 10px;
    background-color: var(--bg-2);
    color: var(--tt-2);
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

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

.pmovie__player-bottom {
    padding: 10px 20px;
    background-color: var(--bg-2);
    margin-bottom: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pmovie__rating-likes {
    display: flex;
}

.pmovie__rating-likes > * {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    background-color: var(--bg);
    box-shadow: var(--bsh-2);
    padding: 5px;
    font-weight: 500;
    margin-right: 10px;
    padding-right: 20px;
}

.pmovie__rating-likes > * .fal {
    background-color: #6ab04c;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
}

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

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

.pmovie__fav a {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid var(--accent);
    color: var(--tt-3);
}

.pmovie__caption {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    color: #666;
    background-color: var(--bg-2);
    padding: 18px 20px 18px 80px;
    margin-bottom: 30px;
    margin: 20px var(--indent-negative);
    margin-bottom: -5px;
    padding: 18px var(--indent);
    padding-bottom: 12px;
    padding-left: 110px;
}

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

.pmovie__series-select {
    margin-left: 20px;
    margin-right: -10px;
}

.pmovie__series-select-caption {
    margin-right: 10px;
}

.pmovie__series-select select {
    box-shadow: 0 0 0 1px var(--bdc);
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 14px;
    max-width: 140px;
    background: var(--bg-3);
    color: var(--tt);
    border-radius: 8px;
}

.page__tags {
    margin: 20px 0;
    margin-right: -16px;
    font-size: 0;
}

.page__tags .fal {
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 0 0;
    font-size: 16px;
}

.page__tags a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 30px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 10px 10px 0 0;
    color: var(--tt-3);
    border: 1px solid var(--bdc);
    background: var(--bg-2);
    transition: all 0.3s ease;
}

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

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {
    line-height: 1.7;
    font-size: 14px;
    word-wrap: break-word;
}

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

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

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

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

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

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

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

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

.full-text > ol li:after {
    content: '';
    border: 10px solid transparent;
    border-left-color: var(--accent);
    position: absolute;
    left: 41px;
    top: -2px;
    transform: scale(0.66, 1.5);
    transform-origin: 0 0;
}

.full-text > ul li + li,
.full-text > ol li + li {
    margin-top: 10px;
}

.full-text table,
.video-inside > * {
    width: 100%;
}

.full-text table tr td {
    padding: 10px;
    border: 2px solid #fff;
}

.full-text table tr:nth-child(2n+1) {
    background-color: var(--bg-2);
}

.full-text table tr:nth-child(1) {
    background-color: var(--bg-3);
}

.full-text table img:not(.emoji) {
    margin: 0;
    max-width: 350px;
}

.full-text > *:last-child {
    margin-bottom: 0;
}

.video-responsive {
    padding-top: 60%;
    position: relative;
}

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

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

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

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

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

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

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

.page__comments-list {
    padding: 0;
}

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

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

.add-comments-form .form__input,
.add-comments-form__input,
.add-comments-form .form__textarea-inside textarea,
.mass_comments_action select {
    box-shadow: inset 0 0 0 1px var(--bdc);
    border-radius: 8px;
    background: var(--bg-2);
    color: var(--tt);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LOGIN
----------------------------------------------- */
.login {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: var(--ui-bg);
    border-radius: 12px;
    width: 400px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 15px 45px rgba(0, 0, 0, 1);
}

.login__header {
    padding: 20px 40px;
    background-color: var(--ui-bg-darker);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.login__close {
    cursor: pointer;
    font-size: 24px;
    opacity: 0.6;
    margin-left: 20px;
    transition: opacity 0.3s ease;
}

.login__close:hover {
    opacity: 1;
}

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

.login__content {
    padding: 20px 40px;
}

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

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

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

.login__input input {
    padding-left: 40px;
    width: 100%;
    background: var(--bg-3);
    color: var(--tt);
    border: 1px solid var(--bdc);
    border-radius: 8px;
    height: 40px;
}

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

.login__row button {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
    width: 100%;
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-nav {
    position: absolute;
    left: auto;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-prev,
.owl-next {
    display: flex;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    background-color: var(--bg-3);
    color: var(--tt-dark);
    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.owl-prev {
    margin-bottom: 10px;
}

.owl-next {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: #fff;
}

.owl-prev:hover,
.owl-next:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent-2) 100%);
    color: #fff;
    transform: scale(1.1);
}

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

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--bg-2);
    margin: 0 5px;
    transition: all 0.3s ease;
}

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

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
    cursor: pointer;
    display: none;
}

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

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

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

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

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

.mobile-menu .header__menu {
    margin: 0;
    padding: 10px 20px;
    display: block;
    background: var(--bg-3);
    width: calc(100% + 40px);
    margin: -10px -20px 25px -20px;
    max-width: none;
}

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

.mobile-menu .header__menu > li > a {
    height: 40px;
}

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

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

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

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

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

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

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

.filter-block__cell-content select,
.filter-block__cell-content input[type="text"],
.filter-block__cell-content--check-group {
    height: 36px;
    line-height: 34px;
    background-position: right 8px top 50%;
    background-color: var(--bg);
    color: var(--tt-3);
    border: 1px solid var(--bg-2);
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    padding: 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

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

.filter-block__cell-content label input {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 40px;
    border-radius: 10px;
    background-color: var(--bg-2);
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.filter-block__cell-content label input::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 10px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: var(--bg);
    transition: all .2s linear;
}

.filter-block__cell-content label input:checked {
    background-color: #6ab04c;
}

.filter-block__cell-content label input:checked::before {
    left: 21px;
}

.filter-block__cell-content input[type="button"],
.filter-block__cell-content button {
    cursor: pointer;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 8px;
}

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

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

.filter-block__cell-content--check-group label input {
    position: absolute;
    left: 0;
    top: 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(--bg-2);
}

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

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

/* Additional responsive rules for page */
@media screen and (max-width: 1220px) {
    .page__subcol-side2,
    .page__col-side {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

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

    .pmovie__caption {
        padding-left: 76px;
    }

    .page__col-main .page__subtitle:last-child {
        display: none;
    }

    .pmovie__series-select {
        width: 100%;
        margin: 0 0 20px 0;
        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: 20px;
    }

    .tabs-block__select span {
        margin: 0;
    }

    .pmovie__related .poster:nth-child(5n) {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .pmovie__related .poster:nth-child(5n) {
        display: block;
    }

    .page__text .quote {
        margin-left: var(--indent-negative);
        margin-right: var(--indent-negative);
        padding-right: var(--indent);
    }

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

    .add-comments-form__input {
        min-width: 100%;
        margin: 0 0 10px 0;
    }

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

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

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

@media screen and (max-width: 590px) {
    .login {
        max-width: 90%;
        max-height: 90%;
        overflow-x: hidden;
        overflow-y: auto;
    }

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

    .page__subcols {
        display: block;
        position: relative;
    }

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

    .pmovie__poster {
        width: 120px;
        height: 180px;
    }

    .page__subcol-main h1 {
        font-size: 18px;
    }

    .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__player-bottom {
        justify-content: space-between;
    }

    .pmovie__fav {
        margin: 0;
    }

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

    .pmovie__related .poster:nth-child(5n),
    .pmovie__complaint2 {
        display: none;
    }

    .tabs-block__select span {
        flex: 1 1 0;
        min-width: auto;
        max-width: 100%;
        white-space: nowrap;
        text-align: center;
        padding: 0 10px;
    }
}

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

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 10px;
}

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

::selection {
    color: #fff;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
}

/* ========== FONTS ========== */
@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO-Medium.eot');
    src: url('../fonts/FiraGO-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraGO-Medium.woff2') format('woff2'), url('../fonts/FiraGO-Medium.woff') format('woff'), url('../fonts/FiraGO-Medium.ttf') format('truetype'), url('../fonts/FiraGO-Medium.svg#FiraGO-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO-Bold.eot');
    src: url('../fonts/FiraGO-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FiraGO-Bold.woff2') format('woff2'), url('../fonts/FiraGO-Bold.woff') format('woff'), url('../fonts/FiraGO-Bold.ttf') format('truetype'), url('../fonts/FiraGO-Bold.svg#FiraGO-Bold') format('svg');
    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;
}