/*************************************************************
by simpasy & shady 
**************************************************************/

/* A1 Fonts
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1748711594.css);
@import url('//forumstatic.ru/files/001b/6e/df/58432.css');
  @import url('//fonts.googleapis.com/css?family=Noto+Serif');
  @import url('//fonts.googleapis.com/css?family=Rye');
  @import url('//fonts.googleapis.com/css?family=Prociono');
  @import url('//fonts.googleapis.com/css?family=Arapey');
  @import url(//fonts.googleapis.com/css?family=Oranienbaum);
  /*@import "//webfonts.ru/import/bebasneue.css";*/
  @import url('//fonts.googleapis.com/css?family=Abril+Fatface|Cuprum|Fjalla+One|Geo|Homemade+Apple|Oswald|Playfair+Display');
  @import url('//fonts.googleapis.com/css?family=Lobster|Pattaya|Romanesco|Six+Caps');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap');
@import url('//fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
@import url('//fonts.googleapis.com/css2?family=Vollkorn:wght@400;500&display=swap');
@import url('//fonts.googleapis.com/css2?family=Arsenal&family=Bodoni+Moda:wght@400;500&family=Cinzel+Decorative&family=Cinzel:wght@400;500;600&family=Cormorant:ital,wght@0,300;0,400;0,500;1,300&family=Gilda+Display&family=IM+Fell+English+SC&family=Marcellus+SC&family=Mate+SC&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Oranienbaum&family=Playfair+Display+SC:wght@400;700&family=Suranna&family=Vidaloka&family=Zen+Antique&family=Zen+Old+Mincho:wght@400;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Alice&display=swap');

@font-face {
    font-family: 'henri_didotregular';
    src: url('henrididot-webfont.woff2') format('woff2'),
         url('henrididot-webfont.woff') format('woff'),
         url('//forumstatic.ru/files/0019/4c/e1/19263.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica';
    src:          url('//forumstatic.ru/files/0017/6a/b8/71978.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica bold';
    src:          url('//forumstatic.ru/files/0017/6a/b8/46173.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src:          url('//forumstatic.ru/files/001b/c3/fa/13536.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nerea';
    src:          url('//forumstatic.ru/files/001c/11/5c/17387.ttf?v=1') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

.bad-script-regular {
  font-family: "Bad Script", cursive;
  font-weight: 400;
  font-style: normal;
}

/* ROOT
-------------------------------------------------------------*/
:root {
--bg1: #beb5b3; /* цвет подложки выпадающих окон */
--bg2: #0000000a; /* цвет подложки цитат/кода */
--link: #131617; /* цвет основных ссылок */
--link2: #6c3d31; /* цвет дополнительных ссылок */
--link3: #9f534d; /* цвет дополнительных ссылок */
--hovlink: #9f534d; /* цвет основных ссылок при наведении */
--txt: #2a2521; /*цвет основного текста */
--txt2: #e79f95; /*цвет дополнительного текста */
--ptxt: #909090; /*цвет текста в профиле*/
--ptxt2: #9f534d; /*цвет доптекста в профиле*/
--htxt: #8a7d7d; /*цвет текста в шапке*/
--bordin:  1px solid #99948a; /*цвет рамок */
--span: #e79f95; /*цвет спанов в таблице  */
--shad: 0px 0px 2px #83583ab8; /* цвет тени текста */
}





/* 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: fixed;
  width: 98%;
  }

/* 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, georgia, arial, helvetica, sans-serif;
  }

/*A3.3 */
.punbb textarea, .punbb select, .punbb optgroup, .punbb input {
padding: 3.5px 3px;
    margin-left: -1px !important;
    background-color: var(--bg2);
    color: var(--txt);
    border: var(--bordin);
    box-shadow: 0px 0px 5px inset #0000002e;
}


/* 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 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: none;
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }


/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 31px;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }



/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1*/
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 102%;
    overflow: hidden;
}


/* B1.2 */
.punbb .post-sig dt {
display: block;
    border-top: 1px solid #5a49425e;
    width: 347px;
    margin: 5px 0px 5px 170px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
padding: 5px 9px 5px 0px;
  line-height: 147%;
  word-break: break-word;
  /* font-size: 11px; */
  }

/* 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 &#209;&#238;&#228;&#229;&#240;&#230;&#232;&#236;&#238;&#229; &#225;&#235;&#238;&#234;&#224; &#246;&#232;&#242;&#224;&#242;*/
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 5px 20px 14px 10px;
    padding: 12px 20px 13px 20px;
    background-color: var(--bg2);
    border: 3px double #49405a4d;
    box-shadow: 0px 0px 18px 5px #00000024 inset, 0px 0px 0px 1px #0000002e;
    border-radius: 5px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-style: normal;
    font-family: lora;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-bottom: 4px;
    border-bottom: 1px solid #30371f75;
    color: var(--link2);
    text-transform: uppercase;
    font-weight: bolder;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
float: left;
    position: relative;
    width: 100%;
    height: 0;
    font-family: 'Lora';
    text-transform: lowercase;
  }

/* B3.2 */
#pun-main {
  margin-top: 3em;
    padding: 0px 15px;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;

  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -5em;
    right: 0px;
    text-align: right;
    font-weight: bold;
}

/* B3.5 */
.punbb .linksb {
text-align: right;
    font-size: 11px;
    font-family: 'Lora';
    text-transform: lowercase;
}

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 5px;
}

/* C1.2 &#206;&#242;&#239;&#240;&#224;&#226;&#232;&#242;&#252;, &#207;&#238;&#241;&#236;&#238;&#242;&#240;&#229;&#242;&#252;*/
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1px 0px 0px 0px;
  }

/* C1.3 Кнопы*/
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span, .button, #pa-edit strong a, input.button {
    margin: 0 0.6em 0 0;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    border-radius: 12px;
    font-size: 9.5px;
    background: #2e1e1b;
    color: #cfc1be;
    box-shadow: 0 0 10px 1px #87423c5e inset;
    border: 1px solid #4a2c26;
    outline: 1px solid #181818;
    padding: 5px 20px 3px 20px !important;
    cursor: pointer !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font-family: 'El Messiri';
    font-weight: bolder;
    width: auto;
}


