﻿/*
NTVPLUS.LAT Unique — индивидуальный шаблон DataLife Engine.
Уникальная система классов: nplx-*
*/

:root {
	--bg: #fff; --bg-darker: #f3f3f3; --bg-darker-1: #e9e9e9; --bg-black: #292929; --bg-blackest: #181818;
	--tt: #444; --tt-fade-0: #4b4640; --tt-fade: #80776c; 
	--bdc: rgba(0,0,0,0.1); --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: #8bcf4f; --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: 4px; 
	--ui-bg-btn: #8bcf4f; --ui-tt-btn: #fff; --ui-bg-btn-hover: #75bd42; 
	--ui-bg-inp: #fff; --ui-bdc-inp: #e3e3e3; --ui-bdc-inp-focus: #55cf55;
	
	--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: #fceedf; --ui-bd-attention: #fc9a07;
	--indent-negative: -20px; --indent: 20px; --max-width: 1140px;
}

/* 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: 'inter', sans-serif; font-size: 14px; font-weight: 400; line-height: calc(1em + 0.5rem); 
	color: var(--tt); background-color: #181818; width: 100%;}
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: 24px;}
::selection {background: #ff0000; color: #fff;}
b, strong, .nplx-685ca57276 {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, [type="button"], [type="reset"], [type="submit"], .pmessages__links a, .qq-upload-button, .plupload_button, 
.nplx-daebb1563a 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: 14px; font-weight: 500; 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);}
.nplx-6fd200cb66, [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
----------------------------------------------- */
.nplx-2050f31f5c, .nplx-8859b870f2, .nplx-defee92f3a, .nplx-4473bd58c8, .nplx-bbb811117f, .nplx-123287e2b2 {position: relative;}
.nplx-8859b870f2 {padding-top: 60%;}
.nplx-8859b870f2 > img, .nplx-defee92f3a img, .nplx-123287e2b2 img {width: 100%; height: 100%; object-fit: cover; border-radius: inherit;}
.nplx-8859b870f2 > img {position: absolute; left: 0; top: 0;}
.nplx-2050f31f5c img, .nplx-2050f31f5c > a, .nplx-123287e2b2 img {width: 100%; display: block;}
.nplx-123287e2b2 > 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;}
.nplx-bb32ac2c42 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.nplx-f8afdb3c21, .nplx-a86ae15f6e, .nplx-262df542b0, .nplx-b50e72c9aa, .nplx-86bf1970cf 
{display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.nplx-a86ae15f6e {-webkit-line-clamp: 3; line-clamp: 3;} .nplx-262df542b0 {-webkit-line-clamp: 4; line-clamp: 4;}
.nplx-b50e72c9aa {-webkit-line-clamp: 5; line-clamp: 5;} .nplx-86bf1970cf {-webkit-line-clamp: 6; line-clamp: 6;}
.nplx-8f617ae114 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
.nplx-84ae615c63::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;}
.nplx-a20511d371::after {content: ''; position: absolute; inset: 0; z-index: 10;}
.nplx-2123e7c776::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;}

.nplx-9d5f5032fb {display: flex; flex-wrap: wrap; flex-direction: row;}
.nplx-78d62e711c {flex-direction: column; flex-wrap: nowrap;} 
.nplx-214675893f {justify-content: space-between;}
.nplx-ce81af9225 {justify-content: flex-start;}
.nplx-9778b6eeb1 {justify-content: center;}
.nplx-41f39d8c75 {justify-content: flex-end;}
.nplx-8ef5371e01 {align-items: flex-start;}
.nplx-192d9e2a24 {align-items: center;}
.nplx-cbbe6f4355 {align-items: flex-end;}
.nplx-6ed330a280 {order: -1;}
.nplx-b2b8af9ec5 {order: 10;}
.nplx-1373227191, .ui-dialog-title, .nplx-96aedeeb19 .comments_subscribe, .nplx-365b5aabc5 {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.nplx-86bc24e3af, .nplx-d50d23ae14 {flex: 1 0 min-content}
.nplx-fe8a2e2c91 {display: grid; place-items: center;}
.nplx-3dd457d32e {text-align: center;}

.nplx-7e226da2d0 {display: grid; gap: 10px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,170px),1fr));}
.nplx-7e226da2d0 > *:not(.nplx-e311b415f1), #dle-content > *:not(.nplx-e311b415f1) {grid-column: 1 / -1;}
.nplx-7e226da2d0 > #dle-content {display: inherit; gap: inherit; grid-template-columns: inherit;}

