/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1754167921.css);

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'auge';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/84/ca/62328.otf);
}

@font-face {
  font-family: 'auge-b';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/84/ca/54004.otf);
}


:root {
    --base-bg: url(https://forumstatic.ru/files/001c/84/ca/45933.webp?v=1);
    --base-bg2: #cac9c2;
    --text: #35353b;
    --sec-text: #454549;
    --accent: #404270;
    --sec-accent: #8d7d46;  /*#8f7e56;*/
    --navi-link: #bebcb2;
    --navi-link-hov: #e2c491;
    --main-font: auge;
    --strong-font: auge-b;
    --sec-font: el messiri;
    --head: url(https://forumstatic.ru/files/001c/84/ca/54226.webp);
    --profile-bg: url(https://forumstatic.ru/files/001c/84/ca/45933.webp?v=1);
    --quote: #c4c3bb;
    --bord: #bbbab1;
    --cat-fon: url(https://forumstatic.ru/files/001c/84/ca/42938.webp);
    --tab-text: #eeecdf;
    --cfoot: url(https://forumstatic.ru/files/001c/84/ca/91075.webp);
    --navi-bg: url(https://forumstatic.ru/files/001c/84/ca/85259.webp?v=1);
   /* --dark-bord: #3b3e60;*/
    --dark-bord: rgba(59, 62, 96, 0.7);
    --tab-pl: #282828;
    --podf: url(https://upforme.ru/uploads/001c/52/68/40/748432.jpg);
    --plash-tab: #201e34;
}

body.dark {
    --base-bg: url(https://forumstatic.ru/files/001c/84/ca/82315.webp);
    --base-bg2: #e9ede1; /*#edf2e3; */
    --text: #2a3327; /*#414836;*/
    --sec-text: #585e52;
    --accent: #a6941d;
    --sec-accent: #7b9059;
    --navi-link: #414836;
    --navi-link-hov: #a6941d;
    --head: url(https://forumstatic.ru/files/001c/84/ca/16638.webp);
    --profile-bg: url(https://forumstatic.ru/files/001c/84/ca/82315.webp);
    --quote: #e6ebde; /*#e6ecdc;*/
    --bord: #dbe3cd;
    --cat-fon: url(https://forumstatic.ru/files/001c/84/ca/82783.webp);
    --tab-text: #414836;
    --cfoot: url(https://forumstatic.ru/files/001c/84/ca/36607.webp);
    --navi-bg: url(https://forumstatic.ru/files/001c/84/ca/30681.webp);
    --dark-bord: #aebc95;
    --tab-pl: #ecf3de;
    --podf: url(https://upforme.ru/uploads/001c/52/68/40/58344.jpg);
    --plash-tab: #edf2e3;
}




/* 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);
    border-radius: 6px;
}

/* 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: 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: 640px;
    margin-bottom: 110px;
    background: var(--base-bg2);
    position: relative;
    border-radius: 20px;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 30px;
}

/* 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: 12px !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;
    margin-bottom: 20px;
}

/* 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 {
    color: var(--tab-text);
    margin: 0 0 2px 0;
    display: inline-block;
    font-size: 11px;
    font-family: var(--main-font);
    text-align: left;
    font-weight: 500;
    text-transform: lowercase;
    background: var(--accent);
    padding: 3px 15px;
    border-radius: 5px;
    font-style: normal;
    letter-spacing: .3px;
}


/* 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(--sec-font);
    text-transform: uppercase;
    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(--sec-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: 12px;
    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: 31%;
    position: relative;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    letter-spacing: 0;
    align-items: center;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
    font-family: var(--main-font);
    font-size: 16px;
    text-align: left;
    height: auto;
    display: block;
    margin-top: 8px;
    font-weight: 500;
    text-transform: none;
}


#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;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }


/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {
    border: none;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    position: relative;
    top: 2px;
    border-width: 0px;
    -webkit-text-size-adjust: 100%;
    align-items: flex-start;
    font: 400 10px var(--sec-font);
    z-index: 1;
    margin: 0 0px 10px !important;
    padding: 5px 10px !important;
    width: 100%;
    box-sizing: border-box;
    text-transform: lowercase;
    background: var(--quote);
    border-radius: 5px;
    display: flex;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


/* 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: 11px;
    margin: -1px 0 0 0;
    font-family: var(--main-font);
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    background: var(--profile-bg);
    border: 1px solid var(--dark-bord);
    border-radius: 10px;
    color: var(--tab-text);
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}




/* C3.7 */
.pa-author {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
    text-transform: none;
    margin: 20px 0 15px;
    text-align: center;
    position: relative;
    padding: 0;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    color: var(--tab-text) !important;
    font-size: 19px;
    background: var(--dark-bord);
    padding: 0 10px;
    border-radius: 6px;
}

.pa-author a:hover {
    color: var(--navi-link-hov) !important;
}


/* C3.9 */
li.pa-title {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--sec-font);
    letter-spacing: 0;
    text-align: center;
    margin: 0px;
    text-transform: lowercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 260px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 20px 0px 15px 0px;
}

/*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: 11px;*/
    font-weight: 400;
    font-family: var(--sec-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 {
    display: flex;
    flex-direction: row;
    height: 76px;
    text-transform: uppercase;
    width: 100%;
    /* border: 1px solid red; */
    position: absolute;
    left: 0;
    top: -91px;
    background: var(--navi-bg);
    border: 1px solid var(--dark-bord);
    border-radius: 15px;
    justify-content: center;
    padding-top: 10px;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
}

/* D4.2 */
#pun-ulinks .container {
    /* border: 1px solid red; */
    padding-inline-start: 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: 12px;
    font-family: var(--sec-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: 74px;
}


/* 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: 14px;
    font-weight: 400;
    text-transform: none;
    WIDTH: auto;
    margin-top: 7px;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    padding: 0;
    text-align: center;
    background: var(--quote);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--bord);
    border-radius: 20px 20px 0 0;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 15px 20px;
    font-family: var(--sec-font);
    background: var(--quote);
    border: 1px solid var(--bord);
    border-radius: 10px;
    margin-top: 20px;
}

/* 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: 10px;
    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: 14px;
    font-weight: 400;
    text-transform: none;
    height: auto;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#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: 50px;
    -webkit-text-size-adjust: 100%;
    margin: 10px 0 0;
    display: flex;
    padding: 0 !IMPORTANT;
    background: var(--cat-fon) bottom;
    justify-content: center;
    gap: 10px;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--dark-bord);
    border-radius: 10px;
}
#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    color: var(--tab-text);
    font-size: 16px;
    font-family: var(--main-font);
    position: relative;
    font-weight: 400;
    text-transform: lowercase;
   /* background: var(--dark-bord);*/
    line-height: 14px;
    padding: 3px 10px 4px;
    letter-spacing: .8px;
    border-radius: 5px;
}

#pun .category h2 seid, #pun-stats h2 seid {
    letter-spacing: .4px;
    font-size: 11px;
    color: #d7d9d8;
}





.punbb .code-box strong.legend a {
    font-weight: 500;
    color: #f1f0ee;
    text-transform: uppercase;
}

.punbb .code-box strong.legend a:hover {
    font-weight: 500;
    color: #ffdca0;
}

#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 10px 20px 5px;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: var(--quote);
    margin: 20px 0 10px;
    border: 1px solid var(--bord);
    box-shadow: none;
    border-radius: 10px;
}

#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;
    border-radius: 5px;    
}

.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: 40px;
    border-radius: 5px;
}

.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: #e1e0d9 !important;
    padding: 4px 10px 4px;
    font-size: 10px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid var(--sec-accent);
    box-shadow: 3px 3px 10px #0b0b0b29;
    border-radius: 6px;
    letter-spacing: .6px;
}

.html-box a:hover {
    background: var(--dark-bord);
    color: var(--tab-text) !important;
    border: 1px solid var(--dark-bord);
}


#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;
    /*background: var(--quote);*/
    padding: 8px 10px 5px;
    border-radius: 6px;
}

.punbb .post-content .quote-box, .spoiler-box {
padding: 15px 20px;
}

#pun-index .category tr.inew {
    border: 1px solid var(--bord);
    background: var(--pf-bg);
}



#pun-admain .adlabel {
    width: 18em !important;
}

#pun-index .tcl h3 a {
    font-weight: 400;
    font-size: 20px;
}


#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;
    border-radius: 6px;
}





#pun-searchposts  .post .post-author {
    margin: -26px 0px 0px 0px;
}


.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--main-font);
    background: linear-gradient(180deg, #c6c5bf, transparent), var(--podf) top right !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    border-radius: 7px;
    position: relative;
}


.dark .post-content .spoiler-box > div {
    background: linear-gradient(180deg, #dce3d1, transparent), var(--podf) top right !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;
}




.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name, .pa-fld3 .fld-name, .pa-fld5 .fld-name, .pa-fld6 .fld-name {
display: inline-flex;
font-size: 0px}


.pa-posts .fld-name:before {
    content: '\f4ad';
    font-size: 12px;
    color: var(--tab-text);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

/*Оформляем счетчик постов*/
.pa-fld6 .fld-name:before {
    content: '\f52d';
    font-size: 12px;
    color: var(--tab-text);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

.pa-respect .fld-name:before {
    content: '\f004';
    font-size: 12px;
    color: var(--tab-text);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

.pa-fld5 .fld-name:before {
    content: '\f51e';
    font-size: 12px;
    color: var(--tab-text);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

.pa-fld4 .fld-name:before {
    content: '\f186';
    font-size: 12px;
    color: var(--tab-text);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}


.pa-respect, .pa-posts, .pa-fld5, .pa-fld6 {
    width: 30px;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 5px;
    max-width: 50px;
    letter-spacing:0;
}

.pa-respect a[href*="relation"] {
    line-height: 2em !important;
}







.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;
}




.pa-respect img {
display: none;
}


.go-up, .go-down {
background: url(https://forumstatic.ru/files/001c/84/ca/43878.webp);
width:44px;
height:45px;
    transform: rotate(0deg);
transition: transform 0.5s ease;
}
.go-up:hover, .go-down:hover {
    transform: rotate(45deg);
}





.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;
}


#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: 12px;
    font-weight: 400;
    color: var(--text);
    text-transform: lowercase;
    font-family: var(--sec-font);
}


.pf-text op {
    background: var(--accent2);
    padding: 0px 5px 2px;
    color: var(--tab-text);
}

#html-header a {
color: var(--navi-link);
}

#html-header a:hover {
color: var(--navi-link-hov);
}


.tab-link {
    position: absolute;
    /* border: 1px solid red; */
    font-size: 19px;
    font-family: var(--sec-font);
    display: flex;
    gap: 10px;
    left: 445px;
    top: 35px;
    width: 500px;
    justify-content: flex-end;
}

.tab-ams {
    position: absolute;
    background: var(--tab-pl);
    border: 1px solid #9a9a9a;
    width: 166px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    line-height: 20px;
    font-family: var(--main-font);
    box-shadow: 0px 0px 20px #0000002b;
    top: 147px;
    left: 61px;
}


.tab-inf {
    position: absolute;
    background: var(--tab-pl);
    border: 1px solid #9a9a9a;
    width: 195px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    line-height: 20px;
    font-family: var(--main-font);
    box-shadow: 0px 0px 20px #0000002b;
    top: 147px;
    right: 48px;
}


.tab-text {
    position: absolute;
    /* border: 1px solid red; */
    top: 278px;
    font-family: var(--main-font);
    font-size: 9px;
    letter-spacing: .5px;
    width: 338px;
    left: 90px;
    height: 93px;
    text-align: justify;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 15px;
}


.tab-who {
    left: 490px;
    width: 200px;
    position: absolute;
    /* border: red 1px solid; */
    top: 287px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--main-font);
    height: 40px;
}


.tab-who span {
    font-family: var(--sec-font);
    font-size: 19px;
}

.activees {
    height: 72px;
    width: 246px;
    display: flex;
    position: absolute;
    flex-direction: row;
    /* border: 1px solid red; */
    left: 96px;
    top: -252px;
    z-index: 99;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9;
}

.activees2 {
    height: 72px;
    width: 246px;
    display: flex;
    position: absolute;
    flex-direction: row;
    /* border: 1px solid red; */
    left: 765px;
    top: -552px;
    z-index: 99;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9;
}

.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(--dark-bord);
    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;
}