input.button:hover, .button:hover {
    filter: blur(1px) brightness(128%);
    -webkit-filter: brightness(134%);
}

/* обводка активного поля */
input, textarea, button {outline:none;}
input:active, textarea:active, button:active {outline:none;}

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0px;
  margin: 0 0 1em 0;
  }

/* C1.5 */
.punbb fieldset legend {
    font-size: 1.1em;

}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 6px;
    margin: 0 0 0 -15px;
    font-family: 'Alice';
    text-transform: uppercase;
    font-size: 10px;
}

/* 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 {
    text-align: left;
    width: 60%;
    word-break: break-word;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    width: 12%;
}

.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 40%;
}

#viewprofile td {
    border: 0;
    padding: 0;
    overflow: hidden;
    line-height: 14px!important;
}

#pun-searchtopics .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 52%;
}

/* C2.4 */
#pun-modviewforum .main .tcl {
  width: 38%;
  }


#pun-userlist .main .tcl {
   width: 25%;
    padding: 10px 15px;
    line-height: 35px;
}

/* C2.5 */
#pun-userlist .main .tc2 {
  text-align: left;
  width: 20%;
  }

#pun-searchtopics .main .tc2 {
    text-align: left;
    width: 25%;
}

/* 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 {
position: relative;
    margin-left: 5px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--link2);
    text-transform: uppercase;
    padding: 6px 0px 6px 0px;
    width: auto;
    letter-spacing: 0.5px;
    text-align: left;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: none;
  padding-top: 0.3em;
  }


/* C2.11 */
.punbb .main td { padding: 10px 15px; }


/* C2.12 */
.punbb .main th {  padding: 0.4em 1em 0.4em 1em;  color: transparent; }






 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container { }





#pun .post h3 {
    width: 1012px;
    font-size: 9px;
    font-weight: 600;
    height: 118px;
    font-family: 'Lora';
    margin-left: -48px !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: url(https://forumstatic.ru/files/001b/9a/c6/48633.png) right;
    text-shadow: var(--shad);
    margin-bottom: -40px;
}

#pun .post h3 a {   color: var(--ptxt)!important; }


.post h3 span {
    margin-left: 280px !important;
    text-align: left;
    position: relative;
    display: block;
    z-index: 1;
    color: var(--ptxt);
    padding-right: 30px;
    padding-top: 49px;
}



/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
    color: #c1c1c1;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    font-family: tahoma;
    font-size: 8.4px;
    letter-spacing: 0.3px;
}



/* C3.9 */
li.pa-title {
    font-family: verdana;
    text-transform: uppercase;
    font-size: 6px;
    letter-spacing: 0.7px;
    margin-top: -3px;
    margin-bottom: 15px;
    z-index: 1;
    position: inherit;
    text-align: center;
    color: #d5d5d5;
    background: #00000070;
    padding: 2px 11px 2px 11px;
    width: 214px;
    margin-left: -7px;
}

li.pa-online {
    text-align: center;
    font-size: 10px;
    font-family: 'Alice';
    text-transform: initial;
    letter-spacing: 0.5px;
    width: 192px;
    color: #9d8b73;
    left: 22px;
    position: absolute;
    margin-left: 0px !important;
}



/* C3.11 */
.punbb .post-body {
     margin-left: 230px;
    padding: 20px 0px 0px 0px;
    position: relative;
}

/* C3.12 */
.punbb .post-box {
    padding-left: 2px;
    padding-right: 2px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    margin-left: 21em;
    font-family: 'Alice';
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
}


/* C3.15 */
.punbb .post-links ul {
    height: 2em;
    margin-left: -22em;
    text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
padding: 15px 0px;
    text-align: right;
    font-family: 'Lora';
font-weight: bolder;
}


/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
    line-height: 1.8em;
    text-transform: lowercase;
    font-weight: bolder;
  }

/* 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: 15.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
    border-style: solid;
    border-width: 0px;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
    float: left;
    width: 14em;
    margin-left: -16em;
    padding: 0.5em 1em;
    color: #323232;
    font-weight: bold;
}

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0px;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

#pun-title h1 {  display: none;  }

/* 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.1 * /
#pun-navlinks {}

/* D3.2 */
#pun-navlinks .container {
    margin-top: -450px;
    margin-bottom: -0PX;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: 'El Messiri';
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 1.5px #261c127a;
    position: relative;
    z-index: 999;
}


/* D3.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 5px;
  }

/* D3.4  &#205;&#224;&#226;&#232;&#227;&#224;&#246;&#232;&#255; 1&#224;&#255;*/
#pun-navlinks li a {
color: var(--link);
}

#pun-navlinks li a :first-letter{
  color: var(--link);
  text-shadow: 0px 0px 1px #ffd760;
}

/* пользовательские ссылки
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
    border-top: none;
    position: relative;
    padding-bottom: 1px;
    padding-top: 1px;
    letter-spacing: 0.2px;
    text-transform: lowercase;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    font-family: 'Cormorant';
    z-index: 998;
}


/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {  display: inline;  }


/* D4.4 */
#pun-ulinks li a {  padding: 0 0px 0 8px;  }



  /* CS3.1 Ссылки 2 навигации*/
#pun-ulinks .container a, #pun-ulinks .container a:link, #pun-ulinks .container a:visited {
color: var(--link);
}

/*1.2 Активные*/
#pun-ulinks .container a:hover, #pun-ulinks .container a:focus, #pun-ulinks .container a:active {
color: var(--hovlink);
}


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

#pun-status .container {
        position: absolute;
    top: 15px;
    color: var(--link);
    font-family: 'Alice', serif;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.6px;
    text-align: center;
    width: 948px;
    z-index: 300;
}

#pun-status .container a {color: var(--link)!important;}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1, #pun-crumbs2 {
        font-weight: bold;
    overflow: hidden;
    font-family: 'Alice', serif;
    font-size: 13px;
    margin-left: 20px;
}

#pun-crumbs1 {
    margin-top: 20px;
    z-index: 999;
    position: relative;
}


/* D5.5 * &#212;&#243;&#242;&#229;&#240;/
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    position: relative;
    z-index: 300;
    margin-top: 20px;
}


/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {padding: 20px;}



/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
text-align: justify;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }


/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }


/* D8.7 */
#pun-crumbs2 .container {        margin-bottom: 40px; color: var(--link) !important; }
#pun-crumbs1 .container { color: var(--link) !important; }


