/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/



/* A1.1 */
@import url(style_cs.1684996903.css);
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Amatic+SC&family=Anton&family=Arima:wght@100&family=Bad+Script&family=Bebas+Neue&family=Caveat&family=Cinzel&family=Comfortaa:wght@300&family=Comforter+Brush&family=Cormorant+Garamond:wght@300&family=Cormorant+SC:wght@300&family=Edu+QLD+Beginner&family=Gloria+Hallelujah&family=Gochi+Hand&family=Great+Vibes&family=Hachi+Maru+Pop&family=Homemade+Apple&family=Indie+Flower&family=Kaushan+Script&family=Klee+One&family=Koulen&family=Lobster&family=Merienda&family=Montserrat+Alternates:wght@100&family=Nanum+Brush+Script&family=Neucha&family=Nothing+You+Could+Do&family=Pacifico&family=Playfair+Display+SC&family=Poiret+One&family=Roboto+Flex:opsz,wght@8..144,100&family=Roboto:wght@100&family=Ruslan+Display&family=Satisfy&family=Shadows+Into+Light&family=Sigmar+One&family=The+Nautigal&family=Yeseva+One&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2forumna?family=Comfortaa&display=swap');
@font-face {
    font-family: 'Recolors Personal Use';
    font-style: normal;
    font-weight: 400;
    src: local('Recolors Personal Use'), url('http://forumstatic.ru/files/001b/ab/fb/36477.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');



/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: auto;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%
  }

/* A3.2 */
.punbb {
  font: normal 70% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #cbc8c5;
    border: 1px solid rgb(150 147 142 / 46%);
  border-radius: 10px;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* 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 */
.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

/* A3.10 */
.punbb a {
  text-decoration: none; 
  }

/* A3.11 */
.punbb optgroup {
  font-weight: normal;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 1010px;
    background-color: #d2cfcc;
    outline: 1px solid #345a3b;
    outline-offset: 5px;
   border-radius: 30px;
    padding: 0px 0px 0px 0px;
    background-repeat: repeat;
    background-position: center;
    position: relative;
}


/* A5.2 */
.punbb {
    margin-left: 20px;
    float: none;
    width: 970px;
    height: auto;
}

/* A5.3 */
 #pun-redirect, #pun-maint {
  margin: 10px 10% 12px 10%;
  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: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
text-transform: lowercase;
 background: b2b0a8 !important;
  }

#pun-main h2 {
    background: #d2cfcc;
}

/* скрываем быстрый ответ */
#post-form h2 span {
    font-size: 0px;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin-top: 30px;
    width: 99%;
    text-align: justify;
    margin-left: 10px;
}

/* B1.2 */
.punbb .post-sig dt {
display: block;
    text-align: center;
    border-top: 1px solid #7b76664f;
    margin-left: 385px;
    padding-bottom: 5px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }


/* B1.3 */
.punbb .post-content p {
    margin: 0px;
    padding: 0.5em 0em 0.5em 0em;
    line-height: 160%;
}

/* 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: 0em 0em 1em 0em;
    padding: 1em;
    border-style: solid;
    color: rgb(32, 33, 36) !important;
    border: 1px solid #a5a5a591;
    background-color: #cac8c699;
    text-align: justify;
      border-radius: 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    width: auto;
    font-size: 11px;
    font-family: ''Noto Sans'';
    text-transform: uppercase;
    margin-top: -10px !important;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    color: #3e3e41;
    padding: 5px !important;
    letter-spacing: 0.6px;
    text-align: center;
}
  
.punbb .quote-box cite a, .punbb .code-box strong.legend a {
color: #3e3e41 !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.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  font-family: 'Noto Sans';
  position: absolute;
  top: -3em;
  left: 1em;
  width: 24em;
    font-size: 12.3px;
color: #000000cc;
  }

/* B3.4 */
.linkst .postlink {
font-family: 'Noto Sans';
    font-size: 12.3px;
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
     font-size: 12.3px;
     font-family: 'Noto Sans';
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
    font-size: 12.3px;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 1.8em 0.3em 1em 1.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, .punbb select, .punbb input {
    margin: 0 1em 0 0;
    font-family: 'Noto Sans';
    padding: 5px 15px;
    color: #222222e6;
    background: #cbc8c5;
    border: 1px solid #0000001f;
    font-size: 12px!important;
  border-radius: 10px;
}

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 11px!important;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
 text-align: left;
width: 30%;
 font-family: 'Noto Sans';
font-size: 11.5px;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
 font-family: 'Noto Sans';
  }

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 25%;
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%;
      text-align: left;
  }


