/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1766246352.css);

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=M+PLUS+1p&family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&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: #4b4f50 url(https://forumstatic.ru/files/001c/99/e9/59226.jpg);
    --base-bg2: url(https://forumstatic.ru/files/001c/99/e9/91946.jpg) top no-repeat, #d4d4d4;
    --text: #232827;
    --sec-text: #494d4e;
    --accent: #a18a64;
    --accent2: #547079;
    --navi-link: #dddddd;
    --navi-link-hov: #e5cda4;
    --main-font: inter tight;
    --sec-font: cormorant;
    --head: url(https://forumstatic.ru/files/001c/99/e9/96765.jpg?v=1);
    --profile-bg: url(https://forumstatic.ru/files/001c/99/e9/38440.jpg);
    --quote: #d4d4d4;
    --bord: #cecece;
    --cat-fon: url(https://forumstatic.ru/files/001c/99/e9/23853.jpg);
    --tab-text: #e3e3e3;
    --cfoot: url(https://forumstatic.ru/files/001c/99/e9/38049.jpg);
    --pf-bg: #d7d7d7;
    --tab-link: #f5d7a6;
    --tab-pl: #494d4e;
    --dark-bord: #a3b0b3;
    --pf-bord: #bec5c6;
    --html-bg: url(https://forumstatic.ru/files/001c/99/e9/22391.jpg);
}


body.dark {
    --base-bg: #272c2b url(https://forumstatic.ru/files/001c/99/e9/12255.jpg);
    --base-bg2: url(https://forumstatic.ru/files/001c/99/e9/41076.jpg) top no-repeat, #cdcdcc;
    --text: #252a29;
    --sec-text: #3c403f;
    --accent: #406960;
    --accent2: #32504a;
    --navi-link: #d7d9d8;
    --navi-link-hov: #a7b9ab;
    --head: url(https://forumstatic.ru/files/001c/99/e9/31477.jpg);
    --profile-bg: url(https://forumstatic.ru/files/001c/99/e9/89946.jpg);
    --quote: #cececd;
    --bord: #babab9;
    --cat-fon: url(https://forumstatic.ru/files/001c/99/e9/39945.jpg);
    --tab-text: #d7d9d8;
    --cfoot: url(https://forumstatic.ru/files/001c/99/e9/85414.jpg);
    --pf-bg: #d5d5d5;
    --tab-link: #adc1b1;
    --tab-pl: #232827;
    --dark-bord: #677371;
    --pf-bord: #bebebd;
}




/* 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);
    background: var(--pf-bg);
    border-radius: 10px;
    box-shadow: 3px 4px 20px #8d8d8d14;
}

/* 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: 1180px;
    margin-top: 70px;
    margin-bottom: 50px;
    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: 11px;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    display: inline-flex;
    color: var(--tab-text);
    margin: 0px 0 10px 0px;
    padding: 3px 20px;
    border-radius: 5px;
    background: var(--accent2);
}

.punbb .code-box strong.legend a {
    color: var(--navi-link-hov) !important;
}

.punbb .code-box strong.legend a:hover {
    color: var(--navi-link) !important;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    font-size: 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: 2em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold;
    font-family: var(--main-font);
    margin-bottom: 0;
    display: inline-flex;
    text-transform: uppercase;
}

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  text-align: left;
  width: 45%;
  }

/* C2.2 */
#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-viewforum .tcmod {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    text-transform: none;
    width: 35%;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    letter-spacing: 0;
    align-items: center;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* 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: 0px;
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 4px;
    letter-spacing: 0;
    text-transform: lowercase;
    margin-right: 40px;
}


/* 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 {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.post h3 span strong:before {
    content: ', #';
}

/* 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(--pf-bg);
    margin-left: 0;
    padding: 3px 15px;
    border: 1px solid var(--bord);
    width: auto;
    text-transform: lowercase;
    border-radius: 5px 5px 0 0;
    margin-right: 20px;
}


/* 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(--base-bg) top center;
    box-shadow: 5px 5px 10px #4a4e4f47;
    border-radius: 8px;
    color: var(--tab-text);
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0;
    line-height: 160%;
}

/* C3.7 */
.pa-author {
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    align-items: center;
    margin: 30px 30px 0;
    gap: 10px;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    font-size: 22px;
    color: var(--navi-link) !important;
    padding-left: 0;
    font-family: var(--sec-font);
    font-style: italic;
    text-transform: none;
}

.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;
    background: var(--pf-bg);
    margin: 0 0px 0 20px;
    border-radius: 10px;
    box-shadow: 3px 4px 20px #8d8d8d14;
}

/*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: 20px 0px 10px -10px;
}

/* 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: 9px;
    width: 100%;
    margin-bottom: 2px;
}

/* 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: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    text-transform: none;
    margin-top: 34px;
}

/* 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 {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    background: var(--cfoot);
    margin: 0;
    border-radius: 10px;
    overflow-y: auto;
    padding: 0 14px;
    position: relative;
    margin-top: 6px;
    border: 1px solid var(--dark-bord);
    width: 100%;
    flex-wrap: wrap;
    max-height: 89px;
    margin-bottom: -32px;
    z-index: 9;
}

/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    text-transform: none;
}

/* 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: -79px;
    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 0 -10px 0;
    flex-direction: column;
    z-index: 9;
    background: var(--base-bg) center/cover;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 0px 10px #00000038, 0px -8px 20px inset #ceffff0f;
    align-items: center;
    border-bottom: 1px solid var(--dark-bord);
}

#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    font-size: 22px !important;
    font-family: asther;
    position: relative;
    font-weight: 400;
    text-transform: lowercase;
    padding: 3px 10px;
    color: var(--navi-link);
    align-items: center;
    overflow: hidden;
    height: 42px;
}

#pun-index .category table tr {
    margin: 0 0px;
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid var(--pf-bord);
    padding-bottom: 20px;
}

#pun-index .category tr + tr {
    margin-top: 10px;
}

#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(--pf-bg);
    text-transform: lowercase;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000d;
    border: 1px solid var(--bord);
}

.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: 28px;
    font-family: var(--sec-font);
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: -.5px;
    text-shadow: 0px 0px 1px #c9c9c9;
    color: var(--accent2);
}


#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-radius: 4px;
    background: var(--sec-text);
    color: var(--tab-text);
}


#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);
}

.spoiler-box {
    padding: 0 !important;
}

.post-rating p a:after {
    content: " ";
    position: relative;
    height: 21px;
    width: 21px;
    margin-right: 10px !important;
    margin-left: 0;
    background: var(--dark-bord);
    mask: url(https://forumstatic.ru/files/001c/99/e9/66020.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/e9/66020.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    left: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    display: block;
}

#pun .post-rating a {
    color: var(--sec-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-fld3 .fld-name, .pa-fld4 .fld-name, .pa-fld6 .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-fld3 .fld-name:before {
    content: '\f52d';
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    color: var(--accent);
    font-weight: 600;
}

.pa-fld4 .fld-name:before {
    content: '\f51e';
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    color: var(--accent);
    font-weight: 600;
}

.pa-fld6 .fld-name:before {
    content: '\f52e';
    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: -16px;
    /* border: 1px solid red; */
}

.pa-posts span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -12px;
    /* border: 1px solid red; */
}


.punbb .post-content .scrollbox {
    width: 100%;
    height: 10.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 {
    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%;
    margin: 0;
    padding: 0;
    background: var(--pf-bg);
    text-transform: lowercase;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000d;
    border: 1px solid var(--bord);
}
#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);
    border-radius: 10px;
}

#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}

#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: var(--tab-text);
}

#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    text-align: center;
    padding: 10px 10px !important;
    font-size: 11px;
    background: #00000008;
    border: 1px solid #0000000a;
    gap: 6px;
    font-family: var(--main-font);
    border-radius: 5px;
}

#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: 11px;
    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);
}

.category tr:last-child {
    border: none !important;
    padding-bottom: 0 !important;
}
.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 .ststitems {
    display: flex;
    gap: 1px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

#pun-stats .statsinfo li {
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--text);
    font-size: 10px;
    background: var(--bord);
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}


.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(--pf-bg);
    padding: 5px 10px;
    text-transform: lowercase;
    border-radius: 5px;
    font-size: 10px;
    font-family: var(--main-font);
    color: var(--text);
    box-shadow: 0px 0px 10px #0000000d;
    border: 1px solid var(--bord);
}



