/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1753978882.css);

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Viaoda+Libre&display=swap');


@font-face {
font-family: 'Shlapak Script';
src: url('http://forumstatic.ru/files/001b/76/d6/41301.eot'),
url('http://forumstatic.ru/files/001b/76/d6/98991.woff') format('woff'),
url('http://forumstatic.ru/files/001b/76/d6/71579.ttf') format('truetype'),
url('http://forumstatic.ru/files/001b/76/d6/23985.svg') format('svg');
font-weight: normal;
font-style: normal;
}


@font-face {
  font-family: 'bezpredmetizm';
  font-style: normal;
  font-weight: 500;
  src: url(https://forumstatic.ru/files/001b/77/0c/51452.otf);
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
    font: normal 70% Verdana;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #e5e3d1;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb legend span {
    font-size: 17px;
}

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: auto;
    width: 956px;
    padding: 50px 0px 0px 0px;
    margin-top: 340px;
    margin-bottom: 120px;
}

/* A5.2 */
.punbb {
    margin-left: 40px !important;
    float: none;
    width: 876px;
    height: auto;
}

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: -250px 0% 12px 0%;
    width: auto;
    float: none;
    background-color: #e5e3d1;
}

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
    padding: 0em 0em 0em 0em;
    border-style: none none none none;
    border-width: 0 0px 0px 0;
    font-size: 16px;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    text-transform: uppercase;
    /* margin: 0px 0 10px 0; */
    height: 20px;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 98%; 
    overflow: hidden;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #3e4b6d;
    width: 60%;
    margin-left: 120px;
    padding-bottom: 5px;
    margin-top: 10px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0 0 0 0px;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 1px 1em 1px;
    padding: 10px 15px 10px 15px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 2px;
    font-size: 13px;
    font-style: normal;
    font-family: 'Merriweather';
    font-weight: 500;
    text-align: left;
    color: #624621;
    margin-bottom: 3px;
    height: 16px;
}


/* 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: 1em;
  }

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -4em;
    left: 1em;
    width: 24em;
    text-transform: uppercase;
font-family: verdana;
    font-size: 10px;
    font-weight: 400;
}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
    text-transform: uppercase;
font-family: verdana;
    font-size: 10px;
    font-weight: 400;

  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    text-transform: uppercase;
font-family: verdana;
    font-size: 10px;
    font-weight: 400;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: 16em;
    font-weight: bold;
    text-transform: uppercase;
font-family: verdana;
    font-size: 10px;
    font-weight: 400;
}

/* 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: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0 0 0 -15px;
    font-size: 11px;
    font-family: 'roboto';
    font-weight: 300;
}

/* 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;
  text-align: left;
  width: 45%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    width: 5%;
    font-family: 'Merriweather';
    font-size: 12px;
    /* padding: 0px; */
}

/* C2.3 */
.punbb .main .tcr {
    background-color: transparent;
    overflow: hidden;
    text-align: left;
    line-height: 16px;
    font-size: 11px;
    font-weight: 400;
    width: 20%;
    font-family: 'roboto';
    padding-left: 20px;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* C2.8 íàçâàíèÿ ïîäôîðóìîâ*/ 
#pun-index .tcl h3 {
    font-family: 'Cormorant Garamond';
    z-index: 3;
    text-align: left;
    text-transform: uppercase;
    height: 19px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 4px !important;
    border-bottom: 1px dashed #00000021;
    padding-bottom: 4px;
}



/* 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: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1.5em;
  }

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    position: relative;
    text-align: justify;
    font-family: 'Roboto';
    /* border: red 1px solid; */
    margin-left: 15px;
    background: url(http://forumstatic.ru/files/001b/76/c5/40500.jpg?v=1);
    border-radius: 1px;
    padding: 6px 10px 10px 10px;
    border: 1px solid #a9a4948c;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}


#pun-messages.punbb div.icon{
  margin-top: 0px!important;
}
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }

li.pa-online {
    font-size: 10px;
    font-weight: 300;
    text-transform: lowercase;
    margin-top: 5px;
    font-family: 'roboto';
}


/* 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 {
    height: 18px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Merriweather';
    margin: 10px 7px 0 7px;
    border-radius: 0px;
    background: url(http://forumstatic.ru/files/001b/76/c5/74416.jpg);
    border: 1px solid #bdb9a3;
}


/* C3.3 */
.punbb .post h3 span {
    padding: 3px 10px 4px 10px;
    display: block;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #46351f8f;
    color: #efcb55cf;
    letter-spacing: 0.6px;
}


.punbb .post h3 span a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #46351f8f;
    color: #efcb55cf;
    letter-spacing: 0.6px;
}


/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 220px;
    overflow: hidden;
    color: #e5e1ce;
    font-family: 'Roboto';
}

.punbb .post .post-author a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #46351f8f;
    color: #ffdc68d1;
    letter-spacing: 0.6px;
}



/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0em 1em 1em 1em;
    line-height: 160%;
}


/* C3.7 */
.pa-author {
    font-style: normal;
    font-family: 'Cormorant Garamond';
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0px 0px 1px #131212;
    letter-spacing: 0.5px;
}


/* C3.8 */
.pa-author a {
    transition-duration: 2s;
}



/* C3.9 */
li.pa-title {
    font-size: 11px;
    font-family: 'roboto';
    font-weight: 400;
    margin: 8px 0 0 0 !important;
    /* color: #272727; */
}

/* C3.11 */
.punbb .post-body {
    margin-left: 240px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 14px 0px 5px 5px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 1em 1em 0 0;
    height: 2em;
    line-height: 2em;
    margin-left: -19em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-weight: bold;
}

/* C3.16 */


.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 0.5em 1em;
    text-align: right;
    text-transform: uppercase;
