/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1770816425.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
  margin: 12px 0 26px 0; 
  padding: 0
}

/* A2.2 */
/* ТЕЛО ФОРУМА */
#pun {
  position: relative;
  margin: 0 auto;
  padding: 0; /* Возможно, скорректируйте padding, чтобы учесть рамку */
  width: 1050px;
  border-radius: 4px/4px; /* Или другой радиус, если хотите */
  z-index: 1;
}

/* A2.3 */
.punbb * {
  margin: 0;
}

/* A2.4 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
}

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
}

/* A2.6 */
#form-buttons table{
  border: none;
}

/* A2.7 */
.checkfield input[type="checkbox"], 
.radiofield input[type="radio"] {
  margin: 0 0.3em;
}

/* A2.8 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle;
}

/* A3 Text setup and Textarea setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 105%;
}

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
}

/* A3.3 */
.punbb textarea, 
.punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif;
}
  
/* A3.4 */
.punbb h1, 
.punbb h2, 
.punbb h3, 
.punbb h4, 
.punbb table, 
.punbb th {
  font-size: 1em;
  font-weight: normal;
}

.punbb h2 span, 
.punbb legend span {
  visibility: hidden;
}

.punbb-admin #pun-admain legend span {
  visibility: visible;
  padding: 0 4px 0 20px;
}

/* A3.5 */
.punbb h1 span, 
.punbb h2 span {
  font-size: 1.2em;
  margin-top: 2em;
  font-variant: normal;
  font-family: Mason;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* A3.6 */
.punbb-admin #pun-admain legend span, 
#viewprofile h2 span, 
#profilenav h2 span {
  font-family: 'Libre';
}

/* A3.7 */
.punbb pre {
  font: 1.2em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}

/* A3.8 */
.punbb address, .punbb em {
font-style: normal
}

/* A3.9 */
.punbb .post-content em {
font-style: italic
}

/* A3.10 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

/* A3.11 */
.punbb a, .punbb a:visited,
.punbb-admin #pun-admain a, 
.punbb-admin #pun-admain a:link, 
.punbb-admin #punbb-admain a:visited  {
  text-decoration: none;
  font-weight: bold;
  font-family: 'romul';
  font-size: 12px;
  letter-spacing:0.4px;
}

/* A3.12 */
.punbb a:hover, 
.punbb a:focus, 
.punbb a:active,
.punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, 
.punbb-admin #punbb-admain a:focus, 
.punbb-admin #punbb-admain a:active {
  text-decoration: none;  
  letter-spacing:0.4px;
}

/* A3.13 */
.punbb optgroup {
font-weight: bold;
}

/* A3.14 */
#pun-main .formal textarea {
  display: block;
  width: 96%;
  min-height: 200px;
  min-width: 200px;
  padding: 15px 15px 20px 20px;  
  margin: 0 auto;
  font-family: 'Cambria';
  font-size: 17px;
  border-radius: 6px/6px;
}

/* A4 input and select
-------------------------------------------------------------*/

/* A4.1 */
.punbb input,
.punbb select,
.punbb option,
.punbb #pun-admain input,
.punbb #pun-admain select,
.punbb #pun-admain option {
  font-family: 'Cambria';
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  padding: 2px 5px;
  border-radius: 4px/4px;
}

/* A4.2 */
.punbb input[type="submit"],
.punbb input[type="button"],
.punbb input[type="button" i],
.punbb .formsubmit a, 
.punbb .formsubmit span,
.punbb #pun-admain input[type="submit"] {
  padding: 6px 5px 2px 5px;
  font-family: 'Trajan';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 7px/7px;
}

/* A4.3 */
:where(
  input[type="submit"],
  input[type="button"]
):is(:active, :focus) {
  outline: none;
}

/* 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 */
/* ===== СКРЫТЫЕ ЭЛЕМЕНТЫ (полный набор) ===== */
:is(
  #most_invites,
  .new-poll,
  .social,
  .stickytext,
  .closedatafield,
  .pa-gifts,
  .pa-awards,
  p.lastedit,
  .modmenu span, 
  #tuser,
  #button-smile,
  #post-form h2,
),
#pun-title #title-logo-table,
#pun-status,
#pun-break1 hr,
#pun-announcement h2,
#pun-viewtopic .email, 
#pun-navlinks :is(li#navrules, li span.num_msg:before),
#pun-ulinks :is(li.item8.nav-item-notifications .bubble:after, #Rz),
#pun-index :is(
  .modlist,
  tr.isub,
  .crumbs,
  .tclcon h3 ~ br
),
#pun-main :is(
  thead,
  .category .tc2,
  .category .tc3,
  .forum .tc2,
  .forum .tc3
),
#pun-messages :is(
  li.pa-title,
  .pa-posts,
  .pa-reg,
  li.pa-from,
  .post-sig,
),
.reactions-root :is(
  button, 
  [type=button], 
  [type=reset], 
  [type=submit]
),
.post_reputation :is(h1, .tcl),
:is(
  .pa-fld1,
  .pa-fld2,
  .pa-fld4,
  .pa-fld5
) .fld-name,
#topic-modmenu > p > span,
.punbb .post h3 .sharelink,
.linksb .postlink span.closed,
.linkst .postlink span.closed,
#pun:not(.gid1) #pun-profile .last-visit, 
#topic-users-in a:last-child:after,
#post fieldset:not(#post-preview) legend,
.post-vote .positive,
.linksb .postlink {
  display: none !important;
}

/* A4.3 */
/* ===== ВИЗУАЛЬНО СКРЫТО (a11y) ===== */
.visually-hidden,
.acchide,
:is(
  #pun-index #pun-main h1,
  #pun-navlinks h2,
  #pun-status h2,
  #pun-ulinks h2,
  #pun-userlist .main 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 .inline .infofield,
  #pun-register .info-box
) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
.punbb {
  float: none;
  display: flex;
  flex-direction: column;
}

/* A5.2 */
.punbb > div, 
#pun-main > div,
#pun-stats .statscon,
#pun-viewtopic .post h3, 
#pun-viewtopic .post .container {
  width: 98%;
  height: auto;
  margin: 0 auto;
}

/* A5.3 */
.punbb > div {
  order: 2;
}

/* A5.4 */
#pun-stats h2{
  width: 98%;
  margin: 0 auto;
}

/* A5.5 в админке и в теме */
.punbb-admin > div {
  width: auto;
}

/* A5.6 */
.punbb-admin #pun-navlinks, 
.punbb-admin #pun-crumbs1 {
  width: 98%;
}

/* A5.7 */
#html-header, 
.punbb #pun-main, 
.punbb #pun-stats, 
#pun-viewtopic .topic {
  width: 100%;
}

/* A5.8 */
.punbb .section, 
.punbb .main {
  margin-bottom: 1em;
}

/* A5.9 */
#pun-index .main {
  margin-bottom: 0;
}

/* A5.10 */
/* Испоьлзуем правила для страниц:
#pun-userlist, #pun-search, 
#pun-profile, #pun-messages, 
#pun-viewforum, #pun-register, #pun-online, 
#pun-respect, #pun-positive, 
#pun-invitation, #pun-searchtopics 
Для: #pun-main */
:where(
  #pun-userlist,
  #pun-search,
  #pun-profile,
  #pun-messages,
  #pun-viewforum,
  #pun-register,
  #pun-online,
  #pun-respect,
  #pun-positive,
  #pun-invitation,
  #pun-searchtopics,
  #pun-post,
  #pun-edit,
  #pun-login
).punbb #pun-main {
  width: 97%;
  border-radius: 6px/6px;
  padding: 20px 5px 26px 5px;
}

/* A5.11 */
.punbb .category, .punbb .post {
margin-top: 0em;
}

/* A5.12 */
.punbb .toppost, .punbb .topicpost {
  margin-top: 1em;
}

/* A5.13 */
.punbb #pun-category1{
  margin-top: -1.3em;
}

/* A5.14 */
#pun-post .topic {
  margin-top: 1em;
  margin-bottom: -20px;
  width: 100%;
}

/* A5.15 */
#pun-post .topic .toppost {
  margin-top: 0;
}

/* A5.16 */
#pun-post .topic .post:before, 
#pun-post .topic h2 {
  display: none;	
}

/* A5.17 */
.punbb .section, 
.punbb .forum, 
.punbb .formal, 
.punbb .modmenu, 
.punbb .info,
.punbb .category, 
.punbb .post {
  border: 0;
}

