/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1751631309.css);

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?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: 'ralewe';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/79/e7/50628.otf);
}


:root {
    --base-bg: #202020 url(https://forumstatic.ru/files/001c/7d/0f/15151.webp);
    --base-bg2: #b0b0b0;
    --podform: #acabab;
    --bord: #989898;
    --text: #202020;
    --sec-text: #181818;
    --accent: #743935;
    --navi-link: #bdbcbc;
    --navi-link-hov: #974944;
    --main-font: manrope;
    --sec-font: ralewe;
    --header-link: #c7c0c1;
    --head: url(https://forumstatic.ru/files/001c/7d/0f/52386.webp);
    --quote: #acabab;
    --tab-text: #918f8f;
    --profile-bg: url(https://forumstatic.ru/files/001c/7d/0f/26302.webp);
    --head-st: url(https://forumstatic.ru/files/001c/7d/0f/53768.webp?v=1);
    --tree-red: url(https://forumstatic.ru/files/001c/7d/0f/19769.webp);
    --pf-links: #a19f9f;
    --ctgr: url(https://forumstatic.ru/files/001c/7d/0f/79906.webp);
    --podkat: url(https://forumstatic.ru/files/001c/7d/0f/85753.webp);
}

body.dark {
    --base-bg2: #8d8d8d;
    --podform: #878787;
    --bord: #7c7c7c;
    --text: #000;
    --sec-text: #202020;
    --accent: #602723;
    --quote: #878787;
    --pf-links: #7e7e7e;
    --podkat: url(https://forumstatic.ru/files/001c/7d/0f/25142.webp);
}


body.overdark {
    --base-bg2: #181818;
    --podform: #161616;
    --bord: #202020;
    --text: #a9a9a9;
    --sec-text: #403f3f;
    --quote: #131313;
    --pf-links: #7e7e7e;
    --navi-link: #a1a1a1;
    --tab-text: #bfbfbf;
    --profile-bg: url(https://forumstatic.ru/files/001c/7d/0f/53768.webp);
    --podkat: url(https://forumstatic.ru/files/001c/7d/0f/72742.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(--podform);
    border: 1px solid var(--bord);
    outline: none;
    accent-color: #292420;
}

/* 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 {
    background: transparent;
    margin: auto;
    width: 1100px;
    margin-top: 0;
    margin-bottom: 50px;
    color: var(--text);
    position: relative;
}


/* A5.2 */
.punbb {
    height: auto;
}

/* 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: 0px 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.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .4px;
    color: var(--navi-link);
    display: inline-block;
    font-size: 10px;
    font-family: var(--main-font);
    margin-left: 0!important;
    padding: 3px 15px 5px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    background: var(--accent);
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}

.punbb .code-box strong.legend a {
    color: var(--navi-link) !important;
}

.punbb .code-box strong.legend a:hover {
color: var(--header-link) !important;
}




/* 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;
    border-radius: 4px;
}

/*************************************************************
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;
}

/* 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 {
    text-align: left;
}


#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-right: 50px;
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 5px;
    letter-spacing: 0;
    text-transform: lowercase;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {

}

/* 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: 11px;
    font-family: var(--main-font);
    color: #35332e;
    font-weight: 400;
}

.punbb .post .post-author {
    float: left;
    width: 230px;
    margin: 0 0px 0px 0px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 11px;
    padding-top: 0px;
    position: relative;
    color: var(--quote);
    background: var(--profile-bg) center/cover;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #2c2c2c85;
    box-shadow: 4px 5px 10px #84848452;
    min-height: 131px;
}


/* 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: var(--sec-font);
    letter-spacing: 0;
    text-transform: lowercase;
    text-align: center;
    position: relative;
    padding: 0;
    font-size: 21px;
    letter-spacing: 0;
    margin-top: 10px;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    color: var(--base-bg2) !important;
}

.pa-author a:hover {
    color: var(--navi-link-hov) !important;
}


/* C3.9 */
li.pa-title {
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: .5px;
    text-align: center;
    margin: 0;
    text-transform: lowercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 250px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 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: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
    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;
    gap: 20px;
    text-transform: uppercase;
    justify-content: flex-start;
    margin: 0;
    margin-top: -7px;
}

#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;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    align-items: 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: 9px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    text-transform: none;
    position: absolute;
    top: 40px;
    color: var(--tab-text);
    text-transform: uppercase;
    left: 20px;
}

/* 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: 11px;
    font-weight: 400;
    WIDTH: auto;
    margin-top: 7px;
    border-radius: 5px;
    text-transform: uppercase;
    background: var(--head-st) bottom;
    box-shadow: 7px 6px 11px #1515154f;
    color: var(--podform);
    padding: 7px 20px;
}


#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: 20px 25px;
    font-family: var(--main-font);
    border-radius: 8px;
    background: linear-gradient(45deg, #151515, transparent), var(--head-st);
    margin: 0px 0 -10px;
    color: var(--header-link);
}

/* 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;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    height: auto;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 400;
    WIDTH: auto;
    border-radius: 5px;
    text-transform: uppercase;
    background: var(--head-st) bottom;
    box-shadow: 7px 6px 11px #18181854;
    color: var(--podform);
    padding: 7px 20px;
}



/* 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;
    margin: 0;
    padding: 0;
    font-size: 0 !important;
}


#pun-index .category table tr {
    margin: 20px 20px;
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: var(--quote);
    padding: 15px 30px;
    border-radius: 10px;
}

#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(--podform);
    border: 1px solid var(--bord);
    padding: 1px 15px 2px;
    text-transform: lowercase;
    border-radius: 4px;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--podform);
    text-transform: lowercase;
    border-radius: 6px;
    padding: 0 10px;
    height: 40px;
}

.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;
    border-radius: 4px;
    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: 9px; 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: 20px 20px 10px;
    margin: 10px 0;
}

#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);
border-radius: 5px;
    background: var(--quote);
    border: 1px solid var(--bord);
    padding: 4px 20px;
}


  
.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--main-font);
    background: var(--quote) !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    color: var(--text);
    border-radius: 4px;
    position: relative;
}

.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(--podform) !important;
    border-radius: 4px;
    border: 1px solid var(--bord) !important;
}


#pun-index .category table tr td {
padding: 0;
}



#pun-index .datetime, #pun-index .byuser {
    font-size: 10px;
    font-weight: 500;
    color: var(--sec-text);
    text-transform: lowercase;
}



#html-header a {
    color: var(--header-link);
}
#html-header a:hover {
    color: var(--navi-link-hov);
}


.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid var(--bord);
    border-radius: 4px 4px 0 0;
}
.post-content .spoiler-box > blockquote.visible {
    padding: 10px 20px 0;
    background: var(--podform);
    border-radius: 0 0 4px 4px;
}


.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;
}


.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;
    border-radius: 3px;
    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-radius: 5px;
    border: 1px solid var(--bord);
    font-size: 9px;
}

.allps {
    margin: 4px 0 0 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    font-size: 9px;
    align-items: center;
    text-transform: lowercase;
}




select#mod-options {
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0;
    border-radius: 6px;
}









#pun-profile #viewprofile ul {
    background: var(--podform);
    border: 1px solid var(--bord);
    width: 100%;
    border-radius: 10px;
    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);
    border-radius: 10px 0 0 10px;
}


#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(--text);
}


#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;
}



.punbb .main, #pun-admain {
    background: var(--base-bg2);
    border-radius: 10px;
}


.head-tree {
    position: absolute;
    background: var(--head);
    height: 400px;
    width: 1100px;
    top: 74px;
    left: 0;
    border-radius: 10px;
    box-shadow: 7px 6px 11px #1515154f;
}


.head-navi {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    height: 70px;
    text-transform: uppercase;
    margin-top: 485px;
    background: var(--head-st) center/cover;
    box-shadow: 7px 6px 11px #1515154f;
    justify-content: center;
}


.tree-red {
    position: absolute;
    background: var(--tree-red);
    width: 607px;
    height: 400px;
    z-index: 2;
    left: 367px;
    pointer-events: none;
}


.soul-quo {
    position: absolute;
    top: 251px;
    z-index: 1;
    /* border: 1px solid red; */
    font-size: 19px;
    font-family: var(--sec-font);
    width: 100px;
    left: 538px;
    text-align: center;
}


.tree-red-anim {
    background: url(https://forumstatic.ru/files/001c/7d/0f/34827.webp);
    width: 98px;
    height: 138px;
    top: 189px;
    position: absolute;
    left: 702px;
    z-index: 3;
    transition: all .7s ease-in-out 0s;
    /* opacity: .6; */
}


.tree-red-anim:hover {
    background: url(https://forumstatic.ru/files/001c/7d/0f/14731.gif);
}







.petlya {
    background: url(https://forumstatic.ru/files/001c/7d/0f/59974.webp);
    width: 21px;
    height: 71px;
    position: absolute;
    top: 232px;
    left: 537px;
    z-index: 9;
    transform-origin: top center;
    animation: none;
animation-timing-function: ease-out;
filter: drop-shadow(2px 4px 6px black);
will-change: transform;
}



.petlya2 {
    background: url(https://forumstatic.ru/files/001c/7d/0f/40575.webp);
    width: 26px;
    height: 86px;
    position: absolute;
    top: 198px;
    left: 731px;
    z-index: 9;
    transform-origin: top center;
    animation: none;
animation-timing-function: ease-out;
filter: drop-shadow(2px 4px 6px black);
will-change: transform;
    
}

.petlya3 {
    background: url(https://forumstatic.ru/files/001c/7d/0f/52960.webp);
    width: 19px;
    height: 63px;
    position: absolute;
    top: 221px;
    left: 850px;
    z-index: 9;
    transform-origin: top center;
    animation: none;
    animation-timing-function: ease-out;
filter: drop-shadow(2px 4px 6px black);
will-change: transform;
}

.petlya:hover, .petlya2:hover, .petlya3:hover {
    animation: pendulum 2s infinite;
}


@keyframes pendulum {
	0%, 100% {
		transform: rotate(5deg);
	}	
	50% {
		transform: rotate(-5deg);
	}	
}


.soul-ep {
    /* border: 1px solid red; */
    position: absolute;
    top: 331px;
    z-index: 9;
    left: 47px;
    width: 275px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: auto;
}

.soul-ep a {
    text-transform: lowercase;
    font-family: var(--sec-font);
    font-size: 19px;
    background: #6c312d;
    border-radius: 4px;
    line-height: 14px;
    height: 19px;
    padding: 0 20px;
}

.soul-ep a:hover {
    background: var(--sec-text);
    color: var(--header-link) !important;
}


.soul-ep span {
    font-family: var(--main-font);
    font-size: 11px;
    margin: 5px 0 0 0px;
}


.soul-post {
    /* border: 1px solid red; */
    position: absolute;
    top: 203px;
    z-index: 9;
    left: 47px;
    width: 297px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 102px;
    font-family: var(--main-font);
}


.soul-post name {
    font-family: var(--sec-font);
    font-size: 19px;
    color: var(--base-bg2);
}



.soul-post name a {
    color: #a7453e !IMPORTANT;
}

.soul-post name a:hover {
    color: var(--tab-text) !IMPORTANT;
}


.soul-post text {
    text-align: justify;
    font-size: 10px;
    line-height: 15px;
    color: var(--base-bg2);
    overflow-y: auto;
    padding-right: 15px;
    height: 57px;
}


.soul-us {
    /* border: 1px solid red; */
    position: absolute;
    top: 100px;
    z-index: 9;
    left: 47px;
    width: 259px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 46px;
}


.soul-us usr {
    font-family: var(--sec-font);
    font-size: 19px;
}


.soul-us span {
    font-family: var(--main-font);
    font-size: 11px;
}


.soul-us2 {
    /* border: 1px solid red; */
    position: absolute;
    top: 402px;
    z-index: 9;
    left: 47px;
    width: 259px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 46px;
}


.soul-us2 usr {
    font-family: var(--sec-font);
    font-size: 19px;
}


.soul-us2 span {
    font-family: var(--main-font);
    font-size: 11px;
}

.lilac1 {
    float: right;
    color: var(--sec-text);
    margin-top: -26px!important;
    text-align: right;
    font-size: 10px;
    background: #918f8f6b;
    position: relative;
    height: 21px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 16px;
    text-transform: uppercase;
}


.lilac2 {
    font-family: var(--main-font);
    font-size: 9px;
    color: var(--text);
    letter-spacing: 0;
}


.f_links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.f_links a {
    background: var(--tab-text);
    padding: 0 10px 2px 10px;
    border-radius: 4px;
    font-family: var(--main-font);
    letter-spacing: .4px;
    font-size: 11px;
    font-weight: 400;
}


.f_links a:hover {
    background: var(--accent);
    color: var(--header-link) !important;
}



#pun-status .container a, #pun-crumbs2 .container a, #pun-crumbs1 .container a {
    color: var(--base-bg2);
    font-weight: 600;
}



#pun-status .container a:hover, #pun-crumbs2 .container a:hover, #pun-crumbs1 .container a:hover {
    color: var(--navi-link-hov);
}


#pun-login .main {
    margin: 10px 0 23px;
}


.soul-ams {
    /* border: 1px solid red; */
    position: absolute;
    top: 90px;
    z-index: 9;
    left: 784px;
    width: 223px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 26px;
    align-items: flex-end;
}


.soul-ams usr a {
    font-family: var(--sec-font);
    font-size: 17px;
    text-transform: lowercase;
    letter-spacing: 0;
}

.news-post {
    position: absolute;
    z-index: 99;
    /* border: red 1px solid; */
    top: 408px;
    left: 425px;
    width: 605px;
    text-align: justify;
    padding-right: 10px;
    height: 53px;
    overflow-x: auto;
    font-size: 11px;
    font-family: var(--main-font);
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    gap: 7px;
    overflow-y: hidden;
    justify-content: flex-start;
    align-items: flex-start;
}

.news-post a {
    background: var(--text);
    border-radius: 10px;
    padding: 4px 10px;
    font-size: 10px;
    border: 1px solid #2a2a2a;
    flex-shrink: 0;
    text-transform: uppercase;
    display: flex;
    gap: 7px;
    align-items: center;
}

.news-post a:hover {
    background: var(--navi-link);
    color: var(--base-bg2) !important;
    border: 1px solid var(--navi-link);
}

.news-post a ltr {
    background: var(--navi-link-hov);
    color: #f3f3f3;
    padding: 0 5px;
    border-radius: 50px;
}


.news-post a str{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.news-post a str span {
    text-transform: lowercase;
    font-size: 9px;
}

.news-post a:hover {
    background: #67312d;
    border: 1px solid var(--accent);
}



.punbb .main {
    padding: 20px;
}

.main table .Add {
    display: flex;
    padding: 0px;
    width: auto;
    gap: 20px;
    position: absolute;
    top: -17px;
    right: 30px;
    /* border: 1px solid red; */
}


.Tems_And_messages {
    display: inline-flex;
    width: auto;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
}


#pun-index .category table tr + tr {
margin: 30px 20px;
}




.prof-aw {
    background: var(--sec-text);
    margin: 10px;
    border-radius: 5px;
    padding: 5px;
}


.pa-fld1 br {
display: none;
}


.pa-fld1 .lz a {
    background: var(--accent);
    padding: 1px 10px;
    color: var(--navi-link) !important;
    font-size: 9px;
}


.pa-fld1 .lz a:hover {
    background: var(--text);
    color: var(--navi-link) !important;
}


.pa-fld1 .lz1 {
    text-align: justify;
    margin: 3px 10px;
    font-size: 10px;
}

.pa-fld3 details summary {
    background: var(--text);
    width: auto;
    border: 1px solid #272626;
    z-index: 99;
    position: relative;
    font-size: 9px;
    line-height: 5px;
    padding: 5px 0px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 4px 8px;
}


.pa-fld3 .family {
    background: var(--text);
    width: auto;
    border: 1px solid #272626;
    z-index: 1000;
    position: relative;
    font-size: 9px;
    padding: 5px 10px;
    text-align: left;
    border-radius: 3px;
    text-transform: lowercase;
    margin: 6px 8px;
}


.pa-fld5 {
    text-align: center;
    width: 200px;
    margin: 10px auto;
}


.pa-fld5 .pl0 {
    line-height: 12px;
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    filter: grayscale(1);
}


.pa-fld5 .pl0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: 1;
}


#pl1, #pl2 {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
}


#pl2 {
    text-transform: lowercase;
    font-size: 9px;
}






.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld2 .fld-name, .pa-fld4 .fld-name {
font-size: 0px}


.pa-posts .fld-name:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--red-accent);
margin-right: 5px;
}
.pa-respect .fld-name:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--red-accent);
margin-right: 5px;
}
.pa-fld2 .fld-name:before {
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 5px;
}

.pa-fld4 .fld-name:before {
    content: '\24';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--red-accent);
margin-right: 5px;
}




.allps {
    margin: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    font-size: 9px;
    align-items: center;
}


.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; */
}



