/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1750856742.css);

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&family=Viaoda+Libre&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans:400,400i,600,600i,700,700i,800,800i|Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,600i,700,700i,800,80i,900,900i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:300,400,500,500i,700,800,900&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Prata&family=Viaoda+Libre&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');


@font-face { font-family: Code Pro;
src: local("Code-Pro"), url(https://forumstatic.ru/files/001a/ea/43/54833.ttf) format('truetype');}
@font-face { font-family: Bloc Kursiv;
src: local("BLOC_KURSIV"), url(https://forumstatic.ru/files/001a/ea/43/27324.ttf) format('truetype');}
@font-face { font-family: Gteapac;
src: local("Gteapac"), url(https://forumstatic.ru/files/001a/ea/43/41024.ttf) format('truetype');}
@font-face { font-family: Carola;
src: local("Carola"), url(https://forumstatic.ru/files/001a/ea/43/67062.ttf) format('truetype');}
@font-face {font-family: 'Arial Black'; 
src: local("Arial Black"), url(https://forumstatic.ru/files/001a/7a/30/14762.ttf);}
@font-face {font-family: Alice; 
src: local("Alice"), url(https://forumstatic.ru/files/001a/7a/30/77232.otf);}

@font-face {font-family: Century Gothic; src: local("Century Gothic"), url(https://forumstatic.ru/files/001a/7a/30/50514.ttf) format('truetype');}



@font-face {
  font-family: 'amb';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/69/ea/63189.otf);
}

@font-face {
  font-family: 'Lighthaus';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/2c/35/99100.otf);
}


@font-face {
  font-family: 'Cyrano';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/2c/35/26832.otf);
}


@font-face {
  font-family: 'hagrid';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/81/32/75253.otf);
}



:root {
--base-bg: #110d15 url(https://forumstatic.ru/files/001c/81/32/99410.webp);
--base-bg2: #030303;
--pun-bg: #dfdfdf;
--futr: url(https://forumstatic.ru/files/001c/81/32/74218.webp);
--bord: #cbc9c9;
--dark-bord: #201256;

--text: #000;
--tab-tex: #d8d7db;
--accent: #a5302e;
--navi-link: #d8d8d8;
--navi-link-hov: #a5302e;
--link-acc: #27155c;

--head: url(https://forumstatic.ru/files/001c/81/32/88450.webp);
--head-crcl: url(https://forumstatic.ru/files/001c/81/32/43035.webp);
--categ: url(https://forumstatic.ru/files/001c/81/32/85384.webp?v=1);

--main-font: hagrid;
--sec-font: play;
--news-font: play;

--quo: #d8d8d8;
--quo2: #d2d2d2;

--fon2: url(https://forumstatic.ru/files/001c/81/32/85384.webp);
}




/* 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;
    text-size-adjust: none;
}

/* A3.2 */
.punbb {
    font: normal 70% Verdana;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 11px verdana, arial, helvetica, sans-serif;
    background: #0000000a;
    border: 1px solid #00000012;
    outline: none;
    border-radius: 5px;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb legend span {
    font-size: 11px;
}

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: auto;
    width: 1100px;
    margin-top: 62px;
    margin-bottom: 150px;
    background: var(--base-bg2);
    position: relative;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 0px;
    background: var(--pun-bg);
    padding: 0 30px 10px;
}
/* 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(--sec-font);
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    text-transform: lowercase;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: #e7e7e7;
}

#pun-redirect.punbb .info .container a {
    color: #e7e7e7 !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(--sec-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%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 0 0 10px;
    padding: 15px 20px 10px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 0.6rem;
    font-weight: 400;
    font-family: var(--news-font);
    margin-bottom: 11px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    background: var(--base-bg2);
    display: inline-flex;
    padding: 5px 18px;
    gap: 4px;
    color: var(--tab-tex);
    border-radius: 0 5px 5px 0;
    margin-left: -21px;
    letter-spacing: .5px;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--sec-font);
    text-transform: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 15px !important;
    position: relative;
    padding: 0 0px;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--sec-font);
    text-transform: none;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quo);
    padding: 5px 15px 6px;
    text-transform: lowercase;
    transition: all .4s linear 0s !important;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 10px 0px 0 0;
    margin: 0 0 0 0px;
    font-size: 1.1em;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--sec-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;
    margin-top: 10px;
}

/* 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(--news-font);
    text-transform: lowercase;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    text-transform: lowercase;
    width: 35%;
    position: relative;
    text-align: left;
    line-height: 16px;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--sec-font);
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 18px;
    text-align: left;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 20px;
}


#pun-index .tcl {
    width: 60%;
    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 {
    text-align: justify;
    position: relative;
    font-family: var(--news-font);
    font-size: 0.65rem;
    font-weight: 400;
    margin-right: 30px;
}

#pun-index td div.tclcon span {
    display: block;
    margin: 5px 0;
}

/* 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;
    margin-top: 18px;
}

.post h3 span strong:before {
    content: "#";
}


#pun-viewtopic .post h3 span, .punbb .post h3 span {
    color: var(--text);
    font: 400 11px var(--sec-font);
    height: 28px;
    background: #dbdbdb8a;
    margin-left: 245px;
    padding: 4px 15px;
    text-transform: uppercase;
    gap: 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 5px;
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: auto;
    text-align: right;
    font-weight: normal;
}

.punbb .post .post-author {
    float: left;
    width: 240px;
    font-size: 12px;
    margin: -29px -10px 0;
    font-family: var(--sec-font);
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    background: var(--base-bg);
    border-radius: 8px;
    color: var(--tab-tex);
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0em 1em 1em 1em;
    line-height: 160%;
}


/* C3.7 */
.pa-author {
    font-family: var(--main-font);
    font-size: 17px;
    letter-spacing: 0;
    text-transform: lowercase;
    color: var(--navi-link);
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* C3.8 */
.pa-author a {
    font-weight: 500 !IMPORTANT;
    color: var(--navi-link) !important;
}

.pa-author a:hover {
    color: var(--navi-link-hov) !important;
}

/* C3.9 */
li.pa-title {
    font-size: 0.6rem;
    font-weight: 400;
    font-family: var(--news-font);
    text-transform: lowercase;
    margin-top: 0;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 246px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 20px 10px 15px 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 0 15px 10px;
    height: 2em;
    line-height: 2em;
    margin-left: -20em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 11px;
    font-family: var(--sec-font);
    font-weight: 400;
    text-transform: lowercase;
}

/* 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;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--sec-font);
    text-transform: lowercase;
    margin-bottom: 10px;
}

/* 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 {
    margin: 0 !important;
    padding: 0 !important;
}

/* 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;
    height: auto;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    margin-top: -84px;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    /* border: 1px solid red; */
    padding-inline-start: 0px;
    width: 100%;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
    border-left-style: solid;
    border-left-width: 1px;
    white-space: nowrap;
}

/* 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: 9px;
    font-family: var(--sec-font);
    text-transform: lowercase;
    letter-spacing: 0;
    position: absolute;
    z-index: 5;
    top: -19px;
    left: 0;
    background: var(--head-crcl);
    padding: 4px 20px;
    border-radius: 30px;
    text-align: center;
    height: 19px;
    width: 1100px;
    color: var(--navi-link);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 11px;
}
#pun-status .container strong, #pun-status .container a {
    font-weight: 500;
    color: var(--navi-link-hov) !important;
}
#pun-status .container a:hover {
    font-weight: 500;
    color: var(--navi-link) !important;
}

/* 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(--news-font);
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}


#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: 34px;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0;
    font-family: var(--news-font);
    margin: 10px 0;
}


/* D7.4 */
li#onlinelist {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 10px 25px 15px;
    font-family: var(--news-font);
    margin-top: 10px;
    background: #00000008;
    border: 1px solid #0000001f;
    border-radius: 10px;
}

/* D7.5 */
li#onlinelist div {
    padding: 0.7em 0 0 0;
    text-transform: none;
    font-size: 11px;
}

/* 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;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--sec-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(--news-font);
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* 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;
}

.spoiler-box {
    margin: 1em 0px 1em 0px;
    padding: 0 !important;
}

.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--sec-font);
    background: var(--categ) !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 0;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    color: var(--bord) !important;
}


del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}

#pun-index .category h2, #pun-stats h2 {
    width: auto;
    height: 40px;
    -webkit-text-size-adjust: 100%;
    margin: 10px 0 0;
    display: flex;
    padding: 0 !IMPORTANT;
    justify-content: center;
    gap: 10px;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    background: var(--categ) center/cover;
    border-radius: 10px;
    position: relative;
}

#pun-index .category h2 span, #pun-stats h2 span {
    display: flex;
    -webkit-text-size-adjust: 100%;
    color: var(--bord);
    font-size: 12px;
    font-family: var(--sec-font);
    position: relative;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #371f40;
    margin-top: -1px;
    background: #21017e57;
    padding: 3px 20px 3px;
    backdrop-filter: blur(18px);
    border-radius: 21px;
    font-weight: 600;
}


#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    position: relative;
    align-items: center;
    margin: 15px 20px 20px 60px;
}

#pun-index .category .container {
    position: relative;
    padding: 0;
    background: #00000008;
    border: 1px solid #0000001f;
    margin: 20px 0;
    border-radius: 10px;
}

.postlink.long {
    width: auto !important;
}



.forum thead {
    display: none;
}




.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}

.reactions-root {
    display: none;
}

#plng {
    text-transform: uppercase;
    font-family: var(--news-font);
    background: var(--base-bg2);
    padding: 3px 10px;
    font-size: 0.6rem;
    width: 200px;
    display: flex;
    align-items: center;
    color: var(--bord);
}

#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--sec-font);
    text-transform: uppercase;
}


 #pun-main h2 span {
    font-size: 0px;
}



#html-header {
    color: var(--tab-tex);
}







.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}


.html-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: -11px 0 0;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#tooltip {
    position: absolute;
    background: var(--base-bg2);
    z-index: 9999;
    max-width: 180px;
    border: none;
    border-radius: 2px;
    font-family: var(--sec-font);
    font-size: 11px;
    display: none;
    color: var(--tab-tex);
    text-align: center;
    padding: 5px;
    letter-spacing: 0px;
    font-weight: 400;
    box-shadow: 0px 0px 20px #3e3ebb;
}



.podfor_links {
    display: flex;
    gap: 10px;
}


.podfor {
    font-size: 11px;
    /* background: var(--base-bg) bottom left; */
    /* color: #d3d3d3; */
    text-transform: lowercase;
    margin: 5px 0;

}

.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid #c9c7cc;
}


.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name, .pa-fld3 .fld-name {
font-size: 0px}


.pa-posts .fld-name:before {
    content: '\f4ad';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent);
    margin-right: 5px;
}
.pa-respect .fld-name:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent);
    margin-right: 5px;
}


.pa-fld4 .fld-name:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent);
    margin-right: 5px;
}




.osn_pr a {
    font-size: 0px;
}



.banners {
    height: 46px;
    width: 742px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    overflow-x: auto;
    position: absolute;
    /* border: red 1px solid; */
    flex-wrap: nowrap;
    /* padding-bottom: 10px; */
    box-sizing: border-box;
    left: 63px;
    margin-top: 35px;
    flex-direction: row;
    overflow-y: hidden;
}

.banners img {
    cursor: pointer;
    opacity: .3;
    transition: 1s;
}



.banners img:hover {
    cursor: pointer;
    opacity: .9;
    transition: 1s;
}





.pa-fld5 ico {
    height: 32px;
    width: 35px;
    float: left;
    margin-left: 0;
    margin-top: -2px;
    position: relative;
}



.pa-fld5 ico img {
    height: 35px;
}

.pa-fld5 pic {
    position: relative;
    margin-left: 0px;
    margin-top: -3px;
    float: left;
}


.pa-fld5 bigtext {
    display: block;
    font-family: var(--main-font);
    letter-spacing: 0;
    text-transform: lowercase;
    font-size: 12px;
    position: relative;
    width: auto;
    margin-left: 0;
    margin-top: 1px;
    font-weight: 400;
}


.pa-fld5 liltext {
    text-transform: lowercase;
    display: block;
    font-family: var(--news-font);
    font-size: 0.6rem;
    letter-spacing: 0px;
    line-height: 10px;
    margin-top: 0px;
    width: auto;
    margin-left: 0;
    font-weight: 400;
}

.pa-fld5 {
    background: var(--categ) right center/cover;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    border-top: 1px solid #181835;
}

.pa-fld1 {
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 0.7rem;
    margin: 1px 0 -5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--news-font);
}

.pa-fld2 {
    margin: 0 0px;
}


.lz fan {
    padding-bottom: 5px;
    display: block;
    text-transform: lowercase;
    font-size: 0.6rem;
    font-family: var(--news-font);
    border-radius: 0;
    margin: 0 -10px 5px;
    letter-spacing: 0;
    border-bottom: 1px solid #181835;
}


.lz a {
    font-weight: 500;
    color: var(--navi-link-hov) !important;
}

.lz a:hover {
    color: var(--navi-link) !IMPORTANT;
}


.lz {
    font-size: 10px;
    padding: 0 10px 10px;
}


.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}

#guestboook, .akc, .html_news {
    background: #dbdbdba3;
    border: 1px solid #afaab64a;
    border-radius: 5px;
}


#guestboook {
    position: relative;
    margin: 0 15px;
    padding: 15px;
}


.bookpic {
    border-radius: 5px;
    background: url(https://forumstatic.ru/files/001c/81/32/61406.jpg);
    width: 300px;
    height: 140px;
    display: inline-block;
}
.guestrules {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 632px;
    height: 120px;
    padding: 15px;
    font-family: var(--sec-font);
    line-height: 17px;
    letter-spacing: 0;
    font-size: 12px;
    color: #020202;
    font-weight: 400;
}


.copycode {
    margin-top: 15px;
}


.copycode strong.legend {
    background: var(--accent);
    font-family: var(--sec-font);
    letter-spacing: .4px;
    float: left;
    padding: 2px 15px;
    font-weight: 400 !IMPORTANT;
    border-radius: 10px;
    margin-right: 8px;
}


.copycode strong.legend a {
    color: #e8e8e8 !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    text-transform: uppercase;
    font-family: var(--sec-font);
}

.copycode .blockcode {
    width: 500px !important;
    margin-left: 66px !important;
}


.guestblocks {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 25px;
}


.guestbox {
    background: var(--quo);
    width: 298px;
    padding: 15px;
    text-align: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 11px;
    border-radius: 10px;
    border: 1px solid var(--bord);
}

.guestbox span {
    display: flex;
    padding: 5px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-family: var(--sec-font);
    margin: 0 0 10px 0;
    color: var(--navi-link);
    background: var(--fon2);
    border-radius: 5px;
    justify-content: center;
}


.guestbox > div {
    text-align: left;
    overflow-y: auto;
    padding-right: 5px;
    height: 100px;
}

.guestbox > div span {
    padding: 0;
    display: block;
    border: none;
    font-size: 12px;
    margin-top: 0;
    font-family: var(--sec-font);
    text-transform: none;
    margin: 0 0 5px;
    padding-bottom: 0;
    letter-spacing: .4px;
    background: transparent;
    color: var(--text);
}

.guestbox > div span b {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .4px;
}

.guestbox > div span a {
    color: var(--accent) !important;
}


.guestbox > div::-webkit-scrollbar {
    width: 5px;
    height: 9px;
}

.post-content .spoiler-box>div:before {
    color: var(--tab-tex);
    content: '\f561';
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    position: absolute;
    display: inline-block;
    margin-left: -27px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    line-height: 21px;
}


.html_news {
    width: 640px;
    margin: auto;
    padding: 20px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-family: var(--sec-font);
    font-size: 13px;
}


.news_toptitle {
    letter-spacing: 0;
    text-transform: lowercase;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    font-family: var(--sec-font);
    color: var(--accent);
    font-size: 24px;
}



.akcc, .akcc img, .news_toptitle:after, img.newspic {
    height: 40px;
    width: 40px;
    object-fit: cover;
    mix-blend-mode: luminosity;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 1px #99452b;
}

.akcc, .akc akc2 img, .pagepic, .news_toptitle:after {
    border-radius: 100%;
}


.news_lasttext {
    /* color: #d5d5d2; */
    font-size: 11px;
    line-height: 18px;
    text-align: justify;
    padding: 5px 10px 0 10px;
    font-family: var(--news-font);
    letter-spacing: .4px;
    margin-top: 10px;
}


.blockss {
    display: flex;
    width: 400px;
    gap: 0 20px;
    margin: 0 50px 0px 50px;
    justify-content: center;
    align-items: center;
}

.news_1txt {
    background: var(--quo);
    padding: 25px;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    color: #0c0c0c;
    line-height: 20px;
    border: 1px solid var(--bord);
    border-radius: 10px;
    font-family: var(--news-font);
}

.news_1txt a {
    color: var(--accent) ! IMPORTANT;
    letter-spacing: 0;
    font-weight: 500 !IMPORTANT;
}


.news_aktiv {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr 1fr;
    gap: 10px 20px;
}


.news_aktiv .news_persons, .news_aktiv .news_persons_r, .news_aktiv .news_persons_r img {
    width: 300px;
}

.news_persons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_minititle, .news_minititle2, .news_bestpost span, .news_minititlevip, .akc akc2 b, .page_av line, .page_awards span, .page_bar span, .page_gift span, .page_collect span {
    color: #efeded;
    background: var(--accent);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
    font-family: var(--sec-font);
    font-weight: normal;
    margin-bottom: 10px;
    border-radius: 9px;
    padding: 3px;
}

.news_persons img, .news_vip img, .news_persons_r img {
    box-shadow: 0 0 0 1px #1d2323;
    mix-blend-mode: luminosity;
    opacity: .75;
}


.news_aktiv .news_bestpost {
    grid-row: 1/3;
    height: inherit;
    width: inherit;
}
.news_bestpost {
    border-radius: 7px;
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
    padding: 15px;
    overflow: auto;
    display: inline-block;
    color: #000000;
    font-family: var(--sec-font);
    font-weight: 400;
}

.news_bestpost span {
    display: block;
    margin: -15px 0px 10px 0px;
    padding: 4px 0 3px 0;
}
.news_bestpost span a {
    color: #d3d3d3 !important;
    font-weight: 500;
}


.news_bestpost span a:hover {
    color: var(--navi-link) !important;
}


.news_minititle, .news_minititle2, .news_minititlevip {
    width: inherit;
    display: block;
}

.news_persons img {
    border-radius: 100%;
    width: 36px;
}


.news_persons_r img {
    border-radius: 6px;
    height: 34px;
}


/*Быстроплюсы для Топика!*/
div .post-rating p a {
    text-align: center;
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://forumstatic.ru/files/001a/fc/23/26514.svg) no-repeat center;
     background-size:36px auto;
     position:relative;
    z-index:100;
    width: 36px;
    height: 36px;
    text-align:center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -.1px;
}
.noNull:before{content: "+";
    display: inline-block;
    margin-left: -1px;
    font-size: 9px;
    letter-spacing: 0!important;
}   




/* бегунок шрифт */
.FNTslider {
    width: 100px;
    height: 5px;
    float: right;
    margin-right: 50px;
    background: #e2e2e2;
    border: 1px solid #d7d5d5;
    margin-top: 3px;
}
.FNTslider .before {
    height: 5px;
    margin: -1px;
    background: #d4d3db;
    border: 1px solid #c2c0ce;
}
.FNTslider .thumb {
    width: 5px;
    height: 5px;
    position: relative;
    top: -6px;
    cursor: pointer;
    margin-left: 0px;
    background: #7da1cd;
    border-radius: 0;
    border: 1px solid #5d7da3;
}



/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
/*Стиль доп-иконки Выход!*/ 
#pun-navlinks #New-exit img {
    position: absolute;
    width: 17px;
    height: auto;
    /* opacity: .8; */
    filter: invert(42%) sepia(43%) saturate(1352%) hue-rotate(198deg) brightness(129%) contrast(49%);
}
#pun-navlinks #New-exit:hover{
 opacity: .4;
}
/*Стиль доп-иконки Выход!*/ 
.punbb #pun-navlinks a#New-exit {
  position: absolute;
    z-index: 100000!important;
    margin-top: 3px!important;
    margin-left: 49px!important;
    float: none!important;
    width: 24px;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input {
    text-align: center;
    border: 1px solid #9d9e9b;
    text-rendering: auto;
    color: #000!important;
    margin-top: 4px!important;
    border-radius: 5px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block!important;
    text-align: center;
    font: normal normal 400 11px/normal Arial!important;
}
.punbb #form-login #fld1, #form-login #fld2 {
    background-color: rgb(183 184 180);
}
.punbb #pun-navlinks #form-login input[type="submit"] {
    cursor: pointer;
    font-weight: 700!important;
    color: #eeecec !important;
}
/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login {
    display: block;
    color: var(--text);
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 12px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: var(--quo2);
    text-align: center;
    border: 1px solid var(--bord);
    font-family: var(--sec-font);
    font-size: 13px;
}
/*Двигаем надпись "Ещё не зарегистированы, Забыли пароль"*/
#form-login input[name="login"]+p{
  position:relative;
  left:12px;
  padding:0!important;
}
#pun-navlinks #navlogin #form-login { 
 margin-left: 76px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -11px!important;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -11px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
