/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1751369511.css);

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');



:root {
    --base-bg: #b4c8ce url(https://forumstatic.ru/files/001c/81/df/86418.webp);
    --base-bg2: #e9e9e3;
    --text: #282827;
    --sec-text: #3f3f3e;
    --accent2: #a3b6bb;
    --accent: #c79f6c;
    --sec-accent: #ab8351;
    --navi-link: #585856;
    --navi-link-hov: #b07f40;
    --main-font: rubik;
    --sec-font: spectral;
    --head: url(https://forumstatic.ru/files/001c/81/df/64406.webp);
    --profile-bg: url(https://forumstatic.ru/files/001c/81/df/20607.webp);
    --quote: #e3e3dc;
    --bord: #d1d1cc;
    --cat-fon: url(https://forumstatic.ru/files/001c/81/df/10104.webp);
    --tab-text: #585856;
    --cfoot: url(https://forumstatic.ru/files/001c/81/df/49430.webp?v=1);
    --tab-pl: #282828;
}


body.dark {
    --base-bg: #2e4f53 url(https://forumstatic.ru/files/001c/81/df/13986.webp);
    --base-bg2: #dddddd;
    --text: #000;
    --sec-text: #3f3f3e;
    --accent2: #a34857;
    --accent: #427678;
    --sec-accent: #8b2f3e;
    --navi-link: #1c2426;
--navi-link-hov: #144e50;
    --head: url(https://forumstatic.ru/files/001c/81/df/27996.webp);
    --profile-bg: url(https://forumstatic.ru/files/001c/81/df/10009.webp);
    --quote: #d8d8d8;
    --bord: #c0c0c0;
    --cat-fon: url(https://forumstatic.ru/files/001c/81/df/38195.webp);
    --tab-text: #000;
    --cfoot: url(https://forumstatic.ru/files/001c/81/df/81559.webp);
    --tab-pl: #282828;
}




/* 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 {
    margin: auto;
    width: 1100px;
    margin-top: 70px;
    margin-bottom: 110px;
    background: var(--cfoot) bottom center no-repeat, var(--base-bg2);
    position: relative;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 30px 112px;
}

/* 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: var(--tab-text);
}
#pun-redirect.punbb .info .container a {
    color: var(--red-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: lowercase;
    margin: -20px 0px 20px 0px;
}


#pun-main h1 {
    display: none;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #707070;
    width: auto;
    margin: 20px 50px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0 0 0 0px;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 0px 1em 0px;
    padding: 15px 20px 15px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    font-size: 17px;
    font-family: var(--sec-font);
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    display: block;
    color: var(--tab-pl);
    font-style: italic;
    border-bottom: 1px #0000002e dashed;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 5px !important;
    position: relative;
    padding: 0 0px;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quote);
    padding: 5px 15px 6px;
    text-transform: lowercase;
    transition: all .4s linear 0s !important;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold;
    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: 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: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }
#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 16px;
    text-align: left;
    height: auto;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    display: flex;
    flex-direction: row;
    gap: 25px;
}


#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: lowercase;
}


.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 {
    position: relative;
    border-right: none !important;
    border-bottom: none !important;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 23px;
}

.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: 260px;
    padding: 5px 15px;
    gap: 50px;
    border: 1px solid var(--bord);
    width: 760px;
    text-transform: lowercase;
}


/* 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: 240px;
    font-size: 10px;
    margin: -1px 0 0 0;
    font-family: var(--main-font);
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    background: url(https://forumstatic.ru/files/001c/81/df/65157.webp) top center no-repeat, #e3e3dc;
    border: 1px solid #d3d3ca;
}

/* 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: 20px 10px 0;
}


/* 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;
    color: var(--tab-text) !important;
    font-style: italic;
    font-size: 19px;
}

.pa-author a:hover {
    color: var(--navi-link-hov) !important;
}


/* 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: 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: 40px 0px 15px 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 0px 0px 10px;
    height: 2.5em;
    line-height: 2em;
    margin-left: -19.3em;
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    border-bottom-style: dashed;
    border-color: #afafaf;
    border-bottom-width: 1px;
    background: transparent;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 10px 0 0;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {

  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline}

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;}

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;}

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em}



/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks {
    width: 100%;
    margin: 10px 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: 0px;
    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: 10px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: none;
    gap: 3px;
    width: 100%;
    margin-top: 20px;
}


/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--sec-font);
    font-size: 17px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    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 {
    padding: 0;
    text-align: center;
    background: var(--quote);
    position: absolute;
    left: 0;
    width: 100%;
    top: 412px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--bord);
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    background: var(--quote);
    border: 1px solid var(--bord);
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 10px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    font-family: var(--sec-font);
    font-size: 17px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    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;
  }


#pun-status .status-right {
display: none;
}



.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

html * {
    box-sizing: border-box;
}





.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}

#pun-index .category h2, #pun-stats h2 {
    width: auto;
    height: 64px;
    -webkit-text-size-adjust: 100%;
    margin: 10px 0 0;
    display: flex;
    padding: 0 !IMPORTANT;
    background: var(--cat-fon) top center/cover;
    justify-content: center;
    gap: 10px;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--dark-bord);
}
#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    color: #f3f3f1;
    font-size: 21px;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    background: var(--accent2);
    line-height: 14px;
    padding: 3px 10px 4px;
    letter-spacing: 0;
}

#pun .category h2 seid, #pun-stats h2 seid {
    letter-spacing: .4px;
    font-size: 11px;
    color: #d7d9d8;
}




#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 10px 20px 20px;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: #deded63d;
    margin: 0px 0 10px;
    border: 1px solid var(--bord);
    box-shadow: none;
}

#pun-index .category table tr + tr {
margin: 15px 0;
}


#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}
.pagelink, .new-poll a, .new-topic a, .postlink span a {
    background: var(--quote);
    padding: 3px 15px 4px;
    text-transform: lowercase;
    font-size: 10px;
    font-weight: 400;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--quote);
    text-transform: lowercase;
    padding: 0 10px;
    height: auto;
}

.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;
    gap: 15px;
    flex-wrap: wrap;}


.html-box a {
    background: var(--sec-accent);
    color: #dfe1e0 !important;
    padding: 4px 10px 5px;
    font-size: 10px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #2c3d43;
    box-shadow: 3px 3px 10px #0b0b0b36;
}

.html-box a:hover {
    background: #6e3330;
    color: #e4e9e7 !important;
    border: 1px solid #6f3431;
}


#tooltip {position: absolute; 
background: var(--accent); 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: lowercase;
    font-weight: 400;
    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: 4px 20px;
}





#pun-searchposts  .post .post-author {
    margin: -26px 0px 0px 0px;
}
/*Сокращаем в меню слово 'Администрирование'*/
  #navadmin>a>span{display:none;}
  #navadmin>a:after{content: "Aдмин";}

.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    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/81/df/71941.webp) top/cover no-repeat !important;
}

.spoiler-box {
    padding: 0 !important;
}

.post-rating p a:after {
    content: '\f004';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    font-size: 26px;
    font-family: 'FontAwesome';
    left: 0;
    z-index: -1;
    transition: all .7s ease-in-out 0s;
}


#pun .post-rating a {
    font-size: 11px !IMPORTANT;
    color: var(--base-bg2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 26px;
    font-weight: 500;
    position: relative;
    font-family: var(--main-font) !important;
}


.post-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px !important;
    position: relative;
    float: right;
    z-index: 8;
    border: none !important;
    width: 30px;
    height: 26px;
}



.post-rating p a:hover:after {
    color: var(--sec-text);
}

#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: 2.5em!important;
    overflow: auto;
}


.punbb .post-content blockquote p {
padding: 5px 0 5px 0;
}



.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid var(--bord);
}


.post-content .spoiler-box > blockquote.visible {
    padding: 10px 20px;
}


.post-content .spoiler-box>div:before {
    color: var(--text);
    content: '\f078';
    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;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f077';
}


#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;
}






.banners {
    background: var(--cfoot);
    width: 1060px;
    height: 88px;
    margin: 0;
    position: absolute;
    text-align: center;
    left: 0;
    border: 1px solid var(--dark-bord);
}


.banners bnrs {
    padding-right: 10px;
    gap: 2px;
    display: flex;
    justify-content: space-between;
    margin: 48px 9px 0 263px;
    height: 32px;
    overflow-y: auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    /* border: 1px solid red; */
}

.banners bnrs img {
    opacity: .2;
    transition: all .7s ease-in-out 0s;
}

.banners bnrs img:hover {
    opacity: 0.8;

}

#pun-profile #viewprofile ul {
    width: 100%;
    border: 1px solid var(--bord);
    margin: 0;
    padding: 0;
}

#viewprofile #profile-left {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--quote) top right/cover;
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: #383636 !important;
    border-right: 1px solid var(--bord);
}


