/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1775487395.css);


@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

@font-face {
  font-family: 'Calypso';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/ae/e3/46437.otf);
}


:root {
    --base-bg: url(https://forumstatic.ru/files/001c/ae/e3/74473.jpg);
    --pun-center: url(https://forumstatic.ru/files/001c/ae/e3/75248.jpg);
    --pun-bottom: url(https://forumstatic.ru/files/001c/ae/e3/26750.jpg);
    --podform: #c4c4bd;
    --bord: #bbbbb2;
    --text: #151b1c;
    --sec-text: #3d4040;
    --accent: #254c40;
    --accent2: #6c5a46;
    --dark-bord: #252f30;
    --navi-link: #cacec9;
    --navi-link-hov: #9f9375;
    --main-font: inter tight;
    --sec-font: playfair display sc;
    --acc-font: calypso;
    --quote: #c1c1b9;
    --tab-text: #c8c8c1;
    --head: url(https://forumstatic.ru/files/001c/ae/e3/62573.jpg);
    --profile-bg: url(https://forumstatic.ru/files/001c/ae/e3/67202.jpg);
    --sts-bg: url(https://forumstatic.ru/files/001c/ae/e3/12943.jpg);
    --name-img: url(https://forumstatic.ru/files/001c/ae/e3/25719.jpg);
    --plash-top: #21342e;
    --plash-bottom: #1e2725;
    --text-tab-accent: #cabb9e;
    --prof-text: #c6c3bf;
    --prof-bord: #252f30;
    --prof-link: #cabb9e;
    --pun-bg: #c4c4bd;
    --noise: url(https://forumstatic.ru/files/001c/a9/8d/69045.png);
    --radius: 5px;
    --radius2: 9px;
    --link: #6c5b46;
    --pf-img: url(https://forumstatic.ru/files/001c/ae/e3/12943.jpg?v=1);
    --category: url(https://forumstatic.ru/files/001c/ae/e3/86119.jpg);
    --navi-bg: #12191a;
    --green-bord: #1f292a;
    --knight: url(https://forumstatic.ru/files/001c/ae/e3/24621.png);
    --star: url(https://forumstatic.ru/files/001c/ae/e3/63613.png);
    --fon: url(https://forumstatic.ru/files/001c/ae/e3/21749.jpg);
    --plash-bord: #33413e;
    --plash-html: url(https://forumstatic.ru/files/001c/ae/e3/18249.jpg);
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
    margin: 0; 
    padding: 0;
    width: 100%;
}


/* A2.2 */
.punbb * {
  margin: 0
}

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  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%;
    position: initial !important;
}

/* A3.2 */
.punbb {
    font: normal 82% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 14px verdana, arial, helvetica, sans-serif;
    background: var(--podform);
    border: 1px solid var(--bord);
    outline: none;
    accent-color: var(--text);
    color: var(--text);
}

/* 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 legend span {
    font-size: 12px;
}

/* 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: underline
  }

/* 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;
}

.post-content hr {
    opacity: 0.5;
    margin: 0.8em 0;
}

/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: 80px auto 100px;
    width: 1160px;
    background: var(--pun-bottom) 0px bottom no-repeat, var(--pun-center) repeat-y;
    border-radius: var(--radius2);
    border: 1px solid var(--dark-bord);
}

/* A5.2 */
.punbb {
    padding: 0 70px 52px;
    margin: auto;
    position: relative;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
 min-height: 100px;
  }

#pun-redirect {
    border: 0 none!important;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--base-bg) fixed top center/cover;
}
    #pun-redirect *{
      border:0 none;
    }
    #pun-redirect .main-title {
      display:none;
    }
#pun-redirect.punbb .info .container {
    text-align: center;
    display: block;
    margin: 5% auto;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-font);
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    text-transform: lowercase;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: var(--text);
}



/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    font-family: var(--main-font);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: center;
    width: auto;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    margin: -20px 0px 20px 0px;
}


#pun-main h1 {
    display: none;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #707070;
    width: auto;
    margin: 20px 50px;
}

/* B1.3 */
.punbb .post-content p {
    margin: 0 0 0 0px;
    padding: 0 0 1em 0;
    line-height: 150%;
    overflow-wrap: break-word;

}

/* 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%;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 0px 1em 0px;
    padding: 0;
}

.post-content td {
    border-width: 1px !important;
    border-style: solid !important;
    padding: 0.4em 0.5em !important;
    overflow: hidden;
    text-align: left;
    font-size: 0.8em;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 8px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    display: flex;
    gap: 4px;
    margin-left: 0;
    background: var(--sts-bg) center/cover;
    padding: 7px 20px;
    border-bottom: 1px solid var(--bord);
}

.punbb .quote-box cite {
    margin-top: -10px;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 5px !important;
    position: relative;
    padding: 0 0px;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    margin-top: 10px;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

.pagelink a {
    padding: 0 3px;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quote);
    padding: 5px 15px 6px;
    border-radius: 4px;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 1em 1.1em 1em;
  }

/* 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-style: solid;
  border-width: 1px;
  padding: 0;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold;
    font-family: var(--main-font);
    margin-bottom: 0;
    display: inline-flex;
    text-transform: uppercase;
}

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  text-align: left;
  width: 45%;
  }

/* C2.2 */
#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-viewforum .tcmod {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    width: 35%;
    position: relative;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0;
}

div#pun-profile .tcr {
    width: 90% !important;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 30%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 20px;
    text-align: left;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 0;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin-top: 19px;
    font-weight: 500;
}


#pun-index .tcl {
    width: 70%;
    position: relative;
    overflow: visible;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 0;
    padding: 10px 0;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1.5em;
}

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    align-items: flex-start;
    border-right: 1px solid var(--bord);
    padding-right: 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 17px;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;
}

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {

}

/* C3.2 */
#pun-viewtopic .post h3 {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 400 12px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
    gap: 5px;
    text-transform: uppercase;
}

