@import url(style_cs.1761425283.css);

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/v4-font-face.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/fontawesome.min.css');
@import url('//forumstatic.ru/files/001c/56/64/56573.css'); /*f-rr*/
@import url('//forumstatic.ru/files/001c/56/64/25153.css'); /*fi-ss*/

/* используются в дизайне */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans:400,400i,600,600i,700,700i,800,800i|Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Unbounded:wght@200..900&display=swap');

:root {
	--base-bg: #27242C;
	--radial-bottom: url(https://forumstatic.ru/files/001c/37/59/94338.png);
        --radial-top: url(https://forumstatic.ru/files/001c/37/59/12642.png);
	--screen-bg: url(https://forumstatic.ru/files/001c/37/59/28496.png);
        --noise: url(https://forumstatic.ru/files/001c/37/59/11387.png);

       --head: url(https://forumstatic.ru/files/001c/1e/8c/22805.png);

--cat: url(https://forumstatic.ru/files/001c/37/59/26947.png);

        --pun: #E5E5E5;

        --white: #ffffff;

	--text1: #9988A2; /*светлый*/
	--text2: #3D264B;
        --text3: #676668;
	--links: #54A371; /*светлый*/
	--links2: #54A371;
        --accent: #5C3D9C;

--border: #C4C4C4;

        --font: rubik;
        --font-a: Unbounded;

        --cover: #D7D7D7;
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html,
body {
	margin: 0;
	padding: 0
}

/* A2.2 */
.punbb * {
	margin: 0px
}

/* A2.3 */
.punbb ul,
.punbb dl,
.punbb li,
.punbb dd,
.punbb dt {
	padding: 0;
	list-style: none;
}

/* A2.4 */
.punbb img {
	border: none
}

/* A2.5 */
.punbb .main table {
	table-layout: fixed;
	width: 100%;
}

/* A2.6 */
.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
	margin: 0 0.3em;
}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
	height: auto;
	vertical-align: middle
}


/* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
	font-size: 100.01%;
}

/* A3.2 */
.punbb {
	font: normal 70% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* 3.3 */
.punbb textarea,
.punbb input,
.punbb select,
.punbb optgroup {
	font: 1em verdana, arial, helvetica, sans-serif
}


/* A3.4 */
.punbb h1,
.punbb h2,
.punbb h3 {
	font-size: 1em;
	font-weight: bold;
}

.punbb th {
	font-size: 0.9em;
	font-weight: bold;
}

.punbb h4,
.punbb table {
	font-size: 1em;
	font-weight: normal;
}

/* A3.5 */
.punbb h1 span,
.punbb h2 span,
.punbb legend span {
	font-size: 1.1em;
}

/* A3.6 */
.punbb pre {
	font: 1.1em/140% verdana, arial, monaco, "bitstream vera sans mono", "courier new", courier, monospace
}

/* A3.7 */
.punbb address,
.punbb em {
	font-style: normal
}

/* A3.8 */
.punbb .post-content em {
	font-style: italic
}

/* A3.9 */
.punbb .post-content em.bbuline {
	font-style: normal;
	text-decoration: underline;
}


/* A3.11 */
.punbb optgroup {
	font-weight: bold;
}


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb dl.post-sig dt span,
.punbb .post-box:after,
.punbb .linksb:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 0.0;
	font-size: 0;
}

/* A4.2 */
.acchide,
#pun-ulinks h2,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
	font-size: 0;
	height: 0;
	width: 0;
	line-height: 0.0;
	position: absolute;
	left: -9999px;
	overflow: hidden
}


/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
	background: linear-gradient(180deg, rgba(42, 33, 49, 0.75) 0%, rgba(34, 33, 35, 0.75) 50%, rgba(42, 33, 49, 0.75) 100%);
	margin: auto;
	width: 1020px;
	margin-top: 50px !important;
	margin-bottom:50px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid rgba(91, 84, 148, 0.1);
	border-radius: 15px;
	padding: 10px;
}

.punbb {
	padding: 0px;
}

.punbb {
	color: var(--text1);
}

.punbb a {
	color: var(--links);
transition: color 0.3s ease-in-out;
}

.punbb a:hover {
	color: var(--text1)
}


#pun-admain {
		background: var(--pun);
	border-radius: 12px;
}

#pun-admain {
	color: var(--text2);
}

#pun-admain a {
	color: var(--links);
transition: color 0.3s ease-in-out;
}

#pun-admain a:hover {
	color: var(--black)
}

.category, #pun-stats, .forum, .post, #post-form, #pun-userlist .main,
#pun-search .main, #pun-register .main, #pun-login .main {
	background: var(--pun) var(--cat) no-repeat top center;
	background-blend-mode: darken, normal;
	border-radius: 12px;
	padding: 10px !important;
	color: var(--text2)
}

.forum, .post, #post-form, #pun-stats, #pun-userlist .main,
#pun-search .main, #pun-register .main, #pun-login .main {
	background: var(--pun)
}

#pun .category a, #pun-stats a, #pun .post a, #post-form a {
	color: var(--links)
}

#pun .category a:hover, #pun-stats a:hover, #pun .post a:hover, #post-form a:hover {
	color: var(--text2)
}

.section.online-list {
	background: var(--pun);
	background-blend-mode: darken, normal;
	border-radius: 12px;
	padding: 10px !important;
	color: var(--text2);
	padding: 10px 15px
}

/* лишнее */
h1.title-logo,
#pun-navlinks h2,
#pun-ulinks h2,
#pun-status h2,
#pun-crumbs1 strong,
#pun-crumbs2 strong,
thead,
th,
#pun-crumbs1 .container strong+em,
#pun-crumbs2 .container strong+em,
#pun-index #pun-main h1,
.stickytext,
.closedatafield,
#pun-live-rusff,
.pl-reports,
td .modlist,
li#navawards,
.pa-gifts,
.acchide,
.forum h2,
.usertable h2,
.topic h2,
a.sharelink,
#pun .pa-ua,
.pa-author img,
.lastedit,
fieldset legend,
#pun .pl-reports,
#pun .mini_gifts,
#pun-userlist .main h2,
#pun-search .main h1,
#profilenav h2,
#profile-gifts,
#messages li.pl-email,
#pun .email,
.catleft,
.catright,
#pun .pl-share,
p.inputfield label em,
p.selectfield label em,
p.passfield label em,
#pun-announcement h2,
.pa-awards
 {
	display: none
}

.punbb {
	height: auto;
}

/* A5.3 */
#pun-redirect,
#pun-maint {
	margin: 50px 20% 12px 20%;
	width: auto;
	float: none;
	min-height: 100px;
}

#pun-redirect {
	border: 0 none !important;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background:
		var(--screen-bg),
		var(--noise),
		var(--radial-top) no-repeat top center,
		var(--base-bg) var(--radial-bottom) no-repeat bottom center  !important;
		background-blend-mode: screen, normal, normal, normal  !important;
	background-attachment: fixed  !important;
	background-size: auto, auto, auto, cover !important;
}

#pun-redirect #pun-main {
	background: transparent;
}

#pun-redirect * {
	border: 0 none;
}

#pun-redirect .main-title {
	display: none;
}

#pun-redirect.punbb .info .container {
	text-align: center;
	font: 400 11px var(--font);
	display: inline-block;
	margin: 0 auto;
	width: auto;
	height: auto;
	padding: 25px;
	box-sizing: border-box;
	background: var(--pun);
        border-radius: 12px;
	width: 1020px;
	margin-top: 50px;
color: var(--text2)
}

/* A5.4 */
.punbb .section,
.punbb .main {
	margin-bottom: 0;
}

/* A5.5 */
.punbb .category,
.punbb .post {
	margin-top: 0;
}

/* A5.6 */
.punbb #pun-category1,
.punbb .toppost,
.punbb .topicpost {
	margin-top: 0;
}

/* 5.7 */
#pun-post .topic {
	margin-top: 0;
}

