@import url(style_cs.1753877488.css);

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/v4-font-face.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/fontawesome.min.css');
@import url('https://forumstatic.ru/files/001c/37/2a/36008.css'); /*glitch keyframes*/

/* используются в дизайне */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans:400,400i,600,600i,700,700i,800,800i|Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Unbounded:wght@200..900&display=swap');

:root {
	--base-bg: #E6E6E6 url(https://forumstatic.ru/files/001c/37/2a/78491.png);
	--base-bg2: url(https://forumstatic.ru/files/001c/37/2a/67368.png);
        --light-spot: #E7E6E6;

        --main-border: #1F1F1F;
        --main-bg: #E3E2E2;
        --main-bg-second: #D5D4D4;
        --main-bg-third: #1F1F1F;
        --main-bg-four: #252525;
        --main-bg-five: #707070;
        --borders: #D9D9D9;

--header: url(https://forumstatic.ru/files/001c/37/2a/59538.png);

	--text1: #1F1F1F; /*base text first*/
        --text2: #707070; /*base text second*/
        --text3: #E3E2E2; /*base text contrast*/
	--links: #1F1F1F;
        --accent: #C54141;
        --accent-second: #4176C5;

        --font: Rubik;
        --font-a: Unbounded;
        --personal-page: rgba(255,255,255,.25);
        --personal-page-bg: url(https://forumstatic.ru/files/001c/37/2a/25643.png);
}


@font-face {font-family: rede; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001c/37/2a/27150.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 70% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* 3.3 */
.punbb textarea,
.punbb input,
.punbb select,
.punbb optgroup {
	font: 1em verdana, arial, helvetica, sans-serif
}


/* A3.4 */
.punbb h1,
.punbb h2,
.punbb h3 {
	font-size: 1em;
	font-weight: bold;
}

.punbb th {
	font-size: 0.9em;
	font-weight: bold;
}

.punbb h4,
.punbb table {
	font-size: 1em;
	font-weight: normal;
}

/* A3.5 */
.punbb h1 span,
.punbb h2 span,
.punbb legend span {
	font-size: 1.1em;
}

/* A3.6 */
.punbb pre {
	font: 1.1em/140% verdana, arial, monaco, "bitstream vera sans mono", "courier new", courier, monospace
}

/* A3.7 */
.punbb address,
.punbb em {
	font-style: normal
}

/* A3.8 */
.punbb .post-content em {
	font-style: italic
}

/* A3.9 */
.punbb .post-content em.bbuline {
	font-style: normal;
	text-decoration: underline;
}

/* A3.10 */
.punbb a {
	text-decoration: underline
}

/* A3.11 */
.punbb optgroup {
	font-weight: bold;
}


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb dl.post-sig dt span,
.punbb .post-box:after,
.punbb .linksb:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 0.0;
	font-size: 0;
}

/* A4.2 */
.acchide,
#pun-ulinks h2,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
	font-size: 0;
	height: 0;
	width: 0;
	line-height: 0.0;
	position: absolute;
	left: -9999px;
	overflow: hidden
}


/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
	background: 
		transparent;
	margin: auto;
	width: 1100px;
	margin-top: 66px !important;
	margin-bottom: 50px;
	box-sizing: border-box;
	color: var(--text1)
}


#pun-main {
	padding: 0px;
	margin-top: 0px !important;
}

#pun-admain {
	margin-top: 1px !important;
	overflow: hidden;
}


/* лишнее */
h1.title-logo,
#pun-navlinks h2,
#pun-ulinks h2,
#pun-status h2,
#pun-crumbs1 strong,
#pun-crumbs2 strong,
thead,
th,
#pun-crumbs1 .container strong+em,
#pun-crumbs2 .container strong+em,
#pun-index #pun-main h1,
.stickytext,
.closedatafield,
#pun-live-rusff,
.pl-reports,
td .modlist,
li#navawards,
.pa-gifts,
.acchide,
.forum h2,
.usertable h2,
.topic h2,
a.sharelink,
#pun .pa-ua,
.pa-author img,
.lastedit,
fieldset legend,
#pun .pl-reports,
#pun .mini_gifts,
#pun-userlist .main h2,
#pun-search .main h1,
#profilenav h2,
#profile-gifts,
#messages li.pl-email,
#pun .email,
.catleft,
.catright,
#pun .pl-share,
p.inputfield label em,
p.selectfield label em,
p.passfield label em,
#pun-announcement h2,
.pa-awards
 {
	display: none
}

.punbb {
	height: auto;
}

#pun {
	color: var(--text1);
}

#pun a {
	color: var(--links)
}

#pun a:hover {
	color: var(--accent)
}

/* A5.3 */
#pun-redirect,
#pun-maint {
	margin: 50px 20% 12px 20%;
	width: auto;
	float: none;
	min-height: 100px;
}

#pun-redirect {
	border: 0 none !important;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: 
		var(--base-bg2),
		var(--base-bg)!important;
	background-position: top center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: fixed
}

#pun-redirect #pun-main {
	background: transparent;
}

#pun-redirect * {
	border: 0 none;
}

#pun-redirect .main-title {
	display: none;
}

#pun-redirect.punbb .info .container {
	text-align: center;
	font: 400 11px var(--font);
	display: inline-block;
	margin: 0 auto;
	width: auto;
	height: auto;
	box-sizing: border-box;
	background: var(--main-bg);
	border: 1px solid var(--main-border);
	border-radius: 15px;
	padding: 25px 30px;
	width: 1100px !important;
	margin-top: 50px
}

/* A5.4 */
.punbb .section,
.punbb .main {
	margin-bottom: 0;
}

/* A5.5 */
.punbb .category,
.punbb .post {
	margin-top: 0.4em;
}

/* A5.6 */
.punbb #pun-category1,
.punbb .toppost,
.punbb .topicpost {
	margin-top: 0;
}

/* 5.7 */
#pun-post .topic {
	margin-top: 1em;
}

/* A5.8 */
.punbb .section,
.punbb .forum,
.punbb .formal,
.punbb .modmenu,
.punbb .info,
.punbb .category,
.punbb .post {
	border:none
}

/* A5.9 */
.punbb .container {
	border-style: solid;
	border-width: 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: none;
	background: rgba(0, 0, 0, .1);
	height: 1px;
	display: block;
	margin: 5px auto 15px;
	width: 80%;
}

/* B1.3 */
.punbb .post-content p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 160%;
	font-family: var(--font), sans-serif;
	font-weight: 400;
	font-size: 12px;
}

/* B1.4 */
.punbb .post-content img {
	vertical-align: text-top
}

/* B1.5 */
.punbb .post-content img.postimg {
	vertical-align: middle;
}

/* B1.6 */
.punbb .post-content .blockcode,
.punbb .post-content blockquote {
	width: 100%;
	overflow: visible;
}

/* B1.7 */
.punbb .post-content .scrollbox {
	width: 100%;
	overflow: auto;
	height: auto !important;
	max-height: 200px
}

/* B1.8 */
.punbb .post-content .quote-box,
.punbb .post-content .code-box {
	border: medium none;
	margin: 0.4em 0em 0.8em;
	padding: 0em;
}


/* B1.9 */
.punbb .quote-box cite,
.punbb .code-box strong.legend {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.0em;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
	padding: 1.1em 1.7em 1em 1.7em;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 1.1em 0;
}

/* B2.2 */
.punbb .info-box * {
	padding: 0 0 0.7em 0;
}

/* B2.3 */
.punbb #pun-main .info-box .legend {
	font-size: 1.1em;
	font-weight: bold;
}


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
	width: auto;
	height: auto;
	font: 400 10px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 0px 10px !important;
	position: relative;
	padding: 0px;
	text-transform: lowercase;
	color: var(--text1);
}

/* B3.4 */
.linkst .postlink,
.linksb .postlink {
	text-align: right;
	font-weight: 600;
}

#pun .postlink.long {
	width: auto !important;
}

/* B3.5 */
.punbb .linksb {
	width: auto;
	height: auto;
	font: 300 10px var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px 0px 30px !important;
	position: relative;
	padding: 0px;
	text-transform: lowercase;
	color: var(--text1);
}

.gid3 .linksb {
	margin-top: 5px  !important;
}

.linksb {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
}

#profile .button {
	margin-top: 0 !important;
}

#profile .clearer {
	display: none
}

#profile .linksb:after,
.linksb:after {
	display: none !important;
}


.postlink span+span {
	margin-left: -5px
}


/* B3.6 */
.linksb .pagelink {
	float: left;
	width: auto;
	text-align: left;
	order: 1;
}


/* B3.7 */
.linksb .postlink,
.linksb noindex {
	width: auto;
	order: 3;
	position: relative
}

.subscribelink {
	position: relative;
	order: 2;
	text-align: center;
}

.pagelink {
	background: var(--main-bg-second);
	padding: 2px 10px 3px;
	border-radius: 10px;
}

.pagelink strong {
	font-weight: 600
}

.postlink a {
	background: var(--main-bg-second);
	padding: 2px 10px 3px;
	border-radius: 10px;
}

.postlink a:hover {
	color: var(--accent) !important;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
	padding: 1.7em 2.3em 1.1em 2.3em;
}

#post.container {
	padding: 0 !important;
}

/* C1.2 */
.punbb .formsubmit {
	padding: 0 0 15px 0em;
	margin: 0em 0 0 0;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 5px
}

/* C1.3 */
.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
	margin: 0
}

/* C1.4 */
.punbb fieldset {
	border-style: solid;
	border-width: 1px;
	padding: 0 0px 0 0px;
	margin: 0 0 1em 0
}

/* C1.5 */
.punbb fieldset legend {
	padding: 0;
	margin: 0 0 0 11px;
	font-size: 1.1em
}

/* C1.6 */
.punbb fieldset legend span {
	padding: 0 5px;
	margin: 0;
}

#profile .container fieldset legend {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 5px !important;
	font-family: var(--font);
	background: var(--main-bg);
	padding: 4px 15px;
	border-radius: 15px;
}

/* C1.7 */
.punbb fieldset fieldset {
	border-style: none;
	margin: 0;
	padding: 0 0 8px 0
}

/* C1.8 */
.punbb .fs-box {
	padding: 0em 0 0em 0;
}

/* C1.9 */
.punbb .fs-box p,
.punbb .fs-box fieldset {
	padding: 0 0 1.5em 0
}

/* C1.10 */
.punbb .inline .inputfield,
.punbb .inline .selectfield,
.punbb .inline .passfield {
	float: left;
	margin-right: 1em;
}

p label {
	margin-bottom: 5px !important;
	display: inline-block
}

/* C1.11 */
.punbb .inline .infofield {
	clear: both
}

/* C1.12 */
.punbb .datafield br {
	display: none
}

/* C1.13 */
.punbb .required label,
.punbb .datafield span.input {
	font-weight: bold
}

/* C1.14 */
.punbb .datafield span.input a {
	font-weight: normal;
}

/* C1.15 */
.punbb .areafield span.input,
.punbb p.longinput span.input {
	display: block;
	padding: 0 4em 0 0;
	height: 100%;
	/* For IE */
}

/* C1.16 */
.punbb textarea,
.punbb .longinput input {
	width: 64%;
	margin: 0;
}

/* C1.17 */
.punbb .hashelp {
	position: relative;
}

/* C1.18 */
.punbb .helplinks {
	display: block;
	position: absolute;
	top: 1em;
	right: 0;
	font-weight: normal;
	width: 36%;
}

/* c1.19 */
.punbb #profile .helplinks {
	top: 1.5em;
}

/* C1.20 */
.punbb .helplinks span {
	display: block;
	padding-bottom: 0.2em;
}

.punbb .helplinks span INPUT {
	margin: 0px 2px 2px 0px;
}

