/* structure by futura.rusff.ru
-------------------------------------------------------------*/

/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1764890890.css);
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html {margin: 0; padding: 0; min-width: 1010px;}
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: fixed;
  width: 100%;
  padding-bottom: 40px;}

#form-buttons table {width:99%;padding-bottom: 5px; box-shadow: none !important;}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em; box-shadow: none !important;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle;
box-shadow: none !important;}


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;}

/* A3.2 */
.punbb {
  font: normal 68.75% verdana;}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif}
  .punbb input, .punbb select {padding: 2px;}

/* 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;}*/

.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: normal}

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;}
  
.punbb .post-content td {border-radius: 3px;}

/* A3.10 */
.punbb a {
  text-decoration: underline}

/* A3.11 */
.punbb optgroup {
  font-weight: bold;}


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;}

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden}


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 200px auto auto auto;
  width: 980px;}

/* A5.2 */
.punbb { 
  width: 900px; 
  position: relative;
  height: auto;
  margin-left: 40px;}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 0;
  width: 100%;
  height: 100%;
  float: none; 
  top: 0 !important;
  left: 0 !important; }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 0;}

/* 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;
  border-width: 0px 0px 0px 0px;}

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;}

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  /*padding: 5px 1em 5px 1em;*/
  border-style: none;
  border-width: 0px; }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  margin: 10px 100px;
  /* box-shadow: 0 1px 0 0 #dfdfdf; */
  border-bottom: 1px dotted #15d48c;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 0.85em 0;
  line-height: 150%;}

/*.punbb .post-content blockquote p {
  padding: 0.5em;
}*/

/* 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;
  /*padding: 0.5em 10px 10px 10px;*/
  padding: 1em 1.3em 1em 1.3em;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  /*width: 100%;*/
  overflow: auto;
  padding: 5px;
  height: auto !important;
  max-height: 100px;
}

/* B1.8 */
.punbb .post-content .quote-box {
  /* margin: 0.4em 1.8em 0.2em 1.8em; */
  margin: 0 0 10px 0;
  padding: 0;
  border-radius: 6px;
  background: transparent;
    box-shadow: 0 0 80px 10px #fbfbfb inset;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease-in-out;
  }

.punbb .post-content .quote-box:hover {
    background-color: #fbfbfb !important;
    box-shadow: none !important;}

