/*************************************************************
краш & simpasy
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1753686453.css);
  @import url('https://fonts.googleapis.com/css?family=Noto+Serif');
  @import url('https://fonts.googleapis.com/css?family=Rye');
  @import url('https://fonts.googleapis.com/css?family=Prociono');
  @import url('https://fonts.googleapis.com/css?family=Arapey');
  @import url(http://fonts.googleapis.com/css?family=Oranienbaum);
  /*@import "http://webfonts.ru/import/bebasneue.css";*/
  @import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Cuprum|Fjalla+One|Geo|Homemade+Apple|Oswald|Playfair+Display');
  @import url('https://fonts.googleapis.com/css?family=Lobster|Pattaya|Romanesco|Six+Caps');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal&family=Bodoni+Moda:wght@400;500&family=Cinzel+Decorative&family=Cinzel:wght@400;500;600&family=Cormorant:ital,wght@0,300;0,400;0,500;1,300&family=Gilda+Display&family=IM+Fell+English+SC&family=Marcellus+SC&family=Mate+SC&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Oranienbaum&family=Playfair+Display+SC:wght@400;700&family=Suranna&family=Vidaloka&family=Zen+Antique&family=Zen+Old+Mincho:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

@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: 'Kundera Reg';
    src: url('http://forumstatic.ru/files/001b/d2/39/89183.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: auto;
  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%
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    margin-left: 0px !important;
        background-color: #aba9a8;
    border: 1px solid rgb(159 158 156);
    border-radius: 5px;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb 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 */
.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

/* A3.10 */
.punbb a {
  text-decoration: none; 
  }

/* A3.11 */
.punbb optgroup {
  font-weight: normal;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
.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;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 1080px;
    background: url(http://forumstatic.ru/files/001b/d2/39/47402.jpg);
    background-repeat: repeat;
    background-position: center;
    position: relative;
}


/* A5.2 */
.punbb {
  margin-left: 60px;
  float: none;
  width: 960px;
  height: auto;
  }


/* A5.3 */
 #pun-redirect, #pun-maint {
  margin: 10px 10% 12px 10%;
  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: 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 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 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }

#pun-main h2 {
       text-align: center;
   text-shadow: 0px 0px 2px #00000017;
    color: #1f4a39b8 !important;
   background: linear-gradient(to right, rgb(142 128 89 / 0%) 0%,rgb(144 155 148) 50%,rgb(142 128 89 / 0%) 100%);
    margin-bottom: 15px !important;
}




/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
     padding: 0;
    margin: 30px;
    width: 95%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
display: block;
    text-align: center;
    border-top: 1px solid #7b76664f;
    margin-left: 385px;
    padding-bottom: 5px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }


/* B1.3 */
.punbb .post-content p {
    margin: 0px;
    padding: 0.5em 0em 0.5em 0em;
    line-height: 160%;
}

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }


/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 5px 5px 14px 12px;
    padding: 12px 18px 13px 20px;
    background: rgb(108 152 135 / 8%);
    border: 1px solid #85848294;
    box-shadow: inset 0 0 13px 1px #295f402b;
    border-radius: 11px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    font-family: Lora;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #486a579e;
    color: #2f6c49 !important;
}

.punbb .quote-box cite a, .punbb .code-box strong.legend a {
color: #2f6c49 !important;
}

.post-content .spoiler-box > div {
    background: url(http://forumstatic.ru/files/001b/d2/39/44674.png) no-repeat left center !important;
    cursor: pointer;
    padding-left: 23px !important;
    color: #323130;
    font-family: Lora;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

  
/* 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: -3.6em;
    left: 1em;
    width: 24em;
    font-size: 11px;
    color: #0e0e0ecc;
}

/* B3.4 */
.linkst .postlink {
    font-size: 12px;
    position: absolute;
    top: -4em;
    right: 1em;
    width: 16em;
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
     text-align: right;
    padding: 0.4em 1em 0.5em 1em;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    font-size: 11px;
    text-align: left;
    color: #0e0e0ecc;
}

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
    font-size: 12px;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
   padding: 0em 0.3em 1em 0.2em;
}

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit span {
    margin: 0 1em 0 0;
    height: 26px;
    line-height: 12px;
}

.punbb select {
    margin: 0 1em 0 0;
    height: 26px;
    padding: 5px 10px;
    font-size: 11px!important;
    font-family: Arial;
    background-color: #aba9a8;
    border: 1px solid rgb(159 158 156);
    border-radius: 5px;
    border: 1px solid #3e2f2f38;
    color: #2d2c2c!important;
    border-radius: 10px;
}

.punbb .formsubmit input a {
      text-transform: uppercase;
}


#pun-main .formsubmit input {
    margin: 0 1em 2em 0;
    transition: all 0.5s ease-in-out 0s;
    font-family: Philosopher;
    font-size: 10.5px!important;
    text-transform: uppercase;
    background: rgb(166 174 166);
    color: #050505;
    padding: 6px 19px!important;
}