/* C3.4 */
.punbb .post h3 strong {
    width: auto;
    order: 2;
    font-size: 14px;
    font-family: var(--sec-font);
    color: var(--text);
    font-weight: 400;
}

.punbb .post .post-author {
    float: left;
    width: 240px;
    margin: 10px 0px 0 0px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 13px;
    padding-top: 0px;
    position: relative;
    color: var(--prof-text);
    background: var(--profile-bg) center/cover;
    box-sizing: border-box;
    border-radius: var(--radius);
    box-shadow: 4px 5px 10px #00000024;
    text-align: center;
    border: 1px solid var(--prof-bord);
    z-index: 0;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}

/* C3.7 */
.pa-author {
    font-family: var(--sec-font);
    text-transform: none;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    letter-spacing: -1px;
    font-size: 20px;
    background: var(--green-bord);
    padding: 3px 10px 0px;
    border-radius: var(--radius);
    font-family: var(--acc-font);
    text-transform: none;
}


.pa-author a:hover {
background: var(--accent);
}




/* C3.9 */
li.pa-title {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    text-transform: none;
}

/* C3.11 */
.punbb .post-body {
    margin-left: 250px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 10px 10px 15px 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    border-bottom: 1px dashed #252f302b;
    padding: 10px 0;
}

/* C3.15 */
.punbb .post-links ul {
    padding: 0;
    text-align: right;
    font-size: 12px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 20px 0 5px;
}

/* 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: 5px 0 0;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
}
 
div#topic-users-in a {
    padding: 0 1px;
}

div#topic-users-in a::after {
    content: ',';
}

div#topic-users-in a:last-child::after {
    content: '';
}

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }
  
div#topic-modmenu span {
    display: none;
}


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
    margin: 0 !important;
    padding: 0 !important;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }
  
#viewprofile #pa-fld2 div {
    padding: 0 !important;
}

.pa-fld2 img {
    width: 20px;
    height: 20px;
}
  
#viewprofile  #profile-signature p {
    padding: 1em;
}


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  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 {
    font-style: normal;
    font-weight: lighter !important;
    width: auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin: 0;
}

/* D4.2 */
#pun-ulinks {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 6px;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
    font-size: 12px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    text-transform: none;
    top: 34px;
    position: absolute;
    color: var(--tab-text);
    left: 62px;
    width: 290px;
    text-align: left;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    margin-top: 7px;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;

}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    padding: 0;
    margin-top: -76px;
    text-align: center;
    background: var(--fon);
    border-radius: var(--radius2);
    border: 1px solid var(--green-bord);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 3px 10px #121a1c59;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    border-radius: var(--radius);
    background: var(--sts-bg) center/cover;
    margin: 0;
    position: relative;
    border: 1px solid var(--bord);
    color: var(--sec-text);
}

