/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1759257594.css);

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'mich';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/85/8d/43881.otf);
}

:root {
    --base-bg: #253237 url(https://forumstatic.ru/files/001c/85/8d/75928.webp);
    --base-bg2: url(https://forumstatic.ru/files/001c/85/8d/85770.webp);
    --text: #30393c;
    --sec-text: #3d484b;
    --accent: #af9d63;
    --sec-accent: #3c5860;
    --navi-link: #e1c77b;
    --navi-link-hov: #ded8cc;
    --main-font: mulish;
    --sec-font: cormorant infant;
    --head: url(https://forumstatic.ru/files/001c/85/8d/76995.webp);
    --quote: #d5cec1;
    --bord: #c9c2b1;
    --cat-fon: url(https://forumstatic.ru/files/001c/85/8d/26669.webp?v=1);
    --tab-text: #ded8cc;
    --cfoot: url(https://forumstatic.ru/files/001c/85/8d/59418.webp);
    --tab-pl: #282828;
    --dark-fon: url(https://forumstatic.ru/files/001c/85/8d/26417.webp);
    --pf-bg: url(https://forumstatic.ru/files/001c/85/8d/43196.webp);
}


body.dark {
    --base-bg2: url(https://forumstatic.ru/files/001c/85/8d/55239.webp);
    --head: url(https://forumstatic.ru/files/001c/85/8d/69823.webp);
    --quote: #bab4a8;
    --bord: #b2aca1;
    --cfoot: url(https://forumstatic.ru/files/001c/85/8d/24902.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;
color: var(--text);
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 12px verdana, arial, helvetica, sans-serif;
    background: var(--quote);
    border: 1px solid var(--bord);
    outline: none;
    color: var(--text);
}

/* 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 {
    width: 1370px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 141px;
    background: var(--base-bg2);
    position: relative;
    padding: 5px 0 0 0;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 100px 187px;
}

/* 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: none;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: var(--tab-text);
}
#pun-redirect.punbb .info .container a {
    color: var(--accent) !important;
}

#pun-redirect.punbb .info .container a:hover {
    color: var(--tab-text) !important;
}



/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    font-family: var(--main-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: center;
    width: auto;
    letter-spacing: 0.6px;
    text-transform: none;
    margin: -20px 0px 20px 0px;
}


#pun-main h1 {
    display: none;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #707070;
    width: auto;
    margin: 20px 50px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0 0 0 0px;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 0px 1em 0px;
    padding: 15px 20px 15px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 0.6rem;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 11px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    background: var(--dark-fon) center/cover;
    display: inline-flex;
    padding: 5px 18px;
    gap: 4px;
    color: var(--quote);
    border-radius: 2px 5px 5px 2px;
    margin-left: -25px;
    letter-spacing: .5px;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 5px !important;
    position: relative;
    padding: 0 0px;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quote);
    padding: 5px 15px 6px;
    text-transform: none;
}

/*************************************************************
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: none;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    text-transform: none;
    width: 35%;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    letter-spacing: 0;
    align-items: center;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: none;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }
#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 16px;
    text-align: left;
    height: auto;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: space-between;
}


#pun-index .tcl {
    width: 70%;
    position: relative;
    overflow: visible;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 10px 0;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1.5em;
  }

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    margin: 0 50px 0 20px;
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 0;
    letter-spacing: 0;
    text-transform: none;
}


.punbb div.icon {
float: left;
}


#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {
    border: none;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    border-right: none !important;
    border-bottom: none !important;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 400 10px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 0;
    padding: 5px 15px;
    gap: 50px;
    border: 1px solid var(--bord);
    width: 100%;
    text-transform: none;
    border-radius: 4px;
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: auto;
    text-align: right;
    font-weight: normal;
    order: 2;
}

.punbb .post .post-author {
    float: left;
    width: 300px;
    font-size: 10px;
    margin: 20px 0 0 -100px;
    font-family: var(--main-font);
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 199;
    background: url(https://forumstatic.ru/files/001c/85/8d/21855.webp) top center no-repeat, url(https://forumstatic.ru/files/001c/85/8d/27045.webp) repeat;
    border: 1px solid #bca869;
    color: var(--tab-text);
    border-radius: 10px;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}

.post .post-author ul {
    margin: 25px 30px;
    background: #2f444b;
    border-radius: 4px;
    padding: 6px 6px 20px 6px!important;
    border: 1px solid #38484e;
    box-shadow: 5px 5px 20px #1623265e;
}


/* C3.7 */
.pa-author {
    font-family: var(--sec-font);
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
    text-transform: none;
    margin: 10px 0 0px;
    text-align: center;
    position: relative;
    padding: 0;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    font-size: 19px;
}



/* C3.9 */
li.pa-title {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0;
    text-align: center;
    margin: 3px;
    text-transform: none;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 209px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 40px 0px 15px 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 0px 0px 10px;
    height: 2.5em;
    line-height: 2em;
    margin-left: -19.3em;
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: none;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 10px 0 0;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {

  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline}

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;}

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;}

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em}



/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks {
    width: 100%;
    margin: 4px 0 0 0;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    /* border: 1px solid red; */
    padding-inline-start: 0px;
    margin-top: 3px;
    height: auto;
}

/* 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: 11px;
    font-family: var(--main-font);
    font-weight: 500;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: none;
    gap: 3px;
    width: 100%;
    margin-top: 18px;
}


/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    WIDTH: auto;
    margin-top: 7px;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    border-radius: 10px 10px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
    margin-top: 23px;
    /* background: var(--quote); */
    /* margin: 0 -15px; */
    /* border-bottom: 1px solid var(--bord); */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    background: var(--quote);
    border: 1px solid var(--bord);
    border-radius: 0 0 6px 6px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 10px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    height: auto;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }



.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: 48px;
    -webkit-text-size-adjust: 100%;
    margin: 10px 0 0;
    display: flex;
    padding: 0 20px !IMPORTANT;
    background: var(--dark-fon) center/cover;
    justify-content: flex-end;
    gap: 10px;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    border: 1px solid #27383e;
    border-radius: 6px 6px 0 0;
}
#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    color: var(--tab-text);
    font-size: 22px;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: none;
    line-height: 14px;
    padding: 5px 10px;
    letter-spacing: 0;
    border-radius: 4px;
}






#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 10px 20px 20px;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: var(--quote);
    margin: 0px 0 10px;
    border: 1px solid var(--bord);
    box-shadow: none;
    border-radius: 0 0 6px 6px;
}

#pun-index .category table tr + tr {
margin: 15px 0;
    border-radius: 6px;
}


#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}
.pagelink, .new-poll a, .new-topic a, .postlink span a {
    background: var(--quote);
    padding: 3px 15px 4px;
    text-transform: none;
    font-size: 10px;
    font-weight: 400;
    border-radius: 5px;
}

.forum tr, #pun-viewforum .category tr.isub {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--quote);
    text-transform: none;
    padding: 0 10px;
    height: auto;
    border-radius: 6px;
}

.forum thead {
    display: none;
}





.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}


