/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1753295133.css);

/* базовые шрифты - поддержка кириллицы
-------------------------------------------------------------*/
@import url(style_cs.1753295133.css);



/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {min-width: auto !important;}

/* отключить прокрутку снизу */
body {overflow-x: hidden}

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {  list-style: none;  }
/* A2.4 */
.punbb img {  border:none  }

/* A2.5  СДВИГ*/
.punbb .main table {    table-layout: fixed;   width: 100%;}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * { height: 1.8em;  vertical-align: middle  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {  font-size: 100.01%;  }
/* A3.2 */
.punbb {  font: normal 11px verdana, arial, helvetica, sans-serif;  }
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {  font: 1em  verdana, arial, helvetica, sans-serif  }
/* A3.4 */
.punbb h1, .punbb h2, .punbb h3 {  font-size: 1em;  font-weight: bold;  }
.punbb th   {  font-size: 0.9em;  font-weight: bold;  }


/* СДВИГ КУДА-ТО */
.punbb h4, .punbb table {  font-size: 1em;  font-weight: normal; 
margin-left: 0px !important; }

/* A3.5 ВНУТРИ НАЗВАНИЯ ПОДФОРУМОВ */
.punbb h1 span, .punbb h2 span, .punbb legend span {
/*   font-size: 1.1em;*/
  }

.punbb h1 span { }

/* A3.6 */ .punbb pre {  font: 1.1em/140% verdana, arial,  "courier new", courier  }
/* A3.7 */ .punbb address, .punbb em {  font-style: normal  }
/* A3.8 */ .punbb .post-content em {  font-style: italic  }
/* A3.9 */
.punbb .post-content em.bbuline {  font-style: normal;  text-decoration: underline;  }
/* A3.10 */ .punbb a {  text-decoration: underline  }
/* A3.11 */ .punbb optgroup {  font-weight: bold;  }


/* убрать курсив с текста везде кроме поста */
address, em {font-style: normal;} 

/* убрать подчеркивание с ссылок */
a {  text-decoration: none;  }

/* 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: 0em;  }
/* A5.5 */
.punbb .category, .punbb .post {  margin-top: 0.4em;  }
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {  margin-top: 0; }
/* 5.7 */
#pun-post .topic {  margin-top: 1em;  }
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {  border-style: none none solid none;  border-width: 0px 0px 2px 0px;  }
/* A5.9 */
.punbb .container {  border-style: solid;  border-width: 1px;  }

/* A5.10 НАДПИСЬ НАЗВАНИЕ В ПОДФОРУМЕ */
#pun-main h1, .punbb .section h2 {
    display: inline-block;
    text-align: center;
    text-transform: lowercase;
    font-size: 0px;
    padding: 40px 0px 0px 30px;
}


#pun-stats h2, #pun-debug h2 {
padding: 2px 1em 9px 1em; 
 border-style: solid solid none solid; 
 border-width: 1px 1px 0px 1px; 
 padding: 10px 0px 0px 21px; 
}


/* БЫСТРЫЙ ОТВЕТ */
#post-form h2 {
margin-left: -15px;
    font-size: 0px!important;
    background: url(http://forumstatic.ru/files/0010/90/43/21586.png) no-repeat;
    display: block;
    height: 75px;
    width: 1037px;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {  padding: 0;  margin: 10px;  
overflow: hidden;  }

/* B1.2 РАЗДЕЛИТЕЛЬ ПОДПИСИ */
.punbb .post-sig dt {
display: block;
    border-top: 1px double rgba(81, 76, 73, 0.35);
    width: 300px;
    margin-top: 5px;
    margin-left: 0px;
}

/* B1.3 ТЕКСТ В ПОСТАХ */
.punbb .post-content p {
    padding: 0;
    line-height: 150%;
    margin: 10px 0px;
    text-align: justify;}

/* весь пост */
.post .container {  margin-left: 30px;}

/* B1.4 */
.punbb .post-content img {  vertical-align: text-top  }
/* B1.5 */
.punbb .post-content img.postimg {  vertical-align: middle;  }

/* B1.6 ЦИТИРОВАНИЕ */
.punbb .post-content .blockcode {
  width: 100%;
  overflow: hidden;
  }

/* ТЕКСТ В ЦИТАТЕ И ЦИТИРОВАНИИ */
.punbb .post-content blockquote {
    width: 95%;
  /* overflow: hidden; */
    margin-left: 12px;
  }

/* B1.7 КОД */
.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
    font-size: 8px;
padding: 10px 0px 0px 5px;
  }

/* B1.8 РАССТОЯНИЯ ОТ КОДА */
.punbb .post-content .code-box {
    padding: 10px 10px 10px 10px;
    margin: 15px 0px 10px 0px;
}

/* РАССТОЯНИЯ ОТ ЦИТАТЫ И ЦИТИРОВАНИЯ */
.punbb .quote-box {
    padding: 0px 5px 0px 18px;
    margin: 15px 0px 10px 0px;
}

/* РАССТОЯНИЯ ОТ ЦИТАТЫ И ЦИТИРОВАНИЯ */
.punbb .post-content .quote-box {
}