/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* 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 {
    -webkit-text-size-adjust: none;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: 'Noto Sans';
    font-weight: 500;
    text-transform: uppercase;
    -webkit-text-size-adjust: none;
}

#pun-index .tcl h3 a {
    color: #504b69 !important;
    transition: all 0.5s;
    -webkit-text-size-adjust: none;
}

#pun-index .tcl h3 a:hover {
    color: #000!important;
    transition: all 0.5s;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.4em 0.4em 1em;
  }



/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em;
  }


/* C2.15 */
.punbb div.icon {
   border-style: none;
    line-height: 0.0;
    margin-top: 0.3em;
}

.punbb td div.tclcon {
    width: 400px;
    text-align: justify;
    color: #151515de;
    font-weight: 500;
    font-family: 'Noto Sans';
    font-size: 12px;
    padding: 5px;
}

/* C2.16 */
.punbb table div.icon {
     height: 8px;
    width: 8px;
    position: absolute;
    margin-left: -3.8em;
}





 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
    padding: 0em 1em;
    display: block;
    margin-left: 0em;
    border-left-style: solid;
    border-left-width: 1px;
    color: #000;
    background: #cdcbc9;
    border-radius: 10px;
    border: 1px solid #00000014;
    font-family: 'Noto Sans';
}

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }



/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 230px;
    text-align: center;
    margin-top: 20px;
    margin-left: -5px;
       border-radius: 20px;
    color: #e8e9e7 !important;
    border: 1px solid #a5a5a591;
    background-color: #cac8c699;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
    color: #504b69 !important;
    font-family: 'Recolors Personal Use', 'Noto Sans';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    text-align: center;
    width: 220px;
    margin-top: 5px;
    margin-left: -5px;
    margin-bottom: 7px;
    line-height: 21px;
}

/* C3.8 */
.pa-author a {
   color: #504b69 !important;
    display: inline-block;
}

#pun .post-author .pa-author a {
    width: 220px;
    color: #504b69 !important;
    font-family: 'Recolors Personal Use', 'Noto Sans';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    margin-left: -11px;
    margin-top: 5px;
    padding: 2px 10px;
    transition: 0.5s;
    line-height: 23px;
}

/* C3.9 */
li.pa-title {
    width: 205px;
    font-family: 'Noto Sans';
    color: #000 !important;
    font-size: 9px!important;
    line-height: 115%;
    letter-spacing: 0.5px;
    padding: 3px 3px!important;
    margin-top: -5px;
    margin-bottom: 5px;
    text-transform: lowercase;
}

li.pa-online {
    width: 220px;
    margin-top: 6px;
    font-size: 9px;
    text-align: center;
    font-family: 'Noto Sans';
    border-top: 1px solid #9d9c9b66;
    padding-top: 4px;
    margin-left: -6px!important;
    letter-spacing: 0.7px;
    color: #000 !important;
    text-transform: lowercase;
}

.pa-reg { 
font-size: 9px;
    font-family: 'Noto Sans';
     color: #000;
    letter-spacing: 0.3px;
    text-transform: uppercase;}

.pa-ip { 
 margin-top: 10px;
font-size: 9px;
    font-family: 'Noto Sans';
    color: #000;
    letter-spacing: 0.3px;
    text-transform: uppercase;}

.pa-time-visit { 
font-size: 9px;
    font-family: 'Noto Sans';
    color: #000;
    letter-spacing: 0.3px;
    text-transform: uppercase;}


/* C3.11 */
.punbb .post-body {
margin-left: 240px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
    padding: 1px;
    margin-left: 0px;
    margin-top: 0px !important;
    margin-right: 6px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 0 1em 0 0;
    height: 2em;
    line-height: 2em;
    margin-left: -16em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 12.3px;
    font-family: 'Noto Sans';
}

