/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1751709401.css);

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');



:root {
    --base-bg: #3d3d3d url(https://forumstatic.ru/files/001c/6d/0d/33632.webp);
    --base-bg2: #cccccc url(https://forumstatic.ru/files/001c/6d/0d/38455.webp) repeat-y;
    --text: #353535;
    --sec-text: #1d1d1d;
    --accent: #3d766a;
    --sec-accent: #456f67;
    --yel-accent: #e7ce8c;
    --navi-link: #353535;
    --navi-link-hov: #446f67;
    --main-font: ibm plex sans;
    --sec-font: playfair display;
    --head: url(https://forumstatic.ru/files/001c/6d/0d/18347.webp);
    --profile-bg: url(https://forumstatic.ru/files/001c/6d/0d/42914.webp);
    --quote: #c2c2c2;
    --bord: #b8b9b9;
    --cat-fon: url(https://forumstatic.ru/files/001c/6d/0d/58425.webp);
    --tab-text: #f2f2f2;

    --dark-base-bg: #bcb0c8 url(https://forumstatic.ru/files/001c/6d/0d/72821.webp);
    --dark-base-bg2: #f7f7f7 url(https://forumstatic.ru/files/001c/6d/0d/58094.webp) repeat-y;
    --dark-text: #6e6878;
    --dark-sec-text: #595563;
    --dark-accent: #c884ad;
    --dark-sec-accent: #827490;
    --dark-navi-link: #827490;
    --dark-navi-link-hov: #c884ad;
    --dark-head: url(https://forumstatic.ru/files/001c/6d/0d/54251.webp);
    --dark-profile-bg: url(https://forumstatic.ru/files/001c/6d/0d/73703.webp);
    --dark-quote: #eeeeee;
    --dark-bord: #e0e0e0;
    --dark-cat-fon: url(https://forumstatic.ru/files/001c/6d/0d/72821.webp);
    --dark-tab-text: #2b2b30;
}




/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
    font-size: 100.01%;
    position: initial !important;
}

/* A3.2 */
.punbb {
    font: normal 70% Verdana;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 12px verdana, arial, helvetica, sans-serif;
    background: var(--quote);
    border: 1px solid var(--bord);
    outline: none;
}

/* 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: 170px;
    margin-bottom: 80px;
    background: var(--base-bg2);
    position: relative;
    padding-top: 1px;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 80px;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
 min-height: 100px;
  }

#pun-redirect {
    border: 0 none!important;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--base-bg) fixed top center/cover;
}
    #pun-redirect *{
      border:0 none;
    }
    #pun-redirect .main-title {
      display:none;
    }
#pun-redirect.punbb .info .container {
    text-align: center;
    display: block;
    margin: 5% auto;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-font);
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    text-transform: lowercase;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: #000;
}



/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    font-family: var(--main-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: center;
    width: auto;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    margin: -20px 0px 20px 0px;
}


#pun-main h1 {
    display: none;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #707070;
    width: auto;
    margin: 20px 50px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0 0 0 0px;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 0px 1em 0px;
    padding: 15px 20px 10px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 8px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    background: var(--accent);
    display: inline-flex;
    padding: 5px 20px;
    gap: 4px;
    margin-left: -21px;
    color: #e1e1e1;
    border-radius: 0 4px 4px 0;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 5px !important;
    position: relative;
    padding: 0 0px;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quote);
    padding: 5px 15px 6px;
    text-transform: lowercase;
    transition: all .4s linear 0s !important;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold;
    font-family: var(--main-font);
    margin-bottom: 0;
    display: inline-flex;
    text-transform: uppercase;
}

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  text-align: left;
  width: 45%;
  }

/* C2.2 */
#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-viewforum .tcmod {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    text-transform: none;
    width: 35%;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    letter-spacing: 0;
    align-items: center;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* C2.8 íàçâàíèÿ ïîäôîðóìîâ*/ 
#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 16px;
    text-align: left;
    height: auto;
    display: block;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
}


#pun-index .tcl {
    width: 70%;
    position: relative;
    overflow: visible;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 10px 0;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1.5em;
  }

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    margin-right: 50px;
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 5px;
    letter-spacing: 0;
    text-transform: lowercase;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {
    border: none;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    position: relative;
    border-right: none !important;
    border-bottom: none !important;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 22px;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 500 9px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 220px;
    padding: 5px 15px;
    gap: 50px;
    border: 1px solid #b8b9b9;
    width: auto;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 9;
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: auto;
    text-align: right;
    font-weight: normal;
    order: 2;
}

.punbb .post .post-author {
    float: left;
    width: 240px;
    background: var(--profile-bg) top right/cover;
    margin: -1px 0px 0px -40px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 11px;
    padding-top: 0px;
    position: relative;
    border: 1px solid #414141;
    box-shadow: 6px 10px 9px #8b898952;
    border-radius: 5px;
    color: #dddddd;
    z-index: 0;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}


.punbb .post .post-author ul {
    padding: 0 0 0px 0;
}


/* C3.7 */
.pa-author {
    font-family: var(--sec-font);
    font-size: 16px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
    text-transform: none;
    margin: 25px 0 0;
    text-align: center;
    position: relative;
    padding: 0;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    color: var(--base-bg2) !important;
    background: var(--accent);
    border-radius: 4px;
    padding: 0px 10px;
    font-style: italic;
    font-size: 18px;
}

.pa-author a:hover {
    color: var(--yel-accent) !important;
    background: var(--navi-link);
}


/* C3.9 */
li.pa-title {
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: .5px;
    text-align: center;
    margin: 5px 0 0;
    text-transform: uppercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 210px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 40px 0px 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: 0px 0px 10px;
    height: 2.5em;
    line-height: 2em;
    margin-left: -19.3em;
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    border-bottom-style: dashed;
    border-color: #afafaf;
    border-bottom-width: 1px;
    background: transparent;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 0.5em 1em;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {

  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline}

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;}

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;}

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em}



/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    /* border: 1px solid red; */
    margin-top: -114px;
}

#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;
    margin-top: -4px;
    height: auto;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 6px;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
    font-size: 9px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    gap: 3px;
    color: var(--base-bg2);
    /* border: 1px solid red; */
    margin-top: 34px;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--sec-font);
    font-size: 17px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    WIDTH: auto;
    margin-top: 7px;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    padding: 0em 1em 0em 1em;
    margin-top: 39px;
    margin-bottom: -15px;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 20px 25px;
    font-family: var(--main-font);
    background: #cccccc;
    border: 1px solid var(--bord);
    border-radius: 4px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 10px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    font-family: var(--sec-font);
    font-size: 17px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    height: auto;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#pun-status .status-right {
display: none;
}



.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

html * {
    box-sizing: border-box;
}





.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}

#pun-index .category h2, #pun-stats h2 {
    width: auto;
    height: 34px;
    -webkit-text-size-adjust: 100%;
    margin: 10px 0 10px;
    display: flex;
    padding: 0 !IMPORTANT;
    background: var(--cat-fon) right center/cover;
    justify-content: center;
    gap: 10px;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
}


#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    color: #ebebeb;
    font-size: 17px;
    font-family: var(--sec-font);
    position: relative;
    font-weight: 400;
    text-transform: lowercase;
    font-style: italic;
    background: #3d6c64;
    line-height: 15px;
    padding: 2px 20px 4px;
    border-radius: 4px;
    transform: rotate(-.5deg);
    text-shadow: 5px 3px 20px #000;
}





.punbb .code-box strong.legend a {
    font-weight: 500;
    color: #f1f0ee;
    text-transform: uppercase;
}

