/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1750692214.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */

html, body {
    margin: 0;
    padding: 0;
}

body {
  padding: 0;
  /*  background: url(https://forumstatic.ru/files/001c/67/5f/66147.jpg?v=1) no-repeat;*/
    background-position: top center;
   /* background-size: cover;
    background-attachment: fixed;*/
    background-color: #1e1f19;
 background: url('https://i7.imageban.ru/out/2025/05/13/9f1cceb604e13b0ff72bb5c03c31ba59.png') fixed no-repeat,
url('https://forumstatic.ru/files/001c/67/5f/45989.jpg') repeat-y;
}

body.night {
    padding: 0;
    background-color: #090909;
   background: url('https://i2.imageban.ru/out/2025/05/19/0737654c60560c18e8da84d1d5fe2690.png') fixed no-repeat,
url('https://i3.imageban.ru/out/2025/05/19/220583de79874ada6e6c9a7540b2cea2.png') repeat-y;
}

/* A2.2 */
.punbb * {
  margin: 0;
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
    table-layout: fixed;
    width: 100%;
}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }

/* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 96.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea {
  font: 1em verdana, arial, helvetica, sans-serif; 
 outline: none;
  }

.punbb input, .punbb select, .punbb optgroup {
    font: 1.1em verdana, arial, helvetica, sans-serif;
    outline: none;
    /*text-align: center;*/
}

.group.icon.inew {
font-weight: bold;
}


/* A3.4 */
.punbb h1, .punbb h2 {
    font-size: 12px;
    font-weight: bold !important;
    font-family: 'Roboto-regular';
    text-transform: uppercase;
    text-align: center;
    margin-top: 1px;
}

/* A3.5 */
.punbb h1 span {
    font-size: 1.2em;
    color: #676155;
    font-weight: bold;
}

.night .punbb h1 span {
    color: #7c7c7c;
}

.punbb h2 span, .punbb legend span {
    font-size: 1em;
    color: #505050;
}

night.punbb h2 span, night.punbb legend span {
    color: #d5d5d5;
    }

#post-form.formal h2 span {
font-size: 12px;
    color: #505050;
    border-radius: 5px;
    position: absolute;
    /* background: #cdcdcd; */
    width: 911px;
    padding: 8px;
    margin-left: -460px;
    margin-top: -90px;
    text-transform: uppercase;
    font-family: arial black;
   display: none; 
}

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
/* &#248;&#232;&#240;&#232;&#237;&#224; &#244;&#238;&#240;&#243;&#236;&#224; &#239;&#240;&#238;&#241;&#242;&#224;&#226;&#235;&#255;&#229;&#242;&#241;&#255; &#231;&#228;&#229;&#241;&#252; */

#pun_wrap {
    margin-left: 0px;
    padding: 0px 0px 0px 30px;
}

#pun {
    margin-top: 320px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 930px;
    border-style: none;
    background-color: #d5d5c8;
    padding-left: 35px;
    padding-right: 35px;
    border: 2px solid #292929;
    border-radius: 15px;
}

.night #pun {
    background-color: #242424;
}

/* A5.2 */
.punbb {
  float: auto;
  height: auto;
  width: 100%;
  }

/* 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;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  /* border-style: none none solid none; */
  border-width: 0px 0px 2px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
    padding: 1em 1em 5em 1em;
    border-width: 0 0px 0px 0;
}

#pun-main h2 {    padding: 0;}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: auto;
    overflow: hidden;
    /* margin-left: 10px; */
    text-align: justify;
    word-wrap: break-word;
    /* margin-top: -10px; */
    line-height: 1.5;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    margin: 20px 0;
    padding: 0;
    height: 1px;
    border: none;
    background: #c7c7b6;
}

.night .punbb .post-sig dt {
    background: #2b2b2b;
}

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    line-height: 1.5;
    padding: 0 0 0.8em 0;
}

/* B1.4 */
.punbb .post-content img {
    vertical-align: middle;
}

/* 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 20px 1.4em 14px !important;
    padding: 1em;
    background: #e1e1d9;
    border-radius: 5px;
    background: #9e9d881a;
    border: 1px solid #9e9d8838;
}

.night .code-box {
    background: #e1e1d9;
    border-radius: 5px;
    background: #2c2c2c;
    border: 1px solid #505050;
}

/* B1.9 */

.punbb .code-box strong.legend {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 8px;
    font-family: 'bebas neue';
    border-bottom: 2px dotted #9e9d88;
    color: #8f8775;
}

.night .punbb .code-box strong.legend, .night .punbb .quote-box cite {
    border-bottom: 2px dotted #6f6f6f;
    color: #6f6f6f;
}
  
.punbb .quote-box cite {
  display: block;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 8px;
  color: #8f8775;
  border-bottom: 2px dotted #9e9d88;
  font-family: 'PT Mono';
    letter-spacing: 0.5px;
}

.author-avatar {
    width: 34px!important;
    margin-top: 0!important;
    float: left;
}

.quote-box.with-avatar {
    padding-left: 10px!important;
}

.author-avatar+span {
    margin-left: 0px!important;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }

/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -2em;
    left: 2em;
    width: 24em;
    color: #505050;
    font-family: Roboto-regular;
}

.linkst .pagelink strong, .linksb .pagelink strong {
  color: #8f8775;
    background: #9e9d882b;
    padding: 1px 2px 1px 2px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
}

.night .linkst .pagelink strong, .night .linksb .pagelink strong {
  color: #676767;
    background: #2c2c2c;
}

/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -2em;
    right: 2em;
    width: 16em;
    text-align: right;
    font-weight: bold;
    color: #676155;
    font-family: Roboto-regular;
}

.night .linkst .postlink {
    color: #4d4d4d;
}

/* B3.5 */
.punbb .linksb {
    margin: 0px 0px 5px 1px;
    text-align: right;
    padding: 0.4em 1em 0.5em 1em;
    font-size: 1.1em;
    border-radius: 0px 0px 20px 0px;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    color: #676155;
    font-family: Roboto-regular;
    margin-left: -10px;
    margin-bottom: 10px;
}

