/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

/* Fonts and whatnot
-------------------------------------------------------------*/

  @import url(style_cs.1759087916.css);


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {font-family: "PlayfairDisplay"; src: local("PlayfairDisplay"), url("https://forumstatic.ru/files/0014/6a/72/40283.ttf") format('truetype');}

@font-face {font-family: "PlayfairDisplay-Bold"; src: local("PlayfairDisplay-Bold"), url("https://forumstatic.ru/files/0014/6a/72/71553.ttf") format('truetype');}

@font-face {font-family: "Benzin-Medium"; src: local("Benzin-Medium"), url("https://forumstatic.ru/files/0014/6a/72/49167.ttf") format('truetype');}

@font-face {font-family: "Benzin-Regular"; src: local("Benzin-Regular"), url("https://forumstatic.ru/files/0014/6a/72/89636.ttf") format('truetype');}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Russo+One&family=Splash&display=swap');

.splash-regular {
  font-family: "Splash", cursive;
  font-weight: 400;
  font-style: normal;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Hiding stuff
-------------------------------------------------------------*/

#pun-title, .flag-i, .pa-reg, .pa-invites, .pa-positive, .pa-awards, .pa-gifts, .pa-time-visit, .pa-online, .pa-ua, #pun-live-rusff, #pun-about, li#pa-fld1, #pa-fld5, div#pun-main h1 span, .lastedit, div#pun-announcement h2, span.stickytext, span.closedatafield, .pa-last-visit, li.pl-email.email, li.pl-reports, li.pl-email.email a, li.pl-reports a {
display: none !important;
}

li.pl-email.email {
    display: none !important;
}

li.pl-reports {
    display: none !important;
}


/* Browser defaults and wonkiness
-------------------------------------------------------------*/

html, body {margin: 0; padding: 0}

.punbb * {
  margin: 0
  }

.punbb p {
font-family: 'inter', sans-serif;
}

.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

.punbb img {
  border:none
  }

.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* Text setup
-------------------------------------------------------------*/

body {
  font-size: 100.01%;
  }

.punbb {
  font: normal 68.75% inter, verdana, arial, helvetica, sans-serif;
line-height: 150% !important;

  }

.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 10px verdana, arial, helvetica, sans-serif
  }

.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 11px;
  font-weight: normal;
  }

.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 11px;
  }

.punbb pre {
    font: 11px / 140% 'inter';
}

.punbb address, .punbb em {
  font-style: normal
  }

.punbb .post-content em {
  font-style: italic
  }

.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

.punbb optgroup {
  font-weight: bold;
  }

div.post-rating a, div.post-vote a {
    font-size: 100% !important;
}

/* Float clearing and hidden items
-------------------------------------------------------------*/

#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;
  }

.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
  }


/* Basic page layout and borders
-------------------------------------------------------------*/

body {
    background: url(https://forumstatic.ru/files/001c/8d/17/19540.png) no-repeat fixed top center;
    background-size: cover;
    background-color: #303030;
}

#pun {
    width: 1000px;
    margin: auto;
    position: relative;
    padding: 0px 25px;
    margin-top: 40px;
    margin-bottom: 110px;
    border-radius: 10px;
}

.punbb {
    background: #D0D0D0;
    border-radius: 10px;
    padding: 25px;
    width: 950px !important;
}

.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }



/* Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

.punbb .post-sig dt {
  display: block;
  width: 250px;
  margin: 5px 0;
  }

.punbb .post-content p {
  margin: 0;
  line-height: 150%;
  padding: 0 0 1em 0;
text-align: justify;
  }

.punbb .post-content img {
  vertical-align: text-bottom
  }

.post-content td {
    border: transparent !important;
}

.punbb .post-content img.postimg {
  vertical-align: middle;
  }

.punbb .post-content .blockcode, .punbb .post-content blockquote {
    width: auto;
}

.post-content blockquote {
    background: #c0c0c0;
    padding: 15px 20px;
    margin-top: 2.5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-radius: 10px;
border: 1px solid #989898;
}

.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
    max-height: 40px;
}


.punbb .post-content .blockcode {
    padding: 15px;
    background: #c0c0c0;
    margin-top: 2.5px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #989898;
}

.code-box {
    margin-top: 10px;
}

.quote-box {
    margin-top: 5px !important;
}

.punbb .quote-box cite, .punbb .code-box strong.legend {
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

.quote-box cite, .code-box strong.legend {
    margin-left: 20px !important;
    background: #989898;
    display: inline !important;
    margin-bottom: -12px !important;
    padding: 5px !important;
    text-transform: lowercase;
    margin-top: 5px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Information boxes
-------------------------------------------------------------*/

.punbb .info-box {
  padding: 10px;
  margin: 0 0 10px 0;
  }

.punbb .info-box * {
  padding: 0 0 10px 0;
  }

.punbb #pun-main .info-box .legend {
  font-size: 11px;
  font-weight: bold;
  }


/* Pagination and posting links
-------------------------------------------------------------*/

.punbb .linkst {
    text-transform: lowercase;
    float: left;
    position: relative;
    width: 100%;
    font-size: 11px;
    height: 0;
}

.multipage {
  margin-top: 40px;
  }

.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 11px;
  }

.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

.subscribelink {
  clear:both;
  padding-top: 10px;
  padding-bottom: 10px;
  }



/* Form layout
-------------------------------------------------------------*/

.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

#post {
    padding: 0px !important;
}

#post-form h2 {
display: none;
}

#main-reply {
width:100% !important;
    background: #ededed;
    font-size: 12px
}

.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

.punbb fieldset {
    padding: 0 10px;
  margin: 0 0 1em 0
  }

.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 11px
  }

.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }


.punbb .formal fieldset {
    border: none;
}

.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

.punbb .inline .infofield {
  clear:both
  }

.punbb .datafield br {
  display: none
  }

.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

.punbb .datafield span.input a {
  font-weight: normal;
  }

.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

.punbb .hashelp {
  position: relative;
  }

.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

.punbb #profile .helplinks {
  top: 1.5em;
  }

.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* Table layout
-------------------------------------------------------------*/

.punbb .main .tcl {
    overflow: hidden;
    text-align: left;
    width: 50%;
}

.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

.forum td.tcl .icon {
    height: 10px !important;
    width: 10px  !important;
    border-radius: 100%  !important;
    background: #a4a4a4;
}

td.tcl .icon.icon-new {
    background: #8982c1 !important;
}

.category h2 span {
    text-transform: lowercase;
}

.category .icon.inew {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: #8a84bd;
margin-left: -23px;
box-shadow: 0px 0px 5px #111111;
}

.light .category .icon.inew {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: #B3B32D;
margin-left: -23px;
    box-shadow: 0px 0px 5px #81826e;
    
}

tr.isticky div.icon, #pun-viewforum TR.iclosed Div.icon {
    background: black !important;
}

.forum .isticky .icon {
    background: black !important;
}


#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

.topic a.sharelink {
    display: none;
}

#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
  font-size: 11px;
  font-weight: bold;
  }

.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

.punbb .main td {
  padding: 0.8em 1em;
  }

.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  }

.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

.punbb tbody.hasicon td.tcl {
  padding-left: 10px;
  }

.punbb div.icon {
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

.punbb  table div.icon {
  font-size: 11px;
  position: absolute;
  margin-left: -2.2em;
  }

.category .icon[data-new-topics]:before {
    background: #8982c1 !important;
    margin: -6px  !important;
color: transparent !important;
    margin-top: 2px  !important;
    box-shadow: 0 0 10px #8a83c2  !important;
}

#pun-index .tcl h3 {
    margin-bottom: 5px;
}

.tclcon {
    text-align: justify;
}

.for-links {
    max-width: 419px;
    display: flex;
    justify-content: flex-start;
margin-top:5px;
}