/* A5.18 */
.punbb .container {
  border-style: none;
  border-width: 0px;
}

/* A5.19 */
.punbb .section h2, 
#pun-main h2, 
#pun-debug h2 {
  padding: 0em 0em;
  border: none;
  text-align: center;
}

/* A5.20 */
#pun-main h1{
  margin-top: 1em;
  text-align: center;
}

/* A5.21 */
#pun-searchposts .linkst{
  margin-bottom: 0.8em;
  margin-top: 0.2em;
}

/*************************************************************
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-content p {
  margin: 0;
  padding: 0 0 0.8em 0;
  text-align:justify;
  font-size:17px;
  line-height: 120%;
}

.punbb .post-content p:last-child {
  padding: 0;
}

/* B1.3 */
.punbb .post-content img {
  vertical-align: text-bottom;
}

/* B1.4 */
.punbb .post-content img.postimg {
  vertical-align: middle;
}

/* B1.5 */
.punbb .post-content .blockcode, 
.punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
}

/* B1.6 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
}

/* B1.7 */
.blockcode .scrollbox {
  height: auto!important;
  max-height: 100px;
}

/* B1.8 */
.quote-box blockquote {
  padding-bottom: 0;
}

/* B1.9 */
.quote-box blockquote p:last-child {
  padding-bottom: 0.1em;
}

/* B1.10 */
.punbb .post-content .quote-box, 
.punbb .post-content .code-box, 
.post-content .spoiler-box {
  margin: 0em 0em 1em 0em;
  padding: 0.8em 0.7em 0.4em 0.7em;
  border-radius: 4px/4px;
  border-width: 1.4px;
  border-style: solid;
}

/* B1.11 */
.punbb .quote-box cite, 
.punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  font-style: normal;
  font-family: Mason;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-variant: normal;
  line-height: 14px;
  transform: scaleY(1.1);
}

/* B1.12 */
.punbb .quote-box cite a{
  font-family: Mason;
  transform: scaleY(1.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
}

/* B1.13 */
.punbb .code-box strong.legend a{
  font-family: Mason;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}

/* B1.14 */
.punbb .post-content .spoiler-box > div{
  padding: 0 0 0 18px; 
  margin-top: -4px; 
  overflow: visible;
  font-family: Mason;
  font-weight: bold;  
  font-size: 1.6em;
  text-align: center;
  text-transform:uppercase;
  letter-spacing: 1px;
  font-variant: normal;
  line-height:20px;
  border-radius: 4px/4px;
  opacity: 0.8;
}

/* B1.15 */
.punbb .post-content .code-box pre::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border: none;
}

/* B1.16 */
.punbb .post-content .code-box pre::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius:2px;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: none;
  border-width: 0px;
  margin: 0 0 1.1em 0;
  font-size: 1.2em;
}

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
}

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.2em;
  font-weight: bold;
}

/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  font-size: 1em;
  height: 0;
}

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -2em;
  left: 2em;
  width: auto;
  padding: 3px;
}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -1.5em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
}

/* B3.5 */
.punbb .linksb {
  text-align: right;
  font-size: 1em;
}

/* B3.6 */
.linksb .pagelink {
  display: inline-block;
  float: left; 
  margin-left: 1em;
  margin-bottom: 1em;
  text-align: left;
  width: auto;
  padding: 3px;
}

/* B3.7 */
.linkst .pagelink, 
.linksb .pagelink{
  font-family: romul;
  font-weight: bold;
  font-size: 10px;
  text-transform: lowercase;
  letter-spacing: 1px;
  border-radius: 4px/4px;
}

/* B3.8 */
.linkst .pagelink a, 
.linksb .pagelink a {
  font-size: 10px; 
  text-transform: uppercase; 
  letter-spacing: 1px;
}

/* B3.9 */
.pagelink strong,
.pagelink a {
  padding: 1px 3px; 
  border-radius: 2px/2px;
}

/* B3.10 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold;
  padding: 0em 1em 0.4em 1em;
}

/* B3.11 */
.subscribelink {
  clear: both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}

/* B3.12 */
#pun-viewtopic .linkst .postlink a {
  font-size: 8px;
}

/* B3.13 */
.punbb .new-topic a {
  font-family: 'Mason';
  text-shadow: none;
  text-transform: uppercase;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb #post-form .container {
  padding: 0 1em 1.2em 0.8em;
  margin-bottom: 30px;
  margin-left: 1px;
  margin-right: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1px;
  border-radius: 0px/0px;
}

/* C1.2 */
#pun-post #post-form .container,
#pun-edit #post-form .container {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

/* C1.3 */
#pun-edit .post-box,
#pun-post .post-box {
  border-radius: 5px/5px;
  text-align: justify;
}

/* C1.4 */
#pun-edit #post-form #tags .container {
  margin-top: 24px;
}

/* C1.5 */
#pun-edit .formal textarea,
#pun-post .formal textarea {
  padding: 10px 15px 10px 15px;
  border-radius: 4px/4px;
}

/* C1.6 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  text-align: left;
  margin-top: -20px;
}

/* C1.7 */
.punbb .formsubmit input, 
.punbb .formsubmit a, 
.punbb .formsubmit span {
  position: relative;
  z-index: 1;
  margin: -1em 0.6em 0 0
}

/* C1.8 */
.punbb fieldset {
  border-style: none;
  border-width: 0px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
}

/* C1.9 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
}

/* C1.10 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
}

/* C1.11 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
}

/* C1.12 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
}

/* C1.13 */
.punbb .fs-box p, 
.punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
}

/* C1.14 */
.punbb .inline .inputfield, 
.punbb .inline .selectfield, 
.punbb .inline .passfield {
  float: left;
  margin-right: 1em;
}

/* C1.15 */
.punbb .inline .infofield {
  clear:both;
  font-size: 1.2em;
}

/* C1.16 */
.punbb .datafield br {
  display: none;
}

/* C1.17 */
.punbb .datafield span.input {
  font-weight: bold;
  font-size: 1.4em;
}

/* C1.18 */
.punbb .datafield span.input a {
  font-weight: normal;
}

/* C1.19 /
.punbb .areafield span.input, .punbb p.longinput span.input {
display: block;
padding: 0 12em 0 0;
height: 100%; 
} / For IE */

/* C1.20 */
.punbb textarea, 
.punbb .longinput input {
  width: 64%;
  margin: 0;
}

/* C1.21 */
.punbb .hashelp {
  position: relative;
}

/* C1.22 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
}

/* C1.23 */
.punbb #profile .helplinks {
  top: 1.5em;
}

/* C1.24 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
}

/* C1.25 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
}

/* C1.26 */
.punbb #tags .container {
  font-family: Cambria;
  font-size: 15px;
  border-radius: 4px/4px;
}

/* C1.27 */
.punbb #tags #font-area {
  height: 150px;
  max-height: 90%;
  overflow: hidden;
  overflow-y:auto;
  padding: 15px;
  line-height: 20px;
}

/* C1.28 */
.punbb #tags #font-area, 
.punbb #tags #size-area{
   padding: 15px;
}

/* C1.29 */
#tags #keyboard-span input {
  font-family:Cambria;
  font-weight:bold;
  font-size: 15px;
  border-radius: 4px/4px;
  padding: 0px 2px 5px 2px;
}

/* C1.30 */
#pun-profile .formsubmit {
  margin: 0 0 10px;	
}

/* C1.31 */
#pun-profile #profile5 .button {
  float: right;
  margin-top: -34px;
}

/* C2 Сategory and Table layout
-------------------------------------------------------------*/

/* C2.1 */
.category h2 {
  height: 14px;
}

/* C2.2 */
#pun-category1 h2, 
#pun-stats h2 {
  height: 30px;
}

/* C2.3 */
.punbb .category.category-1 h2 {
  position: relative;
  z-index: -1;
  opacity: 0.7;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0px;
}

/* C2.4 */
.punbb .category.category-1 h2 div,
#pun-stats h2:before,
#pun-stats h2:after {
  position: absolute;
  top: 0;
  width: 20px;
  height: 30px;
}

/* C2.5 */
.punbb .category.category-1 h2 .catleft {
  left: -9px;
}

/* C2.6 */
.punbb .category.category-1 h2 .catright {
  right: -9px;
}

/* C2.7 */
.punbb .category.category-2 h2 {
  opacity: 0.7;
}