/* B1.9 ВЫДЕЛИТЬ КОД*/
.punbb .code-box strong.legend {
display: block;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-family: Arial;
    padding: 5px 5px 5px 5px;
    border: 1px solid rgba(64, 62, 23, 0.28);
    background: #C5BCA7;
    border-radius: 8px;
    position: relative;
    width: 255px;
    margin-left: 10px;
    margin-top: -20px;
    text-align: center;
  }

.code-box a {color: #476F5C; !important; }
.code-box a:hover {color: #7B7E7B !important; }

/* B1.9 ЦИТАТА */
.punbb .quote-box cite  {
    color: #941E1E;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-style: normal;
    font-family: Arial;
    padding: 2px 5px 2px 5px;
    position: relative;
    width: AUTO;
    margin-top: 5px;
    border-bottom: 1px solid #776B57;
    line-height: 200%;
    background: no-repeat 10px !important;
    margin: 0px 10px 0px 0px;
}


/* СПОЙЛЕР */

.post-content .spoiler-box {
    padding: 10px 10px 10px 0px;
}

.post-content .spoiler-box > div.visible {
    padding: 0px 0px 0px 30px;
}

.post-content .spoiler-box > div {
    padding: 0px 0px 0px 30px;
background: no-repeat !important; 
}

.post-content .spoiler-box > blockquote {
    padding-top: 1.4em;
    display: none;
    padding-left: 12px !important;
    font-size: 12px !important;

}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {  padding: 1.1em 1.7em 1em 1.7em;  border-style: solid;  border-width: 1px;  margin: 0 0 1.1em 0;  }
/* B2.2 */
.punbb .info-box * {  padding: 0 0 0.7em 0;  }
/* B2.3 */
.punbb #pun-main .info-box .legend {  font-size: 1.1em;  font-weight: bold;  }




/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {  float: left;  position: relative;  width: 100%;  font-size: 1.1em;  height: 0;  }
/* B3.2 */
.multipage {  margin-top: 3em;  }

/* B3.3 В ПОДФОРУМЕ СТРАНИЦА */
.linkst .pagelink {      position: absolute;
    top: -4.6em;
    left: 1em;
    width: 24em;
    padding: 0px 0px 0px 10px;
    font-size: 11px;}

/* B3.4 */
.linkst .postlink {  position: absolute;  top: -4.6em;  right: 1em;  width: 16em;  text-align: right;  font-weight: bold;  }
/* B3.5 */
.punbb .linksb {  text-align: right;  padding: 0.4em 1em 0.5em 1em;  font-size: 1.1em;  }



/* B3.6 НАДПИСЬ СТРАНИЦЫ */
.linksb .pagelink {  float: left;
    width: 24em;
    text-align: left;
    padding: 15px 0px 0px 15px !important; }

/* 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 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: 0px 0px 0px 20px;
  }

/* C1.3 КНОПКИ ОТПРАВИТЬ ПОСМОТРЕТЬ*/
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
 margin: 0 0.6em 0 0;
  }


/* поле ввода название темы */
.punbb select, input {
    background-color: rgb(208, 202, 190);
    border-radius: 5px !important;
    margin: 0;
    border: 1px solid #988668 !important;
    padding: 1px 1px 1px 1px;
}

/* 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 5px;
    font-size: 15px;
    color: #654E2F;
    font-family: Arial;
    padding: 4px;
    line-height: 1px;
    margin: 0px 0px 15px 20px;
  }

/* C1.6 - НАЖМИ ОТПРАВИТЬ ФРАЗА*/
.punbb fieldset legend span {
  padding: 0 5px;
  font-size: 14px;
  color: #49494B;
    font-family: Arial;
  }

/* 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: 5px 0px 10px 0px;  */ 
    margin-left: 20px;
}

#pun-admain textarea { 
padding: 0px 0px 0px 5px;
    margin-left: 0px;
width: 100% !important;
}


/* 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 4em 0 0;  height: 100%; /* For IE */  }
/* C1.16 */
.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;  }
.punbb .helplinks span INPUT { margin: 0px 2px 2px 0px;}
/* 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
-------------------------------------------------------------*/



/* ТАБЛИЦЫ
-------------------------------------------------------------*/
/* стили таблиц */
.main table {
  table-layout: fixed;
  width: 100%;  }
#messages > fieldset > div > div > table, #rep_form > table {width: 100%;}

/* отступы в ячейках */
.main td {  padding: 5px 10px;  }
th {  padding: 0!important; font-size: 0px!important;  }


/* ширина подфорума */
 .main .tcl {  text-align: left;  width: 55%;  }
 #pun-index .tcl {  text-align: left;  width: 60%; }

/* ширина ячеек */
.tc2, .tc3, .tcmod {  text-align: center;   }

/* ширина последнего сообщения */
 .tcr {  text-align: left;
    width: 30%;
    line-height: 20px!important;   }

/* ширина в поиске/модерировании */
#pun-userlist .tcl, #pun-searchtopics .tcl, #pun-modviewforum .tcl {
  width: 40%  }
#pun-userlist .tc2, #pun-searchtopics .tc2 {  text-align: left;  width: 20%;  }