margin-bottom: 11px; 
margin-top: 11px; 
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position:relative; 
text-transform: none!important; 
z-index:20; 
cursor:pointer; 
font: normal normal 400 10px/normal Tahoma!important; 
color: var(--text) !important;
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*Форма слево(с Никами) */ 
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 254px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: var(--quo2);
    text-align: center;
    border: 1px solid var(--bord);
}
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding:0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: var(--link-acc);
    text-align: left;
    padding-left: 5px!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b {
    cursor: pointer;
    opacity: 1;
    color: #eeecec;
}
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 7px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #cfc7ba; 
border: 1px solid #cfc7ba; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb { 
background-color: #cfc7ba; 
border: 2px solid #888887; 
box-shadow: none; 
} 
/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 

opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#navlogout .Rega, 
#navlogout .Forgot { 

} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input {
    background: var(--quo) !important;
    border: 1px solid #00000024 !important;
    border-radius: 6px;
    text-shadow: none!important;
    color: #282828!important;
    background-color: #C5C3C3;
    font: normal normal 400 11px/normal Arial!important;
    /* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */
    margin-top: 9px;
    padding: 2px !important;
    vertical-align: middle;
}
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color:#fff;
} 
/*Кликалка слево, чуть выше инпута*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*Кликалка справо*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*Подсказки на кликалках*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Tahoma!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/


del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}


.pa-fld5 .fld-name {
    display: none;
}


.post-content abbr {
    cursor: help !IMPORTANT;
    border-bottom: 1px dotted #676e7a;
}


/* ДОБАВИЛ ТОРИН */


