/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1645716052.css);
  @font-face {
    font-family: Algerius; /* Èìÿ øðèôòà */
    src: url('https://forumstatic.ru/files/001a/1f/5c/71306.ttf'); /* Ïóòü ê ôàéëó ñî øðèôòîì */
   }

  @font-face {
    font-family: Animals; /* Èìÿ øðèôòà */
    src: url('https://forumstatic.ru/files/001a/7c/c2/77826.ttf'); /* Ïóòü ê ôàéëó ñî øðèôòîì */
   }

  @font-face {
    font-family: MyIcons; /* Èìÿ øðèôòà */
    src: url('http://forumstatic.ru/files/000e/70/93/69725.ttf'); /* Ïóòü ê ôàéëó ñî øðèôòîì */
   }

[data-icon]:before {
  font-family: "MyIcons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "MyIcons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\61";
}
.icon-fa-brands-400:before {
  content: "\62";
}
.icon-fa-brands-400-1:before {
  content: "\63";
}
.icon-fa-brands-400-2:before {
  content: "\64";
}
.icon-fa-brands-400-3:before {
  content: "\65";
}
.icon-fa-brands-400-4:before {
  content: "\66";
}
.icon-fa-brands-400-5:before {
  content: "\67";
}
.icon-fa-brands-400-6:before {
  content: "\68";
}
.icon-angle-down:before {
  content: "\69";
}
.icon-angle-left:before {
  content: "\6a";
}
.icon-angle-right:before {
  content: "\6b";
}

/* 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: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em; box-shadow: none;}

/* 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 68.75%  Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em  verdana, arial, helvetica, sans-serif
    border-width: 1px;
    border-radius: 3px;
    border: none;
    font-size: 11px;
    padding: 5px;
  }


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3 {
  font-size: 1em;
  font-weight: bold;
  }

.punbb th {
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 1px;
  }

/
/*.punbb .category th{
}
*/
.punbb h4, .punbb table {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 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: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: none;
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* 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: 1em;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 0px auto auto auto;
  width : 900px;
  border: none;

}


/* A5.2 */
.punbb {
    float: left;
    width: 100%;
    min-height: 96vh;
    display: flex;
    flex-direction: column;
  }

div#pun-main {
    margin-bottom: auto;
}

/* A5.3  ÏÅÐÅÀÄÐÅÑÀÖÈß */

#pun-redirect {
    background-image: url(http://forumfiles.ru/files/001a/7c/c2/63563.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0 !important;
    left: 0 !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pun-redirect #pun-main {
    width: 715px;
    float: none;
    position: relative;
    z-index: 1000;
    border-radius: 5px;
    border: solid 1px;
    box-shadow: inset 0 0 5px #4b436f, 0 0 0px #e2e2f9;
    padding: 10px;
    color: #e2e2f9;
    font-size: 11px;
    background-color: rgba(0, 149, 255, 0.75);
    margin-bottom: 0 !important;
}

/* 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;
  }

/* A5.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 none none;
  border-width: 0px 1px 0px 1px
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 1px;
  }

/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.6em 1em;
  border-style: none none none none;
  border-width: 1px 1px 0px 1px;
  }

#pun-main h2 {
    padding: 0.6em 1em;
    border-width: 0px 1px 0px 1px;
    border-radius: 5px;
    text-align: center !important;
    width: 880px;
}

/* A 5.11 */
#pun-navlinks li {padding-left: 10px; padding-bottom: 0px}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  line-height: 150%;
  text-align: justify;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 0.4em 1.8em 1.4em 1.8em;
    padding: 1em;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border: none;
    font-size: 11px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: none;
  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 {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 0.5em 0em 0.5em 0em;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    opacity: 0.8;
    border-top: solid 2px;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 0em 1.1em 0em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 0;
  margin: 0 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: 1px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  width: 70%;
  text-align: right;
  display: none;
  }

/* 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 4em 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;
  }

.punbb .helplinks span INPUT {
  margin: 0px 2px 2px 0px;
}

/* 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: 100%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 5%;
  }

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 90%;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: center;
  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 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: none none none none;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border: none;
  padding: 4px 1em 6px 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
	margin-left: 0px;
}

/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
    height: 66px;
    width: 66px;
    min-width: 66px;
    margin: 10px;
}

#pun-index div.icon {margin-top: 30px;}

.closedatafield {
    display: none;
}

 /* C3 Topics
-------------------------------------------------------------*/



/* C3.1 */
.punbb .post .container {
  border-style: none none none none;
  border-width: 1px;
  padding-bottom: 1px;
    display: block;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: none none none none;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
  display: block;
  }

