/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1774274163.css);
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@1..1000&display=swap');

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
    font-family: 'AttackType';
    src: url('https://forumstatic.ru/files/001c/ac/b2/42931.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AttackType';
    src: url('https://forumstatic.ru/files/001c/ac/b2/67971.otf') format('opentype');
    font-weight: medium;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AttackType';
    src: url('https://forumstatic.ru/files/001c/ac/b2/18192.otf') format('opentype');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}


/* Variables */
:root {
    --bagmain: url('https://upforme.ru/uploads/001c/ac/b2/2/894962.webp') center no-repeat;
    --bghead: url('https://forumstatic.ru/files/001c/ac/b2/10203.webp') center no-repeat;
    --futbg: url('https://forumstatic.ru/files/001c/37/ca/63550.png') center no-repeat;
    --navlinksmainf: "Ysabeau SC";
    --navlinksmainc: rgb(27 31 6);
    --alllinkscol: rgb(136 8 42);
    --bodyc: rgb(235 237 236);
    --borderm: 1px solid rgb(27 31 6);
    --bannersscroll: rgb(27 31 6);
    --head300: 300;
    --headborder: 1px solid rgb(226 219 194);
    --headfname: "AttackType";
    --textbold: 800;
    --textmiddle: 500;
    --textreg: 400;
    --datecolor: rgb(27 31 6);
    --newnbg: rgb(114 91 59);
    --newnbr: 1px solid rgb(234 234 234);
    --newhov: rgb(66 66 55);
    --maintextcol: rgb(27 31 6);
    --catbord: 1px solid #1b1f0652;
    --cath2: url('https://forumstatic.ru/files/001c/ac/b2/19334.jpg');
    --hovllinkalll: rgb(32 36 23);
    --opforcol: rgb(112 102 75);
    --opforbac: rgba(215, 214, 209, 0.5);
    --iconbac: rgba(215, 214, 209, 0.8);
    --messinfo: rgb(228, 227, 221);
    --mssinfb: 1px solid rgba(69, 67, 61, 0.07);
    --profbg: rgb(227 226 224);
    --profbord: 1px solid rgba(112, 102, 75, 0.17);
    --profimgb: 1px solid rgba(112, 102, 75, 0.4);
    --proftext: rgb(86 79 60);
    
    --day-theme: url(https://forumstatic.ru/files/001c/ac/b2/59049.svg);
    --night-theme: url(https://forumstatic.ru/files/001c/ac/b2/56445.svg);
}


/* 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 {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none;
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle;
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */

html {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 80% Ysabeau SC, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb optgroup {
  font: 1em arial, helvetica, sans-serif;
  font-weight: 400;
  color: var(--hovllinkalll);
  padding: 10px;
  letter-spacing: .5px;
  }

.punbb input {
    padding: 1px 10px 3px;
    color: var(--datecolor);
    background: rgb(205 193 197);
    font-family: var(--navlinksmainf);
    font-weight: var(--textreg);
    border: 1px solid #85848087;
    font-size: 14px;
    letter-spacing: .3px;
}

#pun-admain input {
    padding: 1px 10px 3px;
    color: var(--datecolor);
    background: rgb(205 193 197);
    font-family: var(--navlinksmainf);
    font-weight: var(--textreg);
    border: 1px solid #85848087;
    font-size: 14px;
    letter-spacing: .3px;
}

.podfora {
    display: flex;
    gap: 0 5px;
    flex-wrap: wrap;
}

.punbb select{
    padding: 1px 10px 3px;
    color: var(--datecolor);
    background: rgb(217 210 211);
    font-family: var(--navlinksmainf);
    font-weight: var(--textreg);
    border: 1px solid #9c8e8bb0;
    font-size: 14px;
    letter-spacing: .3px;
}


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

.reactions-container {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1em;
  }

.inner.post_reputation {
    background: rgb(227 226 224);
}


/* A3.6 */
.punbb pre {
  font: 1em/140% Ysabeau SC, "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;
  }

#main-reply {
    width: 100%;
    background: rgb(223 220 221);
    border: var(--catbord);
}

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: none;
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

#profile .tcl {
    width: 13% !important;
}

#profile .tc2 {
    width: 25% !important;
    text-align: center;
    font-size: 11px;
    color: #000;
    padding-right: 5px;
}

#profile .tc3 {
    width: 12% !important;
    font-size: 12px;
    color: #000;
    padding-right: 5px;
    padding-left: 0px;
}

/* 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 {
    position: relative;
    background: var(--bodyc);
    margin: auto;
    width: 1000px;
    box-sizing: border-box;
    margin-top: 220px !important;
    margin-bottom: 70px;
    background-size: contain;
    border: var(--borderm);
}

/* A5.2 */
.punbb {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    float: none;
    width: auto;
    height: auto;
    background: transparent;
}

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 50px 20% 12px 20%;
    float: none;
    width: auto;
    min-height: 100px;
  }

  #pun-redirect {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0 none !important;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: var(--bagmain);
    background-size: cover; 
   }

 #pun-redirect *{
      border:0 none;
   }

   #pun-redirect .main-title {
      display: none;
   }

  #pun-redirect.punbb .info .container a {
    color: var( --alllinkscol)!important;
    text-decoration: none;
  }

  #pun-redirect.punbb .info .container {
    display: block;
    margin-top: 120px;
    padding: 30px 0px;
    width: 900px;
    height: auto;
    border: 0 !important;
    text-align: center;
    margin: 5% auto;
    font-size: 13px;
    font-weight: 400;
    font-family: Ysabeau SC;
    text-transform: lowercase;
    color: var(--proftext);
    background: var(--bodyc); 
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1.2em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.5em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