/* 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 {
    font-size: 12.3px;
  padding: 0.5em 1em;
  text-align: right;
font-family: 'Noto Sans';
  }

/* 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 {
    border-style: solid;
    border-width: 1px;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
    font-size: 10.7px;
    background: #bfbbb752;
    border: 1px solid #6c6b6b4a;
   border-radius: 10px;
    position: relative;
}

#profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
    font-size: 10.7px;
    position: relative;
  }


/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
    float: left;
    width: 14em;
    margin-left: -16em;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #000000bf;
}

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
    display: none;
}

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
/* шапка */
#pun-title table {
    border: none;
    height: 320px;
    width: 1012px;
    background: url(http://forumstatic.ru/files/001b/78/43/89401.png);
    position: relative;
    border-radius: 30px 30px 0 0;
    margin-top: -1.5px!important;
    margin-left: -22px;
}

.forumname {
    position: absolute;
    cursor: default;
    margin-left: 340px;
    z-index: 1;
    text-transform: uppercase;
    margin-top: 60px;
    font-size: 82px;
    letter-spacing: 2px;
    font-family: Recolors Personal Use;
    font-weight: 500;
    color: #345a3b;
    transition: ease-out 1.6s;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 36%);
    height: auto;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 700px;
}

/* 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, #pun-navlinks .container {
    text-align: center;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 1em;
  padding-top: 4px;}

/* D.3 */
#pun-navlinks li {
    display: inline;
    padding: 0px 5px 0px 5px;
}


#pun-navlinks {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    font-weight: 400;
    position: absolute;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    top: 265px;
    width: 1000px;
    margin-left: -20px;
    height: 18px;
    z-index: 200;
}

#pun-navlinks a:before {
    position: absolute;
    content: "";
    display: block;
    background: currentColor;
    height: 1.5px;
    width: 100%;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
    opacity: .7;
}


#pun-navlinks a {
    color: #000;
   transition: all .2s ease-in-out;
    position: relative;
}

#pun-navlinks a:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

#pun-navlinks a:hover {
        color: #345a3b;
}


/* D4 User links
-------------------------------------------------------------*/


/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

#pun-ulinks .container {
    font-size: 10px;
    line-height: 25px;
    text-align: center !important;
    margin-left: -10px !important;
    font-family: 'Noto Sans';
    font-weight: 400;
    position: absolute;
    letter-spacing: .3px;
    padding: 0 !important;
    text-transform: lowercase;
    z-index: 1;
    margin-top: -26px;
    width: 1000px;
    height: 25px;
}

#pun-ulinks a {
    color: #000 !important;
    transition: ease-out 1s;
}

#pun-ulinks a:hover {
        color: #8b352b;
      transition: ease-out 1s;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }


/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status {
    position: absolute;
    text-align: center;
    font-size: 10.3px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 500;
    margin-left: 200px;
    border-radius: 0 0 10px 10px;
    top: -36px;
    min-width: 600px;
    height: 23px;
    z-index: 100;
}

#pun-status .container {
    padding: 0px;
    line-height: 19px;
    display: inline-block;
    color: #727272;
    cursor: default;
}

#pun-status .container strong, #pun-status .container a {
    font-weight: 500!important;
}

#pun-status .container a { 
       font-size: 10.3px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
   color: #727272;
}
 
 
/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
border-bottom: none;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Noto Sans';
  }

/* 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;
display: none;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 0em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
 margin-top: 0px !important;
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
    float: left;
    display: inline-block;
    line-height: 110%;
        font-size: 11px;
    color: #000;
    text-align: center;
     text-transform: lowercase;
    letter-spacing: 0.2px;
    margin-left: 3px;
    font-family: 'Noto Sans';
    font-weight: 400;
    padding: 4px;
}

#pun-stats li.item1 {
    width: 140px;
}

#pun-stats li.item2 {
    width: 165px;
}

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    display: inline-block;
    line-height: 110%;
    font-size: 11px;
    color: #000000;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 0.2px;
    margin-left: 3px;
    font-family: 'Noto Sans';
    font-weight: 400;
    padding: 4px;
}

#pun-stats li.item3 {
    width: 245px;
}

#pun-stats li.item4 {
    width: 370px;
}

/* D7.4 */
li#onlinelist {
    margin-top: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 100%;
    margin-left: 15px;
    line-height: 130%;
       text-transform: lowercase;
}

