/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1651655930.css);
/* файл стиля шаблонов */  @import url(https://forumstatic.ru/files/001b/88/5b/35961.css?v=46);
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/*допы*/
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Bebas+Neue&family=Cormorant+Unicase&family=Jura&family=Lobster&family=Oswald:wght@200&family=Abel&family=Alex+Brush&family=Arizonia&family=Bangers&family=Cabin+Sketch&family=Chewy&family=Cinzel&family=Dawning+of+a+New+Day&family=Fredericka+the+Great&family=Gaegu&family=Gamja+Flower&family=Gloria+Hallelujah&family=Great+Vibes&family=Hi+Melody&family=Indie+Flower&family=Kaushan+Script&family=Nanum+Brush+Script&family=Nothing+You+Could+Do&family=Pacifico&family=Permanent+Marker&family=Raleway&family=Reenie+Beanie&family=Roboto+Condensed&family=Sail&family=Satisfy&family=Shadows+Into+Light&family=Six+Caps&family=Special+Elite&family=UnifrakturMaguntia&family=Zilla+Slab+Highlight&family=Caveat&family=Montserrat:wght@300&display=swap'); 

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oi&display=swap');

  @font-face {
    font-family: 'Icons';
    src: local('Icons'), url('https://forumstatic.ru/files/001b/67/90/67409.woff') format('woff');
    font-weight: light;
    font-style: normal;
}

iframe#banner_top {
//display:none!important;
margin-bottom: 35px;
}

td { vertical-align:top; }
#pun-index td { vertical-align: inherit; }
 
div#pun-live-rusff {margin: 15px 0px 0 auto!important;}

#main-reply, .punbb .post-content {
    font-size: 12px!important;
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
  margin: 0; 
  padding: 0; 

} 
.topic .sharelink {display:none;}
.tipsy-inner  { font-weight: 300;}
#pun-main #subforums {display:none}


/* A2.2 */
.punbb * {
  margin: 0
  }

.pun-modal .modal-inner, .inner {
background: #fff0f5;
}

/* 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 */
#pun-index table {
    width: 100%;
    margin-left: 0;
}

.punbb .main table {
    table-layout: fixed;
    width: 90%;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 7%;
  }
.post-box table {
    width: 100%!important;
    margin-top: 0px!important;
    margin-left: 0!important;
    margin-bottom: 0!important;
}

#form-buttons table, .punbb .formal textarea {
    width: 100%;
    margin-left: 0;
}
/* 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
-------------------------------------------------------------*/
#pun {
   width: 95%;
    margin: auto;
}

/* A3.1 цвет текста и фон форума */
  body {
      font-size:100%;
      color: black;
      background: url(https://i.imgur.com/mApLnDy.jpg) no-repeat bottom center;
      background-size: cover;
      background-color: #f3e1ed;
    //  background-repeat: repeat!important;
      background-attachment: fixed;
      background-position: top center;
      
      
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  font-family: Roboto Condensed;
    
}

/* А3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
    padding-top:5px;
    
}

.punbb select, select {
    font-weight: 300;
    font-size: 12px;
    color:#f2f3f4;
    background-color:#a985aa;
    
}

select:hover {
    background-color:#c8b2c9;
    
}


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb th, .punbb table {
    text-align:center;
    font-size:1em;
    
}

/* A3.5 заголовки форумов */
.punbb h1 span, .punbb h2 span {
    color: #f2f3f4;
    font-family: 'Amatic SC';
    font-weight: 700!important;
}

#pun-index h2 span {
    font-size:32px;
    text-shadow: 2px 2px 3px rgba(92,66,45,0.5);
    
}

/* 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 {
    color: #480c4e;
    text-decoration: none!important;
    
}

a:hover {
    color: #3b8cab; 
    text-decoration: none!important;
    
}

/* A3.11 */
.punbb optgroup {
    font-weight: normal;
    
}