.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: var(--base-bg);
    margin: 0px 14px;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #575d5d;
}

.wrap-resp {
    gap: 6px;
    display: flex;
    justify-content: center;
    margin: 10px 20px;
}

.pa-posts, .pa-respect, .pa-fld3, .pa-fld4, .pa-fld6 {
    display: flex;
    font-size: 10px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 5px;
}


.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld3 .fld-name, .pa-fld4 .fld-name, .pa-fld6 .fld-name {
    display: flex !important;
    justify-content: center;
    width: 100%;
    height: 7px;
    align-items: center;
}


.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;
}


#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-main {
    background: var(--base-bg2);
    border-radius: 0;
    padding: 30px 30px 70px 30px;
    color: var(--text);
    margin-top: -20px;
}

.punbb .category, #pun-stats {
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    background: var(--pf-bg);
    box-shadow: 0px 0px 10px #0000000d;
    border: 1px solid var(--bord);
}

.f-link {
    margin-top: 3px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.f-link a:not(:last-child):after {
    content: '\2a';
    position: absolute;
    margin-top: -1px;
    margin-left: 8px;
    font-family: awesomeicons;
    font-size: 18px;
    color: var(--accent);
}


.f-link a {
    font-family: var(--sf-bold);
    font-size: 10px;
    letter-spacing: .6px;
    flex-shrink: 0;
    text-transform: uppercase;
}


#pun-index .category .container {
    padding: 20px 25px;
}

.html-box {
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    overflow-y: auto;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0px 13px;
    margin-top: 10px;
    flex-wrap: wrap;
    max-height: 64px;
}

.html-box a {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    padding: 5px 12px 5px 6px;
    text-transform: uppercase;
    color: var(--navi-link) !important;
    background: var(--tab-pl);
    font-family: var(--main-font);
    justify-content: center;
    border: 1px solid var(--dark-bord);
    flex-shrink: 0;
    font-size: 10px;
}

.html-box a data {
    background: var(--accent);
    padding: 1px 6px;
    font-size: 10px;
    border-radius: 10px;
    font-family: var(--main-font);
    color: #eaedeb;
    transition: all .7s ease-in-out 0s;
}

.html-box a p.one {
    font-weight: 400;
    font-size: 11px;
}

.html-box a:hover data {
    background: var(--accent2);
}

.html-box a:hover {
    background: var(--accent);
    box-shadow: 0px 0px 10px #7e694d6e;
}


#pun-index .category tr.inew {
    background: url(https://forumstatic.ru/files/001c/99/e9/83583.png) top center no-repeat;
}


tr.inew div.icon:before {
    content: '\2a';
    font-family: awesomeicons;
    font-size: 33px;
    color: var(--accent);
    font-style: normal;
    margin-top: 7px;
    display: block;
    margin-left: -34px;
    /* margin-right: 12px; */
}

#pun-index .tcl h3 a:hover {
    color: var(--text);
}

#profile .container {
    background: var(--pf-bg);
    text-transform: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000d;
    border: 1px solid var(--bord);
}


#profilenav {
    float: left;
    width: 15em;
    background: var(--bord);
    margin-right: 22px;
    border-radius: 10px;
    padding: 10px 0;
    height: 100%;
}


span.newtext {
    margin-left: -7px;
    font-size: 10px !important;
}
span.newtext a {
    font-size: 10px !important;
}


.pa-fld2 span {
    left: -7px;
    position: absolute;
    background: var(--accent);
    width: 21px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    top: 68px;
    color: var(--bord);
    text-transform: uppercase;
    font-size: 8px;
    font-family: var(--main-font);
    letter-spacing: 0.5px;
    cursor: pointer;
    line-height: 10px;
    font-weight: 500;
    box-shadow: -5px 0px 9px #8d7854 inset, -3px 0px 5px #00000024;
    text-shadow: 1px 1px 2px #67553696;
}


.lz-name {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 16px;
}


.pa-fld1 em {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .3px;
}

.lz-text {
    margin: 3px 10px;
    border-top: 1px dashed #bec5c638;
    padding: 9px 0 2px;
    text-align: justify;
}


.punbb .post-links ul a {
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 11px;
    font-family: var(--main-font);
    color: #ededed !important;
    letter-spacing: .3px;
    box-shadow: 0px 0px 10px #738a90 inset !important;
    border: 1px solid var(--accent2) !important;
    background: var(--accent2);
}


.punbb .post-links ul a:hover {
background: var(--sec-text);
}





.go-up span, .go-down span {
    width: 75px;
    height: 28px;
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    font-style: italic;
    margin-top: -2px;
}

.go-up span::before, .go-down span::before {
    content: "\273b";
    position: relative;
    color: var(--navi-link-hov);
    font-size: 16px;
    font-style: normal;
    transform: translateY(0%);
    transition: transform 0.3s ease;
}
.go-down span::before {
    transform: translateY(0%);
}

