/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1721978416.css);

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

@import url('https://fonts.cdnfonts.com/css/glitten');

@import url('https://fonts.cdnfonts.com/css/restaglick');

@import url('https://fonts.cdnfonts.com/css/classica-2');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alice&family=DM+Serif+Text:ital@0;1&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');        


/* 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%;
    position: initial !important;
}

/* 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: #f7f6f1;
    border: 1px solid #ede7e2;
}

/* 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: 13px;
}

/* 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-bottom: 100px;
    background: url(https://forumstatic.ru/files/001c/15/d2/19743.jpg) bottom no-repeat, url(https://forumstatic.ru/files/001c/15/d2/76608.jpg) repeat;
    margin-top: 50px;
    position: relative;
}

/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 30px;
    position: relative;
}

/* 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%;
    background: #e1ccd8 url(https://forumstatic.ru/files/001c/15/d2/91013.jpg) no-repeat fixed center center;
    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-size: 11px;
    font-weight: 400;
    font-family: philosopher;
    text-transform: lowercase;
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    text-transform: lowercase;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: #f9f9f4;
}

#pun-redirect.punbb .info .container a {
    color: #f9f9f4 !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-family: philosopher;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    margin: 0 0 20px;
    height: 20px;
}


/*************************************************************
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 #3e4b6d;
    width: 60%;
    margin-left: 120px;
    padding-bottom: 5px;
    margin-top: 10px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0 0 0 0px;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 1px 1em 1px;
    padding: 20px 20px 10px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    display: block;
    font-size: 19px;
    font-family: philosopher;
    width: auto;
    text-transform: lowercase;
    letter-spacing: 0.2px;
    color: #c58e94;
    padding-bottom: 6px;
    font-style: italic;
    font-weight: 600;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    position: relative;
    width: 100%;
    height: 21px;
    font-size: 11px;
    font-weight: 400;
    font-family: philosopher;
    text-transform: lowercase;
    margin-top: -10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    /* background: #c1c1b6; */
    align-items: center;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.3 */
.linkst .pagelink {
    width: 24em;
margin-left: 10px;
}

/* B3.4 */
.linkst .postlink {
  text-align: right;
margin-right: 10px;

  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 0.4em 1em 0.5em 1em;
    font-size: 11px;
    font-weight: 400;
    font-family: philosopher;
    text-transform: lowercase;
}

/* 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-weight: 300;
    font-family: philosopher;
    font-size: 10px;
    text-transform: uppercase;
}

/* 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-size: 10px;
    font-weight: 500;
    font-family: philosopher;
    text-transform: lowercase;
    width: 8%;
}



/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    width: 30%;
    position: relative;
    flex: auto;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: philosopher;
    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 {
    margin-top: 0px;
    letter-spacing: .6px;
    text-align: left;
    margin-bottom: 5px;
    font: 400 20px brit;
}



#pun-index .tcl {
    width: 70%;
    position: relative;
    overflow: visible;
}

/* 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: 10px 0;
}

/* 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;
    margin: 0px 0;
    position: relative;
    font: 500 12px/140% philosopher;
    width: auto;
    z-index: 1;
    padding: 0 0 0 10px;
    letter-spacing: 0;
}

/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* 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 ;

  }


/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: 0px;
  padding-bottom: 1px;
  }

/* C3.2 */
#pun-viewtopic .post h3 {
    position: relative;
    font-family: philosopher;
    text-transform: lowercase;
}

/* C3.3 */
.punbb .post h3 span {
    margin-left: 222px;
    background: #f5f5f1;
    padding: 5px 15px 7px;
    color: #22221f;
    border-radius: 0 2px 2px 0;
    border: 1px solid #e9e0df;
    font-family: 'Philosopher';
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
    margin-top: 3px;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 230px;
    background: url(https://forumstatic.ru/files/001c/15/d2/55291.jpg) top left no-repeat, url(https://forumstatic.ru/files/001c/15/d2/72274.jpg) repeat, #e4e3df;
    margin: -18px 0px 0px -10px;
    font-family: philosopher;
    font-weight: 500;
    font-size: 11px;
    padding-top: 0px;
    position: relative;
    border-radius: 2px 0 2px 2px;
    border: 1px solid #e9e0df;
}


/* 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-size: 21px;
    letter-spacing: 0.5px;
    text-transform: none;
    font-family: Philosopher;
    text-align: center;
    margin-top: 10px !IMPORTANT;
    font-style: italic;
    text-shadow: 0px 0px 10px #eaded0, 1px 1px #f3f0eb7d;
}

/* C3.8 */
.pa-author a, .pa-author a:hover {
    transition: all .7s ease-in-out 0s;
    font-style: italic;
    font-weight: 600;
}


/* C3.9 */
li.pa-title {
    display: block;
    margin: 3px 0 0 0;
    text-align: center;
    text-transform: lowercase;
    font-family: philosopher;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 240px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 10px 0px 15px 0px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 1em 1em 0 0;
    height: 2em;
    line-height: 2em;
    margin-left: -19.5em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 11px;
    font-weight: 400;
    font-family: philosopher;
    text-transform: lowercase;
}

/* 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;
    font-size: 11.5px;
    font-weight: 400;
    font-family: philosopher;
    text-transform: lowercase;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {

  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
    background: transparent;
    border: none;
    padding: 0 0 0 0;
    margin: 0 14px 1em 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: center;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    text-transform: lowercase;
    height: 26px;
    margin-left: 0px;
    width: 100%;
    padding: 0 !important;
    font-family: glitten;
    position: absolute;
    top: 420px;
    letter-spacing: .75px;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 0em;
  padding-top: 4px;}

/* D.3 */
#pun-navlinks li {
    display: inline;
    padding: 0px 10px 0 0;
}


/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    font-style: normal;
    text-align: center;
    text-transform: lowercase;
    height: 20px;
    /* border: 1px solid red; */
    padding-inline-start: 0px;
    width: 100%;
    position: absolute;
    top: 464px;
}

/* 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 10px;
}

/* 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: center;
    font-size: 12px;
    font-weight: 300;
    font-family: philosopher;
    letter-spacing: .4px;
    height: 16px;
    text-transform: lowercase;
    top: 10px;
    position: absolute;
    width: 100%;
    /* border: red 1px solid; */
}


