/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1670337918.css);

/* A1.2 Variables */
html {
    --main-color: #b8a68b;
    --second-color: #a5957d;
    --third-color: #6b7842;
    --links-color: #0e3835;
    --hover-color: #587c24;
    --table-links-color: #afa99a;
    --hover-table-links-color: #bba252;
    --text-color: #0c1514;
    --black-color: #000000;
    --text-area-color: #dfd6ca;
    --profile-color: #95917c;
    --dark-green: #0e2820;
    --back: url(https://forumstatic.ru/files/001b/70/af/23162.png);
    --flowers: url(https://forumstatic.ru/files/001b/70/af/40940.png);
    --flowers-quote: url(https://forumstatic.ru/files/001b/70/af/71415.png);
    --flowers-code: url(https://forumstatic.ru/files/001b/70/af/70801.png);
    --gold: url(https://forumstatic.ru/files/001b/70/af/39539.jpg);
    --font: 'adder';
    --font-name: 'yig';
    --anim: 0.5s ease all;
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;

  }

.punbb .main table thead {
    display: none;
  }

/* 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;
  background: var(--text-area-color);
  }

/* 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: 14px;
    text-align: center;
    text-transform: uppercase;
    color: var(--links-color);
  }

/* 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;
  }

.punbb #pun-ulinks .container:after, .punbb #pun-navlinks .container:after {
    display: none;
}

/* 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: 30px;
  position: relative;
    width: 950px;
    margin: auto;
  }

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 0;
  }

/* A5.5 */
.punbb .category {
    margin-top: 0;
}

.punbb .post {
  /*margin-top: 0.4em;*/
  border-bottom: var(--black-color) 1px solid!important;
  }

/* 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;
  border-width: 0px;
    border: none;
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
    border: none;
  }

/* 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;
    border: none;
  }
  
#pun-main h1, #pun-main h2, #pun-stats h2 {
    background: var(--gold) no-repeat center top 3px / 300px 3px, var(--gold) no-repeat center bottom 3px / 300px 3px, radial-gradient(circle, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 80%), transparent;
    padding: 10px 0;
    text-align: center;
}

#pun-main h1 span, #pun-main h2 span, #pun-stats h2 span {
    text-align: center;
    text-transform: uppercase;
    background-image: var(--gold);
    background-size: cover;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: var(--font-name);
}

#pun-main h2 span, #pun-stats h2 span {
    width: 300px;    
}

#pun-profile #profile #profilenav h2 span, 
#pun-messages #profile #profilenav h2 span {
    color: var(--links-color);
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  /*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;
  }

.punbb .post-content cite, .punbb .code-box strong.legend {
    margin-bottom: 5px;
}

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
    border-width: 1px;
    border-image: var(--gold);
    border-image-repeat: round;
    border-image-slice: 3;
    border-style: solid;
  }

.punbb .post-content .quote-box {
    padding: calc(1em + 10px) 1em 1em;    
}

.punbb .post-content .code-box {
    padding: 1em 1em 1em calc(1em + 10px);  
}

.punbb .post-content .quote-box {
    background-image: var(--flowers-quote);
    background-size: 100% 10px;
    background-position: top;
    background-repeat: no-repeat;
}

.punbb .post-content .code-box {
    background-image: var(--flowers-code);
    background-size: 10px;
    background-position: left;
    background-repeat: no-repeat;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  /*padding-bottom: 0.7em;*/
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  color: var(--links-color);
    text-align: right;
    border-bottom: var(--links-color) 1px solid;
    line-height: 1.5em;
  }

/* 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;
  }

.punbb #pun-main .category {
    /*border-width: 10px 0 0 0;*/
    /*border-image: var(--flowers);*/
    /*border-image-repeat: round;*/
    /*border-image-slice: 10 0 0 0;*/
    /*border-top-style: solid;*/
    text-align: center;
}


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  /*float: left;*/
  position: relative;
  /*width: 97%;*/
  font-size: 1.1em;
  height: 15px;
    padding: 0.5em 1em;
    /*margin-bottom: 12px;*/
    background: var(--main-color);
  }

/* B3.2 */
.multipage {
  margin-top: 0;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
    width: 40%;
  }

/* B3.4 */
.linkst .postlink {
  text-align: right;
  font-weight: bold;
  }

.linkst .postlink.long {
    width: 97%;
}

/* 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;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

#pun-live-rusff {
    display: none;
}

/* 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: 1.7em 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;
  }

/* 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: 40%;
  }

#pun-index .main .tcl {
    width: 60%;
}

/* C2.2 */
punbb .main .tcmod {
  text-align: center;
  width: 10%;
    display: none;
  }

#pun-index .main .tc2, #pun-index .main .tc3 {
    display: none;
}

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: right;
  vertical-align: top;
  width: 30%;
  }
  
