/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1765001683.css);

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');


@font-face {
  font-family: 'asther';
  font-style: normal;
  font-weight: 400;
  src: url('https://forumstatic.ru/files/001c/99/15/36194.ttf') format('truetype');
}


:root {
    --base-bg: #353535 url(https://forumstatic.ru/files/001c/99/15/21380.jpg);
    --base-bg2: #d1cac2;
    --text: #1e1c1d;
    --sec-text: #393536;
    --accent: #7d3038;
    --accent2: #4c3031;
    --navi-link: #dab37c;
    --navi-link-hov: #eadece;
    --main-font: arsenal;
    --sec-font: asther;
    --head: url(https://forumstatic.ru/files/001c/99/15/76768.jpg);
    --head-top: url(https://forumstatic.ru/files/001c/99/15/36744.jpg);
    --profile-bg: url(https://forumstatic.ru/files/001c/99/15/43858.jpg);
    --quote: #c6beb4;
    --bord: #b5ada0;
    --name-bg: url(https://forumstatic.ru/files/001c/99/15/80026.png);
    --tab-text: #ebd9c0;
    --cfoot: url(https://forumstatic.ru/files/001c/99/15/18228.jpg);
    --pf-bg: #d7d2cc;
    --tab-link: #ed9969;
    --gold-bord: #7e694d;
    --html-bg: url(https://forumstatic.ru/files/001c/99/15/60429.jpg);
    --html-bg2: url(https://forumstatic.ru/files/001c/99/15/10069.jpg);
}

body.dark {
    --base-bg2: #b1aba3;
    --text: #0e0d0e;
    --sec-text: #2b2728;
    --quote: #b9b3ab;
    --bord: #a79f91;
    --pf-bg: #b9b3ab;
    --gold-bord: #7e694d;
}

/* 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: 5px;
}

/* 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: 1056px;
    margin-top: 70px;
    margin-bottom: 50px;
    background: ;
    position: relative;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}

/* 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: 13px;
    font-family: var(--main-font);
    text-transform: lowercase;
    font-style: normal;
    letter-spacing: 0;
    display: inline-flex;
    color: var(--base-bg2);
    margin: 0px 0 10px 0px;
    padding: 2px 20px 3px;
    border-radius: 5px;
    background: var(--accent);
}

.punbb .code-box strong.legend a {
    color: var(--base-bg2) !important;
}

.punbb .code-box strong.legend a:hover {
    color: var(--quote) !important;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    font-size: 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: 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: 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;
  }

/* C2.8 названия подфорумов*/ 
#pun-index .tcl h3 {
    font-family: var(--main-font);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}

#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: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 4px;
    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;
    background: #c6beb48f;
    border-radius: 6px;
    z-index: 0;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 10px;
}


/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 400 11px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 260px;
    padding: 3px 15px;
    border: 1px solid var(--bord);
    width: auto;
    text-transform: lowercase;
    border-radius: 5px;
    gap: 10px;
    margin-right: 20px;
    margin-left: 20px;
    box-shadow: 0px 9px 10px #b5ada04f;
}


/* 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: 0 0 10px -10px;
    font-family: var(--main-font);
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    background: var(--profile-bg) center/cover;
    border: 1px solid var(--gold-bord);
    box-shadow: 5px 5px 10px #17121224;
    border-radius: 4px;
    color: var(--base-bg2);
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}

/* C3.7 */
.pa-author {
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    align-items: center;
    margin: 30px 30px 0;
    display: flex;
    gap: 10px;
    background: var(--accent2);
    justify-content: center;
    border: 1px solid var(--gold-bord);
    border-width: 1px 1px 0 1px;
    border-radius: 3px 3px 0 0;
    padding: 4px 10px 3px;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    font-size: 13px;
    color: var(--navi-link) !important;
    padding-left: 0;
    font-family: var(--main-font);
}

.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: 0 5px;
    text-transform: lowercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 230px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 20px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
}

/* C3.15 */
.punbb .post-links ul {
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    padding: 0;
    margin: 10px 10px 10px 0;
}

/* 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(--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 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: -50px;
    width: 100%;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin: 0;
    padding: 0;
    margin-top: 0;
    top: 13px;
    position: absolute;
    width: 100%;
}

/* D4.2 */
#pun-ulinks .container {
    /* border: 1px solid red; */
    padding: 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(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    text-transform: none;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin: 8px 0px;
}


#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;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    text-transform: none;
    background: var(--pf-bg);
    border-radius: 6px;
    box-shadow: 0px 0px 20px #bdb4ab94;
    margin-top: 8px;
}

/* 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: 0;
    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%;}

#pun-about p span {
    display: block;
    margin-top: 42px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
    /* position: absolute; */
    width: 100%;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    height: auto;
    padding: 0;
    background: transparent;
    margin-top: 19px;
}

/* 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;
    -webkit-text-size-adjust: 100%;
    display: flex;
    padding: 0 !IMPORTANT;
    justify-content: center;
    gap: 0;
    text-transform: none !important;
    position: relative;
    margin: 0;
    flex-direction: column;
    z-index: 9;
    background: var(--base-bg) center/cover;
    border: 1px solid var(--gold-bord);
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000038;
    align-items: center;
}

#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    font-size: 34px !important;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 10px;
    text-shadow: 0px 0px 1px #c2ab82, 0px 0px 20px #1c0f10;
    color: #dbb47e;
    align-items: center;
    overflow: hidden;
    height: 42px;
}

#pun-index .category table tr {
    margin: 10px 0;
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    align-items: center;
    position: relative;
    padding: 15px 0;
    background: var(--pf-bg);
    border-radius: 4px;
    box-shadow: 0px 0px 20px #bdb4ab94;
}

#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}


.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;
    border-radius: 6px;
}

.forum thead {
    display: none;
}





.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}


.reactions-root {
    display: none;
}




#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--main-font);
    text-transform: uppercase;
}

 #pun-main h2 span {
    font-size: 0px;
}

#html-header {
    color: var(--tab-text);
}

.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}






#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


#pun .answer-box, #pun .code-box, #pun .hide-box {
    padding: 15px 20px !important;
    position: relative;
}


#pun-admain .adlabel {
    width: 18em !important;
}

#pun-index .tcl h3 a {
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #7d3038;
}


#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);
    padding: 0px 20px;
    height: 28px;
    border: 1px solid var(--bord);
    border-radius: 4px;
    background: var(--pf-bg);
}


#pun-searchposts  .post .post-author {
    margin: -26px 0px 0px 0px;
}


.post-content .spoiler-box > div {
    background: transparent !important;
    position: relative;
    padding: 10px;
    font-family: var(--main-font);
    font-size: 13px;
}

.spoiler-box {
    padding: 0 !important;
}

.post-rating p a:after {
    content: "\f004";
    margin-left: 5px;
    font-family: FontAwesome !important;
    font-weight: normal;
    color: var(--accent);
    font-size: 13px !important;
}

#pun .post-rating a {
    color: var(--text);
    font-size: 11px !important;
    display: flex;
    align-items: center;
    font-family: var(--main-font);
}

.post-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px !important;
    position: relative;
    float: right;
    z-index: 8;
    border: none !important;
    width: 30px;
    height: 26px;
}



.post-rating p a:hover:after {
    color: var(--sec-text);
}

#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 26px;
    height: 26px;
    margin: 5px 0px 5px 0px;
}


#pun-index .category table tr td {
padding: 0;
}

.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name {
font-size: 0px}


.pa-posts .fld-name:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 10px;
    color: var(--accent);
}
.pa-respect .fld-name:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 10px;
    color: var(--accent);
}

.pa-fld4 .fld-name:before {
    content: '\f52d';
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    color: var(--accent);
    font-weight: 600;
}


.pa-respect span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    /* border: 1px solid red; */
}