.punbb .code-box strong.legend a:hover {
    font-weight: 500;
    color: #ffdca0;
}

#pun-index .category table tr {
    border-radius: 4px;
    -webkit-appearance: none;
    display: flex;
    padding: 10px 20px;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: #ccccccc4;
    margin: 0px 0 10px;
    border: 1px solid var(--bord);
    box-shadow: 6px 5px 20px #64646414;
}

#pun-index .category table tr + tr {
margin: 15px 0;

}


#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}

.pagelink, .new-poll a, .new-topic a, .postlink span a {
    background: var(--quote);
    padding: 3px 15px 4px;
    text-transform: lowercase;
    transition: all .4s linear 0s !important;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 11px var(--main-font);
    align-items: center;
    background: var(--other-fon);
    text-transform: lowercase;
}

.forum thead {
    display: none;
}





.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}





#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--main-font);
    text-transform: uppercase;
}


 #pun-main h2 span {
    font-size: 0px;
}


#html-header {
    color: var(--tab-text);
}






.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}





.html-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;}


.html-box a {
    background: var(--navi-link-hov);
    color: var(--dark-quote) !important;
    padding: 4px 10px;
    font-size: 10px;
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #446860;
    box-shadow: 6px 5px 10px #7c868324;
    border-radius: 4px;
}

.html-box a:hover {
    background: var(--navi-link);
    color: var(--tab-text) !important;
}


#tooltip {position: absolute; 
background: var(--accent); z-index: 999;
max-width: 200px; border: none; border-radius: 10px; box-shadow: 0 0 0px 1px rgba(0,0,0,.05) inset; font-family: var(--main-font); font-size: 11px; display: none; color: #efeee4; text-align: center; padding: 6px 22px; font-weight: 400;}



#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}



.sered {
    display: flex;
    flex-direction: column;
    gap: 1px;
}



.punbb .post-content .quote-box, .spoiler-box {
padding: 15px 20px;
}


#pun-index .category tr.inew {
    border: 1px solid #b3b3b3;
    background: #cccccc;
    box-shadow: 6px 5px 20px #6464642b;
}


#pun-status .container::before {
content: '» ';
}


#pun-status .container strong {
    color: var(--sec-text);
    font-weight: 500;
}

#pun-admain .adlabel {
    width: 18em !important;
}


#pun-index .tcl h3 a {
    color: #e3e3e3;
    background: #3d6c64;
    text-transform: lowercase;
    font-style: italic;
    padding: 2px 10px 5px;
    line-height: 17px;
    font-weight: 400;
    border-radius: 4px;
}

#pun-index .tcl h3 a:hover {
    color: #e3e3e3;
    background: var(--navi-link);
}




#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}




#plng {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 5px;
    font-family: var(--main-font);
    border-radius: 0;
    background: var(--quote);
    border: 1px solid var(--bord);
    padding: 4px 20px;
}








#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/46/b0/84017.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: #9c2b3e;
    color: #e7e7e7;
    cursor: pointer;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}


#pun-searchposts  .post .post-author {
    margin: -26px 0px 0px 0px;
}
/*Ñîêðàùàåì â ìåíþ ñëîâî 'Àäìèíèñòðèðîâàíèå'*/
  #navadmin>a>span{display:none;}
  #navadmin>a:after{content: "Aäìèí";}

  


.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--main-font);
    background: var(--quote) !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    color: var(
    --navi-link);
    border-radius: 4px;
    position: relative;
}

.spoiler-box {
    padding: 0 !important;
}

.post-rating p a:after {
    content: '\f004';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    font-size: 26px;
    font-family: 'FontAwesome';
    left: 0;
    z-index: -1;
    transition: all .7s ease-in-out 0s;
    color: var(--bord);
}


#pun .post-rating a {
    font-size: 11px !IMPORTANT;
    color: var(--base-bg2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 26px;
    font-weight: 500;
    position: relative;
    font-family: var(--main-font) !important;
}


.post-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px !important;
    position: relative;
    float: right;
    z-index: 8;
    border: none !important;
    width: 30px;
    height: 26px;
}



.post-rating p a:hover:after {
    /* background: #b2abaa; */
    color: #b0acab;
}

#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 26px;
    height: 26px;
    margin: 5px 0px 5px 0px;
}


#pun-index .category table tr td {
padding: 0;
}


.podfor {
    margin: 2px 0 0px;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
}

.podfor a {
    border: 1px solid #464645;
    background: #464646;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px 10px;
    color: #dedede !important;
}


.podfor a:hover {
    border: 1px solid #335c55;
    background: var(--accent);
    color: #ebebeb !important;
}



#pun-index .datetime, #pun-index .byuser {
    font-size: 11px;
    font-weight: 400;
    color: var(--text);
    text-transform: lowercase;
}


.banners_bottom {
    left: 0;
    margin: 45px 0px 0px 16px !important;
    overflow-y: auto;
    padding-right: 5px;
    height: 31px;
    width: 1068px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    /* border: red 1px solid; */
    box-sizing: border-box;
    justify-content: space-between;
}


.banners_bottom img {
    transition: all .7s ease-in-out 0s;
    opacity: .4;
}


.banners_bottom img:hover {
    opacity: .9;
}


.avfid {
    background: #363636;
    margin: 10px 15px 0;
    border-radius: 4px;
    padding: 5px 0px;
    border: 1px solid #4c4c4c;
    backdrop-filter: blur(8px);
    box-shadow: 4px 4px 14px #30303059;
}


.FNTslider {
    border-radius: 2px;
    position: relative;
    z-index: 3;
    background: var(--bord);
    width: 110px;
    height: 7px;
    border: solid 1px #9f9e9e70;
    order: 1;
}
.FNTslider .before {
    height: 5px;
    border-right: none 0;
    position: absolute;
    background: var(--dark-tab-text);
    border-radius: 2px 0 0 2px;
}
.FNTslider .thumb {
    width: 8px;
    height: 7px;
    border-radius: 0;
    position: relative;
    background: var(--accent);
    cursor: pointer;
    margin-top: -1px;
    top: 0;
}



.playerNode {
    position: absolute;
    right: 176px;
    top: 62px;
}

.player-wrapper {
    background: #4e756d;
    height: 20px;
    width: 120px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.play-pause.paused {
background-size: contain;
}

.play-pause {
    background: none;
    background-size: contain;
    border: 0;
    width: 25px;
    height: 23px;
    padding: 0;
    position: absolute;
    top: 4px;
}

.track, .volume {
    height: 100%;
    background: linear-gradient(0deg, transparent 0, transparent 50%, white 50%, transparent calc(50% + 1px), transparent);
    display: inline-block;
    margin-left: 10px;
    position: relative;}

.track {
 width: calc(80% - 30px);
}

.volume {
    width: 20%;
}

.thumb {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    background: var(--yel-accent);
    border-radius: 50%;
    position: absolute;
}

.controls {
    position: absolute;
    top: -5px;
    left: -69px;
}

button.prev-track {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    position: absolute;
    left: -20px;
    top: 5px;
}

button.next-track {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    position: absolute;
    left: 23px;
    top: 5px;
}

button.loop-toggle {
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    background-image: none;
    position: absolute;
    left: 44px;
    top: 4px;
    background-size: contain;
}
html {
-webkit-text-size-adjust: 100%;
}


button.prev-track:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f053';
    color: #e9e7e7;
}


button.next-track:before {
content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}


button.loop-toggle:before {
content: '\f363';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}

.play-pause:before {
content: '\f04c';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}
.play-pause.paused:before {
    content: '\f04b';
    font-family: 'Font Awesome 6 Pro';
    color: #e9e7e7;
}