/* C1.21 */
#pun-post .formal .info-box li {
	padding-left: 4px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5;
	margin: 0;
}


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
	/*  overflow: hidden;*/
	text-align: left;
	width: 35%;
}

/* C2.2 */
.punbb .main .tc2,
.punbb .main .tc3,
.punbb .main .tcmod {
	text-align: center;
	width: 6%;
}

/* C2.3 */
.punbb .main .tcr {
	overflow: hidden;
	text-align: left;
	width: 27%;
	text-transform: lowercase;
}


/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
	width: 40%
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
	text-align: left;
	width: 20%;
}

/* C2.6 */
#pun-debug table .tcl {
	width: 15%;
	white-space: normal;
}

/* C2.7 */
#pun-debug .tcr {
	width: 90%;
	white-space: normal;
}

/* C2.8 */
#pun-index .tcl h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/* C2.9 */
.punbb td span.youposted {
	font-weight: bold;
	margin-left: -1em;
	position: absolute;
}

/* C2.10 */
.punbb td .modlist {
	display: none;
	padding-top: 0.3em
}

/* C2.11 */
.punbb .main td {
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
	padding: 0.9em 0em;
}

/* C2.12 */
.punbb .main th {
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	padding: 0.4em 1em 0.4em 1em;
}

/* C2.13 */
.punbb .main .tcl {
	border-left-style: none;
	border-left-width: 0;
}

* html .tclcon {
	height: 1px
}

/* C2.14 */
.punbb td div.tclcon {
	line-height: 150%;
	margin-left: 0;
	text-align: left;
	flex: 1
}


/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post {
	margin-top: 0px;
	position: relative;
}

.post {
	scroll-margin: 75px
}

.post {
	background: var(--main-bg);
	border: 1px solid var(--main-border) !important;
	border-radius: 15px;
	padding: 25px 30px
}

.post + .post {
	margin-top: 10px
}

/* C3.2 */
.punbb .post .container {
	border: none;
}

.punbb .post h3 {
	border-width: 0px;
	-webkit-text-size-adjust: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font: 400 10px var(--font-a);
	text-transform: lowercase;
	z-index: 1;
	margin: -25px -30px 10px !important;
	padding: 10px 30px !important;
	box-sizing: border-box;
	border-bottom: 1px solid var(--main-border);
	color: var(--text2)
}

.punbb .post h3 a {
	font-weight: 600
}


.post h3 span {
	display: flex !important;
	justify-content: flex-start;
	gap: 2px;
	flex-wrap: wrap;
	position: relative;
	padding: 0px;
	width: 100%;
}

.post h3 strong {
	order: 2;
	font-weight: 300;
	margin-left: auto !important;
}

.post h3 span strong:before {
	content: "#"
}


/* C3.5 */
.punbb .post .post-author {
	float: left;
}

/* C3.6 */
.punbb .post .post-author ul,
.punbb .post .post-author p {
	line-height: 140%;
}

/* C3.7 */
.pa-author {
	font-size: 1.1em;
	font-weight: bold;
}

/* C3.8 */
.pa-author a {
	text-decoration: none
}

/* C3.9 */
li.pa-title {
	padding-bottom: 0.4em;
	font-weight: bold;
}


li.pa-online {
	line-height: 0.8em;
	border-left-style: solid;
	border-left-width: 0.7em;
	padding-left: 0.4em;
	margin-top: 0.7em;
}

/* C3.11 */
.punbb .post-body {
	margin-left: 260px;
	border: none !important;
}

/* C3.12 */
.punbb .post-box {
	padding: 10px 0;
	text-align: justify;
	word-break: break-word
}

#pun .post-box a {
	color: var(--accent);
}

#pun .post-box a:hover {
	color: var(--text2);
}

/*C3.13 */
.punbb fieldset .post-box {
	margin-bottom: 0.8em;
}

/*C3.14 */
.punbb .post-links {
	margin: 0 0px 0px;
	padding: 0;
	position: relative;
}

.post-links ul {
	text-align: right;
}

.post-links li {
	display: inline;
}

.profile,
.pm,
.email {
	float: left
}

.post-links li+li,
.pa-links li+li {
	margin-left: 2px
}

.punbb .post-links ul li:first-child {
	margin-left: 0
}

.endpost .post-links ul {
	border: 0 !important;
}

#pun .post-links ul a,
.pa-links li a {
	font: 600 9px var(--font-a);
	text-transform: lowercase;
	background: var(--main-bg-second);
	padding: 3px 10px 5px;
	border-radius: 7px;
	display: inline-block
}


/* C3.17 */
.pl-email,
.pl-website {
	float: left;
}

/* C3.18 */
.punbb .clearer {
	clear: both;
	height: 0;
	font-size: 0;
}


/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */
.punbb .modmenu .container {
	padding: 5px 30px;
	text-align: right;
	font: 600 10px var(--font) !important;
	background: var(--main-bg);
	margin: 5px 0;
	border: 1px solid var(--main-border);
	border-radius: 15px;
}

.punbb .modmenu .container a {
	font-weight: 600
}

.modmenu .container span:last-child {
	display: none
}

.main.multipage {
	padding: 0px !important;
}

.forum {
	background: var(--main-bg);
	border-radius: 15px;
	border: 1px solid var(--main-border) !important;
	padding: 25px 30px;
}

.forum tr {
	display: flex;
	padding: 0px 0px 10px !important;
	gap: 30px;
	font: 300 12px var(--font);
	align-items: center;
	text-transform: lowercase;
	border-bottom: 1px solid var(--borders) !important;
}

.forum tr:last-child {
	border: none !important;
	padding-bottom: 0 !important;
}

.forum tr + tr {
	margin-top: 10px;
}

.forum tr a {
	font-weight: 500;
	font-size: 12px;
	text-transform: lowercase;
}

.forum td {
	padding: 0 !important;
}

.forum .tcl {
	width: 500px !important;
}

.forum .tc2,
.forum .tc3 {
	width: 80px !important;
	font-weight: 300;
	font-size: 11px;
	color: var(--text2)
}

#pun .forum .tcr {
	display: grid; 
  grid-template-columns: 30px 1fr; 
  grid-template-rows: auto auto; 
  gap: 0px 10px; 
  grid-template-areas: 
    "av link"
    "av user"; 
	flex: 1;
	line-height: 130%
}

.forum .user-avatar { 
	grid-area: av; 
}

.forum .tcr > a {
  align-self: end; 
  grid-area: link; 
}

.forum .tcr .byuser {
  align-self: start; 
  grid-area: user; 
}

.forum table {
  margin: 0px 0
}

.forum thead, .forum thead tr {
  display: flex !important;
	width: 100%;
	margin: 0 !important;
}

.forum thead tr {
	margin-bottom: 10px !important;
}

.forum th {
	display: block;
	font-size: 10px !important;
	background: var(--borders);
	color: var(--text2);
	font: 300 11px/150% var(--font);
	padding: 1px 10px !important;
	border-radius: 10px;
	white-space: nowrap;
	box-sizing: border-box
}

.forum tr td {
  padding: 0 !important;
}


.forum tr td {
  padding: 0 !important;
	border: none !important;
}

.forum .byuser {
	display: block !important;
}

.forum .byuser:before {
	content: "автор:";
	opacity: .45
}

#pun-viewforum .tcr, #pun-searchtopics .tcr {
  display: flex;
	align-items: center;
}

#pun-searchtopics .tcl {
	width: 400px !important;
}

#pun-searchtopics .tc2 {
	width: 200px !important;
}

#pun .user-avatar {
    width: 30px !important;
    height: 30px !important;
	margin-right: 15px !important;
	margin-top: 2px !important;
}

#pun .user-avatar .avatar-image {
    width: 30px;
    height: 30px;
    transition: all .5s linear 0s;
    box-sizing: border-box;
	border: 1px solid var(--main-border) !important;
	position: relative;
	border-radius: 5px;
	opacity: .75
}


#pun .user-avatar .isonline {
  background: var(--main-bg-third) url(https://forumstatic.ru/files/001c/37/2a/91565.svg) no-repeat center center / cover;
	margin: 0 !important;
  z-index: 1;
    animation: none;
	border: none;
	width: 12px;
	height: 12px;
	top: calc(100% - 10px);
	right: -2px
}

.user-avatar .avatar-image[style*=default_avatar] {background-image: url(https://forumstatic.ru/files/001c/37/2a/99115.png) !important;}

/* C4.2 */
.punbb .modmenu strong,
.punbb .modmenu a {
	height: auto;
	line-height: 1.8em;
}

/* C4.3 */
.punbb .modmenu .container strong {
	float: left;
}

/* C4.4 */
.punbb .modmenu input {
	margin-left: 1em;
}


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
	padding: 0.8em 1em
}

/* C5.2 */
.punbb .info .container .backlink {
	padding-top: 0.8em;
}


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
	padding-left: 18.6em;
}

/* C6.2 */
#profilenav {
	float: left;
	width: 14em;
	margin-left: -18.7em;
	display: inline;
}

/* C6.3 */
#profilenav li {
	padding-bottom: 0.8em;
	font-weight: normal;
}

/* C6.4 */
#viewprofile ul,
#profilenav ul {
	border-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 {
	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:25px 30px;
	border: none;
}

/* C7.3 */
#pun-userlist .usertable table {
	border: none;
	font-family: var(--font);
}

#pun-userlist .usertable table td {
	padding: 0 !important;
}

#pun-userlist .usertable tbody {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

#pun-userlist .usertable tr {
	background: var(--main-bg-second);
	border: 1px solid var(--main-border);
	border-radius: 15px;
	padding: 20px;
	flex: 1;
	max-width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	text-align: center;
	gap: 5px;
}

#pun-userlist .usertable tr td {
	width: 100% !important;
	background: var(--main-bg);
	text-align: left !important;
	border-radius: 10px;
	padding: 5px 10px !important;
	box-sizing: border-box;
	border: none !important;
}

#pun-userlist .usertable .username {
	display: flex;
	align-items: center;
	font: 500 12px var(--font-a);
	overflow: hidden !important;
	height: 50px
}

#pun-userlist span.usersname {
	flex: 1;
	text-align: right;
	text-transform: uppercase
}

#pun-userlist .usertable .user-avatar {
	float: none !important;
	width: 100px !important;
	height: 50px !important;
	mask: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	margin: -5px 0 -5px -10px !important;
}

#pun-userlist .usertable .user-avatar .avatar-image {
	width: 100px !important;
	height: 50px !important;
	border-radius: 0;
	border: none !important;
}

#pun-userlist .usertable .user-avatar .isonline {
	top: 10px;
	right: calc(100% - 20px)
}

#pun-userlist .usertable td:before {
	text-transform: uppercase;
	opacity: .45;
	font-size: 9px;
	font-weight: 500;
}

#pun-userlist .usertable .user_title:before {
	content: "статус: "
}

#pun-userlist .usertable .relation:before {
	content: "репутация: "
}

#pun-userlist .usertable .num_posts:before {
	content: "сообщения: "
}

#pun-userlist .usertable .registered:before {
	content: "дата регистрации: "
}

#pun-userlist .usertable .last_visit:before {
	content: "последний визит: "
}


/***************************************************/
************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
	margin: 0;
	border: none;
	margin-bottom: -35px;
}

/* D1.2 */
#pun-title h1 {
	display: block;
	height: 10px;
	margin: -1px 0px 0px -30px;
}

/* D1.3 */
#pun-title .container {
	border: none;
	padding: 0.2em 1em 0.8em 1em;
}

/* D1.4 */
#pun-title h1 span {
	display: none;
}

#pun-title TD.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title TD.title-logo-tdr {
	border: none;
	width: 420px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
	position: absolute;
	top: -15px;
	left: 0;
	margin: 0;
	border: none;
	width: 100%;
}

/* D2.2 */
#pun-pagelinks .container {
	background: transparent;
	border: none;
	padding: 0
}