.activees span, .activees2 span {
    font-family: var(--main-font);
    text-transform: lowercase;
    font-size: 10px;
    letter-spacing: .4px;
    display: block;
    width: 100%;
    text-align: center;
}




.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
    margin: 0 0.3em;
    accent-color: #423b34;
}


#toggleStyleBtn {
    border-radius: 100%;
    font-weight: 400;
    font-size: 0;
    color: var(--dark-bord);
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    border: none;
    height: 22px;
    background: #282828;
    position: absolute;
    top: 50px;
}


#toggleStyleBtn::before {
    content: '';
    background: #cac7b7;
    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: 15px;
    height: 15px;
}

#stylelist {
    position: absolute;
    z-index: 1;
    top: -442px;
    margin: 0;
    left: 39px;
    padding: 0px;
    overflow: hidden;
    width: 50px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 22px;
    flex-direction: row;
    opacity: 1;
    border-radius: 20px;
    background: var(--plash-tab);
    justify-content: space-between;
}
#stylelist li[data="light"] a, #stylelist li[data="dark"] a {
    border-radius: 100%;
    font-weight: 400;
    font-size: 0;
    color: var(--tab-text);
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

#stylelist li[data="light"] a::before {
    content: '';
    background: #cac7b7;
    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: 15px;
    height: 15px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: var(--tab-text);
    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.active {
    background: var(--accent2);
    border-radius: 100%;
}

