/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1751274614.css);

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Manrope:wght@200..800&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');


@font-face {
  font-family: 'bizz';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/6c/7d/21471.otf);
}


:root {
    --base-bg: #d5cdd0 url(https://forumstatic.ru/files/001c/6c/7d/33701.webp);
    --base-bg2: url(https://forumstatic.ru/files/001c/6c/7d/73770.webp) bottom center no-repeat, #f4f4f4;
    --text: #383334;
    --sec-text: #1d1d1d;
    --accent: #9a586b;
    --sec-accent: #ae917a;
    --tab-text: #ffffff;
    --navi-link: #af6168;
    --navi-link-hov: #bba5ac;
    --main-font: commissioner;
    --head: url(https://forumstatic.ru/files/001c/6c/7d/75948.webp);
    --profile-bg: url(https://forumstatic.ru/files/001c/6c/7d/33701.webp);
    --quote: #ededed;
    --bord: #dcdbdb;
    --cat-fon: url(https://forumstatic.ru/files/001c/6c/7d/61527.webp);



    --dark-base-bg: #161616 url(https://forumstatic.ru/files/001c/6c/7d/26177.webp);
    --dark-base-bg2: url(https://forumstatic.ru/files/001c/6c/7d/77785.webp) bottom center no-repeat, #b0afaf;
    --dark-text: #000;
    --dark-sec-text: #171717;
    --dark-accent: #942c2b;
    --dark-sec-accent: #742826;
    --dark-tab-text: #cacaca;
    --dark-navi-link: #742826;
    --dark-navi-link-hov: #000;
    --dark-head: url(https://forumstatic.ru/files/001c/6c/7d/88691.webp);
    --dark-profile-bg: url(https://forumstatic.ru/files/001c/6c/7d/26177.webp);
    --dark-quote: #b9b9b9;
    --dark-bord: #9f9e9e;
    --dark-cat-fon: url(https://forumstatic.ru/files/001c/6c/7d/43236.webp);

}


/* 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%;
  }

.post-content table {
 margin: 2em 0 0.8em!important;
}

.post-content td {
 vertical-align: top!important;
 padding: 2px;
}

/* 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;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 12px verdana, arial, helvetica, sans-serif;
    background: var(--quote);
    border: 1px solid var(--bord);
    outline: none;
}

/* 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: 1080px;
    margin-top: 70px;
    margin-bottom: 80px;
    background: var(--base-bg2);
    position: relative;
    border: 1px solid #afa5a8;
    box-sizing: initial;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #90747a5e;
}


/* 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: #000;
}



/* 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;*/
  margin: 0 2em;
  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 10px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 8px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    background: var(--navi-link-hov);
    display: inline-flex;
    padding: 5px 20px;
    gap: 4px;
    margin-left: -21px;
    border: 1px solid #a18f95;
    border-radius: 0 5px 5px 0;
    color: var(--tab-text);
}


/* 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;
}

/*************************************************************
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: 12px;
    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%;
}


/* 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;
  }

/* C2.8 названия подфорумов*/ 
#pun-index .tcl h3 {
    font-family: var(--main-font);
    text-align: left;
    height: auto;
    display: inline-flex;
    margin-top: 0px;
    text-transform: uppercase;
}


#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: 10px 0;
}

/* 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 {
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 5px;
    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: 22px;
}


/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 400 9px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 260px;
    padding: 5px 15px;
    gap: 20px;
    border: 1px solid var(--bord);
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
}


/* 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;
    background: var(--profile-bg) top right/cover;
    margin: -1px 0px 0px 0px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 10px;
    padding-top: 0px;
    position: relative;
    border: 1px solid #c4b8bc;
    z-index: 0;
    border-radius: 10px;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0em 1em 1em 1em;
    line-height: 160%;
}


.punbb .post .post-author ul {
    padding: 0 0 0px 0;
}


/* C3.7 */
.pa-author {
    font-size: 15px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
    text-transform: none;
    margin: 17px 0 0 0;
    text-align: center;
    position: relative;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    background: var(--navi-link-hov);
    border-radius: 5px;
    padding: 2px 10px 3px;
    color: var(--tab-text) !important;
    text-transform: lowercase;
    font-size: 15px;
    box-shadow: 5px 4px 10px #8e657445;
}

.pa-author a:hover {
    background: var(--accent);
    color: var(--tab-text) !important;
}


/* C3.9 */
li.pa-title {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0;
    text-align: center;
    margin: 7px 0 0;
    text-transform: lowercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 250px;
    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: 0.5em 1em;
    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;
    gap: 20px;
    height: auto;
    text-transform: uppercase;
    justify-content: center;
    margin-top: -4px;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    height: auto;
    padding-inline-start: 0px;
    margin-top: 0;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
    border-left-style: solid;
    border-left-width: 1px;
    white-space: nowrap;
}

/* 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 {
    left: 0;
    width: 100%;
    font-size: 9px;
    font-family: ibm plex sans;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 3px;
    position: absolute;
    top: -30px;
    /* border: 1px solid red; */
}

/* 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: 11px;
    font-weight: 400;
    text-transform: uppercase;
    WIDTH: auto;
    margin-top: 7px;
}





/* 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: 0em 1em 0em 1em;
    margin-top: 18px;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 20px 20px;
    font-family: var(--main-font);
    background: var(--quote);
    border: 1px solid var(--bord);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 6px 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: 10px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* 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: 11px;
    font-weight: 400;
    text-transform: uppercase;
    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: 35px;
    -webkit-text-size-adjust: 100%;
    margin: 10px 0 0px;
    border-width: 1px 0;
    display: flex;
    padding: 0 !IMPORTANT;
    background: var(--base-bg) left/cover;
    justify-content: center;
    gap: 10px;
    text-transform: none !important;
    align-items: center;
    border: 1px solid #afa5a882;
    border-radius: 6px 6px 0 0;
}
#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    color: var(--tab-text);
    font-size: 14px;
    font-family: var(--main-font);
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 6px 5px 20px #341719;
}




.punbb .code-box strong.legend a {
    font-weight: 500;
    color: var(--tab-text);
    text-transform: uppercase;
}

.punbb .code-box strong.legend a:hover {
    font-weight: 500;
    color: #ede0e4;
}

#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 10px 20px;
    gap: 50px;
    position: relative;
    align-items: center;
    background: var(--quote);
    margin: 0px 0 10px;
    border: 1px solid var(--bord);
    border-radius: 0px 0 6px 6px;
    border-width: 0px 1px 1px 1px;
}

#pun-index .category table tr + tr {
margin: 15px 0;
    border-radius: 6px;
border-width: 1px 1px 1px 1px;

}


#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;*/
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--other-fon);
    text-transform: lowercase;
}

.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;
    position: absolute;
    top: 428px;
    /* border: red 1px solid; */
    height: 71px;
    align-items: center;
    width: 980px;
    left: 50px;
    overflow-x: auto;
}


.html-box a {
    border-radius: 5px;
    background: #a97d89;
    color: #f4f4f4 !important;
    padding: 6px 15px;
    font-size: 11px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    border: 1px solid #eac6cf6b;
    flex-shrink: 0;
    font-weight: 400 !important;
    letter-spacing: .5px;
}




.html-box a:hover {
    background: var(--accent);
    border: 1px solid #7e3a4e;
}


#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;
}



