@import url(style_cs.1770639606.css);
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

@media screen and (max-width: 720px) {
	.post-box .post-content {
		font-size: 1.4em !important;
	}

	.punbb textarea#main-reply {
		font-size: 1.7em !important;
	}
}

:root {
	--pun-base: #b1ada5;
	--link-main: #2e2e2e;
	--acc-pink: #753b47;
	--acc-second: #b38355;
	--basic-grey: #515151;
	--light-blue: #8396a7;
	--menu-grey: #161616;
	--big-font: 'Old Standard TT', serif;
	--small-font: 'Libre Franklin', sans-serif;
	--small-font2: 'Commissioner', sans-serif;
	--italic-font: 'Noto Serif', serif;
	--title-font: 'Instrument Serif', serif;
}

/* A2 Deal with browser defaults and wonkiness */
/* A2.1  */
html,
body {
	margin: 0;
	padding: 0
}


/***   ÔÎÍ ÔÎÐÓÌÀ   ***/
html,
body {
	background: fixed url(https://www.transparenttextures.com/patterns/cartographer.png), #02050a;
}

/* A2.2 */
.punbb * {
	margin: 0;
}

/* 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: 1.8em;
	vertical-align: middle;
}


/* A3 Text setup */
/* A3.1 */
body {
	font-size: 100.01%;
}

/* A3.2 */
.punbb {
	font: normal 68.75% verdana, arial, helvetica, sans-serif;
}

/* A3.3 */
.punbb textarea,
.punbb input,
.punbb select,
.punbb optgroup {
	font: 1em verdana, arial, helvetica, sans-serif;
}

/* A3.4 */
.punbb h1,
.punbb h2,
.punbb h3,
.punbb h4,
.punbb table {
	font-weight: normal;
}

.punbb th,
.punbb thead {
display: none;
}


/* A3.6 */
.punbb pre {
	font: 1.1em/140% 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: none;
}

/* 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 .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-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks 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 {
	width: 930px;
	margin: 80px auto 30px auto;
	box-sizing: border-box;
	background: var(--pun-base);
}

/*** ÖÂÅÒ ÀÄÌÈÍÊÈ ***/
.punbb-admin #pun-admain .adcontainer,
#pun-admain {
	background-color: transparent;
}

/* A5.2 */
.punbb {
	float: left;
	width: 100%;
	height: auto;
}


/* A5.3 */

/***   ÏÅÐÅÀÄÐÅÑÀÖÈß   ***/
body.redirect-page #pun {
	margin-top: 15%;
	overflow: hidden;
	text-align: center;
}

body.redirect-page h1 {
	margin: 1em auto auto !important;
}


/* A5.4 */
.punbb .section,
.punbb .main {
	margin-bottom: 0.7em;
}

/* A5.5 */
.punbb .category {
	margin-top: 0.4em;
	padding-bottom: 0.4em;
}

.punbb .post {
	padding-top: 0px;
	background: transparent;
}

/* A5.6 */
.punbb #pun-category1,
.punbb .toppost,
.punbb .topicpost {
	margin-top: 0;
}

/* A5.7 */
#pun-post .topic {
	margin-top: 1em;
}

/* A5.8 */
.punbb .section,
.punbb .forum,
.punbb .formal,
.punbb .modmenu,
.punbb .info,
.punbb .category,
.punbb .post {
	border-style: none;
	border-width: 0px;
}

/* A5.9 */
.punbb .container {
	border-style: none;
	border-width: 0px;
}


#pun-index .category table tr {
margin: 0px 20px 10px 20px;
    padding: 15px 0px 15px 0px;
    -webkit-appearance: none;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    background: #c3bfb6;
    border-radius: 12px;
}

/*****B - MAIN CONTENT - GENERAL*****/
/* B1.1 */
.punbb .post-content {
	padding: 20px 0px;
	margin: 0 0px 0 -15px;
	box-sizing: border-box;
	width: 100%;
	text-align: justify;
}


/* B1.2 */
/***   ÏÎÄÏÈÑÜ   ***/
.punbb .post-sig dt {
	display: block;
	width: 70%;
	height: 1px;
	margin: 10px auto;
	border: 0;
	background: rgba(0, 0, 0, 0.3);
}

