/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1667477621.css);

/*кириллица*/
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&family=Pattaya&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&display=swap');

/*латиница и иероглифы*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Black+Han+Sans&family=Dancing+Script:wght@400;500;600;700&family=Dela+Gothic+One&family=Limelight&family=Monoton&family=Nabla&family=Nanum+Brush+Script&family=Zen+Antique&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,900;1,300;1,500;1,600;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap');
@font-face {
  font-family: 'Chiefland';
  font-style: normal;
  font-weight: normal;
  src: url(http://forumstatic.ru/files/001b/b4/ca/48997.otf);
}
@font-face {
  font-family: 'NeueMetanaNext';
  font-style: normal;
  font-weight: 600;
  src: url(http://forumstatic.ru/files/001b/b4/ca/40532.ttf);
}


:root {
    --bg-zip: #303031;
    --header-zip: url(http://forumstatic.ru/files/001b/b8/f1/86691.png);
    --mainmenu-zip: linear-gradient(180deg, #3a3a3ad9 0%, rgb(58 58 58 / 0%) 100%);
    --iconnew-zip: url(http://forumupload.ru/uploads/001b/b8/f1/2/389614.png);
    --spoilericon: url(http://forumupload.ru/uploads/001b/b8/f1/2/591729.png);
    --pluszip: url(http://forumupload.ru/uploads/001b/b8/f1/2/14904.png);
    --zipup: url(http://forumstatic.ru/files/001b/b4/ca/86478.svg);
    --zipdown: url(http://forumstatic.ru/files/001b/b4/ca/84976.svg);
  --categoryone-zip: url(http://forumupload.ru/uploads/001b/b8/f1/2/662894.png);
  --categorytwo-zip: url(http://forumupload.ru/uploads/001b/b8/f1/2/930020.png);
  --categorythree-zip: url(http://forumupload.ru/uploads/001b/b8/f1/2/263506.png);

    --gr: linear-gradient(90deg, rgba(127,194,104,1) 0%, rgba(116,249,183,1) 100%);
    --plashzip: linear-gradient(179.85deg, #272727 0.13%, rgba(39, 39, 39, 0.3) 102.57%);
    --plgrzip: linear-gradient(180deg, rgba(39, 39, 39, 0) 0%, rgba(39, 39, 39, 0) 22.4%, #2C2C2C 87.5%);
    --bg-1: #303031;
    --bg-2: #303030;
    --bg-3: #2D2D2D;
    --text: #C3C3C3;
    --links: #cc993b;
    --links-2: #cc993b;
    --scroll-1: #e9ac3c;
    --scroll-bg: #636363;

    --mainfont-zip: 300 12px/150%  'Mulish';
    --hfont-zip: 400 24px/150%  'Eureka Endeavour';
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
  margin: 0 auto 50px; 
  padding: 0;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
    table-layout: fixed;
    margin: 14px 0 0px 0px;
    border: none!important;
}

/* 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: auto;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* 3.3 */
.punbb textarea, .punbb optgroup {
  font: var(--mainfont-zip);
  box-sizing: border-box;
  background: var(--bg-zip);
  border: 1px solid var(--bg-3) !important;
  border-radius: 5px;
  color: var(--text);
  width: 100% !important;
  font-size: 12px;
  }

.punbb select {
    font: var(--mainfont-zip);
    box-sizing: border-box;
    background: var(--bg-zip);
    border: 1px solid var(--bg-3) !important;
    border-radius: 5px;
    color: var(--text);
    width: 100% !important;
    font-size: 12px;
    height: 25px;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
 /* font-size: 1em;
  font-weight: normal; */
  }


/* 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: none;
  }

/* A3.10 */
.punbb a {
  text-decoration: none;
  transition:  .2s ease-in-out;
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

  .post-content td {
    border:none transparent !important;
    }

.post-links {
  font-size: 10px!important;
}
/* 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 {
    background: var(--bg-1);
    border-radius: 25px;
    width: 1000px;
    margin: auto;
    top: 45px;
    box-sizing: border-box;
    position: relative;
border: 1px solid #000
}

/* A5.2 */
.punbb {
    font: var(--mainfont-zip);
    text-transform: lowercase;
    background-color: var(--bgpost-zip);
    height: auto;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 0px;
    /*border: 1px solid #000;*/
}

  .punbb .user-avatar .avatar-image {
    border: 3px solid var(--links);
  }

  
/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

  .category .container thead {
    display: none;
  }

/* 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: none;
  }

/* A5.9 */
.punbb .container {
  border: none;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border: none;
  font-size: 0px;
  }

#pun-index .category h2, #pun-stats h2 {
  width: auto;
  height: 50px;
  border: 0 !important;
  opacity: 1;
  font-size: 0 !important;
}