.night .linksb .pagelink {
   color:#505050;}


/* B3.7 */
.linksb .postlink {
    display: none;
}

/* B3.8 */
.subscribelink a {
    clear: both;
    font-family: Roboto-regular;
    width: 450px;
    text-align: center;
    border-radius: 5px;
    padding: 7px 3px 7px 3px;
    float: left;
    margin-top: 30px;
    margin-left: -7px;
    z-index: 99;
    position: relative;
    color: #8f8775 !important;
    background: #c5c4b6;
    border: none !important;
}

.night .subscribelink a {
    color: #8f8775!important;
    background: #3b3a36!important;
    border: none !important;
}

.subscribelink a:hover {
    cursor: pointer;
    background: #4a7246 !important;
    color: #efefef !important;
    border-radius: 5px;
    transition: all .4s ease-in-out 0s !important;
}

.night .subscribelink a:hover, .night #togglePreview .button:hover {
    background: #897c63 !important;
    color: #ffffff !important;
    border: none !important;
}

#post-form {
    margin: 0px 0px 50px 1px;
    border-radius: 20px 0px 20px 0px;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
 padding: 1.7em 2.3em 1.1em 2.3em;
  background-color: #c3d7c3;
  margin: 1px;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0;
  }


/* C1.4 */
.punbb fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 0px;
}

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    font-size: 1.1em;
    line-height: 30px;
}

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
    padding: 0px 0px 0px 0px;
    width: 100.5%;
}

/* 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;
    padding-top: 16px;
}

/* 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: 50%;
    margin-left: 21px;
    border-radius: 0px 0px 0px 0px;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  background-color: transparent;
  text-align: center;
  width: 12%;
  }

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: right;
    width: 45%;
    font-family: 'Roboto-regular';
    text-transform: lowercase;
    font-size: 11px;
    border-radius: 0px 0px 0px 0px;
}

/* 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 {
background-color: transparent;
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* C2.8 */

#pun-index .tcl h3 {
    font-size: 18px;
    font-family: Cascadia Code;
    text-transform: uppercase;
    display: block;
    border-radius: 7px;
    align-content: inherit;
    margin-top: -14px;
    margin-left: 20px;
font-weight: normal;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
      display: none;
      }

/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 0px 0 0 1px;
    padding: 1em 1em 1em 1em;
    /*color: #676155;*/
}

/*.night .punbb .main td {
    color: #6e6e6e;
}*/

/* C2.12 */
.punbb .main th {
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1em;
    color: transparent;
}

/* C2.13 */
    .punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

   /* C2.14 */
.punbb td div.tclcon {
    margin-right: -3px;
    padding-top: 16px;
    padding-bottom: 15px;
}
/* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;
        width: 30px;
        height: 30px;}

/* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021;
}

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

.punbb .forum {
    border-color: transparent;
    margin: 0px 0px 0px 1px;
}


/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {  
border-color: transparent; }

/* CS2.5 */
.punbb th {
  border-color: transparent ;
    font-size: 0 !important;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  /* border-color: #d6d6d6; */
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }

/* C3.1 */
.punbb .post .container {
    border-style: none solid solid solid;
    border-width: 0px;
    margin-top: -1px;
    padding-bottom: 1px;
}

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */

.punbb .post h3 span {
    padding: 3px 10px 5px 21px;
    display: block;
    margin-left: 39px;
    font-weight: 500;
    color: #898989;
}

.punbb .fs-box .post h3 span {
    /* width: 100px; */
    margin-left: 200px;
}


.punbb .formal span.input #fld1[name="form[fld1]"], .punbb .formal span.input #fld2[name="form[fld2]"], .punbb .formal span.input #fld3[name="form[fld3]"], .punbb .formal span.input #fld4[name="form[fld4]"], .punbb .formal span.input #fld5[name="form[fld5]"] {
    width: 800px;
}

.punbb .formal span.input {
    /* padding-right: 500px!important; */
    /* width: 500px; */
}



/* C3.4 */

.punbb .post h3 strong {
    float: right;
    width: 200px;
    text-align: right;
    color: #9e9d88 !important;
    font-family: 'roboto-regular';
    font-weight: bold;
    font-size: 10px;
}

.night .punbb .post h3 strong {color: #5b5b5b!important;}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    /* padding: 5px 5px 5px 5px; */
    line-height: 110%;
}

.punbb .post {
    border-bottom: 2px dotted #9e9d88;
    border-image-slice: 1;
    margin: 1px 0px 10px 1px;
    padding-bottom: 25px;
}

.night .punbb .post {
    border-bottom: 2px dotted #2c2c2c;
}

.pa-author {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: normal !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'bebas neue';
    letter-spacing: 1px;
    margin-top: -1px;
    padding: 25px 5px 5px 5px !important;
    width: 220px;
    height: 15px;
}

.night .pa-author {
    color: #505050;
}

.pa-replies {
    position: relative;
    margin-top: 20px;
color: #676155;
}


/* C3.9 */

li.pa-title {
    font-size: 9px;
    height: 18px;
    margin-left: 0px;
    text-transform: lowercase;
    font-family: Roboto-regular;
    letter-spacing: 0.3px;
    padding-bottom: 3px !important;
    overflow: hidden;
    color: #8f8775;
    position: relative;
    text-align: center;
    line-height: 16px;
}

.night li.pa-title {color: #878787;}

li.pa-online {
    font-size: 0;
    height: 0px;
}

li.pa-ip {
    margin-top: 48px;
    width: 250px;
    color: #606060;
    position: absolute;
    z-index: 9;
}

li.pa-ip a {
    color: #606060!important;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 220px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */


.punbb .post-box {
    padding: 15px 10px 10px 10px;
    margin: 0px 10px 0px 10px;
    border-radius: 0px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    margin-left: 19em;
    border-left-style: solid;
    border-left-width: 1px;
    font-family: Roboto-regular;
    text-transform: uppercase;
}

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */

.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }

/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 10px 0px 10px 0px;
    text-align: right;
    color: #676155;
    font-family: Roboto-regular;
    font-size: 12px;
    border-radius: 0px;
}

.night .punbb .modmenu .container {
    color: #7c7c7c;
}

/* 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: 80px;
    margin: 0px 0px 0px 1px;
    padding-bottom: 40px;
}

/* C6.2 */
#profilenav {
    float: left;
     width: 150px; 
    margin-left: -170px;
    display: inline;
    margin-right: 80px;
}