/* C2.8 */
.punbb .category.category-3 h2 {
  position: relative;
  z-index: -1;
  opacity: 0.7;
}

/* C2.9 */
.punbb .category.category-4 h2 {
  opacity: 0.6;
}

/* C2.9 */
.punbb .category.category-5 h2 {
  opacity: 0.6;
}

/* C2.10 */
.category .container{
  border: none;
  border-radius: 6px/6px;
  padding: 10px 0px 15px 0px!important;
}

/* C2.11 */
tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

/* C2.12 */
#pun-index .category table tr {
  position: relative;
  display: flex;
  gap: 0 0px;
  align-items: center;
  padding: 2px 0px 2px 0px;
  margin: 10px 20px 6px 20px;
  -webkit-appearance: none;
  border-radius: 5px;
}

/* C2.13 */
.punbb .post-content table td{
  padding: 2px 5px 2px 5px !important;
  border-radius: 0px/0px;
}

/* C2.14 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 58%;
}

/* C2.15 */
.punbb .main .tc2, 
.punbb .main .tc3, 
.punbb .main .tcmod {
  text-align: center;
  width: 20%;
}

/* C2.16 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 40%;
  color:#4f5249;
  font-family: 'Cambria';
  font-size: 14.5px;
  letter-spacing:0px;
  text-shadow:0px 0px 1px #5b5b5b;
}

/* C2.17 */
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
}

/* C2.18 */
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 30%;
}

/* C2.19 */
#pun-online .tcl.username,
#pun-online .tc3 {
  width: 25%;
}

/* C2.20 */
#pun-online.punbb .tcl.action {
  width: 50%;
}

/* C2.21 */
#pun-debug table .tcl {
  width: 15%;
  white-space: normal;
}

/* C2.22 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
}

/* C2.23 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
}

/* C2.24 */
#pun-index.punbb .tclcon h3 > a {
  font-size:26px;
  font-weight: normal;
  font-family: Mason;
  letter-spacing: -0.5px;
}

/* C2.25 */
.punbb .tcl .opisF a{
  font-size:9px;
  text-align: center;
  font-weight: bold;
  font-variant: normal;
  font-family: Trajan;
}

/* C2.26 */
.punbb .tcl .pfs {
  text-align: left;
  line-height: 12px;
  margin: 6px 0px 0px 0px;
  border-radius: 4px/4px;
}

/* C2.27 */
.punbb .tcl .pfs a {
  position: relative;
  display: inline-block;
  padding: 1px 4px 0px 4px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
}

/* C2.28 */
.punbb .tcl .pfs a:before{
  content: "";
  height: 13px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform .8s cubic-bezier(.64, .51, .55, 1) 0s;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 1;
  opacity: 0.32;
  border-radius: 4px;
}

/* C2.29 */
.punbb .tcl .pfs a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

/* C2.30 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
}

/* C2.31 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
}

/* C2.32 */
.punbb .main td {
  padding: 0.8em 1em;
  font-size:14.5px;
}

/* C2.33 */
.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  font-size: 0px;
  text-transform: lowercase;
  font-family: 'trajan';
  font-weight: bold;
  letter-spacing: 0px;
}

/* C2.34 */
/* ЦЕНТРИРОВАНИЕ ТАБЛИЦЫ ПОСЛЕДНЕГО СООБЩЕНИЯ */
#pun .tcr {
  text-align: left;
}

/* C2.35 */
#pun-index .tclcon {
  margin-left: 0px;
  font-size: 15px;
  text-align: justify;
  line-height: 15px;
  position: relative;
  letter-spacing: 0px;
}

/* C2.36 */
#pun-index .tclcon h3 {
  text-align: left;
  margin-bottom: 6px;
  transform: scaleY(1.08);
}

/* C2.37 */
.tclcon h3:first-letter{
  font-size: 24px;
  Font-family: Mason;
  font-weight:normal;
  transform: scaleY(1);
}

/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post {
  position: relative;
}

/* C3.2 */
.punbb .post:before{
  content: "";
  display: block;
  height: 150px;
  width: 99.6%;
  overflow:visible;
  margin: 0 auto -154px;
}

/* C3.3 */
#pun-searchposts .post:before{
  display: none;
}

/* C3.4 */
.punbb .post h3 {
  border: 0;
}

/* C3.5 */
.punbb .post h3 span {
  padding: 0.2em 0;
  display: block;
  border-left-style: none;
  border-left-width: 0px
}

/* C3.6 */
#pun-searchposts .post h3 span {
  padding: 0.2em 0 0.6em;
  opacity: 0.8;
}

/* C3.7 */
.punbb .post h3 span a {
  display: inline-block;
  margin-left: 260px;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 13px; 
  font-family: 'Mason';
  font-weight: bold;
  font-variant: normal;
}

/* C3.8 */
#pun-searchposts .post h3 span a:first-of-type {
  margin-left: 40px;
}

/* C3.9 */
#pun-searchposts .post h3 span a {
  margin-left: 0;
}

/* C3.10 */
/* НОМЕР ПОСТА СООБЩЕНИЯ */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  margin-top: 6px;
  margin-right: 40px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-family: 'Mason';
}

/* C3.11 */
.punbb .post .container {
  border: 0;
  margin-top: -1px;
  padding-bottom: 0px;
}

/* C3.12 */
.post > .container {
  display: grid;
  grid-template-areas: "author body" "links links";
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

/* C3.13 */
/* ОКАНТОВКА ПРОФИЛЯ */
.punbb .post .post-author {
  position: relative;
  grid-area: author;
  float: none;
  width: 18.2em;
  overflow: visible;
  margin: 18px 0px 0px 1px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 0px;
  box-sizing: border-box;
  text-align: center;
  border-style: solid;
  border-top-width: 1.1px;
  border-left-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.1px;
  border-radius: 0px 4px 4px 0px;
}

/* C3.14 */
#pun-searchposts .post .post-author {
  margin: 0;
}

/* C3.15 */
.punbb .post .post-author ul { 
  width: 18em;
  margin: 0 auto;
}

/* C3.16 */
.post-author ul:after {
  content: "";
  clear: both;
  display: block;
}

/* C3.17 */
.toBlock {
  margin-top: -1.5em;
}

/* C3.18 */
/* Правка ника в Ответе и Предпросмотре */
#pun-post.punbb .post .post-author {
  margin-top: -2em;
  text-align: center;
}

/* C3.19 */
.punbb .post .post-author ul, 
.punbb .post .post-author p {
  padding: 0;
  line-height: 140%;
}

/* C3.20 */
.punbb .pa-author {
  margin: 0;
  padding: 10px 0px 2px 0px;
  text-align: center;
  width: 100%;
}

/* C3.21 */
/* Ник автора поста */
.punbb .pa-author, .punbb .pa-author a {
  font-size: 18px;
  font-family: Mason;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  transform: scaleY(1.1);
}

/* C3.22 */
.pa-author a {
  white-space: pre-wrap;
}

/* C3.23 */
/* Ник автора поста при наведении */
.punbb .pa-author a:hover {
  text-transform: uppercase;
  font-variant: normal;
  letter-spacing: -0.4px;
  transform: scaleY(1.1);
}

/* C3.24 */
.pa-title,
.pa-avatar,
.pa-fld2,
.pa-posts, 
.pa-respect, 
.pa-fld3 {
  border-style: solid;
  border-width: 0;
}

/* C3.25 */
.pa-avatar {
  border-left-width: 1px;
  border-right-width: 1px;
}

/* C3.26 */
.pa-avatar img, 
#pa-avatar img {
  height: 180px;
  width: 180px;
  opacity:0.7; /*Начальная прозрачность*/
  -webkit-transition-duration: 0.96s;
  -moz-transition-duration: 0.96s;
  -o-transition-duration: 0.96s;
  transition-duration: 0.96s;
  border-width: 1.2px;
  border-style: solid;
  border-radius: 2px/2px;
}

/* C3.27 */
.pa-avatar img:hover, 
#pa-avatar img {
  opacity:1.0;
}

/* C3.28 */
.punbb .pa-title{  
  width: auto;
  margin-top: 0.6em;
  padding: 0.4em 0em 0.3em 0em;
  text-align: center;
  text-transform: lowercase;
  line-height: 12px;
  font-size: 7.6px;
  font-weight: bold;
  font-variant: normal;
  font-family: trajan;
  letter-spacing: 0.6px;
  transform: scaleY(1.1);
  border-radius: 0px;
  border-top-width: 1.4px;
  border-left-width: 1px;
  border-right-width: 1px;
  white-space: pre-wrap;
}