#pun-index .tcr .user-avatar {
    float: right;
    margin-left: 5px;
}

.user-avatar .avatar-image {
    border-radius: 0!important;
    border: var(--links-color) 1px solid;
}

#pun-index .tcr .user-avatar .isonline {
    top: -4px;
    right: -5px;
}

#pun-index .tcr a.lastpost-link {
    text-decoration: none;
    margin-top: 2px;
}

#pun-index .tcr {
    font-size: 13px;
}

#pun-viewforum .tcr, #pun-searchtopics .tcr {
    width: 230px;
    text-align: left;
}

#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-searchtopics .tc3 {
    width: 75px;
    text-align: center;
}

#pun-viewforum .tcl, #pun-searchtopics .tcl {
    width: auto;
}

#pun-viewforum .tcl .intd, #pun-searchtopics .tcl .intd {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#pun-viewforum .tcr a, #pun-searchtopics .tcr a {
    display: block;
}

#pun-viewforum .user-avatar .avatar-image, #pun-searchtopics .user-avatar .avatar-image {
    width: 34px!important;
    height: 34px!important;
}

#pun-viewforum .user-avatar, #pun-searchtopics .user-avatar {
    margin-top: auto!important;
    margin-bottom: auto!important;
    margin-right: 8px!important;
}

#pun-viewforum .user-avatar .isonline, #pun-searchtopics .user-avatar .isonline {
    top: -3px!important;
    right: -3px!important
}

#pun-searchposts .post {
    border-bottom: none!important;
}

#pun-searchposts .post h3 span {
    margin-left: 0;
}

#pun-searchposts .post .post-author {
    margin: 10px 10px 0;
    padding: 5px 0;
}

#pun-searchposts .post .post-author ul {
    margin-top: 0;
}

#pun-searchposts .post .post-author .indOffline {
    display: none;
}

/* C2.4 */
/*#pun-userlist .main .tcl,*/
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 60%
  }

/* C2.5 */
#pun-userlist .main .tc2 {
  text-align: left;
  width: 15%;    
}

#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 a {
  font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-name);
  }

/* 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;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em
  }

/* C2.15 */
.punbb div.icon {

  }

#pun-index div.icon {
    width: 35px;
    height: 38px;
    float: left;
    margin: 0 10px 5px 0;
    
}

#pun-index div.f_desc_wrap div.f_links {
    margin: 3px 0 3px 45px;
    background: var(--back);
    border-width: 1px 5px;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 3;
    border-style: solid;
    padding: 3px 10px 3px 10px;
    width: fit-content;
}

#pun-index div.f_desc_wrap div.f_links a {
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px;
    background-image: var(--gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: var(--anim);
}

#pun-index div.f_desc_wrap hr {
    background: var(--back);
    height: 1px;
    border: none;
}

#pun-index div.f_desc_wrap div.f_desc {
    margin-top: 3px;
    text-align: justify;
    font-size: 10px;
}

/* C2.16 */
.punbb  table div.icon {
  /*font-size: 1.05em;*/
  /*position: absolute;*/
  /*margin-left: -2.2em;*/
  }

#pun-main .tcl .tclcon {
    position: relative;
}

.tcl .add {
    position: absolute;
    top: 0;
    right: 0;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border: none;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: none solid none solid;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 4px 10px;
  display: block;
  margin-left: 230px;
  background: var(--back);
  color: var(--main-color);
  height: 22px;
  line-height: 22px;
  }
  
.punbb .post h3 span a {
  color: var(--main-color);
  }