#stylelist {
    position: absolute;
    z-index: 200;
    opacity: 1;
    top: -92px;
    margin: 0;
    left: 63px;
    padding: 0px;
    overflow: hidden;
    width: 47px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 30px;
    flex-direction: row;
    justify-content: space-between;
    opacity: 1;
    gap: 1px;
}
#stylelist li[data="light"] a, #stylelist li[data="dark"] a {
    border-radius: 100%;
    font-weight: 400;
    font-size: 0;
    color: #c5c6c0;
    display: flex;
    /* padding: 4px; */
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

#stylelist li[data="light"] a::before {
    content: '\f186';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
}

#stylelist li[data="dark"] a::before {
    content: '\f185';
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
}



.onlinecr {
    position: absolute;
    /* border: 1px solid red; */
    top: 38px;
    left: 217px;
    height: 56px;
    width: 372px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}



.onlinecr os {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 17px;
}


.onlinecr os b {
    color: var(--yel-accent);
    font-weight: 400;
    text-transform: capitalize;
}


.onlinecr text {
    font-family: var(--main-font);
    font-size: 10px;
    font-weight: 300;
    color: #fff;
}


.bestep {
    position: absolute;
    /* border: red 1px solid; */
    top: 156px;
    left: 245px;
    width: 263px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.5px;
}

.bestep ep {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
}


.bestep nm {
    font-family: var(--main-font);
    color: var(--sec-text);
}


.bpost {
    display: flex;
    position: absolute;
    left: 627px;
    /* border: red 1px solid; */
    top: 121px;
    color: #000;
    width: 326px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}


.bpost zv {
    letter-spacing: 5px;
    font-family: var(--sec-font);
    font-size: 22px;
}


.bpost text {
    font-family: var(--main-font);
    font-size: 10px;
    height: 63px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 10px;
}


.bpost name {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 15px;
}

.bpost name a {
    color: var(--navi-link-hov) !Important;
    font-weight: 600;
}


.bpost name a:hover {
    color: var(--text) !Important;
}


.bpost text::-webkit-scrollbar {
    width: 4px;
    background-color: #cccccc52;
}


.bpost text::-webkit-scrollbar-thumb {
    background-color: #58857b;
    border: none;
}


.navign {
    position: absolute;
    /* border: 1px solid red; */
    top: -66px;
    left: 120px;
    width: 859px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: var(--main-font);
}



.activees {
    height: 168px;
    width: 40px;
    top: 39px;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    display: flex;
    align-items: center;
    gap: 10px;
    left: 40px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-direction: column;
}


.activees div, .activees2 div {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}



.activees img, .activees2 img {
    filter: grayscale(100%);
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.activees div:after, .activees2 div:after {
    content: "";
    background: #3535359e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease-in-out 0s;
    border-radius: 4px;
}


.activees div:hover img, .activees2 div:hover img {
    filter: grayscale(1);
}

.activees div:hover:after, .activees2 div:hover:after {
    background: #bda96da6;
}



.activees2 {
    height: 168px;
    width: 40px;
    top: 39px;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    display: flex;
    align-items: center;
    gap: 10px;
    right: 40px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-direction: column;
}


a.vieb {
    color: var(--yel-accent) !important;
}


a.vieb:hover {
    color: var(--tab-text) !important;
}


#html-header a {
    color: var(--tab-text);
    text-shadow: 0px 0px 9px #466d656b;
}

#html-header a:hover {
    color: var(--yel-accent);
    text-shadow: 0px 0px 9px #466d656b;
}



.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid #afadad;
    border-radius: 4px 4px 0 0;
}


.post-content .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
    padding: 10px 20px 0;
}




.post-content .spoiler-box>div:before {
    color: var(--text);
    content: '\f077';
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    position: absolute;
    display: inline-block;
    margin-left: -27px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    line-height: 21px;
}


.post-content .spoiler-box > div.visible:before {
    color: var(--text);
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    position: absolute;
    display: inline-block;
    margin-left: -27px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    line-height: 21px;
}


.pa-fld6 {
    /* position: absolute; */
    bottom: 13px;
    margin: 0 10px 10px;
}


.futr img {
    max-width: 176px;
}





.pa-fld5 {
    position: absolute;
    font-size: 0px!important;
    text-align: center;
    padding: 3px;
    margin-top: -43px!important;
    margin-left: 105px;
    opacity: 1;
    z-index: 3;
    background-color: #3f3f3f;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px #3e3e3e solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-fld5 img {
    vertical-align: middle !important;
    width: 20px;
}



.plashka {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 6px 0px 10px 13px;
    background: #3b675d;
    border: 1px solid #4c4c4c;
    border-radius: 6px;
    overflow: hidden;
    height: 40px;
    width: 180px;
    padding: 0px !important;
}


.plashka kart {
    background: transparent;
    padding: 0px 5px;
    border-width: 0px 1px 0px 0px;
    border-color: #0000001c;
    border-style: solid;
}


.plashka kart img {
    height: 40px;
}



.plashka text {
    display: flex;
    width: 100%;
    text-transform: lowercase;
    font-size: 12px;
    color: #e7e6d9;
    font-weight: 500;
    letter-spacing: .6px;
    align-content: space-around;
    padding-top: 0;
    font-family: var(--mfont);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -4px;
    flex-direction: column;
    align-items: center;
}



.plashka text span {
    font-size: 9px;
    text-transform: lowercase;
    margin-top: 0;
    font-weight: 400 !important;
    font-family: var(--mfont);
    margin-left: 0px !IMPORTANT;
    width: 100% !important;
    padding: 0px !IMPORTANT;
    text-align: center;
    line-height: 9px;
}



.lznam {
    font-family: var(--sec-font);
    font-style: italic;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: lowercase;
}



.lznam a {
    color: var(--tab-text) !important;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
}


.lznam a:hover {
    color: #4d9182 !important;
    font-weight: 400;
}


.lz {
    border-top: 1px solid #4c4c4c;
    margin-top: 6px;
padding: 10px 10px 0 10px;
    background: linear-gradient(180deg, #2f2f2f8a, transparent);
}


.pa-fld2 {
    letter-spacing: .5px;
    background: #333433;
    border: 1px solid #4c4c4c;
    margin: 0px 27px 10px;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    font-size: 8px;
    text-transform: uppercase;
    color: #dbdada;
    padding: 3px;
}

.profl, .scrn {
    display: flex;
    justify-content: center;
    gap: 0 12px;
    font-size: 10px;
}


.scrn {
    margin: 0 0 10px;
}


.go-up, .go-down {
    background: var(--accent);
    width: 29px;
    height: 35px;
    border-radius: 0;
    box-shadow: none;
    color: var(--tab-text);
    border-radius: 3px;
}



.go-up span {
    padding-top: 10px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}


.go-down span {
    padding-bottom: 10px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}


.go-up span:after {
    content: '\f106';
    font-size: 13px;
    font-family: 'Font Awesome 6 Pro';

}

.go-down span:after {
    content: '\f107';
    font-size: 13px;
    font-family: 'Font Awesome 6 Pro';

}




/*** ÒÅÌÍÛÉ ***/

.dark #pun-index .category h2, .dark #pun-stats h2 {
    background: var(--dark-cat-fon) right center/cover;
}

.dark #pun-index .category h2 span, .dark #pun-stats h2 span {
    color: #f7f7f7;
    background: #8e7b9f;
    text-shadow: 5px 3px 20px #000;
}


.dark #pun-index .category table tr {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    box-shadow: 6px 5px 20px #64646414;
}


