/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1756138345.css);

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Cormorant+SC:wght@300;400;500;600;700&family=Forum&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Prata&family=Viaoda+Libre&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'Civons';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/88/cd/99612.otf);
}


@font-face {
  font-family: 'Arsenica';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/88/cd/57933.otf);
}


:root {
    --base-bg: url(https://forumstatic.ru/files/001c/88/cd/29906.webp);
    --base-bg2: #ccc7c1;
    --text: #282320;
    --sec-text: #4f4944;
    --accent: #68372f;
    --sec-accent: #635844;
    --navi-link: #b3aea5;
    --navi-link-hov: #8d8473;
    --tab-acc: #c1a088;
    --main-font: manrope;
    --sec-font: civons;
    --profile-bg: url(https://forumstatic.ru/files/001c/88/cd/24924.webp);
    --quote: #c2bcb6;
    --bord: #b4aea8;
    --cat-fon: url();
    --tab-text: #d2cec9;
    --cfoot: url(https://forumstatic.ru/files/001c/88/cd/55617.webp);
    --navi-bg: url(https://forumstatic.ru/files/001c/88/cd/13542.webp);
    --undercover: url(https://forumstatic.ru/files/001c/88/cd/14099.webp);
    --hi-bg: url(https://forumstatic.ru/files/001c/88/cd/83467.webp);
    --btnn: url(https://forumstatic.ru/files/001c/88/cd/33682.webp);



    --dark-pun: #24201d;
    --drk-pf: #1e1a18;
    --dark-sp-im: url(https://forumstatic.ru/files/001c/88/cd/79629.webp);
    --drk-navi: url(https://forumstatic.ru/files/001c/88/cd/43757.webp);
    --drk-text: #c2bcb6;
    --drk-s-text: #706858;
    --drk-accent: #a75e52;
    --drk-quote: #1e1a18;
    --drk-tab-t: #ddd5ce;
}



body.dark {
    --base-bg: url(https://forumstatic.ru/files/001c/88/cd/50863.webp);
    --base-bg2: #e3dfdb;
    --text: #232521;
    --sec-text: #3f403c;
    --accent: #945b4e;
    --sec-accent: #747f71;
    --navi-link: #433b39;
    --navi-link-hov: #ab7064;
    --tab-acc: #ab7265;
    --profile-bg: url(https://forumstatic.ru/files/001c/88/cd/86866.webp);
    --quote: #dcd8d3;
    --bord: #cdc8c3;
    --tab-text: #232521;
    --cfoot: url(https://forumstatic.ru/files/001c/88/cd/40823.webp);
    --navi-bg: url(https://forumstatic.ru/files/001c/88/cd/25355.webp);
    --undercover: url(https://forumstatic.ru/files/001c/88/cd/78611.webp);
    --hi-bg: url(https://forumstatic.ru/files/001c/88/cd/19590.webp);
    --btnn: url(https://forumstatic.ru/files/001c/88/cd/12464.webp);

    --dark-pun: #d1cbc5;
    --drk-pf: #a7a09a;
    --dark-sp-im: url(https://forumstatic.ru/files/001c/88/cd/63279.webp);
    --drk-navi: url(https://forumstatic.ru/files/001c/88/cd/25355.webp);
    --drk-text: #262524;
    --drk-s-text: #433b39;
    --drk-accent: #683e34;
    --drk-quote: #c8c2bd;
    --drk-tab-t: #2c2b29;
}






/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
    font-size: 100.01%;
    position: initial !important;
}

/* A3.2 */
.punbb {
    font: normal 70% Verdana;
color: var(--text);
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 12px verdana, arial, helvetica, sans-serif;
    background: var(--quote);
    border: none;
    outline: none;
    color: var(--text);
    border-radius: 10px;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb legend span {
    font-size: 11px;
}

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: 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 .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: auto;
    width: 1060px;
    margin-top: 360px;
    margin-bottom: 110px;
    background: var(--base-bg2);
    position: relative;
    border-radius: 10px;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 30px;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
 min-height: 100px;
  }

#pun-redirect {
    border: 0 none!important;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--base-bg) fixed top center/cover;
}
    #pun-redirect *{
      border:0 none;
    }
    #pun-redirect .main-title {
      display:none;
    }
#pun-redirect.punbb .info .container {
    text-align: center;
    display: block;
    margin: 5% auto;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-font);
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    text-transform: lowercase;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: var(--tab-text);
}
#pun-redirect.punbb .info .container a {
    color: var(--accent) !important;
}

#pun-redirect.punbb .info .container a:hover {
    color: var(--tab-text) !important;
}



/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* 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-style: none none none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    font-family: var(--main-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: center;
    width: auto;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    margin: -20px 0px 20px 0px;
}


#pun-main h1 {
    display: none;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #707070;
    width: auto;
    margin: 20px 50px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0 0 0 0px;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 0px 1em 0px;
    padding: 15px 20px 15px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    font-size: 13px;
    font-family: var(--main-font);
    text-transform: lowercase;
    font-style: normal;
    letter-spacing: 0;
    color: var(--accent);
    font-weight: 700;
}




/* 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 {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 5px !important;
    position: relative;
    padding: 0 0px;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quote);
    padding: 5px 15px 6px;
    text-transform: lowercase;
    transition: all .4s linear 0s !important;
    border-radius: 4px;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold;
    font-family: var(--main-font);
    margin-bottom: 0;
    display: inline-flex;
    text-transform: uppercase;
}

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  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 {
  text-align: left;
  width: 45%;
  }

/* C2.2 */
#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-viewforum .tcmod {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    text-transform: none;
    width: 35%;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    letter-spacing: 0;
    align-items: center;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 16px;
    text-align: left;
    height: auto;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
}


#pun-index .tcl {
    width: 70%;
    position: relative;
    overflow: visible;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 5px;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1.5em;
  }

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    margin: 0 50px 0 20px;
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 0;
    letter-spacing: 0;
    text-transform: lowercase;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {
    border: none;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    position: relative;
    border-right: none !important;
    border-bottom: none !important;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 23px;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 500 9px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 270px;
    padding: 5px 15px;
    gap: 50px;
    width: auto;
    text-transform: uppercase;
    border-radius: 4px;
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: auto;
    text-align: right;
    font-weight: normal;
    order: 2;
}

.punbb .post .post-author {
    float: left;
    width: 240px;
    font-size: 10px;
    margin: -1px 0 0 0;
    font-family: var(--main-font);
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    background: url(https://forumstatic.ru/files/001c/87/49/41996.webp) top center no-repeat, var(--quote);
    border-radius: 6px;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}




/* C3.7 */
.pa-author {
    font-family: var(--sec-font), 'Manrope';
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
    text-transform: none;
    margin: 17px 0 0px;
    text-align: center;
    position: relative;
    padding: 0;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    color: var(--base-bg2) !important;
    font-size: 15px;
    background: var(--accent);
    padding: 3px 9px 1px;
    border-radius: 4px;
    letter-spacing: .5px;
}

.pa-author a:hover {
    color: var(--quote);
    background: var(--sec-text);
}

/* C3.9 */
li.pa-title {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0;
    text-align: center;
    margin: 3px;
    text-transform: lowercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 260px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 40px 0px 15px 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 0px 0px 10px;
    height: 2.5em;
    line-height: 2em;
    margin-left: -19.3em;
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    border-bottom-style: dashed;
    border-color: #afafaf;
    border-bottom-width: 1px;
    background: transparent;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* 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: 10px 0 0;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {

  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  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 {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 58px;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: -358px;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    padding-inline-start: 0px;
    margin-top: 7px;
    height: 31px;
    background: var(--navi-bg);
    border-radius: 10px 10px 0 0;
    width: 1060px;
    display: flex;
    margin-left: -30px;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 6px;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
    border-radius: 10px 10px 0 0;
    color: var(--base-bg2);
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    text-transform: none;
    gap: 3px;
    width: 100%;
    background: var(--hi-bg);
    z-index: 0;
    position: absolute;
    top: -24px;
    left: 0;
    padding-top: 9px;
}


/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: lowercase;
    WIDTH: auto;
    margin-top: 7px;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    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;
  }

/* 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;
    text-align: center;
    background: var(--quote);
    position: relative;
    left: -30px;
    width: 1060px;
    top: -12px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--bord);
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    position: relative;
    background: var(--quote);
    border-radius: 6px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 100px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
    z-index: 8;
    position: relative;
    color: var(--tab-text);
}


#pun-about p span a {
    color: var(--tab-text);
}



/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: lowercase;
    height: auto;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  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: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#pun-status .status-right {
display: none;
}



.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

html * {
    box-sizing: border-box;
}





.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}

#pun-index .category h2, #pun-stats h2 {
    width: auto;
    height: 40px;
    -webkit-text-size-adjust: 100%;
    display: flex;
    padding: 0 !IMPORTANT;
    background: var(--cat-fon) top center/cover;
    justify-content: center;
    gap: 10px;
    text-transform: none !important;
    align-items: flex-end;
    overflow: hidden;
    margin: 0;
}
#pun-index .category h2 span, #pun-stats h2 span {
    font-family: var(--sec-font);
    letter-spacing: 0;
    margin-bottom: 6px;
    -webkit-text-size-adjust: 100%;
    font-size: 28px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--accent);
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#pun .category h2 seid, #pun-stats h2 seid {
    letter-spacing: .4px;
    font-size: 11px;
    color: #d7d9d8;
}







#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 20px;
    gap: 0 30px;
    position: relative;
    align-items: center;
}




#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}

.pagelink, .new-poll a, .new-topic a, .postlink span a {
    background: var(--quote);
    padding: 3px 15px 4px;
    text-transform: lowercase;
    transition: all .4s linear 0s !important;
    border-radius: 5px;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--quote);
    text-transform: lowercase;
    padding: 0 10px;
    height: auto;
    border-radius: 6px;
}

.forum thead {
    display: none;
}





.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}


.reactions-root {
    display: none;
}




#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--main-font);
    text-transform: uppercase;
}


 #pun-main h2 span {
    font-size: 0px;
}


#html-header {
    color: var(--tab-text);
}






.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}





.html-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;}


.html-box a {
    background: var(--accent);
    color: #ccc7c1 !IMPORTANT;
    padding: 4px 10px 5px;
    font-size: 10px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: row;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    gap: 6px;
}

.html-box a:hover {
    background: var(--sec-accent);
}


#tooltip {position: absolute; 
background: var(--accent); z-index: 999;
max-width: 200px; border: none; border-radius: 10px; box-shadow: 0 0 0px 1px rgba(0,0,0,.05) inset; font-family: var(--main-font); font-size: 11px; display: none; color: #efeee4; text-align: center; padding: 6px 22px; font-weight: 400;}



#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}



.sered {
    display: flex;
    flex-direction: column;
    gap: 1px;
}



.punbb .post-content .quote-box, .spoiler-box {
padding: 15px 20px;
}





#pun-admain .adlabel {
    width: 18em !important;
}


#pun-index .tcl h3 a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    font-family: var(--main-font);
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}



#plng {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 5px;
    font-family: var(--main-font);
    border-radius: 0;
    background: var(--bord);
    padding: 6px 20px;
    border-radius: 5px;
}



#chfont {
    position: fixed;
    top: 10px;
    left: 10px;
    text-align: center;
    z-index: 999;
    display: flex;
    gap: 5px;
    align-items: center;
    background: var(--base-bg2);
    justify-content: center;
}
#chfontbut {
    width: 26px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chfontbut::after {
    content: '\f013';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    font-size: 15px;
    font-family: 'FontAwesome';
    color: var(--text);
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {
    display: none;
    background-color: #dedddb;
    color: #150e0c;
    margin-bottom: 2px;
    cursor: pointer;
}
#chfontsize {
    width: auto;
    display: none;
    padding-right: 5px;
}
#chfont.active select, #chfont.active #chfontsize {
    display: flex;
    gap: 5px;
    align-items: center;
}
.fsizeplus, .fsizeminus {
    background-color: #9c2b3e;
    color: #e7e7e7;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}


#pun-searchposts  .post .post-author {
    margin: -26px 0px 0px 0px;
}


.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--main-font);
    background: var(--profile-bg) center/cover !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    padding: 7px;
    align-items: center;
    position: relative;
    background: var(--navi-bg) center/cover !important;
    border-radius: 6px;
    color: var(--tab-text) !important;
    font-weight: 500;
    border: 1px solid #8b8272;
}

.spoiler-box {
    padding: 0 !important;
}



#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 26px;
    height: 26px;
    margin: 5px 0px 5px 0px;
}


#pun-index .category table tr td {
padding: 0;
}




.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld2 .fld-name, .pa-fld4 .fld-name, .pa-fld6 .fld-name {
font-size: 0px}


.pa-posts .fld-name:before, .pa-respect .fld-name:before, .pa-fld2 .fld-name:before, .pa-fld4 .fld-name:before, .pa-fld6 .fld-name:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 9px;
    color: var(--sec-text);
    margin-right: 5px;
    font-weight: 600;
}
.pa-respect .fld-name:before {
    content: '\f004';
}
.pa-fld2 .fld-name:before {
    content: '\f145';
}

.pa-fld4 .fld-name:before {
    content: '\f521';
    font-family: 'Font Awesome 5 Pro';
}

.pa-fld6 .fld-name:before {
    content: '\f56b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}





.pa-respect span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -16px;
    /* border: 1px solid red; */
}

.pa-posts span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -12px;
    /* border: 1px solid red; */
}


.punbb .post-content .scrollbox {
    width: 100%;
    height: 2.5em!important;
    overflow: auto;
}


.punbb .post-content blockquote p {
padding: 5px 0 5px 0;
}



.post-content .spoiler-box > blockquote.visible {
    padding: 10px 20px;
}


.post-content .spoiler-box>div:before {
    color: var(--tab-text);
    content: '\f070';
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    position: absolute;
    display: inline-block;
    margin-left: -27px;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    line-height: 24px;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f06e';
}


#font-area {
    display: flex;
    height: 213px;
    overflow-y: hidden;
    text-align: left;
    width: 930px;
    flex-wrap: wrap;
    flex-direction: column;
}


select#mod-options {
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    padding: 0px 15px;
    margin: 0;
}

.pa-respect img {
display: none;
}



#pun-profile #viewprofile ul {
    width: 100%;
    border: 1px solid var(--bord);
    margin: 0;
    padding: 0;
}

#viewprofile #profile-left {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--quote) top right/cover;
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: #383636 !important;
    border-right: 1px solid var(--bord);
}


#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}


#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: var(--text);
}


#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    text-align: center;
    padding: 10px 10px !important;
    font-size: 11px;
    background: #00000008;
    border: 1px solid #0000000a;
    gap: 6px;
    font-family: var(--main-font);
}