#stylelist  li.active a:before {
    background: var(--navi-link-hov);
}





.thread-header {
    position: absolute;
    background: var(--head);
    width: 1100px;
    height: 483px;
    left: 0;
    border-radius: 20px;
    top: -589px;
    border: 1px solid var(--dark-bord);
}


#pun-status .container a, #pun-status .container strong {
    font-weight: 600 !important;
    color: var(--accent) !important;
}


.tclcon-links a b {
    font-weight: 400 !important;
}


.tclcon-links a {
    background: var(--sec-accent);
    color: var(--tab-text) !important;
    padding: 3px 10px 0;
    border-radius: 5px;
    letter-spacing: .3px;
    font-family: var(--sec-font);
    font-size: 9px;
    text-transform: uppercase;
    line-height: 14px;
}


.tclcon-links a:hover {
    background: var(--accent);
}



.tclcon-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
}

#pun-index td div.tclcon p {
    /*background: var(--bord);*/
    padding: 6px 15px;
    border-radius: 5px;
    font-family: var(--sec-font);
    margin-top: 4px;
    color: #000;
    font-size: 11px;
}


.partnrs {
    background: var(--cfoot);
    width: 100%;
    left: 0;
    position: absolute;
    margin: 30px 0 0 0;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--dark-bord);
}


.partnrs bnrs {
    display: flex;
    flex-wrap: wrap;
    height: 31px;
    overflow-y: auto;
    width: 1060px;
    gap: 10px;
}



.partnrs bnrs img {
    opacity: .4;
    filter: grayscale(.7);
    transition: all .7s ease-in-out 0s;
}
.partnrs bnrs img:hover {
    opacity: 1;
    filter: none;
}



#pun-stats .statsinfo {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

#pun-stats .statsinfo li {
    /* flex-basis: 0; */
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    background: var(--bord);
    padding: 3px 3px 2px 3px;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: .3px;
    border-radius: 5px;
}

#pun-stats .statsinfo li strong {
    font-weight: 400;
    font-family: var(--strong-font);
}





/***  СТАРЫЕ ПЛАШКИ ***/

