/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1635240605.css);
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Pherome';
    src: local('Pherome');
    src: url('/files/001b/4b/a6/38243.ttf') format('truetype');
}

@font-face {
    font-family: 'LCD';
    src: local('LCD5x8H');
    src: url('//forumstatic.ru/files/0013/a5/8d/99090.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: local('FontAwesome');
    src: url('//forumstatic.ru/files/001a/fb/19/94706.otf') format('OpenType');
}

@font-face {
    font-family: 'OrelegaOne';
    src: local('Orelega One');
    src: url('//forumstatic.ru/files/0013/a5/8d/66997.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto');
    src: url('//forumstatic.ru/files/001a/fb/19/19750.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto');
    src: url('//forumstatic.ru/files/001a/fb/19/11610.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto');
    src: url('//forumstatic.ru/files/001a/fb/19/78444.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto');
    src: url('//forumstatic.ru/files/001a/fb/19/27479.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#pun-title, #pun-announcement h2, #pun-status .status-right, #pun-break1, #pun-break4, #pun-index th.tcl, #pun-index th.tc2, #pun-index th.tc3, #pun-index th.tcr, #pun-index td.tc2, #pun-index td.tc3, .punbb td .modlist, .forum thead, p.lastedit, div#pun-live-rusff, .topic a.sharelink, li.pl-reports, .modmenu .container span, #post-form legend span, #post-form h2, span.stickytext, span.closedatafield, td#button-smile, #viewprofile li#pa-invites, #pun-messages form#messages legend, #pun-messages small#plng, .usertable thead, #pun-viewtopic h1, #pun-profile small#plng, #pun-viewforum h1, tr#forum_f16, tr#forum_f17
{display: none !important;}

/* A2.1 */
html, body {margin: 0; padding: 0}

html {
    background: url(http://forumstatic.ru/files/0013/a5/8d/38646.jpg) fixed;
    background-size: cover;
}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
    color: #333;
    padding: 80px 0 30px 0;
}

.body2 {position: fixed;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -3;
    background: url(http://forumstatic.ru/files/0013/a5/8d/36448.png) center 20px no-repeat fixed, url(http://forumstatic.ru/files/0013/a5/8d/98508.png) fixed, url(http://forumstatic.ru/files/0013/a5/8d/27865.png) fixed;
    left: 0;
    top: 0;
}

/* A3.2 */
.punbb {
  font: normal 12px roboto, verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 12px roboto, verdana, arial, helvetica, sans-serif
  }

/* A3.4 */
.punbb h1 {
    text-align: center;
    font-family: 'OrelegaOne';
    font-size: 14px;
  font-weight: normal;
}

.punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;

  }

/* 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: 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: 0px auto;
    position: relative;
    width: 940px;
    padding: 10px 10px 0 10px;
    background-color: #dbdbdb;
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    box-shadow: 0 0 2px 3px #d1d1d1, 2px 3px 3px 5px rgb(0 0 0 / 29%);
}

  }

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

.punbb .post {
    padding-top: 50px;
    margin-top: -20px;
}

.punbb .category, .punbb .post {
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }


/* A5.9 */
.punbb .container {

  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;

  }


/*************************************************************
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;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* 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 {
margin: 7px 4px;
    padding: 10px;
    box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 29%);
    border-radius: 4px;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(187 148 118 / 21%);
    border-style: solid;
  }

.punbb .post-content .code-box {
    margin: 7px 4px;
    padding: 10px;
    box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 10%);
    border-radius: 4px;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(187 148 118 / 60%);
    border-style: dotted;
  }

.punbb .main td .quote-box, .punbb .main td .code-box {margin: 0;}

/* 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: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -30px;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
top: -30px;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* 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 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  padding: 0 18px 0 18px;
  margin: 0 0 10px 0;
border: none;
  }

/* 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 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }


/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.11 */
.punbb .main td {
padding: 10px !important;
    border: none !important;
  }

/* C2.12 */
.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em
  }

#pun-messages div.icon {
    left: -12px;
    top: 30px;
}

.punbb div.icon {
position: absolute;
    border: 1px solid #bc9577 !important;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 15px;
    border-radius: 4px;
    transform: rotate(
45deg);
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
    margin: 0px 0 15px 0;
    border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;
    border-radius: 4px;
    height: 14px;
    line-height: 0.8;
    padding: 6px 10px 0 10px;
  }

/* C3.3 */
.punbb .post h3 span {

  }

/* C3.4 */
.punbb .post h3 strong {
float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
  }

.punbb .post[data-group-id="3"] .post-author {
background: url(http://forumstatic.ru/files/0013/a5/8d/82968.png) center 14px no-repeat;
}

.punbb .post[data-group-id="3"] .post-author li.pa-title {
position: absolute;
    bottom: -2px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.punbb .post .post-author {
float: left;
    width: 200px;
    border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;
    border-radius: 4px;
    position: relative;
    padding: 10px 0 6px 0 !important;
    min-height: 76px;
    margin: 0 0 10px 0;
    text-align: center;
  }

/* C3.7 */
.pa-author {
font-size: 14px;
    font-weight: normal;
    font-family: 'OrelegaOne';
    text-align: center;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
  }

/* C3.8 */
.pa-author a, .pa-author strong {
text-decoration: none;
    display: block;
    width: max-content;
    margin: auto;
    background-color: #dbdbdb;
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    padding: 0 4px;
    color: #323e46 !important;
    font-weight: normal !important;
  }

.pa-author a:hover, .pa-author strong:hover, .lzname a:hover {color: #975632 !important;}

li.pa-fld1 {
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    height: 11px;
    background: url(http://forumstatic.ru/files/0013/a5/8d/67927.png) center center repeat-x;
    margin: 4px 0 8px 0px;
}

li.pa-fld1 fndm {
    background-color: #dbdbdb;
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    padding: 0 4px;
    font-weight: bold;
}

li.pa-title {
text-align: center;
    font-size: 10px;
    margin: 4px 0;
  }

li.pa-avatar.item2 {
    text-align: center;
    line-height: 0;
    margin: 5px 0;
    transition: ease-in-out 0.3s;
}

li.pa-avatar.item2:hover {
    filter: invert(1);
    transition: ease-in-out 0.3s;
}

li.pa-fld2 {
    border-bottom: 1px solid #bc9577;
    border-top: 1px solid #bc9577;
    padding: 8px 5px;
    font-size: 11px;
}

.lzname {
    font-size: 13px;
    text-align: center;
    font-family: 'OrelegaOne';
    text-transform: capitalize;
    letter-spacing: 1px;
}

.lzname a {color: #323e46 !important;}

li.pa-fld5 {
height: 28px;
    border-bottom: 1px solid #bc9577;
    border-top: 1px solid #bc9577;
    margin: -1px 0 0px 0;
    background: url(http://forumstatic.ru/files/0013/a5/8d/73896.png) no-repeat;
    background-size: cover;
    position: relative;
    color: #d2d2d2;
    text-shadow: 1px 1px 0px #333;
}

li.pa-fld5 img {
position: absolute;
    left: 2px;
    top: 0;
}

li.pa-fld5 zag1 {
position: absolute;
    left: 42px;
    width: 159px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 22%), 0 2px 0 rgb(255 255 255 / 6%);
    padding-bottom: 0px;
}

li.pa-fld5 zag2 {
position: absolute;
    bottom: 0;
    left: 42px;
    font-size: 10px;
    width: 158px;
    overflow: hidden;
    height: 14px;
}

li.pa-ip {
font-size: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate( 
-90deg);
    margin: 0px 0 42px -58px;
    opacity: 0.5;
    height: 10px;
    width: 100px;
}

li.pa-online {
font-size: 9px;
    font-weight: normal;
    font-family: 'OrelegaOne';
    text-align: center;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
  }

li.pa-online strong {
color: #323e46 !important;
    font-weight: normal;
}

li.pa-replies, li.pa-reg {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}



/* C3.11 */
.punbb .post-body {
margin-left: 214px;
    padding: 0;
    text-align: justify;
    z-index: 2;
    position: relative;
    margin-bottom: 12px;
  }

#pun-viewtopic .post-body:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #bb9273;
    z-index: -1;
    visibility: visible !important;
    display: inherit !important;
}

#post-preview .post-box {
position: relative;
    white-space: pre-line;
    text-align: justify;
    padding: 0px 10px;
}

#post-preview .post-box:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #bb9273;
    z-index: -1;
    visibility: visible !important;
    display: inherit !important;
}
#post-preview .post-box:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #bb9273;
    z-index: -1;
    visibility: visible !important;
    display: inherit !important;
}


/* C3.12 */
.punbb .post-box {
padding: 10px 19px 10px 10px;
    z-index: 2;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    border-top: 1px solid #b7a393;
    border-bottom: 1px solid #acafb1;
    padding: 3px 0 1px 5px;
  }

/* C3.15 */
.punbb .post-links ul {
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  margin-right: 10px;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

#pun-messages #profile .container {
padding: 0 0 0 0 !important;
}

#pun-messages td.tcl.pmtcl1 {
position: relative;
    padding-left: 25px !important;
}

#pun-messages form#messages fieldset {padding: 0;}

#pun-messages #profilenav {
float: none;
    border: none;
    margin: 0 !important;
    width: 930px;
    height: 170px;
    display: block;
    text-align: center;
    overflow: hidden;
}