/* C3.29 */
.pa-posts .fld-name, 
.pa-respect .fld-name, 
.pa-fld3 .fld-name {
  display: inline;
  line-height: 0;
}

/* C3.30 */
.pa-posts .fld-name, 
.pa-respect .fld-name, 
.pa-respect .fld-name a, 
.pa-fld3 .fld-name {
  font-size: 0px;
}

/* C3.31 */
.punbb .pa-fld1 .fld-name {
  display: none;
}

/* C3.32 */
.punbb .pa-fld1 {
  width: auto;
  padding: 1em 1em 0.8em 1em;
  margin-bottom: -2px;
  font-size: 7px;
  text-align: justify;
  line-height: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: romul;
  letter-spacing:0.1px;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  transform: scaleY(1.05);
}

/* C3.33 */
.punbb .pa-fld2{
  padding: 0em 0em 0.2em 0em;
  text-align: center;
  text-transform:lowercase;
  line-height: 14px;
  font-size: 7px;
  font-weight: normal;
  font-variant: normal;
  font-family: trajan;
  letter-spacing: 1px;
  transform: scaleY(1.05);
  overflow:hidden;
}

/* C3.34 */
.punbb .pa-fld3 {
  border-top-width: 1px;
  border-bottom-width: 1.4px;
}

/* C3.35 */
/*ССЫЛКИ ПОЛЯ 2*/
.punbb  li.pa-fld1 a {
  font-weight: bold;
  font-size: 8.4px;
  font-family: 'romul';
  letter-spacing: 0.2px;
  font-variant: normal;
  text-transform: normal;
}

/* C3.36 */
/*ССЫЛКИ ПОЛЯ 1*/
.punbb  li.pa-fld2 a {
  font-weight: bold;
  font-size: 11px;
  font-family: 'Mason';
  letter-spacing: 1px;
  font-variant: normal;
  text-transform: uppercase;
}

/* C3.37 */
.punbb .pa-posts {
  float: left;   
  text-align: left;
  border-radius: 4px 0px 0px 4px;
  border-top-width: 1px;
  border-left-width: 1.4px;
  border-bottom-width: 1.4px;
  border-radius: 0px;
}

/* C3.38 */
.punbb .pa-respect {
  float: right;
  text-align: right;  
  border-radius: 0px 4px 4px 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1.4px;
  border-radius: 0px
}

/* C3.39 */
.punbb .pa-posts, 
.punbb .pa-respect, 
.punbb .pa-fld3 {
  display: inline-grid;
  position: relative;
  width: 33.3333%;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-items: left;
  justify-content: center;
  margin-top: 4px;
  padding: 4px 0;
  box-sizing: border-box;
  line-height: 12px;
  font-family: romul;
  font-size: 9px;    
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* C3.40 */
.pa-posts:before, 
.pa-respect:before, 
.pa-fld3:before {
  opacity: 0;
  position: absolute;
  width: 98%;
  height: 36%;
  top: -12px;
  font-family: 'Trajan';
  font-size: 7px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px/4px;
  padding: 0 0 2px 0;
  text-align: center;
  transition: opacity 0.8s ease;
}

/* C3.41 */
.pa-posts:hover:before, 
.pa-respect:hover:before, 
.pa-fld3:hover:before {
  opacity: 1;
  z-index: 1;
}

/* C3.42 */
.pa-posts:before{
  content: 'свитки';
}

/* C3.43 */
.pa-fld3:before{
  content: 'посты';
}
 
/* C3.44 */
.pa-respect:before{
  content: 'честь';
}

/* C3.45 */
.pa-posts .fld-name:before, 
.pa-respect .fld-name a:before, 
.pa-fld3 .fld-name:before, 
.gid3 .pa-respect .fld-name:before {
  display: block;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Line Awesome Free';
  opacity: 0.7;
  line-height: 14px;
}

/* C3.46 */
.pa-posts .fld-name:before {
  content: '\f70e';
}

/* C3.47 */
.pa-fld3 .fld-name:before {
  content: '\f56b';
}

/* C3.48 */
.pa-respect .fld-name a:before, 
.gid3 .pa-respect .fld-name:before {
  content: '\f3ed';
}

/* C3.49 */
.pa-respect > a {
  grid-column: 3 / 4;
  grid-row: 1;
  margin-left: 2px;
}

/* C3.50 */
.pa-respect > span {
  grid-column: 2 / 3;
  grid-row: 1;
}

/* C3.51 */
.pa-respect .fld-name {
  grid-column: 1 / 2;
  grid-row: 1;
}

/* C3.52 */
li.pa-online, 
li.pa-last-visit{
  font-family: 'Romul';
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 1px;
  margin-top: 4px;
  margin-bottom: -6px;
  margin-left: 0px;
  width: auto;
  text-transform: uppercase;
  clear: both;
}

/* C3.53 */
.pa-reg{
  font-family: 'Libre';
  font-variant: small-caps;
}

/* C3.54 */
.post-author, 
.post-body {
  word-wrap: break-word;
}

/* C3.55 */
#pun-main .post-body {
  grid-area: body;
  margin-left: 10px;
  margin-right: 0px;
  padding: 1em;
  width: auto; 
  z-index: 1;
  border: none;
  border-radius: 6px/6px;
  text-align: justify;
}

/* C3.56 */
.punbb .post-body a{
  font-variant: normal;
  letter-spacing: 0px;
}

/* C3.57 */
.punbb .post-box {
  display: grid;
  grid-template-areas: "content content" "vote rating";
  grid-template-rows: 1fr auto 0;
  grid-template-columns: 1fr auto;
  height: 100%;
  padding: 0.6em 0.8em;
  min-height: 150px;
}

/* C3.58 */
#post-preview .post-box {
  min-height: 0;
}

/* C3.59 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
}

/* C3.60 */
.post-content {
  grid-area: content;
}

/* C3.61 */
.post-rating {
  grid-area: rating;
}

/* C3.62 */
.post-vote {
  grid-area: vote;
  float: right;
}

/* C3.63 */
.punbb .post-links {
  grid-area: links;
  margin-left: 19em;
  border-left-style: none;
  border-left-width: 0px;
}

/* C3.64 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: none;
  border-top-width: 0px;
  background: transparent;
  text-align: right;
}

/* C3.65 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
}

/* C3.66 */
#pun-main .post-links li > a {
  font-size: 10px;
  font-family: 'Mason';
  font-weight: bold;
  text-transform: uppercase;
}

/* C3.67 */
.pl-email, .pl-website {
  float: left;
}

/* C3.68 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
}

/* C3.69 */
.gid3 #pun-viewtopic .post {
  margin-bottom: 2em;
}

/* C3.70 */
#pun-searchposts .topic {
  clear: both;
}

/* C4 Rating
-------------------------------------------------------------*/

/* C4.1 */
#pun .post div.post-vote p {
  width: auto;
  margin-right: 18px !important;
}

/* C4.2 */
div .post-rating p > a {    
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding-left: 1px;
  vertical-align: middle;
  line-height: 35px;
  font-family: 'Mason';
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;     
  z-index: 100;   
}

/* C4.3 */
body div.post-rating, 
body div.post-vote {
  float: right;
  position: relative;
  line-height: initial;
  margin-right: -18px;
 padding-bottom: 4px;
 filter: drop-shadow(0 0 0.4px #686459);
}

/* C4.5 */
div.post-vote p > a {
  font-size: 25px !important;
  font-weight: bold !important;
}

/* C4.6 */
.punbb .post_reputation .container{
  font-family: 'Trajan';
  font-size: 12px;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  transition: opacity 0.8s ease;
  border-radius: 4px/4px;
}

/* C4.7 */
.punbb .post_reputation .tc2 span{
  font-family: 'Mason';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

/* C4.8 */
.punbb .post_reputation .tc2 textarea {
  margin-left: 18px;
  font-family: 'Cambria';
  text-shadow: 0px 0px 1px #696561;
  font-size: 17px;
  border: none;
  border-radius: 6px/6px;
  padding: 15px;
}

/* C4.9 */
#pun-respect .main td {
  padding: 0.8em 0.2em;
}

/* C4.10 */
#pun-respect .tcl {
  width: 15% !important;
}

/* C4.11 */
#pun-respect .tc2 {
  width: 5% !important;
}