.punbb input {
    padding: 6px 9px!important;
    font-size: 11px!important;
}

.button, input[type="button"], .punbb .formsubmit a {
    margin: 0 1em 1em 0;
    font-family: 'Cormorant' !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 10px !important;
    font-weight: 500;
    height: 22px !important;
    line-height: 0px !important;
    color: #aeaeae!important;
    text-shadow: 0px 0px 3px rgb(17 17 16 / 62%);
    background-color: #211c19 !important;
    box-shadow: 0 0 7px 1px #544a43a6 inset;
    border-radius: 10px !important;
}

.button:hover, input[type="button"]:hover, .punbb .formsubmit a:hover {
 background-color: #27211a !important;
transition: 1s;
}

/* 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 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
    margin: 0px;
    font-family: Cormorant;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #363636;
}

/* 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 {
  overflow: hidden;
width: 30%;
 font-family: Tahoma;
 text-transform: lowercase; 
font-size: 10.8px;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
 font-family: Tahoma;
 text-transform: lowercase; 
  }

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 28%;
    font-family: Tahoma;
    font-size: 11px;
    text-transform: lowercase;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%;
      text-align: left;
  }


/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* 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 {
   text-align: left;
  padding-bottom: 4px;
   padding-right: 14px;
   text-transform: uppercase;
    font-family: 'Cormorant';
}

#pun-index .tcl h3 a {
    font-weight: 500;
    font-size: 13.5px;
    padding-left: 4px !important;
    color: #1f4a39;
    text-shadow: 0px 0px 1px #000000d1;
}

/* 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: 1em 1em 0 0;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.4em 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: 18px;
    padding-bottom: 11px;
}


/* C2.15 */
.punbb div.icon {
    display: block;
    height: 20px;
    width: 20px;
}


.punbb td div.tclcon {
    width: auto;
    text-align: justify;
    color: #000000;
    font-weight: 500;
    font-size: 11px;
    padding: 5px;
}




 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
    border-style: none solid solid solid;
    border-width: 1px;
    margin-top: 66px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 0px;
}



/* C3.2 */
.punbb .post h3 {
  height: 31px;
  width: 865px;
  margin: 0px 0px 17px 7.5px;
  }

/* C3.3 */
.punbb .post h3 span {
    top: 29px;
    left: -60px;
    display: block;
}

#pun .post h3 {
    border: 0 !important;
    position: absolute;
    padding: 0 !important;
    width: 1020px;
    font-size: 9px;
    font-weight: 600;
    height: 149.5px;
    color: #8b7043d6;
    font-family: 'Lora';
    margin-left: -29px !important;
    margin-top: -35px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: url(http://forumstatic.ru/files/001b/d2/39/67417.png) left;
    text-shadow: 1px 1px 1px #000000b3;
}

#pun .post h3 a {
    color: #497d68;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.post h3 span {
    margin-left: 360px !important;
    margin-top: 13px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    padding-left: 2px !important;
    width: auto;
    color: #497d68;
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
   color: #497d68;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    font-family: tahoma;
    font-size: 8.4px;
    letter-spacing: 0.3px;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    color:#898988;
}

li.pa-replies  {
    color: #898988;
    margin-top: 31px;
}

/* C3.7 */
.pa-author {
    margin-bottom: 11px;
    margin-left: 2px;
    text-align: center;
    padding-top: 15px;
}

/* C3.8 */
.pa-ip {
    color: #a1a09f;
    position: relative;
    padding-top: 10px !important;
    margin-bottom: 10px;
    margin-top: -10px;
}

.pa-time-visit {
    margin-bottom: 20px;
    text-align: center;
    font: normal 7.5px/11px verdana;
    text-transform: uppercase;
    color: #785e49;
}