#pun-messages #profilenav ul {height: 20px; margin-bottom: 10px;}

#pun-messages form#messages {
    margin: 0;
    border-width: 1px;
    border-color: #bb9476;
    border-style: solid;
    border-radius: 4px;
}

#pun-messages #profilenav li {
    display: inline-block;
}

#pun-messages  #profilenav li a {
display: block;
    padding: 5px 0px;
    width: 110px;
    margin: 0 4px 8px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--Border-Light);
    font-weight: bold;
}

#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#profilenav ul {
padding: 10px;
    border-radius: 4px;
    background: rgb(255 255 255 / 58%);
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    margin: 0;
  }

#viewprofile ul {
    padding: 10px;
    border-radius: 4px;
    background: rgb(255 255 255 / 58%);
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    margin: -12px -20px -4px -20px;
}

#viewprofile-next {
background: url(http://forumstatic.ru/files/0013/a5/8d/98508.png), url(http://forumstatic.ru/files/0013/a5/8d/27865.png), url(http://forumstatic.ru/files/0013/a5/8d/21681.jpg);
    border-radius: 4px;
    padding: 0 !important;
    box-shadow: 0 0 5px 0px #1c1d1f;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
padding: 0 0 0 0;
    margin: 0 0 4px 0;
    text-align: center;
    font-family: 'OrelegaOne';
    font-size: 15px;
  }