#imageupload-left input[type=button] {
    width: 11em;
    text-align: center;
    right: 31em !important;
}


/* 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;
  }

.punbb .category {
    border-style: none;
    background: transparent;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.punbb .category .container{
    width: 920px;
    margin: auto;
    padding: 10px 20px;
    border: var(--catbord);
    margin-bottom: 40px;
    background: #c4bcc11f;
}

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-debug h2 {
    margin: 0px 0px -10px 70px;
    padding: 10px 0 20px !important;
    padding-right: 90px !important;
    width: auto;
    text-align: center;
    font-family: var(--headfname);
    text-transform: uppercase;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    color: var(--bannersscroll);
    letter-spacing: .7px;
  }

#pun-main h2, #pun-stats h2 {
    width: auto;
    text-align: right;
    background: var(--cath2) center no-repeat;
    height: 40px;
    padding-top: 6px;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
}

#pun-main h2 span, #pun-stats h2 span {
    display: block;
    color: #B1B3B2;
    text-transform: uppercase;
    font-size: 23px;
    text-align: left;
    padding-left: 1.7em;
    font-family: 'AttackType';
    padding-top: 3px;
    letter-spacing: 0.6px;    
}

#pun-stats h2 {
    margin: 0px !important;
    padding: 0px !important;
    width: 1000px;
    position: relative;
    left: -48px;
    padding-top: 6px !important;
    margin-bottom: 20px !important;
}

#pun-about p.container {
    width: auto;
    padding: 0 !important;
    border: none !important;
    text-align: center;
    font-size: 11px;
    text-transform: lowercase;
}

#pun-about p.container a {
    color: var(--datecolor)!important;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #red;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 0 1em 1em;
    line-height: 150%;
    font-size: 13px;
    font-weight: 400;
  }

/* 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%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 2em 2px 1em 2px;
    padding: 15px 15px 15px 15px;
    background: rgb(193 183 184 / 53%);
    border: var(--catbord) !important;
    color: rgb(37 37 37);
    font-family: Ysabeau SC;
    text-transform: none;
  }

.spoiler-box {
    margin: 1em 2px 1em 2px;
    padding: 15px 15px 15px 15px !important;
  }

.punbb .post-content .code-box {
    margin: 2em 2px 1em 2px;
}

/* B1.9 */
.punbb .quote-box cite {
    display: block;
    margin: -31px -20px 10px -15px;
    padding: 0px 9px;
    color: #4D432E;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    font-family: Ysabeau SC;
    margin-bottom: 8px;
    width: 30%;
    text-transform: lowercase;
    font-style: normal;
    letter-spacing: 0.2px;
  }

.punbb .code-box strong.legend {
    display: block;
    margin: -15px -20px 10px -9px !important;
    padding: 3px 9px 6px;
    color: var(--datecolor);
    text-align: left;
    font-size: 13px;
    font-weight: var(--textreg);
    font-family: Ysabeau SC;
    width: auto;
    text-transform: lowercase;
    height: 16px;
}

/* 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 {
    float: left;
    position: relative;
    width: 98%;
    height: 0;
    font-size: 11px;
    font-weight: 400;
    font-family: Ysabeau SC;
    text-transform: uppercase;
    margin-left: 2em;
    color: var(--maintextcol);
  }
  
 .punbb .linkst strong, .linksb .pagelink strong {
    font-weight: 400!important;
  }

/* B3.2 */
.multipage {
  margin-top: 2em;
  }

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -4.6em;
    left: 2em;
    width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 2.5em;
  width: 16em;
  text-align: right;
  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 0.4em 1em 0.5em 30px;
    font-size: 10px;
    font-weight: 400;
    font-family: Ysabeau SC;
    text-transform: uppercase;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    font-size: 11px;
    color: var(--maintextcol);
    margin-left: 1.5em;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  margin-right: 1.7em !important;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  padding-right: 1.6em;
  }


/*************************************************************
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 {
  padding: 0 18px 0 0px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0;
    font-size: 13px!important;
    font-weight: 400;
    font-family: Ysabeau SC!important;
    text-transform: uppercase;
    background: transparent;
    margin-left: -1em;
  }

/* 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-transform: none;
  overflow: hidden;
  text-align: left;
  width: auto;
  font-family: Ysabeau SC;
  }

.punbb .main .category .intd {
    background-repeat: no-repeat;
}

.punbb .main .tcr {
    line-height: 1em;
}

/* C2.2 */

.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 6%;
    text-align: center;
    font-size: 13px;
    font-weight: var(--head300);
    font-family: var(--navlinksmainf);
    text-transform: lowercase;
    color: #232323;
  }


/* C2.3 */
.punbb .main .forum .tcr {
    position: relative;
    width: 35%;
    text-transform: lowercase;
    overflow: visible;
    text-align: left;
    line-height: 45px;
    font-size: 13px;
    font-weight: var(--textreg);
    font-family: var(--navlinksmainf);
    background: transparent;
    color: var(--maintextcol);
  }