li.pa-avatar img {
	border: 3px solid #a8a49c;
	max-width: 180px;
	max-height: 180px;
	border-radius: 10px;
}


/* B1.3 */
.punbb .post-content p {
	margin: 0;
	padding: 0 0.7em 0.8em 0;
	line-height: 160%;
	margin-bottom: .6em;
	overflow-wrap: anywhere;
}

/* B1.4 */
.punbb .post-content img {
	vertical-align: text-bottom;
}

.punbb .post-content img.postimg {
	margin: 0.2em 0px !important;
}

/* B1.5 */
.punbb .post-content img.postimg {
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	height: auto;
}

/* B1.6 */
.punbb .post-content .blockcode,
.punbb .post-content blockquote {
	width: 100%;
	overflow: hidden;
}


/* B1.7 */
.punbb .post-content .scrollbox {
	width: 100%;
	max-height: 190px;
	overflow: auto;
}

/* B1.8 */
.punbb .post-content .quote-box,
.punbb .post-content .code-box {
	margin: 0.5em 0.8em 0.9em 0.8em;
	padding: 1em 1.2em;
}


/* B1.9 */
/***   ÖÈÒÀÒÀ È ÊÎÄ   ***/
.punbb .code-box {
	background: var(--link-main);
	color: #a6adb9;
	border-radius: 10px;
	text-shadow: 0px 1px 0px #000;
}

.punbb .hide-box {
	color: var(--menu-grey);
}

.punbb .quote-box {
	background: #bfbbb3;
	border-radius: 0px 10px 10px 10px;
}

/***   ÈÌß ÏÎËÜÇÎÂÀÒÅËß Â ÖÈÒÀÒÅ È ÊÎÄÅ   ***/
.punbb .quote-box cite {
	display: block;
	font: 600 12px 'Libre Franklin';
	color: #3a4458;
	margin: auto auto 8px auto;
	padding: 0px 1.05em 0.5em 0em;
	border-bottom: 1px dashed #00000033;
}

.punbb .code-box strong.legend {
	display: flex;
	font: 600 12px 'Libre Franklin';
	color: var(--pun-base);
	margin: auto auto 8px auto;
	padding: 0px 0.05em 0em 1em;
	border-radius: 8px;
	background: #212121;
	height: 30px;
	align-items: center;
	justify-content: flex-start;
}


/* B2 Information boxes */
/* B2.1 */
.punbb .info-box {
	margin: 0 0 1.1em 0;
	padding: 1.1em 1.7em 1em 1.7em;
	border-style: none;
	border-width: 0px;
}

/* 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 */
.multipage {
	background: transparent;
}

#pun-main .linkst {
	width: 100%;
	font-family: Tahoma, sans-serif;
}

.linkst .pagelink {
	display: inline-block;
	width: 20em;
	margin: 0.2em auto;
	padding: 0.5em;
	font-size: 1.1em;
}

.linkst .postlink {
	float: right;
	display: inline-block;
	width: 18em;
	margin: 0.2em auto;
	padding: 0.5em;
	font-weight: 700;
	font-size: 1.1em;
	text-align: right;
}

.punbb .linksb {
	width: 100%;
	font-family: Tahoma, sans-serif;
}

.linksb .pagelink {
	display: inline-block;
	width: 20em;
	margin: 0.2em auto;
	padding: 0.5em;
	font-size: 1.1em;
	font-weight: 400;
}

.linksb .postlink {
	float: right;
	display: inline-block;
	width: 16em;
	margin: 0.2em auto;
	padding: 0.5em;
	font-size: 1.1em;
	font-weight: 700;
	text-align: right;
}


/*** ÍÎÌÅÐ ÀÊÒÈÂÍÎÉ ÑÒÐÀÍÈÖÛ ***/
.linkst .pagelink strong,
.linksb .pagelink strong {
	padding: 0 0.2em;
	font-weight: 700;
}


/* B3.8 */
.subscribelink {
	clear: both;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
}

.punbb .linksb .subscribelink {
	font-size: 11px !important;
	text-align: center;
}

/*****C - MAIN CONTENT - SPECIFIC*****/
/* C1 Form layout */
/* C1.1 */
.punbb .formal .container {
	padding: 1.7em 2.3em 1.1em 2.3em;
}

