/*************************************************************
by mrazeus & shady
**************************************************************/

/* A1 Fonts
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1786457994.css);
  @import url(//fonts.googleapis.com/css?family=Oranienbaum);
@import url('//fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@font-face { font-family: POIRETONE-REGULAR;
src: url('https://forumstatic.ru/files/001b/f0/c8/46727.ttf?v=1');}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100&display=swap');
@import url(https://fonts.googleapis.com/css?family=Yeseva+One);
@font-face {font-family: Corbel; 
src: local("Corbel"), url(https://forumstatic.ru/files/001b/8a/8b/51274.ttf);}
@font-face {font-family: Denistina; 
src: local("Denistina"), url(https://forumstatic.ru/files/001b/cc/45/57454.ttf);}
@font-face {font-family: Font Awesome; 
src: local("Font Awesome"), url(https://forumstatic.ru/files/001b/ae/80/75483.otf);}
@font-face {font-family: Font Awesome; 
src: local("Font Awesome"), url(https://forumstatic.ru/files/001b/ae/80/89179.eot);}
@font-face {font-family: Font Awesome; 
src: local("Font Awesome"), url(https://forumstatic.ru/files/001b/ae/80/29031.ttf);}
@font-face {font-family: Font Awesome; 
src: local("Font Awesome"), url(https://forumstatic.ru/files/001b/ae/80/54865.woff);}
@font-face {font-family: Font Awesome; 
src: local("Font Awesome"), url(https://forumstatic.ru/files/001b/ae/80/66861.woff2);}

@font-face {
    font-family: 'henri_didotregular';
    src: url('henrididot-webfont.woff2') format('woff2'),
         url('henrididot-webfont.woff') format('woff'),
         url('https://forumstatic.ru/files/0019/4c/e1/19263.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica';
    src:          url('https://forumstatic.ru/files/0017/6a/b8/71978.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica bold';
    src:          url('https://forumstatic.ru/files/0017/6a/b8/46173.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src:          url('https://forumstatic.ru/files/001b/c3/fa/13536.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* 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 {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 98%;
  }

/* 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%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, georgia, arial, helvetica, sans-serif;
  }

/*A3.3 */
.punbb textarea, .punbb select, .punbb optgroup, .punbb input {
    padding: 3.5px 3px;
    margin-left: -1px !important;
    background-color: rgb(116 100 95 / 6%);
    color: rgb(64 64 64);
    border: #5c5737a6 solid 1px;
    box-shadow: 0px 0px 5px inset #0000002e;
}


/* 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 h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* 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: none;
  }

/* 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;
    position: relative;
    float: center;
    width: 1103px;
}

/* A5.2 */
.punbb {
    height: auto;
    width: 960px;
    margin-left: 83px;
    float: none;
}


/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* 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: 63px;
}

/* 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 solid none;
  border-width: 0px 0px 2px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 31px;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }



/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1*/
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 102%;
    overflow: hidden;
}

/* B1.2 */
.punbb .post-sig dt {
display: block;
    border-top: 1px solid #5a49425e;
    width: 347px;
    margin: 5px 0px 5px 184px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
padding: 5px 9px 5px 0px;
  line-height: 147%;
  word-break: break-word;
  /* font-size: 11px; */
  }

/* 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 &#209;&#238;&#228;&#229;&#240;&#230;&#232;&#236;&#238;&#229; &#225;&#235;&#238;&#234;&#224; &#246;&#232;&#242;&#224;&#242;*/
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 5px 20px 14px 10px;
    padding: 12px 20px 13px 20px;
    background-color: #0000000d;
    border: 1px solid #a79f88;
}


/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-style: normal;
    font-family: lora;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-bottom: 4px;
    border-bottom: 1px solid #a79f88;
    color: #4b4738;
    text-transform: uppercase;
    font-weight: bolder;
}


/* 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 {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 32px;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -4em;
    right: 37px;
    width: 16em;
    text-align: right;
    font-weight: bold;
}

/* B3.5 */
.punbb .linksb {
text-align: right;
    padding: 0.4em 3em 0.5em 32px;
    margin-top: -9px;
    margin-bottom: 14px;
    font-size: 1.1em;
}

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 0.7em 2.3em 1.1em 2.3em;
}

/* C1.2 &#206;&#242;&#239;&#240;&#224;&#226;&#232;&#242;&#252;, &#207;&#238;&#241;&#236;&#238;&#242;&#240;&#229;&#242;&#252;*/
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1px 0px 0px 0px;
  }

/* C1.3 &#202;&#237;&#238;&#239;&#243;&#235;&#232;*/
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span, .button, #pa-edit strong a, input.button {
    margin: 0 0.6em 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 8.6px;
    background: #41332c;
    box-shadow: inset 0px 0px 4px #5c5844a3;
    text-shadow: 1px 1px 0px #000000;
    color: #c57d54!important;
    padding: 5px 15px 5px 15px !important;
    cursor: pointer!important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font-family: 'Cormorant';
    font-weight: bolder;
    width: auto;
    border: #221b18!important;
}


