/***************************************
A - SETUP
***************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@import url(style_cs.1777516462.css);

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/v4-font-face.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/fontawesome.min.css');

@import url(https://forumstatic.ru/files/001b/31/48/23035.css?v=6);

/* используются в дизайне */
@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=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

@font-face {
	font-family: 'El Messiri Medium';
	font-style: normal;
	src: url(https://forumstatic.ru/files/001c/b4/72/51672.ttf);
}

@font-face {
	font-family: 'kolju4ka';
	font-style: normal;
	font-weight: 400;
	src: url(https://forumstatic.ru/files/001c/b4/72/12056.otf);
}

/* используются в дизайне */

:root {
	--base-bg-img: url();
	/* задник прям задник */
	--base-bg: #8e8a93;
	--base-bg2: #9e9e9e;

	/* навлинки и футер */
	--text: #0a0a0d;
	--link: #231a23;
	--link-hover: #234747;
	/* юлинки */
	--u-link: #161318;
	--u-link-hover: #2a4343;
	/* тёмная тема */
	--text-night: #c0c2d3;
	--link-night: #80989f;
	--link-night-hover: #6e608e;
	--u-night-link: #9e8da9;
	--u-night-link-hover: #8fb0b2;

	/* шапка */
	--text2: #99909e;
	--link2: #4a808d;
	--link-hover2: #827790;

	/* поля инпута */
	--field1: #a8a4af;
	--border: #020407;
	/* тёмная тема */
	--field1-night: #141618;
	--fieldtext-night: #647686;
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html,
body {
	margin: 0;
	padding: 0
}

/* A2.2 */
.punbb * {
	margin: 0px
}

/* A2.3 */
.punbb ul,
.punbb dl,
.punbb li,
.punbb dd,
.punbb dt {
	padding: 0;
	list-style: none;
}

/* A2.4 */
.punbb img {
	border: none
}

/* A2.5 */
.punbb .main table {
	table-layout: fixed;
	width: 100%;
}

/* A2.6 */
.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
	margin: 0 0.3em;
}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
	height: auto;
	vertical-align: middle
}


/* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
	font-size: 100.01%;
}

/* A3.2 */
.punbb {
	font: normal 70% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* 3.3 */
.punbb textarea,
.punbb input,
.punbb select,
.punbb optgroup {
	font: 1em verdana, arial, helvetica, sans-serif
}


/* A3.4 */
.punbb h1,
.punbb h2,
.punbb h3 {
	font-size: 1em;
	font-weight: bold;
}

.punbb th {
	font-size: 0.9em;
	font-weight: bold;
}

.punbb h4,
.punbb table {
	font-size: 1em;
	font-weight: normal;
}

/* A3.5 */
.punbb h1 span,
.punbb h2 span,
.punbb legend span {
	font-size: 1.1em;
}

/* A3.6 */
.punbb pre {
	font: 1.1em/140% verdana, arial, monaco, "bitstream vera sans mono", "courier new", courier, monospace
}

/* A3.7 */
.punbb address,
.punbb em {
	font-style: normal
}

/* A3.8 */
.punbb .post-content em {
	font-style: italic
}

/* A3.9 */
.punbb .post-content em.bbuline {
	font-style: normal;
	text-decoration: underline;
}

/* A3.10 */
.punbb a {
	text-decoration: underline
}

/* A3.11 */
.punbb optgroup {
	font-weight: bold;
}


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb dl.post-sig dt span,
.punbb .post-box:after,
.punbb .linksb:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 0.0;
	font-size: 0;
}

/* A4.2 */
.acchide,
#pun-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 {
	background: rgb(159 146 137) url(https://forumstatic.ru/files/001c/b4/72/51675.png);
	margin: auto;
	width: 1033px;
	box-sizing: border-box;
}

.night #pun {
	background: rgb(18 19 22) url(https://forumstatic.ru/files/001c/b4/72/47774.png);
	margin: auto;
	width: 1033px;
	box-sizing: border-box;
}

.punbb {
	height: auto;
	margin: 0px 67px;
	padding: 0px 0px;
	width: auto;
}


/* A5.3 оно же переадресация */
#pun-redirect,
#pun-maint {
	margin: 50px 20% 12px 20%;
	width: auto;
	float: none;
	min-height: 100px;
}

#pun-redirect {
	border: 0 none !important;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background:
		#252121 var(--base-bg-img) repeat top center !important;
}

#pun-redirect * {
	border: 0 none;
}

#pun-redirect .main-title {
	display: none;
}

#pun-redirect.punbb .info .container {
	text-align: center;
	font: 500 10px El Messiri Medium;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 5% auto;
	width: auto;
	padding: 20px 0px;
	height: auto;
	background: #9cb9af;
	width: 1017px;
	margin-top: 5%;
}

/* A5.4 */
.punbb .section,
.punbb .main {
	margin-bottom: 1em;
}

/* A5.5 */
.punbb .category,
.punbb .post {
	margin-top: 0.4em;
	position: relative
}

/* A5.6 */
.punbb #pun-category1,
.punbb .toppost,
.punbb .topicpost {
	margin-top: 0;
}

.punbb .toppost,
.punbb .topicpost {
	margin-top: 0px !important;
}


/* 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-style: none none solid none;
	border-width: 0px 0px 2px 0px;
}

/* A5.9 */
.punbb .container {
	border-style: solid;
	border-width: 1px;
}

/* A5.10 */
#pun-main h1,
.punbb .section h2,
#pun-stats h2,
#pun-debug h2 {
	padding: 2px 1em 9px 1em;
	border-style: solid solid none solid;
	border-width: 1px 1px 0px 1px;
}


/***************************************************/
************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

/* B1.2 */
.punbb .post-sig dt {
	border-top: 1px solid rgba(0, 0, 0, .3) !important;
	display: block;
	margin: 5px auto 15px;
	width: 80%;
}

/* B1.3 */
.punbb .post-content p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 150%;
	font-family: 'Verdana', sans-serif;
}