/* 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;
  /*margin-top: -1.5em;*/
    text-align: center;
    text-align: center;
    border: var(--black-color) 1px solid;
    margin: -1px 10px 0;
    background: var(--profile-color);
  }

/* C3.6 */
.punbb .post .post-author p {
  padding: 0 0 1em 0;
  line-height: 140%;
  }

.punbb .post .post-author ul {
    padding: 0 0 0 0;
    line-height: 140%;
    margin-top: -25px;
}

/* C3.7 */
.punbb .post .post-author .pa-author {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--font);
  }

/* C3.8 */
.punbb .post .post-author .pa-author a {
  text-decoration: none
  }

.punbb .post .post-author .fandom {
  font-size: 14px;
    color: var(--third-color);
    font-weight: bold;
    font-family: var(--font);
    text-transform: uppercase;
  }

/* C3.9 */
.punbb .post .post-author .green-back {
    background: var(--back) fixed;
    width: fit-content;
    margin: 0 auto;
    min-width: 140px;
    max-width: 200px;
    padding: 5px 10px 0;
    margin-bottom: 5px;
}

.punbb .post .post-author li.pa-title {
  font-weight: bold;
    color: var(--main-color);
    /* font-family: 'castellar'; */
    padding: 0 10px 0;
    font-family: var(--font);
    text-transform: lowercase;
  }

.punbb .post .post-author li.pa-avatar {
    /*background-color: var(--main-color);*/
    /*background-image: var(--flowers-quote);*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto 10px;*/
    /*margin-top: 70px;*/
    /*border-width: 5px 0 0 0;*/
    /*border-image: var(--gold);*/
    /*border-image-repeat: repeat;*/
    /*border-image-slice: 5 0 0 0;*/
    /*border-top-style: solid;*/
}

.punbb .post .post-author li.pa-avatar img {
    /*background-image: var(--gold);*/
    /*padding: 3px;*/
    /*margin-top: -75px;*/
    border: var(--main-color) 1px solid;
    margin-bottom: -10px;
    background: var(--dark-green);
}

.punbb .post .post-author li.pa-online {
  /*line-height: 0.8em;*/
  /*border: none;*/
  /*margin-top: 0.7em;*/
  }

.punbb .post .post-author .pa-fld2 .name a {
    font-size: 16px;
    color: var(--links-color);
    font-family: var(--font-name);
    text-decoration: none;
}

.punbb .post .post-author .pa-fld2 .name {
    border-width: 0 0 7px 0;
    border-image: var(--flowers);
    border-image-repeat: repeat;
    border-image-slice: 0 0 10 0;
    border-bottom-style: solid;
}

.punbb .post .post-author .pa-fld2 .lz {
    text-align: justify;
    padding: 0 20px;
    text-align-last: center;
    font-family: var(--font);
}

.punbb .post .post-author .pa-fld2 .lz a {
    color: var(--links-color);
    text-decoration: none;
}

.punbb .post .post-author .inline-fields {
    display: flex;
    justify-content: space-evenly;
}

.punbb .post .post-author .pa-posts, .punbb .post .post-author .pa-fld3, .punbb .post .post-author .pa-respect {
    width: 25%;
    /*display: grid;*/
    text-transform: lowercase;
    font-family: var(--font);
    font-size: 11px;
}

/*Выравниваем в одну строку число постов и Уважение*/
/*.pa-posts, .pa-respect, .pa-fld3 {*/
/*display: inline-flex;*/
/*    z-index: 5;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    align-items: stretch;*/
/*    width: 67px;*/
/*    margin: 5px 0 3px 0;*/
/*    text-transform: lowercase;*/
/*}*/

/*.pa-fld2 {*/
/*    flex-direction: column!important;*/
/*}*/
/*.pa-respect .fld-name {*/
/*    display: block;*/
/*    justify-content: center; */
/*}*/

/*.pa-posts .fld-name {*/
/*  display: block;*/
/*  justify-content: center; */

/*}*/

/*.pa-posts .fld-name, .pa-respect .fld-name a, .pa-respect .fld-name {*/
/*    color: #141536;*/
/*}*/

/*.pa-fld2 .fld-name {*/
/*  display: block;*/
/*  justify-content: center; */
 