.go-up, .go-down {
    background: var(--cat-fon) center/cover;
    border-radius: 5px;
    height: 26px;
    width: 78px;
    color: #ededed;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px 4px #00000057;
    font-weight: 300;
}
.go-up span:hover:before, .go-down span:hover:before {
   transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.go-down span:hover:before {
   transform: translateY(50%);
}



.bnrs {
    background: var(--cfoot);
    border-radius: 10px;
    border: 1px solid var(--dark-bord);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    margin-top: -30px;
}


.bnrs banners {
    display: flex;
    overflow-x: auto;
    margin: 0 30px;
    gap: 5px;
    padding-bottom: 5px;
}

/*Àêòèâ*/
.activees, .activees2 {
    height: 72px;
    width: 250px;
    display: flex;
    justify-content: center;
    position: absolute;
    flex-wrap: wrap;
    gap: 15px 10px;
    /* border: 1px solid red; */
    left: 1px;
    top: 292px;
    z-index: 1;
    align-items: flex-start;
    align-content: flex-start;
}

.activees2 {
    right: 1px;
    left: auto;
}

.activees div, .activees2 div {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}


.activees img, .activees2 img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.activees div:after, .activees2 div:after {
    content: "";
    background: var(--sec-text);
    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, .activees2 div:hover img {
    filter: grayscale(100%);
}

.activees div:hover:after, .activees2 div:hover:after {
    opacity: 0;
}


.activees span, .activees2 span {
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .5px;
    font-family: var(--sec-font);
    width: 100%;
    color: #e3e3e3;
    font-style: italic;
    font-weight: 500;
}

.activees span b, .activees2 span b {
    background: var(--sec-text);
    padding: 2px 10px 1px;
    border-radius: 13px;
}


.tab-info {
    font-family: var(--main-font);
    text-transform: uppercase;
    position: absolute;
    /* border: 1px solid red; */
    top: 77px;
    width: 358px;
    right: 130px;
    font-size: 10px;
    letter-spacing: .5px;
    text-align: right;
    z-index: 1;
}


.tab-ams {
    font-family: var(--main-font);
    text-transform: uppercase;
    position: absolute;
    /* border: 1px solid red; */
    top: 77px;
    width: 269px;
    left: 240px;
    font-size: 10px;
    letter-spacing: .5px;
    text-align: right;
    z-index: 1;
}













/* Èñõîäíûå ñòèëè */
.tab-anim one {
    background: url(https://forumstatic.ru/files/001c/99/e9/31039.png);
    width: 47px;
    height: 45px;
    position: absolute;
    top: 42px;
    left: 113px;
    transition: transform 0.5s ease;
}

.tab-anim two {
    background: url(https://forumstatic.ru/files/001c/99/e9/37990.png);
    width: 47px;
    height: 48px;
    position: absolute;
    top: 237px;
    right: 167px;
    transition: transform 0.5s ease;
}

.tab-anim big {
    background: url(https://forumstatic.ru/files/001c/99/e9/94631.png);
    width: 39px;
    height: 39px;
    position: absolute;
    top: 203px;
    left: 465px;
    transition: transform 0.5s ease;
}

/* Ïîâîðîò ïðè íàâåäåíèè */
.tab-anim:hover one,
.tab-anim:hover two,
.tab-anim:hover big {
    transform: rotate(45deg);
}


.tab-anim {
    position: absolute;
    width: 100%;
    height: 387px;
    z-index: 0;
    left: 0;
    /* border: 1px solid red; */
}


.ls-s {
    left: -7px;
    position: absolute;
    background: var(--accent2);
    width: 21px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    top: 94px;
    color: var(--bord);
    text-transform: uppercase;
    cursor: pointer;
    line-height: 10px;
    font-weight: 500;
    box-shadow: -5px 0px 9px #516d77 inset, -3px 0px 5px #00000024;
}

.ls-s span::before {
    content: " ";
    position: relative;
    height: 13px;
    width: 13px;
    background: var(--tab-text);
    mask: url(https://forumstatic.ru/files/001c/99/e9/92936.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/e9/92936.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    left: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    display: block;
}








/*** âñïëûâàþùàÿ ***/
.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;}
	
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 0;
    right: -56px;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.modal_wrap info {
    display: block;
    background: var(--profile-bg) center/cover;
    height: 500px;
    width: 858px;
    margin: auto;
    padding: 20px;
    overflow-y: auto;
    color: var(--text);
    border-radius: 10px;
    border: 1px solid #636e70;
}


/*** ñòðàíèöà ***/
.top-line-ach {
    height: 208px;
    display: flex;
    gap: 30px;
    margin: 12px 20px;
}


.twnks, .plushs {
    width: 50%;
    background: var(--pf-bord);
    border-radius: 10px;
    border: 1px solid var(--bord);
    box-shadow: 6px 6px 20px #65717214 inset, 0px 0px 20px #3237387d;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    font-family: var(--main-font);
    align-items: flex-start;
    gap: 10px;
}
.twnks span, .plushs span, .awrdsd span {
    background: var(--sec-text);
    display: inline-flex;
    width: auto;
    padding: 1px 10px 4px;
    border-radius: 5px;
    color: var(--tab-text);
    font-family: var(--sec-font);
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0;
    font-style: italic;
}


.bottom-line-ach {
    height: 208px;
    display: flex;
    gap: 30px;
    margin: 12px 20px;
}


.awrdsd {
    width: 100%;
    background: var(--bord);
    border-radius: 5px;
    border: 1px solid #a19e9e;
    box-shadow: 6px 6px 20px #00000017;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
    align-items: flex-start;
}
.twnks-s {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    height: 150px;
    overflow-y: auto;
    align-content: flex-start;
    /* border: 1px solid red; */
}


.twnks-s a {
    background: var(--text);
    color: #bbbbbb !important;
    border-radius: 5px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    flex: auto;
}


.twnks-s a:hover {
    background: var(--accent);
}


.twi-awa {
    display: flex;
    gap: 10px;
    margin: 0 20px 20px!important;
}


.plushs text {
    height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify;
    line-height: 19px;
}



.awrdsd achiv {
    overflow: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    /* border: red 1px solid; */
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;
}


.awrdsd achiv img {
    height: 50px;
    width: 50px;
    cursor: pointer;
}






/*Ïåðåêëþ÷åíèå äèçàéíà*/
#stylelist {
    position: absolute;
    top: 17px;
    margin: 0;
    right: 28px;
    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/e9/48869.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/99/e9/48869.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 .tab-anim one {
    background: url(https://forumstatic.ru/files/001c/99/e9/45667.png);
}

.dark .tab-anim two {
    background: url(https://forumstatic.ru/files/001c/99/e9/56599.png);
}

.dark .tab-anim big {
    background: url(https://forumstatic.ru/files/001c/99/e9/82817.png);
}


.dark #pun-stats .statsinfo li {
    background: #bebdbd7d;
    border: 1px solid var(--bord);
}


.dark .activees span b, .dark .activees2 span b {
    background: var(--tab-pl);
}



.dark .author-wrap {
    border: 1px solid #37403d;
}


.dark .indOnline, .dark .indOffline {
    border: 1px solid #37403d;
}


.dark .pa-fld2 span {
    color: var(--tab-text);
    box-shadow: -5px 0px 9px #2a3f3c inset, -3px 0px 5px #00000024;
    text-shadow: 1px 1px 2px #67553696;
}

.dark .ls-s {
    background: #38524d;
    box-shadow: -5px 0px 9px #2a3735 inset, -3px 0px 5px #00000024;
}







.dust {
    position: absolute;
    height: 387px;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1180px;
    z-index: 0;
    pointer-events: none;
    /* border: 1px solid red; */
}
.particle {
    position: absolute;
    background-color: var(--navi-link-hov);
    border-radius: 50%;
    opacity: var(--opacity, 0.8);
    width: var(--size, 2px);
    height: var(--size, 2px);
    top: var(--top);
    left: var(--left);
    animation-name: flickerMove;
    animation-duration: var(--duration, 3s);
    animation-iteration-count: infinite;
}
@keyframes flickerMove {
    0%, 100% {
        opacity: var(--opacity-start, 0.8);
        transform: translate(0, 0);
    }
    50% {
        opacity: var(--opacity-end, 0.2);
        transform: translate(var(--dx, 2px), var(--dy, -2px));
    }
}


.shapp {
display: none;
}

/*Íàâèãàöèÿ*/
.accordion {
    color: var(--navi-link);
    position: absolute;
    z-index: 9;
    top: 19px;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 11px;
    letter-spacing: 0;
    display: flex;
    height: 27px;
    justify-content: center;
    align-items: center;
    font-style: italic;
    width: 234px;
    /* border: 1px solid red; */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 7px 7px;
}
.accordion-btn {
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    color: var(--base-bg2);
    font-family: var(--sec-font);
    font-size: 16px;
    border-width: 1px 1px 0 1px;
    background: var(--tab-pl);
    padding: 4px 10px 4px;
    border-radius: 13px;
    line-height: 12px;
}
.accordion-btn.active {
    color: var(--tab-link);
}
.accordion-content {
    display: none;
    background: var(--cat-fon) center/cover;
    border-radius: 5px;
    position: absolute;
    top: 27px;
    width: 274px;
    z-index: 9999999;
    left: 50%;
    border: 1px solid var(--dark-bord);
    box-shadow: 5px 5px 10px #16121040;
    transform: translateX(-50%);
}
        .accordion-content.active {display: block;}
.content-grid {
    padding: 10px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-link {
    font-style: normal;
    text-align: center;
    padding: 3px 6px;
    flex: auto;
    border-radius: 4px;
    background: var(--accent2);
    font-family: var(--main-font);
    display: flex;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--tab-text) !important;
    font-weight: 400;
}
.menu-link:hover {
    background: var(--sec-text);
}

#chfont {
    position: fixed;
    top: 50px;
    left: 10px;
    text-align: center;
    z-index: 9;
    display: flex;
    gap: 5px;
    align-items: center;
    background: var(--base-bg2);
    border-radius: 6px;
    justify-content: center;
}
#chfontbut {
    width: 26px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chfontbut::after {
    content: '\f013';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    font-size: 15px;
    font-family: 'FontAwesome';
    color: var(--text);
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {
    display: none;
    background-color: var(--quote);
    color: #150e0c;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 4px;
}
#chfontsize {
    width: auto;
    display: none;
    padding-right: 5px;
}
#chfont.active select, #chfont.active #chfontsize {
    display: flex;
    gap: 5px;
    align-items: center;
}
.fsizeplus, .fsizeminus {
    background-color: var(--accent);
    color: #e7e7e7;
    cursor: pointer;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}


/*** ÌÎÁÈËÜÍÛÉ ***/
@media screen and (max-width: 540px) {
html, body, #pun, .punbb  {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    -webkit-text-size-adjust: none;
    overflow-wrap: break-word;
    float: none;
    margin: auto;
}




.blockButton:before {
    margin-top: -21px !important;
    margin-left: 0px !important;

}

#pun-searchtopics .tc2 {
    width: 100% !important;
    display: flex !important;
    font-size: 11px;
    margin-left: 5px;
}






body {
    position: relative;
    background-position: center 0;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch!important;
    overflow-y: scroll !important;
    z-index: 1;
}

#pun {
    max-width: 540px;
    padding: 0!important;
    border-radius: 0;
    background: var(--base-bg2);
    position: relative;
    padding-bottom: 0;
    border: none;
    margin: 0;
}

.punbb .pa-avatar:after {
display: none;
}


.ismoderator #pun-ulinks, .ismoderator #pun-navlinks .container li a, .ismoderator #pun-navlinks .container li a:hover {
    text-align: center;
}

#pun-ulinks, #pun-navlinks .container li a, #pun-navlinks .container li a:hover {
    margin: 0 5px;
}

#pun-ulinks {
    margin: 0px 0 0 10px !important;
    position: absolute !important;
    top: 10px !important;
    left: 0px;
    line-height: 32px!important;
    border: 0 !important;
}
#pun-ulinks:before {
    content: "\f0c9";
    font-family: 'Font Awesome 6 Pro'!important;
    font-size: 23px!important;
    color: var(--tab-text);
}

