/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1751719526.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;
    --htm-bg: url(https://forumstatic.ru/files/001c/81/df/66029.webp);
    --gf-bg: url(https://forumstatic.ru/files/001c/81/df/44555.gif);
}


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;
    --htm-bg: url(https://forumstatic.ru/files/001c/81/df/90895.webp);
    --gf-bg: url(https://forumstatic.ru/files/001c/81/df/60210.gif);
}




/* 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;
    z-index: 99;
}

.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: 27px 0 17px;
    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;
    background: #d9d6d3;
    border-radius: 2px;
    backdrop-filter: blur(8px);
    padding: 0 10px;
    border-radius: 41px;
}

.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;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 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;
}



#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: var(--base-bg2) !important;
    padding: 5px 10px 5px;
    font-size: 10px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    text-transform: uppercase;
}

.html-box a:hover {
    background: var(--accent2);
    color: var(--base-bg2) !important;
}


#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;
}



#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: -46px!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: 5px 11px;
    background: var(--accent2);
    border: 1px solid var(--bord);
    border-radius: 6px;
    overflow: hidden;
    height: 40px;
    width: 195px;
    padding: 0px !important;
    order: 3;
}


.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;
    background: #1d2527;
}


.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;
}



#navpm a {
    color: var(--navi-link-hov) !important;
}
#navpm a:hover {
    color: var(--navi-link) !important;
}

.dark #navpm a {
    color: var(--accent2) !important;
}

.dark #navpm a:hover {
    color: var(--navi-link) !important;
}



/*** ХТМЛ ШАБЛОНЫ ***/
.guestbook {
    border: 1px solid #a9bcbb;
    position: relative;
    overflow: hidden;
    background: var(--htm-bg) bottom no-repeat, #e1e1db;
    border-radius: 5px;
    color: var(--text);
}

.guestbook nazv {
    color: var(--base-bg2);
    font-family: var(--sec-font);
    font-size: 50px;
    background: var(--base-bg) center/cover;
    width: 100%;
    border-bottom: 1px solid #a9bcbb;
    padding: 20px;
    display: flex;
    flex-direction: row;
    text-transform: lowercase;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(13px);
    font-style: italic;
    font-weight: 400;
}
.guestbook text {
    margin: 30px;
    padding: 20px;
    font-family: var(--main-font);
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    letter-spacing: .4px;
    border-radius: 4px;
    background: var(--quote);
    border: 1px solid var(--bord);
}


.drugoe {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 30px 30px 30px;
    gap: 0 30px;
}


.drugoe one {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.amsnam {
    display: flex;
    gap: 0 10px;
    justify-content: center;
    margin: 10px 0;
}


.amsnam a {
    background: var(--accent);
    padding: 3px 10px;
    height: 15px;
    display: flex;
    align-items: center;
    color: #ffffff ! IMPORTANT;
    justify-content: center;
    font-family: var(--main-font);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400 !important;
    border-radius: 3px;
}


.amsnam a:hover {
    background: var(--navi-link);
    color: #f7f6ee !important;
}


.drugoe one texxt {
    font-family: var(--main-font);
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.drugoe one zag {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 19px;
    letter-spacing: 0;
    gap: 5px;
    font-weight: 400;
    color: var(--dark-quote);
    font-style: italic;
}
.drugoe one zag span {
    text-transform: lowercase;
    font-size: 9px;
    color: var(--tab-text);
    font-weight: 400;
    font-style: normal;
    font-family: var(--main-font);
    letter-spacing: .5px;
}


.actvs {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}


.actvs div {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 0;
}


.actvs div:after {
    content: "";
    background: var(--accent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
}



/*** ПРАВИЛА ***/

.pravil {
    margin: 0px 0px 0px 0px;
    width: auto;
    min-height: 400px;
    padding-bottom: 20px;
    border: 1px solid var(--bord);
    position: relative;
    overflow: hidden;
    background: var(--htm-bg) bottom no-repeat, #e2e2db;
    border-radius: 5px;
}

.pravil nazv {
    color: var(--text);
    font-family: var(--sec-font);
    font-size: 47px;
    background: var(--quote);
    width: 100%;
    border-bottom: 1px solid var(--bord);
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    text-transform: lowercase;
    align-items: center;
    gap: 20px;
    font-style: italic;
    letter-spacing: 0;
}
.pravil nazv span {
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 40px;
    text-transform: lowercase;
    color: #000;
    font-style: normal;
    margin-top: 14px;
}
.privetprav {
    width: auto;
    padding: 20px;
    background: var(--base-bg2);
    text-align: justify;
    color: #000;
    line-height: 16px;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid var(--bord);
    letter-spacing: 0;
    font-weight: 400;
    margin: 30px;
    border-radius: 5px;
}

.praviltext, .praviltext2 {
    line-height: 16px;
    padding: 10px;
    margin: 0 30px;
    width: auto;
    background: var(--base-bg2);
    text-align: justify;
    color: #000;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid var(--bord);
    letter-spacing: 0;
    font-weight: 400;
    box-shadow: 6px 3px 10px #9797973d;
    border-radius: 5px;
}

.praviltext zag, .praviltext2 zag {
    display: block;
    text-align: left;
    background: var(--accent);
    color: var(--tab-pl);
    font-family: var(--sec-font);
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px 10px 3px 10px;
    font-style: italic;
    text-transform: lowercase;
    border-radius: 3px;
    margin: 10px 0 10px;
}

.praviltext blos, .praviltext2 blos {
    display: block;
    margin: 6px 0 0 0 !important;
    background: var(--quote);
    padding: 10px 15px;
    border-left: 2px solid var(--accent);
}


.praviltext2 {
    margin-top: 8px;
    text-align: justify;
    line-height: 16px;
    font-weight: 400;
    padding: 10px;
    width: auto;
    margin: 10px 30px 0 30px;
}

.gostev {
    margin: 0px 0px 0px 0px;
    width: auto;
    border: 1px solid var(--bord);
    position: relative;
    overflow: hidden;
    background: var(--htm-bg) bottom no-repeat, #e0e0d9;
    border-radius: 5px;
}
.licens {
    backdrop-filter: blur(10px);
    color: var(--text);
    font-family: var(--sec-font);
    font-size: 37px;
    background: var(--quote);
    width: 100%;
    border-bottom: 1px solid var(--bord);
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    text-transform: lowercase;
    align-items: center;
    gap: 20px;
    font-style: italic;
    letter-spacing: 0;
}
.licens span {
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 40px;
    text-transform: lowercase;
    color: #000;
    font-style: normal;
    margin-top: 14px;
}


.gostxt {
    width: auto;
    padding: 20px;
    background: var(--quote);
    text-align: justify;
    color: #000;
    line-height: 16px;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid #bdb8b1;
    letter-spacing: 0;
    font-weight: 400;
    margin: 30px;
    border-radius: 5px;
}


.guestbook nazv span {
    font-style: normal;
    font-size: 11px;
    font-family: var(--main-font);
    letter-spacing: 0;
    margin-left: 15px;
    margin-top: 10px;
    color: #f7f7f7;
}


.chamoml {
    /* border: 1px solid red; */
    width: 305px;
    height: 279px;
    position: absolute;
    left: 667px;
    top: 70px;
    background: var(--gf-bg);
    opacity: 0;
    transition: all .7s ease-in-out 0s;
}


.chamoml:hover {
    opacity: 1;
}


.dark #pun-index .category tr.inew .opsfor {
    background: #cdcdcc;
}



.dark .podfor a {
color: var(--accent2);
}
.dark .podfor a:hover {
color: var(--text);
}





/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}

#pun-navlinks #New-exit img{
position:absolute;
margin: 0px 35px;
width:17px;
height:auto;
opacity:.8;
}
.ismoderator #pun-navlinks #New-exit img {
    margin: -50px 10px;
    filter: invert(42%) sepia(43%) saturate(1352%) hue-rotate(98deg) brightness(69%) contrast(49%);
}


.dark .ismoderator #pun-navlinks #New-exit img {
    margin: -50px 10px;
    filter: invert(22%) sepia(93%) saturate(1352%) hue-rotate(241deg) brightness(19%) contrast(89%);
}
#pun-navlinks #New-exit:hover{
opacity: .4;
}