/* 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 {
  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;
  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;
  }

/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/


/* 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
-------------------------------------------------------------*/


#pun-navlinks {
    margin: 60px 0 -22px 0;
    position: sticky;
    top: 0;
    background-color: #dbdbdb;
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    height: 40px;
    border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;
    border-radius: 4px;
    padding: 8px 0 0px 10px;
    z-index: 999999;
}

#pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

#pun-navlinks li {
  display: inline;
  }

/* D3.4 */
#pun-navlinks li a {
    color: #323e46;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 0px #323e46;
    margin-right: 10px;
  }

#pun-navlinks li a:hover, #pun-ulinks li a:hover { color: #975632 !important;}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
position: sticky;
    top: 28px;
    z-index: 999999;
    padding: 0 0 0 10px;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  }

/* D4.3 */
#pun-ulinks li {
  display: inline;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
margin-right: 10px;
    text-transform: lowercase;
    color: #333 !important;
    letter-spacing: 1px;
}

/* 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 {
  margin-bottom: 0;
   text-align: right;
    font-size: 10px;
  }

/* 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;
    text-transform: lowercase;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.4 */
li#onlinelist {
line-height: 1.2;
    text-align: center;
    font-family: 'OrelegaOne';
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 2;
top: 20px;
  }

/* 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: 0;
    position: absolute;
    height: 13px;
    bottom: -2px;
    text-transform: lowercase;
    font-size: 9px;
    right: 0;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
    text-transform: lowercase;
  }

/* D8.7 */
#pun-crumbs2 .container {
margin: 0 0 10px 0;
    text-align: center;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