/* 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-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  text-align: justify;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 10px;
    font-size: 9px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    margin-top: 10px;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    height: auto;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;

  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#pun-status .status-right {
display: none;
}

#main-reply {
    padding: 15px 20px;
}


#pun-index .isub {
    display: none !important;
}

html * {
    box-sizing: border-box;
}


.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}
#pun-index .category h2, #pun-stats h2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    position: relative;
    margin: 0 10px -17px 0;
    z-index: 1;
}
#pun-stats h2 {
    background: transparent;
    height: 0;
}

#pun-index .category h2 span, #pun-stats h2 span {
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
    position: relative;
    font-weight: 400;
    text-transform: none;
    color: var(--tab-text);
    font-family: var(--sec-font);
    display: flex;
    height: 34px;
    overflow: hidden;
    background: linear-gradient(45deg, var(--accent), transparent), var(--category) center/cover;
    border-radius: var(--radius);
    letter-spacing: 0px;
    padding: 0 20px;
    align-items: center;
    box-shadow: 3px 4px 10px #1b1e1e40;
}

#pun-index .category table tr {
    margin: 10px 0;
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    position: relative;
    background: var(--podform);
    align-items: center;
    padding: 0;
    border-radius: var(--radius);
    border: 1px solid var(--bord);
}

#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}

.pagelink, .new-poll a, .new-topic a, .postlink span a {
    padding: 3px 10px;
    text-transform: lowercase;
    border-radius: 4px;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid var(--bord);
    background: var(--podform);
    font-weight: 300;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 12px var(--main-font);
    align-items: center;
    text-transform: lowercase;
    border-radius: 6px;
    padding: 0 10px;
    border: 1px solid var(--bord);
    background: var(--podform);
}

.forum thead {
    display: none;
}


.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}


.reactions-root {
    display: none;
}


#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--main-font);
    text-transform: uppercase;
}


 #pun-main h2 span {
    font-size: 0px;
}


#html-header {
    color: var(--tab-text);
}


.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}


.html-box a {
    width: 175px;
    height: 38px;
    background: var(--plash-bottom);
    overflow: hidden;
    border: 1px solid var(--plash-bord);
    color: var(--tab-text) !important;
    border-radius: var(--radius);
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
}

.html-box a data {
    background: var(--plash-top);
    display: flex;
    border-right: 1px solid var(--plash-bord);
    align-items: center;
    padding: 0 5px;
    font-size: 11px;
    font-family: var(--acc-font);
    color: var(--text-tab-accent);
}




.html-box a p.one {
    font-size: 11px;
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 0 0 8px;
}


.html-box a p.one span {
    font-family: var(--main-font);
    text-transform: none;
}



#tooltip {position: absolute; 
background: var(--accent2); 
max-width: 200px; border: none; border-radius: 10px; box-shadow: 0 0 0px 1px rgba(0,0,0,.05) inset; font-family: var(--main-font); font-size: 11px; display: none; color: #efeee4; text-align: center; padding: 6px 22px; font-weight: 400;}

.tcr-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.punbb .post-content .quote-box, .spoiler-box {
padding: 0px;
}




#pun-admain .adlabel {
    width: 18em !important;
}




#plng {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 5px;
    font-family: var(--main-font);
border-radius: 5px;
    background: var(--quote);
    border: 1px solid var(--bord);
    padding: 4px 20px;
}


  
.post-content .spoiler-box > div {
    background: transparent !important;
    position: relative;
    padding: 10px;
    font-family: var(--main-font);
}

.spoiler-box {
    padding: 0 !important;
}

#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 24px;
    height: 22px;
    margin: 4px 0px 5px 0px;
    background-color: var(--podform) !important;
    border-radius: 4px;
    border: 1px solid var(--bord) !important;
}


#pun-index .category table tr td {
padding: 0;
}

#pun-index .datetime, #pun-index .byuser {
    font-size: 12px;
    font-weight: 400;
    color: var(--sec-text);
}

#html-header a, .winter #html-header a:hover {
    color: var(--navi-link-hov);
    font-weight: 600;
}

#html-header a:hover, .winter #html-header a {
    color: var(--navi-link);
}

.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid var(--bord);
    border-radius: 4px 4px 0 0;
}
.post-content .spoiler-box > blockquote.visible {
    padding: 20px 30px;
    background: var(--podform);
    border-radius: 0 0 4px 4px;
}


.post-content .spoiler-box>div:before {
    content: '\f070';
    font-family: 'FontAwesome';
    font-size: 12px;
    transition: all .5s ease-in-out 0s;
    align-items: center;
    margin-right: 10px;
    color: var(--sec-text);
    opacity: .5;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f06e';
    opacity: 1;
}


a.permalink {
    background: var(--quote);
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid var(--bord);
    font-size: 12px;
    flex-shrink: 0;
}



select#mod-options {
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0;
    border-radius: 6px;
}









#pun-profile #viewprofile ul {
    background: var(--podform);
    border: 1px solid var(--bord);
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--bord);
}


#viewprofile #profile-left {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--quote) top right/cover;
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: #383636 !important;
    border-right: 1px solid var(--bord);
    border-radius: 10px 0 0 10px;
}


#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}

#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: var(--text);
}


#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    text-align: center;
    padding: 10px 10px !important;
    font-size: 12px;
    background: #00000008;
    border: 1px solid #0000000a;
    gap: 6px;
    font-family: var(--main-font);
}

#profile-right #pa-fld1 {
    width: 100%;
}

#profile-right .pers_plash {
    background-image: none;
    background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    position: relative;
    padding: 0 !important;
    margin: 0 !IMPORTANT;
}


#profile-right  .pers_plash_text {
    font-size: 7px !IMPORTANT;
    margin: 0 20px !important;
}

#pun #profile-right li span {
    float: none;
    margin: 0;
    width: auto;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 !important;
}


#profile-right li strong {
    padding: 0 !important;
    text-transform: none;
}





#pun-index .category table tr + tr {
    margin: 15px 0;
}
#pun-index .category tr.inew {
    background: var(--pf-img) center/cover;
    box-shadow: 5px 6px 10px #6e6e6e08;
    border: 1px solid #58564921;
}



#pun-stats .statsinfo {
    display: flex;
    gap: 25px;
    margin-bottom: -9px;
    margin-top: 0;
    justify-content: flex-start;
    text-transform: none;
}

#pun-stats .statsinfo li {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .4px;
    background: var(--podform);
    padding: 2px 10px;
    border-radius: var(--radius);
    border: 1px solid var(--bord);
}



.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name, .pa-fld5 .fld-name {
font-size: 0px}


.pa-posts .fld-name:before, .pa-respect .fld-name:before, .pa-fld4 .fld-name:before, .pa-fld5 .fld-name:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--accent2);
    margin-right: 5px;
    font-weight: 600;
}
.pa-respect .fld-name:before {
    content: '\f004';
}

.pa-fld4 .fld-name:before {
  font-family: 'Font Awesome 6 Pro';
    content: '\f51e';
}


.pa-respect span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -16px;
    /* border: 1px solid red; */
}