/* 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;
  }

.mmf {
    line-height: 12.8px;
    border: 3px #584122;
    border-style: double;
    width: 422px;
    padding: 7px 15px;
    background-image: url(https://forumstatic.ru/files/0018/13/fc/68056.png);
    font-size: 10.7px;
    font-family: 'Noto+Serif';
}

.zagolovok
{
font-size: 10.5px;
font-weight: 700;
font-style: italic;
font-family: Georgia;
}

.zvan {
    font-size: 10px;
    font-family: 'Noto Serif';
    letter-spacing: 0px;
    text-align: center;
    text-transform: initial;
    line-height: 13px;
}

#lsimg {
padding-top: 4px;
}


/*&#237;&#238;&#226;&#251;&#229; &#241;&#238;&#238;, &#224;&#234;&#242;&#232;&#226;&#237;&#251;&#229;*/
#pun-searchtopics .main .tcl {
    width: 70%;
    padding: 0px;
}


/*категории*/
#pun-index .category h2 {
    background: url(https://forumstatic.ru/files/001b/9a/c6/38403.png) left;
    width: 1014px;
    padding: 0 !important;
    margin-left: -49px !important;
    font-size: 0px !important;
    height: 121px;
    margin-bottom: 15px !important;
}

#pun-index .category.category-2 h2 {
    background: url(https://forumstatic.ru/files/001b/9a/c6/80029.png)
}
#pun-index .category.category-3 h2 {
    background: url(https://forumstatic.ru/files/001b/9a/c6/32097.png)
}
#pun-index .category.category-4 h2 {
    background: url(https://forumstatic.ru/files/001b/9a/c6/63471.png)
}
#pun-index .category.category-5 h2 {
    background: url(https://forumstatic.ru/files/001b/9a/c6/11167.png)
}
#pun-index .category.category-6 h2 {
    background: url(https://forumstatic.ru/files/001b/9a/c6/89375.png)
}



#button-mybb 
{
background-image:url('http://dizayn.mybb.ru/uploads/000a/45/08/120-1.png');
 padding:0;
 line-height:0;
 background-position:center;
 background-repeat:no-repeat;
 height:26px;
 width:100%;
}

#zagl {
    font-size: 11px;
    font-family: georgia;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: -0.7px;
}


/*&#239;&#238;&#228;&#244;&#238;&#240;&#243;&#236;&#251;*/
.quotes {
    font-family: tahoma;
    width: 519px;
    padding: 5px 0px 5px 0px;
    font-size: 9px;
    text-transform: lowercase;
    color: #22272e;
    margin-top: -4px;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 14px;
}

.zag {
        text-align: left;
    line-height: 12px;
    margin-bottom: 3px;
    padding-right: 0px;
    margin-left: 0px;
    height: 14px;
    padding-top: 3px;
    padding-left: 13px;
    color: var(--link2);
    background: #8c5e5e33;
    font-family: arial;
    font-weight: 700;
    text-transform: uppercase;
    width: 507px;
    letter-spacing: 1.1px;
    font-size: 6.5px;
    border-radius: 5px;
}

.knopfor {
    text-align: center;
    width: 510px;
    padding: 3px 5px 3px 5px;
    font-family: lora;
    font-size: 8.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 2px;
    line-height: 13px;
    color: var(--link2) !important;
    background: #8c5e5e33;
}

.knopfor a {
    color: #2c1c15 !important;
    text-shadow: var(--shad);
}

.knopfor a:hover {
    color: var(--hovlink);
}


/*оформл окна репы*/
#pun-reputation > div.inner.post_reputation > h1 {
    background-color: #332b26;
    height: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    padding: 6px 0px 19px 0px !important;
    color: var(--htxt);
    margin: 0px 0px 0px -1px !important;
    text-align: center;
    width: 769px;
    font-size: 10px !important;
    text-transform: uppercase;
    font-family: 'Cormorant';
    letter-spacing: 0.8px;
}

#pun-reputation > div.inner.post_reputation > div.container {
margin-left: -1px;
    background: var(--bg1);
    margin-top: -5px;
}


#pun-report .bg, #pun-reputation .bg, #pun-admin-award-form .bg {
    display: none;
    position: fixed;
    z-index: 999!important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    cursor: pointer;
}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -384px;
    width: 768px;
    z-index: 1000!important;
    box-shadow: 0 0 40px #222;
    -webkit-box-shadow: 0 0 40px #222;
    -moz-box-shadow: 0 0 40px #222;
    -khtml-box-shadow: 0 0 40px #222;
}

.post-rating > p {float:right !important;border:0 !important;padding-right: 17px !important;}



#pun-modviewforum .main .tcl div.icon {
    margin-top: 0px;
    margin-right: -36px;
    float: right;
}






hr, .banner-line {
    border: 1px dotted rgb(5 42 39 / 57%);
}

#pun-main > h1 > span:nth-child(1) {
color: var(--link);
    font-size: 13px;
    align-items: self-start;
    font-weight: 800;
}

#pun-status > p > span.item4.status-right > a, #pun-status > p > span.item3.status-right > a {
    color: var(--link2);
}

#pun-status > p > span.item4.status-right > a:hover, #pun-status > p > span.item3.status-right > a:hover {
    color: var(--hovlink);
    transition: all 0.5s linear;
}
#pun-status .status-right {
    float: none!important;
}

#pun-live-rusff {
    display: none;
}



.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
    transition: all .5s ease-in-out 0s;
    word-break: break-word;
}






.Tems_And_messages span {font-weight: 500}




/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */

#navigblock {
    width: 150px;
    left: 34px;
    position: absolute;
    color: var(--htxt);
    font-size: 8px;
    font-family: verdana;
    letter-spacing: 0.3px;
    line-height: 11px;
    text-align: justify;
    top: -30px;
    padding: 3px;
    z-index: 9999;
    background: #181212;
    box-shadow: 0 0 0 1px #442e2a inset, 0 0 5px 1px #bb967c21 inset;
}

.spirit-navigation {
        width: 92px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -70px;
    left: 25px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 23px;
    text-align: center;
    font: 700 11px 'alice';
    z-index: 200;
    text-transform: uppercase;
    color: #7c786b;
    text-shadow: 1px 1px black;
}

