body {
	font-family: 'Inter', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.logo,
.header,
.menu,
.nav,
.navigation,
.top-menu {
	font-family: 'Sora', 'Inter', Arial, sans-serif;
}

/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;
	background: url(../images/bg.jpg) center top fixed no-repeat; background-size: 100% auto;}
.wrapper::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; 
	background-color: rgba(0,0,0,0.7);}
.wrapper-container {margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; background-color: var(--bg-2); box-shadow: 0 30px 60px rgba(0,0,0,1);}
.header {color: #eee; background-color: var(--bg-3); padding: 10px calc(var(--indent)/2); position: relative; z-index: 10;}
.footer {background-color: var(--bg-4); color: var(--tt-dark); padding: 40px var(--indent); padding-bottom: 20px;}
.col-main {padding: 40px var(--indent);}
.pmovie2 .header {background: none;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-2); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 60px; text-align: left;
	margin-right: calc(var(--indent)/2); background: url(../images/logo.svg) 0 6px / 40px no-repeat; padding-left: 50px;}
.logo__title {text-transform: uppercase; color: #fff; font-size: 24px; letter-spacing: 4px; line-height: 1;}
.logo__caption {font-size: 10px; font-weight: 400; color: #fff; 
	opacity: 0.9; text-transform: uppercase; letter-spacing: 3px; margin-top: 5px;}

.header__menu {position: relative;}
.header__menu > li {margin-right: 20px;}
.header__menu > li > a {height: 80px; display: flex; align-items: center; text-transform: uppercase; font-size: 16px;}
.header__menu > li:hover > a, .header__btn:hover, .header__menu-hidden a:hover {color: var(--accent);}
.header__menu-hidden {position: absolute; left: 0; top: 98%; z-index: 999; 
	background-color: var(--bg); box-shadow: var(--bsh); padding: 30px; width: 600px; 
	column-gap: 30px; column-width: 150px; border-left: 5px solid var(--accent); 
	visibility: hidden; opacity: 0; transform: translateX(30px);}
.header__menu-hidden li {margin-bottom: 10px;}
.header__menu > li:hover .header__menu-hidden {visibility: visible; opacity: 1; transform: translateX(0);}

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

.header__search {position:relative;}
.header__search input, .header__search input:focus {padding: 0 60px 0 20px; border-radius: 20px; 
	background: rgba(255,255,255,0.1); box-shadow: var(--bsh); color: #fff;}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 14px;} 
.header__search button {position:absolute; right: 0; top: 0; padding: 0; 
	background: none; color: #eee; font-size: 16px; width: 60px;}

/* BIG SLIDER
----------------------------------------------- */
.big-slider {margin: 0 var(--indent-negative); margin-bottom: 90px; margin-top: -140px; 
	background-color: #000; height: 610px; overflow: hidden;}
.bslide {height: 610px; position: relative; color: #eee; padding: var(--indent); padding-top: 0;}
.bslide > img {position: absolute; left: 0; top: 0;}
.bslide::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; 
	background-color: rgba(0,0,0,0.7);}
.bslide__poster {width: 240px; height: 360px; margin: 0 40px 0 50px; z-index: 5; box-shadow: var(--bsh);}


.age-row {overflow: visible !important; -webkit-line-clamp: unset !important;}
.age-meta-right {position: relative; display: inline-flex; align-items: center; gap: 6px; margin-left: 30px; vertical-align: middle; float: none;}
.age-label {color: var(--tt-2);}
.age-pop {position: relative; display: inline-flex; align-items: center; z-index: 20;}
.age-rating {display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 32px; padding: 0 11px; border-radius: 7px; font-weight: 800; font-size: 18px; line-height: 1; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); cursor: help; transition: .18s ease;}
.age-rating:hover {background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.28);}
.age-rating[data-age="0"], .age-rating[data-age="0+"] {color: #2ECC71; border-color: rgba(46,204,113,.45); background: rgba(46,204,113,.10);}
.age-rating[data-age="12"], .age-rating[data-age="12+"] {color: #3498FF; border-color: rgba(52,152,255,.45); background: rgba(52,152,255,.10);}
.age-rating[data-age="16"], .age-rating[data-age="16+"] {color: #D4A017; border-color: rgba(212,160,23,.48); background: rgba(212,160,23,.11);}
.age-rating[data-age="18"], .age-rating[data-age="18+"] {color: #FF2D55; border-color: rgba(255,45,85,.48); background: rgba(255,45,85,.11);}
.age-tooltip {position: absolute; left: calc(100% + 12px); top: 50%; transform: translateY(-50%) translateX(-6px); z-index: 9999; width: 300px; padding: 0; border-radius: 10px; overflow: hidden; background: rgba(16,16,20,.98); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 14px 34px rgba(0,0,0,.55); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease, transform .18s ease;}
.age-pop:hover .age-tooltip {opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0);}
.age-tooltip::after {content: ""; position: absolute; left: -6px; top: 50%; width: 12px; height: 12px; transform: translateY(-50%) rotate(45deg); background: rgba(16,16,20,.98); border-left: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16);}
.age-tooltip__row {display: grid; grid-template-columns: 82px 1fr; align-items: center; min-height: 38px; border-top: 1px solid rgba(255,255,255,.10);}
.age-tooltip__row b {display: flex; align-items: center; padding: 8px 9px; font-size: 17px; font-weight: 900; font-style: normal; line-height: 1;}
.age-tooltip__row em {display: flex; align-items: center; padding: 8px 10px; color: rgba(255,255,255,.82); font-size: 11px; line-height: 1.35; font-style: normal;}
.age-0 {color: #2ECC71;}
.age-12 {color: #3498FF;}
.age-16 {color: #D4A017;}
.age-18 {color: #FF2D55;}



.bslide__desc {position: relative; z-index: 5; min-height: 360px; padding-right: 140px;}
.bslide__cat {font-size: 16px; margin-bottom: 0px; opacity: 0.8;}
.bslide__title {max-width: 820px; width: fit-content; font-size: clamp(30px, 3.2vw, 28px); line-height: 1.12; margin-bottom: 10px; text-transform: uppercase; font-weight: 300; letter-spacing: .5px; text-wrap: balance; overflow-wrap: normal;}
.bslide__subtitle {font-size: 22px; margin-bottom: 20px;}
.bslide__text {line-height: 1.7; margin: 20px 0; max-width: 500px; -webkit-line-clamp: 3; opacity: 0.8;}
.bslide__btn {height: 60px; padding: 0 40px;}
.bslide__trailer {position: absolute; top: 50%; right: var(--indent); z-index: 6; 
	transform: translateY(-50%); cursor: pointer;}
.bslide__trailer .fal {width: 70px; height: 70px; border-radius: 50%; background: #eee; color: #000;
	display: flex; justify-content: center; align-items: center; font-size: 20px; padding-left: 3px; 
	box-shadow: 0 0 0 26px rgba(255,255,255,0.2);}
.bslide__trailer::before {content: ''; width: 140px; height: 140px; position: absolute; left: -35px; top: -35px;
	background: url(../images/traler.png); background-size: contain; 
	animation: rotate 8s infinite linear;}
@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}


/* TOP ITEM
----------------------------------------------- */
.carou {padding: 0 var(--indent); margin: 0 var(--indent-negative); margin-bottom: 30px; 
	position: relative; padding-bottom: 60px;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top {width: calc((100% - 75px)/6); flex-shrink: 0; margin-right: 15px;}
.top {background-color: var(--bg-3);}
.top__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; padding: 15px; color: #fff;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 60px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 44px;}
.sect__title span {display: block; color: var(--tt-2); margin-top: 5px; 
	font-weight: 400; font-size: 16px; font-family: 'Inter', Arial, sans-serif;}
.sect__subtitle {font-size: 21px;}
.desc {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-dark); background: var(--bg-3); 
	margin: 40px var(--indent-negative); padding: 80px var(--indent); font-size: 16px; 
	margin-bottom: -40px; padding-bottom: 80px;}
.desc h1, .desc h2, .desc h3 {font-weight: 700; font-size: 28px; line-height: 1.3;}
.desc a {text-decoration: underline;}
.desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 14px; color: var(--tt-2); background-color: var(--bg-2);
	margin: 0 var(--indent-negative); margin-bottom: -60px; margin-top: 30px; padding: 30px var(--indent);}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.sect__btn-filter {display: flex; align-items: center; height: 30px; border-radius: 15px; padding: 0 15px; 
	font-size: 10px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; 
	border: 1px solid var(--accent); color: var(--tt); cursor: pointer; margin-left: 20px;}


/* POSTER ITEM
----------------------------------------------- */
.poster {display: block; position: relative;}
.poster__img {position: relative; overflow: hidden; box-shadow: var(--bsh-poster); margin-bottom: 20px; border: 2px solid transparent;}
.poster__img::before {content: ''; position: absolute; inset: 0; z-index: 2; opacity: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0.08)); pointer-events: none; transition: opacity .35s ease;}
.poster__img img {transition: transform .35s ease;}
.poster__play {position: absolute; left: 50%; top: 50%; z-index: 4; width: 74px; height: 74px;
	margin: -37px 0 0 -37px; display: flex; align-items: center; justify-content: center;
	border-radius: 50%; background: rgba(0,186,252,0.92); color: #fff; font-size: 28px;
	opacity: 0; transform: scale(0.82); pointer-events: none; box-shadow: 0 0 0 10px rgba(0,186,252,0.18);
	transition: opacity .35s ease, transform .35s ease, box-shadow .35s ease;}
.poster__play .fal {margin-left: 5px;}
.poster__rating {position: relative; background: url(../dleimages/rating.svg); height: 17px; width: 85px;}
.poster__rating-fill {position: absolute; left: 0; top: 0; height: 100%; z-index: 1; 
	background: url(../dleimages/rating.svg) 0 -34px repeat-x;}
.poster__img-link {display: block;}
.poster__title a {display: block;}
.poster__subtitle li {display: inline-block; margin: 8px 0 10px 0; color: var(--tt-2); margin-right: 4px;}
.poster__subtitle li a {color: var(--tt-2);}
.poster__subtitle li:not(:last-child)::after {margin-left: 6px; content: '/'; opacity: 0.6;}
.poster__label { position: absolute; left: 8px; top: 8px; z-index: 5; display: inline-flex; align-items: center; justify-content: center; min-width: 88px; height: 24px; padding: 0 14px; color: #fff; font-size: 11px; font-weight: 900; font-style: italic; line-height: 1; letter-spacing: 1.4px; text-transform: uppercase; background: none !important; transform: rotate(-3deg); text-shadow: 0 1px 3px rgba(0,0,0,.35); overflow: visible; isolation: isolate; }
.poster__label::before { content: ""; position: absolute; z-index: -1; left: -10px; right: -10px; top: -5px; bottom: -5px; background: linear-gradient(90deg, #6738ff 0%, #8738f5 38%, #c534df 68%, #ff2d98 100%); clip-path: polygon(0 32%, 12% 22%, 32% 18%, 55% 15%, 78% 18%, 100% 24%, 94% 42%, 100% 58%, 84% 70%, 60% 73%, 38% 70%, 16% 76%, 0 65%, 6% 50%); box-shadow: 0 3px 8px rgba(0,0,0,.25); }
.poster__label::after { display: none !important; content: none !important; }
.poster:hover .poster__img {border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), 0 0 28px rgba(0,186,252,0.32), var(--bsh);}
.poster:hover .poster__img::before {opacity: 1;}
.poster:hover .poster__img img {transform: scale(1.05);}
.poster:hover .poster__play {opacity: 1; transform: scale(1); box-shadow: 0 0 0 14px rgba(0,186,252,0.22);}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__two {margin-top: 20px;}
.footer__btn {font-size: 14px;}
.footer__text {line-height: 1.7;}

.pagination__pages11 {text-align: center; margin: 0 var(--indent-negative); padding: 0; 
	background: var(--bg-3); justify-content: center; margin-top: 40px; margin-bottom: -40px;}
.pagination__pages {background: var(--bg-2); padding: 0 15px;}
.pagination__pages > a, .pagination__pages > span, .pagination__pages-btn > a, 
.pagination__pages-btn > span {display: inline-block; margin: 0; line-height: 60px; 
	padding: 0 10px; min-width: 50px; background-color: var(--bg-2); font-size: 24px;}
.pagination__pages1 > span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover,   
.pagination__pages-btn > * {background: var(--accent) !important; color: #fff; min-width: 60px !important;}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}
.pagination__pages > span:not(.nav_ext), .pagination__pages-btn1 > span {background: var(--bg-2); color: var(--tt-2);}


/* INNER PAGE
----------------------------------------------- */
.pmovie .big-slider {margin-bottom: 40px;}
.pmovie .big-slider, .pmovie .bslide {height: auto;}
.pmovie .bslide {padding-top: 160px;}
.pmovie .bslide__poster {margin-left: 0;}
.pmovie .bslide__cat {color: var(--tt-dark); opacity: 1;}
.pmovie .bslide__text {opacity: 1; margin-top: 0;}
.pmovie li.line-clamp {-webkit-line-clamp: 3;}

.pmovie h1 a {margin-left: 10px; font-size: 14px; font-weight: 400; color: #ccc;}
.pmovie__header-list li + li {margin-top: 15px;}
.pmovie__header-list li > span:first-child {margin-right: 3px; color: var(--tt-dark);}
.pmovie__header-list li a {border-bottom: 1px dotted var(--accent-2); color: var(--accent-2);}
.pmovie__fav a {display: inline-flex; align-items: center; justify-content: center; margin-left: 20px;
	height: 60px; width: 60px; border-radius: 50%; font-size: 24px; border: 1px solid #b1b1b1; color: var(--tt-dark);}
.pmovie__ratings-caption {width: 100%; margin-bottom: 0px;}
.pmovie__rating {position: relative; margin-right: 30px;}
.pmovie__rating--site .poster__rating {position: static; transform: none;}
.pmovie__rating--site .pmovie__rating-content {height: 17px; margin: 9px 0 7px;}
.pmovie__rating--site .poster__rating-fill {height: 17px; top: 9px;}
.pmovie__rating--kp {margin-right: 0;}
.pmovie__rating-content {font-size: 24px;}
.pmovie__rating-caption {margin-top: 2px; color: var(--tt-dark); font-size: 12px;}

.page__col-left {width: 240px; margin-right: 40px;}
* + .page__subtitle {margin-top: 40px;}
.page__subtitle {font-size: 20px; text-transform: uppercase; margin-bottom: 20px;}
.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery, 
.pmovie__screenshots > p {display: grid; grid-gap: 5px 5px; width: 100%; grid-column: 1 / -1;
	grid-template-columns: repeat(auto-fill,minmax(100px,1fr)); grid-auto-flow: row dense;}
.pmovie__screenshots a, .pmovie__screenshots img, .pmovie__screenshots li {height: 90px; display: block !important; 
	margin: 0 !important; max-width: 100% !important; width: 100%;}
.pmovie__screenshots img {width: 100%; object-fit: cover;}
.pmovie__screenshots br {display: none;}
.pmovie__list {margin-top: -40px; background-color: var(--bg); color: var(--tt-dark);
	padding: 30px 20px; display: grid; grid-gap: 20px; line-height: 1.5;}
.pmovie__list li > div:first-child {margin-bottom: 2px; font-weight: 700; color: var(--tt);}
.pmovie__list a {color: var(--accent-2) !important; border-bottom: 1px dotted var(--accent-2);}
.pmovie__related {margin: 0 var(--indent-negative); padding: 40px var(--indent); 
	background-color: var(--bg); margin-bottom: -40px;}

.page__text {margin-bottom: 26px;}
.pmovie__player {position: relative; margin-bottom: 30px;}
.pmovie__complaint {position: absolute; right: 0; top: 10px; white-space: nowrap;}
.pmovie__complaint a {color: var(--accent); border-bottom: 1px dotted var(--accent);}
.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); color: var(--tt-3); font-weight: 700;}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--accent); color: #fff;}
.pmovie__player-bottom {margin-top: 10px;}
.pmovie__rating-likes {margin: 0;}
.pmovie__rating-likes > * {display: flex; align-items: center; height: 60px;
	background-color: #5d9b42; color: #fff; box-shadow: var(--bsh-2); padding: 0 20px 0 0; 
	font-weight: 700; font-size: 18px;}
.pmovie__rating-likes > * .fal {height: 60px; width: 60px; background: rgba(0,0,0,0.1);
	display: flex; justify-content: center; align-items: center; margin-right: 20px; font-size: 24px;}
.pmovie__rating-likes > * + * {background-color: #ea162a;}
.pmovie__rating-likes > a:hover {background-color: var(--accent); color: #fff;}
.pmovie__share .page__subtitle {margin: 0; margin-right: 10px;}
.ya-share2 {height: 36px; padding: 6px 0; min-width: 164px;}

.not-loaded {overflow: hidden; position: relative; text-align: center;}
.not-loaded::after {content: 'Загрузка...'; display: inline-block; position: relative; z-index: 1;}
.not-loaded::before {background: repeating-linear-gradient(45deg,#000,#000 10px,#111 10px,#111 20px); 
	animation: move 10s infinite linear; animation-direction: alternate; content: ''; width: 200%; height: 20px; 
	position: absolute; left: 0; top: 50%; margin-top: -10px;}
@keyframes move {
	from {transform: translateX(-50%);}
	to {transform: translateX(0%);}
}

.page__caption {font-size: 14px; line-height: 1.4; position: relative; margin-top: 10px;
	color: var(--tt-dark); background-color: var(--bg); padding: 12px 20px 13px 80px;} 
.page__caption::before {content: '\f2f7'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
   position: absolute; left: 20px; top: 50%; font-size: 38px; color: var(--accent-3); transform: translateY(-50%);}
.pmovie__items {counter-reset: num;}
.ftop-item + .ftop-item {margin-top: 15px;}
.ftop-item, .ftop-item__desc {position: relative; z-index: 5; color: var(--tt-2)}
.ftop-item__img {width: 60px; height: 90px; margin-right: 15px; z-index: 5;}
.ftop-item__title {font-weight: 700; margin-bottom: 10px; color: var(--tt)}
.ftop-item::before {content: counter(num); counter-increment: num; color: var(--tt-2); opacity: 0.5; 
	position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 40px; font-weight: 700;}
.soc-channels__item {display: flex; flex-direction: column; justify-content: center;  
	position: relative; padding: 0 20px 0 55px; height: 40px; overflow: hidden;
	background-color: #2daae1; color: #fff !important; box-shadow: var(--bsh-2); 
	font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; border-radius: 4px;}
.soc-channels__item div {font-size: 14px; text-transform: none; font-weight: 700; margin-top: -1px;}
.soc-channels__item::before {content: ''; width: 40px; height: 40px; background-color: rgba(0,0,0,0.2); 
	position: absolute; left: 0; top: 0; background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.tlg::before {background-image: url(../images/i-tlg.svg); background-size: 16px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; word-wrap: break-word; text-align: justify;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 700;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0;}
.page__comments-title {font-size: 20px; text-transform: uppercase; font-weight: 700; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -10px; 
	color: var(--tt-3); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 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 #111; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.show-comms > a {display: inline-block; font-weight: 700; color: var(--accent); text-decoration: underline; margin-bottom: 30px;}

.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 700; font-size: 14px;}
.comment-item__date {color: var(--tt-3); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 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: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 700; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-3); margin-left: 10px; font-weight: 400; color: var(--tt-3);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-3);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * 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: 0; right: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: none; width: 40px; height: 30px; 
	background: none; color: var(--tt-2); position: absolute; top: 0; font-size: 28px; margin-top: -15px;}
 .owl-prev {left: -50px;}
 .owl-next {right: -50px;}
 .owl-prev:hover, .owl-next:hover {background: none; color: var(--accent);}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -37px;}
 .owl-dot {display: inline-block; width: 16px; height: 16px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px; box-shadow: var(--bsh-2);}
.owl-dot.active, .owl-dot:hover, #owl-big button:hover, .bslide__trailer:hover .fal {background: var(--accent); color: #fff;}
#owl-big .owl-nav {right: auto; top: 0; bottom: 0; left: calc(var(--indent)/2); 
	display: flex; flex-direction: column; justify-content: center; padding-top: 50px;}
#owl-big .owl-prev, #owl-big .owl-next {position: static; height: 40px; margin: 10px 0; font-size: 18px;
	background-color: #eee; color: #000; border-radius: 50%;}
#owl-big .owl-dots {bottom: 0px; display: flex; gap: 0 5px; left: var(--indent); right: var(--indent);}
#owl-big .owl-dot {flex: 1 1 0; height: 10px; border-radius: 0; margin: 0; opacity: 0.6;}
#owl-big .owl-dot.active {opacity: 0.6;}
@keyframes slideOutDown {
  from {transform: translate3d(0, 0, 0);}
  to {visibility: hidden; transform: translate3d(0, 100%, 0);}
}
.slideOutDown {animation-name: slideOutDown;}
@keyframes slideInDown {
  from {transform: translate3d(0, -100%, 0); visibility: visible;}
  to {transform: translate3d(0, 0, 0);}
}
.slideInDown {animation-name: slideInDown;}

@keyframes slideOutUp {
  from {transform: translate3d(0, 0, 0);}
  to {visibility: hidden; transform: translate3d(0, -100%, 0);}
}
.slideOutUp {animation-name: slideOutUp;}
@keyframes slideInUp {
  from {transform: translate3d(0, 100%, 0); visibility: visible;}
  to {transform: translate3d(0, 0, 0);}
}
.slideInUp {animation-name: slideInUp;}


.top100-box,
.top100-box * {margin: 0; padding: 0; box-sizing: border-box;}
.clearfix::after {content: ""; display: block; clear: both;}

.top100-box {
    text-align: center;
    font-weight: 700;
    background: none;
}

.top100-title {
    margin-bottom: 24px;
    line-height: 1.2;
    font-family: 'Sora', 'Inter', Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
}

.top100-items {
    position: relative;
    background: none;
}

.top100-items::before {
    display: none;
}

.top100-list {
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 430px;
    counter-reset: li;
}

.top100-item {
    width: 20%;
    padding: 10px;
    position: relative;
}

.top100-item a {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: none;
    position: relative;
    box-shadow: none;
    border-radius: 0;
}

.top100-item a:hover {
    transform: none;
    box-shadow: none;
}

.top100-img {
    height: 320px;
    overflow: hidden;
    background: #111;
    border-radius: 0;
}

.top100-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
    border-radius: 0;
}

.top100-item a:hover .top100-img img {
    transform: scale(1.05);
}

.top100-name {
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
}

/* цифри */
.top100-item::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 16px;
    right: 16px;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: rgba(0,0,0,0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 28px;
    text-align: center;
    z-index: 5;
    box-shadow: none;
    border-radius: 0;
}

/* топ 3 */
.trophy {
    width: 220px;
    position: absolute;
    padding: 10px;
    z-index: 10;
}

.trophy .top100-img {
    height: 300px;
}

.trophy .top100-name {
    font-size: 15px;
    height: 42px;
}

.trophy::before {
    top: 16px;
    right: 16px;
    background: rgba(255, 193, 7, 0.95);
    color: #111;
    box-shadow: none;
    border-radius: 0;
}

.trophy-1 {
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}

.trophy-2 {
    left: 50%;
    top: 55px;
    transform: translateX(calc(-50% - 245px));
}

.trophy-3 {
    left: 50%;
    top: 55px;
    transform: translateX(calc(-50% + 245px));
}

.top100-item:hover .top100-name {
    color: #00bafc;
}

/* адаптив */
@media screen and (max-width: 1200px) {
    .top100-item {
        width: 25%;
    }

    .top100-img {
        height: 290px;
    }
}

@media screen and (max-width: 980px) {
    .top100-list {
        padding-top: 0;
    }

    .top100-item,
    .trophy {
        width: 33.3333%;
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }

    .trophy {
        padding: 10px;
    }

    .top100-img,
    .trophy .top100-img {
        height: 270px;
    }
}

@media screen and (max-width: 760px) {
    .top100-item,
    .trophy {
        width: 50%;
    }

    .top100-img,
    .trophy .top100-img {
        height: 240px;
    }

    .top100-item::before,
    .trophy::before {
        top: 12px;
        right: 12px;
        min-width: 26px;
        height: 26px;
        font-size: 11px;
        line-height: 26px;
    }
}

@media screen and (max-width: 480px) {
    .top100-item,
    .trophy {
        width: 100%;
    }

    .top100-img,
    .trophy .top100-img {
        height: 300px;
    }

    .top100-title {
        font-size: 24px;
    }
}


/* 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: var(--bg-3); color: #fff;}
.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, .mobile-menu .side-block__menu-hidden {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; color: #fff;}
.mobile-menu .header__menu-hidden {background-color: var(--bg); position: static; width: calc(100% + 40px);
	opacity: 1; visibility: visible; transform: none; border: 0; margin: 10px -20px; padding: 20px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	.header .header__menu {display: none;}
	.header__btn .fal {display: none;}
	.header__btn-menu {cursor: pointer; width: 40px; height: 40px; border-radius: 50%; line-height: 40px; 
		text-align: center; box-shadow: var(--bsh-2); background: var(--accent); color: #fff; 
		display: block; margin-left: 20px; font-size: 18px;}
	.header__search {flex: 1 1 0; margin: 0 0 0 20px; max-width: 100%; min-width: 50px;}
	.header {position: static; padding: 10px var(--indent);}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.poster__title a {font-size: 14px; font-weight: 700; font-family: 'Inter', Arial, sans-serif;}
	.poster__subtitle {font-size: 13px;}
	.poster .poster__rating {transform: scale(0.8,0.8); transform-origin: left center;}
	.poster__subtitle li {margin: 6px 4px 6px 0;}
	.pagination__pages {flex: 1 1 0; max-width: 100%; min-width: 0; display: flex; flex-wrap: wrap; justify-content: center;}
	.big-slider {margin-bottom: 40px;}
	.footer__one, .footer__two {display: block; text-align: center;}
	.footer__menu  {justify-content: center; margin-top: 20px;}
	.footer__menu li, .footer__text {margin: 0 10px 20px 10px;}
	.footer__menu > li > a {margin: 0; height: auto;}
	.main-slider .owl-nav {display: none !important;}
	.main-slider .owl-dots {display: flex !important;}
	.main-slider.big-slider, .main-slider .bslide {height: 460px;}
	.main-slider .bslide {padding: 20px; padding-bottom: 30px;}
	.bslide__poster {margin-left: 0; margin-right: 20px; width: 200px; height: 300px;}
	.bslide__desc {padding-right: 120px; min-height: 300px;}
	.bslide__cat, .bslide__subtitle {font-size: 14px;}
	.bslide__title {font-size: 38px; padding: 3px 0; margin: 0; line-height: 1.4;}
	.bslide__btn {height: 40px; padding: 0 20px; font-size: 15px;}

	.pmovie .bslide__desc {padding: 0;}
	.pmovie .bslide__title {padding-right: 120px;}
	.pmovie__fav a {width: 40px; height: 40px; font-size: 18px;}
	.pmovie__ratings {margin-top: -20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.carou__content > .top {width: calc((100% - 60px)/5);}
	.sect__title {font-size: 34px;}

	.page__col-left {width: 100%; margin: 0; margin-bottom: 40px;}
	.pmovie__list {margin-right: -20px; margin-left: -20px;}
	.hm, .pmovie__ratings-caption {display: none;}
	.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery, 
	.pmovie__screenshots > p {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.carou__content > .top {width: calc((100% - 30px)/3);}
	.header__search {order: 10; min-width: 100%; margin: 0; margin-top: 10px;}
	.header {height: auto;}
	.logo {flex: 1 1 0; min-width: 50px; max-width: 100%; margin-right: 20px;}
	.big-slider {margin-top: -200px;}
	.main-slider.big-slider, .main-slider .bslide {height: 420px;}
	.main-slider .bslide__text, .bslide__trailer::before {display: none;}
	.main-slider .bslide__poster {height: 180px; width: 120px;}
	.main-slider .bslide__desc {padding-right: 0; min-height: 180px;}
	.main-slider .bslide__btns {margin-top: 20px;}
	.main-slider .bslide__title {padding: 0; font-size: 32px;}
	.main-slider .bslide__subtitle {margin-bottom: 10px;}
	.bslide__trailer {right: 20px; bottom: 30px; top: auto; display: flex; align-items: center;}
	.bslide__trailer .fal {width: 20px; height: 20px; box-shadow: none; font-size: 8px; margin-right: 10px;}
	.bslide__trailer::after {content: 'трейлер'; display: inline; font-weight: 700;}

	.pmovie .bslide {padding-top: 220px; display: block;}
	.pmovie .bslide__poster, .pmovie__poster-hm {margin: 0 auto; margin-bottom: 20px; display: none;}
	.pmovie__poster-hm {display: block; width: 200px; height: 300px;}
	.pmovie h1, .pmovie .bslide__subtitle, .pmovie .bslide__cat {text-align: center;}
	.pmovie .bslide__title {padding-right: 0;}
	.pmovie__ratings-caption {display: block;}
	.pmovie__ratings {width: 100%; margin: 0; margin-top: 20px;}
	.pmovie__fav {justify-content: flex-end; display: flex;}

	.pmovie__player {margin-left: var(--indent-negative); margin-right: var(--indent-negative);}
	.tabs-block__select span {margin: 0;}
	.pmovie__rating-likes {width: 100%; margin: -10px 0 15px;}
	.pmovie__rating-likes > * {width: 50%;}
	.pmovie__share {text-align: center; justify-content: center; width: 100%;}
	.pmovie__complaint {display: none;}
	.tabs-block__select span {flex: 1 1 0; min-width: auto; max-width: 100%; white-space: nowrap; text-align: center;}

	.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) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.carou__content > .top {width: calc((100% - 30px)/3);}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 13px;}
	.header__logo {background-image: none; padding-left: 0; margin: 0;}
	.header__logo > * {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__btn {margin-left: 20px;}
	.main-slider .bslide__btn {font-size: 0; width: 90px; position: relative;}
	.main-slider .bslide__btn::after {content: 'смотреть'; font-size: 12px; position: absolute; width: 100%; text-align: center;}
	.bslide__poster {margin-right: 10px;}

	.pmovie__rating {margin-right: 15px;}
	.pmovie .bslide__trailer {bottom: 62px;}
	.soc-channels__item {width: 100%; margin-bottom: 30px; order: -1; margin-top: -20px;}
	.pmovie__related .poster:nth-child(5n) {display: none;}
}


	
/* FLEX FALLBACK FOR SMART TV
----------------------------------------------- */
/*
@media screen and (min-width: 1200px) {
    #dle-content, .d-grid {display: flex; justify-content: space-between; flex-wrap: wrap; grid-gap: 0 0;}
    #dle-content > *:not(.grid-item), #dle-content {width: 100%;}
    .poster {width: 18%; margin-bottom: 40px;}
	.pagination {margin-top: -10px;}
	.desc {display: block;}
	.desc > * + * {margin-top: 20px;}
	.pmovie__screenshots, .pmovie__screenshots .xfieldimagegallery, 
	.pmovie__screenshots > p {display: block; grid-gap: 0 0;}
	.pmovie__screenshots a, .pmovie__screenshots li {margin: 0 0 5px 0 !important;}
}
*/
	
/* screen=hover ---------------------------- */	

.pmovie__screenshots {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 20px;
}

.pmovie__screenshots .screens-shot {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
	background: #111;
}

.pmovie__screenshots .screens-shot img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 10px;
	transition: transform .25s ease;
}

.pmovie__screenshots .screens-shot::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	border: 2px solid transparent;
	background: rgba(7, 12, 28, 0);
	transition: .25s ease;
	z-index: 2;
	pointer-events: none;
	box-sizing: border-box;
}

.pmovie__screenshots .screens-shot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	transform: translate(-50%, -50%);
	opacity: 0;
	border-radius: 50%;
	background:
		rgba(25, 118, 255, .96)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M1.5 12S5.5 5.5 12 5.5 22.5 12 22.5 12 18.5 18.5 12 18.5 1.5 12 1.5 12Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='white' stroke-width='2'/%3E%3C/svg%3E")
		center / 18px 18px no-repeat;
	box-shadow: 0 8px 22px rgba(25,118,255,.28);
	transition: opacity .2s ease, background .2s ease, box-shadow .2s ease;
	z-index: 3;
	pointer-events: none;
	will-change: opacity;
}

.pmovie__screenshots .screens-shot:hover::after {
	opacity: 1;
}
.pmovie__screenshots .screens-shot:hover::before {
	border-color: #2d7fff;
	background: rgba(14, 25, 58, 0.22);
	box-shadow:
		inset 0 0 0 1px rgba(45,127,255,.35),
		0 0 18px rgba(45,127,255,.18);
}


.pmovie__screenshots .screens-shot:hover img {
	transform: scale(1.04);
}

html.screens-lock,
body.screens-lock {
	overflow: hidden;
}

.screens-gallery {
	position: fixed;
	inset: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .25s ease, visibility .25s ease;
}

.screens-gallery.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.screens-gallery__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 8, 12, 0.94);
	backdrop-filter: blur(3px);
}