#pun-stats {
height: 135px;
    margin: 0 !important;
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
padding: 4px;
    position: absolute;
    top: -7px;
    height: 10px;
    font-size: 11px;
    text-align: left;
    line-height: 1;
}

#pun-stats li.item1{left: 0;width: 100px;}

#pun-stats li.item2 {left: 110px;width: 160px;}

#pun-stats li.item3 {left: 280px;width: 110px;}

#pun-stats li.item4 {left: 400px;width: 188px;}

li#onlinelist.item5.onlinelist {
width: 570px;
    margin: 0 10px 0 0;
    height: 136px;
    padding: 6px;
    position: absolute;
    left: 0;
}

li#onlinelist.item5.users_24h {
    width: 338px;
    margin: 0;
    height: 136px;
    padding: 6px;
    position: absolute;
    right: 10px;
}

span.e4 {
display: block;
    font-weight: bold;
    border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;
    margin: 4px 0 0 0;
    padding: 5px 10px 5px 10px;
    font-family: 'Roboto';
    letter-spacing: 0px;
    height: 80px;
    overflow: auto;
    text-align: justify;
    line-height: 1.3;
    font-size: 14px;
    border-radius: 4px;
}

#pun-index .category {
margin: 0 0 40px 0;
    position: relative;
padding: 20px 0 20px 0;
}

#pun-stats {
margin: 0 0 40px 0;
    position: relative;
padding: 20px 0 0 0;
}

#pun-index .category::after, #pun-stats::after {
content: '';
    position: absolute;
    width: 130px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #bb9273;
    z-index: 1;
}

#pun-index .category h2, #pun-stats h2 {
font-family: OrelegaOne;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    color: #323e46;
    letter-spacing: 7px;
    position: absolute;
    width: 794px;
    height: 0px;
    line-height: 0;
    top: -7px;
    right: 130px;
}

#pun-index .main .category table tbody tr {
    position: relative;
    display: block;
    width: 100%;
min-height: 100px;
}


#pun-index .tcl h3 {
position: absolute;
    top: 0;
    width: 891px;
    border-bottom: 1px solid #bc9577;
    font-size: 24px;
    font-family: 'OrelegaOne';
    letter-spacing: 2px;
    padding: 0 0 0 20px;
    left: 28px;
    text-transform: lowercase;
  }


#pun-index .tcl h3 a, .podl a, span.e4 a {
  color: #323e46 !important;
}

#pun-index .tcl h3 a:hover, .podl a:hover, span.e4 a:hover {
  color: #975632  !important;
}

.podfor {
margin: 24px 0 0 30px;
    text-align: justify;
    width: 438px;
    font-size: 11px;
}

.Add {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 300px;
    text-align: right;
    height: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 9px;
    color: #6a6a6a;
}

.podl {
text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0 30px;
    width: 450px;
}
.podl a {margin: 0px 6px 0 0;}

#pun-index td.tcr {
    position: absolute;
    right: 0;
    top: 37px;
    height: 60px;
    padding: 0;
    width: 450px;
    text-align: right;
    z-index: 2;
text-transform: lowercase;
}

#pun-index span.lastpost {
    display: block;
    margin: 4px 0 0 0;
}

span.lastpost::before {
    content: "последний комментарий: ";
    font-size: 11px;
}

#pun-index .user-avatar {
height: 60px !important;
    width: 60px !important;
    float: right !important;
    margin: 0px 10px 0 20px !important;
}

#pun-index .user-avatar .avatar-image {
border-radius: 0 !important;
    height: 60px !important;
    width: 60px !important;
    opacity: 1 !important;
}

#pun-messages .user-avatar .avatar-image {
border-radius: 0 !important;
    height: 60px !important;
    width: 60px !important;
    opacity: 1 !important;
}

#pun-messages .user-avatar {
    height: 60px !important;
    width: 60px !important;
}

.banners-box {
border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    height: 72px;
    overflow: auto;
}

.banners-box a {
    line-height: 0;
    width: 88px;
    height: 31px;
    display: inline-block;
    margin: 0 0 7px 0px !important;
    overflow: hidden;
    filter: grayscale(0.7) opacity(0.7);
}

.banners-box a:hover {
    filter: grayscale(0) opacity(1);
}

