/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1753569523.css);

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Commissioner:wght@100..900&family=Oranienbaum&family=Viaoda+Libre&display=swap');


@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'chavter';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/5e/59/23631.otf);
}



:root {
    --base-bg: #212323 url(https://forumstatic.ru/files/001c/5e/59/38822.webp);
    --base-bg2: #d5d6cd;
    --text: #252525;
    --accent: #74231e;
    --navi-link: #ddded6;
    --navi-link-hov: #ca3b33;
    --head: url(https://forumstatic.ru/files/001c/5e/59/38942.webp);
    --categ: url(https://forumstatic.ru/files/001c/5e/59/30417.webp);
    --main-font: arimo;
    --sec-font: viaoda libre;
    --accent-font: chavter;
    --profile-bg: url(https://forumstatic.ru/files/001c/5e/59/10886.webp) top center no-repeat, #bdbeb5;
    --quote: #c5c5bd;
    --quote-fon: url(https://forumstatic.ru/files/001c/5e/59/96500.webp);
    --bord: #bdbdb6;
    --fon-color: #953c35;
    --other-fon: #7e2520;


    --dark-base-bg: #101212 url(https://forumstatic.ru/files/001c/5e/59/88037.webp);
    --dark-base-bg2: #171919 url(https://forumstatic.ru/files/001c/5e/59/23154.webp) repeat;
    --dark-text: #e6e7e1;
    --dark-accent: #b03e36;
    --dark-navi-link: #b9b9b9;
    --dark-navi-link-hov: #a73e3b;
    --dark-head: url(https://forumstatic.ru/files/001c/5e/59/99349.webp);
    --dark-categ: url(https://forumstatic.ru/files/001c/5e/59/99349.webp);
    --dark-profile-bg: url(https://forumstatic.ru/files/001c/5e/59/99349.webp) top center no-repeat, #161818;
    --dark-quote: #141616;
    --dark-quote-fon: url(https://forumstatic.ru/files/001c/5e/59/99349.webp);
    --dark-bord: #252626;
    --dark-fon-color: #7c2f2c;
    --dark-other-fon: #922f2d;
}




/* 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;
}

/* 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;
    border-radius: 0 0 3px 3px;
}

/* 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: 1000px;
    margin-top: 90px;
    margin-bottom: 80px;
    background: var(--base-bg2);
    position: relative;
    border-radius: 13px;
}


/* 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;
  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: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 8px;
    width: auto;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    background: #7f251f;
    display: inline-flex;
    padding: 3px 20px;
    gap: 4px;
    color: var(--base-bg2);
    margin-left: -21px;
    border-radius: 0 3px 3px 0;
}





/* 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
  }

/* 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%;
}

#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;
}

/* 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(--accent-font);
    font-size: 20px;
    text-align: left;
    height: auto;
    display: block;
    margin-top: 0px;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px #ababa5;
}


#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: 11px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/* 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;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 500 11px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 245px;
    border-radius: 5px;
    padding: 5px 15px;
    gap: 20px;
    border: 1px solid var(--bord);
    width: 100%;
}


/* 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: 230px;
    background: linear-gradient(45deg, #a1a19c94, transparent), var(--profile-bg) top right / cover;
    margin: -2px 0px 0px 0px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 10px;
    padding-top: 0px;
    position: relative;
    border: 1px solid #a9ab9f;
    border-radius: 6px;
    box-shadow: 7px 5px 40px #4242423b;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 14px 0;
    line-height: 160%;
}


/* C3.7 */
.pa-author {
    font-family: var(--accent-font), var(--sec-font);
    font-size: 25px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: .5px;
    text-transform: none;
    margin: 17px 0 10px;
    text-align: center;
    position: relative;
    text-shadow: 0px 0px 10px #b8b8b1;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    color: var(--text) !important;
}

.pa-author a:hover {
    color: var(--accent) !important;
}
.pa-author::first-letter {
    color: var(--accent);
}

/* C3.9 */
li.pa-title {
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0.5px;
    text-align: center;
    margin: 5px 5px 0 5px;
    text-transform: uppercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 240px;
    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 {
    top: -57px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    height: 39px;
    left: 0;
    text-transform: lowercase;
    /* border: 1px solid red; */
    justify-content: center;
    position: absolute;
    border-radius: 5px;
    width: 100%;
}

#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;
    /* border: 1px solid red; */
    padding-inline-start: 0px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 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 {
    font-size: 10px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    text-transform: none;
    gap: 3px;
    color: var(--text);
    margin-top: -63px;
}


/* 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(--sec-font);
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    WIDTH: auto;
    margin-top: 12px;
    letter-spacing: 0.5px;
}


#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: 0em 1em 0em 1em;
    margin-top: 18px;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 20px 25px;
    font-family: var(--main-font);
    background: var(--quote);
    border-radius: 3px;
    border: 1px solid var(--bord);
    box-shadow: 6px 6px 20px #c5c5bdbf;
    margin-top: 20px;
}

/* 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: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    font-family: var(--sec-font);
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
}

/* 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;
}






.punbb .code-box strong.legend a {
    font-weight: 500;
    color: #f1f0ee;
    text-transform: uppercase;
}

.punbb .code-box strong.legend a:hover {
    font-weight: 500;
    color: #ede4d4;
}

#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 0px 20px;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: var(--quote);
    border-radius: 3px;
    margin: 20px 0;
    border: 1px solid var(--bord);
    box-shadow: 6px 6px 20px #c5c5bdbf;
}

#pun-index .category table tr + tr {
margin: 15px 0;

}


#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;
    border-radius: 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(--quote);
    text-transform: lowercase;
    border-radius: 5px;
}

.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(--navi-link);
}


#html-header a {
    transition: all .7s ease-in-out 0s;
    color: var(--quote);
    font-weight: 600;
}

#html-header a:hover {
    color: var(--fon-color);
}








.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 {
    color: var(--base-bg2) !important;
    padding: 6px 15px;
    font-size: 12px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #446860;
    box-shadow: 6px 5px 10px #b4bdba73;
}

.html-box a span {
    text-transform: lowercase;
    font-size: 10px;
}


.html-box a:hover {
    background: var(--base-bg);
    color: #fbfaf8 !important;
    border: 1px solid #949d9a;
}


#tooltip {position: absolute; 
background: #587d76; 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;
}


.Add {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: #29292b;
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
content: '\f07b';
    font-family: 'Font Awesome 6 Pro';
font-size: 12px;
    color: #779b93;
}

.mssg:before {
content: '\f075';
    font-family: 'Font Awesome 6 Pro';
font-size: 12px;
    color: #779b93;
}








.Tems_And_messages {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sered {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

#pun-index .category tr.inew {
    background: linear-gradient(45deg, #c5c5bd, #c5c5bd70), var(--quote-fon);
    box-shadow: 8px 8px 11px #d6d7d4c7;
    border: 1px solid #b4b5ad;
    overflow: hidden;
    box-shadow: 12px 9px 40px #0000001a;
}


#pun-index .category tr.inew:before {
    background: #953c35;
    content: ' ';
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
}




#plng {
    padding: 4px 10px;
    font-family: var(--main-font);
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    background: var(--quote);
    border: 1px solid var(--bord);
    border-radius: 3px;
}


.spoiler-box {
    padding: 0 !important;
}

.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--main-font);
    background: var(--quote-fon) !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.post-content .spoiler-box > blockquote.visible {
    padding: 20px;
}


.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid var(--bord);
}

.proffl {
    border-radius: 4px;
    background: #c7c7bf;
    margin: 0 10px 10px;
    border: 1px solid #a3a59a;
    box-shadow: 7px 5px 40px #00000014;
    padding: 0 5px 5px;
}


#pun-index .category h2, #pun-stats h2 {
    width: auto;
    -webkit-text-size-adjust: 100%;
    margin: 10px -30px 0;
    display: flex;
    padding: 0 !IMPORTANT;
    justify-content: flex-start;
    gap: 10px;
    text-transform: none !important;
    align-items: stretch;
    overflow: hidden;
    flex-direction: row-reverse;
    background: linear-gradient(45deg, #c5c5bd59, #c5c5bd82), var(--categ) center -92px;
}

#pun .category h2 span, #pun-stats h2 span {
    position: relative;
    background: var(--base-bg) right/cover;
    width: auto;
    box-sizing: border-box;
    padding: 5px 30px 4px !important;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    margin-top: 0;
    font-family: var(--accent-font);
    color: var(--base-bg2);
    font-size: 21px;
    border-radius: 10px 0 0 10px;
}

#pun-index .category h2 seid, #pun-stats h2 seid {
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 21px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    font-family: var(--accent-font);
}


.podfor_links {
    display: flex;
    gap: 10px;
}


.podfor_links a {
    background: var(--fon-color) !important;
    color: #dbdbd6 !important;
    padding: 2px 10px 3px;
    border-radius: 3px;
}


.podfor_links a:hover {
    background: var(--text) !important;
    color: #dbdbd6 !important;
}


.lazar_us {
    width: 226px;
    position: absolute;
    /* border: 1px solid red; */
    top: 194px;
    left: 389px;
    height: 65px;
    z-index: 999;
    text-align: center;
}





/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation, .spirit-navigation2 {
    background: #1d201f;
    width: 296px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: .6px;
    position: absolute;
    top: 65px;
    left: 37px;
    height: 27px;
    z-index: 100;
    /* border: red 1px solid; */
    border-radius: 0 0 10px 10px;
    color: #cfd0c9;
    padding-bottom: 3px;
}
.spirit-navigation2 {
    left: auto;
    right: 37px;
}


/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock, #navigblock2 {
    left: 37px;
    position: absolute;
    top: 119px;
    text-align: center;
    z-index: 999;
    width: 296px;
}


#navigblock2 {
    right: 37px;
    left: auto;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka, .sslka2 {
    justify-content: space-evenly;
    background: var(--base-bg);
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    box-sizing: border-box;
    border-radius: 10px;
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a, #pun .sslka2 a {
    border-radius: 6px;
    gap: 10px;
    transition: all 0.3s linear 0s;
    font-weight: 300;
    background: var(--accent);
    text-transform: lowercase;
    flex: auto;
    padding: 4px 15px 5px;
    font-size: 12px;
    font-family: var(--main-font);
    color: var(--base-bg2);
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ссылка при наведении */
#pun .sslka a:hover, #pun .sslka2 a:hover {
    background: var(--text);
    color: #d7d0c3;
}

.lazarus_news {
    position: absolute;
    /* border: red 1px solid; */
    left: 37px;
    top: 125px;
    width: 295px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--main-font);
    font-size: 11px;
    height: 107px;
    overflow-y: auto;
    padding-right: 10px;
    z-index: 100;
}


.lazarus_news p {
    line-height: 19px;
}


.lazarus_news p w {
    font-family: var(--sec-font);
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
}


.ams, .weather {
    background: #822722;
    width: 296px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-font);
    text-transform: lowercase;
    font-size: 12px;
    letter-spacing: .6px;
    position: absolute;
    top: 265px;
    left: 37px;
    height: 27px;
    gap: 4px;
    line-height: 9px;
    border: 1px solid #912e28;
    z-index: 100;
}


.weather {
    left: auto;
    right: 37px;
}


.lazarus_ques {
    position: absolute;
    /* border: red 1px solid; */
    right: 112px;
    top: 125px;
    width: 225px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--main-font);
    font-size: 11px;
    height: 115px;
    overflow-y: hidden;
    padding-right: 10px;
    z-index: 100;
}


.lazarus_ques text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
    height: 94px;
}


.lazarus_ques zag {
    font-family: var(--sec-font);
    font-size: 17px;
    text-transform: uppercase;
}


.activees {
    height: 162px;
    width: 55px;
    top: 116px;
    display: flex;
    justify-content: flex-start;
    right: 32px;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    gap: 9px;
    color: var(--text);
    flex-direction: column;
}

.activees div, .activees2 div {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.activees img, .activees2 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    opacity: 0.7;
}
.activees div:after, .activees2 div:after {
    content: "";
    background: #3f4342;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
    border-radius: 5px;
}

.activees div:hover img, .activees2 div:hover img {
    filter: grayscale(100%);
}

.activees div:hover:after, .activees2 div:hover:after {
    opacity: 1;
    background: #877373;
    mix-blend-mode: multiply;
}

.lazarus_sh {
    background: url(https://forumstatic.ru/files/001c/5e/59/16819.webp) no-repeat;
    width: 1000px;
    height: 250px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 64px;
    pointer-events: none;
}


.lazarus_crc, .lazarus_crc2 {
    width: 304px;
    height: 304px;
    position: absolute;
    top: 43px;
    left: 347px;
    /* opacity: .5; */
}


.lazarus_crc img, .lazarus_crc2 img { 
    left: 0; 
    position:absolute; 
    top: 0; 
    transition-duration: 3s;
}

.lazarus_crc img.raz, .lazarus_crc2 img.raz {
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 2s;
}
  .lazarus_crc:hover img.raz,   .lazarus_crc2:hover img.raz {
    opacity:1;filter:alpha(opacity=100); 
    margin-top: 0px;
    width: 304px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 8s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}
  .lazarus_crc:hover img.dva, .demo img.dva:hover, 
.lazarus_crc2:hover img.dva, .demo img.dva:hover {opacity:0;filter:alpha(opacity=0); transition-duration: 2s;

}



@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}



.lazar_us name {
    font-family: var(--accent-font);
    font-size: 75px;
    line-height: 16px;
}



.lazar_us span {
    background: #1d201f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-font);
    transform: rotate(-1deg);
    z-index: 100;
    border-radius: 10px;
    border-radius: 20px;
    height: 31px;
    margin-top: -5px;
}


.pl-reports {display:none!important;}


#stylelist {
    position: absolute;
    z-index: 200;
    opacity: 1;
    top: 190px;
    margin: 0;
    left: 351px;
    padding: 0px;
    overflow: hidden;
    width: 300px;
    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: #c5c6c0;
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

#stylelist li[data="light"] a::before {
    content: '\f185';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
}

#stylelist li[data="dark"] a::before {
    content: '\f186';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
}

.lazarus_crc2 {
display: none;
}




/*** ТЕМНЫЙ ***/

.dark #pun {
    background: var(--dark-base-bg2);
    box-shadow: 0px 0px 0px 1px #2b2c2c, 0px 0px 60px #0f1110;
}