input.button:hover, .button:hover {
    margin: 0 0.6em 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 8.6px;
    background: #5e4231;
    box-shadow: inset 0px 0px 4px #5c5844a3;
    text-shadow: none!important;
    color: #c57d54!important;
    padding: 5px 15px 5px 15px !important;
    cursor: pointer!important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font-family: 'Cormorant';
    font-weight: bolder;
    width: auto;
    border: #221b18!important;
}


/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 0px 0 18px;
  margin: 0 0 1em 0;
  }

/* C1.5 */
.punbb fieldset legend {
    font-size: 1.1em;

}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 6px;
    margin: 0 0 0 -15px;
    font-family: 'Alice';
    text-transform: uppercase;
    font-size: 10px;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
    text-align: justify;
    width: 58%;
    word-break: break-word;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    width: 6%;
}

.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 35%;
}



#pun-searchtopics .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 52%;
}

/* C2.4 */
#pun-modviewforum .main .tcl {
  width: 38%;
  }


#pun-userlist .main .tcl {
    width: 20%;
    padding-left: 10px;
}

/* C2.5 */
#pun-userlist .main .tc2 {
  text-align: left;
  width: 20%;
  }

#pun-searchtopics .main .tc2 {
    text-align: left;
    width: 39%;
}

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
    position: relative;
    margin-left: 26px;
    font-size: 11.5px;
    font-weight: 700;
    color: #343e2a;
    text-transform: uppercase;
    font-family: 'Alice', serif;
    padding: 6px 0px 6px 0px;
    width: auto;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    text-align: left;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: none;
  padding-top: 0.3em;
  }


/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 12px 16px;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

 /* C2.14 */
.punbb tbody.hasicon td.tcl {
    padding-left: 49px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* C2.15 */
.punbb div.icon {
    display: block;
    height: 19px;
    width: 19px;
}


/* C2.16 */
#pun-viewforum div.icon, #pun-messages div.icon {
    float: right !important;
    width: 41px;
    height: 45px;
    border-style: none;
    margin-top: 0px;
    padding-bottom: 15px;
    margin-left: 46px;
    margin-right: 9px;
}

#pun-searchtopics div.icon {
    float: right !important;
    display: block;
    padding-bottom: 17px;
    width: 18px;
    height: 46px;
    border-style: none;
    margin-top: -3px;
    margin-left: 46px;
    margin-right: -10px;
}


/* C2.17*/
#pun-index td div.tclcon {
    width: auto;
    font-size: 10.4px;
    line-height: 12px;
    text-align: justify;
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-left: -29px;
    z-index: 1;
    position: relative;
}



 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 ÍÅ ÒÐÎÃÀÅÌ */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 ÍÅ ÒÐÎÃÀÅÌ */
.punbb .post h3 {
border-width: 1px;
    width: 700px;
    margin: 15px 0px -20px 245px !important;
    height: 15px;
    color: #1f1e1b;
    text-transform: uppercase;
    padding: 1px 2px 5px 2px !important;
    border-radius: 3px;
    font-family: 'tahoma';
    font-variant: all-small-caps;
    font-weight: bold;
    background: #2626220d;
    border: 1px #afada5 solid;
  }

/* C3.3 ÍÅ ÒÐÎÃÀÅÌ */
.punbb .post h3 span {
    border-left: 1px solid transparent;
    padding: 2px 10px 0px 19px!important;
    display: block;
}

/* C3.4 ÍÅ ÒÐÎÃÀÅÌ */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 ÏÐÎÔÈËÜ */
.punbb .post .post-author {
    float: left;
    margin-top: -1.5em;
    overflow: hidden;
    min-height: 140px!important;
}

/* C3.6 ÍÅ ÒÐÎÃÀÅÌ */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 ÍÅ ÒÐÎÃÀÅÌ */
.pa-author {}

/* C3.7 ÍÅ ÒÐÎÃÀÅÌ */
.pa-author a {}

/* C3.7 ÍÅ ÒÐÎÃÀÅÌ */
.pa-author a:hover {
}

/* C3.9 ÑÒÀÒÓÑ-ËÈ×ÍÎÅ ÇÂÀÍÈÅ ÀÂÒÎÐÀ Â ÏÐÎÔÈËÅ Â ÒÎÏÈÊÅ */
li.pa-title {
  padding-bottom: 0em;  }

/* C3.10 ÏÐß×ÅÌ, ÊÎÃÄÀ ÇÀÐÅÃÈÑÒÐÈÐÎÂÀÍ*/
.pa-reg {display: none;}