.pa-reg {
font: normal 7.5px/11px verdana;
    text-transform: uppercase;
    color: #785e49;}

/* C3.9 */
li.pa-title {
    width: 185px;
    font-family: verdana;
    text-transform: uppercase;
    font-size: 6.5px;
    height: 24px;
    letter-spacing: 0.7px;
    margin-left: 28px;
    margin-top: 30px;
    margin-bottom: 8px;
    z-index: 2;
    position: inherit;
    color: #898988;
}



/* C3.11 */
.punbb .post-body {
    margin-left: 207px;
    margin-right: -4px;
    padding: 40px 0px 0px 0px;
    position: relative;
}


/* C3.12 */
.punbb .post-box {
    padding-left: 0px;
    padding-right: 0px;
}

/*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;
    text-shadow: 0px 0px 1.5px #654e367a;
    font-family: 'Arsenica';
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bolder;
}


/* 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 {
   font-size: 11px;
    padding: 0.5em 1em;
    text-align: right;
  }

/* 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  {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
    position: relative;
  }

#profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
    font-size: 10.7px;
    text-transform: lowercase;
    position: relative;
  }


/* 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;
    font-weight: bold;
    color: #000000bf;
}

/*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: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
    display: none;
}

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
/* шапка */
#pun-title table {
    border: none;
    background: url(http://forumstatic.ru/files/001b/d2/39/60125.png);
    height: 260px;
    margin-top: -10px;
    width: 1150px;
    margin-left: -92.5px;
    background-position: center 0;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 700px;
}

/* 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
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
    text-align: center;
}

/* D3.2 */
#pun-navlinks .container {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Alice', serif;
    font-weight: 400;
    text-align: center !important;
    position: absolute;
    margin-left: -10px;
    margin-top: -22px;
    width: 960px;
    z-index: 10;
    transition: 0.6s linear;
}

#pun-navlinks a {
    color: #171613;
}

#pun-navlinks a:hover {
     color: #2b5232 !important;
  transition: 0.6s linear;
}

/* D3.3 */
#pun-navlinks li {
    display: inline;
    padding-right: 6px;
}



/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

#pun-ulinks .container {
    font-size: 8.5px;
    text-align: center !important;
    margin-left: -9px !important;
    position: absolute;
    font-family: 'Lora';
    font-weight: 500;
    letter-spacing: 0.8px;
    padding: 0 !important;
    text-transform: uppercase;
    margin-top: -7px;
    width: 960px;
}

#pun-ulinks a {
    color: #171613 !important;
    text-shadow: 0px 0px 1.5px #0f0f0e7a;
    transition: 0.6s linear;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
    transition: ease-out 1s;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }


/* D4.4 */
#pun-ulinks li a:hover {
    transition: 0.6s linear;
       color: #2b5232 !important;
  }

/* 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 {
    position: absolute;
    text-align: left;
    font-size: 8.3px;
    color: #7c7b7b !important;
    text-shadow: 0px 0px 1.5px #33271b7a;
    font-family: 'Alice', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 400;
    margin-left: 0px;
    top: -13px;
    padding-top: 20px;
    width: 900px;
    height: 23px;
}

#pun-status .container strong, #pun-status .container a {
    font-weight: 600!important;
    color:  #7c7b7b !important;
}



#pun-status .container a { 
   font-size: 8.3px;
    color: #7c7b7b !important;
    font-family: 'Arsenica', serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
 
 
/* D5.3 */
#pun-status span {
   color: #7c7b7b !important;
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
    border-bottom: none;
    padding: 0.8em 1em;
    text-transform: lowercase;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: -12px;
    color: #444444 !important;
    margin-left: 20px;
    text-align: left;
    font-weight: bold;
    z-index: 10;
    font-family: 'Alice', serif;
}

/* 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;
display: none;
  }

/* 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;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 15.8em 12px;
    padding-right: 31px;
    margin-bottom: -182px;
    margin-top: -152px;
    font-size: 10.8px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
    display: inline-block;
    line-height: 110%;
    font-size: 9px;
    color: #444444 !important;
    text-shadow: 0px 0px 2px #6d53533d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-left: 3px;
    font-family: Lora;
    font-weight: 500;
    padding-top: 2px;
}

#pun-stats li.item1 {
    width: 140px;
}

#pun-stats li.item2 {
    width: 165px;
}

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
     float: right;
    display: inline-block;
    line-height: 110%;
    font-size: 9px;
    color: #444444 !important;
    text-shadow: 0px 0px 2px #6d53533d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-left: 3px;
    font-family: Lora;
    font-weight: 500;
    padding-top: 2px;
}

#pun-stats li.item3 {
    width: 235px;
}

#pun-stats li.item4 {
    width: 320px;
}


/* D7.4 */
li#onlinelist {
    margin-top: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 100%;
    line-height: 130%;
    font-weight: 500;
    font-size: 11px;
}