/* D7.5 */
li#onlinelist div {
    width: 930px;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 11.7px;
    text-align: justify;
}


/* 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: -10px;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;
  padding: 0.8em 1em;
    font-size: 8px;
    font-family: Philosopher;
  text-transform: lowercase;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
 margin-top: -45px;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 50px;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
 border-bottom: none;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Noto Sans';
}

/* 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;
  }


/*ОТКЛЮЧЕНИЕ ПЛАШКИ СМЕНЫ DNS*/
#dns-ip-replace-notify {display:none!important;}
#pun_wrap{position:static!important;}


/*БЛЮР ЗАЧЕРКИВАНИЯ*/
.punbb .post-content del {
    filter: blur(2px);
    text-decoration: none;
    }

.punbb .post-content del:hover { 
filter: none; 
text-decoration: none;}






.punbb #size-area {
    padding: 0 9px!important;
    overflow: hidden;
    overflow-y: auto;
    height: 355px;
    z-ndex: 100000;
}

/* окошко переноса соо */
.pun-modal .container {
    background: #d2cfcc;
}

.p-message {
    background: #000000 !important;
}

.p-advert, .p-promo, .p-notice, .p-award, .p-reputation, .p-report {
    background: #7e7c79 !important;
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    font-family: montserrat;
    font-size: 9px;
    font-weight: 500;
    width: 20px;
display: none
}


.Tems_And_messages  {
    display: inline-block;
    width: auto;
    font-family: 'Noto Sans' !important;
    height: 20px;
    font-size: 7.5px;
    text-transform: uppercase;
    color: #38353b;
    font-weight: normal;
    text-align: center;
    width: 131px;
    display: flex;
    justify-content: space-between;
    line-height: 27px;
    margin-left: 370px !important;
}

.Tems_And_messages span {font-weight: normal;
    display: block;
    height: 21px;
    }


/* стрелки */
.go-up, .go-down {
    display: none;
    position: fixed;
    margin-left: 1070px;
    z-index: 100;
    border-radius: 100%;
    font-family: 'Recolors Personal Use';
    font-weight: 700;
    font-size: 27px;
    cursor: pointer;
    letter-spacing: 1px;
    color: #345a3b;
    margin-bottom: 40px;
}
.go-up {
bottom:250px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:180px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}


/* сообщения */
span.num_msg {
    z-index: 9999;
    margin-top: -10px!important;
    margin-left: -2px!important;
   background:#504b69!important;
    color: #c6c5bf!important;
    font: bolder 10px/1.4 Tahoma!important;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 100% !important;
    width: 16px !important;
    height: 16px !important;
}

span.num_msg:before {
    display: none !important;
}

/* уведомления */
.bubble {
    background: #504b69!important;
    color: #c6c5bf!important;
    border: 0 none;
    border-radius: 100% !important;
    display: inline-block;
    font: bolder 10px/1.4 Tahoma !important;
    padding: 0 !important;
    position: absolute;
    right: -8px;
    text-align: center;
    width: 15px !important;
    height: 15px !important;
    top: -10px!important;
}

.bubble:after {
display: none !important;
}






/*смайлы*/
@media only screen and (max-device-width: 600px) {
  .hvStickerPackModal.active {
    display: block;
    width: 500px!important;
       background: #cdcbc9;
    border: 1px solid #5e513b57;
    color: #3a3a3a !important;
    border-radius: 0px;
    box-shadow: none;
    z-index: 99999;
}}

.hvStickerPackModal.active {
    display: block;
    width: 980px !important;
       background: #cdcbc9;
    border: 1px solid #5e513b57;
    color: #3a3a3a !important;
    border-radius: 10px;
    box-shadow: none;
    z-index: 99999;
}

.hvStickerPackModalTab {
    background: rgb(178 178 176) !important;
    border-radius: 10px !important;
    text-transform: lowercase;
}

.hvStickerPackModalTab.active {
    background: #754d5d!important;
    color: #c6c6c6;
}

