/* Fonts and whatnot
-------------------------------------------------------------*/

  @import url(style_cs.1763676301.css);


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {font-family: "PlayfairDisplay"; src: local("PlayfairDisplay"), url("https://forumstatic.ru/files/0014/6a/72/40283.ttf") format('truetype');}

@font-face {font-family: "PlayfairDisplay-Bold"; src: local("PlayfairDisplay-Bold"), url("https://forumstatic.ru/files/0014/6a/72/71553.ttf") format('truetype');}

@font-face {font-family: "Benzin-Medium"; src: local("Benzin-Medium"), url("https://forumstatic.ru/files/0014/6a/72/49167.ttf") format('truetype');}

@font-face {font-family: "Benzin-Regular"; src: local("Benzin-Regular"), url("https://forumstatic.ru/files/0014/6a/72/89636.ttf") format('truetype');}


/* Hiding stuff
-------------------------------------------------------------*/

#pun-title, .flag-i, .pa-reg, .pa-invites, .pa-positive, .pa-awards, .pa-gifts, .pa-time-visit, .pa-online, .pa-ua, #pun-live-rusff, #pun-about, .pa-fld2, #pa-fld2, .topic .sharelink {
display: none !important;
}

/* Browser defaults and wonkiness
-------------------------------------------------------------*/

html, body {margin: 0; padding: 0}

.punbb * {
  margin: 0
  }

.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

.punbb img {
  border:none
  }

.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* Text setup
-------------------------------------------------------------*/

body {
  font-size: 100.01%;
  }

.punbb {
  font: normal 68.75% inter, verdana, arial, helvetica, sans-serif;
line-height: 150% !important;

  }

.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 10px verdana, arial, helvetica, sans-serif
  }

.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 10px;
  font-weight: normal;
  }

.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 10px;
  }

.punbb pre {
    font: 10px / 140% 'inter';
}

.punbb address, .punbb em {
  font-style: normal
  }

.punbb .post-content em {
  font-style: italic
  }

.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

.punbb optgroup {
  font-weight: bold;
  }

div.post-rating a, div.post-vote a {
    font-size: 100% !important;
}

/* Float clearing and hidden items
-------------------------------------------------------------*/

#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;
  }

.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
  }


/* Basic page layout and borders
-------------------------------------------------------------*/

body {
        background: url(https://forumstatic.ru/files/001c/61/f8/91186.png) no-repeat fixed top center;
        background-size: cover;
}

#pun {
    width: 950px;
    margin: auto;
    position: relative;
    background: #D9D9D9;
    padding: 0px 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }



/* Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

.punbb .post-sig dt {
  display: block;
  width: 250px;
  margin: 5px 0;
  }

.punbb .post-content p {
  margin: 0;
  line-height: 150%;
  padding: 0 0 1em 0;
text-align: justify;
  }

.punbb .post-content img {
  vertical-align: text-bottom
  }

.post-content td {
    border: transparent !important;
}

.punbb .post-content img.postimg {
  vertical-align: middle;
  }

.punbb .post-content .blockcode, .punbb .post-content blockquote {
    width: auto;
}

.post-content blockquote {
    background: #c0c0c0;
    padding: 15px 20px;
    margin-top: 2.5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-radius: 10px;
border: 1px solid #989898;
}

.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
    max-height: 40px;
}


.punbb .post-content .blockcode {
    padding: 15px;
    background: #c0c0c0;
    margin-top: 2.5px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #989898;
}

.code-box {
    margin-top: 10px;
}

.quote-box {
    margin-top: 5px !important;
}

.punbb .quote-box cite, .punbb .code-box strong.legend {
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

.quote-box cite, .code-box strong.legend {
    margin-left: 20px !important;
    background: #989898;
    display: inline !important;
    margin-bottom: -12px !important;
    padding: 5px !important;
    text-transform: lowercase;
    margin-top: 5px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Information boxes
-------------------------------------------------------------*/

.punbb .info-box {
  padding: 10px;
  margin: 0 0 10px 0;
  }

.punbb .info-box * {
  padding: 0 0 10px 0;
  }

.punbb #pun-main .info-box .legend {
  font-size: 10px;
  font-weight: bold;
  }


/* Pagination and posting links
-------------------------------------------------------------*/

.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 10px;
  height: 0;
  }

.multipage {
  margin-top: 40px;
  }

.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 10px;
  }

.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

.subscribelink {
  clear:both;
  padding-top: 10px;
  padding-bottom: 10px;
  }



/* Form layout
-------------------------------------------------------------*/

.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

#post {
    padding: 0px !important;
}

#post-form h2 {
display: none;
}

#main-reply {
width:100% !important;
    background: #ededed;
}

.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

.punbb fieldset {
    padding: 0 10px;
  margin: 0 0 1em 0
  }

.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 10px
  }

.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }


.punbb .formal fieldset {
    border: none;
}

.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

.punbb .inline .infofield {
  clear:both
  }

.punbb .datafield br {
  display: none
  }

.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