.sslka, .sslka2 {
  margin: 10px
}

#pun .sslka a {
    transition: all 0.3s linear 0s;
    display: block;
    padding: 6px 5px 4px;
    margin-bottom: 4px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    min-width: 120px;
    font-size: 9px;
    font-family: 'El Messiri';
    line-height: 10px;
    color: var(--htxt) !important;
    font-weight: bolder;
    text-shadow: 0px 0px 4px rgb(0 0 0);
    text-align: center;
    background: #2e1e1b;
    box-shadow: 0 0 10px 1px #1d140b inset;
    border: 1px solid #442d29;
}

#pun .sslka a + a { 
  margin: 5px 0px;
}


#pun .sslka a:hover {
    text-shadow: 0px 0px 4px rgb(36 35 35 / 90%);
    background: #0f0b07;
    border: 1px solid #271f1b;
    text-align: center;
    box-shadow: 0 0 10px 1px #63493a2e inset;
}


#navigblock2 {
    width: 150px;
    left: 34px;
    position: absolute;
    color: var(--htxt);
    font-size: 8px;
    font-family: verdana;
    letter-spacing: 0.3px;
    line-height: 11px;
    text-align: justify;
    top: -37px;
    padding: 3px;
    z-index: 9999;
    background: #181212;
    box-shadow: 0 0 0 1px #2a1e1c inset, 0 0 5px 1px #bb967c21 inset;
    border-radius: 10px;
}

.spirit-navigation2 {
width: 79px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -124px;
    left: 92px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 37px;
    text-align: center;
    font: 700 11px 'alice';
    z-index: 200;
    text-transform: uppercase;
    color: #7c786b;
    text-shadow: 1px 1px black;
display: none;
}




.spirit-navigation_hover {
  opacity: .7
}


/* ТАБЛИЦА В ШАПКЕ */


/* активисты */
.act {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    column-gap: 5px;
    left: 25px;
    top: -138px;
    transition: 0.3s ease-in-out !important;
}


.act1 {
       width: 50px;
    height: 50px;
}

.act1 img {}

.act1 a {    color: transparent!important;
    position: absolute;
    z-index: 200;}


.act2 {
        width: 50px;
    height: 50px;
}

.act2 img {}

.act2 a {    color: transparent!important;
    position: absolute;
    z-index: 200;}

.act3 {
    width: 50px;
    height: 50px;
}

.act3 img {}

.act3 a {    color: transparent!important;
    position: absolute;
    z-index: 200;}

.act1 img:hover, .act2 img:hover, .act3 img:hover {    filter: brightness(1.5); transition: 0.3s ease-in-out !important;}


/* пост */

.bestpost {
    font-family: Verdana;
    font-size: 7.5px;
    line-height: 12px;
    text-transform: lowercase;
    text-align: justify;
    height: 130px;
    display: block;
    width: 175px;
    top: -255px;
    left: 27px;
    position: absolute;
    color: var(--htxt);
    padding: 5px;
    box-sizing: border-box;
    z-index: 999;
}

.bestpost p {
    height: 95px;
    overflow: auto;
    padding-right: 5px;
    box-sizing: border-box;
}

.bestpost a {
    font-weight: 300;
    color: #cb786d !important;
    text-shadow: var(--shad);
    text-shadow: 0px 0px 2px #d16b6bb5;
}

.bestpost a:hover {
    color: var(--hovlink)!important;
    text-shadow: none;
}


.bestpost span {
    color: #b37f78;
    font-size: 12px;
    text-shadow: var(--shad);
    font-family: 'El Messiri';
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}


.bestpost p::-webkit-scrollbar, .quest::-webkit-scrollbar {    width: 2px;   height: 2px;    }

.bestpost p::-webkit-scrollbar-track, .quest p::-webkit-scrollbar-track {        background-color: #1f1c25;}


/* эпизод */

.bestepisode {
    top: -222px;
    left: 793px;
    position: absolute;
    font-size: 9px;
    line-height: 15px;
    width: 190px;
    display: block;
    text-align: center;
    z-index: 999;
    background: #00000045;
    box-shadow: 0px 0px 6px #0000009e;
}

.bestepisode a {
    font-family: 'el messiri';
    color: #b57b73 !important;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #c16a6ad1;
    font-size: 9.5px;
    letter-spacing: 0.3px;
}

.bestepisode a:hover {
    color: #cb786dc2 !important;
    text-shadow: none;
}

.bestepisode span {
    color: #a16e59;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px black;
    font-family: "Bad Script", cursive;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-bottom: -1px; display: none;
}


/* постописцы */
.posts {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    column-gap: 5px;
    left: 800px;
    top: -205px;
    transition: 0.3s ease-in-out !important;
}


.posts1 {
        width: 50px;
    height: 50px;
}

.posts1 img:hover, .posts2 img:hover, .posts3 img:hover {     filter: brightness(1.5); transition: 0.3s ease-in-out !important;}


.posts1 img {}

.posts1 a,  .posts2 a, .posts3 a{    color: transparent!important;
    position: absolute;
    z-index: 200;}

.posts2 {
    width: 50px;
    height: 50px;
}
.posts2 img { }

.posts2 a { }

.posts3 {
        width: 50px;
    height: 50px;
}
.posts3 img { }

.posts3 a { }

/* квесты */

.quest {
    line-height: 12px;
    font-weight: 500;
    text-align: center;
    width: 180px;
    height: 85px;
    display: block;
    top: -144px;
    left: 805px;
    box-sizing: border-box;
    position: absolute;
    color: var(--htxt);
    font-family: Verdana;
    font-size: 8px;
    overflow-x: auto;
    z-index: 999;
}
.quest a {
    text-transform: uppercase;
    color: #a97979 !important;
    font-size: 7.5px;
}


.quest a:hover {
    color: var(--hovlink) !important;
    text-shadow: none;
}

.quest span {
    color: #a16e59;
    font-size: 13px;
    text-shadow: 1px 1px black;
    font-family: "Bad Script", cursive;
    font-weight: 400;
    font-style: normal;
    background: #00000040;
    text-transform: none;
    display: none;
    margin-bottom: 30px;
}


/*инфо */

.about { display:none!important;
    text-transform: uppercase;
    padding-right: 2px;
    letter-spacing: 0.5px;
    line-height: 14px;
    font-weight: 500;
    width: 270px;
    height: auto;
    display: block;
    cursor: default;
    top: 55px;
    left: 380px;
    position: absolute;
    color: #7c786b;
    text-shadow: 1px 1px black;
    font-family: lora;
    font-size: 8px;
    overflow-x: auto;
    text-align: center;
    z-index: 200;
font-weight: bolder;
}


.about a {
   color: #9d9584!important;
}

.anim {
    position: absolute;
    width: 256px;
    height: 209px;
    top: -182px;
    z-index: 999;
    left: 304px;
    opacity: 0;
    transition: all .6s ease-in-out 0s;
}

.anim1 {
    position: absolute;
    z-index: 999;
    width: 59px;
    height: 55px;
    top: -222px;
    left: 622px;
    opacity: 0;
    transition: all .6s ease-in-out 0s;
}

.anim:hover, .anim1:hover {opacity:1}

.line {
    padding: 0px 0px 0px 0px;
    border: 1px solid #61918a1c;
    width: 250px;
    margin-left: -9px;
    margin-top: 6px;
    margin-bottom: -3px;
}

.news {
    margin-top: 9px;
    height: 23px;
    overflow: auto;
    padding-right: 6px;
    letter-spacing: 0.4px;
    line-height: 13px;
}

.news span {
    font-weight: 600;
    color: #689f96;
					  
}


.sslkvest {
    font-size: 8.7px;
    text-align: center;		   
}


.ams a {
color: #a7825c !important;
text-shadow: 0px 0px 3px #000000b3;
font-weight: 500;
}

.ams a:hover {
color: #896c42ab !important;
}





#pun-status > p > span.item2 a {
    color: #6f9bc1;
    font-weight: 900;
}