.dark .lazarus_sh {
    background: url(https://forumstatic.ru/files/001c/5e/59/40935.webp) no-repeat;
}

.dark .lazarus_crc {
display: none;
}

.dark .lazarus_crc2 {
    display: block;
    opacity: .6;
}



.dark #stylelist li[data="light"] a, .dark #stylelist li[data="dark"] a {
    color: #c1c1bf;
}


.dark #pun-status .container {
    color: var(--dark-text);
}

.dark #pun-index .category h2, .dark #pun-stats h2 {
    background: linear-gradient(45deg, #0000002b, #00000099), var(--dark-categ) center -92px;
    border: 1px solid var(--dark-bord);
    border-width: 1px 0;
    color: var(--bord);
}


.dark #pun .category h2 span, .dark #pun-stats h2 span {
    background: var(--dark-base-bg) left top;
    color: var(--bord);
}

.dark #pun-index .category table tr {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    box-shadow: 6px 6px 20px #121413;
}

.dark .spirit-navigation, .dark .spirit-navigation2 {
    background: #161819;
}

.dark .ams, .dark .weather {
    background: #4d1e1b;
    border: 1px solid #5c2423;
}

.dark #html-header a {
    color: #cbcbcb;
}

.dark #html-header a:hover {
    color: var(--fon-color);
}