#pun-ulinks .container {
    width: 250px!important;
    top: 0px;
    padding: 10px !important;
    margin: 0 !important;
    left: 45px;
    width: 140px;
    height: auto !important;
    background: var(--profile-bg);
    border-radius: 6px;
    border: 1px solid var(--dark-bord);
}


#pun-ulinks li {
    display: block !important;
    margin-bottom: 5px!important;
    background: var(--accent);
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f5d7a65e;
    transition: all .5s linear 0s !important;
}



#pun-ulinks li a {
    display: block !important;
    margin: 0!important;
    color: var(--tab-text) !important;
    font-size: 12px!important;
    padding: 0;
}


#pun-ulinks:hover ul, #pun-ulinks:focus ul {
    display: block;
}
#pun-title table {
    height: auto !important;
    background: none;
    width: 0;
    MARGIN: AUTO;
}

#pun-about p.container {
    width: 100%;
    margin-left: -10px!important;
    border-bottom-left-radius: 18px!important;
    border-bottom-right-radius: 18px!important;
}

#pun-ulinks {
    margin: 2px 0 0 15px !important;
    position: absolute !important;
    top: 10px !important;
    left: 0px;
    line-height: 32px!important;
    border: 0 !important;
    width: 40px;
    text-align: left !important;
}

#pun-ulinks ul {
    display: none;
    z-index: 10000;
    position: absolute;
    top: 47px;
    right: 0;
}
#pun-ulinks:hover ul, #pun-ulinks:focus ul {display: block;}

#pun-ulinks > span.notify-bubble {display: block!important;}

#pun-navlinks .container li {padding: 0 1px !important; margin: 0!important; line-height: 19px !important;}
#navrules, #navextra2, #navextra3, #navextra4, #navextra5, #navextra6, #navextra7, #navextra8, #navextra9, #navextra10 {display: none !important;}

#pun-ulinks, #pun-navlinks .container li a, #pun-navlinks .container li a:hover {margin: 0 5px;}




#pun-status span {
    white-space: break-spaces;
    margin-right: 0.5em;
}

#stylelist {
    position: absolute;
    z-index: 2;
    opacity: 1;
    top: 6px;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 30px;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    gap: 12px;
    box-sizing: border-box;
    right: auto;
    align-items: center;
    justify-content: center;
    width: 100px;
}