/* C1.2 */
.punbb .formsubmit {
	margin: 1em 0 0 0;
	padding: 0 0 0 1.7em;
}

/* C1.3 */
.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
	margin: 0 0.6em 0 0;
}

/* C1.4 */
.punbb fieldset {
	margin: 0 0 1em 0;
	padding: 0 18px 0 18px;
	border-style: none;
	border-width: 0px;
	border-color: transparent;
}

/* C1.5 */
.punbb fieldset legend {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1.2em;
	font-family: Arial, sans-sefir;
}

.punbb legend span,
#viewprofile h2 span,
.punbb-admin #pun-admain legend span {
	font-weight: 600;
}

.punbb legend span,
.punbb legend strong {
	font-family: Arial, sans-sefir;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* C1.6 */
.punbb fieldset legend span {
	display: none;
}

/* C1.7 */
.punbb fieldset fieldset {
	margin: 0;
	padding: 0 0 8px 0;
	border-style: none;
}

/* C1.8 */
.punbb .fs-box {
	padding: 1em 0 0.8em 0;
}

/* C1.9 */
.punbb .fs-box p,
.punbb .fs-box fieldset {
	padding: 0 0 0.8em 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 12em 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;
	width: 36%;
	font-weight: normal;
}

/* c1.19 */
.punbb #profile .helplinks {
	top: 1.5em;
}

/* C1.20 */
.punbb .helplinks span {
	display: block;
	padding-bottom: 0.2em;
}

/* C1.21 */
#pun-post .formal .info-box li {
	margin: 0;
	padding-left: 4px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5;
}


/* C2 Table layout */
/* C2.1 */
.punbb .main .tcl {
	overflow: hidden;
	width: 43%;
	vertical-align: middle;
	text-align: left;
}

#pun-online .main .tcl {
	padding: 6px 0 6px 30px;
	text-align: left;
}


/* C2.2 */
.punbb .main .tc2,
.punbb .main .tc3,
.punbb .main .tcmod {
	text-align: center;
	width: 8%;
	font-family: Tahoma, Verdana, sans-serif;
}

#pun-index .tc2,
#pun-index .tc3,
#pun-index .tcmod {
	display: none
}

/* C2.3 */
.punbb .main .tcr {
	overflow: hidden;
	width: 28% !important;
	text-align: center;
}


/***   ØÈÐÈÍÀ ÁËÎÊÎÂ ÍÀ ÃËÀÂÍÎÉ ÑÒÐÀÍÈÖÅ   ***/
#pun-index #pun-main .tcl {
	width: 54% !important;
	padding-right: 0px;
	overflow: hidden;
	text-align: left;
}

#pun-index #pun-main .tcr {
	width: 35% !important;
    vertical-align: middle;
    padding-left: 48px;
    text-align: left;
    font-family: var(--small-font2);
    line-height: 150%;
    font-size: 12px;
}

#pun-index #pun-main .tcr a {
font-weight: 600;
}

/***   ÓÁÈÐÀÅÌ ÔÎÐÓÌ-ÑÎÎÁÙÅÍÈÉ ÍÀ ÃËÀÂÍÎÉ ÑÒÐÀÍÈÖÅ   ***/
#pun-index #pun-main thead {
	display: none;
}


/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
	width: 28%;
}

#pun-searchtopics .main .tcl,
#pun-searchtopics .main .tcr {
	font-size: 1em;
}

/* C2.5 */
#pun-userlist .main .tc2 {
	width: 20%;
	vertical-align: middle;
	text-align: left;
}

#pun-searchtopics .main .tc2 {
	width: 20%;
	vertical-align: top;
	text-align: left;
}

/* 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 {
	margin: auto;
    padding: 0 0 7px 0px;
}


/* C2.9 */
.punbb td span.youposted {
	position: absolute;
	margin-left: -1em;
	font-weight: bold;
}

/* C2.10 ÑÊÐÛÂÀÅÌ ÌÎÄÅÐÀÒÎÐÎÂ Â ÎÏÈÑÀÍÈÈ ÔÎÐÓÌÀ */
.punbb td .modlist {
	display: none;
	padding-top: 0.3em;
}

/* C2.11 */
.punbb .main td {
	padding: 0.5em 0.6em;
	border: none;
}