/*}*/

/*.pa-posts{*/
/*margin-left: 9px!important;*/
/*    padding-right: 5px;*/
/*}*/


.pa-fld4 {
    background-image: var(--back);
    height: 30px;
}
.punbb .post .post-author .pa-fld5 {
    height: 30px;
    background: var(--back);
    margin-top: 10px;
    margin-bottom: 5px;
}

.punbb .post .post-author .pa-fld5 img {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: -15px;
}

.punbb .post .post-author .pa-fld5 .bar-up, .punbb .post .post-author .pa-fld5 .bar-down {
    background-image: var(--gold);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-name);
}

.punbb .post .post-author .pa-fld5 .bar-up {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px;
    line-height: 15px;
}

.punbb .post .post-author .pa-fld5 .bar-down {
    font-size: 12px;
    line-height: 12px;
}

.punbb .post .post-author .pa-awards {
    align-items: center;
}

.punbb .post .post-author .pa-awards a {
    text-decoration: none;
}

.punbb .post .post-author .pa-awards span {
    margin-left: 3px;
}

.punbb .post .post-author .pa-awards .mini_awards_label, .punbb .post .post-author .pa-awards br {
    display: none;
}

.punbb .post .post-author .pa-awards #awrdbut {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.punbb .post .post-author .pa-awards #awrdbut img {
    width: 35px;
    height: 35px;
}

.punbb .post .post-author .pa-awards #awrdbut #awname {
    font-family: var(--font-name);
    color: var(--links-color);
    font-size: 14px;
}



.punbb .post .post-author .indOnline, .punbb .post .post-author .indOffline {
    height: 15px;
    font-size: 14px;
    font-size: 13px;
    margin-bottom: -15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--font-name);
    line-height: 19px;
    padding-left: 3px;
}

.punbb .post .post-author .indOnline {
    color: var(--third-color);
}

.punbb .post .post-author  .indOffline {
    color: var(--second-color);
}

/*.pa-fld3 {*/
/*    background-image: var(--flowers-quote);*/
/*    background-repeat: no-repeat;*/
/*    background-size: auto 15px;*/
/*    background-position: bottom;*/
/*    padding-bottom: 20px!important;*/
/*}*/


/* C3.11 */
.punbb .post-body {
  margin-left: 235px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 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, #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.3em 1em;
  font-weight: bold;
    background: var(--back);
    color: var(--main-color);
    border: var(--hover-table-links-color) 1px solid;
}

#viewprofile li span a {
    color: var(--hover-table-links-color);
}

/*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;
  }
  
#viewprofile ul table {
    border: var(--links-color) 1px solid;
}

#viewprofile ul table #profile-left {
    text-align: center;
    vertical-align: middle;
}

#viewprofile ul table #profile-left #profile-name {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--font-name);
    color: var(--links-color);
}

#viewprofile ul table #profile-left #profile-title {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background: var(--back)!important;
    margin-bottom: 0;
}

#viewprofile ul table #profile-left #profile-title strong {
    background: var(--back) center middle / fixed!important;
    color: var(--hover-table-links-color);
}

#viewprofile ul table #profile-left #pa-avatar {
    background: var(--back)!important;
    width: 200px;
    margin: 0 auto -15px;
}

#viewprofile ul table #profile-left #pa-avatar div {
    background: var(--back)!important;
}

#viewprofile ul table #profile-left #pa-avatar div img {
    border: var(--main-color) 1px solid;
    background: var(--dark-green);
}

#viewprofile ul table #profile-right {
    vertical-align: middle;
}

#viewprofile ul table #profile-right .fandom,
#viewprofile ul table #profile-right .name, 
#viewprofile ul table #profile-right .lz, 
#viewprofile ul table #profile-right .shine {
    padding: 0;
}

#viewprofile ul table #profile-right #pa-fld5 strong {
    height: 30px;
    background: var(--back);
    width: 200px;
    margin: 0 0 10px 2em;
    padding: 0;
}

#viewprofile ul table #profile-right #pa-fld5 strong img {
    width: 45px;
    height: 45px;
    float: left;
    margin-top: -10px;
    display: inline-block;
}

#viewprofile ul table #profile-right #pa-fld5 strong .bar-up, 
#viewprofile ul table #profile-right #pa-fld5 strong .bar-down {
    background-image: var(--gold);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-name);
    text-align: center;
    padding: 0;
}

#viewprofile ul table #profile-right #pa-fld3 br {
    display: none;
}

/* 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-width: 0 0 5px 0;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 0 0 5 0;
    padding-bottom: 7px;
    border-bottom-style: solid;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 80px;
  padding: 3px 0 0 0;
    text-align: center;
    background-image: var(--gold);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 25px;
  }

/* D1.3 */
#pun-title .container {
  border: none;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 80px;
    font-family: var(--font);
  }