/*дебаг */
#pun-debug table .tcl {  width: 15%;  white-space:normal;  }
#pun-debug .tcr {  width: 90%;  white-space: normal;  }

/* расположение последней активной темы */
#pun-index .tcr {
width: 40%!important;
    text-align: left;
    line-height: 11px!important;
    font-size: 9px;
}

/* последняя активная тема в подфоруме */
#pun-index .tcr a {
    text-transform: uppercase;
    font-weight: bolder;
}

/* количество тем и сообщений в подфоруме */
#pun-index .tc2, #pun-index .tc3 {    width: 5%; display: none; }


.punbb .main .tcl {
    padding-left: 15px;
}
.punbb .main .tcr {
    padding-right: 15px;
       line-height: 35px;
}


/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: none;
  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(http://forumstatic.ru/files/001b/f0/c8/95281.png) no-repeat center;
    position: relative;
    z-index: 100;
    width: 29px;
    padding-right: 2px;
    padding-top: 20px;
    height: 46px;
    text-align: center;
    font-size: 10px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    color: #4f4c46;
}

div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}

div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
  font-size: 0 !important;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  width: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: block;
  background-size: 100%;
    margin-left: 52px;
    margin-top: 68px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%; }



td.tcl.username {
    padding-left: 15px;
    padding-bottom: 10px;
}


.NoComments {
    display: none; 
}

.post-content abbr {
    cursor: help;
text-decoration: underline dashed;
}

#all_voters tbody {
    background: #edeee485!important;
}



/* C2.1 РАССТАВАНИЕ В КАТЕГОРИЯХ ТЕМ*/ 
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 45%;
 padding: 0px 0px 10px 15px; 
  }


/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }


/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 20%;
  }



/* C2.8 ОБРАМЛЕНИЕ КАТЕГОРИИ*/
#pun-index .tcl h3 {   
    display: block;
    position: relative;
    width: 450px;
    height: 25px;
    box-sizing: border-box;
    margin: 0px 0px 0px 75px;
    /* padding: 0px 0px 0px 30px; */
    background: #B4A997;
    border-radius: 8px;
    /* bottom: 23px; */
    border: 1px solid rgba(64, 62, 23, 0.28);
    text-align: center;
  }

/* КАТЕГОРИИ ССЫЛКА*/
.tclcon h3 a {
    text-shadow: 0px 0px 0px #000000 !important;
    /* background: #385046; */
    color: #A90817 !important;
    padding: 0px 10px 0px 10px;
}


/* КАТЕГОРИИ ССЫЛКА НАВОДИШЬ */
.tclcon h3 a:hover, .tclcon h3 a:focus, .tclcon h3 a:active {
    /* text-shadow: 1px 0px 0px #000000 !important; */
    color: #634310 !important;
    padding: 0px 10px 0px 10px;}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }



/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
/*  padding: 1.5em 1em;*/
  }


/* C2.12 */
.punbb .main th {
  padding: 4px 1em 5px 1em;
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  }

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}


/* C2.14 ОБРАМЛЕНИЕ КАТЕГОРИИ*/
.punbb td div.tclcon {}

.tmhsh {
    color: #2B0303;
    margin-left: 0px;
    text-align: justify;
    line-height: 9px;
    font-size: 10px;
    background: rgba(32, 71, 100, 0.02);
    padding: 8px 8px 0px 8px;
    -webkit-box-shadow: rgba(68, 65, 85, 0.32) 1px 2px 4px, rgba(22, 111, 82, 0.15) 1px 1px 10px inset;
    /* border-radius: 10px; */
    /* border: 4px double #385046; */
}


/* C2.15  СООБЩЕНИЕ*/
/* старые главная */
#pun-index table Div.icon  {
  margin-left: 15px;
    margin-top: -1px;
    z-index: 1;
    position: absolute;
    float: right;
    padding: 4px 4px 4px 4px;
    width: 22px;
    height: 22px;
    border-radius: 65px 65px 65px 65px;
    background: linear-gradient(rgb(202, 195, 180),#CAC3B4);
    box-shadow: rgb(115, 108, 101) 0px 0px 10px inset;
}


/* новые главная */
#pun-index TR.inew Div.icon {
    margin-left: 15px;
    margin-top: -1px;
    z-index: 1;
    position: absolute;
    float: right;
    padding: 4px 4px 4px 4px;
    width: 22px;
    height: 22px;
    border-radius: 65px 65px 65px 65px;
    background: linear-gradient(rgb(228, 126, 80),#54230C);
    box-shadow: rgb(115, 108, 101) 0px 0px 10px inset;
}


#pun-messages.punbb div.icon{
  margin-top: 0px!important;
}



 /* C3 Topics
-------------------------------------------------------------*/

div.post-rating a, div.post-vote a {

}
  

 /* C3.1 ОЦЕНКА В ПОСТАХ */
.punbb .post .container {
    border-style: none solid solid solid;
    border-width: 1px;
    margin-top: 10px;
    padding-bottom: 1px;
  }