/* C2.12 */
.punbb .main th {
	padding: 0.4em 1em 0.4em 1em;
	border: none;
}

/* C2.13 */
.punbb div.icon {
	float: left;
	display: block;
}

.punbb .main .tcl {
	border-left-style: none;
	border-left-width: 0;
}


/* C3 Topics */
/* C3.1 */
.punbb .post .container {
	margin: auto 0.5em;
	padding-bottom: 1px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}

/* C3.2 */
.punbb .post h3 {
	border-width: 0px;
	margin-bottom: -5px;
}

/* C3.3 */
.punbb .post h3 span {
	padding: 3px 9px 4px;
	margin: 13px 14px 0px 219px;
	display: block;
	font-family: var(--italic-font);
	text-transform: lowercase;
	font-size: 12px;
	border-radius: 6px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #5f5f5f;
	scroll-margin-top: 15px;
}

/* C3.4 */
.punbb .post h3 strong {
	float: right;
	width: 5em;
	color: #3c414b;
	text-align: right;
	font-size: 15px;
	margin-top: -2px;
}

.punbb .post h3 strong::before {
	content: "\f762";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	font-size: 13px;
	margin-right: 4px;
	color: #9b8066db;
}


/* C3.5 */
.punbb .post .post-author {
	float: left;
	margin: -19px 0px 0px -20px;
	overflow: hidden;
}


/* C3.6 */
.punbb .post .post-author ul,
.punbb .post .post-author p {
	line-height: 140%;
}


/* C3.8 */
.pa-author strong {
	font-weight: 600;
}


/* C3.9 */
li.pa-online {
	line-height: 110%;
	border-left-style: none;
	margin-top: 0.7em;
}


/* C3.11 */
.punbb .post-body {
	margin-left: 20em;
	padding: 0 0 1px 0;
	border-left-style: none;
	border-left-width: 0px;
	border-color: transparent;
}

/* C3.12 */
.punbb .post-box {
	padding: 0 0em 0.8em 1.2em;
}

#profile .post-box {
	padding-right: 0em !important;
}


/*C3.13 */
.punbb fieldset .post-box {
	margin-bottom: 0.8em;
}

/* C3.14 */
.punbb .post-links {
	margin-left: 20em;
	border-left-style: none;
	border-left-width: 0px;
	border-color: transparent;
	font-weight: 600;
	font-family: Arial, sans-serif;
}


/* C3.15 */
.punbb .post-links ul {
	height: 2em;
	margin-left: -18.2em;
	padding: 0 1em 0 0;
	line-height: 2em;
	text-align: right;
	text-transform: lowercase;
	font-family: var(--small-font2);
	font-size: 12px;
	font-weight: 500;
}

/* C3.16 */
.punbb .post-links li {
	display: inline;
	padding-left: 0.6em;
}

/* 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: 0.5em 1em;
	text-align: right;
}

/* C4.2 */
.punbb .modmenu strong,
.punbb .modmenu a {
	height: 1.8em;
	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: 1.1em !important;
}


/* C6 Profile */
/*** C6.2 ***/
#profilenav {
	display: block;
	width: auto;
	padding-top: 1.1em;
	text-align: center;
}

/* C6.3 */
#profilenav li {
	display: inline-block;
}

#viewprofile-next #profilenav {
	display: none;
}


/* C6.4 */
#viewprofile ul,
#profilenav ul {
	margin: 0 0 1em 0;
	padding: 0.3em 1em 0.5em 1em;
	border-style: none;
	border-width: 0px;
	border-color: transparent;
}

#viewprofile ul:last-child,
#profilenav ul:last-child {
	margin-bottom: 0em;
}

#profile-left {
	text-align: center;
}

/* C6.5 */
#viewprofile h2,
#profilenav h2 {
	margin: auto 0 0.6em auto;
	padding: 0;
	line-height: 110%;
	border: none;
}

/* C6.6 */
#viewprofile h2 span,
#profilenav h2 span {
	position: relative;
	padding: 0 5px;
}


/* C6.7 */
#viewprofile li,
#setmods dl {
	margin-bottom: 0.2em;
	padding: 0 0 0 16em;
}