.pa-posts span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -12px;
    /* border: 1px solid red; */
}


.quote-box blockquote, .code-box .blockcode {
    padding: 10px 20px;
    position: relative;
}

.blockcode {
    max-height: 150px;
}

.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
    color: var(--text);
}

.punbb .post-rating a:hover:before {
    color: var(--text) !important;
}


.punbb .post-rating a {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: var(--text) !important;
    gap: 5px;
}



.punbb .post-rating a:before {
    content: "\f004";
    font: 13px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .4s linear 0s;
    color: var(--accent);
}

.punbb .post-rating p, .punbb .post-vote {
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px;
    margin: 0 !important;
    background: var(--bord);
    align-self: stretch;
    border-radius: 5px;
    color: var(--text);
    font-family: var(--main-font);
    font-size: 10px;
}

.punbb .post-rating {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}


.head-wrap {
    width: 1152px;
    height: 220px;  
    position: absolute;
    top: 128px;
    margin-left: -30px;
}



/*Навигация*/
.accordion, .accordion2 {
    width: 184px;
    position: absolute;
    top: 348px;
    left: 341px;
}

.accordion2 {
    left: 636px;
}

.accordion-btn, .accordion2-btn {
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-family: var(--sec-font);
    color: var(--tab-text);
    text-transform: none;
    font-weight: 400 !important;
    letter-spacing: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
}
.accordion-btn.active {
    color: var(--tab-text);
}
.accordion-content {
    display: none;
    background: var(--profile-bg) center/cover;
    border-radius: var(--radius);
    width: 266px;
    border: 1px solid var(--dark-bord);
    box-shadow: 5px 5px 10px #16121040;
    z-index: 999;
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
        .accordion-content.active, .accordion2-content.active {display: block;}
        .content-grid {padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px;}
.menu-link {
    text-align: center;
    color: var(--tab-text) !important;
    padding: 3px 6px;
    border-radius: 4px;
    font-family: var(--main-font);
    display: flex;
    font-weight: 400 !important;
    justify-content: center;
    letter-spacing: .5px;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid var(--blue-bord);
    box-shadow: 3px 3px 10px #00000030;
    transition: all .6s ease-in-out 0s !important;
    background: linear-gradient(to right, var(--plash-top), var(--plash-bottom), var(--plash-top));
    background-size: 200%;
    background-position-x: 0%;
}

.menu-link:hover {
    background-position-x: 100%;
    color: var(--tab-text) !important;
}
.accordion2-content {
    display: none;
    background: var(--profile-bg) center/cover;
    border-radius: var(--radius2);
    width: 300px;
    border: 1px solid var(--blue-bord);
    box-shadow: 5px 5px 10px #16121040;
    z-index: 999;
    position: relative;
    top: 10px;
    right: 100px;
}


.activees{
    height: 50px;
    width: 158px;
    display: flex;
    flex-direction: row;
    z-index: 99;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.activees div{
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    border: 1px solid var(--dark-bord);
}

.activees img{
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
}

.activees div:after{
    content: "";
    background: #0f15158a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius);
    transition: all .6s ease-in-out 0s;
}


.activees div:hover img{
    filter: grayscale(100%);
}

.activees div:hover:after{
    opacity: 1;
    background: transparent;
}



#pun-navlinks.nav-scrolled, #pun-ulinks.nav-scrolled {
    background: var(--podform);
    border-radius: 0;
}


#pun-ulinks.nav-scrolled {
border-bottom: 1px solid var(--bord);
}



.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}


.Add {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: var(--sec-text);
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
    position: relative;
    display: block;
    font-weight: 300;
    content: '\f0a3';
    font-size: 11px;
    font-family: 'FontAwesome';
    color: var(--accent2);
}

.mssg:before {
    position: relative;
    display: block;
    font-weight: 600;
    content: '\f075';
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
    color: var(--accent2);
}

.Tems_And_messages {
    display: flex;
    gap: 12px;
    align-items: center;
}

tr.inew div.icon {
    display: flex;
    justify-content: center;
    left: 160px;
    align-items: center;
    position: absolute;
    margin-top: 22px;
    background: var(--plash-top);
    height: 24px;
    width: 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #17121212;
    border: 1px solid var(--plash-bord);
    z-index: 9;
}