/* C2.4 */
#pun-userlist .main .tcl {
  width: 30%
  }
  
 #pun-userlist .main .tcl span {
    line-height: 4;
 }

.punbb .main .forum .tc3 {
    display: none;
}

#pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 35%;
    padding-left: 30px;
    font-family: var(--navlinksmainf);
    font-size: 13px;
    color: var(--maintextcol);
}

#pun-searchtopics .main .icon {
    float: left;
    height: 8px;
    margin-left: 0px;
    margin-right: 5px;
    width: 8px;
    background: var(--datecolor);
    border-radius: 5px;
    margin-top: 6.5px !important;
}

/* C2.5 */
#pun-searchtopics .main .tc2 {
    text-align: left;
    width: 19%;
    font-size: 13px !important;
  }

#pun-userlist .main .tc2 {
    text-align: left;
    width: 20%;
    font-size: 13px;
}

#pun-userlist .main .tc3 {
   font-size: 12px !important;
}

.forum td.tc2, .forum td.tc3 {
    font-size: 13px !important;
}

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 ñòèëü ïîäôîðóìîâ*/
#pun-index .tcl h3 {
    font-size: 20px;
    text-transform: uppercase;
    height: 30px;
    font-family: var(--headfname);
    color: var(--datecolor);
    letter-spacing: 3px;
  }

#pun-index .tcl h3 a {
    color: var(--datecolor) !important;
    padding-left: 5px;
    font-weight: 700 !important;
  }

#pun-index .tcl h3 a:hover {
    color: #662536 !important;
    font-weight: 700 !important;
  }

#pun-index .tcl {
    width: 47%;
    position: relative;
    overflow: visible;
    padding: 10px 20px 15px 0;
    background: transparent;
}

#pun-index .main .tcl {
    width: 41%;
    position: relative;
    overflow: visible;
    padding: 10px 20px 15px 0;
    background: transparent;
}

/* 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: 0 20px 15px 10px;
  text-transform: lowercase;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1.4em;
  background: transparent;
  }

/* 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: Ysabeau SC;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .2px;
    padding-left: 5px;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
}


/* C2.15 */
#pun-messages .main .tc2 {
  text-align: center;
  }
  

/* C2.15*/
 div.icon {
    float: left;
    display: block;
    height: 10px!important;
    width: 10px!important;
    margin-top: 10px;
}

.punbb Div.icon {
    background-image: url(https://forumstatic.ru/files/001c/ac/b2/46363.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-left: -28px;
    margin-top: 3px !important;
    height: 22px!important;
    width: 22px!important;
}
TR.inew Div.icon {
    background-image: url(https://forumstatic.ru/files/001c/ac/b2/64548.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-left: -28px;
    margin-top: 0px !important;
    height: 22px;
    width: 22px;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon::before {
    float: left;
    height: 10px!important;
    margin-left: 0px;
    margin-right: 5px;
    width: 10px !important;
    background: rgb(144 135 131 / 28%);
    border-radius: 5px;
    margin-top: 5.6px !important;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon {
    float: left;
    height: 10px;
    margin-left: 0px;
    margin-right: 5px;
    width: 10px;
    background: var(--alllinkscol);
    border-radius: 5px;
    margin-top: 5.6px !important;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-width: 1px;
  margin-top: 0;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }

.punbb .post h3 a {
    font-weight: 500 !important;
    color: var(--datecolor)!important;
    font-size: 13px;
    text-transform: lowercase;
}

/* C3.3 */
.punbb .post h3 span {
    padding: 5px 10px 5px 10px;
    display: block;
    font-weight: 600;
    background: transparent;
    color: var(--datecolor);
    width: 459px;
    margin-left: 41%;
    border-bottom: 1px solid #73737312;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  color: #505050;
  }

/* C3.5 */
.punbb .post .post-author {
    float: left;
    position: relative;
    margin: 0px 0 0 28px;
    padding-top: 0;
    width: 233px;
    font-family: Ysabeau SC;
    font-weight: 500;
    font-size: 12px;
    color: #1B1F06;
    text-align: center;
    z-index: 1;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 0.98em;
  line-height: 140%;
  }

.punbb .post .post-author ul {
    background: url(https://forumstatic.ru/files/001c/ac/b2/22596.jpg);
    position: relative;
    border: 1px solid #9b8c8791;
    background-position-y: center;
    padding-bottom: 20px;
    background-size: cover;
}

.punbb .post .post-author ul::after {
    content: "";
    position: absolute;
    border: 1px solid #1b1f064a;
    width: 212px;
    left: 8px;
    height: 95.5%;
    top: 8px;
    
}

/* C3.7 */
.pa-author {
    font-family: var(--headfname);
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 0px;
    text-align: center;
    width: 230px;
    height: 25px;
    color: rgb(40 40 40);
    margin-top: 17px;
    text-transform: capitalize;
    transition: ease 1s;
    position: relative;
    line-height: 1.5;
    z-index: 1;
    left: -11px;
  }

/* C3.8 */
.pa-author a {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    transition: ease1s;
    font-family: var(--headfname);
    text-transform: capitalize;
    color: rgb(47 47 47) !important;
    transition: ease 1s;
    z-index: 1;;
  }

.pa-author a:hover {
    transition: ease 1s;
    color: var(--alllinkscol) !important;
}

/* C3.9 */
li.pa-title {
    font-weight: normal;
    font-family: var(--navlinksmainf);
    text-align: center;
    text-transform: lowercase;
    margin-top: -4px;
    margin-bottom: 6px;
    position: relative;
    color: rgb(41 41 41);
    z-index: 1;
    font-size: 11px;
  }

li.pa-avatar.item2 {
    text-align: center;
    width: 230px;
    margin-left: -11px;
    position: relative;
    z-index: 1;
}

li.pa-avatar.item2 img {
    border: #1B1F06;
    max-width: 180px;
}

li.pa-online {
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--datecolor);
    border-radius: 10px;
    top: 5px;
    z-index: 1;
    left: 5px;
  }

/* C3.11 */
.punbb .post-body {
    margin-left: 236px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
    padding: 1px 20px 20px 35px;
  }

/*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: 50px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 1em 2em 1em 0;
    height: 2em;
    line-height: 2em;
    margin-left: -21em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 13px;
    font-family: Ysabeau SC;
    font-weight: 300;
    text-transform: uppercase;
  }

.punbb .post-links ul a {
    font-weight: 300 !important;
}

/* 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 2.2em 0.5em 30px;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    font-family: Ysabeau SC;
    text-transform: lowercase;
  }

.punbb .modmenu .container a {
    color: var(--maintextcol)!important;
    font-weight: var(--head300)!important;
}

.punbb .modmenu .container span {
    font-weight: 400!important;
}

.postlink.long {
    width: 30em;
    font-size: 13px;
    margin-right: 1em;
}

.postlink.long a {
    font-weight: var(--textreg)!important;
    color: var(--alllinkscol)!important;
    transition: 1s;
}

.postlink.long a:hover {
    color: var(--hovllinkalll)!important;
    transition: 1s;
}

/* 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;
    color: #5e5555;
  }

/* 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 {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  width: auto;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 26px;
  position: relative;
  font-family: Ysabeau SC;
  font-size: 13px;
  }

/* 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 {
    position: relative;
    width: 1000px;
    height: 250px;
    background: var(--bghead);
    margin-top: -125px;
    margin-left: -1px;
}

/* D1.2 */
#pun-title h1 {
    display: none;
}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span {
    display: none;
}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  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, #pun-navlinks .container {
    font-size: 18px;
    text-transform: lowercase;
    height: 3px;
    margin-left: 10px;
    letter-spacing: 1px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--navlinksmainf);
    gap: 0 5px;
    font-weight: 400;
  }

/* D3.2 */
#pun-navlinks .container {
    margin-top: -33em;
    padding: 0.7em 1.2em 0em 1em;
    z-index: 20;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding: 0px 8px;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0 !important;
  }