/* C3.2 ПОЛОСКА ДАТА ШРИФТ */
.punbb .post h3 {
width: 725px;
    margin: 15px 0px 10px 260px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #C5BCA7 !important;;
    border: 1px solid rgba(103, 98, 86, 0.25);
  }

/* C3.3 ПОЛОСКА ДАТА ШРИФТ  */
.punbb .post h3 span {
  display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 9px!important;
    line-height: 7px;
  }

/* #pun .post h3 span a {color: #FFFFFF}
#pun .post h3 span a:hover {
    color: #999;
} */


/* C3.4 ПОЛОСКА ДАТА ШРИФТ  */
.punbb .post h3 strong {
    float: right;
    text-align: right;
    font-weight: normal;
    margin-right: 10px;
  }

/* ПОЛОСКА В ЛИЧНЫХ СОО */
#pun-messages .post h3 {
    background: none;
    width: auto;
    text-shadow: none;
 }


/* C3.5 */
.punbb .post .post-author {
float: left;
    /* width: 240px; */
    /* margin-top: -1.5em; */
    /* overflow: hidden; */
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
    padding: 8px 0px 8px 0px !important;
 }

/* C3.8 НИК ПРОФИЛЯ */
.pa-author a, li#profile-name, .pa-author {
    color: #786038 !important;
    font-size: 15px;
    font-weight: bold;
    /* font-family: Kurale; */
    letter-spacing: 0.5px;
}


/* C3.8.1 */
.pa-author a:hover {
    color: #941E1E !important;
  }

/* C3.9 СТАТУС В ПРОФИЛЕ */
li.pa-title {
    line-height: 9px;
    font-size: 9px;
    text-transform: lowercase;
    color: #736245;
    padding: 12px 0px 12px 0px;
    width: 256px;
    margin-left: -18px;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 21em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  /* padding: 1em; */
text-align: justify;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15  ПОД ПРОФИЛЕМ ТЕКСТ */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  font-size: 10px;
  color: #492601;
border-bottom: 1px solid rgba(36, 31, 37, 0.12);
  }

/* 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;
  }

.pa-fld1 .fld-name{  display:none;}
.pa-fld2 .fld-name{  display:none;}
.pa-fld3 .fld-name{  display:none;}
.pa-fld4 .fld-name{  display:none;}






/*ЛЗ ЛЗ ЛЗ ЛЗ  -------------------------------
-------------------------------------------------------------*/



/* ОФОРМЛЕНИЕ ПЛАШКИ - 1 ПОЛЕ */

.pa-fld1 {        
    margin-left: -20px !important;
    background: url(http://forumstatic.ru/files/0010/90/43/81685.png) no-repeat;
    width: 260px;
    height: 74px;
    margin-top: -5px;
    padding-top: 8px;
    margin-bottom: -5px;
    text-decoration: none;
}

.pl0 {
    text-decoration: none;
    width: 244px;
    height: 45px;
    position: relative;
    margin-left: 6px !important;
    margin-top: 6px !important;
}


.pl0 img {
    max-width: 43px;
    max-height: 43px;
}


#pl1 {    
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    position: relative;
    padding-top: 9px;
    text-shadow: 1px 1px black;
    color: #AB8952;
    font-family: Kurale;
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 13px;
    margin: 5px auto 1px auto;
}


#pl2 {         text-align: center;
    text-shadow: 1px 1px black;
    color: #AB8952;
    letter-spacing: 0.5px;
    font-size: 10px !important;
    font-family: verdana;
text-decoration: none;
}

#pl3 {       
 margin-top: -55px!important;
 max-width: 30%;
}


/* МОНЕТЫ В ЛЗ  - 3 ПОЛЕ */

.pa-fld5 {
    width: 105px;
    height: 13px;
    text-align: center;
    padding: 5px 5px 5px 5px !important;
    font-size: 7px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    font-weight: bolder;
    background: #0e0e0e;
    border: 1px solid rgba(109, 86, 53, 0.45);
    border-radius: 5px;
    margin-left: -5px !important;
    margin-bottom: 3px;
    color: #C5BCA7;
line-height: 180%;
}


/*ПОСТЫ В ЛЗ - 4 ПОЛЕ */

li.pa-fld2 {
    width: 95px;
    position: absolute;
    height: 58px;
    text-align: center;
    margin-left: 125px!important;
margin-top: -81px !important;
    font-size: 49px;
    padding: 10px 0px !important;
    line-height: 61px;
    border-radius: 8px;
    background: #111111;
    border: 1px solid rgba(109, 86, 53, 0.45);
    color: #941E1E;
    font-family: Oranienbaum;
}


/* РАСА В ЛЗ - 5 ПОЛЕ */

.pa-fld3 {        
    width: 75%;
    height: 23px;
    line-height: 23px;
    margin-top: -15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
    margin-left: 25px;
    border-radius: 8px;
    background: #111111;
    border: 1px solid rgba(109, 86, 53, 0.45);
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    color: #786038;
    letter-spacing: 0.8px;
    font-family: Kurale;
    font-size: 11px !important;
    text-align: center;
}