.punbb .post-content .code-box {
  margin: 0 0 0.5em 0;padding: 0;
  background: url(https://forumstatic.ru/files/001b/16/fe/96669.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  }

/* B1.9 */
.punbb .code-box strong.legend {
  display: block;
  padding: 5px;
  margin: 0px 14px 0 14px;
  border-bottom: 1px dotted #15d48c;
  padding: 16px 0px 10px 0px;
  text-transform: uppercase;
  font: 11px montserrat, arial;
  font-weight: 600;
  }
  
.punbb .code-box strong.legend a {
  color: #00c078 !important;}

.punbb .code-box strong.legend a:hover, .punbb .code-box strong.legend a:focus, .punbb .code-box strong.legend a:active {
  color: #3f3f3f !important;
}

.punbb .quote-box cite {
  display: block;
  border-bottom: 1px dotted #15d48c;padding: 16px 0px 10px 0px;
  text-transform: uppercase;
  font: 11px montserrat, arial;
  font-weight: 600 !important;
  font-style: normal;
  color: #15d48c;
  margin: 0 14px;}

/* B1.10 */
.post-content .spoiler-box {
    margin: 0 0 8px 0 !important;
    background: none !important;
    box-shadow: none !important;
    }
    
.post-content .quote-box.spoiler-box:hover {
    background: none !important;
    box-shadow: none !important;}

.post-content .spoiler-box > blockquote {
  padding-top: 0 !important;
  }

.post-content .spoiler-box > div.visible {
    background: url(https://forumstatic.ru/files/001a/01/c7/43935.png)  no-repeat left center #3f3f3f !important;
    margin: 0;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease-in-out;
}

.post-content .spoiler-box > div:hover, .post-content .spoiler-box > div.visible:hover {background-color: #9370db !important;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease-in-out;}

.post-content .spoiler-box > div {
    background: url(https://forumstatic.ru/files/001a/01/c7/15762.png) no-repeat left center #15d48c !important;
    color: #ffffff;
    padding: 2px 8px 3px 20px !important;
    border-radius: 15px;
    font-family: montserrat;
    font-weight: 500;
    margin: 0;
}

.post-content .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
    margin-top: 10px;
    background-color: #fbfbfb;
    padding: 20px !important;
    border-radius: 20px;
    margin-bottom: 20px;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: none;
  border-width: 0px;
  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: 1em;}

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -3em;
  width: 50em;
  font-size: 8px;
  text-transform: uppercase;
  }

.linkst .pagelink a {padding: 1px 11px;background-color:#dfdfdf;border-radius:10px;font-weight: bold;}
.linkst .pagelink a:hover {background-color: #fbfbfb;}
.linkst .pagelink strong {padding:1px 10px;background-color:#e9e9e9;border-radius:10px;color:#00c078;}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -3em;
  right: -5px;
  width: 17em;
  text-align: right;
  font-size: 8px;
  text-transform: uppercase;
  }
  
.linkst .postlink a {
    padding: 2px 5px !important;
    border-radius: 15px;
    font-weight: normal !important;
    -moz-transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    }

.linkst .postlink a:hover {color:white;background-color:#15D48C;-moz-transition: 0.15s ease;-webkit-transition: 0.15s ease;}
.linkst .postlink span {margin-left: -5px !important;}

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 2em 0;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 14px;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 50em;
  text-align: left;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
  }
  
.linksb span {margin-left: -5px !important;}
.linksb .pagelink a {padding: 1px 11px;background-color:#dfdfdf;border-radius:10px;font-weight: bold;}
.linksb .pagelink a:hover {background-color: #fbfbfb;}
.linksb .pagelink strong {padding:1px 10px;background-color:#e9e9e9;border-radius:10px;color:#00c078;}

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 20em;
  line-height: 8px;
  margin-bottom: 6px;
  margin-right: -7px !important;}

.linksb .postlink a {padding: 2px 5px;border-radius:10px;font-weight: normal;}
.linksb .postlink a:hover {background-color: #15D48C;color: white;}
.linksb .postlink strong {padding:1px 10px;background-color:#e9e9e9;border-radius:10px;color:#00c078;}

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  line-height: 8px;}


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 0.5em 5.1em 0;}

/* C1.2 */
.punbb .formsubmit {
  padding: 0;
  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: none;
  border-width: 0px;
  padding: 0;
  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: 0 0 0 -13px;
  font-size: 8px;color: #bcbcbc;text-transform: uppercase;}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0 }

/* C1.8 */
.punbb .fs-box {
  padding: 2em 0 0.8em 0;}

.punbb .fs-box .post-links ul {width: 720px;}
.punbb .fs-box .FNTslider {margin: -13px 0 0 310px !important;}
.punbb .fs-box .post h3 span {text-transform: uppercase;font-size: 9px;}
.punbb .fs-box .tclcon {width: 305px;}
.punbb .fs-box .tc2, .punbb .fs-box .tc3 {vertical-align: text-top;}
.punbb .fs-box .user-avatar {margin-top: -8px;}

.punbb .fs-box .post-author {
    margin-left: -35px !important;
    color: #00c078 !important;
    font-size: 14px;
    border: none !important;
    }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0}

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;}

/* C1.11 */
.punbb .inline .infofield {
  clear:both }

/* C1.12 */
.punbb .datafield br {
  display: none; }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal; }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */ }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0; }

/* C1.17 */
.punbb .hashelp {
  position: relative;  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%; }

/* C1.19 */
.punbb #profile .helplinks {
  top: 1.5em; }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em; }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0; }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 45%;}
  
#pun-index .main .tcl {/*width: 83.5%;*/width: 90%;padding-right: 20px;}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 7%;
  color: #000000;
  letter-spacing: -0.4px;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap;
  }

.punbb .main .tcr span {text-transform: lowercase;}

#pun-index .user-avatar {margin: -4px 6px 0 13px !important;}
#pun-index .user-avatar .avatar-image {/*border: none !important;*/}
#pun-index .main .tcr {text-align: right;height: 0px;}