.punbb .code-box {
    padding: 0 15px 20px;
}


.answer-box {
    padding: 0 20px !important;
}


.punbb .post-content .scrollbox {
    height: 4em !important;
}



#pun-index .category tr.inew:before {
    content: 'new message';
    height: 100%;
    width: 14px;
    left: 0;
    background: var(--accent);
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    color: var(--header-link);
    justify-content: center;
    font-size: .5rem;
    text-transform: uppercase;
    align-items: center;
    border-radius: 0 6px 6px 0;
}



.soul-qq {
    /* border: 1px solid red; */
    position: absolute;
    top: 285px;
    z-index: 9;
    right: 47px;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 80px;
    align-items: flex-end;
}
.soul-qq span {
    font-family: var(--sec-font);
    font-size: 14px;
    color: var(--navi-link);
    text-transform: lowercase;
}

.soul-qq usr {
    text-align: justify;
    font-family: var(--main-font);
    font-size: 9px;
    font-weight: 500;
    color: var(--quote);
}


.soul-ams usr b {
    font-family: var(--sec-font);
    font-weight: 400;
    font-size: 17px;
    text-transform: lowercase;
    color: var(--navi-link-hov);
}


.go-up {
background: url(https://forumstatic.ru/files/001c/7d/0f/91392.webp);
width: 67px;
height: 188px;
}



.go-down {
background: url(https://forumstatic.ru/files/001c/7d/0f/70958.webp);
width: 53px;
height: 112px;
}







#stylelist {
    position: absolute;
    z-index: 200;
    top: 358px;
    margin: 0;
    left: 393px;
    padding: 0px;
    overflow: hidden;
    width: 100px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 30px;
    flex-direction: row;
    justify-content: flex-end;
    opacity: 1;
    gap: 6px;
    z-index: 99;
}

#stylelist li[data="light"] a, #stylelist li[data="dark"] a, #stylelist li[data="overdark"] a {
    border-radius: 100%;
    font-weight: 400;
    font-size: 0;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}