.screens-gallery__dialog {
	position: relative;
	z-index: 2;
	width: min(1400px, 96vw);
	height: min(92vh, 980px);
	margin: 4vh auto;
	display: flex;
	flex-direction: column;
	padding: 20px 24px 18px;
	box-sizing: border-box;
}

.screens-gallery__topbar {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin-bottom: 10px;
}

.screens-gallery__counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .4px;
}

.screens-gallery__stage {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
}

.screens-gallery__image {
	display: block;
	max-width: 100%;
	max-height: calc(92vh - 150px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 20px 70px rgba(0,0,0,.45);
	user-select: none;
	-webkit-user-drag: none;
}

.screens-gallery__close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.10);
	color: #fff;
	font-size: 34px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}

.screens-gallery__close:hover {
	background: rgba(255,255,255,.18);
	transform: scale(1.06);
}

.screens-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 58px;
	height: 58px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.10);
	color: #fff;
	font-size: 46px;
	line-height: 58px;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}

.screens-gallery__nav:hover {
	background: rgba(255,255,255,.18);
	transform: translateY(-50%) scale(1.06);
}

.screens-gallery__nav--prev {
	left: 10px;
}

.screens-gallery__nav--next {
	right: 10px;
}

.screens-gallery__thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 14px 4px 2px;
	margin-top: 12px;
	scrollbar-width: thin;
}