/* C4.12 */
#pun-respect .tc4 {
  width: 30% !important;
}

/* C4.13 */
#pun-respect .tcr {
  width: 30% !important;
}

/* C5 Moderator menu and modlist
-------------------------------------------------------------*/

/* C5.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  font-family: 'trajan';
  font-weight: normal;
  font-size: 10px;
}

/* C5.2 */
.punbb .modmenu strong, 
.punbb .modmenu a {
  height: auto;
  line-height: 1.8em;
}

/* C5.3 */
.punbb .modmenu .container strong {
  float: left;
}

/* C5.4 */
.punbb .modmenu input {
  margin-left: 1em;
}

/* C5.5 */
#topic-users-in.modmenu span  {
  display: inline;
}

/* C5.6 */
#topic-users-in a:after {
  content: ',';
}

/* C5.7 */
.punbb td .modlist{
  margin-top:-15px;
  font-family: times new roman;
  text-align: center;
}

/* C5.8 */
.punbb td .modlist a{
  font-family: Libre;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
}

/* C6 Message boxes
-------------------------------------------------------------*/

/* C6.1 */
.punbb .info .container {
  padding: 1.8em 1em
}

/* C6.2 */
.punbb .info .container .backlink {
  padding-top: 1em;
}

/* C7 Profile
-------------------------------------------------------------*/

/*** Общее и страница редактирования ***/

/* C7.1 */
#profile .container {
  padding-left: 14em;
  width: auto;
}

/* C7.2 */
#pun-messages #profile .container {
  width: 100%;
}

/* C7.3 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -14em;
}

/* C7.4 */
#pun-messages #profilenav {
  width: 100%;
}

/* C7.5 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
}

/* C7.6 */
#viewprofile ul, #profilenav ul {
  border-style: none;
  border-width: 0px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
}

/* C7.7 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
}

/* C7.8 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
}

/* C7.9 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
}

/* C7.10 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -14em;
  padding: 0.5em 1em;
  font-family: 'Cambria';
  font-weight: bold;
  font-size: 14px;
}

/*C7.11 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
}

/* C7.12 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
display: block;
padding: 0.5em 1em;
font-weight: normal;
}

/* C7.13 */
/* АВАТАРКА В ПРОФИЛЕ ДЕМО */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em;
  border-width: 2px;
  border-style: solid;
}

/* C7.14 */
/* ВИД АВАТАРА ПРИ ПРОСМОТРЕ ЧУЖОГО ПРОФИЛЯ */
#profile-left li {
  text-align: center;
}

/* C7.15 */
#pun-profile #pun-main a{
  font-family: 'Romul';
  font-size: 11px;
  font-variant: normal;
  letter-spacing: 0px;
}

/*** Основные настройки страницы просмотра профиля ***/

/* C7.16 */
/* Убираем блоки */
#profile-right #pa-fld1 span, 
#profile-right #pa-fld2 span, 
#profile-right #pa-invites,
#pun-profile #pun-main h1:has(+ #viewprofile-next) {
  display: none;
}

/* C7.17 */
/* Задаем грид разметку для блоков */
#profile-right, 
#profile-right li, 
#viewprofile-next tr[valign='top'] {
  display: grid;
}

/* C7.18 */
/* Растягиваем на ширину всех колонок */
#profile-right #pa-fld1, 
#profile-right #pa-fld2, 
#profile-right #pa-about, 
#profile-right #pa-interests {
  grid-column: 1 / -1;
}

/* C7.19 */
/* Названиям полей профиля даем шрифт и размер шрифта */
#profile-right li span, 
#pun-profile #profile-right li span a, 
#profile-right #pa-fld2 strong a, 
#profile-left #profile-name strong {
  font-family: "Romul";
  font-size: 12px;
  letter-spacing: 0px; 
  transform: scaleY(1.05);
}

/* C7.20 */
/* Делим профиль на блок с аватаром и блок с полями, и отступ между ними  */
#viewprofile-next tr {
  grid-template-columns: 24% 1fr 74%;
  grid-template-rows: auto auto;
}

/*** Блок с аватаром (левый блок) ***/

/* C7.21 */
/* Рамка для аватара */
#profile-left #pa-avatar div {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 0;
  margin: 8px auto 12px;
}

/* C7.22 */
#profile-left #pa-avatar div:before, 
#profile-left #pa-avatar img {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  display: block;
  position: relative;
}

/* C7.23 */
#profile-left #pa-avatar img {
  border-radius: 4px;
}

/* C7.24 */
/* Рамка и подгонка под блок */
.punbb #profile-left {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100%;
  border-radius: 5px;
}

/* C7.25 */
/* Настройки имени */
#profile-left #profile-name {
  margin-top: 10px;
}

/* C7.26 */
/* Настройки статуса */
#profile-left #profile-title {
  margin-top: 0px;
  margin-bottom: -5px;
}

/* C7.27 */
/* Внутренний отступ у имени */
#profile-left #profile-name strong {
  font-size: 17px;
  letter-spacing: -0.8px;
  font-family: "Mason";
  text-transform: uppercase;
  transform: scaleY(1.05);
}

/* C7.28 */
/* Настраиваем текст статуса */
#profile-left #profile-title strong {
  font-family: "cambria";
  font-size: 12px;
  padding: 0px 0 2px;
}

/* C7.29 */
#profile-left #pa-online strong {
  padding: 0;
}

/*** Блок с полями профиля (правый блок) ***/

/* C7.30 */
/* Настраиваем количество колонок, их ширину, отступы между ячейками, заполнение пустых мест */
.punbb #profile-right {
  grid-template-columns: repeat(4, auto);
  grid-column: 3 / 4;
  grid-row: 1 / -1;
  align-content: start;
  grid-auto-flow: dense;
  gap: 10px;
  width: 100%;
}

/* C7.31 */
/* Общие настройки блоков полей профиля */
#profile-right li {
  align-items: center;
  padding: 6px;
  margin-bottom: 0px;
  text-align: center;
  order: 0;
  border-radius: 5px;
}

/* C7.32 */
/* Общие настройки названий полей профиля, кроме pa-fld2 (имя и описание персонажа) */
#profile-right li span {
  float: none;
  width: auto;
  display: block;
  margin: 0 0 0px 0;
  padding: 6px 0;
  border-radius: 4px;
  overflow-wrap: break-word;
}

/* C7.33 */
/* Убираем внутренние отступы у описаний полей профиля */
.punbb #profile-right li strong {
  padding: 0;
  font-size:15px;
}

/* C7.34 */
/* Настройка описания персонажа (pa-fld1) */
#profile-right #pa-fld1 {
  grid-row: 3 / 4;
  padding-top: 0px;
  border-radius: 0 0 8px 8px;
  border-width: 0 1px 1px 1px;
}

/* C7.35 */
/* Настройка имени персонажа внешнее (pa-fld2) */
#profile-right #pa-fld2 {
  grid-row: 2 / 3;
  margin-bottom: -10px;
  border-radius: 8px 8px 0 0;
  border-width: 1px 1px 0 1px;
}

/* C7.36 */
/* Добавляем разграничитель между именем и описанием персонажа (pa-fld1) */
#profile-right #pa-fld1 > strong {
  margin-top: -8px;
  padding-top: 10px;
}

/* C7.37 */
/* Настройка имени персонажа внутренние (pa-fld2) */
#profile-right #pa-fld2 strong {
  display: block;
  border-radius: 4px;
  padding: 2px 0;
  margin-bottom:0px;
}

/* C7.38 */
/* Почту и сообщения растягиваем на две ячейки */
#profile-right #pa-email, #profile-right #pa-posts {
  grid-column: span 2;
}

/* C7.39 */
/* Опускаем вниз Интересы и Обо мне */
#profile-right #pa-location {order: 1;}
#profile-right #pa-last-post {order: 2;}
#profile-right #pa-last-visit {order: 3;}
#profile-right #pa-interests {order: 4;}
#profile-right #pa-about {order: 5;}

/*** Замена слов ***/

/* C7.40 */
/* Убираем размер шрифта у основного блока, задаем размер шрифта у псевдоэлемента */
#profile-right li span, 
#profile-right #pa-respect a, 
#profile-right #pa-positive a, 
#profile-right #pa-posts strong a, 
#profile-right #pa-email .sendemail, 
#profile-right #pa-email .sendpm {
  font-size: 0 !important;
}

