/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1770670079.css);

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'encore';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/a7/97/38128.otf);
}



:root {
    --base-bg: url(https://forumstatic.ru/files/001c/a7/97/27744.jpg);
    --top-left-c: url(https://forumstatic.ru/files/001c/a7/97/75089.jpg);
    --bottom-left-c: url(https://forumstatic.ru/files/001c/a7/97/47821.jpg);
    --top-right-c: url(https://forumstatic.ru/files/001c/a7/97/96420.jpg);
    --bottom-right-c: url(https://forumstatic.ru/files/001c/a7/97/92913.jpg);
    --top-c: url(https://forumstatic.ru/files/001c/a7/97/30409.jpg);
    --bottom-c: url(https://forumstatic.ru/files/001c/a7/97/65937.jpg);
    --left-c: url(https://forumstatic.ru/files/001c/a7/97/55804.jpg);
    --right-c: url(https://forumstatic.ru/files/001c/a7/97/30937.jpg);    

    --pun-bg: #cfcec6;
    --base-bg2: url(https://forumstatic.ru/files/001c/a7/97/19632.jpg) repeat;
    --text: #1e1a21;
    --sec-text: #3f3d45;
    --accent: #5a4667;
    --navi-link: #cfcec6;
    --navi-link-hov: #b1aab8;
    --categ: url(https://forumstatic.ru/files/001c/a7/97/51939.jpg);
    --main-font: manrope;
    --sec-font: encore;
    --acc-font: cormorant;
    --profile-bg: url(https://forumstatic.ru/files/001c/69/df/80352.jpg);
    --quote: #c9c8c0;
    --bord: #c1c0b8;
    --bord2: #767575;
    --head: url(https://forumstatic.ru/files/001c/a7/97/90219.jpg);
    --logo-text: #dcdcdc;
    --footer: url(https://forumstatic.ru/files/001c/a7/97/40039.jpg);
    --navi-bg: url(https://forumstatic.ru/files/001c/a7/97/55800.jpg);
    --albus: url(https://forumstatic.ru/files/001c/69/df/43969.png);
    --albus-sad: url(https://forumstatic.ru/files/001c/69/df/96233.gif);
    --head-name: url(https://forumstatic.ru/files/001c/a7/97/28049.png);
    --radius: 5px;
    --tab-accent: #b4a6be;
    --icons: url(https://forumstatic.ru/files/001c/69/df/63152.png);
}


body.dark {
    --pun-bg: #28242c;
    --base-bg2: url(https://forumstatic.ru/files/001c/69/df/11779.jpg) repeat;
    --text: #d1cdd5;
    --sec-text: #aaa6ae;
    --quote: #252229;
    --bord: #2f2a33;
    --footer: url(https://forumstatic.ru/files/001c/69/df/73009.jpg);
    --head: url(https://forumstatic.ru/files/001c/69/df/39234.jpg);
    --accent: #786f86;
}


/* 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 80% Verdana;
}

/* 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;
    border-radius: 0 0 3px 3px;
    color: var(--text);
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb legend span {
    font-size: 11px;
}

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: auto;
    width: 1124px;
    margin-top: 135px;
    margin-bottom: 100px;
    background: var(--base-bg2);
    position: relative;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 80px;
}

/* 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: #000;
}



/* 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 10px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--acc-font);
    margin-bottom: 8px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    background: var(--bord);
    display: inline-flex;
    padding: 5px 20px;
    gap: 4px;
    color: var(--base-bg2);
    letter-spacing: .6px;
    margin-left: -21px;
    border-radius: 0 3px 3px 0;
    border: 1px solid var(--bord);
}


/* 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;
    border-radius: 4px;
    border: 1px solid var(--bord);
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 0em 0em 1.1em 0em;
}

/* 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
  }

/* 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);
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
  }

/* 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(--acc-font);
    font-size: 20px;
    text-align: left;
    height: auto;
    display: block;
    margin-top: 0px;
    text-transform: uppercase;
    /* border: 1px solid red; */
    letter-spacing: 0;
    margin-bottom: 3px;
}



#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 {
      text-align: left;
      border-left: none;
      }

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 400;
    margin-right: 50px;
}

#pun-index td div.tclcon b {
    color: var(--accent);
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {
    border: none;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    position: relative;
    border-right: none !important;
    border-bottom: none !important;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 22px;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 500 11px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 0;
    border-radius: 5px;
    padding: 5px 15px;
    gap: 20px;
    border: 1px solid var(--bord);
    width: 100%;
}


/* 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: 230px;
    background: var(--profile-bg) top right/cover;
    margin: 38px 0px 0px -40px;
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 12px;
    padding-top: 0px;
    position: relative;
    border: 1px solid var(--bord2);
    border-radius: 5px;
    color: var(--logo-text);
    box-shadow: 0px 0px 20px #1d192030, 0px 0px 0px 1px #1a141e inset, 0px 0px 20px #877c8f47 inset;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}


/* C3.7 */
.pa-author {
    font-family: var(--acc-font);
    font-size: 23px;
    font-weight: 400 !IMPORTANT;
    text-transform: none;
    margin: 13px 0 0px;
    text-align: center;
    position: relative;
    letter-spacing: 0;
    font-style: italic;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
}

.pa-author a:hover {
    color: var(--accent) !important;
}
/* C3.9 */
li.pa-title {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0;
    text-align: center;
    margin: 4px 0 0 0;
    text-transform: none;
}

/* C3.11 */
.punbb .post-body {
    margin-left: 190px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 40px 18px 30px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    margin-left: 0;
    margin: 0 10px;
}

/* C3.15 */
.punbb .post-links ul {
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    background: transparent;
    padding: 0 5px 10px 0;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 0.5em 1em;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  font-weight: 400;
  }

/* 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 {
    font-style: normal;
    margin: 0;
    margin-top: -55px;
}

#pun-navlinks .container {
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin: 0;
    position: absolute;
    top: -130px;
    width: 100%;
    left: 0;
}

/* D4.2 */
#pun-ulinks .container {
    padding: 0px;
    margin-top: 5px;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-flex;
    margin: 0 4px;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 0px;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
    font-size: 12px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: none;
    gap: 3px;
    background: var(--pun-bg);
    margin-top: 18px;
    border-radius: 3px;
    height: auto;
    padding: 4px 10px;
    border: 1px solid var(--bord);
    box-shadow: 7px 5px 10px #211f1d14;
}

#pun-status .container a, #pun-status .container strong {
    font-weight: 400;
}


/* 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;
    WIDTH: auto;
    margin-top: 11px;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    padding: 0em 1em 0em 1em;
    margin-top: 18px;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 20px 25px;
    border-radius: 0 0 var(--radius) var(--radius);
    font-family: var(--main-font);
    margin-top: 0;
    border: 1px solid var(--bord);
    box-shadow: 5px 5px 10px #cfcec6;
    background: var(--pun-bg);
}

/* 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 {
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* 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;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#pun-status .status-right {
display: none;
}



.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

html * {
    box-sizing: border-box;
   }
 
.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}

#pun-index .category h2, #pun-stats h2 {
    width: auto;
    height: 45px;
    -webkit-text-size-adjust: 100%;
    margin: 20px 0 0px;
    display: flex;
    padding: 0 !IMPORTANT;
    background: var(--categ) center/cover;
    justify-content: center;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    border-radius: var(--radius) var(--radius) 0 0;
    border: 1px solid var(--bord2);
    box-shadow: 0px 0px 0px 1px #2e2832 inset, 1px 3px 10px #0000001a, 0px 0px 12px #d3d3d333 inset;
    position: relative;
}


#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    font-size: 25px;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: none;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px #0f0b12, 0px 0px 10px #312c35;
    color: #ffffff94 !important;
    transition: all .7s ease-in-out 0s;
    background: linear-gradient(rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    margin-top: -9px;
}





#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}

.pagelink, .new-poll a, .new-topic a, .postlink span a {
    background: var(--pun-bg);
    padding: 3px 15px 4px;
    border-radius: var(--radius);
    text-transform: lowercase;
    border: 1px solid var(--bord);
    color: var(--text);
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
}
.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 a {
    transition: all .7s ease-in-out 0s;
    color: var(--bord);
    font-weight: 400;
}

#html-header a:hover {
    color: var(--navi-link-hov);
}


.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}





.html-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;}


.html-box a {
    background: #31243c;
    color: #e9e6e3 !important;
    padding: 6px 15px;
    font-size: 16px;
    font-family: var(--acc-font);
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid var(--bord2);
    box-shadow: 7px 5px 10px #00000024;
}

.html-box a span {
    text-transform: lowercase;
    font-size: 10px;
}


.html-box a:hover {
    background: #2b262f;
}

#tooltip {position: absolute; 
background: #587d76; z-index: 999;
max-width: 200px; border: none; border-radius: 10px; box-shadow: 0 0 0px 1px rgba(0,0,0,.05) inset; font-family: var(--main-font); font-size: 11px; display: none; color: #efeee4; text-align: center; padding: 6px 22px; font-weight: 400;}




#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}


.Add {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: #29292b;
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
content: '\f07b';
    font-family: 'Font Awesome 6 Pro';
font-size: 12px;
    color: #779b93;
}

.mssg:before {
content: '\f075';
    font-family: 'Font Awesome 6 Pro';
font-size: 12px;
    color: #779b93;
}








.Tems_And_messages {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sered {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

#plng {
    padding: 4px 10px;
    font-family: var(--main-font);
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    background: var(--quote);
    border: 1px solid var(--bord);
    border-radius: 3px;
}


.post-content .spoiler-box > div {
    background: var(--categ) !important;
    position: relative;
    padding: 10px;
    font-family: var(--main-font);
    border-radius: var(--radius);
    border: 1px solid var(--bord2);
    color: var(--logo-text);
    display: flex;
    align-items: center;
}

.spoiler-box {
    padding: 0 !important;
}

.post-content .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
    padding: 10px 15px !important;
}

.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(--logo-text);
    opacity: .5;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f06e';
    opacity: 1;
}

.allps {
    display: flex;
    justify-content: center;
    gap: 5px 20px;
    flex-wrap: wrap;
    margin: 6px 20px 10px;
    font-size: 8px;
    text-transform: uppercase;
}





.drink {
    pointer-events: none;
    font-family: var(--sec-font);
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    /* border: 1px solid red; */
    top: -82px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 117px;
    line-height: 58px;
    display: none;
    letter-spacing: .5px;
}


.drink span {
    position: relative;
    text-shadow: 1px 1px #0f0b12, 0px 0px 10px #312c35;
    color: #ffffff94 !important;
    transition: all .7s ease-in-out 0s;
    background: linear-gradient(rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
}



.drink_quo, .drink_quo2 {
    position: absolute;
    color: var(--logo-text);
    font-family: var(--acc-font);
    text-transform: none;
    top: 26px;
    /* border: 1px solid red; */
    right: 138px;
    width: 286px;
    text-align: right;
    font-size: 15px;
    letter-spacing: 0;
    height: 36px;
    font-style: italic;
}


.drink_quo2 {
    left: auto;
    right: 0;
}




.dmbldr, .pivo {
    position: absolute;
    /* border: 1px solid red; */
    top: 156px;
    left: 55px;
    width: 365px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 57px;
    font-family: var(--acc-font);
    color: var(--logo-text);
    text-shadow: 1px 1px #0f0b12, 0px 0px 10px #dadad21f;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: .6px;
    gap: 0;
    justify-content: center;
}




.dmbldr span, .pivo span, .actv-us span {
    font-size: 15px;
    color: var(--tab-accent);
    font-style: italic;
    text-transform: lowercase;
}


.pivo {
    display: flex;
    top: 156px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    left: 704px;
}


.actv-us {
    position: absolute;
    color: var(--logo-text);
    font-family: var(--acc-font);
    text-transform: uppercase;
    top: 32px;
    /* border: 1px solid red; */
    left: 105px;
    width: 286px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    height: 36px;
    display: flex;
    flex-direction: column;
}

.activees {
    height: 56px;
    width: 354px;
    top: 84px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    /* border: red 1px solid; */
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    gap: 0 20px;
    left: 57px;
    z-index: 1;
}
.activees div {
    position: relative;
    width: 100px;
    height: 48px;
    box-shadow: 0px 0px 0px 1px #000, 0px 0px 0px 2px var(--bord2);
    border-radius: var(--radius);
}


.activees img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    object-fit: cover;
    object-position: center;
}


.activees div:after {
    content: "";
    background: var(--accent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
    border-radius: var(--radius);
    box-shadow: 0px 0px 11px #b097c1 inset;
}


.activees div:hover img {
    filter: grayscale(1);
}

.activees div:hover:after {
    background: var(--bord2);
}


#pun-stats h2 span {
    font-size: 0;
}


#pun-admain .adlabel {
    width: 17em !important;
}




.proffl {
    background: var(--text);
    padding: 3px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #76757570;
    box-shadow: 3px 4px 10px #0000002e;
}
.pa-fld1 {
    color: var(--navi-link);
    font-family: var(--acc-font);
    font-size: 18px;
    text-transform: none;
    font-style: italic;
}


.pa-fld3 {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 10px 0;
}

.pa-respect, .pa-posts, .pa-fld2 {
    font-family: var(--main-font);
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    padding: 2px 0 !important;
    margin-top: 0;
    height: auto;
    width: 55px;
}


.proffl2 {
    display: flex;
    justify-content: center;
    height: 44px;
    gap: 10px;
}





#awards-content td:nth-child(4) {
display: None;
}


#pun-profile #awards-content  td:nth-child(4) {
    display: block;
}

#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-family: var(--main-font);
}

#pun-index .category .container {
    position: relative;
    padding: 0;
    background: var(--pun-bg);
    margin: 0;
    border: 1px solid var(--bord);
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 5px 5px 10px #00000017;
    border-width: 0 1px 1px 1px;
}

.dark #pun-index .category .container, .dark #pun-stats .container {
    position: relative;
    background: var(--pun-bg);
    border: 1px solid var(--bord2);
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 5px 5px 10px #00000017;
    border-width: 0 1px 1px 1px;
}
#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    position: relative;
    align-items: center;
    margin: 0 30px 0 50px;
    padding: 10px 0;
}


.drink-logo {
    position: absolute;
    background: var(--head-name);
    width: 728px;
    height: 124px;
    top: -85px;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
}

.portr {
    background: var(--albus);
    height: 293px;
    width: 331px;
    position: absolute;
    top: -64px;
    left: 398px;
    z-index: 0;
    pointer-events: none;
}


.albus-gif {
    background: var(--albus-sad);
    width: 170px;
    height: 179px;
    position: absolute;
    opacity: 0;
    left: 480px;
    top: 40px;
    transition: 1s;
}
.albus-gif:hover {
    opacity: 1;
}


/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.spirit-navigation, .spirit-navigation2 {
    background: var(--navi-bg) center/cover;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--acc-font);
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0;
    position: absolute;
    top: 84px;
    left: 733px;
    height: 48px;
    z-index: 100;
    color: var(--logo-text);
    flex-direction: column;
    box-shadow: 0px 0px 0px 1px #000, 0px 0px 0px 2px var(--bord2), 0px 0px 20px #4d455380 inset;
    border-radius: var(--radius);
    align-content: center;
}
.spirit-navigation2 {
    left: 907px;
}
.spirit-navigation span, .spirit-navigation2 span {
    font-size: 15px;
    color: var(--tab-accent);
    font-style: italic;
    text-transform: lowercase;
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
#navigblock, #navigblock2 {
    left: 424px;
    position: absolute;
    top: 66px;
    text-align: center;
    z-index: 999;
    width: 283px;
}


/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sslka, .sslka2 {
    border-radius: var(--radius);
    justify-content: space-evenly;
    background: var(--text);
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    height: 164px;
    border: 1px solid var(--bord2);
}
/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
#pun .sslka a, #pun .sslka2 a {
    border-radius: var(--radius);
    gap: 6px;
    font-weight: 400;
    background: var(--accent);
    text-transform: uppercase;
    padding: 2px 10px;
    font-size: 10px;
    font-family: var(--main-font);
    color: var(--logo-text);
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
}

/* ññûëêà ïðè íàâåäåíèè */
#pun .sslka a:hover, #pun .sslka2 a:hover {
    background: var(--text);
    color: var(--logo-text);
}


.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;
}

.punbb .post .container {
    border: none;
    border-radius: 6px;
    background: var(--pun-bg);
}

#pun-mod  .tcl {
    text-align: left;
    width: 12%;
}





#pun-admain #awards-content td:nth-child(4) {
    display: block;
}


.newtext {
    font-size: 9px;
    background: var(--accent);
    padding: 2px 5px;
    border-radius: 3px;
}


.newtext a {
    color: var(--logo-text) !important;
    font-size: 11px;
}

.pf-plash {
    background: var(--base-bg);
    height: 36px;
    padding: 6px 10px;
    border-radius: 0 0 var(--radius) var(--radius);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -3px -3px;
    border: 1px solid #454246;
    border-width: 1px 0 0 0;
    width: 206px;
    background-position: center !important;
    background-size: cover !important;
}


.footer-q {
    position: absolute;
    color: var(--logo-text);
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%);
    margin-top: -22px;
}


.footer-q one {
    font-family: var(--sec-font);
    font-size: 29px;
    line-height: 29px;
    margin-top: -11px;
    text-shadow: 1px 1px #0f0b12, 0px 0px 10px #312c35;
    color: #ffffff94 !important;
    transition: all .7s ease-in-out 0s;
    background: linear-gradient(rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
}


.footer-q two {
    font-size: 15px;
    font-family: var(--acc-font);
    font-style: italic;
    color: var(--navi-link-hov);
}


#navprofiles {
  position: relative;
  z-index: 999;
}

#pun-navlinks.section .multiacc-profilemenu {
    position: absolute;
    top: 29px;
    right: 0px;
    width: max-content;
    height: auto;
    background: #f4f4f4;
    color: #333;
    border-radius: var(--radius);
    border: 1px solid var(--bord2);
    box-shadow: 3px 5px 10px #0000001c;
    padding: 0;
}

.multiacc-profilemenu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;
  width: 100%;
}