.screens-gallery__thumbs::-webkit-scrollbar {
	height: 8px;
}

.screens-gallery__thumbs::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.18);
	border-radius: 999px;
}

.screens-gallery__thumb {
	flex: 0 0 auto;
	width: 108px;
	height: 68px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	opacity: .62;
	transition: .2s ease;
}

.screens-gallery__thumb:hover {
	opacity: .9;
	transform: translateY(-2px);
}

.screens-gallery__thumb.is-active {
	border-color: #2d7fff;
	box-shadow: 0 0 16px rgba(45,127,255,.22);
	opacity: 1;
}

.screens-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.screens-gallery.is-single .screens-gallery__nav,
.screens-gallery.is-single .screens-gallery__thumbs {
	display: none;
}

@media (max-width: 768px) {
	.pmovie__screenshots {
		grid-template-columns: 1fr;
	}

	.screens-gallery__dialog {
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 14px 10px 12px;
	}

	.screens-gallery__image {
		max-height: calc(100vh - 140px);
		border-radius: 8px;
	}

	.screens-gallery__nav {
		width: 46px;
		height: 46px;
		font-size: 34px;
		line-height: 46px;
	}

	.screens-gallery__nav--prev {
		left: 6px;
	}

	.screens-gallery__nav--next {
		right: 6px;
	}

	.screens-gallery__thumb {
		width: 84px;
		height: 56px;
	}

	.screens-gallery__close {
		top: 6px;
		right: 6px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 30px;
	}
}
    