.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name, .pa-fld3 .fld-name, .pa-fld5 .fld-name, .pa-fld6 .fld-name {
display: inline-flex;
font-size: 0px}


.pa-posts .fld-name:before {
    content: '\f4ad';
    font-size: 15px;
   color: var(--text);
    font-family: 'Font Awesome 6 Pro';
}

/*Оформляем счетчик постов*/
.pa-fld6 .fld-name:before {
    content: '\f52d';
    font-size: 15px;
   color: var(--text);
    font-family: 'Font Awesome 6 Pro';
}

.pa-respect .fld-name:before {
    content: '\f004';
    font-size: 15px;
    color: var(--text);
    font-family: 'Font Awesome 6 Pro';
}

.pa-fld5 .fld-name:before {
    content: '\f51e';
    font-size: 15px;
   color: var(--text);
    font-family: 'Font Awesome 6 Pro';
}

.pa-fld4 .fld-name:before {
    content: '\f186';
    font-size: 15px;
   color: var(--text);
    font-family: 'Font Awesome 6 Pro';
}


.pa-respect, .pa-posts, .pa-fld5, .pa-fld6 {
    width: 30px;
    font-family: var(--main-font);
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 5px;
    max-width: 50px;
}

.pa-respect a[href*="relation"] {
    line-height: 2em !important;
}


.pa-respect span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    /*margin-left: -16px;*/
    /* border: 1px solid red; */
}


.punbb .post-content .quote-box, .spoiler-box {
padding: 15px 20px;
}



.go-up {
    background: url(https://forumstatic.ru/files/001c/6c/7d/73886.webp);
    width: 50px;
    height: 104px;
    border-radius: 0;
    box-shadow: none;
}


.go-down {
    background: url(https://forumstatic.ru/files/001c/6c/7d/68445.webp);
    width: 50px;
    height: 104px;
    border-radius: 0;
    box-shadow: none;
}




#pun-status .container::before {
content: '» ';
}


#pun-status .container strong {
    font-weight: 500;
    color: var(--accent);
}


#pun-admain .adlabel {
    width: 18em !important;
}


#pun-index .tcl h3 a {
    color: var(--text);
}

#pun-index .tcl h3 a:hover {
    color: var(--sec-accent);
}




#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


#plng {
    text-transform: uppercase;
    font-family: var(--main-font);
    background: var(--quote);
    border: 1px solid #d3cdc9;
    padding: 5px 20px 4px;
    border-radius: 5px;
}



#chfont {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 999;
    display: flex;
    gap: 5px;
    align-items: center;
    background: #e1e0dc;
    border-radius: 6px;
    border: 1px solid #d2d1cd;
}

#chfontbut {
    background: url(https://forumstatic.ru/files/001c/46/b0/84017.webp) center no-repeat;
    margin-right: 2px;
    width: 30px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chfontbut::after {
    position: absolute;
    content: 'x';
    top: 0;
    left: 0;
    color: #14191c;
    line-height: 7px;
    font-size: 10px;
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {
    display: none;
    background-color: #dedddb;
    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: #9c2b3e;
    color: #e7e7e7;
    cursor: pointer;
    border-radius: 4px;
    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;
}
/*Сокращаем в меню слово 'Администрирование'*/
  #navadmin>a>span{display:none;}
  #navadmin>a:after{content: "Aдмин";}

  




.pa-online::before {
content: 'котик на олимпе';
}



.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--main-font);
    background: url(https://forumstatic.ru/files/001c/6c/7d/15494.webp) center/cover !IMPORTANT;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #c4b8bc;
    border-radius: 5px;
}


.post-content .spoiler-box > div.visible {
    background-image: url('/img/minus.png');
    border-radius: 5px 5px 0 0;
}

.post-content .spoiler-box > blockquote.visible {
    padding: 20px;
    border: 1px solid var(--bord);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
}

.spoiler-box {
    padding: 0 !important;
    border: none !important;
}

.post-rating p a:after {
    content: '\f004';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    font-size: 26px;
    font-family: 'Font Awesome 6 Pro';
    left: 0;
    z-index: -1;
    transition: all .7s ease-in-out 0s;
    color: var(--navi-link);
}


#pun .post-rating a {
    font-size: 11px !IMPORTANT;
    color: var(--base-bg2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 26px;
    font-weight: 500;
    position: relative;
    font-family: var(--main-font) !important;
}


.post-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px !important;
    position: relative;
    float: right;
    z-index: 8;
    border: none !important;
    width: 30px;
    height: 26px;
}