/* D2.3 */
#pun-pagelinks .container li {
	display: inline
}

/* D2.4 */
#pun-pagelinks li a,
#pun-pagelinks a:link,
#pun-pagelinks a:hover {
	height: 2em;
	line-height: 2em;
	padding: 0;
	font-size: 1.2em;
	margin-left: -9999px;
	display: block;
	float: left;
	width: 100%;
}

/* D2.5 */
#pun-pagelinks a:active,
#pun-pagelinks a:focus {
	position: relative;
	margin: 0;
}

#pun-pagelinks li a span {
	display: block;
	margin: 0 1em
}

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
	border: none;
	margin: 0;
}

#pun-navlinks .container {
	border: none;
	margin: 0;
}

/* D3.2 */
#pun-navlinks .container {
	font-weight: normal;
}

/* D.3 */
#pun-navlinks li {
	display: inline;
	margin: 0;
}

/* D3.4 */
#pun-navlinks li a {
	font-family: tahoma;
	font-size: 0.8em;
	padding: 10px 5px 10px 7px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
	border: none;
}

#pun-ulinks .container {}

#pun-ulinks li,
#pun-ulinks li a {
	display: block;
	white-space: nowrap;
}

#pun-ulinks li a {
	font-size: 0.8em;
	padding: 0 0 0 5px;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status,
#pun-status .container {
	border-bottom: none;
	margin-bottom: 0;
}

/* D5.2 */
#pun-status .container {
	text-align: left;
	font: 400 9px var(--font);
	text-transform: uppercase;
	display: flex;
	gap: 5px;
	align-items: center;
	box-sizing: border-box;
	align-self: stretch;
}

#pun-status {
	position: absolute;
	top: 91px;
	margin-left: 30px
}

#pun-status .container strong {
	font-weight: 500 !important;
}

#pun-status .status-right {
	float: none !important;
}

#pun-status .item3, #pun-status .item4, .status-right, #pun-status .item2 {
	display: none
}

#pun-status .item3.status-right {
	display: block;
	font-size: 0
}

#pun-status .item3.status-right a {
	font-size: 9px;
}

/* D5.3 */
#pun-status span {
	white-space: pre-line;
	margin-right: 0.5em;
}

/* D5.4 */
#pun-crumbs1 {
	font-weight: bold;
	overflow: hidden;
	margin-top: 15px;
	position: relative
}

/* D5.5 */
#pun-crumbs1 p.container {
	border-top: none;
}

/* D5.6 */
#pun-break1 {
	margin: 0 1em;
	border-style: solid none;
	border-width: 1px 0;
	height: 0;
	margin: -2px 1em;
	position: relative;
	z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
	padding: 0;
	margin: 0 1em -3.5em 1em;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	position: relative;
	font-weight: bold;
	display: none
}

/* D6.2 */
#pun-announcement h2 span {
	display: block;
	padding: 1em 0 0.8em 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* D6.3 */
#pun-announcement .container {
	padding: 0;
}

/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats {
	margin: 20px 0 20px !important;
	height: auto;
	position: relative;
	text-align: left;
}

#pun-stats h2 {
	display: none
}

#pun-stats .container {
	font: 300 11px/150% var(--font);
		position: relative;
	gap: 10px;
	padding: 0 0px;
  display: grid; 
  grid-template-columns: 490px 1fr; 
  grid-template-rows: 1fr minmax(21px, 60px); 
  gap: 10px 10px; 
  grid-template-areas: 
    "online_now online24"
    "stats online24"; 
	height: 170px;
}

.ststitems {
  grid-area: stats; 
	display: flex;
	flex-wrap: wrap;
	font-weight: 300;
	font-size: 10px !important;
	text-transform: lowercase;
	line-height: 100%;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	flex-direction: row;
	align-items: stretch;
	text-align: center;
	gap: 5px;
	align-items: flex-end;
}

.ststitems li {
	padding: 0px !important;
	display: flex;
	flex-direction: row-reverse;
	text-align: left;
	gap: 3px;
	padding: 6px 10px !important;
	border-radius: 10px;
	background: var(--main-bg);
	box-sizing: border-box;
}

.ststitems li.item4 {
	flex-direction: row;
}

.ststitems li span {
	font-weight: 400;
	text-transform: lowercase;
	line-height: 100%;
	opacity: .85
}

.ststitems li strong {
	font-weight: 400;
	font-size: 11px !important;
}

.onlinelist {
  align-self: stretch; 
  grid-area: online_now; 
	color: var(--text3)
}

.users_24h { grid-area: online24; }

.onlinelist {
	padding-top: 0px !important;
}

#onlinelist {
	font-weight: 300;
}

#onlinelist span {
	font-weight: 400
}

#onlinelist strong {
	font-weight: 400
}

.onlinelist, .users_24h {
	width: 100%;
	height: 139px;
	margin: 0;
	padding: 25px 30px 20px !important;
	box-sizing: border-box;
	position: relative;
	background: var(--main-bg-third);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.users_24h {
	background: var(--main-bg);
	height: 100%
}

.onlinelist div, .users_24h div {
	height: 100%;
	overflow-y: scroll;
}

.onlinelist span, .users_24h span {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	font-weight: 400
}

.onlinelist:before {
	content: "нарушители порядка";
	color: var(--text2);
	display: flex;
	align-items: center;
	text-transform: uppercase;
	padding: 0;
	box-sizing: border-box;
	font: 500 8px var(--font-a)
}

.onlinelist > div, .users_24h > div {
	height: 100%;
	overflow-y: auto;
	text-transform: lowercase
}


.users_24h:before {
	content: "замечены камерами слежения";
	color: var(--text2);
	display: flex;
	align-items: center;
	text-transform: uppercase;
	padding: 0;
	box-sizing: border-box;
	font: 500 8px var(--font-a)
}

#pun-stats a {
	color: var(--text1);
	font-weight: 600;
}

#pun-stats a:hover {
	color: var(--accent)
}

#pun .onlinelist a {
	color: var(--text3) !important;
}

#pun .onlinelist a:hover {
	color: var(--accent) !important;
}

.onlinelist span, .users_24h span {
	font-size: 0;
	display: flex;
	gap: 2px;
	flex-wrap: wrap
}

.onlinelist span a, .users_24h span a {
	background: rgba(255,255,255,.05);
	font-size: 11px;
	text-transform: lowercase;
	font-weight: 500 !important;
	padding: 2px 10px;
	border-radius: 7px
}

.users_24h span a {
	background: var(--main-bg-second);
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
	margin: 0;
	border: none;
	width: 50%;
	position: relative;
	float: left;
}

/* D8.2 */
#pun-qjump .container {
	border: none;
	background: transparent;
	padding: 0.8em 1em;
}

/* D8.3 */
#pun-about {
	margin-top: 0;
}

/* D8.4 */
#pun-about .container {
	border-top-style: none;
	text-align: right;
	line-height: 150%;
	padding: 0.8em 1em;
}

/* D8.5 */
#pun-about p span {
	display: block;
}

/* D8.7 */
#pun-crumbs2 .container {
	font-size: 1.1em;
}

/* D8.8 */
#pun-break4 {
	margin: -2px 1em;
	border-style: solid none;
	border-width: 1px 0;
	position: relative;
	height: 0;
	z-index: 1;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
	border-top-style: solid;
	border-top-width: 1px;
}


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0;
	margin-bottom: 0.8em;
}

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
	padding-bottom: 0.6em;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 1.1em;
}

/* D9.3 */
#pun-help .formal p,
#pun-help .formal dd {
	margin-bottom: 1em
}

/* D9.4 */
#pun-help .formal ul,
#pun-help .formal dl {
	padding: 0 0 0 1em
}

/* D9.5 */
#pun-help .formal li {
	padding: 0;
	line-height: 130%
}

/* D9.6 */
#pun-help .formal li * {
	vertical-align: text-top
}

/* D9.7 */
#pun-help .formal dt span {
	font: 1.4em/120% monaco, "bitstream vera sans"
}

.stickytext,
.closedatafield,
#pun-live-rusff,
.pl-reports {
	display: none
}


input,
textarea {
	outline: none;
}

input:active,
textarea:active {
	outline: none;
}

:focus {
	outline: none;
}

#pun-messages .fs-box {
	padding: 0 0px;
}

#pun-messages #post-form .fs-box {
	padding: 0 0px;
}

#pun-messages .post h3 {
	width: auto;
	position: relative;
}

#pun-messages .post h3 span {
	width: auto !important;
}

#pun #pun-messages .post-author {
	position: relative;
}

#pun-messages .pa-posts {
	display: none
}

#pun-messages .pa-online {
	clear: both
}

#main-reply {
	height: 200px;
}


#mask_dialog .inner,
.modal-inner.section,
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner,
.editBookmark {
	border: 1px solid var(--main-bg-five) !important;
	background: var(--main-bg-second);
	border-radius: 10px;
	color: var(--text1);
	padding: 15px 20px !important;
}

#post legend span {
	display: none
}


#font-area,
#size-area,
#color-area,
#table-area,
#smilies-area,
#image-area,
#imageup-area,
#imageattach-area,
#keyboard-area,
#video-area,
#addition-area {
	top: 55px !important;
}

.pl-reports {
	display: none !important;
}

.pa-avatar {
	display: inline-flex;
	background: var(--accent);
	line-height: 0;
	border-radius: 10px;
	overflow: hidden
}

.pa-avatar img {
	max-width: 180px;
}

.post-content td {
	border: none transparent !important;
	overflow: hidden !important;
}

::selection {
	background: var(--accent);
	color: var(--text3);
}

@-moz-document url-prefix() {
body * {
	scrollbar-width: thin;
	scrollbar-color: var(--links) rgba(20, 18, 15, 0.01);
}

html {
	scrollbar-width: thin;
	scrollbar-color: var(--links) rgba(0, 0, 0, 0.01);
}

.personal_page-scroll {
	scrollbar-width: thin;
	scrollbar-color: var(--accent) rgba(0, 0, 0, 0.01);
}
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(20, 18, 15, 0.1);
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
	background-color: var(--links);
	width: 4px !important;
	border-radius: 100px !important;
}

.personal_page-scroll::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	width: 4px !important;
	border-radius: 100px !important;
}

#html-header {
	color: var(--text1);
}

#html-header a {
	color: var(--text1)
}

#html-header a:hover {
	color: var(--accent)
}

.post-content abbr {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: var(--text1)
}


#pun #pun-ulinks #Rz {
	display: none !important;
}

.punbb-admin textarea {
	width: 100% !important;
}

input[type="checkbox"] {
	border-radius: 0%;
	appearance: none;
	padding: 5px !important;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
    margin-right: 10px !important;
	border: 1px solid var(--main-border) !important;
	border-radius: 3px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

input[type="radio"] {
	border-radius: 0%;
	appearance: none;
	padding: 5px !important;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
    margin-right: 10px !important;
	border: 1px solid var(--main-border) !important;
	border-radius: 3px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 8px;
	position: absolute;
	font-weight: bold
}

span.checkfield,
p.checkfield {
	display: flex;
	margin-top: 10px !important;
	align-items: center
}

.pl-share {
	display: none !important
}

.pl-email.email {
	display: none !important;
}

body.post-content {
	width: 100%;
}

#post-form {
	padding: 0px 0px !important;
}


.intd {
	display: flex;
	align-items: center
}

#post-form h2 {
	display: none
}

#profile fieldset #charcounter {
	display: none
}

.punbb .post-rating {
	height: 20px;
	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 {
	margin-top: 20px !important;
}

.punbb .post-rating p, .punbb .post-vote .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	font: 400 8px/100% var(--font);
	padding: 0 !important;
	float: none !important;
	margin: 0 !important;
}

.punbb .post-rating a {
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	color: var(--text3) !important;
}