.lineup-photo {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	cursor: zoom-in;
	background: #111;
}

.lineup-photo img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	border-radius: 10px;
	transition: transform .25s ease;
}

/* Синя рамка + затемнення як у скріншотів */
.lineup-photo::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	border: 2px solid transparent;
	background: rgba(7, 12, 28, 0);
	transition: .25s ease;
	z-index: 2;
	pointer-events: none;
	box-sizing: border-box;
}

/* Око по центру */
.lineup-photo::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	transform: translate(-50%, -50%);
	opacity: 0;
	border-radius: 50%;
	background:
		rgba(25, 118, 255, .96)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M1.5 12S5.5 5.5 12 5.5 22.5 12 22.5 12 18.5 18.5 12 18.5 1.5 12 1.5 12Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' stroke='white' stroke-width='2'/%3E%3C/svg%3E")
		center / 18px 18px no-repeat;
	box-shadow: 0 8px 22px rgba(25,118,255,.28);
	transition: opacity .2s ease, background .2s ease, box-shadow .2s ease;
	z-index: 3;
	pointer-events: none;
	will-change: opacity;
}

.lineup-photo:hover::after {
	opacity: 1;
}

.lineup-photo:hover::before {
	border-color: #2d7fff;
	background: rgba(14, 25, 58, 0.22);
	box-shadow:
		inset 0 0 0 1px rgba(45,127,255,.35),
		0 0 18px rgba(45,127,255,.18);
}