/* A5.8 */
.punbb .section,
.punbb .forum,
.punbb .formal,
.punbb .modmenu,
.punbb .info,
.punbb .category,
.punbb .post {
	border-width: 0;
}

/***************************************************/
************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

/* B1.2 */
.punbb .post-sig dt {
	border: none;
	background: rgba(0,0,0,.15);
	height: 1px;
	display: block;
	margin: 5px auto 15px;
	width: 286px;
}

/* B1.3 */
.punbb .post-content p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 150%;
	font-family: var(--font), sans-serif;
	font-weight: 300;
	font-size: 1em;
}

/* B1.4 */
.punbb .post-content img {
	vertical-align: text-top
}

/* B1.5 */
.punbb .post-content img.postimg {
	vertical-align: middle;
}

/* B1.6 */
.punbb .post-content .blockcode,
.punbb .post-content blockquote {
	width: 100%;
	overflow: visible;
}

/* B1.7 */
.punbb .post-content .scrollbox {
	width: 100%;
	overflow: auto;
	height: auto !important;
	max-height: 200px
}

/* B1.8 */
.punbb .post-content .quote-box,
.punbb .post-content .code-box {
	border: medium none;
	margin: 0 0em 0.8em;
	padding: 0em;
}


/* B1.9 */
.punbb .quote-box cite,
.punbb .code-box strong.legend {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.0em;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
	padding: 1.1em 1.7em 1em 1.7em;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 1.1em 0;
}

/* B2.2 */
.punbb .info-box * {
	padding: 0 0 0.7em 0;
}

/* B2.3 */
.punbb #pun-main .info-box .legend {
	font-size: 1.1em;
	font-weight: bold;
}


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
	width: auto;
	height: auto;
	font: 300 11px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 0px 10px !important;
	position: relative;
	z-index: 9;
	padding: 0 0px;
}

/* B3.4 */
.linkst .postlink,
.linksb .postlink {
	text-align: right;
	font-weight: 600;
}

/* B3.5 */
.punbb .linksb {
	width: auto;
	height: auto;
	font: 300 11px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0px 0 !important;
	position: relative;
	z-index: 9;
  padding: 0px 0px;
}


.linksb {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
}

#profile .button {
	margin-top: 0 !important;
}

#profile .clearer {
	display: none
}

#profile .linksb:after,
.linksb:after {
	display: none !important;
}


.postlink span+span {
	margin-left: 5px
}

/* B3.6 */
.linksb .pagelink {
	float: left;
	width: auto;
	text-align: left;
	order: 1
}

#pun .postlink.long .new-topic {
	padding: 0 !important;
}

/* B3.7 */
.linksb .postlink,
.linksb noindex {
	width: auto;
	order: 3;
	position: relative
}

.subscribelink {
	position: relative;
	order: 2;
	text-align: center;
}

.pagelink, .new-poll a, .new-topic a, .postlink span a {
	background: #372E3C;
	padding: 3px 10px;
	border-radius: 15px;
	text-transform: lowercase;
	color: var(--white) !important;
	transition: all .4s linear 0s !important;
	white-space: nowrap
}

.pagelink {
	color: var(--text1) !important;
}

.new-poll a:hover, .new-topic a:hover, .postlink span a:hover {
	background: var(--links);
	color: var(--white) !important;
}

.postlink.long {
	width: auto !important;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
	padding: 0;
}

#post.container {
	padding: 0 15px !important;
}

/* C1.2 */
.punbb .formsubmit {
	padding: 0;
	margin: 0em 0 0 0;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 0;
	align-items: center;
}

#togglePreview {
	margin-left: auto
}

/* C1.3 */
.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
	margin: 0 0.6em 0 0
}

/* C1.4 */
.punbb fieldset {
	border-style: solid;
	border-width: 1px;
	padding: 0 0px 0 0px;
	margin: 0 0 1em 0
}

/* C1.5 */
.punbb fieldset legend {
	padding: 0;
	margin: 0 0 0 11px;
	font-size: 1.1em
}

/* C1.6 */
.punbb fieldset legend span {
	padding: 0 5px;
	margin: 0 0 0 -15px;
}

#profile .container fieldset legend {
	display: block;
	font-size: 10px;
	margin-bottom: .6em
}

/* C1.7 */
.punbb fieldset fieldset {
	border-style: none;
	margin: 0;
	padding: 0 0 8px 0
}

/* C1.8 */
.punbb .fs-box {
	padding: 0em 0 0em 0;
}

/* C1.9 */
.punbb .fs-box p,
.punbb .fs-box fieldset {
	padding: 0 0 1.5em 0
}

/* C1.10 */
.punbb .inline .inputfield,
.punbb .inline .selectfield,
.punbb .inline .passfield {
	float: left;
	margin-right: 1em;
}

/* C1.11 */
.punbb .inline .infofield {
	clear: both
}

/* C1.12 */
.punbb .datafield br {
	display: none
}

/* C1.13 */
.punbb .required label,
.punbb .datafield span.input {
	font-weight: bold
}

/* C1.14 */
.punbb .datafield span.input a {
	font-weight: normal;
}

/* C1.15 */
.punbb .areafield span.input,
.punbb p.longinput span.input {
	display: block;
	padding: 0 4em 0 0;
	height: 100%;
	/* For IE */
}

/* C1.16 */
.punbb textarea,
.punbb .longinput input {
	width: 64%;
	margin: 0;
}

/* C1.17 */
.punbb .hashelp {
	position: relative;
}

/* C1.18 */
.punbb .helplinks {
	display: block;
	position: absolute;
	top: 1em;
	right: 0;
	font-weight: normal;
	width: 36%;
}

/* c1.19 */
.punbb #profile .helplinks {
	top: 1.5em;
}

/* C1.20 */
.punbb .helplinks span {
	display: block;
	padding-bottom: 0.2em;
}

.punbb .helplinks span INPUT {
	margin: 0px 2px 2px 0px;
}

/* C1.21 */
#pun-post .formal .info-box li {
	padding-left: 4px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5;
	margin: 0;
}


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
	/*  overflow: hidden;*/
	text-align: left;
	width: 35%;
}

/* C2.2 */
.punbb .main .tc2,
.punbb .main .tc3,
.punbb .main .tcmod {
	text-align: center;
	width: 6%;
}

/* C2.3 */
.punbb .main .tcr {
	overflow: hidden;
	text-align: left;
	width: 27%;
}


/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
	width: 40%
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
	text-align: left;
	width: 20%;
}

/* C2.6 */
#pun-debug table .tcl {
	width: 15%;
	white-space: normal;
}

/* C2.7 */
#pun-debug .tcr {
	width: 90%;
	white-space: normal;
}

/* C2.8 */
#pun-index .tcl h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/* C2.9 */
.punbb td span.youposted {
	font-weight: bold;
	margin-left: -1em;
	position: absolute;
}

/* C2.10 */
.punbb td .modlist {
	display: none;
	padding-top: 0.3em
}

/* C2.11 */
.punbb .main td {
	padding: 0.9em 0em;
}

/* C2.12 */
.punbb .main th {
	border: none;
	padding: 0.4em 1em 0.4em 1em;
}

/* C2.13 */
.punbb .main .tcl {
	border-left-style: none;
	border-left-width: 0;
}

* html .tclcon {
	height: 1px
}

/* C2.14 */
.punbb td div.tclcon {
	line-height: 150%;
	margin-left: 0;
	text-align: left;
}


/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post {
	margin-top: 0px;
	position: relative;
}

/* C3.2 */
.punbb .post .container {
	border: none;
	margin-top: 0px;
}

.post {
	scroll-margin: 70px;
	position: relative;
}

.post + .post {
	margin-top: 10px
}

/* C3.2 */
.post h3 {
	border-width: 0px;
	-webkit-text-size-adjust: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font: 300 11px var(--font);
	z-index: 1;
	margin: 0px 0px 5px !important;
	padding: 0px !important;
	text-transform: uppercase;
	width: auto;
	height: auto;
	box-sizing: border-box;
	color: var(--text3)
}

