@Import url(style_cs.1762063248.css);

/* Font Awesome */
/**/@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://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* èñïîëüçóþòñÿ â äèçàéíå */
@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&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --base-bg: #741805 url(https://forumstatic.ru/files/001c/93/ac/31950.png);
--left-pic-bg: url(https://forumstatic.ru/files/001c/79/e3/18075.png);
--right-pic-bg: url(https://forumstatic.ru/files/001c/79/e3/98530.png);
--lines: url(https://forumstatic.ru/files/001c/79/e3/92043.svg);
--blur: url(https://forumstatic.ru/files/001c/79/e3/76704.png);

--dark600: #1E1E1E;
--dark500: #242424;
--dark400: #272828;
--dark200: #242527;

--beg100: #cdcccb;
--beg300: #bcb7b3;
--beg500: #f6f6f6;

    --borders: #eeeded;

    --text1: #171717; 
    --text2: #a09c99; /* light black */
    --text3: #e5e0dc; /*white*/
    --text4: #d92a0e; /*semiwhite*/
    --links: #ae3f2d;
    --accent: #d55639;

    --font: Inter;
    --font2: Jost;
    --font-accent: desonanz;
}

@font-face {
	font-family: desonanz;
	/* Èìÿ øðèôòà */
	src: url(https://forumstatic.ru/files/001c/91/5d/40140.ttf);
}

/* 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 75% 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(--beg100);
	margin: auto;
	width: 956px;
	margin-top: 155px !important;
	margin-bottom: 22px;
	padding: 25px;
	box-sizing: border-box;
	position: relative
}


.punbb {
	padding: 22px;
	background: var(--beg300);
	margin-top: 104px
}

/* ëèøíåå */
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(--text1)
}

/* 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 left top !important;
}

#pun-redirect #pun-main {
	background: transparent;
}

#pun-redirect * {
	border: 0 none;
}

#pun-redirect .main-title {
	display: none;
}

#pun-redirect.punbb .info .container {
	text-align: center;
	font: 400 11px var(--font);
	display: inline-block;
	margin: 0 auto;
	width: auto;
	height: auto;
	padding: 25px;
	box-sizing: border-box;
	background:
		var(--beg100);
	width: 956px;
	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%;
}

/* B1.2 */
.punbb .post-sig dt {
	border: none;
	background: #982e1d;
	height: 2px;
	display: block;
	margin: 5px auto 15px;
	width: 80%;
}

.punbb .post-sig dd {
	background: linear-gradient(to top, var(--beg300), var(--beg100));
	padding: 10px 10px 0
}

/* B1.3 */
.punbb .post-content p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 150%;
	font-family: var(--font) , sans-serif;
	font-size: 14px;
word-wrap: break-word;
}

.post-content {
	color: var(--text1)
}

/* 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;
	padding: 0em;
}


/* B1.9 */
.punbb .quote-box cite,
.punbb .code-box strong.legend {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.0em;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
	padding: 1.1em 1.7em 1em 1.7em;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 1.1em 0;
}

/* B2.2 */
.punbb .info-box * {
	padding: 0 0 0.7em 0;
}

/* B2.3 */
.punbb #pun-main .info-box .legend {
	font-size: 1.1em;
	font-weight: bold;
}


/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
	width: auto;
	height: auto;
	font: 300 14px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 0px 10px !important;
	color: var(--text1)
}

/* B3.4 */
.linkst .postlink,
.linksb .postlink {
	text-align: right;
	font-weight: 700;
}

/* B3.5 */
.punbb .linksb {
	width: auto;
	height: auto;
	font: 300 14px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0px 0px !important;
	color: var(--text1)
}


.linksb {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
}

#pun-viewtopic .linksb .postlink {
	display: none
}

#profile .button {
	margin-top: 0 !important;
}

#profile .clearer {
	display: none
}

#profile .linksb:after,
.linksb:after {
	display: none !important;
}

.postlink span+span {
	margin-left: 10px
}

/* B3.6 */
.pagelink {
	width: auto;
	text-align: left;
	display: flex;
	gap: 2px;
}

.pagelink a {
	background: var(--beg100);
	padding: 5px 10px;
	border: 1px solid var(--beg100) !important;
}

.pagelink strong {
	padding: 5px 10px;
	border: 1px solid var(--beg100);
	box-sizing: border-box;
	display: block
}

/* B3.7 */
.linksb .postlink,
.linksb noindex {
	width: auto;
	order: 3;
	position: relative
}

.subscribelink {
	position: relative;
	order: 2;
	text-align: center;
}

#s-block {
	order: 3
}

#sTheme {
	border-radius: 0 !important;
}

#isk {
	background: var(--links);
	color: var(--text3);
	border: 1px solid #dfdad6 !important;
	border-left: none !important;
	border-radius: 0 !important;
}

#pun .postlink.long {
	width: auto;
	display: flex;
}

.postlink span, .subscribelink a {
	background: linear-gradient(to right, #982e1d, #ad3e2d);
	padding: 5px 15px !important;
}

.linksb a, .linkst a {
	color: var(--text3) !important;
	font-weight: 400
}

.linksb a:hover, .linkst a:hover {
	color: var(--text1) !important;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

#pun-messages .formal .fs-box .container {
	border-radius: 0 !important;
}

#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;
	justify-content: center
}

/* 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;
}

#profile .container fieldset legend {
display: block !important;
	margin: 20px 0 10px;
	background: var(--fill);
	padding: 2px 0px 2px;
	border-radius: 10px;
	text-transform: uppercase;
	font: 300 10px var(--font)
}

/* 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
}

form#post .fs-box p {
	padding: 0 !important;
}

form#post .fs-box p + p {
	margin-top: 10px
}

/* 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
}

.punbb .required label,
.punbb .inputfield label,
.punbb .selectfield label,
.punbb .infofield label {
	display: inline-block
}

.punbb .inputfield label,
.punbb .selectfield label,
.punbb .infofield label {
	padding: 10px 0
}

/* 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 {
	text-align: left;
	width: 27%;
}


/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
	width: 40%
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
	text-align: left;
	width: 20%;
}

/* C2.6 */
#pun-debug table .tcl {
	width: 15%;
	white-space: normal;
}

/* C2.7 */
#pun-debug .tcr {
	width: 90%;
	white-space: normal;
}

/* C2.8 */
#pun-index .tcl h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/* C2.9 */
.punbb td span.youposted {
	font-weight: bold;
	margin-left: -1em;
	position: absolute;
}

/* C2.10 */
.punbb td .modlist {
	display: none;
	padding-top: 0.3em
}

/* C2.11 */
.punbb .main td {
	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: 120%;
	margin-left: 0;
	text-align: left;
}


/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.multipage .post {
	margin-top: 0px;
	position: relative;
}

.punbb .post {
	scroll-margin: 105px
}