#pun-title table {
	border: none;
	height: 40px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
  border-style: none;
  border-width: 0;
    margin-top: 205px;
    height: 30px;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 5px 0 5px 0;
    display: flex;
    justify-content: space-around;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  }

/* D3.4 */
#pun-navlinks li a {
    background-image: var(--gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: var(--anim);
    font-family: var(--font-name);
  }

#pun-navlinks li a:hover {

    filter: brightness(0.8);
    transition: var(--anim);

  }

.punbb-admin #pun-navlinks, .punbb-admin #pun-status {
    margin-top: 0;
}

.punbb-admin .admin-advert-block {
    display: none;
}

.punbb-admin #pun-crumbs1 {
    margin-top: 0;
}

.mod-awards #pun-navlinks, 
.mod-awards #pun-status, 
.mod-awards #pun-crumbs1 {
    margin-top: 0;
}

#pun-profile #profile .fs-box .tc2 img {
    max-height: 50px!important;
    max-width: 50px!important;
}

#pun-profile #profile .fs-box #awards-content .tc2 {
    width: 20%!important;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
    margin-top: 30px;
    height: 30px;
    background: var(--main-color);
    border-width: 0 0 20px 0;
    border-image: var(--flowers);
    border-image-repeat: round;
    border-image-slice: 0 0 25 0;
    border-bottom-style: solid;
}

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
    padding: 5px 0 5px 0;
      display: flex;
    justify-content: space-around;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
    border: none;
  }

/* D4.4 */
#pun-ulinks li a {
    /*color: var(--links-color);*/
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }

/* 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 {
  border: none;
  margin-bottom: 0;
    margin-top: 30px;
    height: 30px;

  }

/* D5.2 */
#pun-status .container {
  padding: 8px 1em 12px 1em;
  text-align: center;
    background: transparent;
    color: var(--table-links-color);
  }

#pun-status .container a {
    color: var(--hover-table-links-color);
    text-decoration: none;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

#pun-status .item4 {
   display: none;
}

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 90px;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 12px;
  }

/* 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;
    display: none;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  display: none;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  }

/* D6.3 */
#pun-announcement .container {
    background: var(--flowers)no-repeat center top / cover;
    height: 175px;
    margin-top: -315px;
    border: none;
    padding-top: 25px;
  }

#pun-announcement .container .players {
    height: 66px;
    position: relative;
    /*margin-top: 20px;*/
    margin-left: 45px;
    margin-right: 45px;
    padding: 0 0 0 3px;
    color: var(--hover-table-links-color)!important;
    font-size: 18px;
}

.players .bests {
    display: inline-block;
    margin-left: 30px;
}

.players .flooders {
    display: inline-block;
    float: right;
    margin-right: 30px;
}

.players .bests a, .players .flooders a {
    width: 90px;
    height: 60px;
    margin: 0 10px;
    background: var(--back)no-repeat center bottom / cover fixed;
    border-width: 3px;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 3;
    border-style: solid;
    display: inline-block;
}

.players .bests img, .players .flooders img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    filter: sepia(0.5) brightness(0.7);
    transition: var(--anim);
}

.players .bests img:hover, .players .flooders a:hover img {
    filter: sepia(0) brightness(0.9);
    transition: var(--anim);
}

    
#pun-announcement .container .best-post {
    padding: 3px;
    height: 59px;
    width: 298px;
    background: var(--black-color);
    border-width: 3px;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 3;
    border-style: solid;
    position: relative;
    margin-top: 20px;
    margin-left: 45px;
    display: inline-block;
    color: var(--main-color)!important;
    text-align: justify;
    font-family: var(--font);
    overflow: hidden auto;
}