/* 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: -10px;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;
  padding: 0.8em 1em;
    font-size: 8px;
    font-family: Philosopher;
  text-transform: lowercase;
  }


/* D8.5 */
#pun-about p span {
    position: absolute;
    display: block;
    width: 960px;
    text-align: center;
    margin-left: 100px !important;
    margin-top: 55px;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 50px;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 0.8em 1em;
    text-transform: lowercase;
    font-size: 13px;
    color: #444444 !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: bold;
    z-index: 10;
    font-family: 'Alice', serif;
}

/* 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;
  }


/*ОТКЛЮЧЕНИЕ ПЛАШКИ СМЕНЫ DNS*/
#dns-ip-replace-notify {display:none!important;}
#pun_wrap{position:static!important;}




/*БЛЮР ЗАЧЕРКИВАНИЯ*/
.punbb .post-content del {
    filter: blur(2px);
    text-decoration: none;
    }

.punbb .post-content del:hover { 
filter: none; 
text-decoration: none;}






.punbb #size-area {
    padding: 0 9px!important;
    overflow: hidden;
    overflow-y: auto;
    height: 355px;
    z-ndex: 100000;
}

/* окошко переноса соо */
.pun-modal .container {
   background: #aba9a8;
}

.pun-modal .modal-inner {
    background: #aba9a8 !important;
}

.p-message {
    background: #000000 !important;
}

.p-advert, .p-promo, .p-notice, .p-award, .p-reputation, .p-report {
    background: #7e7c79 !important;
}