#pun-status .container strong {
    font-weight: 400;
    color: #5b6a07;
}

#pun-status .container a {
    font-weight: 400;
    color: #5b6a07;
    transition-duration: 1s;
}
#pun-status .container a:hover {
    font-weight: 400;
    color: #5b6a07;
    transition-duration: 1s;
}

/* 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-bottom: none;
    text-align: left;
    font-family: philosopher;
    font-size: 14px;
    font-weight: 400;
    color: #272a29;
    background: #f5f5f1;
    padding: 4px 0 6px 10px;
    text-transform: none;
    letter-spacing: .4px;
    position: relative;
    border-radius: 1px;
    border: 1px solid #ede6e5;
    height: 28px;
}




/* 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: 0em 1em 1em 1em;
  margin-top: -13px; 
  line-height: 1.1;
  text-align: center;  
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    letter-spacing: 0px;
    padding: 20px 20px;
    background: #e3e1da2e;
    font: 500 12px/140% philosopher;
    border: 1px solid #d9d1cf3b;
}


/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 10px;
    font-size: 11.5px;
    font-weight: 400;
    font-family: philosopher;
    text-transform: lowercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    border-top: none;
    text-align: left;
    padding: 4px 0 6px 10px;
    text-transform: none;
    letter-spacing: .4px;
    position: relative;
    border-radius: 1px;
    background: #f7f6f194;
    font: 500 14px / 140% philosopher;
    border: 1px solid #d9d1cf3b;
}

/* 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;
}




html {
    position: relative;
}


#pun-index .category h2, #pun-stats h2 {
    margin: 30px 0px 30px 0px;
    width: auto;
    padding: 0px 0px 0 !important;
    margin-top: 0px !important;
    -webkit-text-size-adjust: 100%;
    position: relative;
    background: url(https://forumstatic.ru/files/001c/15/d2/55284.jpg) center no-repeat;
    height: 50px;
    border: 1px solid #ede6e5;
    border-radius: 0%;
}


#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 0 40px;
    position: relative;
    overflow: hidden;
    background: #f7f6f1;
    border-radius: 0;
    border: 1px solid #ede6e5;
}

#pun-index .category table tr + tr {
margin: 20px 0;
}





#html-header {
    color: #4d3a3b;
}

#main-reply {
    width: 100%;
    padding: 10px;
}




.topic a.sharelink {
    display: none;
}



#pun-index .category tr.inew {
    background: #f5f4ef url(https://forumstatic.ru/files/001c/15/d2/87542.jpg) top center / cover no-repeat;
    border: 1px solid #e5dace;
    box-shadow: 0px 0px 10px #efe8e278;
}


#pun-index .category tr.inew:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #dbaeb3;
    border-right: 1px solid #e5dace;
}


.spoiler-box {
    margin: 1em 1px 1em 1px;
    padding: 10px 20px 10px 20px !important;
}

.pa-respect, .pa-posts, .pa-fld3 {
    width: 40px;
    padding: 0;
    text-transform: lowercase;
    font-weight: 300;
    flex-direction: column;
    align-content: center;
    font-size: 10px;
}


.prof {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}

.punbb textarea, .punbb .longinput input {
    padding: 5px 10px;
}

#pun-index .category h2 span, #pun-stats h2 span {
    display: none;
}

.f_desc_wrap hr {
    display: none;
}


.f_links {
    background: #b1be76;
    padding: 2px 10px 3px 10px;
    font-family: 'Philosopher';
    font-size: 11px;
    border-radius: 2px;
}

.f_links a {
    color: #fff !IMPORTANT;
    letter-spacing: .4px;
    text-shadow: 1px 1px #828d527a;
    transition: all .7s ease-in-out 0s;
}


.f_links a:hover {
    color: #fff4ee ! IMPORTANT;
    letter-spacing: .4px;
    text-shadow: 1px 1px #828d527a;
    transition: all .7s ease-in-out 0s;
}

.f_desc {
    margin-top: 5px;
}

#pun-index .user-avatar {
    height: 30px !IMPORTANT;
}

.punbb .user-avatar {
    width: 30px !IMPORTANT;
}


td.tcr a {
    font-weight: 600;
    font-size: 13px;
    transition: 1s;
    color: #b87d84 !important;
    text-transform: lowercase;
    font-family: philosopher;
}



td.tcr a:hover {
    transition: 1s;
    color: #98a55e !important;
}




.activees {
    height: 45px;
    width: 223px;
    top: 98px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: #d2d2d2;
    flex-direction: row;
    align-content: flex-start;
    right: 20px;
    transform: rotate(-2deg);
}

.activees div, .activees2 div {
    position: relative;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 1px #c29196;
    border-radius: 100%;
}


.activees img, .activees2 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}



.activees div:after, .activees2 div:after {
    content: "";
    background: #ebd7d8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
    border-radius: 100%;
}


.activees div:hover img, .activees2 div:hover img {
    filter: grayscale(1);
}

.activees div:hover:after, .activees2 div:hover:after {
    opacity: 1;
    mix-blend-mode: multiply;
    background: #dfe9ae;
}

.activees zag, .activees2 zag {
    width: 100%;
    display: block;
    color: #efeeee;
    text-align: center;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: ars1;
    text-shadow: 1px 1px #833f3f;
}


.activees2 {
    height: 45px;
    width: 223px;
    top: 102px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: #d2d2d2;
    flex-direction: row;
    align-content: flex-start;
    left: 85px;
    transform: rotate(2deg);
}


.activees act, .activees2 act {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 213px;
}


.needm {
    height: 25px;
    width: 223px;
    top: 60px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: #788636;
    left: 85px;
    font-family: philosopher;
    font-size: 10px;
    letter-spacing: .5px;
    font-style: italic;
}

.needmm {
    height: 25px;
    width: 223px;
    top: 60px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: #788636;
    right: 20px;
    font-family: philosopher;
    font-size: 10px;
    letter-spacing: .5px;
    font-style: italic;
}


.bpost {
    /* border: 1px solid red; */
    width: 280px;
    height: 186px;
    position: absolute;
    top: 175px;
    left: 0;
    display: flex;
    flex-direction: column;
}