#pun-status > p > span.item2 a:hover {
    color: #80a0c378;
    transition: all .5s ease-in-out 0s;
}

.post-author.online.topic-starter > ul > li.pa-ua {
    margin-top: 19px;
    display: flex;
    justify-content: center;
}



/*
.topicpost .post-author {
    margin-top: 0px !important;
}*/


/* инфа в личных сообщениях */

#pun-messages .post h3 { background: none!important; }

#pun #pun-messages .post h3 span {
    width: 560px;
    margin-top: -38px !important;
    margin-left: 45px !important;
    text-shadow: none;
    color: #261d1a;
    padding: 5px !important;
}

#pun #pun-messages .post-author {
    margin-left: -5px !important;
    background: #1c1c1c;
    width: 255px !important;
    box-shadow: 0 0 0 1px #381d10 inset, 0 0 0 2px #463b3b inset;
    padding-bottom: 13px !important;
    margin-bottom: 0px !important;
}

#pun-messages .post-body {
margin-left: 255px;
    margin-right: 10px;
    padding: 10px 0px 1px 0px;
    position: relative;
}

#pun-messages .pa-author {
        margin-left: 6px!important;
    margin-bottom: 20px;
}

#pun-messages .post-author ul {
    width: 255px;
    text-align: center;
    margin: 10px 0px;
    padding: 10px !important;
}

#pun-messages .pa-posts {display: none!important;}

#pun-messages .pa-online {
    left: 5px;
}

#pun-messages .post-content {
    margin-top: -35px !important;
    margin-left: 11px;
}

#pun-messages .pa-title {
margin: -10px 0px 30px;
}


#pun-messages .pa-avatar img {
    margin-top: -17px !important;
    margin-bottom: 7px;
}

#pun-messages .user-avatar {
    float: left;
    position: relative;
    height: 20px;
    width: 20px;
    margin: -5px 15px 5px 5px;
}

#pun-messages .user-avatar .avatar-image {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

#pun-messages .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -3px;
    right: 9px;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #8ac176;
    z-index: 100;
}


.punbb .pmtc22 {
width: 30% !important;
    text-align: left !important;
}

#pun-messages .post-sig dt {margin: 5px 0px 5px 74px;}

#pun-messages  fieldset legend {
    padding-bottom: 35px!important;
}

#messages td.tcl.pmtcl1 {
    padding-left: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#pun-index .user-avatar {
    height: 50px !important;;
    vertical-align: middle;
}


/*кнопки в объяве*/
.newsknop {
    display: inline-block;
    background: #2f1f1c;
    padding: 4px 20px 7px 20px;
    margin-top: 2px;
    margin-bottom: 4px;
    transition: all .6s ease-in-out 0s;
    border-radius: 15px;
    box-shadow: 0 0 10px 1px #b171679e inset;
    outline: 1px solid #bf726936;
}

.newsknop span {
    color: var(--bg1);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    font-family: 'Cormorant';
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
}

.newsknop:hover {
    filter: blur(1px) brightness(128%);
    -webkit-filter: brightness(134%);
}







del {
  text-shadow: #333 0 0 3px;
  text-decoration: none;
  color: transparent;
}

del:hover {
  transition: 0.25s linear;
  text-shadow: none;
  text-decoration: none;
  color: #333;
}


#pun-announcement h2 {
display: none;
}


.mini_awards_label {
display: none;
}

body .punbb {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#pun-index #pun-category1 h2 {
    margin-top: -30px !important;
    z-index: 9;
    position: relative;
}


.punbb .user-avatar .avatar-image {
    border: solid 2px #8a5755 !important;
    box-shadow: var(--shad) !important;
}


.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
        font-family: 'El Messiri';
    font-size: 11px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    text-align: center;
    width: auto;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin: 0px 0px !important;
    height: 15px;
    text-transform: uppercase;
    border: 0 !important;
    color: var(--link2);
    background: linear-gradient(to right, rgb(142 89 89 / 0%) 0%, rgb(137 103 103 / 15%) 50%, rgb(142 89 89 / 0%) 100%);
}


/*Баннеры*/
.banners {
    position: absolute;
    margin-top: 80px;
    margin-left: 25px;
    overflow-y: auto;
    height: 55px;
    width: 945px;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0px;
}

.banners img {opacity: 0.3; filter: grayscale(1); transition: 0.3s ease-in-out!important;}
.banners img:hover {opacity: 1; filter: grayscale(0); transition: 0.3s ease-in-out!important;}