.for-links a {
    background: black;
    color: white;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 5px;
    padding-bottom: 1px;
}

.for-links a:hover {
    color: #8a83c2;
}

.category h3 a:hover {
    color: #8a83c2;
}


.category h3 a {
    font-family: 'russo one';
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
}
.category .container table thead {
    display: none;
}

.category h2 span {
    font-size: 35px;
    display: flex;
    margin-top: 5px;
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none;
}

#pun-stats h2 span {
    font-size: 0px;
}

#pun-stats h2 span:after {
    content: 'statistics';
    font-size: 35px;
    margin-top: -18px;
    display: flex;
}

.category h2 span:before, #pun-stats h2:before {
    content: '.';
    background: url(https://forumstatic.ru/files/001c/8d/17/40714.png);
    height: 20px;
    width: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    font-size: 0px;
    margin-right: 20px;
    margin-top: -1px;
}

.category h2, #pun-stats h2 {
    width: 975px;
    margin-left: -25px;
    height: 50px;
    display: flex;
    font-family: splash, sans-serif;
    font-size: 35px;
    color: rgb(161, 162, 161);
    background: url(https://forumstatic.ru/files/001c/8d/17/19540.png?v=1) 100% center no-repeat fixed;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
}

.category .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.category .tclcon {
    margin-bottom: 10px;
}

 /* Shapka & footer
-------------------------------------------------------------*/

.header-main {
    width: 1000px;
    height: 300px;
    background: url(https://forumstatic.ru/files/001c/8d/17/93718.svg);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -25px;
    margin-left: -25px;
}

  .dropdown {
    position: relative;
    display: inline-block;
  }

.dropbtn {
    background: url(https://forumstatic.ru/files/001c/8d/17/19540.png);
    color: #D9D9D9;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 215px;
    text-transform: uppercase;
    font-family: 'Russo One';
    padding: 7px 0;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 7px black;
    margin-top: 23px;
}


 .dropdown-content {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #2e2e31;
    min-width: 215px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    z-index: 1;
    max-height: 155px;
    overflow-y: scroll;
     text-align: center;
}

.dropdown-content a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #c2c2c2;
}

.dropdown-content a:hover {
    background-color: #ddd;
    border-radius: 10px;
color: #393838;}

  .show {
    display: block;
  }

.shapk {
    width: 30%;
}

.header-main {
    display: flex;
    justify-content: space-between;
}

.shapk.right {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.shapk.left {
    padding-left: 37px;
}

.shaphead.best-post a {
    color: #8A82C7;
    font-family: 'Russo One';
    font-size: 14px;
    text-transform: uppercase;
}

.shaphead.best-post {
    padding-top: 23px;
    padding-bottom: 10px;
}



.shapk.center a {
    color: #8A82C7;
    font-family: 'russo one';
    font-size: 10px;    text-transform: uppercase;
}

.shapk.center div {
    width: 200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 260px;
    display: none;
}

.bpostins {
    text-align: justify;
    background: rgba(217, 217, 217, 0.5);
    padding: 10px 11px;
    width: 160px;
    border-radius: 10px;
    line-height: 130%;
    overflow-y: scroll;
    height: 130px !important;
    display: flex;
    align-items: center;
}

.bpostins::-webkit-scrollbar {
  width: 5px;  
  height: 5px;  

}

.postop {
    margin-top: 7px;
}

.shapins {
    margin-top: 5px;
}

.activists {
    margin-top: 153px;
}

.bpostins::-webkit-scrollbar-track {
background: transparent;
}

.bpostins::-webkit-scrollbar-thumb {
  background-color: transparent; 
  border-radius: 20px;  
}


@-moz-document url-prefix() {
.bpostins* {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
}


.shaphead {
    color: #BEBEBE;
    padding-top: 15px;
    font-family: 'Russo One';
    font-size: 14px;
    text-transform: uppercase;
}

.shapins img {
    max-width: 45px;
    max-height: 45px;
    margin-right: 5px;
}
.bpostins a {
    font-weight: bolder;
}

#pun-announcement .html-box {
    display: flex;
    max-width: 900px;
    overflow-x: scroll;
    margin: auto;
    padding-bottom: 10px;
    justify-content: center;
}

a.plashka:hover {
    background: #2b292a;
}

a.plashka:hover .plashka-right-header {
    color: #d0d0d0;
transition: 0.3s ease-in-out;

}

.plashka {
    background: #BEBEBE;
    width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    height: 35px;
min-width:100px !important;
}

.plashka-left {
    font-size: 30px;
    color: #8A82C7;
    font-family: 'Russo One';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.plashka-right-header {
    font-size: 10px;
    font-family: 'Russo One';
    text-transform: uppercase;
    color: #23162E;
}

.plashka-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plashka-right-text {
    text-align: justify;
}

.footer-dec {
    background: url(https://forumstatic.ru/files/001c/8d/17/26701.svg);
    height: 100px;
    background-repeat: no-repeat;
    width: 110px;
}

.main-footer {
    position: absolute;
    margin-top: 25px;
    margin-bottom: 30px;
    display: flex;
    margin-left: -20px;
}

.footer-ins img {
    margin-right: 10px;
}

.footer-ins {
    width: 840px;
    padding: 20px;
    max-height: 50px;
    overflow-y: scroll;
}

.footer-ins a img {
    filter: grayscale(1);
}

 /* Topics
-------------------------------------------------------------*/

.punbb .post .container {
  margin-top: -1px;
  padding-bottom: 1px;
  }

.punbb .post h3 {
  }

.punbb .post h3 span {
    padding-left: 2px;
    display: block;
    padding-right: 2px;
    width: 940px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 5px;
    border-radius: 0px;
    text-transform: lowercase;
   border-top: 2px solid #c2c2c2;
}

#profile-right .about-ch {
    width: auto;
    background: transparent;
    border: transparent;
    margin-top: auto;
    border-radius: 0px;
    padding: 0;
}

#profile-right li strong {
    padding-left: 2em !important;
    padding: 0.5em 1em !important;
}

#profile-right .about-link a {
    color: #151515;
}

#profile-right .about-link {
    padding: 0 !important;
}

#profile-right .about-descr {
    width: auto;
    padding: 0 !important;
}