/* D4.2 */
#pun-ulinks .container {
    display: flex;
    width: 100%;
    padding-inline-start: 0px;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 5px;
    font-size: 13px;
    color: var(--navlinksmainc);
    font-weight: 600;
    text-transform: lowercase;
    font-family: 'Ysabeau SC';
  }

#pun-ulinks li a:hover {
    font-weight: 600;
}

/* 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: 12px;
    font-family: var(--navlinksmainf);
    letter-spacing: 0.3px;
    text-transform: lowercase;
    width: auto;
    background: transparent;
    height: 25px;
    display: flex;
    align-items: center;
    padding-left: 4em;
    color: var(--navlinksmainc);
    justify-content: start;
    margin-top: 10px;
    font-weight: var(--textmiddle);
  }

#pun-status .container strong {
    font-weight: var(--textmiddle);
    color: var(--navlinksmainc);
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
    height: 25px;
    font-family: var(--navlinksmainf);
    font-size: 12px;
    font-weight: var(--textreg);
    letter-spacing: 0.2px;
    background: transparent;
    display: flex;
    align-items: center;
    color: var(--datecolor);
    justify-content: start;
    text-transform: lowercase;
    margin-left: 4em;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: var(--textreg)!important;
    transition: 1s;
    color: var(--datecolor)!important;
}

#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: var(--textreg)!important;
   color: var(--hovllinkalll)!important;
}

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: 0 !important;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  display: none;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  }

/* D6.3 */
#pun-announcement .container {
    line-height: 1.1;
    text-align: center;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 0em 0px 10px;
    font-family: var(--navlinksmainf);
    font-size: 13px;
    text-transform: lowercase;
    position: relative;
    font-weight: 300;
  }

/* 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%;
    text-align: justify;
    color: var(--maintextcol);
  }

li#onlinelist a {
    color: var(--alllinkscol) !important;
    font-weight: var(--textreg);
}

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.2em 0 0 0em;
  }

/* 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 */


/* D8.4 */


/* D8.5 */


/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    height: 25px;
    font-family: var(--navlinksmainf);
    font-size: 12px;
    font-weight: var(--textreg);
    letter-spacing: 0.2px;
    background: transparent;
    display: flex;
    align-items: center;
    color: var(--datecolor);
    justify-content: start;
    text-transform: lowercase;
    margin-left: 4em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 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: solid;
  border-bottom-width: 0;
  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% Inter, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

.category .container thead {
display: none;
}


.punbb .user-avatar .isonline {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px !important;
    right: 0px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: rgb(34 34 34) !important;
    z-index: 100;
}


div#post-form h2 {
    display: none;
}

.punbb .flag-i, li.pa-ua {
    display: none !important;
}