.punbb .post-rating a:before {
  content: "\f004";
  font: 24px FontAwesome;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	color: var(--accent);
	transition: all .4s linear 0s;
	text-shadow: none
}

.punbb .post-vote a {
	color: transparent !important;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.punbb .post-vote a:before {
  content: "\f075";
  font: 24px FontAwesome;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .3;
	color: var(--text2);
	transition: all .4s linear 0s
}

.punbb .mylike .post-rating a:before {
	color: var(--text2)
}

.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
	color: var(--text1)
}

.punbb .post-vote {
	position: absolute;
	right: 65px;
	margin-top: -20px !important;
}

#viewprofile-next .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0px 0 !important;
	font: 500 11px var(--font);
	padding: 50px 30px 25px !important;
	position: relative;
	background: var(--main-bg);
	border: 1px solid var(--main-border);
	border-radius: 15px 15px;
}


#viewprofile ul {
	padding: 0 !important;
	margin: 0 !important;
}

#viewprofile-next #profilenav {
	display: none
}

#viewprofile tr {
	display: flex;
}

#viewprofile #profile-left {
	text-align: left;
	padding: 22px !important;
	width: 230px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: var(--main-bg-third);
	border-radius: 15px;
	align-items: center;
	color: var(--text3);
	box-sizing: border-box
}

#viewprofile #profile-left li, #viewprofile #profile-left div, #viewprofile #profile-left strong {
	padding: 0 !important;
	margin: 0 !important;
}

#profile-left li+li {
	margin-top: 0px;
}

#pun #profile-left #profile-name {
	position: absolute;
	height: 40px;
	top: 0px;
	padding: 0 !important;
	box-sizing: border-box;
	left: 0;
  color: var(--text1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font: 400 13px var(--font-a);
	border-bottom: 1px solid var(--main-border);
	width: 100%;
}

#pun #profile-left li strong {
	font-weight: 500 !important;
}

#pun #profile-left #profile-title strong {
	font-weight: 300 !important;
	text-align: center
}

#profile-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
	width: auto !important;
	background: var(--main-bg);
	padding: 0px !important;
	box-sizing: border-box;
	flex: 1;
	margin-left: 30px
}

#profile-right li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: auto;
	text-align: center;
	padding: 5px 10px !important;
	font-size: 11px;
	background: var(--main-bg-second);
	align-self: stretch;
	align-items: center;
	border-radius: 10px;
}


#profile-right li strong {
	font-weight: normal;
	padding: 10px !important;
	margin: 0 !important;
}


#pa-invites,
#pa-gifts,
#pa-awards {
	display: none !important;
}

#profile {
	display: flex;
}

#profile form.container {
	width: 100%;
	padding-left: 18.6em
}


#profilenav {
	display: flex;
	margin-left: -17em;
}

#pun-messages #profile>.container {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	padding-left: 0;
	padding: 0px 0px;
	box-sizing: border-box;
}

#pun-messages #profilenav {
	float: none;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	padding: 25px 30px;
	gap: 15px;
	box-sizing: border-box;
	background: var(--main-bg);
	border: 1px solid var(--main-border);
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 15px
}

#pun-messages .fs-box {
	background: var(--main-bg);
	border: 1px solid var(--main-border);
	border-radius: 15px;
	padding: 25px 30px;
	margin-top: 0px !important;
}

form#messages > fieldset tr {
	display: flex;
	align-items: center
}

form#messages > fieldset td {
	padding: 0 !important;
}

#pun-messages .user-avatar {
	display: none
}



#pun-messages #profilenav ul,
#pun-messages #profilenav li {
	padding: 0;
}

#pun-messages #profilenav ul {
	display: flex;
	gap: 5px;
	margin: 0
}

#pun-messages #profilenav .isactive {
	font-weight: 700;
}

#pun-messages #profilenav li a {
	display: block;
  background: var(--main-bg-second);
	padding: 3px 15px 5px;
	font-family: var(--font);
	text-transform: lowercase;
	font-weight: 500;
	font-size: 12px;
	border-radius: 10px;
	border: 1px solid var(--main-bg-second)
}

#pun-messages #profilenav li.isactive a {
	border: 1px solid var(--main-bg-five)
}

#pun-messages #profilenav h2 {
	display: block;
	text-align: left !important;
	padding-left: 0;
	margin-left: 0;
}

#pun-messages .fs-box .container:not(#tags .container) {
	padding: 0px 0 !important;
}

#pun-messages .fs-box .container tr+tr {
	margin-top: 5px;
}

#pun-messages .fs-box .container tr {
	display: flex;
	align-items: center;
	padding: 0 0px;
	font-family: var(--font);
	font-size: 12px;
}

#pun-messages .fs-box .post>.container {
	display: block !important;
}

#pun #pun-messages .post {
	margin-top: 0 !important;
	background: transparent;
	border: none !important;
	padding: 0 !important;
}

#pun-messages #post-form .fs-box.hashelp {
	padding: 0 20px 15px;
	margin-bottom: 10px
}

#pun #keyboard-span input {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 300;
	font-size: 12px;
	color: #666;
	background-color: var(--black-bg);
	margin: 1px 1px 0 0;
	margin-top: 1px;
	border: 1px solid var(--text2) !important;
	cursor: pointer;
	padding: 0 10px !important;
	height: 25px;
	min-width: 30px;
}

#pun #keyboard-span input+input {
	margin: 3px
}


#pun-index .datetime,
#pun-index .byuser {
	font-size: 10px;
	font-weight: 400;
}

#BookmCntToggle {
	margin-top: 1px !important;
	z-index: 9999;
}

#MyBookmarks {
	background: var(--fill);
	text-shadow: none;
	color: var(--links);
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	width: 280px !important;
}

#MyBookmarks inner {
	padding-top: 40px !important;
}

#BookmCntToggle.default-style {
	background: var(--fill) !important;
	border-radius: 2px;
	box-shadow: 2px 2px 1px #000;
	opacity: .95;
}

#MyBookmarks h2 {
	margin: 0 !important;
	padding: 10px 20px !important;
	background: var(--fill2);
	border-radius: 6px;
	border: 1px solid var(--borders) !important;
	box-sizing: border-box;
	margin-bottom: 20px !important;
}

.post .bookmark {
	color: var(--links) !important;
}

#BookmCntToggle.default-style {
	color: var(--links) !important;
	z-index: 9999
}

#BookmCntToggle {
	top: 10px;
	left: 60px !important;
}

#MyBookmarks {
	z-index: 99999 !important;
}

#bm2 {
	right: 20px !important;
}

#pun .scrl.t,
#pun .scrl.b {
	box-shadow: none !important;
	background: var(--fill2);
	border: 1px solid var(--borders);
	border-radius: 6px;
	width: 110px;
}

.scrl.t+.scrl.b {
	margin-left: 10px !important;
}

#imageupload-left input[type=button] {
	width: auto !important
}

#pun-respect td {
	padding: .8em !important;
	overflow-wrap: normal
}

#pun hr {
	opacity: 1;
	filter: none;
	background: var(--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-right: 0px;
	top: 0px;
	right: -5px;
	font-size: 10px;
	font-weight: 700;
	background: red;
	padding: 1px 4px;
	border-radius: 100px;
	height: 14px;
	color: #fff;
	cursor: pointer;
	z-index: 10
}

#pun .num_msg:before {
	display: none
}

#pun-messages #togglePreview {
	top: -15px
}

.post-content table {
	border-radius: 5px;
	overflow: hidden
}

img[alt~="hide-autor2"] {
	opacity: 0;
	display: none
}

#form-buttons {
	margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
	flex-direction: row;
	padding: 10px 0 5px;
	align-items: flex-start;
}

#plng {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-top: 0px !important;
    padding: 5px 0px !important;
    transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  white-space: nowrap;
	font-family: var(--font);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	align-self: stretch
}

#plng b {
  font-weight: 800;
	font-size: 10px;
	margin-right: 5px
}


#form-buttons td img {
	position: relative
}

#form-buttons tr {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

#form-buttons table {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0;
}

#form-buttons td {
	transition: all .5s ease-in-out 0s;
	color: var(--text1);
  width: 26px;
}

#form-buttons td:hover {
	color: var(--text2);
}


#button-font,
#button-transL,
#button-size,
#button-bold,
#button-italic,
#button-underline,
#button-strike,
#button-indent,
#button-left,
#button-center,
#button-right,
#button-justify,
#floatbut,
#button-link,
#button-spoiler,
#button-image,
#button-video,
#button-hide,
#button-quote,
#button-code,
#button-color,
#button-table,
#button-smile,
#button-sticker,
#button-keyboard,
#button-addition,
#button-mask,
#button-html,
#button-vkladka,
#My_replic_meny {
	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 {
	content: "";
	height: 26px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	z-index: 0
}

#button-font:before {
	content: "\f031"
}

#button-transL:before {
	content: "\f362"
}

#button-size:before {
	content: "\f034"
}

#button-bold:before {
	content: "\f032"
}

#button-italic:before {
	content: "\f033"
}

#button-underline:before {
	content: "\f0cd";
	top: 1px
}

#button-strike:before {
	content: "\f0cc"
}

#button-indent:before {
	content: "\f03c"
}

#button-left:before {
	content: "\f036"
}

#button-center:before {
	content: "\f037"
}

#button-right:before {
	content: "\f038"
}

#button-justify:before {
	content: "\f039"
}

#floatbut:before {
	content: "\f03b"
}

#button-link:before {
	content: "\f0c1"
}

#button-spoiler:before {
	content: "\f070";
	font-size: 17px
}

#button-image:before {
	content: "\f03e";
	font-size: 18px
}

#button-video:before {
	content: "\f167";
	font-size: 18px;
	top: 0px
}

#button-hide:before {
	content: "\f023"
}

#button-quote:before {
	content: "\f10e"
}

#button-code:before {
	content: "\f121";
}

#button-color:before {
	content: "\f576"
}

#button-table:before {
	content: "\f0ce"
}

#button-smile {
	display: none
}

#button-smile:before {
	content: "\f118"
}

#button-sticker:before {
	content: "\f118"
}

#button-vkladka:before {
	content: "\f58d"
}

td#button-files_rusff,
td#button-graffiti_rusff {
	display: none !important;
}

#button-keyboard:before {
	content: "\f11c";
	font-size: 16px
}

#button-addition:before {
	content: "\f0fe"
}

#button-mask:before {
	content: "\f630"
}

#button-html:before {
	content: "\f1c9"
}

.settings_wrap {
	width: auto;
	height: auto;
	margin-left: auto;
	position: relative
}

.slide_button {
	width: auto;
	height: auto;
	font: 600 13px var(--font) !important;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid var(--main-border);
	border-radius: 10px;
	padding: 4px 10px;
}

.slide_button.i_active {
	opacity: .55
}

.slide_block {
	position: absolute;
	background: var(--main-bg);
	border: 1px solid var(--main-border);
	border-radius: 15px;
	width: 234px;
	top: calc(100% + 10px);
	display: none;
	right: 0;
}

.settings_container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px 20px 20px;
}

#chfont {
	text-align: center;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}

#chfont:before {
	content: "шрифт в постах";
	font: 400 9px var(--font);
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	color: var(--text2);
	width: 100%;
	text-align: left
}

#chfontbut {
	display: none !important;
}

#chfont select {
	cursor: pointer;
	border: none !important;
}

#chfontsize {
	width: auto;
	display: flex;
	align-items: center;
	font: 400 12px var(--font);
	gap: 5px;
}