.banners-box a img {
    width: 88px;
    height: 31px;
}

html, body, #pun, .punbb, .code-box .scrollbox, textarea, #font-area, div, needtxt, li#onlinelist, span.e4 {
scrollbar-width: thin !important;
scrollbar-color: #323e46 #d4d4d4;
}


::-webkit-scrollbar-button { 
background-repeat:no-repeat; 
width:6px; 
height:0px 
} 

::-webkit-scrollbar-track {background-color: #d4d4d4;} 

::-webkit-scrollbar-thumb {background-color: #323e46;} 

::-webkit-resizer{ 
background-repeat:no-repeat; 
width:7px; 
height:0px 
} 

::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar:horizontal {height: 10px;}

.punbb ::-webkit-scrollbar:horizontal {height: 5px;}

.punbb ::-webkit-scrollbar{width: 6px; }

wanted {
left: 82px;
}

bestep {
padding: 0 16px !important;
}

want{
    right: 154px;
}

amcact { right: 7px;}

wanted, bestep, want, amcact{
position: absolute;
    bottom: -6px;
    color: #323e46 !important;
    font-family: 'OrelegaOne';
    padding: 0 10px;
    background-color: #dbdbdb;
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    height: 13px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 1px;
}


.actTable {
width: 940px;
    height: 78px;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

a.action {
    width: 109px  !important;
}

a.action img {
width: 109px !important;
}

.actTable a {
width: 48px;
    height: 48px;
    border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;
    border-radius: 4px;
}

.actTable a img {
width: 48px;
    height: 48px;
    transition: ease-in-out 0.3s;
}

.actTable a img:hover {
filter: invert(1);
}

.navign {
background-color: #dbdbdb;
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png);
    width: 690px;
    text-align: center;
    margin: 0 auto -7px auto;
    display: block;
    position: absolute;
    top: 4px;
    z-index: 2;
    left: 135px;
}

.navign a {
font-weight: bold;
    margin-right: 5px;
    color: #5a4437 !important;
}
.navign a:hover {color: #975632 !important;}

#pun-announcement {
text-align: center;
    position: absolute;
    width: 940px;
    top: 110px;
}

#pun-announcement a.IMP {
    background: #536573;
    color: #d1d1d1 !important;
    border-color: #dddddd !important;
}

#pun-announcement a.imp:hover {
   color: #536573 !important;
    text-shadow: 0px 0px 0px #536573 !important;
    background: #d1d1d1 !important;
}

#pun-announcement a {
display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #bb9476;
    border-style: solid;
    color: #dadada;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 0px 0px 0px #323e46;
    background: url(http://forumstatic.ru/files/0013/a5/8d/73896.png) no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}

#pun-announcement a:hover {
    filter: invert(1);
}

.forum tr {
position: relative;
    display: block;
    margin: 0 0 10px 0;
    height: 50px;
    border-radius: 4px;
    border-width: 1px 1px 1px 1px;
    border-color: #bb9476;
    border-style: solid;}

.forum tr span.pagestext a {
font-weight: normal;
    margin: 0 !important;
    display: inline !important;
}

.forum tr span.newtext a {
    margin: 0 !important;
    display: inline !important;
    color: #8c5329;
    font-size: 11px;
}

.forum tr span.newtext a:hover {
color: #323e46;
}

.forum tr.altstyle.inew .tclcon a {
margin: 14px 0 0 0 !important;
}

.forum tr .tclcon a {
font-weight: bold;
    color: #323e46;
    font-size: 13px;
    margin: 9px 0 0 0;
    display: block;
    width: 480px;
    text-transform: lowercase;
}