/* 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-ulinks h2,
#pun-status 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;
    
}

#pun-profile #pun-main h1, #pun-search #pun-main h1, #pun-statistic #pun-main h1, #pun-upavatar #pun-main h1, #pun-post h2, #pun-post #pun-main h1, #pun-edit #pun-main h1, #pun-login #pun-main h1 {
    width: 98%;
    height: 25px;
    margin-left: -25px;
    background: #cfb1d2;
    padding: 5px!important;
    z-index: 100;
    position: absolute;
    font-size: 20px;
}

/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
    margin: 50px auto auto auto;
    max-width: 1200px;
    background: transparent;
    position: relative;
}

/* A5.2 */
.punbb {
    float: auto;
    height: auto;
}


/* A5.3  страница переадресации*/
body.redirect-page {
    background: url(https://i.imgur.com/mApLnDy.jpg) no-repeat bottom center!important;
    background-size: cover!important;
    background-color: #f3e1ed!important;
    background-attachment: fixed!important;
    position: relative;
}

#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

#pun-redirect {
    text-align:center;
    background: #fff0f5;
    -webkit-box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    -moz-box-shadow: 7px 7px 0px 3px rgba(47, 30, 73, -7px 0 0 0px rgba(47 30 73));
    box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    margin-top: -45px;
    font-weight: 300;
    font-size: 13px;    
}
#pun-redirect h1 {
   font-weight: normal;
    height: 25px;
    width: 50%;
    margin-left: -25px;
    background: #cfb1d2;
    padding: 5px!important;
    z-index: 100;
    position: absolute;
    font-size: 20px; 
}
#pun-redirect #pun-main .info .container {
padding-top:55px;
}

#pun-message #pun-main h1 span {
    width: 98%;
    height: 25px;
    margin-left: -619px;
    background: #cfb1d2;
    padding: 5px!important;
    z-index: 100;
    position: absolute;
    font-size: 20px;
    margin-top: -75px;
}

/* 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;
    
}

/* A5.7 */
#pun-post .topic {
    background: #fff0f5;
    -webkit-box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    -moz-box-shadow: 7px 7px 0px 3px rgba(47, 30, 73), -7px 0 0 0px rgba(47 30 73);
    box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    margin-top: 20px;
}

#pun-post .post.toppost {
    padding-top: 46px;
}

/* 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: 34px 1em;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    text-transform: uppercase;
    
}




/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  }

.post-content td {
  text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
  display: block;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #ab8eae, rgba(255,255,255,0) 100%);
  margin: 5px 0px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  font-size: 12px;
  }

/* 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;
  height: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 10px 10px 10px 10px;
  padding: 10px;
  background: #fdf1fd;
    /* border: solid 1px #d8bfd8; */
    box-shadow: 0 0 0 1px #d8bfd8 inset, inset 5px 0px 0px 0px #d8bfd8;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend, 
.code-box .legend a {
    display: block;
    font-size: 17px;
    font-weight: 300;
    font-weight: bold;
    color: #f2f3f4;
    font-style: normal;
    padding: 2px;
    background: #d8bfd8;
    text-align: center;
    margin-bottom: 5px;
  }

/* 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-size: 12px;
  font-weight: bold!important;
  font-weight: 300;
//  letter-spacing:1px;
  }

#pun-main .topic {
    margin-top: 20px;
}

/* B3.2 */
.multipage {
  margin-top: -4em;
  }

.main.multipage h1 {
    width: 98%;
    height: 25px;
    margin-left: -25px;
    background: #cfb1d2;
    padding: 5px!important;
}

.main.multipage h1 span {
    font-size: 20px;
    text-shadow: 2px 2px 3px rgb(92 66 45 / 50%);
}

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: 5px;
  float: right;
  left: 50px;
  width: 700px;
  }

.linkst .pagelink strong, .linksb .pagelink strong, .postlink span a{
  font-weight: bold!important;
}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: 0.3em;
  right: 3em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 3em 0.5em 5em;
  font-size: 12px;
  font-weight: bold!important;
  font-weight: 300;
 // letter-spacing:1px;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 700px;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  top: -200px;
  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: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

#post-form .formsubmit{
text-align: left;
}