/* íå òðîãàåì */
li.pa-online {
position: absolute;
    background: url(https://i.imgur.com/MWT52Ab.png) no-repeat;
      font-size: 0px!important;
  width: 16px;     height: 16px;
    padding: 0;     margin-top: 1px!important;
    margin-left: 110px;
  opacity: 0.7;
  }

li.pa-last-visit {
position: absolute;
    background: url(-) no-repeat;
     font-size: 0px!important;
  width: 11px;     height: 15px;
    padding: 0;
    margin-top: 0px!important;
    margin-left: 94px;
  
  }


/* C3.11 ÂÀÆÍÎ!!! ÑÎÎÒÍÎØÅÍÈÅ ÌÅÆÄÓ ØÈÐÈÍÎÉ ÏÐÎÔÈËß È ØÈÐÈÍÎÉ ÏÎÑÒÀ */
.punbb .post-body {
    margin-left: 240px;
    border-left-style: solid;
    border-left-width: 1px;
}

/* C3.12 ÍÅ ÒÐÎÃÀÅÌ */
.punbb .post-box {
  padding: 40px 15px 0px 0px;
  font-family: 'Rubik'!important;
  }

/*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;
    margin-right: 16px;
    margin-top: 19px;
    font-family: 'Alice';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
}


/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* 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: 5.5em 3em;
    text-align: right;
    margin-top: -49px;
    margin-bottom: -44px;
    font-family: Rubik;
    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 {
    border-style: solid;
    border-width: 0px;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 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;
    color: #323232;
    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;
  }

/* D1.2 */
#pun-title h1 {
  height : 40px;
  padding: 2em 1em 0 1em;
  display: none;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 &#216;&#224;&#239;&#234;&#224; */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title table {
    border: none;
    height: 585px;
    margin-top: 0px;
    width: 1290px;
    margin-left: -166px;
    background-position: center 0;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  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 (1&#224;&#255; &#237;&#224;&#226;&#232;&#227;&#224;&#246;&#232;&#255;)
-------------------------------------------------------------*/

/* D3.1 * /
#pun-navlinks {
    margin-top: -40px;
    margin-bottom: -8PX;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: 'Alice', serif;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px #261c127a;
}

/* D3.2 */
#pun-navlinks .container {
    margin-top: -87px;
    margin-bottom: -10PX;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: 'Alice', serif;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px #261c127a;
}


/* D3.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 5px;
  }

/* D3.4  &#205;&#224;&#226;&#232;&#227;&#224;&#246;&#232;&#255; 1&#224;&#255;*/
#pun-navlinks li a {
    color: #925325;
}

#pun-navlinks li a :first-letter{
  color:#925325!important;
  text-shadow: 0px 0px 0px #ffd760;
}

/* D4 User links (2&#224;&#255; &#237;&#224;&#226;&#232;&#227;&#224;&#246;&#232;&#255;) 
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
    border-top: none;
    position: inherit;
    padding-bottom: 1px;
    padding-top: 1px;
    letter-spacing: 0px;
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    font-family: 'Alice';
}



/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 0.1px;
  white-space: nowrap;
  }


/* D4.4 */
#pun-ulinks li a {
  padding: 0 1px 0 0.6em;
  }

/* 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;
  }

#pun-status .container {
    position: absolute;
    top: 483px;
    left: 80px;
    right: 71px;
    color: #392c2c;
    font-family: 'Alice', serif;
    text-transform: lowercase;
    font-size: 9px;
    letter-spacing: 0px;
    text-align: center;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1, #pun-crumbs2 {
    font-weight: bold;
    overflow: hidden;
    margin-top: 22px;
    margin-left: 10px;
    font-family: 'Alice', serif;
    font-size: 13px;
}

/* D5.5 * &#212;&#243;&#242;&#229;&#240;/
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  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 {
    margin-top: -317px;
    padding: 314px 0em 0px 0em;
    margin-left: -1px;
}


/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 14em 0px;
    margin-bottom: -182px;
    margin-top: -172px;
    margin-right: 20px!important;
}



/* 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;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: none;
    width: 882px;
}

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 11.8em 1em;
    font-size: 1.1em;
    margin-bottom: -138px;
    margin-top: -150px;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  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: solid;
  border-bottom-width: 1px;
  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;
  }

.mmf {
    line-height: 12.8px;
    border: 3px #584122;
    border-style: double;
    width: 422px;
    padding: 7px 15px;
    background-image: url(https://forumstatic.ru/files/0018/13/fc/68056.png);
    font-size: 10.7px;
    font-family: 'Noto+Serif';
}

.zagolovok
{
font-size: 10.5px;
font-weight: 700;
font-style: italic;
font-family: Georgia;
}

.zvan {
    font-size: 10px;
    font-family: 'Noto Serif';
    letter-spacing: 0px;
    text-align: center;
    text-transform: initial;
    line-height: 13px;
}

#lsimg {
padding-top: 4px;
}


/*&#237;&#238;&#226;&#251;&#229; &#241;&#238;&#238;, &#224;&#234;&#242;&#232;&#226;&#237;&#251;&#229;*/
#pun-searchtopics .main .tcl {
padding-left: 25px;
width: 59%;
}


/*êàòåãîðèè*/
#pun-index .category h2, #pun-stats h2 {
background: url(https://i.imgur.com/bSC3pc4.png) left;
    width: 1103px;
    padding: 0 !important;
    margin-left: -83px !important;
    margin-bottom: -30px !important;
    font-size: 0px !important;
    height: 252px;
    border: 0 !important;
}

#pun-index .category.category-2 h2 {
    background: url(https://i.imgur.com/nejZDCW.png)
}