#pun #profile-right li span {
    float: none;
    margin: 0;
    width: auto;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 !important;
}


#profile-right li strong {
    padding: 0 !important;
    text-transform: none;
}






.post-content hr {
    opacity: 0.5;
    border: 1px solid var(--accent) !important;
    margin-bottom: 0.8em;
}

#pun-index .datetime, #pun-index .byuser {
    font-size: 11px;
    font-weight: 400;
    color: var(--sec-text);
    text-transform: lowercase;
}


#pun::before {
    content: '';
    position: absolute;
    background: var(--undercover);
    width: 1324px;
    height: 672px;
    top: -331px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


.pa-fld1 {
    width: 240px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #ddd8d3 100%);
    -webkit-mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #ddd8d3 100%);
    overflow: hidden;
    filter: grayscale(.4);
    border-radius: 5px 5px  0 0;
}


.proffl {
    background: var(--bord);
    margin: 10px 15px;
    padding: 5px;
    border-radius: 6px;
}


.lzname {
    padding: 2px 10px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    background: var(--btnn) center/cover;
    display: inline-flex;
    border-radius: 4px;
    color: var(--base-bg2);
}


.lzname a {
    color: var(--base-bg2) !important;
}

.lzname a:hover {
    color: var(--bord) !important;
}

.lztext {
    font-size: 11px;
    margin: 3px 10px;
    text-align: center;
}