#pun-index .main th {
    text-align: left !important;
    border-width: 0 0 0 1px;
    padding: 0.4em 2.4em 0.4em 11.2em;}
#pun-index .main .tcr a {line-height: 4px;white-space: nowrap;font-weight: 600 !important;text-transform: uppercase;font: 10px 'Montserrat', verdana;text-overflow: ellipsis;}
#pun-index .main .tcr a:hover {color:#15D48C;}
#pun-index .main .tcr span {font-weight: normal;text-transform: lowercase;font-size: 11px;}

.punbb .main .tcr a {text-transform: lowercase;}
.punbb .main .tcr a:hover, .punbb .main .tcr a:focus, .punbb .main .tcr a:active {color:#15D48C;}

.punbb .main .forum .tcr a:hover {color: #00c078;}
#pun-main .forum .tcl .byuser::before, #pun-main .forum .tcr .byuser::before {content: "·";}

#pun-main .forum .tcl a:hover {color: #00c078;}
#pun-main .forum .tcl .byuser {text-transform: lowercase;}
#pun-main .forum .tcr .byuser {margin-top: 1px;}

#pun-main .forum .tcl span.closedatafield {margin-right: 4px;color: #ffffff;text-transform: uppercase;font-size: 8px;background-color: #6f6c7d;padding: 2px 3px 2px 5px;border-radius: 15px;}
#pun-main .forum .tcl span.stickytext {color: #ffffff;text-transform: uppercase;font-size: 8px;background-color: #15D48C;padding: 3px 3px 3px 5px;border-radius: 15px;}

/* C2.4 */
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 45%;
  }

#pun-userlist .main .tcl {
  width: 20%;
  padding-left: 10px;}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: center;
  width: 10%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal; }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal; }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;}

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em}

/* C2.11 */
.punbb .main td {
  border-style: none;
  border-width: 1px 0 0 1px;
  padding: 0.9em 0;}

/* C2.12 */
.punbb .main th {color: transparent !important;
    /*color: #ccc!important;*/
    border-style: none;
    text-align: center !important;
    border-width: 0 0 0 1px;
    padding: 0.4em 2.4em 0.4em 1em;
    font-size: 8px !important;
    text-transform: lowercase;}

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0}

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  margin-right: 15px;}
  
#pun-index tbody.hasicon td.tcl {
  margin-right: 15px;vertical-align: top;}

/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none;
  padding-bottom: 1px; }

/* C3.2 */
.punbb .post h3 {
  border-style: none;
  border-width: 0px; }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.3em 0;
  display: block;
  text-align: right;
  margin-left: 20em;
  line-height: 20px;
  max-height: 19px;
}

/* C3.4 */
.punbb .post h3 strong {
  text-align: right;
  width: 5em;
  padding-right: 3px;
  text-align: right;
  font-weight: normal;
  text-transform: lowercase;
  font-style: normal;
  color: #6f6c7d;
  line-height: 21px;
  }

.punbb .post h3 strong:after {
  content: '\B7';
  padding-left: 3px;
  line-height: 21px;
  }

.punbb .post h3 strong.fnt {
    width: 7.5em !important;
    padding: 3px;
    top: 86px;
    left: 902px;
    height: 18px;
    position: absolute;
    display: inline-flex;
    -webkit-transform: rotate(-90deg);
    background-color: #e9e9e9;
    text-transform: uppercase;
    border-radius: 0 0 15px 15px;
    align-items: center;
  }

.punbb .post h3 strong.fnt:after {content: none;}

.topic a.sharelink {display: none !important;}

.topic a.permalink {
  line-height: 21px;
  text-transform: lowercase;
}

/* C3.5 */
.punbb .post .post-author {
  float: left;
  margin-top: -27px;
  margin-left: -55px;
  padding: 13px 0 12px 0 !important;
  overflow: hidden;
  background: linear-gradient(119deg, #fbfbfb 0, #e9e9e9 50%);
  border-left: 15px solid #15d48c;
  border-radius: 15px;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
 /* padding: 0 1em 1em 1em;*/
 line-height: 100%;
 width: 240px;
 }

/* C3.7 */
li.pa-author {
  padding: 0px 17px 5px 0px;
  margin-left: 40px;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none;}

/* C3.9 */
li.pa-title {padding: 2px 8px 10px 2px;}
    
/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0; }