.pl_one, .pl_two, .pl_three, .pl_four, .pl_five, .pl_six, .pl_seven, .pl_eight, .pl_nine, .pl_ten, .pl_eleven {
    width: 216px;
    overflow: hidden;
    height: 46px;
    border-radius: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #d8d5cf;
    background: linear-gradient(-45deg, #706e6791, #706e6791), url(https://forumstatic.ru/files/001c/39/c6/49093.webp) top center no-repeat;
    color: #efeeed;
}



.pl_one bq, .pl_two bq, .pl_three bq, .pl_four bq, .pl_five bq, .pl_six bq, .pl_seven bq, .pl_eight bq, .pl_nine bq, .pl_ten bq, .pl_eleven bq {
    font-family: var(--main-font);
    text-transform: lowercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .4px;
    color: #e7e7e7;
}


.pl_one sq, .pl_two sq, .pl_three sq, .pl_four sq, .pl_five sq, .pl_six sq, .pl_seven sq, .pl_eight sq, .pl_nine sq, .pl_ten sq, .pl_eleven sq {
    font-size: 10px;
    color: #e7e7e7;
}


.pl_four {
    background: linear-gradient(-45deg, #706e6791, #706e6791), url(https://forumstatic.ru/files/001c/39/c6/85406.webp) top center no-repeat;
}






.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;
}

.nmp p {
    font-size: 50px !important;
    font-family: var(--main-font);
}


#pun-searchposts .post h3 span, #pun-messages .post h3 span {
    width: auto;
}


.pj-str {
    display: flex;
    background: var(--base-bg);
    height: auto;
    width: 780px;
    margin: auto;
    padding: 20px;
    border: 1px solid var(--dark-bord);
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 10px;
    color: var(--dark-text);
    box-shadow: 4px 4px 30px #00000075;
}


.reveal-modal .close-reveal-modal {
    right: -44px;
}


.pj-one {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}


.pj-one god-or {
    background: var(--dark-bord);
    border: 1px solid var(--dark-bord);
    border-radius: 5px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 12px;
    margin: 0 20px;
}


