@import url(style_cs.1751209394.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('https://forumstatic.ru/files/001c/37/2a/36008.css'); /*glitch keyframes*/

/* используются в дизайне */
@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--base-bg: #131313 url(https://forumstatic.ru/files/001c/6b/b0/15690.jpg);


--header: url(https://forumstatic.ru/files/001b/ee/37/45515.png);
--cat: url(https://forumstatic.ru/files/001c/6b/b0/77530.jpg);

--arrow-up: url(https://forumstatic.ru/files/001c/6b/b0/98882.png);
--arrow-down: url(https://forumstatic.ru/files/001c/6b/b0/42481.png);

--foo: url(https://forumstatic.ru/files/001c/6b/b0/82978.jpg);

--default-bg: url(https://forumstatic.ru/files/001c/6b/b0/57529.jpg);

        --main-border: #bcbcbc;
        --main-bg: #d8d8d8;
        --main-bg-second: #dddddd;
        --main-bg-third: #f2f2f2;
        --borders: #dad0cc;

	--text1: #4f4f4f; /*base text first*/
        --text2: #878a90; /*base text second*/
        --text3: #fff5f5; /*base text contrast*/
	--links: #6e4547;
        --accent: #948070;
        --accent-second: #948070;

        --font: Inter;
        --font-a: AMALINE;
        --font-a2: inkfree;
        --font-a3: RASFIRE;
}


@font-face {font-family: inkfree; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001c/6b/b0/99412.ttf);}

@font-face {font-family: AMALINE; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001c/6b/b0/44840.otf);}

@font-face {font-family: Mirra; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001c/6b/b0/44439.ttf);}

@font-face {
  font-family: 'scratchy';
  src: url(http://forumstatic.ru/files/001b/cb/72/76908.ttf);
}

@font-face {
  font-family: 'RASFIRE';
  src: url(https://forumstatic.ru/files/001c/6b/b0/22643.otf);
}



/* 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.10 */
.punbb a {
	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: 
		var(--main-bg);
	margin: auto;
	width: 1000px;
	margin-top: 75px !important;
	margin-bottom:35px;
	box-sizing: border-box;
	color: var(--text1);
border-radius: 0 0 15px 15px
}

.punbb {
	padding: 35px
}


/* лишнее */
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;
}

#pun {
	color: var(--text1);
}

#pun a {
	color: var(--links)
}

#pun a:hover {
	color: var(--accent)
}

/* 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(--base-bg) repeat fixed top left !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;
	box-sizing: border-box;
	background: var(--main-bg);
	padding: 35px;
	width: 1000px !important;
	margin-top: 50px
}

/* A5.4 */
.punbb .section,
.punbb .main {
	margin-bottom: 0;
}

/* A5.5 */
.punbb .category,
.punbb .post {
	margin-top: 0.4em;
}

/* A5.6 */
.punbb #pun-category1,
.punbb .toppost,
.punbb .topicpost {
	margin-top: 0;
}

/* 5.7 */
#pun-post .topic {
	margin-top: 1em;
}

/* A5.8 */
.punbb .section,
.punbb .forum,
.punbb .formal,
.punbb .modmenu,
.punbb .info,
.punbb .category,
.punbb .post {
	border:none
}

/* A5.9 */
.punbb .container {
	border: none
}

/***************************************************/
************************************************************* 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, .1);
	height: 1px;
	display: block;
	margin: 5px auto 15px;
	width: 80%;
}

/* B1.3 */
.punbb .post-content p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 160%;
	font-family: var(--font), sans-serif;
	font-weight: 400;
	font-size: 12px;
}

/* 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.4em 0em 0.8em;
	border-radius: 20px;
	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: 400 10px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 0px 15px !important;
	position: relative;
	padding: 0px;
	text-transform: lowercase;
	color: var(--text1);
}

/* B3.4 */
.linkst .postlink,
.linksb .postlink {
	text-align: right;
	font-weight: 600;
}

#pun .postlink.long {
	width: auto !important;
}

/* B3.5 */
.punbb .linksb {
	width: auto;
	height: auto;
	font: 300 10px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px 0px 30px !important;
	position: relative;
	padding: 0px;
	text-transform: lowercase;
	color: var(--text1);
}

.gid3 .linksb {
	margin-top: 5px  !important;
}

.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;
}


/* B3.7 */
.linksb .postlink,
.linksb noindex {
	width: auto;
	order: 3;
	position: relative
}

.subscribelink {
	position: relative;
	order: 2;
	text-align: center;
}

.pagelink strong {
	font-weight: 600
}


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
	padding: 1.7em 2.3em 1.1em 2.3em;
}

#post.container {
	padding: 0 !important;
}

/* C1.2 */
.punbb .formsubmit {
	padding: 0 0 15px 0em;
	margin: 0em 0 0 0;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 5px
}

#togglePreview {
	margin-left: auto
}

/* C1.3 */
.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
	margin: 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;
}

#profile .container fieldset legend {
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	margin: 0 0 5px !important;
	font-family: var(--font);
	padding: 4px 0;
}

/* 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;
}

p label {
	margin-bottom: 5px !important;
	display: inline-block
}

/* 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: visible;
	text-align: left;
	width: 27%;
	text-transform: lowercase;
}


/* 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 {
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
	padding: 0.9em 0em;
}

/* C2.12 */
.punbb .main th {
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	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;
	flex: 1
}