.bpost text {
    display: block;
    height: 148px;
    /* border: red 1px solid; */
    font-family: 'Philosopher';
    font-size: 11px;
    text-align: justify;
    padding-right: 10px;
    line-height: 22px;
    overflow-y: auto;
    letter-spacing: .2px;
}


.bpost lnk {
    display: block;
    font-family: 'Philosopher';
    margin: 20px 0 0 0;
    text-align: center;
    letter-spacing: 2px;
}




.bpost text::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    background-color: #efe5e6;
    -webkit-background-color: #efe5e6;
}


.bpost text::first-letter {
font-size: 14px;
color: #83923c;
}


.bquo {
    /* border: 1px solid red; */
    width: 280px;
    height: 90px;
    position: absolute;
    top: 175px;
    right: 0;
    display: flex;
    flex-direction: column;
}


.bquo text::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    background-color: #efe5e6;
    -webkit-background-color: #efe5e6;
}



.bquo lnk {
    display: block;
    font-family: 'Philosopher';
    margin: 0px 0 14px 0;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
}

.bquo text {
    display: block;
    height: 128px;
    /* border: red 1px solid; */
    font-family: 'Philosopher';
    font-size: 11px;
    text-align: justify;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 14px;
}

.b_ep {
    /* border: 1px solid red; */
    width: 280px;
    height: 60px;
    position: absolute;
    top: 324px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: philosopher;
    gap: 5px;
}


.b_ep a {
    font-style: italic;
    font-size: 23px;
    font-weight: 600;
    color: #c58e94 !important;
    transition: 1s ease;
}


.b_ep a:hover {
    font-style: italic;
    font-size: 23px;
    font-weight: 600;
    color: #96a555 !important;
    transition: 1s ease;
}


.left_circcl {
    background: url(https://forumstatic.ru/files/001c/15/d2/31788.png?v=1) no-repeat;
    height: 60px;
    width: 101px;
    position: absolute;
    left: -130px;
    top: 46px;
    pointer-events: none;
    z-index: -1;
}


.right_circcl {
    background: url(https://forumstatic.ru/files/001c/15/d2/48708.png?v=1) no-repeat;
    height: 75px;
    width: 101px;
    position: absolute;
    right: -131px;
    top: 31px;
    pointer-events: none;
    z-index: -1;
}



.sunny {
    position: absolute;
    /* border: 1px solid red; */
    font-family: alice;
    text-transform: lowercase;
    font-size: 8px;
    color: #fff;
    top: 322px;
    left: 350px;
    width: 125px;
    text-align: center;
    letter-spacing: .6px;
}


.sunny2 {
    position: absolute;
    /* border: 1px solid red; */
    font-family: alice;
    text-transform: lowercase;
    font-size: 8px;
    color: #fff;
    top: 322px;
    right: 350px;
    width: 125px;
    text-align: center;
    letter-spacing: .6px;
}





html * {
    box-sizing: border-box;
}





/* ÊÎÄ ÑÑÛËÎÊ ÍÀÂÈÃÀÖÈÈ ÎÒ ÂÅÙÅÃÎ ÄÓÕÀ */
/* íàñòðîéêà êíîïêè, ìîæåò áûòü òåêñòîì */
.spirit-navigation {
    width: 300px;
    left: 350px;
    text-transform: uppercase;
    color: #fffdfd;
    /* border: red 1px solid; */
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    height: 23px;
    position: absolute;
    top: 352px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Philosopher';
    text-shadow: 1px 1px #af7378, 0px 0px 10px #7542458c;
}

/* íàñòðîéêà ïîçèöèè âûïàäàþùåãî ïî êëèêó îêíà è åãî øèðèíà */
#navigblock {
    width: 300px;
    left: 350px;
    position: absolute;
    top: 255px;
    text-align: center;
    z-index: 999;
}

/* íàñòðîéêà áëîêà ññûëîê, öâåò ôîíà, òåíè, ïðîçðà÷íîñòü, îòñòóïû */
.sslka {
    opacity: .95;
    width: 300px;
    height: 84px;
    justify-content: space-evenly;
    background: #f1ece8;
    box-shadow: 0px 0px 0px 1px #dbaaac;
    display: flex;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
}

/* íàñòðîéêà âèäà ñàìîé ññûëêè, øèðèíà, öâåò, ôîí, øðèôòû è òàê äàëåå */
#pun .sslka a {
    transition: all 0.3s linear 0s;
    font-weight: 300;
    text-decoration: none;
    background: #97a360;
    text-transform: lowercase;
    flex: auto;
    padding: 4px 15px 5px;
    font-size: 10px;
    font-family: 'Philosopher';
    color: #f8f7f2;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px #788147;
}

/* ññûëêà ïðè íàâåäåíèè */
#pun .sslka a:hover {
    transition: all 0.3s linear 0s;
    background: #bd8a8d;
    color: #f8f7f2;
    text-shadow: 1px 1px #956363;
}



.banners {
    height: 31px;
    width: 936px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    white-space: nowrap;
    overflow-y: auto;
    margin: -66px 0 0 25px;
    position: absolute;
    /* border: red 1px solid; */
    padding-right: 10px;
    flex-wrap: wrap;
}


.banners img {
    cursor: pointer;
    opacity: .3;
    transition: 1s;
}


.banners img:hover {
    cursor: pointer;
    opacity: .9;
    transition: 1s;
}


.FNTslider {
    border-radius: 1px;
    position: relative;
    z-index: 1000;
    background: #f8f9f4;
    width: 110px;
    height: 7px;
    margin: 4px 5px;
    float: right;
    margin-top: 5px;
    margin-right: 0%;
    border: 1px solid #e9e0df;
}


.FNTslider .before {
    height: 7px;
    border: solid 0px transparent;
    border-right: none 0;
    border-radius: 1px 1px 0px 0;
    position: absolute;
    background: #ede6e5;
}


.FNTslider .thumb {
    width: 7px;
    height: 7px;
    border-radius: 0;
    position: relative;
    background: #b1be76;
    cursor: pointer;
    margin-top: -1px;
    border: 1px solid #9eab67;
}



