/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1756562993.css);

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


:root {

  --bg: url(https://forumstatic.ru/files/001b/58/0e/33537.png);
  --gr: linear-gradient(180deg, #c4bcd4 0%, #b9aaa8 100%);

  --logo: url(https://forumstatic.ru/files/001c/51/c1/50434.png);
  
  --puncolor: #D9D9D9;
  --mainfont: Nunito;

  --black: #000;
  --white: #fff;

  --accent_light: #C4BCD4;
  --accent_text: #22273A;

} 

.dark {

  --puncolor: #050505;
  --logo: url(https://forumstatic.ru/files/001b/58/0e/54433.png);

  --black: #000;
  --white: #fff;

  --color1: #8175FF;
  --color2: #2B2379;
  --color3: #AFABD1;
  --color4: #D9D9D9;
  --color5: #1E1E1E;
} 
@media only screen and (max-width: 720px) {
    
    html, body, #pun, .punbb, #pun-crumbs1, .punbb .category .container {
        width: 100%!important;
    }

body {
overflow: hidden !important;
 -webkit-overflow-scrolling: touch !important;
overflow-y: auto !important;
}

#pun-index {
overflow: hidden!important;
}

#pun {
border-width: 0 !important;
outline:0!important;
/*overflow: hidden!important;*/
}


       .block3 a::after{
	display: none;
	}
      .block3 a {
	margin-top: -15px!important;
}


	#pun-status .container {
	text-align: center; 
	width: fit-content;
    font-family: var(--font3) !important;
    font-size: 9px !important;
	background: #000!important;
	padding: 2px 10px 2px 10px;
	border-radius: 20px;
    font-style: italic;
    letter-spacing: 1px;
    color: var(--color1);
    text-transform: uppercase;
    position: absolute;
    top: 170px;
	margin: auto;
	right: 0;
	left: 0;
    text-size-adjust: none;
}

#stylelist {
	width: 90%;
	top: 260px;
	justify-content: center;
	column-gap: 40px;
}
.punbb .category .container tr {
    outline: 1px solid var(--outlinecolor);
   outline-offset: -2px;
    border-radius: 20px;
  margin-bottom: 10px;
    display: flex;
     flex-wrap: nowrap;
   flex-direction: column;
}


.punbb .main .tcr {
    background-color: transparent;
    font-size: 9px;
    width: 70%!important;
    border-top: 1px solid var(--outlinecolor);
    align-self: flex-end;
    text-align: right;

}

#pun-index .user-avatar {
    display: none;
}

.plinks {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        row-gap: 5px;
        padding-top: 10px;
        align-items: stretch;
        flex-wrap: wrap;
}

.punbb .linksb {
    flex-direction: column-reverse;
    gap: 3px;
    align-items: flex-end;

}

.pl-delete, .pl-edit, .pl-quote, .pl-email  {
    background: var(--outlinecolor);
    border-radius: 20px;
    /*border: 1px solid var(--color4);*/
}

.pl-delete a, .pl-edit a, .pl-quote a, .pl-email a {
font-size: 0;
}

.pl-delete a::before, .pl-edit a::before, .pl-quote a::before, .pl-email.profile a::before, .pl-email.pm a::before {
       background: var(--color3);
        margin-left: -15px;
}

.underpost {
    gap: 5px;
}
.punbb .post-body {
    margin-left: 0px!important;

}

.punbb .post .post-author {
    float: none;
    border: 1px solid var(--color3);
}

#pun-main .post-author ul {
    text-align: left;
    display: grid;
    grid-template-columns: 50px auto;
    grid-template-rows: 20px 30px;
    align-content: center;
    justify-items: start;
    grid-auto-flow: row dense;
}
	

.pa-fld1 {
    display: block;
    padding-top: 10px;
}

.fand {
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
}

.pa-fld-stat {
display: none;
}


.pa-fld3, .post-author .lz, li.pa-title  {
display: none;
}
.punbb .pa-avatar img {
    max-width: 40px !important;
    min-height: 40px;
    object-fit: cover;
}