/*стикеры*/
.hvStickerPackModal {
    background: var(--quo2) !important;
    border: 1px solid var(--bord) !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 30px #00000026 ! IMPORTANT;
}
.hvStickerPackModalContent {
    border: 1px solid var(--bord) !important;
    border-radius: 10px !important;
}
.hvStickerPackModalTab {  background: #2f221c!important;  border-radius: 15px !important; color: #e2ded2!important;  text-size: 10px !important;} /*кнопки*/ 

/*СКРЫТЬ*/

.pa-gifts {display: none!important;} /*подарки*/
#pa-invites, #pa-time-visit {display: none!IMPORTANT;} /*приглашения, почта, провёл на форуме*/
#pun-index tr.isub {display: none!IMPORTANT;} /*скрыть подфорумы*/
#sTheme, #isk {display: none!IMPORTANT;} /*скрыть поиск*/
#h-replies, #h-unanswered, #h-uploads {display: none!IMPORTANT;} /*скрыть навигацию у мини-ссылок*/

/*скрыть репутацию от гостя*/
.isguest .post-rating {display:none;}

/*скрыть название поле: плашка, лз*/
#pa-fld5 > span  {display:none;}
#pa-fld2 > span  {display:none;}

/*постописцы*/
#pre_placement>a {
    top: -23px !important;
    right: -26px !important;
    box-shadow: inset 0 0 12px rgba(0,0,0,.1);
    text-decoration: none !important;
    opacity: .5 !important;
}