/* C3.12 */
.punbb .post-box {
padding: 3.1em 0 1em 0;
text-align: justify;}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em }

/* C3.14 */
.punbb .post-links {
  border: none;
  padding-bottom: 3.8em;
  font-weight: 600 !important;
  text-transform: uppercase;
  font: 9px 'Montserrat', verdana;
  }
  
.punbb .post li.pl-email.profile a::before, .punbb .post li.pl-email.pm a::before, .punbb .post li.pl-email.email a::before, .punbb .post li.pl-delete a::before, .punbb .fs-box li.pl-email a::before, .punbb .post li.pl-edit a::before, .punbb .post li.pl-quote a::before, .punbb .post li.pl-website.website a::before, .punbb .post li.pl-BBquote a::before {
content: '';padding-right: 13px;color:#00c078;background-repeat: no-repeat;}
.punbb .post li.pl-email.profile a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/49389.png);}
.punbb .post li.pl-email.pm a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/15149.png);}
.punbb .post li.pl-email.email a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/64582.png);}
.punbb .post li.pl-delete a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/34872.png);}
.punbb .fs-box li.pl-email a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/64582.png);font-size:10px;}
.punbb .post li.pl-edit a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/84206.png);}
.punbb .post li.pl-quote a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/88039.png);}
.punbb .post li.pl-website.website a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/52872.png);}
.punbb .post li.pl-BBquote a::before {background-image: url(https://forumstatic.ru/files/001a/01/c7/99506.png);}

/* C3.15 */
.punbb .post-links ul {
  padding: 0;
  height: 2em;
  border: none;
  text-align: right;
  width: 911px;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  margin-right: 12px;
  }

/* 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: 1.5em 0;
  text-align: right;
  text-transform: uppercase;margin-left: -1px;font-size: 8px;}

/* 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 select {text-transform: uppercase !important;}

.pun-modal .modal-inner {background-color: #dfdfdf !important;padding: 20px;border-radius: 16px;}

/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 0; }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;}

li.pa-reg, li.pa-posts {
display: none; }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {padding-left: 16.5em;margin-top: 30px;}

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -20.1em;
  display: inline;
  margin-top: 8px;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;}

/* C6.4 */
#viewprofile ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 0 0.8em 0;
  margin: 0 0 1em 0; 
  }

#profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 3.5em 5px 2em 26px;
  margin: 0 0 1em 0; 
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 13px;white-space: nowrap;
  }

#profilenav ul a:hover::before {
  content: '— ';
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 15px -1em 4px; }

/* C6.6 */
#viewprofile h2 span {
  padding: 0 5px;
  position: relative; 
  }

#profilenav h2 span {
  font-size: 10px;
  border: none;
  padding: 5px 8px 5px 26px;
  position: absolute;
  margin: -27px 0 0 -4px;
  width: 13.8em !important;
  border-radius: 0 15px 15px 0;max-width: 12.8em;
  color: white;
  background-color: #15D48C; 
}

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em; }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;}

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;}

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal; }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em}


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0; }

/* C7.2 */
#pun-userlist .usertable .container {
  /*padding: 0 2.3em 2.3em 2.3em;*/
  border-top: none;}

/* C7.3 */
#pun-userlist .usertable table {
  border-style: none;
  border-width: 0px;}


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  height: 0;
  border-style: none;
  border-width: 1px 1px 0 1px;}

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 10px;
  padding: 2em 1em 0 1em; }

/* D1.3 */
#pun-title .container {
  border-style: none; }

/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title table {
  border: none;
  height: 0px;
  width: 100%;}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  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 {
  border-style: none;
  border-width: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  position: absolute;
  padding: 0.8em 0;
  text-align: left;
  top: -163px;
  margin-left: 296px;
  margin-bottom: 92px;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;}

/* D3.4 */
#pun-navlinks li a {
  font-size: 12px;
  line-height: 19px;
  padding: 1em 0.8em 1em 0;
  }

