/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1678631138.css);

/*кириллица*/

@import url('https://fonts.googleapis.com/css2?family=Jost: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');

@font-face {
  font-family: 'RON';
  src: url(http://forumstatic.ru/files/001b/c2/90/18528.otf);
}



:root {
  --bg-virus: url(http://forumstatic.ru/files/001b/c2/90/14802.webp);
  --header-virus: url(http://forumstatic.ru/files/001b/c2/90/52447.webp);
  
  --virusfoot: url(http://forumstatic.ru/files/001b/c2/90/98567.webp);
  
  --categoryone-virus: url(http://forumstatic.ru/files/001b/c2/90/87657.svg);
  --categorytwo-virus: url(http://forumstatic.ru/files/001b/c2/90/40928.svg);
  --categorythree-virus: url(http://forumstatic.ru/files/001b/c2/90/33934.svg);
  --categoryfour-virus: url(http://forumstatic.ru/files/001b/c2/90/47773.svg);
  --categoryfive-virus: url(http://forumstatic.ru/files/001b/c2/90/16339.svg);
  --categorysix-virus: url(http://forumstatic.ru/files/001b/c2/90/30478.svg);  
 
  --mainmenu-virus: linear-gradient(180deg, #3a3a3ad9 0%, rgb(58 58 58 / 0%) 100%);
  --iconnew-virus: url(http://forumstatic.ru/files/001b/c2/90/48856.svg);
 
  --iconnonew-virus: url(http://forumstatic.ru/files/001b/c2/90/76349.svg);
  --spoilericon: url(https://forumstatic.ru/files/001b/b4/ca/42124.svg);

  --plusvirus: url(https://forumstatic.ru/files/001b/b4/ca/97256.svg);

  --virusup: url(https://forumstatic.ru/files/001b/b4/ca/99584.svg?v=1);
  --virusdown: url(https://forumstatic.ru/files/001b/b4/ca/98934.svg?v=1);

  --actubox: (rgba(45, 45, 45, 0.9));
    --tooltip: #cc7774;

    --text2: #7E7E7E;
    --bg-1: #e1e2e4;
    --bg-2: #e7e8eb;
    --bg-3: #d5d5d5;
    --text: #404040;
    --links: #cd7674;
    --links-2: #cd7672;
    --scroll-1: #cf7576;
    --scroll-bg: #1c1c1c;

  --mainfont-virus: 400 13px/150% 'Jost';
  --link-font: 22px/150% 'RON';

  /*купоны*/
  --personal_plash: url(http://forumupload.ru/uploads/001b/b4/ca/2/733782.png);
  --immunity: url(http://forumupload.ru/uploads/001b/b4/ca/2/638697.png);
  --person_book: url(http://forumupload.ru/uploads/001b/b4/ca/2/528838.png);
  --bankxtwo: url(http://forumupload.ru/uploads/001b/b4/ca/2/320282.png);
  --change_face: url(http://forumupload.ru/uploads/001b/b4/ca/2/293735.png);
  --inside_object: url(http://forumupload.ru/uploads/001b/b4/ca/2/710662.png);
  --choose_achiev:url(http://forumupload.ru/uploads/001b/b4/ca/2/390240.png);
  --shop_sale: url(http://forumupload.ru/uploads/001b/b4/ca/2/141516.png);
  --plash_shop: url(http://forumupload.ru/uploads/001b/b4/ca/2/638512.png);
  --twin: url(http://forumupload.ru/uploads/001b/c0/6b/4/463881.png);

  --title_plash: url(http://forumupload.ru/uploads/001b/b4/ca/2/539452.png);
  --title_cupons: url(http://forumupload.ru/uploads/001b/b4/ca/2/564470.png);
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
    margin: 0 auto 0px;
    padding: 0;
    background: var(--bg-virus) center center / cover fixed;
    background-color: #1c1c1c;
    object-fit: none;
}

/* 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 14px;
    border: none;
}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: auto;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* 3.3 */
.punbb textarea, .punbb optgroup {
    font: var(--mainfont-virus);
    box-sizing: border-box;
    background: var(--bg-2);
    border: 1px solid var(--bg-3);
    border-radius: 5px;
    color: var(--text);
    font-size: 12px;
}

.punbb select {
    font: var(--mainfont-virus);
    box-sizing: border-box;
    background: var(--bg-2);
    border: 1px solid var(--bg-3) !important;
    border-radius: 5px;
    color: var(--text);
    width: 100% !important;
    font-size: 12px;
    height: 25px;
}


.lastedit {
  display: none;
}


/* 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: var(--mainfont-virus);
}

/* 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: none
  }

/* 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: 46px;
    width: 1100px;
    margin: auto auto 100px;
    top: 86px;
    box-sizing: border-box;
    position: relative;
}


/* A5.2 */
.punbb {
    font: var(--mainfont-virus);
    text-transform: lowercase;
    height: auto;
    padding: 25px 20px 9px 20px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 16px solid var(--bg-2);
}

.punbb .user-avatar .avatar-image {
    border: 3px solid var(--scroll-1);
}
.punbb .user-avatar .isonline {
    background: var(--links) !important;
}

/* 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 {
    height: 56px;
    border: 0;
    opacity: 1;
    font-size: 0;
    width: 1029px;
    margin-left: 0px;
}


#pun-index .category tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 975px;
    margin: 24px 14px;
    border-bottom: 1px dashed #a7a7a7;
}

#pun-index .category tr.inew {
    /* border: 1px solid var(--scroll-1); */
    /* background: var(--bg-2); */
}

.category-1 h2 {
  background: var(--categoryone-virus) no-repeat top center;
}

.category-2 h2 {
  background: var(--categorytwo-virus) no-repeat top center;
}


.category-3 h2 {
  background: var(--categorythree-virus) no-repeat top center;
}


.category-4 h2 {
  background: var(--categoryfour-virus) no-repeat top center;
}

.category-5 h2 {
  background: var(--categoryfive-virus) no-repeat top center;
}


.category-6 h2 {
  background: var(--categorysix-virus) no-repeat top center;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-transform: none;
  text-align: justify;
  }

/* 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-transform: none;
  }

/* 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 0.8em 1.4em 0.8em;
    padding: 2em 2em 1em 2em;
    border-radius: 20px;
    background: var(--bg-2);
}

/* B1.9 */

.punbb .code-box strong.legend:before, .post-content .spoiler-box > div:before {
    content: '*';
    font-size: 27px;
    position: absolute;
    color: #4c607f00;
    opacity: 0.5!important;
    background: url(http://forumstatic.ru/files/001b/c2/90/65391.svg?v=1) no-repeat;
    margin-left: -32px;
}

.punbb .quote-box cite, .punbb .code-box strong.legend, .post-content .spoiler-box > div {
    padding: 2px 10px 4px !important;
    display: block;
    text-transform: uppercase;
    font-size: 9px;
    margin: -6px 1px 12px 22px;
    font-weight: 500;
    background: var(--text) !important;
    height: 16px;
    border-radius: 30px;
    text-align: inherit;
    color: var(--links);
}

/* 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-virus);
  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 0px;
    font-size: 1.1em;
}

/* C1.6 */
.punbb fieldset legend span {
  font-size: 10px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  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: 0;
}


/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    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: 60%;
    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: 11px;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px 0 90px;
    width: 40%;
    color: var(--text2);
}

.punbb .main .tcr a.lastpost-link {
    font-size: 12px;
    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;
  }

.punbb .post h3 strong {
    float: right;
    text-align: right;
    font-weight: 800;
    width: 42px;
    height: 19px;
    padding-top: 1px;
}

/* C3.5 */

.punbb .post .post-author {
    float: left;
    width: 220px;
    border-radius: 20px;
    overflow: hidden;
    position: static;
    margin-left: -40px;
    margin-top: 10px;
    border-left: 20px solid var(--bg-1);
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0em 1em 0em;
    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: 210px;
    height: 100%;
    background: var(--bg-2);
    border-radius: 10px;
}

.post-author ul {
  line-height: 11px;
  text-align: center;
  width: auto;
}

.post-author .pa-author {
    text-align: center;
    font-size: 12px;
    text-transform: lowercase;
    margin-top: 15px;
}

.post-author li.pa-online {
    background: url('http://forumstatic.ru/files/001b/c2/90/30507.svg') no-repeat;
    height: 16px;
    border: none;
    padding: 0;
    margin-top: 1px!important;
    margin-left: 100px;
    font-size: 0px!important;
    width: 16px;
    position: absolute;
    opacity: .7;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.post-author li.pa-online:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.post-author li.pa-last-visit {
    position: absolute;
    background: url('http://forumstatic.ru/files/001b/c2/90/31529.svg?v=1') no-repeat;
    height: 16px;
    border: none;
    padding: 0;
    margin-top: 1px!important;
    margin-left: 100px;
    font-size: 0px!important;
    width: 16px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.post-author li.pa-last-visit:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

li.pa-time-visit {
    font-size: 9px;
    line-height: 10px;
}

.pa-title {
  text-align: center;
  font-weight: 500;
  font-size: 9px;
  color: var(--text2)
}

.pa-avatar {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pa-avatar img {
  border-radius: 5px;
  max-width: 180px;
  max-height: 180px;
}

.pa-fld1 {
    font-size: 9px;
    text-align: center;
    position: relative;
    top: -3px;
}

.post-author .pa-posts, .post-author .pa-respect, .post-author {
    font-size: 9px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    color: var(--text2);
    width: 60px;
    margin: 5px 0;
}

.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 {
    font-size: 7px;
    display: flex;
    height: 12px;
    justify-content: center;
    text-transform: uppercase;
}
    
.lz-name {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 8px;
    margin-bottom: 4px;
}

.pa-online {
    margin-top: 20px;
    font-weight: 700;
    font-size: 10px;
    color: var(--daybg-3);
}


/* C3.9 */
li.pa-online {
  line-height: 0.8em;
  border: none;
  padding-left: 0.4em;
  }

/* C3.11 */
.punbb .post-body {
    margin-left: 16em;
    border: none;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 1em 3em 1em 2em;
}

/*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;
    margin: 0 11px;
}

/* 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-2);
    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;
  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 {
    width: 975px;
    text-align: center;
    margin: 7px 0 0 30px;
    position: absolute;
    border-bottom: 1px dashed  #a6a7a9;
    height: 8px;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
  }

/* D3.4 */
#pun-navlinks li a {
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
}

/* 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-virus);
    font-size: 10px;
    font-style: normal;
    border: none;
    margin-top: 27px;
}

/* 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;
    color: var(--text);
    font-family: var(--mainfont-virus);
    font-size: 10px;
    margin: 0 20px;
}

  #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-virus);
    font-weight: bold;
    font-size: 10px;
    color: var(--text);
    border: none;
    background-color: transparent;
    margin: 0 20px;
}


/* 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 {
    padding: 0em;
    display: none;
}

/* D6.3 */
#pun-announcement .container {
    padding: 0em 1em 1em 1em;
}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    background: #ff6d6d00;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1009px;
    margin-left: 11px;
}

/* 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: 0px;
    height: 0px;
}

/* D8.4 */
#pun-about .container {
    border: none;
    text-align: center;
    line-height: 150%;
    padding: 0.8em 1em;
    position: relative;
    top: 114px;
    z-index: 1;
    font-size: 9px;
}

/* 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: 0 20px;
}

/* 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;
  }

#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;
}

  ::-webkit-scrollbar-thumb {
  background-color: var(--scroll-1);
  border-radius: 10px;
}

  ::selection {
    background: var(--links-2);
    color: #101010;
  }


.plashesvirus::-webkit-scrollbar-thumb {
  background: var(--scroll-bg);
  border-radius: 10px;
}


.plashesvirus::-webkit-scrollbar {
  background: transparent;
  height: 3px;
}

/* CS1 Background and text colours
-------------------------------------------------------------*/
body {
  background: transparent;
}

/* 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-virus);
  }


/* 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-size: 11px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #a6a7ab;
    margin-left: 20px;
    margin-right: 20px;
}

/* CS1.7 */

  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: var(--links);
    transition: 0.5s;
}



.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: var(--links);
  }


/* 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);
  }


/* CS3.3 */
#pun-navlinks a {
    color: var(--links);
    text-decoration: none;
    transition: 0.5s;
}


/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: var(--scroll-bg);
  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;
}

#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
  display: none;
}

li#onlinelist div {
    border: none;
    padding: 6px 20px;
    text-align: justify!important;
    color: var(--text);
    font: var(--mainfont-virus);
    font-size: 11px;
    font-weight: 400;
    text-transform: lowercase;
}

li#onlinelist {
  margin-top: 10px;
  width: 960px;
  color: var(--text);
  font: var(--mainfont-virus);
  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: 2px;
    padding-bottom: 2px;
    color: var(--text);
    text-transform: lowercase;
    text-align: center;
    font: var(--mainfont-virus);
    font-size: 10px;
    width: 225px;
    border: 1px solid var(--bg-2);
    border-radius: 30px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--bg-2);
}


#pun-index .tclcon h3 a {
    color: var(--text);
    padding: 0px 10px;
    font: var(--link-font);
    text-transform: lowercase;
}

#pun-index .tcl {
    padding: 14px;
}

#pun-main > div > h2 > span {
    font-size: 0px;
}


/*стиль подфорума*/

.tclcon {
    position: relative;
    padding-left: 15px;
    text-align: justify;
    margin: -5px 0px 9px;
    color: var(--text2);
    line-height: 14px;
}


.virusdescription {
    font-size: 9px;
}

.tclcon::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
}

#pun .user-avatar .avatar-image {
  width: 30px;
  height: 30px
}

#pun-index .user-avatar {
  display: block
}

#pun-navlinks .container {
    text-transform: lowercase;
    display: inline-block;
    margin: 0px;
    position: relative;
    height: auto;
    word-spacing: 20px;
    top: -19px;
}

#pun-main .pagelink {
    font: var(--mainfont-virus);
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    text-align: justify;
    color: var(--text);
    margin-top: 10px;
    margin-left: 11px;
}

  #pun-main .postlink {
  color: var(--links);
  font-size: 10px;
  }


.linksb a, .linkst a {
    background: var(--bg-2);
    padding: 4px 8px;
    border-radius: 30px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s !important;
    text-transform: uppercase;
    font-size: 9px;
}

  .linksb a:hover, .linkst a:hover {
  color: var(--links) !important;
  background: var(--scroll-bg) !important;
  }

.punbb table Div.icon {
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    border-style: none;
    position: relative;
    z-index: 1;
    margin-left: 8px;
    margin-top: 14px;
    background: var(--iconnonew-virus);
}

.punbb table div.inew {
    background: var(--iconnew-virus) no-repeat;
}

.tclcon .byuser {
    display: block;
    color: var(--text)!important;
    margin-top: 4px !important;
}

#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(--text2);
}


#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;
    margin-left: 1100px !important;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    padding: 0px 0px;
    transition: 0.5s;
    width: 34px;
    height: 34px;
    opacity: 0.7
}

.go-up {
    top: 50%;
}

.go-down {
    top: 54%;
}

.go-up:hover, .go-down:hover {
    opacity: 1
}

/*ползунок размер шрифта*/
.FNTslider {
    position: absolute;
    z-index: 99;
    background: var(--bg-1);
    width: 110px;
    height: 4px;
    margin: 8px 5px;
    border: solid 1px var(--scroll-1);
    float: right;
    margin-left: 72%;
    border-radius: 10px;
}

.FNTslider .before {
    height: 3px;
    border: solid 1px  var(--scroll-1);
    border-right: none 0;
    position: absolute;
    background: var(--scroll-1);
    margin: -1px 0px;
    border-radius: 5px;
}

.FNTslider .thumb {
    width: 9px;
    height: 9px;
    position: relative;
    top: -5px;
    background: var(--bg-1);
    cursor: pointer;
    border: 3px solid var(--scroll-1);
    border-radius: 10px;
}

/*разделитель тем*/
.td-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}



.td-divider span {
    background: var(--bg-2);
    font-size: 10px;
    padding: 1px 0px 0px 0px;
    color: var(--text2);
    font-weight: 400;
    text-align: center;
    width: 1069px;
    position: absolute;
    left: 16px;
    text-transform: uppercase;
}


 /*это интересно*/

div#pun-live-rusff {
    display: none;
}


/*кнопки*/

#file_upload_input {
  padding: 10px 10px 0px 10px!important;
}

input.button, #pa-edit strong a {
    font: var(--mainfont-virus);
    background: var(--links) !important;
    color: var(--bg-1) !important;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 11px !important;
    font-weight: 500 !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(--text) !important;
  color: var(--links)!important;
}

#pun-main .formal textarea {padding: 10px;}

input, textarea, input:active, textarea:active, :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;
}

/*ссылки в подфорумы*/
.viruslinks {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    height: 12px;
    border-radius: 0px 0px 5px 5px;
    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)!important;
}

#onlinelist a[href$="/online.php"]:hover, #onlinelist a[href$="/userlist.php"]:hover {
  color: var(--text)!important;
}


.punbb .section h2 span, #pun-stats h2 span, #pun-debug h2 span, .punbb h1 span, #post-form > h2, .punbb legend span {
    font-weight: 700;
    font-size: 12px!important;
    font-style: normal;
    text-align: center;
    display: block;
    margin: auto;
    height: 0px;
    color: var(--text);
}