/* Иконки в форме ответа */
#form-buttons tr {
    text-align: center;
    color: var(--bord);
}
#form-buttons td {position: relative; line-height: 1!important; text-align: center; background: none !important;} /*скрываем стандартные картинки*/
#form-buttons td img {position: absolute; z-index: 1; height: 100%; width: 100%; top: 0; right: 0; bottom: 0; left: 0;} /*убираем лишние отступы между картинками*/
#form-buttons td::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #29201b;
    z-index: 1;
    font-size: 1.3em;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--bord);
}

td#button-font::before {content: '\f031';} /*иконка вида шрифта*/
td#button-ChangeСase::before {content: '\f034';} /*иконка капса*/
td#button-transL::before {content: '\f0ac';} /*иконка транслейта*/
td#button-size::before {content: '\f035';} /*иконка размера шрифта*/
td#button-bold::before {content: '\f032'; } /*иконка жирного текста*/
td#button-italic::before {content: '\f033';} /*иконка курсива*/
td#button-underline::before {content: '\f0cd';} /*иконка подчёркнутого текста*/
td#button-strike::before {content: '\f0cc'; } /*иконка зачёркнутого текста*/
#button-indent::before {content: '\f03c';} /*иконка отступа*/
td#button-left::before {content: '\f036'; } /*иконка текста слева*/
td#button-center::before {content: '\f037'; } /*иконка текста по центру*/
td#button-right::before {content: '\f038'; } /*иконка текста справа*/
td#floatbut::before {content: '\f03e'; } /*иконка ссылки*/
td#button-link::before {content: '\f0c1'; } /*иконка ссылки*/
td#button-spoiler::before {content: '\f0c4'; } /*иконка спойлера*/
td#button-image::before {content: '\f1c5'; } /*иконка картинки*/
td#button-video::before {content: '\f04b';} /*иконка видео*/
td#button-hide::before {content: '\f023';} /*иконка скрытого текста*/ 
td#button-quote::before {content: '\f10d';} /*иконка цитаты*/
td#button-code::before {content: '\f121';} /*иконка кода*/
td#button-color::before {content: '\f1fc';} /*иконка цвета текста*/
td#button-mark::before {content: '\f5a1';} /*иконка маркера*/
td#button-smile::before {content: '\f118';} /*иконка смайлов*/
td#button-sticker::before {content: '\f6be';} /*иконка стикеров*/
td#button-keyboard::before {content: '\f11c';} /*иконка клавиатуры*/
td#button-table::before {content: '\f0ce';} /*иконка таблицы*/
td#button-styles::before {content: '\f02a';} /*иконка допов для администрации*/
td#button-addition::before {content: '\f0dd';} /*иконка дополнительно*/
td#button-mask::before {content: "\f630";} /* иконка маски*/
td#button-spoilera::before {content: "\f0e0";} /* иконка админского спойлера*/
td#button-markdown::before {content: "\f15b";} /* иконка ии-кода*/


/* сокрытие стандартных смайлов */
#button-smile {display: none;}

/* скрыть подфорумы */
#pun-index tr.isub {display: none;}

/* шрифты горизонтально */
#font-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#font-area div {
    -webkit-flex-basis: 12em;
    flex-basis: 12em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

/* кегель горизонтально */
#size-area {
  width: 90%;
}
#size-area div {
    display: inline-block;
    margin: 0 5px !important;
}

.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: -16px;
    /* border: 1px solid red; */
}

/* шаблон для эпизода*/ 
.episode_cont {  padding: 30px;  background: var(--color-a);  border-radius: 30px;  width: 450px;  margin: auto;}
#pun .episode_cont p {  padding: 0 !important;  font: 500 10px/16px roboto;  margin: 0 !important;  color: var(--bg4)}
.epsiode_pic {  display: flex;  justify-content: space-between;  position: relative}
.epsiode_pic img {  border-radius: 50px}
.episode_title {  position: absolute;  background: var(--bg3) !important;  padding: 7px 15px;  border-radius: 30px;  text-transform: uppercase;  letter-spacing: 2px;left: 50%;  top: 50%;  transform: translate(-50%, -50%)}
.episode_title p {  font-weight: bold !important;}
.episode_text {  margin-top: 10px !important;}
.episode_data {  margin-bottom: 10px !important;}
.episode_data p {  font-size: 9px !important;  font-weight: bold !important;  letter-spacing: 1px}
.episode_who {  margin-top: 10px !important;}
.episode_who p {  font-size: 9px !important;  font-weight: bold !important;  text-align: right;  letter-spacing: 1px}


#pun-post fieldset#post-preview legend span {display:block!important;}
h2, h3, th, #profile fieldset strong {font-weight:normal;} #pun-viewtopic tbody {vertical-align:top;} table {width:100%;}


/* шаблон для эпизода 2*/
/* Подключаем шрифт */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Переменные */
:root {
  --box-bg-gradient: linear-gradient(200deg, rgba(0, 0, 0, 0.7) 40%, transparent 66%); /* градиент на фоновом изображении. Если нужно убрать - стереть эту строку и удалить строку "var(--box-bg-gradient) fixed," в следующем блоке ".episode-body" */
  --text-color: #c2c2c2; /* цвет текста во всем блоке */
  --text-color-a: #9c880d; /* цвет ссылок */
  --text-color-hover: #666666; /* цвет ссылок при наведении */
  --radius: 10px; /* радиус закругления у элементов блоков */
  --pl-date-bg: #000; /* фон при наведении у  "Участники, место, дата" */
  --desc-bg: #00000059; /* фон блока описания эпизода */
  --font-family: 'Roboto', sans-serif; /* Шрифт */
}

