/* 
Datalife Engine template, 
name: Adult Site, creation date: 22 october 2024, version dle: 15 and higher
*/

:root {
	--bg: #fff; --bg-darker: #f2f6f8; 
	--bg-black: #1d1e22; --bg-blackest: #0a090e;
	--tt: #000; --tt-fade-0: #4b4640; --tt-fade: #80776c; --bdrs: 10px;
	--bdc: #cfcfd9; --bsh-long: 0 0 40px rgba(0,0,0,0.6); --bsh: 0 0 6px rgba(35, 31, 32, 0.11);
	--accent: #f40050; --accent-2: #dd507f;
	--green: #3bb33b; --red: #eb4d4b; --orange: #f0932b; 
	--grey: #888; --yellow: #ffda4a; --blue: #486bed;

	--ui-elem-height: 40px; --ui-elem-padding: 20px; --ui-elem-gap: 10px; --ui-elem-bdrs: 10px; 
	--ui-bg-btn: #f40050; --ui-tt-btn: #fff; --ui-bg-btn-hover: #e0054e; 
	--ui-bg-inp: #fff; --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: 700; --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: #fceedf; --ui-bd-attention: #fc9a07;
	--indent-negative: -60px; --indent: 60px; --max-width: 1400px;
}

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {background: none; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
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: 'poppins', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.5; 
	color: var(--tt); background-color: var(--bg); width: 100%; letter-spacing: 0.02em;}
a {color: var(--tt); text-decoration: none;}
a:focus {color: var(--tt); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 24px;}
::selection {background: #ff0000; color: #fff;}
b, strong, .bolder {font-weight: 600;}

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, [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(--ui-bg-btn); color: var(--ui-tt-btn);
	font-size: 16px; font-weight: 600; text-transform: uppercase;}
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;}

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