.profile-wrap {
        display: block;
        background: none;
        width: 50px!important;
        grid-row: span 2;
        grid-row-start: 1;
        grid-row-end: 3;
   
    }
#form-buttons tr {
    justify-content: flex-start;
   gap: 10px;
}

#viewprofile > div > ul > table > tbody > tr {
flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

#profile-left {
    width: 107%!important;
}

}

/* 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%;
  width: 100%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    background-color: #e6e3e391;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }


/* A3.6 */
.punbb pre {
    font-family: roboto;
    line-height: 140%;
    font-size: 10pt;
    color: rgba(0, 0, 0, 0.63);
  }

/* 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.3 */
#pun-redirect, #pun-maint {
    margin: 12px 20% 12px 20%;
    width: auto;
    float: none;
    background-image: url(http://forumstatic.ru/files/001a/7d/33/78192.jpg);
}

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

.punbb .category {
	padding-bottom: 40px;
}


/* 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;
}*/

/* A5.10 */
.punbb .section h2, #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: 98%;
  overflow: hidden;
  text-align: justify;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  text-align: center;
  border-top: 0px dashed #000;
  width: 60%;
  margin-left: 120px;
  padding-bottom: 5px;
      }


/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom;
 
  
  }
  
 .qc-post-link > a > img{
       padding-left: 5px;
  padding-bottom: 3px;
  height: 12px;
  }

/* 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 1em 1em 1em;
    padding: 10px 15px 10px 15px;
}

/* B1.9 */

.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding: 5px 8px 8px 18px;
	width: 60%;
    font-size: 15px;
    letter-spacing: 0.7px;
    font-style: normal;
    font-family: var(--font3);
    text-transform: lowercase;
    background: var(--color1_04);
    border-radius: 40px;
    color: var(--color6);
    border-top: 0px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.green .punbb .quote-box cite, .green .punbb .code-box strong.legend {
        background: #e3e9e3;
}


/* 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 */


/* B3.2 */
.multipage {
  margin-top: 1em;
  }

.linkst .pagelink strong, .punbb .linksb strong {
  font-weight: 500!important;
}


/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  font-family: montserrat;
  text-transform: uppercase;
  text-align: right;
  display: none;
  }

.postlink.long {
width:30em; 
letter-spacing: 0.1em;
 font-family:var(--font3);
text-transform: lowercase;
}


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2em 1.1em 1em;
 
  }


/* 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-bottom: 20px;
  }

/* C1.6 */
.punbb fieldset legend span {
    display: none;
}

/* 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 {
border: 1px solid var(--color4);
  }


/* 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;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  background-color: transparent;
  text-align: center;
  font-family: cuprum;
  }

 #pun-index .tc2,  #pun-index .tc3 {display: none;}


/* C2.3 */
.punbb .main .tcr {
    background-color: transparent;
    overflow: hidden;
    width: 24%;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 15px;
    font-family: var(--font3);
    text-transform: lowercase;
}

#pun-index .tcr {
    	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.punbb .main .tcr a {
  font-size: 10px;
}

/* 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 {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-family: var(--font3);
    font-weight: 300;
    text-transform: lowercase;
}

#pun-index .tcl h3 a {color: var(--black);}
#pun-index .tcl h3 a:hover { color: var(--color5); }

/* #pun-index tr.inew {
 	background: var(--color1);
	border-radius: 20px;
} */

#pun-index tr.inew .tcl h3{
  padding: 5px;
}

#pun-index tr.inew .tcl h3 a {color: var(--hoverlink);letter-spacing: 8px;}


/* 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 {
  padding: 15px;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}


/* C2.15 */
.punbb div.icon {
    float: left;
}


#pun-messages.punbb div.icon {
  margin-top: 0px!important;
  margin-left: -10px!important;
    width: 5px;
  height: 5px;
}

#pun-messages.punbb div.icon.inew{
  background: var(--hoverlink);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;

}
  
tr.group4.icon.inew a {
  color: var(--hoverlink)
}

 /* C3 Topics

-------------------------------------------------------------*/

/* 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 ;

  }



/* C3.2 */
.punbb .post h3 {

  }


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0em 1em 1em 1em;
  line-height: 110%;
  }