#post > fieldset:nth-child(2) > legend {
  display: none;
}

#pun-main h1 span {
  display: none;
}

#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: 9999;
  border-radius: 15px;
  background: var(--bg-3);
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -khtml-box-shadow: none!important;
}



.pa-respect a[href*="&v=0&cod"], .pa-respect a[href*="&v=1&cod"] {
    display: inline-block;
    position: absolute;
    margin-top: -4px;
    margin-left: -11px;
}

.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(--plusvirus) center 100% no-repeat; /*картинка для +*/
}


.pa-respect a[href*="&v=0&cod"] {
  background: var(--plusvirus) center  100% no-repeat; /*картинка для  - */
}

.punbb input {
    background: var(--bg-2);
    color: var(--text);
    height: 23px;
    border-radius: 196px;
    border: 1px solid var(--bg-3);
    padding: 0 10px;
}

#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 var(--text2) !important;
    background: var(--bg-2);
    border-radius: 0 0 5px 5px;
    padding: 10px !important;
    margin-top: -18px;
}


#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;
}

td#button-graffiti_rusff {
  display: none !important;
}

td#button-files_rusff {
  display: none !important;
}

#rep_form .tcl {
    width: 20%!important;
}

li.pa-ip {
    font-size: 7px;
    margin-top: 5px;
    color: #7a7a7a;
}

/*страница репутации*/

#pun-main > div.section > div > table > tbody > tr {
    width: 955px;
    font-size: 11px;
}

#pun-main > div.section > div > table > tbody > tr > td.tcr {
    width: 355px!important;
}

/*отключить пожаловаться и поделиться*/

li.pl-share { 
    display: none!important; 
} 
 
li.pl-reports { 
    display: none!important; 
}

#pun-main > div.linksb > div.postlink > span.closed  { 
    display: none; 
}

#messages > fieldset > div > div > table {
    width: 673px;
}

#pun-main > div.topic > div > div > div.post-author > ul {
    color: var(--text);
}


/*всплывающие подсказки при наведении*/
#tooltip {
    position: absolute;
    background: var(--tooltip);
    z-index: 999;
    max-width: 180px;
    border: none;
    border-radius: 15px;
    font-family: 'Mulish';
    font-size: 10px;
    display: none;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    text-transform: lowercase;
}

/*откл подар*/
li.pa-gifts {
    display: none;
}


/*активные темы, темы без ответов*/
#pun-main > div.forum > div > table > tbody > tr.altstyle.isticky > td.tcl {
    width: 50%;
}

#pun-main > div.forum > div > table > tbody > tr.altstyle > td.tcl {
    width: 50%;
}