font-family: verdana;
    font-size: 8px;
    font-weight: 400;
}

/* 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: 1px;
  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;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  border-width: 0px 0px 0 0px;}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline}

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;}

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;}

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em}



/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
    text-align: center;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 1em;
  padding-top: 4px;}

/* D.3 */
#pun-navlinks li {
    display: inline;
    padding: 0px 5px 0px 5px;
}


#pun-navlinks .container {
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Merriweather';
    letter-spacing: 0.5px;
    width: 886px;
    margin-left: -20px;
    height: 18px;
    margin-top: -65px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    border: none;
}


/* D4.2 */
#pun-ulinks .container {
    width: 905px;
    height: 16px;
    text-align: center;
    margin: -15px 0 0 -30px;
    padding: 5px 0 10px 0;
    text-align: center;
    text-transform: lowercase;
}


/* D4.3 */
#pun-ulinks li,
#pun-ulinks li a {
    display: inline;
    white-space: nowrap;
}



#pun-ulinks {
    padding: 4px 1em;
    margin: 0 0 24px 0;
}

#pun-ulinks .container li a {
    font-size: 9px;
    padding: 0 4px;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
    margin: 0px 0px 0px 15px;
    text-align: left;
    font-size: 11px;
    text-transform: lowercase;
    font-family: 'Roboto';
    font-weight: 400;
}


/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
    overflow: hidden;
}

/* D5.5 */
#pun-crumbs1 p.container {
    border-top: none;
    padding: 10px 0 5px 5px;
    text-align: left;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #6e706fb3;
    height: 20px;
}

/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    margin: -30px 0px 0px 0px;
    text-align: center;
    /* border: red 1px solid; */
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    padding: 0px 5px 0px 5px;
    font-family: roboto;
    font-size: 11px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 0px;
}


/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 10px 0 5px 5px;
    text-align: left;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #6e706fb3;
    height: 20px;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

.punbb .user-avatar .avatar-image {
    border-radius: 0 !IMPORTANT;
    height: 30px !important;
    width: 30px !important;
    opacity: .5 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #785f39;
}

#pun-status .status-right {
display: none;
}



.punbb th {
    font-size: 0 !important;
}




html{min-width: 1100px!important;}/*äëÿ ìîáèë*/






#pun-navlinks.sticky {
    position: fixed;
    top: 68px;
    width: 902px;
    margin: -4px 0 0 -2px !IMPORTANT;
    z-index: 2;
}

#pun-ulinks.sticky {
    position: fixed;
    top: 30px;
    width: 991px;
    /* margin-left: -10px; */
    z-index: 1;
    /* border: 1px solid red; */
}

#pun-navlinks.sticky .container, #pun-ulinks.sticky .container {
    border: none;
    background: url(http://forumstatic.ru/files/001b/76/c5/74416.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top center;
    background-color: #785a39;
}
#pun-ulinks.sticky .container {
    margin-left: -33px;
    width: 920px;
}

#pun-navlinks.sticky .container {
    width: 896px;
}

#pun-navlinks.sticky .container a, #pun-ulinks.sticky .container a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(76 56 29);
    color: #edd969d4;
}


#pun-navlinks.sticky .container a:hover, #pun-ulinks.sticky .container a:hover {
    color: #979596;
}


















/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.spirit-navigation {
    height: 16px;
    width: 94px;
    top: 162px;
    margin-left: 25px;
    text-align: left;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(76 56 29);
    color: #edd969d4;
    font-family: 'Merriweather';
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.spirit-navigation.spirit-navigation_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
#navigblock {
    width: 160px;
    margin-left: -11px;
    position: absolute;
    top: 176px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sslka {
    display: block;
    opacity: .95;
    padding: 5px;
    background: #4d351d;
    border: 1px solid #a88a42;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
#pun .sslka a {
    background: #a1834c;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #7c5a36;
    letter-spacing: 1px;
    text-shadow: 1px 1px #775b35;
    text-transform: uppercase;
    width: 140px;
    color: #e4e1ce;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
#pun .sslka a:hover {
    background: #816635;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #7c5a36;
    letter-spacing: 1px;
    text-shadow: 1px 1px #775b35;
    text-transform: uppercase;
    width: 140px;
    color: #e4e1ce;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}













/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.spirit-navigation2 {
    height: 16px;
    width: 96px;
    top: 162px;
    margin-left: 115px;
    text-align: left;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(76 56 29);
    color: #edd969d4;
    font-family: 'Merriweather';
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.spirit-navigation2.spirit-navigation2_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
#navigblock2 {
    width: 160px;
    margin-left: 78px;
    position: absolute;
    top: 176px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sslka2 {
    display: block;
    opacity: .95;
    padding: 5px;
    background: #4d351d;
    border: 1px solid #a88a42;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
#pun .sslka2 a {
    background: #a1834c;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #7c5a36;
    letter-spacing: 1px;
    text-shadow: 1px 1px #775b35;
    text-transform: uppercase;
    width: 140px;
    color: #e4e1ce;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
#pun .sslka2 a:hover {
    background: #816635;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #7c5a36;
    letter-spacing: 1px;
    text-shadow: 1px 1px #775b35;
    text-transform: uppercase;
    width: 140px;
    color: #e4e1ce;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}






/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.spirit-navigation3 {
    height: 16px;
    width: 90px;
    top: 162px;
    margin-left: 215px;
    text-align: left;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(76 56 29);
    color: #edd969d4;
    font-family: 'Merriweather';
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.spirit-navigation3.spirit-navigation3_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
#navigblock3 {
    width: 160px;
    margin-left: 173px;
    position: absolute;
    top: 176px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sslka3 {
    display: block;
    opacity: .95;
    padding: 5px;
    background: #4d351d;
    border: 1px solid #a88a42;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
#pun .sslka3 a {
    background: #a1834c;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #7c5a36;
    letter-spacing: 1px;
    text-shadow: 1px 1px #775b35;
    text-transform: uppercase;
    width: 140px;
    color: #e4e1ce;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
#pun .sslka3 a:hover {
    background: #816635;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #7c5a36;
    letter-spacing: 1px;
    text-shadow: 1px 1px #775b35;
    text-transform: uppercase;
    width: 140px;
    color: #e4e1ce;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}









/***òåìíûé***/


.dark .punbb textarea, .dark .punbb input, .dark .punbb select, .dark .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #b1b1b1;
}


.dark #pun {
    margin: auto;
    width: 936px;
    padding: 50px 0px 0px 0px;
    margin-top: 264px;
}


.dark .punbb {
    margin-left: 30px !important;
    float: none;
    width: 876px;
    height: auto;
}

.dark #pun-redirect, .dark #pun-maint {
    margin: -250px 0% 12px 0%;
    width: auto;
    float: none;
    background-color: #b1b1b1;
}


.dark .punbb .section h2, .dark #pun-main h1, .dark #pun-main h2, .dark #pun-stats h2, .dark #pun-debug h2 {
    padding: 0em 0em 0em 0em;
    border-style: none none none none;
    border-width: 0 0px 0px 0;
    font-size: 16px;
    font-family: 'Viaoda Libre';
    font-weight: 500;
    text-transform: uppercase;
    /* margin: 0px 0 10px 0; */
    height: 20px;
}



.dark .punbb .quote-box cite, .dark .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 2px;
    font-size: 12px;
    font-style: normal;
    font-family: 'Merriweather';
    font-weight: 500;
    text-align: left;
    color: #101111;
    margin-bottom: 3px;
    text-shadow: 0px 0px 1px #9c9d9c;
    height: 16px;
}


.dark .punbb .main .tc2, .dark .punbb .main .tc3, .dark .punbb .main .tcmod {
    text-align: center;
    width: 5%;
    font-family: 'Merriweather';
    font-size: 12px;
    /* padding: 0px; */
}


.dark #pun-index .tcl h3 {
    font-family: 'Cormorant Garamond';
    z-index: 3;
    text-align: left;
    text-transform: uppercase;
    height: 19px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 4px !important;
    border-bottom: 1px dashed #00000021;
    padding-bottom: 4px;
}