/* 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: hidden;
}

/* B1.7 */
.punbb .post-content .scrollbox {
	width: 100%;
	overflow: auto;
}

/* 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
-------------------------------------------------------------*/

/* Пагинатор 
-------------------------------------------------------------*/

#paginator {
	opacity: 1;
	position: relative;
	z-index: 1000;
	background: #9f9289;
	border: 1px solid #813e1c !important;
	border-radius: 10px;
	table-layout: auto !important;
	width: auto !important;
	border-radius: 4px;
	font-size: 12px;
	padding: 5px;
}

.night #paginator {
	opacity: 1;
	position: relative;
	z-index: 1000;
	background: #141414;
	border: 1px solid #29333a !important;
	border-radius: 10px;
	table-layout: auto !important;
	width: auto !important;
	border-radius: 4px;
	font-size: 12px;
	padding: 5px;
}

#paginator td {
	padding: 0.4em;
	border-style: none;
}

#pnav:hover {
	background: rgba(0, 0, 0, .18);
	/* фон цифры при наведении курсора */
	color: var(--base-text)
}

/* B3.1 */
.punbb .linkst {
	width: auto;
	font-size: 12px;
	height: auto;
	color: var(--text);
	font-family: El Messiri Medium;
	text-transform: lowercase;
	font-weight: 300 !important;
	border-bottom: 0;
	box-sizing: border-box;
	display: flex;
	align-self: center;
	justify-content: space-between;
	margin: 0 !important;
	padding: 10px 0;
}

.night .punbb .linkst {
	width: auto;
	font-size: 12px;
	height: auto;
	color: #959595;
	font-family: El Messiri Medium;
	text-transform: lowercase;
	font-weight: 300 !important;
	border-bottom: 0;
	box-sizing: border-box;
	display: flex;
	align-self: center;
	justify-content: space-between;
	margin: 0 !important;
	padding: 10px 0;
}


/* B3.4 */
.linkst .postlink {
	text-align: right;
	font-weight: normal;
}

/* B3.5 */
.punbb .linksb {
	text-align: right;
	padding: 10px 0;
	font-size: 12px;
	color: var(--text);
	font-family: El Messiri Medium;
	text-transform: lowercase;
	font-weight: 300;
	margin-top: 10px !important;
}

.night .punbb .linksb {
	text-align: right;
	padding: 10px 0;
	font-size: 12px;
	color: #939393;
	font-family: El Messiri Medium;
	text-transform: lowercase;
	font-weight: 300;
	margin-top: 10px !important;
}

#profile .linksb {
	height: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	border: none !important;
}

#profile .button {
	margin-top: 0 !important;
}

#profile .clearer {
	display: none
}

#profile .linksb:after {
	display: none
}

/* B3.6 */
.linksb .pagelink {
	float: left;
	width: auto;
	text-align: left;
}

/* B3.7 */
.linksb .postlink {
	float: right;
	width: auto;
	font-weight: normal
}

/* B3.8 */
.subscribelink {
	clear: both;
	padding-top: 1em;
	padding-bottom: 0.5em;
}


/***************************************************/
************************************************************* 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 {
	padding: 0 0 0 0em;
	margin: 1em 0 0 0;
}

/* C1.3 */
.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
	margin: 0 0.6em 0 0
}

/* C1.4 */
.punbb fieldset {
	border-style: solid;
	border-width: 1px;
	padding: 0 0px 0 0px;
	margin: 0 0 1em 0
}

/* C1.5 */
.punbb fieldset legend {
	padding: 0;
	margin: 0 0 0 11px;
	font-size: 1.1em
}

/* C1.6 */
.punbb fieldset legend span {
	padding: 0 5px;
	margin: 0 0 0 -15px;
}

/* C1.7 */
.punbb fieldset fieldset {
	border-style: none;
	margin: 0;
	padding: 0 0 8px 0
}

/* 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 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: 60%;
}

/* C2.2 */
.punbb .main .tc2,
.punbb .main .tc3,
.punbb .main .tcmod {
	text-align: center;
	width: 10%;
}

/* C2.3 */
.punbb .main .tcr {
	overflow: hidden;
	text-align: center;
	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;
	border-bottom: 1px solid #66626d;
}

/* 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.8em 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 {
	font-size: 11px;
	line-height: 10px;
	margin-left: 0;
	text-align: left;
}

/* C2.15 */
.punbb div.icon {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
}

/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
	border-style: none;
	border-width: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
}

/* C3.2 разделители между сообщениями */
.punbb .post h3 {
	border-width: 0px;
	-webkit-text-size-adjust: 100%;
	width: 905px;
	margin-top: 44px !important;
}

/* C3.3 */
.punbb .post h3 span {
	padding: 7px 18px;
	background: #8e8a93;
	box-sizing: border-box;
	display: block;
	text-align: left;
	font: normal 11px El Messiri Medium;
	text-transform: uppercase;
	line-height: 10px;
	color: #1f2028;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #13212b;
	border-radius: 3px;
}

.punbb .post h3 strong {
	float: right;
	width: auto;
	text-align: right;
	font-weight: normal;
	padding: 0 0px;
}

.post h3 span strong:before {
	content: "#"
}

#pun .post h3 a {
	color: #12202a;
}

#pun .post h3 a:hover {
	color: #4a4556
}

.night .punbb .post h3 span {
	background: #1a1c20;
	color: #827f9f;
	border-bottom: 2px solid #1b2c38;
	border-radius: 3px;
}


.night #pun .post h3 a {
	color: var(--link-night);
}

.night #pun .post h3 a:hover {
	color: var(--link-night-hover);
}

/* C3.5 */
.punbb .post .post-author {
	float: left;
}

/* C3.6 */
.punbb .post .post-author ul,
.punbb .post .post-author p {
	padding: 0 1em 1em 1em;
	line-height: 140%;
}

/* C3.7 */
.pa-author {
	font-size: 1.1em;
}

/* C3.8 */
.pa-author a {
	text-decoration: none
}

/* C3.9 */
li.pa-title {
	padding-bottom: 0.4em;
}