#pun-status .container {
    text-align: left!important;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    height: auto;
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    border-width: 1px 0;
    border-radius: 0;
    font-size: 16px;
}
#pun-crumbs1 p.container, #pun-crumbs2 p.container {
    text-align: left!important;
    margin: 0 20px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    font-size: 17px;
}
#pun-crumbs1 p.container {
    margin: 10px;
}


.punbb .linkst {
    height: 20px;
    font-size: 8px;
    text-transform: uppercase;
    align-items: center;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 0 10px 0!important;
}

.punbb .linksb {
    margin: 0 10px;
}


.punbb tbody.hasicon td.tcl {
    padding: 0!important;
    display: block;
    width: 100%!important;
}


.forum td.tcr {
    margin-bottom: 0;
    display: block;
    text-align: right!important;
    width: 100% !IMPORTANT;
    margin-top: 2px;
    padding: 0;
}

#pun-index td div.tclcon {
    background: #c3c3c354;
    margin: 0 !important;
    border-radius: 10px;
    padding: 10px 20px;
}
#pun-stats .container {
    padding: 15px 15px 15px 15px!important;
    margin: 0;
    border-width: 1px 0;
    border-radius: 0;
    background: url(https://forumstatic.ru/files/001c/7d/4f/35745.webp?v=1) repeat padding-box,  var(--txtr) border-box;
}
#pun-stats li.item1, #pun-stats li.item2 {
    float: none !important;
    margin-bottom: 5px;
}
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: left !important;
    margin-bottom: 10px;
}

#pun-about p.container {
    border: none !important;
    background-image: none;
    margin: 0px 0px -100px -80px;
    background-position: bottom left;
    background-repeat: repeat-x;
    overflow-x: hidden;
    width: auto;
    padding-bottom: 0px;
}


#pun-crumbs2 .container {
    margin-left: 20px;
    margin-top: 0px;
}
.post-author {
    float: none!important;
    padding-top: 10px;
    width: 100% !important;
    border-radius: 0;
    margin-bottom: 25px;
    margin: 0 !IMPORTANT;
    border-width: 1px 0;
    border-radius: 0 !important;
}
#pun-main .post-author ul {
    margin: 10px 35px!important;
}



#pun-viewtopic .post h3 {
    border-radius: 0;
}


.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
}


.post-author li {
    text-align: left;
}
.pa-title {
    font-size: 10px !IMPORTANT;
    margin: 0 !important;
}


.pa-avatar {
    margin: 0;
    float: right;
    top: 13px;
    position: absolute;
    right: 22px;
}
.pa-avatar img {
    object-fit: cover;
    width: 60px;
    height: 60px;
}

.punbb .post-links ul {
    margin-left: 0;
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 500;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
}

.punbb .post-links ul a {
    padding: 3px 10px;
    font-size: 9px;
}

.punbb .post .container {
    padding-right: 0;
}




.punbb .post-box {
    padding: 10px 10px 0 10px!important;
}
.punbb .post-body {
    margin-left: 0px;
}

.punbb .formal .container {
    padding: 0;
}
.punbb fieldset {
    padding: 0 10px;
}


#pun-viewforum .main table {
    table-layout: fixed;
    width: 100%;
    padding: 10px;
}
#pun-searchtopics .main .tcl, #pun-viewforum .main .tcl {
    width: 100% !important;
    padding: 0px;
}
#pun-break1, #pun-break2, #pun-break3, #pun-break4, .category th, .category .tc2, .category .tc3, .forum th, .forum .tc2, .forum .tc3, #post-form legend {
    display: none !important;
    width: 0 !important;
}




#profile-right {
    width: 100% !important;
    display: block;
}
#profile-left {
    width: 100% !important;
    display: block;
}
#main-reply {
    width: 100% !important;
}



#form-buttons td {
    padding: 0 5px !important;
    display: inline-block;
    width: 31px;
}


#button-files_rusff {
    display: none !important;
}



#form-buttons td:hover {
    background-color: transparent !important;
}






.punbb .pa-avatar:after {
    content: ' ';
    width: 41px;
    background: none;
    height: 115px;
    position: absolute;
    top: 60px;
    left: -26px;
}
.banners {
    left: 0;
    width: 100%!important;
    text-align: center;
    margin: 110px 0 0 0 !important;
    border-radius: 0;
    height: 50px;
    border: none;
    position: absolute;
}

.banners div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 31px;
    overflow-y: auto;
    margin: 10px;
    padding-right: 10px;
    justify-content: flex-start;
    box-sizing: border-box;
}

#form-buttons td {
    background-image: none !important;
    display: inline-block;
    position: relative;
    width: 27px;
    height: 27px;
    margin: 0px 0px 0px 0px !important;
}
#profilenav li {
    padding: 7px 15px!important;
    display: inline-block;
}
#profilenav {
    float: none!important;
    width: 100%!important;
    margin-left: 0 !important;
}

#profile .container {
    padding: 0 !important;
}

#notify-settings {
    display: none;
}

#viewprofile h2, #profilenav h2 {
    margin: 0 0 10px 0!important;
}
#viewprofile ul, #profilenav ul {
    padding: 0!important;
    margin: 0 0 15px 0!important;
    border: none!important;
    background-color: transparent!important;
}
.punbb tbody.hasicon td.tcl {
    padding: 0!important;
    display: block;
    width: 100%!important;
}
#pun-messages .tclcon {
    padding: 10px 0 10px 17px!important;
}

#pun-messages .user-avatar {
    display: none !IMPORTANT;
}

#pun-messages table Div.icon, #pun-messages TR.inew Div.icon {
    margin-top: 13px;
}
#register input, #register select, #profile input, #profile select, #punbbsearch input, #punbbsearch select {
    max-width: 200px!important;
}
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 20%;
}

#pun-userlist .user-avatar {
    display: none;
}
#pun-userlist .usertable .container {
    padding: 0 0.3em 2.3em 0.3em;
    border-top: none;
}

#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
    width: 15%;
}


#BookmCntToggle {
    position: absolute !important;
    left: 10px !IMPORTANT;
    width: 20px !important;
    height: 20px !IMPORTANT;
    opacity: .7;
    cursor: pointer;
    z-index: 3;
    transition: opacity .3s ease-out;
    top: -142px !important;
    display: none !important;
}


#tags .container {
    position: absolute;
    right: 0px;
    top: 83px !IMPORTANT;
    left: 0px;
    z-index: 2;
    width: 350px;
    padding: 10px;
    box-sizing: border-box;
}



.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    margin: 0px 0px 10px 0px;
    display: none;
}
.post-img-Sp {
    width: 140px;
    margin: 10px 6px 0 !important;
    display: none;
}


#form-buttons tr {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
    margin-bottom: 20px;
}

#pun-main .category h2, #pun-stats h2 {
    margin: 0 0px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    height: 20px;
    display: flex;
    padding: 0 !important;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    border-width: 0;
}


#pun-index .category table tr {
    padding: 0;
    -webkit-appearance: none;
    display: block !important;
    margin: 20px 20px;
    position: relative;
    overflow: visible;
}