/* C6.8 */
#viewprofile li span {
	float: left;
	width: 14em;
	margin-left: -16em;
	padding: 0.5em 1em;
	font-weight: bold;
}

/*C6.9 */
#setmods dt {
	float: left;
	display: inline;
	width: 14em;
	margin-left: -16em;
	padding: 0.8em 1em;
	font-weight: bold;
}

/* 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;
}

.pa-avatar {
	max-width: 200px;
	max-height: 360px;
	width: auto;
	height: auto;
	margin: 0.9em auto 0.1em auto;
}

/* C7 User list */
/* C7.1 */
#pun-userlist .formal,
#pun-userlist .formal .container {
	margin-bottom: 0;
	border-bottom: none;
}

/* C7.2 */
#pun-userlist .usertable .container {
	padding: 0 2.3em 2.3em 2.3em;
	border-top: none;
}

/* C7.3 */
/***   ÏÎËÎÑÀ-ÐÀÇÄÅËÈÒÅËÜ ÏÎËÜÇÎÂÀÒÅËÅÉ   ***/
#pun-userlist .usertable table {
	border: none;
}

#pun-userlist .usertable td,
#pun-message .forum td,
#pun-messages .main td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}


/*****D - PUNBB SECTIONS OTHER THAN MAIN CONTENT*****/
/* D1.1 */
#pun-title {
	margin: 0;
	border-style: none;
	border-width: 0px;
}

/* D1.2 */
#pun-title h1 {
	display: none;
	padding: 2em 1em 0 1em;
}

/* D1.3 */
#pun-title .container {
	border-style: none;
}

/* D1.4 */
#pun-title h1 span {
	font-size: 0.8em;
}


/***   ØÀÏÊÀ   ***/
#pun-title table {
	width: 100%;
	height: 183px;
	border: 0px none transparent;
	background: url(https://upforme.ru/uploads/001c/a6/da/2/953610.png);
}


#pun-title td.title-logo-tdl {
	width: 100%;
	border: none;
}

#pun-title td.title-logo-tdr {
	position: absolute;
	top: 2px;
	left: 33%;
	margin-top: 0px;
	border: none;
	vertical-align: top;
}


/* D2 Page navigation */
/* D2.1 */
#pun-pagelinks {
	position: absolute;
	width: 100%;
	top: -15px;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
}

/* D2.2 */
#pun-pagelinks .container {
	padding: 0;
	border: none;
	background: transparent;
}

/* D2.3 */
#pun-pagelinks .container li {
	display: inline;
}

/* D2.4 */
#pun-pagelinks li a,
#pun-pagelinks a:link,
#pun-pagelinks a:hover {
	float: left;
	display: block;
	width: 100%;
	height: 2em;
	margin-left: -9999px;
	padding: 0;
	line-height: 2em;
	font-size: 1.2em;
}

/* 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 {
	margin: auto 0;
	top: 31px;
	position: absolute;
	text-transform: uppercase;
}


/* D3.2 */

/***   ÌÅÍÞ ÍÀÂÈÃÀÖÈÈ 1   ***/
#pun-navlinks .container,
#pun-ulinks .container {
	display: flex;
	gap: 15px;
	margin: 0;
	height: 25px;
	width: 932px;
	justify-content: center;
	flex-wrap: nowrap;
	background-color: var(--menu-grey);
	align-items: center;
padding-top: 4px;
}


/* D3.4 */
#pun-navlinks li a {
	font-family: var(--big-font);
	font-size: 14px;
	font-weight: 600;
}

/* D4 User links */
/* D4.1 */
#pun-ulinks {
	margin: auto 0;
	top: 60px;
	position: absolute;
	text-transform: lowercase;
}


/* D4.2 */

/***   ÌÅÍÞ ÍÀÂÈÃÀÖÈÈ 1   ***/
#pun-ulinks .container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-grow: 1;
	flex-wrap: nowrap;
	margin: auto;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 400;
}


/* D4.3*/
#pun-ulinks li,
#pun-ulinks li a {
	border-left-style: none;
	border-left-width: 0px;
	white-space: nowrap;
}

/* D4.4 */
#pun-ulinks li a {
	font-family: var(--small-font2);
	letter-spacing: 0.3px;
}