.pa-posts span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -12px;
    /* border: 1px solid red; */
}


.punbb .post-content .scrollbox {
    width: 100%;
    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 {
    content: '\f070';
    font-family: 'FontAwesome';
    font-size: 11px;
    transition: all .5s ease-in-out 0s;
    align-items: center;
    margin-right: 10px;
    color: var(--sec-text);
    opacity: .5;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f06e';
    opacity: 1;
}


#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;
}



#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(--profile-bg) center/cover;
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: var(--base-bg2);
    border-right: 1px solid var(--bord);
}


#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}

#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: var(--base-bg2);
}

#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: none;
    margin-bottom: 0.8em;
    background: var(--head);
    height: 2px !important;
    box-shadow: 0px 0px 0px 1px var(--accent);
}

#pun-index .datetime, #pun-index .byuser {
    font-size: 13px;
    font-weight: 400;
    color: var(--sec-text);
    text-transform: lowercase;
}

#html-header a {
    color: var(--tab-link);
}

#html-header a:hover {
    color: var(--tab-text);
}


.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
    margin: 0 0.3em;
    accent-color: var(--accent);
}



#post-form .container {
    padding: 0;
}



.tcr-wrap {
    display: flex;
    flex-direction: column;
    text-transform: none;
    gap: 2px;
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


.Add {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 11px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: var(--text);
    font-weight: 300;
    font-style: normal;
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
    position: relative;
    display: block;
    font-weight: 600;
    content: '\f07b';
    font-size: 11px;
    font-family: 'FontAwesome';
    color: var(--accent2);
}
.mssg:before {
    position: relative;
    display: block;
    content: '\f27a';
    font-weight: 600;
    font-size: 11px;
    font-family: 'FontAwesome';
    color: var(--accent2);
}

.Tems_And_messages {
    display: flex;
    gap: 6px;
    align-items: center;
}


#pun-stats .statsinfo {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

#pun-stats .statsinfo li {
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 0;
    color: var(--text);
    font-size: 12px;
    background: var(--quote);
    padding: 2px 10px;
    border-radius: 10px;
}


.forum .tclcon > a, .forum .tcr a {
    display: block;
}


.forum .tclcon .byuser:before {
    content: 'создал:';
    color: var(--sec-text);
    opacity: .7;
}


.forum .intd {
    display: flex;
    align-items: center;
}


.forum .tcr .byuser:before {
    content: 'последнее сообщение от:';
    color: var(--sec-text);
    opacity: .7;
}


.pagelink, .new-poll a, .new-topic a, .postlink span a {
    background: var(--quote);
    padding: 5px 10px;
    text-transform: lowercase;
    border-radius: 5px;
    font-size: 10px;
    font-family: var(--main-font);
    color: var(--text);
}



.pagelink strong {
    background: var(--base-bg2);
    padding: 1px 4px 1px 3px;
    border-radius: 3px;
    border: 1px solid var(--bord);
}


.post h3 span a {
    font-weight: 700;
    color: var(--accent) !important;
}

.post h3 span a:hover {
    color: var(--text) !important;
}

.author-wrap {
    background: #4c30315e;
    margin: 0 14px;
    padding: 5px;
    border-radius: 3px;
    backdrop-filter: blur(5px);
    border: 1px solid #4c30319c;
}

.wrap-resp {
    gap: 6px;
    display: flex;
    justify-content: center;
    margin: 10px 20px;
}

.pa-posts, .pa-respect, .pa-fld4 {
    display: flex;
    -webkit-backdrop-filter: blur(10px);
    font-size: 10px;
    padding: 6px 8px 2px;
    /* height: 30px; */
    font-weight: 400;
    background: #00000008;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name {
    display: flex !important;
    justify-content: center;
    width: 100%;
    height: 7px;
    align-items: center;
}