tr.inew div.icon:before {
    content: '';
    background: var(--bord);
    mask: url(https://forumstatic.ru/files/001c/a9/8d/99352.svg?v=1) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/a9/8d/99352.svg?v=1) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 15px;
    height: 15px;
}


.punbb .post-content .quote-box, .spoiler-box {
    padding: 10px 0 0px;
}



.go-up, .go-down {
    background: var(--profile-bg);
    width: 69px;
    height: 25px;
    border-radius: var(--radius);
    color: var(--tab-text);
    border: 1px solid var(--prof-bord);
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-size: 13px;
}

.go-up span, .go-down span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.go-up span:after {
    content: '\f062';
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
    color: var(--prof-link);
}

.go-down span:after {
    content: '\f063';
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
    color: var(--prof-link);
}


.pa-posts, .pa-respect, .pa-fld4 {
    display: inline-block;
    padding: 5px;
    width: calc(40% - 30px);
}

#head-navi {
    position: absolute;
    top: 76px;
    background: var(--navi-bg);
    width: 1104px;
    margin: 0 28px;
    left: 0;
    border-radius: var(--radius2) var(--radius2) 0 0;
    border-bottom: 1px solid var(--green-bord);
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.knight {
    background: var(--knight);
    width: 184px;
    height: 146px;
    position: absolute;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
    top: -71px;
}

.ams {
    position: absolute;
    /* border: red 1px solid; */
    font-family: var(--main-font);
    left: 900px;
    top: 36px;
    width: 200px;
    text-align: right;
}
.name-rusty {
    font-size: 83px;
    font-family: var(--acc-font);
    text-transform: none;
    text-align: center;
    letter-spacing: -4px;
    background: var(--name-img) center/cover;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    position: absolute;
    height: 97px;
    z-index: 1;
    top: 178px;
    /* border: red 1px solid; */
    left: 0;
    width: 100%;
    pointer-events: none;
}


.activs {
    height: 45px;
    width: 385px;
    display: flex;
    position: absolute;
    flex-direction: row;
    /* border: 1px solid red; */
    margin-left: 318px;
    top: 274px;
    z-index: 99;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


.activs star {
    background: var(--star);
    width: 15px;
    height: 14px;}



.html-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 6px;
    overflow-x: auto;
    margin: 0 18px;
}

.pf-links {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    width: 180px;
    background: linear-gradient(45deg, var(--accent), transparent), var(--category) center/cover;
    justify-content: center;
    padding: 20px;
    border-radius: var(--radius);
    gap: 4px;
}


.pf-text {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    margin: 5px 0 20px 0;
    color: var(--sec-text);
    font-weight: 300;
}

.sered {
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 0;
}
.pf-links a {
    color: var(--tab-text) !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;
}


.pf-links a:hover {
color: var(--prof-link) !IMPORTANT;
}

#pun-status .container a, #pun-status .container strong {
    font-weight: 400 !important;
    color: var(--text-tab-accent) !important;
}


#pun-status .container a:hover {
    color: var(--text-tab) !important;
}

.pa-fld1 {
    width: 238px;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-radius: var(--radius) var(--radius) 0 0;
}

.pa-fld1 img {
    vertical-align: top !important;
    width: 100%;
    mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #141c1b 100%);
    -webkit-mask: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, var(--prof-bord) 100%);
    overflow: hidden;
    filter: grayscale(.4);
    border-radius: 3px;
    height: 190px;
    object-fit: cover;
}

.proffl {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: #0000001a;
    margin: 5px 10px;
    border-radius: var(--radius);
    box-shadow: 4px 3px 10px #10141561;
    padding: 3px 4px 7px;
}


.lztext {
    background: #252f3054;
    margin: 5px 15px 10px;
    border-radius: var(--radius);
    box-shadow: 4px 3px 10px #10141561;
    padding: 5px 10px;
    line-height: 16px;
    font-size: 12px;
}


.lzlink a {
    font-family: var(--sec-font);
    font-weight: 400 !important;
    font-size: 13px;
    text-transform: uppercase;
}




.rsp_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row-reverse;
}


/*Плашка*/

.pers-plah {
    width: 240px;
    height: 36px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    color: var(--tab-text);
    cursor: pointer;
    display: flex;
    background: var(--cat-fon) center/cover;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9px;
}


.pa-fld2 {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
    margin-top: 5px;
}


.pers-plah img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.8);
}

.pers-plah-text {
    line-height: 12px;
    color: #ebebeb;
    font-weight: 600;
    font-size: 10px;
    z-index: 9;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 82%);
    text-transform: lowercase;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}


.pers-plah-text one {
    font-size: 12px;
    font-weight: 500;
}

.pers-plah-text two {
    font-weight: 400;
    color: var(--navi-link);
}