/* D4.5 */
#pun-ulinks li.item1,
#pun-ulinks li.item1 a {
	padding-left: 0;
	border-left-style: none;
	border-left-width: 0;
}

/* D5 Welcome box and Top Breadcrumbs */
/* D5.1 */
#pun-status,
#pun-status .container {
	margin-bottom: 0;
	margin-top: 1em;
	border-bottom: none;
}

/* D5.2 */
#pun-status .container {
padding: 1.5em 1.5em 1.7em 2.5em;
    font-family: var(--small-font2);
    font-size: 11px;
}

/* D5.3 */
#pun-status span {
	white-space: nowrap;
	margin-right: 0.5em;
}

/* D5.4 */
#pun-crumbs1, #pun-crumbs2 {
	margin-top: 0;
	overflow: hidden;
	font-weight: 600;
	font-size: 1em;
	font-family: Verdana, serif;
       text-align: center;
}

/* D5.5 */
#pun-crumbs1 p.container {
	padding: 1em 1em 0.8em 1em;
	border-top: none;
}

/* D5.6 */
#pun-break1 {
	position: relative;
	z-index: 1;
	height: 0;
	margin: 0 1em;
	border-style: none;
	border-width: 0px;
}

/* D6 Announcement */
/* D6.1 */
#pun-announcement h2 {
	display: none;
}

/* D6.2 */
#pun-announcement h2 span {
	display: none;
}

/* D6.3 */
#pun-announcement {
	margin: auto;
}

#pun-announcement .container {
	margin: 0px auto auto;
	padding: 1em 1.5em;
}


/* D7 Statistics */
#pun-stats .container {
	padding: 0.8em 1em 0em 1em;
}

#pun-stats li.item1,
#pun-stats li.item2 {
	clear: both;
	line-height: 150%;
}

#pun-stats ul.container {
	margin: auto;
	text-align: center;
	background: transparent;
}

#pun-stats li.item3 span,
#pun-stats li.item4 span {
	display: none;
}

#pun-stats li.item3 strong:before {
	content: 'Ó÷àñòíèêîâ: ';
	font-weight: 400;
}

#pun-stats li.item4 strong:before {
	content: 'Ñ íàìè: ';
	font-weight: 400;
}


/***   ÀÊÒÈÂÍÛ È ÏÎÑÅÒÈËÈ ÇÀ ÑÓÒÊÈ   ***/
li#onlinelist {
	float: left;
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0 0 0;
	border-top-style: none;
	border-top-width: 0px;
	line-height: 130%;
}

#onlinelist {
	text-align: left;
}


/* D8 Quick Jump - About - Bottom Breadcrumbs */
/* D8.1 */
#pun-qjump {
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	border: none;
}

/* D8.2 */
#pun-qjump .container {
	padding: 0.8em 1em;
	border: none;
	background: transparent;
}

/* D8.3 */
#pun-about {
	margin-top: 0;
	margin-right: 0.2em;
	margin-bottom: 0;
}

/* D8.4 */
#pun-about .container {
	padding: 0.5em 1em;
	line-height: 150%;
	border-top-style: none;
	font-weight: 400;
	text-align: center;
	background-color: transparent;
}

/* D8.5 */
#pun-about p span {
	display: block;
	padding-left: 50%;
}

/* D8.7 */
#pun-crumbs2 .container {
	padding: 0.8em 1em;
	border-bottom: none;
}

/* D8.8 */
#pun-break4 {
	position: relative;
	z-index: 1;
	display: none;
	height: 0;
	margin: -2px 1em;
	border-style: none;
	border-width: 0px;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
	border-top-style: none;
	border-top-width: 0px;
}

/* D9 Help file */
/* D9.1 */
#pun-help .formal .info-box h3.legend {
	margin-bottom: 0.8em;
	padding-bottom: 0;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
	display: block;
	padding-bottom: 0.6em;
	border-bottom-style: none;
	border-bottom-width: 0px;
	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 mono", "courier new", courier, monospace;
}

/* D9.8 */
#pun-help .formal .parsedmsg,
#pun-help .formal .parsedmsg .incode {
	padding-bottom: 0;
}


/*** âñÿêîå ***/
#pun-main div.catleft,
#pun-main div.catright {
	display: none
}