tr.inew div.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    background: url(https://forumstatic.ru/files/001c/99/15/15697.png);
    height: 74px;
    width: 77px;
    float: right;
}

.punbb .formal fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    font-family: var(--main-font);
}



span.qc-post-link {
    margin: 1px 10px;
}


span.closedatafield, span.stickytext {
    display: none;
}

#pun-modviewforum tr.inew div.icon {
    display: none;
}


#pun-index .category h2 seid {
    border-radius: 3px;
    color: var(--sec-text);
    font-family: var(--main-font);
    font-size: 10px;
    letter-spacing: 0;
    background: #dddddd;
    padding: 3px 10px;
    box-shadow: 0px 0px 10px #17121212;
}


#pun-stats h2 {
    display: flex;
    justify-content: center;
    margin: 0;
}

.punbb.punbb-admin {
    background: var(--base-bg2);
    border-radius: 5px;
    padding: 40px 30px 30px;
    color: var(--text);
    border: 1px solid var(--gold-bord);
    margin-top: -69px;
}



/*Плашки*/
.html-box {
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    background: var(--cfoot);
    margin: 0 20px;
    height: 50px;
    border-radius: 0 0 5px 5px;
    border: var(--gold-bord) 1px solid;
    border-width: 0 1px 1px 1px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    align-items: center;
    padding: 0 14px;
}

.html-box a {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    padding: 5px 13px 5px 6px;
    text-transform: uppercase;
    color: var(--navi-link) !important;
    background: var(--accent2);
    font-family: var(--main-font);
    justify-content: center;
    border: 1px solid var(--gold-bord);
}

.html-box a p.one {
    font-weight: 600;
    font-size: 11px;}

.html-box a:hover {
    background: var(--accent);
    box-shadow: 0px 0px 10px #7e694d6e;
}

.html-box a data {
    background: var(--gold-bord);
    padding: 1px 6px;
    font-size: 10px;
    border-radius: 10px;
    font-family: var(--main-font);
    color: var(--tab-text);
    transition: all .7s ease-in-out 0s;
}

.html-box a:hover data {
    background: var(--accent2);
}

#pun-crumbs1 p.container, #pun-crumbs2 p.container {
    font-size: 13px;
    color: var(--text);
}



#pun-main{
    background: var(--base-bg2);
    border-radius: 5px;
    padding: 30px;
    color: var(--text);
    border: 1px solid var(--gold-bord);
    margin-top: 0;
}

#pun::before {
    content: ' ';
    position: absolute;
    width: 1080px;
    top: 44px;
    left: 50%;
    height: calc(100% - 200px);
    transform: translateX(-50%);
    z-index: -1;
    padding: 5px;
    backdrop-filter: blur(4px);
    border: 1px solid #7b626238;
    border-radius: 5px;
    box-shadow: 0px 0px 11px #2e2a2b70;
}


/*Шапка*/
.header-bg {
    background: var(--head-top);
    width: 1018px;
    height: 348px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    border-radius: 3px;
}


#pun-index .category tr.inew {
    background: var(--pf-bg);
    border: 1px solid var(--bord);
}


.brightn {
    display: flex;
    justify-content: center;
    gap: 7px;
    background: var(--cfoot);
    margin: -112px 20px 0;
    height: 82px;
    border-radius: 0 0 5px 5px;
    border: var(--gold-bord) 1px solid;
    border-width: 0 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    position: absolute;
    width: 1016px;
    z-index: -1;
}

.brightn span {
    background: var(--accent2);
    font-family: var(--main-font);
    color: var(--navi-link);
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 30px;
    border-radius: 5px;
    border: var(--gold-bord) 1px solid;
    margin-top: 81px;
}


.go-up, .go-down {
    background: var(--accent2);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: var(--tab-text);
    box-shadow: 5px 0px 9px #4f3133;
    backdrop-filter: blur(8px);
    border: 1px solid var(--gold-bord);
}

.go-up span, .go-down span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.go-up span:after {
    content: '\f102';
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
}

.go-down span:after {
    content: '\f103';
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
}



/*Табличное*/