/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post {
	margin-top: 0px;
	position: relative;
}

.post {
	scroll-margin: 65px
}


.post + .post {
	margin-top: 20px
}

/* C3.2 */
.punbb .post .container {
	border: none;
}

.punbb .post h3 {
	border-width: 0px;
	-webkit-text-size-adjust: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font: 400 10px var(--font);
	text-transform: lowercase;
	z-index: 1;
	margin: 0 0px 10px !important;
	padding: 10px 0px !important;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-top: 1px solid rgba(0,0,0,.05);
	color: var(--text2)
}

.punbb .post h3 a {
	font-weight: 600
}


.post h3 span {
	display: flex !important;
	justify-content: flex-start;
	gap: 2px;
	flex-wrap: wrap;
	position: relative;
	padding: 0px;
	width: 100%;
}

.post h3 strong {
	order: 2;
	font-weight: 300;
	margin-left: auto !important;
}

.post h3 span strong:before {
	content: "#"
}


/* C3.5 */
.punbb .post .post-author {
	float: left;
}

/* C3.6 */
.punbb .post .post-author ul,
.punbb .post .post-author p {
	line-height: 140%;
}

/* C3.7 */
.pa-author {
	font-size: 1.1em;
	font-weight: bold;
}

/* C3.8 */
.pa-author a {
	text-decoration: none
}

/* C3.9 */
li.pa-title {
	padding-bottom: 0.4em;
	font-weight: bold;
}


li.pa-online {
	line-height: 0.8em;
	border-left-style: solid;
	border-left-width: 0.7em;
	padding-left: 0.4em;
	margin-top: 0.7em;

}

/* C3.11 */
.punbb .post-body {
	margin-left: 260px;
	border: none !important;
}

/* C3.12 */
.punbb .post-box {
	padding: 10px 0;
	text-align: justify;
}

.post-box a {
	color: var(--accent) !important;
	font-weight: bold
}

.post-box a:hover {
	color: var(--links) !important;
}

/*C3.13 */
.punbb fieldset .post-box {
	margin-bottom: 0.8em;
}

/*C3.14 */
.punbb .post-links {
	margin: 0 0px 0px;
	padding: 0;
	position: relative;
}

.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: 2px
}

.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 9px var(--font);
	text-transform: lowercase;
	background: var(--main-bg-second);
	padding: 2px 10px 4px;
	display: inline-block;
	border-radius: 7px;
}


/* 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 0px;
	text-align: justify;
	font: 600 10px var(--font) !important;
	margin: 10px 0;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.punbb .modmenu .container a {
	font-weight: 600
}

.modmenu .container span:last-child {
	display: none
}

.main.multipage {
	padding: 0px !important;
}

.forum {
	padding: 0px;
}

.forum tr {
	display: flex;
	padding: 0px 0px 0px !important;
	gap: 30px;
	font: 300 10px var(--font);
	align-items: center;
	text-transform: lowercase;
}

.forum .tr-divider {
	font-size: 7px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	color: var(--text2) !important;
	padding: 0 !important;
	padding-left: 0px !important;
}

.tr-divider.st, .tr-divider.imp {
	margin-top: 20px !important;
	margin-bottom: -5px !important;
}

.tr-divider .td-divider {
	background: rgba(0,0,0,.05);
	padding: 4px 10px !important;
	border-radius: 5px;
	line-height: 100%
}

.forum .tr-divider:first-child {
	margin-top: 0 !important;
}

.forum tr + tr {
	margin-top: 15px;
}

.forum tr a {
	font-weight: 500;
	font-size: 11px;
	text-transform: lowercase;
}

.forum td {
	padding: 0 !important;
}

.forum .tcl {
	width: 450px !important;
}

.forum .tc2,
.forum .tc3 {
	width: 80px !important;
	font-weight: 200;
	font-size: 10px;
	color: var(--text2)
}

#pun .forum .tcr {
	display: grid; 
  grid-template-columns: 25px 1fr; 
  grid-template-rows: auto auto; 
  gap: 0px 10px; 
  grid-template-areas: 
    "av link"
    "av user"; 
	flex: 1;
	line-height: 130%
}

.forum .user-avatar { 
	grid-area: av; 
}

.forum .tcr > a {
  align-self: end; 
  grid-area: link; 
}

.forum .tcr .byuser {
  align-self: start; 
  grid-area: user; 
}

.forum table {
  margin: 0px 0
}

.forum tr td {
  padding: 0 !important;
}


.forum tr td {
  padding: 0 !important;
	border: none !important;
}

.forum .byuser {
	display: block !important;
}

.forum .byuser:before {
	content: "автор:";
	opacity: .45
}

#pun-viewforum .tcr, #pun-searchtopics .tcr {
  display: flex;
	align-items: center;
}

#pun-searchtopics .tcl {
	width: 400px !important;
}

#pun-searchtopics .tc2 {
	width: 200px !important;
}

#pun .forum .user-avatar,
#pun .forum .user-avatar .avatar-image{
	width: 25px !important;
	height: 25px !important;
}

#pun .user-avatar {
    width: 40px !important;
    height: 40px !important;
	margin-right: 15px !important;
	margin-top: 2px !important;
}

#pun .user-avatar .avatar-image {
    width: 40px;
    height: 40px;
    transition: all .5s linear 0s;
    box-sizing: border-box;
	border:  none !important;
	position: relative;
	border-radius: 100%;
	opacity: .75
}


#pun .user-avatar .isonline {
  background: var(--main-bg-second) no-repeat center center / cover;
	margin: 0 !important;
  z-index: 1;
    animation: none;
	border: none;
	width: 20px;
	height: 20px;
	top: calc(100% - 10px);
	right: 50%;
	transform: translateX(50%);
	border-radius: 0;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#pun .user-avatar .isonline:after {
	content: "";
  background: var(--links);
  z-index: -1;
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 4px;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.user-avatar .avatar-image[style*=default_avatar] {background-image: url(https://i.imgur.com/GaTSFC8.png) !important;}

/* C4.2 */
.punbb .modmenu strong,
.punbb .modmenu a {
	height: auto;
	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: none;
	padding: 1.5em 18px 0.8em 0;
	margin: 0 0 1em 0;
	font-family: var(--font)
}