.post-rating p a:hover:after {
    /* background: #b2abaa; */
    color: #b0acab;
}

#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 26px;
    height: 26px;
    margin: 5px 0px 5px 0px;
}




.bpost::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: #3c457f;
}


.bpost::-webkit-scrollbar-thumb {
    background-color: #dda445;
    border: none;
}


.bpost {
    padding-right: 10px;
    font-family: var(--main-font);
    height: 68px;
    width: 422px;
    top: 52px;
    left: 58px;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: var(--base-bg2);
    font-size: 10px;
    letter-spacing: .5px;
    text-align: justify;
    overflow-y: auto;
    line-height: 17px;
    font-weight: 400;
}


.bpost name {
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-size: 10px;
}


.bpost name a, .bestep a:hover, .bestep sp a {
    color: var(--yel-accent) !important;
}


.bpost name a:hover, .bestep a, .bestep sp a:hover {
    color: var(--base-bg2) !important;
}


.bestep {
    height: 52px;
    width: 422px;
    top: 323px;
    right: 58px;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: var(--text);
    font-family: var(--sec-font);
    color: var(--yel-accent) !important;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}


.bestep span {
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}


/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    width: 167px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0;
    position: absolute;
    top: 33px;
    left: 455px;
    height: 18px;
    z-index: 100;
    /* border: 1px solid red; */
    background: #ad808b;
    border-radius: 5px;
    cursor: pointer;
}


/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
    left: 391px;
    position: absolute;
    top: 60px;
    text-align: center;
    z-index: 999;
    width: 289px;
}




/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka {
    justify-content: space-evenly;
    background: var(--navi-link-hov);
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    border-radius: 10px;
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    gap: 10px;
    /* transition: all 0.3s linear 0s; */
    font-weight: 400;
    background: #ba929d;
    text-transform: lowercase;
    flex: auto;
    padding: 4px 15px 5px;
    font-size: 11px;
    font-family: var(--main-font);
    color: var(--base-bg2);
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background: var(--accent);
    color: #fff;
}
#stylelist {
    position: absolute;
    z-index: 200;
    opacity: 1;
    top: 16px;
    margin: 0;
    right: 17px;
    padding: 0px;
    overflow: hidden;
    width: 52px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 30px;
    flex-direction: row;
    justify-content: space-between;
    opacity: 1;
    gap: 7px;
}
#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: '\f863';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
}

#stylelist li[data="dark"] a::before {
    content: '\e19b';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
}

#pun-status .container a {
    color: var(--dark-accent) !IMPORTANT;
}


#pun-status .container a:hover {
    color: var(--base-bg2) !important;
}






.post-content .spoiler-box > blockquote.visible {
    padding: 20px;
}



p.container.crumbs a {
    color: var(--accent);
    margin-right: 5px;
    font-weight: 600 !important;
    font-size: 11px;
}


#pun-index .tcl h3 a {
    padding: 3px 10px;
    background: var(--navi-link-hov);
    color: var(--tab-text) !important;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 5px 5px 10px #ddd7daad;
}


#pun-index .tcl h3 a:hover {
    background: var(--navi-link);
    color: var(--tab-text) !important;
}


.tclcon-links a b {
    font-weight: 500 !IMPORTANT;
}


.tclcon-links a:before {
content: '» ';
}


.tclcon-links {
    font-size: 12px;
    display: flex;
    gap: 6px;
    margin: 3px 0;
    font-family: ibm plex sans;
    letter-spacing: 0;
}


#pun-index td div.tclcon p {
    background: #dcdbdb8a;
    padding: 6px 10px 9px;
    border-radius: 5px;
    font-size: 10.5px;
    font-family: var(--main-font);
}


#pun-index td.tcr {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 !important;
}


#pun-index .category .tcl {
    width: 600px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-start;
}


#pun-index .datetime, #pun-index .byuser {
    font-size: 11px;
    font-weight: 400;
    color: var(--text);
    text-transform: lowercase;
    font-family: var(--main-font);
}


.pa-fld1 {
    width: 238px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%);
    -webkit-mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%);
    overflow: hidden;
    filter: grayscale(.4);
    border-radius: 7px;
}



.pa-fld1 img {
    vertical-align: text-bottom !important;
}


.proffl {
    background: #bba5ac57;
    padding: 10px;
    margin: 5px 10px;
    border-radius: 6px;
    backdrop-filter: blur(20px);
}



.pa-fld2 .lzname {
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 4px;
}


.pa-fld3 {
    display: flex;
    justify-content: center;
    align-items: center;
}