#pun-stats > h2 {
    margin-bottom: 20px !important;
    margin-top: 22px !important;
}



/*ЛЗ*/

.lz {
    width: 236px;
    margin: 10px 0px 10px -7px;
    background: url(https://forumstatic.ru/files/001a/dc/1c/78130.png) no-repeat top left, url(https://forumstatic.ru/files/001a/dc/1c/74432.png) no-repeat left calc(100%), url(https://forumstatic.ru/files/001a/dc/1c/41932.png) left;
    padding: 10px;
    box-sizing: border-box;
}

.zag1 {
    font-family: 'El Messiri';
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    z-index: 2;
    position: relative;
}


.op {
    padding: 10px 15px;
    text-align: justify;
    line-height: 14px;
    font-size: 8.5px;
    letter-spacing: 0.9px;
    font-family: 'PT Sans';
}


.zag1 a {

}

.zag1 a:hover {
    transition: 1s;
}

.char {
    display: grid;
    width: 167px;
    margin-left: 23px;
    padding-bottom: 10px;
    margin-top: -6px;
}
.char img {
    padding-bottom: 8px;
    padding-left: 7px;
    padding-top: 2px;
    filter: brightness(2) hue-rotate(345deg);
}

.char a {
    font-size: 11.5px;
    text-transform: uppercase;
    font-family: 'El Messiri';
    letter-spacing: 0.7px;
    font-weight: bold;
    color: var(--ptxt2) !important;
}




/************************* 
&#209;&#242;&#232;&#235;&#252; &#228;&#235;&#255; &#193;&#251;&#241;&#242;&#240;&#238;&#233; &#241;&#236;&#229;&#237;&#251; &#224;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226; 
Deff 
*************************/ 
/*C&#234;&#240;&#251;&#242;&#232;&#229; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224; &#225;&#229;&#231; &#234;&#235;&#232;&#234;&#224;*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks #New-exit img{ 
position: absolute;
    margin: 0;
    width: 20px;
    height: auto;
    opacity: 1;
    filter: hue-rotate(171deg);
}
#pun-navlinks #New-exit:hover{
 opacity: .5;
}
/*&#209;&#242;&#232;&#235;&#252; &#228;&#238;&#239;-&#232;&#234;&#238;&#237;&#234;&#232; &#194;&#251;&#245;&#238;&#228;!*/ 
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: -1px!important;
  margin-left: 29px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input {
    text-rendering: auto;
    color: var(--txt);
    margin-top: 4px!important;
    border-radius: 5px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block!important;
    text-align: center;
    font: normal normal 400 11px/normal Arial!important;
}

.punbb #form-login #fld1, #form-login #fld2 {

}

.punbb #pun-navlinks #form-login input[type="submit"] {
    font-weight: 600 !important;
    color: #d5c9c7;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 10px !important;
    font-family: 'El Messiri' !important;
}

.punbb #pun-navlinks #form-login input[type="submit"]:hover{ 

} 

/*&#209;&#242;&#232;&#235;&#252; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224;*/ 
.punbb #pun-navlinks #form-login {
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: var(--link);
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 7px;
    z-index: 10000!important;
    padding: 7px 12px;
    background: var(--bg1);
    border: var(--bordin);
    text-align: center;
}



#pun-navlinks #navlogin #form-login { 
 margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#245;&#238;&#228;*/ 
} 
#pun-navlinks #navlogout #form-login { 
 margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228;*/ 
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -35px!important;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228; &#228;&#235;&#255; &#192;&#204;&#209;*/
} 
/*&#209;&#242;&#232;&#235;&#252; &#241;&#241;&#251;&#235;&#238;&#234; &#226; &#244;&#238;&#240;&#236;&#229; "&#205;&#229; &#231;&#224;&#240;&#229;&#227;&#232;&#241;&#242;&#240;&#232;&#240;&#238;&#226;&#224;&#237;&#251;" &#232; "&#199;&#224;&#225;&#251;&#235;&#232; &#239;&#224;&#240;&#238;&#235;&#252;" */ 
#pun-navlinks #form-login input[value="&#194;&#238;&#233;&#242;&#232;"]+p{ 
margin-bottom: 11px; 
margin-top: 11px; 
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position:relative;
text-transform: none!important; 
z-index:20;
text-shadow:none;
/*color: #D15454;/*4C1EA6*/
cursor:pointer; 
font: normal normal 400 9.5px/normal Tahoma!important;
letter-spacing: 0.5px!important;
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* &#207;&#238;&#236;&#229;&#247;&#224;&#229;&#236; &#234;&#240;&#224;&#241;&#237;&#251;&#236; &#237;&#229;&#231;&#224;&#239;&#238;&#235;&#237;&#229;&#237;&#237;&#251;&#229; &#239;&#238;&#235;&#255;!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*&#212;&#238;&#240;&#236;&#224; &#241;&#235;&#229;&#226;&#238;(&#241; &#205;&#232;&#234;&#224;&#236;&#232;) */ 
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: var(--bg1);
    border: var(--bordin);
    text-align: center;
    /* box-shadow: 0 0 10px rgb(9 21 10 / 39%) inset, 0 0 5px #8b988d; */
    z-index: 999;
    color: var(--link2);
}

/*&#209;&#242;&#232;&#235;&#252; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#239;&#238;&#228; &#241;&#239;&#232;&#241;&#238;&#234; &#205;&#232;&#234;&#238;&#226;*/ 
.punbb #List-UserNames ul{
padding:0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*&#194;&#232;&#228;&#232;&#236;&#238;&#229; &#247;&#232;&#241;&#235;&#238; &#205;&#232;&#234;&#238;&#226; &#225;&#229;&#231; &#239;&#240;&#238;&#234;&#240;&#243;&#242;&#234;&#232;! &#241;&#229;&#233;&#247;&#224;&#241; - 4*/ 
} 

.punbb #List-UserNames li {
    display: block !important;
    position: relative;
    background: #352320;
    text-align: left;
    box-shadow: 2px 2px 1px rgb(107 94 84 / 70%);
    padding-left: 5px !important;
    font: normal normal 700 12x / normal Verdana !important;
    margin: 1px auto !important;
    padding: 2px 0;
    transition: .33s;
}