.fsizeplus,
.fsizeminus {
	box-sizing: border-box;
	color: var(--text1);
	cursor: pointer;
	font-size: 0;
	width: 13px;
	height: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.fsizeplus::after {
	content: "";
	mask: url(https://forumstatic.ru/files/001c/37/2a/27804.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/27804.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
	background: var(--text1);
	width: 12px;
	height: 12px;
	display: block;
}

.fsizeminus::after {
	content: "";
	mask: url(https://forumstatic.ru/files/001c/37/2a/92207.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/92207.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
	background: var(--text1);
	width: 12px;
	height: 12px;
	display: block;
}

#stylelist, #accentlist {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	font: 400 11px var(--font);
}

#stylelist:before, #accentlist:before {
	content: "цвет подложек";
	font: 400 9px var(--font);
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	color: var(--text2);
	width: 100%;
	text-align: left
}

#accentlist:before {
	content: "Акцентный цвет"
}

#stylelist li, #accentlist li {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

#pun #stylelist li a, #pun #accentlist li a {
	text-transform: none;
	font-weight: 400 !important;
	font-size: 11px !important;
	padding: 0 !important;
	background: transparent
}

#stylelist li:before, #accentlist li:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: var(--main-bg-second);
	border-radius: 100%;
	box-sizing: border-box
}

#stylelist li:after, #accentlist li:after {
		content: "\f00c";
	font-family: FontAwesome;
	font-size: 8px;
	width: 13px;
	height: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	transition: all .3s linear 0s
}

#stylelist li.active:after, #accentlist li.active:after {
	opacity: 1
}

#stylelist li.active a, #accentlist li.active a {
	font-weight: 500 !important;
}

/*Размытие на зачеркнутый текст*/
del {
    filter: blur(3px);
    text-decoration: none;
    transition:.33s;
}
del:hover {
    filter: initial;
    transition:.63s;
}

/* правка абзацев */
#pun .post-content p {
	padding: 0
}

#pun .post-content p + p {
	margin-top: 1em
}

#pun .post-content p {
	padding: 0
}

#pun .post-content p + p, #pun .post-content p + .code-box, #pun .post-content p + .quote-box {
	margin-top: 1em
}

.footer_wrapper {
	margin-top: 10px;
	display: flex;
	gap: 10px
}

.footer-item {
	background: var(--main-bg-third);
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: var(--text2);
	font: 500 8px/150% var(--font-a);
	padding: 20px 30px;
	flex: 1;
	height: 100%;
	text-transform: uppercase;
}

.banners_container {
	background: var(--main-bg);
	border: 1px solid var(--main-border);
	box-sizing: border-box;
	width: 705px;
	padding: 20px 30px;
	height: auto;
	border-radius: 15px;
}

.banners_container div {
	height: 67px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1px 4px
}

.banners_container img {
	filter: grayscale(100%);
	opacity: .7;
	transition: all .3s linear 0s;
	width: 88px;
	height: 31px;
	object-fit: cover;
	border-radius: 5px;
}

.banners_container img:hover {
	filter: none;
	opacity: 1
}

.footer-item .bestpost-text {
	overflow-y: auto;
	height: 52px;
	padding: 0px;
	box-sizing: border-box;
	color: var(--text3);
	font: 300 10px/130% var(--font);
	text-transform: none
}

.footer-item a {
	color: var(--accent) !important;
	font-weight: 600
}

.footer-item a:hover {
color: var(--text2) !important;
}

#htmk_wrap {
  display: flex;
  font: 400 13px/100% var(--font);
  color: var(--text1);
  margin: auto;
}

.html-bank {
  flex-direction: column;
  gap: 2px
}

.sp_button {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
	padding: 10px 20px;
	border-radius: 10px;
	box-sizing: border-box;
	background: var(--main-bg-third);
	color: var(--text3);
	font-family: var(--font-a);
	box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.select_mark {
	mask: url(https://forumstatic.ru/files/001c/37/2a/32968.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/32968.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
	background: var(--text3);
  width: 12px;
  height: 12px;
  display: block;
  transform: scale(0);
  transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s !important;
}

.sp_button.i_active .select_mark {
  transform: scale(1);
}

.sp_content-wrap {
  display: none;
  margin: 3px 0
}

.sp_content-inner {
  background: var(--main-bg-second);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
	border-radius: 15px;
}

.sp_content-inner +.sp_content-inner {
	margin-top: 5px
}

.bank_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.bank_list li {
  display: flex;
  align-items: flex-end;
  gap: 3px;
	margin: 0 !important;
}

.bank_service {
  font-weight: 500;
  flex: 1;
  display: flex;
  gap: 3px;
}

.bank_service:after {
  content: "";
  display: block;
  border-bottom: 1px dashed var(--text1);
  flex: 1;
  opacity: .25;
}

.tooltip_mark {
  width: 13px;
  height: 13px;
  display: block;
  margin-left: 3px;
  position: relative;
  cursor: pointer;
}

.tooltip_mark:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
			mask: url(https://forumstatic.ru/files/001c/37/2a/77518.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/77518.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
	background: var(--text2);
	position: absolute;
	top: 0;
	left: 0;
}

.tooltip_text {
  position: absolute;
  background: var(--main-bg);
  color: var(--text1);
  font-weight: 400 !important;
  font-style: normal;
  padding: 10px;
  border-radius: 8px;
  top: 0px;
  left: calc(100% + 15px);
  width: 250px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 150%;
  transition: all .4s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 10
}

.tooltip_mark:hover .tooltip_text {
  visibility: visible;
  opacity: 1;
  top: -15px
}

.sp_content-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bank_cost2 {
  font-size: 12px;
  font-weight: 800
}

.bank_service-desc {
  font-size: 11px
}

.special_b {
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}

.bank_list.services_preview {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
	justify-content: center;
	position: relative
}

.services_preview li {
  background: var(--main-bg);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  align-items: center;
  justify-content: flex-start;
	border-radius: 15px;
	position: relative
}

.services_preview-title {
  font-size: 10px;
  font-weight: 700
}

.headers img {
  width: 200px;
  height: 100%;
	object-fit: cover
}

.colletions_preview .services_preview-title {
  font-size:8px;
}

.colletions_preview img {
  width: 60px;
}

.colletions_preview li {
  position: relative;
  width: 172px;
  height: 100px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 5px
}

.colletions_preview.personal_banner_preview img {
  width: 200px;
}

.colletions_preview.personal_banner_preview li {
  width: auto;
}

.services_preview-desc {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--main-bg);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-sizing: border-box;
  padding: 10px;
  font-size: 10px;
  overflow-y: auto;
  opacity: 0;
  transition: all .3s linear 0s
}

.colletions_preview li:hover .services_preview-desc,
.services_preview li:hover .services_preview-desc {
  opacity: 1;
}

.html-headcanon {
  flex-direction: column;
  gap: 10px
}

.headcanon-container {
  background: var(--main-bg-third);
  display: flex;
  max-height: 200px;
  padding-right: 5px;
  padding-bottom: 15px;
  box-sizing: border-box;
	border-radius: 15px;
	color: var(--text3)
}

.headcanon-img {
	width: 200px;
	max-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
  margin-bottom: -15px;
	border-radius: 15px;
}

.headcanon-img:before {
	content: "";
	background: var(--accent);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
   transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s;
	mix-blend-mode: darken
}

.headcanon-img img {
	filter: grayscale(100%);
	width: 200px;
	max-height: 200px;
	position: absolute;
  object-fit: cover
}

.headcanon-container:hover .headcanon-img:after, .headcanon-container:hover .headcanon-img:before {
  opacity: 0;
}

.headcanon-container:hover .headcanon-img img {
filter: none
}

.headcanon-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 15px 0 15px;
  align-items: flex-start;
  overflow-y: auto;
  max-height: 100%;
  box-sizing: border-box
}

.headcanon-title {
  color: var(--accent);
	box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
	font-family: var(--font-a);
  padding: 5px 20px;
	background: var(--main-bg-four);
	border-radius: 15px;
}

.headcanon-text {
  font-size: 11px !important;
  line-height: 150%;
	padding: 0 !important;
	margin: 0 !important;
}

.html-map {
  padding: 5px;
  background: var(--main-bg-third);
  flex-direction: row;
  gap: 5px;
  height: 735px;
	border-radius: 15px;
	color: var(--text3)
}

.map_left-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  height: 735px;
  overflow-y: auto;
  -ms-overflow-style: none;
   scrollbar-width: none;
}

.map_left-wrap::-webkit-scrollbar {
      width: 0;
      height: 0;
}

.map_left-container {
  background: var(--main-bg-four);
	border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
	color: var(--text3)
}

.map_left-title {
  color: var(--accent);
	box-sizing: border-box;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 20px;
	font-family: var(--font-a);
	border-radius: 15px;
	background: var(--main-bg-third)
}

.map-text {
  font-size: 12px !important;
  line-height: 150%;
  padding: 0 !important;
  margin: 0 !important;
}

.map_right-wrap {
  width: 750px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px
}

.map_right-img {
	width: 750px;
  height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	border-radius: 15px
}

.map_right-img:before {
	content: "";
	background: var(--main-bg-third);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
   transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s;
	opacity: .5
}


.map_right-img img {
	filter: grayscale(100%);
	width: 750px;
  height: auto;
  object-fit: cover
}

.html-map:hover .map_right-img:after, .html-map:hover .map_right-img:before {
  opacity: 0;
}

.html-map:hover .map_right-img img {
	filter: none
}

.district-slider {
  display: flex;
  gap: 5px;
  flex: 1;
}

.district-button {
 background: var(--main-bg-four);
	color: var(--text3);
	border-radius: 15px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer
}

.district-button.district_active {
  opacity: .6;
}

.district-container {
  position: absolute;
  top: 0%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s
}

.district-container.showme {
  opacity: 1;
  transform: scale(1)
}

.district-inner {
  background: var(--main-bg-third);
  width: 500px;
  padding: 15px 20px;
  line-height: 150%;
  font-size: 12px;
	border-radius: 15px;
	color: var(--text3)
}

.district-inner small {
  font-size: 9px;
  display: block;
  margin-bottom: 10px;
}

.district-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
}

.html-chat {
  padding: 5px;
  background: var(--main-bg-second);
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 0px;
	border-radius: 15px;
	box-sizing: border-box
}

.html_chat-header {
  display: flex;
  flex-direction: column;
  background: var(--main-bg);
  gap: 5px;
  padding: 10px;
	border-radius: 15px;
}

.html_chat-name {
  line-height: 100%;
  display: flex;
  gap: 5px;
	align-items: flex-end
}