.forum tr .tclcon a:hover, .punbb .post-links a:hover {color: #975632;}
.punbb .post-links a {    color: #323e46;}

.forum tr td.tcl {
padding: 0 0 0 24px !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 458px !important;
}

span.byuser {text-transform: lowercase;}

.forum tr td.tcl span.byuser {
display: block;
    margin: 1px 0 0 -3px;
    width: 160px;
    font-size: 11px;
    border-top: 1px solid #c5a993;
    padding: 2px 0 0 0;
}

.forum tr td.tcmod {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 4;
}

.forum tr span.pagestext {
    position: absolute;
    top: 30px;
    left: 410px;
}

.forum tr span.newtext {
position: absolute;
    top: -2px;
    left: 208px;
    text-transform: uppercase;
    color: #bb9476;
}

.forum td.tc2, .forum td.tc3 {
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 306px;
    height: 25px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 2.5;
    width: 140px !important;
}

 #pun-searchtopics .forum td.tc2 {
width: 180px !important;
    line-height: inherit !important;
    padding: 5px 0 0 0 !important;
    height: 24px;
}

 #pun-searchtopics .forum td.tc2,  #pun-searchtopics .forum td.tc3 {text-align: right;}

.forum td.tc3 {top: 25px !important;}

.forum .tc2::before, #pun-searchtopics .forum .tc3::before {
    content: "ответов: ";
    font-family: Roboto;
}

 #pun-searchtopics .forum .tc2::before {
    content: "форум: ";
    font-family: Roboto;
}

.forum .tc3::before {
    content: "просмотров: ";
    font-family: Roboto;
}

.forum tr td.tcr {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    padding: 0 !important;
}

.forum tr td.tcr a {
display: block;
    margin: 10px 0 3px 0;
}

.forum em.user-avatar a {
    margin: 0 !important;
}

.forum em.user-avatar {
height: 48px !important;
    width: 48px !important;
}

.forum em.user-avatar .avatar-image {
border-radius: 0% !important;
    height: 48px !important;
    width: 48px !important;
    opacity: 1 !important;
}

li.pa-posts, li.pa-fld4, li.pa-fld3, .post-author li.pa-respect {
    display: inline-block;
    font-size: 10px;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 47px;
}

li.pa-posts span.fld-name, li.pa-fld4 span.fld-name, li.pa-fld3 span.fld-name, li.pa-respect span.fld-name a,  li.pa-respect span.fld-name {font-size: 0;}

li.pa-posts span.fld-name:before, li.pa-fld4 span.fld-name:before,  li.pa-fld3 span.fld-name:before, li.pa-respect span.fld-name a:before, .isguest .pa-respect .fld-name:before {
    font-family: FontAwesome;
    font-size: 13px;
    padding: 0 2px 0 0;
    color: #323e46 !important;
}

li.pa-respect span.fld-name a:hover:before, .isguest .pa-respect .fld-name:hover:before {
color: #323e46 !important;
}

li.pa-posts span.fld-name:before {content:'\f0e0'}
li.pa-fld4 span.fld-name:before {content:'\f040'}
li.pa-fld3 span.fld-name:before {content:'\f0d6'}
li.pa-respect span.fld-name a:before, .isguest .pa-respect .fld-name:before {content:'\f004'}

.pa-respect a[href*="&v=1&cod"]{
    background-image: none !important;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
color: #323e46 !important;
line-height: 0;
}

.pa-respect a[href*="&v=1&cod"]:hover {color: var(--primary-Accent) !important;}

.pa-respect a[href*="&v=1&cod"]:before {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 9px;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    color: var(--primary-text);
    top: 0px;
    left: 1px;
}

.pa-respect a[href*="&v=1&cod"] img {
  height:0px;
  width:0px;
}

#tooltip {
    position:absolute;
    margin: -30px 10px 10px 10px;
    display:none;
    text-align: center;
    padding: 6px;
    font-size: 12px;
    font-weight: normal;
    color: #dbdbdb !important;
    background: #323e46 !important;
    border-radius: 0px !important;
    font-family: Roboto!important;
    z-index: 999999999999999;
}

body .tipsy.gam .tipsy-inner {
    font: normal 12px Roboto !important;
    background:#323e46 !important;
    border-radius: 0px !important;
}

.tipsy-s .tipsy-arrow {border-color: rgba(0, 0, 0, 0) transparent transparent transparent !important;}

#main-reply {
    padding: 10px;
    box-shadow: 0px 0px 9px -1px rgb(0 0 0 / 29%);
    border-radius: 4px;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(187 148 118 / 21%);
    border-style: solid;
    background: rgb(255 255 255 / 15%);
    outline: none;
    color: #333;
    font-size: 12px !important;
}