#pun-announcement .container .wanted {
    height: 65px;
    width: 310px;
    text-align-last: justify;
    display: inline-block;
    position: absolute;
    margin-top: 20px;
    right: 45px;
}

#pun-announcement .container .wanted a {
    height: 65px;
    width: 65px;
    background: var(--back)no-repeat center bottom / cover fixed;
    border-width: 3px;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 3;
    border-style: solid;
    display: inline-block;
    font-size: 0px;
    position: relative;
}

#pun-announcement .container .wanted img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    filter: sepia(0.5) brightness(0.7);
    transition: var(--anim);
}

#pun-announcement .container .wanted a .wanted-name {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: var(--anim);
    color: var(--hover-table-links-color)!important;
    font-family: var(--font-name);
    text-align: center;
}


#pun-announcement .container .wanted a:hover img {
    filter: sepia(0.5) brightness(0.3);
}

#pun-announcement .container .wanted a:hover .wanted-name {
    opacity: 1;
}

#pun-announcement .container .best-ep {
    padding: 3px;
    height: 20px;
    width: 200px;
    background: var(--black-color);
    border-width: 3px;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 3;
    border-style: solid;
    position: relative;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
}

#pun-announcement .container .best-ep a, #pun-announcement .container .best-post a {
    color: var(--hover-table-links-color)!important;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.5s ease;
    position: relative;
    font-family: var(--font-name);
}

#pun-announcement .container .best-ep a::after, #pun-announcement .container .best-post a::after {
    background-color: var(--hover-table-links-color)!important;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;    
    transition: 0.5s ease all;
    top: 16px;
}

#pun-announcement .container .best-ep a:hover, #pun-announcement .container .best-post a:hover {
    color: var(--hover-table-links-color)!important;
}

#pun-announcement .container .best-ep a:hover::after, #pun-announcement .container .best-post a:hover::after {
    width: 100%;
}

#pun-announcement .container .sun {
    position: absolute;
    margin-top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#pun-announcement .container .sun img {
    height: 220px;
}

#pun-announcement .container .news {
    margin-top: 125px;
    height: 30px;
    z-index: 5;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#pun-announcement .container .news li {
    display: flex;
    justify-content: center;
}

#pun-announcement .container .news li ul {
    background: black;
    border-width: 1px 5px;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 3;
    border-style: solid;
    margin: 0px 10px 0px 10px;
}

#pun-announcement .container .news a {
    white-space: nowrap;
    display: block;
    min-width: 140px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 7px;
    text-align: center;
    line-height: 22px;
    background-image: var(--gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: var(--anim);
    font-family: var(--font-name);
    font-weight: 600;
}

#pun-announcement .container .news a:hover {
    filter: brightness(0.8);
    transition: var(--anim);
}


/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* 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: none;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border: none;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  background: transparent;
  color: var(--main-color);
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }
  
#pun-about p span a {
  color: var(--main-color);
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
      background: transparent;
    color: var(--main-color);
    border-width: 0 0 5px 0;
    border-image: var(--gold);
    border-image-repeat: repeat;
    border-image-slice: 0 0 5 0;
    padding-bottom: 7px;
    border-bottom-style: solid;
    margin-bottom: 5px;
  }

#pun-crumbs1 .container a, #pun-crumbs2 .container a {
    color: var(--hover-table-links-color);
    text-decoration: none;
}

/* 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;
  }

#html-footer .container {
    background: var(--flowers);
    margin-bottom: 20px;
    padding: 10px 30px;
}

#html-footer .container .banners {
    height: 40px;
    overflow: auto;
    text-align: center;
    background: var(--black-color);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#html-footer .container .banners a img {
    opacity: 0.6;
    transition: var(--anim);
}

#html-footer .container .banners a:hover img {
    opacity: 1;
    transition: var(--anim);
}
/* 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;
  }
  
  
  
/* Reputation button */