.category-1 h2 {
  background: var(--category-zip) no-repeat top center;
}

.category-2 h2 {
  background: var(--category-zip) no-repeat top center;
}

.category-3 h2 {
  background: var(--category-zip) no-repeat top center;
}

.category-4 h2 {
  background: var(--category-zip) no-repeat top center;
}

.category-5 h2 {
  background: var(--category-zip) no-repeat top center;
}

.category-6 h2 {
  background: var(--category-zip) no-repeat top center;
}

.category-7 h2 {
  background: var(--category-zip) no-repeat top center;
}
/*************************************************************
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-transform: none;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border: none;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 0 1em 0;
    /* line-height: 150%; */
    text-size-adjust: 100%!important;
    -moz-text-size-adjust: 100%!important;
    -webkit-text-size-adjust: 100%!important;
    -ms-text-size-adjust: 100%!important;
    text-align: justify;
}

/* 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: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border: none;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--links);
  border-radius: 5px;
  background: var(--bg-zip);
  padding: 5px 11px!important;
  font-style: normal;
  margin-bottom: 10px;
  }

  #pun-main .code-box .scrollbox pre {
    font: var(--mainfont-zip);
    font-size: 12px;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border: none;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

#pun-main > div.linkst > div.pagelink > strong {
    padding: 0 4px;
}

#pun-main > div.linksb > div.pagelink > strong {
    padding: 0 4px;
}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 5px 11px;
    font-size: 10px;
}

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: auto;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: auto;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  margin-right: 70px;
  }


  .pa-reg {
    display: none;
  }

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0.7em 2.3em 1.1em 2.3em;
}

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  font: var(--mainfont-zip);
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border: none;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  font-size: 10px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  display: none;
  border: 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: 60%;
}


/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center!important;
    font-weight: 400;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 12%;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
  text-align: left;
  width: 13%;
  }


/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */

#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* 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: none;
    border-width: 0;
    padding: 0.8em 0em;
}

/* C2.12 */
.punbb .main th {
  border: none;
  padding: 0.4em 1em 0.4em 1em;
  }

  /* C2.13 */
.punbb .main .tcl {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 25px;
}

* html .tclcon {height: 1px}

/*.punbb tbody.hasicon td.tcl {
    width: 50%;
    padding-left: 30px;
}*/


/* C2.15 */
.punbb div.icon {
  border: none;
  margin-left: -20px;
  }

/* C2.16 
.punbb  table div.icon {
  float: left;
  display: block; 
  }*/

.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    font-size: 9px;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 50px;
    width: 40%;
    color: var(--text2);
}

  .punbb .main .tcr a.lastpost-link {
  font-size: 11px;
  font-weight: 800;
  color: var(--links);
  }

  #pun-index .tcr a.lastpost-link:hover {
    color: var(--text)
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border: none;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border: none;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 2px 20px;
  display: block;
  border: none;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  /*padding: 0 1em 1em 1em;*/
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none;
  font-weight: 900!important;
  }

.post-author {
  width: 190px;
  height: 100%;
}

.post-author ul {
  line-height: 11px;
  text-align: center;
  width: auto;
}

.post-author .pa-author {
  text-align: center;
  font-size: 12px;
  text-transform: lowercase;
  }

.pa-title {
  text-align: center;
  font-weight: 500;
  font-size: 9px;
  color: var(--scroll-bg)
}

.pa-avatar {
  text-align: center!important;
  margin-top:20px !important;
  margin-bottom: 5px!important;
}

.pa-avatar img {
  border-radius: 5px;
}

.pa-fld1 .fld-name, .pa-fld2 .fld-name {
  display: none;
}

.pa-fld1 {
  margin-bottom: 8px;
}