/* стрелки */
.go-up  {
    display: none;
    position: fixed;
    background: url(http://forumstatic.ru/files/001b/d2/39/17470.png);
    margin-left: 1050px;
    z-index: 100;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 40px;
}

.go-down {
    display: none;
    position: fixed;
    background: url(http://forumstatic.ru/files/001b/d2/39/10345.png);
    margin-left: 1050px;
    z-index: 100;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 40px;
}
.go-up {
bottom:250px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:180px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}


/* сообщения */
span.num_msg {
    z-index: 999;
    margin-top: -17px!important;
    margin-left: -4px!important;
    background: #48382a !important;
    color: #a78757!important;
    border-radius: 2px;
    font: bolder 8.5px/1.6 Tahoma!important;
    cursor: pointer;
}

span.num_msg:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #48382a !important;
    top: 14px!important;
    margin-left: 1px;
}


/* уведомления */
.bubble {
    background: #48382a!important;
    border: 0 none;
    border-radius: 3px;
    color: #a78757!important;
    display: inline-block;
    font: bolder 8px/1.6 Tahoma;
    margin: 0;
    min-width: 11px !important;
    padding: 0 1px;
    position: absolute;
    right: -7px !important;
    text-align: center;
    top: -12px!important;
}

.bubble:after {
    border-color: #48382a transparent !important;
    border-style: solid;
    border-width: 3px 3px 0;
    content: "";
    display: block;
    left: 4px;
    position: absolute;
    width: 0;
}


/* стикеры */
@media only screen and (max-device-width: 600px) {
  .hvStickerPackModal.active {
    display: block;
    width: 500px!important;
     background: #aeadac !important;
    box-shadow: 0 0 0 0.1px inset #5e5e5e;
    color: #423529 !important;
    border: 1px solid #8d8d8d !important;
    z-index: 99999;
}}

.hvStickerPackModal.active {
   display: block;
    background: #aeadac !important;
    box-shadow: 0 0 0 0.1px inset #5e5e5e;
    color: #423529 !important;
    width: 980px !important;
    border: 1px solid #8d8d8d !important;
    z-index: 99999;
}

.hvStickerPackModalTab {
    border-radius: 4px !important;
    background: rgb(160 160 160) !important;
    text-transform: lowercase;
   color: #2a2a2a;
}

.hvStickerPackModalTab.active {
    background: rgb(135 158 146) !important;
    color: #2a2a2a;
}

.hvStickerPackModalContent {
    border: none !important;
    padding: 0px 12px;
    min-height: 70px;;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

input.hvStickerPackModalAddButton {
    margin: 0 1em 1.5em 0;
    min-width: 20px !important;
    transition: all 0.5s ease-in-out 0s;
    font-family: Verdana !important;
    font-size: 15px!important;
    text-transform: lowercase;
    letter-spacing: 0.2px;
    color: #575655 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.hvStickerPackModalInput {
    background: #aeadac;
    border: solid 1px #848483ba !important;
    color: #000 !important;
}

/* таблица */

.bestpost {
    height: 50px;
    display: block;
    width: 250px;
    cursor: default;
    margin-top: 83px;
    margin-left: 0px;
    position: absolute;
    color: #898988!important;
    font-family: lora;
    font-size: 9px;
    letter-spacing: 0.15px;
    line-height: 12px;
    text-transform: lowercase;
    text-align: justify;
    padding-right: 3px;
    overflow: auto;
}

.bestpost  a {
      color: #898988!important;
}

.bestpost span {
    color: #518a6f;
    font-weight: 600;
    text-shadow: 0px 0px 5px #0c2114;
    text-transform: uppercase;
}

.ep {
    width: 210px;
    display: block;
    cursor: default;
    margin-top: 160px;
    margin-left: 20px;
    position: absolute;
    color: #7c7b7b!important;
    font-family: 'Arsenica';
    font-size: 7.5px;
    letter-spacing: 0.15px;
    line-height: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
}

.ep a {
    color: #7c7b7b!important;
    letter-spacing: 0.2px;
    font-family: lora;
}


.ep span {
    color: #518a6f;
    font-weight: 600;
    text-shadow: 0px 0px 5px #0c2114;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.5px;
}

.infoal {
    width: 220px;
    height: auto;
    display: block;
    cursor: default;
    margin-top: 86px;
    margin-left: 720px;
    position: absolute;
    color: #7c7b7b!important;
    font-family: lora;
    font-size: 8.5px;
    overflow-x: auto;
    text-transform: uppercase;
    padding-right: 2px;
    letter-spacing: 0.25px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    z-index: 100;
}


.infoal b {
    color: #406351!important;
}

.infoep {
    width: 220px;
    height: 57px;
    display: block;
    cursor: default;
    margin-top: 123px;
    margin-left: 720px;
    position: absolute;
     color: #7c7b7b!important;
    font-family: lora;
    font-size: 8.5px;
    overflow-x: auto;
    padding-right: 2px;
    letter-spacing: 0.25px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    z-index: 100;
}

.infoep a {
    text-transform: uppercase;
     color: #7c7b7b!important;
}


.infoep span {
   color: #518a6f;
    font-weight: 600;
    text-shadow: 0px 0px 5px #0c2114;
     font-size: 8.3px;
}

/* лучшие */
.posts {
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 50px; 
  z-index:1
}


/*БыстроПлюсы для Топика!*/
.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(http://forumstatic.ru/files/001b/d2/39/62670.png) no-repeat center;
    background-size: 38px auto;
    position: relative;
    padding-left: 1px;
    z-index: 1;
    width: 39px;
    height: 36px;
    padding-top: 5px;
    text-align: center;
    font-size: 11.5px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -1px;
    color: #a8a7a5 !important;
}
div.dark-style .post-rating p>a {
  color: #a8a7a5 !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
    font-size: 0 !important;
    position: absolute;
    cursor: pointer;
    z-index: 200;
    z-index: 1;
    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: 8px;
}
.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}


/*настройка реакций*/

.post-body .reaction-chip:not(.reaction-chip--disabled):hover {
background-color: transparent;
}

.post-body .reaction-chip.reaction-chip--clicked:not(.reaction-chip--disabled):hover {
    background-color: rgb(119 147 165 / 69%);
}

.reaction-chip.reaction-chip--clicked:hover {
    border:  transparent !important;
    background-color:  transparent !important;
}

.post-body .reaction-picker-button { border-radius: 35%; width: 22px; }
.post-body .reaction-chip.reaction-chip--clicked { border: 1px solid rgba(161, 154, 146, 0.71); background-color: rgba(246, 248, 250, 0.17); box-shadow: rgba(79, 68, 67, 0.36) 0px 0px 3px; border-radius: 6px; padding: 6px; }

.reactions-root .emoji-mart {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #222427;
    background: #a9a8a6 !important;
    border: 1px solid #858482 !important;
    border-radius: 5px;
}

.reactions-root .emoji-mart-bar {
    border: 0 solid #998669 !important;
}

span.emoji-mart-anchor-bar {
background-color: rgb(61 83 74) !important;
}

.reactions-root .emoji-mart-category-label span {
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 5px 6px;
    background-color: rgb(151 159 153) !important;
}

.reactions-root .emoji-mart-search input {
    color: #222427;
    background: #a9a8a6 !important;
    border: 1px solid #848382 !important;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

.post-body .reaction-chip {
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    border: none;
}

.reactions-root *, .reactions-root ::before, .reactions-root ::after {
    color: #3d534a!important;
    box-sizing: border-box;
}

.post-body .reaction-chip.reaction-chip--clicked {
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 6px;
    padding: 0px;
}

.reaction-counters-container {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
    height: 40px;
    overflow: hidden;

}
span.reaction-counter__emoji > span > span {
    width: 20px!important;
    height: 20px!important;
}
.post-body .reaction-chip.reaction-chip--clicked {
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 6px;
    padding: 0px;
}

.reaction-picker-panel {
    position: absolute;
    top: 0;
    left: -266px;
    transform: translate(0, 27px);
    z-index: 9999;
}

.emoji-mart-search input {
    font-size: 11px;
    display: block;
    width: 100%;
    padding: 5px 29px 6px 10px;
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    outline: 0;
    margin: 0;
}

.reactions-container {
    display: flex;
    gap: 4px;
    justify-content: end;
}


.reactions-root {
    padding: 0 5px !important;
}

/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
.spirit-navigation {
    width: 183px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 820px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 40px;
    text-align: center;
    font: 700 0px 'roboto';
    background: url(http://forumstatic.ru/files/001b/d2/39/40124.png);
    z-index: 100;
}
#navigblock {
    width: 205px;
    margin-left: 760px;
    position: absolute;
    top: 65px;
    line-height: 13px;
    text-align: justify;
    padding: 3px;
    z-index: 9999;
    background: #131d19;
    box-shadow: 0 0 0 1px #274539 inset, 0 0 9px 1px #78b8a62e inset;
}

.spirit-navigation2 {
    width: 183px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 91px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 40px;
    text-align: center;
    font: 700 0px 'roboto';
    background: url(http://forumstatic.ru/files/001b/d2/39/58530.png);
    z-index: 100;
}



#navigblock2 {
    width: 205px;
    margin-left: 20px;
    position: absolute;
    top: 65px;
    line-height: 13px;
    text-align: justify;
    padding: 3px;
    z-index: 9999;
    background: #131d19;
    box-shadow: 0 0 0 1px #274539 inset, 0 0 9px 1px #78b8a62e inset;
}

.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: 145px;
    font-family: 'Cormorant';
    font-size: 9px;
    font-weight: 500;
    color: #4fa983 !important;
    text-shadow: 0px 0px 4px rgb(36 35 35 / 90%);
    text-align: center;
    background: #182e26bf;
    box-shadow: 0 0 10px 1px #3a63553b inset;
    border: 1px solid #5fb3933b;
}

#pun .sslka2 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: #4fa983 !important;
    text-shadow: 0px 0px 4px rgb(36 35 35 / 90%);
    text-align: center;
    background: #182e26bf;
    box-shadow: 0 0 10px 1px #3a63553b inset;
    border: 1px solid #5fb3933b;
}

