:root{
	--padding-inline: 20px;
}
.dark-theme {
	--bg: #1e1e1e; --bg-darker: #111111; --bg-darker-1: #111111; --bg-black: #1e1e1e; --bg-blackest: #111111;
	--tt: #e3e3e3; --tt-fade-0: #4b4640; --tt-fade: #80776c; 
	--bdc: rgba(0,0,0,0.3); --bsh-long: 0 0 60px rgba(0,0,0,0.5); --bsh: 0 0 3px 0 rgba(0,0,0,0.25);
	--bsh-block: 0 1px 5px 0 rgba(0,0,0,0.15);
	--accent: #0e6614; --green: #3bb33b; --red: #eb4d4b; --orange: #f0932b; 
	--dark-accent: #083c0c;
	--grey: #888; --yellow: #ffda4a; --blue: #486bed;
	--bg-categ: rgb(0, 0, 0);
	--bg-text-best-category: linear-gradient(102deg, #fbffdc 33%, #ffffff 66%, #afaf4a);

	--ui-elem-height: 40px; --ui-elem-padding: 20px; --ui-elem-gap: 10px; --ui-elem-bdrs: 13px; 
	--ui-bg-btn: #fc9a07; --ui-tt-btn: #fff; --ui-bg-btn-hover: #fc9a07; 
	--ui-bg-inp: #111111; --ui-bdc-inp: #e3e3e3; --ui-bdc-inp-focus: #fc9a07;
	
	--ui-bg: #fff; --ui-bg-darker: #f2f6f8; --ui-bg-darkest: #e4ebef; --ui-accent: #06c;
	--ui-bdc: rgba(0,0,0,0.1); --ui-tt-fade: #80776c; --ui-fw-bolder: 500; --ui-fw-fa: 300;
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.3); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.1); --ui-bdrs: 4px;
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #2e2011; --ui-bd-attention: #fc9a07;
	--indent-negative: -20px; --indent: 20px; --max-width: 1250px;
	--opacity-value: .5; --bg-btn: linear-gradient(131deg, #0f6614 0%, rgb(9 72 13) 80%) !important;
	--btn-bg-text-color: #fc9a07; --bg-blocks-lucky: rgba(26, 46, 28, 1); --btn-lucky-bg: rgba(49, 49, 49, 0.2);
	--btn-lucky-to-show-hover: #dedede; --btn-lucky-bg-hover: rgba(103, 103, 103, 0.2); --btn-lucky-text: #C4C4C4;
	--btn-lucky-to-show: #C4C4C4; --color-section-about: #9b9b9b;
}
.light-theme {
	--bg: #fefefe; --bg-darker: #fefefe; --bg-darker-1: #111111; --bg-black: #1e1e1e; --bg-blackest: #111111;
	--tt: #444444; --tt-fade-0: #4b4640; --tt-fade: #80776c; 
	--bdc: rgba(0,0,0,0.3); --bsh-long: 0 0 60px rgba(0,0,0,0.5); --bsh: 0 0 3px 0 rgba(0,0,0,0.25);
	--bsh-block: 0 1px 5px 0 rgba(0,0,0,0.15);
	--dark-accent: #C64343;
	--accent: #F47F20; --green: #F47F20; --red: #eb4d4b; --orange: #f0932b; 
	--grey: #888; --yellow: #ffda4a; --blue: #486bed;
	--bg-categ: white;
	--bg-text-best-category: #c4ab31;

	--ui-elem-height: 40px; --ui-elem-padding: 20px; --ui-elem-gap: 10px; --ui-elem-bdrs: 5px; 
	--ui-bg-btn: #fc9a07; --ui-tt-btn: #fff; --ui-bg-btn-hover: #fc9a07; 
	--ui-bg-inp: #e4e4e4; --ui-bdc-inp: #e3e3e3; --ui-bdc-inp-focus: #fc9a07;
	
	--ui-bg: #fff; --ui-bg-darker: #f2f6f8; --ui-bg-darkest: #e4ebef; --ui-accent: #06c;
	--ui-bdc: rgba(0,0,0,0.1); --ui-tt-fade: #80776c; --ui-fw-bolder: 500; --ui-fw-fa: 300;
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.3); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.1); --ui-bdrs: 4px;
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #faead9; --ui-bd-attention: #fc9a07;
	--indent-negative: -20px; --indent: 20px; --max-width: 1250px;
	--opacity-value: .9; --bg-btn: linear-gradient(131deg, #40b848 0%, rgb(30 141 38) 80%) !important;
	--btn-bg-text-color: #fc9a07; --bg-blocks-lucky: rgb(115 182 120); --btn-lucky-bg: rgb(109 120 106 / 63%); 
	--btn-lucky-bg-hover: rgb(103 103 103 / 59%); --btn-lucky-text: #ffffff;
	--btn-lucky-to-show-hover: #fc9a07; --btn-lucky-to-show: #fc9a07; --color-section-about: #606060;
}
.theme-btn1 {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: white;
	padding: 12px 28px;
	border-radius: 12px;
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
	transition: all 0.3s ease;
  }
  
  .theme-btn1:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
  }

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {background: none; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
*::-webkit-scrollbar {
	height: 0px;
	width: 0px;
  }
  *::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: none;
  }
  
  *::-webkit-scrollbar-track:hover {
	background-color: none;
  }
  
  *::-webkit-scrollbar-track:active {
	background-color: #ffffff1f;
  }
  
  *::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: none;
  }
  
  *::-webkit-scrollbar-thumb:hover {
	background-color: none;
  }
  
  *::-webkit-scrollbar-thumb:active {
	background-color: none;
  }
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
body {font-family: 'inter', sans-serif; font-size: 14px; font-weight: 400; line-height: calc(1em + 0.5rem); 
	color: var(--tt); background-color: #111; width: 100%; position: relative; background:	var(--bg-image); background-size: 600px;}
a {color: var(--tt); text-decoration: none;}
a:focus {color: var(--tt); text-decoration: none;}
h1, h3, h4, h5 {font-weight: 500; font-size: 35px;}
h2 {
	font-family: 'DelaGothic';
	font-size: 22px;
	text-transform: uppercase;
	color: #252525;
}
::selection {background: #ff0000; color: #fff;}
b, strong, .bolder {font-weight: 500;}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], [type="reset"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit; font-weight: inherit;}
input[type="button"], input[type="submit"] {font-size: 14px; font-weight: 400;}
button, .btn, #searchsuggestions span.seperator a, [type="button"], [type="reset"], [type="submit"], .pmessages__links a, .qq-upload-button, .plupload_button, 
.pagination__btn-loader a 
{display: inline-flex; justify-content: center; align-items: center; cursor: pointer; white-space: nowrap;
	height: var(--ui-elem-height); padding: 0 var(--ui-elem-padding); gap: var(--ui-elem-gap);
	border-radius: 100px; background-color: var(--accent); color: var(--ui-tt-btn);
	font-size: 14px; font-weight: 500; text-transform: uppercase; box-shadow: 0 0px 0px 0 var(--dark-accent)!important;
	transition: all 0.1s ease-in-out!important;
}
button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .pmessages__links a:hover, .qq-upload-button:hover, .us__btn a:hover, .plupload_button:hover, #searchsuggestions span.seperator a:hover, .pagination__btn-loader a:hover {
	background-color: var(--ui-bg-btn-hover);
	color: var(--ui-tt-btn);
	border-color: var(--ui-bg-btn-hover);
	box-shadow: 0 0px 3px 0 var(--accent) !important;
	transition: all 0.1s ease-in-out !important;
}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
.color-btn, [class*=fr], [class*=plyr], .owl-prev, .owl-next, .owl-dot, [id*=mceu], [class*=tox-], .ui-dialog-titlebar-close {padding: 0; margin: 0; 
	line-height: 1.4; border: 0; box-shadow: none; background: none; border-radius: 0; transition: all 0.2s ease-in-out;}

