﻿/* =========== © 2020 Centroarts.com =========== */
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local('Manrope Regular'),
	   url('../fonts/manrope-v3-cyrillic-regular.woff2') format('woff2'),
	   url('../fonts/manrope-v3-cyrillic-regular.woff') format('woff');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: local('Manrope Bold'),
	   url('../fonts/manrope-v3-cyrillic-700.woff2') format('woff2'),
	   url('../fonts/manrope-v3-cyrillic-700.woff') format('woff');
}

*, *::before, *::after { box-sizing: border-box; -webkit-box-sizing: border-box; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
html { font-family: sans-serif; line-height: 1; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); }
[tabindex="-1"]:focus { outline: 0 !important; }
hr { box-sizing: content-box; height: 0; overflow: visible; border: 0 solid rgba(0,0,0,0.1); border-top-width: 1px; margin: 1.5rem 0; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }
p { margin-top: 0; margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
	text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted;
	cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none;
}
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul, dl { list-style: none; padding: 0; margin: 0; }
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }
dt { font-weight: 700; }
dd { margin-bottom: .5rem; margin-left: 0; }
blockquote { margin: 0 0 1rem; }
b, strong { font-weight: bold; }
small, .small { font-size: .75em; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0; }
pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }
figure { margin: 0; }
img { vertical-align: middle; border-style: none; }
svg { overflow: hidden; vertical-align: middle; }
table { border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #99999e; text-align: left; caption-side: bottom; }
th { text-align: inherit; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
select { word-wrap: normal; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; outline: none !important; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) { cursor: pointer;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }
input[type="radio"],
input[type="checkbox"] { box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0; }
textarea { overflow: auto; resize: vertical; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal;}
progress { vertical-align: baseline; }
[type="search"] { outline-offset: -2px; -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }

/* Общая настройка */
html { display: block; }
.cover { background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }
.fit-cover { position: relative; display: flex; overflow: hidden; flex-direction: column; flex-grow: 1; }
.fit-cover img {
	position: absolute; top: 0; left: 50%; display: block;
	min-width: 100%; height: 100%; transform: translateX(-50%);
	object-fit: cover; object-position: center center;
	-o-object-position: center center; -o-object-fit: cover;
}
.w-100 { width: 100%; }
.circle { border-radius: 50%; }
.dashed { position: relative; display: inline-block; }
.dashed::after { content: ""; position: absolute; left: 0; top: 100%; width: 100%; height: 0; border-top: 1px dashed #9D9FA4; }

[class^="i__"], [class*=" i__"] { width: 1.5rem; height: 1.5rem; vertical-align: top; }

.truncate { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.text-wrap { white-space: normal !important; }
.text-nowrap { white-space: nowrap !important; }
.fw-b { font-weight: bold; }
.fw-n { font-weight: normal; }
.lh-norm { line-height: normal; }
.f-right { float: right; }
.f-left { float: left; }
.ww-break-word { word-wrap: break-word; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.fs-075 { font-size: .75rem !important; }
.fs-0875 { font-size: .875rem !important; }
.fs-1 { font-size: 1rem !important; }
.fs-1125 { font-size: 1.125rem !important; }
.fs-125 { font-size: 1.25rem !important; }
.fs-1375 { font-size: 1.375rem !important; }
.fs-15 { font-size: 1.5rem !important; }
.fs-1625 { font-size: 1.625rem !important; }
.fs-2 { font-size: 2rem !important; }
.fs-225 { font-size: 2.25rem !important; }
.fs-2625 { font-size: 2.625rem !important; }

.t-left { text-align: left !important; }
.t-center { text-align: center !important; }
.t-right { text-align: right !important; }

@media (min-width: 576px) {
	.fs-sm-075 { font-size: .75rem !important; }
	.fs-sm-0875 { font-size: .875rem !important; }
	.fs-sm-1 { font-size: 1rem !important; }
	.fs-sm-1125 { font-size: 1.125rem !important; }
	.fs-sm-125 { font-size: 1.25rem !important; }
	.fs-sm-1375 { font-size: 1.375rem !important; }
	.fs-sm-15 { font-size: 1.5rem !important; }
	.fs-sm-1625 { font-size: 1.625rem !important; }
	.fs-sm-2 { font-size: 2rem !important; }
	.fs-sm-225 { font-size: 2.25rem !important; }
	.fs-sm-2625 { font-size: 2.625rem !important; }

	.t-sm-left { text-align: left !important; }
	.t-sm-center { text-align: center !important; }
	.t-sm-right { text-align: right !important; }
}
@media (min-width: 768px) {
	.fs-md-075 { font-size: .75rem !important; }
	.fs-md-0875 { font-size: .875rem !important; }
	.fs-md-1 { font-size: 1rem !important; }
	.fs-md-1125 { font-size: 1.125rem !important; }
	.fs-md-125 { font-size: 1.25rem !important; }
	.fs-md-1375 { font-size: 1.375rem !important; }
	.fs-md-15 { font-size: 1.5rem !important; }
	.fs-md-1625 { font-size: 1.625rem !important; }
	.fs-md-2 { font-size: 2rem !important; }
	.fs-md-225 { font-size: 2.25rem !important; }

	.t-md-left { text-align: left !important; }
	.t-md-center { text-align: center !important; }
	.t-md-right { text-align: right !important; }
}
@media (min-width: 992px) {
	.fs-lg-075 { font-size: .75rem !important; }
	.fs-lg-0875 { font-size: .875rem !important; }
	.fs-lg-1 { font-size: 1rem !important; }
	.fs-lg-1125 { font-size: 1.125rem !important; }
	.fs-lg-125 { font-size: 1.25rem !important; }
	.fs-lg-1375 { font-size: 1.375rem !important; }
	.fs-lg-15 { font-size: 1.5rem !important; }
	.fs-lg-1625 { font-size: 1.625rem !important; }
	.fs-lg-2 { font-size: 2rem !important; }
	.fs-lg-225 { font-size: 2.25rem !important; }
	.fs-lg-2625 { font-size: 2.625rem !important; }

	.t-lg-left { text-align: left !important; }
	.t-lg-center { text-align: center !important; }
	.t-lg-right { text-align: right !important; }
}
@media (min-width: 1240px) {
	.fs-xl-075 { font-size: .75rem !important; }
	.fs-xl-0875 { font-size: .875rem !important; }
	.fs-xl-1 { font-size: 1rem !important; }
	.fs-xl-1125 { font-size: 1.125rem !important; }
	.fs-xl-125 { font-size: 1.25rem !important; }
	.fs-xl-1375 { font-size: 1.375rem !important; }
	.fs-xl-15 { font-size: 1.5rem !important; }
	.fs-xl-1625 { font-size: 1.625rem !important; }
	.fs-xl-2 { font-size: 2rem !important; }
	.fs-xl-225 { font-size: 2.25rem !important; }
	.fs-xl-2625 { font-size: 2.625rem !important; }

	.t-xl-left { text-align: left !important; }
	.t-xl-center { text-align: center !important; }
	.t-xl-right { text-align: right !important; }
}

.c-inherit { color: inherit !important; }
.c-white { color: #FFFFFF !important; }
.c-purple { color: #9439AA !important; }
.c-dpurple { color: #591769 !important; }
.c-yellow { color: #FFD836 !important; }
.c-dark { color: #211B22 !important; }
.c-dark2 { color: #352639 !important; }
.c-muted { color: #8F8C90 !important; }
.c-red { color: #D12835 !important; }
.c-blue { color: #6266D1 !important; }
.c-orange { color: #DB5E30 !important; }
.c-green { color: #57B25E !important; }

.bg-inherit { background-color: inherit !important; }
.bg-white { background-color: #FFFFFF !important; }
.bg-purple { background-color: #9439AA !important; }
.bg-dpurple { background-color: #591769 !important; }
.bg-yellow { background-color: #FFD836 !important; }
.bg-grey { background-color: #EFEFEF !important; }
.bg-dark { background-color: #352639 !important; }
.bg-light { background-color: #FAFAFB !important; }
.bg-red { background-color: #D12835 !important; }
.bg-blue { background-color: #6266D1 !important; }
.bg-orange { background-color: #DB5E30 !important; }
.bg-ins {
	display: inline-block; vertical-align: top; border-radius: 50%; background-color: #E4604D;
	background-image: linear-gradient(120deg, rgb(137, 72, 173) 0%, rgb(206, 72, 111) 30%, rgb(245, 114, 51) 68%, rgb(254, 198, 97) 100%);
	background-size: 100% 100%;
}
.gradient-dark {
	background-color: #211724;
	background-image: linear-gradient(180deg, #211724 0%, #37283B 100%);
}

.muted { opacity: .5; }

.cont-limit { max-width: 68rem; }
.comment__content iframe, .comment__content video,
.showfull__content iframe, .showfull__content video { width: 720px; height: 420px; max-width: 100%; }

.small, small { font-size: .75rem; }

/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-weight: bold; }
@media (min-width: 576px) {
	h1, .h1 { font-size: 2rem; }
	h2, .h2 { font-size: 1.5rem; }
	h3, .h3 { font-size: 1.25rem; }
	h4, .h4 { font-size: 1.125rem; }
	h5, .h5 { font-size: 1rem; }
}

@media (max-width: 575px) {
	h1, .h1 { font-size: 1.25rem; }
	h2, .h2 { font-size: 1.125rem; }
	h3, .h3 { font-size: 1rem; }
	h4, .h4 { font-size: .875rem; }
	h5, .h5 { font-size: .75rem; }
}

.title { line-height: 1.3; font-weight: bold; }

.text h1, .text h2, .text h3, .text h4, .text h5,
.text .h1, .text .h2, .text .h3, .text .h4, .text .h5 { margin-top: 0; margin-bottom: .5rem; }

.text > p:last-child { margin-bottom: 0; }
.text h5, .text .h5 { text-transform: uppercase; text-decoration: underline; }

.text > ul { list-style: none; padding: 0; margin: 0 0 1.5rem 0; }
.text > ul > li { position: relative;margin-bottom: .25rem;padding-left: 24px; margin-bottom: .25rem; /*display: flex;*/ }
.text > ul > li::before { content: ""; width: .5rem; min-width: .5rem; height: .125rem; margin-right: 1rem; margin-top: .65em; background-color: #9439AA; position: absolute; left: 0; }

/* Table */
.table_over { overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table_over table { margin: 0 !important; min-width: 700px; }

table.table { width: 100%; margin: 1.5rem 0; font-size: 1rem; }
table.table td, table.table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid #EFEFEF; }
table.table thead th { vertical-align: bottom; border-bottom: 1px solid #9439AA; border-top-width: 0; color: #9439AA; }
table.table tbody + tbody { border-top: 1px solid #EFEFEF; }

/* --- DropDown --- */
.open > .dropdown-menu { display: block !important; }
.open > .dropdown-btn { opacity: .5 !important; }
.dropdown { position: relative; }
.dropdown-menu {
	display: none; position: absolute; z-index: 100; left: 0; border-radius: .75rem; margin-top: .25rem;
	background-color: #fff; font-weight: normal; box-shadow: 0 .5rem 4rem -.5rem rgba(0,0,0,0.2), 0 .25rem .5rem 0 rgba(0,0,0,0.2);
}
.dropdown-right { right: 0; left: auto; }
.dropdown-header { display: block; padding: .5rem 1.5rem; margin-bottom: 0; white-space: nowrap; }
.dropdown-form { min-width: 240px; padding: 1.25rem; }

/* --- DL list --- */
.dl-list { list-style: none; padding: 0; margin: 0; }
.dl-row { display: flex; flex-wrap: wrap; margin-top: 1rem; }
.dl-row:first-child { margin-top: 0; }
.dl-row > * { flex-grow: 1; flex-shrink: 1; }
.dl-label { width: 30%; min-width: 12rem; padding-left: 2rem; margin-bottom: .25rem; font-weight: bold; }
.dl-label > svg { float: left; margin-top: .05rem; margin-left: -2rem; width: 1.25rem; height: 1.25rem; }
.dl-cont { width: calc(70% - 2rem); margin-left: 2rem; }

/* --- Showmore --- */
.showmore.open .showmore-cont { display: inline !important; }
.showmore-btn { font-weight: bold; /* margin-left: .25rem; */}
.showmore.open .showmore-btn > span { display: none; }
.text.showmore.open .showmore-btn::after { content: "Show less"; }

.scont { position: relative; }
.scont.active .scont-btn { display: inline-block !important; }
.scont-hh { position: absolute; width: 1px; height: 4.5em; top: 0; }

/* --- Modals Bootstrap --- */
.modal-open { overflow: hidden !important; }
.modal {
	position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;
	display: none; overflow: hidden; outline: 0;
}
.modal-dialog { position: relative; width: auto; min-height: 100%; }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-content { position: relative; background-color: #fff; width: 100%; outline: 0; }
.modal-body { padding: 1.5rem; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.in { opacity: .3; }
.modal-dialog .close, .modal-close {
	position: absolute; right: 0; top: 0; padding: .5rem; width: 2.5rem; height: 2.5rem; background: none;
	border: 0 none; outline: none !important; pointer-events: auto; background: none;
	transition: opacity .15s ease-out;
}
.modal .modal-dialog > .close, .modal-close { width: 4rem; height: 4rem; padding: 1rem; z-index: 1; }
.modal-dialog .close { opacity: .3; }

.modal-title { margin-bottom: 1rem; }
.modal-close { color: #fff; transition: opacity .15s ease-out; }

@media (min-width: 992px) {
	.modal-close:hover, .modal-dialog .close:hover { opacity: .6; }
	.modal { -webkit-overflow-scrolling: touch; }
}

@media (min-width: 576px) {
	.modal.fade .modal-dialog { transform: scale(.85); opacity: 0; transition: transform .2s ease, opacity .2s ease; }
	.modal.in .modal-dialog { transform: scale(1); opacity: 1; }
	.modal-backdrop.fade { transition: opacity .2s ease; }
	.modal-content {
		pointer-events: auto; background-clip: padding-box; max-width: 24.5rem; min-height: 0;
		border-radius: .75rem; box-shadow: 0 1rem 1.5rem -.25rem rgba(0,0,0,0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
	}
	.container .modal-content { box-shadow: 0 1rem 3.25rem -.25rem rgba(0,73,150,0.125), 0 0 0 1px rgba(0,73,150, 0.1); }
	.modal-dialog {
		display: flex; align-items: center; justify-content: center; pointer-events: none;
		margin: 1rem auto; min-height: calc(100% - 2rem); padding-left: .5rem; padding-right: .5rem;
	}
	.modal-body { padding: 2rem; }
}
@media (max-width: 575px) {
	.modal-dialog { display: flex; }
	.modal-body { min-height: 100% !important; padding-top: 3.5rem; }
}

/* ScrollCont */
.scrollcont { overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.scrollcont::-webkit-scrollbar { background: none !important; }
@media (min-width: 992px) {
	::-webkit-scrollbar { width: 16px; background-color: #F6F5F7; }
	::-webkit-scrollbar-thumb { background-color: #C1C1C1; border-radius: 8px; border: 4px solid #F6F5F7; }
	::-webkit-scrollbar-track { background-color: #ededed; border-radius: 8px; border: 4px solid #F6F5F7; }

	.scrollcont::-webkit-scrollbar { background-color: #FFFFFF; }
	.scrollcont::-webkit-scrollbar-thumb, .scrollcont::-webkit-scrollbar-track { border-color: #FFFFFF; }
}

/* BTNS */
.btn, .bbcodes, .ui-button {
	display: inline-block; vertical-align: top; border: 0 none; text-transform: uppercase; font-weight: bold;
	cursor: pointer; outline: none; text-decoration: none !important; color: inherit; white-space: nowrap; text-align: center;
	font-size: .875rem; height: 2.25rem; line-height: 1.5rem; padding: .375rem .75rem; border-radius: .5rem;
	background-color: transparent;
}
.btn-m { height: 2.5rem; padding: .5rem 1rem; }
@media (max-width: 767px) {
	.btn-l { height: 2.5rem; padding: .5rem 1rem; }
}
@media (min-width: 768px) {
	.btn-l { height: 3rem; padding: .75rem 1.25rem; font-size: 1rem; }
}
.bbcodes, .ui-button { font-size: .75rem; }
.btn-color, .btn-border, .btn-border-w, .bbcodes, .ui-button { letter-spacing: .1875rem; text-indent: .1875rem; }
.btn-color {
	color: #211B22 !important;
	background: #FFD836 linear-gradient(180deg, #FFD836 0%, #FFD736 58%, #FFCA37 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0 .125rem .375rem rgba(0,0,0,0.07);
}
.btn-color:hover { background-image: linear-gradient(180deg, #FFDE53 0%, #FFDE53 58%, #FFD836 100%); }
.btn-color:active { background: #FFCA37; box-shadow: inset 0 0 .25rem 0 rgba(0,0,0,0.1); }
.btn-border, .bbcodes, .ui-button { color: #211B22 !important; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); }
.btn-border-w { color: #fff !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); }
@media (min-width: 992px) {
	.btn:hover { transition: box-shadow ease .15s, background-color ease .15s, border-color ease .15s; }
	.btn-border:hover, .bbcodes:hover, .ui-button:hover { box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25); }
	.btn-border-w:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25); }
}
@media (max-width: 575px) {
	.btn-block { width: 100%; }
	.btn-block + .btn-block { margin-top: .5rem; }
}

/* --- FORMS --- */
.form-submit { margin-top: 1rem; }
.form-group, .form-check, .form-combo { margin-bottom: 1rem; }
.form-group:last-child, .form-check:last-child, .form-combo:last-child { margin-bottom: 0; }

@media (min-width: 576px) {
	.form-combo { display: flex; margin-left: -1rem; margin-right: -1rem; }
	.form-combo .form-group { width: 100%; flex: 0 0 50%; max-width: 50%; padding: 0 1rem; margin: 0; }
	.form-submit { margin-top: 2rem; display: flex; }
}
.form-group > label { font-size: .875rem; line-height: 1.3; opacity: .8; }
.form-sep { border-top: 1px solid rgba(0,0,0,0.05); }
.fade-sep { display: block; width: 100%; height: 1px; background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%); }

select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
	display: inline-block; width: 100%; height: 2.25rem; line-height: 1.5rem; font-size: .875rem;
	padding: calc(.375rem - 1px) calc(.75rem - 1px); background: #fff; border: 1px solid rgba(0,0,0,0.1); border-radius: .5rem;
	outline: none !important;
}
select:focus, textarea:focus, input:focus {
	border-color: rgba(0,0,0,0.15); box-shadow: 0 .25rem .75rem 0 rgba(0,0,0,0.06);
	transition: border .2s linear 0s, box-shadow .2s linear 0s; background-clip: padding-box;
}
textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
input[type="radio"], input[type="checkbox"] { line-height: normal; margin: -2px 6px 0 0; vertical-align: middle; }
input[type="file"], input[type="image"],
input[type="submit"], input[type="reset"],
input[type="button"], input[type="radio"],
input[type="checkbox"] { width: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
select[multiple], select, input[type="text"], input[type="tel"], input[type="url"],
input[type="password"], input[type="email"] { -webkit-appearance: none; appearance: none; }
select[multiple], select[size], textarea { height: auto;, }
::-moz-placeholder, :-moz-placeholder, ::-webkit-input-placeholder { opacity: 0.6; }
select:not([multiple]) {
	padding-right: 2rem;
	background-position: calc(100% - .375rem) 50%; background-size: 1.5rem 1.5rem; background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23B1B1B1' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
}

input:focus { outline: none;  }
input[type="file"], input[type="image"] { padding: 0; border-width: 0; background: none; box-shadow: none; }

.input-m, .timezoneselect { height: 2.5rem !important; padding: .5rem .75rem !important; }
.timezoneselect { padding-right: 2rem !important; }
@media (max-width: 767px) {
	.input-l { height: 2.5rem !important; padding: .5rem .75rem !important; }
}
@media (min-width: 768px) {
	.input-l { font-size: 1rem !important; height: 3rem !important; padding: .75rem 1rem !important }
}
.input-group { display: flex; }
.input-group > *:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.input-group > *:last-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.input-group > * + * { margin-left: -1px; }

/* Custom Controls */
.trigger { position: absolute; z-index: -1; left: 0; top: 0; width: 0; height: 0; opacity: 0; }
.custom-control { position: relative; }
.custom-control-label { display: flex; align-items: center; margin-bottom: 0; }
.custom-control .custom-control-icon { display: inline-block; vertical-align: middle; margin-right: .5rem; position: relative; z-index: 6; pointer-events: none; }
.custom-control .custom-control-icon {
	min-width: 1rem; width: 1rem; height: 1rem; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); border-radius: .25rem;
	transition: background-color .15s ease, box-shadow .15s ease;
}
.custom-control-icon::after, .custom-control-icon { cursor: pointer; }
.custom-control .custom-control-icon::after {
	content: ""; position: absolute; top: 50%; left: 50%; width: 2rem; height: 2rem; transform: translate(-50%, -50%);
}
.custom-control .custom-control-icon::before { background-color: #FFD836; }
.custom-control .trigger:checked ~ .custom-control-label > .custom-control-icon { background-color: #FFD836; }
.custom-control .trigger:disabled:checked  ~ .custom-control-label > .custom-control-icon { opacity: .5; }

.custom-control .trigger[type="radio"] ~ .custom-control-label .custom-control-icon { border-radius: 50% !important; }

/*---Дополнительные поля---*/
.xfields textarea, .xprofile textarea { width: 100%; height: 186px; margin-top: 5px; }
.xfieldsnote { color: #838383; font-size: .9em; }
.xfields_table td { vertical-align: top; }
.xfieldsrow { padding-top:5px; clear: both; }
.xfieldscolleft { float: left; width: 30%; }
.xfieldscolright { float: left; width: 70%; }

/*---Подсветка кода в теге [code]---*/
pre code { display: block; padding: 2rem; border-radius: .5rem; background-color: #FAFAFA; overflow:auto; white-space: pre; }
pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .lisp .string, pre .javadoc { color: #93a1a1; font-style: italic; }
pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .method, pre .addition, pre .css .tag, pre .lisp .title { color: #859900; }
pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula, pre .regexp, pre .hexcolor { color: #2aa198; }
pre .title, pre .localvars, pre .function .title, pre .chunk, pre .decorator,
pre .builtin, pre .built_in, pre .lisp .title, pre .identifier, pre .title .keymethods, pre .id { color: #9439AA; }
pre .tag .title, pre .rules .property, pre .django .tag .keyword { font-weight: normal; }
pre .attribute, pre .variable, pre .instancevar, pre .lisp .body, pre .smalltalk .number, pre .constant, pre .class .title,
pre .parent, pre .haskell .label { color: #b58900; }
pre .preprocessor, pre .pi, pre .shebang, pre .symbol,
pre .diff .change, pre .special, pre .keymethods, pre .attr_selector, pre .important, pre .subst, pre .cdata { color: #cb4b16; }
pre .deletion { color: #dc322f; }
pre .tex .formula { background: #eee8d5; }

/* --- Поля форм --- */
table.xfields input { width: 100%; }
table.xfields tr > td:first-child { padding-right: 10px; }

/*---Смайлики---*/
.emoji { max-width: 1.25rem; max-height: 1.25rem; border: none; vertical-align: middle; }

/* Настройка стандартной капчи */
.c-capcha { position: relative; display: flex; }
.c-capcha > a {
	position: absolute; left: 0; top: 0; bottom: 0; width: 8rem; background-color: rgba(0,0,0,0.07);
	overflow: hidden; border-radius: .5rem; border-top-right-radius: 0; border-bottom-right-radius: 0;
}
.c-capcha > a span, .c-capcha > a span img { display: block; height: 100%; width: 100%; }
.c-capcha > input { width: 100%; max-width: 16rem; height: 4rem; padding-left: 9rem; padding-right: 1rem; text-align: center; }

/* Настройка стандартной капчи при ответах на комментарии */
.dle-captcha { position: relative; }
.dle-captcha:after { clear: both; display: block; content: ""; }
.dle-captcha > a { float: left; margin-right: 5px; }
.dle-captcha img {
	position: relative;
	display: block;
	width: 130px; height: 46px;
	-webkit-transition: all ease .2s; transition: all ease .2s;
}
.dle-captcha > input { width: 100%; max-width: 12rem; }

/* --- ITEMS --- */
.item { position: relative; }
.item-link::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; }

/* DISPLAY & Align */
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

@media (min-width: 576px) {
	.d-sm-none { display: none !important; }
	.d-sm-inline { display: inline !important; }
	.d-sm-inline-block { display: inline-block !important; }
	.d-sm-block { display: block !important; }
	.d-sm-table { display: table !important; }
	.d-sm-table-row { display: table-row !important; }
	.d-sm-table-cell { display: table-cell !important; }
	.d-sm-flex { display: flex !important; }
	.d-sm-inline-flex { display: inline-flex !important; }
}

@media (min-width: 768px) {
	.d-md-none { display: none !important; }
	.d-md-inline { display: inline !important; }
	.d-md-inline-block { display: inline-block !important; }
	.d-md-block { display: block !important; }
	.d-md-table { display: table !important; }
	.d-md-table-row { display: table-row !important; }
	.d-md-table-cell { display: table-cell !important; }
	.d-md-flex { display: flex !important; }
	.d-md-inline-flex { display: inline-flex !important; }
}

@media (min-width: 992px) {
	.d-lg-none { display: none !important; }
	.d-lg-inline { display: inline !important; }
	.d-lg-inline-block { display: inline-block !important; }
	.d-lg-block { display: block !important; }
	.d-lg-table { display: table !important; }
	.d-lg-table-row { display: table-row !important; }
	.d-lg-table-cell { display: table-cell !important; }
	.d-lg-flex { display: flex !important; }
	.d-lg-inline-flex { display: inline-flex !important; }
}

@media (min-width: 1240px) {
	.d-xl-none { display: none !important; }
	.d-xl-inline { display: inline !important; }
	.d-xl-inline-block { display: inline-block !important; }
	.d-xl-block { display: block !important; }
	.d-xl-table { display: table !important; }
	.d-xl-table-row { display: table-row !important; }
	.d-xl-table-cell { display: table-cell !important; }
	.d-xl-flex { display: flex !important; }
	.d-xl-inline-flex { display: inline-flex !important; }
}

.order-first { order: -1; }
.order-last { order: 13; }

.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-fill { flex: 1 1 auto !important; }
.jc-start { justify-content: flex-start !important; }
.jc-end { justify-content: flex-end !important; }
.jc-center { justify-content: center !important; }
.jc-between { justify-content: space-between !important; }
.jc-around { justify-content: space-around !important; }
.ai-start { align-items: flex-start !important; }
.ai-end { align-items: flex-end !important; }
.ai-center { align-items: center !important; }
.ai-baseline { align-items: baseline !important; }
.ai-stretch { align-items: stretch !important; }
.ac-start { align-content: flex-start !important; }
.ac-end { align-content: flex-end !important; }
.ac-center { align-content: center !important; }
.ac-between { align-content: space-between !important; }
.ac-around { align-content: space-around !important; }
.ac-stretch { align-content: stretch !important; }
.as-auto { align-self: auto !important; }
.as-start { align-self: flex-start !important; }
.as-end { align-self: flex-end !important; }
.as-center { align-self: center !important; }
.as-baseline { align-self: baseline !important; }
.as-stretch { align-self: stretch !important; }

@media (min-width: 576px) {
	.order-sm-first { order: -1; }
	.order-sm-last { order: 13; }
	
	.flex-sm-row { flex-direction: row !important; }
	.flex-sm-column { flex-direction: column !important; }
	.flex-sm-row-reverse { flex-direction: row-reverse !important; }
	.flex-sm-column-reverse { flex-direction: column-reverse !important; }
	.flex-sm-wrap { flex-wrap: wrap !important; }
	.flex-sm-nowrap { flex-wrap: nowrap !important; }
	.flex-sm-fill { flex: 1 1 auto !important; }
	.jc-sm-start { justify-content: flex-start !important; }
	.jc-sm-end { justify-content: flex-end !important; }
	.jc-sm-center { justify-content: center !important; }
	.jc-sm-between { justify-content: space-between !important; }
	.jc-sm-around { justify-content: space-around !important; }
	.ai-sm-start { align-items: flex-start !important; }
	.ai-sm-end { align-items: flex-end !important; }
	.ai-sm-center { align-items: center !important; }
	.ai-sm-baseline { align-items: baseline !important; }
	.ai-sm-stretch { align-items: stretch !important; }
	.ac-sm-start { align-content: flex-start !important; }
	.ac-sm-end { align-content: flex-end !important; }
	.ac-sm-center { align-content: center !important; }
	.ac-sm-between { align-content: space-between !important; }
	.ac-sm-around { align-content: space-around !important; }
	.ac-sm-stretch { align-content: stretch !important; }
	.as-sm-auto { align-self: auto !important; }
	.as-sm-start { align-self: flex-start !important; }
	.as-sm-end { align-self: flex-end !important; }
	.as-sm-center { align-self: center !important; }
	.as-sm-baseline { align-self: baseline !important; }
	.as-sm-stretch { align-self: stretch !important; }
}

@media (min-width: 768px) {
	.order-md-first { order: -1; }
	.order-md-last { order: 13; }

	.flex-md-row { flex-direction: row !important; }
	.flex-md-column { flex-direction: column !important; }
	.flex-md-row-reverse { flex-direction: row-reverse !important; }
	.flex-md-column-reverse { flex-direction: column-reverse !important; }
	.flex-md-wrap { flex-wrap: wrap !important; }
	.flex-md-nowrap { flex-wrap: nowrap !important; }
	.flex-md-fill { flex: 1 1 auto !important; }
	.jc-md-start { justify-content: flex-start !important; }
	.jc-md-end { justify-content: flex-end !important; }
	.jc-md-center { justify-content: center !important; }
	.jc-md-between { justify-content: space-between !important; }
	.jc-md-around { justify-content: space-around !important; }
	.ai-md-start { align-items: flex-start !important; }
	.ai-md-end { align-items: flex-end !important; }
	.ai-md-center { align-items: center !important; }
	.ai-md-baseline { align-items: baseline !important; }
	.ai-md-stretch { align-items: stretch !important; }
	.ac-md-start { align-content: flex-start !important; }
	.ac-md-end { align-content: flex-end !important; }
	.ac-md-center { align-content: center !important; }
	.ac-md-between { align-content: space-between !important; }
	.ac-md-around { align-content: space-around !important; }
	.ac-md-stretch { align-content: stretch !important; }
	.as-md-auto { align-self: auto !important; }
	.as-md-start { align-self: flex-start !important; }
	.as-md-end { align-self: flex-end !important; }
	.as-md-center { align-self: center !important; }
	.as-md-baseline { align-self: baseline !important; }
	.as-md-stretch { align-self: stretch !important; }
}

@media (min-width: 992px) {
	.order-lg-first { order: -1; }
	.order-lg-last { order: 13; }

	.flex-lg-row { flex-direction: row !important; }
	.flex-lg-column { flex-direction: column !important; }
	.flex-lg-row-reverse { flex-direction: row-reverse !important; }
	.flex-lg-column-reverse { flex-direction: column-reverse !important; }
	.flex-lg-wrap { flex-wrap: wrap !important; }
	.flex-lg-nowrap { flex-wrap: nowrap !important; }
	.flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.flex-lg-fill { flex: 1 1 auto !important; }
	.flex-lg-grow-0 { flex-grow: 0 !important; }
	.flex-lg-grow-1 { flex-grow: 1 !important; }
	.flex-lg-shrink-0 { flex-shrink: 0 !important; }
	.flex-lg-shrink-1 { flex-shrink: 1 !important; }
	.jc-lg-start { justify-content: flex-start !important; }
	.jc-lg-end { justify-content: flex-end !important; }
	.jc-lg-center { justify-content: center !important; }
	.jc-lg-between { justify-content: space-between !important; }
	.jc-lg-around { justify-content: space-around !important; }
	.ai-lg-start { align-items: flex-start !important; }
	.ai-lg-end { align-items: flex-end !important; }
	.ai-lg-center { align-items: center !important; }
	.ai-lg-baseline { align-items: baseline !important; }
	.ai-lg-stretch { align-items: stretch !important; }
	.ac-lg-start { align-content: flex-start !important; }
	.ac-lg-end { align-content: flex-end !important; }
	.ac-lg-center { align-content: center !important; }
	.ac-lg-between { align-content: space-between !important; }
	.ac-lg-around { align-content: space-around !important; }
	.ac-lg-stretch { align-content: stretch !important; }
	.as-lg-auto { align-self: auto !important; }
	.as-lg-start { align-self: flex-start !important; }
	.as-lg-end { align-self: flex-end !important; }
	.as-lg-center { align-self: center !important; }
	.as-lg-baseline { align-self: baseline !important; }
	.as-lg-stretch { align-self: stretch !important; }
}

@media (min-width: 1240px) {
	.order-xl-first { order: -1; }
	.order-xl-last { order: 13; }

	.flex-xl-row { flex-direction: row !important; }
	.flex-xl-column { flex-direction: column !important; }
	.flex-xl-row-reverse { flex-direction: row-reverse !important; }
	.flex-xl-column-reverse { flex-direction: column-reverse !important; }
	.flex-xl-wrap { flex-wrap: wrap !important; }
	.flex-xl-nowrap { flex-wrap: nowrap !important; }
	.flex-xl-fill { flex: 1 1 auto !important; }
	.jc-xl-start { justify-content: flex-start !important; }
	.jc-xl-end { justify-content: flex-end !important; }
	.jc-xl-center { justify-content: center !important; }
	.jc-xl-between { justify-content: space-between !important; }
	.jc-xl-around { justify-content: space-around !important; }
	.ai-xl-start { align-items: flex-start !important; }
	.ai-xl-end { align-items: flex-end !important; }
	.ai-xl-center { align-items: center !important; }
	.ai-xl-baseline { align-items: baseline !important; }
	.ai-xl-stretch { align-items: stretch !important; }
	.ac-xl-start { align-content: flex-start !important; }
	.ac-xl-end { align-content: flex-end !important; }
	.ac-xl-center { align-content: center !important; }
	.ac-xl-between { align-content: space-between !important; }
	.ac-xl-around { align-content: space-around !important; }
	.ac-xl-stretch { align-content: stretch !important; }
	.as-xl-auto { align-self: auto !important; }
	.as-xl-start { align-self: flex-start !important; }
	.as-xl-end { align-self: flex-end !important; }
	.as-xl-center { align-self: center !important; }
	.as-xl-baseline { align-self: baseline !important; }
	.as-xl-stretch { align-self: stretch !important; }
}

/* --- Загрузчик AJAX --- */
#loading-layer {
	display: block !important;
	background-color: rgba(255,255,255,.9);
	z-index: 9999 !important;
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	width: 100%; height: 100%; text-indent: -9999px;
	overflow: hidden; white-space: nowrap;
}
#loading-layer:before, #loading-layer:after {
	content: ""; width: 64px; height: 64px; position: absolute; left: 50%; top: 50%;
	margin-left: -32px; margin-top: -32px;
}
#loading-layer:before { border: 4px solid rgba(0,0,0,0.14); border-radius: 50%; }
#loading-layer:after {
	background-repeat: no-repeat;
	background-position: 50% 50%; background-size: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23000' d='M4,16.5c2.8-5.1,6.9-9.2,11.7-12C20.6,1.6,26.2,0,32,0v4c-5.1,0-10,1.4-14.2,3.9C13.6,10.4,10,14,7.5,18.4L4,16.5z'/%3E%3C/svg%3E");
}
#loading-layer:after { animation: load_rotate .6s infinite linear; }
@keyframes load_rotate { 100% { transform:rotate(360deg); } }

/* --- Alert --- */
.alert { padding: 0; border-radius: .5rem; padding: 1rem 1.25rem; margin-bottom: 1rem; font-size: .875rem; background-color: #FFF6D9; }
.alert:last-child { margin-bottom: 0; }

/* --- Социальные иконки --- */
.soc_login { text-align: center; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,0,0,0.1); }
.soc_login_icons { display: flex; justify-content: space-between; margin-top: 1.5rem; }
.soc_login_icons a { color: inherit; cursor: pointer; display: block; width: 2.5rem; height: 2.5rem; padding: .5rem; border-radius: 50%; background-color: rgba(50,50,50,0.05); }
.soc_login_icons a svg { width: 1.5rem; height: 1.5rem; vertical-align: top; }

.soc_register { text-align: left; border-top: 0; max-width: 300px; padding: 0; margin: 1.75rem 0; }
.soc_register .soc_login_icons { margin-top: 1rem; }

@media (min-width: 992px) {
	.soc_login_icons a:hover { color: #fff; transition: background-color ease .2s, color linear 0s; }
	.soc_login_icons .soc_vk:hover { background-color: #48729e; }
	.soc_login_icons .soc_ya:hover { background-color: #ff0000; }
	.soc_login_icons .soc_fb:hover { background-color: #3b5998; }
	.soc_login_icons .soc_gp:hover { background-color: #4284F4; }
	.soc_login_icons .soc_od:hover { background-color: #eb722e; }
	.soc_login_icons .soc_mail:hover { background-color: #005ff9; }
}

/* --- Изображения в тексте --- */
img.fr-dii { margin-left: 0 !important; margin-right: 0 !important; max-width: 100% !important; }
img.fr-dii.fr-fil { float: left; margin: 5px 24px 25px 0; max-width: calc(100% - 5px); }

/* --- QUOTE --- */
.title_quote {
	font-size: .75rem; color: #9439AA; font-style: italic; font-weight: bold;
	padding-top: .5rem; padding-bottom: .25rem;
}
.quote, blockquote {
	padding: .25rem 0; font-family: Georgia, serif; text-align: left; color: rgba(33,27,34,.8);
}
.quote, blockquote, .title_quote { border-left: 4px solid #9439AA; padding-left: 2rem; }
@media (max-width: 575px) {
	.comment .title_quote, .quote, blockquote { padding-left: 1rem; }
}

.title_spoiler { margin-top: 2px; }
.text_spoiler { margin-bottom: 2px; }
.title_spoiler img { vertical-align: middle; margin: -1px 0 0 !important }
.scriptcode { color: #4c6d0f; text-align: left; font-family: "Courier New" }
.title_spoiler { font-weight: normal; }
.text_spoiler { border-top: 0; text-align: justify; }

.hide { background-color: #f0f0f0; padding: .375rem; color: #9439AA; margin: 0 0 1em 0 }
.hide a { text-decoration: underline; }
.hide a:hover { text-decoration: none }

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline { background: #fff }
.highslide-image { border: 2px solid #fff }
.highslide-active-anchor { visibility: hidden } 
.highslide-active-anchor img { visibility: hidden }
.highslide-dimming { background-color: black }
.highslide-html { background-color: white }
.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
a.highslide-full-expand { background: url(../dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
.highslide-display-block { display: block }
.highslide-display-none { display: none }
.highslide-caption { display: none; padding: 5px; background: white }
.highslide-controls { width: 195px; height: 40px; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; margin-right: 15px; margin-bottom: 10px; margin-top: 10px }
.highslide-controls ul { position: relative; left: 15px; height: 40px; list-style: none; margin: 0; padding: 0; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px }
.highslide-controls li { float: left; padding: 5px 0; }
.highslide-controls a { background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif); display: block; float: left; height: 30px; width: 30px; outline: none }
.highslide-controls a.disabled { cursor: default }
.highslide-controls a span { display: none }
 
/*---The CSS sprites for the controlbar---*/
.highslide-controls .highslide-previous a { background-position: 0 0 }
.highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
.highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important }
.highslide-controls .highslide-play a { background-position: -30px 0 }
.highslide-controls .highslide-play a:hover { background-position: -30px -30px }
.highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important }
.highslide-controls .highslide-pause a { background-position: -60px 0 }
.highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
.highslide-controls .highslide-next a { background-position: -90px 0 }
.highslide-controls .highslide-next a:hover { background-position: -90px -30px }
.highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important }
.highslide-controls .highslide-move a { background-position: -120px 0 }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px }
.highslide-controls .highslide-full-expand a { background-position: -150px 0 }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important }
.highslide-controls .highslide-close a { background-position: -180px 0 }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px }

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-widget-overlay { background: #000; opacity: 0.5; left: 0; top: 0; right: 0; bottom: 0; position: fixed; }
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }
.ui-dialog {
	text-align: left; overflow: hidden; padding: 0; position: absolute; width: 420px; z-index: 9999;
	border-radius: .75rem; box-shadow: 0 .75rem 1.5rem 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.03); background-color: #fff; background-clip: padding-box;
}
.ui-dialog-titlebar { padding: 1.25rem; position: relative; border-bottom: 1px solid #eaeaea; }
.ui-dialog-title { float: left; font-weight: bold; font-size: 1em; }
.ui-dialog-titlebar-close {
	position: absolute; right: .75rem; top: 50%; overflow: hidden; white-space: nowrap; text-indent: 9999px;
	margin-top: -1.25rem; height: 2.5rem; width: 2.5rem; padding: .75rem; border: 0 none !important;
	box-shadow: none !important;
}
.ui-dialog-titlebar-close .ui-icon {
	display: block; margin: 0 auto; width: 1rem; height: 1rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23222' d='M.3,1.7A1,1,0,0,1,.3.3,1,1,0,0,1,1.7.3L8,6.6,14.3.3a1,1,0,0,1,1.4,0,1,1,0,0,1,0,1.4L9.4,8l6.3,6.3a1,1,0,0,1-1.4,1.4L8,9.4,1.7,15.7a1,1,0,0,1-1.4,0,1,1,0,0,1,0-1.4L6.6,8Z'/%3E%3C/svg%3E");
	background-size: 1rem auto; opacity: .5;
}
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon { overflow: hidden; text-indent: -9999px; }
.ui-dialog label { color: #575757; }
.ui-dialog-content { padding: 1.25rem; font-size: .875rem; overflow: auto; position: relative; zoom: 1; }
.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; border-top: 1px solid #eaeaea; }
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
.ui-helper-hidden-accessible{ display: none; }
.ui-dialog-buttonset .ui-button { margin-top: .125rem; margin-bottom: .125rem; }

@media (min-width: 576px) {
	.ui-dialog-buttonset .ui-button + .ui-button { margin-left: .25rem; }
}
@media (max-width: 575px) {
	.ui-dialog-buttonset .ui-button { width: 100%; }
	.ui-dialog-buttonset .ui-button + .ui-button { margin-top: .25rem; }
}

/* Окно пользователя */
.dle-popup-userprofile .ui-dialog-content { padding: 0; }
.dialoguser_head { position: relative; }
.dialoguser_head, .dialoguser_info { padding: 1.25rem; }
.dialoguser_head .cover { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; opacity: .5; }
.dialoguser_avatar { width: 4.5rem; margin: 0 auto; position: relative; z-index: 1; }
.dialoguser_avatar .avatar { box-shadow: 0 1rem 2rem 0 rgba(0,0,0, 0.38); }
.dialoguser_avatar .status { position: absolute; right: 0; top: 0; transform: translate(50%, -50%); }

.dialoguser_info { list-style: none; margin: 0; font-size: .875rem; }
.dialoguser_info > li { padding: .5rem 0; border-top: 1px solid rgba(0,0,0,0.05); }
.dialoguser_info > li:first-child { border-top-width: 0; }

/* Смайлики */
.emoji { max-width: 1.5rem; max-height: 1.5rem; border: none; vertical-align: middle; }
.status { background-color: #68A04F; width: .5rem; height: .5rem; display: inline-block; vertical-align: middle; border-radius: 50%; text-indent: -9999px; overflow: hidden; }
.status.offline { background-color: #999; }

/*--- Подсветка исходного кода ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}


/** How To **/
.howTo {
	background: #fff
}

.howTo h2 {
	font-weight: 700;
	font-size: 24px;
	color: #292929;
	padding: 20px 0
}

.howTo p {
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #6c6c6c
}

.howTo .how-to-needs_blocks {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	background: #2b241c;
	border-radius: 5px;
	padding: 20px 0;
	margin: 20px 0
}

.howTo .how-to-needs_blocks img {
	width: 3px;
	height: 3px
}

.howTo .how-to-needs_blocks p {
	display: flex;
	font-weight: 400;
	font-size: 14px;
	color: #a5a5a5;
	line-height: 0 !important;
	display: flex;
	align-items: center;
	margin: 0
}

.howTo .how-to-needs_blocks p span {
	padding-left: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 19.45px
}

.howTo .how-to-needs_blocks p span:first-child {
	font-weight: 400;
	color: #a5a5a5
}

.howTo .how-to-section_list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px
}

.howTo .how-to-section_list .how-to_step-single {
	background: #f3f0eb;
	position: relative;
	width: 100%;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.howTo .how-to-section_list .how-to_step-single p {
	min-width: 40px !important;
	width: 100%
}

.howTo .how-to-section_list .how-to_step-single .innerImage {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 12px 12px 0 0;
	height: 275px;
	overflow: hidden;
}

.howTo .how-to-section_list .how-to_step-single .innerImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.howTo .how-to-section_list .how-to_step-single .innerImage p {
	position: absolute;
	bottom: 20px;
	background: #fbbf0e !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 26px !important;
	color: #2b241c !important;
	padding: 10px 32px;
	border-radius: 0 5px 5px 0;
	width: max-content
}

.howTo .how-to-section_list .how-to_step-single h4 {
	position: absolute;
	top: 380px;
	background: #fbbf0e;
	font-weight: 700;
	font-size: 20px;
	color: #2b241c;
	padding: 10px 30px;
	border-radius: 0 5px 5px 0
}

.howTo .how-to-section_list .how-to_step-single img {
	width: 100%
}

.howTo .how-to-section_list .how-to_step-single h3 {
	padding: 20px;
	word-break: break-word;
	font-size: 18px;
	list-style: 23.4px;
	margin: 0
}

.howTo .how-to-section_list .how-to_step-single p {
	padding: 0 20px 20px;
	margin: 0
}

.howTo .how_to-seo {
	font-size: 16px;
	display: none
}

@media screen and (min-width:768px) {
	.howTo h2 {
		color: #000
	}

	.howTo p {
		font-size: 14px
	}

	.howTo .how-to-section_list {
		grid-template-columns: 1fr 1fr
	}

	.howTo .how-to-needs_blocks h3 {
		color: #000
	}

	.howTo .how-to-needs_blocks p {
		font-size: 14px
	}

	.howTo .how-to-needs_blocks img {
		max-width: 70%
	}

	.howTo .how_to-seo {
		font-size: 16px
	}
}

@media screen and (min-width:1024px) {
	.howTo .how-to-needs_blocks {
		flex-direction: row;
		padding: 10px 0
	}

	.howTo .how-to-section_list {
		grid-template-columns: repeat(4, calc(25% - 19px))
	}
}