.dark #pun-index .tcl h3 a {
    color: #fdfdfd;
    background: #877597;
}


.dark #pun-index .tcl h3 a:hover {
    color: #f3f3f3;
    background: #9f6186;
}


.dark .podfor a:hover {
    border: 1px solid #7c6a8d;
    background: #8d7b9e;
    color: #fffcfc !important;
}

.dark .podfor a {
    border: 1px solid #894c70;
    background: #9f6186;
    color: #f3f3f3 !important;
}


.dark #pun-index .category tr.inew {
    border: 1px solid #beacc796;
    background: #dddde0b3;
    box-shadow: 6px 5px 20px #64646424;
}


.dark #pun-stats .container {
    background: #eeeeee;
    border: 1px solid #e0e0e0;
}


.dark #pun-stats .container a {
    color: var(--dark-accent);
}


.dark #pun-stats .container a:hover {
color: var(--dark-navi-link) !important;
}


.dark #stylelist li[data="light"] a, .dark #stylelist li[data="dark"] a {
    color: #f1f1f1;
}


.dark #html-header a {
    color: #ffffff;
    text-shadow: none;
}

.dark #html-header a:hover {
    color: #e6cddb;
    text-shadow: none;
}

.dark a.vieb {
    color: #ffd1ec !important;
}

.dark a.vieb:hover {
    color: #ffffff !important;
}


.dark .onlinecr os b {
    text-shadow: 0px 0px 20px #5c113d, 1px 1px #c67fa9;
    color: #f3e5ff;
    /* font-weight: 600; */
}


.dark #html-header {
    color: #ffffff;
}


.dark .player-wrapper {
    background: #c985ac;
}

.dark .thumb {
    background: #f0eaf5;
}


.dark .play-pause.paused:before, .dark .play-pause:before, .dark button.prev-track:before, .dark button.next-track:before, .dark button.loop-toggle:before {
color: #141314;
}



.dark .activees div:after, .dark .activees2 div:after {
    background: #bca6c3ad;
}


.dark .activees div:hover:after, .dark .activees2 div:hover:after {
    background: #daacc8b0;
}


 .dark .onlinecr text {
    color: #fff;
}





.dark .bpost name a {
    color: #cf90b5 ! Important;
    font-weight: 600;
}


.dark .bpost name a:hover {
    color: #857791 ! Important;
    font-weight: 600;
}


.dark .pagelink, .dark .new-poll a, .dark .new-topic a, .dark .postlink span a {
    background: var(--dark-quote);
}



.dark .punbb .post h3 span {
    background: var(--dark-quote);
    border: 1px solid #dddde0;
}


.dark .FNTslider {
    background: #f3f3f3;
    border: solid 1px #9f9e9e70;
}

.dark .FNTslider .before {
    background: #ebeaea;
}


.dark .punbb .quote-box cite, .dark .punbb .code-box strong.legend {
    background: #9e91af;
    color: #ffffff;
}


.dark .punbb .post .post-author {
    background: var(--dark-profile-bg) center/cover;
    border: 1px solid #dddde0;
    box-shadow: 6px 10px 9px #8b89890d;
    color: #322d36;
}


.dark .pa-fld5 {
    background-color: #eaeaea;
    border: 1px #dddde0 solid;
}


.dark .pa-author a {
    color: var(--tab-text) !IMPORTANT;
    background: #aa9aba;
}


.dark .avfid {
    background: #c1c1c140;
    margin: 10px 15px 0;
    border-radius: 4px;
    padding: 5px 0px;
    border: 1px solid #ceced3;
    backdrop-filter: blur(8px);
    box-shadow: none;
}


.dark .lznam a {
    color: var(--dark-sec-text) !IMPORTANT;
}

.dark .lznam a:hover {
    color: #8d6bad ! IMPORTANT;
}


.dark .lz {
    border-top: 1px solid #ceced3;
    margin-top: 6px;
    padding-top: 6px;
    background: linear-gradient(180deg, #f7f7f75e, transparent);
}


.dark .pa-fld2 {
    background: #aa9aba;
    border: 1px solid #ae9cc1;
    color: #ffffff;
}


.dark .punbb textarea, .dark .punbb input, .dark .punbb select, .dark .punbb optgroup {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    outline: none;
}


.dark #plng {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
}


.dark .subscribelink {
    background: var(--dark-quote);
}


.dark .go-up, .dark .go-down {
    background: var(--dark-sec-accent);
    color: #ffffff;
}


.dark .post-content .spoiler-box > div {
    background: var(--dark-quote) !important;
}


.dark .post-content .spoiler-box > div.visible {
    border-bottom: 1px solid #dddde0;
    border-radius: 4px 4px 0 0;
}


.dark .post-rating p a:after {
    color: #dedede;
}

.bestep ep a {
    cursor: pointer;
    color: var(--dark-tab-text) !important;
}

.bestep ep a:hover {
    cursor: pointer;
    color: var(--accent) !important;
}

#navpm a {
    color: var(--navi-link-hov) !important;
}
#navpm a:hover {
    color: var(--navi-link) !important;
}


.dark #navpm a {
    color: var(--dark-navi-link-hov) !important;
}


.dark #navpm a:hover {
    color: var(--dark-navi-link) !important;
}

.dark .punbb span.GamePst, .dark .punbb strong.GamePst2 {
    color: #604878 !important;
}

.dark #tooltip {
    background: var(--dark-accent);
    color: #ffffff;
}


.dark .html-box a {
    background: var(--dark-navi-link);
    color: var(--dark-quote) !important;
    border: 1px solid #826a88;
    box-shadow: 6px 5px 10px #7c868324;
}


.dark .html-box a:hover {
    background: #ab6c92;
    color: #ffffff !important;
    border: 1px solid #a9638d;
}