/* C6.3 */
#profilenav li {
  padding-bottom: 1.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul {
    height: 100%;
    border-style: solid;
    border-width: 0px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    margin-left: 100px;
}

#profilenav ul {
    width: 106px;
    height: 100%;
    border-style: solid;
    border-width: 0px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    margin-left: 100px;
    margin-top: 20px;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }


/* C6.6 */
#viewprofile h2 span {
  padding: 0 5px;
  position: relative;
  }
  
#profilenav h2 span {
    padding: 0 5px;
    position: relative;
    margin-left: 90px;
}

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }


/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }

/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }


/* C7.2 */

#userlist.container, #punbbsearch.container, #login.container {
    width: 99.7%;
    margin-left: 1px;
}

#pun-userlist .usertable .container {
    border: none;
    margin: 0px 0px 0px 1px;
}

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/



/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title h1 span  {
  font-size: 1.5em;
  }

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -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 {
    position: sticky;
    top: 0;
    margin-left: -30px;
    z-index: 9995;
    height: 38px;
}

/* D.3 */
#pun-navlinks li {
    display: inline;
    padding-right: 1.5em;
    position: relative;
    z-index: 9;
}

/* D3.4 */
#pun-navlinks li a {
    font-size: 1.1em;
    font-weight: normal;
    color: #676155;
}

#pun-navlinks li a:hover {
    font-weight: normal;
    /*color: #687f79!important;*/
}

.night #pun-navlinks li a {
    color: #897c63!important;
}

.night #pun-navlinks li a:hover {
    color: #6e6e6e!important;
}

#pun-navlinks li a img {
    width: 25px;
    margin-right: 8px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.2 */

#pun-ulinks {
    position: sticky;
    top: 38px;
    margin-left: -36px;
    z-index: 9995;
    height: 20px;
    width: 600px;
}

/* D4.3 */
#pun-ulinks li {
    display: inline;
    border-left-style: solid;
    border-left-width: 1px;
    white-space: nowrap;
}

#pun-ulinks li a:hover {
/*color: #687f79!important;*/
}

/* D4.4 */

#pun-ulinks li a {
    padding: 0 0.3em 0 0.6em;
    color: #676155;
}

.night #pun-ulinks li a {
    color: #897c63!important;
}

.night #pun-ulinks li a:hover {
    color: #6e6e6e!important;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 80px;
    margin-left: -4px;
    font-family: roboto-regular;
    font-size: 10px !important;
    width: 939px;
    text-transform: lowercase;
}

/* D5.2 */
#pun-status .container {
    padding: 3px 5px 5px 5px;
    border-right: none;
    color: #676155;
}

.night #pun-status .container {
    color: #646464;
}

/* D5.3 */
#pun-status span {
    white-space: nowrap;
    margin-right: 0.5em;
    /* display: block; */
    /* border-left: solid 3px #657163; */
    padding-left: 5px;
    /* padding-top: 5px; */
}

#pun-status span.item1 {
    white-space: nowrap;
    margin-right: 0.5em;
    /* display: block; */
    /* border-left: solid 3px #657163; */
    /* padding-left: 5px; */
    /* border-bottom: 2px solid #657163; */
}

#pun-status span.item2 {
  white-space: nowrap;
  margin-right: 0.5em;
  /* display: block; */
  /* border-left: solid 3px #657163; */
  /* padding-left: 5px; */
  /* padding-top: 3px; */
  }

#pun-status span.item3.status-right {
  white-space: nowrap;
  margin-right: 0.5em;
  /* display: block; */
  /* border-left: solid 3px #657163; */
  padding-left: 5px;
  /* padding-top: 2px; */
  /* margin-top: -2px; */
  color: #f3f3f3;
  }

#pun-status span.item4.status-right {
  white-space: nowrap;
  margin-right: 0.5em;
  /* display: block; */
  /* border-left: solid 3px #657163; */
  padding-left: 5px;
  /* padding-top: 2px; */
  /* margin-top: -2px; */
  }



/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 1em 1em;
  font-size: 1.2em;
 
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    text-transform: lowercase;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(var(--grey) / .8);
    border-radius: 3px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {text-align: center;clear: both;}

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {text-align: center;}

/* D7.4 */
li#onlinelist {margin-top: 1em; text-align: justify; border-top-style: solid; border-top-width: 1px; float: left; width: 100%; line-height: 150%;}

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
    letter-spacing: 0.3px;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  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-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 3em 1em 1em 1em;
  font-size: 1.1em;
 /* text-align: center;*/
  font-family: 'Roboto-regular';
  text-transform: uppercase;
  color: #676155!important;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }

/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

.tclcon h3 a {
    color: #4a7246 !important;
    padding: 0px 0px 0px 40px;
    border-radius: 0px;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0.8px;
}

.night .tclcon h3 a {
    color: #897c63 !important;
}

.tclcon h3 a:hover {
    font-size: 1em;
  color: #af840e !important;
    font-weight: normal;
    padding: 0px 0px 0px 40px;
    /* background-position-x: -100%; */
    transition: all .3s ease-in-out 0s;
}

#viewprofile-next {
    margin: 0px 0px 0px 1px;
    border-radius: 0px 0px 35px 0px;
    padding-bottom: 40px;
}

#viewprofile-next #profilenav {
    display: inline!important;
    margin-left:-100px;
    width: 100px;
    text-align: justify;
    margin-top: 50px;
    background-color: transparent;
}


.night #viewprofile li strong lz2, .night #viewprofile li strong lz3, .night #viewprofile li strong imun1, .night #viewprofile li strong imun2, .night .pa-fld2 span.fld-name, .night .pa-respect, .night .pa-respect a, .night .pa-posts span.fld-name {
    filter: grayscale(100%);
background-color: #2c2c2c;
}

#viewprofile li strong lz2 {
background: url(https://forumstatic.ru/files/001c/67/5f/78982.svg) no-repeat center;
    filter: grayscale(0%);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #e1e1d9;
    background-size: 75%;
    border-radius: 25px;
margin-right: 10px;
}

#viewprofile li strong lz3 {
background: url(https://forumstatic.ru/files/001c/67/5f/69746.svg) no-repeat center;
    filter: grayscale(0%);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #e1e1d9;
    background-size: 75%;
    border-radius: 25px;
margin-right: 10px;
}