.html_chat-usernick {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.html_chat-username {
  font-size: 10px;
  opacity: .55;
  font-weight: 300;
  line-height: 100%;
}

.html_chat-signature {
  font-size: 10px;
}

.html_chat-chat-wrap {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 600px;
  overflow-y: auto;
}

.html_chat-mess-container {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
}

.html_chat-mess-container.data-divider {
	align-self: center;
	background: var(--main-bg);
	padding: 3px 10px;
	font-weight: 800;
	margin-top: 20px;
	border-radius: 15px;
}

.html_chat-ava {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  object-fit: cover
}

.html_chat-messages {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 400px;
  align-items: flex-start;
}

.html_chat-messages-usernick {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px
}

.html_chat-messages_time {
	font-style: normal !important;
	font-weight: 300;
	padding: 0 5px;
	opacity: .75;
	font-size: 10px
}

.html_chat-bubble {
  background: var(--main-bg);
  font-size: 12px;
  line-height: 150%;
  padding: 6px 10px;
  position: relative;
	border-radius: 15px;
}

.html_chat-bubble:last-child {
	border-radius: 15px 15px 15px 0px
}

.by_left .html_chat-bubble:last-child:after {
  content: "";
  mask: url(https://forumstatic.ru/files/001c/37/2a/86009.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/86009.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
  background: var(--main-bg);
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0
}

.html_chat-mess-container.by_right {
  flex-direction: row-reverse
}

.by_right .html_chat-messages {
  align-items: flex-end;
}

.by_right .html_chat-bubble:last-child {
	border-radius: 15px 15px 0 15px
}

.by_right .html_chat-bubble:last-child:after {
  content: "";
  mask: url(https://forumstatic.ru/files/001c/37/2a/14754.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/14754.svg) no-repeat center center;
	mask-size: cover;
	-webkit-mask-size: cover;
  background: var(--main-bg);
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0
}

.by_right .html_chat-bubble {
  background: var(--main-bg);
}

.html_chat-bubble img {
  max-width: 100%
}

.html_chat-bubble a {
  font-weight: 700;
	color: var(--accent) !important;
}

.html_chat-bubble a:hover {
	color: var(--text1) !important;
}

.html-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline-year {
  font: 700 24px/150% var(--font-a);
  background: var(--main-bg-third);
  padding: 15px 20px;
	color: var(--text3);
	border-radius: 15px;
}

.timeline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--main-bg-second);
  padding: 15px 20px;
	border-radius: 15px;
}

.timeline_month-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline_month-title {
  width: 160px;
  text-align: right;
}

.timeline_month-title span {
    color: var(--accent);
    font-size: 14px;
  font-weight: 700;
  text-transform: uppercase
}

.timeline_month-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.timeline_month-section {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.timeline_month-date {
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  width: 150px;
  box-sizing: border-box;
  text-align: right;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.timeline_month-date:before {
  content: "";
  border: 1px solid var(--text2);
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  box-sizing: border-box;
}

.timeline_month-date:after{
  content: "";
  background: var(--text2);
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: -10px;
  box-sizing: border-box;
}

/*аддишон*/

.timeline_month-date span {
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-size: 14px;
  line-height: 150%
}

.timeline_month-date span em {
  font-style: normal !important;
  font-weight: 400;
  font-size: 9px
}

vertical_divider {
  align-self: stretch;
  background: var(--text2);
  display: block;
  width: 1px;
}

.timeline_events-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  flex: 1
}

.timeline_events-event {
  line-height: 150% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.timeline_events-episodelist {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.timeline_events-episode {
  border: 1px solid var(--main-border);
	border-radius: 15px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.episode-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
	color: var(--accent) !important;
}

.episode-link:hover {
	color: var(--text1) !important;
}

.episode-desc {
  line-height: 150% !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 10px !important;
  font-weight: 300 !important;
}

.episode-chars {
  font-size: 10px
}

.html-plotheme {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.html_plot-mainheader {
  background: var(--main-bg-third);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
	border-radius: 15px;
	color: var(--text3)
}

.html_plot-mainheader-title {
  font: 800 24px var(--font-a);
  text-transform: uppercase;
}

.html_plot-maindesc {
  background: var(--main-bg-four);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
	border-radius: 15px;
}

.html_plot-maindesc p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 150%
}

.html-plotheme a {
  font-weight: 800
}

.mark_text {
	color: var(--accent);
    font-size: 14px;
  font-weight: 500;
}

.plot_wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: var(--main-bg-second);
  padding: 15px 20px;
	border-radius: 15px
}

.plot_wrapper-title {
  padding: 10px;
  margin-bottom: 10px
}

.plot_wrapper-title span {
    color: var(--accent);
    font-size: 14px;
  font-weight: 800;
  text-transform: uppercase
}

.plot_wrapper-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  position: relative;
}

.firstcontainer:before {
  content: "";
  background: var(--main-bg-five);
  display: block;
  position: absolute;
  width: 14px;
  height: 1px;
  left: 211px;
  box-sizing: border-box;
  top: 0;
}

.lastcontainer:after {
  content: "";
  background: var(--main-bg-five);
  display: block;
  position: absolute;
  width: 14px;
  height: 1px;
  left: 211px;
  box-sizing: border-box;
  bottom: 0;
}

.plot_wrapper-section {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.plot_wrapper-subtitle {
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  width: 200px;
  box-sizing: border-box;
  text-align: right;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.plot_wrapper-subtitle:before {
  content: "";
  border: 1px solid var(--main-bg-five);
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  box-sizing: border-box;
}

.plot_wrapper-subtitle:after{
  content: "";
  background: var(--main-bg-five);
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: -10px;
  box-sizing: border-box;
}

vertical_divider {
  align-self: stretch;
  background: var(--main-bg-five);
  display: block;
  width: 1px;
}

.plot_wrapper-textcontent {
  flex: 1;
  padding: 20px 10px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plot_wrapper-textcontent p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 150%;
}

.plot-quote {
  font-size: 10px;
  padding: 15px 20px;
	border: 1px solid var(--main-border);
	border-radius: 15px;
}

.plot-quote p {
	font-size: 11px !important;
}

.html-lifestyle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  box-sizing: border-box;
}

.lifestyle-heading {
  height: 157px;
  display: flex;
  justify-content: flex-end;
  position: relative;
	background: var(--main-bg-third);
	border-radius: 15px;
	overflow: hidden
}

.lifestyle-img {
	width: 100%;
  height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  height: 157px;
	border-radius: 15px;
}

.lifestyle-img:before {
	content: "";
	background: var(--accent);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
   transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s;
	mix-blend-mode: darken;
}

.lifestyle-img img {
	filter: grayscale(100%);
	width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s
}

.html-lifestyle:hover .lifestyle-img:after, .html-lifestyle:hover .lifestyle-img:before {
  opacity: 0;
}

.html-lifestyle:hover .lifestyle-img img {
  filter: none
}

.lifestyle-logowrap {
  position: relative;
  z-index: 2;
  align-self: stretch;
  padding: 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  text-align: right;
	flex: 1;
}


.lifestyle-logo1 {
  color: var(--accent);
  font: normal 40px var(--font-a);
	white-space: nowrap
}

.lifestyle-logo2 {
  font-size: 12px;
  font-weight: 300;
	color: var(--text3)
}

.lifestyle-containeritem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  background: var(--main-bg-second);
  padding: 15px 20px;
	border-radius: 15px;
}

.lifestyle-containeritem p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 150% !important;
}

.lifestyle-subtitle {
  font-size: 10px;
  text-align: right;
}

.lifestyle-quote {
  background: var(--main-bg-second);
  padding: 15px 20px;
  border: 1px solid var(--main-border);
	border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
}

.lifestyle-quote p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 150% !important;
  font-size: 11px !important;
}

.lifestyle-subtitle.for-quote {
  padding-top: 10px;
  position: relative;
}

.lifestyle-subtitle.for-quote:before {
  content: "";
  background: var(--text1);
  display: block;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: .25;
}

.lifestyle-timeline {
  gap: 10px
}

.lifestyle_timeline-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.lifestyle_timeline-heading p {
  font-size: 11px !important;
}

.lifestyle_timeline-main {
  display: flex;
  gap: 0;
  flex-direction: column;
	box-sizing: border-box;
	width: 100%
}

.lifestyle_timeline-section {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.lifestyle_timeline-date {
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  width: 200px;
  box-sizing: border-box;
  text-align: right;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lifestyle_timeline-date:before {
  content: "";
  border: 1px solid var(--main-bg-five);
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  box-sizing: border-box;
}

.lifestyle_timeline-date:after{
  content: "";
  background: var(--main-bg-five);
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: -10px;
  box-sizing: border-box;
}

vertical_divider {
  align-self: stretch;
  background: var(--main-bg-five);
  display: block;
  width: 1px;
	opacity: 1
}

.lifestyle_timeline-date span {
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-size: 14px;
  line-height: 150%
}

.lifestyle_timeline-date span em {
  font-style: normal !important;
  font-weight: 400;
  font-size: 9px
}

.lifestyle_timeline-contentwrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  flex: 1
}

.custom_tag_hellowrap {
	background: var(--black-bg);
	padding: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px
}

.custom_tag_hellowrap p, .custom_tag_hellowrap img {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0 !important;
}

.custom_tag_helloimg {
	height: 120px;
	width: 70%;
	overflow: hidden
}

.custom_tag_helloimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s
}

.custom_tag_helloimg:before {
	content: "";
	background: var(--base-bg2);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
   transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s
}

.custom_tag_helloimg:after {
	content: "";
	background: var(--base-bg3);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: screen;
   transition: all .3s cubic-bezier(.64, .51, .55, 1.16) 0s
}

.custom_tag_hellowrap:hover .custom_tag_helloimg:after, .custom_tag_hellowrap:hover .custom_tag_helloimg:before {
  opacity: 0;
}

.custom_tag_hellowrap:hover .custom_tag_helloimg img {
  filter: none
}

.custom_tag_hellotext {
	background: red;
	z-index: 10;
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--black-bg2);
	width: 40%;
	height: calc(100% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 50px 30px 30px;
	box-sizing: border-box;
	flex-direction: column;
	align-items: flex-end
}

.custom_tag_hellotext p {
	line-height: 150% !important;
}

.custom_tag_hellotext:after {
  content: "";
  background: var(--black-bg2);
  width: 67px;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: -67px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.custom_tag_hellotext:before {
	content: "welcome to night city";
	 background: var(--logo);  
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
	color: transparent;
  font: normal 20px var(--font-a);
}

.custom_tag_hellotext2, .custom_tag_hellocodes {
	background: var(--black-bg);
	padding: 10px;
}

.custom_tag_hellocodes {
	display: flex;
	gap: 10px;
	margin-top: 5px;
	margin-bottom: 10px
}

#pun .custom_tag_hellocodes .quote-box.quote-main {
width: calc(calc(100% / 3) - 7px);
	background: var(--black-bg2);
	border: none !important;
	box-sizing: border-box !important;
}

#pun-viewtopic[data-forum-id="19"] .post:not(.topicpost) .post-author li, #pun-viewtopic[data-forum-id="19"] .post:not(.topicpost) .post-author .indOnline, 
#pun-viewtopic[data-forum-id="19"] .post:not(.topicpost) .post-author .indOffline, #pun-viewtopic[data-forum-id="19"] .post:not(.topicpost) .post-author .field_wrap2 {
 display: none !important; 
}

#pun-viewtopic[data-forum-id="19"] .post .post-author li.pa-author {
	display: block !important;
}

#pun-userlist #userlist, #pun-userlist .usertable, #pun-respect #pun-main table, #pun-positive #pun-main table, .section.online-list {
	background: var(--main-bg);
	border-radius: 15px;
}

.section.online-list {
	padding: 10px 30px
}

#pun-userlist #userlist, #pun-userlist .usertable {
	margin-bottom: 10px
}

/* кастомизация реакций, которым дух неизменно желает в аду гореть */
.reactions-root {
	position: relative;
	z-index: 8;
	color: var(--text1) !important;
	margin-bottom: 10px
}

.reactions-root .reaction-chip {
  cursor: pointer;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-bg-second);
	border-radius: 6px;
	border: none !important;
}

.reactions-root .reaction-chip:hover {
	background: var(--borders) !important;
}

#pun .reaction-chip.reaction-chip--clicked {
	background: var(--main-bg-second);
	border: none !important;
	font: 600 14px var(--font);
	display: flex;
	align-items: center;
	color: var(--text2)
}

#pun .reaction-counter__count {
	padding: 0;
	font: 600 14px var(--font); /*mine*/
	color: var(--text2);
}

#pun .reaction-chip.reaction-chip--clicked .emoji-mart-emoji {
	padding: 0 !important;
}

#pun .reactions-root .emoji-mart {
	background: var(--main-bg);
	border: 1px solid var(--main-border) !important;
	border-radius: 15px;
	width: 400px !important;
	font-family: var(--font);
	font-size: 10px;
	padding: 10px;
}

#pun .reactions-root .emoji-mart-bar {
	border: none;
	margin-bottom: 10px;
}
#pun .reactions-root .emoji-mart-anchors {
	display: flex;
	gap: 2px;
}

#pun .reactions-root .emoji-mart-anchors button {
	padding: 5px !important;
	background: var(--main-bg-second) !important;
	box-shadow: none;
	border: 1px solid var(--border-dark) !important;
	border-radius: 6px;
	color: var(--text1) !important;
}