#stylelist li[data="light"] a::before {
    content: '';
    background: var(--base-bg2);
    mask: url(https://forumstatic.ru/files/001c/7d/0f/65075.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/7d/0f/65075.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 17px;
    height: 17px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: var(--base-bg2);
    mask: url(https://forumstatic.ru/files/001c/70/50/57676.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/70/50/57676.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 13px;
    height: 13px;
}


#stylelist li[data="overdark"] a::before {
    content: '';
    background: var(--base-bg2);
    mask: url(https://forumstatic.ru/files/001c/7d/0f/41790.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/7d/0f/41790.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 18px;
    height: 18px;
}



.dark #stylelist li[data="dark"] a::before, .light #stylelist li[data="light"] a::before, .overdark #stylelist li[data="overdark"] a::before {
    background: var(--navi-link-hov);
}



/*** CNHFYBWF ***/
.left-pg first ava img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}


.pers-page {
    display: flex;
    gap: 24px;
}


.left-pg {
    display: flex;
    flex-direction: column;
    width: 250px;
    gap: 20px;
    background: var(--text);
    color: var(--navi-link);
    border-radius: 10px;
    justify-content: space-between;
    border: 1px solid #363636;
}


.left-pg first {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    gap: 16px;
}


.left-pg first quo {
    font-family: var(--main-font);
    font-size: 9px;
    letter-spacing: .6px;
    color: var(--header-link);
}