.punbb #pun-main .info-box .legend,
.punbb .info-box,
#setmods dd,
#viewprofile li div,
#viewprofile li strong,
.punbb .formal fieldset .post-box,
.punbb .post-body,
.punbb .post-links,
.punbb td.tc2,
.punbb td.tc3,
.punbb .post .container,
.punbb .main .container {
	background: transparent
}

.offline li.pa-online strong {
	font-weight: normal;
}

.punbb .formal fieldset .post-box,
.punbb .info-box,
.punbb .divider,
.punbb .container,
.punbb .post,
.punbb .post-body,
#pun-title,
.punbb .section,
.punbb .forum,
.punbb .formal,
.punbb .modmenu,
.punbb .info,
.punbb .category,
#pun-ulinks li,
#pun-ulinks li a,
#pun-announcement h2 span,
#pun-announcement h2,
li#onlinelist,
li#onlinelist div,
#pun-help .formal .info-box h3.legend,
#pun-help .formal .info-box h3.legend span {
	border-color: transparent;
}

.punbb td,
#viewprofile ul,
#profilenav ul,
.punbb .post .post-body,
.post-links ul,
.post-links,
.usertable table {
	border: none;
}

.punbb-admin #pun-admain h2 {
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 1.1em !important;
	color: #fff;
	background: #212121;
}

.punbb .main .tcr span {
	overflow: hidden;
}

#topic-users-in a:after {
	content: ',';
}

#topic-users-in a:last-child:after {
	display: none;
}

#keyboard-span input,
#keyboard-span input[type="button"] {
	text-shadow: none;
	box-shadow: none;
	background: #fff;
	color: #333 !important;
	border: 1px solid #a7a7a7 !important;
	font-family: Tahoma, Verdana, sans-serif !important;
	font-weight: 400 !important;
}

#imageupload-left input[type=button] {
	width: auto !important;
}


/***  ÇÀÏËÀÒÊÀ ÄËß ÏÎËß ÎÒÂÅÒÀ ***/
textarea#main-reply {
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


.lastedit,
li#navawards,
.pl-share,
.sharelink,
.pa-invites,
#pun-live-rusff,
.pa-gifts {
	display: none;
}


/***   ÔÈÊÑ ÄËß ÑÏÎÉËÅÐÀ - ÎÒÑÒÓÏ ÑÒÐÎÊ   ***/
.spoiler-box>div[onclick]>p {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
}

.post-content .spoiler-box>div {
	background: none !important;
	cursor: pointer;
	padding-left: 32px !important;
	position: relative;
	font: italic 500 12px 'Noto Serif';
	color: #424854;
}

.post-content .spoiler-box>div::before {
	content: "\e05d";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 16px;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform .25s ease;
	color: #3c414b;
}

.post-content .spoiler-box>div.visible::before {
	transform: translateY(-50%) rotate(180deg);
}


/***   ÃÐÀÍÈÖÛ ÒÀÁËÈ×ÅÊ   ***/
.punbb .post-content td {
	border: 0px none transparent !important;
}


/***   ÏÅÐÅÌÅÙÅÍÈÅ ÑÎÎÁÙÅÍÈÉ - ÐÀÇÄÅËÈÒÅËÜ   ***/
div.Select_Topics .container tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


/***   ÇÀÏËÀÒÊÈ ÄËß ÇÀÊËÀÄÊÈ   ***/
#MyBookmarks .container,
.editBookmark {
	border: 1px solid #b9b9b9;
	background: #d4d4d4;
	box-shadow: 0 1px 5px #000;
}

#MyBookmarks .container {
	padding: 2em 1em 1em !important;
}

#MyBookmarks {
	max-height: 300px;
	margin-top: 5%;
}


/***   ÖÂÅÒÍÀß ÂÑÒÀÂÊÀ ÍÀ ÈÊÎÍÊÅ ÇÀÊËÀÄÊÈ   ***/
#BookmCntToggle.default-style {
	color: #3c6567 !important;
}


/***   ÇÀÃÎËÎÂÎÊ ÇÀÊËÀÄÎÊ   ***/
#MyBookmarks h2,
#MyBookmarks h1 {
	margin: auto;
	padding: 8px 1em !important;
	background-image: none;
	background-color: #d4d4d4;
}