/* Основные настройки всего блока */
.episode-body {
  background: var(--box-bg-gradient) fixed,
  url(https://forumstatic.ru/files/001c/69/ea/72845.webp) center no-repeat; /* Фон-изображение всего блока */
  background-size: cover;
  color: var(--text-color); /* Цвет шрифта всего блока */
  font-family: var(--font-family); /* Шрифт всего блока */
  font-size: 14px; /* Размер шрифта всего блока */
  width: 95%; /* Ширина блока */
  margin: 50px auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--radius);
}

/* Цвет ссылок */
.episode-body a {
  text-decoration: none;
  color: var(--text-color-a);
}

/* Цвет ссылок при наведении */
.episode-body a:hover {
  color: var(--text-color-hover);
}

/* Название эпизода */
.episode-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1;
}

/* Блоки "Участники, место, дата" */
.episode-info {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-bottom: 8px;
}

.episode-info-item {
  padding: 8px;
  border: 1px solid var(--text-color);
  border-radius: 5px;
  transition: transform 0.3s, color 0.3s;
}

.episode-info-item:hover {
  transform: scale(1.05);
  background: var(--pl-date-bg);
}

/* Настройки изображений */
.episode-pictures {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.episode-img img {
  width: 90px; /* Задаем ширину изображений */
  height: 90px; /* Задаем высоту изображений */
  object-fit: cover;
  border: 1px solid var(--text-color);
  border-radius: 5px;
  transition: transform 0.3s, filter 0.3s;
}

.episode-img img:hover {
  transform: scale(1.1);
  filter: brightness(80%);
}

/* Настройки блока "Описание эпизода" */
.episode-description-container {
  width: 100%;
  margin-top: 15px;
}

/* Линия у "Описание эпизода" */
.description-line {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.description-line::before, .description-line::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: var(--text-color);
  margin: 0 8px;
}

/* Настройки ТЕКСТА описания эпизода */
.episode-description {
  padding: 15px;
  line-height: 1.4;
  color: var(--text-color);
  white-space: pre-line;
  text-align: justify;
  animation: fadeIn 1.5s ease-out forwards;
  background: var(--desc-bg);
  border-radius: var(--radius);
  border: 1px solid var(--text-color);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Мобильный стиль */
@media (max-width: 420px) {
  .episode-body,
  .episode-description {
    padding: 10px;
    font-size: 13px;
  }

  .episode-info {
    flex-direction: column;
    align-items: center; /* Центрируем блоки участников, места, даты */
    gap: 10px;
    width: 100%;
  }

  .episode-info-item {
    width: 90%;
    word-break: break-word;
    text-align: center;
  }
}





/* смена стиля */
#stylelist {
    position: absolute;
    z-index: 200;
    top: 214px;
    margin: 0;
    margin-left: 268px;
    padding: 0px;
    overflow: hidden;
    width: 400px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 23px;
    flex-direction: row;
    justify-content: center;
    opacity: 1;
    gap: 10px;
}
.bpost {
    position: absolute;
    width: 390px;
    top: 295px;
    font-family: var(--sec-font);
    font-size: 0.6rem;
    text-align: justify;
    height: 59px;
    overflow-y: auto;
    left: 627px;
    line-height: 15px;
    padding-right: 9px;
    z-index: 5;
}

.bpost name {
    font-family: var(--sec-font);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: 3px 10px 10px #00000024;
    border: 1px solid var(--dark-bord);
    background: var(--base-bg2);
    border-radius: 20px;
    text-align: center;
    padding: 2px 10px;
}


.bpost text {
    overflow-y: auto;
    padding-right: 10px;
}


.bpost text::-webkit-scrollbar {
    width: 6px;
}




/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    font-size: 10px;
    font-family: var(--sec-font);
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    top: 168px;
    left: 835px;
    text-align: center;
    display: flex;
    color: var(--tab-tex);
    z-index: 99;
    text-shadow: #312174 7px 6px 10px, 0px 0px 10px #3200ff;
    flex-direction: column-reverse;
    gap: 5px;
}
.spirit-navigation::before {
    content: '(нажми на меня)';
    font-size: 10px;
    text-transform: lowercase;
    color: #afafaf;
    letter-spacing: 1px;
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
    right: 20px;
    position: absolute;
    top: 184px;
    text-align: center;
    z-index: 999;
    width: 378px;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka {
    justify-content: space-evenly;
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 3px 10px 10px #000000ba;
    background: transparent;
    backdrop-filter: blur(10px);
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    border-radius: 6px;
    gap: 10px;
    background: var(--accent);
    text-transform: lowercase;
    flex: auto;
    padding: 2px 9px;
    font-size: 11px;
    font-family: var(--sec-font);
    color: var(--tab-tex);
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background: var(--dark-bord);
    color: var(--tab-tex);
}

.best_ep {
    /* border: red 1px solid; */
    width: auto;
    top: 370px;
    left: 75px;
    position: absolute;
    height: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-end;
    z-index: 5;
}
.best_ep names {
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 10px;
}

.best_ep a {
    font-size: 14px;
    font-family: var(--main-font);
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 10px;
    text-align: center;
}


.activees {
    height: 50px;
    width: 290px;
    top: 40px;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    display: flex;
    align-items: flex-start;
    gap: 10px;
    right: 53px;
    justify-content: space-between;
    box-sizing: border-box;
}
.activees div {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.activees img {
    filter: grayscale(100%);
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.activees div:after {
    content: "";
    background: #13063b9c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* mix-blend-mode: hard-light; */
    border-radius: 100%;
    transition: all .7s ease-in-out 0s;
}

.activees div:hover:after {
    background: #9b1b177a;
}




.br_cr {
    font-size: 9px;
    height: 55px;
    width: 77px;
    top: 378px;
    position: absolute;
    /* border: red 1px solid; */
    display: flex;
    align-items: center;
    gap: 10px;
    left: 422px;
    justify-content: center;
    box-sizing: border-box;
    font-family: var(--sec-font);
    text-transform: lowercase;
    letter-spacing: .6px;
    color: var(--navi-link);
    z-index: 999;
    text-align: center;
}

.html-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 0;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.vldmrt, .vldmrt2 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.html-box a {
    display: flex;
    background: var(--link-acc);
    color: var(--bord) !important;
    padding: 4px 18px 4px;
    font-family: var(--sec-font);
    border-radius: 47px;
    font-size: 11px;
    align-items: center;
    gap: 4px;
}

a.hoggy_s smile img, a.hoggy smile img, a.hoggy_h smile img, a.hoggy_r smile img  {
    max-height: 18px;
}

a.hoggy {
    background: #993434;
    color: #ddd7cc !important;
    border: 1px solid #832929;
    transition: 1s ease;
}

a.hoggy_s {
    background: #3b6a4c;
    color: #ddd7cc !important;
    border: 1px solid #294e37;
    transition: 1s ease;
}


a.hoggy_r {
    background: #53636c;
    color: #ddd7cc !important;
    border: 1px solid #41515a;
    transition: 1s ease;
}

a.hoggy_h {
    background: #746d43;
    color: #ddd7cc !important;
    border: 1px solid #5c5631;
    transition: 1s ease;
}


a.hoggy:hover, a.hoggy_s:hover, a.hoggy_r:hover, a.hoggy_h:hover {
    background: #5c4d44;
    color: #ddd7cc !important;
    border: 1px solid #4a3d35;
    transition: 1s ease;
}



.html-box a:hover {
    background: var(--navi-link-hov);
}



#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



#pun-viewforum .tcl {
    width: 48%;
}

.adformal h2, #pun-adnav h2 {
    padding: 5px 10px !important;
    background-color: var(--link-acc) !IMPORTANT;
    color: var(--tab-tex) !important;
}

.objav {
    top: 450px;
    margin-left: 0px;
    position: absolute;
    overflow-y: hidden;
    height: 24px;
    width: 540px;
    overflow-x: auto;
    /* border: red 1px solid; */
    padding-bottom: 10px;
    white-space: nowrap;
}
.objav a {
    background: #1d2322;
    padding: 5px 10px 2px 10px;
    border-radius: 0;
    transition: 1s;
    letter-spacing: .3px;
    color: #c7c7ba !important;
    font-size: 10px;
    text-transform: uppercase;
    font-family: pt sans;
    font-weight: 300;
}


.objav a:hover {
    background: #82938b;
    transition: 1s;
    color: #e5e5db !important;
}



.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}