.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#546a6b!important;*/
} 
/*&#209;&#242;&#232;&#235;&#252; &#205;&#232;&#234;&#238;&#226;*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .9;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*&#209;&#234;&#240;&#238;&#235;&#235; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#241; &#237;&#232;&#234;&#224;&#236;&#232;*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 7px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #919190; 
border: 1px solid #919190; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb { 
background-color: #bdbdbc; 
border: 2px solid #888887; 
box-shadow: none; 
} 
/*&#202;&#237;&#238;&#239;&#234;&#232; &#211;&#228;&#224;&#235;&#232;&#242;&#252; (&#239;&#240;&#224;&#226;&#229;&#229; &#237;&#232;&#234;&#238;&#226;)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 

opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!";
} 
/*&#202;&#237;&#238;&#239;&#234;&#224; &#226;&#251;&#245;&#238;&#228;-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#navlogout .Rega, 
#navlogout .Forgot { 
/*display:none;*/ 
} 
/*&#209;&#242;&#232;&#235;&#252; &#225;&#235;&#238;&#234;&#224; &#241; &#232;&#237;&#239;&#243;&#242;&#238;&#236; &#228;&#235;&#255; &#239;&#229;&#240;&#229;&#237;&#238;&#241;&#224; &#232; &#226;&#241;&#242;&#224;&#226;&#234;&#232; &#231;&#224;&#239;&#238;&#236;&#237;&#229;&#237;&#237;&#251;&#245; &#192;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226;*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*&#209;&#224;&#236; &#232;&#237;&#239;&#243;&#242;*/ 
.punbb #List-UserNames input {
    background: var(--bg2);
    border: var(--bordin);
    text-shadow: none!important;
    color: var(--txt);
    padding: 2px !important;
    vertical-align: middle;
}

/*&#209;&#242;&#240;&#229;&#235;&#238;&#247;&#234;&#232; &#234; &#232;&#237;&#239;&#243;&#242;&#243;*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #143B1E; 
} 
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#235;&#229;&#226;&#238;, &#247;&#243;&#242;&#252; &#226;&#251;&#248;&#229; &#232;&#237;&#239;&#243;&#242;&#224;*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#239;&#240;&#224;&#226;&#238;*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*&#207;&#238;&#228;&#241;&#234;&#224;&#231;&#234;&#232; &#237;&#224; &#234;&#235;&#232;&#234;&#224;&#235;&#234;&#224;&#245;*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Tahoma!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//&#202;&#238;&#237;&#229;&#246; &#209;&#242;&#232;&#235;&#255; &#228;&#235;&#255; &#193;&#251;&#241;&#242;&#240;&#238;&#233; &#241;&#236;&#229;&#237;&#251; &#224;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226; 
*************************/


#MyBookmarks {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    right: 0;
    height: 100%;
    width: 240px;
    background: #c9bba8;
}

#BookmCntToggle.default-style {
    background: #b0b0b0 !important;
    border-left: solid 5px currentColor;
    box-shadow: 0 0 6px rgb(0 0 0 / 42%);
    color: #74442d !important;
    display: block;
    height: 26px;
    width: 21px;
    z-index: 300;
}



.pa-fld3 .fld-name, .pa-fld4 .fld-name, .pa-fld5 .fld-name,  .pa-fld6 .fld-name {
	display: none;
}

.pa-fld3 {    position: relative;}

.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: var(--hovlink) !important;
    z-index: 100;
}





.Tems_And_messages {
    display: inline-block;
    width: auto;
    font-size: 9px;
    font-family: 'lora';
    font-weight: 100;
    color: var(--link2);
    text-shadow: var(--shad);
    text-align: right !important;
    text-transform: uppercase;
}

.Tems_And_messages span {}


.main table .Add {
  display: block;
  padding: 0px;
  position: absolute;
  top: 13px;
  right: 20px;
}


#pun-index .hasicon tr {
       z-index: 1;
    width: 910px;
    position: relative;
    display: table;
    background: var(--bg2);
    margin-bottom: 15px !important;
    border: var(--bordin);
    box-sizing: border-box;
    padding: 5px 15px;
    margin-left: 5px;
}
#pun-index .tcl {
padding: 0px!important
}

#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
display: none
}


#pun-index thead {
    display: none;
}





.lzcommon {
    position: relative;
    z-index: 1;
}




/*Окно личной страницы*/

.reveal-modal-bg { 
position: fixed; 
height: 100%;
width: 100%;
background: #000;
background: rgba(0,0,0,.8);
z-index: 900;
display: none;
top: 0;
left: 0;}

.reveal-modal {
visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 572px;
    height: 301px;
    position: absolute;
    z-index: 1001;
    padding: 26px 40px;
    background: url(https://forumstatic.ru/files/001a/dc/1c/62783.png) no-repeat scroll center top;
}


.reveal-modal.xlarge {width: 572px;margin-left: -370px;}
	
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: var(--link3);
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.menu {
margin-top: 0px !important;
    width: 448px;
    height: 30px;
    margin-left: 64px;
    padding-top: 4px;
}

.menu span {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: 'El Messiri';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--link3);
    padding: 0px 7px;
    text-shadow: 0px 0px 2px #efb18e73;
    font-weight: 500;
}

#submenu {
display: inline-block;}

.menu .tabactive {
    color: #bf6d67;
}

#submenu {
    font-size: 12px;
    width: 460px;
    height: 171px;
    overflow: auto;
    margin-left: 57px;
    margin-top: 26px;
    color: #a59483;
    text-align: center;
}
   
.submenutext {
display: none; 
height: 40px;}

.menu-links {text-align: center;}

.modal-link a {
}

.submenutext img {
width: 50px;
    height: 50px;
}


/*&#207;&#240;&#224;&#226;&#234;&#224; &#239;&#238;&#235;&#229;&#233; &#207;&#240;&#238;&#244;&#232;&#235;&#255; &#226; &#242;&#238;&#239;&#232;&#234;&#229;*/
.pa-posts,.pa-respect,
.pa-fld1,.pa-fld2{
  width:60px;
}

.pa-fld1, .pa-fld2 {
    margin-top: 7px !important;
    margin-bottom: 15px !important;
}