/* 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: 21em;
  text-align: center;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  padding: 0.4em 0;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
    padding: 0 0 1px 0;
    margin-left: 21em;
  }

/* C3.12 */
.punbb .post-box {
  padding: 0em 0 1em 20px;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;

  border-left-style: none;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
  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 {
    margin-top: 4px;
    padding: 0.5em 0em;
    text-align: right;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    opacity: 0.8;
  }

/* 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: 200px;
    min-height: 250px;
  }

/* C6.2 */
#profilenav {
    float: left;
    width: 180px;
    margin-left: -200px;
    display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#profilenav ul {
    border-style: solid;
    border-width: 1px;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
    border-radius: 5px;
    border: none;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0 !important;
  margin: 0 14px 0 14px;
  display: none;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 0em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
    float: right;
    margin: 0 0 0.8em 1.8em;
    border-radius: 5px;

    object-fit: cover;
    object-position: 0 0;
  }


/* 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 0 0 0;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
    border-radius: 5px;
    border: none;
    font-size: 11px;
    margin-bottom: 10px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  border-width: 1px 1px 0 1px;
  height: 180px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 250px;
  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;
  }

#pun-title table {
	border: none;
	height: 10px;
	width: 848px;
        margin-left: -24px;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title TD.title-logo-tdr {
        border: none;
        width: 10px;
        vertical-align: top;
        padding-top: 0px;
        padding-right: 2px;
}

#pun-title .title-logo {
    height: 350px;
    width: 900px;
    margin-left: 22px;
}

/* 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 {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

#pun-navlinks {margin-top: 20px;}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  text-align:center;
}

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  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 .container {
  padding: 0.8em 1em 1em 1em;
  }

/* 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-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  display: none;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 0 0 0;
  border-style: none none none none;
  border-width: 0 0 0px 0;
  position: relative;
  font-weight: bold;
}

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding:0 0 0 0;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

/* D6.3 */
#pun-announcement .container {
  padding: 0 0 0 0;
}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 0em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  padding: 0.7em 0 0 0;
  }

/* 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 */
  border-top-style: none;
  text-align: left;
  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: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin {
  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-about .container {
}

/* D9.7 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.8 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.9 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


/* ÏÐÀÂÊÈ ÏÎ ØÀÏÊÅ */
.selectGuest {
    position: absolute;
    margin-top: 320px;
}

.selectPlayer {
    position: absolute;
    margin-top: 320px;
    margin-left: 640px;
}

.News {
    position: absolute;
    margin-top: 325px;
    width: 245px;
    height: 202px !important;
    overflow: auto;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 11px;
    text-align: justify;
}

.Greetings {
    position: absolute;
    margin-top: 285px;
    overflow: auto; 
    padding: 0.2em 1em;
    border-width: 0px 1px 0px 1px;
    border-radius: 5px;
    width: 870px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

.StyleChange {
    position: absolute;
    margin-top: 482px;
    margin-left: 285px;
    width: 330px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

#user-panel {
    position: absolute;
    margin-top: 325px;
    margin-left: 635px;
    width: 245px;
    height: 202px !important;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 11px;
}

#u-panel {
    position: absolute;
}

#u-fields {
    position: absolute;
    margin-top: 40px;
    width: 245px;
}

#bonusfields {
    margin-top: 15px;
    margin-left: 5px;
}

#option table tbody td.avatar div a img {
    vertical-align: top;
    width: 70px;
    height: 70px;
    margin: 5px 5px 5px 5px;
    margin-left: 5px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 0 0;
    opacity: 0.8;
}

#option table td.avatar {
vertical-align: top;
width: 72px;
height: 72px;
margin: 0px;
margin-left: 10px;


}
#option table td.avatar a, #option table td.avatar span {
display: block;
overflow: hidden;

}
#option table td.avatar img {
vertical-align: top;
    width: 70px;
    height: 70px;
    margin: 5px 5px 5px 5px;
    margin-left: 5px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 0 0;

}

#option table {
    font-size: 1em;
    font-weight: 400;
    border-width: 0px;
    width: 250px;
    margin: -5px;
}