.act-tab {
    height: 108px;
    position: absolute;
    top: 434px;
    /* border: 1px solid red; */
    width: 1056px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.activees, .activees-post, .activees-f {
    height: auto;
    width: 182px;
    display: flex;
    gap: 10px;
    z-index: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.activees-ep, .activees-cp {
    height: auto;
    width: 148px;
    display: flex;
    gap: 10px;
    z-index: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.activees div, .activees-post div, .activees-f div {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px #7a654a;
}
.activees-ep div, .activees-cp div {
    position: relative;
    width: 148px;
    height: 54px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px #7a654a;
}
.activees img, .activees-ep img, .activees-post img, .activees-cp img, .activees-f img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.activees div:after, .activees-ep div:after, .activees-post div:after, .activees-cp div:after, .activees-f div:after {
    content: "";
    background: var(--accent);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s linear 0s;
    opacity: .5;
}
.activees div:hover img, .activees-ep div:hover img, .activees-post div:hover img, .activees-cp div:hover img, .activees-f div:hover img {
    filter: grayscale(100%);
}

.activees div:hover:after, .activees-ep div:hover:after, .activees-post div:hover:after, .activees-cp div:hover:after, .activees-f div:hover:after {
    opacity: 0;
}
.activees span, .activees-ep span, .activees-post span, .activees-cp span, .activees-f span {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0;
    font-family: var(--main-font);
    width: 100%;
    color: var(--base-bg2);
}


img.act-star {
    margin-top: -22px;
    width: 22px;
}



#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;}











/* Навигация */
.accordion {
    /* border: 1px solid red; */
    position: absolute;
    z-index: 9;
    top: 386px;
    left: 19px;
    display: flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    width: 286px;
}

.accordion-btn, .accordion-btn2 {
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px 4px 0 0;
    font-family: var(--main-font);
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 20px;
    text-transform: uppercase;
    color: #f9d4a0 !important;
    background: var(--accent2);
    justify-content: center;
    border: 1px solid var(--gold-bord);
    border-width: 1px 1px 0 1px;
}
.accordion-btn.active, .accordion-btn2.active {
    color: var(--bord);
}
.accordion-content, .accordion-content2 {
    display: none;
    border-radius: 5px;
    position: absolute;
    top: -129px;
    width: 286px;
    z-index: 9999999;
    left: 0;
    backdrop-filter: blur(13px);
    border: 1px solid var(--gold-bord);
    box-shadow: 0px 0px 20px #00000030;
}
        .accordion-content.active, .accordion-content2.active {display: block;}
.content-grid, .content-grid2 {
    padding: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.menu-link {
    text-align: center;
    color: var(--base-bg2) !important;
    padding: 3px 6px;
    border-radius: 4px;
    font-family: var(--main-font);
    display: flex;
    justify-content: center;
    font-size: 12px;
    text-transform: lowercase;
    background: var(--accent2);
    flex: auto;
}


.menu-link:hover {
    background: var(--accent);
}


.header-name {
    background: var(--name-bg) no-repeat center top;
    width: 1056px;
    height: 147px;
    position: absolute;
    top: 320px;
    z-index: 9;
    pointer-events: none;
    /* border: 1px solid red; */
    align-items: center;
    text-align: center;
}


.header-name span {
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 9px;
    display: block;
    margin-left: -224px;
}

.accordion2 {
    /* border: 1px solid red; */
    position: absolute;
    z-index: 9;
    top: 386px;
    right: 19px;
    display: flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    width: 272px;
}


.accordion-content2 {
    width: 272px;
    left: 0;
}

.content-grid2 {
    font-family: var(--main-font);
    font-size: 12px;
}


.ques2 {
    display: flex;
    gap: 10px;}



/*Городские плашки*/
.brightoncity span:before {
content: '';
}
.pa-fld2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    /* border: 1px solid red; */
    left: -9px;
    gap: 10px;
    margin-top: 47px;
}

.pa-fld2 .brightoncity {
    cursor: pointer;
    background: var(--accent2);
    border-radius: 50%;
    font-family: var(--main-font);
    text-transform: uppercase;
    width: 19px;
    height: 19px;
    border: 1px solid var(--gold-bord);
    box-shadow: 0px 0px 5px #0000004d;
    font-size: 11px;
}

.pa-fld2 .neworleanscity {
    background: var(--gold-bord);
    border-radius: 50%;
    font-family: var(--main-font);
    text-transform: uppercase;
    width: 19px;
    height: 19px;
    border: 1px solid #977c59;
    box-shadow: 0px 0px 5px #0000004d;
    font-size: 9px;
    color: var(--base-bg2);
    text-shadow: 0px 0px 5px #000;
}

.pa-fld2 .npc {
    background: var(--sec-text);
    border-radius: 50%;
    font-family: var(--main-font);
    text-transform: lowercase;
    width: 19px;
    height: 19px;
    border: 1px solid #514f4d;
    box-shadow: 0px 0px 5px #0000004d;
    font-size: 8px;
    color: var(--base-bg2);
    line-height: 14px;
    text-shadow: 0px 0px 5px #000;
}


.p-plash a {
    display: flex;
    width: 190px;
    height: 50px;
    align-items: center;
    border: 1px solid var(--gold-bord);
    margin: 5px 23px;
    background: linear-gradient(45deg, var(--accent), var(--accent2));
    border-radius: 5px;
    padding: 0;
}

.p-plash a pl-img {
    background: var(--accent2);
    height: 100%;
    display: flex;
    width: 60px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid var(--gold-bord);
    align-items: center;
    justify-content: center;
}
.p-plash a pl-img img {
    width: 45px;
    height: 45px;
}
.p-plash a text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
}

.p-plash a text two {
    font-weight: 400;
    font-size: 10px;
    color: var(--navi-link-hov) !important;
    font-style: italic;
}

.p-plash a text one {
    text-transform: uppercase;
    font-size: 12px;
}



.post h3 span strong:before {
    content: '#';
}




/*Гостевая книга*/
.guestbook {
    background: var(--html-bg) center/cover;
    border-radius: 7px;
    border: 1px solid var(--gold-bord);
    box-shadow: 0px 0px 10px #766b5887;
    margin: 20px auto;
}


.guestbook p {
    padding: 0 !important;
    line-height: normal;
}


.gb-name {
    display: flex;
    flex-direction: column;
    margin: 20px;
    -webkit-text-size-adjust: 100%;
    font-size: 62px !important;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 10px;
    text-shadow: 0px 0px 1px #c2ab82, 0px 0px 20px #f3595f;
    color: #dbb47e;
    align-items: center;
}

.gb-info {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 13px;
    color: var(--tab-text);
    font-weight: 400;
    text-shadow: none;
    backdrop-filter: blur(8px);
    padding: 3px 10px;
    border-radius: 22px;
    border: 1px solid var(--sec-text);
    box-shadow: 6px 4px 10px #00000017;
}

.gb-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 40px;
    background: var(--bord);
    padding: 10px 15px;
    border-radius: 10px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
}

.imp-link p {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 16px 40px !IMPORTANT;
    background: var(--sec-text);
    padding: 10px 15px !important;
    border-radius: 10px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
    color: var(--tab-text);
    justify-content: center;
}


.imp-link p a {
    color: var(--tab-text) !IMPORTANT;
}

.imp-link p a:hover {
    color: var(--navi-link) !Important;
}


.vneh-list {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin: 0 40px 40px;
    font-family: var(--main-font);
    font-size: 14px;
}


.vneh-list-s {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: var(--bord);
    padding: 10px 15px;
    border-radius: 10px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
}


.vl-name {
    text-transform: uppercase;
    background: var(--accent2);
    border-radius: 6px;
    color: var(--navi-link);
    padding: 2px 15px;
    font-size: 12px;
    box-shadow: 5px 3px 10px #7e694d5c;
}


.vl-list p {
    height: 126px;
    overflow-y: auto;
}


/*Нужные*/

.need-me {
    background: var(--html-bg2);
    border-radius: 7px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 10px #b5ada4;
    margin: 20px auto;
}

.need-me p {
    padding: 0 !important;
    line-height: normal !important;
}

.need-name {
    display: flex;
    flex-direction: column;
    margin: 20px;
    -webkit-text-size-adjust: 100%;
    font-size: 45px !important;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 10px;
    color: var(--accent);
    align-items: center;
    height: 66px;
    text-shadow: 0px 0px 1px #4c4945;
}


.need-img p {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.need-img p img {
    border-radius: 5px !important;
    border: 1px solid #9d9486;
    box-shadow: 0px 0px 10px #9d8e827d;
}


.need-pic-name {
    display: flex;
    justify-content: center;
    font-family: var(--main-font);
    font-size: 13px;
    font-style: italic;
}

.need-info, .need-quo {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 20px 40px;
    background: var(--pf-bg);
    padding: 10px 15px;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
}


.need-span {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 16px 40px !IMPORTANT;
    background: var(--sec-text);
    padding: 10px 15px !important;
    border-radius: 10px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
    color: var(--tab-text);
    justify-content: center;
}


.need-span p strong {
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
    color: var(--navi-link);
}

.need-span .spoiler-box {
    background: var(--html-bg);
    border: 1px solid var(--gold-bord);
    border-radius: 6px;
    box-shadow: 0px 0px 3px #0000000a;
    color: var(--tab-text);
}

.need-span .spoiler-box > div.visible {
    border-bottom: 1px solid var(--gold-bord);
}


.need-span .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
    background: var(--quote);
    color: var(--text);
}

.need-end .nend {
    display: flex;
    flex-direction: column;
    margin: 20px 20px 0 20px;
    -webkit-text-size-adjust: 100%;
    font-size: 31px !important;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 10px;
    color: var(--accent);
    align-items: center;
    height: 66px;
    text-shadow: 0px 0px 1px #521d23;
}

.need-end-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0px 40px 30px;
    background: var(--pf-bg);
    padding: 10px 15px;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
}