/* ПОСТЫ, РЕПУТАЦИЯ */
.pa-posts {
    width: 105px;
    height: 13px;
    text-align: center;
    padding: 5px 5px 5px 5px !important;
    font-size: 7px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    font-weight: bolder;
    background: #0e0e0e;
    border: 1px solid rgba(109, 86, 53, 0.45);
    border-radius: 5px;
    margin-left: -5px !important;
    margin-bottom: 3px;
    color: #C5BCA7;
line-height: 180%;
}

.pa-respect {
    width: 105px;
    height: 13px;
    text-align: center;
    padding: 5px 5px 5px 5px !important;
    font-size: 7px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    font-weight: bolder;
    background: #0e0e0e;
    border: 1px solid rgba(109, 86, 53, 0.45);
    border-radius: 5px;
    margin-left: -5px !important;
    color: #C5BCA7;
    margin-bottom: 3px;
line-height: 180%;
}

 .pa-respect a {   
 color: var(--proftext)!important;}

.pa-respect a img { 
    height: 8px;
    position: relative;
    top: 1.5px;
    object-fit: contain;
    filter: grayscale(.2) brightness(0.6);
 }


/* ТЕКСТ В ЛИЧНОМ ЗВАНИИ - 2 ПОЛЕ */

.pa-fld4 {      border-radius: 8px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    background: #111111;
    border: 1px solid rgba(109, 86, 53, 0.45);
    margin-left: -8px;
}


.lzname {
font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    display: block;
    position: relative;
    top: -13px;
    padding: 5px 0px 5px;
    width: 80%;
    border-radius: 8px;
    background: #111111;
    border: 1px solid rgba(109, 86, 53, 0.45);
    color: #786038;
}

.lzname a {
 color: #786038 !important;
}

/* наводишь на имя в лз */
.lzname a:hover, .lzname a:focus, .lzname a:active {
color: #941E1E !important;;
}


.lztext {
    text-align: justify;
    margin-top: -10px !important;
    position: relative;
    line-height: 12px;
    text-shadow: 1px 1px black;
font-size: 9px;
    color: #C5BCA7;
padding: 3px 10px 10px 10px !important;
}

/* ссылка в лз*/
.lztext a {
 color: #8E7C52 !important;
}


/* наводишь на ссылку в лз */
.lztext a:hover, .lztext a:focus, .lztext a:active {
color: #941E1E !important;;
}



/* ОТОБРАЖЕНИЕ  ПРИ ОТВЕТИТЬ */
#pun-post .pa-author {
    width: 244px !important;
    text-shadow: rgb(0 0 0) 1px 1px 0px;
    text-align: center;
    height: 100px;
    font-size: 12px!important;
    letter-spacing: 1px;
    font-family: Vogue Highline serif;
    font-weight: bold;
    color: #87694d!important;
    text-transform: uppercase;
    margin: 29px 5px 16px 59px!important;
}

.pa-respect .fld-name{
/*  font-size:0!important; */
}

/*РЕПУТАЦИЯ*/
#pun.isuser .pa-respect .fld-name a:before{
  content:"";
  display: inline-block!important;
  width:20px; 
/* height: 30px !important; */
    margin-right: -25px;
    margin-top: -1px;
}

/*РЕПУТАЦИЯ*/
#pun.gid3 .pa-respect .fld-name:before{
  content:"";
  display: inline-block;
  width:20px; 
/* height:30px; */
  margin-right:-25px;
margin-top: -1px;
}



/*СООБЩЕНИЯ*/
.pa-posts .fld-name {
vertical-align: top;
 /*     filter: brightness(68%); */
/*   display: block; */
    margin: 0 auto;}




* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.2  Удалить, Перенести, Открыть или Закрыть темы */
.punbb .modmenu strong, .punbb .modmenu a {  
/*height: 1.8em;*/ 
 line-height: 1.8em; 
    padding: 0px 0px 0px 10px; }


/* меню модератора */
.modmenu .container {    padding: 0px 25px;
    text-align: right;
    margin: 25px 0px 0px; }

.modmenu strong,  .modmenu a {height: 15px;    padding-bottom: 10px;  }
.modmenu .container strong {  float: left;  }
.modmenu input {  margin-left: 1em; }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {  padding:  1em  }
/* C5.2 */
.punbb .info .container .backlink {  padding-top: 0.8em;  }


/* C6 Profile ПРОФИЛЬ ПРИ НАСТРОЙКЕ + ЛИЧНЫЕ СООБЩЕНИЯ
-------------------------------------------------------------*/

/* C6.1 */
#profile .container { padding-left: 200px; }

/* C6.2 */
/* НАВИГАЦИЯ В ЛС */
#profilenav {  float: left;  width: 200px;  margin-left: -175px;  }

/* C6.3 */
/* отступы между строк в меню*/
#profilenav li {  padding-bottom: 10px;  font-weight: normal;  }

/* C6.4 */
#viewprofile ul { padding: 0px 25px;     position: relative; }

/*настройки списка */
#profilenav ul { padding: 0px; }

/* C6.5 */
/* заголовки  в настройках профиля (у меня отключены) */
#viewprofile h2, #profilenav h2 {     text-align: left;
    margin: 0px!important;}

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {     font-size: 11px;
    text-align: center; }