.newws {
    width: 650px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #bbbbbb5e;
    border-radius: 5px;
    background: #dbdbdb94;
}
.newws name {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--sec-font);
    padding: 15px 15px 15px;
    font-size: 21px;
    border-bottom: 1px solid #bbbbbb;
    background: var(--categ) center/cover;
    color: var(--bord);
}
.newws aut {
    display: flex;
    gap: 0px 30px;
    margin: 20px;
    align-items: center;
}
.newws aut text {
    display: flex;
    flex-direction: column;
    font-family: var(--news-font);
    font-size: 11px;
}
.newws ep a {
    font-weight: 400 !important;
    color: var(--accent) !important;
}


.newws ep a:hover {
    font-weight: 400 !important;
    color: var(--tab-tex) !important;
}

.activs {
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--sec-font);
    font-size: 19px;
    border: 1px solid #afaab6;
    background: var(--fon2);
    border-width: 1px 0;
    color: #302c32;
}

.newws ep {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--sec-font);
    padding: 12px 10px 12px;
    font-size: 14px;
    border: 1px solid #afaab6;
    background: var(--fon2);
    border-width: 1px 0;
    color: var(--tab-tex);
    font-weight: 400;
}

.newws bpost {
    /* border: red 1px solid; */
    font-family: var(--news-font);
    font-size: 11px;
    text-align: justify;
    font-weight: 400;
    overflow-y: auto;
    line-height: 21px;
    padding: 20px 20px 20px 20px;
    display: block;
}


.newws lis {
    margin: 20px;
    display: block;
    font-family: var(--sec-font);
    font-size: 11px;
}
.newws lis z {
    font-family: var(--main-font);
    text-transform: lowercase;
    display: block;
    font-size: 16px;
    text-align: center;
}


.newws lis per a {
    display: inline-flex;
    justify-content: center;
    padding: 5px 10px 6px 10px;
    border-radius: 6px;
    letter-spacing: .3px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: var(--sec-font);
    align-items: center;
    background: var(--accent);
    color: #e8e3eb !important;
}


.newws lis per {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}


.newws lis per a:Hover {
    background: var(--text);
    transition: 1s;
    color: #cec7ba !important;
}

.activs div {
    position: relative;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 1px #c8c9c5;
    border-radius: 100%;
}



.activs img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
    border-radius: 100%;
    width: 40px;
}


.activs div:after {
    content: "";
    background: #c0baa;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color;
    transition: all .6s ease-in-out 0s;
    border-radius: 100%;
}


.acs {
    display: flex;
    gap: 0px 10px;
    margin: 0px;
    padding: 10px 20px;
}


.acs activs {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}


.acs activs img{
box-shadow: 0 0 0 1px #994529;
    filter: grayscale(100%) brightness(1);

}

.activs zag {
    text-transform: lowercase;
    font-family: var(--sec-font);
    font-size: 16px;
    color: var(--tab-tex);
}

.newws aut kart div {
    position: relative;
    width: 250px;
    height: 120px;
    border-radius: 0;
}


.newws aut kart img {
    filter: grayscale(100%) brightness(1);
    transition: all .6s ease-in-out 0s;
    border-radius: 5px;
}


.newws aut kart div:after {
    content: "";
    background: #cfcbd3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color;
    transition: all .6s ease-in-out 0s;
}



.read_s {
    /* width: 100%; */
    /* margin: -10px 25px 0px 25px; */
    display: inline-block;
    text-align: right;
}


.read_s a {
    color: var(--tab-tex) !important;
    background: var(--accent);
    padding: 3px 15px;
    font-family: var(--sec-font);
    border-radius: 20px;
}

.read_s a {
    background: var(--dark-bord);
}



#pa-avatar img {
    max-width: 180px;
}









/*** СТРАНИЦА ЛИЧНАЯ ***/

.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: 520px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
    z-index: 9999;
	}
.reveal-modal.small     { width: 200px; margin-left: -140px;}
.reveal-modal.medium     { width: 400px; margin-left: -240px;}
.reveal-modal.large     { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;

}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}

.menu span {
    cursor: pointer;
    display: block;
    margin: 7px 0;
    padding: 11px;
    text-align: left;
    width: 150px;
}
.menu-links {
    float: left;
    margin-right: 15px;
}
#submenu {
    display: inline-block;
}
#submenu, .menu span {
        border-radius: 5px;
	background: #efeff0;
}
.menu .tabactive {
	color: #000000;
        background: #777777;
}
#submenu {
	padding: 7px;
	height: 180px;
	font-size: 12px;
	width: 595px;
}    
.submenutext {
	display: none; 
	height: 40px;
}
.modal_wrap info {
    display: flex;
    background: var(--base-bg) center/cover;
    width: 700px;
    margin: auto;
    padding: 20px;
    border: 1px solid var(--dark-bord);
    overflow-y: hidden;
    border-radius: 0;
    color: var(--text);
    box-sizing: initial;
    flex-direction: column;
    gap: 20px;
    height: 360px;
    border-radius: 5px;
}

.l_str {
    display: flex;
    gap: 30px;
}



.tabs {
    font-size: 0;
    width: 800px;
}

  .tabs>input[type="radio"] {
    display: none;
  }
.tabs>div {
    display: none;
    border: 1px solid #9e9f9a5c;
    font-size: 13px;
    font-family: var(--sec-font);
    height: 330px;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 10px;
    background: var(--quo);
}

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3 {
    display: block;
  }

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid var(--dark-bord);
    padding: 4px 18px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 200px;
    border-radius: 10px;
    font-weight: 300;
    margin: 0 20px 0 0;
    background: var(--link-acc);
    color: var(--base-bg2);
    font-family: var(--sec-font);
}

.tabs>input[type="radio"]:checked+label {
    background-color: var(--dark-bord);
    color: var(--tab-tex);
}


.strn {
    /* BORDER: 1px solid red; */
    margin: 20px 30px;
    height: 290px;
}


.str1_av img {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    border: 1px solid var(--accent);
    object-fit: cover;
}


.str_one {
    display: flex;
    gap: 30px;
}


.str1_av {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 190px;
}