/* C7.41 */
#profile-right li span:after, 
#profile-right #pa-respect a:after, 
#profile-right #pa-positive a:after, 
#profile-right #pa-email .sendemail:after, 
#profile-right #pa-email .sendpm:after {
  font-size: 10px !important; 
  letter-spacing:0.4px;
}

/* C7.42 */
#profile-right #pa-posts strong a:after, 
#profile-right #pa-email .sendemail:after, 
#profile-right #pa-email .sendpm:after {
  font-size: 9px !important;
  letter-spacing:0.6px;
}

/* C7.43 */
/* Меняем слова (вставляем внутрь блока псевдоэлемент) */
#profile-right #pa-name span:after {content: 'имя';} /* Настоящее имя: */
#profile-right #pa-sex span:after {content: 'пол';} /* Пол: */
#profile-right #pa-birthdate span:after {content: 'возраст';} /* Возраст: */
#profile-right #pa-location span:after {content: 'локация';} /* Местонахождение: */
#profile-right #pa-register-date span:after {content: 'в анселиоре';} /* Зарегистрирован: */
#profile-right #pa-time-visit span:after {content: 'путешествует';} /* Провел на форуме: */
#profile-right #pa-respect a:after {content: 'честь';} /* Уважение: */
#profile-right #pa-positive a:after {content: 'признание';} /* Позитив: */
#profile-right #social-telegram span:after {content: 'связь';} /* Telegram: */
#profile-right #pa-email span:after {content: 'послания';} /* E-mail: */
#profile-right #pa-last-post span:after {content: 'последний пост';} /* Последнее сообщение: */
#profile-right #pa-posts span:after {content: 'заметки на пергаменте';} /* Сообщений: */
#profile-right #pa-last-visit span:after {content: 'отдых у костра';} /* Последний визит: */
#profile-right #pa-interests span:after {content: 'интересы и досуг';} /* Интересы: */
#profile-right #pa-about span:after {content: 'о герое';} /* Обо мне: */
#profile-right #pa-posts strong #user-posts:after {content: 'рукописи';} /* Показать все сообщения: */
#profile-right #pa-posts strong #user-topics:after {content: 'разделы';} /* Показать все темы: */
#profile-right #pa-email .sendemail:after {content: 'отправить ворона';} /* Послать e-mail: */
#profile-right #pa-email .sendpm:after {content: 'личное письмо';} /* Отправить ЛС: */
#profile-right #pa-fld3 span:after {content: 'Посты';}

/* C8 Personal Messages
-------------------------------------------------------------*/

/* C8.1 */
#pun-messages #profile .container {
  padding: 0;
}

/* C8.2 */
#pun-messages #profilenav {
  float: none;
  margin: 0;
}

/* C8.3 */
#pun-messages #profilenav ul {
  text-align: center;
  margin: 0;
  padding: 0.2em 0 0.5em;
  white-space: nowrap; 
}

/* C8.4 */
#pun-messages #profilenav h2 {
  display: none;
}

/* C8.5 */
#pun-messages #profilenav li {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0 2px; 
}

/* C8.6 */
#pun-messages.punbb .post h3 span {
  height: auto;
  width: auto;
  margin: 0 auto;
}

/* C8.7 */
#pun-messages .post .post-author ul{
  border: none;
  margin: 0;
  padding-bottom: 10px;
  overflow: visible;
  height: auto;
  box-sizing: border-box;
  position: relative;
  float: center;
  width: auto;
  text-align: center;
  overflow: hidden;
  border-radius: 10px/10px;
}

/* C8.8 */
#pun-messages #profile a{
  font-family: 'Romul';
  font-size: 12px;
  font-variant: normal;
  letter-spacing: 0px;
}

/* C8.9 */
#pun-messages #profile a:hover{
  letter-spacing: 0px;
}

/* C8.10 */
#pun-messages .pa-avatar, 
#pun-messages .post .post-author {
  border: none;
}

/* C8.11 */
#pun-messages #profile .pa-author, 
#pun-messages #profile .pa-author a{
  font-size: 20px;
  font-family: Mason;
  font-weight: normal;
  text-transform: uppercase;
  transform: scaleY(1.1);
}
#pun-messages #profile .pa-author{
  text-shadow: none;
}

/* C8.12 */
#pun-messages .pa-avatar img{
  border-radius: 90px/90px;
  margin-top: 8px;
}

/* C8.13 */
#pun-messages li.pa-online, 
li.pa-last-visit {
  font-size: 10px;
  text-align:center;
}

/* C8.14 */
#pun-messages .formal textarea, 
#pun-profile #pun-main .formal textarea{
  padding: 10px 15px 10px 15px;
  border-radius: 4px/4px;
}

/* C8.15 */
#pun-messages .tc2.pmtc22 {
  display: flex;
  align-items: center;
  width: 100% !important;
}

/* C9 User list / ОФОРМЛЕНИЕ СПИСКА УЧАСТНИКОВ
-------------------------------------------------------------*/

/* C9.1 */
#pun-userlist .formal, 
#pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
}

/* C9.2 */
#pun-userlist .usertable .container {
  width: 99%;
  padding: 0 0 2.3em;
  font-size: 14px;
  font-weight: bold;
  margin: auto;
}

/* C9.3 */
#pun-userlist .usertable table {
  border-style: none;
  border-width: 0px;
}

/* C9.4 */
/*ССЫЛКИ СПИСКА УЧАСТНИКОВ*/
#pun-userlist .usertable .container a {
  font-size: 16px;
  font-family: 'Mason';
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: -0.8px;
}

/* C9.5 */
#pun-userlist .usertable tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-items: center;
}

/* C9.6 */
#pun-userlist .usertable tr, 
#pun-userlist .usertable .tcl {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
}

/* C9.7 */
#pun-userlist .usertable tr {
  border-radius: 5px;
  border: solid 1.4px rgba(111, 102, 84, 0.2);
  margin-left: 0;
  margin-top: 14px;
  margin-bottom: 0px;
  padding: 2px 0px 0px 0px;
  width: 188px;
  height: auto;
  box-sizing: border-box;
}

/* C9.8 */
#pun-userlist .usertable td {
  width: 100%;
  letter-spacing: 0.6px;
  margin: 1px 0;
  font-family: trajan;
  border-radius: 4px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 10px;
}

/* C9.9 */
#pun-userlist .usertable .tcl {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: -0.8px;
  font-weight: normal;
  line-height: normal;
}

/* C9.10 */
#pun-userlist .usertable .usersname {
  padding: 2px 0;
  transform: scaleY(1.1);
}

/* C9.11 */
#pun-userlist .usertable .user_title {
  text-transform: lowercase;
  font-size: 8px;
  letter-spacing: 0.5px;
  padding: 4px 0px 0px 0px;
  transform: scaleY(1.1);
}

/* C9.12 */
#pun-userlist .usertable .registered,
#pun-userlist .usertable .last_visit {
  padding: 6px 0 2px;
  border-radius: 4px;
  width: 160px;
}

/* C9.13 */
#pun-userlist .usertable .num_posts, 
#pun-userlist .usertable .relation {
  grid-row: 5; 
  grid-column: 1; 
  display: flex;
  align-items: center;
  padding: 4px 24px;
  width: auto;
}

/* C9.14 */
#pun-userlist .usertable .num_posts {
  justify-self: left;
}

/* C9.15 */
#pun-userlist .usertable .relation {
  justify-self: right;
}

/* C9.16 */
#pun #pun-userlist .user-avatar {
  float: none;
  height: auto;
  width: auto;
  margin: 0;
}

/* C9.17 */
#pun #pun-userlist .user-avatar .avatar-image {
  height: 120px;
  width: 150px;
  margin: 0 auto 2px;
}

/* C9.18 */
#pun #pun-userlist.punbb .user-avatar .isonline {
  right: 2px; 
  top:2px;
}

/* C9.19 */
#pun-userlist .usertable .user_title {grid-row: 1;}
#pun-userlist .usertable .username {grid-row: 2;}
#pun-userlist .usertable .registered {grid-row: 3;}
#pun-userlist .usertable .last_visit {grid-row: 4;}

/* C9.20 */
#pun-userlist .usertable .num_posts:before {
  content: '\f70e';
  font-family: 'Line Awesome Free'; 
  font-size:15px;
}

/* C9.21 */
#pun-userlist .usertable .relation:before {
  content: '\f3ed'; 
  font-family: 'Line Awesome Free'; 
  font-size: 15px;
}