.nplx-eebceceecb {row-gap: 5px;} .nplx-1a20fab706 {row-gap: 10px;} .nplx-6d93cc349e {row-gap: 15px;} .nplx-e36ee388d6 {row-gap: 20px;}
.nplx-b5ffbe2f08 {row-gap: 25px;} .nplx-b30298b5a9 {row-gap: 30px;} .nplx-8a8904a18a {row-gap: 35px;} .nplx-0b759bdcbb {row-gap: 40px;}
.nplx-130fac4e42 {column-gap: 5px;} .nplx-a00101e57c {column-gap: 10px;} .nplx-3927734b82 {column-gap: 15px;} .nplx-5369e77428 {column-gap: 20px;}
.nplx-f3424f3123 {column-gap: 25px;} .nplx-1714b13743 {column-gap: 30px;} .nplx-59be8c00fe {column-gap: 35px;} .nplx-7b24896ba7 {column-gap: 40px;}
.nplx-bbb811117f {position: relative;} .nplx-3345649e01 {overflow: hidden;} .nplx-fff2a517c1 {display: block;} 
.nplx-f00930f9c2 {width: 100%; min-width: 100% !important; grid-column: 1 / -1;} .nplx-b7580ce57a {border-radius: 50%;}
.nplx-45ae1312b3 {margin-left: auto;} .nplx-1e90ad1e11 {margin-right: auto;} .nplx-136c4d6d02 {margin-top: auto;} .nplx-98542bc289 {margin-bottom: auto;}
.nplx-73fd74655f {aspect-ratio: 3 / 2;} .nplx-8fb544e609 {aspect-ratio: 2 / 3;} .nplx-01c2e7507b {aspect-ratio: 1 / 1;}

.nplx-18ecd74c30 {--ui-elem-height: 30px; font-size: 12px; padding: 0 10px;}
.nplx-eca68173be {--ui-elem-height: 50px; --ui-elem-padding: 40px}
.nplx-cefb798c13 {aspect-ratio: 1 / 1; padding: 0;}
.nplx-5b65146db6 {border-radius: calc(var(--ui-elem-height)/2);}
.nplx-6ac57b4fec {background: none; border: 1px solid var(--bdc); color: var(--tt); box-shadow: none;}
.nplx-a1f302a669 {background: none; color: var(--tt); box-shadow: none; padding: 0;}
.nplx-a01cb67c35 {background-color: var(--bg-darker); color: var(--tt-fade); --ui-btn-bsh: var(--bg-darkest);}

.hidden, .nplx-3601092eb8, .full-text .nplx-12aab28e3c + br, 
#category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty, 
.info br, #fullsearch + form .nplx-a99181c5a4, .nplx-ca388a639c, .nplx-7344a0498a > .clr, .nplx-24841337a7 li:empty, 
.has-checkbox:empty {display: none;} 
.nplx-7b7953c3d7:has(.nplx-2471e4fc40:last-child), .nplx-8c4c5709e6:has(.serv__subtitle:last-child) {display: none;}
.nplx-bff00a132a, button, .btn, a, .nplx-34f90127c7::before, .nplx-0e8ff91e7d::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;}

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