.reactions-root {
    display: none;
}




#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--main-font);
    text-transform: uppercase;
}


 #pun-main h2 span {
    font-size: 0px;
}


#html-header {
    color: var(--tab-text);
}






.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}

.html-box {
    /* display: flex; */
    justify-content: center;
    flex-wrap: wrap;
    /* overflow-x: auto; */
    align-items: flex-start;
    gap: 15px;
    margin: 0px 20px;
    flex-direction: row;
    height: auto;
}


.html-box a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    padding: 6px 11px;
    line-height: 13px;
    font-size: 17px;
    text-transform: none;
    color: var(--tab-text) !important;
    font-family: var(--sec-font);
    background: var(--dark-fon);
    margin: 0 0 10px 0;
}

.html-box a data {
    background: var(--accent);
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 4px;
    color: var(--tab-pl);
    font-weight: 600;
    font-family: var(--main-font);
}
.html-box a:hover {
    background: url(https://forumstatic.ru/files/001c/85/8d/92987.webp);
    color: var(--text) !important;
}


#tooltip {position: absolute; 
background: #233035; z-index: 999;
max-width: 200px; border: none; border-radius: 10px; box-shadow: 0 0 0px 1px rgba(0,0,0,.05) inset; font-family: var(--main-font); font-size: 11px; display: none; color: #efeee4; text-align: center; padding: 6px 22px; font-weight: 400;}



#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}



.sered {
    display: flex;
    flex-direction: column;
    gap: 1px;
}



.punbb .post-content .quote-box, .spoiler-box {
padding: 15px 20px;
}




#pun-admain .adlabel {
    width: 18em !important;
}


#pun-index .tcl h3 a {
    text-transform: none;
    font-weight: 600;
    font-size: 23px;
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}

#plng {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 5px;
    font-family: var(--main-font);
    border-radius: 0;
    background: var(--quote);
    border: 1px solid var(--bord);
    padding: 12px 20px;
    border-radius: 10px;
}


#pun-searchposts  .post .post-author {
    margin: 20px 0px 0px -213px;
}


.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 51px !important;
    text-align: left;
    font-family: var(--main-font);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    position: relative;
    background: url(https://forumstatic.ru/files/001c/85/8d/51194.webp) !IMPORTANT;
    border-radius: 8px;
}

.spoiler-box {
    padding: 0 !important;
}


#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 26px;
    height: 26px;
    margin: 5px 0px 5px 0px;
}


#pun-index .category table tr td {
padding: 0;
}



.punbb .post-content .scrollbox {
    width: 100%;
    height: 6.5em!important;
    overflow: auto;
}


.punbb .post-content blockquote p {
padding: 5px 0 5px 0;
}


.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid #b8b0a1;
    border-radius: 8px 8px 0 0;
}


.post-content .spoiler-box > blockquote.visible {
    padding: 10px 20px;
}


.post-content .spoiler-box>div:before {
    color: var(--text);
    content: '\f070';
    font-family: "Font Awesome 6 Pro";
    font-size: 11px;
    position: absolute;
    display: inline-block;
    margin-left: -27px;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    line-height: 24px;
font-weight: 600;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f06e';
}


#font-area {
    display: flex;
    height: 213px;
    overflow-y: hidden;
    text-align: left;
    width: 930px;
    flex-wrap: wrap;
    flex-direction: column;
}


select#mod-options {
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    padding: 0px 15px;
    margin: 0;
}




#pun-profile #viewprofile ul {
    width: 100%;
    border: 1px solid var(--bord);
    margin: 0;
    padding: 0;
}

#viewprofile #profile-left {
    text-transform: none;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--dark-fon) center/cover;
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: var(--tab-text) 1i;
    border-right: 1px solid var(--bord);
}


#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}


#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: var(--tab-text);
    font-weight: 400 !important;
}


#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    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);
    min-height: 86px;
}

#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: none;
    padding: 0 !important;
}


#profile-right li strong {
    padding: 0 !important;
    text-transform: none;
}