.post h3 span {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 0;
	flex-wrap: wrap;
	position: relative;
}

.post h3 span a.permalink,
.post h3 strong {
	font-weight: normal;
	box-sizing: border-box;
	background: var(--cover);
	padding: 3px 10px;
	border-radius: 20px;
}

.post h3 span a.permalink {
	color: var(--links) !important;
	font-weight: 500
}

.post h3 span a.permalink:hover {
	color: var(--text2) !important;
}

.post h3 strong {
	order: 2;
	font-weight: normal;
	margin-left: auto;
	color: var(--text3)
}

.post h3 span strong:before {
	content: "post #";
}

/* C3.5 */
.punbb .post .post-author {
	float: left;
}

/* C3.6 */
.punbb .post .post-author ul,
.punbb .post .post-author p {
	line-height: 140%;
}

/* C3.8 */
.pa-author a {
	text-decoration: none
}

/* C3.9 */
li.pa-title {
	padding-bottom: 0.4em;
	font-weight: bold;
}


li.pa-online {
	margin-top: 1em;
	text-transform: uppercase
}

li.pa-online strong {
	font-weight: normal
}

/* C3.11 */
.punbb .post-body {
	margin-left: 260px;
	border: none;
	position: relative;
}

/* C3.12 */
.punbb .post-box {
	padding: 0 0 1em 0;
	padding-top: 10px !important;
	padding-right: 10px !important;
        text-align: left;
	position: relative;
	z-index: 1;
}

/*C3.13 */
.punbb fieldset .post-box {
	margin-bottom: 0.8em;
}

/*C3.14 */
.punbb .post-links {
	margin: 1em 0px 0px;
	padding: 0px 0px 0px;
	position: relative;
	z-index: 9;
}

.post-links ul {
	text-align: right;
}

.post-links li {
	display: inline;
}

.profile,
.pm,
.email {
	float: left
}

.post-links li+li,
.pa-links li+li {
	margin-left: 5px;
}

.post-links li {
	display: inline-block
}

.punbb .post-links ul li:first-child {
	margin-left: 0
}

.endpost .post-links ul {
	border: 0 !important;
}

#pun .post-links ul a,
.pa-links li a {
	font: 600 10px var(--font);
	background: var(--cover);
	padding: 3px 10px;
	border-radius: 12px;
	display: block
}


/* C3.17 */
.pl-email,
.pl-website {
	float: left;
}

/* C3.18 */
.punbb .clearer {
	clear: both;
	height: 0;
	font-size: 0;
}


/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */
.punbb .modmenu .container {
	padding: 5px 25px;
	text-align: right;
	font: 300 12px var(--font) !important;
	background: var(--pun);
	border-radius: 12px;
	margin-top: 5px;
	color: var(--text2);
}

.forum tr + tr {
	margin-top: 0
}

.forum tr {
	display: flex;
	padding: 10px !important;
	gap: 40px;
	font: 400 11px var(--font);
	align-items: center;
	text-transform: lowercase;
	color: var(--text3);
}

.forum td {
	padding: 0 !important;
	overflow: visible !important;
}

.forum .tcl {
	flex: auto;
}

.forum .tclcon > a:first-of-type {
	display: block !important;
	font-size: 11px;
}

.forum .tc2,
.forum .tc3 {
	width: 70px !important;
	font-size: 10px;
	font-weight: normal !important;
}

.forum .tc3 {
	display: none
}

.forum .tc2 {
	display: flex;
	align-items: center;
	gap: 5px;
}

.forum .tc2:before {
	content: "";
		mask: url(https://forumstatic.ru/files/001c/37/59/18192.svg?v=1) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/18192.svg?v=1) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	width: 14px;
	height: 14px;
	display: block;
	background: var(--text3)
}

#pun .forum .tcr {
	min-width: 30% !important;
}

.lastmess_wrap {
	display: flex;
	flex-direction: column;
}

#pun .forum a {
	font-size: 12px;
}

.forum table {
	margin: 0px 0
}


.forum thead {
	display: none
}

.forum tr td {
	padding: 0 !important;
}


.forum .tcl {
	order: 1;
}

.forum .tcr {
	order: 2
}

.forum .tc2 {
	order: 3
}

.forum .byuser-username {
	font-weight: 500
}

.forum .tcl .byuser:before {
	content: "created by";
	font-weight: 300
}

.forum .byuser-username {
	font-weight: 500
}

.forum .tcr .byuser:before {
	content: "posted by";
	font-weight: 300
}

#topic-modmenu {
	padding-bottom: 5px
}

#pun-viewforum .tcr, #pun-searchtopics .tcr {
  display: flex;
	align-items: center;
}

#pun .user-avatar {
    width: 30px !important;
    height: 30px !important;
	margin: 0 !important;
	margin-right: 10px !important;
}

#pun .user-avatar .avatar-image {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transition: all .5s linear 0s;
    box-sizing: border-box;
    opacity: .55;
	  filter: grayscale(100%);
	border: 1px solid var(--text3)
}

#pun-index .user-avatar, #pun-index .user-avatar .avatar-image {
	width: 30px !important;
	height: 30px !important;
}

#pun .user-avatar .avatar-image:hover {
    filter: none;
    opacity: 1;
}

#pun .user-avatar .avatar-image:hover {
    filter: none
}

#pun .user-avatar .isonline {
  background: var(--accent);
  right: -4px;
	margin: 0px !important;
  box-sizing: border-box;
  z-index: 1;
    animation: none;
	border-radius: 0px !important;
	height: 14px;
	top: -4px;
	width: 13px;
	border: none;
	  	mask: url(https://forumstatic.ru/files/001c/37/59/70076.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/70076.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
}

.user-avatar .avatar-image[style*=default_avatar] {background-image: url(https://forumstatic.ru/files/001c/1e/8c/46748.png) !important;}

/* C4.2 */
.punbb .modmenu strong,
.punbb .modmenu a {
	line-height: 1.8em;
}

/* C4.3 */
.punbb .modmenu .container strong {
	float: left;
}

/* C4.4 */
.punbb .modmenu input {
	margin-left: 1em;
}


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
	padding: 0.8em 1em
}

/* C5.2 */
.punbb .info .container .backlink {
	padding-top: 0.8em;
}


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
	padding-left: 18.6em;
}

/* C6.2 */
#profilenav {
	float: left;
	width: 14em;
	margin-left: -18.7em;
	display: inline;
}

/* C6.3 */
#profilenav li {
	padding-bottom: 0.8em;
	font-weight: normal;
}

/* C6.4 */
#viewprofile ul,
#profilenav ul {
	border-style: solid;
	border-width: 1px;
	padding: 1.5em 18px 0.8em 18px;
	margin: 0 0 1em 0;
}

/* C6.5 */
#viewprofile h2,
#profilenav h2 {
	padding: 3px 0 0 10px;
	margin: 0 14px -0.6em 14px;
	text-align: center !important;
}

/* C6.6 */
#viewprofile h2 span,
#profilenav h2 span {
	padding: 0 5px;
	position: relative;
}

/* C6.7 */
#viewprofile li,
#setmods dl {
	padding: 0 0 0 16em;
	margin-bottom: 0.2em;
}

/* C6.8 */
#viewprofile li span {
	float: left;
	width: 14em;
	margin-left: -16em;
	padding: 0.5em 1em;
	font-weight: normal;
}

/*C6.9 */
#setmods dt {
	float: left;
	width: 14em;
	margin-left: -16em;
	padding: 0.8em 1em;
	font-weight: bold;
	display: inline;
}

/* C6.10 */
#viewprofile li strong,
#viewprofile li div,
#setmods dd {
	display: block;
	padding: 0.5em 1em;
	font-weight: normal;
}

/* C6.11 */
.punbb img.avatardemo {
	float: right;
	margin: 0 0 0.8em 1.8em
}


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal,
#pun-userlist .formal .container {
	border-bottom: none;
	margin-bottom: 0;
}

/* C7.2 */
#pun-userlist .usertable .container {
	padding: 0 2.3em 2.3em 2.3em;
	border-top: none;
}