.dark #pun-index td div.tclcon {
    position: relative;
    text-align: justify;
    font-family: 'Roboto';
    /* border: red 1px solid; */
    margin-left: 15px;
    background: url(http://forumstatic.ru/files/001b/76/af/78934.jpg);
    border-radius: 1px;
    padding: 6px 10px 10px 10px;
    border: 1px solid #7e7e7e29;
}


.dark .punbb .post h3 {
    height: 15px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Merriweather';
    margin: 10px 7px 0 7px;
    border-radius: 0px;
    background: #0f1010;
    border: 1px solid #a5a9a6d4;
}


.dark .punbb .post h3 span {
    padding: 2px 10px 2px 10px;
    display: block;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%), 0 0 5px rgb(41 33 45);
    color: #ffffff8a;
}



.dark .punbb .post h3 span a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%), 0 0 5px rgb(41 33 45);
    color: #aeadb3;
}


.dark .punbb .post .post-author {
    float: left;
    width: 220px;
    overflow: hidden;
    color: #bbb;
    font-family: 'Roboto';
}


.dark .punbb .post .post-author a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%), 0 0 5px rgb(41 33 45);
    color: #ffffff9e;
}


.dark .pa-author {
    font-style: normal;
    font-family: 'Cormorant Garamond';
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0px 0px 1px #131212;
    letter-spacing: 0.5px;
}


.dark .pa-author a {
    transition-duration: 2s;
    color: #b70f15cc !important;
    text-shadow: 1px 1px #000 !important;
    font-weight: 600;
}


.dark li.pa-title {
    font-size: 11px;
    font-family: 'roboto';
    font-weight: 400;
    margin: 3px 0 0 0 !important;
    /* color: #272727; */
}


.dark #pun-navlinks .container {
    text-align: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: cormorant garamond;
    position: absolute;
    text-shadow: 0px 0px 1px #111010;
    /* border: red 1px solid; */
    letter-spacing: 0.5px;
    top: 69px;
    width: 886px;
    margin-left: -20px;
    height: 18px;
    z-index: 2000;
}


.dark #pun-ulinks .container {
    width: 920px;
    height: 16px;
    text-align: center;
    margin: 0px 0 0 -30px;
    padding: 5px 0 10px 0;
    text-align: center;
    position: absolute;
    top: 35px;
}


.dark #pun-status .container {
    margin: 0px 0px 0px 15px;
    text-align: left;
    font-size: 11px;
    text-transform: lowercase;
    font-family: 'Roboto';
    font-weight: 400;
}


.dark #pun-crumbs1 p.container {
    border-top: none;
    padding: 10px 0 5px 5px;
    text-align: left;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #6e706fb3;
    height: 20px;
}


.dark #pun-announcement .container {
    margin: -40px 0px 0px 0px;
    text-align: center;
    /* border: red 1px solid; */
}



.dark #pun-crumbs2 .container {
    border-bottom: none;
    padding: 10px 0 5px 5px;
    text-align: left;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #6e706fb3;
    height: 20px;
}


.dark .punbb .user-avatar .avatar-image {
    border-radius: 0 !IMPORTANT;
    height: 30px !important;
    width: 30px !important;
    opacity: .5 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #723533;
}


.dark #pun-navlinks.sticky {
    position: fixed;
    top: 0;
    width: 908px;
    margin: -4px 0 0 0 !IMPORTANT;
    z-index: 2;
}