.lineup-photo:hover img {
	transform: scale(1.04);
}


/* Блокування прокрутки при відкритому фото */
html.lineup-lock,
body.lineup-lock {
	overflow: hidden;
}


/* Lightbox збільшення */
.lineup-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0,0,0,.94);
	box-sizing: border-box;
}

.lineup-lightbox.is-active {
	display: flex;
}

.lineup-lightbox__img {
	display: block;
	max-width: 96vw;
	max-height: 94vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 25px 80px rgba(0,0,0,.65);
}

.lineup-lightbox__close {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 10;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.12);
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}

.lineup-lightbox__close:hover {
	background: rgba(255,255,255,.22);
	transform: scale(1.07);
}

@media (max-width: 768px) {
	.lineup-lightbox {
		padding: 10px;
	}

	.lineup-lightbox__img {
		max-width: 100vw;
		max-height: 92vh;
		border-radius: 8px;
	}

	.lineup-lightbox__close {
		top: 10px;
		right: 10px;
		width: 44px;
		height: 44px;
		font-size: 32px;
		line-height: 44px;
	}
}

/* =========================================================
   BASTARIO NEON PRIME — SITE COLOR/FONT OVERRIDES ONLY
   ========================================================= */
.wrapper {
    background:
        radial-gradient(circle at 16% 2%, rgba(124,60,255,.34), transparent 28%),
        radial-gradient(circle at 82% 0%, rgba(0,229,255,.16), transparent 24%),
        url(../images/bg.jpg) center top fixed no-repeat;
    background-size: auto, auto, 100% auto;
}
.wrapper::before {
    background:
        linear-gradient(180deg, rgba(6,5,13,.76) 0%, rgba(6,5,13,.94) 48%, rgba(6,5,13,.98) 100%);
}
.wrapper-main {
    background-color: var(--bg-2);
    box-shadow: 0 30px 70px rgba(0,0,0,.88);
}
.header {
    color: var(--tt);
    background-color: rgba(15,11,31,.92);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.logo__title,
.sect__title,
.page__subtitle,
.page__comments-title,
.poster__title a,
.ftop-item__title,
.order-title {
    color: var(--tt);
}
.logo__caption,
.sect__title span,
.poster__subtitle li,
.poster__subtitle li a,
.pmovie__rating-caption,
.pmovie__header-list li > span:first-child,
.footer,
.footer__text,
.page__caption,
.full-text,
.comment-item__text,
.login__caption {
    color: var(--tt-2);
}
.header__menu > li:hover > a,
.header__btn:hover,
.header__menu-hidden a:hover,
.pmovie__header-list li a,
.pmovie__complaint a,
.actor-page__toggle,
.footer__menu a:hover {
    color: var(--accent-2) !important;
}
.header__menu-hidden {
    background-color: #171326;
    border-left-color: var(--accent);
    box-shadow: 0 24px 70px rgba(0,0,0,.52);
}
.header__btn .fal,
.header__btn-menu {
    background: rgba(255,255,255,.08);
    color: var(--tt);
}
.header__search input,
.header__search input:focus {
    background-color: rgba(255,255,255,.08);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.poster__img {
    background-color: var(--bg-3);
    border-color: rgba(255,255,255,.05);
}
.poster__img::before {
    background: linear-gradient(180deg, rgba(124,60,255,.08) 0%, rgba(255,45,149,.28) 100%);
}
.poster__play {
    background: var(--gradient);
    color: #ffffff;
}
.poster:hover .poster__img {
    border-color: var(--accent-2);
    box-shadow: 0 0 0 1px rgba(0,229,255,.55), 0 0 28px rgba(124,60,255,.42), var(--bsh);
}
.poster:hover .poster__play {
    box-shadow: 0 0 0 14px rgba(124,60,255,.22);
}
.poster__label {
    background: linear-gradient(180deg, rgba(6,5,13,.86) 0%, rgba(6,5,13,0) 100%);
}
.poster__rating-fill {
    background: url(../dleimages/rating.svg) 0 -34px repeat-x;
    background-color: transparent;
}
.pagination__pages,
.pagination__pages > span:not(.nav_ext),
.pagination__pages-btn1 > span,
.tabs-block__select span,
.pmovie__list,
.pmovie__related,
.page__caption,
.login__header,
.login__content,
.login__social,
.pages-bg,
.mobile-menu .header__menu,
.mobile-menu .side-block__menu-hidden {
    background-color: var(--bg-3);
}
.tabs-block__select span.is-active,
.tabs-block__select span:hover,
.pagination__pages1 > span:not(.nav_ext),
.pagination__pages a:hover,
.pagination__btn-loader a:hover,
.pagination__pages-btn > * {
    background: var(--gradient) !important;
    color: #ffffff !important;
}
.pmovie__rating-likes > * {
    background-color: var(--accent-3);
    color: #06100b;
}
.pmovie__rating-likes > * + * {
    background-color: var(--accent-pink);
    color: #ffffff;
}
.pmovie__rating-likes > a:hover {
    background: var(--gradient);
    color: #ffffff;
}
.page__caption::before {
    color: var(--accent-2);
}
.footer {
    background-color: #080612;
    border-top: 1px solid rgba(255,255,255,.08);
}
.soc-channels__item {
    background-color: var(--accent);
}
.not-loaded::before {
    background: repeating-linear-gradient(45deg, #0f0b1f, #0f0b1f 10px, #171326 10px, #171326 20px);
}

/* =========================================================
   HOTFIX: full titles/categories on poster cards
   ========================================================= */

.poster {position: relative; overflow: visible;}
.poster__img {position: relative; display: block; overflow: hidden;}
.poster__img img {display: block; width: 100%; height: auto;}
.poster__img::before {content: none !important; display: none !important;}
.poster__hover-title {position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 3; padding: 10px 12px; border-radius: 10px; background: rgba(31,33,41,.96); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 14px 30px rgba(0,0,0,.45); color: #fff; text-align: center; font-size: 14px; line-height: 1.35; font-weight: 700; letter-spacing: .2px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; pointer-events: none;}
.poster:hover .poster__img::before {opacity: 0 !important; display: none !important;}
.poster:hover .poster__hover-title {opacity: 1; visibility: visible; transform: translateY(0);}
.poster__desc {margin-top: 6px; padding-top: 0; overflow: hidden;}
.poster__subtitle li::before {content: none !important; display: none !important;}
.poster__subtitle li::after {content: none !important; display: none !important;}
.poster__subtitle {display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; margin: 0; padding: 0px; list-style: none; overflow: hidden; justify-content: center;}
.poster__subtitle li {display: inline-flex; align-items: center; margin: 0; padding: 0; color: #ffffff; font-size: 13px; line-height: 1; font-weight: 500; letter-spacing: .3px; white-space: nowrap;}
.poster__subtitle li:first-child {height: 24px; padding: 0 7px; border-radius: 9px; background: linear-gradient(90deg, #6530d8 0%, #a02ee3 48%, #e9278f 100%); color: #fff; font-size: 13px; line-height: 24px; font-weight: 700; letter-spacing: .4px; }
.poster__subtitle a {color: rgba(255,255,255,.58); text-decoration: none;}
.poster__subtitle a:hover {color: #fff;}


/* =========================================================
   HOTFIX: header menu in one row + clean poster rating
   ========================================================= */
.header__menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
}
.header__menu > li {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-right: 16px;
}
.header__menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.poster__rating {
    overflow: hidden;
    background-color: transparent;
}
.poster__rating-fill {
    background: url(../dleimages/rating.svg) 0 -34px repeat-x !important;
    background-color: transparent !important;
}
@media screen and (min-width: 1221px) and (max-width: 1380px) {
    .header__menu > li {margin-right: 11px;}
    .header__menu > li > a {font-size: 14px;}
    .logo {margin-right: 24px;}
    .header__search {max-width: 260px;}
}

/* =========================================================
   HOME BLOCKS: actors / collections / news
   Використовуємо існуючі класи шаблона: sect, sect__header,
   sect__title, sect__btn-filter, actors-list, collect.
   ========================================================= */
.home-actors-section .actors-list.actors-list--home {
    margin-top: 0 !important;
}

.home-actors-section .actors-list.actors-list--home .item.item-model .item-title {
    font-size: 18px !important;
}

.home-actors-section .actors-list.actors-list--home .item.item-model .item-subtitle {
    font-size: 14px !important;
}

.home-collections-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
    width: 100% !important;
}

.home-collections-grid > .collect,
.home-collections-grid > .collect:not(.grid-item) {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
}

.home-collections-grid > .collect {
    position: relative;
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: auto !important;
    overflow: hidden;
    border-radius: 18px;
    background: #0d1016;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 28px rgba(0,0,0,0.26);
    text-decoration: none;
    isolation: isolate;
    transform: none !important;
    transition: none !important;
}

.home-collections-grid > .collect:hover {
    transform: none !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.26) !important;
    border-color: rgba(255,255,255,0.08) !important;
}

.home-collections-grid > .collect .collect-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #11151c;
    border-radius: 18px;
}

.home-collections-grid > .collect .collect-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .65s ease, filter .28s ease !important;
}

.home-collections-grid > .collect:hover .collect-img img {
    transform: scale(1.08) !important;
    filter: brightness(1.04) !important;
}

.home-collections-grid > .collect .with-mask::before,
.home-collections-grid > .collect .with-mask::after {
    display: none !important;
    content: none !important;
}

.home-collections-grid > .collect .item__gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.08) 24%, rgba(0,0,0,0.18) 46%, rgba(0,0,0,0.52) 72%, rgba(0,0,0,0.88) 100%);
    transition: none !important;
    transform: none !important;
}