/* C7.3 */
#pun-userlist .usertable table {
	border-style: solid;
	border-width: 1px;
}


/***************************************************/
************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
	margin: 0;
	border: none;
	margin-bottom: -35px;
}

/* D1.2 */
#pun-title h1 {
	display: block;
	height: 10px;
	margin: -1px 0px 0px -30px;
}

/* D1.3 */
#pun-title .container {
	border: none;
	padding: 0.2em 1em 0.8em 1em;
}

/* D1.4 */
#pun-title h1 span {
	display: none;
}

#pun-title TD.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title TD.title-logo-tdr {
	border: none;
	width: 420px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
	position: absolute;
	top: -15px;
	left: 0;
	margin: 0;
	border: none;
	padding-left: -20px;
	width: 100%;
}

/* D2.2 */
#pun-pagelinks .container {
	background: transparent;
	border: none;
	padding: 0
}

/* D2.3 */
#pun-pagelinks .container li {
	display: inline
}

/* D2.4 */
#pun-pagelinks li a,
#pun-pagelinks a:link,
#pun-pagelinks a:hover {
	height: 2em;
	line-height: 2em;
	padding: 0;
	font-size: 1.2em;
	margin-left: -9999px;
	display: block;
	float: left;
	width: 100%;
}

/* D2.5 */
#pun-pagelinks a:active,
#pun-pagelinks a:focus {
	position: relative;
	margin: 0;
}

#pun-pagelinks li a span {
	display: block;
	margin: 0 1em
}

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
	border: none;
	margin: 0;
}

#pun-navlinks .container {
	border: none;
	margin: 0;
}

/* D3.2 */
#pun-navlinks .container {
	font-weight: normal;
}

/* D.3 */
#pun-navlinks li {
	display: inline;
	margin: 0;
}

/* D3.4 */
#pun-navlinks li a {
	font-family: tahoma;
	font-size: 0.8em;
	padding: 10px 5px 10px 7px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
	border: none;
}

#pun-ulinks .container {}

#pun-ulinks li,
#pun-ulinks li a {
	display: inline;
	white-space: nowrap;
}

#pun-ulinks li a {
	font-size: 0.8em;
	padding: 0 0 0 5px;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status,
#pun-status .container {
	border-bottom: none;
	margin-bottom: 0;
}

#pun-status {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	top: 43px;
	position: absolute;
	left: 35px;
	gap: 10px;
	width: 170px;
}

/* D5.2 */
#pun-status .container {
	text-align: left;
	font: 300 9px var(--font);
	color: var(--white);
	display: flex;
	flex-direction: column;
	text-transform: lowercase;
	gap: 2px;
	flex: 1
}

.gid3 #pun-status .item1 {
	display: none
}

#pun-status a {
	font-weight: normal;
	color: var(--white);
	text-transform: none;
	display: inline-block;
}

#pun-status a:hover {
	color: var(--accent)
}

#pun-status .container strong {
	font-weight: 600 !important;
}

#pun-status .status-right {
	float: none !important;
}

#pun-status .item2 strong {
	text-transform: lowercase
}

#pun-status .item3 {
	margin-left: 10px !important;
}

#pun-status .item4 {
	display: none
}


.status_userava {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #A8A8A9;
	position: relative
}

.status_userava:after {
	content: "";
	background: rgba(41, 33, 47, 0.49);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.status_userava img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	filter: grayscale(100%)
}


/* D5.3 */
#pun-status span {
	white-space: pre-line;
	margin-right: 0.5em;
}

/* D5.4 */
#pun-crumbs1 {
	font-weight: bold;
	overflow: hidden;
	margin-top: 15px;
	position: relative
}

/* D5.5 */
#pun-crumbs1 p.container {
	border-top: none;
}

/* D5.6 */
#pun-break1 {
	margin: 0 1em;
	border-style: solid none;
	border-width: 1px 0;
	height: 0;
	margin: -2px 1em;
	position: relative;
	z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
	padding: 0;
	margin: 0 1em -3.5em 1em;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	position: relative;
	font-weight: bold;
	display: none
}

/* D6.2 */
#pun-announcement h2 span {
	display: block;
	padding: 1em 0 0.8em 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* D6.3 */
#pun-announcement.section {
	margin: 0
}

#pun-announcement .container {
  padding: 0;
	margin: 0
  }

/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats {
	margin: 10px 0px 0px !important;
	height: auto;
	position: relative;
	text-align: left;
}

#pun-stats h2 {
	padding-left: 15px !important;
}

#pun-stats .container {
	margin: 0 0px;
	font: 400 12px var(--font);
	gap: 20px;
	padding: 0px 15px 15px !important;
	box-sizing: border-box;
	position: relative;
	border: none !important;
	display: flex;
	flex-wrap: wrap;
	color: var(--text3)
}

#pun-stats .container a {
	color: var(--text2);
	font-weight: 500
}

#pun-stats .container a:hover {
	color: var(--links)
}

.ststitems {
	display: flex;
	flex-wrap: wrap;
	font: 200 10px var(--font);
	text-transform: none;
	margin: 0px;
	padding: 0px;
	align-items: flex-start;
	text-align: center;
	align-self: start;
	gap: 20px;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	text-transform: uppercase
}


.ststitems li strong {
	font-weight: normal
}

.onlinelist {
	padding-top: 0px !important;
}

.statscon .item1 span,
.statscon .item2 span,
.statscon .item3 span,
.statscon .item4 span {
	font-size: 0
}

.statscon .item1 span:before,
.statscon .item2 span:before,
.statscon .item3 span:before,
.statscon .item4 span:before {
	font-size: 10px
}

.statscon .item1 span:before {
	content: "историй: "
}

.statscon .item2 span:before {
	content: "сообщений: "
}

.statscon .item3 span:before {
	content: "игроков: "
}

.statscon .item4 span:before {
	content: "привет, "
}

#onlinelist {
	font-weight: 300;
}

#onlinelist span {
	font-weight: 300
}

#onlinelist strong {
	font-weight: 300
}

#onlinelist span a {
	font-weight: 500
}

#onlinelist.onlinelist {
	width: 400px;
	border-right: 1px dashed var(--border)
}

#onlinelist.users_24h {
	flex: 1;
}



/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
	margin: 0;
	border: none;
	width: 50%;
	position: relative;
	float: left;
}

/* D8.2 */
#pun-qjump .container {
	border: none;
	background: transparent;
	padding: 0.8em 1em;
}

/* D8.3 */
#pun-about {
	margin-top: 0;
}

/* D8.4 */
#pun-about .container {
	border-top-style: none;
	text-align: right;
	line-height: 150%;
	padding: 0.8em 1em;
}

/* D8.5 */
#pun-about p span {
	display: block;
}

/* D8.6 */
#pun-crumbs2 {
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 0;
}

/* D8.7 */
#pun-crumbs2 .container {
	font-size: 1.1em;
}

/* D8.8 */
#pun-break4 {
	margin: -2px 1em;
	border-style: solid none;
	border-width: 1px 0;
	position: relative;
	height: 0;
	z-index: 1;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
	border-top-style: solid;
	border-top-width: 1px;
}


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0;
	margin-bottom: 0.8em;
}

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
	padding-bottom: 0.6em;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 1.1em;
}

/* D9.3 */
#pun-help .formal p,
#pun-help .formal dd {
	margin-bottom: 1em
}

/* D9.4 */
#pun-help .formal ul,
#pun-help .formal dl {
	padding: 0 0 0 1em
}

/* D9.5 */
#pun-help .formal li {
	padding: 0;
	line-height: 130%
}

/* D9.6 */
#pun-help .formal li * {
	vertical-align: text-top
}

/* D9.7 */
#pun-help .formal dt span {
	font: 1.4em/120% monaco, "bitstream vera sans"
}