#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}


#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: #363636;
    font-weight: 400 !important;
}


#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;
}






.post-content hr {
    opacity: 0.5;
    border: 1px solid var(--red-accent) !important;
    margin-bottom: 0.8em;
}

#pun-index .datetime, #pun-index .byuser {
    font-size: 10px;
    font-weight: 400;
    color: var(--text);
    text-transform: lowercase;
    letter-spacing: .5px;
}


#html-header a {
color: var(--navi-link-hov);
}

#html-header a:hover {
color: var(--navi-link);
}



.banners_bottom {
    height: 32px;
    width: 504px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    overflow-y: auto;
    /* border: red 1px solid; */
    flex-wrap: wrap;
    margin-top: 48px;
    position: absolute;
    padding-right: 10px;
    left: 28px;
}

.banners_bottom img {
    cursor: pointer;
    opacity: .3;
    transition: 1s;
}

.banners_bottom img:hover {
    opacity: .9;
}

.opsfor {
    font-size: 10px;
    font-weight: 400;
    color: var(--navi-link);
    /* margin-top: -3px; */
    background: #d5d5cc61;
    padding: 5px 10px 5px 40px;
    border-radius: 2px;
    margin-left: -41px;
}


.podfor {
    justify-content: flex-start;
    display: flex;
    gap: 5px;
    margin-top: 5px !important;
    align-items: center;
}