/* C6.5 */
#viewprofile h2,
#profilenav h2 {
	padding: 3px 0 0 10px;
	margin: 0 14px -0.6em 14px;
	text-align: left;
	display: block
}

/* 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 {
	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:0px;
	border: none;
}

/* C7.3 */
#pun-userlist .usertable table {
	border: none;
	font-family: var(--font);
}

#pun-userlist .usertable table td {
	padding: 0 !important;
}

#pun-userlist .usertable tbody {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

#pun-userlist .usertable tr {
	background: var(--main-bg-second);
	border: 1px solid var(--borders);
	padding: 20px;
	flex: 1;
	max-width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	text-align: center;
	gap: 5px;
}

#pun-userlist .usertable tr td {
	width: 100% !important;
	background: var(--main-bg);
	text-align: left !important;
	padding: 5px 10px !important;
	box-sizing: border-box;
	border: none !important;
	font-size: 9px
}

#pun-userlist .usertable .username {
	display: flex;
	align-items: center;
	font: 700 12px var(--font);
	overflow: hidden !important;
	height: 50px
}

#pun-userlist span.usersname {
	flex: 1;
	text-align: right;
	text-transform: uppercase
}

#pun-userlist .usertable .user-avatar {
	float: none !important;
	width: 100px !important;
	height: 50px !important;
	mask: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	margin: -5px 0 -5px -10px !important;
}

#pun-userlist .usertable .user-avatar .avatar-image {
	width: 100px !important;
	height: 50px !important;
	border-radius: 0;
	border: none !important;
}

#pun-userlist .usertable .user-avatar .isonline {
	top: 10px;
	right: calc(100% - 20px)
}

#pun-userlist .usertable td:before {
	text-transform: uppercase;
	opacity: .45;
	font-size: 9px;
	font-weight: 300;
}

#pun-userlist .usertable .user_title:before {
	content: "статус: "
}

#pun-userlist .usertable .relation:before {
	content: "репутация: "
}

#pun-userlist .usertable .num_posts:before {
	content: "сообщения: "
}

#pun-userlist .usertable .registered:before {
	content: "дата регистрации: "
}

#pun-userlist .usertable .last_visit:before {
	content: "последний визит: "
}


/***************************************************/
************************************************************* 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;
	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: block;
	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;
}

/* D5.2 */
#pun-status .container {
	text-align: left;
	font: 400 9px var(--font);
	display: flex;
	gap: 0;
	align-items: center;
	box-sizing: border-box;
	align-self: stretch;
}

#pun-status {
	position: absolute;
	top: 451px;
	height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 1000px;
	margin-left: -35px !important;
	box-sizing: border-box;
	padding-left: 760px;
}

.punbb-admin #pun-status {
	position: relative;
	top: 0;
}

#pun-status .container strong {
	font-weight: 500 !important;
}

#pun-status .status-right {
	float: none !important;
}

#pun-status .status-right, #pun-status .item2 {
	display: none
}

