/* =========== © 2019 Centroarts.com - UP 2021-03-16 =========== */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'),
     url('../fonts/roboto-v20-latin_cyrillic-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'),
     url('../fonts/roboto-v20-latin_cyrillic-700.woff2') format('woff2');
}

/* Общее */
.load * { transition: none !important; }
*, *::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.15; -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; -webkit-box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }
p { margin-top: 0; margin-bottom: 2rem; }

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 { margin-top: 0; margin-bottom: 1rem; }
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: bolder; }
small, .small { font-size: 80%; }
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 0 1rem; }
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; }
.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; }
.truncate { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 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), 0 0 0 1px rgba(0,0,0,0.1);
}
.dropdown-menu-right { right: 0; left: auto; }
@media (min-height: 576px) {
  .dropdown-menu-arrow { display: none; position: absolute; z-index: 100; top: 100%; left: 50%; width: 20px; margin: -5px 0 0 -10px; }
  .open > .dropdown-menu-arrow { display: block; }
  .dropdown-menu-arrow::after {
    content: ""; position: absolute; top: 50%; left: 50%; margin: 0 0 0 -10px;
    border: solid transparent; border-bottom-color: #fafafa; border-width: 0 10px 10px 10px;
  }
}

/* Настройка основной типографии */
body {
	margin: 0; font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem; font-weight: 400; line-height: 1.5; color: #1e1e1e; text-align: left; background-color: #fcfbf9;
}
body { min-height: 100vh; min-width: 320px; display: flex; flex-direction: column; }