#button-mybb 
{
background-image:url('https://upforme.ru/uploads/000a/45/08/120-1.png');
 padding:0;
 line-height:0;
 background-position:center;
 background-repeat:no-repeat;
 height:26px;
 width:100%;
}

#zagl {
    font-size: 11px;
    font-family: georgia;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: -0.7px;
}


/*&#239;&#238;&#228;&#244;&#238;&#240;&#243;&#236;&#251;*/
.knopfor {
    text-align: center;
    width: 510px;
    background: #a79f88;
    padding: 4px 5px 1px 5px;
    font-family: lora;
    font-size: 8.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 2px;
    line-height: 12px;
    color: #392c2c;
}

.knopfor a {
    text-shadow: 0px 0px 2px #0000003d;
}

.knopfor a:hover {
    color: #664840;
}


/*îôîðìë îêíà ðåïû*/
#pun-reputation > div.inner.post_reputation > h1 {
    background-color: #21211d;
    height: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    padding: 6px 0px 19px 0px !important;
    color: #c7c7c7 !important;
    margin: 0px 0px 0px -1px !important;
    text-align: center;
    width: 769px;
    font-size: 10px !important;
    text-transform: uppercase;
    font-family: 'Cormorant';
    letter-spacing: 0.8px;
}

#pun-reputation > div.inner.post_reputation > div.container {
    margin-left: -1px;
    background: #a19d98;
    margin-top: -5px;
}


.post-rating > p {float:right !important;border:0 !important;padding-right: 17px !important;}



#pun-modviewforum .main .tcl div.icon {
        margin-top: -5px;
        margin-right: -36px;
        margin-bottom: -8px;
}






hr, .banner-line {
    border: 1px dotted rgb(5 42 39 / 57%);
}

#pun-main > h1 > span:nth-child(1) {
    color: #554238;
    font-size: 13px;
    align-items: self-start;
    font-weight: 800;
}

#pun-status > p > span.item4.status-right > a, #pun-status > p > span.item3.status-right > a {
    color: #10140c;
}

#pun-status > p > span.item4.status-right > a:hover, #pun-status > p > span.item3.status-right > a:hover {
    color: #0000007a;
    transition: all 0.5s linear;
}


#pun-live-rusff {
    display: none;
}



.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
    transition: all .5s ease-in-out 0s;
    word-break: break-word;
}






.Tems_And_messages span {font-weight: 500}




/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */

#navigblock {
width: 205px;
    margin-left: 720px;
    position: absolute;
    top: 140px;
	/*color: #a59683;
    font-size: 9px;
    font-family: verdana;
    letter-spacing: 0.2px;*/
    line-height: 13px;
    text-align: justify;
    padding: 3px;
    z-index: 9999;
    background: #1a1914;
    box-shadow: 0 0 0 1px #434035 inset, 0 0 5px 1px #bb907c21 inset;
}

.spirit-navigation {
    width: 157px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 112px;
    left: 814px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 24px;
    text-align: center;
    font: 700 0px 'roboto';
    background: url(https://forumstatic.ru/files/001b/c3/fa/69434.png);
    z-index: 100;
}

.sslka, .sslka2 {
  margin: 10px
}

#pun .sslka a {
    transition: all 0.3s linear 0s;
    display: block;
    padding: 5px 5px;
    margin-bottom: 4px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    min-width: 175px;
    font-family: 'Cormorant';
    font-size: 9px;
    font-weight: 500;
    color: #b3ab73 !important;
    text-shadow: 0px 0px 4px rgb(94 94 73 / 90%);
    text-align: center;
    background: #2e261a;
    box-shadow: 0 0 10px 1px #2a271a inset;
    border: 1px solid #3a2b23;
}

#pun .sslka a + a { 
  margin: 5px 0px;
}


#pun .sslka a:hover {
    text-shadow: 0px 0px 4px rgb(36 35 35 / 90%);
	background: #3a3021;
	border: 1px solid #3a2b23;
	text-align: center;
	box-shadow: 0 0 10px 1px #63563a03 inset;
}


#navigblock2 {
    width: 205px;
    margin-left: 5px;
    position: absolute;
    color: #938b76;
    font-size: 8.5px;
    font-family: 'Lora';
    letter-spacing: 0.3px;
    line-height: 13px;
    text-align: justify;
    top: 140px;
    padding: 3px;
    z-index: 9999;
    background: #1a1914;
    box-shadow: 0 0 0 1px #434035 inset, 0 0 5px 1px #bb907c21 inset;
}