#pun-index .datetime, #pun-index .byuser {
    font-size: 11px;
    font-weight: 400;
    color: var(--text);
    text-transform: none;
    letter-spacing: 0;
}


#html-header a {
    color: var(--navi-link);
}

#html-header a:hover {
color: var(--navi-link);
}





#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


.Add {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 11px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: #29292b;
    font-weight: 300;
    font-style: normal;
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
    position: relative;
    display: block;
    font-weight: 600;
    content: '\f518';
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
    color: var(--text);
}

.mssg:before {
    position: relative;
    display: block;
    font-weight: 600;
    content: '\f70e';
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
    color: var(--text);
}

.Tems_And_messages {
    display: flex;
    gap: 6px;
    align-items: center;
}


#pun-index .category tr.inew {
    border: 1px solid #376c7a73;
    background: var(--pf-bg) center/cover;
}

html {
    -webkit-text-size-adjust: 100%;
}


tr.inew div.icon {
    margin-left: -10px;
    display: block;
    position: absolute;
    margin-top: -2px;
}


tr.inew div.icon::before {
    content: "\273b";
    position: relative;
    color: var(--sec-accent);
    font-size: 22px;
    font-style: normal;
}


del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}




#viewprofile #profile-left strong {
font-weight: 400;
}




.pforum {
    margin: 5px 0;
    font-weight: 500;
}


.pforum-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}


.pforum-links a {
    letter-spacing: .2px;
    background: var(--sec-accent);
    color: #ebe6db !important;
    text-transform: uppercase;
    padding: 2px 10px 2px;
    font-size: 9px;
    border-radius: 3px;
}
.pforum-links a:hover {
background: var(--text);
    color: var(--navi-link-hov) !important;
}


#pun-stats h2 {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px !important;
}


#pun-stats .container a {
font-weight: 600;
}



#pun-stats .statsinfo {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    margin-top: -50px;
}

#pun-stats .statsinfo li {
    text-align: center;
    padding: 3px 10px 2px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 5px;
    color: var(--tab-text);
    font-size: 11px;
}

#pun-stats .statsinfo li a {
    color: var(--navi-link);
}

#pun-stats .statsinfo li a {
    color: var(--navi-link-hov);
}

.bnrs {
    align-items: center;
    height: 109px;
    width: 1268px;
    position: absolute;
    left: 0;
    margin: 54px 0 0 50px;
    z-index: 1;
    /* border: 1px solid red; */
}
.bnrs banners {
    height: 70px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 18px 38px;
    gap: 2px;
    align-content: flex-start;
}


.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;
}


.activees, .activees2 {
    height: 55px;
    width: 215px;
    display: flex;
    justify-content: center;
    position: absolute;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 9px;
    /* border: 1px solid red; */
    left: 110px;
    top: 21px;
    z-index: 99;
    align-items: center;
}


.activees2 {
left: auto;
right: 110px;
}

.activees div, .activees2 div {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    box-shadow: 6px 5px 10px #232f35;
}


.activees img, .activees2 img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.activees div:after, .activees2 div:after {
    content: "";
    background: #28353b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    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: #3f3c38;
}


.activees span, .activees2 span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: var(--sec-font);
    font-size: 15px;
}

.best-post {
    right: 142px;
    position: absolute;
    z-index: 99;
    top: 116px;
    /* border: 1px solid red; */
    width: 158px;
    /* overflow-y: auto; */
    /* padding-right: 7px; */
    height: 80px;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 10px;
    text-align: justify;
    gap: 1px;
    display: flex;
    flex-direction: column;
}

.best-post span {
    font-family: var(--sec-font);
    font-size: 17px;
}


.best-ep {
    left: 142px;
    position: absolute;
    z-index: 99;
    top: 116px;
    /* border: 1px solid red; */
    width: 158px;
    overflow-y: hidden;
    height: 92px;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 11px;
    font-weight: 400;
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.best-ep a {
    font-family: var(--sec-font);
    cursor: pointer;
    font-size: 17px;
}


/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    position: absolute;
    top: 231px;
    right: 200px;
    text-align: center;
    z-index: 100;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    border: 1px solid #b09d62;
    height: 63px;
    width: 232px;
    display: flex;
    text-transform: none;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    flex-direction: column;
}


.spirit-navigation2 {
    border: 1px solid #b09d62;
    height: 63px;
    position: absolute;
    top: 231px;
    left: 200px;
    text-align: center;
    z-index: 100;
    width: 232px;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    display: flex;
    text-transform: none;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    flex-direction: column;
}

.spirit-navigation one, .spirit-navigation2 one {
    color: var(--navi-link);
    /* background: #243036; */
    border-radius: 5px;
    font-family: var(--sec-font);
    /* text-transform: capitalize; */
    /* padding: 2px 20px; */
    text-align: right;
    display: flex;
    justify-content: flex-end;
}


.spirit-navigation span, .spirit-navigation2 span {
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 12px;
    font-weight: 400;
}


/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock, #navigblock2 {
    left: 520px;
    position: absolute;
    top: -124px;
    text-align: center;
    z-index: 99;
    width: 330px;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: #27343a8f;
    height: 328px;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka, .sslka2 {
    justify-content: space-evenly;
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    box-sizing: border-box;
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    border-radius: 6px;
    gap: 10px;
    background: #253238;
    text-transform: none;
    flex: auto;
    padding: 2px 9px 4px;
    font-size: 11px;
    font-family: var(--main-font);
    color: #f9f4ea;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background: var(--accent);
    color: #fff;
}