.multiacc-profilemenu li a {
  display: block;
  flex-grow: 1;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.multiacc-profilemenu li:first-child {
    background-color: var(--logo-text);
    font-weight: 700;
    border-radius: var(--radius) var(--radius) 0 0;
}

#pun-navlinks.section .multiacc-profilemenu li {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  font-size: 0.8rem;
  padding: 6px 16px 10px;
  border-bottom: 1px solid #64695c69;
  top: 0;
}

#pun-navlinks.section .multiacc-profilemenu li:last-child {
  border-bottom: 0;
}

#pun-navlinks.section .multiacc-profilemenu li:hover {
  box-shadow: inset 0px 0px 30px 3px rgba(43, 67, 62, 0.2);
}

#pun-navlinks.section .multiacc-profilemenu li a {
    color: #555;
    font-family: var(--main-font);
    font-size: 13px;
    padding: 0;
}

#pun-navlinks.section .multiacc-profilemenu li a:hover {
  color: #888;
}

.multiacc-delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: auto;
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 10px;
}

.multiacc-dialog {
  z-index: 9999;
  padding: 10px;
  font-size: 0.8rem;
  background: #e8e8e8 !important;
  border: 1px solid #999;
  color: #333;
}

.multiacc-dialog > form {
  border: 1px solid #ccc;
  padding: 10px 10px 2px;
}