.left-pg first name {
    font-family: var(--sec-font);
    font-size: 15px;
    margin: 0 20px;
    text-align: center;
}


.left-pg first age {
    background: var(--accent);
    border-radius: 10px;
    padding: 4px 10px;
    font-family: var(--main-font);
}

.left-pg sec {
    background: var(--profile-bg) center/cover;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #363636;
    padding: 20px 20px;
    font-family: var(--main-font);
    gap: 5px;
}


.left-pg sec a {
    color: var(--navi-link-hov) !important;
}

.left-pg sec a:hover {
    color: var(--navi-link) !important;
}

.right-pg {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--text);
    color: var(--navi-link);
    border-radius: 10px;
    flex: 1;
    border: 1px solid #363636;
}


.ls-awa, .ls-plash {
    margin: 30px 40px;
    background: var(--sec-text);
    height: 108px;
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    box-shadow: 6px 3px 10px #00000014;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 0 20px 20px;
}


.ls-awa span, .ls-plash span {
    text-align: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    background: var(--accent);
    color: var(--header-link);
    padding: 0px 10px 4px;
    border-radius: 5px;
    margin-top: -10px;
    font-size: 15px;
}


.ls-awa spis {
    display: flex;
    width: 100%;
    text-align: left;
    /* border: 1px solid red; */
    height: 100px;
    overflow-y: auto;
    padding-right: 10px;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
    align-items: flex-start;
}