/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 53px!important;
  margin-left: 10px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input {
text-align: center;
border: 2px inset;
text-rendering: auto; 
margin-top:4px!important;
border-radius:5px;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block!important;
text-align: center;
font: normal normal 400 11px/normal Arial!important; rgb(250, 255, 189)
background-color: rgb(250, 255, 189);
}
.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(250, 255, 189);
}

.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: var(--accent);
    text-align: left;
    box-shadow: none;
    padding-left: 5px!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
/*Стиль формы входа*/

#pun-navlinks #navlogin #form-login {
margin-left: 31px;/*Подвижки формы влево от вход*/
}
#pun-navlinks #navlogout #form-login {
  margin-left: -31px!important;/*Подвижки формы влево от выход*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -217px!important;/*Подвижки формы влево от выход для АМС*/
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
cursor:pointer;
font: normal normal 400 10px/normal Tahoma!important;
letter-spacing:0.5!important;
}
.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/
#form-login input.none{
outline:red dashed 2px!important;
}
/*Форма слево(с Никами) */

/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px;
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/
}


.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#546a6b!important;*/
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
cursor: pointer;
opacity: .8;
color: #ffffff;
}
.punbb #List-UserNames li>b:hover{
opacity:.93;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #919190;
border: 1px solid #919190;
box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #bdbdbc;
border: 2px solid #888887;
box-shadow: none;
}
/*Кнопки Удалить (правее ников)*/
#List-UserNames ul li>span {
display:inline-block;
padding:0 3px;
position:absolute;