#pun-index .category table tr + tr {
    margin: 15px 20px;
}

#pun-index .tcl h3 {
    text-align: left;
    height: auto;
    display: block;
    margin-top: 0px;
    letter-spacing: .5px;
    font-weight: 400;
}


.punbb .user-avatar {
    margin: 1px 0px 2px 20px!important;
    float: right !important;
    display: none;
}



#pun-viewforum .tcr {
    position: relative;
    display: block;
    width: 100%;
    gap: 0 10px;
    align-items: center;
}





#pun-navlinks a {
    color: #293334;
    transition: 1s;
    letter-spacing: .4px;
}


#pun-navlinks a:hover {
    color: #d28d95;
    transition: 1s;
    letter-spacing: .4px;
}



#form-buttons table, #form-buttons tbody, #form-buttons tr {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0px;
}


#selectMobVers, #selectDescVers {
    display: block;
    border: 1px solid var(--brd1);
    background: var(--bgpun);
}

.queue, .best_ep, .activees2, .activees, .pa-fld7 {
    display: none;
}

#pun-index .tcr {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 10px;
}
#pun-navlinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    text-transform: lowercase;
    justify-content: center;
    width: 100%;
    position: relative;
    top: auto;
    background: var(--base-bg);
    height: 48px;
    margin: -10px 0 0 0 !important;
    border-top: 1px solid var(--dark-bord);
}


tr.inew div.icon {
    margin-left: -40px;
}

.activees, .activees2, .tab-ams, .accordion {
    display: none;
}
.go-up, .go-down, #pun::before, .drink span:before, .drink span:after {
    display: none;
}

#pun-navlinks .container {
    padding: 0px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1px;
}

#pun-index .category h2 span, #pun-stats h2 span {
    font-size: 24px;
    justify-content: center;
}


.punbb .post h3 span {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
}


#pun-stats h2 span {
    font-size: 16px;
}

#pun-main .category h2, #pun-stats h2 {
    height: auto;
}

#pun-mod .category .tc2 {
    display: block !important;
    width: auto !important;
}

.bnrs {
    border-radius: 0;
    align-items: center;
    height: 53px;
    text-transform: uppercase;
    border: 1px solid transparent;
    width: 100%;
    /* position: absolute; */
    margin-top: 109px;
    /* box-sizing: initial;*/
    margin-bottom: 0 !IMPORTANT;
}

#pun-ulinks .container {
    display: none;
}


#pun-navlinks .container li a {
    display: inline-block !important;
    padding: 0 !important;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-style: normal !important;
    color: var(--bord);
}
#pun-ulinks, #pun-navlinks .container li a, #pun-navlinks .container li a:hover {margin: 0 5px;}
#pun-navlinks .container li a span {font-size: 0 !important;}
#pun-navlinks li#navindex a:before {content: "\f015";}
#pun-navlinks li#navuserlist a:before {content: "\f0c0";}
#pun-navlinks li#navsearch a:before {content: "\f002";}
#pun-navlinks li#navprofile a:before {content: "\f2bd";}
#pun-navlinks li#navpm a:before {content: "\f0e0";}
#pun-navlinks li#navadmin a:before {content: "\f013";}
#pun-navlinks li#navlogout a:before {content: "\f08b";}
#pun-navlinks li#navregister a:before {content: "\f234";}
#pun-navlinks li#navlogin a:before {content: "\f02e";}
#pun-navlinks li#navpr_1 a:before {content: "\f1d8";}
#pun-navlinks li#navpr_2 a:before {content: "\f02d";}
#pun-navlinks li#navextra1 a:before {content: "\f02e";    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-size: 20px;}
#pun-navlinks li#navextraBL a:before {content: "\f05e";    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-size: 20px;}

#pun-index .category .container {
    border-radius: 0;
    border-width: 1px 0;
}
.Add {
    display: none;
}



#form-buttons {
    margin-bottom: 10px !important;
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}


#plng {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#form-buttons table tr {
    display: flex;
    gap: 7px;
    margin-bottom: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
}


#pun-adnav ul {
    display: flex !Important;
    flex-wrap: wrap !Important;
}


#pun-adnav {
    float: none !Important;
    width: 100% !Important;
    margin-left: 0 !Important;
}

.adminmain {
    padding-left: 0 !important;
    margin-bottom: 0 !IMPORTANT;
}

.punbb {
    height: auto !important;
}

.punbb-admin .adminmain {
    padding: 0em 0px !important;
}

.punbb-admin #pun-adnav {
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0em;
    display: block;
    box-sizing: border-box;
}

.punbb-admin {
    width: 100%;
    max-width: 540px;
    background: #c9c7c4;
}
#pun-admain fieldset {
    border-color: transparent;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

.admin-advert-block {
    width: 100% !IMPORTANT;
    height: 60px;
}

#pun-admain fieldset {
    border-color: transparent;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

#pun-admain fieldset .handle, #pun-admain fieldset p {
    border-left-width: 10em !important;
}

#pun-admain .adlabel {
    width: 11em !important;
    margin-left: -10em !important;
}

.shapp span {
    font-family: 'asther';
    font-size: 3rem;
    text-transform: none;
    color: var(--tab-text);
    margin-top: 16px;
    display: block;
    text-align: center;
    line-height: 89px;
    font-size: 14vw;
}

.shapp {
    box-sizing: border-box;
    background: var(--cat-fon) bottom center/cover;
    width: 100%;
    position: relative;
    left: 0;
    height: 220px;
    display: flex;
    align-items: center;
    border-bottom: none;
    flex-direction: column-reverse;
    justify-content: center;
}
.reveal-modal {
    margin-left: 0;
    left: 0;
    width: auto !important;
}
.reveal-modal.xlarge {
    margin-left: 0 !important;
}

.modal_wrap info {
    padding: 0;
    width: 100%;
    height: auto;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: -19px;
    right: 0;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}



#html-header ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}


#pun-messages .post-links ul {
    margin-left: 0;
}

.dust, .tab-anim {
display: none;
}

.tab-info {
    font-family: var(--main-font);
    text-transform: uppercase;
    position: absolute;
    /* border: 1px solid red; */
    top: 114px;
    width: 92%;
    right: auto;
    font-size: 9px;
    letter-spacing: .9px;
    text-align: center;
    z-index: 1;
    display: block !important;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(9px);
    border-radius: 10px;
}

#pun-announcement .container {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    background: var(--pf-bg);
    margin: 0;
    height: 86px;
    border-radius: 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    align-items: center;
    padding: 0 14px;
    position: relative;
    margin-top: 0;
    border: 1px solid var(--bord);
    width: 100%;
    border-width: 1px 0;
    box-shadow: -1px 8px 20px #00000017;
}

#pun-announcement.section {
    margin-bottom: -11px;
}