.multiacc-dialog input {
  padding: 4px 10px;
  border: 1px solid #b9bfb0;
}

.multiacc-dialog div {
  display: flex;
  justify-content: center;
}

.multiacc-dialog div:not(.multiacc-dialog div:last-child) {
  flex-direction: column;
}

.multiacc-dialog button {
  margin: 6px;
  padding: 4px 8px;
  background: #f4f4f4;
  color: #555;
  border-inline: 1px solid #999;
  border-block: 0;
  border-radius: 4px;
  cursor: pointer;
}

.multiacc-dialog button:hover {
  color: #444;
}

.arion-btn {
    background: #19141a;
    border-radius: var(--radius);
    cursor: pointer;
    position: fixed;
    top: 15px;
    left: 52px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border: 1px solid var(--bord2);
    box-shadow: 5px 0 20px #00000033;
}
.arion-cont {
    max-height: 0;
    opacity: 0;
    padding: 0 15px;
    background: var(--categ) center/cover;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: auto;
    position: fixed;
    top: 47px;
    left: 10px;
    max-width: 300px;
    border: 1px solid var(--bord2);
    box-shadow: 5px 0 20px #00000033;
}
.arion-cont.active {
    max-height: 200px;
    opacity: 1;
    padding: 15px;
    z-index: 999;
}

