/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1781291715.css);

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800&display=swap');


@font-face {
  font-family: 'brit';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/0d/b5/43482.otf);
}
/*-------------------------------------------

/*-------------------------------------------*/

/* 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 70% Verdana;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 11px verdana, arial, helvetica, sans-serif;
    background: #c1c1b6;
}

/* 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: 13px;
    background: #c1c1b6;
    padding: 5px 20px;
}

/* 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: 1100px;
    margin-bottom: 100px;
    background: url(https://forumstatic.ru/files/001c/0d/b5/21074.jpg) repeat;
    border-radius: 0;
}


/* A5.2 */
.punbb {
    float: none;
    width: auto;
    height: auto;
    margin: 0px 58px;
    position: relative;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
 min-height: 100px;
  }

#pun-redirect {
    border: 0 none!important;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #181919 url(https://forumstatic.ru/files/001c/0d/b5/14771.jpg) no-repeat fixed center center;
    background-size: 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: 11.5px;
    font-weight: 400;
    font-family: noto sans;
    text-transform: lowercase;
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    text-transform: lowercase;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: #dcdad4;
}



/* 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: noto sans;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    text-align: center;
    width: auto;
    text-transform: none;
    margin: 0 0 20px;
}


/*************************************************************
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;
    margin-top: 10px;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #3e4b6d;
    width: 60%;
    margin-left: 120px;
    padding-bottom: 5px;
    margin-top: 10px;
}

/* 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%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 1px 1em 1px;
    padding: 20px 20px 10px 20px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-family: manrope;
    margin-bottom: 8px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.2px;
    color: #444444;
    border-bottom: 1px dashed #606060;
    padding-bottom: 6px;
}


/* 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 {
    position: relative;
    width: 100%;
    height: 21px;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: none;
    margin-top: -10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    /* background: #c1c1b6; */
    align-items: center;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.3 */
.linkst .pagelink {
    width: 24em;
margin-left: 10px;
}

/* B3.4 */
.linkst .postlink {
  text-align: right;
margin-right: 10px;

  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 0.4em 1em 0.5em 1em;
    font-size: 11.5px;
    font-weight: 400;
    font-family: noto sans;
    text-transform: lowercase;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: 16em;
}

/* 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: 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: 10px 0px 0 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0 0 0 15px;
    font-size: 9px;
    font-weight: 300;
    font-family: 'Roboto';
    text-transform: lowercase;
}

/* 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: 45%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    font-size: 11.5px;
    font-weight: 400;
    font-family: noto sans;
    text-transform: lowercase;
    width: 5%;
}



/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    width: 30%;
    position: relative;
    overflow: visible;
    flex: auto;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    font-family: noto sans;
    line-height: 16px;
    text-transform: lowercase;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
  width: 40%
  }

/* 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 {
    margin-top: 0px;
    letter-spacing: .6px;
    text-align: left;
    margin-bottom: 5px;
    font: 400 20px brit;
}



#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;
    margin: 0px 0;
    position: relative;
    font: 400 11px/140% noto sans;
    width: auto;
    z-index: 1;
    padding: 0 0 0 10px;
}



/* 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-style: none solid solid solid;
  border-width: 1px;
  margin-top: 0px;
  padding-bottom: 1px;
  }

/* C3.2 */
#pun-viewtopic .post h3 {
    position: relative;
    font: 400 10px noto sans;
    text-transform: lowercase;
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    align-items: center;
    margin-left: 250px;
    justify-content: space-between;
    width: auto;
    gap: 10px;
    background: #212121;
    padding: 5px 15px 7px;
    color: #e3e3d6;
    flex-direction: row-reverse;
}


/* 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: 230px;
    background: #1e1e1e url(https://forumstatic.ru/files/001c/0d/b5/50020.jpg) center/cover;
    margin: -25px 0px 0px 0px;
    font-family: noto sans;
    font-weight: 500;
    font-size: 10px;
    padding-top: 0px;
    position: relative;
    border-radius: 0;
    color: #e1e1df;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0em 1em 1em 1em;
    line-height: 160%;
}


/* C3.7 */
.pa-author {
    font-family: brit, manrope;
    font-size: 17px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0px;
    text-transform: none;
    color: #ac8b3e !important;
    text-align: center;
    margin-top: 4px !IMPORTANT;
}

/* C3.8 */
.pa-author a {
    font-family: brit, manrope;
    font-size: 17px;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0px;
    text-transform: none;
    color: #ac8b3e !important;
    transition: all .7s ease-in-out 0s;
}

.pa-author a:hover {
    color: #c8c8be !important;
    transition: all .7s ease-in-out 0s;
}





/* C3.9 */
li.pa-title {
    display: block;
    margin: 4px;
    text-align: center;
    text-transform: lowercase;
    font-family: 'manrope';
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .2px;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 248px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 10px 0px 15px 0px;
}

/*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: 1em 1em 0 0;
    height: 2em;
    line-height: 2em;
    margin-left: -19.5em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 11px;
    font-weight: 400;
    font-family: noto sans;
    text-transform: lowercase;
}

/* 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: 11.5px;
    font-weight: 400;
    font-family: noto sans;
    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;
    margin-bottom: -30px;
}

/* 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 .container {
    text-align: left;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
    height: 20px;
    font-family: brit, manrope;
    margin-left: 0px;
    width: 100%;
    margin-top: 30px;
    padding: 0 !important;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 0em;
  padding-top: 4px;}

/* D.3 */
#pun-navlinks li {
    display: inline;
    padding: 0px 10px 0 0;
}