.need-span .spoiler-box>div:before {
    content: '\f070';
    color: var(--navi-link);
    opacity: .5;
}












/*Внешности*/
.rules-bright {
    background: var(--html-bg2);
    border-radius: 7px;
    gap: 10px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 10px #b5ada4;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}


.rules-bright p, .face-claim p {
padding: 0 !IMPORTANT;
}


.rules-span p {
    margin: 20px 20px 0!important;
    display: flex;
    justify-content: flex-start;
    background: var(--accent2);
    border-radius: 5px;
    padding: 5px 14px !important;
    color: var(--tab-text);
    border: 1px solid var(--gold-bord);
    font-family: var(--main-font);
    font-size: 19px;
}


.rules-text {
    margin: 0 20px 20px;
    background: var(--pf-bg);
    padding: 10px 15px;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
}

.face-c-code .code-box {
    padding: 15px 20px !important;
    position: relative;
    margin: 0px 20px 20px !IMPORTANT;
    background: var(--quote);
    height: 90px;
}


.face-claim {
    background: var(--html-bg) center/cover;
    border-radius: 7px;
    border: 1px solid var(--gold-bord);
    box-shadow: 0px 0px 10px #766b5887;
    margin: 20px auto;
    display: flex;
    gap: 20px;
    padding: 20px;
    color: var(--tab-text);
    font-family: var(--main-font);
    flex-wrap: wrap;
}


.face-c {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: var(--sec-text);
    padding: 10px 15px !important;
    border-radius: 10px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
    color: var(--tab-text);
}


.face-c-span {
    text-transform: uppercase;
    background: var(--accent2);
    border-radius: 6px;
    color: var(--navi-link);
    padding: 2px 15px;
    font-size: 12px;
    box-shadow: 5px 3px 10px #4c30315c;
    border: 1px solid var(--gold-bord);
}


.fc-text {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    gap: 10px;
}

.fc-text p strong {
    background: var(--html-bg) center/cover;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid var(--gold-bord);
    width: 100%;
    display: flex;
    justify-content: center;
}


.fc-list {
    background: var(--sec-text);
    padding: 10px 15px;
    border-radius: 10px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
}


.fc-list a {
color: var(--navi-link) !important;
}

.fc-list a:hover {
color: var(--navi-link-hov) !important;
}


.fc-list p {
    height: 125px;
    overflow-y: auto;
}


.face-c-code .scrollbox {
    width: 100%;
    height: auto !important;
    overflow: auto;
}



/*Вкладки*/

#tags .container {
    overflow-y: auto;
}

#vkladka-area div {
    cursor: pointer;
    font-weight: normal;
    width: 180px !important;
    margin-bottom: 0 !important;
font-size: 14px;
}

.tab-list {
    padding: 0 !important;
    margin-bottom: 4px;
}


/*Биржа труда*/
.rialto {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 10px auto;
}

.rialto-card {
    border: 1px solid var(--gold-bord);
    background: var(--html-bg);
    width: 300px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #665b4b59;
    height: 320px;
}

.rialto p {
    padding: 0 !IMPORTANT;
    line-height: normal !important;
}