#pun-announcement .container .html-box a {
    min-width: 180px;
    text-align: center;
    height: 40px;
    font-size: 12px;
    background: #f1e6e2 url(https://forumstatic.ru/files/001c/15/d2/55291.jpg?v=1) center top;
    border-radius: 0;
    text-decoration: none;
    color: #181818;
    border: 1px solid #e8d9d4;
    overflow: hidden;
    box-shadow: 0px 0px 10px #dccdd042;
    transition-duration: 1s;
}



#pun-announcement .container .html-box a img {
    height: 40px;
    width: 40px;
    float: left;
}



#pun-announcement .container .html-box a p.one {
    font-size: 15px;
    color: #616c2f;
    margin-top: 5px;
    font-family: philosopher;
    text-transform: none;
}

#pun-announcement .container .html-box a p.two {
    font-size: 11px;
    color: #161616;
    margin-top: 1px;
    font-family: philosopher;
}


#pun-announcement .container .html-box {
    display: flex;
    justify-content: center;
    gap: 15px;
}



#pun-announcement .container .html-box a:hover {
    transform: scale(.91);
    filter: sepia(.1);
    transition-duration: 1s;
}


.pa-fld1 {
    margin-top: -10px;
    background: #f6f5f0;
    border: 1px solid #e9e0df;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 2px 2px;}


#plng {
    padding: 2px 3px;
    margin: 0 20px 0 10px;
    text-transform: uppercase;
    font-family: 'Philosopher';
}


.pa-fld2 {
    background: #f4efe9;
    border: 1px solid #e9e0df;
    margin: 5px -15px;
    border-width: 1px 0;
}


.name {
    border-radius: 0 0 2px 2px;
    background: #f6f5f0;
    margin: 0 10px;
    border: 1px solid #e9e0df;
    border-width: 0 1px 1px 1px;
    padding: 2px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}


.lz {
    margin: 5px 15px 7px;
    font-size: 12px;
}

.pa-fld5 plashka {
    width: 190px;
    background: url(https://forumstatic.ru/files/001c/15/d2/97504.jpg) center;
    height: 40px;
    margin-top: 10px;
    display: flex;
    border: 1px solid #e2c9ca;
    position: relative;
    border-radius: 2px;
    margin-left: 5px;
    box-shadow: 0px 0px 0px 200px #f4efe975 inset;
}


.pa-fld5 plashka kart img {
    width: 40px;
}


.pa-fld5 plashka text {
    display: flex;
    flex-direction: column;
    width: 140px;
    justify-content: center;
    font-family: 'Philosopher';
    text-transform: uppercase;
    font-size: 11px;
    color: #916b5f;
    letter-spacing: .2px;
    font-weight: 600;
}

.pa-fld5 plashka text dva {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 10px;
}


.shapp {
display: none;
}


#stylelist {
    position: absolute;
    z-index: 200;
    opacity: 1;
    top: 320px;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    display: flex;
    /* border: red 1px solid; */
    height: 20px;
    flex-direction: row;
    left: 350px;
    width: 300px;
    justify-content: center;
    gap: 90px;
    color: #fff;
    font-family: philosopher;
}

#stylelist li[data="light"] a, #stylelist li[data="dark"] a {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 11px;
    color: #f6f5f1;
    text-shadow: 1px 1px #af7378, 0px 0px 5px #75424585;
    letter-spacing: 1px;
}



/*** ÒÅÌÍÛÉ ***/

.dark .punbb textarea, .dark .punbb input, .dark .punbb select, .dark .punbb optgroup {
    font: 11px verdana, arial, helvetica, sans-serif;
    background: #efefe3;
    border: 1px solid #ddddd2;
}


.dark #pun {
    margin: auto;
    width: 1060px;
    margin-bottom: 100px;
    background: url(https://forumstatic.ru/files/001c/15/d2/39070.jpg) bottom no-repeat, url(https://forumstatic.ru/files/001c/15/d2/67497.jpg) repeat;
    margin-top: 50px;
    position: relative;
}



.dark .left_circcl, .dark .right_circcl {
display: none;
}


.dark #stylelist {
    top: 42px;
}


.dark #stylelist li[data="light"] a, .dark #stylelist li[data="dark"] a {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 11px;
    color: #f3f3e9;
    text-shadow: 1px 1px #9275a7, 0px 0px 5px #846397;
    letter-spacing: 1px;
}


.dark .activees2 {
    height: 45px;
    width: 223px;
    top: 82px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    flex-direction: row;
    left: 0px;
    transform: none;
}

.dark .needm {
    height: 15px;
    width: 223px;
    top: 50px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: #735285;
    left: 0;
    font-family: philosopher;
    text-shadow: 0px 0px 10px #edede3;
}


.dark .activees {
    height: 45px;
    width: 223px;
    top: 82px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    color: #d2d2d2;
    flex-direction: row;
    align-content: flex-start;
    right: 0;
    transform: none;
}


.dark .needmm {
    height: 25px;
    width: 223px;
    top: 50px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 100;
    /* border: red 1px solid; */
    right: 0;
    font-family: philosopher;
    color: #735285;
}


.dark .activees div, .dark .activees2 div {
    position: relative;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 1px #ad92bf;
    border-radius: 100%;
}


.dark .activees div:hover:after, .dark .activees2 div:hover:after {
    opacity: 1;
    mix-blend-mode: multiply;
    background: #d6bce1;
}

.dark .activees div:after, .dark .activees2 div:after {
    background: #e5c5d4;
}


.dark .spirit-navigation {
    left: 349px;
    color: #f3f3e9;
    /* border: red 1px solid; */
    top: 82px;
    text-shadow: 1px 1px #a07fb4, 0px 0px 10px #7f5c8f;
}


.dark #navigblock {
    top: 115px;
}


.dark .sslka {
    background: #8b679d;
    box-shadow: 0px 0px 0px 1px #adaca7;
}


.dark #pun .sslka a {
    background: #d994b4;
    color: #fffff9;
    text-shadow: 1px 1px #c58e94;
}


.dark #pun .sslka a:hover {
    transition: all 0.3s linear 0s;
    background: #655c6c;
    color: #f8f7f2;
    text-shadow: 1px 1px #3f3c3c;
}


.dark #pun-status .container {
    top: 364px;
}