@-moz-document url-prefix() {
body {
	scrollbar-width: thin;
	scrollbar-color: var(--accent) rgba(20, 18, 15, 0.01);
}

html {
	scrollbar-width: thin;
	scrollbar-color: var(--accent) rgba(0, 0, 0, 0.01);
}
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(20, 18, 15, 0.1);
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	width: 4px !important;
	border-radius: 100px !important;
}


.stickytext,
.closedatafield,
#pun-live-rusff,
.pl-reports {
	display: none
}


input,
textarea {
	outline: none;
}

input:active,
textarea:active {
	outline: none;
}

:focus {
	outline: none;
}

#pun-messages .fs-box {
	padding: 0px;
}

#pun-messages #post-form .fs-box {
	padding: 0 0px;
}

#pun-messages #post-form {
	padding: 15px !important;
}

#pun-messages .pa-posts {
	display: none
}

#pun-messages .pa-online {
	clear: both
}


#main-reply {
	height: 200px;
        font-size: 13px;
}


#mask_dialog .inner,
.modal-inner.section,
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner,
.editBookmark {
	border: 1px solid var(--border)  !important;
	background: 
		var(--cover);
	border-radius: 10px;
	padding: 15px !important;
	color: var(--text2)
}

#post legend span {
	display: none
}


#font-area,
#size-area,
#color-area,
#table-area,
#smilies-area,
#image-area,
#imageup-area,
#imageattach-area,
#keyboard-area,
#video-area,
#addition-area {
	top: 55px !important;
}

.pl-reports {
	display: none !important;
}

.pa-avatar img {
	max-width: 180px
}

.post-content td {
	border: none transparent !important;
	overflow: visible !important;
}

::selection {
	background: var(--links);
	color: #fefefe;
}

#html-header {
	color: var(--text1);
}

.post-content abbr {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #555
}


#pun #pun-ulinks #Rz {
	display: none !important;
}

.punbb-admin textarea {
	width: 97% !important;
}

input[type="checkbox"] {
	border-radius: 100%;
	appearance: none;
	padding: 5px !important;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
    margin-right: 10px !important;
	border: 1px solid var(--borders) !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

input[type="radio"] {
	border-radius: 100%;
	appearance: none;
	padding: 5px !important;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
    margin-right: 10px !important;
	border: 1px solid var(--borders) !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	color: var(--accent);
}

span.checkfield,
p.checkfield {
	display: flex;
	margin-top: 10px !important;
	align-items: center
}

.pl-share {
	display: none !important
}

.pl-email.email {
	display: none !important;
}

body.post-content {
	width: 100%;
}

#post-form {
	padding: 0px 0px !important;
}


.intd {
	display: flex;
	align-items: center
}

#post-form h2 {
	display: none
}

.rait_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	margin-top: 20px;
	flex-direction: row-reverse
}

.punbb .post-rating {
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}

.punbb .post-rating p, .punbb .post-rating {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	padding: 0 !important;
}


.punbb .post-rating p, .punbb .post-vote {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	font: 400 9px/100% var(--font);
	padding: 3px 10px !important;
	margin: 0 !important;
	background: var(--cover);
	align-self: stretch;
	border-radius: 10px;
	color: var(--text1)
}

.punbb .post-vote .container {
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.punbb .post-rating a {
	height: auto;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	color: var(--text2) !important;
	gap: 5px
}

.punbb .post-rating a:before {
  content: "";
mask: url(https://forumstatic.ru/files/001c/37/59/35305.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/35305.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	width: 14px;
	height: 14px;
	display: block;
	background: var(--links);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s linear 0s;
}

.punbb .post-rating a:hover:before {
	background: var(--accent) !important;
}

.punbb .post-vote a {
	color: transparent !important;
	height: auto;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	align-self: stretch
}

.punbb .post-vote a:before {
  content: "";
mask: url(https://forumstatic.ru/files/001c/37/59/86859.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/86859.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	width: 14px;
	height: 14px;
	display: block;
	background: var(--links);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s linear 0s;
	color: var(--links);
	position: absolute;
	z-index: -1;
}

.punbb .mylike .post-rating a:before {
	color: var(--text3);
	opacity: .5
}

.punbb .mylike .post-rating p {
	opacity: .75
}

.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
	color: var(--text3)
}

.punbb .mylike .post-vote {
	display: none
}

#viewprofile-next {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #2C2332;
	border-radius: 12px;
}

#viewprofile-next #profilenav {
	display: none
}

#viewprofile-next tr {
	display: flex;
	font-family: var(--font);
	gap: 20px
}

#profile-left {
	width: 240px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px dashed rgba(255,255,255,.5) !important;
}

#profile-left li+li {
	margin-top: 5px;
}

#profile-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 3px;
	width: auto !important;
	padding: 0px !important;
	box-sizing: border-box;
	flex: 1;
	margin: 0 !important;
	align-self: flex-start
}

#profile-right li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	padding: 10px 10px !important;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	flex: auto;
	margin: 0 !important;
	align-self: stretch
}


#profile-right li strong {
	flex: auto;
	font-weight: normal;
	padding: 0 !important;
	margin: 0 !important;
}

#pun #profile-right li span {
	float: none;
	margin: 0;
	width: auto;
	font-weight: 300;
	padding-top: 0;
	font-size: 10px;
	text-transform: uppercase
}

#pa-invites,
#pa-gifts,
#pa-awards {
	display: none !important;
}

#pa-invites,
#pa-gifts,
#pa-awards {
	display: none !important;
}

#profile {
	display: flex;
}

#profile form.container {
	width: 100%;
	padding-left: 18.6em
}

#profile form.container fieldset {
	background: #2C2332;
	border-radius: 10px;
	padding: 10px
}

#profile form.container fieldset legend {
	background: rgba(255,255,255,.05);
	width: auto !important;
	text-transform: uppercase;
	font-size: 9px;
	padding: 3px 10px;
	border-radius: 10px;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px)
}

.fs-box .inputfield label, .fs-box .selectfield label {
	display: flex;
}

#profile form.container fieldset legend span {
	margin: 0;
}


#profilenav {
	display: flex;
	margin-left: -17em;
}

#pun-messages #profile>.container {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	padding-left: 0;
	padding: 0px 0px;
	box-sizing: border-box;
}

#pun-messages #profilenav {
	float: none;
	width: 100%;
	margin: 0 0 15px;
	display: flex;
	flex-direction: column;
	padding: 15px;
	gap: 15px;
	box-sizing: border-box;
	background: var(--pun);
	border-radius: 12px;
	color: var(--text2)
}

#pun-messages #profilenav ul,
#pun-messages #profilenav li {
	padding: 0;
}

#pun-messages #profilenav ul {
	display: flex;
	gap: 10px;
	margin: 0
}

#pun-messages #profilenav li {
	padding: 5px 25px;
	background: var(--cover);
	border-radius: 10px;
	box-sizing: border-box
}

#pun-messages #profilenav .isactive {
	font-weight: 700;
	background: var(--cover);
	border: 1px solid var(--border);
}

#pun-messages #profilenav h2 {
	display: block;
	text-align: left !important;
	padding-left: 0;
	margin-left: 0;
}

#pun-messages #messages {
	background: var(--pun);
	border-radius: 12px;
	color: var(--text2);
	padding: 15px;
}


#pun-messages .fs-box .container {
	padding: 0px 0 !important;
}

#pun-messages .fs-box .container tr {
	display: flex;
	align-items: center;
	padding: 0 10px;
	border-bottom: 1px dashed var(--border)
}

#pun-messages .fs-box .container tr:last-child {
	border: none
}

#pun-messages .fs-box .post>.container {
	display: block !important;
}

#pun #keyboard-span input {
	font-family: Arial, Helvetica, sans-serif !important;
	;
	font-weight: 300;
	font-size: 13px;
	color: var(--text2);
	background-color: var(--cover);
	margin: 1px 1px 0 0;
	margin-top: 1px;
	border: 1px solid var(--border) !important;
	cursor: pointer;
	padding: 0 10px !important;
	height: 25px;
	min-width: 30px;
}

#pun #keyboard-span input+input {
	margin: 3px
}