.dark #pun-ulinks.sticky {
    position: fixed;
    top: -15px;
    width: 991px;
    /* margin-left: -10px; */
    z-index: 1;
    /* border: 1px solid red; */
}



.dark #pun-navlinks.sticky .container, .dark #pun-ulinks.sticky .container {
    border: none;
    background: url(http://forumstatic.ru/files/001b/76/af/18315.jpg?v=1);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-color: #3a3a3a;
}


.dark #pun-ulinks.sticky .container {
    margin-left: -31px;
}


.dark #pun-navlinks.sticky .container a, .dark #pun-ulinks.sticky .container a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%), 0 0 5px rgb(41 33 45);
    color: #ffffff8a;
}



.dark #pun-navlinks.sticky .container a:hover, .dark #pun-ulinks.sticky .container a:hover {
    color: #979596;
}



.dark .go-up {
    display: block;
    background: url(http://forumstatic.ru/files/001b/77/0c/22333.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 42px;
    margin-left: 924px !IMPORTANT;
    bottom: 270px;
}


.dark .go-down {
    display: block;
    background: url(http://forumstatic.ru/files/001b/77/0c/58317.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 42px;
    margin-left: 924px !IMPORTANT;
    bottom: 210px;
}




/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.dark .spirit-navigation {
    height: 16px;
    width: 84px;
    top: 147px;
    margin-left: 29px;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    color: #bbb8b8d9 !important;
    font-family: 'Merriweather';
    background: linear-gradient(rgba(255,255,255,1) 5%, rgb(30 36 46) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #00000038;
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.dark .spirit-navigation.spirit-navigation_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
.dark #navigblock {
    width: 160px;
    margin-left: -11px;
    position: absolute;
    top: 166px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.dark .sslka {
    display: block;
    opacity: .95;
    padding: 5px;
    background: #0f0f0f;
    border: 1px solid #4e5050;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
.dark #pun .sslka a {
    background: #723533;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #5e2927;
    letter-spacing: 1px;
    text-shadow: 1px 1px #111011;
    text-transform: uppercase;
    width: 140px;
    color: #d1d1d3;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
.dark #pun .sslka a:hover {
    background: #62656e;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #444750;
    letter-spacing: 1px;
    text-shadow: 1px 1px #111011;
    text-transform: uppercase;
    width: 140px;
    color: #d1d1d3;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}













/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.dark .spirit-navigation2 {
    height: 16px;
    width: 90px;
    top: 147px;
    margin-left: 112px;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    color: #bbb8b8d9 !important;
    font-family: 'Merriweather';
    background: linear-gradient(rgba(255,255,255,1) 5%, rgb(30 36 46) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #00000038;
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.dark .spirit-navigation2.spirit-navigation2_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
.dark #navigblock2 {
    width: 160px;
    margin-left: 73px;
    position: absolute;
    top: 166px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.dark .sslka2 {
    display: block;
    opacity: .95;
    padding: 5px;
    background: #0f0f0f;
    border: 1px solid #4e5050;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
.dark #pun .sslka2 a {
    background: #723533;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #5e2927;
    letter-spacing: 1px;
    text-shadow: 1px 1px #111011;
    text-transform: uppercase;
    width: 140px;
    color: #d1d1d3;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
.dark #pun .sslka2 a:hover {
    background: #62656e;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #444750;
    letter-spacing: 1px;
    text-shadow: 1px 1px #111011;
    text-transform: uppercase;
    width: 140px;
    color: #d1d1d3;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}






/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.dark .spirit-navigation3 {
    height: 16px;
    width: 90px;
    top: 147px;
    margin-left: 203px;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    color: #bbb8b8d9 !important;
    font-family: 'Merriweather';
    background: linear-gradient(rgba(255,255,255,1) 5%, rgb(30 36 46) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #00000038;
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.dark .spirit-navigation3.spirit-navigation3_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
.dark #navigblock3 {
    width: 160px;
    margin-left: 153px;
    position: absolute;
    top: 166px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.dark .sslka3 {
    display: block;
    opacity: .95;
    padding: 5px;
    background: #0f0f0f;
    border: 1px solid #4e5050;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
.dark #pun .sslka3 a {
    background: #723533;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #5e2927;
    letter-spacing: 1px;
    text-shadow: 1px 1px #111011;
    text-transform: uppercase;
    width: 140px;
    color: #d1d1d3;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
.dark #pun .sslka3 a:hover {
    background: #62656e;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #444750;
    letter-spacing: 1px;
    text-shadow: 1px 1px #111011;
    text-transform: uppercase;
    width: 140px;
    color: #d1d1d3;
    font-weight: 500;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}







/***ïñèõóøêà***/

.sred .punbb textarea, .sred .punbb input, .sred .punbb select, .sred .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #bfc0c1;
}


.sred #pun {
    margin: auto;
    width: 930px;
    padding: 50px 0px 0px 0px;
    margin-top: 210px;
    margin-bottom: 160px;
}

.sred .punbb {
    margin-left: 30px !important;
    float: none;
    width: 844px;
    height: auto;
}


.sred #pun-redirect, .sred #pun-maint {
    margin: -250px 0% 12px 0%;
    width: auto;
    float: none;
    background-color: #bfc0c1;
}


.sred .punbb .section h2, .sred #pun-main h1, .sred #pun-main h2, .sred #pun-stats h2, .sred #pun-debug h2 {
    padding: 0em 0em 0em 0em;
    border-style: none none none none;
    border-width: 0 0px 0px 0;
    font-size: 16px;
    font-family: 'Merriweather';
    font-weight: 500;
    text-transform: uppercase;
    /* margin: 0px 0 10px 0; */
    height: 20px;
}


.sred #pun-index .tcl h3 {
    font-family: 'Merriweather';
    z-index: 3;
    text-align: left;
    text-transform: uppercase;
    height: 19px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 4px !important;
    border-bottom: 1px dashed #00000021;
    padding-bottom: 4px;
}


.sred #pun-index td div.tclcon {
    position: relative;
    text-align: justify;
    font-family: 'Roboto';
    /* border: red 1px solid; */
    margin-left: 25px;
    background: url(http://forumstatic.ru/files/001b/76/d6/79268.jpg?v=1);
    border-radius: 1px;
    padding: 6px 10px 10px 10px;
    border: 1px solid #969c9b9e;
}


.sred .punbb .post h3 {
    height: 15px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Merriweather';
    margin: 10px 7px 0 7px;
    border-radius: 0px;
    background: url(http://forumstatic.ru/files/001b/76/d6/79268.jpg?v=1);
    border: 1px solid #97969db8;
}


.sred .punbb .post h3 span {
    padding: 2px 10px 2px 10px;
    display: block;
    background: none;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: none;
    color: #0e0e0e;
}



.sred .punbb .post h3 span a {
    background: none;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: none;
    color: #131115;
}



.sred .pa-author {
    font-style: normal;
    font-family: 'Merriweather';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    background: #b8b8bb85;
    padding: 2px 0 2px 0 !IMPORTANT;
    text-shadow: none;
}


.sred .pa-author a {
    transition-duration: 2s;
    font-weight: 400;
    text-shadow: none !IMPORTANT;
    color: #000 !important;
    background: none !important;
    letter-spacing: 0 !important;
}


.sred li.pa-title {
    font-size: 11px;
    font-family: 'roboto';
    font-weight: 400;
    margin: 0px 0 0 0 !important;
    /* color: #272727; */
}


.sred #pun-navlinks .container {
    text-align: right;
    font-style: normal;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: montserrat;
    position: absolute;
    text-shadow: 0px 0px 1px #111010;
    /* border: red 1px solid; */
    letter-spacing: 0.6px;
    top: 106px;
    width: 855px;
    margin-left: -20px;
    height: 18px;
}


.sred #pun-ulinks .container {
    width: 910px;
    height: 16px;
    text-align: center;
    margin: -61px 0 0 -30px;
    padding: 5px 0 10px 0;
    text-align: center;
}


.sred #pun-status .container {
    margin: 0px 0px 0px 5px;
    text-align: left;
    font-size: 11px;
    text-transform: lowercase;
    font-family: 'Roboto';
    font-weight: 400;
}


.sred #pun-crumbs1 p.container {
    border-top: none;
    padding: 10px 0 5px 5px;
    text-align: left;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #6e706fb3;
    height: 20px;
}


.sred #pun-announcement .container {
    margin: -50px 0px 0px 0px;
    text-align: center;
    /* border: red 1px solid; */
}


.sred #pun-crumbs2 .container {
    border-bottom: none;
    padding: 10px 0 5px 5px;
    text-align: left;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #6e706fb3;
    height: 20px;
}