a.permalink, .punbb .post h3 span a {
    font-weight: bold;
    text-transform: uppercase;
    color: #323e46 !important;
}

a.permalink:hover, .punbb .post h3 span a:hover {
    color: #975632 !important;
}

#keyboard-span input {
    background: #c3c3c3 !important;}

.punbb textarea, input[type="text" i], input[type="password" i], select, #font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner, .pun-modal .modal-inner, div#spoiler-area {
background: #dedede;
    padding: 4px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 29%);
    border-radius: 4px;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(187 148 118 / 21%);
    border-style: solid;
    font-family: 'Roboto' !important;
    font-size: 11px !important;
}

strong.fnt {
    margin-right: 0px !important;
    margin-top: -1px;
}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner, .pun-modal .modal-inner, div#spoiler-area, #pun-messages #profile div#tags .container {
    padding: 10px !important;
}

div#font-area {
    height: 220px;
    overflow: auto;
    padding: 10px 50px 10px 10px !IMPORTANT;
    font-size: 14px !important;
}

div#font-area div {
    margin: 0 0 6px 0 !important;
    line-height: 1;
    border: 1px solid #5a5859;
    padding: 5px;
    transition: ease-in-out 0.3s;
}

div#font-area div:hover {
    background: #d0d8dc;
}

.hvStickerPackModal {
    border: solid 1px #bc977a !important;
    border-radius: 4px !important;
    left: 35px !important;
    background-color: #dbdbdb !important;
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/89619.png) !important;
}

.hvStickerPackModalTab {
background: rgb(172 175 177) !important;
    color: #333 !important;
    font-family: 'Roboto' !important;
    text-transform: lowercase;
    font-size: 14px !important;
    font-weight: bold;
    border-radius: 4px !important;
}

.hvStickerPackModalTab.active, .hvStickerPackModalTab:hover {
background: rgb(183 163 147) !important;
}


.post-content .highlight-text, ::selection {
    color: #dbdbdb !important;
    background: #323e46 !important;
}

.post-content .spoiler-box > div {
    font-size: 14px;
}

.post-content .spoiler-box > div {background: none !important;padding-left: 15px !important;}

.post-content .spoiler-box > div:before {
    content: '\f175';
    font-family: FontAwesome;
    position: absolute;
    margin: -1px 0 0 -14px;
    font-size: 18px;
    color: #aa744c;
transition: ease-in-out 0.3s;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f176';
    color: #323e46;
transition: ease-in-out 0.3s;
}

input[type="submit" i], input#cncl, input#reputationButtonSend, input#reputationButtonCancel, input#SubmitMPst, #mask_dialog input.button, input[type="button" i], input#file_upload_input {
font-family: Roboto;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    padding: 5px 10px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #bb9476;
    border-style: solid;
    color: #dadada;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 0px 0px 0px #323e46;
    background: url(http://forumstatic.ru/files/0013/a5/8d/73896.png) no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}

input[type="submit" i]:hover, input#cncl:hover, input#reputationButtonSend:hover, input#reputationButtonCancel:hover, input#SubmitMPst:hover, #mask_dialog input.button:hover, input[type="button" i]:hover, input#file_upload_input:hover {
    transition: ease-in-out 0.3s;
filter: invert(1);

}

input[type="submit" i]:active, input#cncl:active, input#reputationButtonSend:active, input#reputationButtonCancel:active, input#SubmitMPst:active, #mask_dialog input.button:active, input[type="button" i]:active,input#file_upload_input:active {
	position:relative;
	top:1px;
}

#viewprofile #profile-right li {
display: inline-block;
    margin: 0 0px 5px 4px;
    width: 295px;
    height: 35px;
    overflow: auto;
    font-size: 11px;
    padding: 6px 6px 6px 10px;
    background: rgb(207 207 207 / 46%);
    border-radius: 4px;
}

#profile-right li strong {
    padding: 5px 0 0 0 !important;
}

#profile-left {
    width: 240px !important;
    background: rgb(207 207 207 / 46%);
    border-radius: 4px;
    text-align: center;
    padding: 10px 0 20px 0 !important;
    margin: 10px 0 0 0 !important;
    display: inline-block;
}

li#profile-name, #profile-left li#pa-online {
    padding: 10px 0 0 0 !important;
    font-family: 'OrelegaOne';
}

