/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1686662429.css);
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Akronim&family=Alice&family=Allura&family=Alumni+Sans&family=Amatic+SC&family=Annie+Use+Your+Telescope&family=Arizonia&family=Arsenal&family=Bad+Script&family=Bahiana&family=Bangers&family=Barrio&family=Berkshire+Swash&family=Bigelow+Rules&family=Bigshot+One&family=Bilbo+Swash+Caps&family=Bungee+Outline&family=Cabin+Sketch&family=Calligraffitti&family=Caveat&family=Cinzel+Decorative&family=Cookie&family=Cormorant+Garamond&family=Cormorant+SC&family=Cormorant+Unicase:wght@500&family=Cormorant+Upright:wght@500&family=Cutive+Mono&family=Dancing+Script&family=Dawning+of+a+New+Day&family=EB+Garamond&family=Elsie&family=Festive&family=Finger+Paint&family=Fjalla+One&family=Fredericka+the+Great&family=Great+Vibes&family=Grechen+Fuemen&family=Handlee&family=Henny+Penny&family=Hi+Melody&family=Homemade+Apple&family=IBM+Plex+Serif&family=Indie+Flower&family=Inter&family=Julius+Sans+One&family=Jura:wght@500&family=Just+Another+Hand&family=Kelly+Slab&family=Kranky&family=Lobster&family=Londrina+Outline&family=Londrina+Shadow&family=Lora&family=Lovers+Quarrel&family=Marck+Script&family=MedievalSharp&family=Megrim&family=Monoton&family=Montserrat+Subrayada&family=Mr+Bedfort&family=Mr+Dafoe&family=Niconne&family=Nosifer&family=Old+Standard+TT&family=Oleo+Script+Swash+Caps&family=Oranienbaum&family=Oregano&family=Pangolin&family=Pattaya&family=Petit+Formal+Script&family=Philosopher&family=Pirata+One&family=Playball&family=Playfair+Display&family=Playfair+Display+SC&family=Poiret+One&family=Pompiere&family=Prata&family=Qwigley&family=Raleway&family=Raleway+Dots&family=Reenie+Beanie&family=Rochester&family=Rubik+Mono+One&family=Ruslan+Display&family=Sacramento&family=Saira+Stencil+One&family=Share+Tech+Mono&family=Six+Caps&family=Srisakdi&family=Stick&family=Syncopate&family=Tenor+Sans&family=Underdog&family=UnifrakturMaguntia&family=Vollkorn+SC&family=Wire+One&family=Yeseva+One&family=Zen+Loop&family=Zeyada&family=Zilla+Slab+Highlight&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');


@font-face {font-family: "GTEAPAC"; src: url("http://forumstatic.ru/files/001b/de/72/33961.eot"); src: url("http://forumstatic.ru/files/001b/de/72/13918.eot") format("embedded-opentype"), url("http://forumstatic.ru/files/001b/de/72/45983.woff2") format("woff2"), url("http://forumstatic.ru/files/001b/de/72/70963.woff") format("woff"), url("http://forumstatic.ru/files/001b/de/72/82974.ttf") format("truetype"), 
url(http://forumstatic.ru/files/001b/de/72/61482.otf),
url("http://forumstatic.ru/files/001b/2a/9a/21083.svg") format("svg");
font-style: normal;
font-weight: normal;  }

/* 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 {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: auto;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
   background: #cccecf;
    border: 1px solid rgb(150 147 142 / 46%);
  border-radius: 10px;
}

/* 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 h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* 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 */
.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

/* A3.10 */
.punbb a {
  text-decoration: none; 
  }

/* A3.11 */
.punbb optgroup {
  font-weight: normal;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
.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;
    margin-top: 70px;
    margin-bottom: 50px;
    width: 960px;
    background-color: #c4c7c9;
   border-radius: 20px;
    padding: 0px 0px 0px 0px;
    background-repeat: repeat;
    background-position: center;
    position: relative;
}


/* A5.2 */
.punbb {
    margin-left: 20px;
    float: none;
    width: 920px;
    height: auto;
}

/* A5.3 */
 #pun-redirect, #pun-maint {
  margin: 10px 10% 12px 10%;
  width: auto;
  float: none;}


/* 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 solid none;
  border-width: 0px 0px 2px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
text-transform: lowercase;
 background: b2b0a8 !important;
  }

#pun-main h2 {
    background: #c4c7c9;
}

/* ñêðûâàåì áûñòðûé îòâåò */
#post-form h2 span {
    font-size: 0px;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
     padding: 0;
    margin: 30px;
    width: 95%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
display: block;
    text-align: center;
    border-top: 1px solid #7b76664f;
    margin-left: 385px;
    padding-bottom: 5px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }


/* B1.3 */
.punbb .post-content p {
    margin: 0px;
    padding: 0.5em 0em 0.5em 0em;
    line-height: 160%;
}

/* 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 1em 1em 1em;
    padding: 1em;
    border-style: solid;
    color: rgb(32, 33, 36) !important;
     background: #bcbebfad;
    border-radius: 10px;
    border: 1px solid #00000014;
    text-align: justify;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    width: auto;
    font-size: 11px;
    font-family: ''Noto Sans'';
    text-transform: uppercase;
    margin-top: -10px !important;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    color: #3e3e41;
    padding: 5px !important;
    letter-spacing: 0.6px;
    text-align: center;
}
  
.punbb .quote-box cite a, .punbb .code-box strong.legend a {
color: #3e3e41 !important;
}
  


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  font-family: 'Noto Sans';
  position: absolute;
  top: -3em;
  left: 1em;
  width: 24em;
    font-size: 12.3px;
color: #000000cc;
  }

/* B3.4 */
.linkst .postlink {
font-family: 'Noto Sans';
    font-size: 12.3px;
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
     font-size: 12.3px;
     font-family: 'Noto Sans';
  }

