/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1750869998.css);

@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');


@font-face {
  font-family: 'beaufort';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/7d/4f/52183.otf);
}
@font-face {
  font-family: 'beaufort_bold';
  font-style: normal;
  font-weight: 600;
  src: url(https://forumstatic.ru/files/001c/7d/4f/80340.otf);
}

@font-face {
  font-family: 'kudry';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/80/12/64603.otf);
}



:root {
    --base-bg: #161616 url(https://forumstatic.ru/files/001c/80/12/34107.webp?v=1);
    --base-bg2: #161616;
    --pun-bg: #a5a5a5;
    --podform: #9b9b9b;
    --bord: #8f8f8f;
    --text: #000;
    --sec-text: #161616;
    --accent: #5c4219;
    --navi-link: #c6c5c5;
    --navi-link-hov: #bb9869;
    --main-font: Arsenal;
    --sec-font: Beaufort;
    --accent-bold: kudry;
    --sf-bold: beaufort_bold;
    --quote: #a1a1a1;
    --tab-text: #b8b8b8;
    --profile-bg: url(https://forumstatic.ru/files/001c/80/12/72579.webp?v=1);
    --ftr-im: url(https://forumstatic.ru/files/001c/80/12/11852.webp?v=1);
    --txtr: url(https://forumstatic.ru/files/001c/80/12/95875.webp?v=1);
    --navi-bg: url(https://forumstatic.ru/files/001c/80/12/28300.webp?v=1);
    --light-bord: #9a9a9a;
    --quot-im: url(https://forumstatic.ru/files/001c/80/12/73386.webp);
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* 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);
    outline: none;
    accent-color: var(--accent);
    border: 1px solid var(--bord);
}

/* 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: 1180px;
    margin-top: 230px;
    margin-bottom: 110px;
    background: var(--base-bg2);
    position: relative;
    border: 1px solid transparent;
    border-width: 1px;
    padding-bottom: 58px;
    border-image: var(--txtr) round 1;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 100px 20px 30px;
    background: var(--pun-bg);
    border: 1px solid #919090;
    padding: 20px 20px 0 20px;
}

/* 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: 14px;
    font-weight: 400;
    font-family: var(--sec-font);
    width: auto;
    margin-top: -1px;
    text-transform: lowercase;
    font-style: normal;
    letter-spacing: 0;
    gap: 4px;
    padding: 3px 20px 5px;
    position: relative;
    display: inline-flex;
    line-height: 13px;
    margin-left: 0;
    color: #d9d9d9;
    background: linear-gradient(45deg, #9c5e5cad, #9c5e5cc4), var(--txtr);
    margin-bottom: 10px;
}


/* 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: 10px;
    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;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold;
    font-family: var(--main-font);
    margin-bottom: 0;
    display: inline-flex;
    text-transform: uppercase;
}

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  text-align: left;
  width: 45%;
  }

/* C2.2 */
#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-viewforum .tcmod {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    text-transform: none;
    width: 35%;
    position: relative;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    letter-spacing: 0;
    align-items: center;
    order: 3;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 19px;
    text-align: left;
    height: auto;
    margin-top: 0px;
    text-transform: lowercase;
    margin-bottom: 2px;
    letter-spacing: .5px;
}


#pun-index .tcl {
    width: 80%;
    position: relative;
    overflow: visible;
    order: 1;
}

/* 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 {
    margin-right: 50px;
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 1px;
    letter-spacing: 0;
    text-transform: lowercase;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {

}

/* C3.2 */
#pun-viewtopic .post h3 {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 400 12px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
    gap: 5px;
    text-transform: uppercase;
}

/* C3.4 */
.punbb .post h3 strong {
    width: auto;
    order: 2;
    font-size: 14px;
    font-family: var(--sec-font);
    color: #35332e;
    font-weight: 400;
}

.punbb .post .post-author {
    float: left;
    width: 240px;
    margin: 0 0px 0px -42px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 11px;
    box-sizing: border-box;
    /* position: relative; */
    background: var(--profile-bg) center/cover;
    border: 1px solid;
    border-image: var(--txtr) 1 round;
    padding: 20px;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}

/* C3.7 */
.pa-author {
    font-family: 'beaufort';
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 0;
    letter-spacing: .8px;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    position: relative;
    z-index: 1;
    color: var(--navi-link-hov) !important;
    font-size: 15px;
}

.pa-author a:hover {
    color: var(--navi-link) !important;
}

li.pa-title {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: lowercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 210px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
    padding: 10px 10px 15px 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 0;
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 20px 0 5px;
}

/* 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: 5px 0 0;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 10px;
    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 {
    margin: 0 !important;
    padding: 0 !important;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline}

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;}

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;}

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em}



/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    margin: 0;
    margin-top: -5px;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin: 0;
}

/* D4.2 */
#pun-ulinks .container {
    padding: 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 6px;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
    font-size: 13px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    text-transform: none;
    margin-top: 0;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
    margin: 0;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    WIDTH: auto;
    margin-top: 7px;
    letter-spacing: 0;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    margin: 0px 0 10px;
    background: linear-gradient(45deg, #9d9c9c, transparent), var(--quot-im) center / cover;
    border: 1px solid var(--bord);
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 10px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    height: auto;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#pun-status .status-right {
display: none;
}



.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

html * {
    box-sizing: border-box;
}


.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}
#pun-index .category h2, #pun-stats h2 {
    width: auto;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 -21px 10px -21px;
    overflow-y: hidden;
    background: var(--ftr-im) center/cover;
    border-radius: 0;
}