/* C9.22 */
#pun-userlist .usertable .registered:before {
  content: 'В Анселиоре с '; 
}

/* C9.23 */
#pun-userlist .usertable .last_visit:before {
  content: 'Отдых у костра '; 
}

/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 8px auto 0;
  min-height: 148px; /* подбери под свою шапку */
  opacity: 0.95;
  width: 97.8%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
}

/* D1.2 */
#pun-break1 {
  order: 1;
}

/* D1.3 */
#pun-break1:before {
  content: "хроники анселиора";
  position: relative;
  display: block;
  margin: -20px auto 4px;
  height: auto;
  font-family: 'Mason';
  transform: scaleY(1.1);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  opacity: 0.4;
  transition: all .7s ease;
  pointer-events: all;
  z-index: 2;
}

/* D1.4 */
#pun-break1:hover:before {
  opacity: 0.9;
}

/* D1.5 */
#pun-title {
  position: relative;
  overflow: hidden;
}

/* D1.6 */
/* Слой */
#pun-title .title-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  font-family: Cambria;
}

/* D1.7 */
#pun-title .title-overlay a {
  font-family: Cambria;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}

/* D1.8 */
/* Контент */
#pun-title .title-overlay-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 50px auto;
  gap: 6px 12px;
  padding: 0 14px;
  align-items: start;
  height: 100%;
}

/* D1.9 */
/* Появление */
#pun-title:hover .title-overlay,
#pun-title:active .title-overlay,
#pun-title:focus-within .title-overlay {
  opacity: 1;
  visibility: visible;
}

/* D1.10 */
#pun-title .title-user-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  font-size: 1.3em;
  grid-area: 1 / 1;
  padding-top: 6px;
}

/* D1.11 */
#pun-title .title-user-avatar {
  display: grid;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 16%;
  overflow: hidden;
  box-sizing: border-box;
}

/* D1.12 */
#pun-title .title-user-avatar img {
  width: 45px;
  height: 45px;
}

/* D1.13 */
#pun-title .title-user-greet {
  font-weight: 600;
  padding-bottom: 0.4em;
}

/* D1.14 */
#pun-title .user-lastvisit {
  font-size: 0.8em;
}

/* D1.15 */
.title-overlay-extra {
  align-self: start;
  padding-top: 4px;
  font-size: 14px;
  grid-area: 1 / 2;
  text-align: justify;
}

/* D1.16 */
.extra-text {
  max-height: 110px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 14px;
}

/* D1.17 */
.title-overlay-extra h3 {	
  padding-bottom: 0.2em;
  font-size: 24px;
  font-weight: normal;
  font-family: Mason;
  letter-spacing: -0.5px;
}

/* D1.18 */
.title-overlay-extra p {
  padding-bottom: 1em;	
}

/* D1.19 */
.overlay-news {
  grid-area: 2 / 1;
  overflow: hidden;
  height: 88%;
  border-radius: 5px;
  padding: 6px 8px 0 8px;
}

/* D1.20 */
.overlay-news-title {
  font-weight: 600;
  margin-bottom: 6px;
  opacity: 0.85;
}

/* D1.21 */
.overlay-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* D1.22 */
.overlay-news-list li {
  font-size: 13px;
  line-height: 0.8;
  margin-bottom: 4px;
  display: grid;
  grid-template-columns: minmax(66px, 70px) auto 1fr;
  column-gap: 6px;
  align-items: center;
}

/* D1.23 */
.overlay-news-list a {
  text-decoration: none;
  white-space: nowrap;
}

/* D1.24 */
.overlay-news-list .news-date {
  display: block;
  font-size: 8px;
  opacity: 0.8;
  font-family: 'Trajan';
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  padding: 4px 10px 2px;
  text-align: center;
}

.overlay-news-list .news-text {
  font-size: 12px;
  white-space: nowrap;
}

/* D2 Forum navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-navlinks {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 16px;
  letter-spacing: -0.5px;
  transform: scaleY(1.05);
}

/* D2.2 */
#pun-navlinks .container {
  position: relative;
  width: auto;
  padding: 0.5em 0em 2em 0em;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px/4px;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 0.7em;
  overflow: visible;
  text-align: center;
}

/* D2.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  font-family: 'Mason';
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* D2.5 */
#pun-navlinks li span.num_msg {
  position: absolute;
  height: 12px; 
  margin-top: -14px;
  margin-left: 0px;
  padding: 1px 4px 4px 4px;
  font-size: 13px;
  font-weight: normal;
  font-family: Mason;
  border-radius: 14px;
}

/* D3 User links
-------------------------------------------------------------*/

/* D3.1 */
#pun-ulinks {
  margin-top: -26px;
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 10px;
}

/* D3.2 */
#pun-index #pun-ulinks {
  margin-bottom: 14px;
}

/* D3.3 */
#pun-navlinks, 
#pun-ulinks {
  text-align: center;
}

/* D3.4 */
#pun-ulinks .container {
  width: 100%;
  position: relative;
  z-index: 1;
  border: none;
  padding-top: 0.1em;
}

/* D3.5 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  padding: 0em 0.7em 0em 0em;
}

/* D3.6 */
#pun-ulinks li a {
  text-align: center;
  font-weight: bold;
  font-family: 'Romul';  
  font-size: 8.5px;
  letter-spacing: 0.5px;
}

/* D3.7 */
/* ЦВЕТ УВЕДОМЛЕНИЙ В МЕНЮ */
#pun-ulinks li.item8.nav-item-notifications .bubble {
  position: absolute;
  top: -6px;
  right: -4px;
  display: inline-block;
  min-width: 9px;
  margin: 0;
  padding: 0 1px;
  border-radius: 9px;
  font: normal 8.4px / 1.6 Cambria;
  text-align: center;
}

/* D4 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D4.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
}

/* D4.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
}

/* D4.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  font-family: Libre;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* D4.4 */
#pun-status span a {
  font-size: 10px;
}

/* D4.5 */
#pun-status .item4 {
  position: absolute;
  margin-top:-0px;
  margin-left:200px;
}

/* D4.6 */
#pun-crumbs1,
#pun-crumbs2 {
  position: relative;
  font-weight: bold;
  overflow: visible;
}

/* D4.7 */
.punbb:not(#pun-index) #pun-crumbs1 {
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.8;
}

/* D4.8 */
.punbb:not(#pun-index) #pun-crumbs1:before,
.punbb:not(#pun-index) #pun-crumbs1:after {
  content: "";
  position: absolute;
  top: 0;
  height: 30.48px;
  width: 20px;
  z-index: 2;
}

/* D4.9 */
#pun-crumbs1:before {
  left: -7px;
}

/* D4.10 */
#pun-crumbs1:after {
  right: -7px;
}

/* D4.11 */
#pun-crumbs2 {
  margin-bottom: 0;
}

/* D4.12 */
#pun-crumbs1 p.container,
#pun-crumbs2 p.container  {
  border-top: 0;
  font-family: Romul;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

/* D4.13 */
#pun-crumbs1 p.container {
  height: auto;
  padding: 1em 0em;
  margin-left: 2px;
  margin-right: 2px;
}

/* D4.14 */
#pun-crumbs2 p.container {
  height: auto;
  padding: 1em 0 2em;
  opacity: 0.8;
}

/* D4.15 */
#pun-viewtopic #pun-crumbs2 p.container {
  margin-top: -1.4em;
  padding: 0 0 2em;
}

/* D4.16 */
#pun-crumbs1 p.container a, 
#pun-crumbs2 .container a{
  font-size:10px;
}

/* D5 Announcement
-------------------------------------------------------------*/

/* D5.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 0em 0em 0em;
  border-style: none none none none;
  border-width: 0 0 0px 0;
  position: relative;
  font-weight: bold;
}

/* D5.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

/* D5.3 */
#pun-announcement .container {
  padding: 1em 1em 1em 1em;
  font-size: 12px;
}

/* D5.4 */
#pun-announcement a{
  font-variant: normal;
  font-weight: bold;
  font-family: Trajan;
  font-size: 12px;
  letter-spacing: 1px;
}

/* D6 Statistics
-------------------------------------------------------------*/

/* D6.1 */
#pun-stats h2 {
  opacity: 0.7;
  position: relative;
  z-index: -1;
  margin-top: -2px;
  margin-bottom: -2px;
}

/* D6.2 */
#pun-stats h2:before,
#pun-stats h2:after {
  content: "";
  z-index: 2;
}