.spirit-navigation2 {
    width: 157px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 111px;
    left: 104px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 24px;
    text-align: center;
    font: 700 0px 'roboto';
    background: url(https://forumstatic.ru/files/001b/c3/fa/17034.png);
    z-index: 100;
}




.spirit-navigation_hover {
  opacity: .7
}


/* ÒÀÁËÈÖÀ Â ØÀÏÊÅ */


/* àêòèâèñòû */
.act {
position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    column-gap: 17px;
    left: 699px;
    top: 113px;
    z-index: 100;
    transition: 0.3s ease-in-out!important;

}
.act img {filter: grayscale(0);}
.act img:hover {filter: grayscale(1);}


/* ïîñò */

.bestpost {
    font-family: lora;
    font-size: 9px;
    letter-spacing: 0.15px;
    line-height: 12px;
    text-transform: lowercase;
    text-align: justify;
    height: 59px;
    display: block;
    width: 325px;
    top: 159px;
    left: 20px;
    position: absolute;
    color: #9d9584!important;           
    overflow: auto;
    padding: 0px 10px;
}

.bestpost  a {
      color: #685d46!important;
}

.bestpost a:hover {
color: #392c2c!important;
}

.bestpost span {    	   
    font-weight: 600;
	color: #685d46;
    text-transform: uppercase;
}

/* ýïèçîä */

.bestepisode {        
    top: 240px;
    left: 59px;
    position: absolute;                     	 
    font-family: 'Arsenica';
    font-size: 8px;
    letter-spacing: 0.15px;
    line-height: 15px;
    font-weight: 900;
    width: 265px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
    color: #685d46;
}

.bestepisode a {            	 
    letter-spacing: 0.2px;
    font-family: Arsenica;
    color: #9d9584!important;
}

.bestepisode a:hover {
    color: #4c4432b8!important;
}

.bestepisode span {
    color: #857658;
    font-weight: 600;                	 
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.5px;
}


/* ïîñòîïèñöû */
.posts {
position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    column-gap: 17px;
    left: 277px;
    top: 113px;
    z-index: 100;
    transition: 0.3s ease-in-out!important;

}


/* êâåñòû */

.quest {
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    width: 325px;
    height: 57px;
    display: block;
    top: 151px;
    left: 712px;
    position: absolute;
    color: #9d9584!important;
    font-family: lora;
    font-size: 8.5px;
    overflow-x: auto;                      
    letter-spacing: 0.25px;           
    z-index: 100;
    padding: 0px 10px 10px 10px;
}

.quest a {
    text-transform: uppercase;
    color: #7a6d50!important;
    text-shadow: 0px 0px 1px #7a6d52ad;
}

.quest a:hover {
    color: #4c4432b8!important;
}

.quest span {
   color: #685d46;
    font-weight: 600;                 
    font-size: 8.3px;
}


/*èíôî */

.about {
    text-transform: uppercase;
    padding-right: 2px;
    letter-spacing: 0.25px;
    line-height: 14px;
    font-weight: 500;
    width: 265px;
    height: auto;
    display: block;
    cursor: default;
    top: 240px;
    left: 751px;
    position: absolute;
    color: #9d9584!important;
    font-family: lora;
    font-size: 8px;
    overflow-x: auto;         
    text-align: center;
    z-index: 100;
}


.about a {
   color: #9d9584!important;
}


.posts img {filter: grayscale(0);}
.posts img:hover {filter: grayscale(1);}


.line {
    padding: 0px 0px 0px 0px;
    border: 1px solid #61918a1c;
    width: 250px;
    margin-left: -9px;
    margin-top: 6px;
    margin-bottom: -3px;
}

.news {
    margin-top: 9px;
    height: 23px;
    overflow: auto;
    padding-right: 6px;
    letter-spacing: 0.4px;
    line-height: 13px;
}

.news span {
    font-weight: 600;
    color: #689f96;
        	  
}


.sslkvest {
    font-size: 8.7px;
    text-align: center;       
}


.ams a {
color: #a7825c !important;
text-shadow: 0px 0px 3px #000000b3;
font-weight: 500;
}

.ams a:hover {
color: #896c42ab !important;
}





#pun-status > p > span.item2 a {
    color: #392c2c;
}

#pun-status > p > span.item2 a:hover {color: #896d3aad;transition: all .5s ease-in-out 0s;}

.post-author.online.topic-starter > ul > li.pa-ua {
    margin-top: 19px;
    display: flex;
    justify-content: center;
}



/*
.topicpost .post-author {
    margin-top: 0px !important;
}*/





#messages td.tcl.pmtcl1 {
    padding-left: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#pun-index .user-avatar {
    height: 50px !important;;
    vertical-align: middle;
}


/*êíîïêè â îáúÿâå*/
.newsknop {
    display: inline-block;
    background: #28251f;
    box-shadow: 0 0 0 1px #75765396 inset, 0px 0px 4px 1px #c3c3c35e inset;
    color: #a79e7a;
    padding: 4px 20px 7px 20px;
    margin-top: 2px;
    margin-bottom: 4px;
    transition: all .6s ease-in-out 0s;
    border-radius: 8px;
}

.newsknop span {
    color: rgb(177 175 162);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    font-family: 'Cormorant';
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: inline-block;
    font-size: 8.5px;
    font-weight: bold;
}

.newsknop:hover {
  filter: sepia(50%) brightness(1.3)
}







del {
  text-shadow: #333 0 0 3px;
  text-decoration: none;
  color: transparent;
}

del:hover {
  transition: 0.25s linear;
  text-shadow: none;
  text-decoration: none;
  color: #333;
}


#pun-announcement h2 {
display: none;
}


.mini_awards_label {
display: none;
}