/*ЛС*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #12181863;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}
.reveal-modal {
    visibility: hidden;
    top: 0px;
    left: 50%;
    width: 720px;
    position: absolute;
    z-index: 99991;
}
.reveal-modal.small     { width: 200px; margin-left: -140px;}
.reveal-modal.medium     { width: 400px; margin-left: -240px;}
.reveal-modal.large     { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge {
    width: 780px;
    margin-left: -355px;
    height: 400px;
}
	
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: -48px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.modal_wrap info {
    display: flex;
    background: var(--fon) no-repeat, #121818;
    height: 420px;
    width: 810px;
    margin: auto;
    padding: 0;
    border-radius: var(--radius);
    flex-direction: row;
    color: var(--tab-text);
    font-family: var(--main-font);
    gap: 20px;
    border: 1px solid var(--dark-bord);
    box-shadow: 0px 0px 30px #141a1a75;
}


.user-info {
    background: #1f292a57;
    width: 260px;
    border-radius: var(--radius) 0 0 var(--radius);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    color: var(--tab-text);
    border-right: 1px solid #252f306b;
}

.user-info ava img {
    border-radius: var(--radius);
    width: 220px;
    object-fit: cover;
    object-position: center;
    height: 100px;
    border: 1px solid var(--green-bord);
}

.user-info ava {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin: 0 20px;
    flex-direction: column;
    gap: 10px;
}

.user-info ava age {
    z-index: 99;
    font-size: 14px;
    font-family: var(--sec-font);
    text-align: center;
}

.user-info tags {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 1;
    margin: 10px 20px 0;
    background: var(--dark-bord);
    border-radius: var(--radius);
    padding: 2px 10px;
}

.wrk, .twnks {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0 20px;
    align-items: flex-start;
}


.twnks a {
    background: var(--accent2);
    color: var(--tab-text) !important;
    padding: 1px 7px 2px;
    border-radius: var(--radius);}


.twnks a:hover {
    background: var(--accent);
}

.wrk city b {    background: var(--accent);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    border-radius: var(--radius);
    padding: 3px 10px;
}

.wrk city {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}


.wrk city wre {
    font-size: 12px;
}


.pers-achieve {
    display: flex;
    flex-direction: column;
    margin: 20px;
    /* border: 1px solid red; */
    width: 477px;
    gap: 20px;
}


.achieves, .ls-plash {
    height: 243px;
    border-radius: var(--radius);
    background: var(--green-bord);
    color: var(--tab-text);
    border: 1px solid #252f306b;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}


.achieves span, .ls-plash span {
    background: var(--accent);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    border-radius: var(--radius);
    padding: 3px 10px;
    margin: 10px 10px 0 10px;
}




.a-kart img {
    width: 60px;
}



.achieves kart {
    gap: 16px;
    display: flex;
    margin: 10px;
    flex-wrap: wrap;
    overflow-y: auto;
}

.a-kart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.achiv_text {
    text-align: center;
    font-size: 11px;
}

.ls-plash kart {
    display: flex;
    gap: 20px;
    margin: 10px;
    overflow-x: auto;
    width: 453px;
    /* border: red 1px solid; */
    height: 54px;
    padding-bottom: 5px;
}


.ls-plash kart .pers-plah {
    flex-shrink: 0;
}


.ls-plash {
    height: 115px;
}

















/*Персонажное*/
.rusty-root {
    background: var(--profile-bg);
    font-family: var(--main-font);
    padding: 10px 20px;
    color: var(--tab-text);
    min-height: 100vh;
    border-radius: var(--radius);
}

.rusty-header {
    text-align: center;
    margin-bottom: 14px;
}

.rusty-header {
    text-align: center;
    margin-bottom: 14px;
}
    .rusty-header city {
        font-size: 2.6rem;
        font-weight: 700;
        background: linear-gradient(135deg, #b45a3a, #8b3c1c);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        letter-spacing: -0.5px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }
    .rusty-header city i {
        background: none;
        color: #b45a3a;
        font-size: 2.2rem;
    }
.rusty-sub {
    color: var(--tab-text);
    margin-top: 8px;
    font-weight: 500;
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-size: 15px;
}

.rusty-filter-panel {
    background: var(--dark-bord);
    border-radius: var(--radius);
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid var(--plash-bord);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 28px;
    justify-content: space-between;
}
    .rusty-filter-group {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        min-width: 170px;
    }
.rusty-filter-group label {
    font-size: 15px;
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--prof-link);
    font-family: var(--sec-font);
}
.rusty-filter-group select, .rusty-filter-group input {
    background: var(--plash-bottom);
    border: 1px solid var(--plash-bord);
    padding: 5px 10px;
    border-radius: var(--radius);
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit;
    color: var(--tab-text);
}
.rusty-reset-btn {
    background: var(--accent2);
    border: none;
    color: var(--tab-text);
    padding: 5px 10px;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rusty-reset-btn:hover {
    background: var(--accent);
}
.rusty-stats-badge {
    background: var(--plash-bottom);
    padding: 5px 10px;
    border-radius: var(--radius);
    font-size: 10px;
    font-weight: 400;
    color: var(--tab-text);
    text-transform: uppercase;
}

    /* rusty-grid */
    .rusty-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
.rusty-block {
    background: var(--dark-bord);
    border-radius: var(--radius);
    transition: all 0.2s;
    overflow: hidden;
    border: 1px solid var(--plash-bord);
}
.rusty-block-header {
    background: var(--plash-html);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid var(--plash-bord);
}
.rusty-block-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--sec-font);
    font-size: 20px;
    text-shadow: 0px 0px 10px var(--link);
}
    .rusty-block-title i {
        font-size: 1.8rem;
        color: #b45a3a;
    }
    .rusty-block-title h2 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
    }