.ls-bg {
    margin: 0 40px;
    /* border: 1px solid red; */
    height: 120px;
    display: flex;
    gap: 20px;
}


.ls-f, .ls-ic {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--sec-text);
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    box-shadow: 6px 3px 10px #00000014;
    padding: 0 20px 20px;
}

.ls-f span, .ls-ic span {
    text-align: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    background: var(--accent);
    color: var(--header-link);
    padding: 0px 10px 4px;
    border-radius: 5px;
    margin-top: -10px;
    font-size: 15px;
}


.ls-f block, .ls-ic block {
    display: block;
    width: 100%;
    text-align: left;
    /* border: 1px solid red; */
    height: 75px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}


.ls-awa spis img {
    width: 40px;
}


.ls-plash spis {
    display: flex;
    width: 445px;
    text-align: left;
    /* border: 1px solid red; */
    height: 50px;
    overflow-x: auto;
    padding-right: 10px;
    flex-wrap: nowrap;
    gap: 10px;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}


.ls-ic block img {
    cursor: pointer;
    width: 24px;
}


.ls-plash spis .pl0 {
    line-height: 12px;
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    filter: grayscale(1);
    width: 180px;
    flex-shrink: 0;
}


.ls-plash spis .pl0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: 1;
}


/*** всплывающая ***/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #000000d6;
}
.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 832px !IMPORTANT;
    position: absolute;
    z-index: 101;
    padding: 0;
    background: transparent !important;
}
.reveal-modal.small     { width: 200px; margin-left: -140px;}
.reveal-modal.medium     { width: 400px; margin-left: -240px;}
.reveal-modal.large     { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge     { width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 0;
    right: -56px;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.modal_wrap info {
    display: block;
    background: var(--head-st);
    height: auto;
    width: 920px;
    margin: auto;
    padding: 20px;
    overflow-y: auto;
    color: var(--text);
    border-radius: 10px;
    border: 1px solid #3e3e3e;
    box-shadow: 0px 0px 50px #0000003b;
}


.dark .news-post a {
    background: var(--sec-text);
}



.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;
}



.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(--text2);
}

.punbb .post-rating a:hover:before {
    color: var(--text1) !important;
}






.achivn {
    margin: 30px 40px;
    background: var(--sec-text);
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    box-shadow: 6px 3px 10px #00000014;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 20px;
    height: 365px;
}


.achivn span {
    text-align: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    background: var(--accent);
    color: var(--header-link);
    padding: 0px 10px 4px;
    border-radius: 5px;
    margin-top: -10px;
    font-size: 15px;
}



.ach-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding-right: 10px;
    width: 100%;
    margin: 10px;
}


.ach-text hapn {
    background: var(--text);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 5px;
    align-items: center;
    opacity: .2;
}


.ach-text hapn em {
    font-style: normal;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 15px;
}

.ach-text hapn text {
    font-family: var(--main-font);
    font-size: 11px;
    letter-spacing: .4px;
}



.achiv-gmr {
    margin: 30px 40px;
    background: var(--sec-text);
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    box-shadow: 6px 3px 10px #00000014;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 30px;
    height: 365px;
}


.achiv-gmr achivka {
    background: var(--text);
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid #2c2c2c;
    font-family: var(--main-font);
    text-transform: lowercase;
    font-size: 11px;
    width: 200px;
    text-align: center;
    opacity: .3;
}

.achiv-gmr achivka.act, .overdark .achiv-gmr achivka.act {
    background: url(https://forumstatic.ru/files/001c/7d/0f/60049.webp) center/cover;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid #4a2c2a;
    font-family: var(--main-font);
    text-transform: lowercase;
    color: #d1cfcf;
    opacity: 1;
}

.ach-text-us {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    overflow-y: auto;
    padding-right: 10px;
}

.left-pg sec post, .left-pg sec gm, .left-pg sec ep, .left-pg sec post2, .left-pg sec flood {
    background: var(--accent);
    padding: 0px 10px 3px;
    border-radius: 4px;
}




/* Базовые стили для всего виджета */
.demoTabs {
    display: block;
}

/* Внутренние отступы и граница для области содержимого */
.demoTabs__content {
}

/* Скрываем радиокнопки */
.demoTabs__tab {
    display: none;
}

/* По умолчанию область контента каждой конкретной вкладки скрыта */
.demoTabs__area {
    display: none;
}

/* Стили для параграфа внутри области контента */
.demoTabs__area p {
    margin-bottom: 16px;
}

/* Стилизация одной вкладки */
.demoTabs__label {
    display: inline-block;
    font-weight: 400;
    padding: 3px 10px 5px;
    margin: 20px 10px 10px 22px;
    background: var(--sec-text);
    color: #cfcfcf;
    cursor: pointer;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #363636;
}

.demoTabs__tab:checked + .demoTabs__label {
    background: var(--accent);
    border: 1px solid var(--navi-link-hov);
}

/* Если конкретная вкладка (радиокнопка) выбрана, то ищем соседний элемент с классом .demoTabs__content, в котором отображаем блок с data-атрибутом, соответствующим id активной вкладки */
.demoTabs #demoTab-1:checked ~ .demoTabs__content .demoTabs__area[data-tab="demoTab-1"],
.demoTabs #demoTab-2:checked ~ .demoTabs__content .demoTabs__area[data-tab="demoTab-2"],
.demoTabs #demoTab-3:checked ~ .demoTabs__content .demoTabs__area[data-tab="demoTab-3"] {
    display: block;
}