.plashtex {
    position: relative;
    width: 216px;
    margin-top: 0;
    text-align: center;
    height: 44px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.plashtex div {
    position: relative;
    width: 216px;
    height: 44px;
}


.plashtex div img {
    filter: grayscale(1);
    width: 216px;
    border-radius: 5px;
    position: relative;
    height: 44px;
    vertical-align: text-bottom !important;
}


.plashtex span {
    position: absolute;
    text-align: center;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    color: var(--tab-text);
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 8px;
    border-radius: 4px;
    letter-spacing: 0;
    padding: 2px 16px;
    flex-direction: column;
    backdrop-filter: blur(9px);
    line-height: 13px;
    letter-spacing: .5px;
    background: #bba5ac;
}

.plashtex div:after {
    border-radius: 5px;
    content: "";
    background: #d7cdd0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
}


.wrapl {
    display: flex;
    justify-content: center;
    margin: 10px;
    gap: 10px;
    flex-direction: row;
}


.pa-respect img {
    display: none !important;
}


/*.partnrs {
    left: 100px;
    position: absolute;
    width: 903px;
    margin-top: -54px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.partnrs {
    left: 70px;
    position: absolute;
    width: 950px;
    margin-top: -61px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnrs bnrs {
    display: flex;
    height: 31px;
    flex-wrap: wrap;
    gap: 5px;
    overflow-y: auto;
    margin: 0 20px;
    padding-right: 10px;
}


.partnrs bnrs img {
    opacity: .8;
    transition: all .7s ease-in-out 0s;
}


.partnrs bnrs img:hover {
    opacity: 1;
}



/*** Страница ***/

.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: -50px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	}
.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: 800px; margin-left: -440px;}
	
.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: url(https://forumstatic.ru/files/001c/6c/7d/52980.webp) center/cover;
    height: 375px;
    width: 770px;
    margin: auto;
    padding: 0;
    border: 1px solid #cac5bd;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    color: var(--dark-text);
}

.tabs {
    font-size: 0;
    width: 730px;
    margin-top: -21px;
}

  .tabs>input[type="radio"] {
    display: none;
  }
.tabs>div {
    display: none;
    padding: 20px 0px;
    font-size: 14px;
    font-family: var(--main-font);
    height: 280px;
    overflow: hidden;
}

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3,
  #tab-btn-4:checked~#content-4 {
    display: block;
  }

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: var(--bord);
    border: 1px solid #afa5a8;
    padding: 2px 8px;
    font-family: var(--main-font);
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    width: auto;
    font-weight: 300;
    margin: 0 10px 0 0;
}

.tabs>input[type="radio"]:checked+label {
    background-color: var(--accent);
    color: var(--tab-text);
    border: 1px solid #8b4c5e;
}


#vkl {
    position: relative;
}

.pers_q {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: right;
    line-height: 20px;
    font-family: var(--main-font);
    margin: 20px 50px 20px 0;
}

.sh_str {
    display: flex;
    background: #cdc4c880;
    border-bottom: 1px solid #afa5a8;
    margin: -20px -20px 20px;
    align-items: center;
    width: 100%;
}


.pers_ph img {
    width: 100px;
    border-radius: 100%;
    border: 1px solid #74535e;
    box-shadow: 0px 0px 25px #9383876b;
}


.pers_ph {
    margin: 20px 50px;
}


#vklk {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


.vkl_pl {
    display: flex;
    gap: 10px;
    overflow-y: auto;
    flex-direction: row;
    flex-wrap: wrap;
    /* flex: 1; */
    height: 165px;
    width: 220px;
    padding-right: 10px;
}


.vkl_ccrd {
    display: flex;
    gap: 10px;
    overflow-y: auto;
    /* flex: 1; */
    height: 165px;
    width: 550px;
    padding-right: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}


.vkl_ccrd img {
    width: 100px;
}



.trt_not, .coll_not {
    opacity: .3;
}


.vkl_coll img {
    width: 50px;
    margin: 0 10px 10px 0;
}



#vkl_s {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}


.vkl_coll {
    display: flex;
    gap: 10px;
    background: #dcd9d6;
    border: 1px solid #cac5bd;
    border-radius: 0 10px 10px 0;
    height: 170px;
}


.vkl_coll tit {
    background: #e7e6e4;
    color: #000000 !important;
    font-size: 12px;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    width: 20px;
    display: flex;
    align-items: center;
    /* padding: 15px 0; */
    font-weight: 400;
    letter-spacing: .5px;
    justify-content: center;
    border-left: 1px solid #cac5bd;
}


.vkl_coll kart {
    display: block;
    overflow-y: auto;
    margin: 15px 10px;
}

.vkl_gift {
    display: flex;
    gap: 10px;
    background: var(--quote);
    border: 1px solid #afa5a8c2;
    height: 170px;
    flex-direction: column;
}



.vkl_gift tit {
    background: #e7e6e4;
    color: #000000 !important;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
    font-weight: 400;
    letter-spacing: .5px;
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #cac5bd;
}


.vkl_gift kart img {
    width: 50px;
    margin: 0 10px 10px 0;
}


.vkl_gift kart {
    display: block;
    overflow-y: auto;
    margin: 15px 10px;
}


#pun-about p.container:before {
    content: '';
    background: url(https://forumstatic.ru/files/001c/6c/7d/62720.webp);
    width: 129px;
    height: 135px;
    position: absolute;
    top: 0;
    left: -64px;
    pointer-events: none;
}


#pun-about p.container:after {
    content: '';
    background: url(https://forumstatic.ru/files/001c/6c/7d/21549.webp);
    width: 104px;
    height: 135px;
    position: absolute;
    top: 0;
    right: -64px;
    visibility: visible;
    pointer-events: none;
}


.vale_info {
    position: absolute;
    /* border: 1px solid red; */
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family: ibm plex sans;
    top: 14px;
}


.best_ep, .best_ep2 {
    /* border: 1px solid red; */
    position: absolute;
    top: 66px;
    left: 40px;
    width: 309px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-family: ibm plex sans;
}