body .punbb {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#pun-index #pun-category1 h2 {
    margin-top: -80px !important;
}


.punbb .user-avatar .avatar-image {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: solid 2px #8b1a1a;
    box-shadow: 0px 0px 5px #d7d7d7b0;
}


.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
    font-family: 'Cormorant';
    font-size: 11px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    text-align: center;
    width: auto;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin: 0px 0px !important;
    height: 15px;
    text-transform: uppercase;
    border: 0 !important;
    color: #464426 !important;
    background: linear-gradient(to right, rgba(142,128,89,0) 0%,rgb(137 133 103 / 15%) 50%,rgba(142,128,89,0) 100%);
}


/*Áàííåðû*/
.banners {
    position: absolute;
    margin-top: -42px;
    margin-left: -42px;
    overflow-y: auto;
    height: 32px;
    width: 1015px;
    display: inline;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 3px;
}

.banners img {opacity: 0.3; filter: grayscale(1); transition: 0.3s ease-in-out!important;}
.banners img:hover {opacity: 1; filter: grayscale(0); transition: 0.3s ease-in-out!important;}

#pun-stats > h2 {
    margin-bottom: 20px !important;
    margin-top: 22px !important;
}



/*ËÇ*/

.lz {
width: 226px;
    margin: 5px 0px 10px 8px;
}

.op {
    padding: 10px 15px;
    text-align: center;
    line-height: 14px;
    font-size: 8.5px;
    letter-spacing: 0.9px;
    color: #82746a;
    font-family: 'Rubik';
}

.char {
    display: grid;
    width: 167px;
    margin-left: 22px;
    padding-bottom: 10px;
    margin-top: -6px;
}

.char img {
padding-bottom: 8px;
    padding-left: 7px;
    padding-top: 2px;
    filter: brightness(2) hue-rotate(28deg);
}

.char a {
    font-size: 11.5px;
    text-transform: uppercase;
    color: #87774a!important;
    font-family: 'El Messiri';
    letter-spacing: 0.7px;
    font-weight: bold;
}

.char a:hover {
    color: #786841a1 !important;
    letter-spacing: 0.7px;
}

/*&#212;&#238;&#237; &#239;&#238;&#228; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#251; &#226; &#244;&#238;&#240;&#236;&#229; &#206;&#242;&#226;&#229;&#242;&#224;*/
#pun_wrap #post .container[id$="-area"]{
    margin-top: -4px;
    background: rgb(195 188 171);
    padding: 9px;
    font: normal normal 400 11px/normal Verdana;
    border: #8b8368 solid 1px!important;
}


/************************* 
&#209;&#242;&#232;&#235;&#252; &#228;&#235;&#255; &#193;&#251;&#241;&#242;&#240;&#238;&#233; &#241;&#236;&#229;&#237;&#251; &#224;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226; 
Deff 
*************************/ 
/*C&#234;&#240;&#251;&#242;&#232;&#229; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224; &#225;&#229;&#231; &#234;&#235;&#232;&#234;&#224;*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks #New-exit img{ 
position:absolute; 
margin: 0; 
width:20px; 
height:auto;
opacity:1;
}
#pun-navlinks #New-exit:hover{
 opacity: .5;
}
/*&#209;&#242;&#232;&#235;&#252; &#228;&#238;&#239;-&#232;&#234;&#238;&#237;&#234;&#232; &#194;&#251;&#245;&#238;&#228;!*/ 
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: -1px!important;
  margin-left: 29px!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 rgba(197,195,195,.8);
text-rendering: auto; 
color: #000000;  
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(233 231 225);
}

.punbb #pun-navlinks #form-login input[type="submit"] {
    border: 2px outset #a29d89!important;
    color: #000;
    cursor: pointer;
    font-weight: 400!important;
}

.punbb #pun-navlinks #form-login input[type="submit"]:hover{ 
opacity:0.7;
} 

/*&#209;&#242;&#232;&#235;&#252; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224;*/ 
.punbb #pun-navlinks #form-login {
    text-shadow: 1px 1px 0rgba(255,255,255,.24);
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: #14203b;
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 7px;
    z-index: 10000!important;
    padding: 7px 12px;
    background: #cfccc2;
    border-color: #ae9861c4;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 6px 6px;
    text-align: center;
    box-shadow: 0 0 10px rgb(21 19 9 / 39%) inset, 0 0 5px #98958b;
}