.hvStickerPackModalContent {
    border: none !important;
    padding: 0px 12px;
    min-height: 70px;;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hvStickerPackModalAddButton {
    font-size: 16px;
    line-height: 20px;
    border: 0;
    margin-left: 8px;
    border-radius: 40px;
    background: rgb(195 180 150);
    cursor: pointer;
}

.hvStickerPackModalInput {
    background: #cdcbc9;
    border: solid 1px #a4a29f !important;
    color: #000 !important;
}


/* иконки в форме ответа */
#form-buttons #button-font,
#form-buttons #button-transL,
#form-buttons #button-indent,
#form-buttons #button-size,
#form-buttons #button-bold,
#form-buttons #button-italic,
#form-buttons #button-underline,
#form-buttons #button-strike,
#form-buttons #button-left,
#form-buttons #button-center,
#form-buttons #button-right,
#form-buttons #button-justify,
#form-buttons #button-spoiler,
#form-buttons #button-quote,
#form-buttons #button-code,
#form-buttons #button-color,
#form-buttons #button-smile,
#form-buttons #button-link,
#form-buttons #button-image,
#form-buttons #button-image2,
#form-buttons #button-video,
#form-buttons #button-hide,
#form-buttons #button-table,
#form-buttons #button-keyboard,
#form-buttons #button-addition,
#form-buttons #button-html,
#form-buttons #floatbut,
#form-buttons td#button-styles,
#form-buttons #button-pr,
#form-buttons #button-sticker,
#form-buttons #button-mask,
#form-buttons #button-music  {
    font-family: 'cappuccicons', 'fontawesome';
    background: transparent!important;
    top: 12px !important;
    position: relative;
    width: 26px;
    height: 23px;
   color: rgb(59 59 59);
}

#form-buttons  #button-servimg  {
    top: 6px !important;
    position: relative;
    width: 25px;
    height: 20px;
}

#form-buttons td {display: inline-block; margin: 0 3px 3px;  line-height: 24px; /* отступы кнопок друг от друга */}


#form-buttons td img {
    height: 26px;
    width: 100%;
    margin-top: -12px !important;
}

#form-buttons #button-indent {
display: none
}

#button-font:before {content: "\f031"} 
#button-transL:before {content: "\f031"} 
#button-size:before {content: "\f034";}
#button-bold:before {content: "\f032"} 
#button-italic:before {content: "\f033"} 
#button-underline:before {content: "\f0cd"} 
#button-strike:before {content: "\f0cc"} 
#button-indent:before {content:"\f03c";} 
td#button-image:before {content: "\f03e"}
td#button-image2:before {content:"\f0ee";} 
#button-left:before {content: "\f036"}
#button-right:before {content: "\f038"}
#button-center:before {content: "\f037"}
 #button-spoiler:before {content: "\f187"} 
 #button-quote:before {content: "\f10d"} 
 td#button-code:before {content: "\f121"} 
 td#button-color:before {content: "\ebc3"} 
 #button-smile:before {content: "\ea84"} 
 #button-link:before {content: "\f0c1"} 
 #button-image:before {content: "\f007"} 
 #button-image2:before {content: "\f007"} 
 #button-video:before {content: "\f03d"} 
 #button-hide:before {content: "\f070"} 
 #button-table:before {content: "\f0ce"} 
 #button-keyboard:before {content: "\f11c"} 
td#button-sticker:before {content: "\f004";} 
#floatbut:before {content:"\2a";} 
#button-addition:before {content:"\f005";} 
#button-mask:before {content: "\f007"} 
td#button-styles:before {content:"\f03c";} 
td#button-pr:before {content: "\ea3f";}
#button-servimg:before {content: "\ea3f";}
#button-music:before {content: "\eba0";}


#form-buttons tr {
    text-align: left;
}



.welcome {
    width: 340px;
    cursor: default;
    margin-top: 155px;
    margin-left: 311px;
    position: absolute;
    /* background: #080708; */
    color: #717471!important;
    border-radius: 10px;
    padding: 3px;
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 9.5px;
    letter-spacing: 0.6px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}