#viewprofile li strong lz2 a, #viewprofile li strong lz3 a {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
}

#viewprofile li strong imun1
{    background: url(https://forumstatic.ru/files/001c/67/5f/73476.svg) no-repeat center;
    filter: grayscale(0%);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #e1e1d9;
    background-size: 78%;
    border-radius: 25px;
margin-right: 10px;
}

#viewprofile li strong imun2 {
    background: url(https://forumstatic.ru/files/001c/67/5f/16798.svg) no-repeat center;
    filter: grayscale(0%);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #e1e1d9;
    background-size: 55%;
    border-radius: 25px;
margin-right: 10px;
}

#viewprofile li strong lz1 {
    width: 320px;
    display: block;
}

#viewprofile li strong lz1 a
{font-style: italic;}


.pa-author a {
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
    line-height: 16px;
    /*color: #2f5641 !important;*/
}

/*.pa-author a:hover {
    color: #687f79!important;*/
}

.night .pa-author a {
    color: #897c63 !important;
}

td#button-smile {background:url('/i/form_buttons.3.png') no-repeat 50% -437px;display: none;}

#pun-status .status-right {
    float: left;
    color: #676155!important;
}

.night #pun-status .status-right {
    color: #646464 !important;
}

#pun-status .status-right a {
    color: #676155!important;
}

.night #pun-status .status-right a {
    color: #646464 !important;
}

.banners00 {
    position: absolute;
    width: 1000px;
    background: #292929;
    bottom: 0px;
    height: 58px;
    padding-top: 17px;
    padding-bottom: 15px;
    border-radius: 0px 0px 10px 10px;
    margin-left: -36px;
}

.banners {
    position: absolute;
    left: 3px !important;
    width: 990px;
    height: 70px;
    bottom: 7px;
    text-align: center;
    transition-duration: 0.2s;
    line-height: 17px;
    overflow-y: scroll;
    letter-spacing: 6px;
}

.banners img {
    border-radius: 5px;
    width: 88px;
    height: 31px;
    object-fit: cover;
}

.banners a {
    filter: opacity(0.6) grayscale(1);
}

.banners a:hover {
          filter: grayscale(0);
  opacity: 1;
}

.banners::-webkit-scrollbar              { width: 3px; }
.banners::-webkit-scrollbar-track {
    background-color: #353535;
}
.banners::-webkit-scrollbar-thumb {
    background-color: #505050;
}

.scrollbox::-webkit-scrollbar {
    height: 5px;}


::selection {
    background: #8a7d64;
    color: #ffffff;
}

.night ::selection {
background: #676767;
    color: #ffffff;
}

.banners1 {
    display: inline-block;
    padding-right: 3px;
visibility: hidden;
}

#font-area {
    right: unset !important;
    height: 179px;
    background: #f4f4f4;
    border: 1px solid #d6d6d6;
    overflow-y: auto;
}

#size-area {
    right: unset !important;
    background: #f4f6f5;
    border: 1px solid #d6d6d6;
}

pl-info {
    position: relative;
    top: -10px;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    left: -68px;
    color: #676155;
    font-size: 10px;
    text-align: center;
    background: linear-gradient(0deg, #d5d5d5, transparent);
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: roboto;
    text-transform: uppercase;
}

.plashki-list {
    position: relative;
    left: 70px;
}


.code-market1 {
    position: relative;
    left: 570px;
    top: -200px;
    border: 1px solid #4e4e4e3b;
    font-family: roboto;
    font-size: 10px;
    text-transform: uppercase;
    color: #676155;
    padding: 6px;
    outline: none;
    cursor: pointer;
    width: 230px;
    background: #d9d9d9;
    border-radius: 20px;
}

.code-market2 {
    position: relative;
    left: 570px;
    top: -190px;
    border: 1px solid #4e4e4e3b;
    font-family: roboto;
    font-size: 10px;
    text-transform: uppercase;
    color: #676155;
    padding: 6px;
    outline: none;
    cursor: pointer;
    width: 230px;
    background: #d9d9d9;
    border-radius: 20px;
}

.code-market3 {
    position: relative;
    left: 570px;
    top: -180px;
    border: 1px solid #4e4e4e3b;
    font-family: roboto;
    font-size: 10px;
    text-transform: uppercase;
    color: #676155;
    padding: 6px;
    outline: none;
    cursor: pointer;
    width: 230px;
    background: #d9d9d9;
    border-radius: 20px;
}

#main-market {
    width: 840px;
    height: 748px;
    margin-left: 20px;
    border: 1px solid #4e4e4e3b;
}

#plashki {
    width: 400px;
    height: 440px;
    position: relative;
    top: -180px;
    left: 50px;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    background: #f4f4f4;
}

.block-market {
    position: relative;
    width: 700px;
    height: 570px;
    top: 50px;
    left: 50px;
    padding: 40px 20px 40px 20px;
    border: 1px solid #4e4e4e3b;
}

market-position {
    background: #dfdfdf;
    color: #3d3940;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    font-family: roboto;
    display: flex;
    text-shadow: 0 0 5px #f3f3f369;
    cursor: pointer;
}

market-price {
    color: #ffffff;
    position: relative;
    left: 650px;
    top: -24px;
    background: #676155;
    padding: 7px 5px 5px 5px;
    font-weight: bold;
    font-family: roboto;
    display: block;
    width: 40px;
    font-size: 10px;
    height: 12px;
    text-align: center;
}

.market-position-info {
    display: none;
    color: #676155;
    font-size: 10px;
    position: relative;
    top: -11px;
    left: 5px;
    width: 360px;
}

.block-market::-webkit-scrollbar              { width: 5px;  }
.block-market::-webkit-scrollbar-track {background-color: #d3d3d3;}
.block-market::-webkit-scrollbar-thumb {background-color: #ffda4e;}

#plashki::-webkit-scrollbar              { width: 5px;  }
#plashki::-webkit-scrollbar-track {background-color: #d3d3d3;}
#plashki::-webkit-scrollbar-thumb {background-color: #ffda4e;}


.tabs-market1>label {
    padding: 8px;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    left: 590px;
}

.tabs-market2>label {
    padding: 8px;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    left: 590px;
}

.tabs-market3>label {
    padding: 8px;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    left: 590px;
}
#pun-live-rusff {
    margin-top: 20px!important;
    color: #4e4e4e;
}

#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: 1000!important;
    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: #d9d9d9;
}

