/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1780600726.css);

  @import url('https://fonts.googleapis.com/css2?family=Material+Icons');
  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;700&display=swap');
/* font-family: 'Cormorant Infant', serif; */

/* 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;}

/* 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: 100%/1.4em Cormorant Infant, "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 80% verdana, arial, helvetica, sans-serif !important;
  background: #ddcdb5;
  }

.punbb input[type="button"], .punbb input[type="submit"] {
  font: bold 100%/1.4em Cormorant Infant !important;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 2px;
  border: none;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
  background: #b1bab9;
  color: #483d35;
}

.punbb input[type="button"]:hover , .punbb input[type="submit"]:hover {
  background-color: #82a7c4;
  color: #27271f;
}


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.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: 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: 195px auto auto auto;
  width : 984px;
  padding: 0;
  border: none;
}

/* 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 {margin-top: 10px;}
.punbb .main {margin: 0;}

/* A5.5 */
.punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb .category, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section {
  border: none;
  }

/* A5.9 */
.punbb .container {
  border: none;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border: none;
  }

#pun-stats {margin: 0;}

#pun-main h1, #pun-index .category h2, #pun-stats h2, #pun-admain h1 {
background: url(https://forumstatic.ru/files/0016/01/4e/79374.png) no-repeat center;
height: 156px;
padding: 0;
width: 100%;
margin: -55px 0 -50px;
z-index: 10;
position: relative;
pointer-events: none;
}

#pun-main h1 {
position: absolute;
top: -50px;
margin-left: -75px;
}

#pun-main h1 span, #pun-index .category h2 span, #pun-stats h2 span, #pun-admain h1 span {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: block-axis;
padding: 55px 150px 55px 110px;
box-sizing: border-box;
font-size: 30px;
font-weight: 500;
color: #160d0a;
text-align: center;
line-height: 50px;
font-family: 'Cormorant Infant', serif;
text-shadow: 3px 3px 5px #212621;
}

.pun-modal h1 span, .pun-modal h2 span {
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: block-axis;
box-sizing: border-box;
font-size: 30px;
font-weight: 500;
color: #160d0a;
text-align: center;
line-height: 50px;
font-family: 'Cormorant Infant', serif;
text-shadow: 3px 3px 5px #212621;
}

.punbb .pun-modal h2 .closer {
display: block;
line-height: 100%;
font-size: 30px !important;
font-weight: 500;
margin: 0 !important;
top: 0;
right: 0;
width: auto;
box-sizing: border-box;
padding: 0 10px !important;
}

/*************************************************************
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;
border: none;
width: 221px;
height: 29px;
margin: 10px auto;
background: url(https://forumstatic.ru/files/0016/01/4e/30181.png) no-repeat top center;
}

/* 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, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border: 1px solid rgba(82, 128, 27, .3);
  }

/* 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: none;
  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: 10px 15px;
  }

/* 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 {
  border: none;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }

/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .hasicon .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  padding-left: 90px;
  min-height: 85px;
  box-sizing: border-box;
  }

/* 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-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

#pun-userlist .username {width: 30%;}
#pun-userlist .registered  {width: 15%;}

/* 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: 20px;
font-weight: bold;
text-align: left;
float: left;
}

/* 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: none;
  padding: 10px;
  box-sizing: border-box;
  }

/* C2.12 */
.punbb .main th {
  border: none;
  padding: 0.4em 1em 0.4em 1em;
  }

#pun-index .category thead {display: none;}

/* C2.13 */
.punbb .main .tcl {
  border: none;
  }

/* C2.14 */
#pun-index tbody.hasicon td.tcl {
  padding: 0 0 0 90px;
  display: block;
  width: 100%;
  min-height: 106px;
  box-sizing: border-box;
  }

.punbb .hasicon .intd {min-height: 85px;}

/* C2.15 */
.punbb div.icon {
  border: none;
  }

/* C2.16 */
.punbb table div.icon {
position: absolute;
margin-left: -90px;
display: block;
width: 82px;
height: 81px;
border-radius: 50%;
}

/* Index */

#pun-index .category .hasicon tr {
display: flex;
min-height: 85px;
width: 834px;
box-sizing: border-box;
padding: 10px 20px;
position: relative;
flex-direction: row;
}

#pun-index .hasicon .intd {text-align: right;}

#pun-index .category .hasicon .tc2,
#pun-index .category .hasicon .tc3,
#pun-index .category .hasicon .tcr {
position: absolute;
}

#pun-index .category .hasicon .tc2,
#pun-index .category .hasicon .tc3 {
bottom: 0;
display: block;
text-align: left;
}

#pun-index .category .hasicon .tc2 {
left: 110px;
width: 100px;
}
#pun-index .category .hasicon .tc3 {
left: 210px;
width: 150px;
}