li.pa-online strong {
    display: block;
    opacity: 0;
    color: rgb(44 44 44);
    text-align: left;
    text-transform: lowercase;
    width: 207px;
    font-size: 11px;
    border-radius: 10px;
    margin-left: 6px;
    margin-top: 2px;
    font-weight: var(--textreg);
}

li.pa-online strong:hover {
    opacity: 1;
}

li.pa-gifts, li.pa-awards {
    display: none;
}




.punbb .container thead {
    display: none;
}



#tags .container {
    position: absolute;
    right: 6px;
    top: 44px;
    z-index: 2;
    border: 1px solid #2b2b2b57;
    padding-top: 14px;
    background: #ebedec;
}

.post-content hr {
    opacity: 0.3!important;
    margin-bottom: 0.2em!important;
    margin-top: 0.2em;
}

.punbb .user-avatar .avatar-image {
    border-radius: 0% ! Important;
    height: 40px !important;
    width: 40px !important;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #764946 !important;
}

.punbb .user-avatar {
    float: left;
    position: relative;
    height: 40px!important;
    width: 46px!important;
    margin: 1px 11px 2px 0px !important;
}


a.lastpost-link {
    font-size: 10px;
    text-transform: uppercase;
    color: #662536 !important;
    font-weight: bold !important;
    letter-spacing: 0.5px;
}

div#pun-navlinks {
    margin-bottom: 0 !important;
}




div#pun-announcement {
    margin-bottom: -10px !important;
}

#pun-status .status-right  {
    display: none!important;
}

.banners {
    width: 695px;
    height: 31px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    gap: 1px;
    left: 23.8em;
    bottom: 0.6em;
}

.banners a::after {
    content: "";
    width: 86px;
    height: 29px;
    border: 1px solid #662536;
    background: #ac3b5942;
    position: absolute;
    margin-left: -88px;
}

.banners img {
    filter: grayscale(1);
}

.punbb .forum .tcl {
    font-size: 13px;
    padding-left: 3.5em;
}

li.pa-fld3 {
    width: 189px;
    margin: auto;
    position: relative;
    z-index: 10;
    font-size: 11px;
}


div#pun-live-rusff {
    display: none !important;
}

/* ÍÀÃÐÀÄÛ */
#navawards {
    display: none !important;
}


ul#stylelist {
    position: absolute;
    left: -8px;
}

#viewprofile li .lz a {
    color: #805D85 !important;
}

div#pun-stats {
    width: 905px;
    margin: auto;
    margin-bottom: 1em;
}

#pun-index .user-avatar {
    height: 40px;
    vertical-align: baseline;
    margin-top: -5px !important;
}

.header-m {
    position: absolute;
    top: 155px;
    width: 780px;
    text-align: center;
    left: 101px;
    transform: rotate(-1deg);
    background: url(https://forumstatic.ru/files/001c/37/ca/76615.png);
    background-size: contain;
    padding: 18px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 97px;
    display: flex;
    align-items: center;
    font-family: 'Ysabeau SC';
    color: #86795A;
    font-size: 13px;
}

.head-links {
    display: flex;
    width: 500px;
    position: absolute;
    left: 75px;
    top: 37px;
    gap: 10px;
    font-family: var(--navlinksmainf);
}

.head-links a {
    border: 1px solid #86795a8f;
    padding: 0 7px;
    background: #EEECEA;
}

.head-links a:hover {
    border: 1px solid #86795a8f;
    padding: 0 7px;
    background: #86795A;
    font-weight: 500;
    color: #EEECEA;
}

.post-content .spoiler-box > div {
    background: url(https://forumstatic.ru/files/001c/ac/b2/73947.png) no-repeat left center !important;
    cursor: pointer;
    padding-left: 30px !important;
    background-size: contain!important;
}



input[type="button"] {
    border: 1px solid #4132321f;
}

#pun-adnav {
    float: left;
    width: 14em;
    margin-left: -15em;
    display: inline;
    margin-top: 8em !important;
}

div#viewprofile .lz-a a {
   color: #553030 !important;
}

#pun-admain fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 0 18px 0 18px;
    margin: 73px 0 1em 0;
    border-color: #1a1a1a;
}


#keyboard-span input {
    position: relative;
}



/* ÄÎÏÎËÍÈÒÅËÜÍÎÅ ÄËß ÊÀÆÄÎÃÎ ÄÈÇÀÉÍÀ ÈÍÄÈÂÈÄÓÀËÜÍÎ
-------------------------------------------------------------*/
/* Øàïêà */
.for-inf {
    position: absolute;
    z-index: 10;
    width: auto;
    height: 250px;
}

.for-place {
    margin-top: 30px;
    margin-left: 50px;
    font-family: var(--navlinksmainf);
    color: #B1B3B2;
    font-size: 12px;
    text-transform: lowercase;
}

.for-news {
    display: flex;
    gap: 14px;
    margin-left: 50px;
    margin-top: 7px;
}

.f-new a::before {
    content: "\e4d0";
    color: #EBEDEC;
    font-size: 11px;
    font-family: 'Font Awesome 6 Pro';
    margin-right: 12px;
}

.f-new {
    width: 95px;
    height: 24px;
    text-align: left;
    background: #0f0f0fd9;
    padding-top: 3px;
    border: 1px solid #c588847a;
    padding-left: 10px;
    padding-right: 5px;
    transition: 1s;
}