.amcText {
    position: absolute;
    margin-top: 360px;
    margin-left: 285px;
    width: 330px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

.admins {
    position: absolute;
    margin-top: 390px;
    margin-left: 285px;
    width: 310px;
    height: 55px !important;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}

.amc1 {
    width: 145px;
    height: 55px;
}

.amc2 {
    width: 145px;
    height: 55px;
}

span.legend {
    position: absolute;
    margin-left: 5px;
    width: 85px;
}

.legend b {
    letter-spacing: 0.8px;
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 130%;
    margin-top: 4px !important;
}

.name a {
    letter-spacing: 0.8px;
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 130%;
}

.amc1 img {
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    width: 53px;
    opacity: 0.5;
    filter: grayscale(100%);
    margin-right: 5px;
}

.amc1 img:hover {
    opacity: 0.8;
    filter: none;
}


.amc2 img {
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    width: 53px;
    opacity: 0.5;
    filter: grayscale(100%);
    margin-right: 5px;
}

.amc2 img:hover {
    opacity: 0.8;
    filter: none;
}


.actionText {
    position: absolute;
    margin-top: 450px;
    text-transform: uppercase;
    margin-left: 10px;
    width: 240px;
    text-align: center;
    font-size: 15px;
    text-shadow: 1px 0px 1px #000806;
    letter-spacing: 1px;
}

#pun-admin_style pun-navlinks {
    margin-top: -270px !important;
    margin-bottom: 10px;
    background-color: transparent;
}

div.selectGuest form select {
    height: 20px;
    width: 155px;
    border-radius: 3px;
    margin-left: 285px;
    margin-top: 5px;
    border: none;
    padding: 0;
    letter-spacing: 0.8px;
    font-weight: bold !important;
    text-transform: uppercase;
}

div.selectPlayer form select {
    height: 20px;
    width: 155px;
    border-radius: 3px;
    margin-left: -180px;
    margin-top: 5px;
    border: none;
    padding: 0;
    letter-spacing: 0.8px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.TableBack {
    background: url(ññûëêà);
    width: 900px;
    height: 295px;
    margin-top: 280px;
    position: absolute;
}

#pun-status .item1, #pun-status .item2 {
    display: block;
    width: 50%;
}

#pun-crumbs1 {
    max-height: 9001em;
}



/* ÏÐÀÂÊÈ ïî ÊÀÒÅÃÎÐÈßÌ */
#pun-category1 h2 span, #pun-category2 h2 span, #pun-category3 h2 span, #pun-category4 h2 span, #pun-category5 h2 span, #pun-category6 h2 span, #pun-category7 h2 span, #pun-category8 h2 span, #pun-category9 h2 span {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

#pun-stats h2 span,
.category h2 span {
visibility:visible!important;
}


/* ÏÐÀÂÊÈ ÏÎ ÔÎÐÓÌÀÌ */

tbody.hasicon {
    flex-wrap: wrap;
    flex-direction: row !important;
    width: 950px;
    display: flex;
    justify-content: space-evenly;
    margin-left: -25px;

}


#pun-index .tcl h3 {
    margin-bottom: 4px;
    font-weight: normal;
    letter-spacing: 1px;
    height: 20px;
    display: block;
    padding-top: 5px;
    text-transform: uppercase;
    margin-top: -10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
  }

#pun-index td.tc2, #pun-index td.tc3 {
    display: none;
}

#pun th {
    visibility: hidden;
}

.alt1, .alt2 {
    width: 435px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px 0px 20px;
    border-radius: 5px;
    font-size: 11px;
    justify-content: space-between;
}

td.tcl div.tclcon h3 a {
    margin-left: -86px;
}

.forumdescript {
    text-align: justify;
    width: 339px;
    margin-left: 86px;
}


/* ÏÐÀÂÊÈ ïî ÔÓÒÒÅÐÓ */
#footer:before {
    content: 'Íàøè ïàðòíåðû';
    display: block;
    padding: 0.4em 0.8em;
    border-width: 0px 1px 0px 1px;
    width: 926px;
    margin-left: -25px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}


#banners.container {
    width: 950px;
    height: 75px;
    margin-left: -25px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: absolute;
}

#banners a {
    opacity: 0.5;
    filter: grayscale(100%);
    padding: 1px 2px;
}

#banners a:hover {
    opacity: 0.8;
    filter: none;
}


/* ÑÒÀÒÈÑÒÈÊÀ */
#pun-stats h2 span {
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 40px;
    opacity: 100% !important;
}
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
    padding: 0.9em 0em;
    border: none;
}


/* ÏÐÀÂÊÈ ÏÎ ÑÒÐÀÍÈÖÅ */
.punbb h1 span {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

#pun-main h1 {
    text-align: center;
    max-height: 9001em;
}

#main-reply {
    width: 100% !important;
}

.post h3 {margin-top: 20px;}

 a.permalink {
    margin-left: 20px;
}