.pa-fld2 {
    margin: 5px 0;
}

.pa-fld1 img {
    vertical-align: top !important;
}


.allps {
    display: flex;
    gap: 10px;
    justify-content: center;
    font-size: 9px;
    align-items: center;
}


.dust {
    position: absolute;
    height: 300px;
    overflow: hidden;
    top: -305px;
    left: -30px;
    width: 1061px;
    z-index: -1;
}
.particle {
    position: absolute;
    background-color: #ccc7c1;
    border-radius: 50%;
    opacity: var(--opacity, 0.8);
    width: var(--size, 2px);
    height: var(--size, 2px);
    top: var(--top);
    left: var(--left);
    animation-name: flickerMove;
    animation-duration: var(--duration, 3s);
    animation-iteration-count: infinite;
}
@keyframes flickerMove {
    0%, 100% {
        opacity: var(--opacity-start, 0.8);
        transform: translate(0, 0);
    }
    50% {
        opacity: var(--opacity-end, 0.2);
        transform: translate(var(--dx, 2px), var(--dy, -2px));
    }
}











.spirit_nav-wrap {
    margin: auto;
    width: 136px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
    position: absolute;
    top: -283px;
    left: 530px;
    height: auto;
    z-index: 100;
}

.nav_button {
    font: 500 10px var(--main-font);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s linear 0s;
    color: var(--tab-text);
}

.nav_button.i_active {
    color: #c3b9a7;
}

.nav_block {
    display: none;
    background: var(--text);
    top: calc(100% + 15px);
    border-radius: 10px;
    font: 400 var(--main-font) 10px;
    position: absolute;
    z-index: 999;
    width: 310px;
    border: 1px solid #362e22;
}

.nav_block .link {
    text-transform: uppercase;
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}

.nav_block .link a {
    color: var(--tab-text) !important;
    padding: 3px 6px;
    transition: all .4s linear 0s;
    border-radius: 4px;
    background: linear-gradient(to right, var(--sec-accent) 0%, var(--accent) 50%, #9c784d 100%);
    background-size: 200%;
    background-position-x: 0%;
    font-family: var(--main-font);
    flex: auto;
    display: flex;
    justify-content: center;
}

.nav_block .link a:hover {
    background-position-x: 100%;
}


.arion-info {
    left: 299px;
    width: 200px;
    /* border: 1px solid red; */
    font: 500 10px var(--main-font);
    text-align: right;
    text-transform: uppercase;
    color: var(--tab-text);
    position: absolute;
    top: -159px;
}


.arion-ams {
    left: 537px;
    width: 200px;
    /* border: 1px solid red; */
    font: 500 10px var(--main-font);
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: -159px;
    color: var(--tab-acc);
}


#html-header a:hover {
    color: var(--navi-link-hov);
}