#pun .sslka a:hover, #pun .sslka2 a:hover {
    color: #4fa983cf !important;
    text-shadow: 0px 0px 4px rgb(36 35 35 / 90%);
    text-align: center;
    background: #182e2675;
    box-shadow: 0 0 10px 1px #3a635503 inset;
    border: 1px solid #5fb3931f;
}

.spirit-navigation_hover, .spirit-navigation_hover2 {
  opacity: .7
}

.quotes {
    font-family: tahoma;
    width: 519px;
    padding: 5px 0px 5px 0px;
    font-size: 9px;
    text-transform: lowercase;
    color: rgb(52 52 52);
    margin-top: -4px;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 14px;
}

.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: #252423 !important;
    text-shadow: 0px 0px 4px rgb(65 94 81 / 24%);
    background: #4978613b;
    font-family: arial;
    font-weight: 700;
    text-transform: uppercase;
    width: 507px;
    letter-spacing: 1.1px;
    font-size: 6.5px;
    border-radius: 6px;
}

#button-mybb 
{
background-image:url('http://forumupload.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;
}


.knopfor {
    text-align: center;
    width: 510px;
    background: #6363622b;
    padding: 3px 5px 5px 5px;
    font-family: lora;
    font-size: 8.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 2px;
 color: #46725c;
}

.knopfor a {
    transition: 1s;
    color: #1f4a39 !important;
    text-shadow: 0px 0px 2px #0000003d;
}

.knopfor a:hover {
   transition: 1s;
   color: #1c1d1d !important;
    text-shadow: 0px 0px 2px #755e5e3d;
}

/* плашки */
#newstime {
    text-align: center;
    margin: 15px 0px 0px -14px !important;
    width: 980px;
    height: 70px;
    line-height: 33px;
    display: inline-block;
}
.newstime_title {
    text-align: center;
    font-family: 'lora' !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0px 19px 0px 19px;
    font-size: 9px !important;
    font-weight: 500;
    display: inline-block;
    height: 26px !important;
    line-height: 25px !important;
       color: #a19e9e!important;
    text-shadow: 0px 0px 3px rgb(17 17 16 / 62%);
    background-color: #211c19 !important;
    box-shadow: 0 0 7px 1px #544a43a6 inset;
    border-radius: 10px !important;
    transition: 1s;
}