/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    font-style: normal;
    text-align: left;
    text-transform: lowercase;
    height: 20px;
    /* border: 1px solid red; */
    padding-inline-start: 0px;
    width: 100%;
}

/* 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 16px 0 0;
}

/* 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 {
    text-align: center;
    font-size: 11.5px;
    font-weight: 400;
    font-family: noto sans;
    letter-spacing: 0.3px;
    height: 12px;
    /* border: red 1px solid; */
    text-transform: uppercase;
    top: -30px;
    position: absolute;
    color: #b1b1b1;
    width: 100%;
}


#pun-status .container strong {
    font-weight: 400;
    /* color: #5e2917; */
}

#pun-status .container a {
    font-weight: 400;
    color: #7395af;
    transition-duration: 1s;
}
#pun-status .container a:hover {
    font-weight: 400;
    color: #b1b1b1;
    transition-duration: 1s;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
    overflow: hidden;
}

/* D5.5 */
#pun-crumbs1 p.container {
    border-bottom: none;
    text-align: center;
    font-family: noto sans;
    font-size: 14px;
    font-weight: 800;
    color: #272a29;
    background: #c1c1b6;
    padding: 4px 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
}




/* 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 1em 1em;
  margin-top: -13px; 
  line-height: 1.1;
  text-align: center;  
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    letter-spacing: 0px;
    padding: 20px 20px;
    background: #c1c1b6;
    font: 400 11px/140% noto sans;
    color: #000;
}
#pun-stats .container a {
    color: #95722c !important;
    font-weight: 600;
    transition: all .7s ease-in-out 0s;
}

#pun-stats .container a:hover {
    color: #000 !important;
    font-weight: 600;
    transition: all .7s ease-in-out 0s;
}

/* 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: 11.5px;
    font-weight: 400;
    font-family: noto sans;
    text-transform: lowercase;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    border-top: none;
    font-family: noto sans;
    font-size: 14px;
    font-weight: 800;
    color: #272a29;
    background: #c1c1b6;
    padding: 4px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
}

/* 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 {
    position: relative;
}


#pun-index .category h2 span, #pun-stats h2 span {
    font-size: 22px;
    font-family: brit;
    color: #232624;
}


#pun-index .category h2, #pun-stats h2 {
    margin: 0 0 10px 0 !important;
    width: auto;
    padding: 0px 0px 0 !important;
    margin-top: 0px !important;
    -webkit-text-size-adjust: 100%;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    background: transparent;
    font-weight: 400 !important;
    flex-direction: row-reverse;
}
#pun-index .category h2 paw, #pun-stats h2 paw{
    background: #000 url(https://forumstatic.ru/files/001c/0d/b5/18580.jpg?v=1);
    height: 2px;
    flex: 1;
}

#pun-index .category table tr {
    -webkit-appearance: none;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 0 40px;
    position: relative;
    overflow: hidden;
    background: #c1c1b6;
}

.podfor plinks {
    display: flex;
    margin: 5px 0 0 0;
    gap: 0 14px;
}


.podfor plinks a {
    color: #a17e36 !important;
    font-family: noto sans;
    font-size: 11px;
    font-weight: 700;
    transition: all .7s ease-in-out 0s;
}


.podfor plinks a:hover {
    color: #222222 !important;
    font-family: noto sans;
    font-size: 11px;
    font-weight: 700;
    transition: all .7s ease-in-out 0s;
}


#pun-index .category table tr + tr {
margin: 20px 0;
}


#html-header a {
    color: #cda145 !important;
    transition: all .7s ease-in-out 0s;
}

#html-header a:hover {
    color: #d9d9cc !important;
    transition: all .7s ease-in-out 0s;
}


#html-header {
    color: #d9d9cc;
}


.bpost {
    /* border: red 1px solid; */
    position: absolute;
    top: 130px;
    margin-left: 342px;
    width: 298px;
    height: 78px;
}


.bpost text, .bpost2 text, .bpost3 text {
    display: block;
    text-align: justify;
    height: 60px;
    overflow-y: auto;
    font-family: manrope;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .3px;
    padding-right: 10px;
    padding-left: 1px;
    margin-top: 5px;
    line-height: 15px;
}


.bpost name, .bpost2 name, .bpost3 name {
    font-family: noto sans;
    font-weight: 700;
    font-size: 14px;
}



.bpost2 {
    /* border: red 1px solid; */
    position: absolute;
    top: 290px;
    margin-left: -2px;
    width: 298px;
    height: 78px;
}


.bpost3 {
    /* border: red 1px solid; */
    position: absolute;
    top: 290px;
    margin-left: 692px;
    width: 298px;
    height: 78px;
}


#pun-viewforum .tcl {
    width: 48%;
}


#pun-viewforum .main td {
    padding: 0.5em 1em;
    vertical-align: middle;
}


#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-viewforum .tcmod {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: noto sans;
    text-transform: lowercase;
    width: 8%;
}


.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}


.post-author a {
    color: #ac8b3e !important;
    transition: all .7s ease-in-out 0s;
}

.post-author a:hover {
    color: #c8c8be !important;
    transition: all .7s ease-in-out 0s;
}


#pun-viewtopic .post h3 a {
    color: #ddb86c !important;
    transition: all .7s ease-in-out 0s;
}

#pun-viewtopic .post h3 a:hover {
    color: #c8c8be !important;
    transition: all .7s ease-in-out 0s;
}



#pun-index .category tr.inew {
    background: #bfbfb3;
    border: 1px solid #a38d61;
    box-shadow: rgb(157 157 141 / 27%) 0px 7px 19px 0px, 4px 0 inset #ab9568, 5px 0 inset #a38d61;
}