#html-header a {
    color: var(--tab-text);
}


.arion-post {
    position: absolute;
    top: -120px;
    left: 307px;
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
}


.arion-post text {
    height: 54px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 7px;
    font-size: 10px;
    font-family: var(--main-font);
}


.arion-post name {
    margin-right: 10px;
    background: var(--accent);
    border-radius: 5px;
    padding: 2px 6px;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
    color: var(--base-bg2);
}


.arion-activs {
    left: 22px;
    width: 200px;
    /* border: 1px solid red; */
    font: 400 10px var(--main-font);
    text-transform: uppercase;
    color: var(--base-bg2);
    position: absolute;
    top: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}


.arion-activs span, .arion-fl span {
    background: var(--accent);
    border-radius: 5px;
    padding: 2px 6px;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
}


.arion-fl {
    right: 31px;
    width: 200px;
    /* border: 1px solid red; */
    font: 400 10px var(--main-font);
    text-transform: uppercase;
    color: var(--base-bg2);
    position: absolute;
    top: -278px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

#pun-index .category .container {
    position: relative;
    padding: 0;
    background: var(--quote);
    margin: 0;
    border-radius: 6px;
    background: url(https://forumstatic.ru/files/001c/88/cd/23444.webp) top right no-repeat, var(--quote);
}


.dark #pun-index .category .container {
    background: url(https://forumstatic.ru/files/001c/88/cd/44467.webp) top right no-repeat, var(--quote);
}


.Add {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: var(--text);
    font-weight: 300;
    font-style: normal;
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
    position: relative;
    display: block;
    font-weight: 300;
    content: '\f0a3';
    font-size: 11px;
    font-family: 'FontAwesome';
    color: var(--sec-text);
}

.mssg:before {
    position: relative;
    display: block;
    font-weight: 600;
    content: '\f075';
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
    color: var(--sec-text);
}

.Tems_And_messages {
    display: flex;
    gap: 6px;
    align-items: center;
}

.pforum-links {
    /* display: flex; */
    gap: 5px 10px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.pforum-links a {
    letter-spacing: .2px;
    background: var(--sec-accent);
    color: #ebe6db !important;
    text-transform: uppercase;
    padding: 2px 10px 2px;
    font-size: 9px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
}

.pforum-links a:hover {
    background: var(--sec-text);
    color: var(--tab-text) !important;
}



#pun-index .category table tr:not(:last-child) {
    border-bottom: 1px dashed #afa8a0;
}


#pun .answer-box, #pun .code-box, #pun .hide-box {
    padding: 15px 20px !important;
    position: relative;
}

.answer-box:before {
    content: "\f10e";
    display: flex;
    position: absolute;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    top: 16px;
    left: -6px;
    background: var(--bord);
    border-radius: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 9px;
    color: var(--sec-text);
}

.punbb .code-box strong.legend {
display: block;
margin-bottom: 5px;
}




.rsp_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row-reverse;
}



.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
    color: var(--text);
}

.punbb .post-rating a:hover:before {
    color: var(--text) !important;
}


.punbb .post-rating a {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: var(--text) !important;
    gap: 5px;
}



.punbb .post-rating a:before {
    content: "\f004";
    font: 10px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .4s linear 0s;
    color: var(--accent);
}


.punbb .post-rating p, .punbb .post-vote {
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px;
    margin: 0 !important;
    background: var(--quote);
    align-self: stretch;
    border-radius: 5px;
    color: var(--text);
    font-family: var(--main-font);
    font-size: 7px;
}

.punbb .post-rating {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}


.fa-angle-double-left:before, .fa-angles-left:before, .fa-angle-double-right:before, .fa-angles-right:before {
    background: var(--bord);
    height: 26px;
    display: flex;
    width: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}



.lz-ic img {
    width: 16px;
}


.lz-ic {
    background: var(--bord);
    font-size: 0px!important;
    text-align: center;
    padding: 3px;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    margin-bottom: -14px;
}


.pa-online,.pa-last-visit{display:none!important;}



.indOnline, .indOffline {
    width: 14px;
    height: 14px;
    position: absolute;
    font-size: 0px!important;
    text-align: center;
    padding: 3px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    top: -7px;
    left: -20px;
}
.indOnline {
    background: var(--accent);
    mask: url(https://forumstatic.ru/files/001c/88/cd/13824.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/88/cd/13824.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
animation: blink 1s infinite;

}
.indOffline {
  background-color: transparent;
}



@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.pers-plah {
    width: 180px;
    height: 32px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    color: var(--tab-text);
    cursor: pointer;
    display: flex;
    background: var(--navi-bg) center/cover;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px;
}


.pa-fld3 {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
    margin-top: 5px;
}


.pers-plah img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.8);
}

.pers-plah-text {
    color: #f5f1ec;
    font-weight: 600;
    font-size: 10px;
    z-index: 9;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 54%);
    text-transform: lowercase;
}