.sred .punbb .user-avatar .avatar-image {
    border-radius: 0 !IMPORTANT;
    height: 30px !important;
    width: 30px !important;
    opacity: .5 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #723533;
}



.sred #pun-navlinks.sticky {
    position: fixed;
    top: 65px;
    width: 908px;
    margin: -4px 0 0 0 !IMPORTANT;
    z-index: 2;
}


.sred #pun-ulinks.sticky {
    position: fixed;
    top: 75px;
    /* width: 1000px; */
    margin-left: 12px;
    z-index: 1;
    /* border: 1px solid red; */
}
.sred #pun-navlinks.sticky .container, .sred #pun-ulinks.sticky .container {
    border: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-color: #fff;
    background: url(http://forumstatic.ru/files/001b/76/d6/79268.jpg?v=1);
    text-align: center;
    top: 0;
    margin-left: -7px;
    width: 841px;
    padding-top: 10px;
}
.sred #pun-ulinks.sticky .container {
    margin-left: -30px;
    width: 859px;
}

.sred #pun-navlinks.sticky .container a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #b5b6bb4f;
    color: #000000;
    font-size: 12px;
}


.sred #pun-ulinks.sticky .container a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #b5b6bb4f;
    color: #000000;
    font-size: 9px;
}


.sred #pun-navlinks.sticky .container a:hover, .sred #pun-ulinks.sticky .container a:hover {
    color: #7c1313;
}