/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
    width: 138px;
    top: 246px;
    margin-left: 342px;
    display: flex;
    cursor: pointer;
    position: absolute;
    font-weight: 400;
    height: 38px;
    font-family: 'brit';
    text-transform: lowercase;
    font-size: 13px;
    gap: 0 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #bfbfb1;
    /* border: red 1px solid; */
    letter-spacing: 1px;
}
.spirit-navigation z, .spirit-navigation2 z {
    color: #cda145;
}



/* вид кнопки после клика по ней */
.spirit-navigation.spirit-navigation_hover{
background: url(ссылка на картинку) no-repeat
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock, #navigblock2 {
    width: 340px;
    margin-left: 322px;
    position: absolute;
    top: 290px;
    text-align: center;
    z-index: 999;
}

.sslka2, .sslka {
    opacity: 1;
    background: #191919;
    display: flex;
    padding: 11px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    border: 1px solid #474948;
    align-items: center;
    font-family: noto sans;
    font-weight: 600;
    justify-content: center;
}


.sslka2 div {
    color: #b6b3a2;
    font-family: 'Mulish';
    display: flex;
    gap: 0 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 10px;
    justify-content: center;}

#pun .sslka2 a {
    text-transform: lowercase;
    padding: 2px 15px;
    font-size: 13px;
    font-family: noto sans;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    text-transform: lowercase;
    padding: 2px 15px;
    font-size: 13px;
    font-family: noto sans;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}





/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation2 {
    width: 138px;
    top: 246px;
    margin-left: 502px;
    display: flex;
    cursor: pointer;
    position: absolute;
    font-weight: 400;
    height: 38px;
    font-family: 'brit';
    text-transform: lowercase;
    font-size: 13px;
    gap: 0 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #bfbfb1;
    /* border: red 1px solid; */
    letter-spacing: 1px;
}

/* вид кнопки после клика по ней */
.spirit-navigation2.spirit-navigatio2n_hover{
background: url(ссылка на картинку) no-repeat
}




.spirit-navigation3 {
    width: 293px;
    top: 398px;
    margin-left: -3px;
    display: flex;
    cursor: pointer;
    position: absolute;
    font-weight: 400;
    height: 38px;
    font-family: 'brit';
    text-transform: lowercase;
    font-size: 13px;
    gap: 0 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #bfbfb1;
    /* border: red 1px solid; */
    letter-spacing: 1px;
}
.spirit-navigation4 {
    width: 293px;
    top: 398px;
    margin-left: 692px;
    display: flex;
    cursor: pointer;
    position: absolute;
    font-weight: 400;
    height: 38px;
    font-family: 'brit';
    text-transform: lowercase;
    font-size: 13px;
    gap: 0 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #bfbfb1;
    /* border: red 1px solid; */
    letter-spacing: 1px;
}

.spirit-navigation3 z, .spirit-navigation4 z {
    color: #cda145;
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock3, #navigblock4 {
    width: 340px;
    margin-left: 322px;
    position: absolute;
    top: 337px;
    text-align: center;
    z-index: 999;
}

.sslka3, .sslka4  {
    opacity: 1;
    background: #191919;
    display: flex;
    padding: 11px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    border: 1px solid #474948;
    align-items: center;
    font-family: noto sans;
    font-weight: 600;
    justify-content: center;
}


.sslka3 div {
    color: #b6b3a2;
    font-family: 'Mulish';
    display: flex;
    gap: 0 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 10px;
    justify-content: center;}

#pun .sslka3 a, #pun .sslka4 a  {
    background: #a5833c;
    text-transform: lowercase;
    flex: auto;
    padding: 4px 15px;
    font-size: 9px;
    font-family: noto sans;
    color: #e7e4d6 !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 1s;
}

#pun .sslka3 a:hover, #pun .sslka4 a:hover {
    background: #3c3c3c;
    text-transform: lowercase;
    flex: auto;
    padding: 4px 15px;
    font-size: 9px;
    font-family: noto sans;
    color: #e7be6a !important;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 1s;
}


.quo {
    font-family: noto sans;
    font-weight: 400;
    font-size: 9px;
    position: absolute;
    /* border: red 1px solid; */
    top: 65px;
    left: 480px;
    width: 500px;
    letter-spacing: .4px;
    text-transform: uppercase;
    height: 12px;
}


.quo z {
    color: #cda145;
}