/* 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;
    font-size: 12.3px;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 1.8em 0.3em 1em 1.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, .punbb select, .punbb input {
    margin: 0 1em 0 0;
    font-family: 'Noto Sans';
    padding: 5px 15px;
    color: #222222e6;
    background: #bcbebfad;
    border: 1px solid #0000001f;
    font-size: 12px!important;
  border-radius: 10px;
}

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 11px!important;
}

/* 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: right;
width: 35%;
 font-family: 'Noto Sans';
font-size: 10.8px;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
 font-family: 'Noto Sans';
  }

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 35%;
    font-family: Noto Sans;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%;
      text-align: left;
  }


/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }


/* C2.8 */
#pun-index .tcl h3 {
    -webkit-text-size-adjust: none;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: 'Noto Sans';
    font-weight: 500;
    text-transform: uppercase;
    -webkit-text-size-adjust: none;
}

#pun-index .tcl h3 a {
    color: #3c4f4f !important;
    transition: all 0.5s;
    -webkit-text-size-adjust: none;
}

#pun-index .tcl h3 a:hover {
    color: #000!important;
    transition: all 0.5s;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.4em 0.4em 1em;
  }



/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2em;
  }


/* C2.15 */
.punbb div.icon {
   border-style: none;
    line-height: 0.0;
    margin-top: 0.3em;
}

.punbb td div.tclcon {
    text-align: justify;
    color: #151515de;
    font-weight: 500;
    font-family: 'Noto Sans';
    font-size: 12px;
    padding: 5px;
}

/* C2.16 */
.punbb table div.icon {
     height: 8px;
    width: 8px;
    position: absolute;
    margin-left: -3.8em;
}





 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
    padding: 0em 1em;
    display: block;
    margin-left: 0em;
    border-left-style: solid;
    border-left-width: 1px;
    color: #000;
    background: #bcbebfad;
    border-radius: 10px;
    border: 1px solid #00000014;
    font-family: 'Noto Sans';
}

/* 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;
    text-align: center;
    margin-top: 40px;
    margin-left: -5px;
    color: #e8e9e7 !important;
    border-radius: 10px;
    /* border: 1px solid #a5a5a591; */
    /* background-color: #c8cacc; */
    background: url(https://forumstatic.ru/files/001a/b6/b3/97554.jpg);
    box-shadow: 1 1 10px #000;
    border-top: 3.5px solid #8e8261;
    border-bottom: 3.5px solid #8e8261;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
   color: #8e8261 !important;
    font-family: 'GTEAPAC', 'Noto Sans';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
    text-align: center;
    width: 220px;
    margin-top: 5px;
    margin-left: -5px;
    margin-bottom: 7px;
    line-height: 21px;
}

/* C3.8 */
.pa-author a {
   color: #8e8261 !important;
    display: inline-block;
}

#pun .post-author .pa-author a {
    width: 220px;
    color: #8e8261 !important;
    font-family: 'GTEAPAC', 'Noto Sans';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    margin-left: -11px;
    margin-top: 5px;
    padding: 2px 10px;
    transition: 0.5s;
    line-height: 23px;
}

/* C3.9 */
li.pa-title {
    width: 205px;
    font-family: 'Noto Sans';
    color: #a19f9c !important;
    font-size: 9px!important;
    line-height: 115%;
    letter-spacing: 0.5px;
    padding: 3px 3px!important;
    margin-top: -5px;
    margin-bottom: 5px;
    text-transform: lowercase;
}

li.pa-online {
    width: 220px;
    margin-top: 6px;
    font-size: 9px;
    text-align: center;
    font-family: 'Noto Sans';
    border-top: 1px solid #6f664c;
    padding-top: 4px;
    margin-left: -6px!important;
    letter-spacing: 0.7px;
    color: #a19f9c !important;
    text-transform: lowercase;
}

.pa-reg { 
font-size: 9px;
    font-family: 'Noto Sans';
     color: #a19f9c !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;}

.pa-ip { 
 margin-top: 10px;
font-size: 9px;
    font-family: 'Noto Sans';
    color: #a19f9c !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;}

.pa-time-visit { 
font-size: 9px;
    font-family: 'Noto Sans';
    color: #a19f9c !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;}


/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
    padding: 1em;
    margin-left: 21px;
}

/*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: 0 1em 0 0;
    height: 2em;
    line-height: 2em;
    margin-left: -16em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 12.3px;
    font-family: 'Noto Sans';
}

/* 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 {
    font-size: 12.3px;
  padding: 0.5em 1em;
  text-align: right;
font-family: 'Noto Sans';
  }

/* 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 {
    border-style: solid;
    border-width: 1px;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
    background: #bcbebfad;
    border-radius: 10px;
    border: 1px solid #00000014;
    font-size: 10.7px;
    position: relative;
}

#profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
    font-size: 10.7px;
    position: relative;
  }


/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
    float: left;
    width: 14em;
    margin-left: -16em;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #000000bf;
}

/*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: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
    display: none;
}

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
/* øàïêà */
#pun-title table {
    border: none;
    height: 290px;
    width: 962px;
    background: url(https://forumstatic.ru/files/001a/b6/b3/34821.png);
    position: relative;
    border-radius: 19px 19px 0 0;
    margin-top: -2px!important;
    margin-left: -22px;
}

.forumname {
    position: absolute;
    cursor: default;
    margin-left: 30px;
    z-index: 1;
    text-transform: uppercase;
    margin-top: -40px;
    font-size: 60px;
    letter-spacing: 2px;
    font-family: 'GTEAPAC';
    font-weight: 500;
    color: #817350;
    transition: ease-out 1.6s;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 36%);
    height: auto;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 700px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }


/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
    text-align: center;
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 1em;
  padding-top: 4px;}

/* D.3 */
#pun-navlinks li {
    display: inline;
    padding: 0px 5px 0px 5px;
}


#pun-navlinks {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    font-weight: 400;
    position: absolute;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    top: 230px;
    width: 960px;
    margin-left: -20px;
    height: 18px;
    z-index: 200;
}