#pun-index .category .hasicon .tc2:before {
content: "тем:";
padding-right: 5px;
}

#pun-index .category .hasicon .tc3:before {
content: "сообщений:";
padding-right: 5px;
}

#pun-index .category .hasicon .tcr {
padding: 0 10px 0 90px;
top: 40px;
width: 400px;
text-align: center;
font-size: 16px;
}

#pun-index .hasicon .tcr > a {
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-inline-box;
-webkit-line-clamp: 1;
-webkit-box-orient: block-axis;
}

.punbb .opis, .punbb .noimg {
display: block;
width: 393px;
height: 106px;
position: relative;
right: 0;
float: right;
border-radius: 3px;
}

.punbb .opis {border: 3px solid #414d2e;}

.punbb .opis:hover, .punbb .noimg {
border: 3px solid rgba(72, 61, 53, .3);
}

.punbb .opis:hover img {
margin-top: -106px;
opacity: 0;
}

.punbb .textopis {
top: 0;
position: absolute;
width: 100%;
height: 100%;
background: rgba(72, 61, 53, .1);
border-radius: 2px;
transition: opacity .5s linear 0s;
box-sizing: border-box;
padding: 5px 10px;
text-align: justify;
line-height: 120%;
font-size: 14px;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: rgba(72, 61, 53, .3) transparent;
}

.punbb .opis .textopis {opacity: 0;}

.punbb .opis .textopis:hover {opacity: 1;}

.punbb .opis img {
opacity: 1;
object-fit: cover;
object-position: center;
border-radius: 2px;
display: block;
width: 100%;
height: 100%;
box-sizing: border-box;
transition: all .5s linear 0s;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border: none;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border: none;
  background: rgba(39, 30, 24,.1);
  }

/* C3.3 */
.punbb .post h3 span {
padding: 0 10px;
display: block;
margin-left: 0;
border: none;
line-height: 150%;
font-size: 14px;
}

/* 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: 270px;
  margin: -35px 0 0 -25px;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 15px 10px;
  line-height: 140%;
  margin: 0 20px 0 25px;
  text-align: center;
  }

/* C3.7 */
.punbb li.pa-author {
font-size: 24px;
font-weight: bold;
line-height: 150%;
padding-bottom: 5px;
}

/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
.punbb li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  font-size: 16px;
  }

li.pa-avatar {margin-left: -30px;}

li.pa-avatar img {
outline: 2px solid rgba(39, 30, 24, .2);
padding: 2px 0;
}

li.pa-fld4 {
float: left;
padding-left: 15px;
}

li.pa-online {
  line-height: 0.8em;
  border: none;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 245px;
  border: none;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
padding: 0 1em 1em;
border-left: 2px solid rgba(39, 30, 24, .2);
margin-top: 35px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 260px;
  border: none;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -260px;
  border: none;
  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 {
  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: 190px;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 160px;
  margin-left: -190px;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border: none;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 150px;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 150px;
  margin-left: -150px;
  padding: 0.5em 1em;
  font-weight: bold;
  text-align: right;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 150px;
  margin-left: -150px;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }

#pun-messages .post-box {padding: 0;}

#pun-messages .post-content {
padding: 0;
margin: 0;
}

#pun-messages .post-content .quote-box,
#pun-messages .post-content .code-box {
margin: 5px 10px 15px;
padding: 10px 15px;
}

  /* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
   padding: 0 2.3em 2.3em 2.3em;
   border: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border: none;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border: none;
  }

/* D1.2 */
#pun-title h1 {
  display: none;
  height: 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title table {
border: none;
height: 260px;
width: 100%;
position: relative;
background: url(https://forumstatic.ru/files/0016/01/4e/41037.png) no-repeat top center;
margin-bottom: -155px;
display: block;
pointer-events: none;
}

#pun-title td.title-logo-tdl {
  border: none;
  width: 100%;
}

#pun-title td.title-logo-tdr {
  border: none;
  width: 468px;
  padding-top: 5px;
}

/* 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 {
  padding: 0 75px;
  border: none;
  margin: 0;
}

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  margin-top: 10px;
  text-align: center;
  height: 40px;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 7px;
}

/* D3.4 */
#pun-navlinks li a {
  font-family: 'Cormorant Infant', serif;
  text-shadow: 3px 2px 8px #212621;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
   text-align: center;
  }

/* D4.2 */
#pun-ulinks .container {
  border: none;
  padding: 0.7em 1em;
  height: 35px;
  }