#pun-main {
    background: var(--base-bg2);
    border-radius: 0;
    padding: 0;
    color: var(--text);
    margin-top: 0;
}
#pun-index .category .container {
    padding: 0;
}
#pun-about p span {
    margin-top: 0;
}
.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 0;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--pf-bg);
    text-transform: lowercase;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000d;
    border: 1px solid var(--bord);
    flex-wrap: wrap;
}

.punbb .modmenu .container {
    margin: 0 20px 20px;
}

.pa-fld1, .pa-fld2 {
    display: none;
}
.pa-author {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 0;
    align-items: center;
    margin: 0 0 10px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.author-wrap {
    background: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}
.indOnline, .indOffline {
    position: relative;
}

.pa-avatar img {
    border: 1px solid var(--dark-bord);
}
.wrap-resp {
    gap: 6px;
    display: flex;
    justify-content: flex-start;
    margin: 20px 0px;
}
.ls-s {
    left: auto;
    right: 31px;
    width: 22px;
    height: 28px;
    border-radius: 0 0 5px 5px;
    top: 0;
}

.pa-ip {
display: none;
}

.punbb .post-box {
    padding: 20px;
    background: var(--pf-bg);
    margin: 0;
    border-radius: 0;
    box-shadow: 3px 4px 20px #8d8d8d14;
}

#html-footer.section {
    margin-bottom: 0 !important;
}
.hallow-pers {
    height: auto;
}

.pers-lines {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -39px;
}

.str-bonus {
    display: flex;
    gap: 20px;
    margin: 20px !IMPORTANT;
    /* border: 1px solid red; */
    height: 232px;
    flex-wrap: wrap;
}

.str-bonus {
    display: flex;
    gap: 20px;
    margin: 20px !IMPORTANT;
    /* border: 1px solid red; */
    height: auto;
    flex-wrap: wrap;
}

.frst-dnd {
    width: 100%;
}

.pers-dnd {
    border: 1px solid #00000012;
    background: var(--html-bg) center/cover;
    padding: 20px;
    display: flex;
    gap: 30px;
    border-radius: 10px;
}

.secnd-dnd {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 1px !important;
    font-family: var(--main-font);
}
.custom_tag.custom_tag_wrap.wrapper {
    background: var(--quote);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #adaaaa5e;
    box-shadow: 0px 0px 20px #0000000f;
    display: flex;
    flex-direction: column;
}

.custom_tag.custom_tag_levo.buttons.butleft {
    margin-right: 0;
}
.gbook-ams {
    display: flex;
    gap: 20px;
    margin: 20px 30px;
    background: var(--quote);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #00000014;
    flex-wrap: wrap;
}
.maj {
    margin: 20px 50px !important;
    /* border: 1px solid red; */
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


}





/*** ÊÎÍÅÖ ÌÎÁÈËÜÍÎÃÎ  ***/



/***   ÊÍÎÏÊÈ ÌÎÁÈËÊÈ-ÄÅÑÊÒÎÏÀ   ***/
#selectMobVers, #selectDescVers {
    top: 180px;
    display: none;
    padding: 4px 5px;
    height: 32px;
    width: 32px;
    z-index: 75;
    cursor: pointer;
    line-height: 1;
    font-size: 0px;
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    border: none;
    backdrop-filter: blur(10px);
}

#selectDescVers {right: 0px}
#selectMobVers {left: 0px;}

#selectMobVers:before, #selectDescVers:before {
display: block; position: relative;
font-family: 'Font Awesome 6 Pro'!important;
font-weight: 400;
}
#selectMobVers:before {
content: "\f3cf";
font-size: 16px;
    color: var(--tab-text);
background-image: none;
}
#selectDescVers:before {
    content: "\f109";
    font-size: 16px;
    color: var(--tab-text);
    background-image: none;
}

@media screen and (max-width: 1070px) {
#selectMobVers, #selectDescVers {
    display: block;
    z-index: 999;
}


.sty {
    position: absolute;
    /* border: 1px solid red; */
    height: 50px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    width: 200px;
    margin-left: 28px;
    top: 265px;
}



}



@media screen and (max-width: 540px) {
#selectMobVers, #selectDescVers {display: block;}
.sty {
    position: absolute;
    /* border: 1px solid red; */
    height: 50px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 83%;
    margin-left: 0 !IMPORTANT;
    left: 50%;
    transform: translateX(-50%);
    top: 143px !important;
    z-index: 9;
}

}







/*Âêëàäêè*/
.custom_tag.custom_tag_wrap.wrapper {
    background: var(--quote);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #adaaaa5e;
    box-shadow: 0px 0px 20px #0000000f;
}

.custom_tag.custom_tag_levo.buttons.butleft {
    margin-right: 10px;
    background: url(https://forumstatic.ru/files/001c/99/e9/22391.jpg) top/cover;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #00000014;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.custom_tag.custom_tag_wrap.wrapper p {
    margin: 0 0 0 0px;
    padding: 0;
    line-height: normal;
}


.pravil {
    background: url(https://forumstatic.ru/files/001c/99/e9/22391.jpg) center/cover;
    border-radius: 5px;
    border: 1px solid #bcbdbd;
    box-shadow: 0px 0px 10px #0000000f;
    margin: 10px 15px;
}

.pravil-zag p {
    background: var(--cat-fon) center/cover;
    border-radius: 5px;
    padding: 2px 10px 5px !important;
    text-align: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    color: var(--tab-text);
    font-style: italic;
    font-size: 27px;
}


.pravil-text {
    margin: 20px 25px;
    font-family: var(--main-font);
}

.important-pravil {
    margin: 10px 0;
    background: var(--accent2);
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--tab-text);
}


.pravil-text p:not(:last-child) {
    margin: 0 0 10px 0px !IMPORTANT;
}



/*Òåêñò*/
.gbook p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal !important;
}

.gbook {
    background: var(--html-bg) center/cover;
    border-radius: 10px;
    border: 1px solid #0000000a;}


.gbook-title p {
    background: var(--cat-fon);
    border-radius: 10px;
    padding: 5px 10px !important;
    text-align: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-style: italic;
    color: var(--tab-text);
    font-size: 34px;
}

.gbook-ams {
    display: flex;
    gap: 20px;
    margin: 20px 30px;
    background: var(--quote);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #00000014;
}

.ams-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.ams-card img {
    width: 60px;
    border-radius: 100%;
    border: 3px solid var(--dark-bord);
    flex-shrink: 0;
}

.ams-card img:hover {
    filter: brightness(1.1);
    transition: filter 1s ease;
}

.text-ams p {
    font-family: var(--main-font);
    font-size: 11px !important;
}

.gbook-text {
    display: flex;
    gap: 20px;
    margin: 20px 30px;
    background: var(--quote);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #00000014;
    font-family: var(--main-font);
}

.gbook-text p {
    line-height: 150% !important;
}

.gbook-list {
    display: flex;
    gap: 20px;
    margin: 20px 30px;
    background: var(--quote);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #00000014;
    font-family: var(--main-font);
}


.vneh {
    flex: auto;
    margin: 10px;
    background: var(--bord);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.vneh-z p {
    background: var(--cat-fon);
    border-radius: 5px;
    padding: 0px 10px 3px!important;
    text-align: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-style: italic;
    color: var(--tab-text);
    font-size: 17px !important;
}


.vneh-text {
    margin: 10px 15px;
    height: 150px;
    overflow-y: auto;
}

.pers-plah {
    height: 36px;
    position: relative;
    border-radius: 4px;
    color: var(--tab-text);
    cursor: default;
    display: flex;
    background: var(--cat-fon) center/cover;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px;
    gap: 10px;
    margin: 5px 10px;
}

.pers-img img {
    width: 40px;}



.pers-plah-text {
    line-height: 12px;
    color: var(--tab-text);
    font-weight: 600;
    font-size: 10px;
    z-index: 9;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 82%);
    text-transform: lowercase;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    flex: 1;
}


.pers-plah-text one {
    font-size: 12px;
    font-weight: 600;
}


.pers-plah-text two {
    font-weight: 400;
    color: #f7f3ef;
}


.punbb .post-vote {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 0px;
    margin: 0 !important;
    background: var(--quote);
    border-radius: 5px;
    color: var(--text);
    font-family: var(--main-font);
    font-size: 12px;
}
.punbb .post-vote p.container {
    padding: 0px 6px 2px 9px !important;
}

.rsp_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    flex-direction: row-reverse;
}