.pl-and-text {
    border: 1px solid var(--bord);
    background: var(--base-bg2);
    border-radius: 10px;
    margin-top: -1px;
    height: 155px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pl-and-text text {
    display: block;
    padding: 20px 220px 0px 60px;
    font-family: var(--main-font);
    font-size: 10px;
    position: relative;
    height: 65px;
}


.pl-and-text text::before {
    content: '';
    background: url(https://forumstatic.ru/files/001c/6c/7d/12620.webp);
    width: 41px;
    height: 34px;
    position: absolute;
    left: 12px;
    filter: grayscale(1);
}

.pl-and-text pl {
    display: flex;
    margin: 0 20px;
    gap: 10px;
    width: 482px;
    /* border: 1px solid red; */
    overflow-x: auto;
}

.pj-av {
    position: absolute;
    right: 0;
}

.pj-av img {
    border-radius: 5px;
    border: 1px solid var(--dark-bord);
    width: 183px;
}


.pj-sec {
    border: 1px solid var(--bord);
    background: var(--base-bg2);
    border-radius: 10px;
    margin-top: 26px;
    height: 184px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}


.pj-sec span {
    background: var(--dark-bord);
    border-radius: 5px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 12px;
    margin: -12px 20px 0;
    width: 220px;
    text-transform: uppercase;
    flex-shrink: 0;
}


.tarot-and-bg {
    display: flex;
    margin: 0 20px 20px;
    gap: 20px;
}

.tarot-and-bg crds {
    flex-shrink: 0;
    /* border: 1px solid red; */
    height: 138px;
    overflow-x: auto;
    width: 430px;
    display: flex;
    overflow-y: hidden;
}

.tarot-and-bg crds img {
    height: 124px;
    transition: 1s;
}


.tarot-and-bg bg {
    flex-shrink: 0;
    /* border: 1px solid red; */
    height: 138px;
    overflow-x: auto;
    width: 240px;
    display: flex;
    overflow-y: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 7px;
}
.tarot-and-bg bg img {
    border-radius: 100%;
    width: 54px;
    height: 54px;
    object-fit: cover;
    object-position: center;
    border: 1px solid var(--bord);
    filter: grayscale(.4);
}


.pj-thr {
    border: 1px solid var(--bord);
    background: var(--base-bg2);
    border-radius: 10px;
    margin-top: 26px;
    height: 184px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}


.pj-thr span {
    background: var(--dark-bord);
    border-radius: 5px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 12px;
    margin: -12px 20px 0;
    width: 220px;
    text-transform: uppercase;
    flex-shrink: 0;
}


.collect-pj {
    position: relative;
    display: flex;
    gap: 20px;
    margin: 0 20px 20px;
    justify-content: space-between;
}


.collect-pj kart {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    height: 116px;
    overflow: auto;
    gap: 6px;
    width: 325px;
}

.collect-pj kart img {
width: 54px;
    height: 54px;
    object-fit: cover;
    object-position: center;}


.st-k sp, .ecs-k sp {
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 10px;
    color: var(--dark-bord);
    margin-bottom: 6px;
    display: block;
}


.pj-fr {
    background: var(--dark-bord);
    border-radius: 10px;
    margin-top: 26px;
    height: 114px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}


.pj-fr span {
    background: var(--dark-bord);
    border: 1px solid var(--accent);
    border-radius: 5px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 12px;
    margin: -12px 20px 0;
    width: 220px;
    text-transform: uppercase;
    flex-shrink: 0;
}


.gift-pj {
    display: flex;
    margin: 10px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
}


.gift-pj img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}




/*** ГОСТЕВАЯ ***/

.guestb p, .slov p, .anketa p {
    padding: 0 !important;
    line-height: normal !important;
}

.guestb, .anketa {
    background: var(--profile-bg);
    border: 1px solid #b09ca242;
    border-radius: 10px;
}


.sh_g {
    background: var(--navi-bg);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    font-family: var(--main-font);
    font-size: 50px;
    border-bottom: 1px solid var(--dark-bord);
    border-radius: 10px 10px 0 0;
    color: var(--tab-text);
}

.sh_g p strong {
    font-weight: 400;
}

.perseus {
    font-size: 13px;
    font-family: var(--main-font);
}


.infr_gb, .ank_osn, .ank_p {
    border-radius: 10px;
    /*font-family: var(--main-font);*/
    margin: 30px;
    font-size: 12px;
    background: var(--quote);
    padding: 15px 20px;
    border: 1px solid #cebec3;
}


.infr_gb p {
    padding: 0 !important;
    line-height: 170% !important;
}
.infr_gb p strong {
    font-weight: 600;
    font-style: italic;
    color: var(--accent);
}


.gface {
    display: flex;
    justify-content: center;
  /*  font-family: var(--main-font);*/
    margin: 20px;
    gap: 20px;
}

.gb_spis {
    /*font-family: var(--main-font);*/
    font: #d6d2cc;
    font-weight: 300;
    font-size: 10px;
    background: var(--quote);
    padding: 15px 15px;
    border: 1px solid #cebec3;
    flex: 1;
    border-radius: 10px;
}

.guestb .code-box {
    color: #000;
    background: var(--base-bg2);
    border: 1px solid #d6d2cc;
    margin: 30px !important;
}


.gbs {
    height: 150px;
    overflow-y: auto;
    margin-top: 6px;
}


.pa-fld4 {
    position: absolute;
    top: 80px;
    left: 2px;
    background: var(--dark-bord);
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #504f5f;
}


.pl_moon:before {
    content: "\f863";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    color: var(--navi-link);
}

.pl_sun:before {
    content: "\f185";
    font-family: 'Font Awesome 6 Pro';
}

.pl_star:before {
    content: "\f005";
    font-family: 'Font Awesome 6 Pro';
}

.slov {
    background: var(--base-bg) center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    border: 1px solid #ccbcbd;
    font-family: var(--main-font);
    font-size: 28px;
    padding: 10px;
    padding-bottom: 16px;
    border-radius: 10px;
    font-weight: 500;
    color: var(--base-bg2);
}

.slov2 {    font-family: var(--main-font);
    font-size: 12px;
}

.slov_text {
    background: var(--quote);
    border: 1px solid var(--bord);
    border-width: 1px;
    padding: 15px 25px;
    font-family: var(--sec-font);
    margin-top: 10px;
    border-radius: 10px;
}


.ank_name {
    display: flex;
    justify-content: center;
    margin: 20px 20px 0;
    font-family: var(--main-font);
    font-size: 26px;
    font-weight: 400;
    color: var(--tab-text);
}

.ank_q {
    font-family: var(--main-font);
    text-align: center;
    text-transform: lowercase;
    color: var(--tab-text);
}

.ank_img p {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 30px;
}


.ank_img {
    margin: 20px;}

.ank_f {
    margin: 0;
    font-family: var(--main-font);
    font-style: italic;
    font-weight: 400;
    color: var(--tab-text);
}

.ank_osn p {
    padding: 0 0 1em 0 !important;
    line-height: normal !important;
}




.anketa .quote-box {
    margin: 0 30px 30px!important;
}




.anketa .spoiler-box > blockquote.visible {
    padding: 20px;
}


.ank_img p img {
    border-radius: 10px;
}


.pa-fld1:before {
    content: "";
    display: block;
    background: #27253e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color;
}


.nmp {
    font-family: bizz;
    font-size: 60px;
}



.vale_post {
    position: absolute;
    /* border: 1px solid red; */
    top: -575px;
    left: 108px;
    width: 225px;
    font-family: var(--sec-font);
    font-size: 11px;
   /* letter-spacing: .4px;*/
    /* line-height: 17px; */
    font-weight: 400;
    text-align: justify;
    height: 88px;
    overflow-y: auto;
    padding-right: 10px;
    z-index: 99;
}


.vale_post a, .vale_post2 text a {
    letter-spacing: 0;
    color: var(--navi-link-hov) !important;
    font-weight: 600;
}


.vale_post a:hover, .vale_post2 text a:hover {
color: var(--tab-text) !important;
}


.vale_post2 {
    position: absolute;
    /* border: 1px solid red; */
    top: -252px;
    left: 775px;
    width: 225px;
    font-family: var(--sec-font);
    font-size: 11px;
    letter-spacing: .4px;
    /* line-height: 17px; */
    font-weight: 400;
    text-align: justify;
    height: 68px;
    overflow-y: auto;
    padding-right: 10px;
    z-index: 99;
}


.vale_post2 z {
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 11px;
    font-family: var(--main-font);
    display: block;
}

.vale_post2 text {
    height: 80px;
    /* border: 1px solid red; */
    overflow-y: auto;
    padding-right: 10px;
    letter-spacing: 0;
}




/*** Страница ***/

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #000000bf;
}
.reveal-modal {
	visibility: hidden;
	top: -600px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	}
.reveal-modal.small     { width: 200px; margin-left: -140px;}
.reveal-modal.medium     { width: 400px; margin-left: -240px;}
.reveal-modal.large     { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge     { width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}

.menu span {
    cursor: pointer;
    display: block;
    margin: 7px 0;
    padding: 11px;
    text-align: left;
    width: 150px;
}
.menu-links {
    float: left;
    margin-right: 15px;
}
#submenu {
    display: inline-block;
}
#submenu, .menu span {
        border-radius: 5px;
	background: #efeff0;
}
.menu .tabactive {
	color: #000000;
        background: #777777;
}
#submenu {
	padding: 7px;
	height: 180px;
	font-size: 12px;
	width: 595px;
}    
.submenutext {
	display: none; 
	height: 40px;
}