#reputationText {width: 496px!important;
    margin: 0px;
    height: 86px;
}

#pun-messages .pa-posts {
    display: none;
}

.pa-posts span.fld-name {
    background: url(https://forumstatic.ru/files/001c/67/5f/40784.svg) no-repeat;
    padding: 0 5px;
    background-position: top center;
    margin: auto;
    font-size: 0;
    display: block;
    height: 16px;
    background-size: 16px;
    /* margin-left: 90px; */
}

.pa-respect span.fld-name{
    font-size: 0;
}

.pa-respect span.fld-name {
    background: url(https://forumstatic.ru/files/001c/67/5f/27334.svg) no-repeat center;
    padding: 0 5px;
    /* background-position: top center; */
    margin: auto;
    font-size: 0;
    display: block;
    height: 19px;
    margin-top: 1px;
    background-size: 16px;
}

.pa-respect span.fld-name a {
 background: url(https://forumstatic.ru/files/001c/67/5f/27334.svg) no-repeat center;
    padding: 0 5px;
    /* background-position: top center; */
    margin: auto;
    font-size: 0;
    display: block;
    height: 19px;
    margin-top: 1px;
    background-size: 16px;
}

li.pa-respect img {
 width: 7px;
}

.pa-fld2 span.fld-name {
    background: url(https://forumstatic.ru/files/001c/67/5f/24258.svg) no-repeat;
    padding: 0 5px;
    background-position: top center;
    margin: auto;
    font-size: 0;
    display: block;
    height: 20px;
    margin-bottom: -12.7px;
    filter: grayscale(0%);
    margin-top: 3px;
    background-size: 16px;
}

.pa-reg {
    background-color: #efefef;
    width: 195px;
    margin-left: 3px;
    border-top: none;
    color: #c70156;
    font-family: Roboto-regular;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 5px;
    height: 15px;
    padding-top: 5px!important;
    display: none;
}

.lastedit {display:none;}

.tclcon > br {
    display: none !important;
}

li.pa-avatar.item2 {
    width: 223px;
    margin-left: -21px;
}

#tags .container {
    position: absolute;
    right: 6px;
    top: 62px!important;
    padding: 10px;
background: #e1e1d9;
    border: 1px solid #c5c4b6;
    border-radius: 10px;
}

#mask_dialog .hv-mask-field + .hv-mask-field {
    margin-top: 0px;
    font-family: 'Roboto-regular';
    font-size: 11px;
}

#mask_dialog .hv-form-block label.author {
    font-family: 'Roboto-regular'!important;
    font-size: 11px!important;
}

#mask_dialog .hv-mask-field + .hv-mask-field.title {
    border: none !important;
    margin-bottom: 5px;
    background: transparent;
    float: right;
    text-transform: unset;
    font-weight: unset;
    width: 50%;
    height: auto;
    position: relative;
    z-index: 9999;
    margin-top: 10px;
    font-family: 'Roboto-regular';
    font-size: 11px;
}

#mask_dialog .hv-mask-field + .hv-mask-field.avatar {
    border: none !important;
    margin-bottom: 5px;
    background: transparent;
    float: left;
    text-transform: unset;
    font-weight: unset;
    width: 48%;
    height: auto;
    position: relative;
    z-index: 9999;
    margin-top: -3px;
    font-family: 'Roboto-regular';
    font-size: 11px;
}

#mask_dialog .hv-mask-field + .hv-mask-field.pa-fld1 {
    border: none !important;
    margin-bottom: 5px;
    background: transparent;
    float: right;
    text-transform: unset;
    font-weight: unset;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
    margin-top: 10px;
    font-family: 'Roboto-regular';
    font-size: 11px;
}

#mask_dialog .hv-mask-field + .hv-mask-field.pa-fld5 {
    border: none!important;
    margin-bottom: 5px;
    background: transparent;
    float: right;
    text-transform: unset;
    font-weight: unset;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
    font-family: 'Roboto-regular';
    margin-top: 10px;
    font-family: 'Roboto-regular';
    font-size: 11px;
}

#mask_dialog .hv-mask-field + .hv-mask-field.pa-fld3 {
    border: none !important;
    margin-bottom: 5px;
    background: transparent;
    float: right;
    text-transform: unset;
    font-weight: unset;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
    display: block;
    padding: 0px !important;
    margin-top: 10px !important;
    font-family: 'Roboto-regular';
    font-size: 11px;
}

#mask_dialog .hv-masks-storage {
    flex: 0 1 150px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 4px;
    flex-wrap: wrap;
    list-style: none;
    max-height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
}

#news-block_1_1 {
    position: absolute;
    display: inline-flex;
    top: 80px;
    width: 980px;
    height: 40px;
    margin-left: -45px;
    padding: 5px 16px 15px 20px;
    transition: all .2s ease-in-out 0s;
    z-index: 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

.news-block1_1_2 {
    position: relative;
    display: flex;
     width: 995px;
    overflow-x: auto;
    height: 48px;
    overflow-y: hidden;
    transition: all .2s ease-in-out 0s;
    z-index: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
 justify-content: center; 
    align-items: center;
}

.pa-awards {
    font-size: 0px !important;
    margin-left: -12px !important;
    top: 101px;
    position: absolute;
    display: block;
}

.pa-awards a {
 background: url(https://forumstatic.ru/files/001c/67/5f/61977.svg) no-repeat center;
    text-transform: lowercase !important;
    text-align: left;
    font-family: Roboto-regular !important;
    letter-spacing: 0.3px !important;
    width: 24px !important;
    height: 24px !important;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    background-size: 67%;
    background-color: #e1e1d9;
    border-radius: 25px;
}

#awrdbut {display: none;}

.night .pa-awards a, .night .blockButton:before, .night .pa-fld4 lz2, .night .pa-fld4 lz3, .night .pa-fld4 imun1, .night .pa-fld4 imun2
{filter: grayscale(1);
background-color: #2c2c2c;}

.shapka {
    width: 250px;
    margin-left: -226px;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
}

.Add .Tems_And_messages {
 /* width: 160px; */
/* background-color: #e8e1d6;*/
 color: #676155;
 font-family: 'roboto-regular';
 text-transform: uppercase;
 font-size: 7px;
 /* padding: 1px 0 1px 6px!important; */
 margin-top: 10px;
 letter-spacing: 1px;
 text-align: lest;
 display: none;
}

.pun-modal .modal-inner {
    background: rgb(253 252 253 / 90%);
}

.punbb span.GamePst, .punbb strong.GamePst2 {
    padding-right: 0px!important;
}

#MyBookmarks {
    background: #ffffffab;
    z-index: 101000!important;
}


#BookmCntToggle.default-style {
    color: #8a7d64!important;
    border-radius: 3px;
    background: #f4f4f4b8!important;
    box-shadow: 0 0 6px rgb(0 0 0 / 22%)!important;
}