.rc-title {
    margin: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    background: var(--accent2);
    border-radius: 6px;
    color: var(--navi-link);
    padding: 2px 15px;
    font-size: 15px;
    box-shadow: 5px 3px 10px #4c30315c;
    border: 1px solid var(--gold-bord);
    font-family: var(--main-font);
}

.ria-text {
    margin: 15px 10px;
    background: var(--sec-text);
    padding: 10px 15px;
    border-radius: 6px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
    color: var(--tab-text);
    height: 250px;
}


.ria-prof {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 224px;
    overflow-y: auto;
    padding-right: 10px;
}


.pfs p strong {
    font-weight: 400;
}


.pfs p a {
color: var(--navi-link) !important;
}

.pfs p a:hover {
color: var(--navi-link-hov) !important;
}


/*Информационное*/
.bright-rules p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal !important;
}

.bright-rules {
    background: var(--html-bg2);
    border-radius: 7px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5ada4d1, 0px 0px 5px #d1cac2 inset;
    margin: 20px auto;}

.brule-span p {
    margin: 20px 20px 0!important;
    display: flex;
    justify-content: flex-start;
    background: var(--accent2);
    border-radius: 5px;
    padding: 5px 14px !important;
    color: var(--tab-text);
    border: 1px solid var(--gold-bord);
    font-family: var(--main-font);
    font-size: 19px;
}


.brule-title p {
    margin: 10px 20px 20px!important;
    display: flex;
    justify-content: flex-start;
    background: var(--quote);
    border-radius: 5px;
    padding: 5px 14px !important;
    color: var(--text);
    border: 1px solid var(--bord);
    font-family: var(--main-font);
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0px 0px 20px #00000014;
}


.rule-text {
    margin: 10px 20px 20px!important;
    display: flex;
    justify-content: flex-start;
    background: var(--quote);
    border-radius: 5px;
    padding: 15px 24px !important;
    color: var(--text);
    border: 1px solid var(--bord);
    font-family: var(--main-font);
    font-size: 14px;
    text-transform: none;
    box-shadow: 0px 0px 20px #00000014;
    flex-direction: column;
    gap: 10px;
}


.rulestitle p {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    background: var(--accent2);
    border-radius: 5px;
    padding: 5px 14px !important;
    color: var(--tab-text);
    border: 1px solid var(--gold-bord);
    font-family: var(--main-font);
    font-size: 17px;
    text-transform: uppercase;
}


.text-ru {
    background: var(--quote);
    border-radius: 5px;
    padding: 15px 24px !important;
    color: var(--text);
    border: 1px solid var(--bord);
    font-family: var(--main-font);
    font-size: 14px;
    text-transform: none;
    box-shadow: 0px 0px 20px #00000014;
}


.wrapper {
    background: var(--html-bg2);
    border-radius: 7px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 10px #b5ada4;
    margin: 20px auto;
}

.butleft {
    background: var(--html-bg);
}

.buttons div:hover, .buttons > .activevkladka {
    background: var(--accent2) !important;
    color: var(--tab-text) !important;
}

.buttons div {
    padding: 12px 20px;
    transition: background-color .3s;
    color: var(--tab-text);
    text-align: center;
    cursor: pointer;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 16px;
}


.windows {
    border: none;
    max-height: 600px;
}
.bank-br p {
    padding: 0 !IMPORTANT;
    line-height: normal !IMPORTANT;
}


.bankk {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 10px 20px;
}


.bank-br {
    background: var(--quote);
    border-radius: 6px;
    border: 1px solid var(--bord);
    box-shadow: 5px 5px 10px #b5ada0b0;
}

.bank-title p {
    margin: 10px 20px 0px 50px !important;
    background: var(--gold-bord);
    border-radius: 4px 4px 0 0;
    padding: 3px 20px !important;
    text-transform: uppercase;
    font-family: var(--main-font);
    color: var(--tab-text);
    font-size: 14px;
    max-width: 300px;
    display: inline-flex;
}


.bank-list {
    display: flex;
    gap: 6px;
    margin: 0 20px 20px;
    background: var(--pf-bg);
    border-radius: 6px;
    border: 1px solid var(--bord);
    height: 178px;
}


.bank-l {
    display: flex;
    flex-direction: column;
    margin: 10px 20px;
    overflow-y: auto;
    gap: 8px;
    width: 100%;
    font-family: var(--main-font);
    font-size: 14px;
    padding-right: 10px;
}

.bank-p p {
    background: var(--quote);
    border-radius: 5px;
    padding: 3px 10px !IMPORTANT;
}


.buttop, .butbottom {
    background: var(--html-bg);
}


.bank-com p {
    background: var(--quote);
    border-radius: 5px;
    padding: 10px 15px !important;
    margin: 10px 0 !important;
    font-size: 11px;
}


.gift-card {
    display: flex;
    flex-direction: column;
    background: var(--pf-bg);
    border-radius: 5px;
    width: 100px;
    height: 140px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bord);
    box-shadow: 3px 3px 10px #00000014;
}


.bank-gift p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal !important;
}

.gmon p {
    font-family: var(--main-font);
    font-size: 13px !IMPORTANT;
    opacity: .5;
}

.gift-price p {
    font-family: var(--main-font);
    font-size: 18px !IMPORTANT;
}


.bank-gift {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin: 10px;
    overflow-y: auto;
    padding-right: 7px;
    justify-content: center;
    height: 500px;
    align-content: flex-start;
}