.tab-time {
    text-align: right;
    right: 142px;
    position: absolute;
    z-index: 99;
    top: 116px;
    /* border: 1px solid red; */
    width: 198px;
    overflow-y: hidden;
    height: 58px;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 11px;
    font-weight: 400;
    display: flex;
    gap: 2px;
    flex-direction: column;
    align-items: flex-end;
}


.tab-time one {
    font-family: var(--sec-font);
    cursor: pointer;
    font-size: 18px;
    color: var(--navi-link);
}


.tab-time span {
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 11px;
    font-weight: 400;
}


#stylelist {
    position: absolute;
    z-index: 2;
    opacity: 1;
    top: 77px;
    padding: 0px;
    overflow: hidden;
    width: 744px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: auto;
    flex-direction: row;
    left: 314px;
    gap: 10px;
    justify-content: space-between;
    z-index: 99;
}


#stylelist li[data="light"] a, #stylelist li[data="dark"] a {
    border-radius: 100%;
    font-weight: 400;
    font-size: 0;
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #32484f;
    border: 1px solid #3d565e;
}
#stylelist li[data="light"] a::before {
    content: '';
    background: var(--accent);
    mask: url(https://forumstatic.ru/files/001c/85/8d/44091.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/85/8d/44091.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 23px;
    height: 23px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: var(--accent);
    mask: url(https://forumstatic.ru/files/001c/85/8d/94406.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/85/8d/94406.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 18px;
    height: 18px;
}



.anim-head {
    width: 108px;
    height: 216px;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    top: 44px;
    left: 51px;
}


.anim-head-right {
    width: 108px;
    height: 216px;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    top: 44px;
    right: 53px;
}






  /* Стиль для изображения */
  #rotating-image {
    display: block;
    width: 200px; /* или ваш размер */
    transition: transform 4s ease-out; /* плавное вращение и остановка */
  }
  
  /* Вращение при наведении — добавляем класс 'spin' через JS */
  #rotating-image.spin  {
    transform: rotate(360deg);
  }


#rotating-image2 {
    display: block;
    width: 200px; /* ваш размер */
    transition: transform 4s ease-out; /* плавное вращение и остановка */
  }
  
  /* Вращение при наведении — добавляем класс 'spin' через JS */
  #rotating-image2.spin {
    transform: rotate(360deg);
  }


.f-name-log {
    background: url(https://forumstatic.ru/files/001c/85/8d/17749.webp);
    height: 167px;
    width: 1268px;
    position: absolute;
    left: 50px;
    pointer-events: none;
    z-index: 99;
    top: 128px;
}




.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: 12px 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;
}



.rait_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row-reverse;
}



.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
    color: var(--accent);
}

.punbb .post-rating a:hover:before {
    color: var(--text) !important;
}






.podfor-need {
    letter-spacing: 1px;
    background: var(--dark-fon);
    border-radius: 6px;
    padding: 5px 10px 5px;
    color: var(--navi-link-hov);
    font: 400 22px var(--sec-font);
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
}


.slider-wrapper {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
}

  /* Обертка для стрелок */
.arrows-container {
    position: absolute;
    top: 50%;
    width: calc(100% + 57px);
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
    z-index: 10;
    left: 50%;
    margin-left: 0;
}

  /* Стрелки */
.arrow {
    pointer-events: auto;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    font-size: 10px;
    background: var(--bord);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text);
}

  /* Контейнер для слайдов */
  .slider-container {
    overflow: hidden; /* скрываем лишнее */
    width: 100%;
  }

  /* Полоса с блоками */
  .slides {
    display: flex;
    transition: transform 0.5s ease;
  }

.block-need {
    /* width: 274px; */
    margin-right: 10px;
    padding: 0;
    text-align: center;
    /* flex-shrink: 0; */
    height: 110px;
    flex: 1;
}

.need-pers-card {
    border-radius: 5px;
    align-items: flex-start;
    background: var(--navi-link-hov);
    min-width: 274px;
    height: 110px;
    display: flex;
    gap: 10px;
    /* width: 274px; */
    padding: 10px;
}

.need-pers-card img {
    width: 60px;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1) brightness(0.8);
}


.need-pers-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}


.need-pers-text a {
    padding: 0;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
}




.need-pers-text p {
    text-align: justify;
    font-size: 11px;
    font-weight: 500;
    height: 70px;
    /* border: 1px solid red; */
    overflow-y: auto;
    padding-right: 10px;
    line-height: 14px;
}



.tab-mag {
    position: absolute;
    /* border: 1px solid red; */
    top: -22px;
    left: 130px;
    width: 227px;
    height: 25px;
    display: flex;
    justify-content: flex-start;
    font-family: var(--sec-font);
    font-size: 19px;
    text-transform: none;
}



.tab-data {
    position: absolute;
    /* border: 1px solid red; */
    top: -22px;
    right: 129px;
    width: 228px;
    height: 25px;
    display: flex;
    justify-content: flex-end;
    font-family: var(--sec-font);
    font-size: 19px;
    text-transform: none;
}


.go-up, .go-down {
    background: #283b41;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    color: var(--accent);
    border: 1px solid #d6c078;
}

.go-up span, .go-down span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.go-up span:after {
    content: '\f0d8';
    font-size: 14px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

.go-down span:after {
    content: '\f0d7';
    font-size: 14px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}



#pun-index .category h2 span::first-letter, #pun-stats h2 span::first-letter, .podfor-need::first-letter {
    color: #dbc378;
    font-weight: 600;
}