.punbb-admin  #pun-ulinks .container {
margin-top: -180px;
box-sizing: border-box;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 5px;
  color: #271e18;
  text-decoration: none;
  font-family: 'Cormorant Infant', serif;
  font-size: 14px;
  font-weight: 700;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border: none;
  padding-left: 0

  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border: none;
  margin: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 5px 75px 10px;
  box-sizing: border-box;
  height: 33px;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin: 10px 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border: none;
  padding: 10px 75px;
  box-sizing: border-box;
  font-size: 14px;
  height: 38px;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border: none;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  display: none;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border: none;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 0 75px;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  text-align: justify;
  padding: 0 10px;
  }

/* 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;
  border: none;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border: none;
  padding: 5px 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 */
#pun-about .container {
  border: none;
  text-align: right;
  line-height: 150%;
  padding: 5px 20px;
  }

.punbb #pun-about .container a {
color: #a1822f;
}

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  border: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border: none;
  padding: 0.8em 1em;
  font-size: 14px;
  text-align: center;
  color: #b1bab9;
  }

#pun-index #pun-crumbs2 .container {
  color: #82a7c4;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border: none;
  border-width: 0px ;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  bborder: none;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border: none;
  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;
  }

#tags .container {
background: #c0ab9e;
padding: 10px;
overflow: auto;
scrollbar-width: thin;
max-height: 300px;
}

.punbb .pun-modal .modal-inner {
background: #c0ab9e;
}

/* News
-------------------------------------------------------------*/

.punbb .news {
display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: nowrap;
width: 100%;
color: #281e19;
font-family: 'Cormorant Infant', serif
}

.news .column {
width: calc(100% / 3);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}

.news .first.column {
padding: 30px 0 8px;
}

.news p {padding-bottom: 10px;}