.night #BookmCntToggle.default-style {
    color: #676155 !important;
    background: #f4f4f4 !important;
}

#BookmCntToggle {
    position: fixed;
    top: 10px!important;
    left: 6px!important;
    width: 30px;
    height: 30px;
    opacity: .7;
    cursor: pointer;
    z-index: 3;
    transition: opacity .3s ease-out;
}

span.obadl {
    display: inline-block;
    margin-bottom: 0;
}

span.obadr {
    display: inline-block;
    margin-bottom: 0;
}

span.obad1 {
    display: inline-block;
    margin-bottom: 0;
}

.obadl:hover em1, .obadl:hover em2, .obadl:hover em3, .obadr:hover em4, .obadr:hover em5, .obadr:hover em6, .obad1:hover em7 {
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.obadl em1 {
    position: absolute;
    display: block;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 14px;
    font-weight: normal;
}

.obadl em2 {
    position: absolute;
    display: block;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: -0.1px;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 16px;
    font-weight: normal;
}

.obadl em3 {
    position: absolute;
    display: block;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    /* max-height: 175px; */
    line-height: 12px;
    font-size: 10px;
    margin-left: 26px;
    font-weight: normal;
}

.obadr em4 {
    position: absolute;
    display: block;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 16px;
    font-weight: normal;
}

.obadr em5 {
    position: absolute;
    display: block;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 18px;
    font-weight: normal;
}

.obadr em6 {
    position: absolute;
    display: block;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    /*letter-spacing: 1px;*/
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 20px;
    font-weight: normal;
}

.obad1 em7 {
    position: absolute;
    display: block;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: -0.2px;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 24px;
    font-weight: normal;
}

.obadl em1 img, .obadl em2 img, .obadl em3 img, .obadr em4 img, .obadr em5 img, .obadr em6 img, .obad1 em7 img {
    border-radius: 5px 5px 0px 0px;
    margin-left: -5px;
}

.adak1, .adak2, .adak3, .adak4, .adak5, .adak6, .adak7 {
    width: 90px;
    /* transform: rotate(90deg); */
    background: rgb(213 213 200);
    padding: 0 5px 5px 5px;
    font-family: 'Roboto-regular';
    text-transform: lowercase;
    color: #394540;
    text-align: center;
    border-radius: 5px;
}

.night .adak1, .night .adak2, .night .adak3, .night .adak4, .night .adak5, .night .adak6, .night .adak7 {
filter: grayscale(1);
}

em.user-avatar.no-avatar span.avatar-image {background-image: url(https://forumstatic.ru/files/001a/db/bb/21404.png)!important;}

div#pun-live-rusff {
    display: none!important;
}

/*&#214;&#226;&#229;&#242; &#242;&#224;&#225;&#235;&#232;&#247;&#234;&#232; &#243;&#226;&#229;&#228;&#238;&#236;&#235;&#229;&#237;&#232;&#233; &#226; &#254;&#231;&#229;&#240;-&#236;&#229;&#237;&#254;*/
.pun-modal.unread-notifications .modal-inner {
   background: #F8F7F0;
}


/*************************
&#209;&#242;&#232;&#235;&#252; &#228;&#235;&#255; &#193;&#251;&#241;&#242;&#240;&#238;&#233; &#241;&#236;&#229;&#237;&#251; &#224;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226;
Deff
*************************/
/*C&#234;&#240;&#251;&#242;&#232;&#229; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224; &#225;&#229;&#231; &#234;&#235;&#232;&#234;&#224;*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}

#pun-navlinks #New-exit img {
    position: absolute;
    margin: 2px 0 0 0;
    width: 22px;
    height: auto;
}

#pun-navlinks #New-exit:hover{
opacity: .4;
}
/*&#209;&#242;&#232;&#235;&#252; &#228;&#238;&#239;-&#232;&#234;&#238;&#237;&#234;&#232; &#194;&#251;&#245;&#238;&#228;!*/
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 0px!important;
  margin-left: 29px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}

.punbb #pun-navlinks #form-login input {
    text-align: center;
    border: none !important;
    text-rendering: auto;
    color: #676155 !important;
    margin-top: 4px !important;
    border-radius: 5px !important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block !important;
    text-align: center;
    font: normal normal 400 11px / normal Arial !important;
    background-color: #d5d5c8;
}

.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(255 255 255 / 71%);
}

.punbb #pun-navlinks #form-login input[type="submit"] {
    border: none!important;
    color: #676155!important;
    cursor: pointer;
    background-color: rgb(255 255 255 / 71%);
    font-weight: 700!important;
}

.punbb #pun-navlinks #form-login input:hover {
    background-color: #cfcfcf!important;
}

/*&#209;&#242;&#232;&#235;&#252; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224;*/
.punbb #pun-navlinks #form-login {
    display: block;
    font: normal normal 400 11px / normal Tahoma;
    color: #676155;
    text-transform: none;
    position: absolute !important;
    left: 0px;
    top: 31px;
    z-index: 100000 !important;
    padding: 10px 12px;
    background: rgb(225 225 217);
    border-color: #676155;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 6px 6px 0;
    text-align: center;
}

#pun-navlinks #navlogin #form-login {
margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#245;&#238;&#228;*/
}
#pun-navlinks #navlogout #form-login {
margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228;*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -35px!important;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228; &#228;&#235;&#255; &#192;&#204;&#209;*/
}
/*&#209;&#242;&#232;&#235;&#252; &#241;&#241;&#251;&#235;&#238;&#234; &#226; &#244;&#238;&#240;&#236;&#229; "&#205;&#229; &#231;&#224;&#240;&#229;&#227;&#232;&#241;&#242;&#240;&#232;&#240;&#238;&#226;&#224;&#237;&#251;" &#232; "&#199;&#224;&#225;&#251;&#235;&#232; &#239;&#224;&#240;&#238;&#235;&#252;" */
#pun-navlinks #form-login input[value="&#194;&#238;&#233;&#242;&#232;"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
text-shadow:none;
cursor:pointer;
font: normal normal 400 10px/normal Tamota!important;
letter-spacing:0.5!important;
}