/* C3.11 */
.punbb .post-body {
    margin-left: 226px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 14px 0px 5px 15px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
font-family: var(--font3);
text-transform: lowercase !important;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}

/* 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: 1em 1em;
  text-align: right;
  font-size: 9px;
  text-transform: uppercase;
  }

/* C4.2 */

.punbb .modmenu strong, .punbb .modmenu a {
    height: 1.8em; 
    font-family: var(--font1);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1em;
  }

/* 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.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;
  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.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.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */



/* 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}


/* D4 User links
-------------------------------------------------------------*/


/* 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.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

  #pun-status span.item2 {
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: 0px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  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: 0.8em 1em;
    display: flex;
    position: relative;
    z-index: 10;
    margin-top: -60px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }


/* D7.2 */
#pun-stats li.item1, 
#pun-stats li.item2,
#pun-stats li.item3, 
#pun-stats li.item4 {
                    display: inline !important;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    font-family: var(--font3);
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 10px;
    color: var(--black);
    text-transform: lowercase;
    background: var(--color1_over);
                
    }
#pun-stats strong {
  font-weight: 500;
}

#pun-stats strong {
  font-weight: 500;
}

/* D7.4 */
 li#onlinelist {margin-top: 1em;
float: left;
width: 100%;
font-family: var(--font3);
text-transform: lowercase;
text-align: justify;
font-size: 12px;l
etter-spacing: 0.1em;}


/* 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: flex;
    font-family: var(--mainfont);
    text-transform: uppercase;
    column-gap: 2px;
    font-size: 8px;
    -webkit-text-size-adjust: none;
    justify-content: center;
}

  #pun-about p span::before
  {
    content: 'de other side crossover, 2024 // ';
  }

/* D8.6 */
#pun-crumbs2 {

  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  font-family: var(--font3);
  text-align: left;
  text-transform: lowercase;
    padding-bottom: 60px;
    padding-left: 10px;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 0.8em 1em;
    font-size: 1em;
    letter-spacing: 2px;
}

/* D8.8 */
#pun-break4 {
  margin: -60px 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;
  }












.tooltip {
    position: relative;
    display: inline
}
.tooltip em {
    display: inline;
    transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    color: #333;
    font-family: arial !important;
    font-size: 10px !important;
    font-style: normal;
    line-height: 9px;
    left: -125px !important;
    padding: 5px;
    position: absolute;
    overflow-y: hidden;
    text-align: justify;
    width: 150px;
    top:16px;
    border-radius: 1px !important;
}
.tooltip:hover em {
    top: 16px;
    background: #c7c5c5;
    border-radius: 1px !important;
    color: #010308;
    font-family: roboto !important;
    font-size: 10px !important;
    font-style: normal;
    /* height: 30px; */
    line-height: 9px;
    left: -125px !important;
    padding: 5px;
    border: 1px solid #ababab;
    position: absolute;
    text-align: justify;
    overflow-y: hidden;
    width: 150px;
    z-index: 99;
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}

.tooltip a {
    font-family: roboto;
    color: #d5d2d2 !important;
    letter-spacing: 1px;
    font-size: 13px;
    text-shadow: -1px 1px #0f141d;
}

/* БыстроПлюсы для Топика */
.noNull:before {
  content: "";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
outline: 1px solid transparent;
    font-weight: 700;
    background: var(--color3);
    -webkit-mask: url(https://forumstatic.ru/files/001b/58/0e/95815.svg);
    background-size: 22px auto;
    position: relative;
    z-index: 100;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 8px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

div .post-rating p>a[title="Моя оценка"] {
background: var(--outlinecolor);
}

div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}

div.post-vote p>a {
  font-size: 0 !important;
    position: absolute;
    cursor: pointer;
    z-index: 200;
    width: 22px;
    height: 22px;
    background: var(--outlinecolor);
    -webkit-mask: url(https://forumstatic.ru/files/001b/58/0e/97835.svg);
    display: block;
    background-size: 100%;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}

.post-rating, .post-vote {
float: right;
}