#post-form h2 span {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}


/* ÏÐÀÂÊÈ ïî ÀÄÌÈÍÊÅ */

#pun div.punbb-admin div#pun-crumbs1 {
    margin-top: 20px;
}

.adformal h2, #pun-adnav h2 {
    padding: 5px 0 0 0 !important;
    border-style: none !important;
    border-width: 0 1px 1px 0;
    background-color: #333;
    color: #fff;
}

#pun-admain h1, #pun-admain h2, #pun-admain h3, #pun-admain h4 {
    height: 20px;
    display: block;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
}

.adcontainer {
    border-style: none !important;
    border-radius: 0 0 5px 5px;
    font-size: 11px;
}

#pun-admain legend span {
    padding: 0 5px;
    margin: 0 0 0 -15px;
    background-color: unset !important;
}

#pun-admain fieldset {
    border-style: none !important;
    border-width: 1px;
    padding: 0 0 0 0 !important;
    margin: 0 0 1em 0;
}

.adformal {
    border-style: none none none none !important;
    border-width: 0 0 2px 0;
}

#pun-admain fieldset p {
    border-left-style: solid;
    margin-bottom: 3px;
    padding: 10px 0;
    border-color: transparent !important;
    border-radius: 5px !important;
}

#pun-admain1 fieldset:last-of-type p {
    cursor: move;
    border-left: none 0 transparent!important;
    background: unset;
}

#pun-admain .adformal p.adinfofield {
    padding: 0.8em 0.8em !important;
}

#pun-admin_forums #edit_forum fieldset:nth-child(3) div p:nth-child(5) span.adsubmit, #pun-admain span.adsubmit {
    left: 10px !important;
}

#pun-admin_forums #edit_forum fieldset:nth-child(3) div p:nth-child(5) span.adinput em {
    margin-left: 12em !important;
}

#pun-admain span.adinput em {
    margin-left: 17em !important;
}

#pun-admain fieldset p {
    border-left-width: 0 !important;
}

#pun-admin_index fieldset p {
    border-left-style: solid;
    border-left-width: 18em;
    margin-bottom: 3px;
    padding: 10px 0;
    border-color: transparent !important;
    background-color: unset !important;
    border-radius: 5px !important;
    color: unset !important;
}

#pun-admain .adlabel {
    margin-left: 0em !important;
}

#pun-admin_forums #pun-admain fieldset p {
    border-left-width: 0 !important;
}

#pun-admain1 fieldset:last-of-type .adsubmit {
    margin: 0 0 0 0 !important;
}

#pun-admin_categories #categories fieldset:nth-child(2) p span.adinput em {
    margin-left: 0.7em !important;
}

#pun-admain2 span.adsubmit input[type=submit] {
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
    box-shadow: none;
    padding: 1px 6px 2px 6px !important;
}

#pun-admain th {
    visibility: visible !important;
    background-color: #f1f1f180 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    font-family: Algerius !important;
    text-shadow: 1px 1px 2px #1d334a !important;
    padding: 0.8em 10px !important;
}

#pun-admain .tc3 {
    text-align: center;
    width: 13% !important;
}

#pun-admin_groups p.adinfofield {
    display: none;
}

#pun-admin_options input[type="text"] {
   max-width: 99% !important;
}

#pun-admin_ranks span.adinput.astable {
    margin-left: 17em !important;
}

#pun-admin_files #pun-admain .tcl {
    width: 12% !important;
}

#pun-admin_files #pun-admain .tc2 {
    width: 15% !important;
    text-align: center;
}

#pun-admin_files #pun-admain .checker {
    width: 5% !important;
    align-items: center !important;
    padding: 0 0 0 3px !important;
}

#pun-admin_files #pun-admain .tc3 {
    width: 10% !important;
}

#pun-admin_files #pun-admain #page-select {
    margin-right: 0 !important;
}

#pun-admin_files #pun-admain .tcr input {
    width: 96%;
}

#pun-admin_mail textarea, #pun-admin_mail .longinput input {
    width: 64% !important;
}

/* ÑÂÎÐÀ×ÈÂÀÍÈÅ ÊÀÒÅÃÎÐÈÉ */
span.offctgr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    width: 900px;
}

/* ÌÀÑÊÀ ÏÐÎÔÈËß */
#mask_dialog .inner {
    cursor: default;
    margin: 0;
    width: 760px;
    max-width: 99%;
    max-height: 90%;
    overflow-x: auto;
    z-index: 100;
    background: #adc8f0 url() !important;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
}

