/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; overflow: hidden; overflow: clip; 
	background: url(../images/bg.jpg) center 0 no-repeat;}
.wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.header {height: 44px; border-bottom: 1px solid #000; box-shadow: 0 5px 5px rgba(0,0,0,.5); 
	background: rgba(0,0,0,.80); position: sticky; left: 0; top: 0; z-index: 100; margin-bottom: 300px;}
.content {box-shadow: 0 0 7px rgba(17, 17, 17,0.95);}
.carou {background-color: rgba(18,18,18,0.95); padding: 24px 40px; border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 7px 7px -7px rgba(17, 17, 17,0.95); position: relative; z-index: 50;}
.cols {display: grid; grid-template-columns: 290px minmax(0,1fr); 
	min-height: 100vh; grid-template-areas: "sidebar content"; background-color: var(--bg);}
.cols__content {grid-area: content; padding: 30px var(--indent); padding-top: 15px;}
.cols__sidebar {grid-area: sidebar; background-color: var(--bg-darker); 
	border-right: 1px solid var(--bdc); padding: 30px var(--indent);}
.footer {padding: 30px var(--indent); background-color: var(--bg-darker-1); border-top: 1px solid var(--bdc); 
	color: var(--tt-footer); --tt-a: var(--tt-footer);}
.footer a {text-decoration: underline;}