.best-post text {
    display: block;
    overflow-y: auto;
    padding-right: 7px;
    height: 61px;
    font-size: 12px;
}


.best-ep span {
    font-family: var(--sec-font);
    font-size: 17px;
}


#head-navi {
    position: sticky;
    top: 0;
    transition: top .2s ease;
    border-radius: 8px;
    z-index: 99;
  
    margin: 0 -55px 0 -57px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#head-navi.scrolling {
    background: url(https://forumstatic.ru/files/001c/85/8d/58694.webp);
    border-radius: 0;
    border: 1px solid #bca869;
    border-width: 1px 0 0;
}




.pneed {
    display: flex;
    overflow: hidden;
}




.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld3 .fld-name, .pa-fld4 .fld-name {
    font-size: 0px;
    display: block;
    text-align: center;
}


.pa-posts .fld-name:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 11px;
}
.pa-respect .fld-name:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 11px;
}
.pa-fld3 .fld-name:before {
    content: '\f52d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    font-weight: 600;
}
.pa-fld4 .fld-name:before {
    content: '\f51e';
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    font-weight: 600;
}

.wrap-resp {
    margin: 10px 13px 0 13px;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    font-size: 9px;
    align-items: center;
    font-weight: 500;
    letter-spacing: .2px;
    /* border: 1px solid red; */
    text-transform: lowercase;
}


.pa-respect span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -16px;
    /* border: 1px solid red; */
}

.pa-posts span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -12px;
    /* border: 1px solid red; */
}



.sslka2 .que {
    padding-right: 10px;
    /* border: 1px solid red; */
    height: 157px;
    overflow-y: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: var(--main-font);
    width: 233px;
}


.pa-fld1 {
    width: 298px;
    height: 445px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #30444b 100%);
    -webkit-mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #2b3e45 100%);
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}


.lz-stat {
    background: #28353b;
    position: absolute;
    font-size: 0px!important;
    text-align: center;
    padding: 3px;
    opacity: 1;
    z-index: 3;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #d1bb77;
    display: flex;
    align-items: center;
    top: 18px;
    left: 24px;
    justify-content: center;
}

.lz-stat img {
    width: 16px;
    /* margin-top: -4px; */
}


.lz-name {
    font-family: var(--sec-font);
    margin: 6px 0 0 0;
    font-size: 12px;
    text-transform: uppercase;
}


.lz-text {
    text-align: justify;
    margin: 5px 4px;
    background: #242e3369;
    padding: 6px 10px;
    border-radius: 4px;
}

.wrap-fld2 {
    margin: 10px;
}


.pa-fld1 img {
    vertical-align: top !important;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    width: 298px;
    height: 445px;
}



.lz-twnks {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 38px;
    top: 100px;
    align-items: flex-end;
}


.lz-twnks a {
    cursor: pointer;
    font-size: 10px;
    width: 150px;
    /* border: 1px solid orangered; */
    text-align: right;
}



@keyframes blink {
  0%, 50%, 100% {
    opacity: 1; /* полностью видимый */
  }
  25%, 75% {
    opacity: 0; /* прозрачный */
  }
}








.usertable tbody {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.usertable tr {
    padding: 8px 20px;
    box-sizing: border-box;
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    margin: 2.8em 0.8em 40px;
    width: calc(25% - 1.6em);
    border-radius: 0px;
    background-size: cover;
    background: url(https://forumstatic.ru/files/001c/85/8d/21855.webp) top center no-repeat, url(https://forumstatic.ru/files/001c/85/8d/27045.webp) repeat;
    border: 1px solid #bca869;
    color: var(--tab-text);
}


.usertable .tcl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}



.punbb .usertable .user-avatar {
    width: 60px !important;
    height: 60px !important;
    display: block;
    clear: both;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    margin: auto !important;
}


#pun-userlist .usertable  .avatar-image {
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 0;
}

.punbb .usertable td {
    padding: 6px;
}


.usertable .username a {
    overflow-wrap: break-word;
    font-size: 21px;
    font-weight: 400;
    font-family: var(--sec-font);
    transition: all .6s ease-in-out 0s;
    color: var(--tab-text);
}


.usertable .usersname {
margin-top: 10px;
}


.usertable .username a:hover {
    color: var(--navi-link);
}
.usertable thead {
    display: none;
}


.usertable td {
    width: 100% !important;
    text-align: center;
}



.usertable .username {
    margin-top: 15px;
}


.usertable  {
    font-family: var(--main-font);
}


.usertable .relation:before {
    content: 'Уважение: ';
    font-weight: 400;
}


.usertable .num_posts:before {
    content: 'Постов: ';
    font-weight: 400;
}


.usertable .registered:before {
    content: 'Зарегистрирован(а): ';
    font-weight: 400;
}


.usertable .last_visit:before {
    content: 'Был(а): ';
    font-weight: 400;
}



.usertable .user_title, .usertable .relation, .usertable .num_posts, .usertable .registered, .usertable .last_visit {
    color: var(--tab-text) !important;
}










.html-box a special data {
    animation: blink 2s infinite;
}





.html-box a:first-of-type  data {
    animation: blink 5s infinite;
}



.html-box a p.one {
    display: flex;
    flex-direction: column;
}

.html-box a p.one span {
    font-family: var(--main-font);
    font-size: 12px;
}