/* 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: 0 0 0 -15px;
  }

/* 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;
  }

/* окно ввода */
.punbb textarea{
    padding-top: 2px;
    background: #fdf1fd;
    box-shadow: 0 3px 3px #d8bfd8 inset;
    border: none;
}

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }
/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 40%;
  font-weight: 300;
  font-size: 13px;
  }


#pun-index .tcl {
    width: 50%;
    padding: 0;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  font-weight: 300; 
  font-size: 13px;
  }

#pun-index .tc2, #pun-index .tc3 {
 width: 0%;
 display: none;
}

/* названия топиков*/
.punbb .main .tcr a {
/*font-size: 13px!important;*/
text-transform: lowercase;
font-weight: bold;
}

#pun-index .tcr a {
  font-size: 15px!important;
}

/* C2.3 */
#pun-index .tcr { 
  width: 30%; 
  padding-left: 60px;
}

.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  font-weight: 300;
  font-size: 12px;
  background-color: transparent;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 26%
  }

/* C2.5 */
#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
  text-align: left;
  width: 26%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-statistic .main table { 
  width: 60%; 
  margin-left: 20%;
  margin-top: 30px;
}

#pun-statistic .tc-title, #pun-statistic .tc-registered, #pun-statistic .tc-posts, #pun-statistic .tc-percent, #pun-statistic .tc-lastvisit, #pun-statistic .tc-timevisit { width: 15%!important; }

#pun-statistic .tc-topic, #pun-statistic .tc-username, #pun-statistic .tc-replies, #pun-statistic .tc-views {
  text-align: left;
  width: 25%;
}

/* 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 none;
  border-width: 1px 0 0 0;
  padding: 0.8em 1em;
  }



/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 5px 1em 5px 1em;
  font-weight: 400!important;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {height: 1px}

#pun-index .category .container {
    width: 80%;
    margin: auto;
}

/* C2.14 описание подфорумов*/
#pun-index td div.tclcon {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 10px 25px;
    line-height: 12px;
    text-align: justify;
    text-transform: lowercase;
    color: #310062;
    background: #f6d95e;
  }

.tclcon h3 {
    font-size: 20px;
    font-family: 'Amatic SC'!important;
    text-align: center;
    padding: 8px;
    color: #f2f3f4!important;
    text-transform: uppercase;
    font-weight: bold;
    border: #f2f3f4 dashed 2px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px rgb(92 66 45 / 50%);
}

.tclcon h3 a {
    color: #f2f3f4;
    transition: 0.5s;
}

.tclcon h3 a:hover {
    color: #310062;
    transition: 0.5s;
}

.tclcon .add2 {
    font-size: 12px;
    color: #ba8dbf;
    position: absolute;
    bottom: 8px;
    right: 6px;
}

.tclbutton { /*ссылки в форумах*/
    text-align: center;
    font-size: 12px;
    padding: 2px;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2px;
    width: 100%;
    margin-bottom: -10px;
}
.tclbutton a {
    background: rgb(253 241 253 / 30%);
    padding: 2px 20px;
    flex: auto;
    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;
    cursor: crosshair;
}
.tclbutton a:hover {
    background: #480c4e;
    color: #fdf1fd;
}

.tcban { /* баннеры партнеров в теме */
    margin-top: 12px;
    margin-bottom: -12px;
}
.tcban img {
    margin-right: 3px;
}
/* C2.15 иконки статуса сообщений*/
.punbb div.icon {
  float: left;
  display: block;
  width: 25px;
  //height: 25px;
  margin-top: -3px;
  margin-bottom: 3px;
  }

#pun-index div.icon {
    position: absolute;
    float: left;
    margin-left: 13px;
    width: 30px;
    height: 30px;
    margin-top: 8px;
}
#pun-index div.icon:after {
    font-size: 30px;
}

/* C2.16 */
.category {
    background: #fff0f5;
    -webkit-box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    -moz-box-shadow: 7px 7px 0px 3px rgba(47, 30, 73), -7px 0 0 0px rgba(47 30 73);
    box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    margin-bottom: 60px;
    position: relative;
}