.pa-fld2 {
  display: block;
  padding: 10px!important;
  margin: 0 10px!important;
  background: var(--bg-3);
  border-radius: 5px;
  font-weight: 400;
  font-size: 9px;
  line-height: 130%;
  text-align: center;
  }

  .post-author .pa-posts, .post-author .pa-respect, .post-author .pa-fld3 {
    font-size: 8px;
    width: 45px;
    display: inline-block;
    font-weight: 400!important;
    text-align: center;
    display: inline-block;
    width: 45px;
    color: var(--text2);
  }
  
  
  .pa-posts .fld-name, .pa-respect .fld-name, .pa-fld3 .fld-name, .pa-fld4 {
    margin-top: 5px;
    display: block;
    height: 16px;
    color: var(--text2)!important;
  }
  

.pa-online {
  margin-top: 20px!important;
  font-weight: 700!important;
  font-size: 10px;
  color: var(--scroll-bg);
}

/* C3.9 */
li.pa-title {
  padding-bottom: 0;
  font-weight: 500!important;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  border: none;
  padding-left: 0.4em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border: none;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border: none;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border: none;
  background: transparent;
  text-align: right;
  margin-bottom: 30px;
}

/* 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: 10px;
  }

/* 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: none;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  border: none;
  margin: 0 14px -0.6em 14px;
  background: var(--bg-3);
  border-radius: 5px;
  padding: 0px 38px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}



/* 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: none;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border: none;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  display: none;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border: none;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title table {
	border: none;
	height: 40px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
  height: 50px;
  position: absolute;
  top: -48px;
  margin-left: -15px;
}


/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
  }

/* D3.4 */
#pun-navlinks li a {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  }

  li#navlogout a span {
    left: 940px;
    position: absolute;
  }
  

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  border: none;

  }

/* D4.2 */
#pun-ulinks .container {
  text-align: center;
  text-transform: lowercase;
  background-color: transparent;
  font-family: var(--mainfont-zip);
  font-size: 10px;
  font-style: normal;
  border: none;
  margin-top: 10px;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em;
  transition: all 0.5s linear 0s;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border: none;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border: none;
  background-color: transparent;
  }

/* D5.2 */
#pun-status .container {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 24px;
  color: var(--text);
  font-family: var(--mainfont-zip);
  font-size: 10px;
  background-color: transparent;
  }

  #pun-status .item4 {
    display: none
  }

/* D5.3 */
#pun-status span {
  border: none;
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  border: none;
  overflow: hidden;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  font-family: var(--mainfont-zip);
  font-weight: bold;
  font-size: 10px;
  color: var(--text);
  border: none;
  background-color: transparent;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border: none;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border: none;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border: none;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  background: transparent;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 960px;
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  border: none;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  border: none;
  }

  #pun-stats h2 {
    display: none;
  }
/* D7.4 */
li#onlinelist {
  border: none;
  }

/* D7.5 */
li#onlinelist div {
  border: none;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border: none;
  padding: 0.8em 1em;
  font-size: 10px;
  margin-bottom: 5px;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border: none;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border: none;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border: none;
  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;
  }

/*шапка*/
.headzip {
    background: var(--header-zip);
    width: 998px;
    height: 250px;
    margin-left: -20px;
}

/*футер*/
#pun-about p.container {
    background: #000000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 976px;
    height: 20px;
    margin-top: 10px;
    border-radius: 0px 0px 20px 20px;
}

#pun-about .container .item1 {
  position: relative;
  font-size: 9px;
  top: -30px;
  width: 300px;
  margin-left: auto;
}

#pun-index.punbb th,#pun-viewforum.punbb th{
  font-size:0!important;
  color:transparent!important;
  height:0!important;
  padding:0!important;
  border:0!important;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: var(--scroll-bg);
  border-radius: 10px !important;}

  ::-webkit-scrollbar-thumb {
  background-color: var(--scroll-1);
  width: 3px !important;
  box-shadow: none;
  border-radius: 10px !important;
  }

  ::selection {
    background: var(--links-2);
    color: #101010!important;
  }

.plasheszip::-webkit-scrollbar-thumb {
  background: var(--scroll-bg);
  box-shadow: none;
  border-radius: 10px !important;
}

.plasheszip::-webkit-scrollbar {
  background: transparent;
  height: 3px;
}

/* CS1 Background and text colours
-------------------------------------------------------------*/
body {
  background: var(--bg-2);
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: var(--text);
  font: var(--mainfont-zip);
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3 {
  background-color: transparent;
  color: var(--text);
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: var(--text);
  }

.punbb .modmenu .container span {
  display: none;
}

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: var(--text)
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: var(--text);
  }