.modal_wrap info {
    display: flex;
    background: url(https://forumstatic.ru/files/001c/6c/7d/52980.webp) center/cover;
    height: 375px;
    width: 770px;
    margin: auto;
    padding: 0;
    border: 1px solid #cac5bd;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    color: var(--dark-text);
}

.tabs {
    font-size: 0;
    width: 730px;
    margin-top: -21px;
}

  .tabs>input[type="radio"] {
    display: none;
  }
.tabs>div {
    display: none;
    padding: 20px 0px;
    font-size: 14px;
    font-family: var(--main-font);
    height: 280px;
    overflow: hidden;
}

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3,
  #tab-btn-4:checked~#content-4 {
    display: block;
  }

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: var(--bord);
    border: 1px solid #afa5a8;
    padding: 2px 8px;
    font-family: var(--main-font);
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    width: auto;
    font-weight: 300;
    margin: 0 10px 0 0;
}

.tabs>input[type="radio"]:checked+label {
    background-color: var(--accent);
    color: var(--tab-text);
    border: 1px solid #8b4c5e;
}


#vkl {
    position: relative;
}

.pers_q {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: right;
    line-height: 20px;
    font-family: var(--main-font);
    margin: 20px 50px 20px 0;
}

.sh_str {
    display: flex;
    background: #cdc4c880;
    border-bottom: 1px solid #afa5a8;
    margin: -20px -20px 20px;
    align-items: center;
    width: 100%;
}


.pers_ph img {
    width: 100px;
    border-radius: 100%;
    border: 1px solid #74535e;
    box-shadow: 0px 0px 25px #9383876b;
}


.pers_ph {
    margin: 20px 50px;
}


#vklk {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


.vkl_pl {
    display: flex;
    gap: 10px;
    overflow-y: auto;
    flex-direction: row;
    flex-wrap: wrap;
    /* flex: 1; */
    height: 165px;
    width: 220px;
    padding-right: 10px;
}


.vkl_ccrd {
    display: flex;
    gap: 10px;
    overflow-y: auto;
    /* flex: 1; */
    height: 165px;
    width: 550px;
    padding-right: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}


.vkl_ccrd img {
    width: 100px;
}



.trt_not, .coll_not {
    opacity: .3;
}


.vkl_coll img {
    width: 50px;
    margin: 0 10px 10px 0;
}



#vkl_s {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}


.vkl_coll {
    display: flex;
    gap: 10px;
    background: #dcd9d6;
    border: 1px solid #cac5bd;
    border-radius: 0 10px 10px 0;
    height: 170px;
}


.vkl_coll tit {
    background: #e7e6e4;
    color: #000000 !important;
    font-size: 12px;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    width: 20px;
    display: flex;
    align-items: center;
    /* padding: 15px 0; */
    font-weight: 400;
    letter-spacing: .5px;
    justify-content: center;
    border-left: 1px solid #cac5bd;
}


.vkl_coll kart {
    display: block;
    overflow-y: auto;
    margin: 15px 10px;
}

.vkl_gift {
    display: flex;
    gap: 10px;
    background: var(--quote);
    border: 1px solid #afa5a8c2;
    height: 170px;
    flex-direction: column;
}



.vkl_gift tit {
    background: #e7e6e4;
    color: #000000 !important;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
    font-weight: 400;
    letter-spacing: .5px;
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #cac5bd;
}


.vkl_gift kart img {
    width: 50px;
    margin: 0 10px 10px 0;
}


.vkl_gift kart {
    display: block;
    overflow-y: auto;
    margin: 15px 10px;
}




/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
/*Стиль доп-иконки Выход!*/ 
#pun-navlinks a#New-exit {
  background: transparent!important; 
  position:absolute;
  z-index:100000!important;
  margin-top: 5px !important;
  margin-left: 22px !important;
  display:inline-block!important; 
}
#pun-navlinks #New-exit img {
    position: absolute;
    width: 18px;
    height: auto;
    opacity: .74;
    transition: .63s;
    filter: brightness(1) invert(0) sepia(0) saturate(100%) hue-rotate(208deg);
}
#pun-navlinks #New-exit:hover img{
transition: .63s;
 opacity: .42;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 1px solid #5D6755;
text-rendering: auto; 
color: #000000!important;  
margin-top: 4px!important;
margin-bottom: 3px!important;
border-radius: 5px; 
letter-spacing: 0.2; 
word-spacing: normal; 
text-transform: none; 
text-indent: 0px; 
text-shadow: none; 
display: inline-block!important; 
text-align: center;
box-sizing: border-box;
height:20px;
width:67px;
width: 110px;
padding: 4px;
font: normal normal 400 11px/normal Verdana!important; rgb(250, 255, 189)
background-color: rgba(250,255,189,.88);
}
.punbb #form-login #fld1:empty,#form-login #fld2:empty,
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: #d4d4d4;
} 
.punbb #pun-navlinks #form-login input[type="submit"] {
    margin: 13px 0 2px!important;
    box-sizing: border-box;
    height: 23px;
    width: 67px;
    font-size: 13px!important;
    color: var(--tab-text) !important;
    background: var(--accent) !important;
    border: none;
    text-align: center;
    padding: 0 12px 0!important;
    border-radius: 4px;
    font-family: Verdana!important;
    font-weight: 700!important;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    font-family: var(--sec-font) !important;
}
.punbb #pun-navlinks #form-login input[type="submit"]:hover{
  opacity:0.6;
}