#profile-right .about-descr a {
    color: #151515;
}


#profile .post h3 span {
    width: 468px!important;
}

#profile .post-links ul {
    width: 710px !important;
}

.hideprofile h3 span {
    padding-left: 35px !important;
    width: 928px !important;
} 

.hideprofile .post-body {
    padding-left: 25px !important;
}

.hideprofile .post-links ul {
padding-left: 50px !important;
}

.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

.punbb .post .post-author {
    float: left;
    width: 250px;
margin-left:-25px;
    overflow: hidden;
    background: url(https://forumstatic.ru/files/001c/8d/17/21855.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-author ul {
    text-align: center;
    color: #949494;
}

.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 10px;
  line-height: 140%;
  }

.pa-author {
  font-size: 11px;
  font-weight: bold;
  }

.pa-avatar img, #pa-avatar img {
    max-width: 180px;
    max-height: 180px;
border-radius:5px;
}

#profile img.avatardemo {
    max-width: 180px;
    max-height: 180px;
}

.pa-author a {
    text-decoration: none;
    font-family: 'Russo One', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #8A82C7;
}

li.pa-fld2 {
    width: 228px;
    background: url(https://forumstatic.ru/files/001c/8d/17/31258.png?v=1);
    background-size: contain !important;
    background-repeat: no-repeat;
}

.about-ch {
    width: 180px;
    margin: auto;
    background: #4a4a4a;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #1C1C1C;
}

.about-link a {
    font-family: 'Russo One';
    text-transform: uppercase;
    color: #BEBEBE;
}

.about-link {
    padding: 10px 0 5px;
}

.about-descr {
    width: 150px;
    text-align: justify;
    margin: auto;
    padding-bottom: 10px;
}


.about-link a:hover {
text-shadow: 1px 0px 10px #dfdfdf;
transition: 0.3s ease-in-out;
}

.about-descr a {
    color: #BABABA;
    font-weight: bolder;
}

.char-dev, .race {
  position: relative;
  display: inline-block;
}

.race img {
  display: block;
  max-width: 32px;
  height: auto;
}

.char-dev img {
  display: block;
  max-width: 150px;
  height: auto;
}

.hover-dev, .hover-race {
    position: absolute;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: auto;
    white-space: nowrap;
pointer-events: none;
}

.hover-race {
    bottom: 30px !important;
}

.race {
    position: absolute !important;
    margin-left: -140px;
    margin-top: 33px;
}

.char-dev:hover .hover-dev, .race:hover .hover-race {
  opacity: 1;
}

.pa-respect .fld-name {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://forumstatic.ru/files/001c/8d/17/18626.svg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    color: transparent;
    margin-bottom: 5px;
}

.pa-respect img {
    max-height: 2px;
    display: none;
}

li.pa-posts .fld-name {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://forumstatic.ru/files/001c/8d/17/41082.svg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    color: transparent;
    margin-bottom: 5px;
}

li.pa-fld3 .fld-name {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://forumstatic.ru/files/001c/8d/17/90961.svg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    color: transparent;
    margin-bottom: 5px;
}

li.pa-fld4 .fld-name {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://forumstatic.ru/files/001c/8d/17/60340.svg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    color: transparent;
    margin-bottom: 5px;
}

.pa-respect .fld-name a {
    color: transparent;
    height: 15px !important;
    width: 15px !important;
    position: absolute;
    margin-left: -9px;
}

.pa-fld3, .pa-fld4, .pa-posts, .pa-respect {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.pa-stats {
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    width: 200px;
    margin-top: 10px;
}

li.pa-title {
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 8px;
    text-transform: lowercase;
}


li.pa-online {
  line-height: 0.8em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

.punbb .post-body {
    margin-left: 250px;
  padding: 0 0 1px 0;
  }

.punbb .post-box {
    padding: 20px 5px;
  }

.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

.post-box a:hover {
    color: #8A82C7;
transition: 0.3s ease-in-out;
}

.post-box a {
    font-weight: 600;
    color: #21172c;
transition: 0.3s ease-in-out;
}

.punbb .post-links {
margin-top:10px;
  }

.punbb .post-links ul {
    background: transparent;
    text-align: right;
    width: 960px;
    height: 34px !important;
    line-height: 10px !important;
    margin-left: -5px;
}

.punbb .post-links li {
    display: inline !important;
    margin: 0 2px !important;
    text-transform: lowercase;
    line-height: 13px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
       
}

.post-links li a {
    background: #d0d0d0;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    
}

.pl-email, .pl-website {
  float: left;
  }

.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* Moderator menu
-------------------------------------------------------------*/

.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

.punbb .modmenu .container strong {
  float: left;
  }

.punbb .modmenu input {
  margin-left: 1em;
  }

#topic-modmenu .container span {
    display: none;
}


/* Message boxes
-------------------------------------------------------------*/

.punbb .info .container {
  padding: 0.8em 1em
  }

.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* Profile
-------------------------------------------------------------*/

#profile .container {
  padding-left: 18.6em;
  }

#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

#viewprofile ul, #profilenav ul {
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

#viewprofile li strong, #viewprofile li div, #setmods dd {
    display: block;
    padding: 3px;
    font-weight: normal;
  }