opacity:.88;
cursor:pointer;
top:0;bottom:0;
right:2px;
color:#fff;
font: normal normal

700 10.56px/normal Verdana;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before{
display:inline-block;
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!";
}
/*Кнопка выход-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
/*Сам инпут*/
.punbb #List-UserNames input {
    border: 1px solid #93ab7f !important;
    text-shadow: none!important;
    color: #282828!important;
    background-color: #c6c6c6;
    padding: 2px !important;
    vertical-align: middle;
    outline: none;
    border-radius: 0 !IMPORTANT;
}
/*Стрелочки к инпуту*/
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color:#fff;
}
/*Кликалка слево, чуть выше инпута*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*Кликалка справо*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*Подсказки на кликалках*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}

.punbb #form-login #fld1, #form-login #fld2 {
    background-color: rgb(208 208 208);
}

#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 249px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: var(--quote);
    text-align: center;
    border: 1px solid var(--bord);
}

.punbb #pun-navlinks #form-login {
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: #000000;
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 7px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: var(--quote);
    text-align: center;
    border: 1px solid var(--bord);
}

/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/

/*СКРИПТ ПЛЕЕРА В ПРОФИЛЬ*/
   .audio-playervm {
  display: inline-block;
  position: relative;
  margin: 20px;
}

.audio-play-button {
    cursor: pointer;
    background: var(--accent);
    border: none;
    border-radius: 30% !important;
    width: 23px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2sease;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}



.audio-play-button::before {
    content: '\f001';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: var(--base-bg2);
    font-weight: 400;
}

.audio-play-button.active {
    background: #6d6c6c;
    border: none;
}



.audio-play-button.active::before {
  content: '\f001';
  font-family: 'FontAwesome';
  font-size: 11px;
  animation: player-rotate 3s infinite both;
    color: #d7d9d8;
}