.dark #pun-stats .container {
    border-radius: 3px;
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    box-shadow: 6px 6px 20px #121413;
}


.dark .pagelink, .dark .new-poll a, .dark .new-topic a, .dark .postlink span a {
    background: var(--dark-quote);
    color: var(--dark-text);
}


.dark .forum tr {
    background: var(--dark-quote);
}


.dark .punbb .post h3 span {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
}


.dark .punbb .post .post-author {
    background: var(--dark-profile-bg) top right/cover;
    border: 1px solid var(--dark-bord);
    box-shadow: 7px 5px 40px #00000059;
}


.dark .pa-author::first-letter {
    color: var(--dark-accent);
}


.dark .pa-author a {
    font-weight: 400 !important;
    color: #c5c6c3 !important;
    text-shadow: 0px 0px 10px #000;
}


.dark .pa-author a:hover {
    color: #a63e36 !important;
}

.dark .proffl {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    box-shadow: 7px 5px 40px #00000014;
}


.dark .punbb .post-links ul {
    border-color: var(--dark-bord);
    border-bottom-width: 1px;
}


.dark .punbb textarea, .dark .punbb input, .dark .punbb select, .dark .punbb optgroup {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    color: var(--dark-text);
}


.dark .subscribelink {
    background: var(--dark-quote);
}