#viewprofile {
text-transform: lowercase; 
}

.punbb img.avatardemo {
  float: right;
  margin: 0 0 10px 10px;
  }


/* User list
-------------------------------------------------------------*/

#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

#pun-userlist .usertable .container {
  padding: 0 20px 20px 20px;
  border-top: none;
  }

#pun-userlist .usertable table {
  }


/* Page navigation
-------------------------------------------------------------*/

#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

#pun-pagelinks .container li {
  display: inline
  }

#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 11px;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* Forum navigation
-------------------------------------------------------------*/


#pun-navlinks li {
  display: inline;
  }

#pun-navlinks a {
    color: #23162E;
    font-family: "Russo One", sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 400;
    font-style: normal;
transition: 0.3s ease-in-out;
}

#pun-navlinks a:hover {
color: #8A82C7;
transition: 0.3s ease-in-out;
}

#pun-navlinks ul.container {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 700px;
}

#pun-navlinks ul.container li, #pun-ulinks ul.container li {
    margin-left: 5px;
    margin-right: 5px;
}

#pun-navlinks .container:after, #pun-ulinks .container:after {
display: none !important;
}

#pun-ulinks ul.container {
    width: 900px;
    margin: auto;
    text-transform: lowercase;
    display: flex
;
    justify-content: center;
    margin-bottom: 5px;
}