.podfor a:not(:last-child):after {
    content: "\273b";
    position: relative;
    color: var(--navi-link-hov);
    padding-left: 5px;
    font-size: 13px;
    font-style: normal;
}


.podfor a {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 14px;
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


.Add {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 10px;
    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: 300;
    content: '\f07b';
    font-size: 10px;
    font-family: 'FontAwesome';
    color: var(--accent2);
}

.mssg:before {
    position: relative;
    display: block;
    font-weight: 400;
    content: '\f27a';
    font-size: 10px;
    font-family: 'FontAwesome';
    color: var(--accent2);
}

.Tems_And_messages {
    display: flex;
    gap: 6px;
    align-items: center;
}



#pun-index .category tr.inew {
    border: 1px solid #cfcfc5d1;
    background: #deded6b3;
}

#pun-index .category tr.inew .opsfor {
    background: #d1d1c8c9;
}


.activees, .activees2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0 5px;
    align-items: center;
}

.activees div, .activees2 div {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}


.activees img, .activees2 img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.activees div:after, .activees2 div:after {
    content: "";
    background: var(--accent2);
    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: #61616185;
}


.actps {
    height: 55px;
    width: 490px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    flex-direction: row;
    gap: 0 14px;
    /* border: 1px solid red; */
    left: 30px;
    top: 195px;
    z-index: 99;
    align-items: center;
}


.actps span {
    font-size: 9px;
    text-align: center;
    letter-spacing: 0;
    margin-top: -10px;
}

.bpost {
    position: absolute;
    /* border: 1px solid red; */
    top: 274px;
    width: 480px;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: .3px;
    text-align: justify;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
    left: 50px;
    height: 117px;
    justify-content: flex-end;
}


.bpost name {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: lowercase;
}


.bpost text {
    height: 86px;
    overflow-y: auto;
    padding-right: 10px;
}



.bestep {
    position: absolute;
    /* border: 1px solid red; */
    top: 416px;
    width: 490px;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: .3px;
    text-align: justify;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 6px;
}


.bestep ep a{
    background: var(--accent2);
    color: #ffffff !important;
    padding: 2px 20px;
    border-radius: 41px;
    font-family: var(--sec-font);
    font-style: italic;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 300 !important;
}


.bestep ep a:hover {
    background: var(--navi-link-hov);
}


.onlinecr {
    position: absolute;
    /* border: 1px solid red; */
    top: -46px;
    width: 100%;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: .3px;
    text-align: justify;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    right: 0;
    height: 40px;
    justify-content: center;
}



.onlinecr os {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--tab-pl);
}


.onlinecr text {
display: flex;
    margin-top: 3px;
}



/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    height: 30px;
    position: absolute;
    top: 435px;
    left: 696px;
    text-align: center;
    z-index: 99;
    width: 247px;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
    display: flex;
    text-transform: lowercase;
    font-family: var(--sec-font);
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-weight: 400;
    background: var(--quote);
    font-style: italic;
    color: var(--tab-text);
    border: 1px solid #829195;
    border-radius: 50px;
}


/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
    left: 666px;
    position: absolute;
    top: 304px;
    text-align: center;
    z-index: 999;
    width: 307px;
    backdrop-filter: blur(5px);
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka {
    justify-content: space-evenly;
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #93929547;
    backdrop-filter: blur(5px);
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    border-radius: 6px;
    gap: 10px;
    background: var(--accent);
    text-transform: lowercase;
    flex: auto;
    padding: 2px 9px;
    font-size: 11px;
    font-family: var(--main-font);
    color: var(--base-bg2);
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background: var(--sec-text);
    color: var(--base-bg2);
}