#pun .reactions-root .emoji-mart-search input {
	background: var(--main-bg-second);
	border: 1px solid var(--borders) !important;
	display: flex;
	align-items: center;
}

#pun .reactions-root .emoji-mart-search-icon {
	top: 4px
}

#pun .reactions-root .emoji-mart-category-label span {
	background: var(--main-bg-second);
	border: 1px solid var(--borders) !important;
	border-radius: 5px;
	margin: 10px 0 5px;
	color: var(--text1)
}

#pun .reactions-root .emoji-mart-scroll {
	padding-right: 10px
}

#pun .emoji-mart-category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

#pun .reactions-root .emoji-mart-emoji {
	padding: 0px !important;
}

#pun .reactions-root .emoji-mart-emoji:before {
	border-radius: 0 !important;
	background: transparent
}

.bg-light-spot {
	position: fixed;
	background: red;
	border-radius: 100%;
	filter: blur(150px);
	background: var(--light-spot);
	z-index: -1
}

.spot-left {
	width: 540px;
	height: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -229px;
}

.spot-top {
	width: 960px;
	height: 270px;
	top: -138px;
	left: 50%;
	transform: translateX(-50%)
}

.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    border-radius: 100%;
	background: var(--accent);
    filter: blur(200px);
    transition: all 1s ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
	mix-blend-mode: overlay;
    z-index: -1;
opacity: .75
}

.dark .blob {
	mix-blend-mode: normal;
	opacity: .2
}


#main_header-wrap {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 10px;
	font: 400 9px var(--font);
	text-transform: uppercase;
}

.main_header-item1 {
	background: var(--header) center;
	width: 100%;
	height: 225px;
	border-radius: 15px;
	border: 1px solid var(--main-border);
	padding: 25px 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.header_newsline {
	height: 17px;
	width: 650px;
	align-self: flex-end;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
		mask: linear-gradient(to left, #000 50%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask: linear-gradient(to left, #000 50%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
}

.newsline_content {
	white-space: nowrap;
	display: flex;
	gap: 15px;
	color: var(--text2)
}

.newsline_content {
    animation: scroll-text 25s linear infinite; /* анимация будет двигаться 15 секунд */
    animation-play-state: running; /* по умолчанию анимация работает */
  }

    .header_newsline:hover .newsline_content {
    animation-play-state: paused; /* При наведении анимация приостанавливается */
  }

  @keyframes scroll-text {
    0% {
      transform: translateX(100%); /* Начинаем с правой стороны */
    }
    100% {
      transform: translateX(-100%); /* Заканчиваем с левой стороны */
    }
  }

.newsline_content a {
	background: var(--main-bg-second);
	padding: 3px 10px;
	border-radius: 15px;
	font-weight: 650
}

.newsline_content strong {
	font-weight: 500
}

.nav_wrap {
	margin-top: 20px;
	align-self: flex-end;
	position: relative;
	z-index: 11
}

.nav_wrap .slide_button {
	border: none;
	padding: 0;
	font-size: 9px !important;
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav_wrap .slide_button:before {
	content: "\f061";
	font: 300 7px/100% FontAwesome !important;
	background: var(--main-bg-third);
	width: 16px;
	height: 16px;
	border-radius: 100%;
	color: var(--text3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s linear 0s
}

.nav_wrap .slide_button.i_active:before {
	transform: rotate(90deg)
}

.nav_wrap .link {
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: center;
	padding: 20px;
}

.nav_wrap .link a {
	background: var(--accent);
	color: var(--text3) !important;
	font-size: 10px;
	font-weight: 500;
	padding: 4px 10px;
	border-radius: 10px;
	transition: all .4s linear 0s !important;
}

.nav_wrap .link a:hover {
	background: var(--main-bg-third)
}

.header_logo-section {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
}

.logo-right {
	display: flex;
	flex-direction: column;
	font-family: var(--font-a);
	align-items: flex-end;
}

.logo-right span {
	font-size: 10px;
	font-weight: 300
}

.glitch {
  font-size: 50px;
	font-weight: 600;
  text-transform: upercase;
  position: relative;
  display: inline-block;
	margin-top: -5px
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glitch::before {
  left: 2px;
  text-shadow: -2px 0 var(--accent);
  clip: rect(24px, 550px, 90px, 0);
  -webkit-animation: glitch-anim-2 3.5s infinite linear alternate-reverse;
          animation: glitch-anim-2 3.5s infinite linear alternate-reverse;
}
.glitch::after {
  left: -2px;
  text-shadow: 2px -2px var(--accent-second);
  clip: rect(85px, 550px, 140px, 0);
  -webkit-animation: glitch-anim 3.5s infinite linear alternate-reverse;
          animation: glitch-anim 3.5s infinite linear alternate-reverse;
}

.logo-left {
	display: flex;
	width: 140px;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	align-self: flex-end;
	gap: 5px 2px
}

.header_music-section {
	margin-top: auto;
	margin-bottom: -20px
}

.audio-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 15px;
  position: relative;
  z-index: 1;
  gap: 10px;
	color: var(--text2)
}

.player-controls {
  width: auto;
  height: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: align-items;
  gap: 5px;
}

.song-panel {
  display: flex;
  height: 15px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  box-sizing: border-box;
}

.song-panel .song-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gaP: 5px;
  width: auto;
  text-align: left;
  text-transform: uppercase;
  font-size: 9px;
}
.song-panel .song-info .song-info__title {
  font-weight: 600;
}
.song-panel .song-info .song-info__artist {
  font-weight: 400;
}

.player-controls button {
  height: 15px;
  width: 15px;
  cursor: pointer;
  border: none;
  margin: 0;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.play {
  display: flex;
  align-items: center;
  justify-content: center
}

.music-icon {
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center
}

.music-icon:before {
	content: "\f00c";
	font: normal normal 9px FontAwesome;
	color: var(--text1);
	position: absolute;
}

.music-icon.icon-play:before {
	content: "\f04b"
}

.music-icon.icon-backward:before {
	content: "\f04a"
}

.music-icon.icon-forward:before {
	content: "\f04e"
}

.play.playing .music-icon.icon-play:before {
	content: "\f04c";
	color: var(--text2)
}

.music-icon:hover:before, .play.playing .music-icon.icon-play:hover:before {
	color: var(--accent)
}

.main_header-item2 {
	display: flex;
	gap: 10px;
	height: 200px
}

.header_persons-container {
	padding: 25px 30px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	color: var(--text3);
	width: 235px;
	box-sizing: border-box
}

.besties-container {
	background: var(--accent);
}

.persons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 5px;
}

.persons-title {
	font-family: var(--font-a);
	font-size: 8px;
	width: 100%;
}

.persons div {
	width: 55px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--text3);
	box-sizing: border-box;
	position: relative
}

.persons div:before {
	content: "";
	display: block;
	position: absolute;
	background: var(--text3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .15
}

.persons div:after {
	content: "";
	display: block;
	position: absolute;
	background: var(--accent);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: darken;
	transition: all .4s linear 0s
}

.persons img {
	width: 55px;
	height: 40px;
	object-fit: cover;
	filter: grayscale(100%)
}

.persons div:hover:after {
	opacity: 0
}

.persons.persons-alt div, .persons.persons-alt img {
	width: 85px;
}

.need-container {
	background: var(--main-bg-third);
}

.need-container .persons {
	flex-direction: column;
	gap: 5px;
}

.need-container .persons-title {
	margin-bottom: 5px;
}

.persons.persons-weneed div, .persons.persons-weneed img {
	width: 85px;
}

.persons.persons-weneed a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.persons.persons-weneed a:after {
	content: attr(data-text);
	flex: 1;
	color: var(--text3);
	font-weight: 400;
	font-size: 8px;
	line-height: 150%;
	transition: all .3s linear 0s
}

.persons.persons-weneed div:before {
	content: "";
	display: block;
	position: absolute;
	background: var(--main-bg-third);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .6;
	transition: all .4s linear 0s
}

.persons.persons-weneed a:hover div:before {
	opacity: 0
}

.persons.persons-weneed div:after {
	display: none
}

.persons.persons-weneed a:hover:after {
	color: var(--accent)
}

.header_persons-container.best_post-container {
	background: var(--main-bg);
	flex: 1;
	overflow: hidden;
	gap: 15px;
}

.best_post-header {
	margin: -25px -30px 0;
	background: var(--main-bg-third);
	border-radius: 15px;
	padding: 25px 30px;
	box-sizing: border-box;
	height: 80px;
	position: relative;
	overflow: hidden;
	gap: 15px;
}

.best_post-header .best_post-img {
	position: absolute;
	width: 387px;
	height: 80px;
	top: 0;
	right: 0;
		mask: linear-gradient(to left, #000 30%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask: linear-gradient(to left, #000 30%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
}

.best_post-header .best_post-img:after {
	content: "";
	display: block;
	background: var(--main-bg-third);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6
}

.dark .best_post-img:before {
	content: "";
	display: block;
	background: var(--accent);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
	z-index: 1;
	mix-blend-mode: darken
}

.best_post-header .best_post-img img {
	width: 387px;
	height: 80px;
	object-fit: cover;
	filter: grayscale(100%)
}

.best_post-content {
	color: var(--text1);
	text-transform: none;
	font-size: 11px;
	line-height: 140%;
	flex: 1;
	overflow-x: auto;
	padding-right: 15px;
	margin-bottom: -5px
}

.best_post-author {
	text-align: right;
	color: var(--text1);
}

.best_post-author-link {
	font-weight: 600
}

.main_header-item3 {
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	line-height: 100%
}

.main_header-item3 a {
	background: var(--main-bg);
	padding: 5px 10px 5px 5px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: background .3s linear 0s, color .3s linear 0s !important;
}

.main_header-item3 a em {
	font-weight: 300;
	font-size: 8px;
	padding: 1px 4px;
	background: var(--main-bg-second);
	border-radius: 10px;
}

.main_header-item3 a:hover {
	background: var(--main-bg-third)
}

.blue {
        --accent: #4176C5;
        --accent-second: #C54141;
}

.dark {
	--base-bg: #1B1B1B url(https://forumstatic.ru/files/001c/37/2a/27702.png);
	--base-bg2: url(https://forumstatic.ru/files/001c/37/2a/88172.png);
        --light-spot: #242424;

        --main-border: #393939;
        --main-bg: #252525;
        --main-bg-second: #303030;
        --main-bg-third: #1F1F1F;
        --main-bg-four: #252525;
        --main-bg-five: #707070;
        --borders: #2B2B2B;

--header: url(https://forumstatic.ru/files/001c/37/2a/37874.png);

	--text1: #C6C6C6; /*base text first*/
        --text2: #808080; /*base text second*/
        --text3: #E3E2E2; /*base text contrast*/
	--links: #C6C6C6;

        --font: Rubik;
        --font-a: Unbounded;
        --personal-page: rgba(0,0,0,.5);
        --personal-page-bg: url(https://forumstatic.ru/files/001c/37/2a/92089.png);
}

#filetable tr {
	 display: flex !important;
	gap: 10px;
}

#filetable tr + tr {
	margin-top: 10px !important;
}

#filetable .tc0.ft-image {
	flex: 1;
	max-width: 100px
}


@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;
	}

	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;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
	}

	#pun .punbb {
		padding: 15px !important;
		box-sizing: border-box;
		background: var(--main-bg)
	}

	#pun #pun-redirect.punbb .info .container {
		width: 100% !important;
	}

	#pun-navlinks {
		justify-content: flex-end;
		padding: 0 !important;
		box-sizing: border-box;
		margin: 0 !important;
		width: calc(100vw - 30px) !important;
	}

	#pun-navlinks span {
		font-size: 0;
		position: relative
	}

	#pun-navlinks>ul {
		gap: 10px;
		justify-content: flex-end;
		height: auto
	}
	
	#pun-navlinks ul a {
		background: var(--main-bg-second);
		padding: 5px !important;
		border-radius: 5px;
	}
	
	#pun-navlinks a span:before {
		font-size: 14px !important;
	}
	
	#navindex a span:before {
		content: "\f015";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#navuserlist a span:before {
		content: "\f0c0";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#navsearch a span:before {
		content: "\f002";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#navprofile a span:before {
		content: "\f2bb";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#navpm a span:before {
		content: "\f0e0";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	.settings_wrap .slide_button {
		font-size: 0 !important;
	}
	
	.settings_wrap .slide_button:before {
		font-size: 14px !important;
	}

	#navadmin a span:before, .settings_wrap .slide_button:before {
		content: "\f013";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}


	#navlogout a span:before {
		content: "\f2f5";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#navlogin a span:before {
		content: "\f2f6";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#navregister a span:before {
		content: "\f234";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#navpr_1 a span:before {
		content: "\f0f3";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}
	
	#navpr_2 a span:before {
		content: "\f02d";
		font-family: FontAwesome;
		display: block;
		font-weight: normal !important;
	}

	#pun-ulinks {
		position: relative;
		top: 0;
		padding: 0;
		margin: 0 0 20px !important;
	}

	#pun-ulinks .container,
	#pun-ulinks {
		flex-wrap: wrap;
		height: auto !important;
		align-items: flex-start !important;
		justify-content: flex-start;
		display: flex;
		gap: 5px;
		padding: 0 !important;
		background: transparent
	}

	#pun-ulinks .container a {
		padding: 3px 10px !important;
		background: var(--main-bg-third);
		border-radius: 10px;
		margin: 0 !important;
	}

	#pun-status {
		margin-left: 0 !important;
		width: 100% !important;
		right: 0;
		top: 0 !important;
		position: relative
	}

	#pun-status .item3,
	#pun-status .item4,
	#pun-status .item2 {
		display: none !important;
	}

	#pun-index .category {
		padding: 10px 0px 5px !important;
	}
	
	
	#pun-index .category h2 {
		margin: 0 0px 15px !important;
	}

	#pun-index .category tr {
		padding: 0 0px !important;
		flex-direction: column;
		width: auto !important;
		align-items: flex-end;
		gap: 10px !important;
		background: var(--black-bg2);
		margin: 0 -1px !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;
	}

	.forum_img {
		display: none;
	}

	#pun-index .tclcon {
		display: flex;
		flex-direction: column;
		padding: 0px
	}

	#pun-index .subforums {
		margin-top: 10px
	}

	.forum_header {
		display: flex;
		flex-direction: column;
		align-items: flex-start
	}

	#pun-index td.tcr {
		padding: 10px 15px !important;
		box-sizing: border-box;
		border-top: 1px solid var(--borders) !important;
		border-bottom: 1px solid var(--main-border) !important;
	}
	
	#pun-index tr:last-child td.tcr {
		border-bottom: none !important;
	}

	#pun .lastmess_wrap {
		display: flex;
		flex-direction: column;
		line-height: 100%;
		gap: 3px;
		flex: 1;
		align-items: flex-end;
		text-align: right
	}

	#pun-index .tcr a.lastpost-link {
		width: 100% !important;
	}

	#pun-stats {
		margin: 20px 0 0px !important;
	}

	#pun #pun-stats .container {
		padding: 0 !important;
		flex-direction: column;
		display: flex;
		height: auto
	}
	
	.item5.users_24h {
		border: 1px solid var(--main-border) !important;
	}

	.ststitems {
		display: none
	}

	.onlinelist,
	.users_24h {
		width: 100%;
	}

	#pun-index tr.inew .tcl:before {
		content: "";
		mask: url(https://forumstatic.ru/files/001c/37/2a/69733.svg) no-repeat right 10px;
		-webkit-mask: url(https://forumstatic.ru/files/001c/37/2a/69733.svg) no-repeat right 15px;
		width: 64px;
		height: 100%;
		background: var(--linear1);
		position: absolute;
		top: 0;
		left: calc(100% - 74px);
		z-index: 3;
		mask-size: contain;
		-webkit-mask-size: contain;
	}

	#pun-viewforum .forum .tc2,
	#pun-viewforum .forum .tc3,
	#pun-searchtopics .forum .tc3 {
		display: none
	}

	#pun .forum thead {
		display: none !important;
	}
	
	#pun .forum {
		padding: 15px !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-end;
		text-align: right
	}
	
	#pun .forum .tcr .byuser {
		align-self: flex-end
	}
	
	#pun .forum .user-avatar {
		display: none;
	}

	#pun .forum tr td {
		width: auto !important;
	}

	#pun .linkst,
	#pun .linksb {
		flex-wrap: wrap !important;
		gap: 5px !important;
		background: var(--black-bg2)
	}

	.post {
		padding: 25px 15px
	}

	#pun-messages .fs-box {
		padding: 25px 15px 15px !important;
	}
	
	#pun .post h3 {
		margin: -25px -15px 10px !important;
	}
	
	.post-box, .post-body {
		padding: 0 !important;
	}

	#pun .post-author {
		float: none !important;
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	
	.field_wrap2 {
		background: red;
		margin-top: 5px !important;
		width: 100%;
		display: flex;
		grid-area: fld;
		background: var(--main-bg-four);
		border-radius: 6px;
		padding: 5px 10px !important;
		gap: 20px;
		box-sizing: border-box
	}

	.pa-fld1,
	.pa-fld2,
	.pa-fld3,
	.pa-fld4,
	.pa-fld5 {
		display: none !important;
	}

	.post-author ul {
		border-radius: 10px 10px 10px 2px !important;
		display: grid;
		grid-template-columns: 50px 1fr;
		grid-template-rows: minmax 1fr 1fr;
		gap: 0px 10px;
		grid-template-areas:
			"ava name"
			"ava title"
			"fld fld";
		padding: 10px !important;
	}

	#pun .pa-author {
		align-self: end;
		grid-area: name;
		margin: 0 !important;
		text-align: left !important;
		justify-self: stretch;
	}

	#pun .pa-title {
		align-self: start;
		grid-area: title;
		margin: 0 !important;
		text-align: left !important;
	}

    #pun .pa-avatar {
        grid-area: ava;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    }

	#pun .post-body {
		margin: 0;
	}

	#pun .punbb .post-links {
		padding: 0 !important;
		margin: 0 !important;
	}

	#pun .punbb .post-links ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 5px;
		padding-top: 10px
	}

	#pun .punbb .post-links ul a {
		background: var(--cover);
		border-radius: 8px;
		padding: 5px 10px !important;
		font-size: 10px !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;
	}

	#pun #post-form {
		padding: 0 !important;
	}

	#pun #form-buttons {
		flex-direction: column;
	}

	.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: 50px 15px 20px !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: 0px !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;
	}

	.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)
	}

	.go-up span,
	.go-down span {
		padding: 0 0px !important;
		font-size: 0
	}

	#profile {
		flex-wrap: wrap;
	}

	#profilenav {
		margin: 0 !important;
		width: 100%
	}

	#profilenav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		padding: 0
	}

	#profilenav li {
		padding: 0px;
		flex: auto;
		text-align: center;
	}
	
	#profilenav li a {
		background: var(--main-bg-second);
		padding: 3px 10px;
		display: block;
		text-transform: lowercase;
		font-family: var(--font);
		border-radius: 5px;
	}

	#profile form.container {
		padding: 0;
		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;
	}

	.header-item,
	.header-links,
	.news_line-wrap {
		display: none
	}

	#main_header-wrap {
		margin-top: 40px;
		height: auto;
		padding: 0;
	}
	
	.main_header-item1 {
		height: auto;
		gap: 20px;
		background-size: cover;
	}
	
	.main_header-item2, 
	.main_header-item3,
	.header_newsline,
	.header_music-section,
	.cat_q {
		display: none;
	}
	
	.header_logo-section {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	.logo-right {
		gap: 5px;
	}
	
	.logo-left {
		align-self: flex-start;
		text-align: left;
		justify-content: flex-start;
	}
	
	.glitch {
		font-size: 6vw;
	}
	
	.nav_wrap {
		margin: 0
	}

	.footer-item {
		display: none
	}

	.headcanon-img {
		display: none !important;
	}

	.html-map {
		flex-direction: column !important;
		height: auto !important;
	}

	.map_right-wrap,
	.map_right-img,
	.map_right-img img {
		width: 100% !important;
	}

	.map_left-wrap {
		height: 250px !important;
		flex: unset !important;
	}

	.district-inner {
		width: 50% !important;
		max-height: 50%;
		overflow-y: auto;
	}

	.district-slider {
		flex-wrap: wrap;
	}

	.district-button {
		flex: auto !important;
		padding: 5px 10px;
		z-index: 2
	}

	.html-chat {
		width: 100% !important;
	}

 .timeline_month-date, .lifestyle_timeline-date {
		width: 80px !important;
	 overflow-wrap: break-word;
	 word-break: break-all;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
	 hyphenate-limit-chars: 6 3 2;
	}
	.lifestyle-heading {
		display: none
	}
	.custom_tag_hellocodes {
		flex-direction: column;
	}
	#pun .custom_tag_hellocodes .quote-box.quote-main {
		width: 100%
	}
		.plot_wrapper-section {
		flex-direction: column
	}
	.plot_wrapper-subtitle:before, .plot_wrapper-subtitle:after, .plot_wrapper-section vertical_divider, .plot_wrapper-container:before, .plot_wrapper-container:after {
		display: none
	}
	#htmk_wrap {
		padding: 0 !important;
	}
}