.overdark .left-pg, .overdark .right-pg {
    background: var(--base-bg2);
    color: #dfdbdc;
}

.overdark .ls-awa, .overdark .ls-plash, .overdark .ls-f, .overdark .ls-ic, .overdark .achivn, .overdark .achiv-gmr, .overdark .achiv-gmr achivka {
    background: var(--bord);
}


.overdark .demoTabs__label {
    background: var(--bord);
}

.overdark .ach-text hapn {
    background: var(--base-bg2);
}


.dark .left-pg, .dark .right-pg {
    background: var(--sec-text);
}


.dark .ach-text hapn {
    background: #1a1a1a;
}



.ach-text hapn.yea{
    opacity: 1;
}






#forum_f4 .tclcon, #forum_f4 .tcl {
    position: relative;
    width: 100% !important;
}


#forum_f4 h3, #forum_f4 td.tcr {
    display: none !important;
}


#forum_f4 h3, #forum_f4 td.tcr {
    display: none !important;
}


#forum_f4 {
    position: relative;
    z-index: 8;
}


#forum_f4 .Add {
    display: none;
}


.podfor-need {
    letter-spacing: 1px;
    background: var(--ctgr) center/cover;
    border-radius: 6px;
    padding: 5px 10px 5px;
    color: var(--navi-link);
    font: 400 15px var(--main-font);
    text-transform: uppercase;
    text-align: center;
}


.slider-wrapper {
    position: relative;
    width: 100%;
    margin: 20px auto;
}

  /* Обертка для стрелок */
.arrows-container {
    position: absolute;
    top: 50%;
    width: calc(100% + 84px);
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
    z-index: 10;
    left: 50%;
}

  /* Стрелки */
.arrow {
    pointer-events: auto;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    font-size: 10px;
    background: var(--base-bg2);
    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: 232px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    flex-shrink: 0;
    height: 110px;
}

.need-pers-card {
    border-radius: 5px;
    align-items: flex-start;
    background: var(--pf-links);
    min-width: 235px;
    height: 110px;
    display: flex;
    gap: 10px;
    width: 235px;
    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 {
    background: var(--accent);
    color: var(--header-link) !important;
    padding: 1px 10px 2px 10px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
}


.need-pers-text p {
    text-align: justify;
    font-size: 9px;
    font-weight: 500;
    height: 70px;
    /* border: 1px solid red; */
    overflow-y: auto;
    padding-right: 10px;
    line-height: 14px;
}


.overdark .need-pers-card {
    background: var(--bord);
}



#pun-index .category h2 {
    width: 1100px;
    height: 54px;
    background: var(--podkat) no-repeat center, var(--base-bg) fixed top center/cover !important;
    margin: 10px -20px;
}



.weekly {
    background: #1d1d1d;
    border-radius: 10px;
    display: block;
    width: 800px;
    margin: 0 auto;
    border: 1px solid #0a0a0a;
    background: var(--base-bg) 0 -120px;
    box-shadow: 6px 6px 50px #0000004a;
}


.weklee-frst {
    padding: 40px;
    display: flex;
    gap: 40px;
    width: auto;
}

.weklee-gmr img {
    width: 180px;
    border-radius: 5px;
    filter: grayscale(1);
    height: 180px;
}

.weklee-gmr div {
    position: relative;
    width: 180px;
    height: 180px;
}