.playerNode {
    position: absolute;
    right: 176px;
    top: 28px;
}

.player-wrapper {
    background: var(--accent2);
    height: 20px;
    width: 120px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.play-pause.paused {
background-size: contain;
}

.play-pause {
    background: none;
    background-size: contain;
    border: 0;
    width: 25px;
    height: 23px;
    padding: 0;
    position: absolute;
    top: 4px;
}

.track, .volume {
    height: 100%;
    background: linear-gradient(0deg, transparent 0, transparent 50%, white 50%, transparent calc(50% + 1px), transparent);
    display: inline-block;
    margin-left: 10px;
    position: relative;}

.track {
 width: calc(80% - 30px);
}

.volume {
    width: 20%;
}

.thumb {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    background: var(--base-bg2);
    border-radius: 50%;
    position: absolute;
}

.controls {
    position: absolute;
    top: -5px;
    left: -69px;
}

button.prev-track {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    position: absolute;
    left: -20px;
    top: 5px;
}

button.next-track {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    position: absolute;
    left: 23px;
    top: 5px;
}

button.loop-toggle {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    background-image: none;
    position: absolute;
    left: 44px;
    top: 4px;
    background-size: contain;
}
html {
-webkit-text-size-adjust: 100%;
}


button.prev-track:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f053';
    color: #e9e7e7;
}


button.next-track:before {
content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}


button.loop-toggle:before {
content: '\f363';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}

.play-pause:before {
content: '\f04c';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}
.play-pause.paused:before {
    content: '\f04b';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}


tr.inew div.icon {
    margin-left: -9px;
    display: block;
    position: absolute;
    margin-top: 6px;
}



tr.inew div.icon::before {
    content: "\273b";
    position: relative;
    color: #5f7981;
    font-size: 17px;
    font-style: normal;
}


.bpost text::before {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    left: -20px;
    color: var(--navi-link-hov);
    font-size: 16px;
}

.avfid {
    background: #c1c1c140;
    border-radius: 2px;
    padding: 5px 0px;
    border: 1px solid #d1d1c9;
    backdrop-filter: blur(8px);
    box-shadow: none;
    margin-top: 10px;
}

.pa-fld6 {
    /* position: absolute; */
    bottom: 13px;
    margin: 0 10px 10px;
}


.futr img {
    max-width: 176px;
}


.pa-fld5 {
    position: absolute;
    font-size: 0px!important;
    text-align: center;
    padding: 3px;
    margin-top: -36px!important;
    margin-left: 90px;
    opacity: 1;
    z-index: 3;
    background-color: var(--base-bg2);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--bord);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-fld5 img {
    vertical-align: middle !important;
    width: 20px;
}


.plashka {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 6px 0px 10px 13px;
    background: #3b675d;
    border: 1px solid #4c4c4c;
    border-radius: 6px;
    overflow: hidden;
    height: 40px;
    width: 180px;
    padding: 0px !important;
}


.plashka kart {
    background: transparent;
    padding: 0px 5px;
    border-width: 0px 1px 0px 0px;
    border-color: #0000001c;
    border-style: solid;
}


.plashka kart img {
    height: 40px;
}



.plashka text {
    display: flex;
    width: 100%;
    text-transform: lowercase;
    font-size: 12px;
    color: #e7e6d9;
    font-weight: 500;
    letter-spacing: .6px;
    align-content: space-around;
    padding-top: 0;
    font-family: var(--mfont);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -4px;
    flex-direction: column;
    align-items: center;
}



.plashka text span {
    font-size: 9px;
    text-transform: lowercase;
    margin-top: 0;
    font-weight: 400 !important;
    font-family: var(--mfont);
    margin-left: 0px !IMPORTANT;
    width: 100% !important;
    padding: 0px !IMPORTANT;
    text-align: center;
    line-height: 9px;
}

.lznam {
    font-family: var(--sec-font);
    font-style: italic;
    letter-spacing: 0;
    text-transform: lowercase;
    margin-top: -10px;
}

.lznam a {
    background: var(--navi-link-hov);
    color: #e5e5e5 !important;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
    padding: 0 10px;
    margin-top: -10px;
    font-size: 15px;
    border-radius: 8px;
}


.lznam a:hover {
background: var(--accent2);
}

.lz {
    margin: 5px 10px;
    background: var(--quote);
    border-radius: 4px;
    border: 1px solid #cdcdc3;
    padding: 6px 10px;
}