.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}
.reveal-modal {
    visibility: hidden;
    top: 0px;
    left: 50%;
    width: 720px;
    position: absolute;
    z-index: 99991;
}
.reveal-modal.small     { width: 200px; margin-left: -140px;}
.reveal-modal.medium     { width: 400px; margin-left: -240px;}
.reveal-modal.large     { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge {
    width: 953px;
    margin-left: -490px;
}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}
.menu span {
    cursor: pointer;
    display: block;
    margin: 7px 0;
    padding: 11px;
    text-align: left;
    width: 150px;
}
.menu-links {
    float: left;
    margin-right: 15px;
}
#submenu {
    display: inline-block;
}
#submenu, .menu span {
        border-radius: 5px;
	background: #efeff0;
}
.menu .tabactive {
	color: #000000;
        background: #777777;
}
#submenu {
	padding: 7px;
	height: 180px;
	font-size: 12px;
	width: 595px;
}    
.submenutext {
	display: none; 
	height: 40px;
}

.modal_wrap info {
    display: flex;
    background: var(--tab-pl);
    height: 600px;
    width: 880px;
    margin: auto;
    padding: 0;
    border-radius: 10px;
    flex-direction: column;
    color: var(--quote);
    font-family: var(--main-font);
    gap: 0;
    border: 1px solid #70643e;
}

.tabs {
    font-size: 0;
    margin: 0 20px;
    width: 839px;
    /* border: red 1px solid; */
}

  .tabs>input[type="radio"] {
    display: none;
  }
.tabs>div {
    display: none;
    font-size: 11px;
    height: auto;
    margin-top: 20px;
}

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
    display: block;
  }

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: var(--text);
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 0;
    width: 200px;
    margin-right: 10px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    color: var(--quote);
    font-family: var(--main-font);
    border: 1px solid #70643e;
    border-width: 1px 1px 0px 1px;
}


.tabs>input[type="radio"]:checked+ label {
    background-color: #1e1e1e;
    color: #ded8cc;
}

.user-info {
    background: var(--base-bg);
    border-radius: 9px 9px 0 0;
    height: 140px;
    display: flex;
    flex-direction: column;
    color: var(--tab-text);
    border-bottom: 1px solid #70643e;
    justify-content: center;
    padding: 0 35px;
    flex-shrink: 0;
}

.user-info name {
    display: flex;
    flex-direction: column;
    font-family: var(--sec-font);
    font-size: 33px;
    margin-top: 10px;
}


.user-info name span {
    font-family: var(--main-font);
    font-size: 16px;
}


.ls-nom {
    display: flex;
    gap: 0 10px;
    margin: 0px 0 16px 0;
    font-size: 11px;
}

.ls-nom p {
    background: #1e1e1e;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 10px 0 0 0 !important;
    color: #cdc0c0;
}


.achieve {
    /* border: 1px solid palevioletred; */
    display: flex;
    justify-content: center;
    height: 356px;
    overflow-y: auto;
    padding: 0;
    gap: 10px;
    margin: 20px 12px;
    flex-wrap: wrap;
    padding-right: 10px;
}

.achieve_wrap {
    background: #1e1e1e;
    position: relative;
    width: 150px;
    height: 80px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: var(--main-font);
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    transition: background .2s linear 0s;
    border-radius: 10px;
}


.achive_img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -19px;
}


.achive_img img {
    border-radius: 10px;
    border: 1px solid #bca869;
    width: 60px;
}

.achieve_wrap span {
    font-size: 11px;
    height: 55px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 6px;
}

.outer-block {
    height: 368px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    margin: 12px 20px;
}

.left-block {
    width: 60%;
    height: 100%;
    background-color: #1e1e1e;
    border-radius: 10px;
}

.right-blocks {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 10px;
}

.top-right-block {
    flex: 1;
    background-color: #1e1e1e;
    border-radius: 10px;
}

.bottom-right-block {
    flex: 3;
    background-color: #1e1e1e;
    border-radius: 10px;
}



.left-block div img {
    width: 88px;
    border-radius: 5px;
    box-sizing: content-box;
    object-fit: cover;
    cursor: pointer;
}


.left-block div {
    /* width: 312px; */
    height: 327px;
    overflow: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 20px 15px;
    /* border: red 1px solid; */
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;
}


.top-right-block div {
    /* width: 370px; */
    height: 39px;
    overflow-x: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    flex-direction: row;
    margin: 20px;
    /* border: red 1px solid; */
    justify-content: flex-start;
    align-items: flex-start;
}

.top-right-block div img {
    width: 19px!important;
    height: 19px!important;
    object-fit: contain;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 4px;
    background: var(--base-bg2);
    cursor: pointer;
}



.bottom-right-block div {
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
    max-height: 244px;
}


.bottom-right-block div #pers-plah {
    flex-shrink: 0;
    margin: 0;
}




pers-plah {
    width: 238px;
    height: 44px;
    position: relative;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    color: var(--tab-text);
    cursor: pointer;
    display: flex;
    background: var(--dark-fon) center/cover;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px;
    margin: 10px -7px -21px !important;
}


pers-plah img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.8);
}

.pers-plah-text {
    color: var(--tab-text);
    font-weight: 600;
    font-size: 16px;
    z-index: 9;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 73%);
    text-transform: none;
    display: flex;
    flex-direction: column;
    font-family: var(--sec-font);
    font-style: normal !important;
    align-items: center;
}

.pers-plah-text span {
    text-transform: lowercase;
    font-family: var(--main-font);
    font-size: 11px;
}



.punbb .code-box strong.legend a {
    color: var(--navi-link) !IMPORTANT;
    -webkit-text-fill-color: #c8c2b7 !important;
}