.rusty-block-meta {
    display: flex;
    gap: 10px;
    font-size: 10px;
    font-weight: 500;
    background: var(--plash-bottom);
    padding: 5px 10px;
    border-radius: var(--radius);
    text-transform: uppercase;
}
.rusty-toggle-icon {
    font-size: 12px;
    color: var(--navi-link-hov);
}
    .rusty-cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1.6rem 1.8rem;
        transition: all 0.2s;
    }
    
    /* rusty-card */
.rusty-card {
    background: var(--plash-bottom);
    border-radius: var(--radius);
    padding: 10px 15px;
    width: calc(25% - 0.75rem);
    min-width: 220px;
    flex: 1 0 auto;
    border-left: 3px solid var(--navi-bg);
    cursor: default;
}
    .rusty-card-name {
        font-weight: 700;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }
.rusty-card-name i {
    color: var(--navi-link-hov);
    font-size: 11px;
}
    .rusty-card-status {
        display: inline-block;
        background: #f0f2f5;
        padding: 0.2rem 0.7rem;
        border-radius: 2rem;
        font-size: 0.7rem;
        font-weight: 600;
        margin-bottom: 0.6rem;
    }
.rusty-card-status[data-status="aristocrat"] {
    background: var(--accent2);
    color: var(--tab-text);
}
.rusty-card-status[data-status="commoner"] {
    background: var(--bord);
    color: var(--text);
}
    .rusty-card-status[data-status="caliph-family"] { background: #c7b59b; color: #5a3a2a; }
    .rusty-card-status[data-status="emir"] { background: #b8c9b0; color: #3a5a2a; }
    .rusty-card-status[data-status="bureaucrat"] { background: #b8cfda; color: #1e6a7a; }
    .rusty-card-status[data-status="official"] { background: #c5b8da; color: #4a2e6e; }
    
.rusty-card-desc {
    font-size: 12px;
    color: var(--navi-link);
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.7;
}
.rusty-card-desc i {
    width: 18px;
    color: var(--navi-link-hov);
}
    .rusty-empty {
        text-align: center;
        padding: 2rem;
        width: 100%;
        color: #b45a3a;
        font-weight: 500;
    }


.rusty-card-name span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sec-font);
    font-weight: 400;
    font-size: 15px;
}








.crownr-container {
    display: flex;
    justify-content: center;
    margin: 20px 40px;
    background: var(--plash-bottom);
    border: 1px solid var(--plash-bord);
    border-radius: var(--radius);
    position: relative;
    height: 60px;
    align-items: center;
}

.crownr-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin: 20px;
}

.crownr-field {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.crownr-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--tab-text);
    white-space: nowrap;
    background: linear-gradient(45deg, var(--accent), var(--dark-bord));
    padding: 5px 10px;
    border-radius: var(--radius);
    font-family: var(--sec-font);
    text-transform: uppercase;
}

.crownr-input {
    border: none;
    padding: 3px 10px !important;
    font-size: 12px !important;
    width: 150px;
    color: var(--tab-text) !important;
    font-family: var(--main-font) !important;
    background: #101515 !important;
    border-radius: var(--radius) !important;
    border: 1px solid #33413ecf !important;
}



.crownr-input::placeholder {
            color: #a0afc0;
            font-size: 0.8rem;
        }

.crownr-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 1;
    padding: 3px 10px;
    font-size: 12px !important;
    color: var(--tab-text);
    background: #101515 !important;
    border-radius: var(--radius) !important;
    border: 1px solid #33413ecf !important;
}

.crownr-code-preview {
    font-family: 'Fira Code', 'Cascadia Code', 'Courier New', monospace;
    font-size: 11px;
    color: var(--tab-text);
    white-space: nowrap;
    overflow-x: auto;
    max-width: 320px;
    padding: 5px 0;
    letter-spacing: 0.2px;
}

        .crownr-code-preview::-webkit-scrollbar {
            height: 4px;
        }

.crownr-copy-btn {
    border: none;
    color: var(--tab-text);
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 40px;
    font-size: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.15s;
    white-space: nowrap;
    background: linear-gradient(45deg, var(--accent), var(--dark-bord));
}

        .crownr-copy-btn:hover {
            background: #5b21b6;
            transform: scale(0.96);
        }

        .crownr-feedback {
            font-size: 0.65rem;
            color: #34d399;
            white-space: nowrap;
            font-weight: 500;
        }

        /* адаптив: если слишком узко, элементы переносятся, но внутри строки поля остаются рядом */
        @media (max-width: 950px) {
            .crownr-container {
                border-radius: 32px;
                padding: 1rem;
            }
            .crownr-row {
                flex-wrap: wrap;
                gap: 0.8rem;
            }
            .crownr-field {
                flex: 1;
                min-width: 180px;
            }
            .crownr-input {
                width: 100%;
            }
        }

        /* маленький значок */
        .crownr-icon {
            font-size: 0.85rem;
        }



/*Гостевая*/

.guestbook {
    background: var(--profile-bg);
    font-family: var(--main-font);
    padding: 10px 20px;
    color: var(--tab-text);
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 500px;
}