#pun-index .lastpost {
	font-size: 0
}

#pun-index .datetime,
#pun-index .byuser {
	font-size: 10px;
}

#pun-index .datetime:after {
	content: ", "
}

#BookmCntToggle {
	margin-top: 1px !important;
	z-index: 9999;
}

#MyBookmarks {
	background: var(--fill);
	text-shadow: none;
	color: var(--links);
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	width: 280px !important;
}

#MyBookmarks inner {
	padding-top: 40px !important;
}

#BookmCntToggle.default-style {
	background: var(--fill) !important;
	border-radius: 2px;
	box-shadow: 2px 2px 1px #000;
	opacity: .95;
}

#MyBookmarks h2 {
	margin: 0 !important;
	padding: 10px 20px !important;
	background: var(--fill2);
	border-radius: 6px;
	border: 1px solid var(--borders) !important;
	box-sizing: border-box;
	margin-bottom: 20px !important;
}

.post .bookmark {
	color: var(--links) !important;
}

#BookmCntToggle.default-style {
	color: var(--links) !important;
	z-index: 9999
}

#BookmCntToggle {
	top: 10px;
	left: 60px !important;
}

#MyBookmarks {
	z-index: 99999 !important;
}

#bm2 {
	right: 20px !important;
}

#pun .scrl.t,
#pun .scrl.b {
	box-shadow: none !important;
	background: var(--fill2);
	border: 1px solid var(--borders);
	border-radius: 6px;
	width: 110px;
}

.scrl.t+.scrl.b {
	margin-left: 10px !important;
}

#imageupload-left input[type=button] {
	width: auto !important
}

#pun-respect td {
	padding: .8em !important;
	overflow-wrap: normal
}

#pun hr {
  margin: 20px 0;
  padding: 0;
  height: 2px;
  border: none;
  background: linear-gradient(to right, transparent 50%, #fff 50%), 
        linear-gradient(to right, blue, red);
  background-size: 16px 2px, 100% 2px;
}

#topic-feed {
	display: none
}

#navpm {
	position: relative
}

#pun .num_msg {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	top: 8px;
	right: -15px;
	font-size: 10px;
	font-weight: 700;
	background: red;
	padding: 1px 4px;
	border-radius: 100px;
	height: 14px;
	color: #fff;
	cursor: pointer;
}

#pun .num_msg:before {
	display: none
}

#pun-messages #togglePreview {
	top: -15px
}

.post-content table {
	border-radius: 5px;
}

img[alt~="hide-autor2"] {
	opacity: 0;
	display: none
}

#form-buttons {
	margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
	flex-direction: row-reverse
}

#plng {
    font-size: 10px !important;
    font-weight: 300 !important;
    margin-top: 0px !important;
    padding: 0px !important;
    display: flex;
  align-items: center;
    transition: all 0.3s ease-in-out 0s;
color: var(--text2);
  text-transform: uppercase;
  white-space: nowrap;
  gap: 5px;
	font-family: var(--font);
}

#plng b {
  font-weight: 600;
  color: var(--text2)
}

#form-buttons td img {
	position: relative
}

#form-buttons tr {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

#form-buttons table {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}

#form-buttons td {
	transition: all .5s ease-in-out 0s;
	color: var(--text2);
  width: 25px;
}

#form-buttons td:hover {
	color: var(--links);
}

#button-font,
#button-transL,
#button-size,
#button-bold,
#button-italic,
#button-underline,
#button-strike,
#button-indent,
#button-left,
#button-center,
#button-right,
#button-justify,
#floatbut,
#button-link,
#button-spoiler,
#button-image,
#button-image-old,
#button-video,
#button-hide,
#button-quote,
#button-code,
#button-color,
#button-table,
#button-smile,
#button-sticker,
#button-keyboard,
#button-addition,
#button-mask,
#button-html,
#button-vkladka,
#My_replic_meny {
	position: relative !important;
	background: none !important;
}

#button-font:before,
#button-transL:before,
#button-size:before,
#button-bold:before,
#button-italic:before,
#button-underline:before,
#button-strike:before,
#button-indent:before,
#button-left:before,
#button-center:before,
#button-right:before,
#button-justify:before,
#floatbut:before,
#button-link:before,
#button-spoiler:before,
#button-image:before,
#button-image-old:before,
#button-video:before,
#button-hide:before,
#button-quote:before,
#button-code:before,
#button-color:before,
#button-table:before,
#button-smile:before,
#button-sticker::before,
#button-keyboard:before,
#button-addition:before,
#button-mask:before,
#button-html:before,
#button-vkladka:before,
#My_replic_meny:before {
	content: "";
	height: 26px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	z-index: 0
}

#button-font:before {
	content: "\f031"
}

#button-transL:before {
  content: "\f362"
}

#button-size:before {
	content: "\f034"
}

#button-bold:before {
	content: "\f032"
}

#button-italic:before {
	content: "\f033"
}

#button-underline:before {
	content: "\f0cd";
	top: 1px
}

#button-strike:before {
	content: "\f0cc"
}

#button-indent:before {
	content: "\f03c"
}

#button-left:before {
	content: "\f036"
}

#button-center:before {
	content: "\f037"
}

#button-right:before {
	content: "\f038"
}

#button-justify:before {
	content: "\f039"
}

#floatbut:before {
	content: "\f03b"
}

#button-link:before {
	content: "\f0c1"
}

#button-spoiler:before {
	content: "\f070";
	font-size: 17px
}

#button-image:before {
	content: "\f302";
	font-size: 18px
}

#button-image-old:before {
	content: "\f03e";
	font-size: 18px
}

#button-video:before {
	content: "\f167";
	font-size: 18px;
	top: 0px
}

#button-hide:before {
	content: "\f023"
}

#button-quote:before {
	content: "\f10e"
}

#button-code:before {
	content: "\f121";
}

#button-color:before {
	content: "\f576"
}

#button-table:before {
	content: "\f0ce"
}

#button-smile:before {
	content: "\f118"
}

#button-sticker:before {
	content: "\f118"
}

#button-vkladka:before {
	content: "\f58d"
}

td#button-files_rusff,
td#button-graffiti_rusff {
	display: none !important;
}

#button-keyboard:before {
	content: "\f11c";
	font-size: 16px
}

#button-addition:before {
	content: "\f0fe"
}

#button-mask:before {
	content: "\f630"
}

#button-html:before {
	content: "\f1c9"
}

#pun .post-content .spoiler-box > div {
  background:transparent;
  position: relative;
	font-family: var(--font)
}

#pun .post-content .spoiler-box > div:before {
  content: "";
  background: url(https://forumstatic.ru/files/001c/37/59/81618.svg) no-repeat -12px center;
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease-in-out .15s;
  box-sizing: border-box;
}

#pun .post-content .spoiler-box > div.visible:before {
  background: url(https://forumstatic.ru/files/001c/37/59/81618.svg) no-repeat 0 center;
}


#button-smile {
    display: none !important;
}

.post-content .nm {
    display: none;
}
.post-content .fd {
    display: none;
}



/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
#pun-navlinks a.NextShow{
  position:relative!important;
}
#pun-navlinks a.NextShow+span.odd{
  position:absolute!important;
}
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}
#pun-navlinks #New-exit img{
position:absolute!important;
margin: 0!important;
width:22px!important;
height:auto!important;
opacity: .9!important;
}
#pun-navlinks #New-exit:hover{
opacity: .4;
}
/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
  position:absolute!important;
  z-index:100000!important;
  margin-top: -8px!important;
  margin-left: 93px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none!important;
}
.punbb #pun-navlinks #form-login input:not([type="submit"]){
text-align: center;
    border: 2px inset rgb(62 42 36)!important;
    text-rendering: auto!important;
    color: #000000!important;
    margin-top: 4px!important;
    border-radius: 5px!important;
    letter-spacing: normal!important;
    word-spacing: normal!important;
    text-transform: none!important;
    text-indent: 0px!important;
    text-shadow: none!important;
    padding: 2px 7px!important;
    display: inline-block!important;
    text-align: center!important;
    font: normal normal 400 11px/normal Arial!important;
    background-color: rgb(241, 241, 241);
    box-shadow: inset 0px 0px 3px rgb(18 9 6);
}
.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(250, 255, 189);
}
.punbb #pun-navlinks #form-login input[type="submit"]{
border: 2px outset #36241e!important;
    color: rgb(249,249,249)!important;
    cursor: pointer;
    margin-top:12px!important;
    font-weight: 700!important;
    border-radius: 25px!important;
    line-height:9px!important;
    height: 25px;
}
/*Стиль формы входа*/
.punbb #pun-navlinks #form-login {
    text-shadow: 1px 1px 0 rgb(0 0 0);
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: #877D73;
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 7px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: #1b0f0b;
    border-color: #3a2720;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 6px 6px;
    text-align: center;