#pun-navlinks a:before {
    position: absolute;
    content: "";
    display: block;
    background: currentColor;
    height: 1.5px;
    width: 100%;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
    opacity: .7;
}


#pun-navlinks a {
    color: #000;
   transition: all .2s ease-in-out;
    position: relative;
}

#pun-navlinks a:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

#pun-navlinks a:hover {
        color: #3c4f4f;
}


/* D4 User links
-------------------------------------------------------------*/


/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }


#pun-ulinks .container {
    font-size: 10px;
    line-height: 25px;
    text-align: center !important;
    margin-left: -20px !important;
    font-family: 'Noto Sans';
    font-weight: 400;
    position: absolute;
    letter-spacing: .3px;
    padding: 0 !important;
    text-transform: lowercase;
    z-index: 999;
    margin-top: -30px;
    width: 960px;
    height: 25px;
}


#pun-ulinks a {
    color: #000 !important;
    transition: ease-out 1s;
}

#pun-ulinks a:hover {
        color: #3c4f4f;
      transition: ease-out 1s;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }


/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status {
    position: absolute;
    text-align: left;
    font-size: 10px;
    font-family: 'Noto Sans';
    text-transform: lowercase;
    letter-spacing: inherit;
    font-weight: 500;
    margin-left: 33px;
    top: -60px;
    width: 420px;
    height: 23px;
    z-index: 1;
}

#pun-status .container {
    padding: 0px;
    line-height: 19px;
    display: inline-block;
    color: #727272;
    cursor: default;
}

#pun-status .container strong, #pun-status .container a {
    font-weight: 500!important;
}

#pun-status .container a { 
       font-size: 9px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
   color: #727272;
}
 
 
/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
border-bottom: none;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Noto Sans';
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
display: none;
  }

/* 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;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
 margin-top: 20px !important;
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
    float: left;
    display: inline-block;
    line-height: 110%;
        font-size: 11px;
    color: #000;
    text-align: center;
     text-transform: lowercase;
    letter-spacing: 0.2px;
    margin-left: 3px;
    font-family: 'Noto Sans';
    font-weight: 400;
    padding: 4px;
}

#pun-stats li.item1 {
    width: 140px;
}

#pun-stats li.item2 {
    width: 165px;
}

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    display: inline-block;
    line-height: 110%;
    font-size: 11px;
    color: #000000;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 0.2px;
    margin-left: 3px;
    font-family: 'Noto Sans';
    font-weight: 400;
    padding: 4px;
    vertical-align: text-top;
}

#pun-stats li.item3 {
    width: 245px;
}

#pun-stats li.item4 {
    width: 300px;
}
#pun-status .status-right {
    float: left !important;
    margin-top: -5px !important;
}

/* D7.4 */
li#onlinelist {
    margin-top: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 100%;
    margin-left: 15px;
    line-height: 130%;
}

/* D7.5 */
li#onlinelist div {
    width: 890px;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 11.7px;
    text-align: justify;
}


/* 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: -10px;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;
  padding: 0.8em 1em;
    font-size: 8px;
    font-family: Philosopher;
  text-transform: lowercase;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
 margin-top: -45px;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 50px;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
 border-bottom: none;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Noto Sans';
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  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: solid;
  border-bottom-width: 1px;
  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;
  }


/*ÎÒÊËÞ×ÅÍÈÅ ÏËÀØÊÈ ÑÌÅÍÛ DNS*/
#dns-ip-replace-notify {display:none!important;}
#pun_wrap{position:static!important;}


/*ÁËÞÐ ÇÀ×ÅÐÊÈÂÀÍÈß*/
.punbb .post-content del {
    filter: blur(2px);
    text-decoration: none;
    }

.punbb .post-content del:hover { 
filter: none; 
text-decoration: none;}






.punbb #size-area {
    padding: 0 9px!important;
    overflow: hidden;
    overflow-y: auto;
    height: 355px;
    z-ndex: 100000;
}

/* îêîøêî ïåðåíîñà ñîî */
.pun-modal .container {
    background: #d2cfcc;
}

.p-message {
    background: #000000 !important;
}

.p-advert, .p-promo, .p-notice, .p-award, .p-reputation, .p-report {
    background: #7e7c79 !important;
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    font-family: montserrat;
    font-size: 9px;
    font-weight: 500;
    width: 20px;
display: none
}


.Tems_And_messages  {
    display: inline-block;
    width: auto;
    font-family: 'Noto Sans' !important;
    height: 20px;
    font-size: 7.5px;
    text-transform: uppercase;
    color: #38353b;
    font-weight: normal;
    text-align: center;
    width: 131px;
    display: flex;
    justify-content: space-between;
    line-height: 27px;
    margin-left: 370px !important;
}

.Tems_And_messages span {font-weight: normal;
    display: block;
    height: 21px;
    }


/* ñòðåëêè */
.go-up, .go-down {
    display: none;
    position: fixed;
    margin-left: 970px;
    z-index: 100;
    border-radius: 100%;
    font-family: 'GTEAPAC';
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 1px;
    color: #817350;
    margin-bottom: 40px;
}
.go-up {
bottom:250px; /*ïîëîæåíèå îò íèçà îêíà áðàóçåðà âåðõíÿÿ êíîïêà*/
}
.go-down {
bottom:180px; /*ïîëîæåíèå îò íèçà îêíà áðàóçåðà íèæíÿÿ êíîïêà êíîïêà*/
}


/* ñîîáùåíèÿ */
span.num_msg {
    z-index: 9999;
    margin-top: -10px!important;
    margin-left: -2px!important;
   background: #3c4f4f!important;
    color: rgb(198, 197, 191) !important;
    font: bolder 10px/1.4 Tahoma!important;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 100% !important;
    width: 16px !important;
    height: 16px !important;
}

span.num_msg:before {
    display: none !important;
}