.punbb .main .category th, #pun-viewforum .forum th {
  font-size: 12px;
  font-weight: 300;
  color: #310062;
  }

#pun-index .category th {
  font-size: 0;
  padding: 0 !important;
  border: 0 none;
}

.user-avatar {
  display: none;
}




 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border: none;
}



/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, 
.punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;

  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, 
#pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/*** ЦВЕТ АДМИНКИ ***/
.punbb-admin #pun-admain .adcontainer, #pun-admain {
  background-color:#fdf1fd;
  border-color: #540e5d;

}

.adformal h2, #pun-adnav h2 {
    padding: 0.5em 1em;
    border-style: solid;
    border-width: 1px;
    background-color: #c6abda!important;
    color: #480c4e;
    border-color: #540e5d;
}

#pun-admain a { color: #480c4e!important;}
#pun-admain a:hover { color: #3b8cab!important;}

#pun-admain fieldset {
  border-color: #c6abda!important;
  background: #fdf1fd!important;
}

#pun-admain fieldset .handle, #pun-admain fieldset p {
  border-color: #a985aa!important;
  background-color: #c8b2c9!important;
}

#pun #pun-admin_options #pun-admain #pun-admain1 .adcontainer #o-essentials .adfs-box p {background-color: #540e5d!important;}


/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, 
.punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, 
#pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a,  li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }



/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  border-color: #cfb1d2;
  margin-left: 45px;
  margin-top: 6px;
  }

/* C3.2 */
.punbb .post h3 {
    border-style: solid solid none solid;
    border-width: 1px;
    background: #ccccff;
    height: 21px;
    margin-left: 285px;
  }

/* C3.3 */
.punbb .post h3 span {
    padding: 2px 10px;
    display: block;
    border-left-style: solid;
    border-left-width: 1px;
    text-align: left;
}
/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  margin-right: 10px;
  }


/* C3.5 */
.punbb .post .post-author {
float: left;
    width: 255px;
    margin-top: -28px;
    margin-left: -1em;
    overflow: hidden;
    text-transform: none;
    font-weight: 300;
    background: #fdf1fd;
    box-shadow: 0 0 0 1px #d8bfd8 inset, inset 5px 0px 0px 0px #d8bfd8;
  
}
 
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

#pun-main .post-author ul {
text-align: center;
line-height: 12px
}

#pun-profile #pun-main, .formal.messages-container, #pun-search .formal, #pun-statistic #pun-main, #pun-upavatar form.container, #pun-edit form#post, #pun-post form#post, #pun-login form#login {
    margin-top: -45px;
  
}

#pun-searchposts .topic, #pun-login form#login {
    margin-top: 25px;
}

#pun-edit form#post,  #pun-login form#login {   margin-bottom: 26px; }

/* C3.7 */
.pa-author {
    position: relative;
    font-size: 20px!important;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 3px;
    font-family: 'Amatic SC';
    height: 25px;
    margin-left: -25px;
    background: #cfb1d2;
    padding: 10px 5px 0 5px!important;
  }

#pun-post p.pa-author {
    text-align: center;
    color: #f2f3f4;
}
/* C3.8 */
.pa-author a {
  text-decoration: none;
  color: #f2f3f4;
  }

.pa-author a:hover {
  text-decoration: none;
  color: #3b8cab;
  }


/* C3.9 */
li.pa-title {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 9px;
    text-transform: none!important;
    margin-top: 7px;
    margin-bottom: 7px;
    background: #f6d95e;
  }

li.pa-online {
   font-size:12px!important;
   text-transform:uppercase;
   margin-top: 3px;
}

li.pa-awards {
  margin-top: 3px;
  font-size:13px;
}
li.pa-ip { margin-top: 3px; }

#pun-index th.tcl {
   font-size:0%;
}

th.tc2, th.tc3, th.tcr, .forum thead tr .tcl {
 text-transform:lowercase;
 opacity:.5;
 font-size:10px;
}

