/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1636649648.css);
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,669;0,700;0,800;0,900;1,400;1,500;1,600;1,669;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Yeseva+One&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Bad+Script');
@import url('https://fonts.googleapis.com/css?family=Jura');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kelly+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: 'yeseva+one';
    src: url('http://forumstatic.ru/files/0019/96/f4/27666.eot?'),
    url('http://forumstatic.ru/files/0019/96/f4/34774.woff') format('woff'),
    url('http://forumstatic.ru/files/0019/96/f4/28991.ttf') format('truetype'),
    url('http://forumstatic.ru/files/0019/96/f4/30039.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'bebas';
    src: url('http://forumstatic.ru/files/0019/95/7c/38584.eot?'),
    url('http://forumstatic.ru/files/0019/95/7c/59857.woff') format('woff'),
    url('http://forumstatic.ru/files/0019/95/7c/41053.ttf') format('truetype'),
    url('http://forumstatic.ru/files/0019/95/7c/37989.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'gogoia';
    src: url('http://forumstatic.ru/files/0019/98/a7/97500.eot?'),
    url('http://forumstatic.ru/files/0019/98/a7/41672.woff') format('woff'),
    url('http://forumstatic.ru/files/0019/98/a7/50753.ttf') format('truetype'),
    url('http://forumstatic.ru/files/0019/98/a7/90359.svg#svgFontName') format('svg');
}

:root {
--main-border: 1px solid #c5b09b;
--main-bord-radius: 0%;
--btn-color: #aa8a69;
--btn-background: #1c1c1c;
}

/* 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%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb select, .punbb optgroup, .punbb input {
font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #cbcbd0;
    border: 0px solid #c5b09b;
    outline: none;
}


.punbb textarea, .punbb input {
    color: #000000;
}



.punbb .button {background-color: #292c40;
    background-image: none;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 7px 5px 7px;
    color: #ad8e6e;
    border: 1px solid #4a4a4a;
    font-size: 10px;
    outline: none;
    max-height: 25px;
    line-height: 10px;
}

/*/
#pun-register .punbb input {
    font: 1em verdana, arial, helvetica, sans-serif!important;;
    background-color: #c5c3bf;
text-transform: none!important;
}

#pun-profile span input, #pun-post span input, #pun-edit span input, #pun-register span input {
    font-family: arial;
    font-weight: 600;
    font-size: 10px;
    text-transform: none;
}

.longinput {
    font-family: arial!important;
    font-weight: 600!important;
    font-size: 10px!important;
    text-transform: none!important;}
/*/

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */

/* A3.6 */
.punbb pre {
  font: 1em verdana, arial, helvetica, sans-serif;
  }

/* 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;
  }

#pun-main {
    padding-left: 0px;
    margin-left: -10px;
margin-right: -10px;
}

/* 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;
display: none;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: auto;
    width: 1030px;
    float: top center;
    padding: 0px 0px 0px 0px;
}

/* A5.2 */
.punbb {
height: auto;
padding: 0 35px;
}

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 12px 20% 12px 20%;
    width: auto;
    float: none;
    background-image: url(http://forumstatic.ru/files/001a/af/7c/62261.jpg);
    background-color: #cac8c6;
}

/* 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-stats h2, #pun-debug h2 {
    padding: 1em 0em 1em 0em;
    border-style: none none none none;
    border-width: 0 0px 0px 0;
    font-size: 12px;
    text-transform: uppercase;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  text-align: center;
    width: 40%;
    margin: auto;
  padding-bottom: 5px;
      }

.punbb .post-sig dt:before {
    content: '•••';
    color: #24273a;
    letter-spacing: 10px;
    font-family: 'inter';
    font-size: 14px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
height: auto!important;
  overflow: auto;
padding-bottom: 5px;
  }


/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 1em 1em 1em;
    padding: 10px 15px 10px 15px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
font-size: 12px;
    letter-spacing: 0.25px;
    font-style: normal;
    font-family: 'Playfair Display';
    /* border-bottom: 1px solid #b1aba8; */
    display: block;
    padding-bottom: 2px;
    margin-bottom: 2px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.punbb .code-box strong.legend a {color: #000000;} 

/* 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 {
  float: left;
  position: relative;
  width: 100%;
  height: 0;
    font-size: 1.1em;
    text-transform: lowercase;
    color: #000;
    font-size: 10px;
top: 18px;
  }

#pun-viewtopic h1, #pun-viewtopic h2 {display: none;}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.3 */
.linkst .pagelink {
position: absolute;
    top: -4em;
    left: 1em;
    width: 24em;
margin-top: 1.5em;
}


/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
text-align: right;
    padding: 0.4em 1em 0.5em 1em;
    font-size: 1.1em;
    text-transform: lowercase;
    color: #000;
    font-size: 10px;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 2px;
  }