#mask_dialog .inner .hv-mask-dialog-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    position: relative;
}

#mask_dialog .inner .hv-control .hv-clear-storage {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#mask_dialog .inner .hv-masks-storage .hv-mask-element img {
    max-width: 100%;
    cursor: pointer;
    border-radius: 5px;
}

#mask_dialog .inner .hv-mask-block .hv-preview-block .hv-preview-avatar img {
    max-width: 100px;
    border-radius: 5px;
}


/* ÀÊÒÈÂÍÛÅ ÒÅÌÛ */

.stickytext {
   display: none;
}

#pun-searchtopics .tcr {
    width: 20%;
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

#pun-searchtopics td.tcl {
    display: flex;
    align-items: center;
    width: 360px !important;
    min-width: 450px;
    padding: 0;
}

#pun-searchtopics .hasicon tr {
    width: 900px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 10px 0;
    align-items: center;
    border-radius: 5px;
    border: none;
    font-size: 11px;
}

#pun-searchtopics .tcl span.byuser {
    margin-left: 1em;
}

#pun-searchtopics .tcl a {
    width: 200px;
}

#pun-searchtopics .hasicon {
    margin-top: -20px;
}

/* ÏÐÀÂÊÈ ÏÎ ÑÒÐÀÍÈÖÅ ÔÎÐÓÌÀ */

#pun-viewforum .tcr {
    width: 57%;
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

#pun-modviewforum .tcr {
    width: 25%;
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

/* ÏÐÀÂÊÈ ÏÎ ÔÎÐÌÅ ÎÒÂÅÒÀ */

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #float {
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 11px;
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
    width: 880px !important;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
}

#main-reply {
    width: 880px !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 11px;
}

#form-buttons table, .punbb .formal textarea {
    width: 100% !important;
}

legend {
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
}

#font-area div, #size-area div, #color-area div, #table-area div, #addition-area div, #smilies-area div a, #smilies-area img {
    cursor: pointer !important;
    padding: 0px 3px;
}

#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: none;
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    line-height: 0.0;
    font-size: 0;
}

#uploaded-images img {
    width: 88px;
    height: 66px;
    border: 1px solid;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 5px;
}

/* ÏÅÐÅÊËÞ×ÅÍÈÅ ÑÒÈËÅÉ */
#changeStyle {
    top: 0;
    position: absolute !important;
    margin-top: 510px;
    margin-left: 285px;
    z-index: 9999;
    display: flex;
    width: 330px;
    flex-wrap: wrap;
}

#style1, #style2, #style3, #style4, #style5, #style6 {
    width: 100px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    opacity: 0.8;
    position: relative;
    border: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

#style1:hover, #style2:hover, #style3:hover, #style4:hover, #style5:hover, #style6:hover {
    opacity: 1;
}

#style1 img, #style2 img, #style3 img, #style4 img, #style5 img, #style6 img {
    z-index: 9999;
    position: absolute;
    left: 0;
}

#style1 p, #style2 p, #style3 p, #style4 p, #style5 p, #style6 p {
    position: absolute;
    top: 0;
    left: 15px;
}




/* ÑÒÐÅËÊÈ */
.go-up, .go-down {
 display: none;
 position: fixed; /*ïîçèöèîíèðîâàíèå*/
 z-index: 9999; /*ïîâåðõ âñå ýëåìåíòîâ íà ñòðàíèöå*/
 right: 5%; /*ïîëîæåíèå íà ñòðàíèöå, åñëè ñëåâà - left*/
 cursor: pointer;
 opacity: .5;
 padding: 3px;
 margin-bottom: 5px;
 width: 50px;
 height: 50px;
 background-size: contain !important;}
.go-up { bottom: 85px; }
.go-down { bottom: 10px; }
.go-down:hover,
.go-up:hover {
 opacity: 1;}


/* ÏËÅÅÐ */
form#tr-list {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    z-index: 0 !important;
    width: 880px !important;
    border-radius: 5px;
    border: none;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
}

#tr-list h1 {
    background:none !important;
    padding: 0 0 0.5em 0 !important; 
}

#tr-list h1 i {display:none;}

div[id^="r-"] {
    overflow: hidden !important;
    font-weight: bold !important;
    padding: 10px !important;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    font-size: 11px;
}

#seekbar {
    -webkit-appearance: none !important;
    background: #999;
    border-radius: 4px;
    box-shadow: inset 0 0 1px#333;
    height: 4px;
    padding: 0 0 0 0 !important;
    width: 74% !important;
    vertical-align: super;
}