#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    font-size: 21px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--navi-link);
    display: flex;
    font-family: var(--sec-font);
    margin-top: -5px;
    letter-spacing: 1px;
}

#pun-index .category table tr {
    margin: 10px 10px;
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: var(--quote);
    border: 1px solid var(--bord);
    padding: 15px 20px;
}

#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: 2px 15px 3px;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: .2px;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--quote);
    text-transform: lowercase;
    padding: 0 10px;
    height: 48px;
}

.forum thead {
    display: none;
}


.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}


.reactions-root {
    display: none;
}


#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--main-font);
    text-transform: uppercase;
}


 #pun-main h2 span {
    font-size: 0px;
}


#html-header {
    color: var(--tab-text);
}


.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}




.html-box a {
    width: 180px;
    text-align: center;
    height: 40px;
    background: var(--profile-bg);
    overflow: hidden;
    border: 1px solid var(--text);
    color: var(--quote) !important;
    transform: scale(1);
    display: inline-block;
    margin: 2px 10px;
}

.html-box a img {
    width: 40px;
    float: left;
    margin-left: 5px;
}
.html-box a p.one {
    font-size: 12px;
    margin-top: 5px;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
}


.html-box a p.two {
    font-size: 10px;
    font-family: var(--main-font);
}


.html-box a:hover {
    transform: scale(.9);
}


#tooltip {position: absolute; 
background: var(--text); z-index: 999;
max-width: 200px; border: none; border-radius: 10px; box-shadow: 0 0 0px 1px rgba(0,0,0,.05) inset; font-family: var(--main-font); font-size: 11px; display: none; color: #efeee4; text-align: center; padding: 6px 22px; font-weight: 400;}



#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


.sered {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.punbb .post-content .quote-box, .spoiler-box {
padding: 15px 20px;
}




#pun-admain .adlabel {
    width: 18em !important;
}




#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


#plng {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 5px;
    font-family: var(--main-font);
    background: var(--base-bg2);
    border: 1px solid #444444;
    padding: 4px 20px;
    color: var(--navi-link);
}

.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 50px !important;
    text-align: left;
    font-family: var(--main-font);
    background: linear-gradient(45deg, #bfbbbbab, #c3c3c3a6), var(--base-bg) bottom / cover !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    color: var(--sec-text);
    position: relative;
    padding-right: 50px;
}

.spoiler-box {
    padding: 0 !important;
}

#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 24px;
    height: 22px;
    margin: 4px 0px 5px 0px;
    background-color: var(--base-bg2) !important;
    border: 1px solid #444444 !important;
    color: var(--navi-link);
}


#pun-index .category table tr td {
padding: 0;
}



#pun-index .datetime, #pun-index .byuser {
    font-size: 12px;
    font-weight: 400;
    color: var(--text);
    text-transform: lowercase;
}

#html-header a {
    color: var(--navi-link-hov)
}

#html-header a:hover {
    color: var(--tab-text);
}


.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid var(--bord);
}
.post-content .spoiler-box > blockquote.visible {
    padding: 10px 20px 0;
    background: var(--podform);
}


.post-content .spoiler-box>div:before {
    color: var(--text);
    content: '\f077';
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    position: absolute;
    display: inline-block;
    margin-left: -27px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    line-height: 21px;
    margin-left: -21px;
}


.post-content .spoiler-box > div.visible:before {
    color: var(--text);
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    position: absolute;
    display: inline-block;
    margin-left: -27px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    line-height: 21px;
}