.weklee-gmr div:after {
    content: "";
    background: var(--accent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all .6s ease-in-out 0s;
    mix-blend-mode: hard-light;
}


.weklee-gmr {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
}


.weklee-gmr text {
    position: absolute;
    top: 170px;
    background: var(--accent);
    color: var(--navi-link);
    font-family: var(--main-font);
    padding: 0 10px 3px;
    border-radius: 5px;
}


.activees-all {
    background: linear-gradient(180deg, #00000073, transparent);
    border-bottom: 1px solid #2b2b2b;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--navi-link);
    margin: 0;
    align-items: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}


.activees-all span {
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 19px;
}


.activees {
    height: 55px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0 16px;
    /* border: 1px solid red; */
    align-items: center;
}


.activees star {
    background: var(--navi-link-hov);
    mask: url(https://forumstatic.ru/files/001c/7d/0f/65075.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/7d/0f/65075.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 24px;
    height: 24px;
}




.activees div {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}



.activees img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}



.activees div:after {
    content: "";
    background: var(--accent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all .6s ease-in-out 0s;
    mix-blend-mode: hard-light;
}


.weklee-gmr a {
    display: flex;
    justify-content: center;
}



.activees div:hover:after {
    opacity: 1;
    background: #61616185;
}


.weklee-right {
    width: 498px;
    background: var(--sec-text);
    border-radius: 5px;
    border: 1px solid #2b2b2b;
}


.act-ep {
    /* border: red 1px solid; */
    display: flex;
    justify-content: center;
    height: 67px;
    align-items: center;
}


.epsd {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--navi-link);
}


.epsd a {
    font-family: var(--sec-font);
    color: var(--navi-link) !important;
    font-weight: 400 !important;
    text-transform: lowercase;
    font-size: 19px;
}



.epsd a:hover {
    color: var(--navi-link-hov) !important;
}


.epsd span {
    font-family: var(--main-font);
}


.bquo {
    background: url(https://forumstatic.ru/files/001c/7d/0f/19559.webp) bottom/cover;
    border: 1px solid #2b2b2b;
    border-width: 1px 0;
    color: var(--navi-link);
    padding: 20px;
    font-family: var(--main-font);
}

.bquo a {
    text-transform: uppercase;
    color: var(--navi-link-hov) !important;
    font-size: 12px;
    font-weight: 500 !important;
}


.bquo a:Hover {
    color: var(--navi-link) !important;
}


.weekp div {
    position: relative;
    width: 120px;
    height: 120px;
}

.weekp img {
    width: 120px;
    border-radius: 5px;
    filter: grayscale(1);
    height: 120px;
}

.weekp div:after {
    content: "";
    background: var(--accent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all .6s ease-in-out 0s;
    mix-blend-mode: hard-light;
}


.weekp {
    display: flex;
    gap: 20px;
    color: var(--navi-link);
    margin: 40px;
}

.weekp post {
    height: 120px;
    overflow-y: auto;
    font-family: var(--main-font);
    line-height: 20px;
    padding-right: 10px;
}

.week-bp {
    display: flex;
    gap: 5px;
    margin: 40px;
    background: url(https://forumstatic.ru/files/001c/7d/0f/19559.webp) bottom/cover;
    border: 1px solid #2b2b2b;
    color: var(--navi-link);
    padding: 20px;
    font-family: var(--main-font);
    border-radius: 5px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
}


.week-bp b {
    font-weight: 400;
    color: var(--navi-link-hov);
}




.ep_name {
    padding-left: 30px;
    padding-top: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.eps_plos {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.eps_plos:before {
    background: var(--accent);
    border-radius: 100%;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: 7px;
    left: 1px;
    width: 13px;
}
.eps_plos:after {
    content: "";
    width: 3px;
    background: var(--tab-text);
    display: block;
    position: absolute;
    top: 26px;
    bottom: 0;
    left: 6px;
}


.ep_name a {
    font-weight: 600 !important;
    font-size: 15px;
    font-family: var(--main-font);
}

.ep_name dat {
    font-family: var(--main-font);
    text-transform: uppercase;}

.ep_name nams {
    font-family: var(--main-font);
    text-transform: lowercase;
}

.ep_name nams a {
    font-size: 13px;
    font-weight: 500 !important;
    color: var(--accent) !IMPORTANT;
    transition: all .2s ease;
}

.ep_name nams a:hover {
    color: var(--text) !IMPORTANT;
}


.ep_name p {
    padding: 0 !important;
    line-height: normal;
    font-family: var(--main-font);
    font-size: 11px;
}



#cloz.ep_name {
opacity: .5;
}



#cloz.ep_name .eps_plos:before {
    background: #373737;
}

#froz.ep_name .eps_plos:before {
    background: var(--pf-links);
}


#froz.ep_name {
    filter: grayscale(1);
}


.shipper p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal;
}


.ship {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--base-bg) right/cover;
    color: var(--navi-link);
    font-family: var(--main-font);
    padding: 10px 20px 20px;
    font-size: 10px;
    border-radius: 8px;
}


.ship_img img {
    border-radius: 100%;
    border: 2px solid var(--accent);
    width: 70px;
}


.ship_name {
    font-size: 14px;
    font-weight: 600;
}


.ship_ship {
    margin: 5px;
    text-transform: uppercase;
}


.ship_text {
    height: 104px;
    overflow-y: auto;
    padding-right: 10px;
}


.ship_text::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: #181919;
    -webkit-background-color: #181919;
}


.shipper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}



.mon-spis p {
    margin: 0 0 0 0px;
    padding: 0 !IMPORTANT;
    line-height: normal !important;
}


.monthly {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--navi-link);
    background: url(https://forumstatic.ru/files/001c/7d/0f/51297.webp) center/cover;
    border: 1px solid #222222;
    border-radius: 10px;
}


.mon-data {
    margin: 20px 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--main-font);
    font-size: 13px;}


.mon-data span {
    font-family: var(--sec-font);
    font-size: 29px;
    text-transform: lowercase;
}


.mon-spis {
    display: flex;
    margin: 0 20px 20px;
    gap: 50px;
    justify-content: center;
}


.left-spis {
    flex-shrink: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 400px;
    height: 221px;
    overflow-y: auto;
    padding-right: 20px;
}


.left-spis p {
    background: #1c1c1c;
    border-radius: 10px;
    flex: 1;
    padding: 10px 15px !important;
    font-family: var(--main-font);
}


.itogo {
    background: #1c1c1c;
    border-radius: 10px;
    padding: 10px 15px !important;
    font-family: var(--sec-font);
    margin: 0 134px;
    text-align: center;
    text-transform: lowercase;
    font-size: 23px;
}


.itogo b {
    color: var(--navi-link-hov);
    font-weight: 400 !important;
}