.post.topicpost {
	margin-top: 20px !important;
}

.post + .post {
	margin-top: 20px
}

/* C3.2 */
.punbb .post .container {
	border: none;
}

/* C3.2 */
.punbb .post h3 {
	border-width: 0px;
	-webkit-text-size-adjust: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font: 300 14px var(--font);
	z-index: 1;
	margin: 0 0px 10px !important;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	background: linear-gradient(to right, #982e1d, #ae3f2d);
}

.post h3 span {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	gap: 2px;
	flex-wrap: wrap;
	position: relative;
	padding: 5px;
	flex: 1;
	color: var(--text3)
}

.post h3 span a,
.post h3 strong {
	font-weight: 300;
	box-sizing: border-box;
	padding: 0 15px;
	color: var(--text3) !important;
}

.post h3 strong {
	order: 3;
	font-weight: normal;
	display: block;
	margin-left: auto;
	color: var(--text1)
}

.post.topicpost h3 strong {
	margin: unset !important;
}

.post h3 strong:before {
	content: "#"
}

.post h3 span .permalink {
	order: 1;
}

/* 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
}

li.pa-online {
	font-size: 9px;
	text-transform: uppercase;
	position: absolute;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px
}

.pa-online strong {
	font-weight: 400
}

/* C3.11 */
.punbb .post-body {
	margin-left: 253px;
	background: var(--beg100);
	border-top: 2px solid #982e1d !important;
	padding: 5px 15px
}

del {
	text-decoration: none;
	filter: blur(2px);
	transition: filter .3s linear 0s;
	background: transparent !important
}

del:hover {
	filter: none
}

/* C3.12 */
.punbb .post-box {
	padding: 1em 0 1em;
	text-align: justify
}

/*C3.13 */
.punbb fieldset .post-box {
	margin-bottom: 0.8em;
}

/*C3.14 */
.punbb .post-links {
	margin: 1em 0px 0px;
	padding: 0px 15px;
	position: relative;
	background: linear-gradient(to bottom, #c2bdb9, #cec9c5);
}

.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: 10px
}

.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: 500 14px var(--font);
	color: var(--text1);
	padding: 8px 0px;
}

#pun .post-links ul a:hover,
.pa-links li a:hover {
	color: var(--accent)
}

.post-links li a {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

/* 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 32px !important;
	margin: 10px -22px 10px !important;
	background: linear-gradient(to bottom, #782615, #8c1d06);
	text-align: right;
	font: normal 10px/100% var(--font) !important;
	text-transform: uppercase;
	color: var(--text3)
}

.punbb .modmenu .container a {
	font-weight: normal;
	color: var(--text3) !important;
}

.punbb .modmenu .container a:hover {
	color: var(--accent) !important;
}

.modmenu .container span:last-child {
	display: none
}

.main.multipage {
	padding: 0px !important;
}

.forum tr {
	display: flex;
	padding: 10px !important;
	gap: 10px;
	font: 300 14px var(--font);
	align-items: center;
	background: var(--beg100)
}

.forum tr + tr {
	margin-top: 10px;
}

.forum tr a {
	font-weight: 500;
}

.forum td {
	padding: 0 !important;
}

.forum .tcl {
	width: 340px !important;
	font-family: var(--font2);
	font-size: 1.08em
}

.forum .tc2,
.forum .tc3 {
	width: 90px !important;
	font-weight: 300;
	font-family: var(--font2);
	font-size: 1.08em
}

#pun .forum .tcr {
	display: flex;
	align-items: center;
	flex: 1;
}

.forum .lastmess_wrap {
	display: flex;
	flex-direction: row;
}

.forum table {
  margin: 0px 0
}

.forum thead, .forum thead tr {
  display: flex !important;
	width: 100%;
	margin: 0 !important;
	gap: 10px;
}

.forum thead tr {
	padding: 5px 32px !important;
	margin: 0 -22px 10px !important;
	background: linear-gradient(to bottom, #782615, #8c1d06);
}

.forum th {
	display: block;
	font: normal 11px/100% var(--font) !important;
	border-radius: 10px;
	white-space: nowrap;
	box-sizing: border-box;
	text-transform: none;
	text-align: center !important;
	justify-content: center;
	color: var(--text3);
	padding: 0 !important;
}

.forum tr td {
  padding: 0 !important;
}


.forum tr td {
  padding: 0 !important;
	border: none !important;
}

.forum thead th.tcl,
.forum thead th.tcr {
	text-align: left !important;
	justify-content: flex-start
}

#pun .tr-divider {
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 2px 10px !important;
}

#pun-viewforum .tcr, #pun-searchtopics .tcr {
  display: flex;
	align-items: center;
}

#pun-searchtopics .tc2 {
	width: 200px !important;
}

#pun .user-avatar {
	width: 49px !important;
	height: 49px !important;
	margin: 0 !important;
	position: relative;
	margin-right: 10px !important;
	border: 1px solid #531407
}

#pun-index .user-avatar {
	margin: 0 !important;
}

#pun .user-avatar .avatar-image {
	width: 49px;
	height: 49px;
	border-radius: 0;
	transition: all .5s linear 0s;
	box-sizing: border-box;
}

#pun .forum .user-avatar, #pun .forum .user-avatar .avatar-image {
	width: 35px !important;
	height: 35px !important;
}

#pun .user-avatar .avatar-image:hover {
	filter: none;
	opacity: 1;
	mix-blend-mode: normal
}

#pun .user-avatar .isonline {
	background: var(--accent);
	margin-right: 0px;
	margin-top: 0px !important;
	box-sizing: border-box;
	z-index: 1;
	animation: none;
	border-radius: 0 !important;
	width: 16px;
	height: 11px;
	top: calc(100% - 5px);
	z-index: 1;
	right: 50%;
	transform: translateX(50%);
	color: #fff;
	font: 500 8px var(--font);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1px;
	border: 1px solid #531407
}

#pun .user-avatar .isonline:before {
	content: "on";
}

.user-avatar .avatar-image[style*=default_avatar] {
	background-image: url(https://forumstatic.ru/files/001c/91/5d/88326.png) !important;
}

/* 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 {
	font-weight: normal;
	display: flex;
	justify-content: stretch;
	align-items: center;
}

#profilenav ul {
	display: flex;
	flex-direction: column;
	gap: 2px;
	width: 100%
}

#profilenav li a {
	padding: 4px 10px 4px 10px !important;
	color: var(--text1);
	background: var(--beg100);
	border: 1px solid #dfdad6 !important;
	font: 300 13px var(--font), arial !important;
	width: 100%;
	text-align: center
}

#profilenav li.isactive a {
	background: var(--links);
	color: var(--text3);
}

/* C6.4 */
#viewprofile ul,
#profilenav ul {
	border: none;
	padding: 0;
	margin: 0;
}