/*  #navadmin a {position: absolute;z-index: 1000;top: 10px;left: 550px;}*/

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: -49px;
  position: absolute;
  height: 13px;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  justify-content: space-between;
  padding: 0;
  height: 13px;
  width: 918px;
  -webkit-text-size-adjust: none !important;
  }
  
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  border-left-style: none;
  border-left-width: 0px;
  padding-right: 0px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 2px 10px 3px 10px;
  border-radius: 15px 15px 0 0;
  display: inline;
  }
  
/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/


/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  }

#pun-status {
    margin-top: -32px;
    position: absolute;
}

/* D5.2 */
#pun-status .container {
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  }
  
#pun-status .container:hover {opacity: 1;-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease;}
#pun-status .container a {padding-left: 5px}
#pun-status .container a:hover {}

/* D5.3 */
#pun-status span {
  font-size: 8px;
  text-transform: uppercase;
  color: #6f6c7d;
  }

#pun-status strong {
    color: #060200;
    font-weight: normal;
}

#pun-status .status-right {
    float: none !important;
}

/* D5.4 */
#pun-crumbs1 {
    height: 11px;
    line-height: 11px !important;
  text-transform: uppercase;
  margin-bottom: 60px;
  font: 11px montserrat, arial;
  font-weight: 600 !important;
}

/* D5.5 */
#pun-crumbs1 p.container {
  color: #15d48c;
  }

/*#pun-crumbs1 em {color: #ffffff;}
#pun-crumbs1 a {color: white;font-family: 'Montserrat';font-weight: 700;text-shadow: 0 1px 0 #202020 !important;}
#pun-crumbs1 span {text-shadow: 0 1px 0 #fafafa !important;}*/

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: none none;
  border-width: 0px 0;
  height: 0;
  margin: 0px 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 none none;
  border-width: 0 0 0px 0;
  position: relative;
  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: 1em 1em 1em 1em; }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
.statscon {/* width: 930px; */}

#pun-stats .container {
  margin-top: 35px;
  margin-bottom: 37px;
  }

#pun-stats a {
    font: 10px montserrat, arial;
    text-transform: uppercase;
    font-weight: 600;
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    text-transform: lowercase;
    padding: 3px 10px;
    border: 2px solid #15d48c;
    border-radius: 15px;
}

/* D7.2 */
 #pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  /* clear: both; */
  line-height: 150%;
  display: inline-block !important;
  margin-right: 10px;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  display: inline-block;
  }

#pun-stats li.item4 {
  float: right;}

/* D7.4 */
li#onlinelist {
  margin-top: 3em;
  float: left;
  width: 900px;
  text-transform: lowercase;
  }

li#onlinelist.item5.users_24h {margin-top: 16px;margin-bottom: -1px;padding-top: 10px;padding-bottom: 10px;}
#pun-stats strong {color: #00c078;/* font-size: 10px; */}
/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 0;
  /*padding: 0.7em 0 0 0;*/}

.punbb .section.online-list {
    padding-left: 0em;
}

/* 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: 1px; }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: left;
  text-transform: uppercase;
  line-height: 150%;
  padding: 1.4em 1em 1em 3.3em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  margin-bottom: 4px;
  }

#pun-about p span.item1 {
    margin-top: 42px;
    margin-left: 3px;
    /* margin-right:40px!important; */
    font-size: 8px;
    /* opacity: 0.5; */
    }
    
/*#pun-about p span.item1:active {
  opacity: 1; }*/

/* D8.6 */
#pun-crumbs2 {
  margin-top: 30px;
  text-transform: uppercase;
  font: 11px montserrat, arial;
  font-weight: 600 !important;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  border-top: none;
  color: #15d48c;
  }

#pun-crumbs1 p.container em, #pun-crumbs2 p.container em{font-size:0em;}
#pun-crumbs1 p.container em::after, #pun-crumbs2 p.container em::after {content:"\25CF"; font-size: 12px; margin: 0 3px 0 0;}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: none none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1; }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border: none;}

.admin-advert-block {margin-top: -85px !important;}
.admin-advert-block .admin-advert-block-buttons {margin-top: -45px !important;}
.adminmain {padding-left: 10.8em !important;}
#pun-adnav {margin-left: -14.4em !important;}
.adformal {width: 822px;}