/* box-shadow:inset 0 0 4em rgba(23,23,13,.99); */
}
#pun-navlinks #navlogin #form-login {
margin-left: -5px;/*Подвижки формы влево от вход*/
}
#pun-navlinks #navlogout #form-login {
margin-left: -5px;/*Подвижки формы влево от выход*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -5px!important;/*Подвижки формы влево от выход для АМС*/
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
text-shadow:none;
cursor:pointer;
font: normal normal 400 10px/normal Tamota!important;
letter-spacing:0.5!important;
}
.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/
#form-login input.none{
outline:red dashed 2px!important;
}
/*Форма слево(с Никами) */
#List-UserNames {
    position: absolute!important;
    margin-top: -8px!important;
    min-height: 90px!important;
    width: 220px!important;
    right: 100%!important;
    padding: 12px 19px 12px 17px!important;
    background: #1b0f0b!important;
    border-color: #3a2720!important;
    border-style: solid!important;
    border-width: 1px 2px 2px 2px!important;
    border-radius: 0 0 0px 6px!important;
    text-align: center!important;
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/
}
/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
display: block;
padding: 0 0px !important;
min-height:36px; 
max-height:94px;/*Видимое число Ников без прокрутки! сейчас - 6*/ 
}
.punbb #List-UserNames li {
display: block!important;
    position: relative;
    background: #521d37;
    text-align: left;
    box-shadow: 2px 2px 1px rgb(27 15 11);
    padding-left: 5px!important;
    font: normal normal 700 12x/normal Verdana!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#546a6b!important;*/
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
cursor: pointer;
opacity: .8;
color: #DDDDDD;;
    text-shadow: 1px 1px 1px rgb(0 0 0);
}
.punbb #List-UserNames li>b:hover{
opacity:.93;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #3e2a24;
    border: 1px solid #6a524b;
    box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #40302a;
    border: 1px solid #89766f;
    box-shadow: none;
}
/*Кнопки Удалить (правее ников)*/
#List-UserNames ul li>span {
display: inline-block;
    padding: 0 3px;
    position: absolute!important;;
    opacity: .88;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 2px;
    font: normal normal 700 10.56px/normal Verdana;
    color: #a38379;
    text-shadow: 1px 1px 1px rgb(0 0 0);
}
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before{
display:inline-block;
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!";
}
/*Кнопка выход-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span{
display:inline-block!important;;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
/*Сам инпут*/
.punbb #List-UserNames input {
    background: rgb(42 26 21);
    border: 2px inset rgb(62 42 36)!important;
    border-radius: 6pximportant;
    text-shadow: none!important;
    color: #3e2a24!important;
    background-color: #f1f1f1;
    font: normal normal 400 11px/normal Arial!important;
    box-shadow: inset 0px 0px 3px rgb(18 9 6);
    margin-top: 9px;
    padding: 2px !important;
    vertical-align: middle;
}
/*Стрелочки к инпуту*/
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color: #877D73;
}
/*Кликалка слево, чуть выше инпута*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*Кликалка справо*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*Подсказки на кликалках*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/


/*****************
Стиль "Тихой Цитаты"
*****************/
.quiet-quote{
  position:relative;
  display: table;
  margin: -10px 20px!important;/*Отступы*/
  font-style: italic;
  font-size: 13px!important;
  color: #8c3555;
  /*text-align:justify;
  border:red solid 1px;*/
}

.quiet-quote:before, /*Шрифт, Цвет, Размер иконок*/
.quiet-quote:after{
  font-size: 26px!important;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 900;
  color: #8c3555; /*Цвет Кавычек*/
  font-family:System, Arial, sans-serif;
}



/*************************
/END//Стиль "Тихой Цитаты"
*************************/

/*************************
ПОЛЗУНОК загогулина чтоб корректно работал в поиске по сбщ
*************************/
#fntSlider {position:relative; order:3; left:1em !important}
/*************************
END//Ползунок загогулина чтоб корректно работал в поиске по сбщ
*************************/



del {
    filter: blur(3px);
    text-decoration: none;
    transition: .20s;
}
del:hover {
    filter: initial;
    transition:.33s;
}

.bg_falling_stars {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-size: cover;
  animation: animateBg 50s linear infinite;
	z-index: -1;
}

@keyframes animateBg {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.bg_falling_stars span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1),
    0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 1);
  animation: animate 20s linear infinite;
}

.bg_falling_stars span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: .5;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: rotate(305deg) translateX(-1500px);
    opacity: 0;
  }
}

.bg_falling_stars span:nth-child(1) {
  top: 0;
  right: 0;
  left: initial;
  animation-delay: 0;
  animation-duration: 7s;
}

.bg_falling_stars span:nth-child(2) {
  top: 0;
  right: 80px;
  left: initial;
  animation-delay: 0.5s;
  animation-duration: 7s;
}

.bg_falling_stars span:nth-child(3) {
  top: 80px;
  right: 0px;
  left: initial;
  animation-delay: 0.6s;
  animation-duration: 6s;
}

.bg_falling_stars span:nth-child(4) {
  top: 0;
  right: 180px;
  left: initial;
  animation-delay: 1s;
  animation-duration: 5.5s;
}

.bg_falling_stars span:nth-child(5) {
  top: 0;
  right: 400px;
  left: initial;
  animation-delay: 1.2s;
  animation-duration: 6.5s;
}

.bg_falling_stars span:nth-child(6) {
  top: 0;
  right: 600px;
  left: initial;
  animation-delay: 1.5s;
  animation-duration: 7s;
}

.bg_falling_stars span:nth-child(7) {
  top: 300px;
  right: 0px;
  left: initial;
  animation-delay: 1.8s;
  animation-duration: 6.75s;
}

.bg_falling_stars span:nth-child(8) {
  top: 0px;
  right: 700px;
  left: initial;
  animation-delay: 2s;
  animation-duration: 6.25s;
}

.bg_falling_stars span:nth-child(9) {
  top: 0px;
  right: 1000px;
  left: initial;
  animation-delay: 0.75s;
  animation-duration: 7.25s;
}

.bg_falling_stars span:nth-child(10) {
  top: 0px;
  right: 1000px;
  left: initial;
  animation-delay: 2.75s;
  animation-duration: 7.25s;
}

.header_wrapper {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 10px;
	color: var(--text1);
	font-family: var(--font)
}

.header_wrapper--item1 {
    background: url(https://forumstatic.ru/files/001c/37/59/84116.png);
    width: 425px;
    height: 200px;
    border: 1px solid rgba(168, 168, 169, 0.75);
    border-radius: 12px;
    box-sizing: border-box;
    position: relative
}

.circle {
    position: absolute;
    background: #FFFFFF;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: -4px;
    left: -4px;
    animation: movePerimeter 30s linear infinite;
}

.circle2 {
    position: absolute;
    background: #FFFFFF;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    bottom: -4px;
    right: -4px;
    animation: movePerimeter2 30s linear infinite;
}

@keyframes movePerimeter {
    0% {
        top: -4px;
        left: -4px;
    }
    25% {
        top: -4px;
        left: calc(100% - 3px);
    }
    50% {
        top: calc(100% - 3px);
        left: calc(100% - 3px);
    }
    75% {
        top: calc(100% - 3px);
        left: -4px;
    }
    100% {
        top: -4px;
        left: -4px;
    }
}

@keyframes movePerimeter2 {
    0% {
        bottom: -4px;
        right: -4px;
    }
    25% {
        bottom: -4px;
        right: calc(100% - 3px);
    }
    50% {
        bottom: calc(100% - 3px);
        right: calc(100% - 3px);
    }
    75% {
        bottom: calc(100% - 3px);
        right: -4px;
    }
    100% {
        bottom: -4px;
        right: -4px;
    }
}

.header_wrapper--item2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
}