#html-header a {
color: var(--tab-text);
}



.best_ep2 {
    right: 63px;
    width: 346px;
    left: auto;
}


#html-header a:hover {
    color: var(--quote);
}


.vale_post {
    position: absolute;
    /* border: 1px solid red; */
    top: 110px;
    left: 60px;
    width: 289px;
    font-family: ibm plex sans;
    font-size: 10px;
    letter-spacing: .4px;
    line-height: 19px;
    font-weight: 400;
    text-align: justify;
    height: 97px;
    overflow-y: auto;
    padding-right: 10px;
}


.vale_post a, .vale_post2 text a {
    letter-spacing: 0;
    color: var(--accent) !important;
    font-weight: 600;
}


.vale_post a:hover, .vale_post2 text a:hover {
color: var(--tab-text) !important;
}


.vale_post2 {
    position: absolute;
    /* border: 1px solid red; */
    top: 110px;
    right: 64px;
    width: 344px;
    font-family: ibm plex sans;
    font-size: 10px;
    letter-spacing: .4px;
    line-height: 19px;
    font-weight: 400;
    text-align: justify;
    height: 97px;
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}



.vale_post2 z {
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 11px;
}


.vale_post2 text {
    height: 80px;
    /* border: 1px solid red; */
    overflow-y: auto;
    padding-right: 10px;
    letter-spacing: 0;
}





.activees, .activees2 {
    height: 45px;
    width: 180px;
    top: 322px;
    display: flex;
    justify-content: space-between;
    left: 78px;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    gap: 10px;
    flex-direction: row;
}

.activees2 {
    left: auto;
    right: 78px;
}

.activees div, .activees2 div {
    position: relative;
    width: 41px;
    height: 41px;
    border: 2px solid #ded9db;
    border-radius: 100%;
}
.activees img, .activees2 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.activees div:after, .activees2 div:after {
    content: "";
    background: #a97d89bd;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease-in-out 0s;
    border-radius: 100%;
}

.activees div:hover img, .activees2 div:hover img {
    filter: grayscale(100%);
}

.activees div:hover:after, .activees2 div:hover:after {
    opacity: 1;
    background: #b56267a3;
}



/*** ТЕМНЫЙ ***/

.dark #pun {
    background: var(--dark-base-bg2);
    border: 1px solid #282828;
    box-shadow: 0px 0px 30px #0000005e;
}





.dark #pun-status .container {
    color: var(--dark-tab-text);
}


.dark #pun-status .container strong {
    color: #c55857;
}

.dark #html-header {
    color: var(--dark-tab-text);
}


.dark .spirit-navigation {
    background: var(--dark-navi-link);
}


.dark #html-header a {
    color: var(--dark-tab-text);
}


.dark #html-header a:hover {
    color: var(--dark-quote);
}


.dark .vale_post a, .dark .vale_post2 text a {
    color: #ca5451 !important;
}

.dark .activees div, .dark .activees2 div {
    border: 2px solid #bebebe;
}

.dark .activees div:after, .dark .activees2 div:after {
    background: #66100eb0;
}

.dark .activees div:hover:after, .dark .activees2 div:hover:after {
    opacity: 1;
    background: #191818a6;
}

.dark #stylelist li[data="light"] a, .dark #stylelist li[data="dark"] a {
    color: var(--dark-tab-text);
}


.dark .html-box a {
    background: var(--dark-navi-link);
    color: #d3d2d2 !important;
    border: 1px solid #992e2d;
}

.dark .html-box a:hover {
    background: #2c2c2c;
    border: 1px solid #404040;
}

.dark .go-up {
    background: url(https://forumstatic.ru/files/001c/6c/7d/89792.webp);
}

.dark .go-down {
    background: url(https://forumstatic.ru/files/001c/6c/7d/71452.webp);
}

.dark #pun-index .category h2, .dark #pun-stats h2 {
    background: var(--dark-cat-fon);
    border: 1px solid #191919;
}

.dark #pun-index .category table tr, .dark #pun-stats .container {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
}


.dark #pun-index .tcl h3 a {
    background: var(--dark-sec-accent);
    color: #dddcdc !important;
    box-shadow: 5px 5px 10px #6a6a6a3d;
}


.dark #pun-index .tcl h3 a:hover {
    background: var(--dark-sec-text);
    color: var(--dark-tab-text) !important;
}

.dark #pun-index td div.tclcon p {
    background: #a9a9a98a;
}

.dark .pagelink, .dark .new-poll a, .dark .new-topic a, .dark .postlink span a {
    background: var(--dark-quote);
}


.dark .pa-fld1 {
    mask: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, #000000 100%);
    -webkit-mask: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, #141c1b 100%);
    overflow: hidden;
    filter: grayscale(1);
}

.dark .pa-author a {
    background: var(--dark-navi-link);
    color: var(--dark-tab-text) !important;
    box-shadow: 5px 4px 10px #00000045;
}


.dark .punbb .post .post-author {
    background: var(--dark-profile-bg) top right/cover;
    border: 1px solid #161616;
    color: var(--dark-tab-text);
}


.dark .proffl {
    background: #0e0e0e57;
    backdrop-filter: blur(20px);
}

.dark .plashtex div:after {
    background: #6f2221;
    mix-blend-mode: hard-light;
}

.dark .plashtex span {
    background: #151515;
}

.dark .pa-respect .fld-name:before, .dark .pa-posts .fld-name:before, .dark .pa-fld5 .fld-name:before, .dark .pa-fld6 .fld-name:before {
    color: var(--dark-accent);
}