.newstime_title a {
      color: #a19e9e!important;
}

.newstime_title:hover {
  color: #4fa983 !important;
transition: 1s;
}


/* закладки */
.post .bookmark.ncnfrm {
    color: #86725e !important;
}

.post .bookmark:before {
    left: -7px !important;
}

.editBookmark {
    background: #b1a38c !important;
}

.post .bookmark {
    width: 24px !important;
    height: 16px;
    position: absolute;
    color: #7f6a56 !important;
    background: currentColor;
    opacity: .8;
    transition: .1s ease;
    right: -43px !important;
    z-index: 9 !important;
}

#MyBookmarks span.scrl {
    text-shadow: none !important;
    color: #0f1a14 !important;
    box-shadow: none !important;
}

#MyBookmarks li.BookmarkL>span.last_click {
    background: rgb(173 159 133) !important;
    box-shadow: none !important;
}

#MyBookmarks li span strong {
    color: #173226 !important;
}

#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: #a9a8a6;
}

#BookmCntToggle.default-style {
    background: #a8a6a5 !important;
    border-left: solid 5px currentColor;
    box-shadow: 0 0 6px rgb(0 0 0 / 42%);
    color: #356556 !important;
    display: block;
    height: 26px;
    width: 21px;
}

/* личное звание */
.lz {
    width: 223px;
    margin: 3px 0px 0px 0px;
}

.zag1 {
    font-family: 'El Messiri';
    text-transform: uppercase;
    font-size: 12.5px;
    font-weight: normal;
    width: 223px;
    text-align: center;
    margin-bottom: -18px;
    padding-top: 14px;
    margin-left: 11px;
    z-index: 2;
    position: relative;
}

.zag1 a {
    color: #518a6f!important;
    font-weight: 600;
    text-shadow: 0px 0px 5px #0c2114;
    transition: 1s;
}


.zag1 a:hover {
  color: #518a6f8c !important;
    font-weight: 600;
    text-shadow: 0px 0px 5px #0c2114;
    transition: 1s;
}

.op {
    width: 204px;
    padding: 41px 0px 22px 17px;
    text-align: justify;
    margin-left: 1px;
    line-height: 14px;
    font-size: 8.5px;
    letter-spacing: 0.9px;
    color: #898988!important;
    font-family: 'PT Sans';
}

.op a {
   color: #518a6f!important;
}

.op a:hover {
    color: #868b88 !important;
}

.char {
    display: grid;
    width: 150px;
    margin-left: 40px;
    padding-bottom: 21px;
    margin-top: -15px;
}

.char img {
    padding-bottom: 8px;
    padding-left: 7px;
    padding-top: 2px;
   filter: grayscale(1) brightness(1.5);
}

.char a {
    font-size: 11.5px;
    text-transform: uppercase;
    font-family: 'El Messiri';
    letter-spacing: 0.7px;
    font-weight: 300 !important;
    color: #518a6f!important;
    font-weight: 600;
    text-shadow: 0px 0px 5px #0c2114;
     transition: 1s;
}

.char a:hover {
     color: #518a6f8c !important;
    text-shadow: 0px 0px 5px #0c2114;
    transition: 1s;
}

/* всплывающее окно */

.reveal-modal-bg { 
position: fixed; 
height: 100%;
width: 100%;
background: #000;
background: rgba(0,0,0,.8);
z-index: 100;
display: none;
top: 0;
left: 0;}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 659px;
    height: 260px;
    position: absolute;
    z-index: 101;
    padding: 40px 40px 34px;
    background: url(http://forumstatic.ru/files/001b/d2/39/70403.png) no-repeat scroll center top;
}

.reveal-modal.xlarge {width: 573px;margin-left: -300px;}
	
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #626764;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.menu {margin-top: -6px !important;background: #00000036;width: 546px;height: 21px;margin-left: 14px;padding-top: 4px;}

.menu span {
    cursor: pointer;
    display: inline-block;
    margin-left: 65px;
    text-align: center;
    width: auto;
    font-family: 'El Messiri';
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #476f5c;
    margin-right: -54px;
}

#submenu {
display: inline-block;}

