
.wrapper {min-width: 320px; position: relative; overflow: hidden; overflow: clip;}
.wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper__container--main {background-color: var(--bg); padding: 0 var(--indent);}
.header {padding-top: 10px; padding-bottom: 10px; box-shadow: var(--bsh);}
.carou {background-color: #425262; padding-top: 40px; padding-bottom: 40px;}
.footer {background-color: #425262; padding-top: 40px; padding-bottom: 40px;}	
.cols {display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 50px; padding: 50px 0;
	min-height: 100vh; grid-template-areas: "sidebar content";}
.cols__content {grid-area: content;}
.cols__sidebar {grid-area: sidebar;}
.footer__two {border-top: 1px solid var(--bdc); padding-top: 20px; margin-top: 40px; margin-bottom: -20px;}
.col2 .cols {grid-template-columns: minmax(0,1fr) 320px; grid-template-areas: "content sidebar";}

.has-branding {background: url(../images/background.webp) #3A495D; background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
.has-branding .wrapper__container--main {overflow: hidden; overflow: clip;}

.scrolltop {position: fixed; width: 40px; height: 40px; right: 10px; bottom: 10px; padding: 0;
	z-index: 990; border-radius: 50%; font-size: 18px; opacity: 0; scale: 0 0;}
.scrolltop.is-active {scale: 1 1; opacity: 1;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}


.logo {position: relative; text-transform: uppercase; padding-left: 100px; min-height: 40px; font-weight: 700; margin: -5px 0;}
.logo::before {content: ''; width: 80px; aspect-ratio: 1 / 1; position: absolute; left: 0; top: 50%; 
	background: url(../images/logo.png) 0 0 / contain no-repeat; translate: 0 -50%; margin-top: -10px;}
.logo__title {font-size: 24px; font-weight: 700; letter-spacing: 5px;}
.logo__subtitle {font-size: 12px; color: var(--tt-fade); letter-spacing: 3px; 
	border-top: 3px dotted var(--bdc); margin-top: 8px; padding-top: 1px;}
.lt .header__logo {--tt-fade: rgba(0,0,0,0.3);}
.logo span {position: relative; display: inline-block; padding: 5px 5px; margin-right: 7px;
	background-color: var(--accent); color: #fff; vertical-align: middle;}
.logo span::before, .logo span::after {content: ''; position: absolute; left: 0; bottom: 100%; width: 100%; height: 5px;
	background-image: linear-gradient(to bottom right, transparent 50.5%, var(--accent) 50.5%),
	linear-gradient(to bottom left, transparent 50.5%, var(--accent) 50.5%);
	background-repeat: repeat-x, repeat-x; background-position: 5px 0, 5px 0; background-size: 10px 10px, 10px 10px;}
.logo span::after {bottom: auto; top: 100%; scale: 1 -1; transform-origin: center top; margin-top: 5px;}
.logo:has(img) {background: none; min-width: 200px; margin: 0;}
.logo:has(img)::before {display: none;}
.logo img {display: block; position: absolute; left: 0; top: 50%; translate: 0 -50%; max-height: 100%;}
.dt .header__theme-select::before {content:"\f755";}
.header__theme-select {opacity: 0.6; color: var(--accent);}
.header__btn-login::before {width: 40px; height: 40px; border-radius: 50%; 
	background: rgba(35, 79, 145, 0.3); color: #fff;}
.header__ava {width: 40px; cursor: pointer;}
.header__btn1 span {position: absolute; right: 0; top: 0; padding: 1px 3px; font-size: 10px; border-radius: 3px; 
	background-color: var(--accent); color: #fff; display: inline-block; 
	text-align: center; min-width: 20px; line-height: 1.3;}

.search-block {position: relative; margin: 0 20px;}
.search-block__input, .search-block__input:focus {padding: 0 50px 0 15px; 
	--bdc: rgba(35, 79, 145, 0.3); border-width: 1px;}
.search-block__input:not(:focus)::placeholder {color: var(--tt-fade);}
.search-block__input:focus::placeholder {color: #687581;}
.search-block__btn {position: absolute; right: 0; top: 0; height: 40px; 
	font-size: 16px; width: 46px; color: #687581; opacity: 0.6;}
.search-block__btn:hover {background-color: #687581;}
.site_logotip {width: 270px; height: 90px;}


.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.sect__title {font-size: 18px; font-weight: 700; text-transform: uppercase;}
.sect__link {height: 30px; border-radius: 4px; padding: 0 10px; text-transform: uppercase; font-weight: 500; opacity: 0.6;
	color: var(--accent); border: 1px solid var(--accent); font-size: 12px; margin: -5px 0; display: flex; align-items: center;}
.ya-share2 {min-height: 24px;}
.speedbar {color: var(--accent); --tt: var(--accent); font-size: 12px; margin-bottom: 20px; opacity: 0.6;}
.speedbar a::after {content:"\f178"; margin: 0 10px;}
.carou__caption {text-align: center; margin-bottom: 40px; letter-spacing: 1px; padding: 0 50px;
	font-weight: 700; font-size: 24px; text-transform: uppercase; line-height: 1.2;}
.sect:has(.has-carousel) .sect__header {padding-right: 80px;}

.descr {padding-top: 25px; border-top: 1px solid var(--bdc); color: var(--tt-fade-0); 
	display: grid; gap: 15px; margin-top: 80px;}
.descr :is(h1,h2,h3) {font-size: 18px; font-weight: 700; text-transform: uppercase; color: var(--tt);}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; color: var(--accent); position: absolute; left: 0; top: 0;}


.item__ext-rating-item {font-size: 13px; padding-left: 30px; line-height: 20px;}
.item__ext-rating-item.kp {background: url(../images/kp.svg) 0 center / 20px no-repeat;}
.item__ext-rating-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}
.item__ratingscore-ring {width: 50px; font-weight: 500; font-size: 16px;}
.item__ratingscore-ring svg {position: absolute; left: 0; top: 0; fill: none; transform: rotate(-90deg);}
.item__ratingscore-ring svg circle {fill: inherit; stroke: rgba(255,255,255,0.4);}
.item__ratingscore-ring svg circle:nth-child(2) {stroke: var(--yellow);}
.item__rating-block {position: relative; padding-right: 65px;}
.item__rating-votes {font-size: 12px; text-align: right; color: var(--tt-fade); margin-top: 0px;}
.item__rating-block .item__ratingscore-ring {position: absolute; right: 0; top: 50%; translate: 0 -50%;}
.item__rating-block .unit-rating { --size: 22px; --size-1: -22px; --size-2: -44px; position: relative; right: -5px;}
.item__rating-block .item__ratingscore-ring svg circle:first-child {stroke: rgba(0,0,0,0.1);}
.item-poster .unit-rating li {background-image:url(../dleimages/rating2.svg)}

.item__img {box-shadow: var(--bsh); overflow: hidden;}
.item__img-overlay {position: absolute; inset: 0; z-index: 5; pointer-events: none; opacity: 0;
	background-color: rgba(0,0,0,0.66); color: #fff; justify-content: flex-start; padding-top: 40px;}
.item__img-overlay::after {position: absolute; left: 20px; right: 20px; bottom: 20px; translate: 0 0; 
	display: inline-block; padding: 6px 20px; font-size: 12px; text-transform: uppercase; font-weight: 500; 
	border: 1px solid #fff; content: attr(data-text); text-align: center;}
.item__tags a {height: 30px; border-radius: 4px; padding: 0 10px; text-transform: uppercase; font-weight: 500; opacity: 0.6;
	color: var(--accent); border: 1px solid var(--accent); font-size: 12px; display: flex; align-items: center;}
.item__meta {padding: 6px 0; border: 1px dashed var(--bdc); border-left: 0; border-right: 0; 
	font-size: 12px; color: var(--tt-fade); --bdc: #bdbdbd;}

.item__fav > span, .item__fav > a {cursor: pointer; display: grid; place-items: center; aspect-ratio: 1 / 1; margin: -5px 0;
	width: 36px; border-radius: 4px; background-color: var(--bg-darker); color: var(--bg-darkest); font-size: 18px;}
.item__fav:has(.fav-added) > a {background-color: var(--green); color: #fff;}
.item__list {line-height: 1.3; font-size: 14px;}
.item__list li > span:first-child {font-weight: 500; margin-right: 5px;}
.item__list a {color: var(--accent); text-decoration: underline;}


.grid-items:has(.item-poster) {grid-template-columns: repeat(4,minmax(0,1fr));}
.item-poster__votes {opacity: 0.8; font-size: 12px; line-height: 1; margin-top: -10px;}
.item-poster__title {font-weight: 500; line-height: 1.3; margin-bottom: 3px;}
.item-poster__subtitle {color: var(--tt-fade); font-size: 12px;}

.item-card {display: grid; gap: 20px; grid-template-columns: 140px minmax(0,1fr); grid-template-rows: auto 1fr; 
	grid-template-areas: "img header" "img desc";}
.item-card__img {grid-area: img; cursor: pointer;}
.item-card__title {font-size: 16px; font-weight: 500; line-height: 1.3;
	display: inline-block; max-width: 100%; margin-bottom: 16px;}
.item-card__title span {color: var(--accent); opacity: 0.6;}
.item-card .item__ratingscore-ring svg circle:first-child {stroke: rgba(0,0,0,0.1);}
.item-card__header {grid-area: header;}
.item-card__desc {grid-area: desc;}

.item-news__img {aspect-ratio: 3 / 1.5;}
.item-news__title {color: var(--accent); text-decoration: underline dashed; font-weight: 500; line-height: 1.5; font-size: 15px;}
.item-news__date {font-size: 12px; color: var(--tt-fade); margin-top: -8px; margin-bottom: -2px;}


/* TRAILER POPUP
----------------------------------------------- */
.trl {background-color: rgba(0,0,0,0.9); position: fixed; z-index: 990; left: 0; top: 0; 
	width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; backdrop-filter: blur(10px);}
.trl__close {position: absolute; right: 20px; top: 20px; font-size: 40px; color: #fff;}
.trl__inner {width: 100%; max-width: 700px; margin: 0 auto; color: #fff; padding: 80px 20px 20px 20px;}
.trl__btn {height: 40px; padding: 0 40px; margin: 15px 0; width: 100%;}
.trl h1 {margin-bottom: 15px; margin-top: 20px; font-size: 24px;}
.trl .page__text, .trl .full-text {color: #ccc; margin: 0px; padding: 0; background: none;}
.trl-is-opened {overflow: hidden;}


.sb__title {background-color: var(--accent); color: #fff; text-transform: uppercase; margin-bottom: 20px;
	padding: 14px 20px; font-weight: 700; font-size: 18px; border-radius: 4px;}
.sb__menu a {display: flex; align-items: center; gap: 10px; padding: 5px 0; 
	border-bottom: 1px dashed var(--bdc); --bdc: #bdbdbd;}
.sb__menu a::before {content:"\f144"; opacity: 0.3;}
.sb__menu-caption {font-weight: 700; text-transform: uppercase; margin-bottom: 10px; color: var(--accent); opacity: 0.6;}
.sb__menu li:not(.sb__menu-caption) + .sb__menu-caption {margin-top: 20px;}
.rkl--holder {display: grid; place-items: center; font-weight: 700; font-size: 24px;
	background: var(--bg-darker); color: rgba(0,0,0,0.2); height: 500px;}
.block-sticky {position: sticky; left: 0; top: 20px;}


.lt .footer__logo {--accent: #406194;}
.footer__notify {border-left: 1px solid var(--bdc); padding-left: 20px;}
.footer__copyright {font-size: 12px;}
.footer__menu {text-transform: uppercase; font-weight: 500; --tt: #fff;}

.pagination {gap: 20px 10px; padding-top: 40px; border-top: 1px solid var(--bdc);}
.pagination__pages a, .pagination__pages span, .pagination > a, .pagination > span 
{display: grid; place-items: center; color: var(--tt-fade);
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: 3px; border: 1px solid var(--bdc);}
.pagination__pages {gap: 10px; font-size: 14px;}
.pagination__pages span:not(.nav_ext) {color: #fff; background: var(--accent);}
.pagination__btns {height: 36px; border-radius: 4px; overflow: hidden; background-color: var(--bg); box-shadow: var(--bsh);}
.pagination__btns > * {width: 40px; display: grid; place-items: center; color: var(--accent); font-size: 18px;}
.pagination__btns > span {color: var(--tt-fade);}
.pagination__btn-loader:has(span:not(.fal)) {display: none;}


.page__main {margin-bottom: 40px;}
.item-page__header {padding: 0 0 20px 0;}
.item-page__title {font-size: 24px; font-weight: 500; line-height: 1.3;}
.item-page__title > span {color: var(--accent); opacity: 0.6;}
.item-page__title a {margin-left: 10px; font-size: 14px;}
.page__btn-watch, .page__btn-trailer {height: 40px; font-size: 12px; padding: 0 15px;}
.page__btn-trailer, .page__btn-watch {border: 1px solid rgba(35,79,145,0.2); 
	color: #4273bd; background-color: rgba(33, 88, 170, 0.05);}
.page__btn-watch {border-width: 3px; box-shadow: var(--bsh); background-color: rgba(33, 88, 170, 0.1);}
.item-page__poster {width: 200px;}

.page__text {margin-top: 30px;}
.page__scr ul {display: grid; gap: 10px; grid-template-columns: repeat(4,1fr); margin-top: 30px;}
.page__scr a, .page__scr img {display: block; height: auto; width: 100%; aspect-ratio: 300 / 200;}
.page__scr img {object-fit: cover;}

.page__player {position: relative;}
.page__subtitle {text-align: center; font-weight: 500; font-size: 14px; text-transform: uppercase; margin-bottom: 20px;}
.page__player .tabs-block__select {gap: 10px; margin-bottom: 10px;}
.page__player .tabs-block__select button {background: var(--bg-darker); color: var(--tt-fade);}
.page__player .tabs-block__select button.is-active, .page__player .tabs-block__select button:hover {background: var(--accent); color: #ffffff;}
.page__complaint a {position: absolute; right: 0px; top: 0; display: flex; align-items: center; height: 40px; 
	gap: 10px; color: var(--red);}
.nl .page__player-controls + .tabs-block__content {display: block;}
.page__player .ya-share2 {min-height: 48px; margin-top: 10px;}


.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text {line-height: 1.6; font-size: 15px; word-wrap: break-word; color: var(--tt-fade-0);}
.full-text a {text-decoration: underline; color: var(--ui-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 {margin-bottom: 25px;}
.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: 6px; 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: -3px; 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: -3px; 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 > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative; background-color: #000;}
.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; font-weight: 500; margin-bottom: 20px;}


.page__comments {margin-top: 0px;}
.page__comments-info {color: var(--tt-fade); display: block; margin: 5px 0 20px; font-size: 14px; padding-left: 23px; position: relative;}
.page__comments-info::before {color: var(--red); position: absolute; left: 0; top: 2px;}
.page__ac {margin-bottom: 20px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 10px;}
.ac-form__btn {padding: 0 60px;}
.ac-form__bottom {gap: 25px;}
.confidential-check {font-size: 14px;}
.ac-form__header > span {margin-left: 15px;}
.ac-form .comments_subscribe {margin-top: 0px;}

.ac-toggle.ac-form {cursor: pointer;}
.ac-form__header input, .ac-form__editor textarea {background-color: rgba(0,0,0,0.0);}
.ac-toggle, .ac-toggle .ac-form__editor {position: relative;}
.ac-toggle .ac-form__bottom button {position: absolute; bottom: 20px; right: 10px; z-index: 10; pointer-events: none;}
.ac-form .bb-btn {display: none;}
.ac-form .bb-pane {background: none; box-shadow: none; border: 0; position: absolute; left: 0; bottom: 0; right: 0;}
.ac-form #b_emo, .ac-form #b_leech, .ac-form #b_quote, .ac-form #b_spoiler, 
.ac-form #b_b, .ac-form #b_u, .ac-form #b_s, .ac-form #b_color, .ac-form #b_hide {display: grid;}
.ac-toggle .bb-btn {pointer-events: none;}
.ac-toggle .ac-form__editor .bb-editor textarea {height: 120px; resize: none;}
.ac-form__editor .bb-editor textarea {height: 200px; line-height: 1.4; padding-bottom: 40px;}
.comments_subscribe + br, .ac-form .bb-editor + br {display: none;}
.ac-toggle .has-checkbox {display: none;}

.mass_comments_action {display: none; align-items: center; flex-wrap: wrap; gap: 10px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -28px 0 0; border-radius: 0; box-shadow: none; min-width: 60%;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comm__title {font-size: 18px; margin-bottom: 20px;}

.comm {margin-bottom: 10px; position: relative; border-radius: 6px; padding: 10px; padding-left: 80px; 
	border: 1px solid rgba(35,79,145,0.2); background-color: rgba(33, 88, 170, 0.05);}
.comm__img {width: 50px; height: 50px; border-radius: 4px; position: absolute; left: 10px; top: 10px;}
.comm__letter {width: 100%; height: 100%; text-transform: uppercase; border-radius: inherit;
	position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; font-weight: 500;}
.comm__author, .comm__author a {color: var(--tt); font-weight: 500;}
.comm__date {color: var(--tt-fade); font-size: 13px;}
.comm__rating a {display: grid; place-items: center; width: 20px; height: 20px;; border-radius: 2px; 
	background-color: var(--green); color: #fff; font-size: 12px;}
.comm__rating a:first-child {background-color: var(--red);}
.comm__rating > span {font-size: 14px; font-weight: 500;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin: 8px 0;}
.comm__action {font-size: 12px; --tt: var(--tt-fade);}
.comm__ctrl {margin: 0 0px -10px 0;}
.comm__ctrl-btn {font-size: 22px; height: 30px;}
.comm__ctrl-menu li + li {margin-top: 10px;}
body:has(.pwidget) #dropmenudiv {z-index: 1000 !important;}


.pwidget {background-color: var(--bg); color: var(--tt); 
	border-radius: 20px; overflow: hidden; z-index: 999; padding: 20px; padding-top: 24px; 
	position: fixed; left: 20px; bottom: 20px; right: 20px; box-shadow: 0 0 60px rgba(0,0,0,0.5);}
.pwidget::before {content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); 
	background-color: rgba(0,0,0,0.2); height: 4px; width: 40px; border-radius: 2px;}
.pwidget .wctrl__content {display: block; margin-bottom: 20px;}
@media screen and (min-width: 760px) {
	.pwidget {left: 50%; bottom: 50%; right: auto; translate: -50% 50%; width: 400px;}
	.pwidget::before {display: none;}
}


.lgn {position: fixed; z-index: 999; left: 50%; top: 50%; translate: -50% -50%; width: 500px; max-width: calc(100% - 40px);}
.lgn__content {background-color: var(--bg); box-shadow: var(--bsh-long); padding: 30px 60px; position: relative;}
.lgn__ctrl > * {color: #fff !important; font-size: 19px; font-weight: 500; height: 45px; position: relative; text-transform: uppercase;}
.lgn__ctrl span::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg); 
	position: absolute; left: 50%; bottom: 0; margin-left: -10px; z-index: 5;}
.lgn__btn-close {font-size: 40px; color: #fff; position: absolute; right: -50px; top: 0; z-index: 10;}
.lgn__header {position: relative; padding-left: 80px; margin-bottom: 15px;}
.lgn__avatar {width: 60px; background-color: var(--bg-darker); color: var(--bg-darkest); font-size: 24px; 
	position: absolute; left: 0; top: 50%; translate: 0 -50%; overflow: hidden; border-radius: 50%;}
.lgn__title {font-size: 19px; font-weight: 500;}
.lgn__caption {color: var(--tt-fade); margin-top: 5px;}
.lgn__input input {height: 50px; line-height: 50px; border-radius: 0; padding: 0 30px;}
.lgn__input input::placeholder {font-size: 16px;}
.lgn__input input + input {margin-top: -1px;} 
.lgn__input input:focus {position: relative; z-index: 5;}
.lgn__btn button {height: 50px;}
.lgn__cell a {color: var(--ui-accent);}
.lgn__social-caption {font-size: 13px; color: var(--tt-fade); margin-top: 5px;}
.lgn__social-caption::before, .lgn__social-caption::after {content: ''; flex-grow: 1; background: var(--bdc); height: 1px;}
.lgn__social a {border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center;}
.lgn__social a img {height: 18px; width: 18px; display: block; filter: invert(1);}
.lgn__social-vk {background-color: #587ba1;}
.lgn__social-ok {background-color: #ff9800;}
.lgn__social-fb {background-color: #3b5998;}
.lgn__social-ml {background-color: #2196f3;}
.lgn__social-gg {background-color: #f44336;}
.lgn__social-ya {background-color: #fc3f1d;}
.lgn__social:not(:has(a)) {display: none;}
.lgn--logged {width: 400px;}
.lgn__menu a {display: flex; align-items: center; gap: 10px;}
.c-0 span {display: none;}


/**
 * 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-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px;}
.owl-nav.disabled, .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-nav {position: absolute; right: -10px; top: 0; margin-top: -62px; display: flex; gap: 10px;}
.owl-prev, .owl-next {cursor: pointer; height: 30px; aspect-ratio: 1 / 1; display: grid; place-items: center; 
	font-size: 20px; background-color: transparent; color: var(--accent); opacity: 0.6; box-shadow: none; border-radius: 4px;}
.owl-next {opacity: 1;}
.cols__sidebar .owl-nav {right: 10px; margin-top: -60px;}
.cols__sidebar .owl-nav button {--accent: #fff;}
.carou .owl-nav {left: 0; right: 0; top: 50%; margin: 0;}
.carou .owl-nav button {top: 0; position: absolute; height: 40px; margin-top: -60px; 
	font-size: 40px; opacity: 0.6; --accent: #fff;}
.carou .owl-prev {left: -60px;}
.carou .owl-next {right: -60px;}
.has-branding .carou .owl-nav {top: -20px;}
.has-branding .carou .owl-prev {left: 0px;}
.has-branding .carou .owl-next {right: 0px;}


.has-carousel:not(.owl-carousel) {display: flex; overflow: hidden; gap: 20px;}
.has-carousel:not(.owl-carousel) > * {flex-shrink: 0;}
.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 100px)/6);}
.poster-carousel:not(.owl-carousel) > .item-poster {width: calc((100% - 60px)/4);}
.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 0px)/1);}

@media screen and (max-width: 1220px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 80px)/5);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 80px)/5);}
	.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 20px)/2);}
}
@media screen and (max-width: 950px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 60px)/4);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 760px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 40px)/3);}
	.poster-carousel:not(.owl-carousel) > .item-poster {width: calc((100% - 40px)/3);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 40px)/3);}
	.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 0px)/1);}
}
@media screen and (max-width: 470px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
	.poster-carousel:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
	.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 0px)/1);}
}