.dark .punbb .post h3 span {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
}


.dark .punbb .quote-box cite, .dark .punbb .code-box strong.legend {
    background: var(--dark-navi-link);
    border: 1px solid #581c1b;
    color: var(--dark-tab-text);
}

.dark .post-content .spoiler-box > div {
    background: url(https://forumstatic.ru/files/001c/6c/7d/13045.webp) center/cover !IMPORTANT;
    border: 1px solid #171717;
    color: var(--dark-tab-text);
}

.dark .post-content .spoiler-box > blockquote.visible {
    border: 1px solid var(--dark-bord);
}


.dark .punbb textarea, .dark .punbb input, .dark .punbb select, .dark .punbb optgroup {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
}


.dark .subscribelink {
    background: var(--dark-quote);
}

.dark #plng {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
}

.dark .sslka {
    background: var(--dark-sec-text);
}

.dark #pun .sslka a {
    background: var(--dark-navi-link);
}

.dark #pun .sslka a:hover {
    background: var(--dark-navi-link-hov);
    color: var(--bord);
}










/*** ГОСТЕВАЯ ***/

.guestb p, .slov p, .anketa p {
    padding: 0 !important;
    line-height: normal !important;
}

.guestb, .anketa {
    background: var(--profile-bg);
    border: 1px solid #b09ca242;
    border-radius: 10px;
}