#pun-navlinks #navlogin #form-login { 
 margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#245;&#238;&#228;*/ 
} 
#pun-navlinks #navlogout #form-login { 
 margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228;*/ 
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -35px!important;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228; &#228;&#235;&#255; &#192;&#204;&#209;*/
} 
/*&#209;&#242;&#232;&#235;&#252; &#241;&#241;&#251;&#235;&#238;&#234; &#226; &#244;&#238;&#240;&#236;&#229; "&#205;&#229; &#231;&#224;&#240;&#229;&#227;&#232;&#241;&#242;&#240;&#232;&#240;&#238;&#226;&#224;&#237;&#251;" &#232; "&#199;&#224;&#225;&#251;&#235;&#232; &#239;&#224;&#240;&#238;&#235;&#252;" */ 
#pun-navlinks #form-login input[value="&#194;&#238;&#233;&#242;&#232;"]+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;
text-shadow:none;
/*color: #D15454;/*4C1EA6*/
cursor:pointer; 
font: normal normal 400 9.5px/normal Tahoma!important;
letter-spacing: 0.5px!important;
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* &#207;&#238;&#236;&#229;&#247;&#224;&#229;&#236; &#234;&#240;&#224;&#241;&#237;&#251;&#236; &#237;&#229;&#231;&#224;&#239;&#238;&#235;&#237;&#229;&#237;&#237;&#251;&#229; &#239;&#238;&#235;&#255;!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*&#212;&#238;&#240;&#236;&#224; &#241;&#235;&#229;&#226;&#238;(&#241; &#205;&#232;&#234;&#224;&#236;&#232;) */ 
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: #cfccc2;
    border-color: #70572587;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 0px 6px;
    text-align: center;
    box-shadow: 0 0 10px rgb(21 19 9 / 39%) inset, 0 0 5px #98988b;
} 

/*&#209;&#242;&#232;&#235;&#252; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#239;&#238;&#228; &#241;&#239;&#232;&#241;&#238;&#234; &#205;&#232;&#234;&#238;&#226;*/ 
.punbb #List-UserNames ul{
padding:0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*&#194;&#232;&#228;&#232;&#236;&#238;&#229; &#247;&#232;&#241;&#235;&#238; &#205;&#232;&#234;&#238;&#226; &#225;&#229;&#231; &#239;&#240;&#238;&#234;&#240;&#243;&#242;&#234;&#232;! &#241;&#229;&#233;&#247;&#224;&#241; - 4*/ 
} 

.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: #7a7057;
    text-align: left;
    box-shadow: 2px 2px 1px rgb(107 101 84 / 70%);
    padding-left: 5px!important;
    font: normal normal 700 12x/normal Verdana!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}


.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#546a6b!important;*/
} 
/*&#209;&#242;&#232;&#235;&#252; &#205;&#232;&#234;&#238;&#226;*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .9;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*&#209;&#234;&#240;&#238;&#235;&#235; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#241; &#237;&#232;&#234;&#224;&#236;&#232;*/ 
#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; 
} 
/*&#202;&#237;&#238;&#239;&#234;&#232; &#211;&#228;&#224;&#235;&#232;&#242;&#252; (&#239;&#240;&#224;&#226;&#229;&#229; &#237;&#232;&#234;&#238;&#226;)*/ 
#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: "Ó Âàñ íåò çàïîìíåííûõ íèêîâ, ââåäåííûõ ÷åðåç ôîðìó ñïðàâî, èëè ÷åðåç ïåðåíîñ íèæå!";
} 
/*&#202;&#237;&#238;&#239;&#234;&#224; &#226;&#251;&#245;&#238;&#228;-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#navlogout .Rega, 
#navlogout .Forgot { 
/*display:none;*/ 
} 
/*&#209;&#242;&#232;&#235;&#252; &#225;&#235;&#238;&#234;&#224; &#241; &#232;&#237;&#239;&#243;&#242;&#238;&#236; &#228;&#235;&#255; &#239;&#229;&#240;&#229;&#237;&#238;&#241;&#224; &#232; &#226;&#241;&#242;&#224;&#226;&#234;&#232; &#231;&#224;&#239;&#238;&#236;&#237;&#229;&#237;&#237;&#251;&#245; &#192;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226;*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*&#209;&#224;&#236; &#232;&#237;&#239;&#243;&#242;*/ 
.punbb #List-UserNames input {
    background: rgb(255 238 189);
    border: 2px inset rgb(205 194 140 / 85%)!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;
}

/*&#209;&#242;&#240;&#229;&#235;&#238;&#247;&#234;&#232; &#234; &#232;&#237;&#239;&#243;&#242;&#243;*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #143B1E; 
} 
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#235;&#229;&#226;&#238;, &#247;&#243;&#242;&#252; &#226;&#251;&#248;&#229; &#232;&#237;&#239;&#243;&#242;&#224;*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#239;&#240;&#224;&#226;&#238;*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*&#207;&#238;&#228;&#241;&#234;&#224;&#231;&#234;&#232; &#237;&#224; &#234;&#235;&#232;&#234;&#224;&#235;&#234;&#224;&#245;*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Tahoma!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//&#202;&#238;&#237;&#229;&#246; &#209;&#242;&#232;&#235;&#255; &#228;&#235;&#255; &#193;&#251;&#241;&#242;&#240;&#238;&#233; &#241;&#236;&#229;&#237;&#251; &#224;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226; 
*************************/


#MyBookmarks {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    right: 0;
    height: 100%;
    width: 240px;
    background: #c9bba8;
}

#BookmCntToggle.default-style {
    background: #c9c6c2 !important;
    border-left: solid 5px currentColor;
    box-shadow: 0 0 6px rgb(0 0 0 / 42%);
    color: #62582d !important;
    display: block;
    height: 26px;
    width: 21px;
}