.pa-fld2 {
    letter-spacing: 0;
    background: var(--tab-text);
    margin: 0px 0px 10px;
    border-radius: 4px;
    border-top: 0;
    font-size: 10px;
    text-transform: lowercase;
    color: #dbdada;
    padding: 3px 6px;
}

.profl, .scrn {
    display: flex;
    justify-content: center;
    gap: 0 12px;
    font-size: 10px;
}




.scrn {
    margin: 0 0 10px;
}



del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}



.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;
}



#viewprofile #profile-left strong {
font-weight: 400;
}

.go-up span, .go-down span {
    width: 50px;
    height: 50px;
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
}

.go-up span::before {
    content: "\273b";
    position: relative;
    color: #5f7981;
    font-size: 35px;
    font-style: normal;
}


.go-down span::before {
    content: "\273b";
    position: relative;
    color: #5f7981;
    font-size: 35px;
    font-style: normal;
}




/* При наведении — поворот на 45 градусов */
.cham:hover, .cham:hover, .go-up span:hover, .go-down span:hover {
    transform: rotate(45deg);
}


/* Исходные стили */
.tab-anim one {
    background: url(https://forumstatic.ru/files/001c/81/df/72451.webp);
    width: 45px;
    height: 43px;
    position: absolute;
    top: 400px;
    left: -20px;
    transition: transform 0.5s ease;
}

.tab-anim two {
    background: url(https://forumstatic.ru/files/001c/81/df/66930.webp);
    width: 80px;
    height: 79px;
    position: absolute;
    top: 344px;
    right: -35px;
    transition: transform 0.5s ease;
}

.tab-anim big {
    background: url(https://forumstatic.ru/files/001c/81/df/72850.webp);
    width: 70px;
    height: 65px;
    position: absolute;
    top: 80px;
    left: 258px;
    transition: transform 0.5s ease;
}

/* Поворот при наведении */
.tab-anim:hover one,
.tab-anim:hover two,
.tab-anim:hover big {
    transform: rotate(45deg);
}


.tab-anim {
    position: absolute;
    width: 100%;
    height: 490px;
    z-index: 0;
    left: 0;
}


#stylelist {
    position: absolute;
    z-index: 2;
    opacity: 1;
    top: 25px;
    padding: 0px;
    overflow: hidden;
    width: 64px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: auto;
    flex-direction: row;
    left: 20px;
    gap: 10px;
    justify-content: center;
}

#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: 22px;
    height: 22px;
    background: var(--bord);
}
#stylelist li[data="light"] a::before {
    content: '';
    background: #232229;
    mask: url(https://forumstatic.ru/files/001c/70/50/21300.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/70/50/21300.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 15px;
    height: 15px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: #232229;
    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;
}


.dark .onlinecr {
    color: var(--base-bg2);
}

.dark .onlinecr os {
    color: #d3d3d3;
}


.dark .tab-anim big {
    background: url(https://forumstatic.ru/files/001c/81/df/47796.webp) center no-repeat;
    width: 67px;
    height: 64px;
    left: 269px;
}

.dark .tab-anim one {
    background: url(https://forumstatic.ru/files/001c/81/df/25631.webp) center no-repeat;
    width: 61px;
    height: 60px;
}

.dark .tab-anim two {
    background: url(https://forumstatic.ru/files/001c/81/df/10018.webp) center no-repeat;
    width: 64px;
    height: 62px;
}


.dark .spirit-navigation {
    background: var(--navi-link);
    color: var(--base-bg2);
    border: 1px solid #373b3b;
}


.dark .sslka {
    background: #1d2527ba;
}


.dark #pun-index .category h2 span, .dark #pun-stats h2 span {
    color: var(--base-bg2);
    background: var(--navi-link);
}



.dark #pun-index .category table tr {
    background: #bfbfbb3d;
}


.dark .opsfor {
    background: #bdbdbd61;
}


.dark .punbb .post .post-author {
    background: url(https://forumstatic.ru/files/001c/81/df/37253.webp) top center no-repeat, #1c2426;
    border: 1px solid #d3d3ca;
    color: var(--base-bg2);
}

.dark .pa-author a {
    color: var(--base-bg2) !important;
}


.dark .pa-author a:hover {
    color: #9db9bb !important;
}

.dark .avfid {
    background: #1c242699;
    border: 1px solid #373b3b;
}


.dark .lz {
    background: #171d1e;
    border: 1px solid #373b3b;
}


.dark .pa-fld2 {
    background: var(--accent2);
    color: #dbdada;
}

.dark .post-content .spoiler-box > div {
    background: url(https://forumstatic.ru/files/001c/81/df/81946.webp) top/cover no-repeat !important;
}