.player-wrapper {
    background: transparent;
    height: 30px;
    width: 267px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.play-pause {
    width: 20px;
    height: 20px;
    padding: 0;
    background: #191919;
    border: 1px solid #444444;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-pause.paused::before {
    content: '';
    display: inline-block;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 5px;
    border-color: transparent transparent transparent #b69248;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 4px 0 4px 6px;
}
.play-pause::before {
    content: '';
    display: inline-block;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 5px;
    border-color: transparent transparent transparent #d9d5d2;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: double;
    border-width: 4px 0 4px 6px;
}

.playerNode {
    position: absolute;
    width: 252px;
    top: 398px;
    margin-left: 365px;
}


.track, .volume {
    height: 100%;
    background: linear-gradient(0deg, transparent 0, transparent 50%, #d9d5d2 50%, transparent calc(50% + 1px), transparent);
    display: inline-block;
    margin-left: 10px;
    position: relative;
}.track {
    width: calc(80% - 60px);
}
.volume {
    width: 20%;
}
.thumb {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    background: #b69248;
    border-radius: 50%;
    position: absolute;
}



.spoiler-box {
    margin: 1em 1px 1em 1px;
    padding: 10px 20px 10px 20px !important;
}


.pa-fld1 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    font-weight: 300;
    margin: 6px 0;
    font-size: 10px;
    align-content: space-between;
}


.pa-fld1 lzname {
    font-family: 'Noto Sans';
    text-transform: lowercase;
    border-bottom: 1px dotted #c1c1b7;
    display: block;
    padding: 0px 0 6px 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 8px;
}
.pa-fld1 lzinfo {
    text-align: justify;
    margin: 4px 8px 0 8px;
}
.pa-fld1 lzname a {
    font-weight: 600;
}



.pa-posts, .pa-respect, .pa-fld2 {
    padding: 0;
    font-size: 9px;
    text-transform: lowercase;
    font-weight: 300;
    display: inline-block;
    width: 50px;
    margin: 10px 0px 10px 0px;
}







.guestboo {
    background: #c1c1b7;
    padding: 30px;
    color: #000000;
    font-family: noto sans;
    position: relative;
    border: 1px solid #b8b8ab;
}


.guestboo tit {
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-size: 9px;
    letter-spacing: 1px;
    height: 10px;
}

.guestboo name {
    display: block;
    font-family: brit;
    text-align: center;
    margin: 10px 0 0px 0;
    font-size: 55px;
    background: url(https://forumstatic.ru/files/001c/0d/b5/14060.jpg) no-repeat top left;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
}

.guestboo ams {
    display: block;
    font-size: 11px;
    text-align: center;
    letter-spacing: .5px;
}


.guestboo ams a {
    font-weight: bold;
    color: #af893c !important;
    transition: all .2s ease;
}
.guestboo ams a:hover {
    font-weight: bold;
    color: #1b1b1b !important;
    transition: all .2s ease;
}


.guestboo text {
    border: 1px solid #b8b8ab;
    display: block;
    font-size: 11px;
    margin: 20px;
    line-height: 20px;
    background: #c8c8be;
    padding: 20px 25px;
}



.vneh {
    display: flex;
    justify-content: center;
    gap: 100px;
    height: 180px;}


.vneh one {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.vneh one z, .vneh one a {
    font-family: 'Noto Sans';
    color: #3a3a3a;
    font-weight: 700;
    text-transform: uppercase;
}



.vneh one textt p {
    margin: 0 0 0 0px !Important;
    padding: 0 !Important;
    line-height: normal !Important;
}



.vneh one textt {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 145px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 10px;
}




#vneha {
    width: 610px;
    margin: auto;
    margin-bottom: 10px;
    padding: 0px 25px 25px 25px;
    background: #212121;
}


.vnehat {
    font-size: 18px;
    text-align: center;
    color: #ebebe1;
    width: 600px;
    text-transform: uppercase;
    padding: 30px 30px;
    margin-left: -25px;
    background: url(https://forumstatic.ru/files/001c/0d/b5/61871.jpg);
    font-family: noto sans;
}


.vneh_list {
    text-align: justify;
    padding: 30px;
    font-size: 11px;
    line-height: 140%;
    margin-top: 25px;
    background: #c8c8be;
    border: 1px solid #c8c8be;
}


.vneh_list nam {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.vneh_list nam one {
    flex: 1;
    display: flex;
    justify-content: center;
    font-family: manrope;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .4px;
}


.vneh_list wors {
    display: flex;
    margin: 20px 0;
    justify-content: center;
    font-weight: 700;
    font-family: manrope;
}


.vneh_list lis {
    display: flex;
    gap: 50px;
}

.vneh_list lis one {
    border: 1px solid #212121;
    padding: 15px 20px;
    font-family: noto sans;
    font-size: 9px;
    display: flex;
    flex: 1;
}
.vneh_list lis one text {
    display: block;
    white-space: break-spaces;
    flex: auto;
    height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}


.rocknroll p {
    margin: 0 0 0 0px !important;
    padding: 0 !important;
    line-height: normal !important;
}


.rocknroll {
    background: #c1c1b7;
    width: 100%;
    height: auto;
    margin: auto;
}

.one_rock {
    background: url(https://forumstatic.ru/files/001c/0d/b5/82407.jpg) center/cover;
    padding: 15px;
    display: flex;
    color: #d1d1c6;
    font-family: noto sans;
    gap: 0 20px;
}


.ing_name {
    font-family: 'brit';
    font-size: 20px;
}


.rock_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}


.two_rock {
    padding: 20px 25px;
    line-height: 150%;
    text-align: justify;
    font-family: 'Noto Sans';
    font-size: 11px;
}


.two_rock p {
    margin: 0 0 15px 0px !important;
    padding: 0 !important;
    line-height: normal !important;
}



.post_spoiler .quote-box {
    margin: 0 !important;
    padding: 20px !important;
    font-family: noto sans;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    color: #d9d9d3;
    border: none;
}


.post_spoiler .spoiler-box > div {
    background: #2a2a2a !IMPORTANT;
    cursor: pointer;
    padding: 5px;
}

.post_spoiler .spoiler-box > div.visible {
    background-image: none;
}


.post_spoiler {
    background: #212121;
}


.post_spoiler .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
    background: #c8c8be;
    text-transform: none;
    padding: 20px;
    width: auto;
    color: #191b1a;
    text-align: justify;
}


#form-buttons {
    background: #c1c1b6;
    margin-right: -6px;
    margin-bottom: 10px;
    border: 1px solid #b8b8ab;
}


#form-buttons table, .punbb .formal textarea {
    width: 100% !important;
}



.faq_tit {
    background: url(https://forumstatic.ru/files/001c/0d/b5/82407.jpg) center/cover;
    padding: 15px;
    display: flex;
    color: #d1d1c6;
    font-family: noto sans;
    gap: 0 20px;
    justify-content: center;
    align-items: center;
    font-family: 'brit';
    font-size: 23px;
    text-transform: uppercase;
}


.faq {
    background: #c1c1b7;
    width: 100%;
    height: auto;
    margin: auto;
    padding-bottom: 10px;
}


.faq p, .storyr p, .ballad p {
    margin: 0 0 0 0px !important;
    padding: 0 !important;
    line-height: normal !important;
}


.ftext {
    font-family: noto sans;
    margin: 20px;
}


.faqsp {
    background: #212121;
    margin: 20px -20px;
}


.faqsp .quote-box {
    margin: 0 !important;
    padding: 20px !important;
    font-family: noto sans;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    color: #d9d9d3;
    border: none;
}


.faqsp .spoiler-box > div {
    background: #2a2a2a !IMPORTANT;
    cursor: pointer;
    padding: 5px;
}


.faqsp .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
    background: #c8c8be;
    text-transform: none;
    padding: 20px;
    width: auto;
    color: #191b1a;
    text-align: justify;
}


.storyr {
    background: #c1c1b7;
    width: 100%;
    height: auto;
    margin: auto;
}


.one_story {
    background: url(https://forumstatic.ru/files/001c/0d/b5/82407.jpg) center/cover;
    padding: 15px;
    display: flex;
    color: #d1d1c6;
    font-family: noto sans;
    gap: 0 20px;
    flex-direction: column;
    align-items: flex-start;
}


.story_name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}


.two_story {
    margin: 20px 25px;
    line-height: 150%;
    text-align: justify;
    font-family: 'Noto Sans';
    font-size: 11px;
    border-bottom: 2px solid #3c3c3c;
    padding-bottom: 20px;
}

.tre_story {
    margin: 20px 25px;
    line-height: 150%;
    text-align: justify;
    font-family: 'Noto Sans';
    font-size: 11px;
    padding-bottom: 20px;
}



.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: #000000bf;
}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	}
.reveal-modal.small     { width: 200px; margin-left: -140px;}
.reveal-modal.medium     { width: 400px; margin-left: -240px;}
.reveal-modal.large     { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge     { width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}

.menu span {
    cursor: pointer;
    display: block;
    margin: 7px 0;
    padding: 11px;
    text-align: left;
    width: 150px;
}
.menu-links {
    float: left;
    margin-right: 15px;
}
#submenu {
    display: inline-block;
}
#submenu, .menu span {
        border-radius: 5px;
	background: #efeff0;
}
.menu .tabactive {
	color: #000000;
        background: #777777;
}
#submenu {
	padding: 7px;
	height: 180px;
	font-size: 12px;
	width: 595px;
}    
.submenutext {
	display: none; 
	height: 40px;
}