/*** ÕÒÌË ØÀÁËÎÍÛ ***/
.guestbook {
    border-radius: 5px;
    color: #000000;
    margin: 0px 0px 0px 0px;
    width: auto;
    padding-bottom: 20px;
    border: 1px solid #b5b4b4;
    position: relative;
    overflow: hidden;
    background: url(https://forumstatic.ru/files/001c/6d/0d/89064.webp) repeat;
    border-radius: 5px;
}
.guestbook nazv {
    font-weight: 400;
    backdrop-filter: blur(10px);
    color: #424242;
    font-family: var(--sec-font);
    font-size: 47px;
    background: #c6c6c682;
    width: 100%;
    border-bottom: 1px solid #b5b4b4;
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    text-transform: lowercase;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 0px 10px #b7b2aa5c;
    font-style: italic;
    letter-spacing: 0;
}
.guestbook nazv span {
    font-style: normal;
    font-size: 11px;
    font-family: var(--main-font);
    letter-spacing: 0;
    margin-left: 15px;
    margin-top: 10px;
    color: #000000;
}
.guestbook text {
    margin: 30px;
    padding: 20px;
    font-family: var(--main-font);
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    letter-spacing: .4px;
    border-radius: 4px;
    background: #cccccc4f;
    border: 1px solid #b5b4b4;
    box-shadow: 8px 6px 30px #3434341c;
}


.drugoe {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 30px 30px 30px;
    gap: 0 30px;
}


.drugoe one {
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.amsnam {
    display: flex;
    gap: 0 10px;
    justify-content: center;
    margin: 10px 0;
}


.amsnam a {
    background: var(--accent);
    padding: 3px 10px;
    height: 15px;
    display: flex;
    align-items: center;
    color: #ffffff ! IMPORTANT;
    justify-content: center;
    font-family: var(--main-font);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400 !important;
    border-radius: 3px;
}


.amsnam a:hover {
    background: var(--navi-link);
    color: #f7f6ee !important;
}


.drugoe one texxt {
    font-family: var(--main-font);
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.drugoe one zag {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 19px;
    letter-spacing: 0;
    gap: 5px;
    font-weight: 400;
    color: #4f7a72;
    font-style: italic;
}
.drugoe one zag span {
    text-transform: lowercase;
    font-size: 9px;
    color: #1a1a1a;
    font-weight: 400;
    font-style: normal;
    font-family: var(--main-font);
    letter-spacing: .5px;
}


.actvs {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}


.actvs div {
    position: relative;
    width: 42px;
    height: 42px;
    box-shadow: 0 0 0 1px #3d766a;
    border-radius: 0;
}


.actvs div:after {
    content: "";
    background: #3d766a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
}



/*** ÏÐÀÂÈËÀ ***/

.pravil {
    margin: 0px 0px 0px 0px;
    width: auto;
    min-height: 400px;
    padding-bottom: 20px;
    border: 1px solid #b5b4b4;
    position: relative;
    overflow: hidden;
    background: url(https://forumstatic.ru/files/001c/6d/0d/89064.webp) repeat;
    border-radius: 5px;
}

.pravil nazv {
    backdrop-filter: blur(10px);
    color: #424242;
    font-family: var(--sec-font);
    font-size: 47px;
    background: #c6c6c682;
    width: 100%;
    border-bottom: 1px solid #b5b4b4;
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    text-transform: lowercase;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 0px 10px #b7b2aa5c;
    font-style: italic;
    letter-spacing: 0;
}
.pravil nazv span {
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 40px;
    text-transform: lowercase;
    color: #000;
    font-style: normal;
    margin-top: 14px;
}
.privetprav {
    width: auto;
    padding: 20px;
    background: var(--quote);
    text-align: justify;
    color: #000;
    line-height: 16px;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid #bdb8b1;
    letter-spacing: 0;
    font-weight: 400;
    margin: 30px;
    box-shadow: 6px 3px 10px #9797973d;
}

.praviltext, .praviltext2 {
    line-height: 16px;
    padding: 10px;
    margin: 0 30px;
    width: auto;
    background: #c9c6c6;
    text-align: justify;
    color: #000;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid var(--bord);
    letter-spacing: 0;
    font-weight: 400;
    box-shadow: 6px 3px 10px #9797973d;
}

.praviltext zag, .praviltext2 zag {
    display: block;
    text-align: left;
    background: var(--accent);
    color: var(--tab-text);
    font-family: var(--sec-font);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px 10px 5px 10px;
    font-style: italic;
    text-transform: lowercase;
    border-radius: 3px;
    margin: 10px 0 10px;
}

.praviltext blos, .praviltext2 blos {
    display: block;
    margin: 6px 0 0 0 !important;
    background: var(--quote);
    padding: 10px 15px;
    border-left: 2px solid var(--accent);
}


.praviltext2 {
    margin-top: 8px;
    text-align: justify;
    line-height: 16px;
    font-weight: 400;
    padding: 10px;
    width: auto;
    margin: 10px 30px 0 30px;
}





.gostev {
    margin: 0px 0px 0px 0px;
    width: auto;
    border: 1px solid #b5b4b4;
    position: relative;
    overflow: hidden;
    background: url(https://forumstatic.ru/files/001c/6d/0d/89064.webp) repeat;
    border-radius: 5px;
}
.licens {
    backdrop-filter: blur(10px);
    color: #424242;
    font-family: var(--sec-font);
    font-size: 37px;
    background: #c6c6c682;
    width: 100%;
    border-bottom: 1px solid #b5b4b4;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    text-transform: lowercase;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 0px 10px #b7b2aa5c;
    font-style: italic;
    letter-spacing: 0;
}
.licens span {
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 40px;
    text-transform: lowercase;
    color: #000;
    font-style: normal;
    margin-top: 14px;
}


.gostxt {
    width: auto;
    padding: 20px;
    background: var(--quote);
    text-align: justify;
    color: #000;
    line-height: 16px;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid #bdb8b1;
    letter-spacing: 0;
    font-weight: 400;
    margin: 30px;
    box-shadow: 6px 3px 10px #9797973d;
}



.dark .guestbook {
    border: 1px solid #ceced3;
    background: var(--dark-profile-bg) center/cover;
    border-radius: 5px;
    color: var(--dark-tab-text);
}


.dark .guestbook nazv {
    color: var(--dark-quote);
    background: var(--dark-base-bg);
    border-bottom: 1px solid #ceced3;
    box-shadow: none;
}

.dark .guestbook text {
    background: var(--dark-quote);
    border: 1px solid var(--dark-bord);
    box-shadow: 8px 6px 30px #d7d5d5;
}


.dark .amsnam a {
    background: var(--dark-accent);
    color: #ffffff ! IMPORTANT;
}

.dark .amsnam a:hover {
    background: var(--dark-navi-link);
    color: #ffffff !important;
}


.dark .actvs div:after {
    background: #827490;
}


.dark .pravil {
    border: 1px solid #ceced3;
    background: var(--dark-profile-bg) center/cover;
    color: var(--dark-tab-text);
}

.dark .pravil nazv {
    color: var(--dark-quote);
    border-bottom: 1px solid #ceced3;
    box-shadow: 0px 0px 50px #ceced3;
    background: var(--dark-cat-fon);
}


.dark .pravil nazv span {
    color: #ffffff;
}


.dark .privetprav {
    background: var(--dark-quote);
    color: #000;
    border: 1px solid #ceced3;
    box-shadow: 6px 3px 10px #97979730;
}

.dark .praviltext, .dark .praviltext2 {
    background: #eeeeee;
    color: #000;
    border: 1px solid #ceced3;
    box-shadow: 6px 3px 10px #97979721;
}


.dark .praviltext zag, .dark .praviltext2 zag {
    background: var(--dark-accent);
    color: #ffffff;
}


.dark .praviltext blos, .dark .praviltext2 blos {
    background: #d9d9d9b3;
    border-left: 2px solid #aa9aba;
}

.dark .gostev {
    border: 1px solid #ceced3;
    background: var(--dark-profile-bg) center/cover;
    color: var(--dark-tab-text);
}

.dark .licens {
    color: var(--dark-quote);
    background: var(--dark-base-bg);
    border-bottom: 1px solid #ceced3;
    box-shadow: 0px 0px 50px #ceced3;
}


.dark .licens span {
    color: #ffffff;
}


.dark .gostxt {
    background: var(--dark-quote);
    color: #000;
    border: 1px solid #ceced3;
    box-shadow: 6px 3px 10px #9797971f;
}



/*ÑÊÐÈÏÒ ÏËÅÅÐÀ Â ÏÐÎÔÈËÜ*/
   .audio-playervm {
  display: inline-block;
  position: relative;
  margin: 20px;
}

.audio-play-button {
     cursor: pointer;
    background: #3d766a;
    backdrop-filter: blur(5px);
    border: none;
    border-radius: 30% !important;
    width: 23px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2sease;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.dark .audio-play-button {
    cursor: pointer;
    background: #827490;
    backdrop-filter: blur(5px);
    border: none;
    border-radius: 30% !important;
    width: 23px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2sease;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.dark .audio-play-button::before {
    content: '\f001';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #fbfafb;
}

.audio-play-button::before {
    content: '\f001';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #d7d9d8;
}

.audio-play-button.active {
    background: #6d6c6c;
    border: none;
}

.dark .audio-play-button.active {
    background: #aa9aba;
    border: none;
}

.audio-play-button.active::before {
  content: '\f001';
  font-family: 'FontAwesome';
  font-size: 11px;
  animation: player-rotate 3s infinite both;
    color: #d7d9d8;
}

.audio-modalVM {
   position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #e5e2dec4;
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 10px;
    width: 50px;
    display: none;
    z-index: 10;
    border: 1px solid #3b332e6b;
}

.dark .audio-modalVM {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #f3f3f3b5;
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 10px;
    width: 50px;
    display: none;
    z-index: 10;
    border: 1px solid #827490;
}

.audio-modalVM.visible {
  display: block;
  pointer-events: auto;
}

.dark .audio-modalVM.visible {
  display: block;
  pointer-events: auto;
}

.audio-volume-slider {
  width: 100px;
  transform: rotate(-90deg);
  position: absolute;
    left: -42px;
    top: 58px;
    border: none !important;
}

.audio-modal-control {
  font-family: "Font Awesome 6 Free" !important;
  margin: 5px;
  cursor: pointer;
  padding: 5px;
  width: 23px;
  height: 23px;
  background: #3b332e;
  border: none;
  border-radius: 5px;
  color: #dbd8d3c2;
}

.dark .audio-modal-control {
    font-family: "Font Awesome 6 Free" !important;
    margin: 5px;
    cursor: pointer;
    padding: 5px;
    width: 23px;
    height: 23px;
    background: #827490;
    border: none;
    border-radius: 5px;
    color: #f3f3f3;
}

.audio-loop {
  background: #3b332e;
}

.dark .audio-loop {
background: #827490;
}

.audio-loop.active {
  background: #dbd8d3c2;
  color: #3b332e;
  border: 1px solid #3b332eda;
}

.dark .audio-loop.active {
    background: #aa9aba;
    color: #f3f3f3;
    border: 1px solid #827490;
}

.audio-track-title {
position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f94f;
    backdrop-filter: blur(5px);
    color: #3b332e;
    padding: 5px 10px;
    border-radius: 5px;
    /* text-shadow: 1px 1px 2px #000000a8, -1px -1px 2px #000000a8; */
    display: none;
    white-space: nowrap;
    border: 1px solid #3b332e9e;
}

.audio-track-title.active {
  display: block;
}

@keyframes player-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dark .audio-volume-slider {
  -webkit-appearance: none;
  width: 100px;
  height: 4px;
  background: #827490;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  background: transparent !important;
}

.dark .audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #827490;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4
}

.audio-volume-slider {
  -webkit-appearance: none;
  width: 100px;
  height: 4px;
  background: #3d3d3d;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  background: transparent !important;
}

.audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #3d3d3d;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4
}

.dark .audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px; 
  height: 12px; 
  background: #827490; 
  border-radius: 50%; 
  cursor: pointer;
  margin-top: -4px;

}

.audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px; 
  height: 12px; 
  background: #3d3d3d; 
  border-radius: 50%; 
  cursor: pointer;
  margin-top: -4px;

}

.dark .audio-volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #827490;
  border-radius: 50%;
  cursor: pointer;
  border: none; 
}

.audio-volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #3d3d3d;
  border-radius: 50%;
  cursor: pointer;
  border: none; 
}

.dark .audio-volume-slider::-webkit-slider-runnable-track {
  height: 4px; 
  background: linear-gradient(to right, #827490, #ccc); 
  border-radius: 2px; 
}

.audio-volume-slider::-webkit-slider-runnable-track {
  height: 4px; 
  background: linear-gradient(to right, #3d3d3d, #ccc); 
  border-radius: 2px; 
}

.dark .audio-volume-slider::-moz-range-track {
  height: 4px;
  background: linear-gradient(to right, #827490, #ccc);
  border-radius: 2px;
}

.audio-volume-slider::-moz-range-track {
  height: 4px;
  background: linear-gradient(to right, #3d3d3d, #ccc);
  border-radius: 2px;
}

.audio-volume-slider {
  padding: 0;
}

li.pa-fld8 {
    position: absolute;
    top: 39px;
    left: -20px;
}




.futr img {
    max-width: 176px;
}






.pa-awards {
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-family: var(--main-font);
}

.dark #List-UserNames {
    background: #dbdbdb;
    border: 1px solid #bfbfbf;
}

.dark .punbb #List-UserNames li {
    background: #827490;
    box-shadow: 0px 0px 0px 1px #756c7e;
}

.dark .punbb #pun-navlinks #form-login {
    background: #dbdbdb;
    border: 1px solid #bfbfbf;
}


/* ÃÎÑÒÅÂÀß ÑÊÐÎËËÛ
-------------------------------------------------------------*/

.gost-prid {
    width: 350px;
    padding: 15px;
    background: var(--quote);
    height: 150px;
    overflow-y: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    color: #000000;
    font-family: var(--main-font);
    border: 1px solid #b5b4b4;
}

.gost-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}


.pa-fld7 {
    position: absolute;
    left: 0;
    width: 238px;
    overflow: hidden;
    top: 0;
    z-index: -1;
    border-radius: 0 0 4px 4px;
    transform: rotate(180deg);
    /* mask: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%); */
    /* -webkit-mask: linear-gradient(180deg, rgb(0 0 0) 0%, #5976732b 100%); */
    filter: grayscale(.4);
}



/******************************************************************
Còèëü:"òàáëèöà ñ âêëàäêàìè"
******************************************************************/
/*Ïðàâêè äëÿ Öâåòà ôîíà è áîðäþðîâ òàáëèöû*/
.s-tabs>.stab,.s-tabs>span{
background: transparent;
border-color: #7E7E7E!important;
}

.s-tabs{
    width: 930px;
    display: block;
    padding: 0;
    margin: auto;
}

.s-tabs>.stab{
height:200px; /*âûñîòà âêëàäêè*/
}

/* Ñòèëü "Óøêà" âêëàäîê */
.s-tabs>span{
text-transform: uppercase;
position: relative;
z-index: 100;
cursor: pointer;
display: inline-block;
padding: 8px;
height: 17px;
margin: auto;
text-align: center;
padding-right: 6px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
font: normal 400 12px / 16.5px "Arimo";
}

/* Àêòèâíîå "Óøêî" */
.s-tabs>span.selected{
border-bottom-color: transparent !important;
color: #b3715b;
}

/* Ñòèëü âêëàäêè(LI)*/
.s-tabs>.stab {
width: 700px;
margin: auto;
display: none;
position: relative;
background: #c6c6c2 url(https://forumupload.ru/uploads/001b/1a/5a/742/701219.jpg) bottom;
no-repeat;
border: 1px solid #a39186;
box-shadow: 0px 0px 0px 1000px #b9b9b88c inset;
height: 460px;
border-radius: 20px;
margin-top: 8px;
}

.main-n {
    margin-left: 360px;
}

.ls-fut {
    position: absolute;
    width: 300px;
    height: 200px;
    border: 1px solid #a2a29c;
    top: 235px;
    left: 40px;
    padding: 10px;
    border-radius: 10px;
}

.ls-futlist {
    height: 179px;
    overflow-y: auto;
    text-align: center;

}

.ls-futlist img {
    width: 260px;
    object-fit: cover;
}

.ls-icons {
    width: 250px;
    height: 135px;
    border: 1px solid #a2a29c;
    padding: 5px;
    margin-top: 30px;
    margin-left: 40px;
    border-radius: 10px;
}

.ls-iconlist {
    height: 115px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 236px;
    margin-left: 2px;
}

.ls-iconlist img {
height: 20px;
width: 20px;
object-fit: contain;
}

.ls-plsh {
    width: 250px;
    border: 1px solid #a2a29c;
    margin-top: -135px;
    height: 135px;
    padding: 7px;
    margin-left: 396px;
    border-radius: 10px;
}

.ls-plshlist {
height: 115px;
overflow-y: auto;
display: flex;
flex-wrap: wrap;
padding-left: 20px;
}

.ls-pres {
width: 600px;
padding: 8px;
margin: 40px auto 0px;
height: 170px;
border: 1px solid #a2a29c;
border-radius: 10px;
}

.ls-preslist {
height: 150px;
display: flex;
flex-wrap: wrap;
justify-content: center;
overflow-y: scroll;
padding-right: 10px;
}

.ls-preslist img {
height: 55px;
width: 55px;
object-fit: contain;
margin: 5px;
}

.ls-award {
width: 600px;
padding: 8px;
margin: 45px auto 0px;
height: 170px;
border: 1px solid #a2a29c;
border-radius: 10px;
}

.ls-awardlist {
height: 150px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
overflow-y: auto;
padding-right: 10px;
}

.ls-awardlist img {
height: 55px;
width: 55px;
object-fit: contain;
margin: 5px;
}

.icons-name, .plsh-name, .pres-name, .award-name {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #86685e;
    font-family: arimo;
}

.futers-name {
   text-align: center;
    margin-top: -30px;
    margin-bottom: 17px;
    font-weight: 600;
    color: #86685e;
    font-family: arimo;
    width: 600px;
}

.ls-backgr {
    position: absolute;
    width: 300px;
    height: 200px;
    border: 1px solid #a2a29c;
    top: 235px;
    right: 40px;
    padding: 10px;
    border-radius: 10px;
}

.lsbackgr-list {
    height: 179px;
    overflow-y: auto;
    text-align: center;
}

.lsbackgr-list img {
    width: 255px;
    height: 40px;
    object-fit: cover;
}

li.pa-fld8 audio {
    width: 210px !important;
    height: 30px;
    margin-left: -6px;
}







/*ïðåäñêàçàíèå íàñòðîéêà*/
div#candle {position: relative;
    left: 66em;
    top: 8em;
    cursor: pointer;
    float: left;
    width: fit-content;
    margin-top: -95px;} 