/* 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 .container {
	padding: 0;
}

/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats {
	margin: 17px 0 0px !important;
	height: auto;
	position: relative;
	text-align: left;
}


#pun-stats .container {
	font: 300 11px/150% var(--font);
		position: relative;
	gap: 10px;
	padding: 15px 0 0px;
  display: flex;
  text-align: justify;
	flex-direction: column;
}

.ststitems {
	display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
	font-weight: 300;
	font-size: 10px !important;
	text-transform: lowercase;
	line-height: 100%;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	gap: 5px;
	grid-template-areas: 
    "one two"
    "three four"; 
}

.ststitems li {
	padding: 0px !important;
	text-align: left;
	gap: 3px;
	padding: 0px !important;
	box-sizing: border-box;
	color: var(--text2);
	font-size: 10px
}


.ststitems li span {
	font-weight: 300;
	text-transform: lowercase;
	line-height: 100%;
}

.ststitems li strong {
	font-weight: 500;
	color: var(--text1)
}

.ststitems .item1 {
	text-align: left;
	grid-area: one;
}

.ststitems .item3 {
	text-align: right;
	grid-area: two;
}

.ststitems .item4 {
	text-align: right;
	grid-area: four;
}

.ststitems .item2 {
	text-align: left;
	grid-area: three;
}


#onlinelist {
	font-weight: 300;
}

#onlinelist span {
	font-weight: 300
}

#onlinelist strong {
	font-weight: 300
}

.onlinelist, .users_24h {
	margin: 0;
	padding: 0px !important;
	box-sizing: border-box;
	position: relative;
	text-transform: lowercase
}

.onlinelist {
	margin-top: 10px !important;
}

#pun-stats a {
	color: var(--text1);
	font-weight: 400;
}

#pun-stats a:hover {
	color: var(--accent)
}

/* 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.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"
}

.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: 0 0px;
}

#pun-messages #post-form .fs-box {
	padding: 0 0px;
}

#pun-messages .post h3 {
	width: auto;
	position: relative;
}

#pun-messages .post h3 span {
	width: auto !important;
}

#pun #pun-messages .post-author {
	position: relative;
}

#pun-messages .pa-posts {
	display: none
}

#pun-messages .pa-online {
	clear: both
}

#main-reply {
	height: 200px;
}


#mask_dialog .inner,
.modal-inner.section,
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner,
.editBookmark {
	border: 1px solid var(--borders) !important;
	background: var(--main-bg-second);
	color: var(--text1);
	padding: 15px 20px !important;
}

#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 {
	display: inline-flex;
	background: var(--accent);
	line-height: 0;
	border-radius: 0px;
	overflow: hidden
}

.pa-avatar img {
	max-width: 180px;
	border: 1px solid var(--borders)
}

.post-content td {
	border: none transparent !important;
	overflow: hidden !important;
}

::selection {
	background: var(--accent);
	color: var(--text3);
}

@-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);
}

.personal_page-scroll {
	scrollbar-width: thin;
	scrollbar-color: var(--accent) rgba(0, 0, 0, 0.01);
}
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	width: 4px !important;
	border-radius: 100px !important;
}

.personal_page-scroll::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	width: 4px !important;
	border-radius: 100px !important;
}

#html-header {
	color: var(--text1);
}

#html-header a {
	color: var(--text1)
}

#html-header a:hover {
	color: var(--accent)
}

.post-content abbr {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: var(--text1)
}


#pun #pun-ulinks #Rz {
	display: none !important;
}

.punbb-admin textarea {
	width: 100% !important;
}

input[type="checkbox"] {
	border-radius: 0%;
	appearance: none;
	padding: 5px !important;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
    margin-right: 10px !important;
	border: 1px solid var(--borders) !important;
	border-radius: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

input[type="radio"] {
	border-radius: 0%;
	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: 8px;
	position: absolute;
	font-weight: bold
}

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
}

#profile fieldset #charcounter {
	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 8px/100% var(--font);
	padding: 3px 10px !important;
	margin: 0 !important;
	background: var(--main-bg-second);
	align-self: stretch;
	border-radius: 5px
}

.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: "\f004";
  font: 10px FontAwesome;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--accent);
	transition: all .4s linear 0s;
}

.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: "\f075";
  font: 10px FontAwesome;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .3;
	color: var(--text2);
	transition: all .4s linear 0s
}

.punbb .mylike .post-rating a:before {
	color: var(--text2);
	opacity: .5
}

.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
	color: var(--text2)
}

.punbb .mylike .post-vote {
	display: none
}

#viewprofile-next .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 0 !important;
	font: 300 10px var(--font);
	padding: 50px 15px 15px !important;
	position: relative;
	background: var(--main-bg-second);
	border-radius: 10px
}


#viewprofile ul {
	padding: 0 !important;
	margin: 0 !important;
}

#viewprofile-next #profilenav {
	display: none
}

#viewprofile tr {
	display: flex;
}

#viewprofile #profile-left {
	text-align: left;
	padding: 22px !important;
	width: 230px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid var(--main-border);
	border-radius: 10px;
	align-items: center;
	color: var(--text2);
	box-sizing: border-box;
}

#viewprofile #profile-left li, #viewprofile #profile-left div, #viewprofile #profile-left strong {
	padding: 0 !important;
	margin: 0 !important;
}

#profile-left li+li {
	margin-top: 0px;
}

#pun #profile-left #profile-name {
	position: absolute;
	height: 20px;
	top: 15px;
	padding: 0 !important;
	box-sizing: border-box;
	left: 15px;
  color: var(--text2);
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font: 200 13px var(--font);
	width: calc(100% - 30px);
	border: 1px solid var(--main-border);
	border-radius: 5px
}

#pun #profile-left li strong {
	font-weight: 200 !important;
}

#pun #profile-left #profile-title strong {
	font-weight: 300 !important;
	text-align: center
}

#profile-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
	width: auto !important;
	background: var(--main-bg-second);
	padding: 0px !important;
	box-sizing: border-box;
	flex: 1;
	margin-left: 20px
}

#profile-right li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: auto;
	text-align: center;
	padding: 5px 10px !important;
	font-size: 9px;
	border: 1px solid var(--main-border);
	border-radius: 10px;
	align-self: stretch;
	align-items: center;
}

#pa-fld5 {
	position: relative;
}

#pa-fld5 .personal_banner {
	z-index: 0;
	position: relative;
}

#pa-fld5 .personal_bg {
	display: none !important;
}

#profile-right li strong {
	font-weight: normal;
	padding: 10px !important;
	margin: 0 !important;
}

#pa-invites,
#pa-gifts,
#pa-awards {
	display: none !important;
}

#profile {
	display: flex;
}

#profile form.container {
	width: 100%;
	padding-left: 18.6em
}

#pun #keyboard-span input {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 300;
	font-size: 12px;
	color: #666;
	background-color: var(--black-bg);
	margin: 1px 1px 0 0;
	margin-top: 1px;
	border: 1px solid var(--text2) !important;
	cursor: pointer;
	padding: 0 10px !important;
	height: 25px;
	min-width: 30px;
}

#pun #keyboard-span input+input {
	margin: 3px
}


#pun-index .datetime,
#pun-index .byuser {
	font-size: 10px;
	font-weight: 300;
	color: var(--text1)
}

#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 {
	opacity: 1;
	filter: none;
	background: var(--text3);
	border: none;
	height: 1px;
	margin: .8em auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pun hr:after {
	content: "";
	display: block;
	background: var(--cover);
	border: 1px solid var(--borders);
	height: 7px;
	width: 7px;
	position: absolute;
	transform: rotate(45deg)
}

#topic-feed {
	display: none
}

#navpm {
	position: relative
}

#pun .num_msg {
	position: absolute;
	margin-top: 0;
	margin-right: 0px;
	top: 0px;
	right: -15px;
	font-size: 10px;
	font-weight: 700;
	background: red;
	padding: 1px 4px;
	border-radius: 100px;
	height: 14px;
	color: #fff;
	cursor: pointer;
	z-index: 10
}

#pun .num_msg:before {
	display: none
}

#pun-messages #togglePreview {
	top: -15px
}

.post-content table {
	border-radius: 5px;
	overflow: hidden
}

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;
	padding: 10px 0 5px;
	align-items: flex-start;
}

#plng {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-top: 0px !important;
    padding: 5px 0px !important;
    transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  white-space: nowrap;
	font-family: var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	align-self: stretch
}

#plng b {
  font-weight: 800;
	font-size: 10px;
	margin-right: 5px
}


#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: 0px 0;
}

#form-buttons td {
	transition: all .5s ease-in-out 0s;
	color: var(--text1);
  width: 24px;
}

#form-buttons td:hover {
	color: var(--text2);
}


#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-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,
#button-ChangeСase{
	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-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,
#button-ChangeСase: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-ChangeСase:before {
	content: "\f15e"
}

#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: "\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 {
	display: none
}

#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"
}

.settings_wrap {
	width: auto;
	height: auto;
	position: relative;
	width: 360px;
	padding-right: 100px;
	box-sizing: border-box;
}

.slide_button {
	width: auto;
	height: auto;
	font: normal 14px var(--font-a3) !important;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0 15px;
	color: var(--text3);
	opacity: .35;
	text-align: right;
letter-spacing: 1.5px;
	box-sizing: border-box
}

.slide_button.i_active {
	opacity: .25
}

.slide_block {
	position: absolute;
	background: var(--main-bg);
	width: 234px;
	top: calc(100% + 10px);
	display: none;
	left: 50%;
	transform: translateX(-50%)
}

.settings_container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px 20px 20px;
}

#chfont {
	text-align: center;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}

#chfont:before {
	content: "шрифт в постах";
	font: 300 8px var(--font);
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	color: var(--text2);
	width: 100%;
	text-align: left
}

#chfontbut {
	display: none !important;
}

#chfont select {
	cursor: pointer;
	border: none !important;
}

#chfontsize {
	width: auto;
	display: flex;
	align-items: center;
	font: 400 12px var(--font);
	gap: 5px;
}


.fsizeplus,
.fsizeminus {
	box-sizing: border-box;
	color: var(--text1);
	cursor: pointer;
	font-size: 0;
	width: 13px;
	height: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.fsizeplus::after {
	content: "";
	mask: url(https://forumstatic.ru/files/001c/37/2a/27804.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/27804.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
	background: var(--text1);
	width: 12px;
	height: 12px;
	display: block;
}

.fsizeminus::after {
	content: "";
	mask: url(https://forumstatic.ru/files/001c/37/2a/92207.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/92207.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
	background: var(--text1);
	width: 12px;
	height: 12px;
	display: block;
}

/*Размытие на зачеркнутый текст*/
del {
    filter: blur(3px);
    text-decoration: none;
    transition:.33s;
}
del:hover {
    filter: initial;
    transition:.63s;
}