.arion-btn span::before {
    content: '';
    height: 19px;
    width: 19px;
    background: var(--logo-text);
    mask: url(https://forumstatic.ru/files/001c/69/df/39972.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/69/df/39972.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    display: block;
}

#chfont {
    position: fixed; /*ïîçèöèîíèðîâàíèå*/
    top: 10px; /*îòñòóï ñâåðõó*/
    right: 10px; /*îòñòóï ñëåâà*/
    text-align: center; /*òåêñò ïî öåíòðó*/
    line-height: 22px; /*âûñîòà ñòðîê*/
    -moz-opacity: .8; /*ïðîçðà÷íîñòü*/
    opacity: .8;
    z-index: 999999;
}
#chfont:hover {
    opacity: 1; /*óáèðàåò ïðîçðà÷íîñòü ïðè íàâåäåíèè*/
    -moz-opacity: 1;
}
#chfontbut {/*èêîíêà ðåãóëÿòîðà*/
    width: 26px; /*øèðèíà*/
    height: 26px; /*âûñîòà*/
    background: url(https://i.gyazo.com/364c0e92a2be83cb87d9000ce2869eaf.png) center no-repeat; /*êàðòèíêà èêîíêè*/
    background-color: #d2c1b7; /*ôîí*/
    float: left; 
    border: solid 2px #70625a; /*ðàìêà âîêðóã èêîíêè*/
    margin-right: 2px;
    cursor: pointer;
    position: relative;
}
#chfontbut::after {/*êðåñòèê íà èêîíêå*/
    display: none;
    position: absolute;
    content: 'x';
    top: 0;
    right: 0;
    color: #920000; /*öâåò êðåñòèêà*/
    line-height: 7px; /*âûñîòà ñòðîêè*/
    font-size: 12px; /*ðàçìåð êðåñòèêà*/
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {/*ïîëå âûáîðà âèäà øðèôòà*/
    display: none;
    background-color: #d2c1b7; /*öâåò ôîíà*/
    color: #150e0c; /*öâåò òåêñòà*/
    margin-bottom: 2px; /*îòñòóï ñíèçó*/
    cursor: pointer;
}
#chfontsize {
    display: flex;
    flex-shrink: 0;
    height: 20px;
    gap: 4px;
}
#chfont.active select,
#chfont.active #chfontsize {
    display: block;
}
.fsizeplus, .fsizeminus {
    background: var(--accent);
    color: var(--logo-text);
    cursor: pointer;
    border: 1px solid var(--bord2);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: var(--logo-text);
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-font);
    font-weight: 600;
    border-radius: 4px;
}