#pun-index td div.tclcon podf {
    font-size: 11px;

}

#pun-index td div.tclcon span {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 5px;
}

#pun-index td div.tclcon span a {
    background: #b5b19f;
    color: var(--sec-text);
    font-family: var(--sec-font);
    letter-spacing: 0;
    padding: 2px 8px 3px;
    line-height: 10px;
    text-transform: lowercase;
    font-size: 12px;
    border: 1px solid #a39f90;
    box-shadow: 2px 4px 10px #0000000f;
}



#pun-index td div.tclcon span a:hover {
    color: var(--navi-link) !important;
    background: #403e3d;
    border: 1px solid #25252591;
}


a.permalink {
    background: var(--quote);
    padding: 3px 10px;
    border: 1px solid var(--bord);
    font-size: 10px;
}







select#mod-options {
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0;
}



#pun-profile #viewprofile ul {
    background: var(--podform);
    border: 1px solid var(--bord);
    width: 100%;
    border: 1px solid var(--bord);
}


#viewprofile #profile-left {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--quote) top right/cover;
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: #383636 !important;
    border-right: 1px solid var(--bord);
}


#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}


#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: #363636;
}


#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    text-align: center;
    padding: 10px 10px !important;
    font-size: 11px;
    background: #00000008;
    border: 1px solid #0000000a;
    gap: 6px;
    font-family: var(--main-font);
}

#profile-right #pa-fld1 {
    width: 100%;
}

#profile-right .pers_plash {
    background-image: none;
    background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    position: relative;
    padding: 0 !important;
    margin: 0 !IMPORTANT;
}


#profile-right  .pers_plash_text {
    font-size: 7px !IMPORTANT;
    margin: 0 20px !important;
}

#pun #profile-right li span {
    float: none;
    margin: 0;
    width: auto;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 !important;
}


#profile-right li strong {
    padding: 0 !important;
    text-transform: none;
}



.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
    margin: 0 0.3em;
    accent-color: #423b34;
}

#pun-index .category .container {
    position: relative;
    padding: 0;
    border: 1px solid transparent;
    margin-bottom: 0;
}

form#post.container fieldset {
padding: 0;
}





del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}










#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