.dark #pun-status .container strong {
    font-weight: 400;
    color: #8d5874;
}

.dark #html-header {
    color: #000000;
}

.dark .b_ep a {
    color: #a27db9 !important;
}


.dark .b_ep a:hover {
    color: #bd92a6 !important;
}


.dark #pun-navlinks .container {
    top: 390px;
}


.dark #pun-navlinks a {
    color: #9b6f80;
}

.dark #pun-navlinks a:hover {
    color: #ac92bd;
}

.dark #pun-ulinks .container {
    top: 434px;
}

.dark #pun-announcement .container {
    margin-top: -43px;
}


.dark #pun-crumbs1 p.container, .dark #pun-crumbs2 p.container {
    background: #efefe5;
    border: 1px solid #e1e1d5;
}

.dark #pun-index .category h2, .dark #pun-stats h2 {
    background: url(https://forumstatic.ru/files/001c/15/d2/56960.jpg) center no-repeat;
    border: 1px solid #e1e1d5;
}

.dark #pun-index .category table tr {
    background: #efefe5;
    border: 1px solid #e1e1d5;
}


.dark #pun-index .tcl h3 a {
    color: #97617c;
}


.dark #pun-index .tcl h3 a:hover {
    transition: all .7s ease-in-out 0s;
    color: #363736;
}

.dark .f_links {
    background: #ac92bf;
}

.dark #pun-stats .container {
    background: #d7d4ca2e;
    border: 1px solid #e1e1d5;
}

.dark .punbb .post .post-author {
    background: url(https://forumstatic.ru/files/001c/15/d2/42307.jpg) top left no-repeat, url(https://forumstatic.ru/files/001c/15/d2/98729.jpg) repeat, #efefe3;
    border: 1px solid #e1e1d5;
}

.dark .punbb .post h3 span {
    background: #efefe5;
    border: 1px solid #e1e1d5;
}


.dark .pa-fld1 {
    background: #efefe3;
    border: 1px solid #e1e1d5;
    border-width: 0 1px 1px 1px;
}


del {
    text-decoration: none!important;
    filter: blur(4px);
    transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}


.dark .pa-fld5 plashka {
    background: url(https://forumstatic.ru/files/001c/15/d2/42307.jpg) center/cover;
    border: 1px solid #dfd0d7;
    box-shadow: 0px 0px 0px 200px #f4efe900 inset;
}




/*** ÌÎÁÈËÜÍÛÉ ***/
@media screen and (max-width: 540px) {
html, body, #pun, .punbb, .dark #pun  {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    -webkit-text-size-adjust: none;
    overflow-wrap: break-word;
    float: none;
    margin: auto;
}

.dark #pun-index .category h2, .dark #pun-stats h2 {
    background: url(https://forumstatic.ru/files/001c/15/d2/56960.jpg) center no-repeat;
    border: 1px solid #e1e1d5;
}

.dark #stylelist {
    top: 40px;
}

.dark #navigblock {
    width: auto;
    position: absolute;
    top: 80px;
    text-align: center;
    z-index: 999;
    left: 0px;
}


.dark .spirit-navigation {
    z-index: 99;
    width: 100%;
    top: 180px;
    position: absolute;
    font-weight: 400;
    letter-spacing: 1.7px;
    left: 0;
    color: #f9f9f4;
    font-size: 15px;
    height: 18px;
    padding-bottom: 1px;
}
body {
    position: relative;
    background-position: center 0;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch!important;
    overflow-y: scroll !important;
    z-index: 1;
}

#pun {
    max-width: 540px;
    padding: 0!important;
    border-radius: 0;
    background: #f9f9f4;
    position: relative;
    padding-bottom: 90px !important;
    box-sizing: border-box;
}
#pun-navlinks .container {
    height: 19px!important;
    margin-left: 0px!important;
    top: 240px!important;
    width: 100%!important;
    font-family: 'FontAwesome'!important;
    display: block;
}


.punbb .pa-avatar:after {
display: none;
}


.ismoderator #pun-ulinks, .ismoderator #pun-navlinks .container li a, .ismoderator #pun-navlinks .container li a:hover {
    width: 30px !important;
    height: 25px !important;
    text-align: center;
}

#pun-ulinks, #pun-navlinks .container li a, #pun-navlinks .container li a:hover {
    margin: 0 5px;
}



#pun-ulinks {
    margin: 4px 0 0 21px !important;
    position: absolute !important;
    top: 10px !important;
    left: 0px;
    line-height: 32px!important;
    border: 0 !important;
}

#pun-ulinks:before {
    content: "\f0c9";
    font-family: 'FontAwesome'!important;
    font-size: 25px!important;
    color: #f5f5f1;
}

#pun-ulinks .container {
    width: 250px!important;
    top: 0px;
    padding: 10px !important;
    margin: 0 !important;
    left: 45px;
    width: 140px;
    height: auto !important;
    border: solid 1px #ab7179;
    background-color: #f9f9f4;
}


#pun-ulinks li {
    display: block !important;
    margin-bottom: 5px!important;
    background: #889d14 !important;
    text-align: center;
    border-radius: 0;
    transition: all .5s linear 0s !important;
}



#pun-ulinks li a {
    display: block !important;
    margin: 0!important;
    color: #f9f9f4 !important;
    font-size: 12px!important;
    padding: 0;
}


#pun-ulinks:hover ul, #pun-ulinks:focus ul {
    display: block;
}
#pun-title table {
    height: auto !important;
    background: none;
    width: 0;
}

#pun-about p.container {
    width: 100%;
    margin-left: -10px!important;
    border-bottom-left-radius: 18px!important;
    border-bottom-right-radius: 18px!important;
}

#pun-ulinks {margin: 4px 0 0 21px !important; position: absolute !important; top: 10px !important; left: 0px; line-height: 32px!important; border: 0 !important;}

#pun-ulinks ul {display: none; z-index: 10000; position: absolute; top: 47px; right: 0;}
#pun-ulinks:hover ul, #pun-ulinks:focus ul {display: block;}

#pun-ulinks > span.notify-bubble {display: block!important;}
#pun-navlinks {margin: 0!important;}