#pun-viewtopic .post-body .post-rating .container {
    width: 45px;
    height: 45px;
    background: url(https://forumstatic.ru/files/001b/70/af/80104.png) center top / cover;
    text-align: center;
}

#pun-viewtopic .post-body .post-rating .container a {
    line-height: 45px;
}


/* Themes styles */

.guestbook {
    margin: 10px 5px 0px 5px;
    width: 690px;
    min-height: 400px;
    overflow: hidden;
    background: linear-gradient(rgba(187, 162, 82, 0.2), rgba(187, 162, 82, 0.2)), var(--back) top right no-repeat;
    /* box-shadow: 0px 0px 0 400px #a087563b inset, 0px 0px 5px #a59e90; */
    border: 1px solid var(--third-color);
    border-radius: 10px;
}

.guestbook zag {
    display: block;
    margin: 15px 0px 10px 20px;
    font-family: manrope;
    color: #d4d0c5;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #403d3747;
}

.guestbook text {
    display: block;
    margin: 0px 25px 20px 20px;
    font-family: ibm plex sans;
    color: #e7e2d9;
    border-left: 4px solid var(--hover-table-links-color);
    padding-left: 10px;
    line-height: 15px;
    font-size: 14px;
    /* text-shadow: 1px 1px #6658455e, 0px 0px 5px #5249344a; */
}

.guestbook text2 {
    display: block;
    margin: 0px 25px 20px 20px;
    font-family: ibm plex sans;
    color: #e7e2d9;
    border-right: 4px var(--hover-table-links-color) solid;
    padding-right: 10px;
    line-height: 14px;
    font-size: 11px;
    text-shadow: 1px 1px #6658455e, 0px 0px 5px #5249344a;
}

.guestbook colon {
    display: flex;
    margin: 0px 25px 20px 20px;
    font-family: ibm plex sans;
    color: #e7e2d9;
    text-shadow: 1px 1px #6658455e, 0px 0px 5px #5249344a;
}

.guestbook colon raz, .guestbook colon dva, .guestbook colon tri {
    margin: 0 5px;
    background: var(--dark-green);
    padding: 10px;
    border-radius: 10px;
    white-space: break-spaces;
    max-height: 150px;
}

.guestbook colon raz z, .guestbook colon dva z, .guestbook colon tri z {
    border-bottom: 2px solid var(--hover-table-links-color);
    font-family: 'Manrope';
    text-transform: uppercase;
    padding-bottom: 5px;
}

.guestbook colon raz spis, .guestbook colon dva spis, .guestbook colon tri spis {
    display: block;
    height: 120px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
}

.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: #BDB76B;
    text-align: left;
    box-shadow: 2px 2px 1px rgb(183 174 169 / 70%);
    padding-left: 5px!important;
    font: normal normal 700 12x/normal Verdana!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}



/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks a#New-exit {
  background: transparent!important; 
  position:absolute;
  /*outline:red solid 1px;*/
  display:inline-block!important; 
}
#pun-navlinks #New-exit img {
    position: absolute;
    margin-top: -4px;
    margin-left: 97px;
    width: 22px;
    height: auto;
    /* opacity: .62; */
}
#pun-navlinks #New-exit:hover{
 opacity: .4;
}
/*Стиль доп-иконки Выход!*/ 
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 0px!important;
  margin-left: -30px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 2px inset #B8ACA5;