/* 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 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
padding: 0 5px;
    margin: 0px 0 0 -20px;
    font-size: 10px;
    font-family: 'Roboto';
    text-transform: lowercase;
    color: #aa8a69;
}

#pun-profile fieldset legend span {
    text-transform: lowercase;
}

.formsubmit {font-size: 10px;
    font-family: 'Roboto';
    text-transform: lowercase;
    color: #868487;}

/* 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 {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2,  .punbb .main .tcmod {
  background-color: transparent;
  text-align: center;
  width: 10%;
text-transform: lowercase;
  }

.punbb .main .tc3 {
  background-color: transparent;
  text-align: center;
  width: 10%;
  }

#pun-index .tc2, #pun-index .tc3 {
display: none;
}

/* C2.3 */
.punbb .main .tcr {
    background-color: transparent;
    overflow: hidden;
    text-align: left;
    width: 25%;
    font-size: 11px;
    line-height: 14px;
text-transform: lowercase;
    padding: 1em 1em 1em 3em;
text-transform: lowercase;
}

#pun-searchtopics .main .tcr {padding: 1em 0em 1em 5em;}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl, #pun-messages .main .tcl {
background-color: transparent;
  width: 41%;
text-transform: lowercase;
padding: 15px 35px 15px 20px;
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: left;
  width: 20%;
text-transform: lowercase;
  }

/* 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 ПОДФОРУМ*/ 
.tclcon h3 a {
color: #000000!important;
    text-transform: uppercase;
    font-family: 'Cormorant Infant';
    font-size: 25px;
    line-height: 33px !important;
    margin-top: 18px;
    letter-spacing: -0.5px;
    width: 345px;
    height: 33px;
    font-weight: 600;
    margin-left: -1px;
}

.tclcon h3 a:hover {
  color: #4752ab!important;
  }

/*.tclcon h3 a:after {
    content: "- - -";
    color: #547590!important;
    font-size: 23px;
    letter-spacing: 3px;
    font-family: 'Jost';
    margin-left: 3px;
}*/

/* 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: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1em;
    text-transform: lowercase;
  }

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

 /* C2.14 PODFORUM*/
#pun-index td div.tclcon {
color: #232323;
    margin-left: 60px;
    width: 450px;
    padding: 0px 7px 7px 7px;
    margin-bottom: 15px;
    font: 10px arial !important;
    line-height: 10px !important;
    text-align: justify;
    text-transform: lowercase;
}


/* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;
        width: 26px;
        height: 26px;
margin-top: 10px;
margin-left: 9px;
}


#pun-messages.punbb div.icon{
  margin-top:-5px!important;
margin-left: -5px;
}
  

 /* 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 */
#pun-stats h2, .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 ;

  }

li.pa-online {
  border-left-color: transparent;
  margin-bottom: 0px;
  }

li.pa-online {
    line-height: 0.8em;
    border-left-style: solid;
    border-left-width: 0.7em;
    padding-left: 0.4em;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: -15px;
    text-transform: lowercase;
    font-size: 11px;
    font-family: 'Roboto';
    letter-spacing: 0px;
    color: #212121;
    padding-bottom: 3px;
}


/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {

  }

/* C3.3 */
.punbb .post h3 span {
    padding: 2px 12px 0px 12px;
    display: block;
}


/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
float: left;
    width: 229px;
    overflow: hidden;
    border: 1px solid #c5b09b;
    background: linear-gradient( 
180deg
 , rgb(203 191 179) 0%, rgb(201 196 195) 40%, rgb(204 202 204) 65%), url();
    /* border-radius: 7px;*/
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0em 1em 1em 1em;
  line-height: 110%;
  }