/* C6.7 */
#viewprofile li {  padding: 0 0 0 16em;  margin-bottom: 0.2em;  }

/* отступ в управлении  */ 
#setmods dl {padding: 0 0 0 110px;  }

#setmods dd { display: block;     padding: 10px;     font-weight: normal;  }

/* C6.8 */
#viewprofile li span {  float: left;  width: 14em;  margin-left: -16em;  padding: 0.5em 1em;  font-weight: normal;  }


/*C6.9 */
#setmods dt { float: left;
    width: 150px;
    margin-left: -190px;
    padding: 10px;
    font-weight: bold;
    display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div {  display: block;  padding: 0.5em 1em;  font-weight: normal;  }


/* C6.11 */
.punbb img.avatardemo {  float: right;  margin: 0 0 0.8em 1.8em  }


/* ПРОФИЛЬ в ПРЕДПРОСМОТРЕ
-------------------------------------------------------------*/
#viewprofile ul { padding: 0px 25px;     position: relative; }
#viewprofile li { }
#viewprofile li span {float: left;
    width: 150px;
    padding: 5px 10px;
    font-weight: bold;  }
#viewprofile li strong, #viewprofile li div {    display: block;    padding: 7px 10px;    font-weight: normal;  }
#profile-left { width: 25%; padding-top:0 !important;}
#profile-right {width: 75%}
#profile-name strong {}
#profile-left strong {font-weight:bold!important;}
#profile-signature {padding:10px;}

#viewprofile .lzname,  #viewprofile .lztext {
    background: transparent;
    text-align: left;
    width: auto;
    border: none;
    outline: none;
    margin: 0 !important;
    padding: 0px !important;
    padding-bottom: 2px !important;
    text-shadow: none;
    font-weight: normal !important;
    top: 0px !important;
}

.punbb #profile-right li strong.GamePst2 {display: block !important; }

/* ВНЕШНИЙ ВИД ПРОФИЛЯ ПРИ ПРОСМОТРЕ
-------------------------------------------------------------*/

#viewprofile #profile-right li span {
    float: left;
    width: 140px;
    padding: 5px 10px;
    margin: 0px 0px 0px -170px;
    font-size: 8px;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(208, 202, 190);
    border-radius: 8px;
    border: 1px solid #786038;
}

#viewprofile #profile-left {
    /* width: 30%; */
    padding-top: 0 !important;
    /* text-align: center; */
    /* background: #aca48d; */
}


#viewprofile .lzname, #viewprofile .lztext {
color: #000000;
}

.modlist {
    display: block;
    padding-top: 0.3em;
    display: none!important;
}





/* СТРАНИЦА СООБЩЕНИЙ
-------------------------------------------------------------*/

#pun-messages .post h3 {
    width: 450px!important;
    margin: 15px 0px 19px 260px!important;
}

#pun-messages .post-author {
margin-left: -50px!important;
}

#pun-messages .post-author ul {}

#pun-messages .post-body {
/*    margin-left: 255px; */
/*    padding: 0px 0px 0px 10px; */ }


#pun-messages .post-box {
    padding: 0em!important;}

#pun-messages .post-content {
    width: 100%!important;
    overflow: hidden;
    text-align: justify;}

#pun-messages .pa-posts, .pa-respect {    margin: 0px; }


#pun-messages .pmtcl1 {
    width: 30%!important;
}
#pun-messages td.tc2.pmtc22 {
width: 45% !important;
    line-height: 35px;
}

#pun-messages .pmtc22 {
    width: 20% !important;
}

#pun-messages .pmtc33 {
    width: 10% !important;
}

#pun-messages .pmtc24 {
    width: 7% !important;
    padding: 0 !important;
}

/* 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 {
  border: medium none; 
 background: url(http://forumstatic.ru/files/0010/90/43/39414.png); 
margin-left: -35px;
    height: 380px;
    width: 1084px;
    margin-top: -35px;
}

/* D1.2 ОТСТУП ДЛЯ ШАПКИ*/
#pun-title h1 {
  display : block;
  height: 20px;
  margin: -1px 0px 0px -0px;
}

/* D1.3 */
#pun-title .container {
  border: none ;
  padding: 0.2em 1em 0.8em 1em;
  }

/* D1.4 */
#pun-title h1 span {
  display: none;
}

#pun-title table {
  border: none;
}

#pun-title TD.title-logo-tdl {
  border: none;
  width: 100%;
}

#pun-title TD.title-logo-tdr {
	border: none;
	width: 420px;
}


/* 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 НАВИГАЦИЯ ФОРУМ УЧАСТНИКИ ТЕКСТ
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks {
  border: none;
  margin: 0;
  margin-bottom: 10px;
}

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 РАСПОЛОЖЕНИЕ */
#pun-navlinks .container {
    height: auto;
    font-weight: normal;
    text-align: center;
    position: absolute;
    width: 919px !important;
  /*    z-index: 1000; */
    top: 322px !important;
     /*   left: -75px;
 line-height: 29px; */
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
}