text-rendering: auto; 
color: #000000!important;  
margin-top:4px!important;
/*border-radius: 5px; */ 
letter-spacing: normal; 
word-spacing: normal; 
text-transform: none; 
text-indent: 0px; 
text-shadow: none; 
display: inline-block!important; 
text-align: center; 
font: normal normal 400 11px/normal Arial!important; rgb(250, 255, 189)
background-color: rgba(230,224,202,.37);
} 
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: rgba(249,244,252,.87);
} 
.punbb #pun-navlinks #form-login input[type="submit"] {
    margin: 13px 0 2px!important;
    font-size: 10px!important;
    background-color: #8baccf;
    color: #fff!important;
    border: 1px solid #7E7B6B!important;
    /* box-shadow: 0px 3px #bcb0a9 inset; */
    text-align: center;
    text-transform: lowercase;
    padding: 2px 4px;
    min-width: 110px;
    border-radius: 0px;
    font-family: 'Roboto'!important;
    font-weight: 500;
    transition: all 0.5s ease-in-out 0s;
    letter-spacing: 1px;
    cursor: pointer;
}
/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login {
    letter-spacing: normal!important;
    background: linear-gradient(to left, #958c8b, #948b8b);
    border: 1px solid #BAAEA7;
    border-radius: 0px 0px 6px 6px;
    color: #F9F4FC;
    display: block;
    font: 11px "Tahoma";
    left: 0px;
    padding: 7px 12px;
    position: absolute !important;
    text-align: center;
    word-spacing: normal;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 24%);
    text-transform: none;
    top: 5px;
    width: 135px;
    z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -74px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -3px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -3px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
margin-bottom: 11px; 
margin-top: 11px; 
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position:relative; 
text-transform: none!important; 
z-index:20; 
cursor:pointer; 
font: normal normal 400 10px/normal Tahoma!important; 
letter-spacing:0.5!important; 
display:inline;
background: none!important;
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*Форма слево(с Никами) */ 
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: linear-gradient(to right, #948b8b, #948b8b);
    border-color: #BAAEA7;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 0px 6px;
    text-align: center;
    /* box-shadow: inset 0.23em 0 3.4em rgb(20 20 11 / 99%); */
}
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding:0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас — 4*/ 
} 
.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: #8baccf;
    text-align: left;
    box-shadow: 2px 2px 1px rgb(183 174 169 / 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:#83693E!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .8;
color: #ffffff;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 7px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #919190; 
border: 1px solid #919190; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #372945;!important;
border: 2px solid #888887; 
box-shadow: none; 
} 
/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 

opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#pun:not(.isguest) #navlogout .Rega, 
#pun:not(.isguest) #navlogout .Forgot { 
display:none!important; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input { 
border: 2px inset #B8ACA5!important; 
/*border-radius: 6px; */
text-shadow: none!important; 
color:#333!important;
background-color: rgba(249,244,252,.87);
font: normal normal 400 11px/normal Arial!important; 
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */ 
margin-top: 9px; 
padding: 2px !important; 
vertical-align: middle; 
} 
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #F9F4FC; 
} 
/*Кликалка слево, чуть выше инпута*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*Кликалка справо*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*Подсказки на кликалках*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Tahoma!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/



/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    width: 255px;
    top: 131px;
    margin-left: -13px;
    text-align: right;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    font-family: manrope;
    letter-spacing: 1px;
    height: 12px;
    text-transform: uppercase;
    color: #e1dbcf;
    text-shadow: 0px 0px 4px #7a7a5940, 1px 1px #00000045;
    /* border: red 1px solid; */
}


.spirit-navigation z {
    color: #bfa474 !important;
}

/* вид кнопки после клика по ней */
.spirit-navigation.spirit-navigation_hover{
background: url(ссылка на картинку) no-repeat
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
    width: 260px;
    margin-left: -13px;
    position: absolute;
    top: 150px;
    text-align: center;
    z-index: 999;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka {
    display: block;
    opacity: 1;
    padding: 5px;
    background: #8f5f4f;
    box-shadow: 0 0 14px #865e4e inset, 0 0 0 1px #b9a478, 0px 0px 6px #2828272e;
    border-radius: 10px;
}

/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    white-space: nowrap;
    margin: 2px;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s linear 0s;
    display: inline-block;
    padding: 3px 2px 4px 2px;
    text-transform: lowercase;
    letter-spacing: 0.8px;
    width: 230px;
    color: #e1dacf;
    text-shadow: 1px 1px #a08a50;
    font-family: ibm plex sans;
    border-radius: 5px;
    font-size: 11px;
    background: #ac9460;
    border: 1px solid #c0af81;
    box-shadow: 0px 0px 10px #8b917b7a inset, 0px 0px 5px #878d7a2e;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background-color: #d2cbbf !important;
    opacity: .9;
    transform: scale(.91);
    color: #8c5d51;
    letter-spacing: 0.8px;
    text-shadow: none;
    box-shadow: 0px 0px 6px #8c957d70 inset;
    border: 1px solid #7b7e6ca8;
}