/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1761742267.css);

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Manrope:wght@200;300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: 'beaufort';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/a6/cf/52183.otf);
}
@font-face {
    font-family: 'beaufort';
    src: url('https://forumstatic.ru/files/001b/a6/cf/60474.eot'),
    url('https://forumstatic.ru/files/001b/a6/cf/39247.woff') format('woff'),
    url('https://forumstatic.ru/files/001b/a6/cf/12320.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
  font-family: 'beaufort2';
  font-style: normal;
  font-weight: 600;
  src: url(https://forumstatic.ru/files/001b/a6/cf/80340.otf);
}


@font-face {
font-family: Beaufortforlol; 
src: url(https://forumstatic.ru/files/001b/a7/96/46153.otf); }

@font-face {
font-family: Lobster; 
src: url(https://forumstatic.ru/files/001b/a7/96/39275.otf); }

@font-face {
font-family: BebasNeue; 
src: url(https://forumstatic.ru/files/001b/a7/96/92308.otf); }

@font-face {
font-family: Oranienbaum; 
src: url(https://forumstatic.ru/files/001b/a7/96/56236.ttf); }

@font-face {
font-family: Hitch-hike; 
src: url(https://forumstatic.ru/files/001b/a7/96/81867.otf); }

@font-face {
font-family: Very-Berry; 
src: url(https://forumstatic.ru/files/001b/a7/96/46340.ttf); }

@font-face {
font-family: Sunday-Regular; 
src: url(http://forumstatic.ru/files/001b/a7/96/13957.otf); }

@font-face {
font-family: Eskal; 
src: url(https://forumstatic.ru/files/001b/a7/96/86503.ttf); }

@font-face {
font-family: Gogol; 
src: url(https://forumstatic.ru/files/001b/a7/96/59105.ttf); }

/* ДОП.ШРИФТЫ by blanche */
@font-face {
font-family: Cuprum; 
src: url(https://forumstatic.ru/files/001b/a7/96/48760.ttf); }

@font-face {
font-family: Katulamp; 
src: url(http://forumstatic.ru/files/001b/a7/96/68297.ttf); }

@font-face {
font-family: Pistilli; 
src: url(https://forumstatic.ru/files/001b/a7/96/29876.otf); }

@font-face {
font-family: Rotherland; 
src: url(https://forumstatic.ru/files/001b/a7/96/70341.ttf); }

@font-face {
font-family: Specials; 
src: url(https://forumstatic.ru/files/001b/a7/96/21594.ttf); }

@font-face {
font-family: Lighthaus; 
src: url(https://forumstatic.ru/files/001b/a7/96/82921.otf); }

@font-face {
font-family: Bradobrei; 
src: url(https://forumstatic.ru/files/001b/a7/96/74729.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: 11px verdana, arial, helvetica, sans-serif;
    background: #c5c3c3;
}

/* 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: 15px;
}

/* 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: 1060px;
    margin-top: 600px !important;
    margin-bottom: 100px !important;
    padding-bottom: 0px;
    box-shadow: 1px 1px 30px 0 rgb(0 0 0 / 52%);
    background: transparent url(https://upforme.ru/uploads/0013/6d/c1/2/672712.jpg);
    padding-top: 50px;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 20px 0px 40px;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
 min-height: 100px;
  }

#pun-redirect {
    border: 0 none!important;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #151a13 url(http://forumstatic.ru/files/001b/bc/b5/36786.jpg) repeat fixed top center !important;
    background-size: cover;
}
    #pun-redirect *{
      border:0 none;
    }
    #pun-redirect .main-title {
      display:none;
    }
#pun-redirect.punbb .info .container {
    text-align: center;
    display: block;
    margin: 5% auto;
    font-family: 'beaufort';
    font-size: 10px;
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    width: 900px;
    letter-spacing: 1px;
    margin-top: 120px;
    color: #c7c7c7;
    text-transform: uppercase;
    /* background: #0c1011; */
}
#pun-redirect.punbb .info .container a {
    color: #a9bfc1 !important;
}

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    font-size: 14px !important;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0px 0px !important;
    margin-top: 10px !important;
    height: auto;
    color: #000;
    padding: 10px 0px !important;
    font-family: 'beaufort';
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%; 
    overflow: hidden;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #000;
    width: 60%;
    margin-left: 120px;
    padding-bottom: 5px;
    margin-top: 10px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 5px 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;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 7px 1em 7px;
    padding: 10px 15px 10px 15px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    font-family: 'beaufort';
    padding: 3px 0px 3px 16px;
    margin: 3px 0px 5px -16px;
    height: 17px;
    float: left;
    font-style: normal;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 1px #5e5e56a1;
    border-width: 1px 1px 1px 0;
    background: #b7b6b68c;
    border: 1px solid #b1b1b1;
}

/* 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 {
    position: relative;
    font-family: 'beaufort';
    z-index: 1;
    font-size: 10px;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 5px 0;
}

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -4.5em;
    left: 1em;
    width: 24em;
}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4.5em;
  right: 1em;
  width: 16em;
  text-align: right;

  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
    font-size: 9px;
    font-family: 'beaufort';
    text-transform: uppercase;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: 16em;
}

/* 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: 10px 0px 0 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: 12px;
    font-family: 'beaufort';
}

/* 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;
    font-family: beaufort;
    width: 5%;
}

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    font-size: 13px;
    width: 25%;
    position: relative;
    overflow: visible;
    color: #000000;
    text-align: left;
    font-family: 'beaufort';
    line-height: 16px;
    text-transform: lowercase;
}

/* 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: beaufort2;
    z-index: 3;
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 4px !IMPORTANT; 
    margin-top: 0px !important;
    text-transform: uppercase;
}


#pun-index .tcl h3 a {
    background: linear-gradient(to right, #2c3232 0%,  #516d6d 50%, #2c3232 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    background-position-x: 0%;
    transition: all .6s ease-in-out 0s;
}

#pun-index .tclcon h3 a:hover {
    background-position-x: 100%;
}

#pun-index .tcl {
    width: 55% !important;
    position: relative;
}

/* 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 {
    text-align: justify;
    position: relative;
    font-family: beaufort;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    letter-spacing: .5px;
    margin-left: 3px;
    padding-bottom: 6px;
}


/* 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 */
.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 {
    margin-top: 5px;
    letter-spacing: 0.5px;
}

/* 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: 19px;
    font-size: 9px;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 0px;
    background: url(http://forumstatic.ru/files/001b/bc/b5/99536.jpg) bottom left;
    border: 1px solid #5d5d5d;
    font-family: beaufort;
    margin-left: 170px;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: rgba(0,0,0,0);
    border-image: url(http://forumstatic.ru/files/001b/bc/b5/56937.png) round 1;
    box-shadow: 0px 0px 6px #0000005c, 0px 0px 4px #ffffff21 inset;
}


.punbb .post h3 a {
    color: #cbcbcbc7 !IMPORTANT;
    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: 0px 0px 4px #b3b39c40, 1px 1px #00000045;
    letter-spacing: .4px;
}


/* C3.3 */
.punbb .post h3 span {
    padding: 2px 10px 5px 10px;
    display: block;
    color: #ccc;
}


/* 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: 230px;
    overflow: visible;
    position: relative;
}




/* 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-family: beaufort;
    font-size: 18px;
    transition: 1s;
    color: #8cb3aee0 !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    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: 0px 0px 4px #d4d5c738, 1px 1px #00000057;
}

/* C3.8 */
.pa-author a {
    font-family: beaufort;
    font-size: 18px;
    transition: 1s;
    line-height: 20px;
    color: #8cb3aee0 !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    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: 0px 0px 4px #d4d5c738, 1px 1px #00000057;
    text-transform: uppercase;
}



/* C3.9 */
li.pa-title {
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: .8px;
    text-shadow: 0px 0px 4px #8f8f8f38, 1px 1px #00000057;
}



/* C3.11 */
.punbb .post-body {
    margin-left: 180px;
    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 {
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 1em 1em 0 0;
    height: 2em;
    line-height: 2em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 10px;
    font-family: 'beaufort';
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* 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;
    font-weight: 500;
    font-size: 10px;
    text-align: right;
    letter-spacing: .5px;
    font-family: 'beaufort';
    text-transform: uppercase;
}

/* 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 .container {
    text-align: right;
    font-style: normal;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    top: 450px;
    height: 20px;
    /* border: red 1px solid; */
    width: 1000px;
    margin-left: 0px;
    letter-spacing: .4px;
    font-family: beaufort;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 0em;
  padding-top: 4px;}

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 10px;
  }





/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    text-align: right;
    text-transform: lowercase;
    margin-top: -169px !important;
    margin-left: 0px !important;
    width: 920px;
    padding: 0px 0 0px 0 !important;
    height: 20px;
    /* border: 1px solid red; */
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
    border-left-style: solid;
    border-left-width: 1px;
    white-space: nowrap;
}

/* D4.4 */
#pun-ulinks li a {
  padding: 0 1em 0 0em
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    font-family: 'beaufort';
    letter-spacing: 0.5px;
    height: 12px;
    text-transform: uppercase;
    color: #c7c6c6;
    position: absolute;
    top: 245px;
    /* border: red 1px solid; */
    width: 930px;
    margin-left: -12px;
}


#pun-status .container a {
    color: #8aadad !important;
    transition-duration: 1s;
    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;
    font-weight: 400;
    text-shadow: 0px 0px 4px #b3b39c40, 1px 1px #00000045;
}


#pun-status .container a:hover {
color: #cacaca !important;
    transition-duration: 1s;
    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;
    font-weight: 400;
    text-shadow: 0px 0px 4px #b3b39c40, 1px 1px #00000045;
}

#pun-status .container strong {
    font-weight: 500;
}


/* 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: 7px 1em 0em 0em;
    text-align: left;
    height: 18px;
    font-family: 'beaufort';
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #7e7e787d;
    letter-spacing: .6px;
}

/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    padding: 1.5em 1em 0em 1em;
    margin-top: -13px;
    line-height: 1.1;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 12px;
    font-weight: 400;
    padding: 0px 15px 0px 2px;
    font-family: beaufort;
    text-transform: lowercase;
    margin-top: -30px;
    z-index: 300;
    text-align: left;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  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: 18px;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
    line-height: 130%;
    text-align: left;
}

/* 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%;
    font-family: 'beaufort';
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .9px;
    text-shadow: 0px 0px 3px #a19e9e3d;
    margin-top: 10px;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 0em 1em 0.2em 0em;
    font-family: 'beaufort';
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #7e7e787d;
    letter-spacing: .6px;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#pun-status .status-right {
display: none;
}



.punbb th {
    font-size: 0 !important;
}


#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}


* {scrollbar-width: thin;
scrollbar-color: #000;}




.tabinfo {
    position: absolute;
    /* border: red 1px solid; */
    font-size: 26px;
    color: #e1e1e1c7;
    font-family: 'beaufort';
    text-transform: uppercase;
    text-align: right;
    margin-left: 210px;
    top: 186px;
    width: 210px;
    letter-spacing: 1px;
    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 #00000069;
}


.tabinfo b {
    font-weight: 400;
    color: #99bfbdd6;
}


.podfor b {
    color: #4c6c6c;
    font-family: beaufort2;
    text-shadow: none;
    font-size: 11px;
    text-transform: uppercase;
}


.podfor {
    padding: 8px 10px;
    font-size: 10px;
    font-weight: 400;
    text-shadow: none;
    color: #000;
    font-family: 'beaufort';
    line-height: 15px;
    margin-left: -13px;
    background: #d5d5d538;
    border: 1px solid #b6b6b6;
    border-width: 1px 1px 1px 0px;
}

.plinks {
    text-align: right;
    margin-top: 0px;
}


#pun-index .tclcon a {
    display: inline-block;
    position: relative;
}


.plinks a {
    text-transform: uppercase;
    font-size: 9px;
    flex: auto;
    text-align: center;
    font-family: 'beaufort';
    letter-spacing: 1px;
    transition: 1s;
    margin: 0px 5px 0 0;
    color: #272a2a !important;
    transition-duration: 1s;
    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;
    font-weight: 400;
}


.plinks a:hover {
    text-transform: uppercase;
    font-size: 9px;
    flex: auto;
    text-align: center;
    font-family: 'beaufort';
    letter-spacing: 1px;
    transition: 1s;
    margin: 0px 5px 0 0;
    color: #3a5050 !important;
    transition-duration: 1s;
    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;
    font-weight: 400;
}


#pun-index .category table tr {
    background: rgb(191 191 191 / 49%);
    -webkit-appearance: none;
    -moz-box-shadow: 0 0 0 1px rgb(0 0 0 / 8%) inset;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 8%) inset;
}



#pun-index .category table {
    border-spacing: 0px 20px;
    border: 0 !important;
}


#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    color: #0f1214 !important;
    font-weight: 500;
    font-family: beaufort;
    font-size: 9px;
    display: inline-block;
    margin: 7px 3px 0 10px;
    text-align: center !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

#pun-stats li.item4 a {
    font-weight: 500;
}


.category h2 span {
    z-index: 2;
    padding: 0px 10px;
}


/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    width: 200px;
    top: 25px;
    margin-left: 51px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    font-family: 'beaufort';
    letter-spacing: .7px;
    height: 12px;
    text-transform: uppercase;
    color: #faffffb3;
    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: 0px 0px 4px #00000040, 1px 1px #00000045;
    /* border: red 1px solid; */
}


.spirit-navigation z {
    color: #a1d1d1bf !important;
}

/* вид кнопки после клика по ней */
.spirit-navigation.spirit-navigation_hover{
background: url(ссылка на картинку) no-repeat
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
    width: 200px;
    margin-left: 35px;
    position: absolute;
    top: 46px;
    text-align: center;
    z-index: 999;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka {
    display: block;
    opacity: 1;
    padding: 5px;
    background: #181c1c;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    border-image: url(http://forumstatic.ru/files/001b/bc/b5/56937.png) round 1;
    box-shadow: 0px 0px 6px #0000005c, 0px 0px 4px #ffffff21 inset;
}

/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    white-space: nowrap;
    margin: 3px;
    border-radius: 1px;
    text-align: center;
    transition: all 0.3s linear 0s;
    display: inline-block;
    padding: 2px 2px 2px 2px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 170px;
    color: #e1e1e1;
    text-shadow: 1px 1px #304142c4;
    font-family: beaufort;
    font-size: 10px;
    background: #4b6262;
    border: 1px solid #394e4d;
    box-shadow: 0px 0px 10px #52696e inset, 0px 0px 5px #00000030;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background-color: #2c3434 !important;
    opacity: .9;
    transform: scale(.91);
    color: #d9d9d9;
    letter-spacing: 0.8px;
    text-shadow: 0px 0px 5px #00000054;
    box-shadow: 0px 0px 6px #16161670 inset;
    border: 1px solid #2e2e2ea8;
}




.news {
    margin: 0px 5px 5px 5px !important;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    background: url(http://forumstatic.ru/files/001b/bc/b5/99536.jpg) bottom left;
    border: 1px solid #5d5d5d;
    font-family: beaufort;
    margin-left: 170px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    border-image: url(http://forumstatic.ru/files/001b/bc/b5/56937.png) round 1;
    box-shadow: 0px 0px 6px #0000005c, 0px 0px 9px #444442 inset;
    transform: scale(1);
    transition: 1s;
}


.news a {
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    font-weight: normal;
    font-family: beaufort;
    display: block;
    letter-spacing: 0.5px !important;
    color: #cbcbcbde !IMPORTANT;
    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: 0px 0px 4px #b3b39c40, 1px 1px #00000045;
    text-transform: uppercase;
    transition: 1s;
}




.news:hover {
    margin: 0px 5px 5px 5px !important;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    background: url(http://forumstatic.ru/files/001b/bc/b5/99536.jpg) bottom left;
    border: 1px solid #5d5d5d;
    font-family: beaufort;
    margin-left: 170px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    border-image: url(http://forumstatic.ru/files/001b/bc/b5/56937.png) round 1;
    box-shadow: 0px 0px 6px #0000005c, 0px 0px 9px #444442 inset;
    transform: scale(.8);
    transition: 1s;
}




/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation2 {
    width: 180px;
    top: 25px;
    margin-left: 654px;
    text-align: right;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    font-family: 'beaufort';
    letter-spacing: .7px;
    height: 12px;
    text-transform: uppercase;
    color: #faffffb3;
    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: 0px 0px 4px #00000040, 1px 1px #00000045;
    /* border: red 1px solid; */
}


.spirit-navigation2 z {
    color: #a1d1d1bf !important;
}

/* вид кнопки после клика по ней */
.spirit-navigation2.spirit-navigatio2n_hover{
background: url(ссылка на картинку) no-repeat
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock2 {
    width: 200px;
    margin-left: 644px;
    position: absolute;
    top: 46px;
    text-align: center;
    z-index: 999;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka2 {
    display: block;
    opacity: 1;
    padding: 5px;
    background: #181c1c;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    border-image: url(http://forumstatic.ru/files/001b/bc/b5/56937.png) round 1;
    box-shadow: 0px 0px 6px #0000005c, 0px 0px 4px #ffffff21 inset;
}

/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka2 a {
    white-space: nowrap;
    margin: 3px;
    border-radius: 1px;
    text-align: center;
    transition: all 0.3s linear 0s;
    display: inline-block;
    padding: 2px 2px 2px 2px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 170px;
    color: #e1e1e1;
    text-shadow: 1px 1px #304142c4;
    font-family: beaufort;
    font-size: 10px;
    background: #4b6262;
    border: 1px solid #394e4d;
    box-shadow: 0px 0px 10px #52696e inset, 0px 0px 5px #00000030;
}

/* ссылка при наведении */
#pun .sslka2 a:hover {
    background-color: #2c3434 !important;
    opacity: .9;
    transform: scale(.91);
    color: #d9d9d9;
    letter-spacing: 0.8px;
    text-shadow: 0px 0px 5px #00000054;
    box-shadow: 0px 0px 6px #16161670 inset;
    border: 1px solid #2e2e2ea8;
}




.post-content .spoiler-box > div {
    background: url('/img/plus.png') no-repeat left center;
    cursor: pointer;
    padding-left: 18px;
    font-family: 'beaufort2';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    color: #434646;
    /* text-shadow: 0px 0px 4px #9b9a9a; */
}

.pa-author a span {
    color: #c8c8c8c7;
    transition: 1s;
}


.pa-fld1 name {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: .6px;}


.pa-fld1 {
    text-align: justify;
    margin-top: 5px;
}


.pa-fld1 lz {
    display: block;
    background: #0000006e;
    padding: 6px 10px 12px 10px;
    color: #cbcbcb;
    margin: 4px -9px 14px -9px;
    position: relative;
    font-size: 10px;
    border-style: solid;
    letter-spacing: .6px;
    border-width: 1px 0px 1px 0px;
    border-color: rgba(0,0,0,0);
    border-image: url(http://forumstatic.ru/files/001b/bc/b5/56937.png) round 1;
}


.pa-fld1 lz  a {
    color: #6c5120 !important;
    font-weight: 500;
}


.pa-fld1 mon {
    display: block;
    background: #191919;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    padding: 0px 10px;
    color: #cbcbcb;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    border-image: url(http://forumstatic.ru/files/001b/bc/b5/56937.png) round 1;
    width: 186px;
    margin-top: 3px;
}



.pa-fld1 mon b {
    font-weight: 500;
    text-shadow: none;
    letter-spacing: .6px;
    color: #99b5b1 !IMPORTANT;
}


.pa-posts, .pa-respect {
    display: inline-block;
    font-family: beaufort;
    font-size: 9px;
    /* padding: 0px 18px 0px 18px !important; */
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    font-weight: 400;
    letter-spacing: .5px;
    width: 90px;
    text-transform: uppercase;
}


.pa-posts, .pa-respect {
    text-align: left;
}

.pa-respect {
    text-align: right;
}



del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}


.pa-fld2 {
    text-align: right !important;
    font-size: 9px;
    color: #9a9b9b;
    margin-bottom: 4px;
    font-family: 'beaufort2';
    position: absolute;
    transform: rotate(180deg);
    writing-mode: tb-rl;
    left: -17px;
    top: 17px;
    height: max-content;
    z-index: 999999 !important;
    font-weight: 400;
    width: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* border: red 1px solid; */
}



.punbb .post .post-author  a:hover {
    color: #ccccccd6 !IMPORTANT;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}



/* смена стиля */
#stylelist {
    position: absolute;
    z-index: 200;
    opacity: 1;
    top: 140px;
    margin: 0;
    margin-left: -23px;
    padding: 0px;
    overflow: hidden;
    width: 24px;
    list-style-type: none;
}





.go-up {
background: url(http://forumstatic.ru/files/001b/bc/b5/11188.png) no-repeat;
width: 49px;
height: 38px;
}


.go-down {
background: url(http://forumstatic.ru/files/001b/bc/b5/24650.png) no-repeat;
width: 49px;
height: 38px;
}


.pa-respect img {
    filter: grayscale(1);
    mix-blend-mode: color-dodge;
    width: 7px;
}



/*спойлер хтмл*/

.fuqq {
    text-align: center;
}


.oformlenie_knopki {
    display: inline-block;
    cursor: pointer;
    width: 280px;
    padding: 6px;
    background-color: #00000057;
    text-align: center;
    font-family: beaufort;
    font-size: 16px;
    color: #cececf;
    text-transform: uppercase;
    border: 1px solid #6d6d73d9;
    border-radius: 1px;
    box-shadow: 0px 0px 4px #a7a5a5, 0px 0px 10px #9393937a inset;
    margin: 5px;
    outline: 1px solid #b1b1b16b;
    text-shadow: 1px 1px #383838a8;
}




#vkladka1, #vkladka2 {
    overflow: hidden;
    white-space: break-spaces;
    text-align: justify;
    margin: 0 20px;
}


#vkladka1 que, #vkladka2 que {
    font-family: 'beaufort';
    text-transform: uppercase;
    font-size: 18px;
    text-shadow: 0px 0px 3px #85858d;
    display: block;
    color: #fff;
}







div.post-rating a, div.post-vote a {
    font-size: 130% !important;
    text-decoration: none !important;
    font-family: 'beaufort2';
}


.code-box strong.legend a {
    font-weight: 400 !important;
    color: #405e5e !important;
}


.code-box strong.legend a:hover {
    font-weight: 400 !important;
    color: #222222 !important;
}


.quot {
    position: absolute;
    /* border: red 1px solid; */
    font-size: 9px;
    color: #cbc8c8db;
    font-family: 'beaufort';
    text-transform: uppercase;
    text-align: right;
    margin-left: 20px;
    top: 155px;
    height: 30px;
    font-weight: 400;
    line-height: 16px;
    width: 400px;
    letter-spacing: .8px;
    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 #00000069;
}



.quot b {
    font-weight: 400;
    color: #99bfbdd6;
}


.quot tw {
    color: #ffffffbf;
    letter-spacing: 1px;
}


.dark .quot b {
    font-weight: 400;
    color: #db957dd9;
}


.dark .tabinfo b {
    font-weight: 400;
    color: #db957dd9;
}



.dark .spirit-navigation z {
    color: #db957d !important;
}


.dark .spirit-navigation2 z {
    color: #db957d !important;
}


.dark #pun-navlinks a:hover {
    color: #a1533e;
    transition-duration: 1s;
    text-shadow: 0px 0px 1px #9b9b9b;
}


.dark #pun-ulinks a:hover {
    text-decoration: none;
    color: #a1533e;
    transition-duration: 1s;
}


.dark #pun-index .tcl h3 a {
    background: linear-gradient(to right, #302d32 0%,  #956253 50%, #302d32 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    background-position-x: 0%;
    transition: all .6s ease-in-out 0s;
}



.dark .podfor b {
    color: #996d60;
    font-family: beaufort2;
    text-shadow: none;
    font-size: 11px;
    text-transform: uppercase;
}


.dark td.tcr a {
    font-weight: 500;
    font-size: 12px;
    color: #936153 !IMPORTANT;
    transition: 1s;
    font-family: beaufort2;
    letter-spacing: .5px;
    text-transform: uppercase;
}


.dark .punbb a:focus, .dark .punbb a:active,  .dark .punbb-admin #pun-admain .nodefault,
.dark .punbb-admin #punbb-admain a:hover, .dark .punbb-admin #punbb-admain a:focus, .dark .punbb-admin #punbb-admain a:active,  .dark #pun-ulinks a:focus, .dark #pun-ulinks a:active {
color: #936153;
    transition-duration: 1s;
  }

.dark .punbb a:hover, .dark #pun-navlinks a:hover, .dark #pun-ulinks a:hover {
color: #936153;
    transition-duration: 1s;
  text-decoration: none;
  }


.dark #pun-index .tclcon h3 a:hover {
    background-position-x: 100%;
}




.dark .punbb a, .dark .punbb a:link, .dark .punbb a:visited, .dark .punbb-admin #pun-admain a, .dark .punbb-admin #pun-admain a:link, .dark .punbb-admin #punbb-admain a:visited, .dark .punbb li.isactive a, .dark .punbb li.isactive a:link, .dark .punbb li.isactive a:visited {
    color: #936153;
    text-decoration: none;
}


.dark .punbb .post .post-author  a {
    color: #bc8272 !IMPORTANT;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}


.dark .pa-fld1 mon b {
    font-weight: 500;
    text-shadow: none;
    letter-spacing: .3px;
    color: #bc8272 !IMPORTANT;
}




.dark .code-box strong.legend a {
    font-weight: 400 !important;
    color: #8b5b3f !important;
}


.dark #pun-status .container a {
    color: #cb8874 !important;
    transition-duration: 1s;
    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;
    font-weight: 400;
    text-shadow: 0px 0px 4px #b3b39c40, 1px 1px #00000045;
}


.dark #pun .sslka a {
    white-space: nowrap;
    margin: 3px;
    border-radius: 1px;
    text-align: center;
    transition: all 0.3s linear 0s;
    display: inline-block;
    padding: 2px 2px 2px 2px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 170px;
    color: #d3d1d1;
    text-shadow: 1px 1px #644037;
    font-family: beaufort;
    font-size: 10px;
    background: #815349;
    border: 1px solid #643d34;
    box-shadow: 0px 0px 10px #996455 inset, 0px 0px 5px #00000030;
}



.dark #pun .sslka2 a {
    white-space: nowrap;
    margin: 3px;
    border-radius: 1px;
    text-align: center;
    transition: all 0.3s linear 0s;
    display: inline-block;
    padding: 2px 2px 2px 2px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 170px;
    color: #d3d1d1;
    text-shadow: 1px 1px #644037;
    font-family: beaufort;
    font-size: 10px;
    background: #815349;
    border: 1px solid #643d34;
    box-shadow: 0px 0px 10px #996455 inset, 0px 0px 5px #00000030;
}



html {
    min-width: 966px;
}



.dark #pun-index .category tr.inew {
    background: #b7b7b7 url(http://forumstatic.ru/files/001b/bc/b5/90993.jpg);
    box-shadow: 0 0 0 1px #a1a1a1ad inset, 0px -3px #af6b58 inset;
}

.dark .pa-author {
    font-family: beaufort;
    font-size: 18px;
    transition: 1s;
    color: #bc8272 !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
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: 0px 0px 4px #d4d5c738, 1px 1px #00000057;
}


.dark .punbb .post .post-author  a:hover {
    color: #ccccccd6 !IMPORTANT;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}


.dark .pa-author a span:hover {
color: #bc8272;
    transition: 1s;
}








@media screen and (max-width: 1024px)  {

#pun-index .category table tr {
    background: rgb(191 191 191);
    -webkit-appearance: none;
    -moz-box-shadow: 0 0 0 1px rgb(0 0 0 / 8%) inset;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 8%) inset;
    border-radius: 1px;
}


#pun-main .category h2, #pun-stats h2 {
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /* width: 931px; */
    font-weight: 400;
    margin: 0px 0px -20px 0px !important;
    height: 33px;
    text-align: right;
    background: #c5c5c5;
    padding: 5px 15px !important;
    font-size: 31px !important;
    letter-spacing: 1px !important;
    border: 1px solid #b5b5b5;
    font-family: 'beaufort';
    border-width: 1px 1px 1px 1px;
    text-shadow: 0px 0px 2px #9d9a9a;
}

}



.pa-author a span:hover {
color: #8cb3ae;
}




.pa-author strong {
font-weight: 400;
}


.post-content abbr {
    cursor: help !IMPORTANT;
    border-bottom: 1px dotted #676e7a;
}






.hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #99835a !important;
    border-radius: 0px !important;
    background: #c5c3c3 !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;
}


.hvStickerPackModalContent {
    border: solid 1px #99835a !important;
}



.hvStickerPackModalTab {
    padding: 4px 10px !important;
    border-radius: 0 !important;
    border: 1px solid #99835a;
    background: rgb(202 202 202) !important;
    font-size: 12px;
    font-family: beaufort !IMPORTANT;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 8px;
    text-transform: uppercase !IMPORTANT;
}


.hvStickerPackModalTab.active {
    background: rgb(159 136 94) !IMPORTANT;
    color: #dfdddd !IMPORTANT;
}


.dark .hvStickerPackModal {
    padding: 16px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #647797 !important;
    border-radius: 0px !important;
    background: #bbbbc3 !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 .hvStickerPackModalContent {
    border: solid 1px #647797 !important;
}


.dark .hvStickerPackModalTab {
    padding: 4px 10px !important;
    border-radius: 0 !important;
    border: 1px solid #647797;
    background: rgb(182 182 193) !important;
    font-size: 12px;
    font-family: beaufort !IMPORTANT;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 8px;
    text-transform: uppercase !IMPORTANT;
}


.dark .hvStickerPackModalTab.active {
    background: rgb(92 95 106) !IMPORTANT;
    color: #dfdddd !IMPORTANT;
}



#viewprofile name {
    display: block;
    font-family: 'beaufort2';
    text-transform: uppercase;
    font-size: 16px;
}

#viewprofile mon {
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}

#viewprofile lz {
    font-family: 'beaufort';
    font-size: 14px;
}

/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/
#pun-navlinks li {
  position:relative;
  z-index:1000;
}
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
  display:none!important;
}
#pun-navlinks a+span.odd{
  display:inline-block!important;
  position: absolute!important;
}
/*Стиль иконки Выход */
#pun-navlinks #New-exit img{ 
  position: absolute;
  margin: 0;
  width: 20px;
  height: auto;
  /*opacity: .8;
  display:none;*/
}
.punbb #pun-navlinks a#New-exit {
  display: inline-block;
  position: absolute;
  margin: 2px -16px 0 16px;
  padding: 0!important;
  width: 20px;
  height: 20px;
}
#pun-navlinks #New-exit:hover{
 opacity: .65;
}
#pun-navlinks #New-exit:before{
  background: url(http://essentia.rusff.me/Активные%20темы_files/53979003.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
/*Стиль формы входа*/
#pun-navlinks #form-login {
    position: absolute;
    width: 120px;
    text-transform: none;
    word-spacing: normal;
    left: 0;
    top: 22px;
    z-index: 100000!important;
    font-family: verdana!important;
    font-weight: normal;
    text-shadow: none;
    letter-spacing: 0.1px!important;
    color: #c9c9c9;
    font-size: 11px;
    padding: 7px 12px;
    background: #0b0c0f;
    text-align: center;
    border: 1px solid #838383;
}
#pun-navlinks #form-login .inputfield.required:first-of-type {
    margin-top: 5px;
}
#List-UserNames ul+span b,
.punbb #pun-navlinks #form-login input[type="submit"].button{
  color:#AB9163;;
}
#pun-navlinks #navlogin #form-login { 
 margin-left: -43px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
 margin-left: -43px;/*Подвижки формы влево от выход*/ 
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -43px!important;/*Подвижки формы влево от выход для АМС*/
} 