.audio-modalVM {
   position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #e5e2dec4;
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 10px;
    width: 50px;
    display: none;
    z-index: 10;
    border: 1px solid #3b332e6b;
}



.audio-modalVM.visible {
  display: block;
  pointer-events: auto;
}



.audio-volume-slider {
  width: 100px;
  transform: rotate(-90deg);
  position: absolute;
    left: -42px;
    top: 58px;
    border: none !important;
}

.audio-modal-control {
    font-family: "Font Awesome 6 Free" !important;
    margin: 5px;
    cursor: pointer;
    padding: 5px;
    width: 23px;
    height: 23px;
    background: var(--sec-text);
    border: none;
    border-radius: 5px;
    color: var(--base-bg2);
}

.audio-loop {
  background: var(--accent);
}


.audio-loop.active {
  background: #dbd8d3c2;
  color: #3b332e;
  border: 1px solid #3b332eda;
}


.audio-track-title {
position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f94f;
    backdrop-filter: blur(5px);
    color: #3b332e;
    padding: 5px 10px;
    border-radius: 5px;
    /* text-shadow: 1px 1px 2px #000000a8, -1px -1px 2px #000000a8; */
    display: none;
    white-space: nowrap;
    border: 1px solid #3b332e9e;
}

.audio-track-title.active {
  display: block;
}

@keyframes player-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.audio-volume-slider {
  -webkit-appearance: none;
  width: 100px;
  height: 4px;
  background: #3d3d3d;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  background: transparent !important;
}

.audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #3d3d3d;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4
}



.audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px; 
  height: 12px; 
  background: #3d3d3d; 
  border-radius: 50%; 
  cursor: pointer;
  margin-top: -4px;

}



.audio-volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #3d3d3d;
  border-radius: 50%;
  cursor: pointer;
  border: none; 
}