.go-up span {
    display: inline-block;
    background: var(--navi-bg) center/cover;
    mask: url(https://forumstatic.ru/files/001c/88/cd/13824.svg?v=1) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/88/cd/13824.svg?v=1) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 30px;
    height: 30px;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.go-up span:hover {
  transform: rotate(90deg);
}

.go-up, .go-down {
    width: 50px;
    height: 50px;
    text-align: center;
}




.go-down span {
    display: inline-block;
    background: var(--navi-bg) center/cover;
    mask: url(https://forumstatic.ru/files/001c/88/cd/13824.svg?v=1) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/88/cd/13824.svg?v=1) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 30px;
    height: 30px;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.go-down span:hover {
  transform: rotate(90deg);
}


#profile-right #pa-fld2 {
    width: 100%;
}

tr.inew div.icon::before {
    content: "\273b";
    position: relative;
    color: var(--accent);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
}

tr.inew div.icon {
    margin-left: -9px;
    display: block;
    margin-top: 0;
}

#stylelist {
    position: absolute;
    z-index: 1;
    top: -288px;
    margin: 0;
    left: 405px;
    padding: 0px;
    overflow: hidden;
    width: 50px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 22px;
    flex-direction: row;
    opacity: 1;
    border-radius: 20px;
    /* background: #262525; */
    justify-content: space-between;
}
#stylelist li[data="light"] a, #stylelist li[data="dark"] a {
    border-radius: 100%;
    font-weight: 400;
    font-size: 0;
    color: var(--tab-text);
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

#stylelist li[data="light"] a::before {
    content: '';
    background: var(--sec-accent);
    mask: url(https://forumstatic.ru/files/001c/70/50/57676.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/70/50/57676.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 15px;
    height: 15px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: var(--accent);
    mask: url(https://forumstatic.ru/files/001c/70/50/21300.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/70/50/21300.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 15px;
    height: 15px;
}

#stylelist  li.active {
    background: var(--accent2);
    border-radius: 100%;
}

#stylelist  li.active a:before {
    background: var(--tab-text);
}
.deer, .crow {
display: none;
}

.dark .deer {
    background: url(https://forumstatic.ru/files/001c/88/cd/50771.webp);
    width: 304px;
    height: 311px;
    position: absolute;
    display: block;
    top: -366px;
    left: -34px;
    pointer-events: none;
}

.dark .crow {
     background: url(https://forumstatic.ru/files/001c/88/cd/15713.webp);
    width: 312px;
    height: 265px;
    position: absolute;
    display: block;
    top: -236px;
    right: -6px;
    pointer-events: none;
    z-index: 9999;
}


.dark .particle {
    background-color: #ffffff;
}


.dark #pun-status .container {
    border-radius: 10px 10px 0 0;
    color: var(--tab-text);
}


.dark .arion-post name a {
    color: var(--bord) !important;
}

.dark .arion-post name a:hover {
    color: var(--tab-text) !important;
}




.zvezd {
    background: var(--navi-link-hov);
    mask: url(https://forumstatic.ru/files/001c/88/cd/34354.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/88/cd/34354.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    transition: transform 0.5s ease;
}


/* При наведении — поворот на 45 градусов */
.zvezd:hover {
    transform: rotate(45deg);
}

.dark .post-content .spoiler-box > div {
    color: var(--base-bg2) !important;
    border: 1px solid #b27d71;
}

.dark .post-content .spoiler-box>div:before {
    color: var(--base-bg2);
}




.dark #plng, .dark #form-buttons td::before, .dark .fa-angle-double-left:before, .dark .fa-angles-left:before, .dark .fa-angle-double-right:before, .dark .fa-angles-right:before {
    background: var(--quote) !important;
}




#pun-status .container a {
    color: var(--navi-link-hov);
    font-weight: 600;
}


#pun-status .container a:hover {
    color: var(--navi-link);
    font-weight: 600;
}



#chfont {
    position: fixed;
    top: 10px;
    left: 10px;
    text-align: center;
    z-index: 999;
    display: flex;
    gap: 5px;
    align-items: center;
    background: var(--base-bg2);
    border-radius: 6px;
    justify-content: center;
}
#chfontbut {
    width: 26px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chfontbut::after {
    content: '\f013';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    font-size: 15px;
    font-family: 'FontAwesome';
    color: var(--text);
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {
    display: none;
    background-color: var(--quote);
    color: #150e0c;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 4px;
}
#chfontsize {
    width: auto;
    display: none;
    padding-right: 5px;
}
#chfont.active select, #chfont.active #chfontsize {
    display: flex;
    gap: 5px;
    align-items: center;
}
.fsizeplus, .fsizeminus {
    background-color: var(--accent);
    color: var(--base-bg2);
    cursor: pointer;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}














#theme-toggle {
    position: absolute;
    top: -275px;
    left: -5px;
    z-index: 10;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: var(--drk-quote);
}

#darkbd #pun {
    background: var(--dark-pun);
}

#darkbd #pun-index .category .container {
    background: var(--dark-sp-im)top right no-repeat, var(--drk-pf);
}

#darkbd #pun-ulinks .container {
    background: var(--drk-navi);
}

#darkbd #pun-index .category h2 span, #darkbd #pun-stats h2 span {
    color: var(--drk-accent);
}


#darkbd #pun-stats .container {
    background: var(--drk-quote);
}

#darkbd .Add {
    color: var(--drk-text);
}



#darkbd #pun-index .datetime, #darkbd #pun-index .byuser {
    color: var(--drk-s-text);
}


#darkbd .punbb {
    color: var(--drk-text);
}

#darkbd .forum tr {
    background: var(--drk-quote);
}


#darkbd .punbb .post h3 span {
    background: var(--drk-quote);
}


#darkbd .post-content .spoiler-box > div {
    background: var(--profile-bg) center/cover !important;
    background: var(--drk-navi) !important;
    color: var(--tab-text) !important;
    border: 1px solid #7e7767;
}


#darkbd .punbb .post .post-author {
    background: var(--drk-quote);
}


#darkbd .proffl {
    background: var(--dark-pun);
}


#darkbd .lz-ic {
    background: var(--dark-pun);
}


#darkbd .answer-box:before {
    background: var(--dark-pun);
    color: var(--drk-s-text);
}


#darkbd .subscribelink {
    background: var(--drk-quote);
}


#darkbd #plng {
    background: var(--drk-quote);
}

#darkbd #form-buttons td::before {
    background: var(--drk-quote);
}


#darkbd .fa-angle-double-left:before, #darkbd .fa-angles-left:before, #darkbd .fa-angle-double-right:before, #darkbd .fa-angles-right:before {
    background: var(--drk-quote);
}



#darkbd .punbb textarea, #darkbd .punbb input, #darkbd .punbb select, #darkbd .punbb optgroup {
    background: var(--drk-quote);
    color: var(--drk-text);
}


.post-content abbr {
    cursor: help !IMPORTANT;
    border-bottom: 1px dotted #000;
}


del {
    text-decoration-style: wavy;
    
}


del:hover {
    text-decoration: none;
}


#darkbd .post-content .spoiler-box > div {
    border: 1px solid #ac746a;
}



.fa-sun:before, .fa-moon:before {
    color: var(--drk-text);
}


.dark .nav_block {
    background: var(--quote);
    border: 1px solid #bf978f;
}