.news .link {
background: url(https://forumstatic.ru/files/0016/01/4e/88130.png) no-repeat top center;
height: 36px;
width: 257px;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 5px 20px 5px 35px;
}

.punbb .news .link a {
font-family: 'Cormorant Infant', serif;
font-size: 16px;
line-height: 100%;
text-transform: uppercase;
font-weight: 700;
color: #281e19;
}

.punbb .news .link a:hover {
color: #384028;
}

.news .column .hello {
background: url(https://forumstatic.ru/files/0016/01/4e/58099.png) no-repeat top center;
width: 264px;
height: 206px;
display: block;
padding: 15px 30px 25px;
box-sizing: border-box;
}

.news .hello span {
font-size: 22px;
font-family: 'Cormorant Infant', serif;
text-align: center;
display: block;
font-weight: 700;
}

.news .hello .text {
font-family: 'Cormorant Infant', serif;
font-weight: 400;
font-size: 16px;
line-height: 100%;
margin: 10px 0 5px;
text-align: justify;
word-wrap: normal;
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
overflow: auto;
height: 114px;
padding-right: 5px;
scrollbar-width: thin;
}

.news .second.column {
padding: 30px 0;
}

.news .board {
background: url(https://forumstatic.ru/files/0016/01/4e/48739.png) no-repeat top center;
height: 224px;
width: 250px;
box-sizing: border-box;
padding: 55px 40px 20px;
}

.news .board .active span, .news .board .writers span {
display: flex;
height: 23px;
text-align: center;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
margin: 0 auto;
}

.news .board .active span {
background: url(https://forumstatic.ru/files/0016/01/4e/98366.png) no-repeat top center;
width: 168px;
}

.news .board .writers span {
background: url(https://forumstatic.ru/files/0016/01/4e/41717.png) no-repeat top center;
width: 155px;
}

.news .board .faces {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
margin: 3px 0 5px;
}

.news .board .faces img {
display: block;
width: 45px;
height: 45px;
border-radius: 50%;
background: #b1bab9;
object-fit: cover;
object-position: top;
box-shadow: 4px 2px 8px #212621;
filter: sepia(50%) contrast(80%);
transition: all .5s linear 0s;
}

.news .board .faces img:hover {
filter: none;
}

.news .third.column {
background: url(https://forumstatic.ru/files/0016/01/4e/44436.png) no-repeat top center;
height: 327px;
box-sizing: border-box;
padding: 70px 30px 40px;
}

.news .third.column .text {
font-family: 'Cormorant Infant', serif;
font-weight: 400;
font-size: 16px;
line-height: 100%;
padding-right: 5px;
text-align: justify;
word-wrap: normal;
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
overflow: auto;
scrollbar-width: thin;
}


/* Стрелки вверх-вниз
-------------------------------------------------------------*/

.go-up, .go-down {
display: block; 
position: fixed;
width: 42px;
height: 64px;
right: 30px;
cursor: pointer; 
background-repeat: no-repeat; 
opacity: .7;
z-index:9999;
bottom: 200px;
} 

.go-up:hover, .go-down:hover {opacity: 1;}

.go-up {
margin-bottom: 80px !important; /*отступ снизу, чтобы стрелки не наезжали друг на друга*/
background: url(//forumstatic.ru/files/0016/01/4e/18552.png) no-repeat top center;
}

.go-down {
background: url(//forumstatic.ru/files/0016/01/4e/65039.png) no-repeat top center;
}

.punbb div#pun-live-rusff {display: none;}

#pun-viewtopic .linkst .postlink, #pun-viewtopic .linkst .pagelink, #pun-viewforum .linkst .postlink.long {
top: -30px;
}

.punbb #post-form h2 {display: none;}
.punbb #post-form #post.container {padding: 10px;}

.modlist, .lastedit {display: none;}

/* Автоподчеркивание ссылок в сообщениях */
.punbb .post-content a {text-decoration: underline;}

/* Убрать надписи "Закрыто", "Важно" у тем */
.stickytext, .closedatafield {display:none;}

/* Убрать подчёркивание ника */
.pa-author a {text-decoration: none !important;}


/* Админка
-------------------------------------------------------------*/

.punbb #pun-admain fieldset .handle, .punbb #pun-admain fieldset p {
border-left-width: 220px;
}

.punbb #pun-admain .adlabel {
margin-left: -220px;
width: 200px;
padding: 0 10px;
}

.punbb #pun-admain span.adsubmit {
left: -210px;
width: 200px;
}

#pun-admain input, #pun-admain select {
margin: 0 5px 5px 0 !important;
}

/* Cпойлер для cкрытия полей мини-профиля в топиках
-------------------------------------------------------------*/

.punbb .post .post-author ul.post-ul-Sp {
border-top: 2px solid rgba(39, 30, 24, .2);
background: rgba(95, 85, 78, .1);
box-sizing: border-box;
margin: 0 0 0 5px;
padding: 10px;
width: 204px;
}

.punbb .post .post-author ul.post-ul-Sp hr {
display: block;
width: 162px;
height: 22px;
margin: 0 auto;
padding: 7px 0;
box-sizing: border-box;
background: url(https://forumstatic.ru/files/0016/01/4e/45334.png) no-repeat top center;
}

.punbb .post .post-author ul.Sp2 {
  /* стиль второй вкладки: */
}

.punbb .post-ul-Sp li {
  /* стиль полей профиля внутри вкладки: */
}

.punbb .post .post-author .post-img-Sp {
  /* стиль всех кнопок: */
}

.punbb .post .post-author img.post-img-Sp {
  /* стиль кнопок-картинок: */
}

.punbb .post .post-author span.post-img-Sp {
  /* стиль кнопок-надписей: */
}

.punbb .post .post-author img.post-img-Sp.Spb1.active,
.punbb .post .post-author img.post-img-Sp.Spb2.active {
opacity: .5;
}

.punbb .post .post-author ul .Sp2 li:after {
content: "";
display: block;
width: 100%;
height: 22px;
background: url(https://forumstatic.ru/files/001b/2e/4f/67399.png) no-repeat top center;
}


/* Пресеты
-------------------------------------*/

#form-buttons td#button-styles img {
height: 16px;
width: 16px;
}

/*Убрать бордеры, фон, выделение в таблице. Начало.*/
.punbb .post-content .noborder td { 
    border: 0 none !important;
    background: transparent !important;
    color: inherit !important;
    font-weight: 500 !important;
}
/*Убрать бордеры, фон, выделение в таблице. Конец.*/

/*Броски кубиков (©Duka, Герда). Начало.*/
#button-dice {
background-image:url(https://forumupload.ru/uploads/0005/6e/de/20529-1.gif);
}
/*Броски кубиков (©Duka, Герда). Конец.*/


/* Стиль эпизодов
-------------------------------------------------------------*/
/*ОСНОВНОЕ*/
.RRPTANG {
margin:auto; /*отступ*/
width:500px; /*ширина*/
text-align:left; /*текст слева*/
}

/*КОПИРАЙТ*/
.cdtRRPTANG {
position:absolute; /*позиционирование*/
margin-top:60px; /*отступ сверху*/
margin-left:-12px; /*отступ слева*/
/*анимация появления копирайта*/
transform:scale(0);  -webkit-transform:scale(0); transition:all 0.75s ease-in-out; -webkit-transition:all 0.75s ease-in-out;
}
.RRPTANG:hover .cdtRRPTANG {
transform:scale(1); -webkit-transform:scale(1);
}
.RRPTANG a {
text-decoration:none !important; /*убрать подчёркивание у ссылок*/
}
.rpTANG {
margin-bottom:10px; /*отступ снизу*/
width:500px; /*ширина*/
height:100px; /*высота*/
overflow:hidden;
}

/* КАРТИНКА И СТАТУС */
.ISTANG {
float:left; 
margin-left:25px; /*отступ слева*/
margin-right:10px; /*отступ справа*/
width:100px; /*ширина*/
height:100px; /*высота*/
text-align:center; /*текст по центру*/
/*анимация*/
transition:all 0.55s; -webkit-transition:all 0.55s;
transform-style:preserve-3d; -webkit-transform-style:preserve-3d;
}
.iconTANG {
width:100px; /*ширина*/
height:100px; /*высота*/
overflow:hidden;
transform:translateZ(50px); -webkit-transform:translateZ(50px); /*анимация*/
}
.iconTANG img {/*картинка*/
width:100px; /*ширина*/
height:100px; /*высота*/
}
.ndeTANG { /*то что появляется при наведении на картинку*/
width:90px; /*ширина*/
height:95px; /*высота*/
padding:5px 5px 0; /*отступы*/
transform:rotateX(-90deg) translateZ(-50px); -webkit-transform:rotateX(-90deg) translateZ(-50px); /*анимация*/
background:#CCC; /*цвет фона*/
}
/* СТАТУС ЭПИЗОДА */
.ndeTANG span {
display:block; 
margin-top:33px; /*отступ сверху*/ 
padding:5px; /*отступ*/
text-align:center; /*текст по центру*/
text-transform:uppercase; /*все буквы заглавные*/
font-size:10px; /*размер шрифта*/
font-family:Arial; /*шрифт*/
line-height:14px; /*высота линии*/
background:white; /*цвет фона*/
color:grey; /*цвет текста*/
}
.ISTANG:hover {
transform:rotateX(90deg); -webkit-transform:rotateX(90deg); /*анимация при наведении*/
}

/* НАЗВАНИЕ ЭПИЗОДА */
.tleTANG {
display:block; 
width:490px; /*ширина*/
height:15px; /*высота*/
padding:5px 10px 5px 0; /*отступы*/
text-align:right; /*текст справа*/
font-style:italic; /*курсив*/
font-size:22px; /*размер шрифта*/
font-family:Arial; /*шрифт*/
line-height:16px; /*высота линии*/
background:darkgrey; /*цвет фона*/
color:#F8F8F8; /*цвет текста*/
}

.tleTANG a {color:#F8F8F8; /*цвет ссылки*/}
.ftTANG {
margin-top:5px; /*отступ сверху*/
width:490px; /*ширина*/
height:15px; /*высота*/
padding-right:10px; /*отступ справа*/
text-align:right; /*текст справа*/
font-size:10px; /*размер шрифта*/
font-family:Arial; /*шрифт*/
line-height:15px; /*высота линии*/
background:#F3F3F3; /*цвет фона*/
color:black; /*цвет шрифта*/
}

/* ОПИСАНИЕ */
.storyTANG {
margin-top:5px; /*отступ сверху*/
width:500px; /*ширина*/
height:40px; /*высота*/
padding:5px 0; /*отступы*/
background:#F8F8F8; /*цвет фона*/
color:black; /*цвет текста*/
}
.storyTANG p {/*текст описания*/
margin:0; /*отступы*/
width:355px; /*ширина*/
height:40px; /*высота*/
padding-right:5px; /*отступ справа*/
overflow-y:auto; /*прокрутка*/
font-size:10px; /*размер шрифта*/
text-align:justify; /*текст по ширине*/
font-family:Arial; /*шрифт*/
line-height:13px; /*высота линии*/
}


/* Стиль для вкладок в постах (done by Kolobdur)
-------------------------------------------------------------*/
.tabbed > input {
  display: none;
}
.tabbed > label {
  display: block;
  padding: 12px 20px;
  transition: background-color .3s;
  text-align: center;
}
 
.tabbed > label:not(.nav-top-start):not(.nav-top-end):not(.nav-bottom-start):not(.nav-bottom-end) {cursor: pointer;z-index: 1;}
 
/* Оформление */
 
/* Оформление неактивного переключателя */
.tabbed > label:not(.nav-top-start):not(.nav-top-end):not(.nav-bottom-start):not(.nav-bottom-end) {
  background: transparent;
  color: #191970;
}
 
/* Оформление активного переключателя и при наведении */
.tabbed > label:not(.nav-top-start):not(.nav-top-end):not(.nav-bottom-start):not(.nav-bottom-end):hover,
.tabbed > input:checked + label {
  background: #4EC6DE!important;
  color: azure !important;
}
 
/* Оформление поля с контентом */
.tabs-body {
  border: 2px solid #4EC6DE;
  background: transparent;
  color: #000;
}
 
/* Даем имена переключателям и полю с контентом */
 
/* Имя поля с контентом */
.tabs-body {grid-area: tabs-body;}
 
/* Имена переключателей сверху */
#nav-top-start {grid-area: nav-top-start;}
#nav-top-1 {grid-area: nav-top-1;}
#nav-top-2 {grid-area: nav-top-2;}
#nav-top-3 {grid-area: nav-top-3;}
#nav-top-4 {grid-area: nav-top-4;}
#nav-top-5 {grid-area: nav-top-5;}
#nav-top-6 {grid-area: nav-top-6;}
#nav-top-7 {grid-area: nav-top-7;}
#nav-top-8 {grid-area: nav-top-8;}
#nav-top-1 {grid-area: nav-top-9;}
#nav-top-2 {grid-area: nav-top-10;}
#nav-top-end {grid-area: nav-top-end;}
 
/* Имена переключателей слева */
#nav-left-1 {grid-area: nav-left-1;}
#nav-left-2 {grid-area: nav-left-2;}
#nav-left-3 {grid-area: nav-left-3;}
#nav-left-4 {grid-area: nav-left-4;}
#nav-left-5 {grid-area: nav-left-5;}
#nav-left-6 {grid-area: nav-left-6;}
#nav-left-7 {grid-area: nav-left-7;}
#nav-left-8 {grid-area: nav-left-8;}
#nav-left-9 {grid-area: nav-left-9;}
#nav-left-10 {grid-area: nav-left-10;}
 
/* Имена переключателей справа */
#nav-right-1 {grid-area: nav-right-1;}
#nav-right-2 {grid-area: nav-right-2;}
#nav-right-3 {grid-area: nav-right-3;}
#nav-right-4 {grid-area: nav-right-4;}
#nav-right-5 {grid-area: nav-right-5;}
#nav-right-6 {grid-area: nav-right-6;}
#nav-right-7 {grid-area: nav-right-7;}
#nav-right-8 {grid-area: nav-right-8;}
#nav-right-9 {grid-area: nav-right-9;}
#nav-right-10 {grid-area: nav-right-10;}
 
/* Имена переключателей снизу */
#nav-bottom-start {grid-area: nav-bottom-start;}
#nav-bottom-1 {grid-area: nav-bottom-1;}
#nav-bottom-2 {grid-area: nav-bottom-2;}
#nav-bottom-3 {grid-area: nav-bottom-3;}
#nav-bottom-4 {grid-area: nav-bottom-4;}
#nav-bottom-5 {grid-area: nav-bottom-5;}
#nav-bottom-6 {grid-area: nav-bottom-6;}
#nav-bottom-7 {grid-area: nav-bottom-7;}
#nav-bottom-8 {grid-area: nav-bottom-8;}
#nav-bottom-9 {grid-area: nav-bottom-9;}
#nav-bottom-10 {grid-area: nav-bottom-10;}
#nav-bottom-end {grid-area: nav-bottom-end;}
 
.tabs-body {
  width: auto;
  height: auto;
  position: relative;
}
 
.tabs-body > div {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  line-height: 1.4em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0.4s;
  width: auto;
  height: 88%;
  padding: 10px;
  z-index: 0;
}
 
/* Переключатели */
 
/* Верх */
#nav-top-1:checked ~ .tabs-body > .body-top-1,
#nav-top-2:checked ~ .tabs-body > .body-top-2,
#nav-top-3:checked ~ .tabs-body > .body-top-3,
#nav-top-4:checked ~ .tabs-body > .body-top-4,
#nav-top-5:checked ~ .tabs-body > .body-top-5,
#nav-top-6:checked ~ .tabs-body > .body-top-6,
#nav-top-7:checked ~ .tabs-body > .body-top-7,
#nav-top-8:checked ~ .tabs-body > .body-top-8,
#nav-top-9:checked ~ .tabs-body > .body-top-9,
#nav-top-10:checked ~ .tabs-body > .body-top-10,
 
/* Низ */
#nav-bottom-1:checked ~ .tabs-body > .body-bottom-1,
#nav-bottom-2:checked ~ .tabs-body > .body-bottom-2,
#nav-bottom-3:checked ~ .tabs-body > .body-bottom-3,
#nav-bottom-4:checked ~ .tabs-body > .body-bottom-4,
#nav-bottom-5:checked ~ .tabs-body > .body-bottom-5,
#nav-bottom-6:checked ~ .tabs-body > .body-bottom-6,
#nav-bottom-7:checked ~ .tabs-body > .body-bottom-7,
#nav-bottom-8:checked ~ .tabs-body > .body-bottom-8,
#nav-bottom-9:checked ~ .tabs-body > .body-bottom-9,
#nav-bottom-10:checked ~ .tabs-body > .body-bottom-10,
 
/* Слева */
#nav-left-1:checked ~ .tabs-body > .body-left-1,
#nav-left-2:checked ~ .tabs-body > .body-left-2,
#nav-left-3:checked ~ .tabs-body > .body-left-3,
#nav-left-4:checked ~ .tabs-body > .body-left-4,
#nav-left-5:checked ~ .tabs-body > .body-left-5,
#nav-left-6:checked ~ .tabs-body > .body-left-6,
#nav-left-7:checked ~ .tabs-body > .body-left-7,
#nav-left-8:checked ~ .tabs-body > .body-left-8,
#nav-left-9:checked ~ .tabs-body > .body-left-9,
#nav-left-10:checked ~ .tabs-body > .body-left-10,
 
/* Справа */
#nav-right-1:checked ~ .tabs-body > .body-right-1,
#nav-right-2:checked ~ .tabs-body > .body-right-2,
#nav-right-3:checked ~ .tabs-body > .body-right-3,
#nav-right-4:checked ~ .tabs-body > .body-right-4,
#nav-right-5:checked ~ .tabs-body > .body-right-5,
#nav-right-6:checked ~ .tabs-body > .body-right-6,
#nav-right-7:checked ~ .tabs-body > .body-right-7,
#nav-right-8:checked ~ .tabs-body > .body-right-8,
#nav-right-9:checked ~ .tabs-body > .body-right-9,
#nav-right-10:checked ~ .tabs-body > .body-right-10 {
  transform: translateY(0px);
  transform: translateX(0%);
  opacity: 1;
  z-index: 1;
}
 
input[id^=nav] ~ .tabs-body > div[class^=body] {
  transition: transform 0.2s;
  transform: translateX(100%);
}


/* HTML-ШАБЛОН АНКЕТЫ "SET"
-------------------------------------------------------------*/

*, ::after, ::before {
box-sizing:content-box; -moz-box-sizing:initial; -webkit-box-sizing:initial;
}

.boxSET {
display:inline-block; vertical-align:top; margin-left:10px; 
}

.tIISET {
padding:5px 10px;
text-align:right; font-weight:bold; text-transform:uppercase; font-size:14px; letter-spacing:3px;
}

.SET:hover .cdtSET {
opacity:1;
}

/* АНКЕТА */
.SET {
box-shadow:0px 0px 5px rgba(0,0,0,0.2); background:grey;
border-color:#191919 !important; /* НИЖНЯЯ ПОЛОСА */
}

.SET {
margin:auto; width:545px; padding-top:20px; border-bottom:20px solid;
text-align:center; line-height:normal; font-family:Arial;
}

/* ИМЯ И ФАМИЛИЯ */
.npSET div {
background:#191919; color:white; text-shadow:0px 1px 2px rgba(255,255,255,0.5);
max-width:500px; padding:10px 0 10px 20px; 
font-family:Arial; font-size:18px; font-style:italic; text-transform:uppercase; text-align:left; letter-spacing:3px; 
}

.npSET {
margin:0 auto -10px; position:relative; z-index:5;
width:545px; text-align:left;
}

/* ИНФОРМАЦИЯ */
.abtSET {
display:inline-block; vertical-align:top; 
width:200px; height:320px; overflow:hidden;
}
.abtSET div {
position:absolute; 
width:180px; height:300px; padding:10px; overflow-y:auto;
text-align:justify; font-size:11px; font-family:Arial;
opacity:0; transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in; 
background:rgba(255,255,255,0.9); color:black;
}
.abtSET:hover div {
opacity:1;
}
.abtSET img {
width:200px; min-height:320px;
}

/* НАЗВАНИЕ ПУНТКТОВ "ВНЕШНОСТЬ" и "ХАРАКТЕР" */
.tSET {
margin:auto; 
width:75%; padding:5px 0; border-radius:0px 0px 15px 15px; 
letter-spacing:3px; text-align:center; text-transform:uppercase; font-size:12px;
background:#191919; color:white;
}

/* ХАРАКТЕР */
.caraSET {
margin-bottom:10px;
width:300px; height:155px; padding:0 5px; border-left:5px solid; 
border-color:#191919 !important; box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
background:rgba(250,250,250,0.3); color:black;
}
.caraSET p {
margin-top:5px; 
height:115px; padding:0 5px 5px; overflow:hidden; 
text-align:justify; font-size:11px; font-family:Arial; line-height:15px;
}
.caraSET:hover p {
overflow-y:auto;
}
/* ВНЕШНОСТЬ */
.phyzSET {
width:300px; height:155px; padding:0 5px; border-left:5px solid; 
border-color:#191919 !important; box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
background:rgba(250,250,250,0.3); color:black;
}
.phyzSET p {
margin-top:5px; 
height:115px; padding:0 5px 5px; overflow:hidden; 
text-align:justify; font-size:11px; font-family:Arial; line-height:15px;
}
.phyzSET:hover p {
overflow-y:auto;
}
/* НАЗВАНИЕ ПУНКТОВ "БИО" И "ОБ ИГРОКЕ" */
.tIISET {
background:#191919; color:white;
}
/* БИО */
.storySET {
margin:15px auto 0; width:525px; 
background:rgba(0,0,0,0.3); color:white;
}
.storySET p {
margin:0; padding:10px;
text-align:justify; font-size:11px; font-family:Arial; line-height:15px;
}

/* ОБ ИГРОКЕ */
.USET {background:rgba(0,0,0,0.3); color:white;
margin:10px auto; width:525px;
}
.USET p {
margin:0; padding:10px;
text-align:justify; font-size:11px; font-family:Arial; line-height:16px;
}
}
/* КОПИРАЙТ. ПЕРЕВОД ОТ forumd.ru */
.cdtSET {
position:absolute; margin-top:3px; width:545px;
font-size:10px; font-family:Arial; text-align:center;
opacity:0; transition:opacity 0.55s ease; -webkit-transition:opacity 0.55s ease;
}
.cdtSET a {
display:block; margin:auto;
text-decoration:none !important;
color:#CCC !important;
}
.cdtSET a::before {content:'&#425;kaemp &#12399;&#12399; ™'; }

.SET:hover .cdtSET {opacity:1;}


/* Оформление поста "SQA"
Стиль от crushcrushcrush.actifforum.com, перевод, комментарии в стиле от forumd.ru
-------------------------------------------------------------*/
*, ::after, ::before {
box-sizing:content-box; -moz-box-sizing:initial; -webkit-box-sizing:initial;
}

.SQA { /* общие настройки */
margin:auto; width:450px; /* ширина блоков */
text-align:left; /* позиционирование текста */
font-family:Arial; /* шрифт, в принципе, можно и убрать */
line-height:16px;  /* высота линии */
}
.SQA a {/ * ссылки */
text-decoration:none !important; /* нет подчёркивания у ссылок */
}
.cdtSQA { /* копирайт */
position:absolute; z-index:3;
margin-top:45px; margin-left:-12px; /*отступы слева и сверху*/ 
transform:scale(0); -webkit-transform:scale(0); transition:all 0.75s ease-in-out; -webkit-transition:all 0.75s ease-in-out; /* анимация */
}
.SQA:hover .cdtSQA { 
transform:scale(1); -webkit-transform:scale(1); /* копирайт, анимация при наведении */
}
.topSQA { /* верхний блок с лого, названием и описанием */
height:120px; /* высота */
font-family:Arial; /* шрифт, опять же, не обязательно, если планируете использовать тот шрифт что на форуме, можно просто удалить это строку */
background:rgba(255,255,255,0.7); /* фон блока */
}
.topSQA img { /* картинка */
display:inline-block; vertical-align:middle;
width:100px; height:100px; /* ширина и высота картинки */
border:10px solid; /* рамка вокруг */
border-color:black; /* цвет рамки */
}

.ALSQA {/* Титульный блок */
display:inline-block; vertical-align:middle;
    width: 310px; 
    max-height: 120px;}

.npSQA {/* название поста */
border-bottom:10px solid; /* подчёркивание под названием */
padding:5px; /* отступы вокруг */
color:black; /* цвет текста */
border-bottom-color:black; /* цвет линии */
text-align:center; /* положение текста */ 
font-size:32px; /* размер текста */
font-weight:bold;  /* жирность текста */
line-height:32px; /* высота линии */
}
.abtSQA { /* описание в первом блоке */
padding:5px; /* отступы вокруг */
opacity:0.9; /* лёгкая прозрачность */
text-align:center; /* положение текста */
font-size:10px; /* размер текста */
text-transform:uppercase; /* верхний регистр букв */
color:black; /* цвет текста */
}
.rpSQA {/* другие блоки с информацией */
margin-top:10px; /* отступ сверху */
width:430px; /* ширина */
padding:5px 10px 10px; /* отступы вокруг */
font-size:11px;  /* размер текста */
background:rgba(255,255,255,0.7); /* цвет фона */
color:black; /* цвет текста */
}
.pSQA {/* подзаголовок */
margin:5px auto 10px; 
padding-bottom:5px; 
border-bottom:5px solid black; /* линия под текстом */
font-size:16px; /* размер текста */
text-transform:uppercase; /* верхний регистр букв */
font-weight:bold; /* жирность текста */
color:black; /* цвет текста */
}
.rpSQA a { /* стиль ссылок в информационных блоках */
display:block; 
margin:5px auto 2px;
padding-left:5px; 
border-left:25px solid black; /* линия сбоку */
font-size:12px; /* размер текста */
text-transform:uppercase; /* верхний регистр букв */
font-weight:bold; /* жирность текста */
color:black; /* цвет текста */
line-height:11px; /* высота линий */
transition:all 0.25s linear; -webkit-transition:all 0.25s linear; /* анимация */
}
.rpSQA a:hover {/* линия сбоку становится шире при наведении на ссылку */
border-left:45px solid black;
}