[type="text"], [type="password"], [type="email"], select, textarea  {height: var(--ui-elem-height); 
	padding: 0 var(--ui-elem-padding); line-height: calc(var(--ui-elem-height) - 1px); 
	width: 100%; background-color: var(--ui-bg-inp); border: 1px solid var(--ui-bdc-inp); 
	border-radius: var(--ui-elem-bdrs); box-shadow: none; font-size: 14px; display: block;
    color: #555555;;}
[type="text"]:focus, [type="password"]:focus, [type="email"]:focus, textarea:focus {border-color: var(--ui-bdc-inp-focus);}

select:not([multiple]) {background-image: url(../dleimages/chevron-down.svg); padding-right: 30px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: 12px auto;}
select option {padding: 6px 10px; font-weight: 400;}
select[multiple] option {padding: 3px 10px; font-weight: 400;}
select[multiple] {padding: 9px 5px;}
textarea {padding-top: 20px; padding-bottom: 20px; overflow: auto; resize: vertical;}
input::placeholder, textarea::placeholder {color: var(--tt-fade); opacity: 1; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.cover-top{
	background: linear-gradient(90deg, #000000d9 25%, transparent 100%), url(../images/cover-bg.jpg);
    height: 340px;
    background-size: 100%;
    background-position-y: center;
    width: 100%;
	display: flex;
    align-items: center;
}
.left-zhanr-main{
	width: 20%;
	position: sticky;
	padding: 20px;
	display: flex;
	flex-direction: column;
    top: 66px;
	background: linear-gradient(180deg, #180F10 10%, #2C1D18 19%, #473A29 35%, #2A2017 100%);
	height: 100vh; /* Каждый блок на весь экран */
}
.right-content-main{
	width: 80%;
	padding: 30px;
}
.section-about{
	width: 100%;
    font-size: 15px;
    font-family: 'Montserrat';
	line-height: 1.3;
	font-weight: 500;
    color: var(--color-section-about);
    margin-bottom: 20px;
}
.categ-header-sect{
    width: 100%;
    background: var(--bg-darker);
    display: flex;
    flex-direction: column;
    margin-block: 20px;
}

.modal-contacts {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
	align-items: center;
}

.modal-contacts-content {
    background: var(--bg);
    width: 50%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.contacts-elem{
	font-family: 'Montserrat';
	font-size: 15px;
	margin-bottom: 5px;
}

.modal-contacts-main{
	display: flex;
	flex-direction: column;
}
.header-modal-contacts{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat';
	margin-bottom: 15px;
}

.close-modal-contacts {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
}

/* Анимация открытия */
.modal-contacts-content {
    animation: modalOpen 0.3s;
}

.swiper-button-next{
    right: var(--swiper-navigation-sides-offset, -20px)!important;
}
.swiper-button-prev{
    left: var(--swiper-navigation-sides-offset, -20px)!important;
}

@keyframes modalOpen {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.swiper-pagination{
	display: flex;
	opacity: 0.8;
}
.swiper-pagination-bullet {
    width: 100%!important;
    height: 4px!important;
    border-radius: 10px!important;
}
.swiper-pagination-bullet-active{
	background: #f47f20!important;
}

.swiper-block{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.swiper-container {
	width: 96%;
	overflow: hidden;
	padding-block: 20px;
	position: relative;
	
}
.swiper-slide, .swiper-slide-main {
	width: 100%!important;
	position: relative;
    display: flex;
	border-radius: 0px;
	overflow: hidden;
}
.swiper-slide{
	display: flex!important;
	flex-direction: column;
	justify-content: flex-end;
}
.block-play{
	display: flex;
		align-items: center;
		width: auto;
		position: absolute;
}
.block-description{
	position: absolute;
	top: 0;
	padding: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: start;
}
.header-slide{

	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding-block: 20px;
}

.swiper-slide-main img {
	display: block;
}
.slide-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.777), rgba(0, 0, 0, 0.301));
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.swiper-slide-main:hover .slide-caption{
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.swiper-button-next{
	position: absolute!important;
	width: 55px!important;
	height: 55px!important;
	top: 56%!important;
	border-radius: 100px!important;
	border: 1px solid #252525;
	filter: brightness(1);
	background: url(../images/arrow.svg);
	background: linear-gradient(45deg, #F47F20 0%, #C64343 100%)!important;
	transition: all 0.1s ease-in-out;
}
.swiper-button-next:hover{
	filter: brightness(1.25);
	transition: all 0.1s ease-in-out;
}
.swiper-button-next::after{
	content: ""!important;
	background: url(../images/arrow.svg);
	background-repeat: no-repeat;
	position: relative;
	right: -2px;
	width: 100%;
	height: 100%;
	background-position: center;
}
.swiper-button-prev{
	position: absolute!important;
	width: 55px!important;
	height: 55px!important;
	top: 56%!important;
	border: 1px solid #252525;
	border-radius: 100px!important;
	filter: brightness(1);
	background: linear-gradient(45deg, #F47F20 0%, #C64343 100%)!important;
	transition: all 0.1s ease-in-out;
}
.swiper-button-prev:hover{
	filter: brightness(1.25);
	transition: all 0.1s ease-in-out;
}
.swiper-button-prev::after{
	content: ""!important;
	background: url(../images/arrow.svg);
	background-repeat: no-repeat;
	transform: scaleX(-1)!important;
	position: relative;
	left: -2px;
	width: 100%;
	height: 100%;
	background-position: center;
}

.btn-year-common {
	border-radius: 20px !important;
    width: 150px!important;
    height: 60px!important;
    font-family: 'Righteous-Regular' !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 19px !important;
    font-size: 24px !important;
    letter-spacing: 3px !important;
    top: 0px !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
    transform: perspective(500px) rotateY(0deg) scale(1) !important;
    transform-origin: left !important;
    left: 0 !important;
	color: #ffffffd4!important;
	background: linear-gradient(135deg, rgba(72, 85, 99, var(--opacity-value)) 0%, rgba(41, 50, 60, var(--opacity-value)) 100%) !important;
    transition: all 0.25s ease-in-out !important;
	margin: 10px;
}
.block-zhanrs div:hover .btn-year-common {
	transform: perspective(500px) rotateY(8deg) scale(1)!important;
	left: 0px!important;
	transition: all 0.25s ease-in-out!important;
}
.year-of-serial a{
    font-family: 'OpenSans'; font-weight: 700; font-size: 14px; color: #C64343
}

/* USEFUL CLASSES
----------------------------------------------- */
.img-wide, .img-responsive, .img-fixed-size, .expand-link, .p-relative, .img-block {position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive > img, .img-fixed-size img, .img-block img {width: 100%; height: 100%; object-fit: cover; border-radius: inherit;}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a, .img-block img {width: 100%; display: block;}
.img-block > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
	border-radius: inherit; display: block; object-fit: cover;}
.clr {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.line-clamp-2, .line-clamp-3, .line-clamp-4, .line-clamp-5, .line-clamp-6 
{display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.line-clamp-3 {-webkit-line-clamp: 3; line-clamp: 3;} .line-clamp-4 {-webkit-line-clamp: 4; line-clamp: 4;}
.line-clamp-5 {-webkit-line-clamp: 5; line-clamp: 5;} .line-clamp-6 {-webkit-line-clamp: 6; line-clamp: 6;}
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
/* .img-mask::after {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 60%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); opacity: 1;} */
.expand-link__trg::after {content: ''; position: absolute; inset: 0; z-index: 10;}
.img-overlay-icon::before {position: absolute; inset: 0; z-index: 5; border-radius: inherit; opacity: 0;
	background-color: rgba(0,0,0,0.66); color: #fff; font-size: 34px; display: grid; place-items: center;}

/* 
[catlist=1,4]<div class="item__label">[if xfield_series = "1"]1[/if][if xfield_series = "2"]1,2[/if][if xfield_series = "3"]1,2,3[/if][if xfield_series = "4"]1,2,3,4[/if][if xfield_series = "5"]1,2,3,4,5[/if][if xfield_series > "5"]1-[xfvalue_series][/if] серия [if xfield_season = "1"]1[/if][if xfield_season = "2"]1,2[/if][if xfield_season = "3"]1,2,3[/if][if xfield_season = "4"]1,2,3,4[/if][if xfield_season = "5"]1,2,3,4,5[/if][if xfield_season > "5"]1-[xfvalue_season][/if] сезон</div>[/catlist]

	<a class="item__title expand-link__trg d-block" href="{full-link}">{title}</a>
	<div class="item__year">([xfvalue_year])</div>
	<div class="item__rates d-flex jc-space-between">
		[xfgiven_kprate]<div class="item__rates-item kp" data-text="KP">[xfvalue_kprate limit="3"]</div>[/xfgiven_kprate]
		[xfgiven_imdbrate]<div class="item__rates-item imdb" data-text="IMDB">[xfvalue_imdbrate limit="3"]</div>[/xfgiven_imdbrate]
	</div> */
.top-info-card-film {display: flex; flex-direction: row; align-content: flex-start; align-items: flex-start; justify-content: space-between;}
.kp-left-side {transform: scale(1); opacity: 1; width: 65px; height: 33px; padding: 5px 10px; background-color: rgba(70, 70, 70, 0.58); display: flex; justify-content: center; align-items: center; border-radius: 11px; backdrop-filter: blur(4px); transition: all 0.2s ease-in-out!important;}
.info-right-side {position: relative; width: 33px; height: 33px; background-color: rgba(70, 70, 70, 0.58); border-radius: 11px; backdrop-filter: blur(6px); transition: all 0.2s ease-in-out;}
.fa-play:hover .info-right-side, .fa-play:active .info-right-side{
	width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;}
.title-card-film {width: 0; height: 0; border-radius: 11px 11px 0 0; transition: all 0.2s ease-in-out;}
.title-card-film a {font-size: 0px;transition: all 0.2s ease-in-out;}
.a-title-card-top-info {
	margin: 0!important;
	font-size: 0px;
	filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2))
}
.link-to-all img {
	position: relative;
	left: 0;
	transition: all 0.2s ease-in-out;
}
.link-to-all:hover img{
	left: 3px;
	transition: all 0.2s ease-in-out;
}
.nav-filter-link {
	color: #888;
	text-decoration: dashed;
	text-decoration-line: underline;
	text-decoration-color: #88888800;
	text-underline-offset: 5px;
	transition: all 0.2s ease-in-out;
}
.nav-filter-link:hover, .nav-filter-link:active {
	text-decoration: dashed;
	text-decoration-line: underline;
	text-decoration-color: #888888;
	text-underline-offset: 2px;
	color: var(--green)!important;
	text-decoration-color: var(--green);
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.body-card-hover{
	width: 100%;
	height: 100%;
	padding-bottom: 11px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.fa-play:hover .body-card-hover, .fa-play:active .body-card-hover{
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    flex-direction: column;
}
.fa-play:hover .body-card-hover .title-card-film .a-title-card-top-info, .fa-play:active .body-card-hover .title-card-film .a-title-card-top-info{
	font-size: 12px;
}
.fa-play:hover .title-card-film, .fa-play:active .title-card-film{
    width: 100%;
    height: auto;
    display: flex;
    padding: 7px 15px;
	line-height: 1.3;
    margin: 0;
    background-color: rgb(0 0 0 / 47%);
    border-bottom: 1px solid black;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.left-raiting {
	display: flex; align-items: center; justify-content: start; width: 100%; border-right: 1px solid gray
}
.right-raiting {
	display: flex; align-items: center; justify-content: end; width: 100%
}
.info-right-side .title-card-film{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.toggle-theme-btn-mobile {
	display: none;
}
.body-card-hover p {
	font-family: 'Montserrat';
    font-size: 0px;
    font-weight: 600;
    text-align: start;
    padding-inline: 8px;
    color: #b0b0b0;
    filter: drop-shadow(0px 0px 5px black);
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
.short-story-p p{
	font-size: 9px; color: white; font-weight: 400; filter: none;
}
.short-story-p{
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
.fa-play:hover .short-story-p, .fa-play:active .short-story-p {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.fa-play:hover .body-card-hover p, .fa-play:active .body-card-hover p {
	transform: scale(1);
	font-size: 11px;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
}
.btn-play-bottom-card {
	width: 100%; 
	height: 40px; 
	background-color: rgb(30 141 38 / 58%);
	border-radius: 11px; 
	backdrop-filter: blur(6px);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	filter: brightness(80%);
	cursor: pointer;
	align-self: end;
	transition: all 0.1s ease-in-out;
}
.btn-play-bottom-card span {
	margin-left: 25px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.btn-play-bottom-card:hover, .btn-play-bottom-card:active {
	filter: brightness(100%);
	transition: all 0.1s ease-in-out;
}
.btn-play-bottom-card:hover span, .btn-play-bottom-card:active span {
	margin-left: 10px;
	transition: all 0.2s ease-in-out;
}

#searchsuggestions a .searchheading{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
    border-bottom: none;
    padding-bottom: 0;
	margin-top: 8px;
}
#searchsuggestions .seperator {
	width: 100%!important;
	position: relative!important;
	top: 15px!important;
}
#searchsuggestions a span{
	font-size: 12px;
    line-height: 1.3;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(93, 93, 93, 0.579);
}
#searchsuggestions a{
	position: relative;
	left: 0;
	transition: all 0.2s ease-in-out;
}
#searchsuggestions span.seperator a {
	text-align: center!important;
    background-color: var(--accent)!important;
    display: flex!important;
    padding: 0 var(--ui-elem-padding)!important;
    border: none!important;
	position: relative!important;
	top: 0px;
}
#searchsuggestions span.seperator a:hover {
	left: 0px;
}
#searchsuggestions a:hover{
	position: relative;
	left: 10px;
	transition: all 0.2s ease-in-out;
}
#searchsuggestions {
	background: var(--bg)!important;
	padding: 10px;
}
.desk-kategory{
	display: block;
}
.mobile-search{
	display: none;
}

.page__text__lucky{
	margin-bottom: 20px;
}
.page__text__lucky div{
	color: #9b9b9b!important;
}
.page__text__lucky::-webkit-scrollbar, .short-story-p::-webkit-scrollbar {
	height: 4px;
	width: 4px;
  }
  .page__text__lucky::-webkit-scrollbar-thumb, .short-story-p::-webkit-scrollbar-thumb {
	background-color: #7373734f;
  }

  .btn-lucky-to-show{
	background-color: #178e1f15;
	border: 1px solid var(--accent);
	width: 100%;
	height: auto;
	padding-block: 10px;
	font-family: 'Montserrat';
	font-weight: 700;
	color: var(--btn-lucky-to-show);
	border-radius: 10px;
	justify-content: center;
    display: flex;
	font-size: 17px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 0px 0 #0f661478;
  }
  .btn-lucky-to-show:hover, .btn-lucky-to-show:active{
	box-shadow: 0 0 14px 0 #0f661478;
	color: var(--btn-lucky-to-show-hover);
	transition: all 0.2s ease-in-out;
  }

.btn-lucky{
	background: linear-gradient(45deg, #FFC37E 0%, #F8F2E4 50%, #FFB5B5 100%);
    border: 2px solid #927233!important;
	border-radius: 9px;
	height: 100%;
	width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
	font-weight: 800;
    font-size: 19px;
	color: #7E5D1A!important;
    padding: 10px 30px;
	box-shadow: 0 0 0px 0px #8789874e !important;
	filter: brightness(1);
	transition: all 0.2s ease-in-out;
}
.btn-lucky:hover, .btn-lucky:active{
	box-shadow: 0 0 15px 2px #8789874e !important;
	filter: brightness(1.1);
	transition: all 0.2s ease-in-out;
}
.bg-btn-lucky{
	width: 100%;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.random-serial{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.design-div{
	background-color: var(--bg-blocks-lucky);
    height: 200%;
    margin-inline: 20px;
    width: 40px;
    transform: rotateZ(25deg);
}
.sect__header_lucky{
	margin-bottom: 0px;
    padding-inline: var(--padding-inline);
	display: flex;
}
.radio-option{
	margin-inline: 10px;
}
.radio-lucky-group{
	display: flex;
	margin-left: 20px;
}
.radio-option input {
	position: absolute;
	opacity: 0;
}
.radio-option {
	position: relative;
}
.radio-lucky{
	color: var(--color-section-about);
	text-decoration: dashed;
	text-decoration-line: underline;
	font-weight: 600;
	text-decoration-color: #88888800;
	text-underline-offset: 5px;
	transition: all 0.2s ease-in-out;
}
.radio-option label:hover {
	text-decoration: dashed;
	text-decoration-line: underline;
	text-underline-offset: 2px;
	color: var(--accent)!important;
	text-decoration-color: var(--accent);
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.radio-option input:checked + label {
	text-decoration: solid;
	text-decoration-line: underline;
	text-underline-offset: 2px;
	color: var(--accent)!important;
	text-decoration-color: var(--accent);
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.radio-lucky-group-mobile{
	display: none!important;
}

.fa-play:hover .item__desc .top-info-card-film .info-right-side .raiting-top-body-card, .fa-play:active .item__desc .top-info-card-film .info-right-side .raiting-top-body-card {transform: scale(1);  transition: all 0.3s ease-in-out;}
.raiting-top-body-card { padding: 4px 8px; transform: scale(0); width: 100%; height: auto; display: flex; justify-content: space-between; align-items: center;}
.fa-play:hover .item__desc .top-info-card-film .info-right-side .title-card-film a, .fa-play:active .item__desc .top-info-card-film .info-right-side .title-card-film a {font-size: 13px; font-family: 'Montserrat'; font-weight: 700; transition: all 0.3s ease-in-out;}
.info-right-side .imgClass {opacity: 1; width: 23px; height: 23px; transition: all 0.3s ease-in-out;}
.fa-play:hover .item__desc .top-info-card-film .info-right-side .imgClass, .fa-play:active .item__desc .top-info-card-film .info-right-side .imgClass {opacity: 0; width: 0; height: 0; transition: all 0.3s ease-in-out;}
.fa-play:hover .item__desc .top-info-card-film .info-right-side ~ .kp-left-side, .fa-play:active .item__desc .top-info-card-film .info-right-side ~ .kp-left-side {height: 0; width: 0; opacity: 0; transform: scale(0); padding: 0; transition: all 0.3s ease-in-out!important;} 
.d-flex {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between {justify-content: space-between;}
.jc-flex-start {justify-content: flex-start;}
.jc-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.flex-grow-1, .ui-dialog-title, .ac-form__bottom .comments_subscribe, .flex-1 {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.flex-grow-1-column, .flex-1-col {flex: 1 0 min-content}
.pi-center {display: grid; place-items: center;}
.ta-center {text-align: center;}

.grid-items {display: grid; gap: 10px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,170px),1fr));}
.grid-inline-items{
	display: grid;
	width: calc(100% + 60px);
    gap: 10px;
    left: -30px;
	padding: 20px 30px;
	grid-template-columns: repeat(auto-fit, 330px);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	position: relative;
}
.grid-inline-items::after{
        content: '';
        display: table;
        clear: both;
}
.grid-items > *:not(.grid-items__item), #dle-content > *:not(.grid-items__item) {grid-column: 1 / -1;}
.grid-items > #dle-content {display: inherit; gap: inherit; grid-template-columns: inherit;}
.grid-inline-items__item{
	width: 330px; 
    height: 260px; 
	border: 1px solid #BFBFBF;
	border-radius: 10px!important;
	overflow: hidden;
	background-color: white;
}
.item-inline-title{
	font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-inline-ozvuchka{
	background: #C64343;
    border-radius: 7px;
    padding: 1px 7px;
    width: fit-content;
}
.swiper-ozvuchka{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	gap: 7px;
	padding-inline: 7px;
	display: flex;
	justify-content: left;
	overflow-x: hidden;
	overflow: hidden;
	margin-bottom: 13px;
}
.watch-hover{
	position: absolute; 
	z-index: 10;
	width: 100%; height: 100%; 
	justify-content: center; 
	align-items: center;
	opacity: 0;
	background: #0000007c;
	transition: all 0.2s ease-in-out;
	display: flex;

}
.fa-play:hover  .watch-hover{
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.r-gap-5 {row-gap: 5px;} .r-gap-10 {row-gap: 10px;} .r-gap-15 {row-gap: 15px;} .r-gap-20 {row-gap: 20px;}
.r-gap-25 {row-gap: 25px;} .r-gap-30 {row-gap: 30px;} .r-gap-35 {row-gap: 35px;} .r-gap-40 {row-gap: 40px;}
.c-gap-5 {column-gap: 5px;} .c-gap-10 {column-gap: 10px;} .c-gap-15 {column-gap: 15px;} .c-gap-20 {column-gap: 20px;}
.c-gap-25 {column-gap: 25px;} .c-gap-30 {column-gap: 30px;} .c-gap-35 {column-gap: 35px;} .c-gap-40 {column-gap: 40px;}
.p-relative {position: relative;} .o-hidden {overflow: hidden;} .d-block {display: block;} 
.w-100 {width: 100%; min-width: 100% !important; grid-column: 1 / -1;} .bdrs-50 {border-radius: 50%;}
.ml-auto {margin-left: auto;} .mr-auto {margin-right: auto;} .mt-auto {margin-top: auto;} .mb-auto {margin-bottom: auto;}
.ratio-3-2 {aspect-ratio: 3 / 2;} .ratio-2-3 {aspect-ratio: 2 / 3;} .ratio-1-1 {aspect-ratio: 1 / 1;}

.btn-smaller {--ui-elem-height: 30px; font-size: 12px; padding: 0 10px;}
.btn-bigger {--ui-elem-height: 50px; --ui-elem-padding: 40px}
.btn-square {aspect-ratio: 1 / 1; padding: 0;}
.btn-rounded {border-radius: calc(var(--ui-elem-height)/2);}
.btn-border {background: none; border: 1px solid var(--bdc); color: var(--tt); box-shadow: none;}
.btn-nobg {background: none; color: var(--tt); box-shadow: none; padding: 0;}
.btn-fade {background-color: var(--bg-darker); color: var(--tt-fade); --ui-btn-bsh: var(--bg-darkest);}

.hidden, .d-none, .full-text .quote + br, 
#category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty, 
.info br, #fullsearch + form .mass_comments_action, .bb-sep, .bb-pane > .clr, .comm__ctrl-menu li:empty, 
.has-checkbox:empty {display: none;} 
.login__social:has(.login__social-caption:last-child), .serv__social:has(.serv__subtitle:last-child) {display: none;}
.anim, button, .btn, a, .anim-before::before, .anim-after::after
{transition: color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.3s, 
	transform 0.3s, border-color 0.3s, scale 0.3s, rotate 0.3s, translate 0.3s, top 0.1s;}

@font-face {font-family: 'inter'; src: url('../webfonts/inter-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'inter'; src: url('../webfonts/inter-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Oswald'; src: url('../webfonts/oswald-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}
@font-face {font-family: 'Righteous-Regular'; src: url('../webfonts/Righteous-Regular.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'LD'; src: url('../webfonts/LexendDeca.ttf')}
@font-face {font-family: 'Montserrat'; src: url('../webfonts/Montserrat-VariableFont_wght.ttf')}
@font-face {font-family: 'Thonburi'; src: url('../webfonts/Thonburi-Bold.ttf')}
@font-face {font-family: 'Bebas'; src: url('../webfonts/BebasNeue-Bold.otf')}
@font-face {
	font-family: 'DelaGothic';
	src: url(../webfonts/DelaGothicOne-Regular.ttf);
}
@font-face {
	font-family: 'Sahitya';
	src: url(../webfonts/Sahitya-Regular.ttf);
}
@font-face {
	font-family: 'OpenSans';
	src: url(../webfonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
@media (hover: hover) and (pointer: fine) {
	a:hover {color: var(--tt); text-decoration: none;}
	button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
	.pmessages__links a:hover, .qq-upload-button:hover, .us__btn a:hover, .plupload_button:hover, 
	#searchsuggestions span.seperator a:hover, .pagination__btn-loader a:hover 
	{background-color: var(--ui-bg-btn-hover); color: var(--ui-tt-btn); border-color: var(--ui-bg-btn-hover); top: 0px!important; box-shadow: 0 0px 0 0 #0e6614!important; transition: all 0.1s ease-in-out!important;}
	.ui-dialog-titlebar-close:hover, .login__close:hover, .trl__close:hover {background-color: var(--ui-red); color: var(--tt-btn);}
	.xfieldimagegallery a:hover, .comments-image-gallery a:hover {opacity: 0.8;}
	.fs-result:hover {background-color: var(--ui-bg-darker);}

	.header__menu li:hover > a {opacity: 1; color: var(--accent);}
	.header__menu li:hover .header__menu-hidden {opacity: 1; visibility: visible; translate: 0 0;}
	.item:hover .item__btn-info {translate: 0 0; opacity: 1;}
	.header__menu-hidden a:hover, .footer__menu a:hover, .header__login a:hover, .lgn__ctrl > a:hover, .lgn__menu a:hover,  
	.speedbar a:hover, .page__complaint a:hover, .comm__action a:hover, .comm__ctrl-menu a:hover, 
	.fr__title:hover, .page__fav > *:hover, .tuser__name a:hover {text-decoration: underline;}
	.owl-nav button:hover {opacity: 1; background-color: var(--accent); color: #fff;}
	.sect__tabs button:not(.is-active):hover, .pagination > a:hover, .header__btn1:hover, .page__likes a:hover, 
	.pagination__pages a:hover, .sect__grid-select button:hover {background-color: var(--accent); color: #fff;}
	.item:hover .img-overlay-icon::before {opacity: 1;}
	.header__ava:hover, .comm__rating a:hover {opacity: 0.8;}

	.trl__close:hover, .mobile-menu__btn-close:hover, .lgn__btn-close:hover {background-color: var(--red); color: #fff;}
	.page__rating-ext a:hover .fal, .page__likes a:hover {background-color: var(--accent) !important;}
	.comm__ctrl-btn:hover {color: var(--accent); background: none;}
}


.dt {
	--bg: #222222; --bg-darker: #111111; --bg-darker-1: #050505; --bg-black: #131313; --bg-blackest: #050505;
	--tt: #ccc; --tt-fade-0: #c0c0c0; --tt-fade: #acacac; 
	--bdc: rgba(255,255,255,0.2); --bsh-long: 0 0 60px rgba(0,0,0,0.5); --bsh: 0 0 3px 0 rgba(0,0,0,0.55);
	--bsh-block: 0 1px 5px 0 rgba(0,0,0,0.45);
	
	--ui-bg-inp: rgba(0,0,0,0.15); --ui-bdc-inp: rgba(0,0,0,0.5); 

	--ui-bg: #222; --ui-bg-darker: #111; --ui-bg-darkest: #050505; --ui-accent: #60afff;
	--ui-bdc: rgba(0,0,0,0.5); --ui-tt-fade: #a1a1a1;
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.5); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.4); 
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #24221f; --ui-bd-attention: #a76605;
}
.dt {color-scheme: dark;}
.dt select:not([multiple]) {background-image: url(../dleimages/chevron-down-light.svg);}
.dt .header__menu > li > a:not(:hover) {opacity: 1; color: #fff;}
.dt .search-block__input, .dt .search-block__input:focus {box-shadow: inset 0 0 0 1px #000, inset 1px 2px 5px rgba(0,0,0,0.2);}
.dt .logo, .dt .sect__title, .dt .lgn__title, .dt .sect__tabs button.is-active, .dt .header__menu-hidden li:not(:has(a)), 
.dt .th-text h1, .dt .page__header h1, .dt .top-users__title {--tt: #fff; color: #fff;}

.dt .page__poster, .dt .show-text {box-shadow:0 0 0 1px #000,2px 3px 3px 0 rgba(0,0,0,0.4);}
.dt .page__text .full-text, .dt .rkl--holder {color: #ccc;}
.dt .page__list a {--blue: #60afff;}
.dt .page__cols-right {background-color: rgba(255,255,255,0.06);}
.dt .page__cols:has(.page__player) .page__cols-right {background-color: var(--bg-black);}
.dt .ac-form__header input, .dt .ac-form__editor textarea, .dt .top-users, .dt .comm {background-color: rgba(0,0,0,0.3);}
.dt .comm.pos {background-color: rgba(59, 179, 59, 0.15);}
.dt .comm.neg {background-color: rgba(235, 77, 75,0.15);}

.dt .filter__cell select, .dt .tail-select-container, .dt .select-label, .dt .irs-line {background-color: rgba(0,0,0,0.3);}

.descr ul li::before, .tail-select .select-label::before, .tail-select .select-label::after, 
.tail-select .select-dropdown ul li.dropdown-option.selected::before 
{
	font-weight: 300; 
	font-family:'Font Awesome 5 Pro';
}