.modal_wrap info {
    display: flex;
    background: #141414 url(https://forumstatic.ru/files/001c/0d/b5/75711.jpg) no-repeat top left;
    height: 300px;
    width: 650px;
    margin: auto;
    padding: 20px;
    border: #383838 1px solid;
    overflow-y: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    color: #bdbcb8;
    box-shadow: 0px 0px 0 400px #0000001a inset;
}

.tabs {
    font-size: 0;
    width: 600px;
}

  .tabs>input[type="radio"] {
    display: none;
  }
.tabs>div {
    display: none;
    /* border: 1px solid #705834; */
    padding: 30px 0px;
    font-size: 11px;
    font-family: 'Open Sans';
    height: 210px;
}

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2 {
    display: block;
  }

.tabs>label {
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #766135;
    border: 1px solid #997e48;
    padding: 2px 8px;
    font-family: 'Noto Sans';
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 200px;
    font-weight: 300;
    color: #c5c5c5;
    justify-content: center;
    align-items: center;
}

  .tabs>label:not(:first-of-type) {
    border-left: none;
  }

.tabs>input[type="radio"]:checked+label {
    background-color: #181818;
    color: #d7d6d4;
}


#vkl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 20px;}


#vkl blok inf {
    display: block;
    font-family: bona nova;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
    margin: 5px 0;
    text-align: center;
}


#vkl blok tex {
    text-align: justify;
    display: block;
    border-left: 2px solid #314c47;
    padding-left: 10px;
    font-size: 10px;
}


#vkl blok2 {
    text-align: right;
}


#vkl blok img {
    filter: sepia(1) hue-rotate(120deg) saturate(1.25) brightness(0.5);
    width: 350px;
    height: 100px;
    border: 1px solid #577e77;
}



#arts z {
    color: #529d8fe0;
    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;
    font-weight: 400;
    text-shadow: 0px 0px 4px #1f201f, 1px 1px #1c1c1e;
    font-family: bona nova;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}


#arts text {
    /* border: red 1px solid; */
    display: block;
    margin: 10px 0px;
    height: 80px;
    overflow-y: auto;
    font-size: 10px;
    line-height: 16px;
}



.ballad {
    background: #c1c1b7;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 20px 0;
}


.b_zag {
    margin: 0px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'brit';
    font-size: 14px;
    letter-spacing: 1px;
}


.b_text {
    line-height: 150%;
    text-align: justify;
    font-family: 'Manrope';
    font-size: 11px;
    font-weight: 500;
    margin: 20px 30px;
    background: transparent;
    border: 1px solid #3c3c3c;
}

.b_name {
    border-bottom: 1px solid #3c3c3c;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 10px;
}


.ballad_text {
    padding: 20px;
}