.player-wrapper {
    background: transparent;
    height: 30px;
    width: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.play-pause {
    width: 27px;
    height: 27px;
    padding: 0;
    background: #1d201f;
    border: none;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #818080;
    box-shadow: 0px 0px 20px #242625;
}

.play-pause.paused::before {
    content: '';
    display: inline-block;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 7px;
    border-color: transparent transparent transparent #d8d8da;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 5px 0 5px 7px;
}
.play-pause::before {
    content: '';
    display: inline-block;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 7px;
    border-color: transparent transparent transparent #d9d5d2;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: double;
    border-width: 0px 0 0px 7px;
}

.playerNode {
    /* border: 1px solid red; */
    position: relative;
}

.track, .volume {
    height: 100%;
    background: linear-gradient(0deg, transparent 0, transparent 50%, #d9d5d2 50%, transparent calc(50% + 1px), transparent);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    display: none;
}
.track {
    width: calc(80% - 60px);
}
.volume {
    width: 20%;
}
.thumb {
    width: 7px;
    height: 7px;
    top: calc(50% - 4px);
    background: #d8d8da;
    border-radius: 50%;
    position: absolute;
}



.ssong {
    height: 30px;
    width: 304px;
    display: flex;
    color: #d5d6cd;
    position: absolute;
    top: 261px;
    left: 347px;
    /* border: red 1px solid; */
    text-transform: uppercase;
    font-family: var(--main-font);
    gap: 10px;
    z-index: 999;
    font-size: 10px;
    justify-content: center;
}






.dark .post-img-Sp[data=".Sp1"], .dark .post-img-Sp[data=".Sp2"], .dark .post-img-Sp[data=".Sp3"] {
    filter: brightness(0.8);
}


.go-up, .go-down {
    border: 1px solid #2a2d2b;
    background: #1a1b1a;
    width: 50px;
    height: 26px;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
    color: #d5d6cd;
    font-family: var(--accent-font);
    font-size: 14px;
    transform: rotate(90deg);
    letter-spacing: 1px;
border-width: 1px 1px 0px 1px;
}


.dark .go-up, .dark .go-down {
    border: 1px solid #89322c;
    background: var(--dark-fon-color);
    color: #d9e5e5;
}
.go-up span, .go-down span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}










.ss_name {
    width: 160px;
    visibility: visible;
    opacity: 0.5; 
    position: absolute;
    bottom: -30px;
    left: -65px;
    text-align: center;
    padding: 5px;
    height: auto;
    /* background: #000; */
    color: #eaebe4;
    /* border: 1px solid red; */
    text-transform: none;
}



.playerNode:hover .ss_name {
    visibility: visible;
    opacity: 1;
}


.dark .post-content .spoiler-box > div {
    background: var(--dark-categ) !important;
    border-radius: 6px;
}


#pun-admain .adlabel {
    width: 18em !important;
}