/* óâåäîìëåíèÿ */
.bubble {
    background: #3c4f4f!important;
    color: rgb(198, 197, 191) !important;
    border: 0 none;
    border-radius: 100% !important;
    display: inline-block;
    font: bolder 10px/1.4 Tahoma !important;
    padding: 0 !important;
    position: absolute;
    right: -8px;
    text-align: center;
    width: 15px !important;
    height: 15px !important;
    top: -10px!important;
}

.bubble:after {
display: none !important;
}





/*ñìàéëû*/
@media only screen and (max-device-width: 600px) {
  .hvStickerPackModal.active {
    display: block;
    width: 500px!important;
    background: #c4c7c9;
    border: 1px solid #5e513b57;
    color: #3a3a3a !important;
    border-radius: 0px;
    box-shadow: none;
    z-index: 99999;
}}

.hvStickerPackModal.active {
    display: block;
    width: 920px !important;
    background: #c4c7c9;
    border: 1px solid #5e513b57;
    color: #3a3a3a !important;
    border-radius: 10px;
    box-shadow: none;
    z-index: 99999;
}

.hvStickerPackModalTab {
    background: rgb(178 178 176) !important;
    border-radius: 10px !important;
}

.hvStickerPackModalTab.active {
    background: #3c4f4f!important;
    color: #c6c6c6;
}

.hvStickerPackModalContent {
    border: none !important;
    padding: 0px 12px;
    min-height: 70px;;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hvStickerPackModalAddButton {
    font-size: 16px;
    line-height: 20px;
    border: 0;
    margin-left: 8px;
    border-radius: 40px;
    background: rgb(195 180 150);
    cursor: pointer;
}

.hvStickerPackModalInput {
    background: #c4c7c9;
    border: solid 1px #a4a29f !important;
    color: #000 !important;
}


/* èêîíêè â ôîðìå îòâåòà */
#form-buttons #button-font,
#form-buttons #button-transL,
#form-buttons #button-indent,
#form-buttons #button-size,
#form-buttons #button-bold,
#form-buttons #button-italic,
#form-buttons #button-underline,
#form-buttons #button-strike,
#form-buttons #button-left,
#form-buttons #button-center,
#form-buttons #button-right,
#form-buttons #button-justify,
#form-buttons #button-spoiler,
#form-buttons #button-quote,
#form-buttons #button-code,
#form-buttons #button-color,
#form-buttons #button-smile,
#form-buttons #button-link,
#form-buttons #button-image,
#form-buttons #button-image2,
#form-buttons #button-video,
#form-buttons #button-hide,
#form-buttons #button-table,
#form-buttons #button-keyboard,
#form-buttons #button-addition,
#form-buttons #button-html,
#form-buttons #floatbut,
#form-buttons td#button-styles,
#form-buttons #button-pr,
#form-buttons #button-sticker,
#form-buttons #button-mask,
#form-buttons #button-music  {
    font-family: 'cappuccicons', 'fontawesome';
    background: transparent!important;
    top: 12px !important;
    position: relative;
    width: 26px;
    height: 23px;
   color: rgb(59 59 59);
}

#form-buttons  #button-servimg  {
    top: 6px !important;
    position: relative;
    width: 25px;
    height: 20px;
}

#form-buttons td {display: inline-block; margin: 0 3px 3px;  line-height: 24px; /* îòñòóïû êíîïîê äðóã îò äðóãà */}


#form-buttons td img {
    height: 26px;
    width: 100%;
    margin-top: -12px !important;
}

#form-buttons #button-indent {
display: none
}

#button-font:before {content: "\f031"} 
#button-transL:before {content: "\f031"} 
#button-size:before {content: "\f034";}
#button-bold:before {content: "\f032"} 
#button-italic:before {content: "\f033"} 
#button-underline:before {content: "\f0cd"} 
#button-strike:before {content: "\f0cc"} 
#button-indent:before {content:"\f03c";} 
td#button-image:before {content: "\f03e"}
td#button-image2:before {content:"\f0ee";} 
#button-left:before {content: "\f036"}
#button-right:before {content: "\f038"}
#button-center:before {content: "\f037"}
 #button-spoiler:before {content: "\f187"} 
 #button-quote:before {content: "\f10d"} 
 td#button-code:before {content: "\f121"} 
 td#button-color:before {content: "\ebc3"} 
 #button-smile:before {content: "\ea84"} 
 #button-link:before {content: "\f0c1"} 
 #button-image:before {content: "\f007"} 
 #button-image2:before {content: "\f007"} 
 #button-video:before {content: "\f03d"} 
 #button-hide:before {content: "\f070"} 
 #button-table:before {content: "\f0ce"} 
 #button-keyboard:before {content: "\f11c"} 
td#button-sticker:before {content: "\f004";} 
#floatbut:before {content:"\2a";} 
#button-addition:before {content:"\f005";} 
#button-mask:before {content: "\f007"} 
td#button-styles:before {content:"\f03c";} 
td#button-pr:before {content: "\ea3f";}
#button-servimg:before {content: "\ea3f";}
#button-music:before {content: "\eba0";}


#form-buttons tr {
    text-align: left;
}