.ams-ands {
    display: flex;
    justify-content: space-between;
    margin: 40px;
    background: var(--plash-bottom);
    border: 1px solid var(--plash-bord);
    border-radius: var(--radius);
    position: relative;
    height: 60px;
    align-items: center;
}

.ams-ands::before {
    content: '';
    background: url(https://forumstatic.ru/files/001c/ae/e3/26382.png) center/cover;
    width: 504px;
    height: 252px;
    position: absolute;
    top: -132px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}


.ams-name, .forum-lnks {
    margin: 0 13px;
    background: #101515;
    padding: 5px 10px;
    width: 325px;
    font-size: 10px;
    z-index: 1;
    border-radius: var(--radius);
    box-shadow: 5px 4px 10px #1e2725;
    font-family: var(--main-font);
    text-transform: lowercase;
}


.guestbook a {
    color: var(--navi-link-hov) !important;
}

.guestbook a:hover {
    color: var(--navi-link) !important;
}


.forum-lnks {
text-align: right;
}


.guest-hi {
    z-index: 2;
    display: block;
    position: relative;
    margin: 40px;
    font-family: var(--main-font);
    font-size: 12px;
    line-height: 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #10151526;
    padding: 10px 20px;
    border-radius: var(--radius);
    border: 1px solid #33413e7a;
    box-shadow: 4px 3px 30px #101515;
}


.guest-block {
    display: flex;
    gap: 40px;
    margin: -10px 40px 20px;}


.char-crown {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    background: #101515;
    border-radius: var(--radius);
    border: 1px solid #33413e57;
    padding: 10px 20px;
    height: 177px;
}

.char-crown span {
    background: linear-gradient(45deg, var(--accent), var(--dark-bord));
    padding: 5px 10px;
    border-radius: var(--radius);
    font-family: var(--sec-font);
    text-transform: uppercase;
}


.char-crown text {
    height: 116px;
    overflow-y: auto;
    padding-right: 10px;
    width: 100%;
    gap: 4px;
    font-size: 12px;
    display: flex;
    flex-direction: column;}



.crownr-generator {
    display: flex;
    justify-content: space-between;
    margin: 40px;
    background: var(--plash-bottom);
    border: 1px solid var(--plash-bord);
    border-radius: var(--radius);
    position: relative;
    height: auto;
    align-items: center;
}




/*Страны*/

.crowns-c img {
    border-radius: var(--radius);
    width: 300px;
    height: 181px;
    border: 1px solid var(--accent2);
    object-fit: cover;
    object-position: center;
}
.cs-rusty {
    background: var(--fon) center/cover;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.cs-rusty name maj {
    font-family: var(--sec-font);
    background: var(--name-img) center / cover;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    font-size: 26px;
    background-clip: text;
    font-weight: 500;
}

.cs-rusty name {
    color: var(--tab-text);
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 40px 0px;
    gap: 5px;
}

.cs-rusty name dbl {
    text-transform: uppercase;
    font-size: 12px;
}

.cs-rusty csr-text {
    z-index: 2;
    display: block;
    position: relative;
    margin: 0 40px;
    font-family: var(--main-font);
    font-size: 12px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #10151526;
    padding: 10px 20px;
    border-radius: var(--radius);
    border: 1px solid #33413e7a;
    box-shadow: 4px 3px 30px #101515;
    color: var(--tab-text);
}


.about-cs {
    color: var(--tab-text);
    display: flex;
    gap: 20px;
    margin: 0 40px 20px;
    align-items: center;
}


.other-inf {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.other-inf infot b {
    background: var(--accent);
    text-transform: uppercase;
    padding: 2px 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    border-radius: var(--radius2);
    font-weight: 400;
    font-size: 12px;
}


.other-inf infot {
    font-family: var(--main-font);
    font-family: var(--sec-font);
    font-size: 14px;
    text-transform: none;
}


.rc-spoilers {
    z-index: 2;
    display: block;
    position: relative;
    margin: 0 40px 40px;
    font-family: var(--main-font);
    border-radius: var(--radius);
    color: var(--tab-text);
}


.rc-spoilers .quote-box {
    color: var(--tab-text);
    background: linear-gradient(0deg, #1f2525, transparent), var(--plash-html) fixed !important;
    border: 1px solid var(--dark-bord);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 4px 4px 20px #00000036;
}

.rc-spoilers .spoiler-box>div:before {
    color: var(--tab-text) !important;
}

.rc-spoilers .spoiler-box > blockquote.visible {
    background: var(--navi-bg);
}

.rc-spoilers .spoiler-box > div.visible {
    border-bottom: 1px solid var(--dark-bord);
    border-radius: 4px 4px 0 0;
}

.gid1 #pun-status .container span.item2,
.gid2 #pun-status .container span.item2,
.gid4 #pun-status .container span.item2,
.gid5 #pun-status .container span.item2,
.gid6 #pun-status .container span.item2,
.gid7 #pun-status .container span.item2,
.gid8 #pun-status .container span.item2 {
display: none;
}

#pun-status .container span.item3.status-right {
    position: absolute;
    top: -59px;
    left: -42px;
    color: var(--podform);
}