/* C6.5 */
#viewprofile h2,
#profilenav h2 {
	padding: 3px 0 0 10px;
	text-align: center !important;
}

/* C6.6 */
#viewprofile h2 span,
#profilenav h2 span {
	padding: 0 5px;
	position: relative;
}

/* C6.7 */
#viewprofile li,
#setmods dl {
	padding: 0 0 0 16em;
}

/* C6.8 */
#viewprofile li span {
	float: left;
	width: 14em;
	margin-left: -16em;
	padding: 0.5em 1em;
	font-weight: normal;
}

/*C6.9 */
#setmods dt {
	float: left;
	width: 14em;
	margin-left: -16em;
	padding: 0.8em 1em;
	font-weight: bold;
	display: inline;
}

/* C6.10 */
#viewprofile li strong,
#viewprofile li div,
#setmods dd {
	display: block;
	padding: 0.5em 1em;
	font-weight: normal;
}

/* C6.11 */
.punbb img.avatardemo {
	float: right;
	margin: 0 0 0.8em 1.8em
}


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal,
#pun-userlist .formal .container {
	border-bottom: none;
	margin-bottom: 0;
}

/* C7.2 */
#pun-userlist .usertable .container {
	padding: 0 2.3em 2.3em 2.3em;
	border-top: none;
}

/* C7.3 */
#pun-userlist .usertable table {
	border-style: solid;
	border-width: 1px;
}

#pun-userlist .usertable .container {
	padding: 0px !important;
	font-family: var(--font)
}

.usertable thead, .usertable thead tr {
  display: flex
}

.usertable thead tr {
	padding: 5px 10px !important;
	margin: 0 0 10px !important;
	background: linear-gradient(to bottom, #782615, #8c1d06);
	width: 100%;
	display: flex;
}

.usertable tr {
	background: var(--beg100);
	display: flex;
	align-items: center;
	padding: 5px 10px
}

.usertable tr + tr {
	margin-top: 5px !important;
}

.usertable tr td {
	padding: 0px !important;
	display: flex;
	align-items: center;
	flex: 1
}

.usertable th {
	display: flex;
	font: normal 11px/100% var(--font) !important;
	border-radius: 10px;
	white-space: nowrap;
	box-sizing: border-box;
	text-transform: none;
	text-align: center !important;
	justify-content: center;
	color: var(--text3);
	padding: 0 !important;
	flex: 1
}

#pun-userlist .main td.tcl, #pun-userlist .main th.tcl  {
	min-width: 25% !important;
	max-width: 25% !important;
	border: none
}

#pun-userlist .main td.tc3, #pun-userlist .main td.tc2,
#pun-userlist .main th.tc3, #pun-userlist .main th.tc2{
	min-width: 100px !important;
	max-width: 100px !important;
	justify-content: center;
	text-align: center;
	border: none
}


/***********************  D - PUNBB SECTIONS OTHER THAN MAIN CONTENT   ****************************/
/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
	margin: 0;
	border: none;
	margin-bottom: -35px;
}

/* D1.2 */
#pun-title h1 {
	display: block;
	height: 10px;
	margin: -1px 0px 0px -30px;
}

/* D1.3 */
#pun-title .container {
	border: none;
	padding: 0.2em 1em 0.8em 1em;
}

/* D1.4 */
#pun-title h1 span {
	display: none;
}

#pun-title TD.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title TD.title-logo-tdr {
	border: none;
	width: 420px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
	position: absolute;
	top: -15px;
	left: 0;
	margin: 0;
	border: none;
	padding-left: -20px;
	width: 100%;
}

/* D2.2 */
#pun-pagelinks .container {
	background: transparent;
	border: none;
	padding: 0
}

/* D2.3 */
#pun-pagelinks .container li {
	display: inline
}

/* D2.4 */
#pun-pagelinks li a,
#pun-pagelinks a:link,
#pun-pagelinks a:hover {
	height: 2em;
	line-height: 2em;
	padding: 0;
	font-size: 1.2em;
	margin-left: -9999px;
	display: block;
	float: left;
	width: 100%;
}

/* D2.5 */
#pun-pagelinks a:active,
#pun-pagelinks a:focus {
	position: relative;
	margin: 0;
}

#pun-pagelinks li a span {
	display: block;
	margin: 0 1em
}

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
	border: none;
	margin: 0;
}

#pun-navlinks .container {
	border: none;
	margin: 0;
}

/* D3.2 */
#pun-navlinks .container {
	font-weight: normal;
}

/* D.3 */
#pun-navlinks li {
	display: inline;
	margin: 0;
}

/* D3.4 */
#pun-navlinks li a {
	font-family: tahoma;
	font-size: 0.8em;
	padding: 10px 5px 10px 7px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
	border: none;
}

#pun-ulinks li,
#pun-ulinks li a {
	display: inline;
	white-space: nowrap;
    position: relative
}

#pun-ulinks li a {
	font-size: 0.8em;
	padding: 0 0 0 5px;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status,
#pun-status .container {
	border-bottom: none;
	margin-bottom: 0;
}

#pun-status {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 22px;
	box-sizing: border-box;
	gap: 10px;
	margin: 0 -22px;
	height: 53px;
	color: var(--text3);
	background: linear-gradient(to bottom, #782615, #8c1d06);
	font: 400 14px var(--font) !important;
}


/* D5.2 */
#pun-status .container {
	text-align: center;
	position: relative;
	height: auto;
	border: none;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 2px;
}

#pun-status a {
	font-weight: 300
}

#pun-status .container strong {
	font-weight: 600 !important;
}

#pun-status .status-right {
	float: none !important;
}

#pun-status .item2 strong {
	font-weight: 300 !important;
}

#pun-status .item2 {
	display: none
}

#pun-status .item3,
#pun-status .item4 {
	margin-left: 0px !important;
}

#pun-status .item4 {
	display: none
}

.status_userava {
	width: 40px;
	height: 40px;
	border: 1px solid var(--borders) !important;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px
}

.status_userava:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark200);
	opacity: .4
}

.status_userava img {
	width: 40px;
	height: 40px;
	object-fit: cover
}

/* D5.3 */
#pun-status span {
	white-space: pre-line;
}

/* D5.4 */
#pun-crumbs1 {
	font-weight: bold;
	overflow: hidden;
	position: relative
}

/* D5.5 */
#pun-crumbs1 p.container {
	border-top: none;
}

/* D5.6 */
#pun-break1 {
	margin: 0 1em;
	border: none;
	height: 0;
	margin: -2px 1em;
	position: relative;
	z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
	display: none
}

#pun-announcement.section,
#pun-announcement .container {
	border: none;
	margin: 0;
}

/* D6.3 */
#pun-announcement .container {
	padding: 0;
}

#pun-announcement {
	margin: 10px -30px 20px !important;
	border-top: 1px solid var(--borders) !important;
	padding: 20px 30px 0
}