.f-new a {
    color: #EBEDEC !important;
    font-family: 'Ysabeau SC';
}

.f-new:hover {
    background: #724b50d1;
    transition: 1s;
}

.for-name {
    text-transform: uppercase;
    font-family: var(--headfname);
    margin-top: 37px;
    margin-left: 50px;
    color: #EBEDEC;
    font-size: 35px;
}

.for-subi {
    margin-left: 50px;
    width: fit-content;
    color: #B1B3B2;
    font-size: 12px;
    font-family: 'Ysabeau SC';
}

.bestf-ep {
    width: 364px;
    margin-left: 50px;
    margin-top: 27px;
    color: #C58884;
    font-family: 'Ysabeau SC';
    font-size: 12px;
}

.bestf-ep a {
    margin-left: 5px;
    color: #EBEDEC!important;
    transition: 1s;
}

.bestf-ep a:hover {
    color: #C58884!important;
    transition: 1s;
}

.best-post {
    width: 370px;
    max-height: 73px;
    text-align: justify;
    position: absolute;
    top: 30px;
    right: -42.5em;
    color: #ebedecd6;
    font-family: var(--navlinksmainf);
    overflow-y: hidden;
}

.best-post a {
    color: #EBEDEC!important;
    font-weight: bold!important;
    transition: 1s;
}

.best-post a:hover {
    color: #C58884!important;
    font-weight: bold!important;
    transition: 1s;
}

/* Äèçàéí âñïëûâàþùåé íàâèãàöèè
-------------------------------------------------------------*/
.spirit_nav-wrap {
    position: absolute;
    margin: auto;
    width: 300px;
    z-index: 9;
    top: 119px;
    right: -37em;
}

.nav_button {
    background: #0f0f0fd6;
    text-align: center;
    height: 18px;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s linear 0s;
    color: #fefefe;
    border: 1px solid #c588847a;
    font-family: Ysabeau SC;
}

.nav_button.i_active {
    background: #1b1b1be3;
}

.nav_block {
    display: none;
    background: #1b1b1bf0;
    position: absolute;
    top: calc(100% + 5px);
    font: 400 9px pt sans;
    width: 99.5%;
    border: 1px solid #c588847a;
}

.nav_block .link {
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  gap: 5px;
}

.nav_block .link a {
    color: #ebedec !important;
    background: #6f4b4de0;
    padding: 5px 10px;
    transition: all .4s linear 0s;
    font-family: Ysabeau SC;
    letter-spacing: 0.7px;
    font-size: 10px;
}

.nav_block .link a:hover {
    background: #dfdede;
    color: #0f0f0f !important;
    font-weight: bold;
}


/* Êíîïêè ñòèëåé */
#stylelist {
    position: absolute;
    top: -2px;
    margin: 0;
    left: 71em !important;
    padding: 0px;
    overflow: hidden;
    width: 50px;
    list-style-type: none;
    display: flex;
    height: 22px;
    flex-direction: row;
    opacity: 1;
    justify-content: space-between;
    z-index: 10;
}
#stylelist li[data="light"] a, #stylelist li[data="dark"] a {
    border-radius: 0%;
    font-weight: 400;
    font-size: 0;
    color: #EBEDEC;
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}
#stylelist li[data="light"] a::before {
    content: '';
    background: #EBEDEC;
    mask: var(--day-theme);
    -webkit-mask: var(--day-theme);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 20px;
    height: 20px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: #EBEDEC;
    mask: var(--night-theme);
    -webkit-mask: var(--night-theme);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 20px;
    height: 20px;
}

#stylelist  li.active {
    color: #EBEDEC;
}


/* ÀÊÒÈÂÈÑÒÛ */
.activ-f {
    display: flex;
    width: 367px;
    justify-content: space-between;
    position: absolute;
    top: 14.4em;
    right: -42.5em;
}

.best-posts img, .best-flood img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    filter: grayscale(1);
}

.best-posts, .best-flood {
    display: flex;
    gap: 19px;
}

.best-posts a::after, .best-flood a::after {
    content: '';
    background: #c5888461;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-left: -36px;
    margin-top: -1px;
    border: 1px solid #764946;
}


.desr-theme {
    width: 425px;
    font-size: 12px;
    font-family: var(--navlinksmainf);
    color: var(--navlinksmainc);
}

.links-theme {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin-top: 2px;
    font-family: var(--navlinksmainf);
    font-size: 12px;
}

.links-theme a {
    color: #88082A!important;
    font-weight: 600!important;
    transition: 1s;
}

.links-theme a:hover {
    color: var(--datecolor)!important;
    font-weight: 600!important;
    transition: 1s;   
}

span.lastpost {
    color: var(--maintextcol);
    text-transform: lowercase;
    font-size: 10px;
    font-family: var(--navlinksmainf);
    letter-spacing: 0.7px;
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    color: #662536!important;
}

/* ÐÀÑÏÎËÎÆÅÍÈÅ ÊÀÆÄÎÉ ÈÊÎÍÊÈ ÊÐÓÏÍÎÉ ÍÀÂÈÃÀÖÈÈ*/


/* ÃËÀÂÍÀß */
#navindex {    
    position: absolute;
    top: -9em !important;
    left: 15em !important;
    height: 30px !important;
    
}

/* Ó×ÀÑÒÍÈÊÈ */
#navuserlist {
    position: absolute;
    top: -9em !important;
    left: 19em !important;
    height: 30px !important;
    
}