/* 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: 30%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); opacity: 0.66;}
.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.5); color: #fff; font-size: 24px; display: grid; place-items: center;}

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


.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(--accent); 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);}
.btn-accent {background: linear-gradient(to bottom, #77d81f 0%,#24ad0b 100%); 
	box-shadow: 0 2px 5px rgba(0,0,0,0.15); color: #fff;}

.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, .item__desc
{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;}

@font-face {font-family: 'poppins'; src: url('../webfonts/poppins-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'poppins'; src: url('../webfonts/poppins-600.woff2') format('woff2');
	font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'poppins'; src: url('../webfonts/poppins-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}
@font-face {font-family: 'lct'; src: url('../webfonts/lct.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}

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

	.item:hover {--bdc: var(--accent);}
	.item__cast a:hover, a.item__title:hover, .lgn-user__menu a:hover {text-decoration: underline;}
	.btn-accent:hover {background: linear-gradient(to top, #77d81f 0%,#24ad0b 100%); 
	box-shadow: 0 2px 5px rgba(0,0,0,0.0); color: #fff;}
	.colorbtn2 .btn-accent:hover {background: linear-gradient(to top, #bb71d8 0%,#683b7a 100%);}
	.colorbtn3 .btn-accent:hover {background: linear-gradient(to top, #f39e54 0%,#bd6518 100%);}
	.colorbtn4 .btn-accent:hover {background: linear-gradient(to top, #3fe6c4 0%,#118a72 100%);}
	.colorbtn5 .btn-accent:hover {background: linear-gradient(to top, #3fe684 0%,#1d884a 100%);}
	.colorbtn6 .btn-accent:hover {background: linear-gradient(to top, #50adeb 0%,#226a99 100%);}
	.colorbtn7 .btn-accent:hover {background: linear-gradient(to top, #facf23 0%,#b9970d 100%);}
	.colorbtn8 .btn-accent:hover {background: linear-gradient(to top, #e70000 0%,#bd0041 100%);}
	.colorbtn9 .btn-accent:hover {background: linear-gradient(to top, #fca21c 0%,#e48b07 100%);}
	.footer__menu a:hover, .footer__submenu a:hover {text-decoration: underline;}
	.footer__soc a:hover, .presents__thumbs a:hover, .header__ava:hover, .lgn__social a:hover {opacity: 0.8;}
	.footer__text a:hover, .page__cast a:hover {text-decoration: none;}
	.page__rating > a:hover {color: var(--tt);}
	.page__btn-dl:hover::before {color: #fff;}
	.page__tags a:hover, .pagination a:hover, .page__fav a:hover {background-color: var(--accent); color: #fff;}
}


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

.add-anim-shine {position: relative;}
.add-anim-shine::after {content: ''; width: 40px; height: 100%; transform: skew(-15deg); 
	background-color: #fff; position: absolute; left: 0; top: 0; display: block; opacity: 0; 
	animation: shine 5s infinite linear; animation-direction: normal;}
@keyframes shine {
	0% {opacity: 0; left: 0;}
	5% {opacity: 0.4; left: 33%;}
	10% {opacity: 0.4; left: 66%;}
	15% {opacity: 0; left: calc(100% - 40px);}
}
.add-anim-shadow {animation: shadow 1.5s infinite linear; animation-direction: normal; transition: none;}
@keyframes shadow {
	0% {box-shadow: 0 0 0 0 rgba(0,0,0,0.0);}
	33% {box-shadow: 0 0 0 15px rgba(0,0,0,0);}
	66% {box-shadow: 0 0 0 30px rgba(0,0,0,0.03);}
	100% {box-shadow: 0 0 0 45px rgba(0,0,0,0.0);}
}
.page__btn-accent-caption {animation: hue-rotate 5s infinite linear; animation-direction: alternate;}
@keyframes hue-rotate {
	0% {filter: hue-rotate(0deg)}
	30% {filter: hue-rotate(0deg)}
	100% {filter: hue-rotate(360deg)}
}


/* ACCENT COLOR
----------------------------------------------- */
.accent2 {--accent: #9b59b6; --accent-2: #cf9ee2; --ui-bg-btn: #9b59b6; --ui-bg-btn-hover: #85469e;}
.accent3 {--accent: #e67e22; --accent-2: #e6bc98; --ui-bg-btn: #e67e22; --ui-bg-btn-hover: #db7318;}
.accent4 {--accent: #1abc9c; --accent-2: #9fe9da; --ui-bg-btn: #1abc9c; --ui-bg-btn-hover: #119e82;}
.accent5 {--accent: #2ecc71; --accent-2: #9ef1c1; --ui-bg-btn: #2ecc71; --ui-bg-btn-hover: #22b35e;}
.accent6 {--accent: #3498db; --accent-2: #98caec; --ui-bg-btn: #3498db; --ui-bg-btn-hover: #207bb8;}
.accent7 {--accent: #f1c40f; --accent-2: #f7e9b2; --ui-bg-btn: #f1c40f; --ui-bg-btn-hover: #dab00c; --ui-tt-btn: #000;}
.accent7 .item__title, .accent7 .presents__title, .accent7 .page__cast {--accent: #dab00c;}
.accent8 {--accent: #fd79a8; --accent-2: #f7a2c0; --ui-bg-btn: #fd79a8; --ui-bg-btn-hover: #c45079;}
.accent8 .item__title, .accent7 .presents__title, .accent7 .page__cast {--accent: #f17fa7;}
.accent9 {--accent: #ff9900; --accent-2: #f1bb69; --ui-bg-btn: #ff9900; --ui-bg-btn-hover: #dd8808; --ui-tt-btn: #000;}


/* GREEN BTN COLOR
----------------------------------------------- */
.colorbtn2 .btn-accent {background: linear-gradient(to bottom, #bb71d8 0%,#683b7a 100%);}
.colorbtn3 .btn-accent {background: linear-gradient(to bottom, #f39e54 0%,#bd6518 100%);}
.colorbtn4 .btn-accent {background: linear-gradient(to bottom, #3fe6c4 0%,#118a72 100%);}
.colorbtn5 .btn-accent {background: linear-gradient(to bottom, #3fe684 0%,#1d884a 100%);}
.colorbtn6 .btn-accent {background: linear-gradient(to bottom, #50adeb 0%,#226a99 100%);}
.colorbtn7 .btn-accent {background: linear-gradient(to bottom, #facf23 0%,#b9970d 100%);}
.colorbtn8 .btn-accent {background: linear-gradient(to bottom, #e70000 0%,#bd0041 100%);}
.colorbtn9 .btn-accent {background: linear-gradient(to bottom, #fca21c 0%,#e48b07 100%);}


/* DESIGN COLOR
----------------------------------------------- */
.des2 {
	--bg: #fcf6f9; --bg-darker: #f8e1e9; 
	--bg-black: #4b353d; --bg-blackest: #633948;
	--tt: #000; --tt-fade-0: #4b4640; --tt-fade: #af5c86; 
	--bdc: rgba(0,0,0,0.15); --bsh-long: 0 0 40px rgba(0,0,0,0.6); --bsh: 0 0 6px rgba(35, 31, 32, 0.15);
}
.des3 {
	--bg: #fcf7f2; --bg-darker: #fce1cb; 
	--bg-black: #3b220c; --bg-blackest: #754318;
	--tt: #000; --tt-fade-0: #4b4640; --tt-fade: #a78263; 
	--bdc: rgba(0,0,0,0.15); --bsh-long: 0 0 40px rgba(0,0,0,0.6); --bsh: 0 0 6px rgba(35, 31, 32, 0.15);
}
.des4 {
	--bg: #eff7f5; --bg-darker: #caf3eb; 
	--bg-black: #0c463a; --bg-blackest: #17705e;
	--tt: #000; --tt-fade-0: #4b4640; --tt-fade: #378a79; 
	--bdc: rgba(0,0,0,0.15); --bsh-long: 0 0 40px rgba(0,0,0,0.6); --bsh: 0 0 6px rgba(35, 31, 32, 0.15);
}
.des5 {
	--bg: #ebf2f7; --bg-darker: #c1def1; 
	--bg-black: #153952; --bg-blackest: #0e4569;
	--tt: #000; --tt-fade-0: #4b4640; --tt-fade: #5188ad; 
	--bdc: rgba(0,0,0,0.15); --bsh-long: 0 0 40px rgba(0,0,0,0.6); --bsh: 0 0 6px rgba(35, 31, 32, 0.15);
}
.des6 {
	--bg: #faf1fd; --bg-darker: #e7d5ee; 
	--bg-black: #42274d; --bg-blackest: #571a6e;
	--tt: #000; --tt-fade-0: #4b4640; --tt-fade: #7d4b91; 
	--bdc: rgba(0,0,0,0.15); --bsh-long: 0 0 40px rgba(0,0,0,0.6); --bsh: 0 0 6px rgba(35, 31, 32, 0.15);
}
.des7 {
	--bg: #424246; --bg-darker: #26272b; 
	--bg-black: #1d1e22; --bg-blackest: #0a090e;
	--tt: #eee; --tt-fade-0: #e3e3e3; --tt-fade: #b8b8b8; 
	--bdc: rgba(0,0,0,0.5); --bsh-long: 0 0 40px rgba(0,0,0,0.8); --bsh: 0 0 6px rgba(35, 31, 32, 0.66);
	
	--ui-bg: #424246; --ui-bg-darker: #26272b; --ui-bg-darkest: #1d1e22; --ui-accent: #6cb0f5;
	--ui-bdc: rgba(0,0,0,0.5); --ui-tt-fade: #b8b8b8;  
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.6); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.5); 
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #3a3631; --ui-bd-attention: #8d5707;
}
.des7 .item__title, .des7 .presents__title, .des7 .page__cast {--accent: var(--accent-2);}
.des7 .lgn__content {color: #eee;}
.des7 .page__btn-accent::before {opacity: 0.8;}
.des8 {
	--bg: #372241; --bg-darker: #27192e; 
	--bg-black: #1e1424; --bg-blackest: #150e18;
	--tt: #eee; --tt-fade-0: #e3e3e3; --tt-fade: #aa88bb; 
	--bdc: rgba(0,0,0,0.5); --bsh-long: 0 0 40px rgba(0,0,0,0.8); --bsh: 0 0 6px rgba(35, 31, 32, 0.66);
	
	--ui-bg: #424246; --ui-bg-darker: #26272b; --ui-bg-darkest: #1d1e22; --ui-accent: #6cb0f5;
	--ui-bdc: rgba(0,0,0,0.5); --ui-tt-fade: #b8b8b8;  
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.6); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.5); 
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #3a3631; --ui-bd-attention: #8d5707;
}
.des8 .item__title, .des8 .presents__title, .des8 .page__cast {--accent: var(--accent-2);}
.des8 .lgn__content {color: #eee;}
.des8 .header {background-color: var(--bg-black);}
.des8 .page__btn-accent::before {opacity: 0.8;}
.des9 {
	--bg: #000; --bg-darker: #151515; 
	--bg-black: #151515; --bg-blackest: #222222;
	--tt: #c6c6c6; --tt-fade-0: #c2c0c0; --tt-fade: #adadad; 
	--bdc: rgba(255,255,255,0.2); --bsh-long: 0 0 40px rgba(0,0,0,0.8); --bsh: 0 0 6px rgba(255, 255, 255, 0.1);
	
	--ui-bg: #424246; --ui-bg-darker: #26272b; --ui-bg-darkest: #1d1e22; --ui-accent: #6cb0f5;
	--ui-bdc: rgba(0,0,0,0.5); --ui-tt-fade: #b8b8b8;  
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.6); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.5); 
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #3a3631; --ui-bd-attention: #8d5707;
}
.des9 .item__title, .des9 .presents__title, .des9 .page__cast {--accent: var(--accent-2);}
.des9 .lgn__content {color: #eee;}
.des9 .header {background-color: var(--bg-black);}
.des9 .page__btn-accent::before {opacity: 0.8;}
.des9 .sect__title, .des9 .page__mtitle, .des9 .lgn__content-title, .des9 .presents__title, .des9 .descr__title {color: #fff;}

.des7, .des8, .des9 {color-scheme: dark;}
.des7 select:not([multiple]), .des8 select:not([multiple]), .des9 select:not([multiple]) 
{background-image: url(../dleimages/chevron-down-light.svg);}