li.pa-online {
	line-height: 0.8em;
	margin-top: 10px;
}

/* C3.11 */
.punbb .post-body {
	margin-left: 210px;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 20px 0px 1px 0px;
}

/* C3.12 */
.punbb .post-box {
	padding: .5em .1em;
}

/*C3.13 */
.punbb fieldset .post-box {
	margin-bottom: 0.8em;
}

/* C3.14 */
.punbb .post-links {
	margin-left: 0em;
	border-left-style: solid;
	border-left-width: 1px;
}

.post+.post {
	margin-top: -35px !important;
}

.post.topicpost {
	margin-top: -40px !important;
}

/* C3.15 */
.punbb .post-links ul {
	padding: 0 0em 0px 0;
	height: auto;
	border-top-style: dashed;
	border-top-width: 1px;
	background: transparent;
	text-align: right;
	margin-bottom: 0px;
}

/* C3.16 */
.punbb .post-links li {
	display: inline;
	margin-left: 1em;
	font: normal 12px El Messiri Medium;
	text-transform: lowercase;
}

.punbb .post-links ul li:first-child {
	margin-left: 0
}

.endpost .post-links ul {
	border: 0 !important;
}

/* 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 0em;
	text-align: right;
	margin-top: 4px;
	font: 300 11px El Messiri Medium;
	color: var(--text)
}


/* C4.2 */
.punbb .modmenu strong,
.punbb .modmenu a {
	height: 1.8em;
	line-height: 1.8em;
}

#pun .modmenu span {
	font-weight: 500 !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: 15em;
}

/* C6.2 */
#profilenav {
	float: left;
	width: 14em;
	margin-left: -15em;
	display: inline;
}

/* C6.3 */
#profilenav li {
	padding-bottom: 0.8em;
	font-weight: normal;
}

/* C6.4 */
#viewprofile ul,
#profilenav ul {
	border-style: solid;
	border-width: 1px;
	padding: 1.5em 18px 0.8em 18px;
	margin: 0 0 1em 0;
}

/* C6.5 */
#viewprofile h2,
#profilenav h2 {
	padding: 3px 0 0 10px;
	margin: 0 14px -0.6em 14px;
	text-align: center !important;
}

/* C6.6 */
#viewprofile h2 span,
#profilenav h2 span {
	padding: 0 5px;
	position: relative;
}

/* C6.7 */
#viewprofile li,
#setmods dl {
	padding: 0 0 0 16em;
	margin-bottom: 0.2em;
}

/* C6.8 */
#viewprofile li span {
	float: left;
	width: 14em;
	margin-left: -16em;
	padding: 0.5em 1em;
	font-weight: normal;
}

/*C6.9 */
#setmods dt {
	float: left;
	width: 14em;
	margin-left: -16em;
	padding: 0.8em 1em;
	font-weight: bold;
	display: inline;
}

/* C6.10 */
#viewprofile li strong,
#viewprofile li div,
#setmods dd {
	display: block;
	padding: 0.5em 1em;
	font-weight: normal;
}

/* C6.11 */
.punbb img.avatardemo {
	float: right;
	margin: 0 0 0.8em 1.8em
}


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal,
#pun-userlist .formal .container {
	border-bottom: none;
	margin-bottom: 0;
}

/* C7.2 */
#pun-userlist .usertable .container {
	padding: 0 2.3em 2.3em 2.3em;
	border-top: none;
}

/* C7.3 */
#pun-userlist .usertable table {
	border-style: solid;
	border-width: 1px;
}


/***************************************************/
************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
	margin: 0;
	border: none;
	margin-bottom: -35px;
}

/* D1.2 */
#pun-title h1 {
	display: block;
	height: 10px;
	margin: -1px 0px 0px -30px;
}

/* D1.3 */
#pun-title .container {
	border: none;
	padding: 0.2em 1em 0.8em 1em;
}

/* D1.4 */
#pun-title h1 span {
	display: none;
}

#pun-title TD.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title TD.title-logo-tdr {
	border: none;
	width: 420px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
	position: absolute;
	top: -15px;
	left: 0;
	margin: 0;
	border: none;
	padding-left: -20px;
	width: 100%;
}

/* D2.2 */
#pun-pagelinks .container {
	background: transparent;
	border: none;
	padding: 0
}

/* D2.3 */
#pun-pagelinks .container li {
	display: inline
}

/* D2.4 */
#pun-pagelinks li a,
#pun-pagelinks a:link,
#pun-pagelinks a:hover {
	height: 2em;
	line-height: 2em;
	padding: 0;
	font-size: 1.2em;
	margin-left: -9999px;
	display: block;
	float: left;
	width: 100%;
}

/* D2.5 */
#pun-pagelinks a:active,
#pun-pagelinks a:focus {
	position: relative;
	margin: 0;
}

#pun-pagelinks li a span {
	display: block;
	margin: 0 1em
}

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
	border: none;
	margin: 0;
}

#pun-navlinks .container {
	border: none;
	margin: 0;
}

/* D3.2 */
#pun-navlinks .container {
	font-weight: normal;
}

/* D.3 */
#pun-navlinks li {
	display: inline;
	margin: 0;
}

/* D3.4 */
#pun-navlinks li a {
	font-family: tahoma;
	font-size: 0.8em;
	padding: 10px 5px 10px 7px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
	border: none;
}

#pun-ulinks .container {
	border: medium none;
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
}

#pun-ulinks li,
#pun-ulinks li a {
	display: inline;
	white-space: nowrap;
}

#pun-ulinks li a {
	font-size: 0.8em;
	padding: 0 0 0 5px;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status,
#pun-status .container {
	border-bottom: none;
	margin-bottom: 0;
}

/* D5.2 */
#pun-status .container {
	font: normal 10px El Messiri Medium !important;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .09em;
	color: #1e120c
}

.night #pun-status .container {
	color: #b3b3b3;
}

#pun-status .container strong,
#pun-status .container a {
	font-weight: normal !important;
	color: #19282a
}

#pun-status .container a:hover {
	color: #742f23
}