.audio-volume-slider::-webkit-slider-runnable-track {
  height: 4px; 
  background: linear-gradient(to right, #3d3d3d, #ccc); 
  border-radius: 2px; 
}



.audio-volume-slider::-moz-range-track {
  height: 4px;
  background: linear-gradient(to right, #3d3d3d, #ccc);
  border-radius: 2px;
}

.audio-volume-slider {
  padding: 0;
}

li.pa-fld8 {
    position: absolute;
    top: 39px;
    left: -20px;
}


.pa-fld7 {
    position: absolute;
    left: 0;
    width: 238px;
    overflow: hidden;
    top: 0;
    z-index: -1;
    border-radius: 0 0 4px 4px;
    transform: rotate(180deg);
    /* mask: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%); */
    /* -webkit-mask: linear-gradient(180deg, rgb(0 0 0) 0%, #5976732b 100%); */
    filter: grayscale(.4);
}

/* ГОСТЕВАЯ СКРОЛЛЫ
-------------------------------------------------------------*/

.gost-prid {
    width: 350px;
    padding: 15px;
    background: var(--quote);
    height: 150px;
    overflow-y: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    color: #000000;
    font-family: var(--main-font);
    border: 1px solid #b5b4b4;
}

.gost-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}


.pa-fld7 {
    position: absolute;
    left: 0;
    width: 238px;
    overflow: hidden;
    top: 0;
    z-index: -1;
    border-radius: 0 0 4px 4px;
    transform: rotate(180deg);
    /* mask: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%); */
    /* -webkit-mask: linear-gradient(180deg, rgb(0 0 0) 0%, #5976732b 100%); */
    filter: grayscale(.4);
}


/******************************************************************
Cтиль:"таблица с вкладками"
******************************************************************/
/*Правки для Цвета фона и бордюров таблицы*/
.s-tabs>.stab,.s-tabs>span{
background: transparent;
border-color: #7E7E7E!important;
}

.s-tabs{
    width: 930px;
    display: block;
    padding: 0;
    margin: auto;
}

.s-tabs>.stab{
height:200px; /*высота вкладки*/
}

/* Стиль "Ушка" вкладок */
.s-tabs>span{
text-transform: uppercase;
position: relative;
z-index: 100;
cursor: pointer;
display: inline-block;
padding: 8px;
height: 17px;
margin: auto;
text-align: center;
padding-right: 6px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
font: normal 400 12px / 16.5px "Arimo";
}

/* Активное "Ушко" */
.s-tabs>span.selected{
border-bottom-color: transparent !important;
color: #b3715b;
}

/* Стиль вкладки(LI)*/
.s-tabs>.stab {
width: 700px;
margin: auto;
display: none;
position: relative;
background: #c6c6c2 url(https://forumupload.ru/uploads/001b/1a/5a/742/701219.jpg) bottom;
no-repeat;
border: 1px solid #a39186;
box-shadow: 0px 0px 0px 1000px #b9b9b88c inset;
height: 460px;
border-radius: 20px;
margin-top: 8px;
}

.main-n {
    margin-left: 360px;
}

.ls-fut {
    position: absolute;
    width: 300px;
    height: 200px;
    border: 1px solid #a2a29c;
    top: 235px;
    left: 40px;
    padding: 10px;
    border-radius: 10px;
}

.ls-futlist {
    height: 179px;
    overflow-y: auto;
    text-align: center;

}

.ls-futlist img {
    width: 260px;
    object-fit: cover;
}

.ls-icons {
    width: 250px;
    height: 135px;
    border: 1px solid #a2a29c;
    padding: 5px;
    margin-top: 30px;
    margin-left: 40px;
    border-radius: 10px;
}

.ls-iconlist {
    height: 115px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 236px;
    margin-left: 2px;
}

.ls-iconlist img {
height: 20px;
width: 20px;
object-fit: contain;
}

.ls-plsh {
    width: 250px;
    border: 1px solid #a2a29c;
    margin-top: -135px;
    height: 135px;
    padding: 7px;
    margin-left: 396px;
    border-radius: 10px;
}

.ls-plshlist {
height: 115px;
overflow-y: auto;
display: flex;
flex-wrap: wrap;
padding-left: 20px;
}

.ls-pres {
width: 600px;
padding: 8px;
margin: 40px auto 0px;
height: 170px;
border: 1px solid #a2a29c;
border-radius: 10px;
}

.ls-preslist {
height: 150px;
display: flex;
flex-wrap: wrap;
justify-content: center;
overflow-y: scroll;
padding-right: 10px;
}

.ls-preslist img {
height: 55px;
width: 55px;
object-fit: contain;
margin: 5px;
}

.ls-award {
width: 600px;
padding: 8px;
margin: 45px auto 0px;
height: 170px;
border: 1px solid #a2a29c;
border-radius: 10px;
}

.ls-awardlist {
height: 150px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
overflow-y: auto;
padding-right: 10px;
}

.ls-awardlist img {
height: 55px;
width: 55px;
object-fit: contain;
margin: 5px;
}

.icons-name, .plsh-name, .pres-name, .award-name {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #86685e;
    font-family: arimo;
}

.futers-name {
   text-align: center;
    margin-top: -30px;
    margin-bottom: 17px;
    font-weight: 600;
    color: #86685e;
    font-family: arimo;
    width: 600px;
}

.ls-backgr {
    position: absolute;
    width: 300px;
    height: 200px;
    border: 1px solid #a2a29c;
    top: 235px;
    right: 40px;
    padding: 10px;
    border-radius: 10px;
}

.lsbackgr-list {
    height: 179px;
    overflow-y: auto;
    text-align: center;
}

.lsbackgr-list img {
    width: 255px;
    height: 40px;
    object-fit: cover;
}

li.pa-fld8 audio {
    width: 210px !important;
    height: 30px;
    margin-left: -6px;
}







/*предсказание настройка*/
div#candle {position: relative;
    left: 72em;
    top: 8em;
    cursor: pointer;
    float: left;
    width: fit-content;
    margin-top: -95px;} 