/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
    text-align: center;
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
    filter: brightness(0.65);
    background-size: 38px auto;
    position: relative;
    padding-left: 1px;
    z-index: 3;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -1px;
    color: #000000d4;
}
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: absolute;
    cursor: pointer;
    z-index: 200;
    width: 23px;
    height: 23px;
    background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
   filter: brightness(0.7);
    display: block;
    background-size: 100%;
    margin-left: -9px;
    margin-top: 8.5px;
       z-index: 1;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}


/* появляющаяся таблица с рено */
.renoheader {
     border-radius: 30px 30px 0 0;
 background: url(http://forumstatic.ru/files/001b/78/43/89401.png);
      transition: all 1.5s cubic-bezier(.64,.51,.55,1.16) 0s;
 }

/* тут скрыть */
.renoheaderhover {
    height: 320px;
    width: 1012px;
       border-radius: 30px 30px 0 0;
    opacity: 0;
    transition: all 1.5s cubic-bezier(.64,.51,.55,1.16) 0s;
    margin-top: 0px;
    margin-left: -22px;
    position: absolute;
    z-index: 1;
}

.renoheaderhover:hover {
    height: 320px;
    width: 1012px;
      border-radius: 30px 30px 0 0;
    background: url(http://forumstatic.ru/files/001b/78/43/89401.png);
    opacity: 10;
       transition: all 1.5s cubic-bezier(.64,.51,.55,1.16) 0s;
}

renoheadercontent {
   height: 320px;
    width: 1012px;
       border-radius: 30px 30px 0 0;
  background: url(http://forumstatic.ru/files/001b/78/43/89401.png);
   transition: all 1.5s cubic-bezier(.64,.51,.55,1.16) 0s;
}

/* код основан на плашках рено с идеей от вещего */ 
.plash {
    position: absolute;
    display: flex;
    z-index: 10;
    margin-top: 205px;
    border-radius: 20px;
    padding: 3px;
    line-height: 290%;
    margin-left: 250px;
    width: 450px;
    justify-content: space-between;
}
.plash a.stick {
    width: 160px;
    height: 26px;
    border-radius: 30px;
    background-color: #080708;
    margin-left: 2px;
    font-weight: 600;
    font-size: 8.5px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 27.5px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #544863!important;
    display: inline-block;
}

.plash a.stick:hover {
  transition: ease-out 1.1s;
  filter: opacity(.8);
  transform: scale(0.95)
}

/* постописцы */
.posts {
    position: absolute;
    display: inline-block;
    z-index: 1;
    margin-top: 74px;
    height: 30px;
    width: 30px;
    border: 1px solid #36353e82;
    border-radius: 10px;
    background-color: #36353e;
}

.posts img {
   border-radius: 10px;
    width: 30px;
    height: 30px;
    filter: sepia(1) brightness(0.6) hue-rotate(48deg) opacity(.64) grayscale(0.75);
    mix-blend-mode: soft-light;
}


.bestpost {
    height: 43px;
    width: 250px;
    cursor: default;
    margin-top: 80px;
    overflow: auto;
    margin-left: 710px;
    position: absolute;
    color: #7d8180 !important;
    /* background: linear-gradient(180deg, #754d5d47 0%, rgb(52 37 46) 100%); */
    border-radius: 6px;
    font-family: Noto Sans;
    font-size: 9.5px;
    line-height: 15px;
    text-transform: lowercase;
    text-align: justify;
    padding: 5px;
    z-index: 10;
}

.bestpost  a {
  color: #7d8180 !important;
}

.ep {
    width: auto;
    cursor: default;
    margin-top: 115px;
    overflow: auto;
    margin-left: 67px;
    position: absolute;
    color: #7d8180 !important;
    font-family: Noto Sans;
    font-size: 10px;
    line-height: 15px;
    text-transform: lowercase;
    text-align: left;
    padding: 5px;
    z-index: 10;
}
.ep  a {
  color: #7d8180 !important;
}

.ams {
    width: auto;
    cursor: default;
    margin-top: 30px;
    overflow: auto;
    margin-left: 417px;
    position: absolute;
    color: #7d8180 !important;
    border-radius: 6px;
    font-family: Noto Sans;
    font-size: 10px;
    line-height: 15px;
    text-transform: lowercase;
    text-align: justify;
    padding: 5px;
    z-index: 10;
}

.ams  a {
  color: #7d8180 !important;
}


.activ-text{
    width: 170px;
    cursor: default;
    margin-top: 105px;
    overflow: auto;
    margin-left: 32px;
    position: absolute;
    color: #6e706e !important;
    font-family: Noto Sans;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    z-index: 1;
}

.activ-text a {
  color: #7d8180 !important;
}

.activ-text2 {
    width: 170px;
    cursor: default;
    margin-top: 105px;
    overflow: auto;
    margin-left: 732px;
    position: absolute;
    color: #6e706e !important;
    font-family: Noto Sans;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    z-index: 1;
}

.activ-text2 a {
  color: #7d8180 !important;
}


/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#form-login a {
  color: var(--link)
}
#form-login a:hover {
  color: var(--text)
}
#pun-navlinks #New-exit img{ 
position:absolute; 
margin: 0px 0px; 
width:17px; 
height:auto;
opacity:.8;
filter: grayscale(100%)
}
.ismoderator #pun-navlinks #New-exit img{
margin: 0px 0px;
}
#pun-navlinks #New-exit:hover{
 opacity: .4;
}
/*Стиль доп-иконки Выход!*/ 
.punbb #pun-navlinks a#New-exit {
  position:relative;
  z-index:100000!important;
  top: -1px!important;
  margin-left: 4px!important;
  margin-right: 10px !important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 2px inset;