/*Переключение дизайна*/
#stylelist {
    position: absolute;
    top: 327px;
    margin: 0;
    left: 604px;
    padding: 0px;
    overflow: hidden;
    width: 50px;
    list-style-type: none;
    display: flex;
    height: 22px;
    flex-direction: row;
    opacity: 1;
    border-radius: 20px;
    justify-content: space-between;
    z-index: 1;
}
#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: 21px;
    height: 21px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: var(--navi-link-hov);
    mask: url(https://forumstatic.ru/files/001c/99/e9/60940.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/e9/60940.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 13px;
    height: 13px;
}

#stylelist li[data="light"] a::before {
    content: '';
    background: var(--navi-link-hov);
    mask: url(https://forumstatic.ru/files/001c/99/15/30095.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/30095.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 13px;
    height: 13px;
}

#stylelist  li.active {
    background: var(--sec-text);
    border-radius: 100%;
}

#stylelist  li.active a:before {
    background: var(--tab-text);
}


.dark .punbb .post .container {
    border: none;
    background: #a9a2988f;
    border-radius: 6px;
    z-index: 0;
}

.dark #pun-stats .statsinfo li {
    background: #aba297;
}


/*Прием*/

.priem p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal !important;
}

.priem {
    background: var(--html-bg);
    border-radius: 7px;
    gap: 10px;
    border: 1px solid var(--gold-bord);
    box-shadow: 0px 0px 10px #2624232e;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    color: var(--tab-text);
}


.beauty-hi p {
    display: flex;
    flex-direction: column;
    margin: 18px 20px 0;
    -webkit-text-size-adjust: 100%;
    font-size: 54px !important;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 10px;
    color: var(--navi-link);
    align-items: center;
    /* height: 66px; */
    text-shadow: 0px 0px 1px #4c4945;
    line-height: 40px;
}

.welc-title p {
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 13px !important;
    color: var(--tab-text);
    font-weight: 400;
    text-shadow: none;
    backdrop-filter: blur(8px);
    padding: 3px 10px !important;
    border-radius: 22px;
    border: 1px solid var(--sec-text);
    box-shadow: 6px 4px 10px #00000017;
}

.beauty-hi {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;}


.priem-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 20px 20px;
    background: var(--sec-text);
    padding: 10px 15px;
    border-radius: 10px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--gold-bord);
}
.abz p a {
    color: var(--navi-link) !important;
}

.abz p a:hover {
    color: var(--navi-link-hov) !important;
}








/*** всплывающая ***/
.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: 100px;
    left: 50%;
    margin-left: -300px;
    width: 832px !IMPORTANT;
    position: absolute;
    z-index: 101;
    padding: 0;
}
.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;
    margin-top: -140px;
}
	
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.modal_wrap info {
    display: block;
    background: var(--html-bg) center/cover;
    height: auto;
    width: 750px;
    margin: auto;
    padding: 20px;
    overflow-y: auto;
    color: var(--tab-text);
    border-radius: 10px;
    border: 1px solid var(--gold-bord);
    box-shadow: 0px 0px 20px #2e2e2e;
}

.ls-head, .ls-stat, .ls-act, .awrds-ls {
    display: flex;
    flex-direction: column;
    margin: 20px;
    background: var(--text);
    border-radius: 6px;
    border: 1px solid var(--gold-bord);
    box-shadow: 4px 4px 20px #5c2e2e30;
}

.cart-w name {
    display: flex;
    flex-direction: column;
    -webkit-text-size-adjust: 100%;
    font-size: 45px !important;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 10px;
    text-shadow: 0px 0px 1px #c2ab82, 0px 0px 20px #f3595f;
    color: #dbb47e;
    align-items: center;
    height: 40px;
}


.ava-text {
    display: flex;
    gap: 10px;
    margin: 20px;
}


.ava-text img {
    border-radius: 5px;
    border: 1px solid var(--gold-bord);
    width: 120px;
}


.ava-text text {
    font-family: var(--main-font);
    font-size: 12px;
    line-height: 19px;
}

.ls-head span, .ls-stat span, .ls-act span, .awrds-ls span {
    font-family: var(--main-font);
    text-transform: uppercase;
    background: var(--accent2);
    width: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 5px;
    padding: 4px;
    margin-top: -10px;
    border: 1px solid var(--gold-bord);
}


.stat-text {
    display: flex;
    margin: 20px;
    gap: 10px;
}


.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--sec-text);
    padding: 0;
    border-radius: 5px;
    border: 1px solid var(--gold-bord);
    font-family: var(--main-font);
    flex: 1;
}

.stat-card sp {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background: var(--text);
    border-bottom: 1px solid var(--gold-bord);
    border-radius: 5px 5px 0 0;
    padding: 5px;
}

.stat-card em {
    font-size: 20px;
    padding: 5px;
}

.act-text {
    padding-bottom: 10px;
    display: flex;
    overflow-y: auto;
    margin: 10px 20px;
    gap: 10px;
    flex-wrap: wrap;
    height: 50px;
}


.act-text img {
    width: 40px;
    height: 40px;
}

.awrds-ls {
    height: 281px;
}


/*Табы*/
.tabs-header {
    display: flex;
    background-color: var(--sec-text);
}
        
.tab {
    flex: 1;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--tab-text);
    transition: all 0.3s ease;
    border: none;
    background: none;
    position: relative;
    text-transform: uppercase;
    font-family: var(--main-font);
}
        
.tab:hover {
    background-color: var(--accent2);
    color: var(--tab-text);
}
        
        /* Скрываем радио-кнопки */
        .tab-input {
            display: none;
        }
        
        /* Стили для активной вкладки */
#tab1:checked ~ .tabs-header label[for="tab1"], #tab2:checked ~ .tabs-header label[for="tab2"] {
    color: var(--tab-text);
    background-color: var(--accent);
}
        
        
.tab-content {
    display: none;
    padding: 10px 0;
    animation: fadeIn 0.5s ease;
}
        
        /* Показываем содержимое первой вкладки по умолчанию */
        #tab1:checked ~ .tab-content-1,
        #tab2:checked ~ .tab-content-2 {
            display: block;
        }