#track li:nth-child(odd) {
    background: none !important;
}
#track li:nth-child(even) {
    background: none !important;
}

p.adsubmit {
    display: inline-block;
}

/* ÑÒÐÀÍÈÖÀ ÐÅÄÀÊÒÈÐÎÂÀÍÈß */
#pun-edit h1 span {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

/* ÇÀÏÐÅÒ ÌÀÑØÒÀÁÈÐÎÂÀÍÈß */

.post h3 {max-height: 9001em;}

.punbb .post-box {max-height: 9001em;}

.tclcon {max-height: 9001em;}

/* 18+ */
.Age18 {
    position: absolute;
    margin-left: 865px;
    top: 252px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
    opacity: 0.8;
}

/* ÀÊÖÈÈ */
#pun-category1 h2 {
    padding: 0.2em 1em;
}

#pun-category1 .alt1 {
    width: 900px;
    border: none;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: -25px;
    margin-bottom: -10px;
}

#pun-category1 .tcl {
    width: 100%;
    margin-left: 30px;
}

#pun-category1 .tcl h3 {
    display: none;
}

#pun-category1 .tcl h3 {
    display: none;
}

#pun-category1 .icon {
    display: none;
}

#pun-category1 div.tclcon {
    margin-left: 0px;
}

#pun-category1 div#akciiiner tbody {
    display: table-row-group;
}

#pun-index #pun-category1 div#akciiiner table tr {
    width: 100%;
    border: none;
    display: table-row;
    background: transparent;
}

#pun-category1 div#akciiouter {
    overflow-y: hidden;
}

#pun-category1 td {
    width: 280px;
    font-size: medium;
}

div#akd_pic.ap1 {
    background-position: center top -20px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border: none;
    border-radius: 5px 5px 0 0;
    filter: grayscale(100%);
    opacity: 0.5;
}

div#akd_pic.ap1:hover {
    filter: none;
    opacity: 0.8;
}

#pun-category1 .tcr {
    display: none;
}


div#akcia {
    padding: 4px;
    border-radius: 5px;
    padding: 0;
    font-size: 13px;
}

#pun-category1 td {
    padding: 0.4em 30px 0.4em 0;
}


span.akd_name {
    width: 278px !important;
    height: 20px;
    display: block;
    padding-top: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

span.akd_d {
    height: 130px !important;
    display: block;
    height: 10.5em;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 110%;
    box-shadow: 0 0 10px inset #8296b3;
    text-align: justify;
}


a.akd_link {
    width: 278px !important;
    height: 20px;
    display: block;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
}

hr {
    margin: 5px 0 5px 0 !important;
}


/* ÌÅËÊÈÅ ÏÐÀÂÊÈ ÏÎ ÃËÀÂÍÎÉ ÑÒÐÀÍÈÖÅ */
#pun-index #pun-crumbs1 p.container, #pun-index #pun-crumbs2 {
    display: none !important;
}

div#pun-category1 {
    margin-top: -25px !important;
}

#pun-stats .statscon:before {
    content: 'Ñòàòèñòèêà ôîðóìà';
    display: block;
    padding: 0.4em 0.8em;
    border-width: 0px 1px 0px 1px;
    border-radius: 5px;
    width: 875px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center !important;
}

.alt1 td.tcr, .alt2 td.tcr {
    border-top: solid 2px;
}

#pun-navlinks .container {
    padding: 0.7em 1em;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

#pun-ulinks.section .container {
    text-align: center;
    border-top: solid 2px;
    padding: 4px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
}

#pun-status .container {
    padding: 10px 0;
    letter-spacing: 1px;
    text-decoration: none !important;
    opacity: 0.8;
    width: 880px;
}

#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
    padding: 0.6em 1em;
    border-width: 0px 1px 0px 1px;
    border-radius: 5px;
    text-align: center !important;
    width: 885px;
    font-size: 0.6em;
}

#pun-stats .container {
    padding: 0.8em 0em;
}

#pun-about .container {
    border-top: solid 2px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center;
    opacity: 0.8;
    padding: 5px;
}

li#onlinelist div {
    padding: 0.7em 0 0 0;
    border-top: solid 2px;
}

#pun-about p.container span.item1::before {
    content: '© Abe Kyogu, FRPG «Äðóãàÿ Ãðàíü». Ñîçäàíî íà áàçå ñåðâèñà MyBB (';
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold !important;
    text-decoration: none !important;
}

#pun-about p.container span.item1::after {
    content: ')';
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold !important;
    text-decoration: none !important;
}

#pun-stats h2 {display: none;}