#pun-navlinks .container li {padding: 0 1px !important; margin: 0!important; line-height: 19px !important;}
#navrules, #navextra1, #navextra2, #navextra3, #navextra4, #navextra5, #navextra6, #navextra7, #navextra8, #navextra9, #navextra10 {display: none !important;}
#pun-navlinks .container li a {display: inline-block !important; padding: 0 !important;}
#pun-ulinks, #pun-navlinks .container li a, #pun-navlinks .container li a:hover {margin: 0 5px;}
#pun-navlinks .container li a span {font-size: 0 !important;}
#pun-navlinks li#navindex a:before {content: "\f015";}
#pun-navlinks li#navuserlist a:before {content: "\f0c0";}
#pun-navlinks li#navsearch a:before {content: "\f002";}
#pun-navlinks li#navprofile a:before {content: "\f2bd";}
#pun-navlinks li#navpm a:before {content: "\f0e0";}
#pun-navlinks li#navadmin a:before {content: "\f013";}
#pun-navlinks li#navlogout a:before {content: "\f08b";}
#pun-navlinks li#navregister a:before {content: "\f234";}
#pun-navlinks li#navlogin a:before {content: "\f090";}
#pun-navlinks li#navpr_1 a:before {content: "\f1d8";}
#pun-navlinks li#navpr_2 a:before {content: "\f02d";}

.namez {
    position: absolute;
    display: flex;
    text-align: center;
    font-family: 'lunar';
    font-size: 40px;
    color: #250656;
    width: 100%;
    top: 60px;
    /* border: 1px solid red; */
    flex-direction: column;
}


.activees, .activees2, .needm, .needmm, .bpost, .bquo, .b_ep, .left_circcl, .right_circcl,
.dark .activees, .dark .activees2, .dark .needm, .dark .needmm, .dark .bpost, .dark .bquo, .dark .b_ep {
display: none;
}




.spirit-navigation {
    z-index: 99;
    width: 100%;
    top: 180px;
    position: absolute;
    font-weight: 400;
    letter-spacing: 1.7px;
    left: 0;
    color: #f9f9f4;
    font-size: 15px;
    height: 18px;
    padding-bottom: 1px;
}

#navigblock {
    width: auto;
    position: absolute;
    top: 80px;
    text-align: center;
    z-index: 999;
    left: 0px;
}



.ams {
    position: absolute;
    /* border: red 1px solid; */
    width: 207px;
    text-align: center;
    top: -85px;
    left: 90px;
    color: #e7e1e5;
    letter-spacing: .5px;
}



.ams name {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    display: none;
}

.ams spis {
    font-size: 14px !important;
}
.ams a {
    color: #ff85c0 ! IMPORTANT;
    transition: 1s;
    font-weight: 300;
    text-shadow: 0px 0px 1px #263566;
}

.quo, .quo2 {
    display: none !important;
}



#stylelist {
    position: absolute;
    z-index: 2;
    opacity: 1;
    top: 20px;
    margin: 0;
    margin-left: 150px;
    padding: 0px;
    overflow: hidden;
    width: 190px;
    list-style-type: none;
    display: flex;
    /* border: red 1px solid; */
    height: 30px;
    flex-direction: row;
    left: 0;
    gap: 30px;
}

#pun-status .container {
    margin: 0;
    text-align: left!important;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 50px;
}
#pun-crumbs1 p.container, #pun-crumbs2 p.container {
    margin-top: 20px!important;
    margin-left: 10px!important;
    text-align: left!important;
    margin-right: 10px;
    height: auto;
    padding: 10px;
}
.punbb tbody.hasicon td.tcl {
    padding: 0!important;
    display: block;
    width: 100%!important;
}

#pun-index td div.tclcon {
    padding: 10px 0 0 0;
}

.category td.tcr, .forum td.tcr {
    padding: 0px 0 12px 0!important;
    margin-bottom: 12px;
    display: block;
    text-align: right!important;
    width: 97%!important;
}

#pun-index td div.tclcon {
    border-right: none;
}
#pun-stats .container {
    padding: 30px 15px 15px 15px!important;
}
#pun-stats li.item1, #pun-stats li.item2 {
    float: none !important;
    margin-bottom: 10px;
}
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: left !important;
    margin-bottom: 10px;
}

#pun-about p.container {
    border: none !important;
    background-image: none;
    margin: 0px 0px -100px -80px;
    background-position: bottom left;
    background-repeat: repeat-x;
    overflow-x: hidden;
    width: auto;
    padding-bottom: 0px;
}


#pun-crumbs2 .container {
    margin-left: 20px;
    margin-top: 0px;
}
.post-author {
    float: none!important;
    padding-top: 10px;
    width: 100% !important;
    border-radius: 0;
    margin-bottom: 25px;
    margin: 10px 0 0 0 !important;
    border-width: 1px 0;
    border-radius: 0;
}
#pun-main .post-author ul {
    padding: 20px !important;
}


.punbb .post h3 span {
    background: #f5f5f1;
    color: #22221f;
    border-radius: 0;
    border: 1px solid #e9e0df;
    border-width: 1px 0;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font: 700 13px philosopher;
    z-index: 1;
    margin: 0 0px !important;
    padding: 10px 0;
}

.FNTslider {
    display: none;
}

.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
}


.post-author li {
    text-align: left;
}
.pa-title {
    margin: 5px 142px 2px 0px !important;
    width: auto!important;
    border: none!important;
    text-transform: none;
}
.pa-avatar {
    float: right;
    margin-top: -48px;
}
.pa-avatar img {
    object-fit: cover;
    width: 60px;
    height: 60px;
}
.punbb .post-links ul {
    text-align: left!important;
}
.punbb .post-links ul {
    padding: .5em 1em .5em 0;
    height: 2em;
    line-height: 2em;
    margin-left: -26em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 8px;
    font-family: manrope;
    font-weight: 500;
}

.punbb .post .container {
    padding-right: 0;
}
.pa-fld1 {
    background: #f6f5f0;
    border: 1px solid #f0e5e0;
    border-width: 0 0 1px 0;
    font-size: 14px;
    margin: -20px 0 0 0;
    padding: 5px 0;
    border-radius: 0;
    display: none;
}