div#pun-navlinks {
    margin-top: 10px;
    margin-bottom: 5px;
}


/* User links
-------------------------------------------------------------*/

#pun-ulinks li {
  display: inline;
  }


/* Statistics
-------------------------------------------------------------*/

#pun-stats .container {
    padding: 10px 0px;
    font-size: 11px !important;
text-transform: lowercase;
}

#pun-stats .container li, #pun-stats .container li span, #pun-stats .container li strong {
    font-size: 11px !important;
}

#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

li#onlinelist {
  margin-top: 10px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

li#onlinelist div {
  padding: 10px 0 0 0;
  }

/* Quick Jump 
-------------------------------------------------------------*/

#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 10px;
  }

#pun-about {
  margin-top: 0;
  }

#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 10px;
  }

#pun-about p span {
  display:block;
  padding-left: 50%;
  }

#pun-status {
    text-transform: lowercase;
}

#pun-crumbs1 {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: lowercase;
}

#pun-crumbs1 a, #pun-crumbs2 a {
    font-weight: bolder;
}

#pun-crumbs2 {
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
}

#pun-crumbs2 .container {
  border-bottom: none;
  padding: 10px;
  font-size: 11px;
  }

#pun-break4 {
  margin: -2px 10px;
  position: relative;
  height: 0;
  z-index: 1;
  }

div.punbb-admin #pun-about .container {
  }

/* theme switcher 
-------------------------------------------------------------*/

ul#theme_switcher {
    width: 100px;
    margin-top: 170px;
    position: absolute;
    margin-left: 770px;
}

/* Help file
-------------------------------------------------------------*/

#pun-help .formal .info-box h3.legend {
  padding-bottom: 0;
  margin-bottom: 10px;
  }

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 10px;
  display: block;
  font-size: 11px;
  }

#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 10px
  }

#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 10px
  }

#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

#pun-help .formal li * {
  vertical-align: text-top
  }

#pun-help .formal dt span {
  font: 10px/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

#pun-adnav {
    position: sticky;
    top: 0;
}






/* Light
-------------------------------------------------------------*/
.light .about-descr a {
    color: #434343;
}

.light .about-link a {
    color: #434343;
}

.light .header-main {
    background: url(https://forumstatic.ru/files/001c/8d/17/47146.svg?v=1);
}

.light ul#theme_switcher {
    margin-left: 770px;
}

.light .shaphead.best-post a {
    color: #B3B32D;
}

.light .shapk.center a {
    color: #B3B32D;
}

.light .plashka-left {
    color: #B3B32D;
}


.light .pa-author a {
    color: #323203;
}

.light .post-box a:hover {
    color: #B3B32D;
}

.light #pun-navlinks a:hover {
color: #B3B32D;
}

.light a:hover {
    color: #B3B32D;
}


.light #pun-admain a:hover {
    color: #B3B32D !important;
}