.header--item2_top {
	background: url(https://forumstatic.ru/files/001c/37/59/62385.png);
	height: 200px;
	border: 1px solid rgba(91, 84, 148, 0.1);
	border-radius: 12px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	gap: 25px;
	padding: 25px;
	font-size: 11px;
	line-height: 150%;
	position: relative;
}

.header--item2_top .circle,
.header--item2_top .circle2 {
	display: none
}

.header_quote, .header_post {
	width: 232px;
	height: 83px;
}

.header_post {
	flex: 1;
	height: 100%;
}

.header_quote-content, .header_post-content{
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 100%;
}

.header_quote-content p, .header_post-content p {
	height: 100%;
	overflow-y: auto;
	text-align: justify;
	padding-right: 10px !important;
}

.header_quote span, .header_post span {
	font: 300 12px var(--font-a);
	text-transform: lowercase
}

.header_post span a {
	font-weight: 600;
	color: var(--accent) !important;
}

.header_post span a:hover {
	color: var(--links) !important;
}

.header-links {
	display: flex;
	justify-content: center;
	gap: 5px;
	font: 500 10px var(--font-a);
	padding: 0 25px !important;
	position: relative;
	overflow: hidden;
	height: 25px;
}

.header-links li {
	flex: auto
}

.header-links a {
	display: flex;
	background: #2C2332;
	padding: 0 15px 3px;
	height: 25px;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 12px 12px;
	color: var(--links) !important;
	transition: all .4s linear 0s !important;
	box-sizing: border-box
}

.header-links a:hover {
	transform: translateY(-20%);
	color: var(--white) !important;
}

.header_logo {
	position: absolute;
	z-index: 1;
	height: 68px;
	top: 15px;
	left: 206px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.logo_abyss {
	filter: 
    drop-shadow(-5px 0 11px rgba(255, 255, 255, 0.2))
    drop-shadow(-19px 0 19px rgba(255, 255, 255, 0.17))
    drop-shadow(-43px 0 26px rgba(255, 255, 255, 0.1))
    drop-shadow(-77px 0 31px rgba(255, 255, 255, 0.03))
    drop-shadow(-120px 0 34px rgba(255, 255, 255, 0));
}

.header_banners {
	position: absolute;
	z-index: 1;
	top: 93px;
	left: 25px;
	height: 132px;
	width: 375px;
	border-radius: 12px;
	padding: 15px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
}

.header_banners-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	font: 400 10px var(--font-a);
	text-transform: lowercase;
	height: 100%;
	overflow-y: auto;
}

.header_banners-list li {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	min-height: 21px;
}

.header_banners-list li:before {
	content: "";
	background: #2F1F38;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header_banners-list li:after {
	content: "";
	background: var(--links);
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	opacity: 0;
	transition: all .6s cubic-bezier(0.25, 1, 0.5, 1) 0s !important;
}

.header_banners-list li:hover:after {
	opacity: 1;
	width: 100%
}

.header_banners-list a {
	display: block;
	padding: 4px 10px 6px;
	transition: all .6s cubic-bezier(0.25, 1, 0.5, 1) 0s !important;
	position: relative;
	height: 21px;
	box-sizing: border-box;
	z-index: 1
}

.header_banners-list a:hover {
	color: var(--white) !important;
}

.settings_wrap {
	position: relative;
	margin-left: auto;
	display: block;
}

.slide_button {
	padding: 0 20px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	text-transform: uppercase;
	font: 400 9px var(--font);
	letter-spacing: .1em;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent
}

.slide_button.i_active {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.slide_block {
	position: absolute;
	background: #2C2332;
	border-radius: 12px;
	top: calc(100% + 5px);
	width: 230px;
	display: none;
	right: 0
}

.slide_block .settings_container {
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 15px
}

#styleToggle a {
	display: flex !important;
	gap: 5px;
	text-transform: none;
	font-size: 11px !important;
	align-items: center;
}

#styleToggle a.light-icon:before {
	content: "";
		mask: url(https://forumstatic.ru/files/001c/37/59/56506.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/56506.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	min-width: 12px;
	min-height: 12px;
	max-width: 12px;
	max-height: 12px;
	display: block;
	background: var(--text3)
}

#styleToggle a.dark-icon:before {
	content: "";
		mask: url(https://forumstatic.ru/files/001c/37/59/99413.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/99413.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	min-width: 12px;
	min-height: 12px;
	max-width: 12px;
	max-height: 12px;
	display: block;
	background: var(--text3)
}

#animationToggle a {
	display: flex !important;
	gap: 5px;
	text-transform: none;
	font-size: 11px !important;
	align-items: center;
}

#animationToggle a.animation-on:before {
	content: "";
		mask: url(https://forumstatic.ru/files/001c/37/59/15510.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/15510.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	min-width: 12px;
	min-height: 12px;
	max-width: 12px;
	max-height: 12px;
	display: block;
	background: var(--text3)
}

#animationToggle a.animation-off:before {
	content: "";
		mask: url(https://forumstatic.ru/files/001c/37/59/17040.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/17040.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	min-width: 12px;
	min-height: 12px;
	max-width: 12px;
	max-height: 12px;
	display: block;
	background: var(--text3)
}

.banners-wrapper {
	background: url(https://forumstatic.ru/files/001c/37/59/98441.png);
	height: 117px;
	padding: 25px;
	box-sizing: border-box;
	width: auto;
	border-radius: 12px;
	border: 1px solid rgba(168, 168, 169, 0.75) !important;
}

.banners-wrapper div {
	display: flex;
	flex-wrap: wrap;
	gap: 1px 5px;
	height: 100%;
	overflow-y: auto;
	justify-content: center
}

.banners-wrapper img {
	filter: grayscale(100%);
	opacity: .5;
	transition: all .3s linear 0s
}

.banners-wrapper img:hover {
	opacity: 1;
	filter: grayscale(0)
}

.no-animation .circle,
.no-animation .circle2 {
	animation: none;
}

.no-animation .circle {
	top: -4px;
	left: 10px
}

.no-animation .circle2 {
	bottom: -4px;
	right: 10px
}

.no-animation .bg_falling_stars span {
animation: none !important;
}

#pun #mobile-style-toggler {
    cursor: pointer;
    font-size: 11px !important;
    user-select: none;
	display: flex !important;
	gap: 5px;
	align-items: center;
	text-transform: none;
  }

#mobile-style-toggler:before {
		content: "";
		mask: url(https://forumstatic.ru/files/001c/37/59/53741.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/59/53741.svg) no-repeat center center;
	mask-size: contain;
	-webkit-mask-size: contain;
	min-width: 12px;
	min-height: 12px;
	max-width: 12px;
	max-height: 12px;
	display: block;
	background: var(--text3)
}

#pun.gid3 #mobile-style-toggler {
	display: none !important;
}

.dark {
--cat: url(https://forumstatic.ru/files/001c/37/59/97442.png);

        --pun: #2A262D;

        --white: #ffffff;

	--text1: #9988A2; /*светлый*/
	--text2: #9988A2;
        --text3: #8B8A8C;

--border: #3A363D;


        --cover: #2F2B32;
}

.dark .category {
	background-blend-mode: lighten, normal;
}

.dark .post-author {
	background: #252029 url(https://forumstatic.ru/files/001c/37/59/71665.png) no-repeat center top;
}

.post-content strong {
	font-weight: 600
}