.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}


/* &#207;&#238;&#236;&#229;&#247;&#224;&#229;&#236; &#234;&#240;&#224;&#241;&#237;&#251;&#236; &#237;&#229;&#231;&#224;&#239;&#238;&#235;&#237;&#229;&#237;&#237;&#251;&#229; &#239;&#238;&#235;&#255;!*/
#form-login input.none{
outline:red dashed 2px!important;
}


/*&#212;&#238;&#240;&#236;&#224; &#241;&#235;&#229;&#226;&#224;(&#241; &#205;&#232;&#234;&#224;&#236;&#232;) */
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 11px 19px 54px 17px;
    background: rgb(225 225 217);
    border-color: #525252;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    top: 7px;
}

/*&#209;&#242;&#232;&#235;&#252; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#239;&#238;&#228; &#241;&#239;&#232;&#241;&#238;&#234; &#205;&#232;&#234;&#238;&#226;*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px; 
max-height:72px;/*&#194;&#232;&#228;&#232;&#236;&#238;&#229; &#247;&#232;&#241;&#235;&#238; &#205;&#232;&#234;&#238;&#226; &#225;&#229;&#231; &#239;&#240;&#238;&#234;&#240;&#243;&#242;&#234;&#232;! &#241;&#229;&#233;&#247;&#224;&#241; - 4*/ 
}


.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: #ffffff;
    text-align: left;
    padding-left: 5px!important;
    font: normal normal 700 12x/normal Roboto!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li>b:hover {
    opacity: 1;
}


/*&#209;&#242;&#232;&#235;&#252; &#205;&#232;&#234;&#238;&#226;*/
.punbb #List-UserNames li>b {
    cursor: pointer;
    opacity: .8;
    color: #444444;
}

.punbb #List-UserNames li>b:hover{
opacity:1;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}


/*&#209;&#234;&#240;&#238;&#235;&#235; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#241; &#237;&#232;&#234;&#224;&#236;&#232;*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
    background-color: #f5f7f6;
    box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
    background-color: #676155;
    box-shadow: none;
}


/*&#202;&#237;&#238;&#239;&#234;&#232; &#211;&#228;&#224;&#235;&#232;&#242;&#252; (&#239;&#240;&#224;&#226;&#229;&#229; &#237;&#232;&#234;&#238;&#226;)*/
#List-UserNames ul li>span {
    display: inline-block;
    padding: 0 3px;
    position: absolute;
    opacity: .88;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 2px;
    font: normal normal 700 10.56px/normal Roboto;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 43%);
}

#List-UserNames ul:empty:before{
display:inline-block;
  content: "У Вас нет запомненных ников, введенных через форму справа, или через перенос ниже!"
}

/*&#202;&#237;&#238;&#239;&#234;&#224; &#226;&#251;&#245;&#238;&#228;-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*&#209;&#242;&#232;&#235;&#252; &#225;&#235;&#238;&#234;&#224; &#241; &#232;&#237;&#239;&#243;&#242;&#238;&#236; &#228;&#235;&#255; &#239;&#229;&#240;&#229;&#237;&#238;&#241;&#224; &#232; &#226;&#241;&#242;&#224;&#226;&#234;&#232; &#231;&#224;&#239;&#238;&#236;&#237;&#229;&#237;&#237;&#251;&#245; &#192;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226;*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Roboto;
}
/*&#209;&#224;&#236; &#232;&#237;&#239;&#243;&#242;*/

.punbb #pun-navlinks #form-login input .button:hover {
border: 1px solid rgb(242 172 88 / 58%)!important;
    color: #544b51!important;
    background-color: #b8b8b829;
    transition: all .4s ease-in-out 0s !important;
}


/*&#209;&#242;&#240;&#229;&#235;&#238;&#247;&#234;&#232; &#234; &#232;&#237;&#239;&#243;&#242;&#243;*/
#List-UserNames ul+span b {
    font: normal normal 400 13px/normal Roboto;
    padding: 0 3px;
    color: #564d53;
}
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#235;&#229;&#226;&#238;, &#247;&#243;&#242;&#252; &#226;&#251;&#248;&#229; &#232;&#237;&#239;&#243;&#242;&#224;*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#239;&#240;&#224;&#226;&#238;*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*&#207;&#238;&#228;&#241;&#234;&#224;&#231;&#234;&#232; &#237;&#224; &#234;&#235;&#232;&#234;&#224;&#235;&#234;&#224;&#245;*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
/*************************
//KNOPKI TUMBLR STICKERS
*************************/

.btn-sm {
    cursor: pointer;
    margin-top: 4px;
    color: #efefef;
    padding: 4px 9px 4px 9px;
    border: 1px solid #8a7d64;
    transition: all .4s ease-in-out 0s;
    font-family: Roboto-regular;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 5px;
    background: #8a7d64;
}

.btn-sm:hover, .btn-sm:focus {cursor: pointer;
    background-color: #8a7d64;
    margin-top: 4px;
    color: #efefef;
    padding: 4px 9px 4px 9px;
    border: 1px solid #8a7d64;}


/* EXTRA
-------------------------------------------------------------*/
.topic a.sharelink {float:right; margin-left:1em;display: none;}

div .post-rating p>a {font-family: 'Roboto-regular';
font-size: 120% !important;
    margin-left: -2px;
}



/*--------------------------------------------------------------------------------------------------
БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: none;
}

div .post-rating p>a {
   text-align: center;
    outline: 1px solid transparent;
    font-weight: 500;
    background: url(https://forumstatic.ru/files/001c/67/5f/55920.svg) no-repeat center;
    position: relative;
    z-index: 100;
    width: 30px;
    text-align: center;
    font-size: 9px !important;
    display: flex;
    vertical-align: middle;
    line-height: 23px;
    letter-spacing: 0px;
    color: #d5d5c8;
    justify-content: center;
    background-size: 29px;
}

div .post-rating p>a:hover {
    color: #ffffff!important;
}

.night div .post-rating p>a:hover {
    color: #ffffff!important;
}

.night div .post-rating p>a, .night div.post-vote p>a {
    color: #242424;
    filter: grayscale(1);
}

div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}

div.post-vote p>a {
   font-size: 0 !important;
    position: relative;
    cursor: pointer;
    z-index: 200;
    width: 35px;
    height: 35px;
    background: url(https://forumstatic.ru/files/001c/67/5f/45431.svg) no-repeat;
    display: flex;
    background-size: 28px;
    margin-top: -3px;
}

div.post-vote p>a {
    margin-right: -17px;
}
/*конец быстрых плюсов для топика------------------------------------------------------------*/

#pun-main .topic h3 span {
    display: block;
    height: 11px;
    margin: 19px 10px 5px 215px;
    width: 670px;
}