#pun-index .tc3, #pun-index .tc2, #pun-index th.tcr {
   text-align:center !important;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 230px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;

  }

/* C3.12 */
.punbb .post-box {
  padding: 1em 3em;
  }



/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #cfb1d2;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  text-align: right;
  font-size: 14px;
  font-weight: bold!important;
  font-weight: 300;
  letter-spacing:1px;
  }

/* C3.16 */


.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 12px;
  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: 45px 0 45px 220px;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: auto;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  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.5em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
 // padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }

#viewprofile { ffont-weight: 300; font-size: 13px;}

#profile-right {
    text-align: left;
    background: #fdf1fd;
    box-shadow: 0 0 0 1px #d8bfd8 inset, inset 5px 0px 0px 0px #d8bfd8;
  }

td#profile-right { padding: 6px 9px!important; }

#viewprofile li span {
    text-align: center;
    background: #f6d95e;
    margin-top: 6px;
    color: #310062;
}
#profile-right li strong {
  padding-left: 1em;
  padding-top: 10px;
  border-bottom: 1px solid #d8bfd8;
}

#profile-left {
    float: left;
    width: 255px!important;
    margin-left: -1em;
    text-transform: none;
    font-weight: 300;
    background: #fdf1fd;
    box-shadow: 0 0 0 1px #d8bfd8 inset, inset 5px 0px 0px 0px #d8bfd8;
}

#profile-name {
    position: relative;
    font-size: 20px!important;
    margin-top: 10px;
    margin-bottom: 1px!important;
    font-family: 'Amatic SC';
    font-weight: bold;
    color: #f2f3f4;
    height: 33px;
    background: #d8bfd8;
}
#profile-name strong {
    padding-top: 0px!important;
}

#profile-title {
    display: inline-block;
    height: 9px;
    width: 180px;
    padding-bottom: 5px!important;
    font-size: 14px;
    line-height: 9px;
    text-transform: none!important;
    margin-top: 7px;
    margin-bottom: 7px!important;
    background: #f6d95e;
  }
#profile-title strong {
    padding-top: 0px!important;
}

#profile-left  li#pa-avatar img {
    border: #cfb1d2 solid 4px!important;
}

#pa-online strong {
    padding-top: 0px!important;
    text-transform: uppercase;
}
#profile-left  li#pa-edit {
    border-top: 1px dashed #cfb1d2;
}
#pa-edit strong {
    padding-top: 1px!important;
    padding-bottom: 10px!important;
}
#profile-signature {
    border-top: 1px solid #cfb1d2;
}

/* C Messeges
-------------------------------------------------------------*/

#pun-messages #profilenav {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: left;
    float: none;
    width: 97%;
    margin: auto auto 10px auto !important;
    padding: 6px;
    background: #fdf1fd;
    box-shadow: 0 0 0 1px #d8bfd8 inset, inset 5px 0px 0px 0px #d8bfd8;
}
#pun-messages #profilenav ul {
    margin: auto 25px;
    padding: 0;
}
#pun-messages #profilenav li {
    display: inline-block;
    padding: 4px 6px;
}
#pun-messages #profilenav h2 {
    text-align: center;
    background: #f6d95e;
    width: 96%;
    margin: 4px 5px!important;
    padding: 2px 10px;
    border-width: 1px;
}
#pun-messages #profilenav span {
    color: #310062;
    font-size: 14px;
}
#pun-messages #profile .container {
    padding: 45px 0 45px 35px;
}

/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  border-width: 1px 1px 0 1px;
  height: 0;
  }