.pa-fld1 a {
    color: #eae7ea !important;
    text-shadow: none !important;
    font-weight: 300;
    font-size: 13px;
    transition: 1s;
}
.pa-fld2 {
    font-size: 9px;
    letter-spacing: .5px;
    border-bottom: 1px solid #343d52;
    margin: 0 -16px 10px -16px;
    padding: 0px 10px 10px!important;
}


.pa-posts, .pa-respect, .pa-fld3 {
    width: auto;
    margin: 0!important;
    gap: 5px;
    justify-content: center;
    text-transform: lowercase;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
}
.punbb .post-box {
    padding: 0px 10px 0 10px!important;
}
.punbb .post-body {
    margin-left: 0px;
}
.pa-online {
    position: absolute;
    display: inline-block !important;
    top: 25px;
    right: 0px;
    left: 72%;
    height: 9px;
    width: 9px;
    margin: 0px 0 0 -7px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 100%;
}
.punbb .formal .container {
    padding: 0;
}
.punbb fieldset {
    padding: 0 10px;
}


#pun-viewforum .main table {
    table-layout: fixed;
    width: 100%;
    padding: 10px;
}
#pun-searchtopics .main .tcl, #pun-viewforum .main .tcl {
    width: 100% !important;
    padding: 0px;
}
#pun-break1, #pun-break2, #pun-break3, #pun-break4, .category th, .category .tc2, .category .tc3, .forum th, .forum .tc2, .forum .tc3, #post-form legend {
    display: none !important;
    width: 0 !important;
}




#profile-right {
    width: 100% !important;
    display: block;
}
#profile-left {
    width: 100% !important;
    display: block;
}
#main-reply {
    width: 95% !important;
}

#form-buttons td .material-icons {
    position: absolute;
    z-index: 1;
    left: 0;
    font-size: 20px;
    padding: 3px;
    color: #545e23;
}

#form-buttons td {
    padding: 0 5px !important;
    display: inline-block;
    width: 31px;
}


#button-files_rusff {
    display: none !important;
}



#form-buttons td:hover {
    background-color: transparent !important;
}






.punbb .pa-avatar:after {
    content: ' ';
    width: 41px;
    background: none;
    height: 115px;
    position: absolute;
    top: 60px;
    left: -26px;
}
.banners {
    left: 0;
    width: 90%!important;
    text-align: center;
    margin: 20px 0 0 0 !important;
}

.banners div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    height: 31px;
    overflow-y: auto;
    margin: 0;
    padding-right: 10px;
}
td#button-image::before {
    content: '\e43e';
    font-weight: 400;
    display: block;
    font-size: 20px !IMPORTANT;
    margin: 13px -6px -10px 1px !important;
    color: #545e23;
    font-family: material icons;
}
#form-buttons td {
    background-image: none !important;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 10px 5px 0px -5px !important;
}
#profilenav li {
    padding: 7px 15px!important;
    display: inline-block;
}
#profilenav {
    float: none!important;
    width: 100%!important;
    margin-left: 0 !important;
}

#profile .container {
    padding: 0 !important;
}

#notify-settings {
    display: none;
}

#viewprofile h2, #profilenav h2 {
    margin: 0 0 10px 0!important;
}
#viewprofile ul, #profilenav ul {
    padding: 0!important;
    margin: 0 0 15px 0!important;
    border: none!important;
    background-color: transparent!important;
}
.punbb tbody.hasicon td.tcl {
    padding: 0!important;
    display: block;
    width: 100%!important;
}
#pun-messages .tclcon {
    padding: 10px 0 10px 17px!important;
}

#pun-messages .user-avatar {
    display: none !IMPORTANT;
}

#pun-messages table Div.icon, #pun-messages TR.inew Div.icon {
    margin-top: 13px;
}
#register input, #register select, #profile input, #profile select, #punbbsearch input, #punbbsearch select {
    max-width: 200px!important;
}
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 20%;
}

#pun-userlist .user-avatar {
    display: none;
}
#pun-userlist .usertable .container {
    padding: 0 0.3em 2.3em 0.3em;
    border-top: none;
}

#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
    width: 15%;
}

.go-up, .go-down {
display:none;
}


.rs-av {
    z-index: 6;
    position: absolute;
    right: -168px;
    top: -40px;
    background: transparent;
    opacity: 0.9;
    /* border-radius: 50%; */
    width: 150px;
    height: 600px;
    overflow: hidden;
    border-left: 1px solid #3b3d54;
    display: none;
}

#lv-risingsun {
    background: #25293a;
    color: #c5d3e0;
    font-family: 'Viaoda Libre';
    font-size: 12px;
    line-height: 1.4;
    padding: 30px;
    margin: 0 auto;
    width: auto;
    height: 540px;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    border: 1px solid #3b3d54;
}

#pun .sslka a:hover {
    width: 140px;
}
#BookmCntToggle {
    position: absolute !important;
    left: 10px !IMPORTANT;
    width: 20px !important;
    height: 20px !IMPORTANT;
    opacity: .7;
    cursor: pointer;
    z-index: 3;
    transition: opacity .3s ease-out;
    top: -142px !important;
    display: none !important;
}





.pa-fld2 {
    font-size: 10px;
    letter-spacing: .2px;
    border-bottom: 1px solid #e9e0df;
    margin: 0px -17px 10px -21px;
    padding: 10px 10px 10px!important;
    border-radius: 0 !important;
    color: #000;
    /* display: none; */
}





#tags .container {
    position: absolute;
    right: 0px;
    top: 83px !IMPORTANT;
    left: 0px;
    z-index: 2;
    width: 350px;
}



.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    margin: 0px 0px 10px 0px;
    display: none;
}
.post-img-Sp {
    margin: 10px 6px 0 !important;
}


.dark #pun-ulinks .container {
    top: 34px;
}


#form-buttons tr {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
    margin-bottom: 20px;
}

#pun-main .category h2, #pun-stats h2 {
    margin: 0;
    text-align: center;
    background: #ded8da url(https://forumstatic.ru/files/001c/15/d2/39069.jpg) center/cover;
    box-shadow: none;
    border-radius: 0;
    height: 42px;
    display: flex;
    padding: 0 !important;
    align-items: stretch;
    justify-content: center;
    margin-left: 0px;
    width: auto;
}