.dark .punbb .post .post-author a {
    color: #609387 !important;
}

.dark .punbb .post .post-author a:hover {
    color: var(--navi-link-hov) !important;
}









        
        #snowCanvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }
        
.snow-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-family: Arial, sans-serif;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
        
        .snow-toggle:hover {
            background-color: rgba(255, 255, 255, 0.25);
            transform: translateY(-2px);
        }
        
        .snow-toggle:active {
            transform: translateY(0);
        }
        
        .snow-toggle i {
            margin-right: 8px;
        }



:root {
	--vkui--color_icon_tertiary: #656565;
	--vkui--color_icon_secondary: #828282;
	--vkui--animation_duration_m: 0.2s;
}
body {
	background-color: #222222;
}
.index-module__root--ytXHr {
    top: 0px;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    justify-content: center;
    border-radius: 20px;
}
.GarlandParts-module__root--xoR8F {
	display: flex;
	position: relative;
}
.GarlandParts-module__item--i8iCu {
	z-index: 1;
	overflow: visible;
	color: var(--vkui--color_icon_tertiary);
}
.GarlandParts-module__item1--Ez7Lm {
	margin-top: -5px;
	margin-left: -9px;
}
.GarlandParts-module__item2--LjZCw {
	margin-top: -3px;
	margin-left: -8px;
}
.GarlandParts-module__item3--S1Utc {
	margin-top: -8px;
	margin-left: -8px;
}
.GarlandParts-module__item4--NXg4D {
	margin-top: -6px;
	margin-left: -8px;
}
.GarlandParts-module__item5--waIp_ {
	margin-top: -7px;
	margin-left: -10px;
}

.GarlandParts-module__lamp--DCHB2 {
	color: var(--vkui--color_icon_secondary);
}

.GarlandParts-module__rootEnabled--RuoYx .GarlandParts-module__lamp--DCHB2,
.GarlandParts-module__rootEnabled--RuoYx .GarlandParts-module__shadow--_ZsNe {
	will-change: transform;
	transform: translateZ(0);
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(24, end);
}

.GarlandParts-module__item1--Ez7Lm .GarlandParts-module__lamp--DCHB2,
.GarlandParts-module__item1--Ez7Lm .GarlandParts-module__shadow--_ZsNe {
	animation-name: GarlandParts-module__animation1--kwsUW;
}

.GarlandParts-module__item2--LjZCw .GarlandParts-module__lamp--DCHB2,
.GarlandParts-module__item2--LjZCw .GarlandParts-module__shadow--_ZsNe {
	animation-name: GarlandParts-module__animation2--cvP1g;
}

.GarlandParts-module__item3--S1Utc .GarlandParts-module__lamp--DCHB2,
.GarlandParts-module__item3--S1Utc .GarlandParts-module__shadow--_ZsNe {
	animation-name: GarlandParts-module__animation3--F4HJJ;
}
.GarlandParts-module__item4--NXg4D .GarlandParts-module__lamp--DCHB2,
.GarlandParts-module__item4--NXg4D .GarlandParts-module__shadow--_ZsNe {
	animation-name: GarlandParts-module__animation4--xTDbK;
}

.GarlandParts-module__item5--waIp_ .GarlandParts-module__lamp--DCHB2,
.GarlandParts-module__item5--waIp_ .GarlandParts-module__shadow--_ZsNe {
	animation-name: GarlandParts-module__animation5--Q_bzd;
}
@keyframes GarlandParts-module__animation5--Q_bzd {
	0% {
		color: #ab47e9;
	}
	20% {
		color: #07f;
	}
	40% {
		color: #17d685;
	}
	60% {
		color: #ffd91d;
	}
	80% {
		color: #f679ff;
	}
	100% {
		color: #ab47e9;
	}
}
@keyframes GarlandParts-module__animation4--xTDbK {
	0% {
		color: #ffd91d;
	}
	20% {
		color: #f679ff;
	}
	40% {
		color: #17d685;
	}
	60% {
		color: #07f;
	}
	80% {
		color: #ab47e9;
	}
	100% {
		color: #ffd91d;
	}
}
@keyframes GarlandParts-module__animation3--F4HJJ {
	0% {
		color: #17d685;
	}
	20% {
		color: #07f;
	}
	40% {
		color: #ab47e9;
	}
	60% {
		color: #f679ff;
	}
	80% {
		color: #ffd91d;
	}
	100% {
		color: #17d685;
	}
}

@keyframes GarlandParts-module__animation2--cvP1g {
	0% {
		color: #f679ff;
	}
	20% {
		color: #ffd91d;
	}
	40% {
		color: #ab47e9;
	}
	60% {
		color: #07f;
	}
	80% {
		color: #17d685;
	}
	100% {
		color: #f679ff;
	}
}

@keyframes GarlandParts-module__animation1--kwsUW {
	0% {
		color: #07f;
	}
	20% {
		color: #17d685;
	}
	40% {
		color: #ffd91d;
	}
	60% {
		color: #f679ff;
	}
	80% {
		color: #ab47e9;
	}
	100% {
		color: #07f;
	}
}

.vkuiTappable--hasActive,
.vkuiTappable--hasHover {
	cursor: pointer;
}
.GarlandParts-module__switch--BZF8l.GarlandParts-module__switch--BZF8l {
	top: -24px;
	right: 47px;
	z-index: -1;
	padding: 0 10px;
	position: fixed;
	pointer-events: all;
	color: var(--vkui--color_icon_tertiary);
	transition: top var(--vkui--animation_duration_m);
}

.vkuiTappable>* {
    position: relative;
    z-index: 1;
}


.GarlandParts-module__switchHover--oq_9z.GarlandParts-module__switchHover--oq_9z {
    top: -20px;
}