.ballad_text p {
    margin: 0 0 0 0px !important;
    padding: 0 !important;
    line-height: 20px !IMPORTANT;
}


.lstr {
    text-transform: uppercase;
    margin: 6px 8px 0;
    padding: 3px;
    background: #212121;}


.lstr a {
    color: #b1b1a6 !important;
    transition: all .7s ease-in-out 0s;
}

.lstr a:hover {
    color: #b69248 !important;
    transition: all .7s ease-in-out 0s;
}



.vklad {
    display: flex;
    gap: 0 10px;
}


.oformlenie_knopki {
    cursor: pointer;
    padding: 3px 10px;
    background-color: #212121;
    text-align: center;
    font-family: noto sans;
    font-size: 10px;
    color: #c8c8be;
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}


.w_text {
    border: 1px solid #212121;
    background: #c1c1b7;
    height: auto;
    margin: 10px 0;
    border-width: 0 1px 1px 1px;
}

.w_text z {
    display: flex;
    height: 30px;
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}


.trip {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.trip_v, .trip_w, .trip_y {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    font-family: 'Noto Sans';
    font-size: 11px;
}

.trip p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal !important;
}


.trip_w{
    border: 1px solid #212121;
    border-width: 0 1px;
}



.go-up {
    width: 13px;
    height: 57px;
    background: #3b3b3b;
    border: 1px solid #464646;
}

.go-down {
    width: 13px;
    height: 57px;
    background: #5c4a23;
    border: 1px solid #685938;
}










.eps {
    display: block;
    padding: 40px;
    margin: 20px auto;
    background: #181a19;
    outline: 1px solid #3b3b3b;
    outline-offset: 4px;
    color: #d5d5cc;
    width: 500px;
    font-family: noto sans;
}


.eps p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal;
}

.eps_img p {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
    gap: 10px;
    z-index: 1;
    position: relative;
}


.eps_img::before {
    content: ' ';
    height: 1px;
    position: absolute;
    width: 580px;
    background: #c8c8be;
    top: 42px;
    z-index: 0;
    margin: 0 -40px;
}

.eps_img {
    position: relative;
}
.eps_img p img {
    border: 1px solid #c8c8be;
    filter: grayscale(1);
    transition: ease 1s;
    transform: scale(.8);
    width: 70px;
}

.eps_img p img:hover {
    border: 1px solid #c8c8be;
    filter: grayscale(1);
    transition: ease 1s;
    transform: scale(1);
}



.eps_name {
    margin: 10px 0;
    text-align: center;
    font-family: open sans;
    font-weight: 700;
    font-size: 17px;
    color: #c7a662;
    text-transform: uppercase;
}

.eps_pers {
    margin: 0 0 10px 0;
    font-size: 10px;
    text-align: center;
}


.eps_pers a {
    font-weight: 500;
    color: #bdbdb3 !important;
    transition: all .2s ease;
}

.eps_pers a:hover {
    font-weight: 500;
    color: #c9ab6d !important;
    transition: all .2s ease;
}


.eps_text p {
    line-height: 190% !important;
    margin: 20px 20px 0 20px;
    font-size: 10px;
}


.eps_mus {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
    color: #5e605f;
    font-family: 'Manrope';
    font-weight: 600;
}

.simp p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal;
}


.s_tit {
    text-align: center;
    text-transform: uppercase;
    background: url(https://forumstatic.ru/files/001c/0d/b5/14060.jpg) no-repeat top left;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-size: 25px;
    font-weight: 700;}


.simp {
    display: block;
    padding: 30px;
    margin: 20px auto;
    background: #181a19;
    color: #d5d5cc;
    width: 500px;
    font-family: noto sans;
}

.s_te {
    margin: 10px 30px !important;
    font-size: 10px;
    letter-spacing: .2px;
}

.s_te p {
    line-height: 17px !important;
}

.cash_n {
    padding: 40px 0;
    margin: 0 auto;
    background: #181a19;
    color: #d5d5cc;
    width: auto;
    font-family: noto sans;
}
.cash_n p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal;
}


.c_face p {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    line-height: normal !important;
    gap: 5px;
    align-items: center;
    font-size: 9px;
}



.cash_n_text {
    margin: 30px 40px;
}

.cash_n_text::first-letter {
    color: #cfab60;
    font-size: 16px;
}


.c_name {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    padding: 0 40px;
    position: relative;
}


.c_name_sur {
    font-size: 19px;
    font-weight: 600;
    font-family: noto sans;
    color: #b9b9b3;
    margin-bottom: 10px;
}



.cash_n_post {
    background: #212121;
    margin: 0 40px;
}


.cash_n_post .quote-box {
    margin: 0px !important;
    padding: 10px !important;
    font-family: noto sans;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    color: #d9d9d3;
    border: none;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .5px;
}


.c_name_sur strong {
    color: #d1aa59;
}


.c_name::before {
    content: ' ';
    height: 1px;
    position: absolute;
    width: 100%;
    background: #c8c8be;
    top: 32px;
    z-index: 0;
    /* margin: 0 -40px; */
    left: 0;
}


.c_inf, .c_face {
z-index: 2;
}


.c_face p img {
    margin: 0;
    border: 1px solid #c8c8be;
}

.cash_n_post .spoiler-box > div {
    background: #2a2a2a !IMPORTANT;
    cursor: pointer;
    padding: 5px;
}


.cash_n_post .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
    background: #c8c8be;
    text-transform: none;
    padding: 20px;
    width: auto;
    color: #191b1a;
    text-align: justify;
}



.eps2 {
    display: block;
    padding: 0;
    margin: 20px auto;
    color: #000000;
    width: 600px;
    font-family: noto sans;
    background: #c1c1b7;
    border: 1px solid #282828;
}