/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.sred .spirit-navigation {
    height: 16px;
    width: 84px;
    top: 164px;
    margin-left: 70px;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.6px;
    cursor: pointer;
    font-weight: 600;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    color: #1b191c !important;
    font-family: 'Merriweather';
    background: linear-gradient(rgba(255,255,255,1) 5%, rgb(30 36 46) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #bdc2c1;
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.sred .spirit-navigation.spirit-navigation_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
.sred #navigblock {
    width: 160px;
    margin-left: 21px;
    position: absolute;
    top: 180px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sred .sslka {
    display: block;
    opacity: 1;
    padding: 5px;
    background: url(http://forumstatic.ru/files/001b/76/d6/79268.jpg?v=1);
    border: 1px solid #9ba0a5;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
.sred #pun .sslka a {
    background: #afafaf;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #9c9aa1;
    letter-spacing: 1px;
    text-shadow: 1px 1px #afafaf;
    text-transform: uppercase;
    width: 140px;
    color: #1a1b1e;
    font-weight: 600;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
.sred #pun .sslka a:hover {
    background: #686868;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #9c9aa1;
    letter-spacing: 1px;
    text-shadow: 1px 1px #2b2c2c;
    text-transform: uppercase;
    width: 140px;
    color: #bdc0c1;
    font-weight: 600;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}













/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.sred .spirit-navigation2 {
    height: 16px;
    width: 94px;
    top: 164px;
    margin-left: 155px;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.6px;
    cursor: pointer;
    font-weight: 600;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    color: #1b191c !important;
    font-family: 'Merriweather';
    background: linear-gradient(rgba(255,255,255,1) 5%, rgb(30 36 46) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #bdc2c1;
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.sred .spirit-navigation2.spirit-navigation2_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
.sred #navigblock2 {
    width: 160px;
    margin-left: 120px;
    position: absolute;
    top: 180px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sred .sslka2 {
    display: block;
    opacity: 1;
    padding: 5px;
    background: url(http://forumstatic.ru/files/001b/76/d6/79268.jpg?v=1);
    border: 1px solid #9ba0a5;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
.sred #pun .sslka2 a {
    background: #afafaf;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #9c9aa1;
    letter-spacing: 1px;
    text-shadow: 1px 1px #afafaf;
    text-transform: uppercase;
    width: 140px;
    color: #1a1b1e;
    font-weight: 600;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
.sred #pun .sslka2 a:hover {
    background: #686868;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #9c9aa1;
    letter-spacing: 1px;
    text-shadow: 1px 1px #2b2c2c;
    text-transform: uppercase;
    width: 140px;
    color: #bdc0c1;
    font-weight: 600;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}






/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.sred .spirit-navigation3 {
    height: 16px;
    width: 94px;
    top: 164px;
    margin-left: 250px;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.6px;
    cursor: pointer;
    font-weight: 600;
    /* border: red 1px solid; */
    text-transform: uppercase;
    position: absolute;
    color: #1b191c !important;
    font-family: 'Merriweather';
    background: linear-gradient(rgba(255,255,255,1) 5%, rgb(30 36 46) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #bdc2c1;
}

/* âèä êíîïêè ïîñëå êëèêà ïî íåé */
.sred .spirit-navigation3.spirit-navigation3_hover{
background: url(ññûëêà íà êàðòèíêó) no-repeat
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
.sred #navigblock3 {
    width: 160px;
    margin-left: 205px;
    position: absolute;
    top: 180px;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sred .sslka3 {
    display: block;
    opacity: 1;
    padding: 5px;
    background: url(http://forumstatic.ru/files/001b/76/d6/79268.jpg?v=1);
    border: 1px solid #9ba0a5;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
.sred #pun .sslka3 a {
    background: #afafaf;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #9c9aa1;
    letter-spacing: 1px;
    text-shadow: 1px 1px #afafaf;
    text-transform: uppercase;
    width: 140px;
    color: #1a1b1e;
    font-weight: 600;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}

/* ññûëêà ïðè íàâåäåíèè */
.sred #pun .sslka3 a:hover {
    background: #686868;
    white-space: nowrap;
    margin: 4px auto;
    text-align: center;
    display: block;
    padding: 2px 0 2px 0;
    border: 1px solid #9c9aa1;
    letter-spacing: 1px;
    text-shadow: 1px 1px #2b2c2c;
    text-transform: uppercase;
    width: 140px;
    color: #bdc0c1;
    font-weight: 600;
    font-family: 'Merriweather';
    font-size: 7px;
    transition: 2s;
}










.sred .go-up {
    background: url(http://forumstatic.ru/files/001b/76/d6/78437.png);
    width: 52px;
    height: 25px;
    margin-left: 884px !IMPORTANT;
    bottom: 340px;
}




.sred .go-down {
    background: url(http://forumstatic.ru/files/001b/76/d6/90633.png);
    width: 52px;
    height: 25px;
    margin-left: 881px !IMPORTANT;
    bottom: 300px;
}


.sred .punbb .post .post-author {
    float: left;
    width: 220px;
    overflow: hidden;
    color: #212021;
    font-family: 'Roboto';
}


.sred .punbb .post .post-author a {
    background: none !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: none !IMPORTANT;
    color: #141415;
    letter-spacing: 0 !IMPORTANT;
}






.go-up {
    display: block;
    background: url(http://forumstatic.ru/files/001b/77/0c/27370.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 40px;
    margin-left: 924px !IMPORTANT;
    bottom: 440px;
}


.go-down {
    display: block;
    background: url(http://forumstatic.ru/files/001b/77/0c/86825.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 40px;
    margin-left: 924px !IMPORTANT;
    bottom: 390px;
}



.four #pun-navlinks .container {
    text-align: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Viaoda Libre';
    letter-spacing: 0.5px;
    width: 886px;
    margin-left: -20px;
    height: 18px;
    position: absolute;
    top: 3px;
    margin-top: 0;
}



.four #pun-ulinks .container {
    width: 905px;
    height: 16px;
    text-align: center;
    margin: -35px 0 0 -30px;
    padding: 5px 0 10px 0;
    text-align: center;
    text-transform: lowercase;
}



.four #pun-main .category h2 {
    color: #e6e3ce;
    font-family: viaoda libre;
    font-size: 14px;
    background: url(http://forumstatic.ru/files/001b/77/0c/32760.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10px 5px 0px -21px !important;
    letter-spacing: 0.6px;
    height: 33px;
    width: 916px;
    padding-top: 7px;
    text-align: center;
}



.four .category h2 span {
    display: block;
    font-weight: 400;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #68969b;
    color: #efeded;
}


.four #pun-ulinks.sticky .container {
    margin-left: -40px !important;
    width: 932px !important;
}


.four #pun-navlinks.sticky .container, .four #pun-ulinks.sticky .container {
    border: none;
    background: #000;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top center;
    background-color: #d1d0d0;
    border-bottom: 1px solid #bdbdbd;
}


.four #pun-navlinks.sticky .container {
    width: 904px !IMPORTANT;
    margin-left: -27px !important;
    margin-top: -36px !important;
    padding-bottom: 10px;
    padding-top: 8px;
}


.four #pun-navlinks.sticky .container a, .four #pun-ulinks.sticky .container a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #e9e5e5;
    color: #516c70;
}


.four .punbb {
    margin-left: 30px !important;
    float: none;
    width: 876px;
    height: auto;
    margin: 0 30px;
}



.four #pun-index td div.tclcon {
    position: relative;
    text-align: justify;
    font-family: 'Roboto';
    /* border: red 1px solid; */
    margin-left: 30px;
    background: #d1d0d0;
    border-radius: 1px;
    padding: 6px 10px 10px 10px;
    border: 1px solid #bdbdbd;
}

.four #pun {
    margin: auto;
    width: 934px;
    padding: 50px 0px 0px 0px;
    margin-top: 340px;
    margin-bottom: 0px;
}


.four .banners {
    position: absolute;
    height: 38px;
    width: 935px;
    text-align: center;
    overflow-y: auto;
    margin-top: -25px !important;
    margin-left: -35px !important;
    color: #dbd3d3 !important;
    margin-bottom: 50px !important;
    /* border: 1px solid red; */
    padding-right: 4px;
}


.four .podforl a {
    background: #a5946b;
    color: #e5e1ce !important;
    padding: 1px 10px 1px 10px;
    font-family: 'Merriweather';
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.6px;
    margin: 0px 4px 0px 4px !important;
    transition: 2s;
}


.four .punbb .post h3 {
    height: 18px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Merriweather';
    margin: 10px 7px 0 7px;
    border-radius: 0px;
    background: #d1d0d0;
    border: 1px solid #bdbdbd;
}



.four .punbb .post h3 span {
    padding: 3px 10px 4px 10px;
    display: block;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: none;
    color: #5e5e5e;
    letter-spacing: 0.6px;
}


.four .punbb .post h3 span a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #d9d9d9;
    color: #719398;
    letter-spacing: 0.6px;
}


.four .post-author {
    background: url(http://forumstatic.ru/files/001b/77/0c/20970.jpg) no-repeat top, url(http://forumstatic.ru/files/001b/77/0c/38261.jpg) no-repeat bottom, url(http://forumstatic.ru/files/001b/77/0c/84416.jpg) repeat-y;
    padding: 15px 0 0px 0;
    margin: 10px 0 -10px 6px!important;
    width: 218px !IMPORTANT;
    color: #444545 !IMPORTANT;
}


.four .punbb .post .post-author a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #d8d8d8ab;
    color: #73969c;
    letter-spacing: 0.6px;
}
'

.four .punbb .quote-box cite, .four .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 2px;
    font-size: 12px;
    font-style: normal;
    font-family: 'Merriweather';
    font-weight: 600;
    text-align: left;
    color: #8f7343;
    margin-bottom: 3px;
    height: 16px;
}


.four .go-down {
    display: block;
    background: url(http://forumstatic.ru/files/0014/6e/c5/75582.png?v=1);
    background-repeat: no-repeat;
    width: 33px;
    height: 38px;
    margin-left: 924px !IMPORTANT;
    bottom: 390px;
}


.four .go-up {
    display: block;
    background: url(http://forumstatic.ru/files/0014/6e/c5/29995.png?v=1);
    background-repeat: no-repeat;
    width: 33px;
    height: 38px;
    margin-left: 924px !IMPORTANT;
    bottom: 440px;
}


.five #pun {
    width: 934px;
    background-color: transparent;
    background-image: url(https://forumstatic.ru/files/001a/81/7e/34806.jpg);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: top center;
}







.five #pun-navlinks .container {
    text-align: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Viaoda Libre';
    letter-spacing: 0.5px;
    width: 886px;
    margin-left: -20px;
    height: 18px;
    position: absolute;
    top: 3px;
    margin-top: 0;
}



.five #pun-ulinks .container {
    width: 905px;
    height: 16px;
    text-align: center;
    margin: -35px 0 0 -30px;
    padding: 5px 0 10px 0;
    text-align: center;
    text-transform: lowercase;
}



.five #pun-main .category h2 {
    color: #e6e3ce;
    font-family: viaoda libre;
    font-size: 14px;
    background: url(http://forumstatic.ru/files/001b/77/0c/86936.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10px 5px 0px -25px !important;
    letter-spacing: 0.6px;
    height: 52px;
    width: 924px;
    padding-top: 14px;
    text-align: center;
}



.five .category h2 span, .five #pun-stats.section h2 span {
    display: block;
    font-weight: 400;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #1e0000;
    color: #cdcdcd;
}


.five #pun-ulinks.sticky .container {
    margin-left: -35px !important;
    width: 922px !important;
}