/* правка абзацев */
#pun .post-content p {
	padding: 0
}

#pun .post-content p + p {
	margin-top: 1em
}

#pun .post-content p {
	padding: 0
}

#pun .post-content p + p, #pun .post-content p + .code-box, #pun .post-content p + .quote-box {
	margin-top: 1em
}

#pun-userlist #userlist, #pun-userlist .usertable, #pun-respect #pun-main table, #pun-positive #pun-main table, .section.online-list {
	background: var(--main-bg);
	border-radius: 15px;
}

.section.online-list {
	padding: 10px 30px
}

#pun-userlist #userlist, #pun-userlist .usertable {
	margin-bottom: 10px
}

#filetable tr {
	 display: flex !important;
	gap: 10px;
}

#filetable tr + tr {
	margin-top: 10px !important;
}

#filetable .tc0.ft-image {
	flex: 1;
	max-width: 100px
}

.banners_wrapper {
	background: var(--foo);
	width: 1000px;
	height: 129px;
	margin: 0px -35px -35px !important;
	padding: 45px 40px 18px;
	box-sizing: border-box;
	position: relative;
	border-radius: 0 0 13px 13px;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.banners_wrapper div {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 2px;
	overflow-y: auto;
	width: 644px
}

.banners_wrapper img {
	filter: grayscale(100%);
	opacity: .5;
	transition: all .4s linear 0s
}

.banners_wrapper img:hover {
	opacity: 1;
	filter: none
}


#pun .bubble {
  background: var(--accent);
  border: 0 none;
  border-radius: 100%;
  color: white;
  display: flex;
	justify-content: center;
	align-items: center;
  font: bolder 8px/100% var(--font);
  margin: 0;
  width: 12px;
	min-width: 12px;
	height: 12px;
	box-sizing: border-box;
  padding: 0 !important;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -2px;
}
#pun .bubble:after {
  display: none;
}