/* D1.2 */
#pun-title h1 {
    position: absolute;
    top: -111px;
    right: 0;
    left: 287px;
    padding-top: 4px;
    display: block;
    height: 79px;
    text-align: center;
    max-width: 920px;
    background-image: url(https://i.imgur.com/NmDc9B0.png), url(https://i.imgur.com/Gk1ynUH.png);
    background-position: left, right;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span  {
    display: block;
    font-family: 'Oi';
    font-weight: normal!important;
    box-shadow: none!important;
    font-size: 5em;
    text-transform: uppercase;
    z-index: -1;
    background-color: #b584c6;
    color: transparent;
    text-shadow: 0px 2px 3px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-align: center;
}


/* 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 .container {
    font-family: 'Amatic SC', sans-serif;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    word-spacing: 10px;
    width: 35%;
    z-index: 999;
    padding: 5px!important;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgb(92 66 45 / 50%);
  }

/* D3.2 цвет*/
#pun-navlinks #navawards {
  display:none;
}

/* D3.3 */
#pun-navlinks li {
  display: inline;
  }

/* D3.4 */
#pun-navlinks li a {
  color: #f2f3f4;
  transition: 0.5s;
  }

/* D3.5 */
#pun-navlinks li a:hover {
 opacity:0.5; transition: 0.5s;
  }

#pun-navlinks a {
    font-size: 0!important;
    display: inline-block;
    transition: 0.5s;
}

#pun-navlinks li>a:after {
    visibility: visible!important;
    transition: 0.5s;
    color: #f2f3f4;
}

#pun-navlinks li:hover>a:after { opacity:0.5; transition: 0.5s;}

#navindex a:after { /*Форум*/
    font-family: Icons;
    content: "\f4c9";
    font-size: 16px;
}

#navuserlist a:after { /*Участники*/
    font-family: Icons;
    content: "\f500";
    font-size: 16px;
}

#navsearch a:after { /*Поиск*/
    font-family: Icons;
    content: "\f002";
    font-size: 16px;
}

#navprofile a:after { /*Профиль*/
    font-family: Icons;
    content: "\f2bb";
    font-size: 16px;
}

#navpm a:after { /*Сообщения*/
    font-family: Icons;
    content: "\f0e0";
    font-size: 16px;
}

#navadmin a:after { /*Администрирование*/
    font-family: Icons;
    content: "\f6e3";
    font-size: 16px;
}

#navlogout a:after { /*Выход*/
    font-family: Icons;
    content: "\f2f5";
    font-size: 16px;
}

#navlogin a:after { /*Войти*/
    font-family: Icons;
    content: "\f2f6";
    font-size: 16px;
}

#navregister a:after { /*Регистрация*/
    font-family: Icons;
    content: "\f2b5";
    font-size: 16px;
}

#navpiar a:after { /*PR*/
    font-family: Icons;
    content: "\f6a3";
    font-size: 16px;
    margin-left: 15px;
}

#navadminlogin a:after { 
    font-family: Icons;
    content: "\f0e2";
    font-size: 16px;
}


/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 активные темы и т.д.*/
#pun-ulinks .container {
    padding: 5px 0;
    position: absolute;
    margin-top: -33px;
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    right: 0;
 
  }

/* D4.3 цвет*/
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
    font-weight: normal;
    color: #f2f3f4;
    opacity: 1;

  }

#pun-ulinks li a:hover {
opacity:.5;

}

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.1em 0 0.1em
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }

/* --------------------- Welcome box and Top Breadcrumbs ------------------------------*/

#pun-status .container {
    position: absolute;
    top: -118px;
    left: 95px;
    width: 192px;
    color: #310062;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.03em;
  }
#pun-status span {
    white-space: nowrap;
}
#pun-status .container a {
    font-weight: bold;
}


#pun-crumbs1, #pun-crumbs1 .crumbs a {
  overflow: hidden;
  margin-top: -20px;
  width: 100%;
  text-align:center;
  font-size:15px;
  letter-spacing:1px;
  font-weight: 300;
  }

#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 1.8em 1em;
  font-size: 0.9em;
}

#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

#pun-index #pun-crumbs2, #pun-index #pun-crumbs1 {
   display:none;
}

#pun-status .container .item3, #pun-status .container .item4 {
   visibility:hidden;
}


/* D6 Announcement Объявление
-------------------------------------------------------------*/