li#profile-name strong, #profile-left li#pa-online strong {
    font-weight: normal !important;
}

li#profile-title {
    font-size: 10px;
    padding: 4px 0 10px 0;
}

li#pa-edit {
    padding: 5px 0 0 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

#profile-signature ul {
    border-style: none !important;
    padding: 10px !important;
    background: none !important;
}

#profile-signature {
    padding: 0 !important;
}

em.user-avatar.no-avatar span.avatar-image {
    background-image: url(http://forumstatic.ru/files/0013/a5/8d/82968.png)!important;
}

#pun-userlist .usertable table {
padding: 0px 0 20px 0 !important;
    text-align: left;
}

.usertable tr {
display: inline-block;
width: 213px;
margin: 40px 8px 0 9px;
position: relative;
border: 1px solid #bb9476;
height: 160px;
border-radius: 0 0 4px 4px;
}

.punbb .usertable em.user-avatar {
position: relative;
    top: -6px  !important;
    left: -5px  !important;
    z-index: 200  !important;
    height: 60px  !important;
    width: 60px  !important;
}

#pun .punbb .usertable .user-avatar .avatar-image {width: 60px !important;height: 60px  !important;
opacity: 1 !important; border-radius: 0 !important;}

.usertable .tcl .user-avatar a {
    overflow: visible;
    left: 0 !important;
    top: 0 !important;
    width: inherit !important;
    height: inherit !important;
    border: none !IMPORTANT;
}

.usertable .tcl a {
position: absolute;
    height: 24px;
    display: inline-block;
    padding: 0;
    left: -1px;
    top: -26px;
    z-index: 100;
    width: 213px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.7;
    text-align: center;
    border: 1px solid #bb9476;
    font-family: 'OrelegaOne';
    font-size: 15px;
    border-radius: 4px 4px 0 0;
    color: #dadada;
    background: url(http://forumstatic.ru/files/0013/a5/8d/73896.png) no-repeat;
    background-size: cover;
}

.usertable .tcl a:hover {
filter: invert(1);

}

.main .usertable .tcl {
    display: block;
    overflow: inherit;
    position: relative;
    left: 0px;
    top: 0px;
    width: 190px !important;
    height: 144px;
}

td.tc2.user_title {
display: block;
    position: absolute;
    top: 5px;
    left: 67px;
    height: 50px;
    z-index: 50;
    width: 132px !important;
    border-bottom: 1px solid #505559;
    overflow: hidden;
    padding: 5px !important;
    font-family: 'Jost';
    line-height: 1;
}

.main .usertable td.tc3.last_visit {
    border-bottom: 1px solid transparent;
    top: -98px !IMPORTANT;
}

td.tc3.registered {
    top: -95px !important;
}

.main .usertable .tc3 {
display: block;
    height: 9px;
    width: 199px !important;
    text-align: left !important;
    position: relative;
    z-index: 200;
    margin-bottom: 4px;
    left: 0;
    top: -93px;
    padding: 5px !important;
    border-bottom: 1px solid #505559;
    font-size: 10px;
    line-height: 0.9;
}



.usertable td.relation:before {content: 'Репутация: ';}
.usertable td:nth-child(4):before {content: 'Сообщений: ';}
.usertable td:nth-child(5):before {content: 'Зарегистрирован: ';}
.usertable td:last-child:before {content: 'Был: ';}

span.num_msg {
    margin-top: -19px !important;
    background: #d0a07e !important;
    padding: 2px 10px !important;
    margin-left: -22px !important;
}

.bubble {
background: #d0a07e !important;
    padding: 2px 10px !important;
    top: -16px !important;
    right: 0 !important;
}

.bubble:after {
    border-color: #d0a07e transparent !important;
    margin: 2px 0 0 8px !important;
}

span.num_msg:before {    background: #d0a07e !important;}

#pun-respect table {
border-spacing: 3px;
}

#pun-respect table th, #pun-respect table td {
overflow: auto;
    white-space: pre-line;
    border-radius: 4px;
    border-width: 1px !important;
    border-color: #bb9476 !important;
    border-style: solid !important;
    max-height: 50px;
}