.dark .nav_block .link a {
    color: var(--base-bg2) !important;
    background: linear-gradient(to right, #b7877d 0%, #828f7f 50%, #b7877d 100%);
    background-size: 200%;
    background-position-x: 0%;
}

.dark .nav_block .link a:hover {
    background-position-x: 100%;
}


.arion-title p {
    padding: 0 !important;
    line-height: normal !important;
    font-size: 21px !important;
    text-transform: uppercase;
    color: var(--base-bg2);
    text-shadow: 0px 0px 14px #00000021;
}

.arion-title {
    background: var(--navi-bg) center/cover;
    border-radius: 5px;
    padding: 10px 20px;
    color: var(--tab-text);
    font-family: arsenica;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.gbook {
    background: url(https://forumstatic.ru/files/001c/88/cd/85811.webp?v=1) center/cover;
    height: 580px;
    width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 6px 6px 20px #00000038;
    border: 1px solid #241f1d;
    color: var(--tab-text);
    position: relative;
    overflow: hidden;
}



.gbook name {
    margin: 20px 20px 0 20px;
    font-family: 'Civons';
    font-size: 108px;
    font-weight: 400;
    text-align: center;
    background: url(https://forumstatic.ru/files/001c/88/cd/20344.webp) center/cover;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: block;
}



.gbook quo {
    margin: 0 40px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--hi-bg);
    padding: 10px 20px 15px;
    border-radius: 6px;
}


.gbook quo span {
    font-family: var(--main-font);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #814036;
}

.vneh {
    margin: 20px 40px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: row;
    gap: 20px;
    background: var(--hi-bg);
    padding: 20px 30px 25px;
    border-radius: 6px;
}


.gbook::after {
    display: block;
    height: 155px;
    content: '';
    background: url(https://forumstatic.ru/files/001c/88/cd/83735.webp?v=1);
    width: 298px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
}


.gbook::before {
    display: block;
    height: 155px;
    content: '';
    background: url(https://forumstatic.ru/files/001c/88/cd/20494.webp?v=1);
    width: 231px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    right: 0;
}


.claim-f {
    display: flex;
    width: 300px;
    gap: 5px;
    flex-direction: column;
    height: 180px;
    background: #25211e;
    border-radius: 6px;
}


.claim-f span {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 12px;
    color: var(--base-bg2);
    background: var(--navi-bg) center/cover;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 6px;
}


.claim-f text {
    height: 136px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
    margin: 10px;
    z-index: 999;
}

.claim-f text data {
    display: block;
    margin: 0 0 10px 0;
    background: var(--accent);
    padding: 2px 10px 4px;
    border-radius: 5px;
}

.gbook p {
    padding: 0 !IMPORTANT;
    line-height: normal !IMPORTANT;
}


.dark .gbook {
    background: var(--base-bg) center/cover;
    height: 580px;
    width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 6px 6px 20px #bbb7b338;
    border: 1px solid #cdc6c27d;
    color: var(--text);
    position: relative;
    overflow: hidden;
}


.dark .gbook name {
    background: var(--navi-bg) center/cover;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}


.dark .gbook quo {
    background: var(--quote);
    box-shadow: 7px 6px 20px #c0aea252;
}


.dark .gbook quo span {
    color: var(--sec-accent);
}


.dark .vneh {
    background: #dcd8d3;
}

.dark .claim-f {
    background: #d4cdc8;
}

.dark .claim-f text data {
    display: block;
    margin: 0 0 10px 0;
    background: var(--sec-accent);
    padding: 2px 10px 4px;
    border-radius: 5px;
    color: #e3dfdb;
}


.dark .gbook::after {
    display: block;
    height: 172px;
    content: '';
    background: url(https://forumstatic.ru/files/001c/88/cd/23710.webp);
    width: 264px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
}


.dark .gbook::before {
    display: block;
    height: 155px;
    content: '';
    background: url(https://forumstatic.ru/files/001c/88/cd/62320.webp);
    width: 178px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    right: 0;
}






















.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #000000bf;
}
.reveal-modal {
    visibility: hidden;
    top: 0px;
    left: 50%;
    width: 720px;
    position: absolute;
    z-index: 99991;
}
.reveal-modal.small     { width: 200px; margin-left: -140px;}
.reveal-modal.medium     { width: 400px; margin-left: -240px;}
.reveal-modal.large     { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge {
    width: 780px;
    margin-left: -355px;
    height: 400px;
    margin-top: -200px;
}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}

.menu span {
    cursor: pointer;
    display: block;
    margin: 7px 0;
    padding: 11px;
    text-align: left;
    width: 150px;
}
.menu-links {
    float: left;
    margin-right: 15px;
}
#submenu {
    display: inline-block;
}
#submenu, .menu span {
        border-radius: 5px;
	background: #efeff0;
}
.menu .tabactive {
	color: #000000;
        background: #777777;
}
#submenu {
	padding: 7px;
	height: 180px;
	font-size: 12px;
	width: 595px;
}    
.submenutext {
	display: none; 
	height: 40px;
}
.modal_wrap info {
    display: flex;
    background: #d2cfca;
    height: 420px;
    width: 780px;
    margin: auto;
    padding: 0;
    border-radius: 10px;
    flex-direction: row;
    color: var(--text);
    font-family: var(--main-font);
    gap: 20px;
}

.tabs {
    font-size: 0;
    margin: 20px 0;
    width: 470px;
}

  .tabs>input[type="radio"] {
    display: none;
  }
.tabs>div {
    display: none;
    font-size: 11px;
    height: auto;
    margin-top: 30px;
    /* overflow: hidden; */
}

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2 {
    display: block;
  }

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: var(--accent);
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 200px;
    margin-right: 10px;
    font-weight: 500;
    border-radius: 7px;
    color: #d2cfca;
}

  .tabs>label:not(:first-of-type) {
    border-left: none;
  }

.tabs>input[type="radio"]:checked+label {
    background-color: var(--sec-accent);
    color: #e3e0d4;
}


.user-info {
    background: url(https://forumstatic.ru/files/001c/88/cd/60982.webp);
    width: 260px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}


.user-info ava img {
    border-radius: 10px;
    width: 100px;
}



.user-info ava {
    display: flex;
    align-items: center;
    margin-top: 45px;
    margin-left: -20px;
}


.user-info ava age {
    background: #4e2923;
    z-index: 99;
    padding: 1px 10px 3px;
    color: var(--base-bg2);
    margin-left: -20px;
    border-radius: 6px;
    font-size: 14px;
}


.user-info text {
    background: #ccc7c1;
    margin: 0 20px;
    height: auto;
    border-radius: 10px;
    padding: 10px;
    z-index: 1;
    max-height: 200px;
}


.user-info::before {
    display: block;
    height: 307px;
    content: '';
    background: url(https://forumstatic.ru/files/001c/88/cd/42166.webp);
    width: 200px;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    left: 60px;
    border-radius: 0 0 10px 0;
    z-index: 0;
}


.user-info tags {
    position: absolute;
    /* border: 1px solid red; */
    width: 150px;
    right: 20px;
    top: 20px;
    text-align: right;
    font-weight: 500;
    font-size: 11px;
}


.artfcts {
    background: var(--quote);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 150px;
}

.artfcts span {
    display: inline-flex;
    background: var(--accent);
    color: #d2cfca;
    text-transform: uppercase;
    padding: 3px 10px 4px;
    width: 200px;
    border-radius: 5px;
    margin-top: -5px;
    margin-left: 20px;

}


.art-r {
    margin: 0 20px 20px;}




.frst {
    gap: 20px;
    display: flex;
    flex-direction: column;
}



.outer-block {
    height: 323px;
    display: flex;
    gap: 10px;
}

.left-block {
    width: 50%;
    height: 100%;
    background-color: var(--quote);
    border-radius: 10px;
}

.right-blocks {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
}

.top-right-block {
    flex: 1;
    background-color: var(--quote);
    border-radius: 10px;
}

.bottom-right-block {
    flex: 3;
    background-color: var(--quote);
    border-radius: 10px;
}



.left-block div img {
    width: 88px;
    border-radius: 5px;
    box-sizing: content-box;
    object-fit: cover;
    cursor: pointer;
}


.left-block div {
    width: 198px;
    height: 281px;
    overflow: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px;
}


.top-right-block div {
    width: 175px;
    height: 32px;
    overflow-x: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    flex-direction: row;
    margin: 20px;
    /* border: red 1px solid; */
    justify-content: flex-start;
    align-items: flex-start;
}

.top-right-block div img {
    width: 19px!important;
    height: 19px!important;
    object-fit: contain;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 4px;
    background: var(--base-bg2);
    cursor: pointer;
}



.bottom-right-block div {
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
    max-height: 213px;
}


.bottom-right-block div .pers-plah {
    flex-shrink: 0;
    margin: 0;
}


.art-r text2 img {
    width: 50px;
border-radius: 5px;

}


.art-r text2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 110px;
}



#darkbd #pun-announcement .container {
    background: var(--drk-quote);
    border-bottom: none;
}


.ar-logo av img {
    width: 80px;
    border-radius: 10px;
}


.arnew {
    width: 800px;
    margin: 20px auto;
}


.arion-news {
    background: url(https://forumstatic.ru/files/001c/88/cd/36323.webp) center/cover;
    border-radius: 20px 20px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    height: 400px;
    gap: 20px;
}

.ar-logo {
    margin-top: -20px;
    /* position: absolute; */
    display: flex;
    align-items: center;
    gap: 20px;
}


.ar-logo logo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.ar-logo logo span {
    margin-top: -29px;
    font-family: var(--main-font);
    text-transform: uppercase;
}


.ar-logo logo tit {
    font-family: arsenica;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .4px;
    text-shadow: 0px 0px 2px #0000001f;
}

.ar-news {
    padding: 20px 70px 20px 20px;
    background: var(--bord);
    border-radius: 10px;
    width: 80%;
    font-family: var(--main-font);
    font-weight: 500;
}


.arion-news::before {
    content: ' ';
    background: url(https://forumstatic.ru/files/001c/88/cd/87157.webp);
    width: 271px;
    height: 276px;
    bottom: 0;
    position: absolute;
    right: 0;
    pointer-events: none;
}



.ar-news text {
    overflow-y: auto;
    padding-right: 10px;
    display: block;
    height: 255px;
}

.arion-news-acts {
    background: var(--navi-bg) center/cover;
    border-radius: 0 0 20px 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    height: 124px;
    gap: 40px;
    color: var(--tab-text);
    justify-content: center;
}

.ar-post {
    display: flex;
    width: 300px;
    flex-direction: column;
    gap: 6px;
    font-family: var(--main-font);
}
.ar-act, .ar-fl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ar-act span, .ar-fl span {
    background: var(--accent);
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 400;
}


.ar-act activs a, .ar-fl activs a {
    cursor: pointer;
    font-family: var(--main-font);
    text-transform: uppercase;
    color: #CCC7C2 !important;
    font-weight: 400 !IMPORTANT;
    font-size: 10px;
}


.ar-post span {
    background: var(--accent);
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 400;}


.ar-post text {
    height: 60px;
    overflow-y: auto;
    padding-right: 10px;
}


#darkbd .arion-news {
    background: var(--dark-sp-im) center/cover;
}


#darkbd .ar-news {
    background: var(--dark-pun);
}

.dark .arion-news::before {
    content: ' ';
    background: url(https://forumstatic.ru/files/001c/88/cd/72680.webp);
    width: 264px;
    height: 292px;
    bottom: 0;
    position: absolute;
    right: 0;
    pointer-events: none;
    transform: scaleX(-1);
}


.dark .arion-news-acts {
    color: #e3dfdb;
}


.dark .ar-act activs a, .dark .ar-fl activs a {
    color: #edeae7 !important;
}

.dark .arion-news {
    background: url(https://forumstatic.ru/files/001c/88/cd/35041.webp) center/cover;
}



#viewprofile #profile-signature {
    padding: 1.5em 1.5em 1em 1.5em;
    display: none;
}

.pa-ip {
    width: 240px;
    margin: auto;
    text-align: center;
    z-index: 2;
    position: absolute;
    bottom: -22px;
    opacity: 0;
    filter: blur(4px);
    transition: filter .44s ease-in-out, opacity .3s ease-in-out;
}


.pa-ip:hover {
  filter: none;
  opacity: 1;
}


.dark .punbb .post .post-author {
    float: left;
    width: 240px;
    font-size: 10px;
    margin: -1px 0 0 0;
    font-family: var(--main-font);
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    background: url(https://forumstatic.ru/files/001c/87/49/77201.webp) top center no-repeat, var(--quote);
    border-radius: 6px;
}




.bnrs {
    align-items: flex-start;
    height: 43px;
    width: 1020px;
    position: absolute;
    left: 0;
    margin: 33px 0 0 20px;
    z-index: 1;
    /* border: 1px solid red; */
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}


.bnrs img {
opacity: .5;
transition: all .7s ease-in-out 0s;
}


.bnrs img:hover {
opacity: 1;
transition: all .7s ease-in-out 0s;
}


#darkbd #viewprofile #profile-left {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--drk-quote);
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: var(--drk-text);
    border-right: 1px solid transparent;
}


#darkbd #viewprofile #profile-left li strong, #darkbd #viewprofile #profile-left li strong a {
    color: var(--drk-text);
}



#darkbd #pun-profile #viewprofile ul {
    width: 100%;
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
}


.dark .pforum-links a:hover {
    background: var(--dark-pun);
    color: var(--tab-text) !important;
}


.gbook quo span em {
    font-style: normal !important;
    color: #555855;
}




html {
    -webkit-text-size-adjust: 100%;
}


.art-r text {
    display: flex;
    gap: 8px;
    overflow-y: auto;
    padding-right: 8px;
    height: 99px;
    flex-direction: column;
}


.art-r text p {
    background: var(--sec-accent);
    color: #d2cfca;
    padding: 1px 10px 2px;
    border-radius: 4px;
    flex: auto;
}


.art-r text p a {
    color: var(--base-bg2) !important;
}



/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
/*Стиль доп-иконки Выход!*/ 
#pun-navlinks a#New-exit {
  background: transparent!important; 
  position:absolute;
  z-index:100000!important;
  margin-top: -3px !important;
  margin-left: 28px !important;
  display:inline-block!important; 
}
#pun-navlinks #New-exit img{ 
position: absolute;
width: 23px;
height: auto;
opacity: .92;
transition: .63s;
}
#pun-navlinks #New-exit:hover img{
transition: .63s;
 opacity: .42;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 1px solid #5D6755;