div#box {    position: relative;
    left: 23em;
    float: left;
    top: 55px;
    color: #d6d0c0;
    font-size: 12px !important;
    letter-spacing: 1px;
    width: 471px;
    padding: 5px;
    display: none;
    margin-top: -34px;
    background: #5f5a56;
    border-radius: 10px;
    text-align: center;}






/*** ÄÎÁÀÂÎ×ÍÎÅ Ê ÄÈÇÀÉÍÓ***/

/*************************
Ñòèëü äëÿ Áûñòðîé ñìåíû àêêàóíòîâ
Deff
*************************/
/*Cêðûòèå ôîðìû âõîäà áåç êëèêà*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}

#pun-navlinks #New-exit img{
position:absolute;
margin: 0px 35px;
width:17px;
height:auto;
opacity:.8;
}
.ismoderator #pun-navlinks #New-exit img {
    margin: -50px 10px;
    filter: invert(42%) sepia(43%) saturate(1352%) hue-rotate(98deg) brightness(69%) contrast(49%);
}


.dark .ismoderator #pun-navlinks #New-exit img {
    margin: -50px 10px;
    filter: invert(22%) sepia(93%) saturate(1352%) hue-rotate(241deg) brightness(19%) contrast(89%);
}
#pun-navlinks #New-exit:hover{
opacity: .4;
}


/*Ñòèëü äîï-èêîíêè Âûõîä!*/
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 53px!important;
  margin-left: 10px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input {
text-align: center;
border: 2px inset;
text-rendering: auto; 
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; rgb(250, 255, 189)
background-color: rgb(250, 255, 189);
}
.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(250, 255, 189);
}