/* C3.7 */
.pa-author {
font-style: normal;
margin-top: 2px;
    /* margin-top: -13px;
    max-width: 200px;
    margin: -15px auto 0 auto;
    background-color: #292c40;
    padding: 3px 7px;
    width: fit-content;*/
}

/* C3.8 */
.pa-author a {
    font-family: 'Playfair Display';
    font-size: 17px;
    text-transform: uppercase;
    line-height: 14px;
    color: #1c1c1c!important;
    letter-spacing: -0.5px;
}

.pa-author a:hover {color: #4752ab!important;}

/* C3.9 */
li.pa-title {
font-weight: normal;
    font-size: 10px;
    font-family: 'Roboto';
    color: #9b7e60;
    margin: 2px 0;
}

.pa-last-visit {    font-size: 11px;
    font-family: arial;
    text-transform: lowercase;
    letter-spacing: 0.25px;
}

.pa-ip {line-height: 20px}

.pa-gifts {display: none}

/* C3.11 */
.punbb .post-body {
    margin-left: 256px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 18px 0px 5px 0px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    margin-left: 197px;
    /* border-left-style: solid; */
    /* border-left-width: 1px; */
    text-transform: lowercase;
    margin-top: -16px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 1em 1em 0 0;
    height: 2em;
    line-height: 2em;
    margin-left: -19em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
}

/* C3.16 */


.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 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 {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 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, #pun-navlinks .container {
    text-align: center;
    margin-top: 13px;
    text-transform: uppercase;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 1em;
  padding-top: 0px;}

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 0.6em;
  }


/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin-top: -12px;
    margin-left: -55px;
}

/* D4.2 */
#pun-ulinks .container {
    text-align: center;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* 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 {
    margin: 22px 0px 0px 00px;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
    border-top: none;
    padding: 25px 0 0px 0px;
}

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  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: 2.5em 1em 1em 1em;
  margin-top: -23px; 
  line-height: 1.1
  }


/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0em
  }

#pun-stats {text-transform: lowercase;}

/* 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: 0px;
  }

/* D8.6 */
#pun-crumbs2 {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container, #pun-crumbs1 .container {
border-bottom: none;
    padding: 0.8em 1em;
    font-size: 10px;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

#pun-crumbs2 {margin-left: -11px;}
#pun-viewtopic #pun-crumbs2 .container {padding-left: 45px;}

#pun-crumbs2 .container a, #pun-crumbs1 .container a {color: #aa8a69}

/* 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;
  }

.topic a.sharelink {
    display: none;
}

.mmlink {
font-family: 'Roboto';
    font-weight: bold;
    font-size: 7px;
    color: #000000!important;
    padding: 1px 6px;
    /* border: #dedad6 1px solid!important; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    background-color: #bfb5aa;
}

.mmpx {padding-top: 8px;
    line-height: 13px; text-align: left;}

.mmop {
    /* padding-top: 2px; */
    color: #000000;
    font-family: 'Roboto';
    text-transform: lowercase;
}