/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login a.Rega,
#pun-navlinks #form-login a.Forgot {
    padding: 2px 4px!important;
    font-size: 10px!important;
    color: #7c6333!important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0,.45);
    /* letter-spacing: 1px!important; */
    font-weight: 400;
    line-height: 0px;
    text-transform: none!important;
}
#navlogout .Rega,
#navlogout .Forgot {
  display:none!important;
}
/* Помечаем красным незаполненные поля!*/
.punbb #form-login input.none{
outline:red dashed 2px!important;
}
/* input(ы) справо в форме */
.punbb #form-login div:not(#List-UserNames) input{
    margin: 0!important;
    outline: 0 none;
    background: rgba(255, 255, 255, 0.61);
    border-color: #B7B1A4;
    margin-bottom: 7px!important;
    border-radius:8px!important;
    padding: 3px!important;
    /*box-shadow: inset 0 0 3px rgba(43, 31, 20, 0.25), 0 0 5px rgb(181, 173, 158);*/
}
.punbb #form-login input#fld1,
.punbb #form-login input#fld2{
   width: 100px!important;
}
.punbb #pun-navlinks #form-login input[type="submit"].button{
    margin: 6px 0 7px!important;
    outline:0 none;
} 
/* кнопка просмотра пароля */
.punbb #form-login input[type="checkbox"]#check{
display:none; /*Отключил-не понравилась*/
}