/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats {
	padding:0px;
	margin: 22px 0px 0px !important;
	height: auto;
	position: relative;
	text-align: left;
}

#pun-stats .container {
	display: flex;
	font: 300 12px/150% var(--font);
	position: relative;
	padding: 0px !important;
	flex-direction: column;
	gap: 5px;
	margin: 0;
}


#pun-stats h2 {
	margin-bottom: 15px !important;
}

.ststitems {
	display: flex;
	flex-wrap: wrap;
	font: 300 14px var(--font);
	align-items: flex-start;
	text-align: center;
	gap: 15px;
}

.ststitems li {
	padding: 6px 15px !important;
	background: #982e1d;
	color: var(--text3);
	flex: auto;
}

.ststitems li a {
	color: var(--text3) !important;
}

.ststitems li a:hover {
	color: var(--text1) !important;
}

.ststitems li strong {
	font-weight: 500;
}

.ststitems li.item4 span {
	font-size: 0
}

.ststitems li.item4 span:before {
	content: "Ïðèâåò, ";
	font-size: 14px
}

#onlinelist {
	padding: 10px 0px !important;
}

#onlinelist {
	font-weight: 300;
}

#onlinelist span {
	font-weight: 500
}

#onlinelist strong {
	font-weight: 300
}

/* 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;
	text-align: center;
}

/* D8.6 */
#pun-crumbs2 {
	font-weight: bold;
	margin-bottom: 0;
}

/* D8.7 */
#pun-crumbs2 .container {
	text-align: center !important;
}