.light .guestroom2 .header p {
    background: #B3B32D;
}

.light body {
    background: url(https://forumstatic.ru/files/001c/8d/17/22991.png?v=1) no-repeat fixed top center;
    background-size: cover !important;
}

.light .punbb {
    background: #D9D9D9;
}

.light .punbb .post .post-author {
    background: url(https://forumstatic.ru/files/001c/8d/17/18952.png?v=1);
}

.light .about-ch {
    background: #D0D0D0;
}

.light .post-author ul {
    color: #4D4D4D;
}

.light .quote-box cite, .light .code-box strong.legend {
    background: #c0c0c0;
}

.light .punbb .post-content .blockcode {
    background: #d3d3d3;
}

.light .post-content blockquote {
    background: #d3d3d3;
}

.light .quote-box.spoiler-box {
    background: #eeeeee;
}

.light .post-box a {
    color: #323203;
}


.light #pun-navlinks a {
    color: #323203;
transition: 0.3s ease-in-out;
}

.light #pun-navlinks a:hover {
color: #323203;
}

.light ::-moz-selection { /* Code for Firefox */
  color: black;
  background: #B3B32D;
}

.light ::selection {
  color: black;
  background: #B3B32D;
}

.light .category h3 a:hover {
    color: #b4b485;
}

.light .category .icon[data-new-topics]:before {
    background: #B3B32D !important;
    box-shadow: 0 0 10px #B3B32D !important;
}