.ds-wap {
    width: 100%;
}



.font-nav {
    display: flex;
    gap: 10px;
}

select#chfontfam {
    padding: 0;
    border-radius: 3px !important;
    background: #19141a;
    width: 118px;
    height: 20px;
    color: var(--logo-text);
    border: 1px solid var(--bord2);
}

.design-swap {
    display: flex;
    gap: 8px 20px;
    margin: 16px 0 0;
    flex-wrap: wrap;
    background: #19141a;
    border-radius: 5px;
    border: 1px solid var(--bord2);
    padding: 9px 15px;
    font-family: var(--main-font);
    box-shadow: 5px 0 20px #00000033;
    color: var(--logo-text);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
#stylelist {
    gap: 10px;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    width: 74px;
    list-style-type: none;
    display: flex;
    height: 22px;
    flex-direction: row;
    opacity: 1;
    justify-content: flex-start;
}
#stylelist li[data="light"] a, #stylelist li[data="dark"] a {
    border-radius: 100%;
    font-weight: 400;
    font-size: 0;
    color: var(--bord2);
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: #2f2933;
}

#stylelist li[data="light"] a::before {
    content: '';
    background: #dcdcdc5e;
    mask: url(https://forumstatic.ru/files/001c/a3/09/39690.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/a3/09/39690.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 15px;
    height: 15px;
}