.menu .tabactive {
    color: #717372;
}

#submenu {
    padding: 0px 5px 70px 5px;
    font-size: 12px;
    width: 476px;
    height: 86px;
    margin-left: 40px;
    margin-top: 18px;
    color: #a59483;
    text-align: center;
    overflow: auto;
}
   
.submenutext {
display: none; 
height: 40px;}

.menu-links {text-align: center;margin-left: -120px;
    margin-top: 1px !important;}

.submenutext img {
width: 50px;
    height: 50px;
      filter: opacity(0.7) sepia(0.35);
}

/* иконка стикеров */
#button-sticker {
    background: url(https://s6.uploads.ru/JjzCB.png) no-repeat;
    background-size: 16px;
}

/* активен */
.pa-last-visit,
.pa-online {
	display: none
}

/* текст амс */
.amsblock {
    font-family: Lora;
    font-size: 8.5px;
    letter-spacing: 0.5px;
    color: #9d9c9c!important;
    line-height: 12px;
    padding-right: 6px;
    text-align: justify;
    text-transform: lowercase;
    display: inline-block;
    padding-bottom: 7px;
    cursor: default;
}

.amsblock img {
 max-width: 199px;
border: 1px solid #48462acf;
   filter: grayscale(1);
   opacity: 0.6;
}


/* категории */
#pun-index .category h2, #pun-stats h2 {
    background: url(http://forumstatic.ru/files/001b/d2/39/23468.png) no-repeat;
    width: 1090px;
    padding: 0 !important;
    margin-left: -64.9px !important;
    margin-top: -110px !important;
    margin-bottom: -85px !important;
    font-size: 0 !important;
    height: 280px;
    border: 0 !important;
}
#pun-index .category.category-2 h2 {
    background: url(http://forumstatic.ru/files/001b/9a/c6/83883.png)
}
#pun-index .category.category-3 h2 {
    background: url(http://forumstatic.ru/files/001b/9a/c6/31443.png)
}
#pun-index .category.category-4 h2 {
     background: url(http://forumstatic.ru/files/001b/9a/c6/71747.png)
}
#pun-index .category.category-5 h2 {
   background: url(http://forumstatic.ru/files/001b/9a/c6/41090.png)
}
#pun-index .category.category-6 h2 {
   background: url(http://forumstatic.ru/files/001b/9a/c6/10066.png)
}


#pun-index .category table tr {
    position: relative;
    width: 980px;
    background: rgb(164 164 164 / 69%);
    box-shadow: 0 0 0 1px rgb(62 61 61 / 24%) inset;
}

#pun-index .category table {
    border-spacing: 0px 20px;
    border: 0 !important;
}



.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
    font-family: 'Cormorant';
    font-size: 12px !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;
     text-shadow: 0px 0px 2px #00000017;
    color: #1f4a39b8 !important;
    background: linear-gradient(to right, rgb(171 169 168 / 0%) 0%,rgb(144 155 148) 50%,rgb(171 169 168 / 0%) 100%);
}

#pun-main > h1 > span:nth-child(1) {
    text-shadow: 0px 0px 2px #00000017;
    color: #1f4a39b8 !important;
    font-size: 13px;
    align-items: self-start;
    font-weight: 800;
}



 .ep a:hover{
color: #518a6f!important;
}

.bestpost a:hover {
color: #518a6f!important;
}

.infoep a:hover {
    color: #518a6f!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;
    text-rendering: auto;
    color: #000000;
    background: #a9a8a6;
    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
} 
.punbb #form-login #fld1,#form-login #fld2{background-color: rgb(218 237 255);} 
.punbb #pun-navlinks #form-login input[type="submit"]{border: 2px outset #8995a2!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: #b2b0b0;
    border-color: #4f4e4c87;
    /* background: #cfcac2; */
    /* border-color: #ae9061c4; */
    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 17 9 / 39%) inset, 0 0 5px #98948b; */
}
#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: #b2b0b0;
    border-color: #4f4e4c87;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 0px 6px;
    text-align: center;
    /* box-shadow: 0 0 10px rgb(113 180 167) inset, 0 0 5px #98928b; */
    z-index: 1;
}
/*&#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: #604d30;
    text-align: left;
    box-shadow: 2px 2px 1px rgb(107 96 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 {
       color: #000000;
    background: #a9a8a6;
    border-radius: 6px;
    text-shadow: none!important;
    color: #282828!important;
    background-color: #C5C3C3;
    font: normal normal 400 11px/normal Arial!important;
    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; 
} 
/************************* 