.night #pun-status .container strong {
	color: #8d96a9;
}

#pun-status .status-right {
	float: none !important;
}

#pun-status .item4.status-right,
#pun-status .item3 {
	display: none
}


#pun-status .container:after {
	display: none !important;
}

/* D5.3 */
#pun-status span {
	white-space: pre-line;
	margin-right: 0.5em;
}

/* D5.4 */
#pun-crumbs1 {
	font-weight: 300;
	overflow: hidden;
	margin: 13px 0px -1px 0px;
	font-family: El Messiri Medium !important;
	font-size: 11px !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
	text-align: left;
	text-transform: lowercase;
	position: relative
}

/* D5.5 */
#pun-crumbs1 p.container {
	border-top: none;
	font-size: 1.1em;
}

/* D5.6 */
#pun-break1 {
	margin: 0 1em;
	border-style: solid none;
	border-width: 1px 0;
	height: 0;
	margin: -2px 1em;
	position: relative;
	z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
	padding: 0;
	margin: 0 1em -3.5em 1em;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	position: relative;
	font-weight: bold;
	display: none
}

/* D6.2 */
#pun-announcement h2 span {
	display: block;
	padding: 1em 0 0.8em 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* D6.3 */
#pun-announcement .container {
	padding: 10px 0;
	margin-bottom: 0px;
	margin-top: -10px;
	text-align: center;
	margin-bottom: 0px !important;
	border: none
}

#pun-announcement center {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
}

/* ПЛАШКА НОВОСТНАЯ*/
.plashka {
    position: relative;
    text-transform: uppercase;
    color: #262c30 !important;
    display: flex;
    align-items: center;
    font: 500 11px El Messiri Medium;
    border: 1px solid #4c4f5f;
    box-shadow: 0 0 0 #9396bf54;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
     -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.plashka a {padding: 7px 10px;}

.plashka:before {
    content: '';
    position: absolute;
    border: #4c4f5f solid 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.plashka:hover:before, .plashka:focus:before,.plashka:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.night .plashka a {
background: #171519;
padding: 7px 10px;
text-transform: uppercase;
color: #6e959c !important;
display: flex;
align-items: center;
}

.night .plashka:hover {
  background: transparent;
  box-shadow: 0 0 25px #4f4c5e8f;
}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
	padding: 0px;
	margin-top: -15px !important;
}

#pun-stats h2 {
	margin-top: 5px !important;
}


/* D7.2 */
.ststitems {
	display: flex;
	font: normal 10px El Messiri Medium;
	text-transform: uppercase;
	justify-content: space-between;
}

.ststitems li {
	flex: auto;
	text-align: center;
	padding: 2px 0px
}

/* D7.4 */
li#onlinelist {
	margin-top: 1em;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	width: 100%;
	padding: 0px 0px 0px;
	color: rgba(0, 0, 0, .75);
	font: 300 12px/150% El Messiri Medium
}

.night li#onlinelist {
	color: rgba(0, 0, 0, .75);
}

/* D7.5 */
li#onlinelist div {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0.7em 0 0 0;
}

li#onlinelist:first-of-type {
	padding-bottom: 0;
}

/* 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;
	padding-left: 50%;
	text-align: center;
}

/* D8.6 */
#pun-crumbs2 {
	font-weight: 300;
	overflow: hidden;
	margin: 3px 0px 25px 0px;
	font-family: El Messiri Medium !important;
	font-size: 11px !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
	text-align: left;
	text-transform: lowercase
}

/* D8.7 */
#pun-crumbs2 .container {
	font-size: 1.1em;
}

/* D8.8 */
#pun-break4 {
	margin: -2px 1em;
	border-style: solid none;
	border-width: 1px 0;
	position: relative;
	height: 0;
	z-index: 1;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
	border-top-style: solid;
	border-top-width: 1px;
}


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0;
	margin-bottom: 0.8em;
}

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
	padding-bottom: 0.6em;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 1.1em;
}

/* D9.3 */
#pun-help .formal p,
#pun-help .formal dd {
	margin-bottom: 1em
}

/* D9.4 */
#pun-help .formal ul,
#pun-help .formal dl {
	padding: 0 0 0 1em
}

/* D9.5 */
#pun-help .formal li {
	padding: 0;
	line-height: 130%
}

/* D9.6 */
#pun-help .formal li * {
	vertical-align: text-top
}

/* D9.7 */
#pun-help .formal dt span {
	font: 1.4em/120% monaco, "bitstream vera sans"
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #121316;
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
	background-color: #455e63;
	width: 6px !important;
	box-shadow: 0 0 0 1px rgba(20, 18, 15, 0.1) inset;
	border-radius: 1px !important;
}


.stickytext,
.closedatafield,
#pun-live-rusff,
.pl-reports {
	display: none
}


input,
textarea {
	outline: none;
}

input:active,
textarea:active {
	outline: none;
}

:focus {
	outline: none;
}

#pun-messages .post h3 {
	width: auto;
	margin: 0 !important;
	padding: 3px 5px !important;
	height: auto !important;
	background: #201c1c;
	box-shadow: 0 0 0 1px #020002 inset, 0 0 0 2px #4d261e inset, 0 0 0 3px #180307 inset, 0 0 10px 4px #110e0e inset;
	border: 1px solid #2b2c2b;
	border-radius: 5px;
	margin-bottom: 10px !important;
}

.fs-box h3 {
	background: none!important;
	box-shadow: none!important;
	border: none!important;
}

#pun-messages .post h3 span {
	width: auto !important;
	margin: 0 !important;
	line-height: 100%
}

#pun-messages .pa-posts {
	display: none
}

#pun-messages .pa-online {
	clear: both
}

#pun-messages .post-content {
	margin-top: 10px !important;
	margin-left: 0px !important;
}

#pun-messages .post-author {
	width: 220px !important;
	margin: 0 !important;
	background: #201c1c;
	box-shadow: 0 0 0 1px #020002 inset, 0 0 0 2px #4d261e inset, 0 0 0 2px #632817 inset, 0 0 0 3px #511c09 inset, 0 0 0 4px #180307 inset, 0 0 10px 5px #110e0e inset;
	border: 1px solid #2b2c2b;
	border-radius: 10px;
}