.pun-modal .modal-inner {background-color: #dde1e4;
    border: 0px solid #bfb8b4;}

.quotetime {height: 87px;
    width: 198px;
    top: 35px;
    margin-left: 759px;
    position: absolute;
    text-align: justify;
    z-index: 100;
    line-height: 9px;
    font-family: arial;
    padding: 3px 4px 3px 4px;
    color: #101010;
    overflow-y: auto;
    font-size: 9px;
    line-height: 9px;
}
.quoteimg {top: 13px;
    margin-left: 799px;
    position: absolute;
    z-index: 100;
    text-align: right;
    font-family: rubik;
    font-size: 12px;
    color: #95acbd;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    width: 165px;}

.quoteimg a {color: #8dacc0!important;}
.quoteimg a::before {
    content: '—';
    color: #8dacc0;
    padding-right: 5px;}

.pa-fld2 div {
    filter: grayscale(55%) contrast(110%);
   transition: 0.5s all;
}
.pa-fld2:hover div {filter: grayscale(20%);}

#skrit {opacity: 0.45; transition: 0.7s all;}
#skrit:hover {opacity: 0.95;}
#bandi img {width: 25px; filter: brightness(0.58) contrast(0.55) grayscale(0.31) hue-rotate(-113deg) invert(0.08) saturate(1.2);}
#bandi {width: 393px;
    top: 20px;
    margin-left: 322px;
    position: absolute;
    z-index: 100;
    text-align: center;
    /* border: 1px solid red; */
    font-family: arial black;
    color: #636363;
    font-size: 8px;}

.ournews {
    height: 46px;
    width: 222px;
    top: 32px;
    margin-left: 753px;
    position: absolute;
    text-align: left;
    z-index: 100;
    line-height: 9px;
    font-family: arial;
    /* padding: 1px 4px 1px 4px; */
    color: #000;
    overflow-y: auto;
    font-size: 9px;
    outline: 4px #997f64 solid;
    background-color: #997f64;
}

.ournews::-webkit-scrollbar, .quotetime::-webkit-scrollbar, #shelterbanners::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.ournews::-webkit-scrollbar-track, .quotetime::-webkit-scrollbar-track, #shelterbanners::-webkit-scrollbar-track {background-color: transparent!important}

.ournews a {color: #000!important;
    font-weight: 700;
    font-size: 10px;
}

.navshelter {
background-color: #111111!important;
    border: 1px solid #000000!important;
    background-image: none!important;
    color: #aa8a69;
    height: 13px;
    width: 114px;
    font-family: arial;
    font-size: 7px!important;
    letter-spacing: 1.5px;
    padding-left: 3px;
    /* margin-top: -3px; */
    text-transform: uppercase;
    outline: 1px solid #000!important;
    line-height: 13px;
}

.navshelter > option {font-size: 9px;
    text-transform: lowercase;
    color: #909090;
    margin-bottom: 2px;}

.navshelter::-webkit-scrollbar { display:none}

.genre {width: 1000px;
    top: 209px;
    margin-left: -35px;
    position: absolute;
    text-align: center;
    z-index: 100;
    text-transform: uppercase;
    color: #7d3b00;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 0.4px;}

	.herogame {position: absolute;
    top: 163px;
    margin-left: 480px;
    width: 162px;
    line-height: 22px;
    text-align: center;
    font-family: playfair display;
    text-transform: uppercase;
    color: #e3dbd8;
    font-size: 9px;}
.herogame a {color: #e0dada!important;}

.heroes {
position: absolute;
    top: 109px;
    margin-left: 889px;
    display: flex;
    overflow: hidden;
    width: 90px;
    height: 89px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;}
/*/
.heroes a {background-color: #000; opacity: 0.7; transition: 0.5s all; filter: grayscale(50%) blur(1px) saturate(0.25);
-webkit-filter: grayscale(50%) blur(1px) saturate(0.25);}
.heroes a:hover {opacity: 0.3; transition: 0.5s all}
/*/
.sp {
	padding-right: 0px;
}

.sha {background-color: #434659;
    opacity: 0.8;
transition: all 1s; 
height:40px;
width:40px;    
 position: absolute;
z-index:100;}

.sha:hover {opacity: 0.2;
transition: all 1s;}

.heroes img {filter: saturate(0.45);
	-webkit-filter:saturate(0.45);
height: 40px;
width: 40px;
}


    .heroes_ep {
position: absolute;
    top: 156px;
    margin-left: 689px;
    display: flex;
    overflow: hidden;
    width: 190px;
    /*height: 89px;*/
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;}

.sha_ep {background-color: #434659;
    opacity: 0.8;
transition: all 1s; 
height:40px;
width:90px;    
 position: absolute;
z-index:100;}

.sha_ep:hover {opacity: 0.2;
transition: all 1s;}

.heroes_ep img {filter: saturate(0.45);
	-webkit-filter:saturate(0.45);
height: 40px;
width: 90px;
}

.FNTslider {
border-radius: 4px;
    position: relative;
    z-index: 1000;
    background: #bfbfc3;
    width: 110px;
    height: 5px;
    margin: 3px 5px;
    float: right;
    margin-right: 7%;
}
.FNTslider .before {
height: 5px;
    border: solid 1px transparent;
    border-right: none 0;
border-radius: 4px 0 0 4px;
    position: absolute;
    background: #c5b09b;
    margin-top: -1px;
}
.FNTslider .thumb {
width: 7px;
    height: 13px;
    border-radius: 4px;
    position: relative;
    top: -4px;
    background: #1c1c1c;
    cursor: pointer;
}

.obyav {width: 146px;
    height: 35px;
    background-image: url(https://i.imgur.com/ALVtxSG.png);
    line-height: 35px;
    padding: 0px 7px;
    font-family: playfair display;
    text-transform: uppercase;
    font-size: 10.6px;
    color: #e3dcd8;
    margin-right: 10px;
    display: inline-block;
    letter-spacing: -0.4px;}

.obyav a {color: #e3dcd8!important;}

.chi {font-family: prata; display: inline;}

.go-up,.go-down {
display:none;
z-index:9999; /*показываем поверх все элементов на странице*/
position: fixed; margin-left: 1008px; cursor: pointer; display: block; background-color: transparent !important;
}
.go-up {
top:43%; /*положение от низа окна браузера верхняя кнопка*/
}
/*.go-up img {
outline: 4px #aba19b solid;
    outline-offset: -4px;
}*/
.go-down {
top:50%; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
/*.go-down img {    outline: 11px #171717 solid;
    outline-offset: -15px;}*/
.go-down:hover,.go-up:hover {
opacity:1;
}

#viewprofile #profile-right li strong {
    padding-left: 2em;
    display: inline-flex;
    display: flex;
}

.punbb .modmenu span {display: none;}

  .wanted {
position: absolute;
    top: 21px;
    margin-left: 3px;
    display: grid;
    gap: 16px 16px;
    /*grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);*/
  }

/*.wanted1 { grid-area: 1 / 1 / 2 / 2; }
.wanted2 { grid-area: 2 / 1 / 3 / 2; }
.wanted3 { grid-area: 2 / 2 / 3 / 3; }*/

  .wanted_img {    width: 42px;
    height: 42px;
    border: 1px #0c0c0c solid;
    outline: 3px #0c0c0c solid;}
.wanted_img img {width: 42px;
    height: 42px; filter: grayscale(1) brightness(0.7); background-size: cover}
.wanted_title {position: absolute;
    top: 97px;
    margin-left: -69px;
    font-size: 10px;
    font-family: 'Rubik';
    font-weight: 600;
    color: #9b7e60;
    transform: rotate(-90deg);
    letter-spacing: 3px;
    background-color: #0c0c0c;
    padding: 2px 5px 1px;
    line-height: 10px;}

.banban {position: absolute;
    margin-left: -10px;
    margin-top: 40px;
    width: 939px;
    height: 66px;
    overflow-y: scroll;
margin-bottom: 8px;}

.hell_item {position: relative;
    width: 150px;
    height: 26px;
    background-color: var(--btn-background);
    padding: 0px 5px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 4px;}

.hell_title {position: absolute;
    top: 2px;
    font-family: 'Inter';
    font-weight: 400;
    color: #8d8d9e;
    font-size: 9px;
    z-index: 100;
    width: 150px;
    text-align: center;
}
.hell_text {position: absolute;
    top: 12px;
    font-family: 'Roboto';
    color: var(--btn-color);
    font-size: 10px;
    width: 150px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;}

.akcia__block {
	display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: -5px;
}
	.akcia_item {
    background-color: var(--btn-background);
    padding: 0px 5px;
    margin-right: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 20px;
}

.akcia__text {
    font-family: 'Roboto';
    color: var(--btn-color);
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

/* Скрытие родной надписи Награды */
<style>.mini_awards_label {display: none;}
li.pa-awards {margin-top: -8px;}

/* Скрытие профиля */
.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website{display:none!important}
.hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul,.post.hideprofile h3>span{margin-left:0!important}

/* Подфорумы */
.subforums .d_title{display:none!important;}
.Icon_LastPost {display: none;}

#mask_dialog .inner {background: #dde1e4!important}

.icon[data-new-topics]:before {
    background: #aa8a69!important;
    border-radius: 8px;
    color: #000;
    content: attr(data-new-topics);
    display: inline-block;
    font-weight: 700;
    height: 13px;
    line-height: 12px;
    margin: 9px 8px 8px 9px;
    min-width: 13px;
    padding: 2px;
    position: absolute;
    text-align: center;
    font-size: 10px;
}

.subforums span[data-new-topics]:before {display: none!important}

#topic-users-in .container span {
    display: inline;
}

.tops {outline: 3px solid #000000;
    outline-offset: -3px;}

.adminlist {font-family: 'Cormorant Infant';
    color: #83869c;
    position: absolute;
    top: 12px;
    margin-left: 749px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    /* letter-spacing: 0.25px;*/
}

.adminlist a {color: #727494!important;}

del {
    filter: blur(2px);
    text-decoration: none;
    transition: ease-in-out 0.3s;
}

del:hover {
    filter: none;
    text-decoration: none;
}

.shel__main {
}

.shel__title {
font-size: 27px;
    color: #232639;
    text-transform: uppercase;
    border: 4px dotted #6a71af;
    border-left: none;
    border-right: none;
    text-align: center;
    border-top: none;
    margin-bottom: 20px;
    /* line-height: 42px; */
    /* padding: 5px 0; */
    font-weight: 600;
    margin: 0px 8% 18px 8%;
    /* border-radius: 20px; */
    /* background-color: #ccc6c2; */
    /* letter-spacing: 1px; */
    font-family: 'Cormorant Infant';
}

.shel__subtitle {
text-align: center;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
}

.shel__desc {
        padding: 10px 15px;
    background: linear-gradient(180deg, rgb(197 207 214 / 0%) 0%, rgb(206 206 210) 150%), url();
    border: var(--main-border);
border-radius: var(--main-bord-radius);
    margin: 0 8%;
}

.shel__desc {
	font-family: arial;
}

.shel__text {
    font-family: arial;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05px;
    word-spacing: 0.05px;
}

.shel__text::before {
content: '•';
    color: #6a71af;
    padding: 0px 10px;
    font-weight: 900;
}

.shel__img {
    margin-bottom: 18px;
    /* margin: 0 12%; */
    max-width: 500px;
    outline: 5px solid #d0d0d0;
}

.shel__powers {
position: relative;
    width: 100%;
    height: 80px;
    /* background-color: #ededed; */
    display: flex;
    flex-direction: row;
    /* align-content: flex-start; */
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, rgb(224 224 224) 0%, rgb(232 232 232) 30%, rgb(197 201 204 / 0%) 100%), url();
    overflow: hidden;
}

.shel__powers-bg {
    background-color: #ededed;
    opacity: 0.35;
    z-index: 100;
}

.shel__powers-img {
filter: blur(0px) saturate(0.9);
    width: 375px;
    overflow-x: hidden;
    position: absolute;
    top: -32px;
    margin-left: -5px;
}

.shel__powers-text {
text-align: right;
    font-family: arial black;
    font-size: 48px;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    /* padding: 5px 0px; */
    z-index: 200;
    /* position: absolute; */
    /* left: 100px; */
    width: 502px;
    line-height: 39px;
    text-transform: uppercase;
    margin-top: -2px;
}

.demi {outline: 2px solid #101010;
    outline-offset: -2px;
    filter: brightness(0.7) grayscale(1);}

#pun-ulinks #Rz {display:none} 

.announce {display: grid; 
grid-template-columns: 30% 70%;
align-items: center;
    justify-items: center;
}

.ann-hero {    max-width: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px #aa8a69 solid;
    padding: 15px 25px;
    /* border-radius: 20px; */
    background-color: #c9c9d0;}

.ann-heroes {
    display: flex;
    overflow: hidden;
    width: 90px;
    height: 89px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;}


    .ann-heroes_ep {
    margin-top: 10px;
    display: flex;
    overflow: hidden;
    height: 89px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;}

.ann-content {padding: 25px;}
.ann-text {font-size: 11px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    padding-right: 90px;}

.pl-reports {display: none!important;}

.club__title {    font-size: 18px;
    font-family: 'Inter';
    color: #333333;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;}

.club__img {margin-bottom: 18px;
    max-width: 500px;
    border: 5px solid #d0d0d0;
    opacity: 0.8;
    filter: grayscale(1) brightness(0.5);}

.faq-title {font-family: Arial;
	font-size: 40px;
	color: #c5b09b;
	text-transform: uppercase;
font-weight: bold;
/*text-shadow: 0px 0px 3px #c1c1c7;*/
}

.faq-title:after {
	content: ' / / /';
	font-family: Verdana;
	color: #000;
}

@media (min-device-width: 1024px) {
.faq-title {font-size: 20px}
}