@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.nplx-8743f356c5 a:hover, .nplx-daebb1563a 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, .nplx-eb7047b7b3:hover, .nplx-052ca75ecc: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);}

	.nplx-120d621d47 li:hover > a {opacity: 1; color: var(--accent);}
	.nplx-120d621d47 li:hover .nplx-f8a87d6fc2 {opacity: 1; visibility: visible; translate: 0 0;}
	.nplx-8b3839ca44:hover .nplx-f49f047454 {translate: 0 0; opacity: 1;}
	.nplx-f8a87d6fc2 a:hover, .nplx-682db822c5 a:hover, .nplx-93a8d46f89 a:hover, .nplx-514ae33fe2 > a:hover, .nplx-dfaad75f7b a:hover,  
	.nplx-37a3e16dfc a:hover, .nplx-74178d2380 a:hover, .nplx-0e112f99c6 a:hover, .nplx-24841337a7 a:hover, 
	.nplx-7c3e59db95:hover, .nplx-8ff3a8cd42 > *:hover, .nplx-a3e987a3f6 a:hover {text-decoration: underline;}
	.owl-nav button:hover {opacity: 1; background-color: var(--accent); color: #fff;}
	.nplx-e6f9d92046 button:not(.nplx-16e0742f2e):hover, .nplx-22671a926b > a:hover, .nplx-0db5aa5f4a:hover, .nplx-53b402f2bc a:hover, 
	.nplx-e376044a5a a:hover, .nplx-bce177d2d7 button:hover {background-color: var(--accent); color: #fff;}
	.nplx-8b3839ca44:hover .nplx-2123e7c776::before {opacity: 1;}
	.nplx-846bcb6aa7:hover, .nplx-f3ddab2710 a:hover {opacity: 0.8;}

	.nplx-052ca75ecc:hover, .nplx-e27ab73808:hover, .nplx-581d63f616:hover {background-color: var(--red); color: #fff;}
	.nplx-05d95686ef a:hover .fal, .nplx-53b402f2bc a:hover {background-color: var(--accent) !important;}
	.nplx-b8fc905bb0:hover {color: var(--accent); background: none;}
}


.dt {
	--bg: #2d2d2d; --bg-darker: #1d1d1d; --bg-darker-1: #121212; --bg-black: #232323; --bg-blackest: #151515;
	--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: #2d2d2d; --ui-bg-darker: #1d1d1d; --ui-bg-darkest: #121212; --ui-accent: #78bcff;
	--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 .nplx-120d621d47 > li > a:not(:hover) {opacity: 1; color: #fff;}
.dt .nplx-9fcea20ed2, .dt .nplx-9fcea20ed2:focus {box-shadow: inset 0 0 0 1px #000, inset 1px 2px 5px rgba(0,0,0,0.2);}
.dt .nplx-e9e65f98f8, .dt .nplx-9b48e68ec0, .dt .nplx-bdb23b364c, .dt .nplx-e6f9d92046 button.nplx-16e0742f2e, .dt .nplx-f8a87d6fc2 li:not(:has(a)), 
.dt .nplx-d2f26f8e22 h1, .dt .nplx-9dab149859 h1, .dt .nplx-61ada71ec9 {--tt: #fff; color: #fff;}

.dt .nplx-f6025e30ca, .dt .nplx-f89f2d7c6b {box-shadow:0 0 0 1px #000,2px 3px 3px 0 rgba(0,0,0,0.4);}
.dt .nplx-9abd26cbcb .full-text, .dt .nplx-da1e036acf {color: #ccc;}
.dt .nplx-9aa2a822b9 a {--blue: #60afff;}
.dt .nplx-3bb2bb33a0 {background-color: rgba(255,255,255,0.06);}
.dt .nplx-0eaa8d938e:has(.nplx-99651bed76) .nplx-3bb2bb33a0 {background-color: var(--bg-black);}
.dt .nplx-176ec930ad input, .dt .nplx-68652b9700 textarea, .dt .nplx-d2991a7ff1, .dt .nplx-2c02bf8952 {background-color: rgba(0,0,0,0.3);}
.dt .nplx-2c02bf8952.pos {background-color: rgba(59, 179, 59, 0.15);}
.dt .nplx-2c02bf8952.neg {background-color: rgba(235, 77, 75,0.15);}


.nplx-f20be7b420 ul li::before {font-weight: 300; font-family:'Font Awesome 5 Pro';}