#pun-messages .post-author ul {
	margin: -4px 0px 12px -11px !important;
	padding: 15px !important;
}

#pun-messages .pa-author,
#pun-messages .pa-title {
	margin: 0 !important;
	height: auto
}

#main-reply {
	height: 200px;
}


/* окошки по клику - маска, плюсы, такое вот всё */
#mask_dialog .inner,
.modal-inner.section,
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner,
.editBookmark {
	background: #9d99a3;
	border: 1px solid var(--border) !important;
	border-radius: 10px;
	padding: 15px !important;
}

#mask_dialog .inner .hv-mask-block .hv-form-block label {
	margin-left: 10px !important;
}

.night #mask_dialog .inner,
.night .modal-inner.section,
.night #pun-report .inner,
.night #pun-reputation .inner,
.night #pun-admin-award-form .inner,
.night .editBookmark {
	background: var(--field1-night);
	border: 1px solid var(--border) !important;
	box-shadow: none!important;
}

#pun strong.fnt {
	display: none
}

#pun #pun-viewtopic strong.fnt {
	display: block
}

strong.fnt:before {
	display: none
}

.fnt {
	text-align: center;
	right: 260px;
	position: absolute
}

#post legend span {
	display: none
}


#font-area,
#size-area,
#color-area,
#table-area,
#smilies-area,
#image-area,
#imageup-area,
#imageattach-area,
#keyboard-area,
#video-area,
#addition-area {
	top: 55px !important;
}

.pl-reports {
	display: none !important;
}

.pa-avatar img {
	max-width: 200px
}

.post-content td {
	border: none transparent !important;
}


/* выделение текста обычное */
::selection {
	background: #838394;
	color: #000;
}


/* * {scrollbar-width: thin;
scrollbar-color: #732617 #3a3f46;} */

#html-header {
	color: var(--text2);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .4)
}

#html-header a {
	color: var(--link2);
}

#html-header a:hover {
	color: var(--link-hover2);
}

.post-content abbr {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #555
}


#pun #pun-ulinks #Rz {
	display: none !important;
}

.punbb-admin textarea {
	width: 97% !important;
}

#pun input[type="checkbox"] {
	appearance: none;
	padding: 6px !important;
	cursor: pointer;
	transition: all .4s ease-in-out 0s;
	border-radius: 100% !important;
	margin-right: 10px
}

#pun input[type="radio"] {
	border-radius: 100% !important;
	appearance: none;
	cursor: pointer;
	transition: all .4s ease-in-out 0s;
	padding: 4px !important;
	margin: 5px
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: #3c3e4d;
	box-shadow: inset 0 0 0 3px #a8a4af;
}

span.checkfield,
p.checkfield {
	display: flex;
	margin-top: 10px !important;
	align-items: center
}

.pl-share {
	display: none !important
}

.pl-email.email {
	display: none !important;
}


#form-buttons {
	margin: 7px 0px;
}

.night #form-buttons {
	color: #55605e;
}

#post-form {
	padding: 0 0px !important;
}

#post-form h2 {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-bottom: 0px !important;
	text-align: left
}

.topic {
	margin-top: -20px
}

#imageupload-left input[type=button] {
	width: auto !important
}

p.formsubmit {
	display: flex;
	align-items: center;
	gap: 10px
}

/* счетчик символов */

#plng {
	text-transform: uppercase;
	display: inline-block;
	margin-left: -10px !important;
	margin-right: 20px !important;
	background: var(--field1);
	border: 1px solid var(--border) !important;
	border-radius: 4px;
	color: var(--text);
	padding: 2px 10px 2px 10px !important;
	letter-spacing: .04em;
}

.night #plng {
	background: #141414;
	border: 1px solid #312927;
	color: #7e7e7e;
}

#MyBookmarks h2 {
	display: block;
	padding: 0 0 0 10px !important;
}

#BookmCntToggle {
	margin-top: 30px !important;
}

#MyBookmarks {
	background: #a69b90;
	z-index: 99;
}

#BookmCntToggle.default-style {
	background: #a69b90;
	border-radius: 2px;
	box-shadow: 2px 2px 1px #000;
	opacity: .95;
}

.post .bookmark {
	color: #5e0d00 !important;
}

#BookmCntToggle.default-style {
	color: #5e0d00 !important;
}

#BookmCntToggle.default-style {
	color: #57210b !important;
}

/*Аватар в последнем сообщении по умолчанию*/
.tcr .no-avatar a .avatar-image[style$="default_avatar.jpg)"] {
	background-image: url(https://upforme.ru/uploads/001c/00/08/6/871127.png) !important;
}

/* контейнер со стикерами */
.hvStickerPackModalContainer .hvStickerPackModal.active {
	background: #9b8e85;
	border: 1px solid #813d1a !important;
	border-radius: 15px;
	box-shadow: none !important;
}

.hvStickerPackModalContent {
	border: 1px solid #813d1a !important;
	border-radius: 10px;
	background: rgba(255, 255, 255, .1)
}

.night .hvStickerPackModalContainer .hvStickerPackModal.active {
    background: #1c1c1c;
    border: 1px solid #312927 !important;
    border-radius: 15px;
    box-shadow: none !important;
}

.night .hvStickerPackModalContent {
	border: 1px solid #312927 !important;
	border-radius: 10px;
	background: rgb(179 153 153 / 10%)
}

.night .hvStickerPackModalTab {
    color: #6c6c6c
}


#pun html.punbb {
	overflow: visible !important;
}

#pun-index .subforums {
	display: none
}

/* гифки в шапке */
.shapka_gif1,
.shapka_gif2 {
	position: absolute;
}

.shapka_gif1 {
	margin-left: 600px;
	margin-top: 30px;
}

.shapka_gif2 {
	margin-left: 60px;
	margin-top: 0px;
}