.five #pun-navlinks.sticky .container, .five #pun-ulinks.sticky .container {
    border: none;
    background: #000;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top center;
    background-color: #5f0404;
    border-bottom: 1px solid #500303;
}


.five #pun-navlinks.sticky .container {
    width: 894px !IMPORTANT;
    margin-left: -22px !important;
    margin-top: -36px !important;
    padding-bottom: 10px;
    padding-top: 8px;
}


.five #pun-navlinks.sticky .container a, .five #pun-ulinks.sticky .container a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #600505;
    color: #cbc8c8;
}


.five .punbb {
    margin-left: 30px !important;
    float: none;
    width: 876px;
    height: auto;
    margin: 0 30px;
}



.five #pun-index td div.tclcon {
    position: relative;
    text-align: justify;
    font-family: 'Roboto';
    /* border: red 1px solid; */
    margin-left: 30px;
    background: #d1d0d0;
    border-radius: 1px;
    padding: 6px 10px 10px 10px;
    border: 1px solid #bdbdbd;
}

.five #pun {
    margin: auto;
    width: 934px;
    padding: 50px 0px 0px 0px;
    margin-top: 340px;
    margin-bottom: 0px;
}


.five .banners {
    position: absolute;
    height: 38px;
    width: 935px;
    text-align: center;
    overflow-y: auto;
    margin-top: -25px !important;
    margin-left: -35px !important;
    color: #dbd3d3 !important;
    margin-bottom: 50px !important;
    /* border: 1px solid red; */
    padding-right: 4px;
}