div#box {    position: relative;
    left: 23em;
    float: left;
    top: 55px;
    color: #d6d0c0;
    font-size: 12px !important;
    letter-spacing: 1px;
    width: 471px;
    padding: 5px;
    display: none;
    margin-top: -34px;
    background: #5f5a56;
    border-radius: 10px;
    text-align: center;}



.pa-fld1 {
    display: flex;
    flex-direction: column;
}


#pun-index td div.tclcon br {
display: none;
}




#pun .sslka a.vieb {
    background: var(--accent2);
}


#pun .sslka a.vieb:hover {
    background: var(--accent);
}



.blockButton:before {
    content: "x";
    cursor: pointer;
    margin-top: 59px;
    margin-left: -23px;
    position: absolute;
    width: 9px;
    opacity: 1;
    background: var(--accent2) !important;
    z-index: 2;
    color: var(--base-bg2) !important;
    font-size: 13px;
    padding: 0 7px;
    height: 19px !important;
}

.dark .html-box a:hover {
    background: var(--accent);
}

/*************************
//Скрипт для списка занятых ролей
*************************/

*, ::after, ::before {
box-sizing:content-box; -moz-box-sizing:initial; -webkit-box-sizing:initial;
}

/*ВСЯ ТАБЛИЦА ЦЕЛИКОМ*/
.AB2C {
margin:5px auto; /*ОТСТУПЫ*/
width:460px; /*ШИРИНА*/
text-align:left; /*ТЕКСТ СЛЕВА*/
font-family:Arial; /*ШРИФТ*/
line-height:16px; /*ВЫСОТА ЛИНИЙ*/
}
.AB2C::after {
content:''; display:table; clear:both;
}

/*ВКЛАДКИ*/
.AB2C input[type=radio] {
display:none;
}
.AB2C label {
display:block;
float:left;
clear:left;
font-family: tenor sans;
margin-right:10px; /*ОТСТУП СЛЕВА*/
margin-bottom:5px; /*ОТСТУП СНИЗУ*/
width:150px; /*ШИРИНА ВКЛАДКИ*/
height:40px; /*ВЫСОТА ВКЛАДКИ*/
padding-top:10px;
overflow:hidden;
text-align:center; /*ТЕКСТ ПО ЦЕНТРУ*/
text-transform:uppercase; /*ВСЕ БУКВЫ ЗАГЛАВНЫЕ*/
font-size:24px; /*РАЗМЕР ШРИФТА*/
line-height:normal; /*ВЫСОТА ЛИНИЙ НОРМАЛЬНАЯ*/
background:#c79f6c; /*ЦВЕТ ФОНА*/
color:white; /*ЦВЕТ ШРИФТВ*/
opacity:0.5; /*ПРОЗРАЧНОСТЬ ЕСТЬ*/
filter:grayscale(1); -webkit-filter:grayscale(1); /*ФИЛЬТР ЕСТЬ*/
}

/*ВКЛАДКА ПРИ НАВЕДЕНИИ*/
.AB2C label:hover {
opacity:1; /*ПРОЗРАЧНОСТИ НЕТ*/
filter:grayscale(0); -webkit-filter:grayscale(0); /*ФИЛЬТР ЕСТЬ*/
}

/*НЕАКТИВНЫЕ ВКЛАДКИ*/
.AB2C [id^="OAB2C"]:checked + label {
opacity:1; /*ПРОЗРАЧНОСТИ НЕТ*/
filter:grayscale(0); -webkit-filter:grayscale(0); /*ФИЛЬТР ЕСТЬ*/
}