/*** ÖÂÅÒ ÏÎËÎÑ Â ÃÎËÎÑÎÂÀÍÈÈ ***/
table.poll2 {
	margin-left: 40px;
}

#poll-special td h1 {
	margin: auto 0 !important;
	padding: 1px !important;
	background: #3c6567 !important;
}


/***   ÔÎÍ ÄËß ÂÛÑÊÀÊÈÂÀÞÙÈÕ ÎÊÎÍ   ***/
#pun_wrap #post .container[id$="-area"] {
	max-height: 264px;
	overflow: auto;
}

#pun_wrap #post .container[id$="-area"],
#video-area-tinp,
#image-area-tinp,
.pun-modal .modal-inner,
.inner,
#post-sig .container[id$="-area"] {
	outline: none;
	border: 1px solid #9c9c9c;
	background: url(https://i.ibb.co/NVjH17Q/ship-pun-3.jpg) 50% 0% repeat #e4e4e4;
}


/***   ÌÎÄÅÐÀÒÎÐÑÊÎÅ ÌÅÍÞ - ÏÎËß ÂÂÎÄÀ   ***/
.punbb input,
.punbb select,
.punbb optgroup {
	outline: none;
	padding: 5px;
	border: 1px solid #9c9c9c;
	background: #e4e4e4;
}


/***   ÒÅËÎ ÏÎÑÒÀ ÒÅÊÑÒ   ***/
.post-box {
	text-align: justify;
}

.punbb .post-content p {
	font-size: 1.1em;
}


/***   ÊÍÎÏÊÈ   ***/
#viewprofile-next #pa-edit a,
input[class="button"],
input[class="button submit"],
input[type="button"] {
padding: 5px 8px;
    border: 0px;
    font: 600 10px Commissioner;
    text-transform: uppercase;
    border-radius: 5px;
    color: #c9c9c9;
    background: var(--acc-pink);
}


/***   ÊÍÎÏÊÈ ÏÐÈ ÍÀÂÅÄÅÍÈÈ   ***/
#viewprofile-next #pa-edit a:hover,
input[class="button"]:hover,
input[class="button submit"]:hover,
input[type="button"]:hover {
background: #5d2f38;
    cursor: pointer;
}


/***   ÖÂÅÒÍÎÉ ÑÊÐÎËË   ***/
*::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	background: rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-thumb {
	background: #44585d;
}

*::-webkit-scrollbar-corner {
	background: transparent;
}

del {
	filter: blur(2px);
	text-decoration: none;
}

del:hover {
	filter: blur(0px);
}

.noNull:before {
	content: "";
	font-size: 9px;
	display: inline-block;
	margin-left: -6px;
	margin-top: 0px;
	position: absolute;
}

/* êîíòåéíåð */
div.post-rating p {
	float: right !important;
	border: 0 !important;
	padding: 0 14px 0 0 !important;
}

/* îáùèé ñòèëü ññûëîê */
div.post-rating a,
div.post-vote a {
	font: 600 14px Noto Serif !important;
	text-decoration: none !important;
	position: relative;
}

/* === ÐÅÉÒÈÍÃ === */
div.post-rating p>a {
	width: 38px;
	height: 38px;
	margin-left: 10px;
	margin-top: -6px;
	display: flex;
	align-items: center;
	justify-content: center;

	color: var(--acc-pink);
	z-index: 100;
}

/* èêîíêà-ôîí */
div.post-rating p>a::after {
	content: "\f004";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 30px;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64333d;
	opacity: 0.3;
	pointer-events: none;
}

div.post-rating p>a:hover::after {
	opacity: 0.5;
}

/* === POST VOTE === */
div.post-vote {
	margin-bottom: 65px;
}

div.post-vote p>a {
	position: absolute;
	cursor: pointer;
	z-index: 200;
	width: 23px;
	height: 23px;
	margin-left: 45px;
	margin-top: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0 !important;
}

/* èêîíêà */
div.post-vote p>a::after {
	content: "\f075";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	font-size: 20px;
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	color: #373f4f;
	opacity: 0.5;
}

div.post-vote p>a:hover::after {
	opacity: 1;
}

.pa-respect a[href*="relation"] {
    display: none;}

p.lastedit {
display: none;}