.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: #446f67;
    text-align: left;
    box-shadow: 0px 0px 0px 1px #3f4143;
    padding-left: 5px!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
/*Ñòèëü ôîðìû âõîäà*/

#pun-navlinks #navlogin #form-login {
margin-left: 31px;/*Ïîäâèæêè ôîðìû âëåâî îò âõîä*/
}
#pun-navlinks #navlogout #form-login {
  margin-left: -31px!important;/*Ïîäâèæêè ôîðìû âëåâî îò âûõîä*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -217px!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;
letter-spacing:0.5!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;
}
/*Ôîðìà ñëåâî(ñ Íèêàìè) */

/*Ñòèëü êîíòåéíåðà ïîä ñïèñîê Íèêîâ*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px;
max-height:72px;/*Âèäèìîå ÷èñëî Íèêîâ áåç ïðîêðóòêè! ñåé÷àñ - 4*/
}


.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#546a6b!important;*/
}
/*Ñòèëü Íèêîâ*/
.punbb #List-UserNames li>b{
cursor: pointer;
opacity: .8;
color: #ffffff;
}
.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: #919190;
border: 1px solid #919190;
box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #bdbdbc;
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 {
display:none;
}
/*Ñòèëü áëîêà ñ èíïóòîì äëÿ ïåðåíîñà è âñòàâêè çàïîìíåííûõ Àêêàóíòîâ*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
/*Ñàì èíïóò*/
.punbb #List-UserNames input {
    border: 1px solid #93ab7f !important;
    text-shadow: none!important;
    color: #282828!important;
    background-color: #c6c6c6;
    padding: 2px !important;
    vertical-align: middle;
    outline: none;
    border-radius: 0 !IMPORTANT;
}
/*Ñòðåëî÷êè ê èíïóòó*/
#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;
}

.punbb #form-login #fld1, #form-login #fld2 {
    background-color: rgb(208 208 208);
}

#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 249px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: var(--bord);
    text-align: center;
    border: 1px solid #9f9f9f;
}

.punbb #pun-navlinks #form-login {
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: #000000;
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 7px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: #b8b9b9;
    text-align: center;
    border: 1px solid #9f9f9f;
}

/*************************
//Êîíåö Ñòèëÿ äëÿ Áûñòðîé ñìåíû àêêàóíòîâ
*************************/



#notify-link .unreads, #navpm .unreads {
    background: #4b736b !important;
}

.dark #notify-link .unreads, .dark #navpm .unreads {
    background: #c67fa8 !Important;
}


#pun-index td div.tclcon br {
display: none;
}



.blockButton:before {
    margin-top: 58px !important;
    background: #3d766a !important;
    color: #e8e3db !important;
    height: 19px;
    border-radius: 4px 0 0 4px !important;
}

.dark .blockButton:before {
    margin-top: 58px !important;
    background: #aa9aba !important;
    color: #ffffff !important;
    height: 19px;
    border-radius: 4px 0 0 4px !important;
}


.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tcr {
    width: 40%;
}


#profile-right .lznam a {
    color: #000 !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0;
    font-style: italic;
    text-transform: none;
}


#profile-right  .lz {
    border: 1px solid #adadad;
    margin-top: 6px;
    padding-top: 6px;
    background: var(--quote);
}



.dark #profile-right  .lz {
    border: 1px solid #adadad;
    margin-top: 6px;
    padding-top: 6px;
    background: var(--dark-quote);
}



#pun-searchposts .post h3 span, #pun-messages .post h3 span {
margin-left: 253px;
}

#pun-searchposts  .post .post-author {
    margin: -26px 0px 0px -40px;
}


#viewprofile ul, #profilenav ul {
    padding: 0;
    margin: 0;
}