#stylelist li[data="dark"] a::before {
    content: '';
    background: #dcdcdc5e;
    mask: url(https://forumstatic.ru/files/001c/a3/09/45421.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/a3/09/45421.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 14px;
    height: 14px;
}

#stylelist  li.active {
    background: var(--accent);
    border-radius: 100%;
}

#stylelist  li.active a:before {
    background: var(--logo-text);
}

#theme-toggle {
    border: none;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background: var(--text);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tab-plash);
}

.dark .proffl {
    background: var(--pun-bg);
    padding: 3px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #76757570;
    box-shadow: 3px 4px 10px #0000002e;
}

/*** ÌÎÁÈËÜÍÛÉ ***/
@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;
}
body {
    background: var(--base-bg) center/cover;
}

.blockButton:before {
    margin-top: -21px !important;
    margin-left: 0px !important;

}

.footer-q {
display: none;
}

#pun-searchtopics .tc2 {
    width: 100% !important;
    display: flex !important;
    font-size: 11px;
    margin-left: 5px;
}

.pf-plash {
display:none;
}


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(--pun-bg);
    position: relative;
    padding-bottom: 90px !important;
    border: none;
}

.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;
}

.drink-logo, .portr {
display: none;
}

#pun-ulinks {
    margin: 4px 0 0 13px !important;
    position: absolute !important;
    top: 10px !important;
    left: -10px;
    line-height: 32px!important;
    border: 0 !important;
}
#pun-ulinks:before {
    content: "\f0c9";
    font-family: 'Font Awesome 6 Pro'!important;
    font-size: 24px!important;
    color: var(--logo-text);
}

#pun-ulinks .container {
    width: 250px!important;
    top: 0px;
    padding: 10px !important;
    margin: 0 !important;
    left: 45px;
    width: 140px;
    height: auto !important;
    background: var(--categ);
    border-radius: 6px;
    border: 1px solid var(--bord2);
    box-shadow: 5px 5px 20px #19161d2e;
}


#pun-ulinks li {
    display: block !important;
    margin-bottom: 5px!important;
    background: var(--accent);
    text-align: center;
    border-radius: 5px;
    transition: all .5s linear 0s !important;
}