/* ÏÐÎ×ÈÅ ÌÅËÊÈÅ ÏÐÀÂÊÈ */

#pun-crumbs1 p.container, #pun-crumbs2 {
    text-align: center;
    border-top: solid 2px;
    padding: 4px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
}

.punbb .linkst {
    float: left;
    position: relative;
    width: 100%;
    font-size: 1.1em;
    height: 0;
    padding: 0.8em 1em 1em 1em;
    letter-spacing: 1px;
    text-decoration: none !important;
    opacity: 0.8;
    margin-left: -12px;
}

input.button {
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 13px !important;
    font-family: Algerius !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
    box-shadow: none;
    padding: 1px 6px;
}

input#sub4 {
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
}

p.checkfield {
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
}

#post-preview .post-box {
    padding: 0em 0 1em 0 !important;
}

#pun-main div.topic div.post-author p {
    padding: 10px !important;
}

.punbb .formal fieldset {
    min-width: 100% !important;
}

.usertable th {
    visibility: visible !important;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
}

#viewprofile h2 span, #profilenav h2 span, #profilenav h2, #viewprofile h2 {
    padding: 0 5px;
    position: relative;
    display: none;
}

li.pa-replies {
    padding-top: 0.8em;
}

#pun-delete .post-box {
    padding: 0 0 0 0;
}

#pun-formemail textarea#fld2 {
    width: 890px !important;
}

#pun-userlist .main .tc3, #pun-userlist .main .tcmod {
    text-align: center;
    width: 10%;
}

.punbb input[type="radio" i] {
    box-shadow: none !important;
}

input[type="submit"] {
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 13px !important;
    font-family: Algerius !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
    box-shadow: none !important;
    padding: 1px 6px;
}

#pun-foundation .info .container {
    padding: 0.8em 0em;
}


/* ÀÂÒÎÐ ÏÎÑÒÀ */
.punbb .post .post-author ul, .punbb .post .post-author p {
    line-height: 140%;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
}

.punbb .post h3 span {
    padding: 0.5em 0em 1em;
    display: block;
    margin-left: 0px;
    width: 900px !important;
    letter-spacing: 1px;
    text-decoration: none !important;
    opacity: 0.8;
    border-bottom: solid 2px;
    margin-bottom: 10px;
}

.post-author ul li.pa-avatar img {
    max-width: 198px !important;
    border-radius: 5px;
    min-width: 198px !important;
    height: auto;
}

a.permalink {
    margin-left: 0px;
}

.pa-fld2 {display: none;}

.pa-author {
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
    border-bottom: solid 2px;
    text-transform: uppercase;
    padding: 0 0 0.8em 0 !important;
}

li.pa-title {
    padding: 0.8em 0 0.4em;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
    opacity: 0.8;
}

li.pa-author:after {
    content: '\2745';
    display: block;
    font-family: auto;
    font-weight: bold !important;
    font-size: 25px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 210px;
    margin-top: -2px;
    margin-left: 4px;
    text-shadow: 0 0 black;
}

div.post-author.online li.pa-author:after {
    animation: shadow 2s infinite;
}

div.post-author li.pa-reg, div.post-author li.pa-invites, div.post-author li.pa-ip {display: none;}

li.pa-last-visit {
    border-top: solid 2px;
    padding: 0.5em 0;
}

div.post-author li.pa-respect {
    padding-bottom: 0.5em;
}

.pa-fld1 {
    border-top: solid 2px;
    padding: 0.5em 0;
    padding-top: 0.5em !important;
}


/* ÏÎÑÒ */

.punbb .post-sig dt {
    display: block;
    width: 100%;
    margin: 5px 0;
    border-top: solid 2px;
}

.punbb .post-links ul {
    height: 2em;
    line-height: 2em;
    background: transparent;
    text-align: right;
    width: 900px;
    border-top: solid 2px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    opacity: 0.8;
}

 div.post-links ul li:nth-child(1) {
    padding-left: 0 !important;
}

#plng {
    padding: 2px 5px;
    margin: 0 20px 0 0px;
    width: 30%;
    border-radius: 3px;
    border: none;
    font-size: 11px;
}

#pun-viewforum .hasicon tr, #pun-modviewforum .hasicon tr {
    width: 900px;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 11px;
}

#pun-viewforum .hasicon .tcl, #pun-modviewforum .tcl {
    padding: 0 !important;
    width: 100% !important;
    display: flex;
    align-items: center;
}

#pun-viewforum thead, #pun-modviewforum thead {
    display: none;
}

/* ÏÐÎÔÈËÜ */