.awr-tabs {
    margin: 20px;
}


.epik {
    display: flex;
    gap: 20px;
    position: relative;
    overflow-y: auto;
    flex-direction: row;
    padding-bottom: 16px;
    flex-wrap: wrap;
    height: 192px;
}

.epik img {
    width: 191px;
    height: 191px;
    object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;
}

.plush a {
    margin-top: 7px;
    display: flex;
    width: 200px;
    height: 48px;
    align-items: center;
    border: 1px solid var(--gold-bord);
    background: linear-gradient(45deg, var(--accent), var(--accent2));
    border-radius: 5px;
    padding: 0;
    color: var(--tab-text);
    font-family: var(--main-font);
    cursor: default;
}

.plush a:hover {
    color: var(--tab-text);
}

.plush a pl-img {
    background: var(--accent2);
    height: 100%;
    display: flex;
    width: 60px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid var(--gold-bord);
    align-items: center;
    justify-content: center;
}

.plush a pl-img img {
    width: 45px;
    height: 45px;
}

.plush a text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
}

.plush a text one {
    text-transform: uppercase;
    font-size: 12px;
}

.plush a text two {
    font-weight: 400;
    font-size: 10px;
    color: var(--navi-link-hov) !important;
    font-style: italic;
}


.plush {
    display: flex;
    overflow-y: auto;
    gap: 6px;
    height: 191px;
    flex-wrap: wrap;
    padding-right: 8px;
    justify-content: flex-start;
}



.city-icon, .npc-icon, .devil-icon, .black-icon, .univers-icon, .police-icon, .celeba-icon {
    background: var(--accent2);
    width: 25px;
    height: 21px;
    border-radius: 4px 0 0 4px;
    border: 1px solid var(--gold-bord);
    border-width: 1px 0 1px 1px;
}


.city-icon span::before, .npc-icon span::before, .devil-icon span::before, .black-icon span::before, .univers-icon span::before, .police-icon span::before, .celeba-icon span::before {
    content: '';
    position: relative;
    height: 15px;
    width: 15px;
    background: var(--bord);
    mask: url(https://forumstatic.ru/files/001c/99/15/70695.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/70695.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    box-shadow: none;
    border-radius: 0;
    border: none;
    display: block;
}
.city-icon span, .npc-icon span, .devil-icon span, .black-icon span, .univers-icon span, .police-icon span, .celeba-icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    align-content: center;
}

.npc-icon span::before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/99/15/24541.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/24541.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.devil-icon span::before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/99/15/13001.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/13001.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.black-icon span::before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/99/15/69367.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/69367.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.univers-icon span::before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/99/15/45764.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/45764.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.police-icon span::before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/99/15/41631.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/41631.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.celeba-icon span::before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/99/15/11456.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/15/11456.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}


.pa-fld3 {
    margin-top: 5px;
}

.pa-fld3 img {
    border-radius: 5px;
}

#pun-index td div.tclcon center {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#pun-index td div.tclcon a.link {
    border-radius: 5px;
    background: var(--gold-bord);
    color: var(--tab-text) !important;
    padding: 2px 10px 3px;
    text-transform: uppercase;
}

#pun-index td div.tclcon a:hover.link {
    background: var(--accent);
}

/*Анкета*/

.anketa-origin p, .anketa p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal !important;
}

.anketa-origin {
    background: var(--html-bg2);
    border-radius: 7px;
    gap: 10px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 10px #b5ada4;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}


.anketa-origin .ank-primer {
    margin: 0;
    background: var(--pf-bg);
    padding: 10px 15px !important;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
}


.anketa {
    background: var(--html-bg2);
    border-radius: 7px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 10px #b5ada4;
    margin: 20px auto;
}


.ank-name p {
    display: flex;
    flex-direction: column;
    margin: 20px;
    -webkit-text-size-adjust: 100%;
    font-size: 45px !important;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--accent);
    align-items: center;
    height: 66px;
    text-shadow: 0px 0px 1px #4c4945;
}


.ank-img p {
    display: flex;
    gap: 20px;
    justify-content: center;
}


.ank-img p img {
    border-radius: 5px !important;
    border: 1px solid #9d9486;
    box-shadow: 0px 0px 10px #9d8e827d;
}

.ank-pic-name p {
    display: flex;
    justify-content: center;
    font-family: var(--main-font);
    font-size: 13px;
    font-style: italic;
}


.ank-info, .persn-two {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 20px 40px;
    background: var(--pf-bg);
    padding: 10px 15px;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
}


.ank-quo {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 14px 0px;
    background: var(--pf-bg);
    padding: 10px 15px;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
}


.anm-pls {
    background: var(--accent2);
    padding: 5px 10px;
    color: var(--tab-text);
    border-radius: 5px;
    text-transform: uppercase;
}


.anm-pls p strong {
    font-weight: 400;
}

/*Хронология*/

.chron p {
    padding: 0 !important;
    line-height: normal !important;
}

.chron {
    background: var(--html-bg2);
    border-radius: 7px;
    gap: 10px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 10px #b5ada4;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}


.chron-span p {
    background: var(--accent2);
    text-align: center;
    padding: 5px !IMPORTANT;
    border-radius: 5px;
    color: var(--tab-text);
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 20px;
}


.chr-title {    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    background: var(--pf-bg);
    padding: 10px 15px;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
    align-items: center;
}

.chr-text-spoilers, .text-chrn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    background: var(--pf-bg);
    padding: 10px 15px;
    border-radius: 7px;
    font-family: var(--main-font);
    font-size: 14px;
    border: 1px solid var(--bord);
    box-shadow: 0px 0px 20px #b5afa6;
}