.home-collections-grid > .collect::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 18%, rgba(255,255,255,0) 38%);
    transition: none !important;
    transform: none !important;
}

.home-collections-grid > .collect .count {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    margin: 0;
    border-radius: 999px;
    background: rgba(8,8,10,0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 6px 18px rgba(0,0,0,0.20);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.home-collections-grid > .collect .collect-title {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.2px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.45);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

@media (max-width: 1100px) {
    .home-collections-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .home-collections-grid > .collect .collect-title {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .home-collections-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .home-collections-grid > .collect,
    .home-collections-grid > .collect .collect-img {
        border-radius: 16px;
    }

    .home-collections-grid > .collect .collect-title {
        left: 12px;
        right: 12px;
        bottom: 12px;
        font-size: 16px;
        line-height: 1.14;
    }

    .home-collections-grid > .collect .count {
        top: 10px;
        right: 10px;
        min-width: 34px;
        height: 34px;
        font-size: 12px;
        padding: 0 10px;
    }
}

/* =========================================================
   HOME NEWS SLIDER: latest block with left / right arrows
   ========================================================= */
.home-news-carousel-section .sect__header {
    gap: 20px;
}

.home-block-arrows {
    flex: 0 0 auto;
    gap: 10px;
    margin-left: 20px;
}

.home-block-arrow {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--accent);
    background: transparent;
    color: var(--tt);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: background-color .25s ease, color .25s ease, opacity .25s ease, box-shadow .25s ease;
}

.home-block-arrow:hover {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 0 24px rgba(0,186,252,0.24);
}

.home-block-arrow.swiper-button-disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}

.home-news-slider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 6px;
}