/*Стиль формы входа */
.punbb #pun-navlinks #form-login >*,
.punbb #pun-navlinks #form-login {
  box-sizing:content-box;
}
.punbb #pun-navlinks #form-login {
    background: var(--quote);
    min-height: 183px;
    border: 1px solid var(--bord);
    border-radius: 0px 0px 6px 6px;
    color: var(--text);
    display: block;
    font: 11px "Verdana";
    left: 0px;
    padding: 8px 12px;
    margin: 1px 0;
    position: absolute !important;
    text-align: center;
    word-spacing: normal;
    white-space: normal;
    text-transform: none;
    letter-spacing: 0.2px!important;
    top: 8px;
    width: 122px;
    z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -30px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -30px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -30px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
 margin: 11px 0;
} 
.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 200 10px/normal Verdana!important; 
letter-spacing: 0.4!important; 
display:inline;
background: none!important;
padding: 0 0 0 3px!important;
color: #76333C!important;
font-size: 9px!important;
/*text-shadow: 1px 1px 1px rgba(40, 52, 61, 0.39);*/
}
.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; 
} 
/*Форма слева(с Никами) */ 
#List-UserNames {
    position: absolute;
    margin-top: -9px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: var(--quote);
    text-align: center;
    border: 1px solid var(--bord);
}
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding: 0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
    display: block!important;
    background: var(--accent);
    text-transform: none!important;
    text-align: left;
    padding-left: 5px!important;
    margin: 1px auto!important;
    padding: 2px 0 0;
    transition: .33s;
    font-family: var(--sec-font);
    font-size: 13px;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#83693E!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b {
    cursor: pointer;
    opacity: 1;
    color: #fffefe;
}
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 3px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #393A38; 
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #C0BFBD;
border: 0px solid #d7d8d9; 
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; 
} 
#pun:not(.isguest) #navlogout .Rega, 
#pun:not(.isguest) #navlogout .Forgot { 
display:none!important; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#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 #5D6755!important; 
text-shadow: none!important; 
color:#333!important;
background-color: #D4D4D4;
font: normal normal 400 11px/normal Verdana!important; 
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */ 
margin-top: 9px; 
padding: 2px !important; 
vertical-align: middle; 
} 
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #000000;
} 
/*Кликалка слева, чуть выше инпута*/ 
#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 Verdana!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/



.punbb .post-rating a {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: var(--text) !important;
    gap: 5px;
}



.punbb .post-rating a:before {
    content: "\f004";
    font: 10px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .4s linear 0s;
    color: var(--accent);
}


.punbb .post-rating p, .punbb .post-vote {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font: 300 8px/100% var(--sec-font);
    padding: 2px 10px !important;
    margin: 0 !important;
    background: var(--quote);
    align-self: stretch;
    border-radius: 5px;
    color: var(--text);
}

.punbb .post-rating {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}



.rait_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row-reverse;
}



.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
    color: var(--text2);
}

.punbb .post-rating a:hover:before {
    color: var(--text1) !important;
}

.pa-fld1 {
    width: 238px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #26253e 100%);
    -webkit-mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #282540 100%);
    overflow: hidden;
    filter: grayscale(.4);
    border-radius: 8px;
}

.pa-fld1 img {
    vertical-align: text-bottom !important;
}

.proffl {
    /*background: #2524327a;*/
    /*background-color: rgba(37, 35, 39, 0.2);*/
    padding: 5px;
    margin: 5px 10px;
    border-radius: 6px;
    backdrop-filter: blur(20px);
}

.pa-fld2 .lzname {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 4px;
}


.pa-fld3 {
    display: flex;
    justify-content: center;
    align-items: center;
}


.plashtex {
    position: relative;
    width: 216px;
    margin-top: 0;
    text-align: center;
    height: 44px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.plashtex div {
    position: relative;
    width: 216px;
    height: 44px;
}


.plashtex div img {
    filter: grayscale(1);
    width: 216px;
    border-radius: 5px;
    position: relative;
    height: 44px;
    vertical-align: text-bottom !important;
}


.plashtex span {
    position: absolute;
    text-align: center;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    color: var(--tab-text);
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 8px;
    border-radius: 4px;
    letter-spacing: 0;
    padding: 2px 16px;
    flex-direction: column;
    backdrop-filter: blur(9px);
    line-height: 13px;
    letter-spacing: .5px;
    background: var(--dark-bord);
}

.plashtex div:after {
    border-radius: 5px;
    content: "";
    background: #201e33; /*#27253e;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}


.wrapl {
    display: flex;
    justify-content: center;
    margin: 10px;
    gap: 10px;
    flex-direction: row;
}


.pa-respect img {
    display: none !important;
}


.pa-fld2 .lzinfo {
    text-align: center; /*justify;*/
    font-family: var(--sec-font);
    font-size: 11px;
    margin: 10px 0 6px;
    border-bottom: 1px dotted #454266;
    padding-bottom: 6px;
}

#pun-index .category tr.inew {
    background: linear-gradient(45deg, #a9a8a142, transparent), var(--podf);
    box-shadow: 12px 9px 15px #b3b2ac3d;
    border: 1px solid #b3b1a6;
}



#pun-index .category tr.inew div.tclcon p {
/*background: #c4c3bb;*/
}



/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    width: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
    position: absolute;
    top: -137px;
    left: 30px;
    height: 30px;
    z-index: 100;
    /* border: 1px solid red; */
    background: var(--plash-tab);
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    border: 1px solid var(--dark-bord);
    border-width: 1px 1px 0 1px;
}