.sh_g {
    background: url(https://forumstatic.ru/files/001c/6c/7d/22578.webp) center/cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    font-family: var(--main-font);
    font-size: 50px;
    border-bottom: 1px solid #b796a0;
    border-radius: 10px 10px 0 0;
    color: var(--tab-text);
}

.sh_g p strong {
    font-weight: 400;
}

.perseus {
    font-size: 13px;
    font-family: var(--main-font);
}


.infr_gb, .ank_osn, .ank_p {
    border-radius: 10px;
    font-family: var(--main-font);
    margin: 30px;
    font-size: 12px;
    background: var(--quote);
    padding: 15px 20px;
    border: 1px solid #cebec3;
}


.infr_gb p {
    padding: 0 !important;
    line-height: 170% !important;
}
.infr_gb p strong {
    font-weight: 600;
    font-style: italic;
    color: var(--accent);
}


.gface {
    display: flex;
    justify-content: center;
    font-family: var(--main-font);
    margin: 20px;
    gap: 20px;
}

.gb_spis {
    font-family: var(--main-font);
    font-size: 12px;
    background: var(--quote);
    padding: 15px 20px;
    border: 1px solid #cebec3;
    flex: 1;
    border-radius: 10px;
}

.guestb .code-box {
    color: #000;
    background: #efeeed;
    border: 1px solid #d6d2cc;
    margin: 30px !important;
}


.gbs {
    /* border: red 1px solid; */
    font-size: 11px;
    height: 110px;
    overflow-y: auto;
    margin-top: 6px;
}


.pa-fld4 {
    position: absolute;
    top: 88px;
    left: 2px;
    background: #f4f4f4;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #d4c6cb;
}


.pl_moon:before {
    content: "\f863";
    font-family: 'Font Awesome 6 Pro';
}

.pl_sun:before {
    content: "\f185";
    font-family: 'Font Awesome 6 Pro';
}

.pl_star:before {
    content: "\f005";
    font-family: 'Font Awesome 6 Pro';
}


.dark .pa-fld4 {
    background: #181818;
    border: 1px solid #222222;
}


.slov {
    background: var(--base-bg) center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    border: 1px solid #ccbcbd;
    font-family: noto serif display;
    font-size: 28px;
    padding: 10px;
    padding-bottom: 16px;
    border-radius: 10px;
    font-weight: 500;
}

.slov2 {    font-family: var(--main-font);
    font-size: 12px;
}

.slov_text {
    background: var(--quote);
    border: 1px solid var(--bord);
    border-width: 1px;
    padding: 15px 25px;
    font-family: var(--main-font);
    margin-top: 10px;
    border-radius: 10px;
}


.dark .guestb, .dark .anketa {
    background: url(https://forumstatic.ru/files/001c/6c/7d/57344.webp) top center/cover;
    border: 1px solid #060606;
}

.dark .sh_g {
    background: var(--dark-profile-bg);
    border-bottom: 1px solid #262626;
    color: var(--dark-tab-text);
}

.dark .perseus {
    font-size: 13px;
    font-family: var(--main-font);
    color: var(--dark-us-navi-link);
}


.dark .infr_gb, .dark .ank_osn, .dark .ank_p {
    background: var(--dark-quote);
    border: 1px solid #c3c3c3;
}


.dark .infr_gb p strong {
    font-weight: 600;
    font-style: italic;
    color: var(--dark-accent);
}


.dark .slov {
    background: url(https://forumstatic.ru/files/001c/6c/7d/29432.webp);
    border: 1px solid #161616;
    color: var(--dark-tab-text);
}

.dark .slov_text {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    border-width: 1px;
}




.ank_name {
    display: flex;
    justify-content: center;
    margin: 20px 20px 0;
    font-family: noto serif display;
    font-size: 26px;
    font-weight: 400;
}

.ank_q {
    font-family: var(--main-font);
    text-align: center;
    text-transform: lowercase;
}

.ank_img p {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 30px;
}


.ank_img {
    margin: 20px;}

.ank_f {
    margin: 0;
    font-family: var(--main-font);
    font-style: italic;
    font-weight: 400;
}

.ank_osn p {
    padding: 0 0 1em 0 !important;
    line-height: normal !important;
}


.anketa .spoiler-box > div {
    background: #efeeed !important;
}


.anketa .quote-box, .dark .anketa .quote-box {
    margin: 0 30px 30px!important;
}


.dark .anketa .spoiler-box > blockquote.visible {
    padding: 20px;
    background: #e7e7e7;
}

.anketa .spoiler-box > blockquote.visible {
    padding: 20px;
    background: #efeeed;
    border: 1px solid #c4b8bc;
    border-width: 0 1px 1px 1px;
}

.anketa {
    background: url(https://forumstatic.ru/files/001c/6c/7d/86329.webp) center/cover;
}

.ank_img p img {
    border-radius: 10px;
}


.pa-fld1:before {
    content: "";
    display: block;
    background: #dd88a1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
}

.dark .pa-fld1:before {
    content: "";
    display: block;
    background: #00000073;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: normal;
}


.dark .gb_spis {
    background: #b9b9b9;
    border: 1px solid #c3c3c3;
}


.nmp {
    font-family: bizz;
    font-size: 60px;
}


.dark .ank_name {
    color: var(--dark-tab-text);
}


.dark .ank_q {
    color: var(--bord);
}

.dark .anketa .spoiler-box > div {
    background: url(https://forumstatic.ru/files/001c/6c/7d/53886.webp) center !IMPORTANT;
    border: 1px solid #282828;
    color: var(--dark-tab-text);
    border-radius: 4px;
}


.dark #pun-index .category tr.inew {
    background: linear-gradient(0deg, #181818, #1616165c), url(https://forumstatic.ru/files/001c/6c/7d/69154.webp) bottom;
    box-shadow: 12px 9px 15px #bdbcba38;
    border: 1px solid #2f2f2f;
}


.dark #pun-index .category tr.inew .tcl h3 a {
    background: var(--dark-sec-accent);
    color: #dddcdc !important;
    box-shadow: 5px 5px 10px #350f0e5c;
}


.dark #pun-index .category tr.inew div.tclcon p {
    background: #00000070;
    color: var(--dark-tab-text);
}


.dark #pun-index .category tr.inew .datetime, .dark #pun-index .category tr.inew  .byuser {
    color: #b9b5b6;
}


.dark #pun-about p.container:before {
    background: url(https://forumstatic.ru/files/001c/6c/7d/92731.webp);
}


.dark #pun-about p.container:after {
    background: url(https://forumstatic.ru/files/001c/6c/7d/22761.webp);
    width: 124px;
    height: 111px;
    top: 35px;
}



.dark #pun-index .category h2 span, .dark #pun-stats h2 span {
    color: var(--dark-tab-text);
    text-shadow: 6px 5px 20px #161616;
}




.dark .punbb .code-box strong.legend a {
color: var(--dark-tab-text);
}

.dark .punbb .code-box strong.legend a:hover {
color: var(--dark-quote);
}






/***  СТАРЫЕ ПЛАШКИ ***/

.pl_one, .pl_two, .pl_three, .pl_four, .pl_five, .pl_six, .pl_seven, .pl_eight, .pl_nine, .pl_ten, .pl_eleven {
    width: 216px;
    overflow: hidden;
    height: 46px;
    border-radius: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #d8d5cf;
    background: linear-gradient(-45deg, #706e6791, #706e6791), url(https://forumstatic.ru/files/001c/39/c6/49093.webp) top center no-repeat;
    color: #efeeed;
}



.pl_one bq, .pl_two bq, .pl_three bq, .pl_four bq, .pl_five bq, .pl_six bq, .pl_seven bq, .pl_eight bq, .pl_nine bq, .pl_ten bq, .pl_eleven bq {
    font-family: var(--main-font);
    text-transform: lowercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .4px;
    color: #e7e7e7;
}


.pl_one sq, .pl_two sq, .pl_three sq, .pl_four sq, .pl_five sq, .pl_six sq, .pl_seven sq, .pl_eight sq, .pl_nine sq, .pl_ten sq, .pl_eleven sq {
    font-size: 10px;
    color: #e7e7e7;
}


.pl_four {
    background: linear-gradient(-45deg, #706e6791, #706e6791), url(https://forumstatic.ru/files/001c/39/c6/85406.webp) top center no-repeat;
}







.dark .pl_one, .dark .pl_two, .dark .pl_three, .dark .pl_four {
    border-top: 1px solid #434343;
    background: linear-gradient(45deg, #313132b5, #3232345e), url(https://forumstatic.ru/files/001c/39/c6/59275.webp) top center no-repeat;
    color: #e7e7e7;
}


.FNTslider {
    border-radius: 2px;
    position: relative;
    z-index: 3;
    background: var(--bord);
    width: 110px;
    height: 7px;
    border: solid 1px #9f9e9e70;
    order: 1;
}
.FNTslider .before {
    height: 5px;
    border-right: none 0;
    position: absolute;
    background: var(--dark-tab-text);
    border-radius: 2px 0 0 2px;
}
.FNTslider .thumb {
    width: 8px;
    height: 7px;
    border-radius: 0;
    position: relative;
    background: var(--accent);
    cursor: pointer;
    margin-top: -1px;
}


.dark .FNTslider {
    background: var(--dark-bord);
    border: solid 1px #78787870;
}


.dark .FNTslider .before {
    background: var(--dark-tab-text);
}

.dark .FNTslider .thumb {
    background: var(--dark-accent);
}


.nmp p {
    font-family: bizz;
    font-size: 60px !important;
}


#pun-searchposts .post h3 span, #pun-messages .post h3 span {
    width: auto;
}












.pj-str {
    display: flex;
    background: url(https://forumstatic.ru/files/001c/6c/7d/23233.webp) center/cover;
    height: auto;
    width: 780px;
    margin: auto;
    padding: 20px;
    border: 1px solid #dfdcdc;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 10px;
    color: var(--dark-text);
    box-shadow: 4px 4px 30px #00000075;
}


.reveal-modal .close-reveal-modal {
    right: -44px;
}


.pj-one {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}


.pj-one god-or {
    background: #bba5ac;
    border: 1px solid #b29ba7;
    border-radius: 5px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: #f2f2f2;
    font-size: 12px;
    text-shadow: 6px 2px 10px #856f76;
    margin: 0 20px;
}


.pl-and-text {
    border: 1px solid #b29ba7;
    background: #d7d1d4;
    border-radius: 10px;
    margin-top: -1px;
    height: 155px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pl-and-text text {
    display: block;
    padding: 20px 220px 0px 60px;
    font-family: var(--main-font);
    font-size: 10px;
    position: relative;
    height: 65px;
}


.pl-and-text text::before {
    content: '';
    background: url(https://forumstatic.ru/files/001c/6c/7d/12620.webp);
    width: 41px;
    height: 34px;
    position: absolute;
    left: 12px;
}

.pl-and-text pl {
    display: flex;
    margin: 0 20px;
    gap: 10px;
    width: 482px;
    /* border: 1px solid red; */
    overflow-x: auto;
}

.pj-av {
    position: absolute;
    right: 0;
}

.pj-av img {
    border-radius: 5px;
    border: 1px solid #b29ba7;
    width: 183px;
}


.pj-sec {
    border: 1px solid #b29ba7;
    background: #d7d1d4;
    border-radius: 10px;
    margin-top: 26px;
    height: 184px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}


.pj-sec span {
    background: #bba5ac;
    border: 1px solid #b29ba7;
    border-radius: 5px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: #f2f2f2;
    font-size: 12px;
    text-shadow: 6px 2px 10px #856f76;
    margin: -12px 20px 0;
    width: 220px;
    text-transform: uppercase;
    flex-shrink: 0;
}


.tarot-and-bg {
    display: flex;
    margin: 0 20px 20px;
    gap: 20px;
}

.tarot-and-bg crds {
    flex-shrink: 0;
    /* border: 1px solid red; */
    height: 138px;
    overflow-x: auto;
    width: 430px;
    display: flex;
    overflow-y: hidden;
}

.tarot-and-bg crds img {
    height: 124px;
    transition: 1s;
}


.tarot-and-bg bg {
    flex-shrink: 0;
    /* border: 1px solid red; */
    height: 138px;
    overflow-x: auto;
    width: 240px;
    display: flex;
    overflow-y: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 7px;
}
.tarot-and-bg bg img {
    border-radius: 100%;
    width: 54px;
    height: 54px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #9a586b54;
    filter: grayscale(.4);
}


.pj-thr {
    border: 1px solid #b29ba7;
    background: #d7d1d4;
    border-radius: 10px;
    margin-top: 26px;
    height: 184px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}


.pj-thr span {
    background: #bba5ac;
    border: 1px solid #b29ba7;
    border-radius: 5px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: #f2f2f2;
    font-size: 12px;
    text-shadow: 6px 2px 10px #856f76;
    margin: -12px 20px 0;
    width: 220px;
    text-transform: uppercase;
    flex-shrink: 0;
}


.collect-pj {
    position: relative;
    display: flex;
    gap: 20px;
    margin: 0 20px 20px;
    justify-content: space-between;
}


.collect-pj kart {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    height: 116px;
    overflow: auto;
    gap: 6px;
    width: 325px;
}

.collect-pj kart img {
width: 54px;
    height: 54px;
    object-fit: cover;
    object-position: center;}


.st-k sp, .ecs-k sp {
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 10px;
    color: var(--dark-bord);
    margin-bottom: 6px;
    display: block;
}


.pj-fr {
    border: 1px solid #b29ba7;
    background: #d7d1d4;
    border-radius: 10px;
    margin-top: 26px;
    height: 114px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}


.pj-fr span {
    background: #bba5ac;
    border: 1px solid #b29ba7;
    border-radius: 5px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: #f2f2f2;
    font-size: 12px;
    text-shadow: 6px 2px 10px #856f76;
    margin: -12px 20px 0;
    width: 220px;
    text-transform: uppercase;
    flex-shrink: 0;
}


.gift-pj {
    display: flex;
    margin: 10px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
}


.gift-pj img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}


/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#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: 5px !important;
  margin-left: 22px !important;
  display:inline-block!important; 
}
#pun-navlinks #New-exit img{ 
position: absolute;
width: 18px;
height: auto;
opacity: .74;
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:empty,#form-login #fld2:empty,
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: #d4d4d4;
} 
.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: #a97d89!important;
border: 1px outset rgba(161,172,152,.8)!important;
text-align: center;
padding: 0 12px!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: #EFEFEF;
min-height:183px;
border: 1px solid #626262;
border-radius: 0px 0px 6px 6px;
color: #000000;/*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: 8px;
width: 122px;
z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -30px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -30px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -30px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
 margin: 11px 0;
} 
.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.4!important; 
display:inline;
background: none!important;
padding: 0 0 0 3px!important;
color: #76333C!important;
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: #EFEFEF;
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: #a97d89;
text-transform: none!important;
text-align: left;
box-shadow: 2px 2px 1px rgb(251, 251, 251);
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: #D4D4D4;
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: #000000;
} 
/*Кликалка слева, чуть выше инпута*/ 
#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; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/