.pa-fld1 .fld-name, .pa-fld2 .fld-name, .pa-fld3 .fld-name, .pa-fld4 .fld-name, .pa-fld5 .fld-name,  .pa-fld6 .fld-name {
	display: none;
}


.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #9b874a !important;
    z-index: 100;
}





.Tems_And_messages  {
    display: inline-block;
    width: auto;
    font-size: 9px;
    text-transform: none;
    font-family: 'Playfair Display';
    font-weight: 100;
    color: #392c2c;
    text-shadow: 0px 0px 1px #00000057;
    text-align: right !important;
    text-transform: uppercase;
}

.Tems_And_messages span {}


.main table .Add {
  display: block;
  padding: 0px;
  position: absolute;
  top: 13px;
  right: 42px;
}


#pun-index .category table tr {
position: relative;
    background: rgb(0 0 0 / 5%);
    box-shadow: 0 0 0 1px #a79f88 inset;
}

#pun-index .category table {
    border-spacing: 0px 20px;
    border: 0 !important;
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
display: none
}


#pun-index thead {
    display: none;
}





.lzcommon {    
    width: 212px !important;
    position: relative;
    overflow: visible !important;
    border: 0 !important;
    z-index: 1;
    margin-left: 13px;
    font-family: Rubik;
}


#viewprofile .lzcommon {
    background: transparent;
}


#viewprofile .char {
    width: 165px;
    margin-left: 15px;
    padding-bottom: 10px;
    margin-top: -6px;
    text-align: center;
}

#viewprofile .lzcommon .op {}
#viewprofile .lz {}


.move_posts_form .modal-inner>.container {
    padding: 0!important;
    background: #8b8681;
}

.pun-modal .modal-inner {
    background: rgb(189 189 181 / 90%) !important;
}


#tags .container {
height: 214px;
    overflow-x: auto;
    padding: 7px;
    background-color: rgb(197 197 197);
    color: rgb(64 64 64);
    border: #8b8368 solid 1px;
    box-shadow: 0px 0px 7px inset #0000002e;
}




/*ÁûñòðîÏëþñû äëÿ Òîïèêà!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
    text-align: center;
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://i.imgur.com/bcdWYcG.png) no-repeat center;
    background-size: 38px auto;
    position: relative;
    padding-left: 1px;
    padding-right: 10px;
    z-index: 100;
    width: 38px;
    height: 38px;
    padding-top: 12px;
    text-align: center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -1px;
    color: #453128;
}
div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
    font-size: 0 !important;
    position: absolute;
    cursor: pointer;
    z-index: 200;
    width: 30px;
    height: 33px;
    background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
    display: block;
    background-size: 100%;
    margin-left: -24px;
    margin-top: 17px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}


#pun-index #forum_f24 {display:none} 
#pun-index #forum_f22 {display:none} 
#pun-index #forum_f19 {display:none}
#pun-index #forum_f17 {display:none}



#pun-status .status-right {
    float: none!important;
    display: none!important;
}

#pun-messages .pa-author .indOnline, #pun-messages .pa-author .indOffline {
    display: none !important;
} 


li.pa-respect img {width: 7px;
 filter: grayscale(100%) brightness(80%);}

.reactions-root { display: none; }
.pa-gifts { display: none; }

.pamelatable { width: 120px; height: 127px; border: red 0px solid; top: 148px; margin-left: 183px; position: absolute; z-index: 1000; overflow: auto; padding-right: 0px; }
pamelatable::-webkit-scrollbar { width: 0px; background: transparent; }
.pamelatable::-webkit-scrollbar-track { background: none; }
.pamelatable::-webkit-scrollbar-thumb { background: none; }

.pamelatable2 { width: 120px; height: 127px; border: red 0px solid; top: 148px; margin-left: 660px; position: absolute; z-index: 1000; overflow: auto; padding-right: 0px; }
pamelatable2::-webkit-scrollbar { width: 0px; background: transparent; }
.pamelatable2::-webkit-scrollbar-track { background: none; }
.pamelatable2::-webkit-scrollbar-thumb { background: none; }

.pamelalinks { width: auto; padding: 7px 5px 7px 5px; font: small-caps 400 arial; font-size: 7px; letter-spacing: 0px; text-transform: uppercase; background-color: #000; border-radius: 7px; }
.pamelalinks a { color: #9b7339!important; }


.zag {
text-align: left;
    line-height: 12px;
    margin-bottom: 3px;
    padding-right: 0px;
    margin-left: 0px;
    height: 14px;
    padding-top: 3px;
    padding-left: 13px;
    color: #392c2c;
    background: #aba290;
    font-family: rubik;
    font-weight: 700;
    text-transform: uppercase;
    width: 507px;
    letter-spacing: 1.1px;
    font-size: 6.5px;
    border-radius: 7px;
}

.quotes {
    font-family: rubik;
    width: 519px;
    padding: 5px 0px 5px 0px;
    font-size: 9px;
    text-transform: lowercase;
    color: #392c2c;
    margin-top: -4px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 12px;
}


#pun-category3 {display:none} 