.eps2 p {
    margin: 0 0 0 0px;
    padding: 0 !IMPORTANT;
    line-height: normal !IMPORTANT;
}


.eps2_mus {
    height: 30px;
    border-bottom: 1px solid #282828;
    display: flex;
    justify-content: center;
    align-items: center;
}


.eps2_img {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
}


.eps2_name {
    border: 1px solid #282828;
    border-width: 1px 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.eps2_pers {
    display: flex;
    margin: 10px 0;
    justify-content: center;
}

.eps2_pers p a {
    font-weight: bold;
    color: #937331;
    transition: all .2s ease;
}


.eps2_text {
    padding: 10px 30px 30px;
    font-size: 10px;
}




.relatio {
    display: block;
    padding: 40px 0 20px;
    margin: 20px auto;
    background: #181a19;
    color: #d5d5cc;
    font-family: noto sans;
}


.rel_name {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    padding: 0 40px;
    position: relative;
}


.rel_name::before {
    content: ' ';
    height: 1px;
    position: absolute;
    width: 100%;
    background: #c8c8be;
    top: 32px;
    z-index: 0;
    /* margin: 0 -40px; */
    left: 0;
}

.rel_face {
    z-index: 2;
}


.rel_face p {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    line-height: normal !important;
    gap: 5px;
    align-items: center;
    font-size: 9px;
}



.rel_face img.postimg {
    max-width: none !important;
    border: 1px solid #c8c8be;
}



.rel_name_sur {
    font-size: 14px;
    font-weight: 600;
    font-family: noto sans;
    color: #b9b9b3;
    margin-bottom: 10px;
}



.rel_name_two {
    height: 47px;
    /* border: red 1px solid; */
    overflow-y: auto;
    padding-right: 10px;
    font-size: 10px;
}


.rel_name2 {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    padding: 0 40px;
    position: relative;
    flex-direction: row-reverse;
    margin: 30px 0;
}


.rel_name2::before {
    content: ' ';
    height: 1px;
    position: absolute;
    width: 100%;
    background: #c8c8be;
    top: 32px;
    z-index: 0;
    /* margin: 0 -40px; */
    left: 0;
}


.rel_face2 {
    z-index: 2;
}


.rel_face2 p {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    line-height: normal !important;
    gap: 5px;
    align-items: center;
    font-size: 9px;
}


.rel_face2 img.postimg {
    max-width: none !important;
    border: 1px solid #c8c8be;
}


.rel_name_sur2 {
    font-size: 14px;
    font-weight: 600;
    font-family: noto sans;
    color: #b9b9b3;
    margin-bottom: 10px;
    text-align: right;
}


.rel_name_two2 {
    height: 47px;
    /* border: red 1px solid; */
    overflow-y: auto;
    padding-right: 10px;
    font-size: 10px;
}


.rel_name + .rel_name{
margin-top: 30px;
}







.chronology {
    width: auto;
    box-sizing: border-box;
    padding: 30px;
    background: #212121;
    color: #cdcdc2;
    font-family: noto sans;
}

.chron {
    display: block;
    position: relative;
    z-index: 3;
    width: 50%;
    min-height: 50px;
    background: transparent;
    border-right: 1px solid #c8c8be;
}


.chron_data {
    display: block;
    margin: auto auto -46px 30px !important;
    z-index: 2;
    width: auto;
    text-align: left;
    font-style: normal !important;
    font-size: 76px;
    height: 76px;
    line-height: 60px;
    font-family: brit;
    color: #ffffff08;
}



.chron_zag {
    display: block;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #c8c8be;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: noto sans;
}


.chron_zag::after {
    display: block;
    content: "";
    height: 5px;
    width: 5px;
    float: right;
    margin: 30px -3px auto auto;
    background: #c8c8be;
}



.chron_opis {
    padding: 0 10px 0 0;
    text-align: justify;
    font-weight: 400;
    font-size: 10px;
    font-family: noto sans;
    height: 56px;
    overflow-y: auto;
    margin: 20px 20px 0 0;
}


.chronology p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal !important;
}



.chron:nth-child(2n) {
    display: block;
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: calc(50% - 1px);
    width: 50%;
    min-height: 50px;
    border-right: 0px none transparent;
    border-left: 1px solid var(--clr3);
}



.chron:nth-child(2n) .chron_data {
    text-align: right;
    margin: auto 25px -52px auto !important;
}

td#button-image::before:hover {
    content: ' ';
    content: '\e43e';
    font-weight: 400;
    display: block;
    font-size: 20px;
    margin: 12px 0 -12px 0;
    color: #c8c8be;
    font-family: material icons;
}




.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
    max-height: 50px!important;
}




.actionz {
    background: linear-gradient(180deg, #c1c1b6, transparent);
    width: 500px;
    margin: 10px auto;
    padding: 20px;
}


.actionz_shap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.actionz p {
    padding: 0 !important;
    line-height: normal !important;
}

.act_nam {
    font-family: brit, noto sans;
    font-size: 21px;
}


.act_nam p sup {
    font-size: 10px;
    font-weight: 500;
    font-family: noto sans;
}


.act_work, .act_ss {
    font-family: noto sans;
    font-size: 10px;
}

.quo_act {
    font-family: noto sans;
    text-transform: uppercase;
    text-align: center;
    font-size: 9px;
    margin: 10px;
}


.text_act {
    font-family: noto sans;
    margin: 10px;
    font-size: 10px;
    border: 1px solid #2d2d2d;
    padding: 15px 20px;
}

.text_act p {
    line-height: 20px !important;
}



.shipper p {
    margin: 0 0 0 0px;
    padding: 0 !important;
    line-height: normal;
}


.ship {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #212121;
    color: #d3d3ce;
    font-family: noto sans;
    padding: 10px 20px 20px;
    font-size: 10px;
}


.ship_img img {
    border-radius: 100%;
    border: 2px solid #b69248;
    width: 70px;
}


.ship_name {
    font-size: 14px;
    font-weight: 600;
}


.ship_ship {
    margin: 5px;
    text-transform: uppercase;
}


.ship_text {
    height: 104px;
    overflow-y: auto;
    padding-right: 10px;
}


.ship_text::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: #181919;
    -webkit-background-color: #181919;
}