/* сменные картинки в шапке */
#tk_persons {
	position: absolute;
	top: 106px;
	margin-left: 301px;
}

/* сеттинг */
.mini-info {
	position: absolute;
	font-family: 'El Messiri Medium';
	font-size: 11px;
	text-align: center;
	top: 270px;
	margin-left: 452px;
	width: 362px;
}

/* квесты */
.quests {
	position: absolute;
	font-family: El Messiri Medium;
	font-size: 11px;
	text-align: center;
	line-height: 170%;
	top: 96px;
	margin-left: 45px;
	width: 304px;
	text-transform: lowercase;
	z-index: 2;
}

.quests p {
	text-transform: capitalize;
	margin-top: 18px;
	font-size: 16px;
	color: #bd99bd;
	letter-spacing: .05em;
	text-shadow: 0 -60px 200px, 0 0 2px, 0 0 1em #e378f7, 0 0 0.5em #874f8f, 0 0 0.1em #b03db3;
}


/* амс */
.ams img {
	position: absolute;
	width: 63px;
	height: 67px;
	z-index: 1;
}
.ams a {
	transition: all .5s linear 0s !important;
}

.ams a:hover {
	opacity: .75
}

#meda {
    top: 333px;
    margin-left: 934px;
}

#arina {
	top: 405px;
	margin-left: 966px;
}

#tina {
	top: 273px;
	margin-left: 888px;
}

/* лучшие - актив, пост, эпизод */
.best {
	position: relative;
	margin-left: -469px;
	/* border: 10px solid #000; */
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	/* align-self: center; */
	/* align-content: center; */
	/* flex-wrap: wrap; */
}

/* пост */
.best_post {
	position: absolute;
	font: 11px / 150% El Messiri Medium;
	word-spacing: 3px;
	box-sizing: border-box;
	z-index: 1;
	top: 62px;
	height: 145px;
	width: 334px;
	padding: 10px;
	overflow: hidden;
	scroll-behavior: none;
}

.best_post div {
	height: calc(100% - 25px);
	overflow-y: clip;
	text-align: justify;
	padding-right: 12px;
	overflow: hidden;
}

/* активисты */
.bestactive {
	position: absolute;
	font-size: 11px;
	text-transform: uppercase;
	font-family: kolju4ka;
	z-index: 1;
	top: 48px;
}

.bestactive a, .best_ep a {
	transition: all .5s linear 0s !important;
}

.bestactive a:hover, .best_ep a:hover {
	opacity: .55
}

/* эпизод */
.best_ep {
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  font-family: kolju4ka;
  top: 183px;
  z-index: 99;
  width: 250px;
}

/* навигация */
.slide_button,
.slide_block {
	position: absolute;
}

.slide_block {
	display: none;
	background: #0b0a0d;
	box-shadow: 0px 1px 4px 0px #56536a;
	border: 1px solid #45414f;
	border-radius: 5px;
	padding: 12px;
	box-sizing: border-box;
	font-family: 'El Messiri Medium';
	top: 368px;
	margin-left: -12px;
	width: 218px;
	z-index: 99;
}

.slide_block div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}


.slide_block a {
	background: #121214;
	border: 1px solid #494557 !important;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .1em;
	text-align: center;
	border-radius: 4px;
	transition: all .5s linear 0s !important;
}

.slide_block a:hover {
	background: #0a0a0a;
}


.slide_button {
    top: 332px;
    margin-left: 18px;
    width: 122px;
    display: flex;
    justify-content: center;
    height: 23px;
    cursor: pointer;
    padding: 8px 16px;
}

/* навигация картинкой если картинки разные для закрытой и открытой
.slide_button.i_active {
    background-image: url('https://forumstatic.ru/files/001c/6c/dc/20939.png');
    background-size: cover;
	top: 411px;
	margin-left: 740px;
	width: 94px;
	height: 12px;
}*/


/* навигация текстом
.slide_button {
	background: linear-gradient(-180deg, #313923 50%, #3c4629 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	transition: all .5s linear 0s !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
	font-size: 14px;
	font-family: El Messiri Medium;
	letter-spacing: .15em;
	top: 135px;
	margin-left: 141px;
	width: 100px;
	text-align: center;
	cursor: pointer;
}

.slide_button.i_active {
	background: linear-gradient(-180deg, #333f4e 50%, #4b5766 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	transition: all .5s linear 0s !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2) !important;
} */


/* гостевая */
#guestbook {
	background: url(https://forumstatic.ru/files/001c/00/08/59551.png);
	width: 920px;
	height: 417px;
	margin: 0px -10px;
	color: #8a969d;
	font-family: El Messiri Medium !important;
	font-size: 12px;
}

#guestbook a:not(.guestbook_ams a) {
	color: #7d7097 !important;
}

#guestbook a:hover {
	color: #43606a !important
}

.guestbook_gif1,
.guestbook_gif2 {
	position: absolute;
}

.guestbook_set {
	position: absolute;
	top: 74px;
	left: 262px;
}

.guestbook_ams {
	position: absolute;
	top: 122px;
	left: 498px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
	font: 14px kolju4ka !important;
	text-transform: uppercase;
}

.guestbook_ams a {
	color: #768b99 !important;
	text-shadow: 1px 1px 5px #97afbea8;
}

.guestbook_gif1 {
	top: 154px;
	left: 357px;
}

.guestbook_gif2 {
	top: 154px;
	left: 624px;
}

.guestbook_rules {
	position: absolute;
	top: 280px;
	left: 420px;
	width: 416px;
	height: 107px;
	box-sizing: border-box;
	line-height: 140%;
	overflow-y: auto;
	padding: 3px;
	word-spacing: -1px;
}

.guestbook_kod {
	position: absolute;
	top: 320px;
	left: -68px;
	width: 488px;
	text-align: center;
}

.legend a {
	text-transform: uppercase;
	font-size: 14px !important;
}

.guestbook_kod pre {
	color: #9fa7b5;
	font-size: 12px;
	margin-top: 2px;
	font-family: El Messiri Medium !important;
}