.str1_av span {
    background: var(--link-acc);
    font-family: var(--sec-font);
    color: #edebeb;
    padding: 3px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.str1_awr {
    /* border: red 1px solid; */
    width: 550px;
    height: 290px;
    overflow-y: auto;
}


.str1_awr img {
    width: 160px;
}


.str_two {
    display: flex;
    flex-wrap: wrap;
    height: 268px;
    overflow-y: auto;
    gap: 10px;
}


.krutitsa {
    /* border: red 1px solid; */
    position: absolute;
    height: 200px;
    width: 1100px;
    left: -1px;
    height: 430px;
    z-index: 2;
}




.str_two img {
    width: 48px;
    height: 48px;
}


.str_thr {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
}



.blokss {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.blokss z {
    font-family: var(--main-font);
}


.blokss spis {
    display: flex;
    /* border: red 1px solid; */
    height: 260px;
    overflow-y: auto;
    padding-right: 10px;
    width: 220px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    width: 15%;
    padding: 10px 0;
}








#viewprofile #profile-right .lz a {
color: #000 !important;
}


/*****************
Стиль "Тихой Цитаты"
*****************/
.quiet-quote{
  position:relative;
  display: table;
  margin: 3px 10px!important;/*Отступы*/
font-style: oblique;
  font-size: 11px;
  color: #756b6b;
  /*text-align:justify;
  border:red solid 1px;*/
}
.quiet-quote>p{
  line-height:normal!important;
}
.quiet-quote:before, /*Шрифт, Цвет, Размер иконок*/
.quiet-quote:after{
  font-size: 26px;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 900;
  color: #456f8a; /*Цвет Кавычек*/
  font-family:System, Arial, sans-serif;
}
.quiet-quote:before{
  content:  /*Код левой кавычки к Тихой цитате*/
  left:-18px;
  top:-8px;
}
.quiet-quote:after{
  content:  /*Код правой кавычки к Тихой цитате*/
  right: -15px;
  bottom: -6px;
}
/*************************
/END//Стиль "Тихой Цитаты"
*************************/


.podfor_link {
    display: flex;
    margin-top: 6px;
    gap: 10px;
    flex-wrap: wrap;
}


.podfor_link a {
    background: var(--accent);
    border-radius: 20px;
    padding: 2px 11px 3px;
    line-height: 14px;
    font-size: 10px;
    text-transform: lowercase;
    color: var(--navi-link) !important;
}

.podfor_link a:hover {
    background: var(--dark-bord);
    color: var(--tab-tex) !important;
}


.pagelink, .new-poll a, .new-topic a, .postlink span a {
    background: var(--quo);
    padding: 3px 15px 4px;
    text-transform: lowercase;
    font-size: 10px;
    border-radius: 5px;
}

.punbb .linksb .postlink.long {
    width: auto !important;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

#pun-viewforum .main td {
    padding: 0.5em 1em;
    vertical-align: middle;
}

#pun-main h2 span {
display: none;
}



#tuser {
    cursor: pointer;
    opacity: 0.5;
    padding: 2px;
    width: 14px !important;
    height: 14px !important;
    margin-top: -37px !IMPORTANT;
    margin-left: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 11px;
}
.icons-search:before {
    content: '\e095';
    font-size: 15px;
    color: var(--bord);
}

#html-header a {
    color: var(--navi-link);
}


#html-header a:hover {
        color: var(--accent);
}

.nws {
    gap: 8px;
    /* border: red 1px solid; */
    width: 825px;
    top: 422px;
    left: 80px;
    position: absolute;
    height: 34px;
    text-transform: uppercase;
    overflow-x: auto;
    font-family: var(--sec-font);
    display: flex;
    align-items: flex-start;
    z-index: 5;
}

#form-buttons {
    background: var(--categ) center/cover;
    margin: 5px 0 0 0;
    box-sizing: border-box;
    border-radius: 0;
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    align-items: stretch;
    gap: 10px;
    border-radius: 5px;
}



#pun-admain fieldset .handle, #pun-admain fieldset p {
    border-color: var(--bord) !important;
    background-color: #cfcfce !important;
}


#pun-admain .tags {
    --tag-bg: #c2c3be !important;
    background-color: var(--quo) !important;
}



#pun-admain legend span {
    padding: 0 5px;
    margin: 0 0 0 -15px;
    background-color: var(--quo) !important;
}


#chfont {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 999;
    display: flex;
    gap: 5px;
    align-items: center;
    background: #e1e0dc;
    border-radius: 6px;
    border: 1px solid #d2d1cd;
}

#chfontbut {
    background: url(https://forumstatic.ru/files/001c/58/3e/98228.webp) center no-repeat;
    margin-right: 2px;
    width: 30px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chfontbut::after {
    position: absolute;
    content: 'x';
    top: 0;
    left: 0;
    color: #14191c;
    line-height: 7px;
    font-size: 10px;
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {
    display: none;
    background-color: #dedddb;
    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: var(--base-bg2);
    cursor: pointer;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}

#profile .container legend span {
    font-size: 12px !important;
}





/*скрыть участников и профиля от рекламы и читателя*/
.gid6 li#navprofile {display:none}
.gid6 li#navuserlist  {display:none}
.gid6 #pun-ulinks {display:none}

.gid7 li#navprofile {display:none}
.gid7 li#navuserlist  {display:none}
.gid7 #pun-ulinks {display:none}


.navilinks {
    position: absolute;
    width: 1130px;
    height: 48px;
    left: 0;
    top: 0;
    display: inline-flex;
    flex-direction: row-reverse;
}


.activees a {
    cursor: pointer;
    position: relative;}

.activees span {
    position: absolute;
    bottom: 0;
    display: flex;
    right: 1px;
    background: var(--base-bg2);
    padding: 2px 5px;
    font-family: var(--sec-font);
    font-size: 10px;
    border-radius: 10px 0 100% 0;
    justify-content: center;
    align-items: center;
    color: var(--tab-tex);
}


#pun-stats li.item1, #pun-stats li.item2 {
    float: left;
    clear: both;
    line-height: 150%;
}

#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}


.closedatafield {
    background: var(--fon2);
    margin: 0 10px 0 0;
    padding: 2px 7px 2px 12px;
    color: var(--navi-link);
    text-transform: uppercase;
    font-family: var(--sec-font);
    border-radius: 10px;
}


.post-content .spoiler-box>div.visible:before {
    color: var(--accent);
}

.go-up, .go-down {
    background: var(--accent);
    width: 29px;
    height: 29px;
    border-radius: 5px;
    color: #fffefe;
    box-shadow: 3px 2px 10px #a5302e73;
}

.go-up span, .go-down span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.go-up span:after {
    content: '\f062';
    font-size: 11px;
    font-family: 'Font Awesome 6 Pro';
}

.go-down span:after {
    content: '\f063';
    font-size: 11px;
    font-family: 'Font Awesome 6 Pro';
}

.pa-respect a[href*="relation"] {
    line-height: 2em !important;
}

#pun-admain .adlabel {
    width: 17em !important;
    padding-left: 1em;
    padding-right: 1em;
}


.pun-modal.change_avatar_theme .modal-inner {
    background: var(--text)!important;
    box-sizing: initial !important;
}

.punbb .pun-modal.change_avatar_theme h2 span {
    display: inline !important;
    font-size: 14px !important;
}

.seabar {
    background: var(--head-crcl);
    position: absolute;
    width: 265px;
    height: 314px;
    top: -62px;
    left: 309px;
}



.proffl {
    display: flex;
    gap: 10px;
    justify-content: center;
    font-size: 9px;
    background: var(--categ) center;
    align-items: center;
    border-top: 1px solid #181835;
    padding-top: 5px;
    border-radius: 0 0 6px 6px;
}


.post-content .spoiler-box > blockquote.visible {
    padding: 20px;
}


.news_toptitle p {
    padding: 0 !important;
    font-size: 25px !IMPORTANT;
    line-height: normal !important;
}

.akcc p {
    line-height: normal !important;
    padding: 0 !important;
}




.str1_av span sht {
    font-size: 0px;
}


.str1_av span sht:before {
    content: '\f5ce';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--base-bg2);
    margin-right: 5px;
}

.pa-fld3 {
    position: absolute;
    height: 15px;
    display: flex;
    justify-content: center;
    top: 53px;
}

.pa-fld3 .osn_pr {
    position: absolute;
    display: flex;
    background: var(--accent);
    justify-content: center;
    align-items: center;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    top: 5px;
    padding-top: 4px;
}