/*Форма слево(с Никами) */ 
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 109px;
    width: 220px;
    right: 100%;
    text-shadow: none;
    padding: 12px 19px 12px 17px;
    text-align: center;
    background: #0b0c0f;
    border: 1px solid #838383;
}
/*Стиль контейнера под список Ников*/ 
#List-UserNames ul {
    overflow: hidden;
    overflow-y: auto;
    min-height: 36px;
    max-height: 72px;
    text-align:left;
    font-family: verdana;
    padding: 0!important;
    text-shadow: none !important;
    font-size: 10px;
}
.punbb #List-UserNames li{
    display: block!important;
    position: relative;
    background: #141414;
    text-align: left;
    padding-left: 5px!important;
    font: normal normal 100 10px/normal verdana!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li:hover{
  opacity:.8;
}
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{
  cursor:pointer;
  opacity:.8;
  color: #fff;
  text-shadow:1px 1px 1px rgba(0,0,0,.8);
}
.punbb #List-UserNames li>b:hover{
  opacity:.93;
  text-shadow:1px 1px 1px rgba(0,0,0,.8);
}
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
  background-color: #CBC1AC;
  border: 1px solid #CBC1AC;
  box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
    background-color: #2B1F14;
    border: 2px solid #CBC1AC;
    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,.8);
}
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty::before{
  display:inline-block;
  text-align: center;
  content: "У Вас нет запомненных ников, введенных через форму справа, или через перенос ниже!"
}
/*Кнопка выход-2*/ 
#navlogin #exit-2 {
  display:none;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames  ul+span{
  display:inline-block;
  padding:6px 0 8px 0;
  text-align:left;
  font: normal normal 400 10.56px/normal Verdana;
}
/*Сам инпут*/ 
.punbb #form-login #List-UserNames input {
    display:inline-block;
    background: #969596;
    border: 1px inset rgba(99,100,79,.3)!important;
    border-radius:8px;
    outline:0 none;
    color: #5b4556!important;
    margin:0!important;
    margin-top: 9px!important;
    padding: 4px !important;
    vertical-align: middle;
}
/*Стрелочки к инпуту*/ 
#List-UserNames  ul+span b {
    font: normal normal 400 13px/normal Verdana;
    padding: 0 3px;
    color: #7dacac;
}
/*Кликалка слево, чуть выше инпута*/ 
#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 {
margin-top:-22px!important;
margin-left: 106px!important;
max-width:170px;
}
#pun-ulinks li {
  display:inline-block!important;
  position:relative;
  z-index:100;
}
/*********************************
  //END Стиль к Быстрой смене Ников!
*********************************/