.five .podforl a {
    background: #314456;
    color: #e5e1ce !important;
    padding: 1px 10px 1px 10px;
    font-family: 'Merriweather';
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.6px;
    margin: 0px 4px 0px 4px !important;
    transition: 2s;
}


.five .punbb .post h3 {
    height: 18px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Merriweather';
    margin: 10px 7px 0 7px;
    border-radius: 0px;
    background: #cfcfcfe0;
    border: 1px solid #b1b0b094;
}



.five .punbb .post h3 span {
    padding: 3px 10px 4px 10px;
    display: block;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: none;
    color: #5e5e5e;
    letter-spacing: 0.6px;
}


.five .punbb .post h3 span a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #d9d9d9;
    color: #642223;
    letter-spacing: 0.6px;
}

.five .post-author {
    background: url(https://forumstatic.ru/files/001a/81/7e/70108.jpg) no-repeat top, url(https://forumstatic.ru/files/001a/81/7e/91265.jpg) no-repeat bottom, url(https://forumstatic.ru/files/001a/81/7e/61725.jpg) repeat-y;
    padding: 10px 0 0px 0;
    margin: 10px 0 -10px 6px!important;
    width: 218px !IMPORTANT;
    color: #444545 !IMPORTANT;
}

.five .punbb .post .post-author a {
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    letter-spacing: 0.6px;
    color: #642223;
    text-shadow: 1px 1px #d9d3d0;
}

.five .punbb .quote-box cite, .five .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 2px;
    font-size: 12px;
    font-style: normal;
    font-family: 'Merriweather';
    font-weight: 600;
    text-align: left;
    color: #8d3535;
    margin-bottom: 3px;
    height: 16px;
}


.five .go-down {
    display: block;
    background: url(http://forumstatic.ru/files/0014/6e/c5/41738.png?v=1);
    background-repeat: no-repeat;
    width: 33px;
    height: 38px;
    margin-left: 924px !IMPORTANT;
    bottom: 390px;
}


.five .go-up {
    display: block;
    background: url(http://forumstatic.ru/files/0014/6e/c5/82584.png?v=1);
    background-repeat: no-repeat;
    width: 33px;
    height: 38px;
    margin-left: 924px !IMPORTANT;
    bottom: 440px;
}



.sixx .go-down {
    display: block;
    background: url(http://forumstatic.ru/files/001b/77/0c/80447.png);
    background-repeat: no-repeat;
    width: 67px;
    height: 62px;
    margin-left: 1000px !IMPORTANT;
    bottom: 390px;
}


.sixx .go-up {
    display: block;
    background: url(http://forumstatic.ru/files/001b/77/0c/40698.png);
    background-repeat: no-repeat;
    width: 67px;
    height: 62px;
    margin-left: 1000px !IMPORTANT;
    bottom: 440px;
}


.five #pun-stats.section h2 {
    color: #dad9d5;
    font-family: viaoda libre;
    font-size: 14px;
    background: url(http://forumstatic.ru/files/001b/77/0c/86936.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10px 5px 0px -25px !important;
    letter-spacing: 0.6px;
    height: 52px;
    width: 924px;
    padding-top: 14px;
    text-align: center;
}


.five .pa-fld1 {
    background: #c3bdbc;
    border: 1px solid #a09a99;
    margin: 8px 3px 5px 4px !important;
    padding: 5px 0 5px 0 !IMPORTANT;
}



.five .lz {
    text-align: center;
    font-family: 'Cormorant Garamond';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    background: #c2bcbb;
    margin: -15px 10px 0 10px !IMPORTANT;
}


.five .lzra, .five .dossier {
    background: #d9d7d296;
    border-top: 1px solid #a09a99;
    border-bottom: 1px solid #a09a99;
    color: #642223;
}


.five .pa-author a {
    color: #d0d0d0 !important;
    text-shadow: 1px 1px #000000cf !important;
}




.five .punbb textarea, .five .punbb input, .five .punbb select, .five .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #d1d0d0;
}







/*** ÍÎÂÛÉ ÁÅÇÓÌÍÛÉ ***/

.sixx .punbb {
    margin-left: 20px !important;
    float: none;
    width: auto;
    height: auto;
    margin: 0 20px;
}

.sixx #pun {
    width: 1000px;
    background-color: transparent;
    background-image: url(http://forumstatic.ru/files/001b/77/0c/85651.jpg?v=1);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: top center;
}

.sixx #pun {
    margin: auto;
    width: 1000px;
    padding: 50px 0px 0px 0px;
    margin-top: 340px;
    margin-bottom: 100px;
}



.five .punbb select, .four .punbb select, .light .punbb select, .dark .punbb select, .sred .punbb select, .sixx .punbb select {
    font: 1.4em verdana, arial, helvetica, sans-serif;
}


.four .hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #999;
    border-radius: 4px;
    background: #d1d0d0;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100;
}


.five .hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #999;
    border-radius: 4px;
    background: #d1d0d0;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100;
}


.light .hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #999;
    border-radius: 4px;
    background: #e3e3d3 !important;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100;
}



.dark .hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #999;
    border-radius: 4px;
    background: #b1b1b1;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100;
}


.sred .hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #999;
    border-radius: 4px;
    background: #bfc0c1;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100;
}


.sixx .hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #999;
    border-radius: 4px;
    background: #b5b5b5;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#pun-viewtopic .firstPost{display:none}