/* 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;
}

#pun-messages #post-form {
	padding: 0 0px !important;
}

#pun-messages #post-form.formal .fs-box.hashelp {
    padding: 0;
    margin-bottom: 10px
}

#pun-messages .post h3 {
	width: auto;
	position: relative;
}


#pun-messages .pa-posts {
	display: none
}

#pun-messages .pa-online {
	clear: both
}

#pun-messages .post-content {
	margin-top: 0px !important;
	margin-left: 0px !important;
}

#main-reply {
	height: 200px;
}


#mask_dialog .inner,
.modal-inner.section,
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner,
.editBookmark {
	color: var(--text1);
	background: var(--beg100);
	border: 1px solid #dfdad6 !important;
	padding: 10px !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;
}

.post-content td {
	border: none transparent !important;
	overflow: hidden !important;
}

::selection {
	background: #a65b50;
	color: #f7f1ec;
}

@-moz-document url-prefix() {
	body {
		scrollbar-width: thin;
		scrollbar-color: #d55639 #671504;
	}

	html {
		scrollbar-width: thin;
		scrollbar-color: #d55639 #671504;
	}

	#pun .punbb {
		scrollbar-width: thin;
		scrollbar-color: #d55639 #671504;
	}
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #671504;
	border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
	background-color: #d55639;
	width: 4px !important;
}

.punbb *::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #671504;
}

.punbb *::-webkit-scrollbar-thumb {
	background-color: #d55639;
	width: 4px !important;
}

#html-header {
	color: var(--text4);
}

#html-header a {
	color: var(--links)
}

#html-header a:hover {
	color: var(--text4)
}

.post-content abbr {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: var(--borders)
}


#pun #pun-ulinks #Rz {
	display: none !important;
}

.punbb-admin textarea {
	width: 100% !important;
}

input[type="checkbox"] {
	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;
	border-radius: 3px;
}

input[type="radio"] {
	border-radius: 3px;
	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;
	color: var(--text1)
}

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%;
}

.bottom_wrap {
	background:
		var(--ulnav);
	border-top: 1px solid #E4E2D4 !important;
	height: 112px;
	margin: 0px -41px -43px;
	padding: 0px 40px;
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	align-items: center;
}

.bottombanners {
	box-sizing: border-box;
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.bottombanners div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
	overflow-y: auto;
	padding-right: 5px;
	height: 68px;
	width: auto;
}

.bottombanners img {
	transition: all .6s ease-in-out 0s;
	mix-blend-mode: luminosity;
	opacity: .35
}

.bottombanners img:hover {
	mix-blend-mode: normal;
	opacity: 1
}

#post-form {
	padding: 0px 0px !important;
}


.intd {
	display: flex;
	align-items: center
}

#pun-index .intd {
	align-items: flex-start
}

#post-form h2 {
	display: none
}

#charcounter {
	font: 400 12px arsenal;
	background: var(--fill);
	border: 1px solid var(--borders);
	border-radius: 3px;
	text-align: center;
	padding: 4px 25px 6px;
	display: inline-block;
}

.charcount {
	font-weight: 700
}

#profile fieldset #charcounter {
	display: none
}



#viewprofile-next {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#viewprofile-next #profilenav {
	display: none
}

#viewprofile-next tr {
	display: flex;
	gap: 10px;
}

#pun #profile-left {
	background: var(--beg100);
	width: 238px !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px !important;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-start;
	font-family: var(--font);
	border: none !important;
}

#pa-edit a {
	display: block !important;
}

#pun #profile-name {
	font: normal 21px var(--font-accent) !important;
	text-align: center !important;
	padding: 5px 10px !important;
	margin: -20px -20px 1px !important;
	position: relative;
	background: linear-gradient(to right, #982e1d, #ae3f2d);
	align-self: stretch;
	color: var(--text3)
}

#profile-left li strong,
#profile-left li,
#profile-left li div {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

#profile-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 5px;
	width: auto !important;
	background: var(--beg100);
	padding: 20px !important;
	box-sizing: border-box;
	flex: 1
}

#profile-right li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: auto;
	text-align: center;
	padding: 0px !important;
	font-size: 14px;
	align-self: stretch;
	font-family: var(--font2);
	gap: 5px
}

#profile-right li strong {
	font-weight: normal;
	padding: 10px !important;
	margin: 0 !important;
	flex: 1;
	text-align: left;
	background: var(--beg300)
}

#pun #profile-right li span {
	float: none;
	margin: 0;
	width: auto;
	font-weight: 500!important;
	width: 210px;
	text-align: right;
	background: #841c06;
	color: var(--text3);
	align-self: stretch;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px !important;
	box-sizing: border-box
}

#pa-invites,
#pa-gifts,
#pa-awards {
	display: none !important;
}

#profile {
	display: flex;
	margin-top: 15px
}

#profile form.container {
	width: 100%;
	padding-left: 18.6em !important;
}


#profilenav {
	display: flex;
	margin-left: -17em;
}

#pun-messages #profile>.container {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	padding: 0px;
	box-sizing: border-box;
	border-radius: 10px
}

#pun-messages .linksb {
	margin: 10px 0 0px !important;
}

#pun-messages #profilenav {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	display: flex;
	flex-direction: column;
	padding: 0 0 15px;
	gap: 15px;
	box-sizing: border-box;
	background: var(--beg100);
}

#pun-messages #profilenav h2 {
	background: linear-gradient(to left, #9d341c, #871c06);
	color: var(--text3);
	padding: 5px 20px !important;
	font-size: 12px !important;
}

#pun-messages form#messages>fieldset>legend {
	display: none
}

#pun-messages #profilenav ul,
#pun-messages #profilenav li {
	padding: 0;
}

#pun-messages #profilenav ul {
	display: flex;
	gap: 5px;
	margin: 0;
	padding: 5px 20px 0 !important;
	width: auto;
	flex-direction: row
}


#pun-messages #profilenav .isactive a {
	font-weight: 600 !important;
}

#pun-messages #profilenav h2 {
	display: block;
	text-align: left !important;
	padding-left: 0;
	margin-left: 0;
}

#pun-messages .fs-box .container tr+tr {
	margin-top: 0;
}

#pun-messages .fs-box .container tr {
	display: flex;
	align-items: center;
	padding: 0 10px;
}

#pun-messages .fs-box .container tr.inew {
	background: var(--beg300);
}

.pmtc22 {
	display: flex;
	align-items: center;
}

#pun-messages .fs-box .container tr:last-child {
	border: none
}

#pun-messages .fs-box .post>.container {
	display: block !important;
}

#pun #pun-messages .post {
	border: none !important;
}

#pun #keyboard-span input {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 300;
	font-size: 13px;
	color: var(--text1);
	background-color: var(--cover);
	margin: 1px 1px 0 0;
	margin-top: 1px;
	border: 1px solid var(--borders) !important;
	cursor: pointer;
	padding: 0 10px !important;
	height: 25px;
	min-width: 30px;
}

#pun #keyboard-span input+input {
	margin: 3px
}

#pun-index .lastpost {
	font-size: 0
}

#pun-index .datetime,
#pun-index .byuser {
	font-size: 11px;
}

#pun-index .datetime:after {
	content: ", "
}

#BookmCntToggle {
	margin-top: 1px !important;
	z-index: 9999;
}

#MyBookmarks {
	background: var(--beg100);
	text-shadow: none;
	color: var(--text1);
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	width: 280px !important;
}

#MyBookmarks inner {
	padding-top: 40px !important;
}

#BookmCntToggle.default-style {
	background: var(--beg100) !important;
	border-radius: 2px;
	box-shadow: 2px 2px 1px #000;
	opacity: .95;
}

#MyBookmarks h2 {
	margin: 0 !important;
	padding: 10px 20px !important;
	border-bottom: 1px dashed var(--borders) !important;
	box-sizing: border-box;
	margin-bottom: 20px !important;
}

.post .bookmark {
	color: var(--accent) !important;
}

#BookmCntToggle.default-style {
	color: var(--accent) !important;
	z-index: 9999
}

#BookmCntToggle {
	top: 15px !important;
	left: 15px !important;
}

#MyBookmarks {
	z-index: 99999 !important;
}

#bm2 {
	right: 20px !important;
}

#pun .scrl.t,
#pun .scrl.b {
	box-shadow: none !important;
	background: var(--fill);
	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;
	background: var(--dark200)
}

#pun-respect td {
	padding: .8em !important;
	overflow-wrap: normal
}

#pun hr {
	opacity: 1;
	filter: none;
	background: var(--borders);
	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-left: 0;
	top: 8px;
	right: -15px;
	font-size: 10px;
	font-weight: 700;
	background: red;
	padding: 1px 4px;
	border-radius: 100px;
	height: 14px;
	color: #fff;
	cursor: pointer;
}

#pun .num_msg:before {
	display: none
}

#pun-messages #togglePreview {
	top: -15px
}

.post-content table {
	border-radius: 5px;
	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;
	background: linear-gradient(to right, #982e1d, #ae3f2d);
	color: var(--text3)
}

#plng {
	font-size: 13px !important;
	margin-top: 0px !important;
	padding: 0px 10px !important;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	white-space: nowrap;
	gap: 5px;
	font-family: var(--font);
	border-right: 1px solid var(--text3)
}

#plng b {
	font-weight: 500;
}


#form-buttons td img {
	position: relative
}

#form-buttons tr {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	gap: 3px;
	flex-wrap: wrap;
}

#form-buttons table {
	flex: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}

#form-buttons td {
	transition: all .5s ease-in-out 0s;
	min-width: 20px;
	 flex: 1
}

#form-buttons td:hover {
	color: var(--text1);
}

#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,
#button-player,
#button-voice {
	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,
#button-player:before,
#button-voice:before {
	content: "";
	height: 26px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Material Symbols Outlined;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	z-index: 0
}

#button-ChangeÑase:before {
	content: "\f489"
}

#button-font:before {
	content: "\e264"
}

#button-transL:before {
	content: "\f618"
}

#button-size:before {
	content: "\e262"
}

#button-bold:before {
	content: "\e238"
}

#button-italic:before {
	content: "\e23f"
}

#button-underline:before {
	content: "\e249";
}

#button-strike:before {
	content: "\e246"
}

#button-indent:before {
	content: "\e23e"
}

#button-left:before {
	content: "\e236"
}

#button-center:before {
	content: "\e234"
}

#button-right:before {
	content: "\e237"
}

#button-justify:before {
	content: "\e235"
}

#floatbut:before {
	content: "\f863"
}

#button-link:before {
	content: "\e178"
}

#button-spoiler:before {
	content: "\f539";
}

#button-image:before {
	content: "\f317";
	font-size: 18px
}

#button-video:before {
	content: "\e1c4";
}

#button-hide:before {
	content: "\e897"
}

#button-quote:before {
	content: "\e244"
}

#button-code:before {
	content: "\e86f";
}

#button-color:before {
	content: "\e40a"
}

#button-table:before {
	content: "\f191"
}

#button-smile {
	display: none
}

#button-smile:before {
	content: "\e1d3"
}

#button-sticker:before {
	content: "\e1d3"
}

#button-sticker img {
	opacity: 0
}

#button-vkladka:before {
	content: "\e8d8"
}

td#button-files_rusff,
td#button-graffiti_rusff {
	display: none !important;
}

#button-keyboard:before {
	content: "\e312";
}

#button-addition:before {
	content: "\ead0"
}

#button-mask:before {
	content: "\f4d6"
}

#button-html:before {
	content: "\eb7e"
}

#pun .post-content .spoiler-box>div {
	background: transparent;
	position: relative;
	font-family: var(--font);
	font-size: 14px;
	line-height: 100%;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#pun .post-content .spoiler-box>div:before {
	content: "\e2c7";
  font: normal 20px Material Symbols Outlined;
	transition: all .5s ease-in-out 0s;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: var(--text1);
	position: absolute;
	left: 7px;
	top: 7px;
}

#pun .post-content .spoiler-box>div.visible:before {
	content: "\e2c8";
}

#pun-profile fieldset .radio {
    padding-bottom: 10px
}

#pun-messages tr.inew .tclcon a {
    font-weight: bold
}


.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 12px/100% var(--font);
	padding: 3px 10px !important;
	margin: 0 !important;
	background: var(--beg100);
	align-self: stretch;
	border: 1px solid #dfdad6 !important;
}

.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(--text1) !important;
	gap: 5px
}

.punbb .post-rating a:before {
  content: "\f884";
  font: 17px Material Symbols Outlined;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: all .4s linear 0s;
	color: var(--links)
}

.punbb .post-rating a:hover:before {
	color: var(--text1) !important;
}

.punbb .post-vote a {
	color: transparent !important;
	height: auto;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	align-self: stretch
}

.punbb .post-vote a:before {
  content: "\f0f3";
  font: 17px Material Symbols Outlined;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .6;
	color: var(--text1);
	transition: all .4s linear 0s
}

.punbb .mylike .post-rating a:before {
	color: var(--text1);
	opacity: .5
}

.punbb .mylike .post-vote {
	display: 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: 0px;
}
#pun .bubble:after {
  display: none;
}

#pun #notify-link a,
#pun #navpm a {
    display: flex;
    align-items: center;
    gap: 5px
}
#pun #notify-link .unreads,
#pun #navpm .unreads {
  position: relative;
  top:0;
  right:0;
  height:auto;
  min-width:auto;
  padding:0 5px;
  border-radius:4px;
  font:500 11px var(--font),Verdana !important;
  line-height:inherit;
  color:var(--text3);
  background:var(--accent);
  box-shadow: none;
  text-shadow:none;
}

.post-content p>br { display: block; margin: 10px 0;}

.editBookmark h1 {
	display: block
}

.header_wrapper {
	background: url(https://forumstatic.ru/files/001c/91/5d/27679.png);
	height: 129px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center
}

.header-img1 {
	background: url(https://forumstatic.ru/files/001c/91/5d/56553.png) no-repeat center center / cover;
	width: 295px;
	height: 175px;
	position: absolute;
	transition: opacity .3s cubic-bezier(.64, .51, .55, 1.16) 0s !important;
}

.header-img2 {
	background: url(https://forumstatic.ru/files/001c/91/5d/65621.png) no-repeat center center / cover;
	width: 295px;
	height: 175px;
	position: absolute;
	transition: opacity .3s cubic-bezier(.64, .51, .55, 1.16) 0s !important;
	opacity: 0
}

.header_wrapper:hover .header-img2 {
	opacity: 1
}

.header_table--wrapper {
	display: flex;
	flex-direction: column;
	margin: -22px -22px 0;
	font: 400 14px/150% var(--font);
	color: var(--text3)
}

.header_table--wrapper a {
	color: white !important;
}

.header_table--wrapper a:hover {
	color: var(--text1) !important;
}

.header_table--start {
	border-top: 2px solid var(--accent);
	padding: 22px;
	background: linear-gradient(to bottom, #8c1d06, #721b08);
	display: flex;
	gap: 22px;
	align-items: center;
}

.header_table--banners, .header_table--nav {
	display: flex;
	gap: 5px;
	flex: 1;
}

.header_table--banners img {
	width: 88px;
	height: 31px;
	object-fit: cover;
}

.header_table--logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px;
	width: 250px;
}

.header_table--logo h5 {
	padding: 0 !important;
	margin: 0!important;
	font: normal 31px var(--font-accent);
}

.nav_wrap {
	flex: 1;
	position: relative;
	z-index: 1
}

.slide_button {
	background: var(--accent);
	text-align: center;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	cursor: pointer
}

.slide_button.i_active {
	background: var(--links)
}

.slide_block {
	position: absolute;
	background: var(--beg300);
	width: 100%;
	top: calc(100% + 5px);
	display: none;
	left: 0;
}

.slide_links {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px;
}

.slide_links a {
	background: var(--accent);
	text-align: center;
	font-size: 14px;
	padding: 2px 5px 4px;
	transition: all .3s linear 0s !important;
}

.slide_links a:hover {
	background: var(--text1);
	color: var(--links) !important;
}

.header_table--end {
	display: flex;
	gap: 22px;
	background: linear-gradient(to bottom, #a43920, #d55639);
	padding: 22px;
}

.header_table--ams {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
	width: 275px;
}

.header_table--ams h5 {
	padding: 0 !important;
	margin: 0 !important;
	width: 80%;
	text-align: center;
	font: normal 20px var(--font-accent);
}

.header_table--ams img {
	width: 85px;
	height: 85px;
	object-fit: cover;
	border: 1px solid #501407;
}

.header_table--news {
	flex: 1;
	height: 100px;
	overflow-y: auto;
	align-self: center;
}

.footer_wrapper {
	border-top: 30px solid var(--beg100);
	margin: 15px -47px -47px;
	padding: 15px 25px 0;
	background:var(--beg300) url(https://forumstatic.ru/files/001c/91/5d/10373.png) no-repeat calc(100% - 60px) 15px;
	background-size: 105px 107px;
}

.footer_banners {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	height: 101px;
	position: relative;
	width: 749px;
	padding-right: 10px;
	overflow-y: auto;
	margin-bottom: 25px
}

.footer_banners img {
	width: 88px;
	height: 31px;
	object-fit: cover;
}

.footer_copy {
	border-top: 8px solid #741805;
	margin: 0 -25px 0;
	padding: 5px 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	font: 400 9px var(--font);
	text-transform: lowercase;
}

.footer_copy span {
	border-right: 1px solid #741805;
	padding-right: 3px
}

.footer_copy span:last-child {
	border: none;
	padding: 0
}

.html_page--wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.html_names_list {
  width: auto;
  margin: auto;
}

.html_names_list--letters {
  background: #7e1a06;
  min-height: 35px;
  list-style: none;
  color: var(--text3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  padding: 3px 20px !important;
  box-sizing: border-box;
  font: 600 16px var(--font);
  gap: 0px;
	flex-wrap: wrap
}

.html_names_list--letters li {
  padding: 3px 8px;
  cursor: pointer;
  transition: opacity .3s cubic-bezier(.64, .51, .55, 1.16) 0s !important;
	margin: 0 !important;
}

.html_names_list--letters li:hover {
  opacity: .55;
}

.html_names_list--letters li.checked {
  background: #d55639;
}

.html_names_list--container--wrapper {
  display: block;
  overflow: hidden;
  height: 440px;
  position: relative;
}

.html_names_list--container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.html_names_list--container.active {
  opacity: 1;
  pointer-events: all;
}

.html_names_list--list {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  padding-right: 10px !important;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.html_names_list--list li {
  background: var(--beg300);
  padding: 10px;
  border-bottom: 2px solid #7e1a06;
  display: flex;
  align-items: center;
	margin: 0 !important;
}

.html_names_list--list li img {
  border: 2px solid #7e1a06;
  width: 50px;
  height: 50px;
}

.html_names_list--list li span {
  background: #7e1a06;
  flex: 1;
  padding: 0 30px;
  height: 25px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--text3);
  font: 500 13px var(--font);
}

/* Ñòèëè äëÿ àíèìàöèè */
.html_names_list--container.slide-in-next {
  animation: slideInNext 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.html_names_list--container.slide-in-prev {
  animation: slideInPrev 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.html_names_list--container.slide-out-next {
  animation: slideOutNext 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.html_names_list--container.slide-out-prev {
  animation: slideOutPrev 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideInNext {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slideInPrev {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slideOutNext {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(-100%); opacity: 0; }
}
@keyframes slideOutPrev {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(100%); opacity: 0; }
}

@media screen and (max-width: 720px) {

	html,
	body,
	#pun,
	.punbb {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background-size: contain;
		-webkit-text-size-adjust: none;
		overflow-wrap: break-word;
		float: none;
	}
	
	#pun {
		margin-top: 80px !important;
	}

	body {
		position: relative;
		overflow: hidden !important;
		-webkit-overflow-scrolling: touch !important;
		overflow-y: auto !important;
		z-index: 1;
		background-size: cover;
	}

	img {
		max-width: 100% !important;
		height: auto;
	}

	#pun_wrap #pun {
		width: 100% !important;
		border-width: 0 !important;
		overflow: hidden !important;
	}

	#pun .punbb {
		padding: 10px !important;
		box-sizing: border-box;
	}

	#pun #pun-redirect.punbb .info .container {
		width: 100% !important;
	}
	
	#pun-navlinks {
		justify-content: center;
		box-sizing: border-box;
		margin: 0 !important;
		margin: 0 0 0 !important;
		height: 40px;
	}
	
	#pun-navlinks .container:after {
		display: none !important;
	}

	#pun-navlinks span {
		font-size: 0;
		position: relative
	}

	#pun-navlinks>ul {
		gap: 10px;
		justify-content: flex-start;
		height: auto;
		padding: 0 !important;
	}
	
	#pun-navlinks ul.container >li > a {
		background: transparent;
		padding: 5px !important;
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center
	}
	
	#pun-navlinks a span:before {
		font-size: 20px !important;
	}
	
	#navindex a span:before {
		content: "\e88a";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navuserlist a span:before {
		content: "\f368";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navsearch a span:before {
		content: "\e8b6";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navprofile a span:before {
		content: "\f02e";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navpm a span:before {
		content: "\e158";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navadmin a span:before {
		content: "\e8b8";
		font-family: Material Symbols Outlined;
		font-size: 14px;
		display: block;
		font-weight: normal !important;
	}


	#navlogout a span:before {
		content: "\e9ba";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navlogin a span:before {
		content: "\ea77";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navregister a span:before {
		content: "\e7fe";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}

	#navpr_1 a span:before {
		content: "\f353";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}
	
	#navpr_2 a span:before {
		content: "\f53e";
		font-family: Material Symbols Outlined;
		display: block;
		font-weight: normal !important;
	}
	
	#pun-announcement .container .html-box {
		margin: 0 0 !important;
	}

	#pun-ulinks .container,
	#pun-ulinks.section {
		flex-wrap: wrap;
		height: auto !important;
		align-items: center !important;
		justify-content: center;
		display: flex;
		gap: 10px;
		padding: 5px 15px !important;
		margin: 0px !important;
		top: 40px;
	}
	
	#pun-ulinks.section {
		height: 40px !important;
		overflow: hidden;
		transition: height .4s linear 0s
	}
	
	#pun-ulinks.section:hover {
		height: auto !important;
	}
	
	#pun-ulinks li {
		display: block
	}

	#pun-ulinks .container a {
		margin: 0 !important;
		display: block;
	}
	
 #pun-ulinks.fixed {
		display: none
	}
	
	.header_wrapper {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		background-size: cover !important;
		background-position: center bottom;
		margin: -10px -10px 0px !important;
		height: 150px
	}
	.header-img1,
	.header-img2 {
		height: 150px;
		background-size: contain
	}
	
	.header_table--wrapper {
		margin: 0 -10px 0
	}
	
	.header_table--banners,
	.header_table--nav,
	.header_table--ams {
		display: none
	}
	
	.header_table--start {
		justify-content: center
	}
	
	.header_table--logo {
		align-self: center
	}
	
	#pun-status {
		margin: 0 -10px 5px !important;
	}
	

	#pun-index .category {
		padding: 0px 0px !important;
	}
	
	#pun-index .category h2 {
		margin: 0 -10px 10px !important;
		flex-direction: row-reverse
	}

	#pun-index .category tr {
		flex-direction: column;
		width: auto !important;
		align-items: flex-end;
		gap: 0px !important;
		margin: 0 -10px !important;
	}
	
	#pun-index .category tr + tr {
		margin-top: 15px !important;
	}

	#pun-index td.tcl,
	#pun-index td.tcr {
		width: 100% !important;
		overflow: visible;
		padding: 0 15px !important;
	}

	#pun-index .tclcon {
		display: flex;
		flex-direction: column;
		padding: 0px
	}

	#pun-index td.tcr {
		padding: 10px 0 !important;
		box-sizing: border-box;
		overflow: visible !important;
	}
	
	#pun .lastmess_wrap {
		display: flex;
		flex-direction: column;
		gap: 3px;
		flex: 1;
		align-items: flex-end;
		text-align: right;
		padding-left: 15px
	}

	#pun-index .tcr a.lastpost-link {
		width: 100% !important;
		text-align: right;
		white-space: wrap
	}

	#pun-stats {
		margin: 0px 0 0px !important;
	}

	#pun #pun-stats .container {
		padding: 0 0px 0px !important;
		flex-direction: column;
		display: flex;
		height: auto
	}
	

	.ststitems {
		display: none
	}

	.onlinelist,
	.users_24h {
		width: 100%;
	}
	
	.footer_wrapper {
		margin: 0 -10px -10px !important;
		background: var(--beg300);
		padding: 10px
	}
	
	.footer_banners {
		width: auto;
		justify-content: center;
	}

	#pun-viewforum .forum .tc2,
	#pun-viewforum .forum .tc3,
	#pun-searchtopics .forum .tc3 {
		display: none
	}

	#pun .forum thead {
		display: none !important;
	}
	
	#pun .forum {
		padding: 0 !important;
	}
	
	#pun .forum tr {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 5px;
	}

	#pun .forum .tcr {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-items: flex-end;
		text-align: right
	}
	
	#pun .forum .user-avatar {
		display: none;
	}

	#pun .forum tr td {
		width: auto !important;
	}

	.post {
		padding: 0 !important;
	}

	#pun .post-author {
		float: none !important;
		width: 100% !important;
		margin: 0 0 0px !important;
		padding: 10px;
		background: linear-gradient(to bottom, #721805, #8b1d06) !important;
	}

	#pun .field_wrap2 {
		width: auto !important;
		display: flex;
		gap: 10px;
		box-sizing: border-box;
		margin: -10px -10px 0 !important;
		justify-content: flex-start;
		padding-left: 120px !important;
	}

	.pa-fld2,
	.pa-fld3,
	.pa-fld4,
	.pa-fld5,
	.pa-fld6,
	.pa-ip {
		display: none !important;
	}

	.post-author ul {
		display: flex;
		flex-direction: column;
		background: black;
		gap: 10px;
	}
	
	.pa-fld1 {
		text-align: left;
		margin: 0 -10px !important;
		padding-left: 120px !important;
	}

	#pun .pa-author {
		margin: -10px -10px -10px !important;
		text-align: left !important;
		padding-left: 120px !important;
	}

    #pun .pa-avatar {
    position: absolute;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
	#pun .pa-avatar img {
		height: 100px;
		width: 100%;
	}
	.pa-respect, .pa-posts {
		display: flex;
		gap: 5px;
		justify-content: center;
		align-items: center;
		height: 20px;
		box-sizing: border-box
	}

	#pun .post-body {
		margin: 0 !important;
		padding: 10px !important;
	}
	
	#pun .post-box {
		padding: 0 !important;
	}

	#pun .punbb .post-links ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 5px;
	}

	#pun .punbb .post-links ul a {
		font-size: 11px !important;
	}

	.pl-email.pm {
		margin-right: auto !important;
	}

	.post-links li+li,
	.pa-links li+li {
		margin: 0 !important;
	}

	#pun #post.container {
		padding: 0 !important;
	}
	
	.punbb .formsubmit {
		flex-wrap: wrap;
		gap: 5px;
	}
	
	.punbb .formsubmit input {
		margin: 0 !important;
	}
	
	#togglePreview {
		margin: 0;
	}
	
	.linksb {
		flex-wrap: wrap;
		gap: 5px;
	}

	#pun #post-form {
		padding: 0 !important;
	}

	#pun #form-buttons {
		flex-direction: column;
		padding: 5px 10px;
		box-sizing: border-box
	}
	
	#plng {
		display: none
	}

	.tcl.username {
		width: 20% !important;
	}

	.tc3.num_posts,
	.tc3.registered {
		display: none
	}

	.tc3.last_visit {
		width: 20% !important;
	}