.other_wrap {
	background: 
		url(https://forumstatic.ru/files/001c/6b/b0/80224.png) no-repeat top center,
		url(https://forumstatic.ru/files/001c/6b/b0/86267.png) no-repeat bottom center,
		url(https://forumstatic.ru/files/001c/6b/b0/91112.jpg);
	width: 580px;
	margin: auto;
	display: flex;
	flex-direction: column;
	padding: 75px 20px 100px;
	box-sizing: border-box;
	position: relative;
	font: 400 11px/150% var(--font);
	gap: 25px;
        text-align: justify;
	border-radius: 0 0 30px 30px; 
	overflow: hidden;
	border: 1px solid var(--main-border);
	border-bottom: 6px solid var(--text1);
	box-sizing: border-box
}

.guestbook_wrap {
	background: 
		url(https://forumstatic.ru/files/001c/6b/b0/42505.jpg) no-repeat top center,
		url(https://forumstatic.ru/files/001c/6b/b0/72805.jpg);
	width: 622px;
	margin: auto;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--accent);
	padding: 100px 70px 30px;
	box-sizing: border-box;
	font: 400 10px/130% var(--font);
	gap: 25px;
        text-align: justify;
}

.guestbook-links {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.guestbook-links line {
	width: 1px;
	background: var(--text2);
	opacity: .3
}

.guestbook-links a {
	font-weight: 600;
	font-size: 9px;
	padding-bottom: 2px;
}

.guestbook_desc {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.guestbook_desc p {
	padding: 0 !important;
	margin: 0 !important;
	font: 300 12px/140% var(--font) !important;
}

.jGrowl .messag_theme h2 {
	color: var(--pun) !important;
}


/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
/*Стиль доп-иконки Выход!*/ 
#pun-navlinks a#New-exit {
  background: transparent!important; 
  position:absolute;
  z-index:100000!important;
  margin-top: 2px !important;
  margin-left: -39px !important;
  display:inline-block!important; 
}
#pun-navlinks #New-exit img{ 
position: absolute;
width: 24px;
height: auto;
transition: .63s;
top: 37px;
}
#pun-navlinks #New-exit:hover img{
transition: .63s;
 opacity: .42;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 1px solid #5D6755;
text-rendering: auto; 
color: #000000!important;  
margin-top: 4px!important;
margin-bottom: 3px!important;
border-radius: 5px; 
letter-spacing: 0.2; 
word-spacing: normal; 
text-transform: none; 
text-indent: 0px; 
text-shadow: none; 
display: inline-block!important; 
text-align: center;
box-sizing: border-box;
height:20px;
width:67px;
width: 110px;
padding: 4px;
font: normal normal 400 11px/normal Verdana!important; rgb(250, 255, 189)
background-color: rgba(250,255,189,.88);
}
.punbb #form-login #fld1:empty,#form-login #fld2:empty,
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: #d4d4d4;
} 
.punbb #pun-navlinks #form-login input[type="submit"]{ 
margin: 13px 0 2px!important;
box-sizing: border-box;
height:26px;
width:67px;
font-size: 11px!important;
color: #ffffff !important;
background: #2c2c2c;
border: 1px outset rgba(161,172,152,.8)!important;
text-align: center;
padding: 0 12px!important;
border-radius: 13px;
font-family: Verdana!important;
font-weight: 700!important;
transition: all 0.5s ease-in-out 0s;
letter-spacing: 0.8;
cursor:pointer;

/*border: 2px outset #83693E!important; 
color:#565462!important;
font-weight:700!important; */
} 
.punbb #pun-navlinks #form-login input[type="submit"]:hover{
  opacity:0.6;
}