/* ÏÎÈÑÊ */
#navsearch {
    position: absolute;
    top: -9em !important;
    left: 23em !important;
    height: 30px !important;
    
}

/* ÏÐÎÔÈËÜ */
#navprofile {
    position: absolute;
    top: -9em !important;
    left: 27em !important;
    FONT-WEIGHT: 200;
    
}

/* ÑÎÎÁÙÅÍÈß */
#navpm {
    position: absolute;
    top: -9em !important;
    left: 31em !important;
    height: 30px !important;
    
}

/* ÂÛÕÎÄ */
#navlogout { 
    position: absolute;
    top: -9em !important;
    left: 35em !important;
    height: 30px !important;
    
}

/* ÐÅÃÈÑÒÐÀÖÈß */
#navregister {
    position: absolute;
    top: -9.2em !important;
    left: 27em !important;
    FONT-WEIGHT: 200;
    
}

/* ÂÕÎÄ */
#navlogin { 
    position: absolute;
    top: -9.2em !important;
    left: 31em !important;
    height: 30px !important;
    
}

/* ÏÈÀÐ */
#navpr_1 {
    position: absolute;
    top: -9.2em !important;
    left: 35em !important;
    height: 30px !important;
    
}

/* ÀÄÌÈÍÊÀ */
#navadmin {
    position: absolute;
    top: -9em !important;
    left: 39em !important;
    height: 30px !important;
    width: 30px !important;
    
}



/* ÁÀÍÍÅÐÛ */
.banner-need img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    filter: grayscale(1);
}

.banners-place {
    position: absolute;
    bottom: -5em;
    width: 1000px;
    display: flex;
    gap: 10px;
}

.banner-need {
    width: 185px;
    display: flex;
    justify-content: space-between;
}

.banner-need a::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 1px solid #662536;
    background: #ac3b595e;
    position: absolute;
    top: -1px;
    margin-left: -35px;
}


/* ÏÎËß ÏÐÎÔÈËß ÄÎÏ */

.lz a {
    font-size: 15px;
    font-weight: 600;
    color: #1B1F06;
}

.lz-race {
    border: 1px solid #1b1f0636;
    margin-bottom: 5px;
    font-weight: 600;
}

li.pa-row1 {
    position: relative;
    z-index: 10;
    font-size: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    margin-top: 10px;
    justify-content: center;
    width: 200px;
    margin-left: 4px;
}

li.pa-posts {
    display: flex;
    flex-direction: column;
}

li.pa-respect {
    display: block;
    width: 60px;
}

li.pa-respect a {
color: #1B1F06!important;
}

td#button-files_rusff, td#button-graffiti_rusff {
    display: none!important;
}


.uploadQueueItem {
   padding:.8em 1em;
   border:solid 1px #ddd;
   border-radius: 0px!important;
   margin-bottom:.5em;
   background:rgba(238,238,238,0.22);
   margin-left: 14px; 
}

#uploaded-images {
    max-height:144px;
    overflow-y:auto;
    margin-left: 15px;
    
}

td.tcl.username {
    width: 30%!important;
    padding-left: 4em;
}

.punbb .online-list .tc3 {
    width: 10%!important;
}

/*************************************************************
ÒÅÌÍÀß ÒÅÌÀ
**************************************************************/

body.dark {
    background: url(https://forumstatic.ru/files/001c/ac/b2/39921.webp) top center fixed;
}

.dark #pun-title {
    background: url(https://forumstatic.ru/files/001c/ac/b2/79806.webp) top center;
}

.dark #pun {
    position: relative;
    background: #C0C9C3;
    margin: auto;
    width: 1000px;
    box-sizing: border-box;
    margin-top: 220px !important;
    margin-bottom: 70px;
    background-size: contain;
    border: var(--borderm);
}

.dark .punbb .category .container{
    width: 920px;
    margin: auto;
    padding: 10px 20px;
    border: var(--catbord);
    margin-bottom: 40px;
    background: #b7bfba;
}

.dark .f-new {
    border: 1px solid #8cba948c;
}

.dark .f-new:hover {
    background: #2e644fc9;
    transition: 1s;
}

.dark .nav_button {
    background: #0f0f0fd6;
    text-align: center;
    height: 18px;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s linear 0s;
    color: #fefefe;
    border: 1px solid #8cba948c;
    font-family: Ysabeau SC;
}

.dark .nav_block {
    display: none;
    background: #1b1b1bf0;
    position: absolute;
    top: calc(100% + 5px);
    font: 400 9px pt sans;
    width: 99.5%;
    border: 1px solid #8cba948c;
}

.dark .nav_block .link a {
    color: #ebedec !important;
    background: #42564f;
    padding: 5px 10px;
    transition: all .4s linear 0s;
    font-family: Ysabeau SC;
    letter-spacing: 0.7px;
    font-size: 10px;
}

.dark .nav_block .link a:hover {
    background: #c0c9c3;
    color: #0f0f0f !important;
    font-weight: bold;
}

.dark .best-posts a::after, .dark .best-flood a::after {
    content: '';
    background: #a8c58470;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-left: -36px;
    margin-top: -1px;
    border: 1px solid #17503F;
}

.dark .banner-need a::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 1px solid #163a2f;
    background: #87c58470;
    position: absolute;
    top: -1px;
    margin-left: -35px;
}