#profile .container {
	padding: 0;
}

	#viewprofile-next .container {
		padding: 0px !important;
	}

	#viewprofile tr {
		flex-direction: column;
	}

	#pun #viewprofile #profile-left {
		width: 100% !important;
		align-items: center;
		padding: 10px !important;
		box-sizing: border-box
	}

	#pun #viewprofile #profile-right {
		padding: 10px !important;
		margin: 10px 0 0
	}

	#pun-messages #profilenav ul {
		flex-wrap: wrap
	}

	#pun-messages .fs-box .container tr {
		padding: 0 !important;
	}

	#pun-messages .fs-box .container td {
		text-align: left;
		padding: 5px !important;
	}

	#pun-messages .user-avatar {
		display: none
	}

	.tc2.pmtc22,
	.tc3.pmtc33 {
		white-space: wrap !important;
		width: 25% !important;
	}

	#punbbsearch.container {
		padding: 0 !important;
	}

	.forum div.tclcon {
		flex: 1;
	}

	#pun .arrow_wrap {
		margin: 0 !important;
		z-index: 9999;
		right: 10px;
		justify-content: flex-end;
		height: calc(100% - 20px)
	}

	.arrow_wrap .leaf {
		display: none
	}
	
	.go-up span,
	.go-down span {
		padding: 0 0px !important;
		font-size: 0;
		background: var(--accent)
	}

	#profile {
		flex-wrap: wrap;
	}

	#profilenav {
		margin: 0 !important;
		width: 100%
	}

	#profilenav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		padding: 0;
		flex-direction: row;
		margin-bottom: 20px
	}

	#profilenav li {
		padding: 0px !important;
		flex: auto;
		text-align: center;
	}

	#profilenav li a {
		display: block;
		background: var(--beg100);
		padding: 3px 10px;
	}

	#profile form.container {
		padding: 0 !important;
		display: flex;
		flex-direction: column;
		margin-top: 10px
	}

	.post-links li a {
		font-size: 0 !important;
		gap: 0;
	}

	.post-links li a:before {
		background: var(--text1)
	}

	#tags .container {
		max-width: 100%;
		box-sizing: border-box
	}

	.post-rating {
		margin-right: 20px
	}

	.post-sig {
		display: none
	}

	#pun-messages input.longinput {
		max-width: 100%;
		box-sizing: border-box;
	}

	#pun-messages input.longinput {
		max-width: 100%;
		box-sizing: border-box;
	}
	#BookmCntToggle {
		top: 90px !important;
		left: 10px !important;
		z-index: 8 !important;
	}
	#pun .quote-box cite, #pun .code-box strong.legend {
		padding-right: 10px !important;
	}
	#pun #profile-right li span {
		width: 50%
	}
	#pun #profile-name {
		margin: -10px -10px 0 !important;
	}
	#pun-messages .field_wrap2,
	#pun-messages .pa-title,
	#pun-messages .pa-avatar {
		display: none
	}
	#pun-userlist thead {
		display: none;
	}
	#pun-userlist tr {
		gap: 10px;
		text-align: left !important;
	}
		#pun-userlist.punbb .main td {
		max-width: unset !important;
		min-width: unset !important;
		justify-content: center;
			flex: 1 !important;
	}
		#pun-userlist .main td.tcl {
		max-width: 40% !important;
		min-width: 40% !important;
		justify-content: flex-start !important;
	}
	#pun-userlist.punbb .main td.relation, #pun-userlist.punbb .main td.user_title {
		display: none
	}
		#pun-userlist.punbb .main td.registered,
	#pun-userlist.punbb .main td.last_visit {
		display: flex;
			flex-direction: column
	}
	#pun-userlist.punbb .main td.registered:before {
		content: "Çàðåãèñòðèâàí:"
	}
	#pun-userlist.punbb .main td.last_visit:before {
		content: "Ïîñëåäíèé âèçèò:"
	}
	#pun-userlist .user-avatar, #pun-userlist .user-avatar .avatar-image {
		width: 30px !important;
		height: 30px !important;
	}
	.html_names_list--letters {
		justify-content: center
	}
	.html_names_list--list li img {
		width: 30px;
		height: 30px;
	}
	.html_names_list--list li span {
		min-height: 20px;
		height: auto;
	}
}