.Add {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: #29292b;
    order: 2;
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
    position: relative;
    content: ' ';
    font-size: 13px;
    background: var(--sec-text);
    mask: url(https://forumstatic.ru/files/001c/80/7a/10444.png) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/80/7a/10444.png) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 16px;
    height: 16px;
    display: block;
}

.mssg:before {
    position: relative;
    content: ' ';
    font-size: 13px;
    background: var(--sec-text);
    mask: url(https://forumstatic.ru/files/001c/80/7a/42644.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/80/7a/42644.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 16px;
    height: 16px;
    display: block;
}



.Tems_And_messages {
    display: flex;
    gap: 10px;
    align-items: center;
}



.head-navi {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70px;
    text-transform: uppercase;
    margin-top: -124px;
    justify-content: center;
    background: var(--navi-bg) center/cover;
    gap: 4px;
    left: 0px;
    position: absolute;
    width: 100%;
    border: 1px solid;
    border-image: var(--txtr) round 1;
    border-width: 1px 0;
}


.goth-sun {
    display: flex;
    width: 633px;
    height: 321px;
    /* border: red 1px solid; */
    position: absolute;
    top: -232px;
    left: 0;
    width: 100%;
    justify-content: center;
    pointer-events: none;
    mask: radial-gradient(circle, rgb(0 0 0 / 48%) 60%, rgb(255 255 255) 100%);
    z-index: -1;
}


.gold-s {
    width: 780px;
    height: 321px;
    position: relative;
}


.gold-s span {
    display: block;
    background: url(https://forumstatic.ru/files/001c/3f/1b/68310.gif) repeat, #a77c36 url(https://forumstatic.ru/files/001c/80/12/37470.webp?v=1);
    background-blend-mode: soft-light, normal;
    mask: url(https://forumstatic.ru/files/001c/80/12/42193.webp?v=1) no-repeat center top;
    -webkit-mask: url(https://forumstatic.ru/files/001c/80/12/42193.webp?v=1) no-repeat center top;
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 100%;
    height: 100%;
}


.nae-sun {
    display: flex;
    height: 84px;
    /* border: red 1px solid; */
    position: absolute;
    top: -144px;
    left: 0;
    width: 100%;
    justify-content: center;
    pointer-events: none;
}


.nae-s {
    width: 670px;
    height: 84px;
    position: relative;
}


.nae-s span {
    display: block;
    background: url(https://forumstatic.ru/files/001c/3f/1b/68310.gif) repeat, #a77c36 url(https://forumstatic.ru/files/001c/80/12/37470.webp?v=1);
    background-blend-mode: lighten;
    mask: url(https://forumstatic.ru/files/001c/80/12/72328.webp?v=1) no-repeat center top;
    -webkit-mask: url(https://forumstatic.ru/files/001c/80/12/72328.webp?v=1) no-repeat center top;
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 100%;
    height: 100%;
}

.g-tit {
    float: right;
    color: var(--sec-text);
    margin-top: -32px!important;
    text-align: right;
    font-size: 13px;
    background: #918f8f;
    position: relative;
    height: 29px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 16px;
    text-transform: none;
}

.f-text {
    font-family: var(--main-font);
    font-size: 12px;
    margin-top: 7px;
    text-transform: none;
}


.g-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 7px;   
}


.g-links a {
    background: #67676742;
    padding: 0 10px 2px 10px;
    border-radius: 4px;
    font-family: var(--main-font);
    letter-spacing: .4px;
    font-size: 12px;
    font-weight: 400;
}


.g-links a:hover {
    background: #151515;
    color: var(--navi-link) !IMPORTANT;
}

























/* Êîíòåéíåð äëÿ áëîêà è êíîïêè */
.sidebar-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    z-index: 999;
}

#fixedBlock {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background: var(--profile-bg)center/cover;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    z-index: 1000;
    border: 1px solid;
    border-width: 0 1px 0 0;
    border-image: var(--txtr) 1 round;
}

#fixedBlock.show {
  transform: translateX(0);
}

/* Êíîïêà âíóòðè áëîêà */
#toggleButton {
    right: -37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--base-bg2);
    border: 1px solid;
    border-radius: 0;
    width: 37px;
    height: 37px;
    position: absolute;
    color: var(--navi-link);
    z-index: 999;
    border-image: var(--txtr) 1 round;
    top: 27px;
    font-family: var(--main-font);
}

#fix-ta {
    display: flex;
    flex-direction: column;
    gap: 17px;
    /* border: 1px solid red; */
    margin: 20px;
    align-items: center;
    height: 899px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}


.tab-ams, .tab-news, .tab-nav, .tab-conc, .tab-act, .tab-pos {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}


#fix-ta span {
    font-family: var(--sec-font);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    justify-content: center;
}


.tab-ams ams {
    font-size: 13px;
    font-family: var(--main-font);
    text-align: center;
}


.tab-news news {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 10px 0;
    font-family: var(--main-font);
    font-size: 13px;
    height: 35px;
    overflow-y: auto;
}


.tab-nav links {
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    box-sizing: border-box;
    height: 94px;
    overflow-y: auto;
}


.tab-nav links a {
    gap: 10px;
    background: var(--accent);
    text-transform: lowercase;
    flex: auto;
    padding: 2px 9px;
    font-size: 12px;
    font-family: var(--main-font);
    color: var(--navi-link) !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}



.tab-nav links a:hover {
background: #303030;
}




.activees, .activees2 {
    height: 55px;
    width: 246px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0 14px;
    z-index: 99;
    align-items: center;
}

.activees2 {
    left: auto;
    right: 35px;
justify-content: flex-end;
}

.activees div, .activees2 div {
    position: relative;
    width: 40px;
    height: 40px;
}


.activees img, .activees2 img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
}

.activees div:after, .activees2 div:after {
    content: "";
    background: #595959;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease-in-out 0s;
    mix-blend-mode: hard-light;
}


.activees div:hover img, .activees2 div:hover img {
    filter: grayscale(100%);
}

.activees div:hover:after, .activees2 div:hover:after {
    opacity: 1;
    background: #61616185;
}


#pun-viewtopic .pa-avatar {
    margin-top: 10px;
}
#pun-viewtopic .pa-online {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    /* border: 1px solid red; */
    color: var(--tab-text);
    margin: 10px 0 0;
    display: none;
}
#pun-viewtopic .pa-fld1 .infoblock{ 
 overflow:hidden;
 overflow-y: auto;
 height:26px;
}




#pun-viewtopic .post > .container {
    position: relative;
}