<!-- СТИЛЬ - Скрипт быстрой смены аккаунтов от Feathertail -->
#navprofiles {
  position: relative;
  z-index: 999;
}

#pun-navlinks.section .multiacc-profilemenu {
  position: absolute;
  top: 20px;
  right: 0px;
  width: max-content;
  height: auto;
  background: #f4f4f4;
  border-radius: 20px;
  border-inline: 1px solid #999;
  color: #333;
}

.multiacc-profilemenu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;
  width: 100%;
}

.multiacc-profilemenu li a {
  display: block;
  flex-grow: 1;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.multiacc-profilemenu li:first-child {
  background-color: #e0e0e0;
  font-weight: 700;
}

#pun-navlinks.section .multiacc-profilemenu li {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  font-size: 0.8rem;
  padding: 6px 16px 10px;
  border-bottom: 1px solid #64695c69;
  top: 0;
}

#pun-navlinks.section .multiacc-profilemenu li:last-child {
  border-bottom: 0;
}

#pun-navlinks.section .multiacc-profilemenu li:hover {
  box-shadow: inset 0px 0px 30px 3px rgba(43, 67, 62, 0.2);
}

#pun-navlinks.section .multiacc-profilemenu li a {
  color: #555;
}

#pun-navlinks.section .multiacc-profilemenu li a:hover {
  color: #888;
}

.multiacc-delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
}

.multiacc-dialog {
  z-index: 9999;
  padding: 10px;
  font-size: 0.8rem;
  background: #e8e8e8 !important;
  border: 1px solid #999;
  color: #333;
}

.multiacc-dialog > form {
  border: 1px solid #ccc;
  padding: 10px 10px 2px;
}

.multiacc-dialog input {
  padding: 4px 10px;
  border: 1px solid #b9bfb0;
}

.multiacc-dialog div {
  display: flex;
  justify-content: center;
}

.multiacc-dialog div:not(.multiacc-dialog div:last-child) {
  flex-direction: column;
}

.multiacc-dialog button {
  margin: 6px;
  padding: 4px 8px;
  background: #f4f4f4;
  color: #555;
  border-inline: 1px solid #999;
  border-block: 0;
  border-radius: 4px;
  cursor: pointer;
}

.multiacc-dialog button:hover {
  color: #444;
}
<!-- конец -->