.home-news-slider .swiper-wrapper {
    align-items: stretch;
}

.home-news-slider .swiper-slide {
    height: auto;
}

.home-news-slider .poster,
.home-news-slider .poster.grid-item {
    width: 100% !important;
    margin: 0 !important;
    display: block;
}

.home-news-slider .poster__img {
    margin-bottom: 15px;
}

.home-news-slider .poster__title a,
.home-news-slider .poster__title a span {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.25;
}

.home-news-slider .poster__subtitle {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

@media (max-width: 760px) {
    .home-news-carousel-section .sect__header {
        align-items: flex-start;
    }

    .home-block-arrows {
        gap: 8px;
        margin-left: 12px;
    }

    .home-block-arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .home-news-carousel-section .sect__header {
        flex-wrap: wrap;
    }

    .home-block-arrows {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }
}


/* =========================================================
   HOME SECTION BUTTONS: hover for "Усі добірки" / "Усі актори"
   ========================================================= */
.home-collections-section .sect__btn-filter,
.home-actors-section .sect__btn-filter {
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.home-collections-section .sect__btn-filter:hover,
.home-actors-section .sect__btn-filter:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0,186,252,.24);
}

.home-collections-section .sect__btn-filter:active,
.home-actors-section .sect__btn-filter:active {
    transform: translateY(0);
    box-shadow: 0 5px 14px rgba(0,186,252,.18);
}