.centr {
    display: flex;
    height: 50px;
    color: var(--tab-text);
    flex-direction: column;
    gap: 3px;
    justify-content: flex-start;
    align-items: center;
    /* border: 1px solid red; */
    flex-grow: 1;
    flex-shrink: 0;
}
.kvent {
    display: flex;
    position: absolute;
    margin: 0;
    top: 14px;
    left: 218px;
    font-size: 13px!important;
    width: 190px;
    height: 58px;
    color: var(--tab-text);
    flex-direction: column;
    gap: 0;
    /* border: 1px solid red; */
    background: var(--base-bg2);
    border: 1px solid #262626;
    justify-content: center;
}


.kvent a {
    color: var(--navi-link) !Important;
}

.kvent a:hover {
    color: var(--navi-link-hov) !Important;
}


.pa-posts a, .pa-respect a {
    color: var(--navi-link-hov) !important;
}


.pa-posts a:hover, .pa-respect a:hover {
    color: var(--navi-link) !important;
}


#toggleButton span {
    writing-mode: sideways-lr;
    text-orientation: mixed;
}


#pun-index .category tr.inew {
    background: linear-gradient(45deg, #9d9c9c00, transparent), var(--quot-im) top;
    border: 1px solid var(--bord);
    box-shadow: 0px -3px #87652f inset;
}


#pun-viewtopic.post .post-author {
    float: left;
    width: 240px;
    margin: 0 0px 0px -41px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 11px;
    box-sizing: border-box;
    /* position: relative; */
    background: var(--profile-bg) center/cover;
    border: 1px solid;
    border-image: var(--txtr) 1 round;
    padding: 20px;
    border-width: 0;
}


#pun-viewtopic  .post-box {
    padding: 20px;
    text-align: justify;
    border: none;
    background: var(--pun-bg);
    margin: 20px 20px 20px 240px;
    border: 1px solid #4a4a4a;
}


.kvent .pa-fld1, .kvent .pa-fld2 {
    font-family: var(--sec-font);
    text-transform: uppercase;
    border-bottom: 1px solid #262626;
    padding-bottom: 3px;
}


.kvent .pa-fld2 {
    border-bottom: 0px solid #262626;
    padding-bottom: 0;
    padding-top: 7px;
}


.pa-fld3 {
    color: var(--tab-text);
    font-size: 13px;
    margin: 10px 0 0 0;
}




.icon-toggle .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-toggle .icon {
    background: var(--navi-link-hov);
    mask: url(https://forumstatic.ru/files/001c/80/7a/74737.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/80/7a/74737.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 24px;
    height: 24px;
}

.icon-toggle.locked .icon {
    background: var(--navi-link-hov);
    mask: url(https://forumstatic.ru/files/001c/80/7a/94280.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/80/7a/94280.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 24px;
    height: 24px;
}




.left-fr {
    position: absolute;
    /* border: 1px solid red; */
    top: -142px;
    display: flex;
    height: 80px;
    flex-direction: column;
    align-items: center;
    width: 200px;
    left: 0;
    justify-content: center;
    gap: 6px;
    font-family: var(--main-font);
    font-size: 13px;
}



.left-ft a, .right-ft a {
    text-transform: uppercase;
}



.right-fr {
    position: absolute;
    /* border: 1px solid red; */
    top: -142px;
    display: flex;
    height: 80px;
    flex-direction: column;
    align-items: center;
    width: 200px;
    right: 0;
    justify-content: center;
    gap: 6px;
    font-family: var(--main-font);
    font-size: 13px;
}


.right-fr span {
    color: var(--navi-link);
    text-transform: uppercase;
    font-size: 12px;}









/***ÑÒÐÀÍÈÖÀ ÑÎÎÁÙÅÍÈÉ***/

#pun-viewtopic.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 100px 20px 30px;
    background: var(--base-bg2);
    border: none;
    padding: 20px 20px 0 20px;
}

#pun-viewtopic #pun-status .container, 
#pun-viewtopic #pun-crumbs1 p.container, 
#pun-viewtopic #pun-crumbs2 p.container, 
#pun-viewtopic.punbb .modmenu .container {
    color: var(--navi-link);
}

#pun-viewtopic.punbb a {
    color: var(--accent);
}

#pun-viewtopic .pagelink, #pun-viewtopic .new-poll a, #pun-viewtopic .new-topic a, #pun-viewtopic .postlink span a,
#pun-viewtopic .subscribelink, #pun-viewtopic select#mod-options, #pun-viewtopic a.permalink {
    background: var(--base-bg2);
    border: 1px solid #444444;
    color: var(--navi-link);
}