#OAB2C1:checked ~ #contentAB2C1,
#OAB2C2:checked ~ #contentAB2C2,
#OAB2C3:checked ~ #contentAB2C3,
#OAB2C4:checked ~ #contentAB2C4,
#OAB2C5:checked ~ #contentAB2C5,
#OAB2C6:checked ~ #contentAB2C6,
#OAB2C7:checked ~ #contentAB2C7,
#OAB2C8:checked ~ #contentAB2C8,
#OAB2C9:checked ~ #contentAB2C9 {
display:block;
}

/*КОНТЕНТ ВКЛАДОК*/
.contentAB2C {
display:none;
width:270px; /*ШИРИНА*/
height:460px; /*ВЫСОТА*/
padding:12px; /*ОТСТУП*/
overflow-y:auto;
border:2px solid #8fa37e; /*ШИРИНА, ЦВЕТ И ТИП ЛИНИИ*/
text-align:justify; /*ТЕКСТ ПО ШИРИНЕ*/
font-size:11px; /*РАЗМЕР ШРИФТА*/
font-family: tenor sans; /*ВИД ШРИФТА*/
background:#e8e8df; /*ЦВЕТ ФОНА*/
color:black; /*ЦВЕТ ТЕКСТА*/
}

/*БУКВЫ ВО ВКЛАДКАХ С ЛИНИЯМИ*/
.contentAB2C span {
display:block;
margin-bottom:5px; /*ОТСТУП СНИЗУ*/
padding-bottom:3px; /*ОТСТУП СНИЗУ*/
border-bottom:2px solid black; /*ЛИНИЯ СНИЗУ*/
text-align:right; /*ТЕКСТ СПРАВА*/
font-weight:bold; /*ТЕКСТ ЖИРНЫЙ*/
color:black; /*ЦВЕТ ШРИФТА*/
}


.pa-respect img {
    width: 7px;
}


del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}




#pun-index td div.tclcon .subforums {
    display: none;
}


.post-content abbr {
    cursor: help !IMPORTANT;
    border-bottom: 1px dotted #000;
}


/*****************
Стиль "Тихой Цитаты"
*****************/
.quiet-quote{
  position:relative;
  display: table;
  margin: 4px 15px 0px 19px!important; /*Отступы*/
  font-style: italic;
  font-size: 10px;
  color: #695f5f;
  /*text-align:justify;
  border:red solid 1px;*/
}
.quiet-quote>p{
  line-height:normal!important;
}
.quiet-quote:before, /*Шрифт, Цвет, Размер иконок*/
.quiet-quote:after{
  font-size: 14px;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 900;
  color: #695f5f; /*Цвет Кавычек*/
  font-family:System, Arial, sans-serif;
}
.quiet-quote:before{
  content: "\201C";  /*Код левой кавычки к Тихой цитате*/
  left:-13px;
  top:5px;
}
/* Cкрыл Правую кавычку
.quiet-quote:after{
  content: "\201D";  */  /*Код правой кавычки к Тихой цитате
  right: -15px;
  bottom: -20px;
}*/
/*************************
/END//Стиль "Тихой Цитаты"
*************************/



#viewprofile #profile-signature {
display: none;
}



.rsp_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(--text);
}

.punbb .post-rating a:hover:before {
    color: var(--text) !important;
}


.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 {
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px;
    margin: 0 !important;
    background: var(--quote);
    align-self: stretch;
    border-radius: 5px;
    color: var(--text);
    font-family: var(--main-font);
    font-size: 7px;
}

.punbb .post-rating {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.pa-fld7 {
    background: linear-gradient(180deg, transparent, #e3e3dc);
}


.dark .pa-fld7 {
    background: linear-gradient(180deg, transparent, #1c2426);
}
.dark .punbb span.GamePst, .dark .punbb strong.GamePst2 {
    color: #e9e9e3 !important;
}





.post-content .highlight-text {
    background-color: var(--accent) !important;
    color: var(--base-bg2) !important;
}


.dark .go-up span::before, .dark .go-down span::before {
    color: var(--base-bg2);
}