.guestbook_block {
	position: absolute;
	top: 156px;
	left: 52px;
	width: 240px;
	height: 123px;
	overflow-y: auto;
}

.guestbook_block p {
	padding: 0 !important;
	margin: 0 !important;
	font-family: El Messiri Medium !important;
}

.guestbook_block p+p {
	margin-top: 5px !important;
}

img[alt~="hide-autor2"] {
	opacity: 0;
	display: none
}

/* разделитель хр */
.post-content hr {
	opacity: 1;
	background: #434f49;
	height: 1px;
	border: none !important;
}

#pun del {
	text-decoration: none;
	filter: blur(2px);
	transition: all .2s linear 0s
}

#pun del:hover {
	filter: blur(0)
}

/* выделенный текст */
#pun .highlight-text {
	background: linear-gradient(135deg, #9992a5, #75b4bf);
	border-radius: 5px;
	padding: 2px 4px;
}

.night #pun .highlight-text {
	background: linear-gradient(135deg, #796e8d, #417c87);
	border-radius: 5px;
}


/* баннеры */
.bottom_banners {
	position: absolute;
	margin-top: -103px;
	overflow-y: auto;
	height: 66px;
	margin-left: 55px;
	width: 773px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2px;
}

.bottom_banners img {
	opacity: .4;
	filter: grayscale(100%);
	transition: all .4s linear 0s
}

.bottom_banners img:hover {
	opacity: 1;
	filter: grayscale(0)
}

/* Стиль для Быстрой смены аккаунтов by Deff */
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd {
	display: none !important;
}

#pun-navlinks #New-exit img {
	position: absolute;
	margin-left: -20px;
	width: 21px;
	height: auto;
	opacity: .63;
}

#pun-navlinks #New-exit:hover {
	opacity: .4;
}

/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
	position: absolute;
	z-index: 100000 !important;
	margin-top: 1px !important;
	margin-left: 19px !important;
	float: none !important;
}

.punbb #pun-navlinks.fixed a#New-exit {
	margin-top: 14px !important;
	margin-left: 9px !important;
}

.punbb #pun-navlinks a#New-exit:before {
	content: none;
}

.punbb #pun-navlinks #form-login input {
	text-align: center;
	color: #000000 !important;
	margin-top: 4px !important;
}

.night .punbb #pun-navlinks #form-login input {
	text-align: center;
	color: var(--text-night) !important;
	margin-top: 4px !important;
}


.punbb #pun-navlinks #form-login input[type="submit"] {
	color: #0d2929 !important;
	cursor: pointer;
	margin-top: 11px !important;
	transition: .6s;
}

.night .punbb #pun-navlinks #form-login input[type="submit"] {
	color: #737e85 !important;
	background-color: #424145;
}

.punbb #pun-navlinks #form-login input[type="submit"]:hover {
	transition: 1.2s;
}

/*Стиль формы входа*/
.punbb #pun-navlinks #form-login {
	/* text-shadow: 1px 1px 0 rgb(0 0 0);*/
	display: block;
	font: normal normal 400 11px/normal Tahoma;
	color: #2C2C2C;
	text-transform: none;
	position: absolute !important;
	left: 0px;
	top: 7px;
	z-index: 100000 !important;
	padding: 7px 12px;
	background: var(--field1);
	border-color: var(--border);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0 0 6px 6px;
	text-align: center;
	/* box-shadow:inset 0 0 4em rgba(23,23,13,.99); */
}

#pun-navlinks #navlogin #form-login {
	margin-left: -41px;
	/*Подвижки формы влево от вход*/
}

#pun-navlinks #navlogout #form-login {
	margin-left: -41px;
	/*Подвижки формы влево от выход*/
}

.ismoderator #pun-navlinks #navlogout #form-login {
	margin-left: -41px !important;
	/*Подвижки формы влево от выход для АМС*/
}

/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p {
	margin-bottom: 11px;
	margin-top: 11px;
}

.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot {
	position: relative;
	text-transform: none !important;
	z-index: 20;
	text-shadow: none;
	cursor: pointer;
	color: #2C2C2C !important;
	font: normal normal 400 10px/normal Tamota !important;
	letter-spacing: 0.5 !important;
}

.punbb #pun-navlinks #form-login a.Rega:hover,
.punbb #pun-navlinks #form-login a.Forgot:hover {
	color: #70263F !important;
}

.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before {
	content: none;
}

/* Помечаем красным незаполненные поля!*/
#form-login input.none {
	outline: #941616 dashed 2px !important;
}

#List-UserNames {
	position: absolute;
	margin-top: -8px;
	min-height: 90px;
	width: 220px;
	right: 100%;
	padding: 12px 19px 12px 17px;
	background: var(--field1);
	border-color: var(--border);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0 0 0px 6px;
	text-align: center;
	/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/
}

.night #List-UserNames, .night .punbb #pun-navlinks #form-login  {
	background: var(--field1-night);
}

/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul {
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
	min-height: 36px;
	max-height: 90px;
	/*Видимое число Ников без прокрутки*/
}

.punbb #List-UserNames li {
	display: block !important;
	position: relative;
	background: #00000082;
	text-align: left;
	/* box-shadow: 2px 2px 1px rgb(27 15 11); */
	padding-left: 5px !important;
	margin: 1px auto !important;
	padding: 2px 0;
	transition: .33s;
}

.punbb #List-UserNames li:hover {
	opacity: .84;
	/*background:#546a6b!important;*/
}

/*Стиль Ников*/
.punbb #List-UserNames li>b {
	font-family: Verdana;
	cursor: pointer;
	opacity: .8;
	color: #DDDDDD;
	text-shadow: 1px 1px 1px rgb(0 0 0);
}

.punbb #List-UserNames li>b:hover {
	opacity: .93;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
	width: 7px;
	height: 5px;
}

/*#List-UserNames ul::-webkit-scrollbar-track {
	background-color: #0f0e12;
	border: 1px solid #636676;
	box-shadow: none;
}

#List-UserNames ul::-webkit-scrollbar-thumb {
	background-color: #0f0e12;
	border: 1px solid #636676;
	box-shadow: none;
}*/