/*** табы ***/

.matchst {
    display: flex;
    gap: 0;
    margin: 0 0px 0 -10px;
}

.oformlenie_knopki, .oformlenie_knopki2, .oformlenie_knopki3 {
    text-transform: uppercase;
    /* display: inline-block; */
    cursor: pointer;
    width: auto;
    flex: auto;
    display: flex;
    padding: 6px;
    text-align: center;
    font-family: var(--main-font);
    height: 37px;
    font-size: 12px;
    color: var(--base-bg2);
    background: url(https://forumstatic.ru/files/001c/5e/59/28013.webp) center fixed;
    justify-content: center;
    align-items: center;
}


.matchst_tex {
    margin: 0 0px 0 -10px;
    background: var(--quote);
    padding: 10px 20px 20px;
    font-family: var(--main-font);
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--bord);
    min-height: 150px;
    line-height: 18px;
    font-size: 13px;
}

.oformlenie_knopki2 {
border-radius: 5px 0 0 0;
}


.oformlenie_knopki3 {
border-radius: 0px 5px 0 0;
}


.lazars p, .laz_tit p {
    padding: 0 !important;
    line-height: normal !important;
}


.lazars {
    border: 1px solid #a4a59fa3;
    border-radius: 10px;
    background: linear-gradient(45deg, #e9e9e252, transparent), var(--profile-bg) top right / cover;
    margin: 0 0 0 -10px;
    box-shadow: 7px 5px 40px #4242423b;
}


.laz_name {
    font-family: var(--sec-font);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    height: 50px;
    color: var(--dark-bord);
}



.laz_img {
    display: flex;
    justify-content: center;
}


.laz_img p img {
    width: 560px;
    border-radius: 10px;
    box-shadow: 7px 5px 40px #4242423b;
    border: 1px solid #191b1b3b;
}


.laz_tex {
    background: var(--quote);
    margin: 20px 50px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 7px 5px 40px #4242423b;
    border: 1px solid #a4a59fa3;
    font-family: var(--main-font);
    white-space: break-spaces;
    font-size: 12px;
}



.punbb .post .post-author .Spb1, .punbb .post .post-author .Spb2, .punbb .post .post-author .Spb3 {
    cursor: pointer;
    background: url(https://forumstatic.ru/files/001c/5e/59/82398.webp);
    width: 51px;
    display: inline-flex;
    height: 16px;
    justify-content: center;
    color: var(--base-bg2);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 9px;
}

.punbb .post .post-author .Spb2 {
    width: 62px;
    margin: 0 10px;
}


ul.post-ul-Sp.Sp1, ul.post-ul-Sp.Sp2, ul.post-ul-Sp.Sp3 {
margin-top: 10px;
}




.dark .matchst_tex {
    margin: 0 0px 0 -10px;
    background: var(--dark-quote);
    padding: 10px 20px 20px;
    font-family: var(--main-font);
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--dark-bord);
    min-height: 150px;
    line-height: 18px;
}





/*** СЛАЙДЕР ***/

.slider {
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
    border: 1px solid var(--bord);
    border-radius: 6px;
    margin: auto;
}

        .slides {
            display: flex;
            transition: transform 0.5s ease;
            width: 300%; /* 100% * количество слайдов */
        }

        .slide {
            width: 100%; /* Каждый слайд занимает 100% ширины контейнера */
            height: 400px;
            flex-shrink: 0;
        }

.slide img {
    width: 600px;
    height: 400px;
    object-fit: cover;
}

        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(255, 255, 255, 0.7);
            border: none;
            cursor: pointer;
            padding: 10px;
            border-radius: 5px;
            z-index: 10;
        }

        .arrow.left {
            left: 10px;
        }

        .arrow.right {
            right: 10px;
        }

        /* Скрываем стрелки, если слайдов меньше 2 */
        .arrow.hidden {
            display: none;
        }