text-rendering: auto; 
color: #000000!important;  
margin-top:10px!important;
border-radius:0px; 
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 manrope!important;
  background: var(--forum-side);
  border: 1px solid var(--forum-border);
  margin-bottom: 10px
} 
.punbb #form-login #fld1, #form-login #fld2 {
    margin-top: 10px !important;
    background: #c1bdb6 !important;
    border: 1px solid #b06329 !important;
}
.punbb #pun-navlinks #form-login input[type="submit"]{  
cursor:pointer; 
font-weight:700!important; 
  border: 0 !important;
  margin-top: 20px !important;
    background: var(--link);
    border: 1px solid var(--icon-border) !important;
    color: var(--base-bg2) !important;
} 
/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login {
    display: block;
    font: normal normal 500 11px/normal noto sans;
    color: var(--text);
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 20px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: var(--base-bg2) var(--texture);
    border: 1px solid var(--base-border);
    box-shadow: var(--base-shadow);
    text-align: center;
    background: #d1ceca;
    border: 1px solid #82705c;
}
#pun-navlinks #navlogin #form-login { 
 margin-left: 0px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -137px!important;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -137px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
margin-bottom: 11px; 
margin-top: 11px; 
text-align: center !important;
} 
.punbb #pun-navlinks #form-login a.Rega, .punbb #pun-navlinks #form-login a.Forgot {
    position: relative;
    text-transform: none!important;
    z-index: 20;
    cursor: pointer;
    font: normal normal 400 10px/normal noto sans!important;
    letter-spacing: 0.5!important;
    text-shadow: none;
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*Форма слево(с Никами) */ 
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    margin-right: 0px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: #d1ceca;
    border: 1px solid #82705c;
    text-align: center;
}
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding:0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: #b06329;
    text-align: left;
    padding-left: 5px!important;
    font: normal normal 700 12x/normal manrope!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .8;
color: #ffffff;
text-shadow: 1px 1px 1px rgba(0, 0, 0,.3);
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами
#List-UserNames ul::-webkit-scrollbar { 
width: 7px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #919190; 
border: 1px solid #919190; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb { 
background-color: #bdbdbc; 
border: 2px solid #888887; 
box-shadow: none; 
} 
*/ 
/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 
opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
700 10.56px/normal manrope; 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#navlogout .Rega, 
#navlogout .Forgot { 
display: block;
  text-align: center !important;
  width: 100%
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal manrope;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input {
    background: #c1bdb6 !important;
    border: 1px solid #b06329 !important;
    text-shadow: none!important;
    color: #282828!important;
    font: normal normal 400 11px/normal manrope!important;
    margin-top: 10px !important;
    padding: 3px 0 !important;
    vertical-align: middle;
}
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color:var(--text);
} 
/*Кликалка слево, чуть выше инпута*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*Кликалка справо*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*Подсказки на кликалках*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal manrope!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/