.dark #pun-ulinks li {
    display: block !important;
    margin-bottom: 5px!important;
    background: #9e80b2 !important;
    text-align: center;
    border-radius: 0;
    transition: all .5s linear 0s !important;
}

#pun-main .category h2 span, #pun-stats h2 span {
    font-size: 18px;
    color: #0e050a;
}

#pun-index .category table tr {
    -webkit-appearance: none;
    display: block !important;
    margin: 20px 0;
    position: relative;
    overflow: visible;
    background: #f5f5f1;
    border: 1px solid #ede6e5;
    border-width: 1px 0;
}

#pun-index .tcl h3 {
    font-family: lunar;
    font-size: 27px;
    text-align: left;
    height: 23px;
    display: block;
    margin-top: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 10px;
    /* text-transform: uppercase; */
    line-height: 10px;
}

.podfor_link {
    font-size: 0;
    margin-top: 10px;
    display: flex;
    gap: 5px 5px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
}


.podfor_link a {
    border-radius: 0;
    transition: 1s;
    font-size: 11px;
    display: flex;
    flex: none;
    justify-content: center;
    background: #bd4085;
    padding: 1px 5px;
    color: #eae7ea !important;
    border: 1px solid #bd4085;
}


.punbb .user-avatar {
    margin: 1px 0px 2px 20px!important;
    float: right !important;
}










#pun-viewforum .tcr {
    position: relative;
    display: block;
    width: 100%;
    gap: 0 10px;
    align-items: center;
}
.linkst .pagelink {
    width: 24em;
    display: flex;
    font-size: 9px;
    margin-left: 5px;
}




.m_header {
    background: url(https://forumstatic.ru/files/001b/de/42/38128.jpg) no-repeat center / cover;
    display: block;
    position: relative;
    left: 0;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -220px;
}

#pun-navlinks a {
    color: #889d14;
    transition: 1s;
    letter-spacing: .4px;
}


#pun-navlinks a:hover {
    color: #d28d95;
    transition: 1s;
    letter-spacing: .4px;
}

#pun-main .category h2 span, #pun-stats h2 span {
    font-size: 18px;
    color: #eae7ea;
}

#pun-announcement .container .html-box a {
    display: none;
}


.shapp {
    box-sizing: border-box;
    background: url(https://forumstatic.ru/files/001c/15/d2/13342.jpg) no-repeat center/cover;
    width: 100%;
    position: relative;
    left: 0;
    height: 221px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cb9098;
    box-shadow: 0px 0px 20px #d7d7cc;
}



#form-buttons table, #form-buttons tbody, #form-buttons tr {
    display: flex;
}

.sslka {
    opacity: .95;
    width: auto;
    height: 84px;
    justify-content: space-evenly;
    background: #f1ece8;
    box-shadow: 0px 0px 0px 1px #dbaaac;
    display: flex;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
}

#selectMobVers, #selectDescVers {
    display: block;
    border: 1px solid var(--brd1);
    background: var(--bgpun);
}

}




/***   ÊÍÎÏÊÈ ÌÎÁÈËÊÈ-ÄÅÑÊÒÎÏÀ   ***/
#selectMobVers, #selectDescVers {
    top: 180px;
    display: none;
    padding: 4px 5px;
    height: 32px;
    width: 32px;
    z-index: 75;
    cursor: pointer;
    line-height: 1;
    font-size: 0px;
    border: 1px solid #d18a94;
    background: #efefe9;
    box-shadow: none;
}
#selectDescVers {right: 0px}
#selectMobVers {left: 0px;}

#selectMobVers:before, #selectDescVers:before {
display: block; position: relative;
font-family: 'FontAwesome'!important;
font-weight: 400;
}
#selectMobVers:before {
content: "\f3cf";
font-size: 16px;
color:  #000;
background-image: none;
}
#selectDescVers:before {
content: "\f109";
font-size: 16px;
color:  #000;
background-image: none;
}



@media screen and (max-width: 540px) {
#selectMobVers, #selectDescVers {display: block;}
.sty {
    position: absolute;
    /* border: 1px solid red; */
    height: 50px;
    display: flex;
    gap: 20px;
    justify-content: space-between !important;
    width: 100%;
    margin-left: 0 !IMPORTANT;
    top: 170px !important;
}


.dark .shapp {
    box-sizing: border-box;
    background: url(https://forumstatic.ru/files/001c/15/d2/95447.jpg) no-repeat center/cover;
    width: 100%;
    position: relative;
    left: 0;
    height: 221px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cb9098;
    box-shadow: 0px 0px 20px #d7d7cc;
}

.dark #pun {
    max-width: 540px;
    padding: 0!important;
    border-radius: 0;
    background: #f3f3e8;
    position: relative;
    padding-bottom: 90px !important;
    box-sizing: border-box;
}

.name {
    border-radius: 0;
    background: transparent;
    margin: 0;
    border-width: 0;
    padding: 2px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}


.lz {
    margin: 5px 0;
    font-size: 12px;
}

.pa-fld5 {
    display: none;
}


}

@media screen and (max-width: 1070px) {
#selectMobVers, #selectDescVers {
    display: block;
    z-index: 999;
}

.sty {
    position: absolute;
    /* border: 1px solid red; */
    height: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin-left: 80px;
    top: 10px;
}

.right_circcl {
    display: none;
}
}





.go-up span {
    background: #d599a1;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Arsenal';
    align-items: center;
    border: 1px solid #f3ebe8;
    font-size: 11px;
    color: #fff;
}



.go-down span {
    background: #d599a1;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Arsenal';
    align-items: center;
    border: 1px solid #f3ebe8;
    font-size: 11px;
    color: #fff;
}



.go-up span:hover, .go-down span:hover {
    background: #f9f8f4;
    border: 1px solid #fff;
    transition: 1s;
    color: #000;
}



.dark .go-down span, .dark .go-up span {
    background: #ab8eba;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Arsenal';
    align-items: center;
    border: 1px solid #d1b4e1;
    font-size: 11px;
    color: #fff;
}


.dark .go-up span:hover, .dark .go-down span:hover {
    background: #464248;
    border: 1px solid #5c575e;
    color: #f3f3e9;
    transition: 1s;
}