.dark .lazars {
    border: 1px solid #252626;
    border-radius: 10px;
    background: linear-gradient(45deg, #161818, transparent), var(--dark-profile-bg) top right / cover;
    margin: 0 0 0 -10px;
    box-shadow: 7px 5px 40px #0000003b;
}



.dark .slider {
    border: 1px solid var(--dark-bord);
}

.dark .laz_tex {
    background: var(--dark-quote);
    margin: 20px 50px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 7px 5px 40px #0000003b;
    border: 1px solid #242525;
    font-family: var(--main-font);
    white-space: break-spaces;
}




#banners {
    height: 31px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 2px;
    position: absolute;
    /* border: red 1px solid; */
    flex-wrap: wrap;
    /* padding-bottom: 10px; */
    box-sizing: border-box;
    margin-top: 30px;
    flex-direction: row;
    overflow-y: auto;
    opacity: 1;
    left: 0;
}

#banners img {
    cursor: pointer;
    opacity: .7;
    transition: 1s;
}


#banners img:hover {
    cursor: pointer;
    opacity: .9;
    transition: 1s;
}


.dark .laz_name {

    color: var(--base-bg2);
}


.sharelink{display:none!important;}
.pl-share{display:none!important;}


#pun-searchposts .post h3 span, #pun-messages .post h3 span {
    width: auto;
}


.pa-fld1 {
    font-size: 13px;
    margin: 5px;
}




#chfont {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 999;
    display: flex;
    gap: 5px;
    align-items: center;
    background: #d2cbb9;
    border-radius: 6px;
    border: 1px solid #b3ad9a;
}

#chfontbut {
    background: url(https://forumstatic.ru/files/001c/58/3e/98228.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: #cbc2ac;
    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(--dark-text);
    cursor: pointer;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}