/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
    left: 30px;
    position: absolute;
    top: -256px;
    text-align: center;
    z-index: 999;
    width: 224px;
}
.sslka {
    justify-content: space-evenly;
    background: #201e3487;
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    gap: 10px;
    /* transition: all 0.3s linear 0s; */
    font-weight: 400;
    background: var(--dark-bord);
    text-transform: lowercase;
    flex: auto;
    padding: 4px 15px 5px;
    font-size: 11px;
    font-family: var(--main-font);
    color: var(--tab-text);
    letter-spacing: .5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background: var(--accent);
    color: #fff;
}



.best_ep, .best_ep2 {
    position: absolute;
    top: -393px;
    left: 0;
    width: auto;
    height: 28px;
    display: flex;
    text-transform: lowercase;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-family: var(--main-font);
    z-index: 99;
    background: var(--plash-tab);
    border-radius: 0 6px 6px 0;
    min-width: 200px;
    border: 1px solid var(--dark-bord);
    max-width: 300px;
    padding: 3px 10px;
}

.best_ep2 {
    right: 0;
    left: auto;
    border-radius: 6px 0 0 6px;
}


.vale_info {
    position: absolute;
    /* border: 1px solid red; */
    left: 503px;
    width: 100px;
    text-align: center;
    font-size: 11px;
    font-family: var(--main-font);
    top: -174px;
    z-index: 99;
    letter-spacing: .5px;
    height: 59px;
    display: flex;
    align-items: center;
}

.anim-head {
    position: absolute;
    top: -563px;
    z-index: 9;
    left: 409px;
    width: 286px;
    height: 286px;
}


@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.rotating-image {
  display: inline-block;
  transition: transform 0.5s ease;
}

wheel:hover .rotating-image {
  animation: spin 2s linear infinite;
}


.title-head {
    background: url(https://forumstatic.ru/files/001c/84/ca/92158.webp);
    width: 577px;
    height: 263px;
    position: absolute;
    top: -449px;
    z-index: 99;
    pointer-events: none;
    left: 182px;
}






.dark .title-head {
    display: none;
}

.dark .anim-head {
    display: none;
}


.thread {
display: none;
}

.dark .thread {
    z-index: 99;
    display: block;
    width: 410px;
    height: 553px;
    position: absolute;
    top: -635px;
    left: 333px;
}


.dark .thread-s {
    width: 410px;
    height: 553px;
}

.dark .thread-s span {
    display: block;
    background: url(https://forumstatic.ru/files/001c/3f/1b/68310.gif) repeat, #d3c885;
    background-blend-mode: overlay;
    mask: url(https://forumstatic.ru/files/001c/84/ca/10527.webp) no-repeat center top;
    -webkit-mask: url(https://forumstatic.ru/files/001c/84/ca/10527.webp) no-repeat center top;
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 100%;
    height: 100%;
}







.dark #pun-index .category tr.inew {
    background: linear-gradient(45deg, #e6ecdc, transparent), var(--podf);
    box-shadow: 12px 9px 15px #e6ecdc;
    border: 1px solid #ced7bc;
}


.dark .tclcon-links a {
    color: var(--base-bg2) !important;
}


.dark #pun-index td div.tclcon p {
   /* background: #dde5d0;*/
}

.dark #pun-index .category tr.inew div.tclcon p {
  /*  background: #d8e1cd;*/
}


.dark #pun-index .category h2 span, .dark #pun-stats h2 span {
 /*   color: var(--modal-background);*/
}


.dark .pa-fld1:before {
    content: "";
    display: block;
    background: #caddaa;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: hard-light;
}

.dark .pa-author a {
    background: var(--bord);
}


.dark .proffl {
    background: #dee2d48c;
}

.dark .pa-fld4 {
    border: 1px solid #d2d8c8;
}

.dark .pl_moon:before {
    color: #edf2e3;
}

.dark .punbb .post .post-author {
    color: #000;
}


.dark .punbb .post .post-author a {
    font-weight: 400;
    color: var(--navi-link);
}

.dark .punbb .post .post-author a:hover {
    font-weight: 400;
    color: var(--navi-link-hov);
}


.dark .plashtex div:after {
    border-radius: 5px;
    content: "";
    background: #ccd9b6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}

.dark .punbb .quote-box cite, .dark .punbb .code-box strong.legend {
    color: #faffef;
    background: var(--dark-bord);
}


.dark .sslka {
    background: #dfe6d25c;
}

.dark .go-up, .dark .go-down {
background: url(https://forumstatic.ru/files/001c/84/ca/54635.webp);
width:77px;
height:77px;
    transform: rotate(0deg);
transition: transform 0.5s ease;
}
.dark .go-up:hover, .dark .go-down:hover {
    transform: rotate(45deg);
}
#profile-right #pa-fld4 strong a .pl_moon:before {
color: var(--accent);
}
.dark #profile-right #pa-fld4 strong a .pl_moon:before {
    color: var(--modal-color);
}



.dark .slov {
    background: var(--podf);
    color: var(--tab-text);
}

.dark .guestb {
    background: var(--bord);
    border: 1px solid #b09ca242;
    border-radius: 10px;
}


.resp_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row-reverse;
}



.dark #pun-navlinks #New-exit img {
    filter: brightness(1) invert(0) sepia(0) saturate(100%) hue-rotate(118deg);
}


.dark .punbb #pun-navlinks #form-login input[type="submit"] {
    color: var(--modal-background) !important;
    background: var(--accent) !important;
}



#profile-right #pa-fld2 {
    width: 100%;
    order: 1;}



#profile-right .pl_moon {
padding: 0 !important;
}


#profile-signature ul {
    border: none !important;
}