/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login { 
background: #EFEFEF;
min-height:183px;
border: 1px solid #626262;
border-radius: 0px 0px 6px 6px;
color: #000000;/*BCBCBC;*/
display: block;
font: 11px "Verdana";
left: 0px;
padding: 8px 12px;
margin: 1px 0;
position: absolute !important;
text-align: center;
word-spacing: normal;
white-space: normal;
/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.235);*/
text-transform: none;
letter-spacing: 0.2px!important; 
top: 39px;
width: 122px;
z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -28px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -28px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -28px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
 margin: 11px 0;
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position:relative; 
text-transform: none!important; 
z-index:20; 
cursor:pointer; 
font: normal normal 200 10px/normal Verdana!important; 
letter-spacing: 0.4!important; 
display:inline;
background: none!important;
padding: 0 0 0 3px!important;
color: #76333C!important;
font-size: 9px!important;
/*text-shadow: 1px 1px 1px rgba(40, 52, 61, 0.39);*/
}
.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; 
margin-top:5px; 
min-height:90px; 
width:220px; 
right:100%; 
padding: 12px 19px 12px 17px; 
background: #EFEFEF;
border-color: #626262; /* Цвет границы */
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */ 
border-radius:0 0 0px 6px;
text-align:center; 
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/ 
} 
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding: 0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
display: block!important;
position: relative;
background: #2c2c2c;
text-transform:none!important;
text-align: left;
box-shadow: 2px 2px 1px rgb(149, 151, 143);
padding-left: 5px!important;
font: normal normal 700 12x/normal Verdana!important;
letter-spacing: 0.4;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#83693E!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .9;
color: #fffefe;;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
letter-spacing: 0.3;
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 3px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #393A38; 
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #C0BFBD;
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 

/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 

opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справа, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#pun:not(.isguest) #navlogout .Rega, 
#pun:not(.isguest) #navlogout .Forgot { 
display:none!important; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input { 
border: 1px solid #5D6755!important; 
text-shadow: none!important; 
color:#333!important;
background-color: #D4D4D4;
font: normal normal 400 11px/normal Verdana!important; 
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */ 
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: #000000;
} 
/*Кликалка слева, чуть выше инпута*/ 
#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 Verdana!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/

#notify-link .unreads,
#navpm .unreads {
  display:flex;
	justify-content: center;
	align-items: center;
  position:absolute;
  top:-.2em !important;
  right:-1.5em !important;
  height:13px !important;
  width:13px !important;
	min-width: 13px !important;
  padding:0 !important;
  box-sizing:border-box;
  text-align:center;
  border-radius:8px;
  font:normal 9px Tahoma,Verdana !important;
	line-height: 140% !important;
  cursor:pointer;
  color:#fff;
  background:red;
	box-shadow: none !important;
  text-shadow:none;
  z-index:1
}

.header_second {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	font: 400 italic 10px/100% var(--font);
	margin: 10px 0 0
}

.header_second a {
	padding: 0px 10px 0 0;
	background: var(--text1);
	position: relative;
	color: var(--text3) !important;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	height: 20px !important;
	box-sizing: border-box;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3)
}

.header_second a b {
	font-weight: 600;
	background: var(--links);
	padding: 0 10px 0 !important;
	transition: all .4s linear 0s;
	display: flex;
	height: 21px;
	align-items: center;
	box-sizing: border-box
}

.header_second a span {
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
	padding-bottom: 2px
}


.header_second a:hover b {
	background: var(--accent)
}

.header_wrapper {
	background: var(--header);
	margin: -35px -35px 0;
	height: 396px;
	position: relative;
	color: #111111;
	font-family: var(--font-a2)
}

.header_wrapper:before {
	content: "";
	background: url(https://forumstatic.ru/files/001c/6b/b0/88557.png);
	width: 1000px;
	height: 75px;
	position: absolute;
	display: block;
	top: -75px;
	left: 0;
}

.persons-activists {
	position: absolute;
	top: 105px;
	left: 70px;
	width: 130px;
	display: flex;
	flex-direction: column;
	padding: 0 0;
	align-items: center;
	font-size: 14px;
	line-height: 100%;
}

.persons-activists a {
	color: #000 !important;
}

.persons-activists a:hover {
	color: var(--text3) !important;
}

.persons-activists a:nth-child(1) {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 3px;
	left: 0;
}

.persons-activists a:nth-child(2) {
	position: absolute;
	width: calc(100% - 30px);
	text-align: center;
	top: 25px;
	transform: rotate(-2deg);
	left: 0;
}

.persons-activists a:nth-child(3) {
	position: absolute;
	width: calc(100% - 38px);
	text-align: center;
	top: 42px;
	transform: rotate(2deg);
	left: 30px;
}

.persons-writers {
	position: absolute;
	top: 45px;
	left: 540px;
	width:115px;
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: center;
	font-size: 14px;
	line-height: 100%;
}

.persons-writers a {
	color: #000 !important;
}

.persons-writers a:hover {
	color: var(--text3) !important;
}

.persons-writers a:nth-child(1) {
	position: absolute;
	width: calc(100% - 20px);
	text-align: center;
	top: 3px;
	left: 16px;
	transform: rotate(2deg)
}

.persons-writers a:nth-child(2) {
	position: absolute;
	width: calc(100% - 20px);
	text-align: center;
	top: 18px;
	transform: rotate(-.9deg);
	left: 0;
}

.persons-writers a:nth-child(3) {
	position: absolute;
	width: calc(100% - 22px);
	text-align: center;
	top: 39px;
	transform: rotate(4deg);
	left: 13px;
}

.best_episode {
	position: absolute;
	top: 262px;
	width: 94px;
	text-align: center;
	left: 753px;
}

.best_episode a {
	color: #000 !important;
}

.best_episode a:hover {
	color: var(--text3) !important;
}

.best_episode-link {
	position: absolute;
	top: 295px;
	width: 100px;
	text-align: center;
	left: 790px;
	color: #a2a2a2 !important;
	letter-spacing: 0.5px;
	font: 9px var(--font-a);
}

.best_episode-link:hover {
	color: var(--text3) !important;
}

.ams {
	position: absolute;
	top: 225px;
	left: 567px;
	width: 76px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font: normal 12px/100% var(--font-a)
}

.ams a {
	color: var(--links) !important;
}

.ams a:hover {
	color: var(--accent) !important;
}

.ams a:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-6deg);
	width: calc(100% - 28px);
	text-align: center;
}