.scrolltop {position: fixed; width: 71px; height: 52px; right: 60px; bottom: 30px; font-size: 12px;
	z-index: 990; opacity: 0; scale: 0 0; padding: 32px 12px 4px; color: #fff; text-transform: none;
	background: #191919 url(../images/i/up.png) no-repeat 50% 11px !important; border-radius: 7px;}
.scrolltop.is-active {scale: 1 1; opacity: 0.8;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}


/* HEADER, TOPMENU, CAROU
----------------------------------------------- */
.logo {display: block; position: relative; width: 186px; height: 35px;}
.logo img {display: block; position: absolute; left: 0; top: 50%; translate: 0 -50%; max-height: 100%;}
.header .ya-share2 {opacity: 0.9; height: 24px; width: 164px; margin-right: 30px; margin-left: 20px;}
.dt .header__theme-select {filter: grayscale(1);}
.header__theme-select {height: 30px;}
.header__login {z-index: 10;}
.header__login > button, .header__login > a {color: #fff; text-decoration: underline; 
	font-size: 12px; font-weight: 400; text-transform: none; gap: 6px;}

.search-block {position: relative; width: 300px;}
.search-block__input, .search-block__input:focus {padding: 0 40px 0 10px; 
	height: 30px; line-height: 30px; border-radius: 0;}
.search-block__input:not(:focus)::placeholder {color: #000; font-size: 12px;}
.search-block__btn {position: absolute; right: 0; top: 0; height: 30px; font-size: 12px; width: 30px;}

.topmenu a {display: block; text-align: center; min-width: 125px; 
	padding: 8px 10px; text-transform: uppercase; border-radius: 5px 5px 0 0; 
	box-shadow: 0 -2px 5px rgba(0,0,0,.5); color: #fff; background-color: var(--bg);}
.topmenu a.red {background-color: var(--accent);}
.topmenu a.violet {background-color: var(--accent-2);}
.topmenu span {font-weight: 700;}
.topmenu a.yelow {background-color: #a15f03;}

/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 15px;}
.sect__title {font-weight: 700; font-size: 14px; color: var(--tt-a-lighter); 
	--tt-a: var(--tt-a-lighter); text-shadow: 1px 1px #000;}
.sect__grid-select {margin: -1px 0;}
.sect__grid-select button {border-radius: 2px; height: 26px; background-color: var(--bg-darker-1);}
.grid1 .sect__grid-select button:first-child, .grid2 .sect__grid-select button:nth-child(2), 
.grid3 .sect__grid-select button:nth-child(3) {background-color: var(--accent); color: #fff;}
.wtf {height: 6px; background-color: #292929;}

.ya-share2 {min-height: 24px;}
.speedbar {color: var(--tt-comms); margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.speedbar::before {display: inline-block; margin-right: 2px;}

.sorter {padding-bottom: 15px; text-align: center; padding-top: 15px; border-top: 1px solid #252525;}
.sort {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px;}
.sort li:not(:last-child)::after {content: '|'; display: inline-block; margin-left: 3px;}
.sort_by_editdate {display: none !important;}
.sort a {text-decoration: underline;}
.sort li {display: flex; align-items: center;}
.asc::before, .desc::before {content: ''; width: 18px; height: 18px; display: block; 
	 background: url(../images/i/desc.gif) 0 0 no-repeat;}
.desc::before {rotate: 180deg;}

.descr {background-color: var(--bg-darker-1); border-top: 1px solid var(--bdc); 
	color: var(--tt-descr); padding: 30px var(--indent); text-align: justify;}
.descr > *:not(:last-child) {margin-bottom: 15px;}
.descr :is(h1,h2,h3) {font-size: 14px; font-weight: 700; margin-bottom: 15px; color: var(--tt);}
.descr a {text-decoration: underline;}
.descr img {display: block; float: left; margin: 8px 20px 8px 0; opacity: .7;}


/* ITEM
----------------------------------------------- */
.knzz__list li > span:first-child {font-weight: 700;}
.dt .knzz__list li.knzz__list-bolder > span:first-child {color: #c2c2c2;}
.knzz__list li.knzz__list-clr > span:first-child {color: #FBB450;}
.knzz__list-mt {margin-top: 14px;}
.knzz__list-mb {margin-bottom: 14px;}
.knzz__list a {text-decoration: underline;}
.knzz__fav, .knzz__fav a, .knzz__fav span {width: 26px; height: 40px; display: block; cursor: pointer; overflow: hidden;}
.knzz__fav {background: url(../images/i/plus_fav.gif) center top no-repeat; position: absolute; right: var(--indent); top: 0;}
.knzz__fav:has(.fav-added) {background-image: url(../images/i/minus_fav.png);}
.knzz__label {position: absolute; bottom: 15px; left: -10px; background-color: var(--accent-darker); border-radius: 0 4px 4px 0;
	color: #fff; font-weight: 700; padding: 5px 15px 5px 5px; gap: 5px; z-index: 3;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8); opacity: .85; display: flex; align-items: center;}
.knzz__label::after {content: ""; position: absolute; bottom: -10px; left: -0;
	border: 5px solid transparent; border-right: 5px solid #4a0b0b; border-top: 5px solid #4a0b0b;}
.knzz__label.trl {background-color: #3e2d5e;}
.knzz__label.trl::after {border-right: 5px solid #2d1d4d; border-top: 5px solid #2d1d4d;}
.knzz__label:has(+ .trl) {bottom: 50px;}
.knzz__serie {background-color: var(--accent-darker); color: #fff; font: bold 9px Arial; z-index: 3;
	position: absolute; left: 0; bottom: 0; right: 0; padding: 5px; text-shadow: 1px 1px #000;}


/* CAROU, SHORT
----------------------------------------------- */
.knzz-carou__desc {position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; 
	background: rgba(0,0,0, 0.8); color: #fff; padding: 10px; word-wrap: break-word; visibility: hidden;}
.knzz-short {margin: 0 var(--indent-negative); padding: 0 var(--indent); padding-top: 23px; border-top: 1px solid var(--bdc);}
.knzz-short__link, .knzz-short__link h2, .coll__desc, .tp__desc, .knzz-full__header h1, .page__subtitle 
{font-weight: 700; font-size: 14px; --tt-a: var(--tt-a-lighter); color: var(--tt-a-lighter); text-shadow: 1px 1px #000;}
.knzz-short__header {padding-right: 46px;}
.knzz-short__rating {color: #c2c2c2; background: #292929; border-radius: 3px; padding: 3px 6px 5px 5px;}
.knzz-short__rating span {font-weight: 700; display: inline !important;}
.knzz-short__img {width: 194px; border-radius: 4px; align-self: flex-start;}
.knzz-short__img::before {content: ''; position: absolute; inset: 0; z-index: 1; border-radius: inherit; 
	background: rgba(0,0,0,0.65) url(../images/i/play_btn.png) center center no-repeat; opacity: 0;}


/* SHORTSTORY GRID VIEW
----------------------------------------------- */
.grid2 .sorter {padding-bottom: 20px;}
.grid2 .grid-items {gap: 30px 15px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,180px),1fr));}
.grid2 .knzz-short {grid-column: span 1; margin: 0; padding: 0; border: 0; gap: 10px; flex-direction: column;}
.grid2 .knzz-short__desc, .grid2 .knzz-short .knzz-short__rating {display: none;}
.grid2 .knzz-short__img {width: 100%;}
.grid2 .knzz-short__header {order: 10; position: static; padding: 0; align-items: flex-start;}
.grid2 .knzz-short .knzz__fav {top: 0; right: 10px; z-index: 3;}


/* COLLECTION, TOP
----------------------------------------------- */
.grid-items:has(.coll) {gap: 20px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,190px),1fr)) !important;}
.coll__count, .tp__img::before {position: absolute; left: 10px; bottom: 10px; z-index: 3; border-radius: 100px; 
	background: rgba(0,0,0,.8); width: 58px; height: 40px; color: #e2e2e2;
	font-size: 14px; font-weight: 700; border: 3px solid #202020;}
.grid-items:has(.tp) {gap: 20px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,140px),1fr)) !important; counter-reset: n;}
.tp__img::before {content: counter(n,decimal-leading-zero); counter-increment: n; display: grid; place-items: center;}


/* SIDEBAR
----------------------------------------------- */
.bokush__title {text-transform: uppercase; font-weight: 700; color: var(--tt-lighter); 
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8); margin-bottom: 15px; font-size: 14px;}
.bokush__title span {color: var(--lred); font-size: 13px;}
.bokush__menu {background-color: var(--bg-darkest); border: 1px solid var(--bg-darkest); border-radius: 7px; padding: 10px 0 15px 0;}
.bokush__menu a {display: flex; align-items: center; gap: 8px; padding: 3px 20px 3px 27px; position: relative;}
.bokush__menu a span {font-weight: 700; color: var(--accent);}
.bokush__menu a::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: #5f5f5f;}
.bokush__menu--genres {background-color: var(--bg-genres);}
.bokush__menu--genres a {margin-bottom: 1px;}
.bokush__menu--genres a::after {border-bottom: 1px solid var(--bg-darkest); content: '';
	position: absolute; left: 25px; bottom: -1px; right: 20px;}
.bokush__menu-toggler {cursor: pointer; font-weight: 700; color: var(--lorange); 
	text-shadow: 1px 1px #000; padding: 5px 20px 5px 27px;}
.bokush__menu-toggler span {color: var(--accent);}
.bokush__menu-toggler:not(.is-collapsed) ~ li {display: none;}
.bokush--rkl {background-color: var(--bg-genres); border: 1px solid var(--bg-darkest); border-radius: 7px; min-height: 40px; padding: 10px;}
.bokush__btns {margin-top: -10px;}
.bokush__btn {height: 26px; background-color: var(--accent-darker); padding: 0 8px; border-radius: 2px; 
	font: bold 13px Arial; text-transform: none;}
.bokush__btn.violet {background-color: var(--accent-2);}
.bokush2 {border-radius: 7px; background-color: var(--bg-genres); border: 2px dashed #821414; padding: 10px; 
	box-shadow: 0 1px 4px rgba(0,0,0,0.3), -23px 0 20px -23px rgba(0,0,0,0.8), 23px 0 20px -23px rgba(0,0,0,0.8), 0 0 40px rgba(0,0,0,0.1) inset;}
.bokush__title2 {text-align: justify; text-transform: uppercase; margin-bottom: 10px; font-size: 14px; 
	font-family: "Lucida Console",Monaco,monospace; text-shadow: 1px 1px 2px rgba(0,0,0,0.8); color: var(--tt-lighter);}

.bokush__carou:not(.owl-carousel), .cgroup {display: grid; gap: 15px 8px; grid-template-columns: repeat(2,minmax(0,1fr));}
.bokush__carou:not(.owl-carousel) > .knzz-carou-side:nth-child(4) ~ .knzz-carou-side {display: none;}
.knzz-carou-side__desc {font-size: 10px; font-weight: 700; text-shadow: 1px 1px #000; margin-top: 3px;}
.knzz-carou-side img {opacity: 0.7;}
.knzz-carou-side2__img {border-radius: 6px; overflow: hidden;}
.knzz-carou-side2__desc {position: absolute; left: 0; bottom: 0; right: 0; padding: 6px 10px; 
	background-color: #BE0909; color: #fff; z-index: 3;}

.bokush__comms {display: grid; gap: 6px 10px; grid-template-columns: repeat(auto-fill,minmax(240px,1fr));}
.lcomm {background: var(--bg-genres); border-bottom: 1px solid var(--accent-darker); 
	padding: 5px; font-family: 'COMIC SANS MS'; color: var(--tt-comms);}
.lcomm__text span {font-style: italic;}


/* PAGINATION
----------------------------------------------- */
.pagination {gap: 5px; padding: 30px var(--indent); margin: 0 var(--indent-negative); 
	border-top: 1px solid var(--bdc); margin-bottom: -30px;}
.pagination a, .pagination span {display: grid; place-items: center;
	height: 24px; min-width: 24px; padding: 0 6px; border: 1px solid var(--bdc-lighter);}
.pagination span {color: #525252; --bdc-lighter: #313131;}
.pagination__pages {gap: 5px;}


/* INNER PAGE
----------------------------------------------- */
.knzz-full__header h1 a {font-size: 12px; font-weight: 400; margin-left: 10px;}
.knzz-full__header {padding-right: 34px;}
.knzz-full__poster {width: 207px;}
.knzz-full__img > a {display: block; width: 100%; border-radius: inherit;}
.knzz-full__img {border-radius: 4px;}
.knzz-full__header .knzz__fav {top: -20px; right: 0;}
.knzz__btn-watch, .knzz__btn-reviews {height: 30px; font-weight: 400; text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075); padding: 0 10px; 
	background: linear-gradient(to bottom,#d9534f 0%,#c12e2a 100%); border-radius: 3px; border: 1px solid #b92c28;}
.knzz__btn-reviews {background: linear-gradient(to bottom,#428bca 0%,#2d6ca2 100%); border-color: #2b669a;}
.knzz-full__caption {background: #292929 url(../images/i/iphone.png) left no-repeat;
	border-radius: 3px; padding: 8px 7px 7px 55px; border-bottom: 1px solid var(--accent-darker);
	font-weight: 700; margin: 10px 0;}
.knzz-full__text, .knzz-full__tags {margin-bottom: 10px;}
.knzz-full__tags a {text-decoration: underline; --tt-a: var(--tt);}
.page__subtitle {text-align: center; margin-bottom: 10px; font-size: 13px;}
.page__related {grid-template-columns: repeat(5,1fr); display: grid; gap: 15px;}
.knzz-related__title {text-decoration: underline;}

.knzz__list li.knzz__list-hint {min-height:21px; margin-top: 15px;}	
.knzz__list-hint div {position:relative; display:inline-flex; align-items:center;
	padding:0 5px; border-radius:2px; border:1px solid var(--tt); margin-top:-2px;}
.knzz__list-hint div span {font-size:11px; color:var(--tt-comms); pointer-events:none; width:max-content;
	display:block; text-wrap:balance; line-height:1.2; max-width:280px; position:absolute;
	left:100%; margin-left:10px; top:50%; translate:0 -50%}
.knzz__list-hint div:hover span {display:block}
.knzz__list-hint:has(div:hover) {z-index:10;}

.page__player-top {background-color: #000; color: #c9c9c9; padding: 10px;}
.page__player .tabs-block__select {gap: 0px; margin-bottom: 0px;}
.page__player .tabs-block__select button {background: #505A65; color: #fff; 
	font-weight: 400; border-radius: 0; height: 32px; border-right: 1px solid #000;}
.page__player .tabs-block__select button.is-active {background: #000; color: #fff; font-weight: 700;}
.page__complaint a {display: block; padding: 3px 6px; border-radius: 3px; background: var(--accent-darker); color: #fff;}
.page__share {background-color: var(--accent-darker); font-size: 14px; height: 27px; 
	padding: 0 5px; font: bold 14px Arial; border-radius: 0; gap: 5px;}
.nl .page__player-top + .tabs-block__content {display: block;}
.knzz-full__date {margin: 6px 0;}
.message-info__content .js-show-guest {font-weight: 700; cursor: pointer; text-decoration: underline; color: var(--tt-a);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 20px; font-size: 14px;}
.full-text {line-height: 1.4; font-size: 12px; word-wrap: break-word;}
.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: 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: 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: 12px; 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: -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: 14px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 0px;}
.page__ac {margin-bottom: 10px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 10px;}
.ac-form__bottom {gap: 20px;}
.ac-form .comments_subscribe {margin-top: 0px;}

.page__ac:not(:has(.ac-toggle)) {padding-bottom: 20px;}
.ac-toggle.ac-form {cursor: pointer;}
.ac-form__header input, .ac-form__editor textarea {background-color: rgba(0,0,0,0.2); 
	border: 0; box-shadow: none; color: #fff;}
.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; opacity: 0.66;}
.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;}

.comm__title {font-size: 14px; font-weight: 700; margin-bottom: 20px;}

.comm {margin-bottom: 15px; position: relative; border-radius: 3px; padding: 15px; padding-left: 70px; 
	background-color: var(--bg-genres); border: 1px solid var(--bg-darkest);}
.comm__img {width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 15px; top: 15px;}
.comm__author, .comm__author a {color: var(--tt); font-weight: 700;}
.comm__date {color: var(--tt-descr); font-size: 12px;}
.comm__rating a {display: grid; place-items: center;}
.comm__rating span {font-size: 14px;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin: 8px 0;}
.comm__action {font-size: 11px; --tt-a: var(--tt-descr); font-weight: 700;}
.comm__ctrl {--tt-a: var(--tt-descr); font-size: 11px;}


/* LOGIN
----------------------------------------------- */
.lgn {position: absolute; right: 0; top: 100%; background-color: #4b4a4a; padding: 10px; width: 180px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7); border: 1px solid #000; border-radius: 4px; display: none;}
.lgn__input input {height: 30px; line-height: 30px; border-radius: 0; padding: 0 10px; 
	background-color: var(--bg-darkest); color: var(--tt); border: 0; box-shadow: none;}
.lgn__input input:not(:focus):placeholder {font-size: 12px; color: var(--tt-lighter);}
.lgn__btn button {height: 30px; background-color: var(--bg-darkest); color: var(--tt-lighter); font-weight: 400;}
.lgn__cell a {color: #fff; text-decoration: underline;}



/**
 * 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: 0; left: 0; top: 50%; margin-top: -18px;}
.owl-prev, .owl-next {cursor: pointer; width: 22px; height: 37px; display: grid; place-items: center; 
	position: absolute; top: 0;}
.owl-prev {left: -31px; rotate: 180deg;}
.owl-next {right: -31px;}
.bokush__carou .owl-nav {left: auto; margin: 0; top: -40px; display: flex; gap: 5px;}
.bokush__carou .owl-nav button {width: 30px; height: 30px; position: static; opacity: 0.4;}
.bokush__carou2 .owl-nav {margin-top: -21px;}
.bokush__carou2 .owl-nav button {width: 42px; height: 42px; opacity: 1 !important;}
.bokush__carou2 .owl-nav .owl-prev {left: 10px;}
.bokush__carou2 .owl-nav .owl-next {right: 10px;}


/* CLS FIX
----------------------------------------------- */
.has-carousel:not(.owl-carousel) {display: flex; overflow: hidden; gap: 20px;}
.has-carousel:not(.owl-carousel) > * {flex-shrink: 0;}
.has-carousel:not(.owl-carousel) > .knzz-carou {width: calc((100% - 120px)/7);}
.has-carousel:not(.owl-carousel) > .knzz-carou-side2 {width: 100%;}
@media screen and (max-width: 950px) {
	.has-carousel:not(.owl-carousel) > .knzz-carou {width: calc((100% - 100px)/6);}
	.has-carousel:not(.owl-carousel) > .knzz-carou-side2 {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 760px) {
	.has-carousel:not(.owl-carousel) > .knzz-carou {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 590px) {
	.has-carousel:not(.owl-carousel) > .knzz-carou {width: calc((100% - 40px)/3);}
	.has-carousel:not(.owl-carousel) > .knzz-carou-side2 {width: calc((100% - 20px)/2);}
}