/* =========================================================
   HOME FOOTBALL BLOCK: 16/9 posters under latest block
   ========================================================= */
.home-football-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 20px;
    width: 100%;
}

.home-football-card,
.home-football-card.grid-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home-football-card .poster__img {
    padding-top: 56.25% !important;
    border-radius: 14px;
    margin-bottom: 14px;
}

.home-football-card .poster__title a,
.home-football-card .poster__title a span {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.25;
}

.home-football-card .poster__subtitle {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.home-football-section .sect__btn-filter {
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.home-football-section .sect__btn-filter:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0,186,252,.24);
}

.home-football-section .sect__btn-filter:active {
    transform: translateY(0);
    box-shadow: 0 5px 14px rgba(0,186,252,.18);
}

@media (max-width: 1100px) {
    .home-football-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 18px;
    }
}

@media (max-width: 760px) {
    .home-football-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 14px;
    }

    .home-football-card .poster__img {
        border-radius: 12px;
        margin-bottom: 12px;
    }
}

@media (max-width: 520px) {
    .home-football-grid {
        grid-template-columns: 1fr;
    }
}

/* FIX: clean pagination layout with long-arrow icons */
.pagination {
    margin-top: 40px;
}
.pagination__wrap {
    margin: 0 var(--indent-negative);
    padding: 0;
    background: transparent;
    flex-wrap: nowrap;
}
.pagination__pages {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}
.pagination__pages > a,
.pagination__pages > span,
.pagination__pages-btn > a,
.pagination__pages-btn > span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 62px;
    min-width: 62px !important;
    line-height: 1 !important;
    margin: 0;
    padding: 0 18px;
    background: var(--bg-3);
    color: var(--tt-2);
    font-size: 22px;
    font-weight: 800;
}
.pagination__pages > span:not(.nav_ext) {
    background: var(--gradient) !important;
    color: #ffffff !important;
}
.pagination__pages > a:hover,
.pagination__pages-btn > a,
.pagination__pages-btn > a:hover {
    background: var(--gradient) !important;
    color: #ffffff !important;
}
.pagination__pages-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination__pages-btn:empty,
.pagination__pages .nav_ext:empty {
    display: none !important;
}
.pagination__pages .nav_ext {
    background: var(--bg-3) !important;
    color: var(--tt-2) !important;
}
.pagination__pages-btn .fal {
    font-size: 28px;
    line-height: 1;
}
@media screen and (max-width: 590px) {
    .pagination__wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
    .pagination__pages > a,
    .pagination__pages > span,
    .pagination__pages-btn > a,
    .pagination__pages-btn > span {
        height: 54px;
        min-width: 54px !important;
        padding: 0 14px;
        font-size: 20px;
    }
}

/* SERIAl SEASON / EPISODE BADGES
----------------------------------------------- */
.pmovie__topline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-bottom: 6px;
}

.pmovie__serial-badges {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.pmovie__serial-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	white-space: nowrap;
}

.pmovie__serial-badge--season {
	padding: 0 12px;
	border-radius: 7px;
	background: var(--gradient);
	color: #fff;
    text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(255,37,58,.24);
}

.pmovie__serial-badge--episode {
	color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(135deg, #7c3cff 0%, #ff2d95 100%) 1;
}

@media screen and (max-width: 760px) {
	.pmovie__topline {
		justify-content: center;
		gap: 8px 12px;
	}

	.pmovie__serial-badges {
		font-size: 13px;
		gap: 8px;
	}

	.pmovie__serial-badge {
		height: 26px;
	}

	.pmovie__serial-badge--season {
		padding: 0 10px;
	}
}
.status {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 7px;
	background: rgba(255,255,255,.10);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.status--active {
	color: #22c55e;
}

.status--ended {
	color: #ff2d55;
}

/* Блок мультизвук / список озвучень
----------------------------------------------- */

.bastario-player-box {
	width: 100%;
	margin-bottom: 14px;
}

.bastario-voices-wrap {
	width: 100%;
	margin: 8px 0 12px;
}

.bastario-voices-source {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	position: absolute !important;
	left: -99999px !important;
	top: -99999px !important;
	pointer-events: none !important;
}

/* зовнішній блок */
.bastario-voices-row {
	width: 100%;
	padding: 10px 0;
	border-radius: 8px;
	box-sizing: border-box;
}

/* 4 кнопки в ряд */
.bastario-voice-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none !important;
	box-sizing: border-box;
}

/* кнопка */
.bastario-voice-btn {
	width: 100%;
	min-width: 0 !important;
	max-width: none !important;

	height: auto !important;
	min-height: 48px;
	padding: 6px 10px;

	border: none;
	border-radius: 6px;
	background: rgba(255,255,255,.075);
	color: rgba(255,255,255,.9);

	font-size: 13px;
	font-weight: 400;
	line-height: 1.22;
	text-align: left;
	text-transform: none;

	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;

	box-sizing: border-box;
	transition: background .18s ease, color .18s ease;
}

.bastario-voice-btn:hover {
	background: rgba(255,255,255,.12);
	color: #fff;
}

.bastario-voice-btn.is-active {
	background: linear-gradient(90deg, #8e4dff 0%, #f52aa0 100%);
	color: #fff;
	font-weight: 400;
}

/* текст у кнопці */
.bastario-voice-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-width: 0;

	color: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;

	white-space: normal;
	overflow: hidden;
	text-overflow: unset;

	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

/* верхній рядок — назва */
.bastario-voice-main {
	display: block;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.18;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* нижній рядок — текст в дужках */
.bastario-voice-sub {
	display: block;
	margin-top: 2px;

	color: rgba(255,255,255,.68);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.18;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bastario-voice-btn.is-active .bastario-voice-sub {
	color: rgba(255,255,255,.86);
}

/* кружок справа */
.bastario-voice-icon {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	margin-left: 6px;

	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.65);
	position: relative;
	opacity: .9;
	box-sizing: border-box;
}

.bastario-voice-btn.is-active .bastario-voice-icon {
	border-color: #fff;
}

.bastario-voice-icon:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}

/* прибираємо старі заголовки */
.bastario-voices-title,
.bastario-voices-label {
	display: none !important;
}

/* адаптив */
@media (max-width: 1000px) {
	.bastario-voice-tabs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.bastario-voices-row {
		padding: 8px;
	}

	.bastario-voice-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.bastario-voice-btn {
		min-height: 44px;
		padding: 6px 9px;
	}

	.bastario-voice-main {
		font-size: 12px;
	}

	.bastario-voice-sub {
		font-size: 11px;
	}
}

@media (max-width: 430px) {
	.bastario-voice-tabs {
		grid-template-columns: 1fr;
	}
}

/* NEWS GRID 4 DESKTOP / 2 MOBILE */
.d-grid, #dle-content {display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 34px 28px !important;}
.d-grid > .poster, #dle-content > .poster {width: 100% !important; min-width: 0 !important;}
.poster__img {width: 100%;}
.poster__img img {width: 100%; height: auto; display: block;}
@media screen and (max-width: 590px) {.d-grid, #dle-content {grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 24px 14px !important;}}