#pun-viewtopic .post-body {
    margin-top: 0px;
    padding-top: 70px;
    margin-left: -40px;
    width: 1178px;
    background: var(--profile-bg) center / cover;
    border: 1px solid;
    border-image: var(--txtr) 1 round;
    margin-bottom: 21px;
    border-width: 1px 0;
}


#pun-viewtopic.punbb .post h3 strong {
    width: auto;
    order: 2;
    font-size: 14px;
    font-family: var(--sec-font);
    color: var(--navi-link);
    font-weight: 400;
}


#pun-viewtopic .post .post-author {
    margin: 1px 0px 0px -40px;
    border: none;
    background: transparent;
}




.punbb .post-rating a {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: var(--text) !important;
    gap: 5px;
}



.punbb .post-rating a:before {
    content: "\f004";
    font: 10px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .4s linear 0s;
    color: var(--accent);
}


.punbb .post-rating p, .punbb .post-vote {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font: 300 8px/100% var(--main-font);
    padding: 2px 10px !important;
    margin: 0 !important;
    background: var(--quote);
    align-self: stretch;
    border-radius: 5px;
    color: var(--text1);
}

.punbb .post-rating {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}



.repst {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row-reverse;
}



.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
    color: var(--text2);
}

.punbb .post-rating a:hover:before {
    color: var(--text1) !important;
}



/***ÏÐÎÔÈËÜ***/
.pa-posts .fld-name, .pa-respect .fld-name, #pun-viewtopic .pl-email.profile a, #pun-viewtopic .pl-email.pm a {
font-size: 0px}


.pa-posts .fld-name:before {
    content: '\f4ad';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent);
    margin-right: 5px;
}
.pa-respect .fld-name:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent);
    margin-right: 5px;
}

#pun-viewtopic .pl-email.profile a:before {
    content: '\f007';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent);
    margin-right: 5px;
}
#pun-viewtopic .pl-email.pm a:before {
    content: '\f4ba';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent);
    margin-right: 5px;
}

.pa-respect span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -16px;
    /* border: 1px solid red; */
}

.pa-posts span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -16px;
    /* border: 1px solid red; */
}

#pun-viewtopic .pa-fld3 {
    display: flex;
    margin: 0;
    font-size: 12px!important;
    color: var(--tab-text);
    flex-direction: column;
    gap: 4px;
    /* border: 1px solid red; */
    background: var(--base-bg2);
    border: 1px solid #262626;
    justify-content: flex-start;
    text-transform: uppercase;
    padding: 5px;
    flex-grow: 1;
    flex-shrink: 0;
    height: 50px;
}


.prf-up {
    display: flex;
    position: absolute;
    margin: 0;
    top: 26px;
    left: 200px;
    font-size: 25px!important;
    width: 919px;
    height: 64px;
    color: var(--tab-text);
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    /* border: 1px solid red; */
}


#pun-viewtopic .pa-fld2 {
    display: flex;
    margin: 0;
    font-size: 12px!important;
    height: 50px;
    color: var(--tab-text);
    flex-direction: column;
    gap: 4px;
    /* border: 1px solid red; */
    background: var(--base-bg2);
    border: 1px solid #262626;
    justify-content: flex-start;
    text-transform: none;
    padding: 5px;
    flex-grow: 1;
    flex-shrink: 0;
}

#pun-viewtopic .pa-fld1 {
    display: flex;
    margin: 0;
    font-size: 13px!important;
    color: var(--tab-text);
    flex-direction: column;
    gap: 4px;
    /* border: 1px solid red; */
    background: var(--base-bg2);
    border: 1px solid #262626;
    justify-content: flex-start;
    text-transform: uppercase;
    padding: 5px;
    flex-grow: 1;
    flex-shrink: 0;
    height: 50px;
    font-family: var(--sec-font);
}


#pun-viewtopic .pl-email, #pun-viewtopic .pl-website {
    float: none;
}


.centr2 {
    color: var(--navi-link);
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 0;
}


.bnrs {
    align-items: center;
    height: 88px;
    text-transform: uppercase;
    background: var(--ftr-im);
    width: 100%;
    position: absolute;
    border: 1px solid transparent;
    border-image: var(--txtr) round 1;
    left: 0;
    border-width: 1px 0 0 0;
}


.bnrs banners {
    height: 32px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 27px 38px;
    gap: 12px;}


.bnrs banners img {
    opacity: .4;
    transition: all .7s ease-in-out 0s;
}
.bnrs banners img:hover {
    opacity: .9;
    transition: all .7s ease-in-out 0s;
}


div.post-vote a {
    font-size: 16px;
    text-decoration: none !important;
}