#pun-main .post h3 span {
  font-weight: 700;
  font-size: 11px;
  background-color: var(--bg-3);
  border-radius: 5px;
  margin-bottom: 20px;
}

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: var(--bg-3);
  color: var(--text);
  border-radius: 10px;
  }

  li#navlogout a span {
    text-align: right;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/


/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border: none;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border: none;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border: none;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border: none;
  }

/* CS2.5 */
.punbb th {
  border: none;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border: none;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border: none;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border: none;
  }

.punbb .divider {
  border: none;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: none;
  }

li.pa-online {
  border: none;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
    color: #c69945;
    font-weight: 500;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    color: var(--links);
  font-weight: 500;
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: var(--text);
  font-weight: 500;
  }

/* CS3.3 */
#pun-navlinks a {
  color: var(--text);
  text-decoration: none;
  transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;

  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: var(--links);
  text-decoration: none
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: transparent;
  color: var(--links);
  }


/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {
  border: none;
}
tr.iredirect div.icon {
  border-color: none;
}
div.inew {
  border: none; 
}

#pun-main div.catleft, #pun-main div.catright {display: none}

/*Скрыть список Модераторов на Главной*/
.punbb .tcl .modlist {
  display: none!important;
}

#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
  display: none;
}


li#onlinelist div {
  border: none;
  padding: 0;
  text-align: justify!important;
  color: var(--text);
  font: var(--mainfont-zip);
  font-size: 11px;
  font-weight: 400;
  text-transform: lowercase;
}

li#onlinelist {
  margin-top: 10px;
  width: 960px;
  color: var(--text);
  font: var(--mainfont-zip);
  font-size: 10px;
  text-transform: lowercase;
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--text);
    text-transform: lowercase;
    text-align: center;
    font: var(--mainfont-zip);
    font-size: 9px;
    background: var(--bg-scroll);
    width: 225px;
    border: 1px solid #3a3a3a;
    border-radius: 60px;
    flex-direction: column;
}

#pun-index .tclcon h3 a {
    font: var(--links-2);
    background: var(--links);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-size: 24px;
    text-transform: lowercase;

}

#pun-index .tcl {
    padding: 14px;
    /*width: 30%*/
}

#pun-main > div > h2 > span {
font-size: 0px;
}

#pun-index .tclcon h3 {
    background: #000000;
    border-radius: 30px;
    padding: 0 20px;
    margin-bottom: 18px;
    text-align: right;
    width: 340px;
    margin-left: -20px;
}

#pun-index .tclcon { 
    text-align: justify; 
    font-weight: 500; 
    font-size: 10px; 
    line-height: 133%; 
    margin: 7px 40px; 
    color: #727272; 
    width: 450px; 
}

#pun .user-avatar .avatar-image {
  width: 30px;
  height: 30px
}

#pun-index .user-avatar {
  display: block
}

#pun-navlinks .container {
    background: #000000;
    border-radius: 20px 20px 0px 0px;
    color: var(--links);
    text-transform: lowercase;
    font: var(--text);
    display: inline-block;
    margin: 0px 18px 0px 18px;
    position: relative;
    width: 978px;
    height: 25px;
    word-spacing: 20px;
    top: 37px;
    left: -24px;
    padding: 7px 0 0 22px;
}

  #pun-main .pagelink {
  font: var(--mainfont-zip);
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  text-align: justify;
  color: var(--text);
  }

  #pun-main .postlink {
  color: var(--links);
  font-size: 10px;
  }

  .linksb a, .linkst a {
  font-weight: 500;
  background: var(--bg-3);
  padding: 4px 8px;
  border-radius: 5px;
  transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s !important;
  }
  
  .linksb a:hover, .linkst a:hover {
  color: var(--links) !important;
  background: var(--scroll-bg) !important;
  }

.punbb table Div.icon {
    float: left;
    display: block;
    width: 50px;
    height: 31px;
    border-style: none;
    position: relative;
    margin-top: -7px;
    margin-left: 29px;
}

.punbb table div.inew {
  background: var(--iconnew-zip) no-repeat;
}

.tclcon .byuser {
  display: block;
  color: var(--text)!important;
  margin-top: 4px !important;
  padding-left: 17px
}


