: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: #79c142; --ui-tt-btn: #fff; --ui-bg-btn-hover: #239b2b; 
	--ui-bg-inp: #111111; --ui-bdc-inp: #e3e3e3; --ui-bdc-inp-focus: #35c535;
	
	--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;
	--bg-image: url(../images/bg1.jpg);
	--opacity-value: .5; --bg-btn: linear-gradient(131deg, #0f6614 0%, rgb(9 72 13) 80%) !important;
	--btn-bg-text-color: #48984a; --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: #e4e4e4; --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: #0f5a15;
	--accent: #1e8d25; --green: #3bb33b; --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: 13px; 
	--ui-bg-btn: #79c142; --ui-tt-btn: #fff; --ui-bg-btn-hover: #239b2b; 
	--ui-bg-inp: #e4e4e4; --ui-bdc-inp: #e3e3e3; --ui-bdc-inp-focus: #35c535;
	
	--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;
	--bg-image: url(../images/bg1Light.jpg);
	--opacity-value: .9; --bg-btn: linear-gradient(131deg, #40b848 0%, rgb(30 141 38) 80%) !important;
	--btn-bg-text-color: #58cc5b; --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: #57a05c; --btn-lucky-to-show: #37713b; --color-section-about: #606060;
}

/* 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, h2, h3, h4, h5 {font-weight: 500; font-size: 35px;}
::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: var(--ui-elem-bdrs); background-color: var(--accent); color: var(--ui-tt-btn);
	font-size: 14px; font-weight: 500; text-transform: uppercase; position: relative; top: -3px!important; box-shadow: 0 3px 0 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);
	top: 0px !important;
	box-shadow: 0 0px 0 0 #0e6614 !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: white;}
[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}

.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;
}

/* 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);}

.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% + 40px);
	gap: 10px;
	left: -20px;
	padding: 20px;
	grid-template-columns: repeat(auto-fit, 170px);
	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;}
.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;}

.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);}

@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);}
}