.light .category h2 {
    background: url(https://forumstatic.ru/files/001c/8d/17/61461.png?v=1) 100% center no-repeat fixed;
}

.light #pun-stats h2 {
    background: url(https://forumstatic.ru/files/001c/8d/17/61461.png?v=1) 100% center no-repeat fixed;
}

.light .for-links a {
    background: #5c5c5c;
}

.light a.plashka {
    background: #BEBEBE;
}

.light a.plashka:hover {
    background: #ebebeb;
}

.light td.tcl .icon.icon-new {
    background: #b1b249 !important;
}

.light .footer-dec {
    background: url(https://forumstatic.ru/files/001c/8d/17/62628.svg?v=1) no-repeat;
}

.light .category h2 {
    color: #5c5c5c;
}

.light #pun-stats h2 {
    color: #5c5c5c;
}
.light .dropdown-content {
    background-color: #d1d1d1;
}

.light .race {
    background-image: url(https://forumstatic.ru/files/001c/8d/17/69070.png);
}

.race {
  position: absolute !important;
  margin-left: -140px;
  margin-top: 33px;

  display: inline-block;
  width: 32px;
  height: 32px;

  background: url("https://forumstatic.ru/files/001c/8d/17/86180.png") no-repeat center center;
  background-size: contain;
}

.light li.pa-posts .fld-name {
    background-image: url(https://forumstatic.ru/files/001c/8d/17/51631.svg) !important;
}

.light li.pa-respect .fld-name {
    background-image: url(https://forumstatic.ru/files/001c/8d/17/55014.svg) !important;
}

.light li.pa-fld3 .fld-name {
    background-image: url(https://forumstatic.ru/files/001c/8d/17/76167.svg) !important;
}

.light li.pa-fld4 .fld-name {
    background-image: url(https://forumstatic.ru/files/001c/8d/17/95314.svg) !important;
}

.light .dropdown-content a {
    color: #4c4b4b;
}

.light a.plashka:hover .plashka-right-header {
    color: #171717;
    transition: 0.3s 
ease-in-out;
}

.dark .shapk.center {
    margin-left: 40px;
}

.light .pa-respect a:hover {
    color: #B3B32D;
    color: transparent;
}

.punbb table div.icon {
    font-size: 11px;
    position: absolute;
    margin-left: -18px;
    margin-top: -2px;
}

.tclcon a {
    font-weight: bold;
}









/* Matchast & org
-------------------------------------------------------------*/


.match {
    background: url(https://forumstatic.ru/files/001c/8c/72/71780.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    max-height: 500px;
    padding: 20px;
}

.match p:has(.bbuline) {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.match-ins {
    max-width: 450px;
    max-height: 400px;
    background: #d0d0d0;
    margin: auto;
    overflow-y: scroll;
    padding: 40px;
    border-radius: 10px;
}

.match-head em.bbuline {
    padding: 10px 120px;
    color: #c2c2c2;
    background: #1a1a1a;
    border: 1px solid black;
    box-shadow: inset 0 0 6px 2px black;
    text-decoration: none !important;
    font-family: 'russo one';
    text-transform: uppercase;
    width: 289px !important;
    position: absolute;
    z-index: 10;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px !important;
}


.sub-match p {
    padding-bottom: 0px !important;
}
.sub-match {
    text-transform: uppercase;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}

.match-ins::-webkit-scrollbar {
        display: none;
    }
    
.forEpisode {
    background: #c3c3c3;
    border-radius: 10px 100px 10px 30px;
    border-left-width: 5px !important;
    border: 1px solid;
    border-right-width: 5px !important;
    box-shadow: inset 0px 0px 5px 0px #404040;
    margin-bottom: 20px !important;
    padding: 20px 0;
}

.forEpisode span:has(img) {
    margin: auto;
}
.forEpisode span {
    max-width: 640px;
}

.forEpisode span img {
    border-radius: 10px;
    border-top-right-radius: 90px;
}

.forEpisode-ins {
    margin: auto;
    max-width: 600px;
    border: 1px dotted;
    padding: 20px;
        border-radius: 10px;
}

.forEpisode span:has(.bbuline) {
    text-align: center !important;
}

.forEpisode em.bbuline {
    color: #8a83c2;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'russo one';
    font-size: 25px;
    line-height: 30px;
}

.light .forEpisode em.bbuline {
    color:#B3B32D;
}


.anketa {
    background: url(https://forumstatic.ru/files/001c/8c/72/71982.png?v=1) no-repeat fixed top center;
    background-size: cover !important;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px;
    max-width: 100% !important;
}

.anketa-ins {
    max-width: 560px;
    background: #d0d0d0;
    margin: auto;
    overflow-y: scroll;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid;
}

.anketa-v-ins {
    width: 530px;
    background: #c3c3c3;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px dotted;
}

.anketa img.postimg {
    border-radius: 10px;
}



.newsletter {
      background: url(https://forumstatic.ru/files/001c/8c/72/65972.png?v=1) no-repeat fixed top center;
    background-size: cover !important;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px;
    max-width: 100% !important;  
}

.newsletter-ins {
    max-width: 560px;
    background: #d0d0d0;
    margin: auto;
    overflow-y: scroll;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid;
}


.needed {
    background: url(https://forumstatic.ru/files/001c/8c/72/79111.png?v=1) no-repeat fixed top center;
    background-size: cover !important;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px;
    max-width: 100% !important;
}

.needed-ins {
    max-width: 560px;
    background: #d0d0d0;
    margin: auto;
    overflow-y: scroll;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid;
}

.needed-v-ins {
    width: 530px;
    background: #c3c3c3;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px dotted;
}

.needed img.postimg {
    border-radius: 10px;
}

.newsletter-head {
    max-width: 200px;
    background: #272727;
    color: white;
    border-radius: 10px;
    margin-bottom: -5px;
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    box-shadow: inset 0 0 16px #0d0d0d;
    justify-content: space-between;
    margin-left: -6px;
}

.newsletter-date {
    width: 50px;
    height: 50px;
    background: #8a83c2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-date {
    width: 50px;
    height: 50px;
    background: #8a83c2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-date p {
    padding-bottom: 0px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    background: black;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'russo one';
    font-size: 10px !important;
}

.light .newsletter-date {
    background:#B3B32D;
}

.newsletter-info p {
    padding-bottom: 0 !important;
    text-transform: uppercase;
        padding-right: 10px !important;
}