text-rendering: auto; 
color: #000000!important;  
margin-top: 4px!important;
margin-bottom: 3px!important;
border-radius: 5px; 
letter-spacing: 0.2; 
word-spacing: normal; 
text-transform: none; 
text-indent: 0px; 
text-shadow: none; 
display: inline-block!important; 
text-align: center;
box-sizing: border-box;
height:20px;
width:67px;
width: 110px;
padding: 4px;
font: normal normal 400 11px/normal Verdana!important; rgb(250, 255, 189)
background-color: rgba(250,255,189,.88);
} 
.punbb #form-login #fld1,#form-login #fld2{ 
  background-color: #acacac!important;
} 
.punbb #pun-navlinks #form-login input[type="submit"]{ 
margin: 13px 0 2px!important;
box-sizing: border-box;
height:26px;
width:67px;
font-size: 11px!important;
color: #ffffff !important;
background: #434c53;
border: 1px outset rgba(161,172,152,.8)!important;
text-align: center;
padding: 0 4px!important;
border-radius: 13px;
font-family: Verdana!important;
font-weight: 700!important;
transition: all 0.5s ease-in-out 0s;
letter-spacing: 0.8;
cursor:pointer;

/*border: 2px outset #83693E!important; 
color:#565462!important;
font-weight:700!important; */
} 
.punbb #pun-navlinks #form-login input[type="submit"]:hover{
  opacity:0.6;
}