#pun-main .topic h3 a {
    padding-right: 10px;
}

#pun-viewtopic div.post h3 strong {
/*    background: #d9d9d9;*/
}


.author-avatar > img {
    padding: 0!important;
    border: 1px solid #b3b2b2!important;
    display: none;
}

#pun-report .bg, #pun-reputation .bg, #pun-admin-award-form .bg {
    display: none;
    position: fixed;
    z-index: 999!important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    cursor: pointer;
}

span.num_msg {
    font-family: 'Roboto-regular'!important;
}

#mask_dialog .hv-form-block {
    flex: 1 1 auto;
    max-height: none;
    overflow: unset;
}

.hvStickerPackModal.active {
    display: block;
    z-index: 99999999;
}

#post-preview .fs-box .post-content {
    border: 1px solid rgba(145, 145, 143, .0);
    margin-left: -15px;
    padding-left: 185px;
    width: 79%;
    padding-bottom: 40px;
}

#Go_Top a {
color: rgb(162 108 177);}

#Go_Bottom a {
color: rgb(162 108 177);}

form#post.container legend span {
display: none !important;
}

#togglePreview {
    float: right;
    margin-right: 7px;
    font-size: 1.1em;
    height: 32px;
    margin-top: -42px;
}

.punbb #wysi-mode {
    margin-top: -50px;
    margin-right: -3px;
    color: #676155;
    position: relative;
}

#my-form input {
    background-color: #e0e0e0;
    margin-top: 5px;
    color: #676155;
    padding: 6px 7px 8px 7px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    margin-right: 8px;
}

#tooltip {
  position:absolute;
  background: #282828cc;
  border-radius: 5px;
  padding: 10px;
  font-size:11px;
    font-family: Roboto-regular !important;
    color: #ffffffdb;
    z-index: 99999999999999;
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#pun-viewtopic .topic+.modmenu .container>span {
    display: none !important;
}

#topic-users-in {
    margin-left: 1px;
}

.fastnav {
    margin-right: -17px !important;
}

/*черный список оформление*/

#panel {
  position: fixed;
  top: 130px;
  left: -250px;
  margin: -40px 0 0 -2px;
  overflow: hidden;
  z-index: 10000;
}

#panel-sticker {
    float: left;
    position: relative;
    background: #e9e9e9;
    padding: 3px 10px 3px 12px;
    margin: 0;
    cursor: pointer;
    color: #2f5641;
    border-radius: 0px 15px 15px 0px;
    font-family: bebas neue;
    /* border-top: 1px solid #2f5641; */
    /* border-right: 1px solid #2f5641; */
    /* border-bottom: 1px solid #2f5641; */
    font-size: 20px;
}

.night #panel-sticker {
    color: #676155;
}

#panel-content {
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    width: 238px;
    height: auto;
    float: left;
    padding: 3px 5px;
    font-family: 'Roboto-regular';
    color: #222222;
    font-size: 12px;
}

.blockButton:before {
    content: "x";
    background: url(https://forumstatic.ru/files/001c/67/5f/91357.svg?v=1) no-repeat center;
    cursor: pointer;
    margin-top: 52px;
    margin-left: -23px;
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 1;
    background-color: #e1e1d9;
    z-index: 2;
    color: #8a7d6400;
    font-size: 13px;
    font-weight: bold;
    font-family: cursive;
    border-radius: 25px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: row;
    /* padding-bottom: 2px; */
    padding-left: 1px;
    background-size: 70%;
}

/*черный список оформление конец*/

.pod1 {
    background-size: 100%;
    width: 870px;
    height: auto;
    padding-top: 40px;
}

pod_nas {
    position: relative;
    top: 5px;
    left: 35px;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Bebas Neue';
    color: #3e3e3e;
    padding: 5px 8px 5px 8px;
    background: #e2e2e2;
    border-radius: 12px;
    text-align: center;
    width: 786px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.pod_spi1 {
    position: relative;
    top: 30px;
    width: 890px;
}

pod_spi2 {
    display: flex;
    width: 890px;
    overflow: auto;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

podd {
    position: relative;
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
}

.p_img {
    width: 48px;
    padding: 8px;
    background: #e2e2e2;
    margin-right: 18px !important;
    border-radius: 12px;
    margin-bottom: 25px !important;
    height: 48px;
    object-fit: contain;
}

pod_n {
    position: relative;
    background: #e2e2e2;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px !important;
    margin-left: -17px !important;
    border-radius: 5px;
    font-family: bebas neue;
    font-size: 16px;
    letter-spacing: 1px;
    width: 54px;
    text-align: center;
}

#mask_dialog .hv-bg {
    z-index: 99999!important;
    font-family: 'Roboto-Regular';
    font-size: 11px;
}

#Go_Top:hover{
color:#fff!important;}

#Go_Bottom:hover{
color:#fff!important;}

.night #Go_Top{
color:#505050!important;
}

.night #Go_Bottom{
color: #505050!important;
}

.night #Go_Top:hover{
color:#897c63!important;
}

.night #Go_Bottom:hover{
color: #897c63!important;
}

#move_posts_form thead tr, #move_posts_form tbody tr {
    border-bottom: 1px solid #a9a9a9;
}

.post-content hr {
    opacity: 0.5;
    filter: alpha(opacity = 50);
    margin-bottom: 0.8em;
    margin-top: 0.8em;
}