#pun-ulinks li a {
    display: block !important;
    margin: 0!important;
    color: #f9f9f4 !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: 10px 20px !important;
    position: absolute !important;
    top: 10px !important;
    left: 0px;
    line-height: 32px!important;
    border: 0 !important;
    width: 20px;
}

#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 {margin: 0!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-navlinks .container li a {
    display: inline-block !important;
    padding: 0 !important;
    font-size: 16px;
}
#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;
}


#pun-status .container {
    text-align: left!important;
    position: relative;
    box-sizing: border-box;
    top: auto;
    left: 0;
    width: 100%;
    background: var(--quote);
    padding: 5px 10px;
    height: auto;
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ada8a4;
    border-width: 1px 0;
    border-radius: 0;
    margin-top: -33px;
}
#pun-crumbs1 p.container, #pun-crumbs2 p.container {
    margin-top: 10px!important;
    margin-left: 0px!important;
    text-align: left!important;
    margin-right: 10px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}


.punbb .linkst {
    height: 20px;
    font-size: 8px;
    text-transform: uppercase;
    align-items: center;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 10px !important;
}

.punbb .linksb {
    margin: 0 10px;
}


.punbb tbody.hasicon td.tcl {
    padding: 0!important;
    display: block;
    width: 100%!important;
}

#pun-index td div.tclcon {
    padding: 10px 0 0 0;
}



.forum td.tcr {
    padding: 0px 20px 12px 0!important;
    margin-bottom: 0;
    display: block;
    text-align: right!important;
    width: 100% !IMPORTANT;
    margin-top: 10px;
}

#pun-index td div.tclcon {
    border-right: none;
}
#pun-stats .container {
    padding: 15px 15px 15px 15px!important;
    margin: 0;
    background: var(--quote);
    border-radius: var(--radius);
}
#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;
    height: 0;
}

#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: 30px 0 0 0 !important;
    border-width: 1px 0;
    border-radius: 0;
}
#pun-main .post-author ul {
    padding: 20px !important;
}



#pun-viewtopic .post h3 {
    border-radius: 0;
}


.pa-author {
    margin: 0px 0 20px 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 {
    margin: 5px 10px !important;
}
.profl {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    width: auto;
    /* border: red 1px solid; */
}

.shine br {
    display: none;
}


.pa-avatar {
    float: right;
    top: 6px;
    position: absolute;
    right: 30px;
}
.pa-avatar img {
    object-fit: cover;
    width: 60px;
    height: 60px;
}
.punbb .post-links ul {
    text-align: left!important;
}
.punbb .post-links ul {
    padding: .5em 1em .5em 0;
    height: 2em;
    line-height: 2em;
    margin-left: -26em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 8px;
    font-family: var(--main-font);
    font-weight: 500;
}

.punbb .post .container {
    padding-right: 0;
}




.punbb .post-box {
    padding: 10px 10px 0 10px!important;
}
.punbb .post-body {
    margin-left: 0px;
}
.pa-online {
    position: absolute;
    display: block !important;
    top: 13px;
    left: 75%;
    height: 10px;
    width: 10px;
    margin: 0px 0 0 -7px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 100%;
    background: var(--accent);
    border: none;
}
.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: 20px;
    height: 20px;
    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: 40px;
    display: flex;
    padding: 0 !important;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    border-width: 1px 0;
}

#pun-index .category h2 seid, #pun-stats h2 seid {
    font-size: 16px;
}

#pun-index .category h2 seid::after, #pun-stats h2 seid::after {
    content: ' *';
    font-size: 20px;
    /* font-style: normal; */
}




.f_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pun-index .tcl h3 {
    font-size: 22px;
    text-align: left;
    height: auto;
    display: block;
    margin-top: 0px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 22px;
}

.podfor_link {
    font-size: 0;
    margin-top: 10px;
    display: flex;
    gap: 5px 5px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
}


.podfor_link a {
    border-radius: 0;
    transition: 1s;
    font-size: 11px;
    display: flex;
    flex: none;
    justify-content: center;
    background: #bd4085;
    padding: 1px 5px;
    color: #eae7ea !important;
    border: 1px solid #bd4085;
}

.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-announcement .container .html-box a {
    display: none;
}


.shapp {
    box-sizing: border-box;
    background: url(https://forumstatic.ru/files/001c/69/df/58505.jpg) no-repeat center/cover;
    width: 100%;
    position: relative;
    left: 0;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--bord2);
}

#form-buttons table, #form-buttons tbody, #form-buttons tr {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

.sslka {
    opacity: .95;
    width: auto;
    height: 84px;
    justify-content: space-evenly;
    background: #f1ece8;
    box-shadow: 0px 0px 0px 1px #dbaaac;
    display: flex;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
}