/* D3.4 НАСТРОЙКА ТЕКСТА */
#pun-navlinks li a {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: Arial;
    padding: 0px 10px 0px 10px;
}

/* D4 АКТИВНЫЕ ТЕМЫ ОТВЕТЫ МОИ СООБЩЕНИЯ
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-bottom: 15px;
  border: 2px solid transparent;
  }

/* D4.2 */
#pun-ulinks .container {
  padding-top: 0px;
  height: 0px;
  border: none;
  text-align: center;
  font-weight: bold;
  width: 100%;
  }


/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 14px 15px 13px 18px;
  font-size: 0.7em;
  }

div#pun-navlinks {
       width: 100%;
       margin-left: 0px;
position: absolute;
top: 0px;
      }


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 ВАШ ПОСЛЕДНИЙ ВИЗИТ */
#pun-status .container {
      padding: 15px 1px 5px 30px;
    font-size: 9px !important;
  }

/* D5.3 Привет, Ваш последний визит: */
#pun-status span {  white-space: nowrap;  margin-right: 0.5em;  }


/* D5.4 */
#pun-crumbs1 {  font-weight: bold;  overflow: hidden;  margin-top: 0;  }

/* D5.5 */
#pun-crumbs1 p.container {  border-top: none; padding: 20px 0px 0px 30px; 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 {  padding: 5px 5px 5px 5px; }


/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1  ПОСЛЕ СТАТИСТИКИ */
#pun-stats .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
    margin-left: 35px;
  }

/* 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%;
  }

/* ПОСЛЕ СТАТИСТИКИ ОФОРА*/
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 
{  display: inline-block;
    text-align: center;
    text-transform: lowercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding: 4px 14px 4px 14px;
    margin-left: -37px;
    background: rgba(119, 98, 71, 0.26);
    border: 1px solid rgba(64, 62, 23, 0.28);
    border-radius: 8px;
    margin-right: 25px;
}


/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
    text-align: justify;
font-size: 11px;
  }

/* D7.5 АКТИВНЫ НА ГЛАВНОЙ */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    width: 925px !important;
    margin-bottom: 5px;
    letter-spacing: -0.2px;
    padding: 10px 0px 0px 0px;
    margin-left: -41px;
  }



/* 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: 5px;  }
/* D8.4 */
#pun-about .container {  border-top-style: none;  text-align: right;  line-height: 150%;  padding: 0em 0em;  }

/* D8.5 НАДПИСЬ РЕЙТИНГ ФОРУМА И СОЗДАТЬ ФОРУМ*/
#pun-about p span {
  display:block;
  padding-left: 50%;
  text-align: center;
    display: block;
    padding-left: 50%;
    text-align: center;
    font-size: 9px !important;
    text-transform: lowercase;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7  НАЗВАНИЕ ФОРУМА ВНИЗУ */
#pun-crumbs2 .container {
     border-bottom: none;
    padding: 0px 0px 0px 30px;
    font-size: 1.1em;
  }

/* 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, "courier new", courier  }
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {  padding-bottom: 0;  }

/* 
-------------------------------------------------------------*/


#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 400px; top:50px
}
#pun th {font-size: 0px;}

ul.wrapper, ul.wrapper li.pa-awards {background-color: transparent;}



#pun-report .bg,
#pun-reputation .bg,
#pun-admin-award-form .bg {
    background: #BDBFB7!important;
}




/* СОО ТЕМ В ОДНУ */


#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}
.Tems_And_messages {
    /* border: 2px solid grey; */
    width: 150px;
    height: 15px;
    float: right;
    padding: 5px 0px 0px 0px;
    background: rgba(5, 34, 56, 0.06);
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}
.main table .Add {
    width: auto;
    text-align: center !important;
    /* text-transform: uppercase; */
    display: block;
    /* letter-spacing: 0.4px; */
   margin-top: -18px !important;
    font-size: 8.3px!important;
    letter-spacing: 0.4px;
}





/* мини аватар на главной
-------------------------------------------------------------*/

 .user-avatar {    height: 35px!important;
    height: 35px!important;
    width: 35px!important;
    float: left!important;
    position: relative;
    margin: 0px 15px 10px 0!important;
    padding: 0px 0px 0px 10px;
}

 .user-avatar .avatar-image {   
border: 2px solid;
    height: 35px!important;
    width: 35px!important;
    color: #6D5635!important;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(0.5) brightness(0.9)!important; 
    background-blend-mode: luminosity;
    background-color: rgba(132, 132, 132, 0.82);
border-radius: 0!important;}

.user-avatar .avatar-image span img {    filter: grayscale(1)!important;}

.punbb .user-avatar a {padding:0!important; background:none transparent!important}
.punbb .user-avatar a::after {content:none!important}
.punbb .user-avatar .avatar-image:hover {opacity:1}
@keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-moz-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-webkit-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}

#pun-viewforum .user-avatar {       float: left!important;
    position: relative;
    height: 30px!important;
    width: 30px!important;
    margin: 0px 10px 0px 0px!important;
}

#pun-messages .user-avatar {float: right!important;
    position: relative;
height: 30px!important;
margin: 0px 10px 0px 0px!important;
}