.welcome {
    width: auto;
    cursor: default;
    margin-top: 10px;
    margin-left: 600px;
    position: absolute;
    color: #897d5e!important;
    border-radius: 10px;
    padding: 3px;
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 9.5px;
    letter-spacing: 0.6px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
    z-index: 1;
}
/*ÁûñòðîÏëþñû äëÿ Òîïèêà!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
    text-align: center;
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
    filter: brightness(0.65);
    background-size: 38px auto;
    position: relative;
    padding-left: 1px;
    z-index: 3;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -1px;
    color: #000000d4;
}
div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
    font-size: 0 !important;
    position: absolute;
    cursor: pointer;
    z-index: 200;
    width: 23px;
    height: 23px;
    background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
   filter: brightness(0.7);
    display: block;
    background-size: 100%;
    margin-left: -9px;
    margin-top: 8.5px;
       z-index: 1;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}


/* ïîÿâëÿþùàÿñÿ òàáëèöà ñ ðåíî */
.renoheader {
     border-radius: 19px 19px 0 0;
   background: url(https://forumstatic.ru/files/001a/b6/b3/34821.png);
      transition: all 1.8s cubic-bezier(.64,.51,.55,1.16) 0s;
 }

/* òóò ñêðûòü */
.renoheaderhover {
     height: 290px;
    width: 962px;
       border-radius: 19px 19px 0 0;
    opacity: 0;
    transition: all 1.8s cubic-bezier(.64,.51,.55,1.16) 0s;
    margin-top: 0px;
    margin-left: -22px;
    position: absolute;
    z-index: 1;
}

.renoheaderhover:hover {
   height: 290px;
    width: 962px;
    background: url(https://forumstatic.ru/files/001a/b6/b3/34821.png);
      border-radius: 19px 19px 0 0;
    opacity: 10;
       transition: all 1.8s cubic-bezier(.64,.51,.55,1.16) 0s;
}

renoheadercontent {
   height: 290px;
    width: 962px;
       border-radius: 19px 19px 0 0;
    background: url(https://forumstatic.ru/files/001a/b6/b3/34821.png);
   transition: all 1.8s cubic-bezier(.64,.51,.55,1.16) 0s;
}

/* êîä îñíîâàí íà ïëàøêàõ ðåíî ñ èäååé îò âåùåãî */ 
.plash {
    position: absolute;
    display: flex;
    z-index: 10;
    margin-top: -50px;
    border-radius: 20px;
    padding: 3px;
    line-height: 290%;
    margin-left: 410px;
    width: 500px;
    justify-content: space-between;
}

.plash a.stick {
    width: 150px;
    height: 26px;
    border-radius: 30px;
    background-color: #334242;
    margin-left: 2px;
    font-weight: 600;
    font-size: 8.5px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    line-height: 27.5px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #8d7e5a!important;
    display: inline-block;
}

.plash a.stick:hover {
  transition: ease-out 1.1s;
  filter: opacity(.8);
  transform: scale(0.95)
}

/* ïîñòîïèñöû */
.posts {
    position: absolute;
    display: inline-block;
    z-index: 1;
    margin-top: 45px;
    height: 40px;
    width: 40px;
    border: 1px solid #2f24299c;
    border-radius: 10px;
    background-color: #69614b;
}

.posts img {
   border-radius: 10px;
    width: 40px;
    height: 40px;
    filter: sepia(1) brightness(0.6) hue-rotate(48deg) opacity(.64) grayscale(0.75);
    mix-blend-mode: soft-light;
}

.flood {
    position: absolute;
    display: inline-block;
    z-index: 1;
    margin-top: 135px;
    height: 40px;
    width: 40px;
    border: 1px solid #2f24299c;
    border-radius: 10px;
    background-color: #69614b;
}

.flood img {
   border-radius: 10px;
    width: 40px;
    height: 40px;
    filter: sepia(1) brightness(0.6) hue-rotate(48deg) opacity(.64) grayscale(0.75);
    mix-blend-mode: soft-light;
}


.bestpost {
    height: 58px;
    width: 365px;
    cursor: default;
    margin-top: 80px;
    overflow: auto;
    margin-left: 40px;
    position: absolute;
    color: #7d8180 !important;
    border-radius: 6px;
    font-family: Noto Sans;
    font-size: 10px;
    line-height: 15px;
    text-transform: lowercase;
    text-align: justify;
    padding: 5px;
    z-index: 10;
}

.bestpost  a {
  color: #7d8180 !important;
}

.ep {
    width: auto;
    cursor: default;
    margin-top: 150px;
    overflow: auto;
    margin-left: 40px;
    position: absolute;
    color: #7d8180 !important;
    font-family: Noto Sans;
    font-size: 10px;
    line-height: 15px;
    text-transform: lowercase;
    text-align: left;
    padding: 5px;
    z-index: 10;
}
.ep  a {
  color: #7d8180 !important;
}

.ams {
    width: auto;
    cursor: default;
    margin-top: 45px;
    margin-left: 40px;
    position: absolute;
    color: #7d8180 !important;
    border-radius: 6px;
    font-family: Noto Sans;
    font-size: 10px;
    line-height: 15px;
    text-transform: lowercase;
    text-align: justify;
    padding: 5px;
    z-index: 10;
}

.ams  a {
  color: #7d8180 !important;
}


.activ-text {
    width: auto;
    cursor: default;
    margin-top: 50px;
    overflow: auto;
    margin-left: 630px;
    position: absolute;
    color: #7d8180 !important;
    font-family: Noto Sans;
   font-size: 10px;
    line-height: 15px;
    text-transform: lowercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    z-index: 1;
}

.activ-text2 {
    width: auto;
    cursor: default;
    margin-top: 140px;
    overflow: auto;
    margin-left: 850px;
    position: absolute;
    color: #7d8180 !important;
    font-family: Noto Sans;
   font-size: 10px;
    line-height: 15px;
    text-transform: lowercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    z-index: 1;
}


/* îïèñàíèå ïîäôîðóìîâ è ññûëêè */
.f_desc_wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px; /* îòñòóï ìåæäó áëîêîì òåêñòà è áëîêîì ññûëîê */
  flex-direction: row-reverse; /*row-reverse ÷òîáû ññûëêè áûëè ÏÅÐÅÄ òåêñòîì; column ñäåëàåò ññûëêè ÏÎÄ òåêñò, òîëüêî øèðèíó áëîêîâ çàäàòü íå çàáóäüòå íà 100%; column-reverse çàïèëèò ññûëêè ÍÀÄ áëîêîì ñ òåêñòîì, îïÿòü æå øèðèíó íà 100% ïîïðàâèòü íå çàáóäüòå*/
}

.f_desc {
    flex: 1;
    width: auto /*øèðèíà áëîêà ñ òåêñòîì*/;
    padding-top: 10px;
    font-family: 'Noto Sans';
}

.f_links {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; /*row, åñëè ññûëêè íàäî ðàñïîëîæèòü ÏÎÄ/ÍÀÄ áëîêîì ñ òåêñòîì*/
  gap: 3.5px;
}

.f_links a {
    background: rgba(0,0,0,.06);
    width: 135px;
    margin-left: 5px !important;
    margin-right: -3px!important;
    font: normal 8.6px Noto Sans;
    color: #4c4b4b !important;
    text-transform: uppercase;
    padding: 6px;
    margin: 1px;
    letter-spacing: 0.7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
}

.f_links a:hover {
 background: #3c4f4f;
    color: rgb(171 174 172) !important;
 transition: ease-out 0.9s;
}

#pun-index .tclcon {
    font-size: 9.3px;
    text-align: justify;
    margin: 0px 0px 0px -10px;
    font-family: montserrat;
    padding: 0px;
    letter-spacing: 0.2px;
    line-height: 15px;
    width: 500px;
    z-index: 1;
    position: relative;
    font-weight: 500;
    min-height: 60px;
}


.weneed {
    position: absolute;
    display: inline-block;
    z-index: 1;
    margin-top: -26px;
    height: 30px;
    width: 30px;
    border: 1px solid #2f24299c;
    border-radius: 10px;
    background-color: #69614b;
}

.weneed img {
   border-radius: 10px;
    width: 30px;
    height: 30px;
    filter: sepia(1) brightness(0.6) hue-rotate(48deg) opacity(.64) grayscale(0.75);
    mix-blend-mode: soft-light;
}



/* âñïëûâàþùåå îêíî, ñ ïîìîùüþ Deffa */
.tooltip {
  position: relative;
}
.tooltip >span {
  display:inline-block;
  position: absolute;
  top: 5px;
 transform: scale(0) translateX(-50%);
   transition: .8s;    
}
.tooltip:hover>span {
  display:inline-block;
  position: absolute;
  padding:10px;
  width: 185px;
margin-left: -100px;
 margin-top: 5px;
color: #b7a386c9 !important;
    font-family: 'Comfortaa';
    font-size: 9px;
    line-height: 13px;
 transform: scale(1);   
   transition: .8s;
}

.cont {
    background: #374848;
    border: 1px solid #313d3d;
    color: #9f9f9e;
    padding: 11px;
    text-align: center;
    font-family: Noto sans;
    font-size: 10px;
    letter-spacing: 0.3px;
}

.cont img {
    width: 160px;
    height: 100px;
    filter: sepia(1) hue-rotate(134deg) brightness(0.5);
    border: 1px solid #ffffff57;
    mix-blend-mode: luminosity;
}

/* øàáëîí àíêåòû */
.anketa {
    margin: 0 auto;
    margin-left: -16px;
    border-radius: 0px;
    background: url(https://forumstatic.ru/files/001a/b6/b3/97554.jpg);
    border-top: 3.5px solid #8e8261;
    border-bottom: 3.5px solid #8e8261;
    border-radius: 10px;
    width: 660px;
    height: 710px;
    padding-bottom: 10px;
}


.anketapers {
    float: left;
    width: 616px;
    text-align: center;
    font: 400 15px 'Noto Sans';
    color: #918563;
    background: #2c3939;
    border-radius: 10px;
    padding: 10px;
    height: 10px;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: default;
}

.anketaname {
    float: left;
    width: 600px;
    text-align: center;
    font: 400 15px 'Noto Sans';
    color: #918563;
    background: #2c3939;
    border-radius: 10px;
    padding: 4px 10px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 20px;
    cursor: default;
}


.anketainfo {
    position: relative;
    float: left;
    text-align: justify;
    line-height: 16px;
    margin-top: 34px;
    margin-left: 280px;
    width: 325px;
    height: 85px;
    padding-right: 5px;
    font-size: 11px;
    color: #adadabd6 !important;
    font-family: 'Noto Sans';
    letter-spacing: .2px;
    cursor: default;
}

.anketainfo span {
    font-size: 11px;
    font-weight: 600;
    color: #786d4e !important;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    letter-spacing: .2px;
    cursor: default;
}

.anketaquote {
position: relative;
    margin-top: 52px;
    width: 600px;
    text-align: center;
    color: #918563;
    padding: 0px 10px;
    font: 400 9px 'Noto Sans';
    text-transform: lowercase;
}

.anketavnesh {
    position: relative;
    margin-top: 145px;
    width: 250px;
    text-align: center;
    color: #918563;
    padding: 0px 10px;
    font: 400 9px 'Noto Sans';
    text-transform: lowercase;
margin-left: 0px;
}

.infopers {
    position: relative;
    float: left;
    text-align: justify;
    line-height: 20px;
    margin-top: 15px;
    width: 610px;
    height: 393px;
    border-radius: 10px;
    overflow: auto;
    font-size: 11px;
    color: #adadab !important;
    font-family: 'NOTO SANS';
    letter-spacing: .2px;
    cursor: default;
    white-space: pre-wrap;
    background: #2c3939;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

.anketablock {
    position: relative;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-left: 15px;
    height: 105px;
}

.anketaimage {
    position: absolute;
    max-width: 240px;
    max-height: 120px;
    margin-top: 10px;
    padding: 5px 15px 15px 15px;
}

.anketaimage img {
    max-width: 240px;
    max-height: 120px;
    filter: sepia(1) hue-rotate(128deg) brightness(0.55);
    border-radius: 15px;
    background-blend-mode: soft-light;
    transition: 1s linear;
}

.anketaimage img:hover {
    filter: none;
}

/* ãîñòåâàÿ */
.bookguest {
    margin: 0 auto;
    margin-left: 26px;
    border-radius: 10px;
    background: url(https://forumstatic.ru/files/001a/b6/b3/97554.jpg);
    border-top: 3.5px solid #8e8261;
    border-bottom: 3.5px solid #8e8261;
    width: 750px;
    height: 540px;
}


.forumguest {
    float: left;
    width: 500px;
    text-align: center;
    overflow-y: hidden;
    font-size: 55px;
    letter-spacing: 2px;
    font-family: 'GTEAPAC';
    font-weight: 500;
    color: #817350;
    transition: ease-out 1.6s;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 36%);
    height: 50px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-left: 130px;
    cursor: default;
}

.infoguest {
    position: relative;
    float: left;
    text-align: justify;
    line-height: 16px;
    margin-top: 54px;
    margin-left: 44px;
    width: 640px;
    color: #949393 !important;
    font-family: 'Noto Sans';
    text-transform: lowercase;
    letter-spacing: .2px;
    cursor: default;
    background: #2c3939;
    border-radius: 10px;
    padding: 10px;
    overflow: auto;
    height: 60px;
}

.info2 {
    position: absolute;
    float: left;
    text-align: center;
    margin-top: 85px;
    margin-left: 58px;
    width: 625px;
    color: #918563 !important;
    font-family: 'Noto Sans';
    text-transform: lowercase;
    letter-spacing: .2px;
    cursor: default;
}


.guest-face1 {
    float: left;
    text-align: center;
    background: #2530284a;
    box-shadow: 0px 0px 100px 0px #303933 inset;
    border: 1px solid #92824e99;
    border-radius: 10px;
    line-height: 23px;
    margin-top: 55px;
    margin-left: 35px;
    width: 315px;
    height: 94px;
    font-family: 'Playfair Display';
    font-size: 11.5px;
    letter-spacing: .2px;
    overflow-y: auto;
    padding: 6px;
     color: #b7a386d9 !important;
}

.guest-face1 a, .guest-face2 a {
  color: #b7a386d9 !important;
}

.guest-face2 {
    float: left;
    text-align: center;
    background: #2530284a;
    box-shadow: 0px 0px 100px 0px #303933 inset;
    border: 1px solid #92824e99;
    border-radius: 10px;
    line-height: 23px;
    font-family: 'Playfair Display';
    font-size: 11.5px;
    letter-spacing: .2px;
    margin-top: 55px;
    margin-left: 25px;
    width: 315px;
    height: 94px;
    overflow-y: auto;
    padding: 6px;
    color: #b7a386d9 !important;
}

.guest-needblock {
    position: relative;
    width: 720px;
    float: left;
    text-align: center;
    margin-top: 55px;
    margin-left: 15px;
    height: 105px;
}

.guest-need{
position: relative;
    max-width: 120px;
    max-height: 60px;
    margin-top: 10px;
    padding: 15px;
}

.guest-need img {
    max-width: 120px;
    max-height: 60px;
    filter: sepia(1) hue-rotate(128deg) brightness(0.55) opacity(0.45);
    background-blend-mode: soft-light;
    border-radius: 10px;
    transition: 0.4s linear;
}

.guest-need span {
    position: absolute;
    width: 120px;
    height: 60px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    color: #8e8261;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: -45px;
    left: 0px;
    opacity: 1;
    padding: 15px;
}

.guest-need span:hover {
    opacity: 0;
    transition: all 0.6s ease;
    filter: none;
  transition: 0.4s linear;
}


.infguest2 {
    float: left;
    display: block;
    text-align: center;
    border-radius: 10px;
    color: #918563 !important;
    width: 205px;
    margin-left: 10px;
    font-size: 9.5px;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    cursor: default;
    line-height: 21px;
    margin-top: 10px;
}

.blockguest, .blockguest1, .blockguest2 {
    float: left;
    text-align: justify;
    margin-top: 0px;
    margin-left: 30px;
    width: 200px;
    height: 190px;
    color: #a2a2a1d9 !important;
    font-family: 'Philosopher';
    text-transform: lowercase;
    letter-spacing: .2px;
    cursor: default;
}



 .face0 a {
   color: #9d9b99 !important;
}

.face0 {
    float: left;
    text-align: center;
    line-height: 20px;
    width: 205px;
    height: 155px;
    overflow: auto;
    font-size: 10.5px;
    padding: 4px;
    display: block;
    color: #9d9b99;
    font-family: 'Noto Sans';
    margin-top: 10px;
    margin-bottom: 10px;
}


/* âñïëûâàþùåå îêíî */

/*Ñòèëü èêîíêè â ìèíè-ïðîôèëå*/
img.a-info{
  padding:2px;
  display:block!important;
  cursor:pointer;
  /*border-radius:50%;*/
  position:absolute;
  text-align:left!important;
}
/* Çàòåìíÿþùèé ôîí */
#pre-wrap {
 margin:0;
 top:0;bottom:0;
 left:0;right:0;
 width:100%;
 height:100%;
 position:fixed;
 z-index:20000;
 background: rgba(0,0,0,.65);
}
/*Ïîäâèæêà èêîíêè çàêðûòèÿ òàáëè÷êè*/
.my-tabs > img.close {
    float: right;
    margin: 0 -40px 0 0!important;
    width: 18px;
    z-index: 10;
    filter: brightness(0.5) sepia(1);
}
/* Êîðíåâîé òàá(UL) */
.my-tabs{
 display:block;
 z-index:30000;
 position:absolute;
 max-height:700px;  /*ìàêñèìàëüíàÿ âûñîòà òàáëè÷êè*/
}
/* Ñòèëü "Óøêà" âêëàäîê */
.my-tabs>span {
    opacity: 0.68;
    cursor: pointer;
    display: block!important;
    position: relative;
    z-index: 12;
    padding: 4px;
    height: 17px!important;
    margin-top: 42px !important;
    margin-right: 12px !important;
    left: 50px;
    margin-bottom: -4px!important;
    border: 4px solid;
    border-radius: 10px 0 0 0;
    text-align: left;
    padding-right: 6px;
    color: #918563 !important;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    float: left;
}
/* Cäâèã ñàìîãî ïåðâîãî "Óõà" */
.my-tabs>span:first-child{
 margin-left: 18px;
}
/* Àêòèâíîå "Óøêî" */
.my-tabs>span.selected{
 opacity:1;
 border-color:transparent!important;
}
/* Ñòèëü âêëàäêè(LI)*/
.my-tabs>.tab-a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    border: 6px solid;
    border-width: 4px 7px 5px 7px;
    border-color: transparent!important;
}

/*Îòñòóï êîíòåíòà âêëàäêè ñâåðõó*/
.tab-a .post-content{
 margin-top:1.4em;
 text-align:left;
 display:inline-block;
}


/* Ð Ñ•Ð¡â€žÐ Ñ•Ð¡Ð‚Ð Ñ˜Ð Â»Ð ÂµÐ Ð…Ð Ñ‘Ð Âµ Ð¡ÐƒÐ¡â€šÐ¡Ð‚Ð Â°Ð Ð…Ð Ñ‘Ð¡â€ Ð¡â€¹ */
.gift2 {
    opacity: 0.5;
    filter: grayscale(100%);
}

.gift1 img, .gift2 img {
    background: linear-gradient(to right, #2f3d3d 0%, #364545 100%);
    border-radius: 50px 50px;
    border: 1px solid #344242;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    padding: 3px 3px 0px 3px;
}

.gift1, .gift2 {
    display: inline-block;
    position: relative;
   padding: 0.3px;
}


.book {
    border-radius: 20px;
        background: url(https://forumstatic.ru/files/001a/b6/b3/97554.jpg);
    border-top: 3.5px solid #8e8261;
    border-bottom: 3.5px solid #8e8261;
    width: 650px;
    height: 510px;
      margin-left: -15px;
}

.batltabl {
    position: absolute;
    float: left;
    margin-top: 95px;
    margin-left: 205px;
    width: 410px;
    border-radius: 10px;
    overflow: auto;
    height: 105px;
    padding: 0px;
}

.batltabl img {
   border-radius: 10px;
    height: 50px;
    padding: 3px 32px 32px 32px;
    background: linear-gradient(to right, rgb(50 66 54) 0%, rgb(74 106 83) 100%);
    border: 1px solid #92824e;
}

.citatapers {
    cursor: default;
    position: absolute;
    float: left;
    font-size: 10px;
    color: #949393 !important;
    background: #2c3939;
    border-radius: 10px;
    padding: 10px;
    line-height: 14px;
    margin-top: 55px;
    margin-left: 170px;
    width: 430px;
    height: 106px;
    font-family: 'Noto Sans';
    text-transform: lowercase;
    letter-spacing: .5px;
    text-align: justify;
    overflow: auto;
}


.citatapers span {
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #3c4f4f;
    padding-bottom: 5px;
    text-align: center;
  color: #b7a386d9 !important;
}

.citatapers b {
    font-size: 10.5px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    text-align: justify;
    color: #b7a386d9 !important;
}

.plashtab {
    cursor: default;
    position: absolute;
    font-size: 9.5px;
    color: #949393 !important;
    border-radius: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 14px;
    margin-top: 200px;
    margin-left: 20px;
    width: 602px;
    height: 240px;
    font-family: 'Noto Sans';
    text-transform: lowercase;
    letter-spacing: .5px;
    text-align: center;
    overflow: auto;
    background: transparent;
    display: block;
}

.plashtab1 {
    cursor: default;
    position: relative;
    width: 500px;
    display: flex;
}

.dostig {
    position: relative;
    display: block;
    width: 590px;
    text-align: center;
    border-radius: 20px;
    line-height: 0px;
    margin-top: 40px;
    margin-left: 20px;
    height: 170px;
    padding: 6px;
    overflow: auto;
}

.dostig-text {
    float: left;
    width: 600px;
    text-align: center;
    font: 500 12px 'Noto Sans';
    color: #918563;
    background: #2c3939;
    border-radius: 10px;
    padding: 10px;
    height: 10px;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-left: 15px;
    cursor: default;
    position: relative;
}


.present {
    position: relative;
    display: block;
    width: 590px;
    text-align: center;
    border-radius: 20px;
    line-height: 0px;
    margin-top: -5px;
    margin-left: 20px;
    height: 170px;
    padding: 6px;
    overflow: auto;
}

.present-text {
    float: left;
    width: 600px;
    text-align: center;
    font: 500 12px 'Noto Sans';
    color: #918563;
    background: #2c3939;
    border-radius: 10px;
    padding: 10px;
    height: 10px;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 15px;
    cursor: default;
    position: relative;
}

.forimg {
    position: absolute;
    display: block;
    margin-top: 50px;
    margin-left: 20px;
}


.forimg img {
    border-radius: 20px !important;
    filter: sepia(1) hue-rotate(138deg) brightness(0.8) grayscale(0.35);
    padding: 4px !important;
    max-width: 130px;
    max-height: 130px;
}

.forimg img:hover {
  filter: none;
}


.blockgame {
    width: 640px;
    height: 500px;
overflow: auto;
}

.epinfo {
    cursor: default;
    position: relative;
    float: left;
    font-size: 10px;
    color: #949393 !important;
    background: #2c3939;
    border-radius: 10px;
    padding: 10px;
    line-height: 14px;
    margin-top: 60px;
    margin-left: 25px;
    min-height: 95px;
    max-height: 95px;
    font-family: 'Noto Sans';
    text-transform: lowercase;
    letter-spacing: .5px;
    text-align: center;
    overflow: auto;
    margin: 15px;
    top: 0px;
    left: 0px;
}


.epinfo span {
    font-size: 10.5px;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #3c4f4f;
    padding-bottom: 5px;
    text-align: center;
  color: #b7a386d9 !important;
}

.epinfo b {
    font-size: 10px;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    text-align: justify;
    color: #b7a386d9 !important;
}

.epinfo a {
    font-size: 11px;
    color: #b7a386d9 !important;
}