.dark .banners a::after {
    content: "";
    width: 86px;
    height: 29px;
    border: 1px solid #163a2f;
    background: #87c58470;
    position: absolute;
    margin-left: -88px;
}

.dark .bestf-ep {
    width: 364px;
    margin-left: 50px;
    margin-top: 27px;
    color: #BDE9C5;
    font-family: 'Ysabeau SC';
    font-size: 12px;
}

.dark .bestf-ep a:hover {
    color: #9fd2ac !important;
    transition: 1s;
}

.dark #pun-index .tcl h3 a:hover {
    color: #2e5546 !important;
    font-weight: 700 !important;
  }
  
.dark a.lastpost-link {
    font-size: 10px;
    text-transform: uppercase;
    color: #17503F !important;
    font-weight: bold !important;
    letter-spacing: 0.5px;
}

.dark span.lastpost {
    color: rgb(15 15 15);
    text-transform: lowercase;
    font-size: 10px;
    font-family: var(--navlinksmainf);
    letter-spacing: 0.7px;
}

.dark #pun-main h2, .dark #pun-stats h2 {
    text-align: right;
    background: url(https://forumstatic.ru/files/001c/ac/b2/75723.jpg) center no-repeat;
    height: 40px;
    padding-top: 6px;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
}

.dark .links-theme a {
    color: #88082A!important;
    font-weight: 600!important;
    transition: 1s;
}

.dark .punbb .user-avatar .avatar-image {
    border-radius: 0% ! Important;
    height: 40px !important;
    width: 40px !important;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #1D2B2E !important;
    filter: grayscale(1);
}

.dark #pun-stats li.item1, .dark #pun-stats li.item2, .dark #pun-stats li.item3, .dark #pun-stats li.item4 {
    color: #1D2B2E!important;
}

.dark .punbb a, .dark .punbb a:link, .dark .punbb a:visited,
.dark .punbb-admin #pun-admain a, .dark .punbb-admin #pun-admain a:link, .dark .punbb-admin #punbb-admain a:visited {
    color: #1D2B2E;
    text-decoration: none;
    font-weight: var(--textmiddle);
    transition-duration: 1s;
  }
  
.dark li#onlinelist a {
    color: #1D2B2E !important;
    font-weight: var(--textreg);
}

.dark .punbb .post h3 span {
    padding: 5px 0px 5px 0px;
    display: block;
    font-weight: 600;
    background: transparent;
    color: var(--datecolor);
    width: 459px;
    margin-left: 41%;
    border-bottom: 1px solid #4f4f4f1a;
  }
  
  .dark .punbb input {
    padding: 1px 10px 3px;
    color: var(--datecolor);
    background: rgb(85 113 84 / 42%);
    font-family: var(--navlinksmainf);
    font-weight: var(--textreg);
    border: 1px solid #456144c2;
    font-size: 14px;
    letter-spacing: .3px;
}

.dark #main-reply {
    width: 100%;
    background: rgb(181 189 183);
    border: var(--catbord);
}

.dark #form-buttons td::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px; /* ðàçìåð èêîíêè */
    font-weight: 400; /* ñòèëü èêîíêè */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    color: rgb(35 35 35);
    transition: 1s;
}

#form-buttons td:hover::before {
    color: var(--datecolor); /* öâåò ïðè íàâåäåíèè */
    transition: 1s;
}

.dark .punbb select{
    padding: 1px 10px 3px;
    color: var(--datecolor);
    background: rgb(147 164 148);
    font-family: var(--navlinksmainf);
    font-weight: var(--textreg);
    border: 1px solid #35423b9e;
    font-size: 14px;
    letter-spacing: .3px;
}

.dark .punbb .post .post-author ul {
    background: url(https://forumstatic.ru/files/001c/ac/b2/26334.jpg);
    position: relative;
    border: 1px solid #879b8ad1;
    background-position-y: center;
    padding-bottom: 20px;
    background-size: cover;
}

.dark .lz a {
    font-size: 15px;
    font-weight: 600;
    color: #662536!important;
}

.dark .lz-race {
    border: 1px solid #1b1f0636;
    margin-bottom: 5px;
    font-weight: 600;
    color: #662536;
}

#viewprofile h2, #profilenav h2 {
  background: transparent!important;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  width: auto;
  }
  
  
.dark TR.inew Div.icon {
    background-image: url(https://forumstatic.ru/files/001c/ac/b2/27570.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-left: -28px;
    margin-top: 0px !important;
    height: 22px;
    width: 22px;
}


.dark .postlink.long a {
    font-weight: var(--textreg)!important;
    color: #1D2B2E!important;
    transition: 1s;
}

.dark .punbb .user-avatar .isonline {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px !important;
    right: 0px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #4d8777 !important;
    z-index: 100;
}

.dark .punbb .post-content .quote-box, .dark .punbb .post-content .code-box {
    margin: 2em 2px 1em 2px;
    padding: 15px 15px 15px 15px;
    background: rgb(81 106 98 / 32%);
    border: var(--catbord) !important;
    color: rgb(37 37 37);
    font-family: Ysabeau SC;
    text-transform: none;
  }
  
  .dark #pun-redirect {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0 none !important;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: url(https://forumstatic.ru/files/001c/ac/b2/39921.webp) top center fixed;
    background-size: cover; 
   }