#pun-viewforum .user-avatar .avatar-image, #pun-messages .user-avatar .avatar-image {   
border: 1px solid!important;
    height: 30px !important;
    width: 30px !important;
    opacity: 0.65;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    filter: grayscale(0.5);
    border-radius: 0!important;}

.punbb .user-avatar .isonline {
width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -3px  !important;
    right: 30px  !important;
    animation: blinkColor .2s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #BF7804 !important;
    z-index: 100;
}


/* -------------------------------------------------------------*/

/* окно шрифтов */
#font-area {
    position: absolute;
    right: 6px;
    top: 43px;
    z-index: 2;
    overflow-y: auto;
    height: 205px;
    padding: 5px 5px 5px 15px;
}

/* окно спойлер */
 #spoiler-sels {
    background-color: #C5BCA7;
    border-radius: 8px;
    border: 1px solid #988668;
    padding: 5px 5px 5px 15px;
}

/* доп.функции */

#addition-area {
    display: block;
    height: 205px;
    overflow-y: auto;
    padding: 5px 5px 5px 15px;
    width: 168px;
}


/* СКОПИРОВАНО ИЗ ЭКСТРЫ
-------------------------------------------------------------*/



.post-content table {width: 100% !important;}



/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks a#New-exit {
  background: transparent!important; 
  position:absolute;
  /*outline:red solid 1px;*/
  display:inline-block!important; 
}
#pun-navlinks #New-exit img{ 
position:absolute;
margin-top: 7px;
margin-left: 65px;
width:20px; 
height:auto;
opacity:.62;
}
#pun-navlinks #New-exit:hover{
 opacity: .4;
}
/*Стиль доп-иконки Выход!*/ 
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 0px!important;
  margin-left: -30px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
    text-rendering: auto;
    color: #000000!important;
    margin-top: 4px!important;
    margin-bottom: 3px!important;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block!important;
    text-align: center;
    width: 110px;
    background: #CAC3B4;
    font: normal normal 400 11px tahoma!important;
} 
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: rgba(244, 248, 252, .7);
} 
.punbb #pun-navlinks #form-login input[type="submit"]{ 
    margin: 13px 0 2px!important;
    font-size: 8px!important;
    color: #CAC3B4!important;
    background: #2F4E74;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 4px;
    min-width: 110px;
    border-radius: 0px;
    font-family: tahoma!important;
    font-weight: 700!important;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    border: 1px solid rgba(64, 62, 23, 0.28);
} 
.punbb #pun-navlinks #form-login input[type="submit"]:hover{
  opacity:0.6;
}

/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login { 
    min-height: 143px;
    border-radius: 6px 6px 6px 6px;
    color: #503513;
    display: block;
    font: 8.4px tahoma;
    background: #B4A997;
    border-color: #735B28;
    left: 0px;
    padding: 8px 12px;
    margin: 1px 0;
    position: absolute !important;
    text-align: center;
    word-spacing: normal;
    text-transform: uppercase;
    top: 6px;
    width: 135px;
    font-weight: bolder;
    z-index: 100000!important;
    border: 1px solid rgba(64, 62, 23, 0.28);
}
#pun-navlinks #navlogin #form-login {
  margin-left: -36px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -36px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -36px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+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; 
cursor:pointer; 
font: normal normal 200 10px/normal Roboto!important; 
letter-spacing: 0.4!important; 
display:inline;
background: none!important;
padding: 0 0 0 8px!important;
color: #BCBCBC;
text-shadow: 1px 1px 1px rgb(40, 52, 61);
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*Форма слева(с Никами) */ 
#List-UserNames { 
    position: absolute;
    margin-top: -9px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 10px 12px 17px;
    background: #B4A997;
    border-color: #735B28;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    margin-right: 5px;
} 
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding: 0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:110px;/*Видимое число Ников без прокрутки!*/ 
} 
.punbb #List-UserNames li {
display: block!important;
    position: relative;
    text-align: left;
    box-shadow: 1px 1px 1px rgb(19, 20, 15);
    padding-left: 5px!important;
    font: 9px tahoma!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#83693E!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
        color: #503513;
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 3px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #393A38; 
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #C0BFBD;
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 

/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 

opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#464646; 
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: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#pun:not(.isguest) #navlogout .Rega, 
#pun:not(.isguest) #navlogout .Forgot { 
display:none!important; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Roboto;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input { 
    border: 1px solid #1f1f1f!important;
    text-shadow: none!important;
    color: #333!important;
    background-color: rgb(86 86 86);
    font: 11px tahoma!important;
    padding: 2px !important;
    text-transform: uppercase;
    vertical-align: middle;
} 

/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #F9F4FC; 
} 
/*Кликалка слева, чуть выше инпута*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*Кликалка справа*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*Подсказки на кликалках*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Roboto!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/


/* 
-------------------------------------------------------------*/
.pun-modal .modal-bg {
    background: rgba(12, 11, 11, 0.86)!important;
}

.pun-modal .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    z-index: 110000;
}

.pun-modal .modal-inner {
font-size: 11px!important;
background: #CAC3B4;
}


/* 
-------------------------------------------------------------*/