#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
  background: var(--text);
  background-position-y: 93px;
  display: block;
  float: left;
  height: 6px;
  margin-left: 0px;
  margin-right: 15px;
  margin-top: 7px;
  position: relative;
  width: 6px;
  border-radius: 100%;
  box-sizing: border-box;
}


#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
  background: var(--links)!important;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
  background: var(--text);
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
  background: var(--text);
}

#pun-viewforum .forum a, #pun-messages a .forum, #pun-searchtopics .forum a {
  color: var(--links)
}

#pun-viewforum .forum a:hover, #pun-messages a:hover .forum, #pun-searchtopics .forum a:hover {
  color: var(--links)
}

#pun-viewforum .tcr, #pun-messages .tcr, #pun-searchtopics .tcr {
  color: var(--links)

}
 /*кнопки*/
.go-up, .go-down {
    cursor: pointer;
    display: none;
    margin-bottom: 160px;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    padding: 0px 0px;
    transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s;
    width: 34px;
    height: 34px;
}

.go-up {
    top:380px;
    margin-left: 1000px !important;
}

.go-down {
    top: 430px;
    margin-left: 1000px !important;
}


.go-up:hover, .go-down:hover {
    transform: scale(1.2)
}

/*ползунок размер шрифта*/
.FNTslider {
    position: relative;
    z-index: 1000;
    background: var(--scroll-bg);
    width: 110px;
    height: 3px;
    margin: 6px 5px;
    border: solid 1px var(--text2);
    float: right;
    margin-right: 58%;
}

.FNTslider .before {
    height: 3px;
    border: solid 1px  var(--links);
    border-right: none 0;
    position: absolute;
    background: var(--links-2);
    margin: -1px 0px;
}

.FNTslider .thumb {
    width: 4px;
    height: 9px;
    position: relative;
    top: -4px;
    background: var(--links);
    cursor: pointer;
    border: 1px solid var(--scroll-1);
}

/*разделитель тем*/
.td-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}


.td-divider span {
  background: var(--bg-3);
  font-size: 12px;
  padding: 0px;
  border-radius: 5px;
  color: var(--text);
  font-weight: 400;
  text-align: center;
  width: 960px;
  position: absolute;
  left: 18px;
}

    /*   #pun-index.punbb th, #pun-viewforum.punbb th {
      display: none;
    }*/


 /*это интересно*/

div#pun-live-rusff {
  font-size: 0 !important;
}

.cool1 {
    width: 68px !important;
    height: 16px !important;
    padding: 0px 5px 2px 5px !important;
    background: #3B383F !important;
    font-size: 9px !important;
    font-family: 'Mulish' !important;
    color: #e2ac48 !important;
    border-radius: 5px 0px 0 5px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    margin: 0 !important;
}

.cool2 {
  width: 16px !important;
  height: 16px !important;
  background: #3B383F !important;
  border: none !important;
  margin: 0 !important;
}

.cool3 {
  width: auto !important;
  height: 16px !important;
  padding: 0px 5px 2px 5px !important;
  background: #3B383F !important;
  color: #9580A5 !important;
  font-size: 9px !important;
  font-family: 'Mulish' !important;
  border-radius: 0 5px 5px 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: 600 !important;
  margin: 0 !important;
  border: none !important;
}

/*кнопки*/

#file_upload_input {
  padding: 10px 10px 10px 10px!important;
}

input.button, #pa-edit strong a {
    font: var(--mainfont-zip) !important;
    background: #3c3c3c !important;
    padding: 4px 8px !important;
    border-radius: 5px !important;
    color: #cbac38 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: lowercase;
    border: none !important;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s !important;
}

input.button:hover, #pa-edit strong a:hover {
  background: var(--bg-3) !important;
  color: var(--links)!important;
}

#pun-main .formal textarea {
    box-sizing: border-box;
    background: var(--bg-zip);
    border: 1px solid #000000 !important;
border-top:none!important;
    border-radius: 0 0 5px 5px;
    padding: 10px !important;
    color: var(--text);
    width: 100% !important;
    font-size: 12px;
}

input, textarea {
  outline: none;
}  
input:active, textarea:active {
  outline: none;
} 
:focus {
  outline: none;
}

.topic a.sharelink {
  display: none;
}


.punbb div.icon {
  float: left;
  display: block;
  width: 60px;
  height: 60px;}


.tc2 .user-avatar, .tcr .user-avatar {
  display: none;
}