.pa-fld6 {
    width: 240px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%);
    -webkit-mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%);
    overflow: hidden;
    filter: grayscale(.4);
    border-radius: 5px 5px  0 0;
}


.pa-fld6 img {
    vertical-align: text-bottom !important;
}



#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    background: var(--quo);
    border: 1px solid var(--bord) ! IMPORTANT;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}


#viewprofile #profile-left {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--base-bg);
    font-size: 12px;
    font-family: var(--sec-font);
    padding: 20px !IMPORTANT;
    color: var(--tab-tex) !important;
    border-right: 0;
}

#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: var(--bord);
}


#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(
    --sec-font);
}

#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;
}

#profile-right #pa-fld2{
    width: 100%;
}


#profile-right .lz fan {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-family: var(--sec-font);
    color: #2e3536;
    border-radius: 0;
    margin: 0 -10px 10px;
    letter-spacing: 0;
    border-bottom: 1px solid #c8c9c5;
    padding-bottom: 5px;
}


#profile-right #pa-fld4 strong {
    color: #2e3536 !important;
}


.osn_pr .fa-solid {
    font-weight: 900;
    font-size: 9px;
    padding-top: 5px;
}



.twnks a {
    background: var(--link-acc);
    display: flex;
    color: var(--base-bg2) !important;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 0px 4px 3px;
}

.twnks a:hover {
    background: var(--accent);
}

.twnks {
    display: flex;
    flex-direction: column;
    /* border: red 1px solid; */
    height: 65px;
    overflow-y: auto;
    padding-right: 10px;
    width: 180px;
    font-size: 12px;
    font-family: var(--sec-font);
    gap: 4px;
}


#pun-index .category table tr td {
    padding: 0;
}

#pun-index .datetime, #pun-index .byuser {
    font-size: 0.7rem;
    font-weight: 400;
    color: #2f2c30;
    text-transform: lowercase;
}



.zvezd {
    width: 78px;
    height: 78px;
    position: absolute;
    left: 857px;
    top: 153px;
}

.zvezd img {
    margin-top: 0px;
    width: 78px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: none;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.krutitsa:hover .zvezd img {
    margin-top: 0px;
    width: 78px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}


.act_sp {
    position: absolute;
    top: 313px;
    left: 399px;
    /* border: 1px solid red; */
    height: 30px;
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-size: 9px;
    width: 73px;
    text-align: center;
    letter-spacing: .4px;
    line-height: 16px;
    font-weight: 300;
}


tr.inew div.icon {
    left: -46px;
    box-sizing: border-box;
    margin-top: 4px;
    width: 31px;
    height: 31px;
    background: var(--dark-bord);
    mask: url(https://forumstatic.ru/files/001c/81/32/57023.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/81/32/57023.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: absolute;
    box-shadow: 6px 5px 10px #060814 inset;
}




.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 12px var(--sec-font);
    align-items: center;
    text-transform: lowercase;
    height: auto;
    background: #00000008;
    border: 1px solid #00000017;
    border-radius: 10px;
    box-shadow: 6px 5px 20px #00000012;
}


form#post.container {
    padding: 0;
}



select#mod-options {
    font-family: var(--sec-font);
    font-size: 10px;
    text-transform: uppercase;
    padding: 0px 15px;
    margin: 0;
}


#pun-profile #viewprofile ul {
    background: var(--quo);
    width: 100%;
    border-radius: 0;
}

.drink_face {
    height: 320px;
    background: #e9e6eb;
    width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    border: 1px solid #8c8297;
}


.shts span sht:before {
    content: '\f5ce';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--bord);
    margin-right: 5px;
}


.drink-face {
    width: 220px;
    background: var(--base-bg2);
    display: flex;
    flex-direction: column;
    height: 330px;
    align-items: center;
    border: 1px solid var(--dark-bord);
    padding-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}


.shts span sht {
    font-size: 0px;
}


.shts {
    background: var(--dark-bord);
    width: 180px;
    margin: 10px 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--news-font);
    color: var(--pun-bg);
    border-radius: 28px;
}


.twnks_awrds {
    width: 449px;
    background: var(--base-bg2);
    height: 330px;
    border: 1px solid var(--dark-bord);
    border-radius: 5px;
}


.lst_tw {
    margin: 0 -2px -1px;
    background: var(--base-bg2);
    border: 1px solid var(--dark-bord);
    padding: 10px 15px;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    flex-wrap: wrap;
    width: 100%;
    border-width: 1px 0 0 0;
}


.lst_tw a {
    background: var(--accent);
    border-radius: 20px;
    border: none;
    padding: 3px 7px;
    font-family: var(--news-font);
    font-size: 0.6rem;
    font-weight: 600;
    color: var(--tab-tex) !IMPORTANT;
}


.lst_tw a:hover {
    background: var(--dark-bord);
}


.lst_awr {
    margin: 20px;
    background: var(--base-bg2);
    border: 1px solid var(--dark-bord);
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 5px;
}


#pun-stats .statsinfo {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

#pun-stats .statsinfo li {
    /* flex-basis: 0; */
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    background: var(--navi-link-hov);
    padding: 3px 3px 2px 3px;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: .3px;
    border-radius: 5px;
    color: var(--tab-tex);
}


.drink-face img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}



.buhaem {
    background: url(https://forumstatic.ru/files/001c/69/ea/94732.webp);
    width: 165px;
    height: 73px;
    position: absolute;
    left: 383px;
    z-index: 6;
    top: -1px;
    transition: all .7s ease-in-out 0s;
}

.uhu:hover .buhaem {
    background: url(https://forumstatic.ru/files/001c/69/ea/88857.webp);
}



.firew {
    height: 156px;
    background: url(https://forumstatic.ru/files/001c/69/ea/69537.gif);
    width: 215px;
    position: absolute;
    left: 309px;
    z-index: 6;
    top: 86px;
    opacity: 0;
    transition: all .7s ease-in-out 0s;
}

.uhu:hover .firew {
    opacity: 1;
}


.arrw {
    height: 49px;
    background: url(https://forumstatic.ru/files/001c/69/ea/84187.webp);
    width: 67px;
    position: absolute;
    top: 85px;
    left: 251px;
    transform: rotate(-17deg);
}


.arrw_tit {
    position: absolute;
    top: 75px;
    left: 208px;
    color: #44827d;
    /* box-shadow: 3px 10px 10px #00000024; */
    /* border: 1px solid var(--dark-bord); */
    /* background: var(--base-bg2); */
    /* border-radius: 20px; */
    /* padding: 3px 20px 3px; */
    font-size: 27px;
    font-family: amb;
    text-transform: uppercase;
    width: 137px;
    z-index: 999;
    /* border: red 1px solid; */
    text-align: center;
    text-shadow: 1px 2px 6px #93879bc7;
}







li#onlinelist a {
    color: var(--accent) !important;
}


li#onlinelist a:hover {
    color: var(--text) !important;
}


.bpostn {
    position: absolute;
    width: 390px;
    top: 263px;
    font-family: var(--sec-font);
    font-size: 0.6rem;
    height: 20px;
    left: 641px;
    z-index: 5;
    /* border: 1px solid red; */
    display: flex;
    gap: 40px;
    text-transform: uppercase;
}


.bpostn a, .punbb .code-box strong.legend a {
color: var(--accent) !important;
}


.bpostn a:hover, .punbb .code-box strong.legend a:hover {
color: var(--tab-tex) !important;
}



#form-buttons td:hover:before {
    color: var(--navi-link-hov);
}

.pa-fld5 pic img {
    border-radius: 0 0 5px 5px;
}


#pun-searchtopics .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}