.pa-posts,.pa-fld1{
   margin-right: 30px !important;
}


.post-author>ul {position:relative;}

.pa-respect,.pa-fld2{
   margin-left:30px;
   z-index: 2;
   position: relative;
}

.pa-respect img {
    filter: hue-rotate(270deg) brightness(0.3);
}

.pa-posts .fld-name,.pa-respect .fld-name,
.pa-fld1 .fld-name,.pa-fld2 .fld-name{
  display:block;
  margin-bottom:4px;
}

#viewprofile .lzcommon, #viewprofile .lz {

    background: transparent;
}


#viewprofile .char {
    width: 165px;
    margin-left: 15px;
    padding-bottom: 10px;
    margin-top: -6px;
    text-align: center;
}

#viewprofile .lzcommon .op {}

#viewprofile .lz {
}


.move_posts_form .modal-inner>.container {
    padding: 0!important;
    background: #8b8681;
}

.pun-modal .modal-inner {
    background: var(--bg1) !important;
}


#tags .container {
    overflow-x: auto;
    padding: 7px;
    margin-top: -6px;
    background-color: var(--bg1);
    color: var(--txt);
    border: var(--bordin);
    box-shadow: 0px 0px 7px inset #0000002e;
}

#font-area, #size-area {    right: unset !important;
    height: 185px;}

#pun-messages .pa-author .indOnline, #pun-messages .pa-author .indOffline {
    display: none !important;
} 

#imageupload-left input[type=button] {
    width: auto;
    text-align: center;
}

/*БыстроПлюсы для Топика!*/
.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/001a/dc/1c/87688.png) no-repeat center;
    position: relative;
    padding-left: 1px;
    z-index: 100;
    box-sizing: border-box;
    width: 43px;
    height: 50px;
    padding-top: 9px;
    text-align: center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    color: var(--link);
}

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: 30px;
    height: 33px;
    background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
    display: block;
    background-size: 100%;
    margin-left: -24px;
    margin-top: 17px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}


#pun-index #forum_f24 {display:none} 
#pun-index #forum_f22 {display:none} 
#pun-index #forum_f19 {display:none}
#pun-index #forum_f17 {display:none}


td.tcr > a {
font-weight: 600;
    font-family: 'Lora';
    font-size: 11.5px;
    letter-spacing: 0.5px;
    color: var(--link2)!important;
}

#pun-index .tcr {
line-height: 15px!important; font-size: 11px;
}


td.tcr > a:hover {color: var(--hovlink)!important;}

.hvStickerPackModal { background: var(--bg1) !important; }

#mask_dialog .inner {
    background: var(--bg1) !important;;
}

#mask_dialog .hv-mask-dialog-title {
    font-family: 'El Messiri';
    text-transform: uppercase;
    font-weight: 500;
    color: var(--txt);
    text-shadow: 0px 0px 3px #5c22227d;
}


#pa-fld1 > strong {
color: black !important;
}

.pa-ip {
    margin-bottom: 9px;
    position: relative;
    z-index: 2;
}






/*уведомления о наградах*/
.alert_wrapper {
    width: 514px;
    background: #122634;
    color: #cbcbcb;
    height: 271px;
    padding: 20px;
    text-align: center;
    border: double 4px #23486a;
    box-shadow: 0px 0px 19px #0000006e inset;
    overflow: auto;
    position: fixed;
    top: 25vh;
    right: 0;
    bottom: 25vh;
    left: 0;
    margin: auto;
    z-index: 1000;
}

.alert_block {
    padding: 0px 0px 0px 0px;
    width: 478px;
    height: 93px;
    margin: 14px 18px;
    overflow: auto;
}     

.alert_blockTitle {
        text-transform: uppercase;
    font-family: 'Cormorant';
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.7px;
    text-shadow: 0px 0px 4px #000000a6;
    margin-bottom: 10px;
}

.alert_blockItems {
    width: 475px;
}

.alert_addedItem {
    padding: 3px;
}

.alert_deletedItem {
    opacity: 10%;
    filter: alpha(opacity=40);
}

.close_alert {
    font-size: 27px;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #4b72a3;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.close_alert a:hover {
color: #1f242a85 !important;
}

::selection {
        background: #8e6e60;
    color: #d1d1d1;
}



#notify-link .unreads, #navpm .unreads {
    display: block;
    position: absolute;
    top: -0.8em;
    right: -1em;
    min-height: auto !important;
    min-width: auto !important;
    padding: 1px 4px !important;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px !important;
    font: bold 10px Tahoma !important;
    cursor: pointer;
    color: #bba787 !important;
    background: #413129 !important;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    text-shadow: none;
    z-index: 999 !important;
    word-break: normal !important;
}

span.num_msg {
    position: absolute;
    margin-top: -13px!important;
    margin-left: -8px;
    font-size: 11px;
    font-weight: 700;
    background: #392818!important;
    padding: 1px 5px!important;
    border-radius: 2px;
    height: 14px;
    color: #d2d0a2!important;
    cursor: pointer;
    width: auto;
}

span.num_msg:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    top: 14px;
    background: #392818!important;
    margin-left: 1px;
}


/*ЧС*/
#panel {
  position: fixed;
  top: 170px;
  left: -250px;
  margin: -40px 0 0 -2px;
  overflow: hidden;
  z-index: 10000;
}

#panel-content {
    background: var(--bg1);
    border: var(--bordin);
    box-shadow: 0px 0px 10px #a0a0a0 inset;
    width: 238px;
    height: auto;
    float: left;
    padding: 3px 5px;
}

#panel-sticker {
    float: left;
    position: relative;
    background: #3f2a28;
    padding: 3px 10px 3px 5px;
    margin: 0;
    cursor: pointer;
    color: var(--bg1);
}

#blockUsers > li > strong {
  cursor: pointer;
  font-size: 17px;
  color: red;
  font-weight: bold;
  top: 2px;
  position: relative;
}

.blockButton:before {
    content: "x";
    cursor: pointer;
    margin-top: -24px;
    margin-left: -291px;
    position: absolute;
    width: 14px;
    opacity: 1;
    z-index: 2;
    color: #db796a;
    font-size: 13px;
    padding-left: 5px;
}

ul#blockUsers {
  list-style-type: none;
  float: left;
  margin-left: 25px;
}