.ams a:nth-child(2) {
	position: absolute;
	top: 12px;
	left: 20px;
	transform: rotate(1deg);
	width: calc(100% - 40px);
	text-align: center;
}

.ams a:nth-child(3) {
	position: absolute;
	top: 23px;
	left: 0px;
	transform: rotate(1.5deg);
	width: calc(100% - 39px);
	text-align: center;
}

.ams a:nth-child(4) {
	position: absolute;
	top: 23px;
	left: 41px;
	transform: rotate(1.5deg);
	width: calc(100% - 47px);
	text-align: center;
}

.ams a:nth-child(5) {
	position: absolute;
	top: 36px;
	left: 31px;
	transform: rotate(1deg);
	width: calc(100% - 32px);
	text-align: center;
}

.ams a:nth-child(6) {
	position: absolute;
	top: 46px;
	left: 15px;
	transform: rotate(-4deg);
	width: calc(100% - 33px);
	text-align: center;
}

.best_post {
	position: absolute;
	left: 800px;
	top: 18px;
	font: normal 16px var(--font-a2);
	text-transform: lowercase;
}

.best_post a {
	color: var(--links) !important;
}

.best_post a:hover {
	color: var(--text1) !important;
}

.best_post-text {
	font: 500 9px/150% var(--font);
	color: var(--text1);
	position: absolute;
	top: 60px;
	left: 775px;
	width: 200px;
	height: 120px;
	overflow-y: auto;
	padding-right: 10px;
	box-sizing: border-box;
}

.header_about {
	color: var(--text3);
	position: absolute;
	width: 100px;
	text-align: justify;
	font: normal 11px var(--font-a2);
	top: 270px;
	left: 45px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-indent: 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3)
}

.punbb .view-dialog .fs-box > .container, .punbb .view-search .fs-box > .container, .punbb .view-bookmarks .fs-box > .container {
	padding-right: 10px !important;
}

#stylelist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 5px;
	align-items: flex-start;
	height: auto;
	width: auto;
	justify-content: flex-start;
	z-index: 1;
	position: absolute;
	top: 80px;
	margin-left: 900px;
}

#stylelist li a {
	height: auto;
	width: auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0px;
}

#stylelist li a:before {
	content: "";
	width: 17px;
	height: 16px;
	display: block;
	mask-size: contain;
	-webkit-mask-size: contain;
}

#stylelist li[data="red"] a:before {
	background: url(https://forumstatic.ru/files/001c/6b/b0/39611.png)
}

#stylelist li[data="blue"] a:before {
	background: url(https://forumstatic.ru/files/001c/6b/b0/16297.png)
}

#stylelist li.active {
	opacity: .5
}

.blue {
--header: url(https://forumstatic.ru/files/001b/ee/37/63819.png);

--arrow-up: url(https://forumstatic.ru/files/001c/6b/b0/84719.png);
--arrow-down: url(https://forumstatic.ru/files/001c/6b/b0/36616.png);

--foo: url(https://forumstatic.ru/files/001c/6b/b0/99353.jpg);

--default-bg: url(https://forumstatic.ru/files/001c/6b/b0/57529.jpg);

	--links: #3d5f5e;
        --accent: #283934;
        --accent-second: #669f9d;
}

.blue .header_wrapper:before {
	content: "";
	background: url(https://forumstatic.ru/files/001c/6b/b0/46043.png);
	height: 76px;
}

.blue .banners_wrapper {
	height: 137px;
	padding-top: 55px
}

.blue #pun-status {
	top: 80px;
	padding-left: 20px;
}

.blue #pun-navlinks {
	flex-direction: row;
	justify-content: flex-start;
	top: 10px
}

.blue .settings_wrap {
	margin-left: auto !important;
	width: auto !important;
	padding: 0 20px !important;
}

.blue #pun-ulinks {
	padding: 0;
	width: 400px !important;
	top: 43px
}

.blue #pun-ulinks .container {
	flex-wrap: wrap;
	gap: 5px 15px
}

.blue #pun-navlinks.fixed {
	top: 0;
	padding: 0 0 0 20px;
}

.blue #pun-ulinks.fixed {
	top: 30px;
	width: 1000px !important;
	justify-content: flex-start;
	padding-left: 20px
}

.blue .best_post {
	left: 855px
}

.blue .best_post-text {
	left: 810px;
	width: 170px;
}

.blue .best_episode {
	top: 300px;
	left: 828px;
}

.blue .best_episode-link {
	left: 802px;
	top: 325px;
}

.blue .persons-activists {
	height: 20px;
	top: 185px;
	left: 40px
}

.blue .persons-writers {
	top: 92px;
	left: 620px
}

.blue .ams {
	left: 484px;
	top: 187px;
}

.blue .ams a:nth-child(6) {
	left: 11px
}

.blue .header_about {
	left: 50px;
	top: 285px
}