/* 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-index #pun-announcement .container {
  color: #480c4e;
    font-weight: 300;
    background: #fff0f5;
    -webkit-box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    -moz-box-shadow: 7px 7px 0px 3px rgba(47, 30, 73), -7px 0 0 0px rgba(47 30 73);
    box-shadow: 7px 7px 0px 3px rgb(47 30 73), -7px 0 0 0px rgb(47 30 73);
    margin-bottom: 25px;
    margin-top: -22px;
    position: relative;
    padding: 10px;
}
#pun-index #pun-announcement .container:before {
    content: '';
    position: absolute;
    background: #310062;
    height: 27px;
    width: 102.1%;
    margin: -34px auto auto -1.9%;
    z-index: -1;
}
#pun-announcement .container:before {
    content: '';
    position: absolute;
    background: #310062;
    height: 27px;
    width: 102.1%;
    margin: -45px auto auto -1%;
    z-index: -1;
}

/*кнопки с ссылками*/
.anbutton a {
    text-transform: lowercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 5px 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: #a985aa;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(169, 133, 170, .4);
    background: none;
}
.anbutton a:before, .anbutton a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}
.anbutton a:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid #a985aa;
  border-top: 1px solid #a985aa;
  transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}
.anbutton a:after {
  top: 0;
  right: 0;
  border-right: 1px solid #a985aa;
  border-bottom: 1px solid #a985aa;
  transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
}
.anbutton a:hover:before, 
.anbutton a:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.anbutton a:hover:before {
  transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
}
.anbutton a:hover:after {
  transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
}
.anbutton a:hover {
  background: rgba(169, 133, 170, .2);
}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em;
  text-align: center;
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    margin-left: 10px;
    width: 20%;
    height: 13px;
    display: inline-block;
    text-align: center!important;
    border: solid 1px #cea90c;
    color: #310062;
    background: #f6d95e;
    padding: 3px 5px 3px;
    font-size: 10px;
  }

/* D7.3 
#pun-stats li.item3, #pun-stats li.item4 {
    margin-left: 60px;
    width: 217px;
    height: 18px;
    display: inline;
    text-align: center!important;
    border: solid 1px #fdf1fd;
    color: #a985aa;
    background: url(https://i.imgur.com/c4cDDyE.png);
    float: left;
    padding: 5px 5px 0px;
    font-size: 10px;;
  }*/

/* D7.4 */
li#onlinelist {
  //margin-top: 1em;
  text-align: left;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  margin-bottom: 0;
  }
/* D8.4 */
#pun-about .container .item1{
  font-size:10px;
  font-weight: 300;
  text-align: center;
  margin-top: 35px;
}

#pun-about .container .item1 a {
    color: #f2f3f4;
}

#pun-about .container .item1 a:hover {
  opacity: 0.5;
}

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2, #pun-crumbs2 .crumbs a {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  text-align:center;
  font-size:15px;
  letter-spacing:1px;
  font-weight: 300;
  width: 100%;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 0.9em;
    background: #fff0f5;
  }

/* 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;
  }

/* Уведомления
-------------------------------*/
#jGrowl {
    left: 40px;
    top: 49px;
}

.notify-message {
    background: #4c1d67!important; 
    color: #f2f3f4!important;
    font-family: Amatic SC!important;
    font-size: 16px!important;
    opacity: 0.9 !important; 
    box-shadow: 0 0 30px #a37c5d;
    
}

.jGrowl-notification {
    background: #4c1d67!important; 
    color: #f2f3f4!important;
    font-weight: 300;
    font-size: 13px;

}


.notify-message .jGrowl-message a, .notify-message .jGrowl-message a:hover {
    color: #b7410e!important;
    font-weight: 300;
    font-size: 13px;
    
}

.jGrowl-close  {
    background: #c6abda!important; 
    color: #f2f3f4!important;
}

.jGrowl-close:hover {
    background: #fff5e9!important;
    color: #c6abda!important; 
    
}

.jGrowl-date {
    border-top: 1px solid #f2f3f4!important;
    color: #f2f3f4!important;
    font-weight: 300;
    font-size: 13px;
    
}