/* 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; }

.pl-share { display: none !important; }
li.reports { display: none !important; }
p.lastedit {display:none;}

/* structure by futura.rusff.ru
-------------------------------------------------------------*/

/* баннеры */
#banr:hover {opacity: 0.8!important;-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease-in-out;}
#banr a img {-webkit-filter: grayscale(100%);border-radius:2px;opacity: 0.6;-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease-in-out;}
#banr a:hover img {-webkit-filter: grayscale(1%);opacity: 1;-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease-in-out;}
#banr::-webkit-scrollbar {background-color: transparent;}    

/* новости */
#trnews {
    position: absolute;
    text-align: justify;
    margin-top: -124px;
    margin-left: 668px;
    /* background-image: url('https://forumstatic.ru/files/001a/01/c7/17807.png'); */
    height: 47px;
    opacity: 0.8;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    overflow: scroll;
    color: #15d492;
    padding-top: 1px;
    padding-right: 31px;
    filter: blur(2px);
    width: 219px;
    font: 9px 'Verdana';
    overflow-x: hidden;
}

#trnews3:hover, #trnews3:focus, #trnews3:active {opacity: 1;filter: blur(0);-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease;}
#trnews::-webkit-scrollbar, #trnav::-webkit-scrollbar {width: 2px;background-color: #167d96;border-radius: 2px;}
#trnews::-webkit-scrollbar-thumb {width: 2px;background-color: #15D48C;}

/*#trnews3 {
    opacity: 0.8;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    filter: blur(1px);
    position: absolute;
    width: 300px;
    margin-left: 600px;
    margin-top: -119px;
    display: inline-flex;
    text-align-last: justify;
    display: -webkit-inline-flex;
    justify-content: space-between;
    display: -ms-inline-flexbox;
}*/

#trnews3 {
    opacity: 0.7;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: absolute;
    width: 235px;
    margin-left: 600px;
    background: linear-gradient(90deg, #e9e9e9 0, #c6a8e8 50%);
    /* background-color: #ccb1ea; */
    color: #060200;
    margin-top: -110px;
    font-size: 8px;
    border-left: 13px solid #15d48c;
    padding: 2px 6px;
    text-transform: uppercase;
    border-radius: 10px;
}

#trnews3 b, #trnews3 strong {color: #6f6c7d;cursor: crosshair!important;}
#trnews3 a {color: #15d48c;cursor: crosshair!important;}

/* навигация */
#trnav {
    /*position: absolute; */
    display: inline-flex;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 8px;
    margin-left: -10px;
    line-height: 1.17em;
    overflow: hidden;
    width: 897px;
    font: 11px montserrat;
    justify-content: space-evenly;
}

#trnav a {
    padding: 5px;
    display: block;
    margin-top: 7px;
    width: 283px;
    background-color: #dfdfdf;
    font-weight: bold;
    border-radius: 15px;
    }
#trnav a:hover {color: #15D48C;background-color:#fbfbfb;}

.hider2:hover {-moz-transform: rotate(-51deg);
    -ms-transform: rotate(-51deg);
    -webkit-transform: rotate(-51deg);
    -o-transform: rotate(-51deg);
    transform: rotate(-51deg);}

#trnavblock1, #trnavblock2, #trnavblock3 {display: inline-block;}
#trnavblock2 {margin: 0 5px;}

/* всплывающие подсказки */
#tooltip {
  position: absolute;
  background-color: #9370db;
  color: #ffffff;
  z-index: 999;
  max-width: 250px;
  text-align: justify;
  border-radius: 6px;
  font-family: verdana, arial;
  letter-spacing: 0.3px;
  font-size: 9px;
  font-weight: 500 !important;
  display: none;
  line-height: 10px;
  padding: 10px 15px;}

.tipsy-inner {border-radius:10px !important; -moz-border-radius:10px !important; -webkit-border-radius:10px !important;}

html.punbb::before, html.punbb::after {background: none !important;}

#janr {opacity: 0;-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease-in-out;}
#janr:hover {opacity: 1;-moz-transition: 0.5s ease;-webkit-transition: 0.5s ease-in-out;}