.shipper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}


.punbb .post h3 span a {
    color: #e3e3d6 !important;
}



.weekly_news p {
    padding: 0 !important;
    line-height: normal;
}


.weekly_news {
    background: #212121;
    color: #d5d5cd;
    font-family: 'Noto Sans';
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nazv_w {
    text-align: center;
    text-transform: uppercase;
    background: url(https://forumstatic.ru/files/001c/0d/b5/14060.jpg) no-repeat top left;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}


.privet_w {
    display: flex;
    margin: 0 40px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.priv_text {
    flex: 1;
    height: 90px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 10px;
}

.w_post_text::-webkit-scrollbar, .priv_text::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: #181919;
    -webkit-background-color: #181919;
}

.face_w img {
    width: 100px;
    border-radius: 100%;
    border: 2px solid #c8c8be;
}


.post_ep {
    margin: 30px 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    height: 120px;
}


.w_post {
    width: 60%;
    height: 100px;
}


.ep_couple {
    width: 40%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
}

.w_post_name {
    font-size: 17px;
    font-weight: 600;
}


.w_post_text {
    height: 72px;
    overflow-y: auto;
    margin-top: 5px;
    font-size: 10px;
    padding-right: 10px;
}


.weekly_news a:hover {
    color: #c8c8be !important;
    transition: all .2s ease;
}



.post_double {
    margin: 0px 40px 30px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    height: 120px;
}



/*** НОВОЕ ХТМЛ ***/

.triangle {
    background: #212121;
    color: #cfcfc4;
    font-family: noto sans;
    padding-bottom: 30px;
    clip-path: polygon(25px 0,100% 0,100% calc(100% - 25px), calc(100% - 25px) 100%,0 100%,0 25px);
    width: 600px;
    margin: auto;
}

.tri_name {
    text-align: center;
    padding: 20px;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 20px;
}


.tri_kart {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
}


.tri_kart img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #c8c8be;
    z-index: 22;
    transform: scale(0.9);
    transition: 1s ease;
}

.tri_kart img:hover {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #c8c8be;
    z-index: 22;
    transform: scale(1) rotate(360deg);
}

.tri_kart::before {
    content: ' ';
    height: 2px;
    background: #c8c8be;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 2;
}

.tri_text {
    margin: 30px 50px;
    padding-right: 20px;
    font-size: 10px;
    white-space: break-spaces;
    line-height: 20px;
}


/*** хрон ***/

.chr {
    display: flex;
    padding: 20px;
    margin: 0;
    background: #b9b9af61;
    color: #191919;
    width: auto;
    font-family: noto sans;
    justify-content: space-between;
    min-height: 200px;
    gap: 20px;
    border: 1px solid #212121;
    font-weight: 500;
    font-size: 12px;
}


.name_ch, .what_ch, .play_ch {
    /* display: flex; */
    flex-direction: column;
    flex: 2;
    align-items: center;
}


.dta_ch {
    /* display: flex; */
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.dta_ch z, .name_ch z, .what_ch z, .play_ch z {
    display: block;
    text-transform: lowercase;
    font-size: 13px;
    letter-spacing: .4px;
    text-align: center;
    color: #dbdbcd;
    background: #212121;
    padding: 0 0 3px 0;
}


.dta_ch spis span a, .name_ch span a, .what_ch span a, .play_ch span a {
    font-weight: 500;
    color: #a37d2f !important;
    transition: all .2s ease;
}


.dta_ch spis span a:hover, .name_ch span a:hover, .what_ch span a:hover, .play_ch span a:hover {
    font-weight: 500;
    color: #000 !important;
    transition: all .2s ease;
}

.dta_ch spis, .name_ch spis, .what_ch spis, .play_ch spis {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}





.ep_name {
    padding-left: 30px;
    padding-top: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.eps_plos {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.eps_plos:before {
    background: #b1b1a987;
    border-radius: 100%;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: 7px;
    left: 1px;
    width: 13px;
}
.eps_plos:after {
    content: "";
    width: 3px;
    background: #b3b3ab;
    display: block;
    position: absolute;
    top: 26px;
    bottom: 0;
    left: 6px;
}


.ep_name a {
    font-weight: 700 !important;
    font-size: 15px;
    font-family: noto sans;
}

.ep_name dat {
    font-family: 'Noto Sans';
    text-transform: uppercase;}

.ep_name nams {
    font-family: 'Noto Sans';
    text-transform: lowercase;
}

.ep_name nams a {
    font-size: 13px;
    font-weight: 500;
    color: #000 !important;
    transition: all .2s ease;
}

.ep_name nams a:hover {
    font-size: 13px;
    font-weight: 500;
    color: #957129 !important;
    transition: all .2s ease;
}


.ep_name p {
    padding: 0 !important;
    line-height: normal;
    font-family: 'Noto Sans';
    font-size: 11px;
}