/*Кнопки Удалить (правее ников)*/
#List-UserNames ul li>span {
	display: inline-block;
	padding: 0 3px;
	position: absolute;
	opacity: .88;
	cursor: pointer;
	top: 0;
	bottom: 0;
	right: 2px;
	font: normal normal 700 10.56px/normal Verdana;
	color: #DDDDDD;
	text-shadow: 1px 1px 1px rgb(0 0 0);
}

/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before {
	display: inline-block;
	content: "У Вас нет запомненных ников, введенных через форму справа или через перенос ниже";
}

/*Кнопка выход-2*/
#navlogin #exit-2 {
	display: none;
}

#navlogout .Rega,
#navlogout .Forgot {
	display: none;
}

/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span {
	display: inline-block;
	padding: 6px 0 8px 0;
	text-align: left;
	font: normal normal 400 10.56px/normal Verdana;
}

/*Сам инпут*/
.punbb #List-UserNames input {
	text-shadow: none !important;
	color: #3e2a24 !important;
	font: normal normal 400 11px/normal Arial !important;
	/*box-shadow: inset 0px 0px 3px rgb(18, 9, 6);*/
	margin-top: 9px;
	padding: 2px !important;
	vertical-align: middle;
}

/*Стрелочки к инпуту*/
#List-UserNames ul+span b {
	font: normal normal 400 13px/normal Verdana;
	padding: 0 3px;
	color: #2C2C2C;
}

/*Кликалка слево, чуть выше инпута*/
#List-UserNames .a1-copy {
	display: inline-block !important;
	cursor: pointer;
	float: left;
}

/*Кликалка справо*/
#List-UserNames .a1-paste {
	cursor: pointer;
	display: inline-block !important;
	float: right;
}

/*Подсказки на кликалках*/
.tipsy.a11 {
	font: normal normal 400 11px/normal Tahoma !important;
	margin-top: -22px !important;
	margin-left: 148px !important;
	max-width: 170px;
}

.night #List-UserNames,
.night #List-UserNames ul+span b,
.night .punbb #pun-navlinks #form-login,
.night .punbb #pun-navlinks #form-login a.Rega,
.night .punbb #pun-navlinks #form-login a.Forgot {
	color: var(--text-night)!important
}

/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/

/* музыка */
.header-music {
    position: absolute;
    width: 24px;
    height: 42px;
    z-index: 13;
    margin-left: 930px;
    top: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.music-container {
	width: 27px;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}

audio {
	display: none;
}

/* ХРОНОЛОГИЯ ОТ ДУХА */
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

.f_timeline-wrap {
	--tfont: philosopher;
	/* шрифт заголовков */
	--tfont2: pt sans;
	/* шрифт текстовок */
	--border: #A6A6A6;
	/* цвет бордера */
	--tcolor: rgba(55, 66, 105, 1);
	/* цвет ссылок и кругляшков */
	--tcolor2: #353C39;
	/* цвет текста */
}

.f_timeline-wrap a {
	color: var(--tcolor) !important;
}

.f_timeline-wrap a:hover {
	color: var(--tcolor2) !important;
}

.f_timeline-wrap {
	width: 100%;
	color: #333;
	font-family: var(--tfont);
}

.f_timeline-year {
	font-weight: 700 !important;
	font-size: 28px !important;
	height: 70px;
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0;
	position: relative;
}

.f_timeline-year .f_timeline-mark:before {
	background: transparent;
	content: "";
	width: 15px;
	height: 70px;
	border: none;
	border-radius: 0;
	top: 0;
	bottom: -25px;
	position: absolute;
	border-top: 3px solid var(--border);
	border-bottom: 3px solid var(--border);
	box-sizing: border-box;
}

.f_timeline-year .f_timeline-mark:after {
	content: "";
	height: 20px;
	top: 70px;
}

.f_timeline-year+.f_timeline-item {
	margin-top: 24px
}

.f_timeline-year:first-child .f_timeline-mark:before {
	border-top: 0px solid var(--border);
}

.f_timeline-item {
	padding-left: 40px;
	padding-top: 4px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.f_timeline-mark {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
}

.f_timeline-mark:before {
	background: var(--tcolor);
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 9px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 9px;
}

.f_timeline-mark:after {
	content: "";
	width: 3px;
	background: var(--border);
	display: block;
	position: absolute;
	top: 26px;
	bottom: 0;
	left: 6px;
}

.f_timeline-mark:last-child .f_timeline-mark:after {
	content: none;
}

.f_timeline-item span {
	display: block;
	font-weight: 700;
	font-size: 12px;
}

.f_timeline-item a {
	font-weight: 700;
	font-size: 18px;
}

.f_timeline-item p {
	padding: 0;
	margin: 0;
	font: 500 12px/150% var(--tfont2) !important padding-bottom: 30px !important;
	margin-top: 5px !important;
}

.f_timeline-item.closed .f_timeline-mark:before,
.f_timeline-item.closed span,
.f_timeline-item.closed a,
.f_timeline-item.closed p {
	opacity: .65;
	filter: sepia(100%)
}

.f_timeline-item:last-child .f_timeline-mark:after {
	content: none;
}

/* кнопки смены стиля */

#stylelist [data="day"] a {
	width: 39px;
	height: 42px;
	position: absolute;
	z-index: 999;
	margin: 43px 582px;
}

#stylelist [data="night"] a {
	width: 36px;
	height: 42px;
	position: absolute;
	z-index: 999;
	margin: 43px 621px;
}

#pun-admain fieldset .handle,
#pun-admain fieldset p,
.adformal h2,
#pun-adnav h2 {
	border-color: #7b7586 !important;
	background-color: #847f8c !important;
	border-radius: 4px;
}

#pun-admin_index #pun-admain .adformal div ul, #pun-admin_index #pun-admain div p {
    padding: 3px 6px !important;
}

#pun-admain .adformal p.adinfofield {
  padding: 4px 5px 8px 9px!important;
  }