.punbb .code-box strong.legend a:hover {
    -webkit-text-fill-color: var(--navi-link) !IMPORTANT;
}




#pun-admain1 form.adcontainer, #pun-admain2 form.adcontainer, #pun-admain-new form.adcontainer, #pun-admain1 div.adcontainer, #pun-admain2 div.adcontainer {
    padding: 18px 25px 12px 25px;
    position: relative;
    background: var(--quote);
}




twnk {
    display: inline-flex;
    overflow: hidden;
    width: 20px;
    height: 23px;
    background: var(--dark-fon);
    cursor: pointer;
    position: relative;
    transition: width 0.5s ease, transform 0.5s ease;
    /* white-space: nowrap; */
    border: 1px solid #bca869;
    border-width: 1px 1px 1px 0px;
    border-radius: 0px 2px 2px 0px;
    align-items: center;
    justify-content: flex-end;
}

twnk:hover {
    width: 150px;
    transform: translateX(120px);
}

twnk a {
    display: inline-block;
    padding: 0;
    font-family: var(--main-font);
    text-transform: none;
    line-height: 10px;
    text-align: right;
}


twnk::after {
    content: '•';
    width: 20px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    height: 20px;
    align-items: center;
    color: var(--navi-link);
    font-size: 12px;
    flex-shrink: 0;
}


#profile-right li .pers-plah {
    width: 238px;
    height: 44px;
    position: relative;
    border-radius: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    color: var(--tab-text);
    cursor: pointer;
    display: flex !important;
    background: var(--dark-fon) center/cover;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px;
    margin: 0 auto !important;
    border-radius: 0 0 4px 4px !important;
}



.razm {
    width: 171px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: flex-end;
}


#profile-left li#pa-avatar img {
    border-radius: 4px;
    border: 1px solid #bca869;
    box-sizing: initial;
}

.usertable .tc2.user_title,
.usertable .tc3 {
    background-color: var(--sec-accent) !important;
    border-radius: 5px;
    margin: 0 0 10px 0px;
}






hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(139 119 57), rgba(0, 0, 0, 0));
}



#profile-right .lz-twnks, #profile-right .lz-stat {
    display: none !important;
}


.quote2 {
    color: var(--tab-text);
    background: var(--sec-accent);
    border: 1px solid #28353b;
    border-radius: 10px;
    box-shadow: 8px 8px 20px #b4ad9d75;
    padding: 15px 20px;
}

.logo-circ {
    position: absolute;
    top: -70px;
    left: 520px;
    pointer-events: none;
    width: 330px;
    height: 275px;
    overflow: hidden;
}


.modal__award img {
    width: 70px;
}


.modal-overlay {
    backdrop-filter: blur(14px);
}


.character-modal .character {
    display: flex;
    background: url(https://forumstatic.ru/files/001c/85/8d/11111.webp) top/cover;
    height: 540px;
    width: 770px;
    margin: auto;
    padding: 0;
    border-radius: 10px;
    flex-direction: column;
    color: var(--quote);
    font-family: var(--main-font);
    gap: 0;
    border: 1px solid #70643e;
}


/* Вкладки */
.modal__tabs {
    display: flex;
    gap: 5px;
    position: absolute;
    top: -24px;
    width: 97%;
    justify-content: flex-end;
}
.modal__tab.active {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: var(--dark-fon);
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    margin-top: -10px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: var(--main-font);
    border: 1px solid #70643e;
    border-width: 1px 1px 0px 1px;
    display: flex;
    align-items: center;
}

.modal__tab {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: var(--text);
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    color: var(--quote);
    font-family: var(--main-font);
    border: 1px solid #70643e;
    border-width: 1px 1px 0px 1px;
}
.modal__content { display: none; }
.modal__content.active { display: block; }


.modal__awards {
    /* border: red 1px solid; */
    margin: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow-y: visible;
    height: 318px;
    align-content: flex-start;
    justify-content: center;
}

.bottom-right-block div pers-plah {
    margin: 0 !important;
    flex-shrink: 0;
}

.post-content td {
    overflow: visible !important;
}



.modal__award span {
  display: none; /* Скрываем текст по умолчанию */
}

.modal__award img:hover + span {
    display: inline;
    position: absolute;
    background: var(--text);
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 5px;
    text-transform: none;
    color: var(--tab-text);
    top: 28px;
    left: 16px;
    width: 119px;
    pointer-events: none;
    z-index: 99;
}


.modal__award {
    position: relative;
}



.dark .need-pers-card {
    background: #c8c2b75e;
}











/***Достижения***/

.achieve {
  display: flex;
  flex-direction: column;
}

.razm {
  opacity: 0.5;
  filter: grayscale(100%);

}

.razm.achieved {
  opacity: 1;
  filter: none;
  order: -1; /* перемещаем полученные вверх */
}

.razm:not(.achieved) span {
  display: none; /* скрываем текст у неполученных */
}

.razm.achieved .achieve_wrap {
    background: #1e1e1e;
    position: relative;
    width: 150px;
    height: 80px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: var(--main-font);
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    transition: background .2s linear 0s;
    border-radius: 10px;
}

.razm.achieved {
    width: 171px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: flex-end;
}



.achieve_wrap {
    background: transparent;
    position: relative;
    width: 60px;
    height: 80px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: var(--main-font);
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    transition: background .2s linear 0s;
    border-radius: 10px;
}

.razm.achieved .achive_img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -19px;
}