.candles-header {

}

.headcandle {
background: url(https://forumstatic.ru/files/001c/91/9d/14838.png) no-repeat center / 100%;
position: absolute;
width: 55px;
    height: 106px;

}

.headcandle::before {
content: '';
animation: pulsate-glow 2.5s ease-in-out infinite;
content: '';
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 1px; 
    height: 1px;
    box-shadow: 0 0 20px 15px rgb(var(--light-accent), .4);
}



.cndl1 {
    top: 128px;
    left: -42px;
      animation: candle-float 5s ease-in-out infinite;
}

.cndl2 {
top: 302px;
    left: -4px;
      animation: candle-float 8s ease-in-out infinite;
}

.cndl3 {
    top: 236px;
    left: 393px;
      animation: candle-float 12s ease-in-out infinite;
}

.cndl4 {
    top: 31px;
    left: 168px;
      animation: candle-float 7s ease-in-out infinite;
}

.cndl5 {
    top: 225px;
    left: 717px;
      animation: candle-float 9s ease-in-out infinite;
}

.cndl6 {
    top: 69px;
    left: 959px;
      animation: candle-float 6s ease-in-out infinite;
}

.cndl7 {
    top: 189px;
    left: 993px;
      animation: candle-float 7.8s ease-in-out infinite;
}


.headcandle.cndl1::before {
animation: pulsate-glow 3.3s ease-in-out infinite;
}

.headcandle.cndl2::before {
animation: pulsate-glow 4.4s ease-in-out infinite;
}

.headcandle.cndl3::before {
animation: pulsate-glow 3.6s ease-in-out infinite;
}

.headcandle.cndl4::before {
animation: pulsate-glow 4.25s ease-in-out infinite;
}

.headcandle.cndl5::before {
animation: pulsate-glow 4.6s ease-in-out infinite;
}

.headcandle.cndl6::before {
animation: pulsate-glow 3.8s ease-in-out infinite;
}

.headcandle.cndl7::before {
animation: pulsate-glow 3.9s ease-in-out infinite;
}


@keyframes pulsate-glow {
  0% {
    opacity: 0.65;
    filter: blur(0.5px);
  }
  10% {
    opacity: 0.9;
    filter: blur(0.8px);
  }
  20% {
    opacity: 0.65;
    filter: blur(0.4px);
  }
  35% {
    opacity: 1;
    filter: blur(1px);
  }
  50% {
    opacity: 0.6;
    filter: blur(0.6px);
  }
  65% {
    opacity: 0.95;
    filter: blur(0.9px);
  }
  80% {
    opacity: 0.5;
    filter: blur(0.5px);
  }
  100% {
    opacity: 0.65;
    filter: blur(0.7px);
  }
}

@keyframes candle-float {
  0% {
    transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) 
               rotate(0deg);
    opacity: 0.85;
  }
  25% {
    transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) 
               translateX(2px) translateY(-3px) 
               rotate(-0.4deg);
    opacity: 1;
  }
  50% {
    transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) 
               translateX(-3px) translateY(1px) 
               rotate(0.5deg);
    opacity: 0.9;
  }
  75% {
    transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) 
               translateX(1px) translateY(-2px) 
               rotate(-0.3deg);
    opacity: 1;
  }
  100% {
    transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) 
               rotate(0deg);
    opacity: 0.85;
  }
}



/* цитата в шапку из поста */
.bestpost {
    overflow: auto;
    width: 500px;
    height: 30px;
    position: absolute;
    left: 55px;
    top: 150px !important;
    display: flex;
    backdrop-filter: blur(7px);
    border-radius: 15px;
    background: #f2f0d242;
    z-index: 1;
    box-shadow: 0px 1px 7px #00000061;
}

.bestpost txt {
    position: absolute;
    font: var(--f2);
    padding: 5px 10px;
    line-height: 12px;
    text-align: justify;
    color: var(--punshadow);
}

.bestpost txt a {
    font-weight: 700;
    color: var(--punshadow) !important;
}

.bestpost::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}