.punbb .datafield span.input a {
  font-weight: normal;
  }

.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

.punbb .hashelp {
  position: relative;
  }

.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

.punbb #profile .helplinks {
  top: 1.5em;
  }

.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* Table layout
-------------------------------------------------------------*/

.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
  font-size: 10px;
  font-weight: bold;
  }

.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

.punbb .main td {
  padding: 0.8em 1em;
  }

.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  }

.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em
  }

.punbb div.icon {
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

.punbb  table div.icon {
  font-size: 10px;
  position: absolute;
  margin-left: -2.2em;
  }


.category .container table thead {
    display: none;
}





 /* Topics
-------------------------------------------------------------*/

.punbb .post .container {
  margin-top: -1px;
  padding-bottom: 1px;
  }

.punbb .post h3 {
  }

.punbb .post h3 span {
    display: block;
    margin-left: -25px;
    padding-left: 245px;
    padding-right: 35px;
    width: 720px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #909090;
margin-top: 10px;
}

.hideprofile h3 span {
    padding-left: 35px !important;
    width: 930px !important;
} 

.hideprofile .post-body {
    padding-left: 25px !important;
}

.hideprofile .post-links ul {
padding-left: 50px !important;
}

.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

.punbb .post .post-author {
    float: left;
    width: 220px;
    overflow: hidden;
    margin-left: -25px;
}

.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

.pa-author {
  font-size: 10px;
  font-weight: bold;
  }

.pa-author a {
  text-decoration: none
  }

li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }


li.pa-online {
  line-height: 0.8em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

.punbb .post-body {
  margin-left: 19em;
  padding: 0 0 1px 0;
  }

.punbb .post-box {
  padding: 1em;
  }

.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

.punbb .post-links {
margin-top:10px;
  }

.punbb .post-links ul {
    background: transparent;
    text-align: right;
    width: 940px;
    height: 34px !important;
    line-height: 10px !important;
    margin-left: -5px;
}

.punbb .post-links li {
    display: inline !important;
    margin: 0 5px !important;
    text-transform: lowercase;
    line-height: 13px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.post-links li a {
    background: #bfbfbf;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    border: 1px solid #909090;
}

.pl-email, .pl-website {
  float: left;
  }

.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* Moderator menu
-------------------------------------------------------------*/

.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

.punbb .modmenu .container strong {
  float: left;
  }

.punbb .modmenu input {
  margin-left: 1em;
  }

#topic-modmenu .container span {
    display: none;
}


/* Message boxes
-------------------------------------------------------------*/

.punbb .info .container {
  padding: 0.8em 1em
  }

.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* Profile
-------------------------------------------------------------*/

#profile .container {
  padding-left: 18.6em;
  }

#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

#viewprofile ul, #profilenav ul {
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

#viewprofile li strong, #viewprofile li div, #setmods dd {
    display: block;
    padding: 3px;
    font-weight: normal;
  }

#viewprofile {
text-transform: lowercase; 
}

.punbb img.avatardemo {
  float: right;
  margin: 0 0 10px 10px;
  }


/* User list
-------------------------------------------------------------*/

#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

#pun-userlist .usertable .container {
  padding: 0 20px 20px 20px;
  border-top: none;
  }

#pun-userlist .usertable table {
  }


/* Page navigation
-------------------------------------------------------------*/

#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

#pun-pagelinks .container li {
  display: inline
  }

#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 10px;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* Forum navigation
-------------------------------------------------------------*/


#pun-navlinks li {
  display: inline;
  }



/* User links
-------------------------------------------------------------*/

#pun-ulinks li {
  display: inline;
  }


/* Statistics
-------------------------------------------------------------*/

#pun-stats .container {
    padding: 10px;
    font-size: 11px !important;
text-transform: lowercase;
}

#pun-stats .container li, #pun-stats .container li span, #pun-stats .container li strong {
    font-size: 11px !important;
}

#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

li#onlinelist {
  margin-top: 10px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

li#onlinelist div {
  padding: 10px 0 0 0;
  }

/* Quick Jump 
-------------------------------------------------------------*/

#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 10px;
  }

#pun-about {
  margin-top: 0;
  }

#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 10px;
  }

#pun-about p span {
  display:block;
  padding-left: 50%;
  }

#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

#pun-crumbs2 .container {
  border-bottom: none;
  padding: 10px;
  font-size: 10px;
  }

#pun-break4 {
  margin: -2px 10px;
  position: relative;
  height: 0;
  z-index: 1;
  }

div.punbb-admin #pun-about .container {
  }


/* Help file
-------------------------------------------------------------*/

#pun-help .formal .info-box h3.legend {
  padding-bottom: 0;
  margin-bottom: 10px;
  }

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 10px;
  display: block;
  font-size: 10px;
  }

#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 10px
  }

#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 10px
  }

#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

#pun-help .formal li * {
  vertical-align: text-top
  }

#pun-help .formal dt span {
  font: 10px/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

#pun-adnav {
    position: sticky;
    top: 0;
}