.razm {
    width: 60px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: flex-end;
}


.achive_img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    background: #1e1e1e;
    border-radius: 10px;
}


.achieve {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}




#profile-right #pa-fld5 strong pers-plah {
    margin: auto !IMPORTANT;
}

.hvStickerPackModal {
bottom: 60px !important;
    border: solid 1px #ada594 !important;
    background: var(--bord) !important;
    box-shadow: 0 3px 16px rgb(0 0 0 / 9%), 0 3px 16px rgb(0 0 0 / 10%) !important;
}


td#button-smile {
    background: url('/i/form_buttons.3.png') no-repeat 50% -437px;
    display: none !important;
}










#navprofiles {
  position: relative;
  z-index: 999;
}

#pun-navlinks.section .multiacc-profilemenu {
    position: absolute;
    top: 20px;
    right: 0px;
    width: max-content;
    height: auto;
    background: var(--dark-fon) !important;
    border-radius: 5px;
    border-inline: none;
    color: var(--navi-link-hov) !important;
    border: 1px solid var(--accent) !important;
    padding: 0 !important;
}

.multiacc-profilemenu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px !important;
  gap: 10px;
  width: 100%;
}

.multiacc-profilemenu li a {
  display: block;
  flex-grow: 1;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.multiacc-profilemenu li:first-child {
    background-color: transparent !important;
    font-weight: 700;
}

#pun-navlinks.section .multiacc-profilemenu li {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    font-size: 10px;
    padding: 4px 10px;
    border-bottom: none;
    top: 0;
}

#pun-navlinks.section .multiacc-profilemenu li:last-child {
  border-bottom: 0;
}

#pun-navlinks.section .multiacc-profilemenu li:hover {
  box-shadow: inset 0px 0px 30px 3px rgba(43, 67, 62, 0.2);
}

#pun-navlinks.section .multiacc-profilemenu li a {
    color: var(--navi-link-hov) !important;
    font: 400 13px var(--main-font) !important;
}

#pun-navlinks.section .multiacc-profilemenu li a:hover {
    color: var(--navi-link) !important;
}

.multiacc-delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: auto;
    color: var(--navi-link-hov) !important;
}

.multiacc-dialog {
  z-index: 9999;
  padding: 10px;
  font-size: 0.8rem;
  background: #e8e8e8 !important;
  border: 1px solid #999;
  color: #333;
}

.multiacc-dialog > form {
  border: 1px solid #ccc;
  padding: 10px 10px 2px;
}

.multiacc-dialog input {
  padding: 4px 10px;
  border: 1px solid #b9bfb0;
}

.multiacc-dialog div {
  display: flex;
  justify-content: center;
}

.multiacc-dialog div:not(.multiacc-dialog div:last-child) {
  flex-direction: column;
}

.multiacc-dialog button {
  margin: 6px;
  padding: 4px 8px;
  background: #f4f4f4;
  color: #555;
  border-inline: 1px solid #999;
  border-block: 0;
  border-radius: 4px;
  cursor: pointer;
}

.multiacc-dialog button:hover {
  color: #444;
}


#profile-left #profile-name {
    font-family: var(--sec-font) !important;
    font-size: 20px;
    margin: 0 !important;
}


.punbb .usertable .user-avatar .isonline {
    margin-right: -90px;
    background: #c8b370 !important;
    animation: none !important;
    width: 7px !important;
    height: 7px !important;
    top: 38px !important;
}



div#pun-live-rusff {
    display: none;
}


#pun:before {
    content:' ';
    background: var(--base-bg2);
}


#pun-mod .tcl {
width: 15%;
}


.FNTslider {
    border-radius: 2px;
    position: relative;
    z-index: 3;
    background: var(--bord);
    width: 110px;
    height: 7px;
    border: solid 1px #9f9e9e70;
    order: 1;
}
.FNTslider .before {
    height: 5px;
    border-right: none 0;
    position: absolute;
    background: var(--dark-tab-text);
    border-radius: 2px 0 0 2px;
}
.FNTslider .thumb {
    width: 8px;
    height: 7px;
    border-radius: 0;
    position: relative;
    background: var(--accent);
    cursor: pointer;
    margin-top: -1px;
    top: 0;
}

/*** Подфорум с нужными ***/
#forum_f24 .tclcon, #forum_f24 .tcl {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
}


#forum_f24 h3, #forum_f24 td.tcr {
    display: none !important;
}


#forum_f24 h3, #forum_f24 td.tcr {
    display: none !important;
}


#forum_f24 {
    position: relative;
    z-index: 8;
    padding: 20px !IMPORTANT;
}

.subforums em {
    display: none;
}

#forum_f24 .Add {
    display: none;
}



#forum_f9 {
    background: var(--cat-fon) !important;
}


#pun-index .subforums {
    display: flex;
    gap: 0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 0;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    order: 1;
}

#pun-index  .subforums a {
    font-size: 12px;
    margin-bottom: 6px;
}


#pun-modviewforum  tr.inew div.icon {
    margin-left: 0;
    display: block;
    position: relative;
    margin-top: -9px;
    margin-right: 10px;
}


.hvStickerPackModal {
    z-index: 999 !important;
}

span.closedatafield {
display: none;
}

#pun-viewforum #forum_f9 {
    background: transparent !important;
}


#pun-viewforum .category tr.isub {
    background: var(--cat-fon);
    border: 1px solid var(--bord);
}

a.qc-post-link {
    color: var(--tab-text) !important;
    -webkit-text-fill-color: var(--bord) !important;
}