#selectMobVers, #selectDescVers {
    display: block;
    border: 1px solid var(--brd1);
    background: var(--bgpun);
}

.queue, .best_ep, .activees2, .activees, .bpost, .drink_quo2, .drink_quo {
    display: none;
}


#pun-index .tcr {
    width: 100%;
    display: block;
    text-align: right;
}

#pun-navlinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    text-transform: lowercase;
    justify-content: center;
    width: 100%;
    position: relative;
    top: 0;
}


tr.inew div.icon {
    margin-left: -40px;
}

.dmbldr, .pivo, .activees,  .spirit-navigation, .spirit-navigation2, .actv-us {
display: none;

}
.go-up, .go-down, #pun::before, .drink span:before, .drink span:after {
    display: none;
}
.drink {
    font-family: var(--sec-font);
    font-size: 66px;
    position: absolute;
    /* border: 1px solid red; */
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    letter-spacing: 0;
    z-index: 1;
    display: flex;
    pointer-events: none;
    justify-content: center;
    align-items: center;
}

#pun-navlinks .container {
    padding: 0px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}



#pun-index .category h2 span {
    font-size: 18px;
}

#pun-viewforum td.tcr a, #pun-messages td.tcr a, #pun-searchtopics td.tcr a {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

#pun-viewforum span.byuser, #pun-messages span.byuser, #pun-searchtopics span.byuser {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
}


.punbb .post h3 span {
    display: flex;
    font: 500 11px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 0;
    border-radius: 0;
    padding: 5px 15px;
    gap: 20px;
    border: 1px solid var(--bord);
    width: 100%;
}

.pa-fld1 {
    font-family: var(--acc-font);
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 10px 10px;
}

.pa-fld3 {
    font-size: 11px;
    line-height: 16px;
    margin: 3px -3px 5px;
    border-top: 1px solid #43334f;
    padding: 10px 10px 0;
    background: linear-gradient(180deg, #160f1a36, transparent);
}
.proffl2 {
    display: flex;
    justify-content: center;
    height: auto;
    gap: 20px;
}

#pun-mod .category .tc2 {
    display: block !important;
    width: auto !important;
}
#pun-index .category .container {
    box-shadow: none;
}

#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    position: relative;
    align-items: center;
    margin: 20px;
    padding: 5px 15px;
    flex-direction: column;
    background: var(--quote);
    border-radius: var(--radius);
    border: 1px solid var(--bord);
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 0;
    font: 400 11px var(--main-font);
    align-items: center;
    flex-direction: column;
    background: var(--quote);
    border-radius: var(--radius);
    border: 1px solid var(--bord);
    padding: 10px 5px;
}

.pa-fld1, .pa-fld3, .albus-gif {
display: none;
}
.arion-btn {
    background: #19141a;
    border-radius: var(--radius);
    cursor: pointer;
    position: fixed;
    top: 60px;
    left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border: 1px solid var(--bord2);
    box-shadow: 5px 0 20px #00000033;
}
.pa-respect, .pa-posts, .pa-fld2 {
    width: auto;
}
}


/*** ÊÎÍÅÖ ÌÎÁÈËÜÍÎÃÎ  ***/


#Bubble span a {
    background: var(--text);
    padding: 4px 10px;
    border-radius: 5px;
    font-family: var(--main-font);
    text-decoration: none;
    color: var(--logo-text) !important;
    font-size: 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;
    border: 1px solid var(--bord);
    background: #252229;
    box-shadow: none;
    border-radius: 5px;
}
#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(--logo-text);
background-image: none;
}
#selectDescVers:before {
content: "\f109";
font-size: 16px;
color:  var(--logo-text);
background-image: none;
}

@media screen and (max-width: 1070px) {
#selectMobVers, #selectDescVers {
    display: block;
    z-index: 999;
}
.blockButton:before {
    margin-top: 0px;
    margin-left: -15px;
    font-size: 6px;
    width: 10px;
    padding-left: 3px;
    padding-right: 3px;
}

body {
    background: var(--base-bg) center / cover fixed;
}

.sty {
    position: absolute;
    border: 1px solid red;
    height: 50px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    width: 200px;
    margin-left: 28px;
    top: 187px;
}

.notify-link {
    top: 6px !important;
    left: -6px !IMPORTANT;
}

#navprofile .notify-link .unreads, #navpm .notify-link .unreads {
    font-size: 0.7em !important;
}


}







@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: flex-end;
    width: 95%;
    margin-left: 0 !IMPORTANT;
    top: 20px;
}



#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;
}


}