#profile-left {
    width: 200px !important;
    padding-top: 0 !important;
    border-style: solid;
    border-width: 1px;
    padding: 10px !important;
    padding-top: 10px !important;    
    margin: 0 0 1em 0;
    border-radius: 5px;
    border: none;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-align: center;
}

td#profile-right {
    padding: 0px 0 0 20px !important;
}

#profile-signature ul {
    border-top: solid 2px !important;
    margin: 0;
    padding: 1em 1em 0 1em;
}
#profile-signature {
    padding: 1.5em 0em 1em 0em !important;
} 

#profile-name strong {
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
    border-bottom: solid 2px;
    text-transform: uppercase;
    padding: 10px 0 0.8em 0 !important;
}

#profile-title strong {
    padding: 0.8em 0 0.4em;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: none;
    opacity: 0.8;
}

#profile-left li:nth-child(3) div img {
    max-width: 198px !important;
    border-radius: 5px;
}

#profile-name:after {
    /* content:'\2745'; */
    display: block;
    font-family: auto;
    font-weight: bold !important;
    font-size: 16px;
    position: absolute;
    text-align: center;
    width: 210px;
    margin-top: -8px;
    margin-left: 7px;
    text-shadow: 0 0 black;
}

/* ÑÎÎÁÙÅÍÈß */

#pun-messages #main-reply {
    width: 880px !important;
}

#pun-messages #font-area, #pun-messages #size-area, #pun-messages #color-area, #pun-messages #table-area, #pun-messages #smilies-area, #pun-messages #image-area, #pun-messages #imageup-area, #pun-messages #imageattach-area, #pun-messages #keyboard-area, #pun-messages #video-area, #pun-messages #addition-area {
    width: 865px !important;
    min-height: unset !important;
}

#pun-messages form#tr-list {
    width: 880px !important;
    min-height: unset !important;
    padding-left: 10px;
}

#pun-messages #tr-list h1 {
    width: unset !important;
    margin-left: 0 !important;
}

#pun-messages #float {
    width: 880px !important;
}

#pun-messages tbody.hasicon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 700px !important;
    margin-left: 0 !important;
    justify-content: center;
}

#pun-messages .hasicon tr {
    width: 700px;
    display: flex;
    align-items: center;
}

#pun-messages .intd {
    display: flex;
    align-items: center;
}

#pun-messages thead {
    display: none;
}

#pun-messages div.tclcon {
    margin-left: 0px;
    width: 280px;
}

#pun-messages .main td {
    border-style: none none none none;
    border-width: 1px 0 0 1px;
    padding: 0.8em 0em;
}

#pun-messages #form-buttons td {
    padding: 0em 0em !important;
}

input[type="checkbox"] {
    box-shadow: none;
}


#pun-messages .post h3 span {
    width: 900px !important;
}

#pun-messages .post-links ul {
    width: 900px !important;
    padding: 0 0 0 0 !important;
    margin-left: -210px;
}

#pun-messages .container {
    min-height: unset;
}

#pun-messages #profilenav ul:nth-child(2) {
    width: 230px;
}

#pun-messages #profilenav ul:nth-child(4) {
    width: 650px;
    margin-left: 20px;
}

#pun-messages #profilenav ul {
    border-style: solid;
    border-width: 1px;
    padding: 0.8em 0px 0.2em 0px;
    margin: 0 0 1em 0;
    border-radius: 5px;
    border: none;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: flex;
    justify-content: space-evenly;
}

#pun-messages #profilenav {
    float: left;
    width: 900px;
    margin-left: -200px;
    display: flex;
}

#pun-messages .formal fieldset {
    min-width: 100% !important;
    width: 900px !important;
    margin-left: -200px;
}

#pun-messages .linksb {
    width: 900px;
    margin-left: -200px;
}

#pun-messages .fs-box .hasicon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 900px !important;
    margin-left: 0 !important;
    justify-content: center;
}

#pun-messages .fs-box .hasicon tr {
    width: 900px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    font-size: 11px;
}

#pun-messages td.tcl {
    padding: 0;
}

#pun-messages td#form-audio, #pun-messages td#button-mask {
   display: none;
}

/* ÇÀÃÎËÎÂÎÊ ÏÅÐÅÀÄÐÅÑÀÖÈÈ */

#pun-redirect h1 {
    padding: 0.6em 10px;
    border-width: 0px 1px 0px 1px;
    text-align: center !important;
    width: 715px;
    margin-left: -10px;
    border-radius: 5px 5px 0 0;
    margin-top: -10px;
}