/*ссылки в подфорумы*/
.ziplinks {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 24px;
width: 532px;
height: 12px;
background: var(--bg-2);
border-radius: 0px 0px 5px 5px;
margin-top: -18px;
margin-bottom: 14px;
margin-left: -20px;
font-weight: 500;
font-size: 10px;
padding: 5px 0;
}

#onlinelist a {
  color: var(--links-2)
}

#onlinelist a:hover {
  color: var(--links-2)
}

#onlinelist a[href$="/online.php"], #onlinelist a[href$="/userlist.php"] {
  color: var(--links-2)
}

#onlinelist a[href$="/online.php"]:hover, #onlinelist a[href$="/userlist.php"]:hover {
  color: var(--text)
}

.punbb .section h2 span, #pun-stats h2 span, #pun-debug h2 span, .punbb h1 span, #post-form > h2, .punbb legend span {
  border-radius: 5px!important;
  font-weight: 700!important;
  font-size: 12px!important;
  font-style: normal!important;
  text-align: center;
  display: block;
  margin: auto;
  height: 17px;
  color: var(--text);
}

#post > fieldset:nth-child(2) > legend {
  display: none;
}

#pun-main h1 span {
  display: none;
}

#pun .post-content .spoiler-box > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
  border-radius: 5px;
  background: var(--bg-zip);
  color: var(--links);
  font-weight: 500;
  font-size: 12px;
}

#pun .post-content .spoiler-box > div:before {
  content: "";
  display: block;
  background: var(--spoilericon) no-repeat;
  width: 16px;
  height: 16px;
  padding-right: 6px;
}
#pun .post-content .spoiler-box > div.visible:before {
  transform: rotate(180deg);
}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -384px;
  width: 768px;
  z-index: 100;
  box-shadow: 0 0 40px #222;
  -webkit-box-shadow: 0 0 40px #222;
  -moz-box-shadow: 0 0 40px #222;
  -khtml-box-shadow: 0 0 40px #222;
  background: var(--bg-3);
}


.pa-respect a[href*="&v=0&cod"], .pa-respect a[href*="&v=1&cod"]{
   display: inline-block;
   position: absolute;
   margin-top: -4px;
   margin-left: -12px;
}
.pa-respect a[href*="&v=1&cod"] img, .pa-respect a[href*="&v=0&cod"] img {
  visibility: hidden;
  /*размеры для картинок  +/- */
  height: 10px;
  width: 10px;
}
.pa-respect a[href*="&v=1&cod"]{
   background: var(--pluszip) center 100% no-repeat; /*картинка для +*/
}
.pa-respect a[href*="&v=0&cod"] {
  background: var(--pluszip) center  100% no-repeat; /*картинка для  - */
}

.punbb input {
    background: var(--bg-zip);
    color: var(--text);
    height: 23px;
    border-radius: 5px;
    border: 1px solid #666666;
    padding: 0 10px!important;
}

#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area, #spoiler-area {
    color: var(--text);
    border: 1px solid #000000 !important;
    background: var(--bg-2);
    border-radius: 5px;
    padding: 10px !important;
}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #spoiler-area {
  top: 70px !important;
}

#font-area {
  height: 200px;
  overflow-y: auto;
}

.pun-modal .modal-inner {
  background: var(--bg-2);
  border-radius: 5px;
  margin: auto;
  top: -100px;
}


.category-1 h2 {
  background: var(--categoryone-zip) no-repeat top center;
}

.category-2 h2 {
  background: var(--categorytwo-zip) no-repeat top center;
}

.category-3 h2 {
  background: var(--categorythree-zip) no-repeat top center;
}

div#form-buttons {
    background: #7e7e7e;
    border-radius: 10px 10px 0 0;
}

#messages > fieldset > div > div > table {
    width: 673px;
}

li.pa-ip {
    font-size: 7px;
    margin-top: 5px;
    color: #7a7a7a;
}

#p3 > div > div.post-author > ul > li.pa-ip > a {
    color: #7a7a7a;
}

li.pl-share {
    display: none !important;
}

li.pl-reports {
    display: none !important;
}

td.tcl.username {
    width: 400px !important;
}

#rep_form .tcl {
    width: 20%!important;
}

.lastedit {
  font-size: 0px!important;
}

.post-box a {
    color: var(--links)!important;
}