.mon-spis2 {
    display: flex;
    margin: 10px auto 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: row;
    width: 882px;
    gap: 6px;
    padding-bottom: 10px;
    justify-content: flex-start;
}



.mon-spis2 p {
    margin: 0 0 0 0px;
    padding: 0 !IMPORTANT;
    line-height: normal !important;
    background: #1c1c1c;
    border-radius: 10px;
    padding: 10px 15px !important;
    font-family: var(--main-font);
    flex-shrink: 0;
}


.guestbo {
    background: url(https://forumstatic.ru/files/001c/7d/0f/19584.webp) center/cover;
    color: var(--navi-link);
    font-family: var(--main-font);
    border-radius: 10px;
    border: 1px solid #1e1e1e;
    box-shadow: 6px 6px 40px #00000030;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 40px 0;
}


.head-guest {
    display: flex;
    gap: 20px;
    margin: 40px 40px 0;
    align-items: center;
    font-size: 9px;
    text-transform: lowercase;
}


.head-guest ams {
    font-size: 23px;
    font-family: var(--sec-font);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.head-guest ams a {
    font-size: 30px;
    color: var(--navi-link-hov) !important;
    font-weight: 400 !important;
}


.head-guest ams a:hover {
    color: var(--navi-link) !important;
}


.guest-text1, .guest-text2 {
    margin: 0 40px;
    line-height: 20px;
    background: #1e1e1e;
    padding: 15px 25px;
    border-radius: 10px;
    border: 1px solid #2c2c2c;
}


.vneh-list {
    margin: 0 40px;
    line-height: 20px;
    background: #1e1e1e;
    padding: 25px 35px;
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    display: flex;
    gap: 30px;
}


.vlis {
    width: 428px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    /* border: 1px solid red; */
}


.vlis span {
    background: var(--accent);
    padding: 0 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}


.vlis text {
    height: 137px;
    overflow-y: auto;
    padding-right: 10px;
}



.guestbo .copycode {
    margin: 0 40px;
    background: #1e1e1e;
    padding: 25px 35px;
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    display: flex;
    gap: 30px;
    height: 76px;
}


.guestbo .copycode strong.legend {
    background: var(--accent);
    font-family: var(--main-font);
    letter-spacing: .4px;
    float: left;
    padding: 2px 15px;
    font-weight: 400 !IMPORTANT;
    border-radius: 5px;
    margin-right: 8px;
}



.guestbo .copycode strong.legend a {
    color: var(--navi-link) !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    text-transform: uppercase;
}


.supact {
    background: #1c1c1c;
    border-radius: 10px;
    padding: 10px 15px !important;
    font-family: var(--sec-font);
    margin: 0 134px;
    text-align: center;
    text-transform: lowercase;
    font-size: 23px;
}


#pun-index .category tr.inew {
    background: #a19f9f8a;
}

.dark #pun-index .category tr.inew {
    background: #7373738a;
}


.overdark #pun-index .category tr.inew {
    background: #121212;
}

.overdark #pun-index .category tr.inew:before {
    background: #42201d;
}

















.left-pg first ava {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
}



.left-pg first ava img {
    filter: grayscale(1);
}


.left-pg first ava:after {
    content: "";
    background: var(--accent);
    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;
}



.oformlenie_knopki {
    display: inline-block;
    font-weight: 400;
    padding: 3px 10px 5px;
    background: var(--sec-text);
    color: #cfcfcf;
    cursor: pointer;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #363636;
}



.soul-shop {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--navi-link);
    background: url(https://forumstatic.ru/files/001c/7d/0f/51297.webp) center/cover;
    border: 1px solid #222222;
    border-radius: 10px;
}


.soul-kn {
    margin: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
}


.soul-vkl {
    margin: 0 40px 40px;
    background: #1e1e1e;
    padding: 15px 25px;
    border-radius: 10px;
    border: 1px solid #2c2c2c;
    height: 300px;
}


.soul-ic, .soul-pl, .soul-bg {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 260px;
    overflow-y: auto;
    /* border: red 1px solid; */
}



.soul-ic > li, .soul-pl > li, .soul-bg > li {
  counter-increment: item; 
  position: relative; 
  padding-left: 2em; 
}

.soul-ic > li::before, .soul-pl > li::before, .soul-bg > li::before {
    content: counters(item, ".") ".";
    position: absolute; 
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    font-weight: 500;
    font-family: var(--main-font);
}


.soul-bg > li {
    height: 70px;
    width: 70px;
}

.soul-bg li img {
    width: 70px;
    object-fit: cover;
    object-position: center;
    height: 70px;
}



.soul-bg {
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 260px;
    overflow-y: auto;
    /* border: red 1px solid; */
}






.soul-gift {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 260px;
    overflow-y: auto;
    /* border: red 1px solid; */
}



.soul-gift > li {
  counter-increment: item; 
  position: relative; 
  padding-left: 2em; 
}

.soul-gift > li::before {
    content: counters(item, ".") ".";
    position: absolute; 
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    font-weight: 500;
    font-family: var(--main-font);
}



.soul-pl .pl0 {
    line-height: 12px;
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    filter: grayscale(1);
    width: 200px;
}



.soul-pl .pl0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: 1;
}




.soul-pl #pl1, .soul-pl #pl2 {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
}


.soul-pl #pl2 {
    text-transform: lowercase;
    font-size: 9px;
}



.soul-pl {
    justify-content: center;
}