.dark .drugoe one zag, .dark .drugoe one zag span {
    color: var(--dark-sec-text);
}

.dark .gost-prid {
    width: 350px;
    padding: 15px;
    background: var(--dark-profile-bg) center/cover;
    height: 150px;
    overflow-y: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    color: var(--dark-tab-text);
    font-family: var(--main-font);
    border: 1px solid #ceced3;
}


/*************************
//Ñêðèïò äëÿ ñïèñêà çàíÿòûõ ðîëåé
*************************/

*, ::after, ::before {
box-sizing:content-box; -moz-box-sizing:initial; -webkit-box-sizing:initial;
}

/*ÂÑß ÒÀÁËÈÖÀ ÖÅËÈÊÎÌ*/
.AB2C {
margin:5px auto; /*ÎÒÑÒÓÏÛ*/
width:460px; /*ØÈÐÈÍÀ*/
text-align:left; /*ÒÅÊÑÒ ÑËÅÂÀ*/
font-family:Arial; /*ØÐÈÔÒ*/
line-height:16px; /*ÂÛÑÎÒÀ ËÈÍÈÉ*/
}
.AB2C::after {
content:''; display:table; clear:both;
}

/*ÂÊËÀÄÊÈ*/
.AB2C input[type=radio] {
display:none;
}
.AB2C label {
display:block;
float:left;
clear:left;
font-family: tenor sans;
margin-right:10px; /*ÎÒÑÒÓÏ ÑËÅÂÀ*/
margin-bottom:5px; /*ÎÒÑÒÓÏ ÑÍÈÇÓ*/
width:150px; /*ØÈÐÈÍÀ ÂÊËÀÄÊÈ*/
height:40px; /*ÂÛÑÎÒÀ ÂÊËÀÄÊÈ*/
padding-top:10px;
overflow:hidden;
text-align:center; /*ÒÅÊÑÒ ÏÎ ÖÅÍÒÐÓ*/
text-transform:uppercase; /*ÂÑÅ ÁÓÊÂÛ ÇÀÃËÀÂÍÛÅ*/
font-size:24px; /*ÐÀÇÌÅÐ ØÐÈÔÒÀ*/
line-height:normal; /*ÂÛÑÎÒÀ ËÈÍÈÉ ÍÎÐÌÀËÜÍÀß*/
background:#8fa37e; /*ÖÂÅÒ ÔÎÍÀ*/
color:white; /*ÖÂÅÒ ØÐÈÔÒÂ*/
opacity:0.5; /*ÏÐÎÇÐÀ×ÍÎÑÒÜ ÅÑÒÜ*/
filter:grayscale(1); -webkit-filter:grayscale(1); /*ÔÈËÜÒÐ ÅÑÒÜ*/
}

/*ÂÊËÀÄÊÀ ÏÐÈ ÍÀÂÅÄÅÍÈÈ*/
.AB2C label:hover {
opacity:1; /*ÏÐÎÇÐÀ×ÍÎÑÒÈ ÍÅÒ*/
filter:grayscale(0); -webkit-filter:grayscale(0); /*ÔÈËÜÒÐ ÅÑÒÜ*/
}

/*ÍÅÀÊÒÈÂÍÛÅ ÂÊËÀÄÊÈ*/
.AB2C [id^="OAB2C"]:checked + label {
opacity:1; /*ÏÐÎÇÐÀ×ÍÎÑÒÈ ÍÅÒ*/
filter:grayscale(0); -webkit-filter:grayscale(0); /*ÔÈËÜÒÐ ÅÑÒÜ*/
}

#OAB2C1:checked ~ #contentAB2C1,
#OAB2C2:checked ~ #contentAB2C2,
#OAB2C3:checked ~ #contentAB2C3,
#OAB2C4:checked ~ #contentAB2C4,
#OAB2C5:checked ~ #contentAB2C5,
#OAB2C6:checked ~ #contentAB2C6,
#OAB2C7:checked ~ #contentAB2C7,
#OAB2C8:checked ~ #contentAB2C8,
#OAB2C9:checked ~ #contentAB2C9 {
display:block;
}

/*ÊÎÍÒÅÍÒ ÂÊËÀÄÎÊ*/
.contentAB2C {
display:none;
width:270px; /*ØÈÐÈÍÀ*/
height:460px; /*ÂÛÑÎÒÀ*/
padding:12px; /*ÎÒÑÒÓÏ*/
overflow-y:auto;
border:2px solid #8fa37e; /*ØÈÐÈÍÀ, ÖÂÅÒ È ÒÈÏ ËÈÍÈÈ*/
text-align:justify; /*ÒÅÊÑÒ ÏÎ ØÈÐÈÍÅ*/
font-size:11px; /*ÐÀÇÌÅÐ ØÐÈÔÒÀ*/
font-family: tenor sans; /*ÂÈÄ ØÐÈÔÒÀ*/
background:#e8e8df; /*ÖÂÅÒ ÔÎÍÀ*/
color:black; /*ÖÂÅÒ ÒÅÊÑÒÀ*/
}

/*ÁÓÊÂÛ ÂÎ ÂÊËÀÄÊÀÕ Ñ ËÈÍÈßÌÈ*/
.contentAB2C span {
display:block;
margin-bottom:5px; /*ÎÒÑÒÓÏ ÑÍÈÇÓ*/
padding-bottom:3px; /*ÎÒÑÒÓÏ ÑÍÈÇÓ*/
border-bottom:2px solid black; /*ËÈÍÈß ÑÍÈÇÓ*/
text-align:right; /*ÒÅÊÑÒ ÑÏÐÀÂÀ*/
font-weight:bold; /*ÒÅÊÑÒ ÆÈÐÍÛÉ*/
color:black; /*ÖÂÅÒ ØÐÈÔÒÀ*/
}


.pa-respect img {
    width: 7px;
}


del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}

div .post-vote p a:before {
    content: '\f075';
    font-family: fontawesome;
    z-index: -1;
    position: absolute;
    color: #b8b9b9;
    font-size: 28px;
    margin: -3px 0 0 -7px;
}

.punbb .post-vote {
    display: block !important;
}


.post-vote a[href*="relation"] {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}


#pun-index td div.tclcon .subforums {
    display: none;
}


.post-content abbr {
    cursor: help !IMPORTANT;
    border-bottom: 1px dotted #000;
}


/*****************
Ñòèëü "Òèõîé Öèòàòû"
*****************/
.quiet-quote{
  position:relative;
  display: table;
  margin: 4px 15px 0px 19px!important; /*Îòñòóïû*/
  font-style: italic;
  font-size: 10px;
  color: #695f5f;
  /*text-align:justify;
  border:red solid 1px;*/
}
.quiet-quote>p{
  line-height:normal!important;
}
.quiet-quote:before, /*Øðèôò, Öâåò, Ðàçìåð èêîíîê*/
.quiet-quote:after{
  font-size: 14px;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 900;
  color: #695f5f; /*Öâåò Êàâû÷åê*/
  font-family:System, Arial, sans-serif;
}
.quiet-quote:before{
  content: "\201C";  /*Êîä ëåâîé êàâû÷êè ê Òèõîé öèòàòå*/
  left:-13px;
  top:5px;
}
/* Cêðûë Ïðàâóþ êàâû÷êó
.quiet-quote:after{
  content: "\201D";  */  /*Êîä ïðàâîé êàâû÷êè ê Òèõîé öèòàòå
  right: -15px;
  bottom: -20px;
}*/
/*************************
/END//Ñòèëü "Òèõîé Öèòàòû"
*************************/