/* D6.3 */
#pun-stats h2:before {
  left: -7px;
}

/* D6.4 */
#pun-stats h2:after {
  right: -7px;
}

/* D6.5 */
#pun-stats .container {
  padding: 15px 25px 25px 25px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px/6px;
  border: none;
}

/* D6.6 */
#pun-stats .item1, 
#pun-stats .item2, 
#pun-stats .item3, 
#pun-stats .item4 {
  display: inline-block;
  margin: 12px;
  line-height: 90%;
  font-weight: normal;
}

/* D6.7 */
#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4,
li#onlinelist div {
  font-family: Mason;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* D6.8 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: none;
  border-top-width: 0px;
  float: left;
  width: 100%;
  line-height: 130%;
  text-align: left;
}

/* D6.9 */
li#onlinelist div {
  border-top-style: none;
  border-top-width: 0px;
  padding: 0.7em 0 0 0;
  font-weight: bold;
  font-size: 14px;
}

/* D6.10 */
/* Аватар на главной и в статистике */
#pun .punbb .user-avatar .avatar-image {
  height: 45px;
  width: 40px;
  border-width: 1.4px;
  border-style: solid;
  border-radius: 10px/10px;
  margin: -2px 0px 0px -12px; 
}

/* D6.11 */
#pun  .punbb .user-avatar .isonline {
  top: 1px;
  right: 3px;
  box-sizing: border-box;
}

/* D6.12 */
/* ОФОРМЛЕНИЕ ПОДРОБНОЙ СТАТИСТИКИ */
#active_users .container, #max_visit_time .container, 
#administration .container, 
#max_views_topics .container, #max_posts_topics .container {
  width: 95%;
  margin: auto;
  font-size: 14px;
}

/* D6.13 */
#pun-stats li.item4 a {
  font-family: 'Mason';
  font-size: 11px;
}

/* D7 About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D7.1 */
#pun-about {
  margin-top: 1em;
}

/* D7.2 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 0%;
  padding: 0;
}

/* D7.3 */
#pun-about .container a{
  font-family: Trajan;
  font-size: 8px;
  font-variant: normal;
  text-transform: lowercase;
  margin-right: 10px;
}

/* D7.4 */
#pun-about p span {
  display: block;
  padding-left: 50%;
}

/* D7.5 */
#pun-break4 {
  margin: -2px 1em;
  border-style: none none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
}

/* D7.6 */
div.punbb-admin #pun-about .container {
  border-top-style: none;
  border-top-width: 0px;
}

/* D8 Help file
-------------------------------------------------------------*/

/* D8.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
}

/* D8.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
}

/* D8.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
}

/* D8.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
}

/* D8.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
}

/* D8.6 */
#pun-help .formal li * {
v  ertical-align: text-top
}

/* D8.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
}

/* D8.8 */
#pun-help .formal .parsedmsg, 
#pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
}

/* D9 Redirect
-------------------------------------------------------------*/

/* D9.1 */
/* страница переадресации */
#pun #pun-redirect{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  border: 0 none;
  text-align: center;
}

/* D9.2 */
#pun-redirect *{
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* D9.3 */
#pun-redirect .main-title {
  display: none;
}

/* D9.4 */
#pun-redirect.punbb .info .container{
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;  
  padding: 70px 100px 0 100px;
  height: 200px;
  width: 500px;
  text-align: center;
  font-family: Mason;
  text-transform: lowercase;
  letter-spacing: 0px;
  line-height: 15px;
  font-weight: bold;
  margin: auto;
}

/* D9.5 */
/* Замена надписей в окне Переадресации */
.redirect-page #pun-redirect .info .container, 
.redirect-page .info .container a {
  font-size: 0;
}

/* D9.6 */
.redirect-page .info .container:before {
  content: 'Исполнено. Да будет так...';
  font-size: 22px;
}

/* D9.7 */
.redirect-page .info .container a:before {
  content: 'Мудрецы говорят: «река терпения точит камень судьбы», но можете просто притвориться, что ждали';
  font-size: 12px;
}

/* D10 Administration
-------------------------------------------------------------*/

/* D10.1 */
.punbb-admin  #pun-admain {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 97%;
  padding-left: 0;
}

/* D10.2 */
.punbb-admin  #pun-adnav {
  display: block;
  float: none;
  width: auto;
  margin-left: 0;
  grid-area: 1/1;
}

/* D10.3 */
#pun-admin_forums  #pun-adnav {
  grid-row: 1 / 3;
}

/* D10.4 */
#pun-admin_forums #pun-admain1 {
  grid-area: 1/2;
}

/* D10.5 */
#pun-admin_forums #pun-admain2 {
  grid-area: 2 / span 2;
}

/* D10.6 */
.punbb-admin .post:before {
  display: none;
}

/* D10.7 */
.punbb-admin .adcontainer {
  border: none;
  padding: 0 4px 0 6px;
}

/* D10.8 */
.punbb-admin #pun-admain1 form.adcontainer {
  padding: 0 16px 0 4px;
}

/* D10.9 */
.punbb-admin .adformal {
  border: none;
}

/* D10.10 */
.punbb-admin #pun-admain fieldset{
  border-color: rgba(111, 102, 84, 1);
}

/* D10.11 */
.punbb-admin #pun-admain a:hover {
  color: #7a786a;
  transition: color 0.5s ease;
}

/* D10.12 */
.punbb-admin .adformal h2 {
  display: none;
}

/* D10.13 */
#pun-admain-new, 
.adformal.notesBlock,
#pun-admin_logs #pun-admain .linksb {
  grid-area: 2 / span 2;	
}

/* D10.14 */
#pun-admain2, 
.adformal.forumDescriptionBlock {
  grid-area: 3 / span 2;	
}

/* D10.15 */
.submittop {
  padding-top: 14px;
}

#pun-admin_paid_services #pun-adnav {
  grid-row: 1 / 5;
}

#pun-admin_paid_services #pun-admain1 {
  grid-area: 1 / 2;
}

#pun-admin_paid_services #transfer {
  grid-area: 2 / 2;
}

#pun-admin_paid_services #pun-admain > p {
  grid-area: 3 / 2;
}

#pun-admin_paid_services #pun-admain2 {
  grid-area: 4 / 2;
}

#pun-admin_paid_services #pun-admain2 + #pun-admain3 {
  grid-area: 5 / 2;
}

#pun-admin_paid_services #pun-admain3 + #pun-admain3 {
  grid-area: 6 / 2;
}

/* D11 Register and Login
-------------------------------------------------------------*/

/* D11.1 */
#pun-register fieldset p {
  font-size: 1.2em;
}

/* D11.2 */
#pun-login .formsubmit a {
  position: relative;
  z-index: 1;
  margin: -1em 0.6em 0 0;
  padding: 6px 5px 2px 5px;
  font-family: 'Trajan';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 7px/7px;
}

/*************************************************************
E - ADDITIONALLY
**************************************************************/

/* E1 Additionally
-------------------------------------------------------------*/

/* E1.1 */
#footer a img {-webkit-filter: opacity(30%);}
#footer a img {-webkit-filter: grayscale(100%);}
#footer a:hover img {-webkit-filter: grayscale(1%);}

/* E1.2 */
#mask_dialog .inner {
  margin-left: 18px;
  font-family: 'Cambria';
  font-size: 17px;
  border: none;
  border-radius: 6px/6px;
  padding: 10px 10px 15px 10px!important;
}

/* E1.3 */
#mask_dialog .hv-mask-dialog-title{
  text-transform: uppercase;
  font-family: Mason;
  font-weight: bold;
  text-align: center;
  font-size: 12px !important;
  letter-spacing: 2px;
  margin-top: 0px;
}

/* E1.4 */
abbr {
  position: relative;
  cursor: pointer;
  line-height: 1; /*задаём высоту строки*/
  text-decoration: none;
}

/* E1.5 */
abbr:after {
  content: "";
  display: block;
  position: absolute;
  left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0;/*задаём длинну линии до наведения курсора*/
  height: 1.5px; /*задаём ширину линии*/
  transition: width 0.3s ease-out; /*задаём время анимации*/
}

/* E1.6 */
abbr:hover:after, 
abbr:focus:after {
  width: 100%;
}

/* E2 Media Screen
-------------------------------------------------------------*/

/* E2.4 */
@media screen and (min-width: 1920px) { 
  #pun {
    width: 1500px;
  }
}