/*Стиль формы входа*/
.punbb #pun-navlinks #form-login *,
.punbb #pun-navlinks #form-login {
  box-sizing: content-box;
}
.punbb #pun-navlinks #form-login { 
background: rgba(148, 145, 141, 0.58);
min-height:183px;
border: 1px solid #626262;
border-radius: 0px 0px 6px 6px;
color: #d5dadf;/*BCBCBC;*/
display: block;
font: 11px "Verdana";
left: 0px;
padding: 8px 12px;
margin: 1px 0;
position: absolute !important;
text-align: center;
word-spacing: normal;
white-space: normal;
/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.235);*/
text-transform: none;
letter-spacing: 0.2px!important; 
top: 5px;
width: 122px;
z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -40px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -40px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -40px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
 margin: 11px auto;
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position: relative;
text-transform: none!important;
z-index: 20;
cursor: pointer;
font: normal normal 200 10px/normal Verdana!important;
letter-spacing: 0.4px!important;
display: inline;
background: none!important;
padding: 0 0 0 3px!important;
color: #d5dadf;
font-size: 9px!important;
/*text-shadow: 1px 1px 1px rgba(40, 52, 61, 0.39);*/
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*Форма слева(с Никами) */ 
#List-UserNames { 
position:absolute; 
margin-top:-9px; 
min-height:90px; 
width:220px; 
right:100%; 
padding: 12px 19px 12px 17px; 
background: rgba(51, 45, 42, 0.76);
border-color: #626262; /* Цвет границы */
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */ 
border-radius:0 0 0px 6px;
text-align:center; 
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/ 
} 
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding: 0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
display: block!important;
position: relative;
background: #434c53;
text-align: left;
box-shadow: 2px 2px 1px rgb(19, 20, 15);
padding-left: 5px!important;
font: normal normal 700 12x/normal Verdana!important;
letter-spacing: 0.4;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#83693E!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .9;
color: #fffefe;;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
letter-spacing: 0.3;
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 3px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #393A38; 
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #C0BFBD;
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 

/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 

opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справа, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#pun:not(.isguest) #navlogout .Rega, 
#pun:not(.isguest) #navlogout .Forgot { 
display:none!important; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input { 
border: 1px solid #5D6755!important; 
text-shadow: none!important; 
color:#333!important;
background-color: #acacac!important;
font: normal normal 400 11px/normal Verdana!important; 
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */ 
margin-top: 9px; 
padding: 2px !important; 
vertical-align: middle; 
} 
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #d5dadf;
} 
/*Кликалка слева, чуть выше инпута*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*Кликалка справа*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*Подсказки на кликалках*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Verdana!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/