/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1754651947.css);

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'encore';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/64/77/38128.otf);
}

@font-face {
  font-family: 'beaufort';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/64/77/52183.otf);
}


@font-face {
  font-family: 'beaufort2';
  font-style: normal;
  font-weight: 600;
  src: url(https://forumstatic.ru/files/001c/64/77/67197.otf);
}


:root {
    --base-bg: #233829 url(https://forumstatic.ru/files/001c/64/77/23649.webp);
    --base-bg2: url(https://forumstatic.ru/files/001c/64/77/54033.webp) top center no-repeat, url(https://forumstatic.ru/files/001c/64/77/11857.webp) bottom center no-repeat, url(https://forumstatic.ru/files/001c/64/77/31838.webp) center repeat;
    --text: #232524;
    --sec-text: #4a524d;
    --accent: #446743;
    --navi-link: #303231;
    --navi-link-hov: #887852;
    --head: url(https://forumstatic.ru/files/001c/64/77/91164.webp);
    --categ: url(https://forumstatic.ru/files/001c/64/77/23649.webp);
    --main-font: inter;
    --sec-font: beaufort;
    --sec-font-bold: beaufort2;
    --profile-bg: url(https://forumstatic.ru/files/001c/64/77/71938.webp);
    --quote: #cecdc3;
    --quote-fon: url(https://forumstatic.ru/files/001c/64/77/49559.webp);
    --bord: #c3c1b1;
}




/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  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 80% Verdana;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 12px verdana, arial, helvetica, sans-serif;
    background: var(--quote);
    border: 1px solid var(--bord);
    outline: none;
    border-radius: 0 0 3px 3px;
}

/* 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: 11px;
}

/* 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;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: auto;
    width: 1150px;
    margin-top: 310px;
    margin-bottom: 130px;
    background: var(--base-bg2);
    position: relative;
    border-radius: 5px;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 60px;
}

/* 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: #000;
}



/* 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 !important;
    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;
    margin-top: 10px;
}

/* 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%;
  }

/* 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: 15px 20px 10px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--sec-font);
    margin-bottom: 8px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .5px;
    display: inline-flex;
    color: var(--base-bg2);
}


/* 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: 11px;
    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: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quote);
    padding: 5px 15px 6px;
    text-transform: lowercase;
    transition: all .4s linear 0s !important;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  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
  }

/* 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: 13px;
    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 {
    text-transform: none;
    width: 35%;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    color: var(--text);
}

/* 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: 20%;
  }

/* 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;
  }

/* C2.8 названия подфорумов*/ 
#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 25px;
    text-align: left;
    height: auto;
    display: block;
    margin-top: 0px;
    font-weight: 400;
    text-transform: none;
    /* border: 1px solid red; */
    letter-spacing: 0;
}


#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: 1px 0 0 1px;
    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 1em;
    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;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/* 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 {
    border: none;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    position: relative;
    border-right: none !important;
    border-bottom: none !important;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 22px;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 500 11px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    background: var(--quote);
    margin-left: 255px;
    border-radius: 5px;
    padding: 5px 15px;
    gap: 20px;
    border: 1px solid var(--bord);
    width: 100%;
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: auto;
    text-align: right;
    font-weight: normal;
    order: 2;
}

.punbb .post .post-author {
    float: left;
    width: 234px;
    background: var(--profile-bg) top left no-repeat #d5d4cd;
    margin: -4px 0px 0px 0px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 12px;
    padding-top: 0px;
    position: relative;
    border: 1px solid var(--bord);
    border-radius: 3px;
    box-shadow: 6px 6px 20px #cecdc3b5;
}


/* 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-bold);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    margin: 15px 10px 0;
    text-align: center;
    position: relative;
    background: var(--quote);
    border-radius: 3px;
    padding: 5px 5px;
    box-shadow: 6px 6px 20px #b1b0a3b5;
    border: 1px solid var(--bord);
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    color: #363e3c !important;
}

.pa-author a:hover {
    color: var(--navi-link-hov) !important;
}


/* C3.9 */
li.pa-title {
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    letter-spacing: 0.5px;
    text-align: center;
    margin: 5px 5px 0 5px;
    text-transform: uppercase;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 245px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 30px 0px 15px 10px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 0px 0px 10px;
    height: 2.5em;
    line-height: 2em;
    margin-left: -19.3em;
    text-align: right;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    border-bottom-style: dashed;
    border-color: #afafaf;
    border-bottom-width: 1px;
    background: transparent;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 0.5em 1em;
    text-align: right;
    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;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* 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 {

  }

/* 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
  }


/* 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 {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    height: auto;
    /* border: 1px solid red; */
    padding: 0px;
    width: 100%;
    margin-top: 0;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
    border-left-style: solid;
    border-left-width: 1px;
    white-space: nowrap;
}

/* 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: 23px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    text-transform: none;
    gap: 3px;
    color: var(--text);
    background: var(--quote);
    border-radius: 3px;
    padding: 0 10px;
}


/* 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(--sec-font);
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    WIDTH: auto;
    margin-top: 11px;
}


#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;
    z-index: 1;
}

/* 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: 0em 1em 0em 1em;
    margin-top: 18px;
    text-align: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 20px 25px;
    background: var(--quote);
    border-radius: 3px;
    font-family: var(--main-font);
    border: 1px solid var(--bord);
    box-shadow: 4px 4px 20px #bfbeb575;
    margin-top: 20px;
}

/* 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%;
  }

/* 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: 10px;
    font-weight: 400;
    font-family: var(--sec-font);
    text-transform: uppercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    font-family: var(--sec-font);
    font-size: 17px;
    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;
  z-index: 1;
  }



/* 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;
}



.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

html * {
    box-sizing: border-box;
}





.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}


#pun-index .category h2, #pun-stats h2 {
    width: auto;
    height: 48px;
    -webkit-text-size-adjust: 100%;
    margin: 10px 0;
    border-width: 1px 0;
    display: flex;
    padding: 0 !IMPORTANT;
    background: url(https://forumstatic.ru/files/001c/64/77/45246.webp) center;
    border-radius: 4px;
    justify-content: space-between;
    gap: 10px;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
    border: 1px solid #a3a39f;
    box-shadow: 4px 4px 20px #bfbeb5;
}

#pun-index .category h2 seid, #pun-stats h2 seid {
    color: #ebeae1;
    font-family: var(--sec-font);
    font-size: 14px;
    text-shadow: 1px 1px 0px #1d3024;
    letter-spacing: 1px;
    display: flex;
    margin-right: 20px;
    width: 758px;
    flex-direction: column;
    text-align: right;
}


.punbb .code-box strong.legend a {
    font-weight: 600;
    font-family: var(--sec-font-bold);
}



#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 0px 20px;
    gap: 0 30px;
    position: relative;
    align-items: center;
    background: var(--quote);
    border-radius: 3px;
    margin: 20px 0;
    border: 1px solid var(--bord);
    box-shadow: 4px 4px 20px #bfbeb575;
}

#pun-index .category table tr + tr {
margin: 15px 0;

}


#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 {
    background: var(--quote);
    padding: 3px 15px 4px;
    border-radius: 2px;
    text-transform: lowercase;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 13px var(--main-font);
    align-items: center;
    text-transform: lowercase;
    border-radius: 5px;
}

.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-index .category h2 span, #pun-stats h2 span {
    color: #ffd976d9;
    background: linear-gradient(rgba(255, 255, 255, 1) 5%, rgba(0, 0, 0, 1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 29%), 0 0 20px rgb(0 0 0 / 24%);
    font-family: var(--sec-font);
    font-size: 19px;
    margin-left: 20px;
}


 #pun-main h2 span {
    font-size: 0px;
}



#html-header {
    color: var(--navi-link);
}


#html-header a {
    transition: all .7s ease-in-out 0s;
    color: #33564f;
    font-weight: 600;
}

#html-header a:hover {
    transition: all .7s ease-in-out 0s;
    color: var(--accent);
}








.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}





.html-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


.html-box a {
    background: linear-gradient(45deg, #253a2b, #3b6247);
    color: #dbdad3 !important;
    padding: 5px 15px 6px;
    font-size: 12px;
    font-family: var(--sec-font);
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #b1afa7;
    box-shadow: 6px 5px 10px #bfbdb0;
    letter-spacing: .7px;
}

.html-box a span {
    text-transform: lowercase;
    font-size: 10px;
}


.html-box a:hover {
    background: linear-gradient(-45deg, #253a2b, #3b6247);
}


#tooltip {position: absolute; 
background: #587d76; z-index: 999;
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;}






#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    display: none;
}



#pun-index .category tr.inew {
    background: linear-gradient(45deg, #cecdc3, transparent), #d1d0c8 url(https://forumstatic.ru/files/001c/64/77/31818.webp) center / cover;
    box-shadow: 4px 4px 20px #bfbeb5c7;
}


#pun-index .category tr.inew:before {
    background: linear-gradient(45deg, #c2a46b, transparent), #998359 url(https://forumstatic.ru/files/001c/64/77/88816.webp) repeat;
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: 1px solid #c4a66c;
}

#plng {
    padding: 4px 10px;
    font-family: var(--main-font);
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    background: var(--quote);
    border: 1px solid var(--bord);
    border-radius: 3px;
}


.spoiler-box {
    padding: 0 !important;
}

.post-content .spoiler-box > div {
    text-transform: none;
    padding-left: 0 !important;
    text-align: center;
    font-family: var(--main-font);
    background: var(--quote-fon) !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    letter-spacing: 0;
    padding: 10px;
    align-items: center;
    justify-content: center;
    color: var(--sec-text);
    gap: 10px;
}

.post-content .spoiler-box > blockquote.visible {
    padding: 20px;
}


.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid var(--bord);
}





.flywheel {
    background: var(--head);
    position: absolute;
    width: 1138px;
    height: 408px;
    top: -310px;
    z-index: -1;
    left: 0;
    pointer-events: none;
}


.sered {
    display: flex;
    flex-direction: column;
    gap: 2px;
}



.podfr {
    /* border-top: 1px solid var(--bord); */
    text-transform: lowercase;
    margin-top: 4px;
    /* padding-top: 5px; */
    font-size: 0;
    display: flex;
    gap: 4px;
}


.podfr a {
    font-family: var(--sec-font);
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: var(--accent);
    color: #f1f0e8 !important;
    padding: 3px 10px;
    border-radius: 3px;
}


.podfr a:hover {
    background: #a38e5e;

}


.pa-fld1 {
    margin: 5px 10px 10px;
}



.lzn {
    font-family: var(--sec-font-bold);
    font-size: 17px;
}


.whos {
    margin: 5px 0;
    text-align: justify;
    background: linear-gradient(45deg, #cbc9bb7d, #d9d8cda1), url(https://forumstatic.ru/files/001c/64/77/73783.webp) center / cover;
    border-radius: 3px;
    padding: 5px 10px;
    box-shadow: 3px 3px 10px #b1b0a34a;
    border: 1px solid var(--bord);
    font-family: var(--sec-font);
    font-size: 13px;
    letter-spacing: .5px;
}


.allps {
    width: 122px;
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .6px;
    display: flex;
    /* box-shadow: 3px 3px 10px #b1b0a36b; */
    /* border: 1px solid var(--bord); */
    /* background: var(--quote); */
    border-radius: 3px;
    flex-direction: column;
    align-items: flex-start;
    /* padding: 5px 10px; */
    line-height: 13px;
}


.proffl {
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
    background: var(--quote);
    margin: 10px;
    border-radius: 3px;
}

.allps2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}


.pa-fld4 img {
    width: 77px;
}



.flywheel_q {
    position: absolute;
    /* border: red 1px solid; */
    top: -144px;
    height: 30px;
    left: 34px;
    width: 683px;
    font-family: encore;
    color: #edece1db;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 1) 5%, rgba(0, 0, 0, 1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 29%), 0 0 20px rgb(0 0 0 / 24%);
    line-height: 10px;
}



.needm {
    position: absolute;
    /* border: red 1px solid; */
    top: -92px;
    height: 72px;
    left: 34px;
    width: 683px;
    font-family: encore;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: var(--quote);
}



.needm zag {
    background: url(https://forumstatic.ru/files/001c/64/77/88242.webp) repeat center/cover;
    color: #ffd96f;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-size: 24px;
}


.needm pers a {
    color: #fffffff0 !important;
    background: linear-gradient(rgba(255, 255, 255, 1) 5%, rgba(0, 0, 0, 1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 29%), 0 0 20px rgb(0 0 0 / 24%);
    font-weight: 400 !IMPORTANT;
}


.needm pers a:hover {
    color: #f3dc91e3 !important;
}



.bannerss {
    height: 66px;
    width: 1140px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    white-space: nowrap;
    overflow-y: auto;
    margin: 30px 0 0 -55px;
    position: absolute;
    /* border: red 1px solid; */
    padding-right: 10px;
    flex-wrap: wrap;
}


.bannerss img {
    opacity: .3;
transition: all .7s ease-in-out 0s;
}


.bannerss img:hover {
    opacity: .8;
}


#form-buttons td img {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
}



.go-up {
    color: #fbdd8ee3;
    background: linear-gradient(rgba(255, 255, 255, 1) 5%, rgba(0, 0, 0, 1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 29%), 0 0 20px rgb(0 0 0 / 24%);
    font-family: encore;
    font-size: 30px;
    line-height: 30px;
}


.go-down {
    color: #f9f6ecc7;
    background: linear-gradient(rgba(255, 255, 255, 1) 5%, rgba(0, 0, 0, 1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 29%), 0 0 20px rgb(0 0 0 / 24%);
    font-family: encore;
    font-size: 30px;
    line-height: 30px;
}


.go-up, .go-down {
    width: 100px;
    height: 40px;
    text-align: center;
}







#chfont {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 999;
    display: flex;
    gap: 5px;
    align-items: center;
    background: #e1e0dc;
    border-radius: 6px;
    border: 1px solid #d2d1cd;
}

#chfontbut {
    background: transparent;
    margin-right: 2px;
    width: 30px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#chfontbut::after {
    position: absolute;
    content: 'x';
    top: 0;
    left: 0;
    color: #14191c;
    line-height: 7px;
    font-size: 10px;
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {
    display: none;
    background-color: #dedddb;
    color: #150e0c;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 4px;
}
#chfontsize {
    width: auto;
    display: none;
    padding-right: 5px;
}
#chfont.active select, #chfont.active #chfontsize {
    display: flex;
    gap: 5px;
    align-items: center;
}
.fsizeplus, .fsizeminus {
    background-color: var(--accent);
    color: #dbdad2;
    cursor: pointer;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    color: #150e0c;
}

#chfontbut::before {
    content: '\41';
    font-family: 'Font Awesome 6 Pro';
    font-size: 18px;
    color: #000;
}



.my-tabs>.tab-a, .my-tabs>span {
    background: var(--quote-fon);
    border-color: var(--bord) !important;
    border-radius: 3px !important;
    border-width: 1px !important;
}


.my-tabs>span {
    color: #fffffb !important;
    background: var(--navi-link-hov) !important;
    padding: 4px 14px 20px!important;
    text-shadow: none !important;
    font-family: var(--sec-font) !important;
    text-transform: uppercase;
    border: none !important;
    font-size: 13px !IMPORTANT;
    font-style: normal !important;
    opacity: 1 !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
}



.my-tabs>.tab-a {
    height: 602px !important;
    margin-top: 40px !important;
}


.my-tabs > img.close {
    float: right;
    margin: 0 -23px 0 0!important;
    width: 15px !important;
}


.my-tabs>span.selected {
    opacity: 1;
    border-bottom-color: transparent!important;
    background: var(--accent) !important;
}



.pers_info {
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--quote);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
}



.pers_info p img {
    border-radius: 4px;
}


.char_info {
    display: flex;
    flex-direction: column;
    font-family: var(--sec-font);
    gap: 9px;
    font-size: 15px;
}


.pers_info p, .char_facts p, .achiv p, .b_us p {
    margin: 0 0 0 0px;
    padding: 0 !IMPORTANT;
    line-height: normal !IMPORTANT;
}


.char_facts {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}


.char_z {
    color: var(--navi-link);
    font-family: var(--sec-font-bold);
    font-size: 17px;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
}



.char_text {
    background: var(--quote);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
    height: 355px;
}



.char_text_char {
    overflow-y: auto;
    height: 315px;
    font-family: var(--main-font);
}

.char_name, .char_wrk, .char_blood, .char_loyal {
    font-family: var(--sec-font-bold);
}


.achiv {
    display: flex;
    gap: 10px;
}



.a_story {
    width: 60%;
    height: 565px;
    display: flex;
    gap: 15px;
    align-items: center;
    background: var(--quote);
    border-radius: 5px;
    padding: 20px 30px 20px 0;
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
    flex-direction: column;
}



.achiv_z {
    color: var(--navi-link);
    font-family: var(--sec-font-bold);
    font-size: 17px;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
}




.achivs br {
display: none;
}


.a_story2 {
    width: 40%;
    height: 565px;
    display: flex;
    gap: 15px;
    align-items: center;
    background: var(--quote);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
    flex-direction: column;
}



.bro_user {
    height: 562px;
    background: var(--quote);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
}


.b_us {
    /* border: 1px solid red; */
    overflow-y: auto;
    height: 518px;
    display: flex;
    align-items: flex-start;
    gap: 0 0px;
    flex-wrap: wrap;
    justify-content: center;
}


.kart p img {
    width: 70px;
    height: 70px;
}


.achiv_text p {
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
}


.ac_t {
    text-transform: lowercase;
    font-family: var(--main-font);
    font-size: 10px;
}

.kart {
    text-align: center;
    display: inline-block;
}


.achivs {
    display: flex;
    gap: 10px;
    overflow-y: auto;
    height: 218px;
    flex-wrap: wrap;
    justify-content: center;
}

.b_us p br {
display: none;
}

.pa-fld4 {
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
    background: var(--quote);
}


.b_us_kart p {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.b_us_kart_n p img {
width: 140px;
}


.bnss {
    height: 562px;
    background: var(--quote);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 3px 3px 10px #b1b0a36b;
    border: 1px solid var(--bord);
}

.bnss_ovr {
    /* border: 1px solid red; */
    overflow-y: auto;
    height: 518px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px 40px;
    justify-content: center;
}


.adcontainer {
    border-style: none solid solid solid;
    border-width: 0 1px 1px 1px;
    border-color: #ccc #ccc #aaa #ccc;
    background: var(--quote);
}


.mini_awards_label{
display: none
}
.mini_awards {
  display: block;
  margin-top: -29px;
}



.a_story .achivs .kart p img {
    width: 100px;
    height: 100px;
}


#viewprofile #profile-right .pa-fld4 strong img {
    width: 100px;
}


.ac_t p {
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 11px;
    text-align: center;
}