a { color: #632b6c; text-decoration: none; background-color: transparent; }
@media (min-width: 992px) {
	a:hover { text-decoration: underline; }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.3;
}
@media (min-width: 768px) {
	h1, .h1 { font-size: 2.5rem; }
	h2, .h2 { font-size: 2rem; }
	h3, .h3 { font-size: 1.75rem; }
	h4, .h4 { font-size: 1.5rem; }
	h5, .h5 { font-size: 1.25rem; }
}
@media (max-width: 767px) {
	h1, .h1 { font-size: 1.8rem; }
	h2, .h2 { font-size: 1.75rem; }
	h3, .h3 { font-size: 1.375rem; }
	h4, .h4 { font-size: 1.25rem; }
	h5, .h5 { font-size: 1.125rem; }
}
h6, .h6 { font-size: 1rem; }

.title { line-height: 1.3; }

hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid #EDEFF1;; }

.smf { font-size: .875rem; }
.xsmf { font-size: .8125rem; }
.xxsmf { font-size: .6875rem; }
.normf { font-size: 1rem; }

.lgf { font-weight: bold; letter-spacing: -0.02rem; }
.xlgf { font-weight: bold; letter-spacing: -0.02rem; }
.xxlgf { font-weight: bold; letter-spacing: -0.04rem; }
.xxxlgf { font-weight: bold; letter-spacing: -0.06rem; }

.lgf { font-size: 1.25rem; }
.xlgf { font-size: 1.375rem; }
.xxlgf { font-size: 1.75rem; }
.xxxlgf { font-size: 1.8rem; }

.fbold { font-weight: 700; }
.fnormal { font-weight: 400; }
.uppercase { text-transform: uppercase; }
.noline { text-decoration: none !important; }
.muted { color: #888787 !important; }

.c-purple { color: #632b6c !important; }
.c-orange { color: #fd823e !important; }
.c-yellow { color: #fad060 !important; }
.b-yellow { background-color: #fad060; }
.b-purple { background-color: #632b6c; }
.g-yellow, .btn, .bbcodes, .ui-button, .com_reply a, .navigation_in .pages > span:not(.nav_ext), .game_related_list .owl-nav button {
	background-color: #fac95d;
	background-image: linear-gradient(bottom, #fbbc57 0%, #fad060 100%);
}

/* --- Настройка кнопок --- */
.btn, .bbcodes, .ui-button, .com_reply a {
	height: 3rem; line-height: 1.5rem; padding: .75rem 1.25rem; border-radius: 1.75rem;
	display: inline-block; vertical-align: top; border: 0 none; text-transform: uppercase; font-weight: bold;
	cursor: pointer; outline: none; text-decoration: none !important;
	color: #632b6c !important; text-decoration: none !important;

	transition: box-shadow .2s ease;
}	
.btn:hover, .bbcodes:hover, .ui-button:hover, .com_reply a:hover { box-shadow: 0 0 0 .25rem rgba(250,208,96,.4); }
.btn:active, .bbcodes:active, .ui-button:active, .com_reply a:active { background: #fbc15a; box-shadow: inset 0 0 0 .125rem rgba(0,0,0,.2); }

.ui-button, .qq-upload-button { padding: .25rem .75rem; height: 2rem; font-size: .75rem; }

.vhide { border: 0; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; }
.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;
}

.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-flex { display: 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-flex { display: 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-flex { display: 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-flex { display: flex !important; }
}
@media (min-width: 1200px) {
	.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-flex { display: flex !important; }
}
	
/* --- Базовые слои --- */
.page { width: 100%; }
@media (min-width: 768px) {
	.wrp, .wrp_min { width: 100%; max-width: 98rem; padding: 0 2rem; margin: 0 auto; }
	.wrp_min { max-width: 80.75rem; padding: 0; }
	.page_st .wrp_min { max-width: 64rem; }
	.headbox { margin-bottom: 2rem; }
}

/* --- Шапка сайта (HEADER) --- */
html.hfix .header { position: fixed; left: 0; top: 0; width: 100%; }
.header { 
	position: relative; z-index: 55;
	background-color: #fad060;
	background-image: -webkit-linear-gradient(top, #fbbc57 0%, #fad060 70%);
	background-image: -moz-linear-gradient(top, #fbbc57 0%, #fad060 70%);
	background-image: -o-linear-gradient(top, #fbbc57 0%, #fad060 70%);
	background-image: -ms-linear-gradient(top, #fbbc57 0%, #fad060 70%);
	background-image: linear-gradient(top, #fbbc57 0%, #fad060 70%);
}
.header > .wrp { display: flex; align-items: center; height: 3.5rem; }
@media (max-width: 767px) {
	.header > .wrp { padding: 0 1.5rem; }
}

/* Logo */
.logo { margin: 0; font-size: inherit; line-height: inherit; overflow: hidden; }
.logo svg { width: auto; height: 3.5rem; }
.logo > a { padding: 0 .5rem; margin-left: -.5rem; display: inline-block; }
@media (min-width: 768px) and (max-width: 991px) {
	.logo.logo_cut { max-width: 2.35rem; }
}
@media (max-width: 767px) {
	.logo > a { padding-top: .375rem; padding-bottom: .375rem; }
	.logo svg { height: 2.75rem; }
	.logo.logo_cut { max-width: 1.825rem; }
}

.catname {
	font-size: 1.125rem; text-transform: uppercase; position: relative; white-space: nowrap;
	font-weight: bold; color: #632b6c; background-color: #fff; line-height: 1.5rem;
	padding: .25rem .75rem .25rem 0rem; border-radius: 1rem; border-top-left-radius: 0; border-bottom-left-radius: 0; margin: 0 0 0 2rem;
}
.catname::after {
	content: ""; position: absolute; top: 0; left: 0; height: 2rem; width: 1.5rem; margin-left: -1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 32'%3E%3Crect fill='none' width='24' height='32'/%3E%3Cpath fill='%23ffffff' d='M13.3,5L13.3,5L2.3,16l11.1,11l0,0c2.7,2.9,6.5,4.7,10.7,5V0C19.8,0.3,16,2.1,13.3,5z'/%3E%3C/svg%3E%0A");
	background-size: auto 100%; background-repeat: no-repeat; background-position: 100% 0;
}

@media (min-width: 768px) {
	.catname { font-size: 1.125rem; }
}
@media (max-width: 767px) {
	.catname { font-size: .875rem; }
}


/* Head BTN */
.tools { margin-left: auto; display: flex; align-items: center; margin-right: -1rem; }
.tools_btn { height: 3.5rem; width: 3.5rem; padding: 1rem; border: 0 none; background: none; color: #632b6c; }
@media (max-width: 575px) {
	.tools #qsearch_btn { margin-right: -.5rem; }
}
.tools_btn > svg { width: 1.5rem; height: 1.5rem; vertical-align: top; }

.hmenu-badge { position: relative; }
.hmenu-badge::after { 
	content: attr(title); font-size: 9px; font-weight: bold; color: #1B304C;

	position: absolute; top: 100%; left: 100%; margin-left: -.5rem; margin-top: -.75rem;
	background-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,0.2); min-width: .875rem; height: .875rem; line-height: .875rem; padding: 0 .25rem; white-space: nowrap;
	border-radius: 1rem; font-style: normal; text-align: center;
}

/* HeadMenu */
@media (min-width: 880px) {
	.hmenu_btn { display: none; }
	.hmenu_in { display: flex; }
	.hmenu_in > nav > a {
		display: inline-flex; vertical-align: top; line-height: 1.5rem; padding: 1rem;
		text-decoration: none !important; color: #632b6c;
	}
	.hmenu-icon + span { margin-left: .5rem; }
	.hmenu_in > nav > a > span { color: #353242; }
	.hmenu_in > nav > a, .tools_btn > svg { transition: opacity .2s linear; }
	.hmenu_in > nav > a:hover, .tools_btn:hover > svg { opacity: .7; }
	.hmenu_foot { display: none; }

	.drop_btn { position: relative; }
	.drop_menu {
		position: absolute; top: 100%; right: 0;
		opacity: 1; visibility: hidden; width: 10rem; font-size: .85rem; border-radius: .75rem;
		border: 1px solid rgba(0,0,0,0.0.2);
		box-shadow: 0 .5rem 2rem -.5rem rgba(0,0,0,0.3);
		background-clip: padding-box; background-color: #fff;
		transform: translateY(4%);

		transition: opacity .2s ease, transform .4s ease;
	}
	.drop_btn:hover .drop_menu { opacity: 1; visibility: visible; transform: translateY(0%); }
	.drop_menu > a { text-decoration: none !important; color: inherit; display: block; padding: .5rem 1rem; border: 0 none; white-space: nowrap; color: inherit; }
	.drop_menu > a { text-decoration: none !important; color: inherit; display: block; padding: .5rem 1rem; border: 0 none; white-space: nowrap; color: inherit; }
	.drop_menu > a:first-child, .drop_menu > a:last-child { border-radius: .75rem; }
	.drop_menu > a:first-child { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	.drop_menu > a:last-child { border-top-left-radius: 0; border-top-right-radius: 0; }
	.drop_menu > a:hover { background-color: #fad060; }
}
@media (max-width: 879px) {
	.hmenu, .foot_menu, #admin_btn { display: none; }
	.hmenu_btn { display: block; }
	.hmenu_btn > span, .hmenu_btn svg { width: 1.5rem; height: 1.5rem; }
	.hmenu_btn > span { position: relative; display: block; }
	.hmenu_btn svg { position: absolute; top: 0; left: 0; transition: opacity .2s ease, transform .2s ease; }
	html.hm { overflow: hidden; height: 100%; }
	html.hm .hmenu_btn .i__close, .hmenu_btn .i__more2 { opacity: 1; transform: scale(1); }
	html.hm .hmenu_btn .i__more2, .hmenu_btn .i__close { opacity: 0; transform: scale(.5); }

	.hmenu {
		flex-direction: column;
		position: absolute; left: 0; top: 3.5rem;
		width: 100%; height: 0; overflow: hidden; overflow-y: auto; background-color: #fad060;
		box-shadow: 0 1rem 2rem -1rem rgba(0,0,0,0.2);
		transition: height .4s ease;
	}
	.hmenu_in, .hmenu_foot { padding: 1.5rem; opacity: 0; transition: opacity .8s ease; }
	.hmenu_in a, .hmenu_foot a { padding: .5rem 2rem; display: block; }
	.hmenu_in > nav { display: flex; flex-wrap: wrap; }
	.hmenu_in > nav a {
		display: flex; flex-direction: column; justify-content: center; align-items: center;
		background-color: #ffdb7a; border-radius: .75rem; width: calc(50% - 1rem); padding: 1rem; height: 12rem;
		font-size: .875rem; margin: .5rem; font-weight: bold; text-align: center; box-shadow: 0 .5rem 1.25rem 0 #fabd56;
	}
	.hmenu_in > nav a .hmenu-icon { display: block; margin: 0 auto; margin-bottom: 1rem; width: 3rem; height: 3rem; margin-top: 1.3em; }
	.hmenu_in > nav a .hmenu-icon svg { width: 100%; height: 100%; display: block; }
	.hmenu_in > nav a span { display: block !important; line-height: 1.3; height: 2.6em; }
	.hmenu_in > nav { padding: 0 0 1rem 0; }
	.hmenu_foot { margin-top: auto; margin-bottom: 1rem; }
	.hmenu_foot a { color: #353242; }
	
	.hmenu.open { display: flex; }
	html.hm .hmenu.open { height: calc(100vh - 3.5rem); }
	html.hm .hmenu.open .hmenu_in, html.hm .hmenu.open .hmenu_foot { opacity: 1; }
}

/* - Меню выбора категории - */
.catmenu { background-color: #fad060; height: 9.5rem; position: relative; }

.catmenu_over { height: 9rem; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; }
.catmenu_over::after, .catmenu_over::before { content: ""; position: absolute; top: 0; bottom: 1rem; width: 1px; z-index: 2; }
.catmenu_over::after { left: 0; margin-left: -1px; }
.catmenu_over::before { right: 0; margin-right: -1px; }

@media (min-width: 880px) {
	.catmenu_over::after, .catmenu_over::before { box-shadow: 0 0 3rem 2rem #fad060; }
}
@media (max-width: 879px) {
	.catmenu_over::after, .catmenu_over::before { box-shadow: 0 0 1.5rem 1rem #fad060; }
}

.catmenu > .catmenu_in { position: relative; z-index: 1; }
.catmenu_in { display: flex; -webkit-overflow-scrolling: touch; }
.catmenu_in:not(.scroll-wrapper) { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.catmenu_in:not(.scroll-content) { padding-top: 1rem; height: 9.5rem; }
.catmenu_list { display: flex; list-style: none; padding: 0 1rem; margin: 0 auto; }

@media (min-width: 768px) {
	.catmenu_list { padding: 0 1rem; }
}
@media (max-width: 767px) {
	.catmenu_in:not(.scroll-content) { padding-top: 0; }
	.catmenu { height: 9rem; }
	.catmenu_over { height: 7.75rem; }
	.catmenu_list { padding: 0 .5rem; }
}

.catmenu_list > li { min-width: 6rem; max-width: 6rem; }
.catmenu_list > li > a { display: block; padding: .5rem; text-align: center; text-decoration: none !important; color: #373445; }
.catmenu_list > li > a * { cursor: pointer; }

.catmenu_img, .catmenu_name { display: block; }
.catmenu_img { width: 4rem; margin: 0 auto .5rem auto; }
.catmenu_img > i {
	display: flex; width: 100%; height: 4rem; border-radius: .75rem;
	box-shadow: 0 .25rem .75rem 0 rgba(0,0,0,0.15); background-color: #ffdb7a;
	transition: transform .2s ease, box-shadow .2s ease;
}

.catmenu_name { font-size: .8125rem; white-space: nowrap; opacity: .4; transition: opacity .2s linear; }

.catmenu_list > li:not(.active) > a:hover .catmenu_name { opacity: .75; }
.catmenu_list > li:not(.active) > a:hover .catmenu_img > i { transform: translateY(-.25rem); box-shadow: 0 .5rem .75rem 0 rgba(0,0,0,0.1); }

.catmenu_list > li.active .catmenu_name { opacity: 1; }
.catmenu_list > li.active .catmenu_img > i { box-shadow: 0 0 0 .25rem #fff, 0 0 0 .5rem rgba(253,130,62,0.25); }

/* --- SCROLLBAR --- */
@media (min-width: 992px) {
	.catmenu_in.scroll-wrapper { height: 10rem; }
	.scroll-wrapper, .catmenu_in { overflow: hidden !important; position: relative; }
	.scroll-wrapper > .scroll-content {
		border: none !important; box-sizing: content-box !important; -webkit-box-sizing: content-box !important; left: 0; top: 0; margin: 0;
		overflow: scroll !important; padding: 0; position: relative !important;
		width: 100% !important; height: auto; max-height: none; max-width: none !important;
	}
	.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; }
	.scroll-element { display: none; }
	.scroll-element, .scroll-element div { box-sizing: content-box; -webkit-box-sizing: content-box; }
	.scroll-element.scroll-x.scroll-scrollx_visible { display: block; }
	.scroll-element .scroll-bar,
	.scroll-element .scroll-arrow { cursor: default; }
	.scroll-textarea > .scroll-content { overflow: hidden !important; }
	.scrollbar-inner > .scroll-element,
	.scrollbar-inner > .scroll-element div { border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }
	.scrollbar-inner > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }
	.scrollbar-inner > .scroll-element.scroll-x { bottom: 0; height: 1.5rem; left: 0; width: 100%; }
	.scrollbar-inner > .scroll-element .scroll-element_outer { overflow: hidden; }
	.scrollbar-inner > .scroll-element .scroll-element_outer,
	.scrollbar-inner > .scroll-element .scroll-element_track,
	.scrollbar-inner > .scroll-element .scroll-bar { border-radius: .5rem; }
	.scrollbar-inner > .scroll-element .scroll-element_track { cursor: pointer; }
	.scrollbar-inner > .scroll-element .scroll-bar { border-radius: .5rem; max-width: 600px; }
	.scrollbar-inner > .scroll-element .scroll-bar::after, .scrollbar-inner > .scroll-element .scroll-element_track::after { content: ""; cursor: pointer; display: block; width: 100%; height: .5rem; margin-top: .5rem; }
	.scrollbar-inner > .scroll-element .scroll-element_track::after { background-color: rgba(0,0,0,.05); }
	.scrollbar-inner > .scroll-element .scroll-bar { padding: 0 .25rem; }
	.scrollbar-inner > .scroll-element .scroll-bar::after { border-radius: .25rem; background-color: #632b6c; box-shadow: 0 0 0 .25rem rgba(99,43,108,0.20); }

	.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
	.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
}
@media (max-width: 991px) {
	.scroll-element { display: none !important; }
}

/* Подкатегории */
.subcatmenu { border-bottom: 1px solid rgba(0,0,0,0.05); }
.subcatmenu_list { list-style: none; padding: 0; margin: 0; display: flex; text-transform: uppercase; font-size: .75rem; }
.subcatmenu_list > li { width: 100%; max-width: 10%; min-width: 7rem; padding: 0 .5rem; }
.subcatmenu_list a { color: inherit; text-decoration: none !important; transition: color .2s ease; }
.subcatmenu_list a .cover { width: 100%; padding-top: 47.06%; height: 0; display: block; background-color: #f1f0ef; border-radius: .75rem; margin-bottom: .5rem; }
.subcatmenu_list > li.active a .cover { box-shadow: inset 0 0 0 2px #fd823e, 0 0 0 .25rem rgba(253,130,62,0.1); }
.subcatmenu_list a:hover { color: #fd823e !important; }
@media (min-width: 768px) {
	.subcatmenu { margin-bottom: 2rem; }
}
@media (min-width: 992px) {
	.subcatmenu_list { flex-wrap: wrap; margin: -1rem -.5rem 2rem -.5rem; }
	.subcatmenu_list > li { flex: 0 0 10%; margin-top: 1rem; }
}
@media (max-width: 991px) {
	.subcatmenu { overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.subcatmenu .wrp { padding: 0; max-width: none; width: auto; }
	.subcatmenu_list { padding: 0 1.5rem; display: inline-block; white-space: nowrap; }
	.subcatmenu_list > li {display: inline-block;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.subcatmenu .wrp { padding-bottom: 2rem; }
}
@media (max-width: 768px) {
	.subcatmenu_list { padding: 0 1rem; }
	.subcatmenu { border-radius: 1.25rem; padding-top: 1.5rem; margin-top: -1.25rem; padding-bottom: 1.25rem; background-color: #fcfbf9; position: relative; z-index: 1; }
}

/* --- ФУТЕР --- */
.footer { margin-top: auto; }
.footer > .wrp > .banner { margin-bottom: 0; }
.footer footer {
	font-size: .875rem; background-color: #632b6c; color: #fff;
}
.footer footer a { color: inherit; }

.ca { margin-left: auto; }
.ca a { display: flex; align-items: center; text-decoration: none !important; }
.ca a > svg { vertical-align: middle; margin-right: .5rem; }
.ca a > span { opacity: .5; transition: opacity .15s linear; }
.ca a:hover > span { opacity: .8; }

.age { color: #373243; font-size: 1.5rem; font-weight: bold; line-height: 1.5rem; }
.copyright { text-transform: uppercase; color: #fad060; font-weight: bold; }

@media (min-width: 768px) {
	.footer > .wrp > .banner, .footer footer { margin-top: 2rem; }
	.upper { display: none; }
	.age, .footer footer { border-radius: .75rem; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	.footer footer {
		display: flex; align-items: center; height: 3.5rem;
		border-top-left-radius: .85rem; padding-right: 1.5rem;
	}
	.age { height: 3.5rem; padding: 1rem; margin-right: 1.5rem; }

	.foot_menu { margin-right: auto; }
	.foot_menu > a { display: inline-block; vertical-align: top; margin-right: 1.5rem; text-decoration: none !important; opacity: .8; transition: opacity .15s linear; }
	.foot_menu > a:hover { opacity: 1; }
	.foot_menu > a:last-child { margin-right: 0; }
	.copyright { margin-right: 5%; }
}
@media (max-width: 767px) {
	.footer > .wrp > .banner { margin-top: 1.5rem; }
	.footer footer { text-align: center; padding-bottom: 1.5rem; }
	.age { display: inline-block; height: 2.5rem; padding: .5rem 1rem; text-align: center; border-radius: 1.25rem; border-top-right-radius: 0; border-top-left-radius: 0; }
	.ca a { display: block; text-align: center; }
	.ca a > svg { display: none; }

	.footer { margin-top: auto; padding-top: 1.5rem; }
	.upper { background-color: #632b6c; }
	.upper > button {
		background-color: #fcfbf9; width: 100%; height: 3.5rem;
		line-height: 1.5rem; padding: 1rem; text-align: center; border: 0 none; border-top: 1px solid rgba(0,0,0,0.1);
		border-radius: 1.25rem; border-top-left-radius: 0; border-top-right-radius: 0;
	}
	.upper > button svg { vertical-align: top; transform: rotate(90deg); color: #632b6c; }

	.copyright { margin-top: 1.5rem; }
}


/* --- Контент --- */
.content { display: block; margin: 0; }

/* Приветственный блок */
.wcm_box { color: #fff; position: relative; margin-bottom: 2rem; }
.wcm_box a { color: #fad060; }
.wcm_head > .title { font-weight: bold; text-transform: uppercase; color: #fd823e; margin: 0; }
.wcm_box::after { content: ""; position: absolute; }
@media (max-width: 767px) {
	.content { position: relative; z-index: 1; }
	.wcm_head > .title { font-size: 1.125rem; }
	.wcm_box { padding: 1.5rem; margin-bottom: 0; padding-bottom: 2.75rem; }
	.wcm_box, .contentbox { margin-top: -1.25rem; border-radius: 1.25rem; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
	.contentbox { background-color: #fcfbf9; position: relative; z-index: 1; padding-top: 1.5rem; }
	.contentbox > .alert:first-child { margin-top: -1.5rem; border-radius: 1.25rem; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
}
@media (min-width: 768px) {
	.wcm_head > .title { font-size: 1.75rem; }
	.wcm_box::after {
		content: ""; position: absolute;
		left: 1rem; right: 1rem; bottom: 1rem; top: 1rem;
		border-radius: .75rem; box-shadow: 0 1.5rem 2.5rem 0 rgba(55,50,67,0.55);
	}
}
@media (min-width: 768px) and (max-width: 859px) {
	.wcm_box { border-radius: .75rem; padding: 2rem; }
}
@media (max-width: 859px) {
	.wcm_head { margin-bottom: 1rem; }
	.wcm_box { background-color: #373243; }
	.wcm_box::after { z-index: -1; }
}
@media (min-width: 860px) {
	.wcm_box { display: flex; }
	.wcm_box::before {
		content: ""; position: absolute; z-index: 2; left: 38%; bottom: .75rem; top: .75rem;
		margin-left: -1px; width: 0; border-left: 2px dashed #fff; opacity: .25;
	}
	.wcm_head, .wcm_cont { position: relative; z-index: 1; background-color: #373243; border-radius: .75rem; padding: 4%; }
	.wcm_head { flex: 0 0 38%; width: 100%; max-width: 38%; box-shadow: inset 6px 0 0 #fd823e; }
}
@media (min-width: 992px) {
	.wcm_cont {
		font-weight: bold; font-size: 1.125rem;
		background-image: url(../images/wcm_foot.svg);
		background-position: 35% 60%;
		background-repeat: no-repeat;
		background-size: auto 160%;
	}
}
@media (min-width: 1180px) {
	.wcm_head > .title { font-size: 2.375rem; }
}

.wcm_cont p { margin: 0; }

/* Рекламные блоки */
.banner { width: 100%; overflow-x: hidden; text-align: center; }
.banner_test {
	background-color: #f1f0ef; height: 5.5rem;
	display: flex; align-items: center; justify-content: center; color: #b2b0b3;
	font-weight: bold; text-transform: uppercase; font-size: 1.25rem;
}
.banner_test-br { background-color: transparent; border: 1px solid rgba(0,0,0,0.1); }
.banner_sticky .banner_test { height: 37.5rem; }

/* Список игр */
@media (max-width: 499px) {
	.imgv { display: none; }
	.imgh { display: block; }
	.banner { margin-bottom: 1.5rem; }
	.game_item { min-width: 100px; margin-top: 1rem; }
	.game_list .game_item:first-child { margin-top: 0; }
}
@media (max-width: 767px) {
	.game_list { padding: 0 1.5rem; }
}
@media (min-width: 500px) {
	.game_list_grid #dle-content { display: grid; grid-gap: 1rem; }
	.banner { margin-bottom: 2rem; }
	.banner_test { border-radius: .75rem; }
	.game_list_grid #dle-content { grid-template-columns: repeat(2, 1fr); }
	.mainpage .game_item.gmod_vert.gmod_vert_right { grid-column: 2; }
	.game_list_grid #dle-content .navigation, #fullsearch, .game_list_grid #dle-content .alert { grid-column: 1 / span 2; }
	.mainpage .game_item.gmod_vert { grid-column: 1; grid-row: 1 / span 2; }
	.mainpage .gmod_vert .imgv { display: block; }
	.mainpage .gmod_vert .imgh { display: none; }
}
@media (min-width: 768px) {
	.game_list_grid #dle-content { grid-gap: 2rem; }
}
@media (min-width: 992px) {
	.game_list_grid #dle-content { grid-template-columns: repeat(3, 1fr); }
	.mainpage .game_item.gmod_vert.gmod_vert_right { grid-column: 3; }
	.game_list_grid #dle-content .navigation, #fullsearch, .game_list_grid #dle-content .alert { grid-column: 1 / span 3; }
}
@media (min-width: 1240px) {
	.game_list_grid #dle-content { grid-template-columns: repeat(4, 1fr); }
	.mainpage .game_item.gmod_vert.gmod_vert_right { grid-column: 4; }
	.game_list_grid #dle-content .navigation, #fullsearch, .game_list_grid #dle-content .alert { grid-column: 1 / span 4; }
}

.game_list:not(.game_list_grid) #dle-content { display: flex; align-items: flex-start; flex-wrap: wrap; margin: -1rem; }
.game_list:not(.game_list_grid) #dle-content .game_item { padding: 1rem; flex: 0 0 25%; width: 100%; max-width: 25%; }

.game_item { min-width: 100px; }

.game_card, .game_card > .img, .game_card > .img > *, .game_card > .cont, .card_overlay { border-radius: .75rem; }
.game_card {
	position: relative; display: flex; align-items: flex-end;
	width: 100%; height: 100%; min-width: 0; color: #fff;
	box-shadow: 0 .375rem 1rem 0 rgba(0,0,0,0.05);
}
.game_card::after { content: ""; width: 1px; margin-left: -1px; padding-top: 59.095%; }

/* Рейтинг на карточке */
.game-percent { position: absolute; right: 0; top: 0; pointer-events: none; width: 2rem; height: 2rem; line-height: 1rem; margin: .75rem; font-weight: bold; font-size: .75rem; }
.game-percent > svg { position: absolute; left: 50%; top: 50%; width: 100% !important; height: 100% !important; transform: translate(-50%, -50%); }
.js-count-percent {
	display: none; background-color: rgba(0,0,0,0.8); box-shadow: 0 0 0 .25rem rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.2); border-radius: 50%;
	width: 100%; height: 100%; padding: .5rem 0; line-height: inherit !important; text-align: center; transition: background-color .2s ease, box-shadow .2s ease;
}
.js-count-percent.high, .js-count-percent.mid, .js-count-percent.low { display: block !important; }
.js-count-percent.high { background-color: #6BC656; box-shadow: 0 0 0 .25rem rgba(107,198,86,0.4), inset 0 0 0 1px rgba(255,255,255,0.2); }
.js-count-percent.high.mid { background-color: #EBAB16; box-shadow: 0 0 0 .25rem rgba(235,171,22,0.4), inset 0 0 0 1px rgba(255,255,255,0.2); }
.js-count-percent.high.mid.low { background-color: #DD4F3D; box-shadow: 0 0 0 .25rem rgba(221,79,61,0.4), inset 0 0 0 1px rgba(255,255,255,0.2); }

.js-count-percent.zero, .js-count-percent.zero + svg, .js-count-percent:not(.high) + svg { display: none !important; }

.game_card > .img, .game_card > .img > * { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; overflow: hidden; }
.game_card > .img { background-color: #E6E6E6; }
.game_card > .img { z-index: -1; }
.game_card > .cont {
	width: 100%; padding: 1rem; padding-top: 2rem; color: #fff;
	border-top-right-radius: .75rem; border-top-left-radius: .75rem;

	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
}
.game_card > .cont a { color: inherit; text-decoration: none !important; }
.game_card .name { font-weight: bold; font-size: 1rem; }
.game_card .name > a > span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.game_card .name > a::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; z-index: 2; }

.game_card .meta { font-size: .8125rem; margin-bottom: .25rem; }
.meta { display: flex; align-items: center; }
.meta > * { margin-right: 1rem; }
.meta > *:last-child { margin-right: 0; }
.meta svg { vertical-align: middle; margin-right: .25rem; margin-top: -.125rem; }
.meta > .rate_star { margin-left: -.125rem; }

.game_card > a { position: absolute; left: 0; top: 0; margin-top: .25rem; z-index: 4; width: 2rem; height: 2rem; padding: .25rem; color: #fff; }
.game_card > a svg { vertical-align: top; }

.game_card .name > a span, .game_card .meta { opacity: 1; transition: opacity .25s ease; }
.card_overlay { display: none; }
@media (min-width: 992px) {
	.card_overlay {
		background: rgba(99,43,108,0.20); position: absolute; left: 0; top: 0; bottom: 0; width: 100%;
		display: flex; flex-direction: column; align-items: center; justify-content: center;
		transition: opacity .4s ease; opacity: 0;
	}
	.card_overlay_in { transform: translateY(20%); opacity: 0; transition: transform .6s ease, opacity .4s ease; }
	.card_overlay_in > * { display: block; margin: 0 auto; }
	.card_overlay_in > span { font-weight: bold; text-transform: uppercase; font-size: .875rem; }

	.game_card:hover .card_overlay { opacity: 1; }
	.game_card:hover .name > a span, .game_card:hover .meta { opacity: 0; }
	.game_card:hover .card_overlay_in { transform: translateY(0); opacity: 1; }
}

.lazy { opacity: 0; transition: opacity .3s linear; }
.lazy.visible { opacity: 1; }

 /* --- Постраничная навигация --- */
.navigation { text-align: center; }
.navigation_in { display: flex; margin: .5rem auto; align-items: center; justify-content: center; }

.page_next > *, .page_prev > * { width: 3rem; height: 3rem; padding: .75rem; }
.page_next > a, .page_prev > a { color: #373243; transition: color .15s linear; }
.page_next > a:hover, .page_prev > a:hover { color: #fd823e; }
.page_next > * svg, .page_prev > * svg { vertical-align: top; }
.page_next > span, .page_prev > span { opacity: .5; }

.navigation_in .pages { font-size: 1.25rem; font-weight: bold; display: flex; margin: 0 2rem; }
.navigation_in .pages > a, .navigation_in .pages > span:not(.nav_ext) {
	min-width: 3rem; height: 3rem; padding: .75rem; line-height: 1.45rem; text-align: center; border-radius: 1.5rem;
}
.navigation_in .pages > a { color: #373243; text-decoration: none !important; cursor: pointer; transition: color .15s linear; }
.navigation_in .pages > a:hover { color: #fd823e; }
.navigation_in .pages > span:not(.nav_ext) {
	color: #632b6c; box-shadow: 0 0 0 .5rem rgba(250,208,96,0.15);
}

@media (max-width: 991px) {
	.navigation_in .pages { font-size: 1.125rem; margin: 0 1rem; }
	.page_next > *, .page_prev > * { width: 2.5rem; height: 2.5rem; padding: .5rem; }
	.navigation_in .pages > a, .navigation_in .pages > span:not(.nav_ext) { min-width: 2.5rem; height: 2.5rem; padding: .5rem; }

	.navigation_in .pages > * { display: none; }
	.navigation_in .pages > *:first-child, .navigation_in .pages > *:last-child,
	.navigation_in .pages > span:not(.nav_ext) { display: inline-block;  }
}
@media (max-width: 500px) {
	.navigation { margin-top: 2rem; }
}

/* --- Просмотр игры --- */
.game-view .str + .str { margin-top: 1.5rem; }
.str-side > .block { margin-bottom: .75rem; }
.str-side > .block:last-child { margin-bottom: 0; }
.str-side img { max-width: 100%; }
.ads-block { display: none !important; }
.ads-block + .ads-alt { display: block !important; }
.str-side > .ads-block:first-child + .ads-alt, .str-main > .ads-block:first-child + .ads-alt { margin-top: 0; }

.mid-title { display: flex; align-items: center; color: #632B6C; font-size: 1.25rem; font-weight: bold; text-transform: uppercase; margin-bottom: 1.25rem; line-height: 1.3; }
.mid-title::before {
	content: ""; background-color: #FAD060; width: .75rem; height: .75rem;
	border-radius: 50%; box-shadow: 0 0 0 .25rem rgba(250,208,96,0.2);
	margin-right: 1rem;
}

@media (min-width: 768px) {
	.str-main > .block:not(:first-child), .game-view .str + .str { margin-top: 2rem; }
}
@media (min-width: 992px) {
	.str { display: flex; min-width: 0; }
	.str-main { width: 100%; flex: 0 1 auto; min-width: 0; max-width: 63rem; }

	.game-list + .str-side { display: block !important; }
	.game-view .str-main { max-width: 60rem; }
	.str-side, .game-view-addon::after { max-width: 15.625rem; min-width: 15.625rem; margin-left: 2rem; display: block !important; }
	.game-view-addon::after { content: ""; }
	.ads { display: block !important; }
}
@media (max-width: 991px) {
	.game-view .str-main > .block-bn:first-child { display: block !important; }
}

@media (min-width: 768px) {
	.page_back { margin-bottom: 1.25rem; margin-top: -.75rem; }
}
@media (max-width: 767px) {
	.page_back { margin-bottom: 1.5rem; padding: 0 1.5rem; }
	.mid-title { padding: 0 1.5rem; }
	.str-main .ads-alt { padding-left: 1.5rem; padding-right: 1.5rem; }
}
.page_back { display: flex; align-items: center; }
.btn-back > i {
	width: 2rem; height: 2rem; display: block; line-height: 1.5rem;
	padding: .25rem; border-radius: 50%; margin-right: 1rem; transition: box-shadow .2s ease;
}
.btn-back > i svg { display: block; }

.breadcrumbs {
	list-style: none; margin: 0; padding: .25rem; display: flex; flex: 1 1 auto;
	min-width: 0; overflow: hidden; position: relative; font-size: 1rem;
}
.breadcrumbs::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 2rem; pointer-events: none; background-image: var(--gradient-block-right); }
.breadcrumbs > li { white-space: nowrap; }
.breadcrumbs > li:not(:last-child)::after { content: "→"; margin: 0 .375rem 0 .125rem; opacity: .5; }
.breadcrumbs > li:last-child { min-width: 0; }
.breadcrumbs > li a:hover { opacity: .8; text-decoration: none !important; }

/* Рейтинг */
.block-gamerate { padding: 0; overflow: hidden; background-color: #F1F0EF; padding: .75rem; border-radius: .75rem; }

.likes { display: flex; align-items: center; font-size: .875rem; position: relative; }
.likes > a {
	flex-basis: 0; flex-grow: 1; max-width: 100%; height: 5.25rem; text-decoration: none !important;
	text-align: center; position: relative; border-radius: .5rem; background-color: #fff;
	transition: box-shadow .2s ease;
}
.likes > a > span { color: #36324A; display: block; padding: 1rem .5rem; height: 5.25rem; transition: opacity .2s ease; }
.likes > a svg { display: block; width: 1.75rem; height: 1.75rem; margin: 0 auto; margin-bottom: .375rem; }
.likes > a.like-plus { order: -1; box-shadow: 0 .5rem 1rem 0 rgba(136,198,122,0.1); }
.likes > a.like-minus { box-shadow: 0 .5rem 1rem 0 rgba(198,130,122,0.1); }
.likes > a.like-plus:hover { box-shadow: 0 .5rem 1rem 0 rgba(136,198,122,0.2); }
.likes > a.like-minus:hover { box-shadow: 0 .5rem 1rem 0 rgba(198,130,122,0.2); }
.likes > a.like-plus svg { color: #6BC656; }
.likes > a.like-minus svg { color: #DD4F3D; }
.likes::before {
	content: ""; width: .75rem; height: 2rem; background-size: 100% 100%; position: relative; z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 32'%3E%3Cpath fill='%23fff' d='M12,32h0a6,6,0,0,0-12-.15V.16A6,6,0,0,0,1.81,4.29,6,6,0,0,0,6,6a6,6,0,0,0,6-6Z'/%3E%3C/svg%3E");
}

.view-app-rate { text-align: center; }
.view-app-rate .likes > a { color: inherit !important; background-color: #142636; }
@media (min-width: 992px) {
	.likes > a > span, .view-app-tools a { transition: opacity .2s ease; }
	.likes > a:hover > span, .view-app-tools a:hover { opacity: .6; }
}

.rate-nums { font-size: .75rem; text-align: center; margin-top: .5rem; margin-bottom: -.25rem; font-weight: bold; }

.popularity { margin-top: .75rem; }
.popularity-progress { 
	background-color: #D9D9D9; height: 1rem; padding: .25rem; box-shadow: 0 1px 0 0 rgba(255,255,255,0.2);
	border-radius: .5rem;
}
.rating_progress_bar { background-color: #DD4F3D; height: .5rem; border-radius: .5rem; position: relative; }
.rating_progress_fill {
	position: absolute; left: 0; top: 0; border-radius: inherit;
	height: 100%; text-indent: 9999px; white-space: nowrap; overflow: hidden;
	transition: width .2s ease;
	background-image: linear-gradient(-90deg, #FFEC86 0%, #6BC656 100%);
}

.game_framebox { background-color: #36324a; }
.game_frametop { box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,0.3); border-radius: .375rem; background-color: #4a455e;  }
.game_wrap { width: 100%; position: relative; padding-top: 62.6%; transition: padding-top .2s ease; }

@media (min-width: 768px) {
	.game_wrap { padding-top: 62.6%; }
}

#game iframe, #game { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0 none; display: block; margin: 0; overflow: hidden !important; }
.game-loading {
	z-index: 1; position: absolute; left: 50%; top: 0; width: 100%; height: 100%; max-width: 23rem;
	transform: translateX(-50%); text-align: center; padding: 2rem;
	display: flex; flex-direction: column; justify-content: center; align-items: center;
	font-weight: bold; font-size: .875rem; text-transform: uppercase;
	pointer-events: none; color: #fad060;

	opacity: 0; visibility: hidden;
	transition: opacity .3s linear;
}
.game-loading::before {
	content: ""; display: block; width: 40px; height: 40px; margin-bottom: 1.5rem;
	border: 4px solid #fad060; border-bottom-color: transparent; border-radius: 50%; transform-origin: 50% 50%;
	animation: game_load 1s linear infinite;
}

#game.game_load .game-loading { opacity: 1; visibility: visible; }
@keyframes game_load {
	0% { transform: rotate(0); }
	100% { transform: rotate(360deg); }
}

.play-game .game-plug { display: none !important; }
.frametool_full > span { opacity: .3; pointer-events: none; transition: opacity .2s linear; }
.play-game .frametool_full > span { opacity: 1; pointer-events: auto; }

/* --- Поделиться --- */
.frametool_share button {
	border: 0 none; background: none; color: #FAD060 !important;
	line-height: inherit; cursor: pointer; text-align: center; justify-content: center;
}
.frametool_share button:hover { opacity: .8; }
.frametool_share .dropdown-form { left: auto !important; top: auto !important; right: 0 !important; bottom: 100%; }
.share { display: flex; padding: .5rem; }
.share-btn {
	margin-right: .5rem; display: block; color: #fff !important; border-radius: .5rem;
	width: 2.5rem; height: 2.5rem; padding: .5rem;
}
@media (min-width: 992px) {
	.share-btn { transition: opacity .2s ease; }
	.share-btn:hover { opacity: .8; }
}
.share-btn:last-child { margin-right: 0; }
.share-btn > svg { width: 1.5rem; height: 1.5rem; margin: 0 auto !important; display: block; }

.share-fb { background-color: #3b5998 !important; }
.share-ok { background-color: #eb722e !important; }
.share-vk { background-color: #4680c2 !important; }
.share-tw { background-color: #00aced !important; }
.share-tg { background-color: #2fa7d9 !important; }

.game-fav { position: absolute; left: 0; top: 0; z-index: 1; color: #FAD060; white-space: nowrap; }
.game-fav a {
	display: flex; align-items: center; color: inherit !important;
	text-decoration: none !important; padding: .5rem; margin: .5rem; font-size: .75rem;
}
.game-fav a:hover { opacity: .8; }
.game-fav a svg { margin-right: .5rem; }

.play-game .game-fav { display: none !important; }

/* Заглушка, пока игра не запущена */
.game-plug {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
}
.game-plug-in { padding: 1.25rem; width: 100%; max-width: 46rem; }
.game-plug-in .btn { white-space: nowrap; }

.game-plug-img { width: 100%; max-width: 16rem; min-width: 14rem; }
.game-plug-img .game-img { box-shadow: 0 .5rem 2rem 0 rgba(0,0,0,0.2); border-radius: .5rem; }
.game-plug-cont { color: #fff; }
.game-plug-cont .title { font-size: 1.125rem; }
.game-plug-cont > .muted { font-size: .75rem; display: block; margin-bottom: .25rem; color: inherit !important; opacity: .7; }
.game-plug-cont .btn { white-space: nowrap; margin-top: 1.25rem; }

/* FOR IOS */
.game_view-ios .frametool_full { display: none !important; }

html.play-game-smart #game { position: fixed; z-index: 999; background-color: #4a455e; }
html.play-game-smart body, html.play-game-smart { overflow: hidden; }
html.play-game-smart .content, html.play-game-smart .contentbox { position: static; z-index: auto; }
html.play-game-smart .game-hide-show, html.pause-game-smart .game-hide-show { display: flex !important; position: absolute; left: 0; top: 0; width: 100%; }
html.play-game-smart .game-hide-show { height: 2rem; background-color: #000; justify-content: flex-end; }
html.play-game-smart #game iframe { top: 2rem !important; height: calc(100% - 2rem) !important; }
.game-hide-show { color: #fff !important; }	
html.play-game-smart .ghs-full { margin-right: auto; padding: .25rem !important; line-height: 1.5rem; display: flex; align-items: center; }
html.play-game-smart .ghs-full > svg, .ghs-close svg { margin-right: .25rem; }
html.play-game-smart .game-hide-show button {
	border: 0 none; background: none; color: inherit; font-weight: bold;
	height: 2rem; padding: 0; text-transform: uppercase; font-size: .75rem;
}
html.play-game-smart .game-hide-show .ghs-1 { display: flex; }
html.pause-game-smart .ghs-full, .game_view-ios .ghs-full { display: none !important; }
html.pause-game-smart .game-hide-show .ghs-1, html.play-game-smart .game-hide-show .ghs-2 { display: none !important; }
.game-hide-show .ghs-1 { align-items: center; padding: .25rem .5rem; line-height: 1.5rem; }
html.pause-game-smart .game-hide-show { align-items: center; justify-content: center; bottom: 0; background-color: rgba(54,50,74,.9); z-index: 3; }
html.pause-game-smart .ghs-close {
	height: 3rem; line-height: 1.5rem; padding: calc(.75rem - 2px) 1.25rem; background: none;
	color: #fff; font-weight: bold; text-transform: uppercase; border: 2px solid; border-radius: 1.5rem;
}

.game-plug .fit-cover { width: 100%; height: 0; padding-top: 59.095%; border-radius: .75rem; }

@media (min-width: 576px) {
	.game-plug-in { position: relative; }
	.game-plug-in .fit-cover { margin-bottom: 0; }
	.game-plug { background: radial-gradient(circle closest-corner at 50% 50%, rgba(41,37,54,1), rgba(41,37,54,0)); }
}
@media (max-width: 575px) {
	.game-plug .fit-cover { width: 14rem; }
	.game-plug .fit-cover {
		position: absolute; left: 0; top: 0; bottom: 0;
		width: 100%; height: 100%; padding-top: 0; border-radius: 0; margin-bottom: 0;
		pointer-events: none;
	}
	.game-plug .fit-cover::after { content: ""; background-color: #4a455e; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .8; }
	.game-plug-cont { position: relative; z-index: 1; }
	.game-plug-img { margin-bottom: 0 !important; }
}
.game-plug .btn::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; }

iframe.loading { position:absolute; left:-1000px; top:-1000px; }

/* Mobile Support */
.game_wrap_info {
	position: absolute; left: 0; top: 0; bottom: 0; width: 100%;
	display: flex; align-items: center; justify-content: center; text-align: center; color: #fff;
}
.game_wrap_info_in { position: relative; z-index: 2; padding: 1.5rem; }
.game_wrap_info_in > svg { margin-bottom: .5rem; }
.game_wrap_info > .cover, .game_wrap_info::before { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; }
.game_wrap_info::before { content: ""; background-color: #1a1f28; opacity: .7; z-index: 1; }

.game_framefoot { color: #fff; }
.game_framefoot a { color: inherit; }

.game_frameinfo { flex: 1 1 auto; padding-right: 2rem; min-width: 0; }
.game_frameinfo .title { font-weight: bold; margin-bottom: 0; display: flex; }
.game_frameinfo .title .truncate { flex: 1 1 auto; min-width: 0; }
.game_frameinfo .title > a {
	display: inline-block; vertical-align: middle; border-radius: 50%;
	width: 2rem; height: 2rem; padding: .25rem; margin-left: -1rem; margin-top: -.25rem;
	color: #fad060;
}
.game_frameinfo .title > a svg { vertical-align: top; }
.game_frameinfo .rate_votes { color: #757188; }
.game_frameinfo .rate_num { font-weight: bold; background-color: #4a455e; border-radius: 1rem; line-height: 1; padding: .25rem .5rem; }

.game_frametools { display: flex; align-items: flex-start; white-space: nowrap; }
.game_frametools > *, .frametool_share button {
	display: flex; align-items: center; border: 0 none;
	padding: 0 .25rem; margin: 0; width: 100%; min-width: 4.5rem;
	background: none; text-align: center; color: #9b99a5; font-size: .75rem;
}
.game_frametools > button { display: block; color: #fd823e; }
.game_frametools > * > span { line-height: 1.3; }
.frametool_full > span { display: flex; align-items: center; }
.frametool:not(.frametool_share), .frametool_share button { padding: .5rem; }
.frametool svg { align-self: center; margin-right: .25rem; margin-top: -1px; }

.game_description { width: 100%; flex: 1 1 auto; }

@media (min-width: 768px) {
	.game_description .text { font-size: 1.125rem; }
	.game_fullinfo { display: flex; align-items: flex-start; }
	.game_framebox { border-radius: .75rem; padding-top: 1.5rem; padding-bottom: 0; margin-bottom: 1.5rem; }
	.game_framefoot { padding: 1rem 0; display: flex; align-items: center; }
	.game_frametools { margin: -.5rem; }
}
@media (min-width: 576px) {
	.game_framebox { padding-left: 1.5rem; padding-right: 1.5rem; }
	.game-plug-cont .title { font-size: 1.25rem; }
	.game-plug-img { max-width: 12rem; min-width: 12rem; }
}
@media (max-width: 767px) {
	.game_fullinfo { margin-bottom: 2rem; padding: 0 1.5rem; }
	.game_frameinfo .title > a { display: block; width: auto; margin: 0; }
	.game_framebox { border-radius: 1.25rem; }
	.game_frametop, .game_framebox { border-top-right-radius: 0; border-top-left-radius: 0; }
	.game_frameinfo { padding: 1.5rem; text-align: center; }

	.game_frameinfo .meta { display: block; }
	.game_view .unit-rating { margin: 0 auto; }
	.game_view > .banner { margin-bottom: 0; }
	.game_frameinfo .meta .rate_star { display: block; margin: 0; margin-bottom: .5rem; }

	.page_full .page_back { display: none; }
	.game_framebox { position: relative; }

	.game_frametools { border-top: 1px solid rgba(255,255,255,0.05); }
	.frametool { width: 100%; max-width: 50%; flex: 0 0 50%; }
	.frametool:not(:first-child) { border-left: 1px solid rgba(255,255,255,0.05); }
	.game_frametools > *:not(.frametool_share), .frametool_share > button { padding: .75rem .5rem; }
	.game_frametools .frametool_full > span, .game_frametools > * { display: flex; align-items: center; justify-content: center; }

	.frametool_full { font-weight: bold; }
}

@media (min-width: 992px) {
	.game-plug-in { display: flex; }
	.game-plug-cont { flex: 1 1 auto; padding-left: 1.5rem; }
	.game-plug-cont .title { font-size: 1.625rem; }
	.game-plug-img { max-width: 14.25rem; min-width: 14.25rem; }

	.frametool_full { display: block !important; }

	/* QR код */
	.game_qr {
		display: flex !important; flex-direction: row-reverse; align-items: center; position: absolute; right: 1rem; top: 1rem;
		pointer-events: none; text-align: right; font-size: .75rem;
		padding: .5rem; background-color: #fff; border-radius: .375rem;
	}
	.game_qr::before {
		content: ""; position: absolute; right: 0; top: 0; transform: translate(50%, -50%); background-color: #FAD060; width: .75rem; height: .75rem;
		border-radius: 50%; box-shadow: 0 0 0 .25rem rgba(250,208,96,0.2);
	}
	.game_qr-qr { margin-left: 1.5rem; }
	.game_qr-qr img { width: 5.5rem; height: 5.5rem; display: block; }
	.game_qr-text { max-width: 160px; margin: 0 auto; }
	.game_qr-text .uppercase { font-weight: bold; }
	.game_qr-text p { margin: 0; }

	.game-plug .banner { position: absolute; left: 50%; bottom: 0; margin-bottom: 0; transform: translateX(-50%); }

	.game_banner_300 { width: 100%; flex: 0 0 300px; max-width: 300px; margin-bottom: 2rem; margin-left: 2rem; position: relative; }

	.game_keys_on { display: flex; align-items: flex-start; }
	.game_keys_on .text { flex: 1 1 auto; }

	.block-keys {
		background-color: #F1F0EF; width: 100%; flex: 0 0 15.5rem; padding: 1rem; border-radius: .75rem;
	}
	.block-keys > .uppercase { font-weight: bold; line-height: 1; margin-bottom: 1rem; }
	.block-keys-tabs { background-color: #E3E3E2; border-radius: 1rem; display: flex; position: relative; }
	.block-keys-tabs::after {
		content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 50%; border-radius: inherit;
		background-color: #FFF; box-shadow: 0 .1125rem .25rem 0 rgba(0,0,0,0.1);
		transition: transform .2s ease;
	}
	.block-keys-tabs button {
		border: 0 none; border-radius: inherit; background-color: transparent; color: #99999E; z-index: 1;
		width: 50%; line-height: 1.25rem; padding: .375rem .75rem; text-align: center; text-transform: uppercase; font-size: .75rem; font-weight: bold;
		transition: color .2s ease;
	}
	.block-keys-tabs button:first-child { color: #FD823D; }
	.select_u2 .block-keys-tabs button:first-child { color: #99999E; }
	.select_u2 .block-keys-tabs button:last-child { color: #FD823D; }
	.select_u2 .block-keys-tabs::after { transform: translateX(100%); }
	.select_u2 .control_list_u1 { display: none !important; }
	.select_u2 .control_list_u2 { display: block !important; }

	/* Управление */
	.block-keys-tabs { margin-bottom: 1rem; }
	.control_list { list-style: none; padding: 0; margin: 0; font-size: .875rem; }
	.control_list > li { display: flex; }
	.control_list > li:not(:first-child) { margin-top: .25rem; }
	.control_list > li > span { flex: 1 1 auto; }
	.control, .control_btn { font-weight: bold; font-style: normal; white-space: nowrap; text-transform: uppercase; }
	.control::after, .control_btn::after { content: "–"; font-weight: normal; margin: 0 .5rem; }
	.ctrl__wasd::before { content: "W, A, S, D" }
	.ctrl__arrows::before { content: "\2191, \2190, \2193, \2192" }
	.ctrl__mouse::before, .ctrl__mouseleft::before, .ctrl__mouseright::before, .ctrl__mousewheel::before {
		content: ""; width: .75rem; height: 1.125rem; display: inline-block; vertical-align: middle;
		background-image: url(../images/controls2.png); background-repeat: no-repeat; background-size: 48px auto;
	}

	.ctrl__mouse::before { background-position: 0 0; }
	.ctrl__mouseleft::before { background-position: -.75rem 0; }
	.ctrl__mouseright::before { background-position: -1.5rem 0; }
	.ctrl__mousewheel::before { background-position: -2.25rem 0; }
}
@media (max-width: 991px) {
	.game_qr, .game_banner_300, .not_mbsupport .frametool_full { display: none; }
	.game-plug-img { margin: 0 auto; margin-bottom: 1.5rem; }
	.game-plug-cont { text-align: center; }

	html:not(.pause-game-smart) .game_wrap {
		padding-top: 28rem !important;
	}

	.game-view-addon { margin-top: 2rem; }
}

@media (min-width: 768px) {
	.block { margin-bottom: 2rem; }
}
@media (max-width: 767px) {
	.block { margin-top: 2rem; }
}
.block > .uppercase.muted { font-weight: bold; font-size: .75rem; }
@media (max-width: 1024px) {
	html.full-game body { overflow: hidden; }
	html.full-game .game_framebox { position: fixed; left: 0; top: 0; bottom: 0; width: 100%; margin: 0; border-radius: 0; z-index: 9999; }
	html.full-game .game_framefoot { display: none !important; }
	html.full-game .game_framebox { padding: 0; }
	html.full-game .game_wrap { padding-top: 100vh !important; }
	html.full-game .headbox { opacity: 0; }
}

/* Yandex Share */
.ya-share2 { margin-top: 1rem; }
.ya-share2__container_size_m .ya-share2__icon { height: 1,5rem !important; width: 1,5rem !important; }

.game_related_list { display: flex; -webkit-overflow-scrolling: touch; overflow-x: auto; }
.game_related_list .game_item { padding: 1rem; width: 100%; }
.game_related_list > .game_item { flex: 0 0 33.3333333%; max-width: 33.3333333%; }

@media (min-width: 768px) {
	.game_related_list { flex-wrap: wrap; margin: -1rem; }

	.game_related_over { overflow: hidden; padding: 1rem; margin: -1rem; position: relative; }
	.game_related_over::after, .game_related_over::before { content: ""; position: absolute; top: 0; bottom: 1rem; width: 1px; z-index: 2; box-shadow: 0 0 .65rem .75rem #f8803d; }
	.game_related_over::after { left: 0; margin-left: -2px; }
	.game_related_over::before { right: 0; margin-right: -2px; }
}
@media (max-width: 767px) {
	.game_related { margin: -1rem 0; }
	.game_related_list { padding: 0 .5rem; }
	.game_related_list > .game_item, .game_related_list.owl-carousel:not(.owl-loaded) .game_item { margin-top: 0; min-width: 18.75rem; }
	.game_related_list::after { content: ""; display: block; min-width: .75rem; max-width: .75rem; height: 50px; }
}

/* --- Комментарии --- */
.c-heading { text-align: center; margin: 2rem 0; }
.c-heading > * { display: inline-block; vertical-align: top; line-height: 1.5rem; padding: .75rem 1.25rem; border-radius: 1.5rem; margin: 0; }

/* Добавление комментариев */
.form_block { background-color: #f1f0ef; position: relative; }
.grecaptcha-badge { opacity: 0; }

/* Список комментариев */
.comment .com_head_icon a { color: inherit; text-decoration: none !important; }
.comment .com_head_icon { color: #fad060; }
.com_head .name { font-weight: bold; line-height: 1.1; }
.com_head { margin-bottom: 1rem; }

.com_reply a { float: right; padding: .5rem 1rem; height: auto; margin-bottom: 1rem; margin-left: 1rem; }

.com_foot { margin-top: 1rem; }
.com_foot > .muted { margin-right: 1rem; }
.com_foot::after { clear: both; display: block; content: ""; }
.com_tools { float: right; display: flex; align-items: center; }
.com_tools svg { vertical-align: top; }

.mass { width: 1.5rem; height: 1.5rem; margin: 0; padding: .25rem; position: relative; }
.mass > i { content: ""; display: block; width: 1rem; height: 1rem; border: 2px solid #632b6c; border-radius: .25rem; cursor: pointer; }
.mass > input { opacity: 0; position: absolute; left: 0; top: 0; }
.mass > input:checked ~ i { background-color: #fad060; }

.mass_comments_action { display: flex; background-color: #f1f0ef; }
.comment .text { word-wrap: break-word; }

@media (min-width: 768px) {
	.comments { margin-top: 2rem; }
	.form_block { border-radius: .75rem; padding: 2rem; }
	.comment { margin: 2rem 0; padding: 2rem; padding-left: 5rem; border-radius: .75rem; box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,0.06); background-color: #fff; }
	.comment .com_head_icon { margin-left: -50px; float: left; transition: color .2s ease; }
	.comment:hover .com_head_icon { color: #fd823e; }
	.comment .text { font-size: 1.125rem; }

	.mass_comments_action { padding: 2rem; border-radius: .75rem; margin-top: 2rem; }
}
@media (max-width: 767px) {
	.comments { margin-top: 2rem; }
	.form_block { border-radius: 1.25rem; padding: 1.5rem; }
	.comment { padding: 0 1.5rem; margin-top: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(0,0,0,0.1); }
	.com_head { display: flex; }
	.com_reply a { margin-bottom: 0; font-size: .75rem; line-height: 1.25rem; padding: .125rem .5rem; height: 1.5rem; }
	.com_head .com_head_icon { order: 0; margin-right: .5rem; }
	.com_head .name { order: 1; font-size: 1rem !important; margin-top: .25rem; }
	.com_head .com_reply { order: 2; margin-left: auto; }
	.com_foot > .muted { font-size: .875rem; }

	.mass_comments_action { padding: 1.5rem; flex-wrap: wrap; text-align: center; }
	.mass_comments_action .bbcodes { display: block; width: 100%; }
}

/* --- MODAL --- */
.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: rgba(26,31,40,1); }
.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: color .15s ease-out;
}
.modal .modal-dialog > .close, .modal-close { width: 4rem; height: 4rem; padding: 1rem; z-index: 1; }
.modal-dialog .close { opacity: .5; }

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

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

/* Quick Search */
.modal_search { background-color: rgba(26,31,40,0.9); }
.modal_search .modal-dialog { align-items: flex-start; padding: 0; margin: 0; }
.modal_search .modal-content { background: none; box-shadow: none; }

.modal.modal_search.fade .modal-dialog { transform: scale(1) translateY(-5rem) !important; }
.modal.modal_search.in .modal-dialog { transform: translateY(0) !important; }
.modal_search .modal-content { max-width: 46rem; margin: 0 auto; margin-top: 3%; }
.modal_search .modal-body { padding: 1.5rem; }

.searchfield { position: relative; }
.searchfield > input {
	font-size: 1.25rem !important; line-height: 1.5rem; height: 3.5rem !important; padding: 1rem !important;
	padding-right: 4.5rem !important; border: 0 none !important;
}
.modal_search .searchfield > input { box-shadow: 0 1rem 3rem 0 rgba(0,0,0,0.25); }
.searchfield > button {	
	position: absolute; top: 50%; right: 0; border-radius: 0 .125rem .125rem 0;
	transform: translateY(-50%); width: 3.5rem; height: 3.5rem;
	padding: 1rem; margin: 0; border: 0 none; background: none;
	transition: background-color .15s ease-out;
}
.searchfield > button:hover { background-color: #EBEAE8; }
.qsearch-advanced { position: relative; z-index: 1; margin-top: 1rem; text-align: right; }

@media (min-width: 576px) {
	.modal.fade .modal-dialog { transform: scale(.85); opacity: 0; transition: transform .2s ease, opacity .4s ease; }
	.modal.in .modal-dialog { transform: scale(1); opacity: 1; }
	.modal-content {
		pointer-events: auto; background-clip: padding-box; max-width: 41rem; 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; }
}

.modal_search .btn-close { position: absolute; right: 0; top: 0; opacity: 0; z-index: 1; }
.modal_search.in .btn-close { opacity: 1; }

.btn-close {
	border: 0 none; line-height: 1.5rem; padding: .5rem; width: 2.5rem; height: 2.5rem;
	transition: box-shadow .2s ease, opacity .4s ease; border-bottom-left-radius: .75rem;
}
.btn-close:hover { box-shadow: 0 0 0 .75rem rgba(250,208,96,0.2); }
.btn-close > svg { width: 1.5rem; height: 1.5rem; vertical-align: top; }

.block_qsearch { margin-bottom: 2rem; }
.block_qsearch .title { color: #fff; opacity: .5; margin-bottom: 1rem; }
.qsearch_tags::after { content: ""; display: block; clear: both; }
.qsearch_tags a {
	float: left; margin-right: 1rem; color: #fff; text-decoration: none !important;
	font-weight: bold; background-color: #fd823e; border-radius: .75rem; padding: .5rem .75rem; text-transform: uppercase;
	transition: box-shadow .2s ease;
}
.qsearch_tags a:hover { box-shadow: 0 0 0 .25rem rgba(253,130,62,0.2); }

/* --- Быстрый поиск --- */
.search_field { position: relative; }
.search_field > input[type="search"] { line-height: 1.5rem; height: 3.5rem; padding: 1rem; padding-right: 4.5rem; }
.search_field > button {	
	position: absolute; top: 50%; right: 0; color: #632b6c;
	transform: translateY(-50%); width: 3rem; height: 3rem;
	padding: .75rem; margin: 0; border: 0 none; background: none;
}
.search_field > button > svg { width: 1.5rem; height: 1.5rem; display: block; }

@media (min-width: 576px) {
	.modal_wrap { padding: 2rem; }
	.btn-close { margin: 2rem; border-radius: 50%; box-shadow: 0 0 0 .5rem rgba(250,208,96,0.15); }
	.search_field > input[type="search"] { padding: 1.5rem; padding-right: 4.5rem; height: 4.5rem; font-size: 1.25rem; }
	.search_field > button { right: 1.125rem; padding: .5rem; }
	.search_field > button > svg {width: 2rem; height: 2rem; }
	.block_qsearch { margin-bottom: 4rem; }
}

/* --- Окно в закладки --- */
@media (max-width: 991px) {
	.modal_bookmark { display: none !important; }
}
@media (min-width: 992px) {
	.modal_bookmark .close { margin: .5rem; }
	.modal_bookmark .modal-header { border-radius: .75rem; border-bottom-right-radius: 0; border-bottom-left-radius: 0; height: 15.75rem; padding: 2.5rem 6.5rem 0 6.5rem; background-size: 100% auto; }
	.modal_bookmark .modal-title { margin-bottom: 0; font-size: 1.375rem; }
	.modal_bookmark .modal-body { padding: 2.5rem 6.5rem; }
	.modal_bookmark .modal-body p { margin-bottom: 0; margin-top: 1rem; opacity: .6; }
}

/* --- Страница поиска --- */
td.search div[style="margin:10px;"] { margin: 0 !important; position: relative; }
#dofullsearch, td.search div[style="margin:10px;"] br { display: none !important; }
td.search div[style="margin:10px;"] #searchinput { padding: 1rem; line-height: 1.5rem; height: 3.5rem; }
.search_block { background-color: #373243; }

@media (min-width: 768px) {
	.searchbox .box_grey { padding: 1.5rem; }
	.searchbox .box_grey > .uppercase { margin-top: 1.5rem; }
	td.search div[style="margin:10px;"] .bbcodes { position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin-right: 1rem; }
	td.search div[style="margin:10px;"] #searchinput {
		padding: 1.5rem; padding-right: 12rem; height: 4.5rem; font-size: 1.25rem;
	}
}
@media (max-width: 767px) {
	.searchbox .box_grey { padding: 1rem; }
	.searchbox .box_grey > .uppercase { margin-top: 1rem; }
	td.search div[style="margin:10px;"] .bbcodes { border-radius: .75rem; border-top-left-radius: 0; border-top-right-radius: 0; width: 100%; display: block; }
	td.search div[style="margin:10px;"] #searchinput { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
}

/* --- Страницы обратной связи и статичные страницы --- */
.page_st_block { background-color: #fff; }
.page_st_block .header { padding: 0 1.5rem; display: flex; }
.st-close { margin-left: auto; line-height: 1.5rem; text-align: center; padding: 1rem; margin-right: -1.5rem; }
.st-close svg { vertical-align: top; }
.page_st_block .content { padding: 1.5rem; }

.page_st_block .title { font-weight: bold; margin-bottom: 1rem; }
.page_st_block .form_block { margin-top: 2rem; }

@media (min-width: 768px) {
	.st-close { margin-right: -2rem; }
	.page_st_block { margin: 5% 0; border-radius: .75rem; box-shadow: 0 2rem 4rem 0 rgba(0,0,0,0.05); }
	.page_st_block .header { padding: 0 2rem; border-radius: .75rem; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
	.page_st_block .content { padding: 4rem; }
	.page_st_block .text { font-size: 1.125rem; }
	.page_st_block .title { margin-bottom: 2rem; }
}
@media (max-width: 767px) {
	.page_st_block .header { position: fixed; left: 0; top: 0; width: 100%; }
	.page_st_block { padding-top: 3.5rem; }
	.page_st_block .content .form_block { margin-left: -1.5rem; margin-right: -1.5rem; }
}

/* --- Статистика --- */
.stats_head { margin-bottom: 2rem; }
.stats_head > ul, .stat_group > ul { list-style: none; padding: 0; margin: 0; }
.stats_head > ul > li { margin-top: 1rem; padding-left: 1.5rem; }
.stats_head > ul > li:before {
	content: ""; float: left;
	margin: .65rem 0 0 -1.5rem; width: .5rem; height: .5rem;
	border-radius: 50%; background-color:  #ee2a4f;
}
.stats_head > ul > li > b {
	display: block; opacity: .5; font-weight: normal;
}
.stats_head > ul > li.stats_d:before { background-color: #ffb027; }
.stats_head > ul > li.stats_w:before { background-color: #ff5a3a; }

.stat_group { margin-bottom: 25px; }
.stat_group > h5 { margin-top: 0; margin-bottom: 1em; }
.stat_group > ul > li { display: flex; justify-content: space-between; padding: .6em 0; border-top: 1px dotted #d5d5d5; }

.separator { height: .5rem; width: 100%; overflow: hidden; margin: 3rem 0; border-radius: .25rem; background-color: #f1f0ef; }

/* --- Диалоговые окна 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 .5rem 2.5rem -.5rem rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #f1f0ef; background-clip: padding-box;
}
.ui-dialog-titlebar {
	height: 4rem; line-height: 1.5rem; white-space: nowrap; padding: 1.25rem; padding-left: 2rem; position: relative;
	background-color: #fad060; color: #632b6c;
}
.ui-dialog-title { font-weight: bold; font-size: 1rem; text-transform: uppercase; }
.ui-dialog-titlebar-close {
	position: absolute; right: 0; top: 0; overflow: hidden; background: none !important;
	height: 3rem !important; width: 3rem !important; box-shadow: none !important;
	padding: .75rem !important; border: 0 none !important; margin: 0 !important;
}
.ui-dialog-titlebar-close .ui-icon {
	display: block; width: 1.5rem; height: 1.5rem; margin-bottom: 1rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23632b6c'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1.5rem auto;
	opacity: .5;
}
.ui-button { float: right; font-weight: bold; margin-left: 3px; }
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon { overflow: hidden; text-indent: -9999px; }
.ui-dialog-content { padding: 2rem; 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: 1.25rem 2rem; text-align: center; border-top: 2px solid #e5e4e3; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-helper-hidden-accessible { display: none; }

@media (max-width: 767px) {
	.ui-dialog { width: 100% !important; max-width: 100% !important; left: 0 !important; }
}
@media (max-width: 575px) {
	.ui-dialog-titlebar { padding-left: 1.5rem; }
	.ui-dialog-content { padding: 1.5rem; }
	.ui-dialog .ui-dialog-buttonpane { padding: 1.25rem 1.5rem; }
}

/* --- Окно пользователя --- */
.usinf { list-style: none; padding: 0; margin: 0; } 
.usinf > li { padding: 12px 0; border-top: 1px solid rgba(0,0,0,0.1); }
.usinf > li:first-child { border-top-width: 0; }

.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
.ui-c1 { width: 30%; margin-right: 5%; }
.ui-c2 { width: 60%; }

/* --- Информация об ошибках --- */
.alert { background-color: #fcf6d2; padding: 1.25rem 1.5rem; border-radius: .75rem; }
@media (min-width: 470px) {
	.alert { padding: 1.25rem 2rem; margin-bottom: 2rem; }
}

/* --- Загрузчик AJAX --- */
#loading-layer {
	display: none; background-color: rgba(255,255,255,0.9); display: block !important;
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999;
	width: 100%; height: 100%; text-indent: -9999px; overflow: hidden; white-space: nowrap;
}
#loading-layer:before, #loading-layer:after { content: ""; border-radius: 50%;
	position: absolute; left: 50%; top: 50%;
	width: 30px; height: 30px; margin: -15px 0 0 -15px;
	background-color: #fad060;
}
#loading-layer:after { background-color: #fd823e; }
#loading-layer:before { animation: load1 .8s infinite ease; }
#loading-layer:after { animation: load2 .8s infinite ease; }
@keyframes load1 {
	0%, 80%, 100% { transform: translate(-100%, 0); }
	40% { transform: translate(50%, 0) scale(.6, .6); }
}
@keyframes load2 {
	0%, 80%, 100% { transform: translate(100%, 0); }
	40% { transform: translate(-50%, 0) scale(.6, .6); }
}

/*--- Цитаты, Спойлеры, Код  ---*/
.scriptcode, .title_quote,
.title_spoiler, .text_spoiler {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-style: normal !important; text-transform: uppercase; font-size: .75rem; color: #fad060;
}
.title_quote { margin-top: 2px; font-weight: bold; }
.quote, blockquote {
	padding-left: 1rem; margin: .5rem 0; border-left: 2px solid #fad060; padding-right: 5%;
	font-family: Georgia, serif; font-style: italic; font-size: 1rem; position: relative;
}
.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: 5px; color: #4c6d0f; margin: 0 0 1em 0 }
.hide a { text-decoration: underline; } .hide a:hover { text-decoration: none }

/*---Выпадающее меню кнопки редактировать---*/
#dropmenudiv {
	min-width: 140px; width: auto !important;
	display: none; font-size: .85rem; border-radius: .75rem;
	border: 1px solid rgba(0,0,0,0.0.2);
	box-shadow: 0 .5rem 2rem -.5rem rgba(0,0,0,0.3);
	background-clip: padding-box;
}
#dropmenudiv { opacity: 1 !important; }
#dropmenudiv { background-color: #fff; }
#dropmenudiv > a { text-decoration: none !important; color: inherit; display: block; padding: .5rem 1rem; border: 0 none; white-space: nowrap; color: inherit; }
#dropmenudiv > a:first-child, #dropmenudiv > a:last-child { border-radius: .75rem; }
#dropmenudiv > a:first-child { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#dropmenudiv > a:last-child { border-top-left-radius: 0; border-top-right-radius: 0; }
#dropmenudiv > a:hover { background-color: #fad060; }

/*---Подсветка кода в теге [code]---*/
pre code { display: block; padding: 0.5em; background: #f9fafa; border: 1px solid #dce7e7; overflow:auto; white-space: pre; }
pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .lisp .string, pre .javadoc { padding: 0px !important; margin: 0px !important; 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: #268bd2; }
pre .tag .title, pre .rules .property, pre .django .tag .keyword { padding-left: 0px !important; font-weight: bold; }
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; }

/*---BB Редактор---*/
.bb-editor { clear: both; }
.form-group_editbtn textarea, .bb-editor textarea { width: 100%; border-color: #fff !important; box-shadow: none; margin-top: 0; }
#comment-editor .bb-editor > textarea { height: 7.5em; resize: none; border-radius: 0; }
.comment .bb-editor { border-radius: .25rem; border: 1px solid #ededed; }
.comment .bb-editor > br { display: none; }
.comment .bb-editor > div[align="right"] { padding: .5rem !important; width: auto !important; }

.form-group_editbtn {
	position: relative; border-radius: .75rem; background-color: #fff; position: relative;
	box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,0.06);
}
.form-group_editbtn::after { content: ""; display: block; clear: both; }
@media (min-width: 768px) {
	.form-group_editbtn > .editbtn { float: right; border-bottom-left-radius: 0; border-top-right-radius: 0; }
}
@media (max-width: 767px) {
	.form-group_editbtn > .editbtn { width: 100%; border-top-left-radius: 0; border-top-right-radius: 0; }
}
#comment-editor label, #comment-editor br { display: none !important; }
.editbtn { 
	background-color: #fdfdfd; border: 1px solid #ededed;
	border-bottom-color: transparent; border-right-color: transparent; font-weight: bold;
	padding: .75rem 1.25rem; line-height: 1.5rem; border-radius: .75rem;
	transition: border-color .2s ease, background-color .2s ease;
}
.editbtn:hover, .editbtn:active { background-color: #f7f7f7; }
.editbtn:active { background-color: #f7f7f7; box-shadow: inset .1125rem .1125rem .5rem 0 rgba(0,0,0,0.05); }

.bb-pane {
	display: flex; align-items: center; overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; min-width: 0;
	padding: .25rem; margin: 0; height: 3rem; border-bottom: 1px solid #ededed; text-decoration: none;
	border-radius: .75rem; border-bottom-right-radius: 0; border-bottom-left-radius: 0;
}
.bb-pane .bb-btn + .bb-btn, .bb-pane .bb-btn + .bb-pane,
.bb-pane .bb-pane + .bb-btn,.bb-pane .bb-pane + .bb-pane { margin-left:-1px; }

.bb-btn { display: flex; align-items: center; justify-content: center; text-align: center; color: #404549; height: 2.5rem; min-width: 2.5rem; padding: .75rem; line-height: 1rem; border-radius: .25rem; }
.bb-btn:hover, .bb-btn:active { color: #632b6c; }
.bb-btn:active { background-color: #fad060; }

@font-face {
    font-family: 'bb-editor-font';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
         url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="bb-btn"], [class*=" bb-btn"] {
    font-family: 'bb-editor-font'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1;
    font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.bb-sel { float: left; padding: 2px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep, #b_emo, #b_color { display: none; }
.bb-btn { cursor: pointer; outline: 0; }

#b_font select, #b_size select { padding: 0; }

#b_b::before {content: "\f032";}
#b_i::before {content: "\f033";}
#b_u::before {content: "\f0cd";}
#b_s::before {content: "\f0cc";}
#b_img::before { content: "\f03e"; }
#b_up::before { content: "\e930"; }
#b_emo::before { content: "\f118"; }
#b_url::before { content: "\f0c1"; }
#b_leech::before { content: "\e98d"; }
#b_mail::before { content: "\f003"; }
#b_video::before { content: "\e913"; }
#b_audio::before { content: "\e911"; }
#b_hide::before { content: "\e9d1"; }
#b_quote::before { content: "\e977"; }
#b_code::before { content: "\f121"; }
#b_left::before { content: "\f036"; }
#b_center::before { content: "\f037"; }
#b_right::before { content: "\f038"; }
#b_color::before { content: "\e601"; }
#b_spoiler::before { content: "\e600"; }
#b_fla::before { content: "\ea8d"; }
#b_yt::before { content: "\f166"; }
#b_tf::before { content: "\ea61"; }
#b_list::before { content: "\f0ca"; }
#b_ol::before { content: "\f0cb"; }
#b_tnl::before { content: "\ea61"; }
#b_br::before { content: "\ea68"; }
#b_pl::before { content: "\ea72"; }
#b_size::before { content: "\f034"; }
#b_font::before { content: "\f031"; }
#b_header::before { content: "\f1dc"; }
#b_sub::before { content: "\f12c"; }
#b_sup::before { content: "\f12b"; }
#b_justify::before { content: "\f039"; }

.bb-pane h1, .bb-pane h2, .bb-pane h3, .bb-pane h4, .bb-pane h5, .bb-pane h6 { margin-top: 5px; margin-bottom: 5px; }
.bb-pane h1 { font-size: 36px; }
.bb-pane h2 { font-size: 30px; }
.bb-pane h3 { font-size: 24px; }
.bb-pane h4 { font-size:18px; }
.bb-pane h5 { font-size:14px; }
.bb-pane h6 { font-size:12px; }
.bb-pane-dropdown {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none;
	min-width: 180px; padding: 5px 0; margin: 2px 0 0;
	list-style: none; font-size: 11px; border: 1px solid rgba(0,0,0,0.1); border-radius: 2px;
	background: #fff; background-clip: padding-box;
	box-shadow: 0 1px 2px #dadada; max-height: 350px; overflow: auto;
}
.bb-pane-dropdown > li > a {
	display: block; padding: 3px 10px; clear: both; font-weight: normal;
	line-height: 1.42857; color: #353535; white-space: nowrap;
}
.bb-pane-dropdown > li > a:hover { text-decoration:none; color: #262626; background-color:whitesmoke; }
.bb-pane-dropdown .color-palette div .color-btn {
	width: 17px; height: 17px;
	padding: 0; margin: 0;
	border: 1px solid #fff;
	cursor: pointer;
}
.bb-pane-dropdown .color-palette { padding: 0px 5px; }
.bb-pane-dropdown table{ margin: 0; }

/*---Поля быстрого редактирования публикаций на сайте---*/
.quick-edit-text { padding: .4em; width: 350px; }
.quick-edit-textarea {
	height: 250px; padding: 2px;
	border: 1px solid #d7d7d7; width: 100%;
	box-shadow:inset 0 1px 1px rgba(0,0,0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dle-alert, .dle-confirm, .dle-promt { padding: 2rem !important; }

#comment-editor .bb-editor .bb-btn, .addnews.bb-editor .bb-btn { display: none; }
#comment-editor #b_b, #comment-editor #b_emo, #comment-editor #b_i,
#comment-editor #b_leech, #comment-editor #b_quote, #comment-editor #b_up,
#comment-editor #b_url, #comment-editor #b_yt { display: block; }
#comment-editor #b_up::before {content:"\f03e"}

/* --- Поля форм --- */
.ui-form .form-group:not(:first-child) { margin-top: 2rem; }
@media (min-width: 768px) {
	.form-group.combo { display: flex; margin: 0 -1rem; }
	.combo_field { width: 100%; flex: 0 0 50%; max-width: 50%; padding: 0 1rem; }
}
@media (max-width: 767px) {
	.combo_field:not(:first-child) { margin-top: 2rem; }
}
@media (max-width: 575px) {
	.combo_field:not(:first-child), .ui-form .form-group:not(:first-child) { margin-top: 1.5rem; }
}

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: 3rem; line-height: 1.5rem;
	padding: .75rem 1rem; border-radius: .75rem; background: #fff; border: 1px solid #fff;
	transition: border .2s linear 0s; box-sizing: border-box;
	box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,0.06);
	outline: none !important;
}
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, textarea, input[type="text"], 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; }

input:focus { outline: none; }
input[type="file"], input[type="image"] {
	padding: 0;
	border-width: 0;
	background: none; box-shadow: none;
}
.wide, .bb-editor textarea,
.ui-dialog textarea, select#category,
.timezoneselect, .quick-edit-text {
	width: 100% !important;
}
#searchuser, #searchinput { width: 100% !important; }
table.xfields input { width: 100%; }

/*---Дополнительные поля---*/
table.xfields { width: 100%; }
table.xfields tr > td { padding-top: 2rem; }
table.xfields tr > td:nth-child(1) { width: 30%; vertical-align: top; padding-top: 2.75rem; }
.xfields textarea, .xprofile textarea { width: 100%; height: 7.5em; }

.xfieldsnote { color: #838383; }
.xfields_table td { vertical-align: top; }
.xfieldsrow { margin-top: 1rem; }
.xfieldsrow::after { clear: both; display: block; content: ""; }
.xfieldscolleft { float: left; width: 30%; padding-right: 1rem; padding-top: 12px; }
.xfieldscolright { float: left; width: 70%; }
.file-box { width: 100%; max-width: 437px; border:1px solid #B3B3B3; border-radius: 3px; background-color: #F5F5F5; padding: 10px; margin-top: 10px; }
.xfieldimagegallery { margin: 0; padding: 0; list-style: none; clear: both; }
.xfieldimagegallery li { list-style: none; margin: 0; padding: 0;   }
.xfieldimagegallery li img { float: left; margin-right: 5px; border: 5px solid #fff; width: 100px; height: 100px; transition: box-shadow 0.5s ease; }
.xfieldimagegallery li img:hover { box-shadow: 0px 0px 7px rgba(0,0,0,0.4); }
.qq-uploader { position:relative; width: 100%; }
.qq-upload-drop-area { position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; max-width: 437px; background:#FF9797; text-align:center;  }
.qq-upload-drop-area span { display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px; }
.qq-upload-drop-area-active {background:#FF7171;}
.uploadedfile {
	display: inline-block; width: 115px; height: 160px; margin: 10px 5px 5px 5px; border:1px solid #B3B3B3; box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    text-align: center; background: #fff;
}

.uploadedfile .uploadimage {
	margin-top: 5px; width: 115px; height: 90px; display: flex; align-items: center;
	justify-content: center; cursor: move; cursor: -webkit-grabbing;
}

.sortable-ghost { opacity: 0.4; }
.uploadedfile .info { text-align: left; white-space: nowrap; margin: 0px 5px 0px 5px; overflow: hidden; font-size: .75rem; }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor:not-allowed; pointer-events:none; opacity:0.65; box-shadow:none; }

/*---Смайлы---*/
.emoji { border: none; vertical-align: middle; width: 22px; height: 22px; }

/* --- Оформление стандартного скролла --- */
@media (min-width: 992px) {
	html::-webkit-scrollbar { width: 16px; background-color: #36324a; }
	html::-webkit-scrollbar-thumb { background-color: #fff; border-radius: 8px; border: 4px solid #36324a; }
	html::-webkit-scrollbar-track { background-color: #36324a; border-radius: 8px; border: 4px solid #36324a; }
}

/* Окно в закладки */
@media (min-width: 992px) {
	.btn-bookmark {
		display: block !important;
		position: fixed; right: 0; top: 200px; z-index: 56; background-color: #fff;
		border: 0 none; height: 2.5rem; line-height: 1.5rem; padding: .5rem 1rem; color: #632C6C; cursor: pointer; font-weight: bold;
		display: flex; align-items: center; justify-content: center; border-radius: 1.25rem; border-bottom-right-radius: 0; border-bottom-left-radius: 0;
		box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,0.16), 0 .25rem 1.5rem 0 rgba(0,0,0,0.1);
		transform-origin: 100% 100%; transform: rotate(-90deg);
		transition: color ease 0.15s, box-shadow ease 0.15s;
	}
	.btn-bookmark > svg { margin-right: .25rem; }
	.btn-bookmark:hover {
		color: #FD823D; box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,0.16), 0 -.75rem 1.5rem 0 rgba(0,0,0,0.1), 0 -.75rem 1.5rem 0 rgba(253,130,60,0.1);
	}
	.btn-bookmark:active {
		color: #7B4324; box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,0.16), 0 .25rem 1rem 0 rgba(0,0,0,0.1);
	}
}