/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1646041719.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 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: 114%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% tahoma;
  }

/* 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;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic;
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }

/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 0 auto;
  position: relative;
  }

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin-top:100px;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 0em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0px;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 0em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: groove;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9  фон картинкой внутри зелён*/
.punbb .container {
  border-style: groove;
  border-width: 3px;
  border-radius:4px;
  border-color: #FF7F50;
  -webkit-border-radius:10px;
  -khtml-border-radius:0px;
  -moz-border-radius:10px; 292626
  -o-border-radius:10px;
  box-shadow: 0px 8px 12px #000;
  -webkit-box-shadow:0px 8px 12px #000;
  -khtml-box-shadow:0px 8px 12px #000;
  -moz-box-shadow:0px 8px 12px #000;
  background-image: url(https://forumstatic.ru/files/001a/c0/03/93472.jpg);
  }



/* A5.10 */
#pun-debug h2 {
  padding: 0px 0em 0px 0em;
  border-style: groove groove none groove;
  border-width: 3px 3px 3px 3px;
  }

/* A 5.11 Иконки меню навигации */
#pun-navlinks li {
padding-left: 0px;
border-left: none;
}

/*
B - MAIN CONTENT - GENERAL
*/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 2px groove #292626;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* 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, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: none;
  border-left: 3px groove #292626;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: groove;
  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.2em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4.1em;
  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;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }

/*****************************************/**********************************/*****************************************/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 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
  }

/* 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 4em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

.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
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* 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;
    padding-left: 24px;
    font-size: 0;
    background: url(https://forumstatic.ru/files/001a/c0/03/98645.gif) left no-repeat;
}
.punbb td .modlist a {
    font-size: 18px;
    color: #FF4500; /*цвет ников АМС*/
}
.punbb td .modlist a:not(:last-of-type)::after {
    content: ', ';
}


/* C2.11 */
.punbb .main td {
  border-style: dotted;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
}

/* C2.12 *Бордер деревяшка над постом/
.punbb .main th {
  border-left: 0px groove #292626;
  padding: 3px 1em 6px;
  background-image: url(http://s2.uploads.ru/QHTt3.jpg);
  color: #200f07!important;  
}

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {height: 1px}

/* C2.15 */
.punbb div.icon {
  float: left;
  display: block;
  }

  /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none groove groove groove;
  border-width: 3px;
  margin-top: 0px;
  padding-bottom: 1px;
  }

/*Блок над постом фиолетовый*/
/* C3.2 */
  .punbb .post h3 {
  border-style: groove;
  border-color: #292626;  
  border-width: 0px;
  background-image: url(https://forumstatic.ru/files/001a/c0/03/65947.jpg);
  border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;  
  margin-top: 10px;
  }

/* C3.3 */
.punbb .post h3 span {
  border-left: 0px;
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: 1em;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  line-height: 140%;
  text-align: center;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }

li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: groove;
  border-left-width: 3px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-width: 0px;  
}

/* C3.15 фон блока под постом */
.punbb .post-links ul{  
padding: 0em;
  line-height: 1em;
  margin-left: -19em;
  border-top-style: groove;
  border-top-width: 3px;
  text-align: right;
  background-image: url(); /*картинка*/
  background-color: transparent; /*цвет*/
  background-repeat: no-repeat; /*повторение картинки*/
  background-position: top center; /*позиционирование картинки*/
  height: 51px; /*высота контейнера*/
  margin-bottom: -30px!important;
  }

/* 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: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }

/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }

/* C6 Профиль
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
    padding: .5em;
}

/* C6.2 */
#profilenav {
    display: -webkit-flex;
    display: flex;
}
#viewprofile-next #profilenav {
    display: none;
}

/* C6.3 */
#profilenav li {
    font-weight: bold;
    padding: 8px 10px;
}

/* C6.4 */
#viewprofile ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
}
#profilenav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: auto;
    flex: auto;
}

/* C6.5 */
#viewprofile h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
}
#profilenav h2 {
    display: none;
}

/* C6.6 */
#viewprofile h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }

/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 * УБРАЛ БОРДЕР С ТАБЛИЦЫ БЫЛ 1 поставил 2*/
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 2px;
  }

/*****************************************/**********************************/*****************************************/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 0px 0px 0 0px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 20px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span {
  font-size: 1.5em;
  display: none;
  }

#pun-title table {
  border: none;
}

#pun-title td.title-logo-tdl {
  border: none;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  margin-top: -100px;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 2px;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.2em;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
  margin-top: 0px;
  }

/* D4.2 */
#pun-ulinks .container {
  padding: 0.7em 1em;
  text-align: center;
  border: solid 0px #292626;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: none;
  border-left-width: 0px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* 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: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 2em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  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;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  margin-top: -60px;
  text-align: center; }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  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, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

/* CS1 Background and text colours
-------------------------------------------------------------*/

#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; height: 70px;}

/* CS1.8 */
#pun-navlinks .container {
text-align: center;
font-weight: bold;
  }



/***Правка линейности таблица для телефона***/
media screen and (max-width: 540px){
.post-content td {border-width:1px !important; 
 border-style:solid !important;
  padding:0.4em 0.5em !important; 
  overflow:hidden}}



/***Просмотр темы и профиля_при клике_на главной***/
.tooltipsy{
padding: 5px;
background-color: #f1f1f1;
border: 4px solid #5f95cc;
left: 50px;
max-width: 400px;
position: relative;
font-size: 14px;
margin-left:25px;
}
.tooltipsy:after{
content: '';
border: 11px solid transparent; border-top: 14px solid #5f95cc; 
position: absolute;
bottom: -26px;
left: 50px;
}
.tooltipsy .userInfo img, .tooltipsy .avatarTop img {
border-radius: 50%;
width: 52px;
height: 52px;
float: left;
margin: 0 5px 0 0;
}
.tooltipsy .userTitle h3,
.tooltipsy .userTitle h4 {margin: 0;}
.tooltipsy .userTitle h4 {font-weight: normal;font-style: italic;}
.tooltipsy .userBlurb p,
.tooltipsy .lastActivity p {margin: 0; word-spacing : 8px;}
.tooltipsy .topPreview, .tooltipsy .topicStart {
max-width: 400px;
overflow: hidden;
position: relative;
}
.tooltipsy .topPreview h2 {
margin: 0 !important;
font-size: 14px;
font-weight: normal;
}
.tooltipsy .topPreview h2 span {font-weight: bold;} 
.tooltipsy .topPreview .reit {color: #10c610;}
.tooltipsy .topPreview .subs {color: #c66510;}
.tooltipsy hr {
margin: 8px 5px;
border: none;
height: 1px;
background-color: #788593;
}
.tooltipsy .avatarTop {height: 52px;}
.tooltipsy .topicStart p {margin: 5px 0;}


/***Пост рейтинг лисички***/
.post-vote {
text-align: right;
}

.punbb .post-rating p,
.punbb .post-vote p {
padding: 0 !important;
margin: 0 !important;
float: none !important;
}

.post-vote:before {
content: 'Реакция на сообщение:';
font-size: 15px;
display: block;
}

.post-vote .container a {
display: inline-block;
font-size: 0 !important;
width: 50px;
height: 50px;
background-size: contain;
opacity: 0.5;
transition: all 0.6s;
-webkit-transition: all 0.6s;
position: relative;
top: -4px;
}
.tipsy, .post-vote .container a:hover {opacity: 1 !important;}

.post-vote .container a[href*="&v=1"] {
background-image: url(https://forumstatic.ru/files/001a/c0/03/10719.gif);
}
.post-vote .container a[href*="&v=0"] {
background-image: url(https://forumstatic.ru/files/001a/c0/03/81420.gif?v=1);
}

.post-rating {
text-align: right;
max-height: 40px;
max-width: 40px;
float: right;
margin-left: 10px;
}

.punbb .post-rating a {
cursor: help !important;
display: inline-block;
font-size: 0 !important;
width: 40px;
height: 40px;
background-size: contain;
position: relative;
}

.punbb .post-rating a {background-image: url(https://vkclub.su/_data/stickers/poppy/sticker_vk_poppy_013.png);}
.post-rating.good a {background-image: url(https://vkclub.su/_data/stickers/poppy/sticker_vk_poppy_003.png);}
.post-rating.bad a {background-image: url(https://vkclub.su/_data/stickers/poppy/sticker_vk_poppy_022.png);}
.post-rating.super a {background-image: url(https://vkclub.su/_data/stickers/poppy/sticker_vk_poppy_004.png);}
.post-rating.awfull a {background-image: url(https://vkclub.su/_data/stickers/poppy/sticker_vk_poppy_024.png);}


.post-rating a:before {
opacity: 0;
transition: all 0.6s;
-webkit-transition: all 0.6s;
font-size: 13px;
position: absolute;
top: 10px;
padding: 5px;
background-color: #535252;
color: #fff;
border-radius: 5px;
}
.post-rating a:before {
content: 'Пост есчё без лайков';
left: -190px;
}

.post-rating.good a:before {
content: 'Большинству пост понравился :)';
left: -200px;
}
.post-rating.bad a:before {
content: 'Пост не зашёл :(';
left: -190px;
}
.post-rating.super a:before {
content: 'Большинство в восторге от поста ^^';
left: -250px;
}
.post-rating.awfull a:before {
content: 'Отстойный пост %(';
left: -210px;
}

.post-rating:hover a:before {opacity: 1;}

figure .vote:before {font-size: 0 !important;}
figure .vote {
width: 40px;
height: 40px;
background-size: contain !important;
background-color: #000 !important;
border-radius: 0 !important;
opacity: 1;
transition: all 0.6s;
-webkit-transition: all 0.6s;
}
figure .vote.plus {background-image: url(https://vkclub.su/_data/stickers/poppy/sticker_vk_poppy_001.png);}
figure .vote.minus {background-image: url(https://vkclub.su/_data/stickers/poppy/sticker_vk_poppy_017.png);}

#respect figure:hover .vote {
display: inline !important;
opacity: 0;
}
#all_voters figure:hover .vote {display: inline !important;}

#respect figcaption {margin-top: 0px !important;}
#respect .person {
width: 40px !important;
height: 40px !important;
}
#respect figure {width: 60px !important;}

.rating_theme .vote {
border-radius: 50% !important;
width: 40px;
height: 40px;
}

/*Скрытие Администрирования под неадминами-модерами*/
#pun:not(.ismoderator) #pun-navlinks  #navextra2,
#pun-navlinks #navadmin {
  display:none;
}


/* Вертикальное меню в профиле */
#profile-left {
  width: 20% !important;
}
#profile-left li {
  text-align: center;
  margin: 0 !important;
}
#viewprofile li strong, #profile-left li div {
  background: transparent !important;
}
#profile-left #profile-name strong, #profile-left #profile-title strong {
  color: #fff !important;
}
#profile-left #profile-name {
  background: #4c9b72;
  border-bottom: 1px solid #3c7958;
}
#viewprofile li strong {
  display: block;
  font-weight: 400 !important;
  padding: 6px 1em;
}
#profile-left #profile-title {
  background-color: #448a65;
  border-top: 1px solid #56ab7e;
}
#profile-left li img {
  background: #fff;
  margin-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#profile-left li:nth-child(3) {
  background: #eff7f3;
  border-top: 1px solid #3c7958;
}
#profile-left li:last-child {
  background: #eff7f3;
  border-bottom: 4px solid #4c9b72;
}
#profile-right {
  position: relative;
  right: -4px;
}
#profile-right li {
  display: inline-block !important;
  background: #f5f5f5;
  border-left: 4px solid #eee;
  margin-bottom: 4px !important;
  padding: 0 !important;
  width: 32% !important;
}
#viewprofile li span {
  float: none !important;
  display: inline-block;
  font-weight: 700;
  padding: 10px 10px 5px;
  margin: 0 0 10px;
}
#profile-right li strong {
  font-size: 16px;
  line-height: 1.1;
  padding: 0 10px 10px !important;
}
#profile-right li strong a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #292929;
  font-size: 13px;
}


#profilenav>ul>.item3 > a{
    font-size:0;
}
#profilenav>ul>.item3 > a:after{
    content:"МОИ КОНТАКТЫ";
    font-size:14px!important;
}


/***размер текста в постах***/
.post-content {
font-size: 16px; 
}

/***Убираем ОТВЕТИТЬ И КОЛИЧЕСТВО страниц над формой ответа***/
#pun-viewtopic .linksb .postlink,  #pun-viewtopic .linksb .pagelink {display: none;}


/***убираем текст быстрый ответ над формой ответа***/
#post-form h2 span {display: none;}


/***Убираем надпись Форум_Тем_Сообщений итд***/
.category thead{
    display:none;
}

/***Скрыть "Мои Загрузки"***/
#pun-ulinks li.item5 {
  display:none;
}

/***Делаем размер меньше _форум/категория/тема_ под формой ответа***/
.body {
    -ms-text-size-adjust: 20%;
    -moz-text-size-adjust: 20%;
    -webkit-text-size-adjust: 20%;
}

/***Убираем внизу форума подпись _vip.maminforum.com***/
#pun-crumbs2{display:none}

/***Счётчик файлов***/
table#filetable tbody {counter-reset: section; } 
table#filetable tbody td.tcl:before {
    counter-increment: section; 
    content: counter(section) ". "; 
   }

/***Счётчик страниц***/
div#pun-admin_pages table.adcontainer tbody {counter-reset: section; } 
div#pun-admin_pages table.adcontainer tbody td.tcl:before {
    counter-increment: section; 
    content: counter(section) ". "; 
   }

/***Убирает слово объявление***/
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}

#pun-stats li {line-height: 100%;}
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  margin-left: 20px;
  padding-left: 0;
}
#pun-stats li.item3, #pun-stats li.item4 {text-align: right;}

#pun #pun-viewtopic #pun-main .topic .container .post-body .post-box .post-content .post-sig dt {background-color: red}

/***лишние bb кнопки***/
td#button-font, td#button-hide, td#button-table, td#button-keyboard{
display:none;
}

/***Рейтинг***/
.post-rating .container a[title]{
  font-size: 26px;
  color: #20B2AA;
}


/***опросы***/
#poll-special .poll2 td h1[style*='width:'] {background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
border-radius: 11px; -webkit-border-radius: 11px; -khtml-border-radius: 11px; -moz-border-radius: 11px; -o-border-radius: 11px;
box-shadow: 5px 5px 5px #9C9C9C; -moz-box-shadow: 5px 5px 5px #9C9C9C; -webkit-box-shadow: 5px 5px 5px #9C9C9C; filter: progid:DXImageTransform.Microsoft.Shadow(color='#9C9C9C', direction=145, strength=7); 
padding: 1px;margin: 0 50px;}
#poll-special .poll2 td h1[style*='width:1'] {background-color: #8A2BE2;}
#poll-special .poll2 td h1[style*='width:2'] {background-color: #4682B4;}
#poll-special .poll2 td h1[style*='width:3'] {background-color: #63B8FF;}
#poll-special .poll2 td h1[style*='width:4'] {background-color: #4EEE94;}
#poll-special .poll2 td h1[style*='width:5'] {background-color: #00EE00;}
#poll-special .poll2 td h1[style*='width:6'] {background-color: #C0FF3E;}
#poll-special .poll2 td h1[style*='width:7'] {background-color: #EEC900;}
#poll-special .poll2 td h1[style*='width:8'] {background-color: #FF8C00;}
#poll-special .poll2 td h1[style*='width:9'] {background-color: #FF4500;}
#poll-special .poll2 td h1[style*='width:100%'] {background-color: #FF0000;}


/***бордюр в подпись***/
.punbb .post-sig dt {
width:100%;
  border-top-color: #FF7F50;
  }


/***Актив блинк главная на онлайн***/
#pun .punbb .user-avatar .isonline {
background-image: url(https://forumupload.ru/uploads/001a/c0/03/2/911648.gif);
width: 16px;
height: 10px;
}

/***Стиль стена_подарки в профиле***/
.stena .post-content {display: none;}
.stena .post-content.hide {display: none !important;}
 
.stena {text-align: center;}
.stena .post-content {text-align: left;}
.stena .post-content:hover .podtext {opacity: 1;}
 
.stena .post-content.show {
display: inline-block;
width: 140px; /* максимальная ширина блока с подарком */
height: 120px; /* максимальная высота блока с подарком */
margin: 5px;
position: relative;
overflow: visible;
}
 
.stena .podimg img {
display: block;
position: absolute;
top: 0;
left: 0;
border-radius: 50%; /* закругление подарка в кружочек ( если не нужно - удалить эту строчку) */
z-index: 10;
max-width: 100px !important; /* максимальная ширина подарка */
max-height: 100px !important; /* максимальная высота подарка */
background-color: #ccc; /* цвет фона подарка */
border: 5px solid #284966; /* бордюрчик вокруг подарка (если не нужно - удалить строчку, если нужно меняем #284966 на свой цвет */
}
 
.stena .stenaava {
display: block;
position: absolute;
z-index: 30;
border-radius: 50%;
max-width: 34px; /* максимальная ширина авы дарителя */
left: 0px; /* двигаем аву дарителя влево */
top: 0px; /* двигаем аву дарителя сверху */
background-color: #224463; /* цвет фона авы */
border: 3px solid #214261; /* бордюрчик вокруг авы (если не нужно - удалить строчку, если нужно меняем #284966 на свой цвет */
}
 
.stena .stenafrom {
position: absolute;
z-index: 20;
background-color: #234563;  /* цвет фона на нике дарителя */
color: #fff;  /* цвет текста на нике дарителя */
font-size: 14px; /* размер шрифта в нике дарителя */
padding: 5px;
border-radius: 5px;  /* закругление границ (если не надо - удалить) */
transition: all 0.8s;
-webkit-transition: all 0.8s;
left: 20px; /* двигаем ник дарителя влево */
top: 0px; /* двигаем ник сверху */
padding-left: 25px; /* фоновый отступ слева (убрать, если не нужно) */
}
 
.stena .podtext {
position: absolute;
z-index: 40;
font-size: 14px; /* размер шрифта всплывающего описания */
background-color: #90a2c6;  /* цвет фона всплывающего описания */
padding: 5px;
border-radius: 5px; /* закругление границ (если не надо - удалить) */
text-align: left !important;
opacity: 0;
transition: all 0.8s;
-webkit-transition: all 0.8s;
top: 32px; /* двигаем всплывающее описание сверху */
width: 250px; /* ширина всплывающего описания */
}
 
.stena .podtext:before {
content: '';
border: 10px solid transparent; 
border-bottom: 10px solid #90a2c6; /* цвет фона всплывающего описания ЕЩЕ РАЗ (это стрелочка, меняем #90a2c6 на цвет, который вставляли для описания выше) */
position: absolute;
top: -18px; /* двигаем стрелочку вверх */
left: 60px; /* двигаем стрелочку влево */
z-index: 40;
}
.stena .post-content .podtext img {
max-width: 100px; /* максимальная ширина картинок в всплывающем ОПИСАНИИ (тексте дарителя) */
max-height: 50px; /* максимальная высота картинок в всплывающем ОПИСАНИИ (тексте дарителя) */
}
 
.stena .stenalink { /* ссылка "подарить подарок" */
display: block;
text-align: center;
font-size: 18px; /* размер текста */
text-transform: uppercase;
background-color: #b5cde3; /* цвет фона */
color: #1f4160; /* цвет текста */
padding: 5px;
text-decoration: none;
transition: all 0.8s;
-webkit-transition: all 0.8s;
}
.stena .stenalink:hover { /* ссылка "подарить подарок" при наведении курсора */
text-decoration: none;
color: #fff; /* цвет текста */
background-color: #507ca4; /* цвет фона */
}
.pa-fld1 .fld-name,
.pa-fld2 .fld-name,
.pa-fld3 .fld-name,
.pa-fld4 .fld-name,
.pa-fld5 .fld-name {
    display: none !important;
}


/***Ники и b мигают***/
 strong  {
      -webkit-animation:rotateColor 2s linear infinite;
      animation:rotateColor 2s linear infinite;
    }
    @-webkit-keyframes rotateColor {
      0% {color:rgb(255, 2, 2);}
      20% {color:rgb(239, 255, 2);}
      40% {color:rgb(2, 255, 21);}
      60% {color:rgb(2, 255, 255);}
      80% {color:rgb(18, 2, 255);}
      100% {color:rgb(255, 2, 212);}
      110% {color:rgb(255, 0, 0);}
    }
    @keyframes rotateColor {
      0% {color:rgb(255, 2, 2);}
      20% {color:rgb(239, 255, 2);}
      40% {color:rgb(2, 255, 21);}
      60% {color:rgb(2, 255, 255);}
      80% {color:rgb(18, 2, 255);}
      100% {color:rgb(255, 2, 212);}
      110% {color:rgb(255, 0, 0);}
    }

/***Аватар в цитате_есть верх_низ***/
    .quote-box.with-avatar{padding-left:5px!important;}
    .author-avatar+span {margin-left:-4px;}
    .author-avatar {
      float: left;
      width: 39px;
      margin-left: -4px;
      margin-top: -2px;
    }
    .author-avatar > img {
      width: 24px;
      padding: 2px;
      border: 1px solid #c4cad4;
      border-radius: 2px;
    }

/***Сужаем сполер по высоте***/
.spoiler-box>div[onclick] > p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
.spoiler-box>div[onclick] > p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}


/***Привеью темы, рейтинг и подписчики_есть низ***/
.tipsy .userInfo img, .tipsy .avatarTop img {border-radius: 50%;width: 52px;height: 52px;float: left;margin: 0 5px 0 0;}
.tipsy .userTitle h3,.tipsy .userTitle h4 {margin: 0;}
.tipsy .userTitle h4 {font-weight: normal;font-style: italic;}
.tipsy .userBlurb p,.tipsy .lastActivity p {margin: 0; word-spacing : 8px;}
.tipsy .topPreview, .tipsy .topicStart {max-width: 400px;overflow: hidden;position: relative;}
.tipsy .topPreview h2 {margin: 0 !important;font-size: 14px;font-weight: normal;}
.tipsy .topPreview h2 span {font-weight: bold;} 
.tipsy .topPreview .reit {color: #10c610;}
.tipsy .topPreview .subs {color: #c66510;}
.tipsy hr {margin: 8px 5px;border: none;height: 1px;background-color: #788593;}
.tipsy .avatarTop {height: 52px;}
.tipsy .topicStart p {margin: 5px 0;}


/***Удаляем лишние строки цитаты и html код***/
.post-content div + p::first-letter {line-height: 1;}
.post-content div + p > br {
  display:block;
  height:0;
  line-height:0;
  font-size:0;
}

/****Цветовыделение фон под ник**/
a.group1, a.group2, tr.group1 td:nth-child(1) a, tr.group2 td:nth-child(1) a, div[data-group-id="1"] li.pa-author>a, div[data-group-id="2"] li.pa-author>a 
{background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 23%, rgb(0, 38, 255) 52%, rgb(255, 0, 0) 83%);
background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 23%, rgb(0, 38, 255) 52%, rgb(255, 0, 0) 83%);
background: linear-gradient(180deg, rgb(255, 255, 255) 23%, rgb(0, 38, 255) 52%, rgb(255, 0, 0) 83%);
border-radius: 4px 4px 4px 4px;
padding: 3px; 
}

/***Снег на аватаре***/
    .pa-avatar {
      position: relative;
      }
    .sneg {
      position: absolute;
      width: 60px; /*ширина аватара, должна совпадать с шириной в настройках*/
      height: 60%; 
      margin-left: 0px; /*отступ слева*/
      margin-top: 0px; /*отступ сверху*/
      background: url(https://www.beesona.ru/upload/436/c99bea14e47a84ae45ce6bc13834129d.gif) repeat; /*можно поставить свою картинку с анимацией снежинок*/
      } 


/***Кант на мой авик***/
.usertable .group1 .user-avatar .avatar-image, /* в юзерлисте */
#messages .group1 .user-avatar .avatar-image, /* в таблице ЛС */
#profile .group1 .pa-avatar img, /* в посте на страничке ЛС */
.post[data-group-id="1"] .post-author li.pa-avatar img /* в посте */ {border: 3px solid coral !important;}


/***Заголовки на главной***/
.punbb .tclcon h3>a {
background-color:#fff; /*Фон*/
box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
color: #FF4500;
border-radius:10px; /*Скругления*/
padding:3px; /* Отступ от краёв */
  min-height:3px;
  font-size:17px;
  backdround: #FF4500;
  transition: .6s;
}
.punbb .tclcon h3>a:hover {
  color:#80FF80;
  backdround: #8EA290;
  transition: .6s;
}


/***Отступы спойлера***/
.spoiler-box>div[onclick]>p{
   margin:0!important;
   padding:0!important;
   display:inline-block;
}

/***Замена маркиов_цвета***/
 .highlight-text {
background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 19%, rgb(255, 255, 0) 50%, rgb(255, 255, 255) 79%);
background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 19%, rgb(255, 255, 0) 50%, rgb(255, 255, 255) 79%);
background: linear-gradient(180deg, rgb(255, 255, 255) 19%, rgb(255, 255, 0) 50%, rgb(255, 255, 255) 79%);
}


/***Подписчики темы есть низ***/
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
.jGrowl .subscriptions {opacity: 1;padding: 3px;text-align:center;width: 200px !important;} 
.jGrowl .subscriptions .jGrowl-close {padding: 2px;}
.jGrowl .subscriptions .jGrowl-message {background: #fff; padding: 2px;border-radius: 0 0 4px 4px;color: #0067a5;}
.jGrowl .subscriptions .jGrowl-header {background: #597ba5;font-size: 1.3em;height: 20px;text-align: center;border-radius: 4px 4px 0 0;}


/***Скрол слайдер картинок из темы***/
#LastUploads {
  padding-bottom:1em;
}
#LastUploads .lastuploads-inner {
  overflow:hidden;
  margin:0 auto;
  text-align:center;
}
#LastUploads .l-upl-slider-content {
  position:relative;
  text-align:center;
  marquee behavior="alternate" direction="right";
  max-height:135px;
  padding:4px 0;
  margin:0 auto;
}
#LastUploads .scroll {
  height:135px;
  line-height:135px;
  font-size:30px;
  cursor:pointer;
  width:14px;
  padding:0 2px;
  position:relative;
  z-index:1;
  transition:.2s ease;
}
#LastUploads .scroll.left {
  float:left;
  margin-right:-18px;
}
#LastUploads .scroll.right {
  float:right;
  margin-top:-143px;
}
#LastUploads .scroll.disabled {
  opacity:.3;
}
#LastUploads .scroll.left:before {
  content:"‹";
}
#LastUploads .scroll.right:before {
  content:"›";
}
#LastUploads .image-wrap {
  display:inline-block;
}
#LastUploads .image-wrap-link {
  width:100px;height:80px;
  display:inline-block;margin:0 4px;
  border-radius:4px;
  background-position:center;
  background-size:auto 100%;
  background-repeat:no-repeat;
  box-shadow:0 0 7px rgba(0,0,0,.35);
  transition:.08s ease;
}
#LastUploads .image-wrap-link:hover {
  opacity:.8;
}


/***Цвет текста в категории _ тема***/
.punbb .tcr a{
  color: #8B4513;
  transition: .5s;
 -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
  display: inline;
}


/***Опросы***/
.green {
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #7BA60D;
}

/***Важная/Закрытая/Перемещена тема и Новый пост***/

span.closedatafield {
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #B22222;
}

span.redirecttext {
border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #0000CD;
}

.forum td.tcl .icon-new + .tclcon a[href$="action=new"] {
 border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #0000CD;
}
.tclcon .newtext .bracket{
display:none;
}




/***Убрать текст Напишите ссобщ и отправить итд ***/
#pun #pun-viewtopic #pun-main .formal #post fieldset legend span {
display: none;
}

/***Авик на гостей на главной***/
.punbb .user-avatar img.ava[style*="default_avatar.jpg"] {background-image: url(https://forumstatic.ru/files/001a/c0/03/49792.png?v=1) !important;
}


#pun-navlinks .container { 
text-transform: uppercase;

}

/***Причем ИнфоБлок на странице регистрации***/
#register .info-box {
display:none;
}


/***Меняем цвет описание категории при новом посте***/
.hasicon tr.inew{background: radial-gradient(#edf1cf, #43acb4);
border-radius: 5px;
}


/********************/

/*Иконка: Присутствуют в теме*/
#topic-users-in span[style="font-weight:bold"]{
display:inline-block;
margin:8px 0 -8px 0;
content: url(https://forumstatic.ru/files/001a/c0/03/59536.png);
}


/* Иконка статистики */
#pun-stats  {
background: url("https://forumstatic.ru/files/001a/c0/03/70351.png") 40px 40px no-repeat; 
padding-left: 5px; /*Отступ текста*/
}


/***Шрифт поста***/
.post-author ul li.pa-author a {
font-style: normal !important;
text-decoration: none !important;
font-family: Times New Roman;
}
/*Размер текста форма ввода*/
#post #main-reply {
    font-size: 22px!important;
}
/*размер текста в постах*/
.post-content {
font-size: 22px; 
}


/****Цвет кнопок отправить посмотреть итд***/
.button {
  border: 2px solid #000;
  cursor: pointer;
  transition: .5s;
 -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


/*****1. Настройка общего вида линков ********/
    #pun-navlinks a {
    display: inline-block;
    background-color: #FFA07A!important;
    height: 20px;
    width: 100px;
    margin-left: 0px; /*отступ кнопок*/
    }
    /*2. Настройка изображений */
    #navindex a {background: url(https://forumstatic.ru/files/001a/c0/03/50586.png) no-repeat top center;}
    #navuserlist a {background: url(https://forumstatic.ru/files/001a/c0/03/33151.png) no-repeat top center;}
    #navrules a {background: url(https://forumstatic.ru/files/001a/c0/03/26174.png) no-repeat top center;}
    #navsearch a {background: url(https://forumstatic.ru/files/001a/c0/03/27871.png) no-repeat top center;}
    #navprofile a {background: url(https://forumstatic.ru/files/001a/c0/03/74862.png) no-repeat top center;}
    #navpm a {background: url(https://forumstatic.ru/files/001a/c0/03/70461.png) no-repeat top center;}
    #navadmin a {background: url(адрес_изображения) no-repeat top center;}
    #navlogout a {background: url(https://forumstatic.ru/files/001a/c0/03/95372.png) no-repeat top center;}
    #navlogin a {background: url(https://forumstatic.ru/files/001a/c0/03/24079.png) no-repeat top center;}
    #navregister  a {background: url(https://forumstatic.ru/files/001a/c0/03/55974.png) no-repeat top center;}

    /*3. Настройка изображений при ховере (наведении) */

    #navindex a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/50586.png) no-repeat top center;}
    #navuserlist a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/33151.png) no-repeat top center;}
    #navrules a {background: url(https://forumstatic.ru/files/001a/c0/03/26174.png) no-repeat top center;}
    #navsearch a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/27871.png) no-repeat top center;}
    #navprofile a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/74862.png) no-repeat top center;}
    #navpm a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/70461.png) no-repeat top center;}
    #navadmin a:hover {background: url(адрес_изображения) no-repeat top center;}
    #navlogout a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/95372.png) no-repeat top center;}
    #navlogin a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/24079.png) no-repeat top center;}
    #navregister a:hover {background: url(https://forumstatic.ru/files/001a/c0/03/55974.png) no-repeat top center;}

 /* Скрываем текстовые надписи */
 #pun-navlinks a span {display: none;}
 

#pun-ulinks li a {
    display: inline-block;
    background-color: #FFA07A!important;
    width: 80px;
    height: 10px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px; padding: 5px; border: 3px solid #FF7F50; cursor: pointer; 

}

#pun-ulinks .item1 a {background-image: url(https://forumstatic.ru/files/001a/c0/03/30325.png);}/* новые сообщения */
#pun-ulinks .item2 a, .isguest #pun-ulinks li.item1:last-of-type a  {background-image: url(https://forumstatic.ru/files/001a/c0/03/62760.png);} /* активные темы */
#pun-ulinks .item7 a {background-image: url(https://forumstatic.ru/files/001a/c0/03/11855.png);} /* ответы */ 
#pun-ulinks .item3 a {background-image: url(https://forumstatic.ru/files/001a/c0/03/12958.png);} /* без ответов */
#pun-ulinks .item4 a {background-image: url(https://forumstatic.ru/files/001a/c0/03/11102.png);} /* мои сообщения */
#pun-ulinks .item5 a {background-image: url(https://forumstatic.ru/files/001a/c0/03/38341.png);} /* загрузки */
#pun-ulinks .item8.nav-item-notifications a {background-image: url(https://forumstatic.ru/files/001a/c0/03/59728.png);} /* уведомления */
#pun-ulinks .item6 a {background-image: url(https://forumstatic.ru/files/001a/c0/03/30610.png);} /* подписка */
#pun-ulinks li.item7:last-of-type a {background-image: url(https://forumstatic.ru/files/001a/c0/03/69941.png);} /* всё прочитано */

 /* Скрываем текстовые надписи */
#pun-ulinks li a span {display: none;}
 

/***Подсвечиваемые ссылки***/
.punbb a:hover, .punbb a:focus, .punbb a:active {
color: #ffe3cc !important;
text-shadow: 0px 0px 6px #702f00;
}

/***Убираем надпись опросы***/
.polltext {display: none;}

/***Убираем из профиля ЗАГРУЗКИ***/
#profilenav .item10 {display:none;}


/***Правка ширины таблицы л/с сообщений***/
#pun-messages .pmtcl1 {width:30% !important}
#pun-messages .pmtc22 {width:30% !important}
#pun-messages .pmtc33 {width:20% !important}
#pun-messages .pmtc24 {width:10% !important}


/***Правка ширины таблицы участники***/
#pun-userlist .username   {width:26% !important}
#pun-userlist .registered  {display: none}
#pun-userlist .relation  {display: none} /*уважение*/
#pun-userlist .positive  {display: none}
#pun-userlist .last_visit  {display: one} /*последний визит*/


/***Убираем колонку Просмотров***/
#pun-viewforum .tc3 {display: none;}


/***приветствие и ул.акаунт аут***/
#pun-status .item1, #pun-status .item2 {
    display: inline-block;
    display: none; }

/***Цвет подписи***/
#pun .post-sig {
color: #FF4500;
font-size:16px; /*размер шрифта*/
font-family:Georgia; /*шрифт*/
font-style:italic;
}



/***Надпись отредактировано...в постах***/
.punbb .post .lastedit {
  color: green;
  font-size: 12px;
  font-style: italic;
}


/***Убрать текст Напишите ссобщ и отправить итд***/
#pun #pun-viewtopic #pun-main .formal #post fieldset legend span {
display: none;
}


/***Цвет рамки форма ввода***/
textarea:focus{
outline:Chocolate solid 2px!important;
border:3px solid black;
  resize: both;
  background: #ffd73e33;
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='auto' height='auto' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}
  






/*Смена цвета при новом посте в подфорумами*/
#pun-index.punbb tr#forum_f2.inew h3 a{
   color:#FF0000!important;
}
/*Подфорумы*/
.subforums {font-size: 0; padding: 18px 0 5px 0;}
.subforums em {display: none;}
.subforums a {
padding: 2px; 
text-align: center;
font-family: 'Times'; /*импортируемый шрифт из гугла*/
font-weight: bold;
font-size: 16px; 
color: #000; 
margin-left: 5px;
}
/*Иконки на подфорумы*/
.Icon_LastPost {
SUBF.icon_old = 'https://forumstatic.ru/files/0016/4f/7e/12924.jpg';  // Иконка подфорумов без новых сообщений//
SUBF.icon_new = 'https://forumstatic.ru/files/0016/4f/7e/75803.jpg';  // Иконка подфорумов с новыми сообщениями//
  float: left;
  margin-top: 1px;
}
/*Запятая подфорумы*/
.subforums span:not(:last-of-type):after{
  content: ",";
  margin-left: -4px;
}
#pun-index .main .isub .tcr {
  grid-template: none;
  padding: 0;
  justify-content: end;
  align-content: center;
  background: url(Иконка нет сообщений) center center no-repeat;
  }
 
#pun-index .isub .tcr a {
  margin-right: 4px;
  width: 20px;
  height: 13px;
  font-size: 0;
  background: url(Иконка обычное сообщение) no-repeat;
  background-size: cover;
}
 
#pun-index .isub.inew .tcr a {background: url(Иконка новое сообщение) no-repeat;}
 
#pun-index .isub .tcr a:after {
  content: "К последнему сообщению";
  padding: 2px;
  display: none;
  position: absolute;
  top: -30px;
  width: 100px;
  text-align: center;
  background: #fdefdb;
  border: 1px solid #d4b943;
  border-radius: 5px;
  font-size: 12px;
  color: red;
}



/* Цветовыделение ников по группам с помощью CSS */
/* Группа 1 */
div[data-group-id="1"] li.pa-author>a, .group1 a, a.group1 {color: red;}
/* Группа 2 */
div[data-group-id="2"] li.pa-author>a, .group2 a, a.group2 {color: blue;}
/* Группа 3 */
div[data-group-id="3"] li.pa-author>a, .group3 a, a.group3 {color: green;}
/* Группа 4 */
div[data-group-id="4"] li.pa-author>a, .group4 a, a.group4 {color: purple;}



/***Цвет ссылки в постах***/
.punbb .post-content a{
  text-decoration: underline;
  font-style:italic;
  color: #FF4500;
  transitio:.6;
}
.punbb .post-content a:hover{
  color: #FF4500;
  transition: .5s;
 -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/***НИКи на главной и в категриях_оранж цвет***/
#pun-index .tcr  {
  color: #FFFFFF;
}
.datetime {color: #000000;}
    

/**Скрываем улучшить аккаунт на главной**/
#pun-status .item4 a  {display:none;}



/*Оформление главной в 2 блока*/
#pun-index thead {display: none;}
#pun-index tr {
display: inline-block;
    position: relative;
    width: 420px; 
    margin: 5px 0; 
    padding: 0 10px;
    vertical-align: top; 
}

/*Блок под последней темой тем и постов*/
#pun-index td.tcl {
display: inline-block;
float: left;
width: auto;
border-bottom: 50px solid #a77046;
border-radius: 0 20px 0 20px;
}

/*Блоки темы, посты*/
#pun-index td.tc2, #pun-index td.tc3 {
position: absolute;
display: block;
width: 170px;
bottom: 50px;
padding: 5px;
background-color: #b49f88;
color: #fff;
}

#pun-index td.tc2 {
left: 25px;
}
#pun-index td.tc3 {
right: 25px;
}

/**Блок последняя тема*/
#pun-index td.tcr {
position: absolute;
display: block;
bottom: 5px;
left: 25px;
width: auto;
padding: 5px;
text-align: center;
background-color: #dabea9;
color: #000;

}

/*Иконка перед темой*/
#pun-index td.tcr a {
background: rgba(0, 0, 0, 0) url("https://forumstatic.ru/files/0002/c4/43/78661.png") no-repeat scroll 0 2px;
padding-left: 22px;}



/*Далее позиционируем ячейки с "Тем", "Сообщений" и "Последнее сообщения"*/

#pun-index td.tcl { /* Ячейка с описанием раздела */
    display: inline-block;
    float: left; 
    width: 397px; 
    padding-bottom: 78px; /* Отступ снизу для размещения под описанием */
}
#pun-index td.tcr { /* Ячейка с последним сообщением */
display: block;
position: absolute;
left: 11px; /* Отступ влево */
width: 420px; /* ширина */
bottom: 52px; /* отступ снизу */
}
#pun-index td.tc2, #pun-index td.tc3 { /* Ячейки "Тем" и "Сообщений" */
    position: absolute;
    display: block;
    bottom: 15px; /* отступ снизу */
    width: 199px; /* ширина */
}
#pun-index td.tc2 { /* Ячейка "Тем" */
    left: 13px; /* Отступ слева */
}
#pun-index td.tc3 { /* Ячейка "Сообщений" */
    left: 230px; /* Отступ слева */
}

#pun-index td.tc2:before {
content: 'Тем: ';
color: #000;
background: rgba(0, 0, 0, 0) url("https://forumstatic.ru/files/0002/c4/43/59105.png") no-repeat scroll 0 0;
padding-left: 16px;
}
#pun-index td.tc3:before {
content: 'Постов: ';
color: #000;
background: rgba(0, 0, 0, 0) url("https://forumstatic.ru/files/0002/c4/43/61919.png") no-repeat scroll 0 0;
padding-left: 16px;
}

/*Верхний фон*/
#pun-index td.tcl { /* для ячейки с названием и описанием */
background-color:  #D2B48C;
color: #000;  /*цвет строки описания категории*/
border-bottom: -70px solid #a77046;
}

/*фон последний пост в просмотре категории*/
#pun-index td.tcr { /* для ячейки с последним сообщением */
background-color:  #D2B48C;
color: #000;  /*цвет*/

}


/*Текущее время*/
#time  {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:17px; /*размер шрифта*/
line-height:17px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}


/*Выделяем цветом ники, итд тем в категориях*/
tr.isticky {
  color: OrangeRed; //цвет важной темы
}
tr.inew {
  color: blue; //цвет новой темы
}
tr.iclosed {
  color: red; //цвет закрытой темы
}


/*онл/офф в профлие с постами*/
.punbb .post-author ul {position: relative}
.post-author .pa-online:before {
background-image: url(https://forumstatic.ru/files/001a/c0/03/93224.gif?v=1); /* картинка онлайн */
background-repeat: no-repeat;
width: 40px; /* ширина */
height: 40px; /* высота */
display: block;
position: absolute;
content: '';
top: 46px; /* отступ сверху профиля */
left: 80px; /* отступ снизу профиля */
}
.post-author .pa-last-visit:before {
background-image: url(https://forumstatic.ru/files/001a/c0/03/29454.gif); /* картинка офлайн */
background-repeat: no-repeat;
width: 100px; /* ширина */
height: 85px; /* высота */
display: block;
content: '';
position: absolute;
top: 4px; /* отступ сверху профиля */
left: 10px; /* отступ снизу профиля */
}

/*оформляем посл.пост, юзер, время, в блоках на главной*/
.byuser {
padding: 2px;
background-image: url(https://forumstatic.ru/files/001a/c0/03/28275.gif); 
color: #fff;
border-radius: 2px; 
border: 4px #FF7F50;
}
.datetime {
padding: 2px;
color: #fff;
border-radius: 2px; 
border: 4px #FF7F50;
}




/***Превью темы и профиля***/
.tooltipsy{
padding: 5px;
background-color: #f1f1f1;
border: 4px solid #5f95cc;
left: 50px;
max-width: 300px;
position: relative;
font-size: 14px;
margin-left:25px;
}
.tooltipsy:after{
content: '';
border: 11px solid transparent; border-top: 14px solid #5f95cc; 
position: absolute;
bottom: -26px;
left: 50px;
}
.tooltipsy .userInfo img, .tooltipsy .avatarTop img {
border-radius: 50%;
width: 52px;
height: 52px;
float: left;
margin: 0 5px 0 0;
}
.tooltipsy .userTitle h3,
.tooltipsy .userTitle h4 {margin: 0;}
.tooltipsy .userTitle h4 {font-weight: normal;font-style: italic;}
.tooltipsy .userBlurb p,
.tooltipsy .lastActivity p {margin: 0; word-spacing : 8px;}
.tooltipsy .topPreview, .tooltipsy .topicStart {
max-width: 300px;
overflow: hidden;
position: relative;
}
.tooltipsy .topPreview h2 {
margin: 0 !important;
font-size: 14px;
font-weight: normal;
}
.tooltipsy .topPreview h2 span {font-weight: bold;} 
.tooltipsy .topPreview .reit {color: #10c610;}
.tooltipsy .topPreview .subs {color: #c66510;}
.tooltipsy hr {
margin: 8px 5px;
border: none;
height: 1px;
background-color: #788593;
}
.tooltipsy .avatarTop {height: 52px;}
.tooltipsy .topicStart p {margin: 5px 0;}


/***Все кнопки***/
.button {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока кнопки*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:17px; /*размер шрифта*/
line-height:17px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}


    /* Индикатор активности пользователя */
    .post .post-author ul {
      position: relative;
    }
    .pa-online {
      position: absolute;
      display: inline-block !important;
      top: 4px;
      left: 12px;
      background: #8db13e !important;
      height: 10px;
      width: 10px;
      margin: 0 0 0 -5px !important;
      padding: 0 !important;
      border: 0 !important;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    .pa-online:hover {
      background: #b3d568 !important;
    }
    .pa-online:hover strong {
      opacity: 1.0;
      visibility: visible;
    }
    .pa-online strong {
      position: absolute;
      top: 18px;
      right: -6px;
      padding: 0 8px;
      height: 24px;
      line-height: 24px;
      background: rgba(0, 0, 0, 0.7);
      font-weight: 400;
      white-space: nowrap;
      color: #fff;
      font-size: 90%;
      text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
      text-align: center;
      z-index: 10;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      transition: all .2s ease;
      opacity: 0;
      visibility: hidden;
    }
    .pa-online strong:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      right: 6px;
      top: -10px;
      border-width: 5px 5px;
      border-style: solid;
      border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
    }


textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
}


/*Убираем фон под блоками ссылок-кнопок*/
.punbb #pun-navlinks .container {
      background:transparent;
      border:0 none!important;
      margin-top:-48px;
  }
.punbb #pun-ulinks .container {
      background:transparent;
      border:0 none!important;
      margin-top:-20px;
  }
    
/*Убираем сообщение о редактировании*/
p.lastedit {display:none;}


/**лупа...поиск в теме**/
.punbb .post {position: relative;}
#tuser {
position: absolute;
margin: 10px 0 0 0px;
left: 30px;
}


/**Убираем блок и название форума Мф с главной**/
  #pun-index .crumbs{
    display:none;
  }




/***Инфа о браузере в профиле_в постах***/
.post-author li.pa-ua {
justify-content: inherit !important; /* убрать выравнивание по центру */
margin-top: 0 !important; /* убрать отступ сверху от других полей */
display: inherit !important;
}

li.pa-ua .user-agent [class^="ua-icon-"]:before, li.pa-ua .user-agent [class^="ua-icon-"]:before {
font-size: 10px !important; /* размер иконок */
color: #ff865f;  /* цвет иконок */
}

.tooltipsy {
border: 1px solid #ccc !important; /* обводка */
background: #000 !important; /* цвет фона */
color: #ff865f;  /* цвет текста */
}


/***Голосовые уведомления***/
#profile p.checkfield input[name*="form[fld"]:checked + img[alt="1"]{display:none;}
#profile p.checkfield input[name*="form[fld"]:checked:after{
content: url(http://forumstatic.ru/files/0017/d8/50/48158.png);
height: 16px;
padding: 16px;
}


/***Ролевые заявки***/
.punbb #pun-ulinks #Rz a{
  position:relative;
  width:22px!important;
}
.punbb #pun-ulinks #Rz a>span{
  position:absolute;
  display:inline-block;
  color:transparent!important;
  bottom:-8px!important;
  left:0; right:0px;
  margin:auto!important;
  font-size:0!important;
  background:url(https://forumstatic.ru/files/0012/d8/04/77079.png) no-repeat 0 -93.6px!important;
  width:22px!important;
  height:23px;
}

/***Прячем лупу возле НИКа***/
#tuser {
    display:none!important; }






.input type=button {
background: rgb(203 203 203);
    border: 1px solid #4a5d6d !important;
    box-shadow: none;
    border-radius: 0px;
    border-top: medium none;
    color: #555;
    font-family: roboto !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    padding: 5px 10px 5px 10px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}




.reveal-modal {
    position: absolute;
    visibility: hidden;
    background: url(https://forumstatic.ru/files/001a/c0/03/27933.gif) 0 0 no-repeat!important;
    top: -100px!important;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 600px;
    z-index: 10001;
}




.stickytext:after {content:"ТОП";font-size:11px;background:#43a047;color:#fff;padding:2px 4px;border-radius:3px;box-shadow:1px 1px 2px #353535;margin-right:2px;}
.stickytext {font-size:0;}



 
/***Чисто выделить мои посты***/
.punbb .post-gm .post-body .my-guest_style {
  background: #fffaf5!important;
  border-color:#FFD700!important;
}


/**Выделить мои посты есть верх скрипт***/
.my-guest_style {
  background: #00CED1!important;
  border-color:#FFD700!important;
}



/***** Цвет иконок на подфорумы *****/
/* Старые сообщения */
#pun-index #pun-main .isub .tcr:after {color: green;}
 
/* Новые сообщения */
#pun-index #pun-main .isub.inew .tcr a:before {color: red;}
 
/* Нет сообщений */
#pun-index #pun-main .isub .tcr a:before {color: #557fae;}
 
/***** Цвет, фон, шрифт всплывающих сообщений *****/
#pun-index #pun-main .isub .tcl:hover ~ .tc2, 
#pun-index #pun-main .isub .tcl:hover ~ .tc3,
#pun-index #pun-main .isub .tcr a:after {
  background: #eee;
  font-size: 12px;
  color: black;
  font-family: serif, use-lang-def;
  font-weight: 400;
}

/***** Иконка сообщений подфорума и ее размер *****/
#pun-index #pun-main .isub .tcr:after, 
#pun-index #pun-main .isub .tcr a:before, 
#pun-index #pun-main .isub.inew .tcr a:before {
  content: '\2709';
  font-size: 14px;
}


///****Выделяем посты клеточкой ыон для постов****/
.punbb .post-body {background: url(https://forumstatic.ru/files/001a/c0/03/36742.jpg) repeat;}


/***Рамка на все аватарки***/
.pa-avatar img {
border:3px solid black;
  resize: both;
  background: #ffd73e33;
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='auto' height='auto' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}


/***Убираем лишнюю рамку с л/с***/
.punbb #messages fieldset {
  border:0 none!important;
}


/*Убираем категории и статус*/
#pun-stats h2 span, .category h2 span {
visibility:hidden!important;
}


/***выделяем важный текст в постах***/
.macho {
    width: 96%;
border: 8px solid #40c4c8;
    padding: 1px;
    -moz-border-image: url(https://forumstatic.ru/files/001a/c0/03/99899.gif) 8 round round;
    -webkit-border-image: url(https://forumstatic.ru/files/001a/c0/03/99899.gif) 8 round round; 
    -o-border-image: url(https://forumstatic.ru/files/001a/c0/03/99899.gif) 8 round round;
    border-image: url(https://forumstatic.ru/files/001a/c0/03/99899.gif) 8 round round;
background: #fc3; /* Цвет фона */
    display: inline-block;
    text-align: justify;
    text-size: 12px;
    font-family: Snell Roundhand, cursive;
    font-style: oblique;
}



/***бегущая строка для счётчиков***/
.marquee{text-align:left;width:100%;overflow:hidden;white-space: nowrap;}
.marquee span { display:inline-block;width:100%;text-indent:0;animation: marquee 60s linear infinite}
.marquee span:hover{animation-play-state: paused}
@keyframes marquee {
0%  { transform: translate(100%, 0); }
100% { transform: translate(-100%, 0); }
}
@media only screen and (max-width: 100%) {
.marquee span{animation:none;padding-left:0}
padding: 2px;
  border: 4px dotted;
  border-color: transparent;
}





.permalink {
top: 16px;
  margin-right: 40px;
  font-size: 30px;
}



/***Кнопка ответить под профилем***/
.pl-reply a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:18px; /*размер шрифта*/
line-height:14px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

   
/***кнопка удалить***/
.pl-delete a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:18px; /*размер шрифта*/
line-height:14px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

.pl-quote a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:18px; /*размер шрифта*/
line-height:14px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

.pl-edit a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:18px; /*размер шрифта*/
line-height:14px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}


.pl-email profile a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:18px; /*размер шрифта*/
line-height:14px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

.pl-email pm a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:18px; /*размер шрифта*/
line-height:14px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

.pl-email a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/83733.png); /*ссылка картинка*/
position:relative;
padding:2px 10px 0 10px;
font-size:18px; /*размер шрифта*/
line-height:14px;
color:#804c22; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

.pl-website {
  display: none;
}
.pl-website a {
  display: none;
}

.new-topic a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-color: #FFA07A;
position:relative;
padding:2px 10px 0 10px;
font-size:16px; /*размер шрифта*/
line-height:14px;
color:#000000; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

.new-poll a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-color: #FFA07A;
position:relative;
padding:2px 10px 0 10px;
font-size:16px; /*размер шрифта*/
line-height:14px;
color:#000000; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

#pun-viewtopic .postlink a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-color: #FFA07A;
position:relative;
padding:2px 10px 0 10px;
font-size:16px; /*размер шрифта*/
line-height:14px;
color:#000000; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}

/*Подписаться/Отписаться от темы*/
.punbb .subscribelink a {
border:solid 1px #B38000; /*стиль. толщина и цвет рамки блока цитаты*/
border-radius: 4px; 
border: 1px solid #CD853F;
background-image: url(https://forumstatic.ru/files/001a/c0/03/93472.jpg);
position:relative;
padding:2px 10px 0 10px;
font-size:15px; /*размер шрифта*/
line-height:17px;
color:#000000; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}



/* Горизонтальный профиль */
/*ширина поста с текстом*/
.post-body {
  margin: 0 !important;
  border-style: none solid !important;
  border-width: 0 1px !important;
  width: 100% !important;
}
.post h3 span {
  position: relative !important;
  float: right !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}
.post h3 strong, .post .permalink {
 position: absolute !important;
  right: 0;
}
.post h3 strong {
  cursor: default;
  top: 13px;
  font-weight: 100 !important;
  font-size: 100% !important;
  width: initial !important;
  color: #dbdbdb !important;
}
.post h3 strong:before {
  content: "пост..";
}

.post h3 span a:link, .post h3 span a:visited {
  font-weight: 100;
  text-decoration: none;
  color: #8B008B;
  border: 4px double #FF7F50;
  border-top: 2px dotted #8B008B;
  font-style: italic;
  padding: 2px;
}
.post-author li {
  display: inline-block;
  margin: .1em;
}
/*блок инфы профиля*/
.post-author ul {
  border: none;
  width: 80%;
}
.post-author ul, .post-author p {
  height: 10px;
  padding: 8px !important;
  line-height: inherit !important;
}
.post-author {
  background: #f5f5f5;
  border: 2px solid #e0e0e0;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: inherit !important;
}
.post-author .pa-avatar {
  float: left;
  margin: 2px;
}
.post-author .pa-avatar img {
  margin: -6px 6px 0 -6px;
  width: 66px;
  height: 66px;
  background-color: none;
  vertical-align: top;
  border: none;
}

.post-author .pa-respect span {
  background: none;
  color: #5c7c09;
  text-shadow: none;
  padding: 3px 6px;
}
.post-author .pa-time-visit br {
  display: none;
}

/***Фон мини-профиля в Топике***/
.punbb .post .post-author {
   background: #FFDEAD;
   border-radius: 8px; 
   color: #FF4500;
   border: 6px double #FF7F50;
   border-top: 4px dotted #8B008B;
   width:882px!important;
   height: 80px;
   top: -2px;
   overflow: visible!important;
   font-size: 14px!important;
}


/***Фон панель bb форма ответа***/
#form-buttons{
background-color: #FFA07A;
height: 30px; /*высота контейнера*/
border-color: OrangeRed white; /* Цвет границы */ 
border-style: solid; /* Стиль границы */  
}


/*отодвигаем номер/дату поста от правого края*/
.post h3 strong, .post h3 span a {
  margin-right: 20px !important;
}
/*размер текста даты поста в %*/
.punbb .post h3 .permalink  {
background-image: url(https://forumstatic.ru/files/001a/c0/03/93472.jpg);
color: #000000;
top: 48px;
margin-right: 4px;
font-size: 100% !important;
white-space: nowrap;
z-index: 6;
border:3px solid black;
  resize: both;
  background: #ffd73e33;
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='auto' height='auto' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}

/***Выделяем автора темы***/
.punbb .post-author.online ul {
font-size:18px; /*размер шрифта*/
line-height:17px;
color:#800080; /*цвет шрифта */
font-family:Georgia; /*шрифт*/
font-style:italic;
text-decoration: none!important;
}


/***вешаем иконку вип на юза***/
.pa-title {
  display:inline-block;
}
.post[data-user-id="2"] .pa-title:after{
  display:inline-block;
  margin-left:22px;
  content: url(https://forumstatic.ru/files/001a/c0/03/80658.png);
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  30% { opacity: 0; }
}






/* Ссылка "Поделиться" соцсети иконкой */
.post {
  position: relative;
}
.post a.sharelink {
  top: -1px;     /* Позиция сверху сообщения */
  right: 6em;   /* Позиция справа сообщения */
  background: url(https://forumstatic.ru/files/001a/c0/03/91368.png) no-repeat center; /* Картинка на иконку */
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  border: 0!important;
  margin: 0!important;
  float: none!important;
  z-index: 5;
text-indent: -9999px;
  text-decoration: none!important;
  border: none !important;
  outline: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}
.post:hover .sharelink {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.post a.sharelink:hover::before {
  content: "Поделиться";
  position: absolute;
  display: block;
  top: -3px;
  right: 24px;
  height: 14px;
  font-size: 90%;
  color: #fff;
  white-space: nowrap;
  line-height: 14px;
  font-style: normal;
  text-indent: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.post a.sharelink:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 14px;
  border: 5px solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
}


/*******Шапка начало********/
#rek_buy {
font-size: 12;
display: block;
color: #008080;
position: absolute;
width: 20px;
height: 20px;
right: 642px;
top: 120px;
}
#rek_links {
position: absolute;
top: 148px; 
right: 780px;
width: 2px;
height: 2px; 
}
#rek_links a {
display: block;
color: #FFF;
width: 208px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 9px 0 11px;
font-size: 15px;
}
#rek_banners {
position: absolute;
right: 450px;
top: 160px;
width: 88px;
height: 31px;
overflow: hidden;
}
#rek_banners img {height: 31px; width: 88px;}

#rek_tophik {
position: absolute;
right: 450px;
top: 128px;
width: 88px;
height: 31px;
overflow: hidden;
}

#userhero {
position: absolute;
left: 66px;
top: 230px;
}

#google_translate_element {
position: absolute;
right: 2px;
top: 46px;
}

#newWin {
position: absolute;
right: 264px;
top: 88px;
}

#k_teme {
position: absolute;
top: 282px; 
right: 66px;




/**********Шапка конец**********/


/******Закругляем изображения в постах*******/
img.postimg{
  border-radius:23px;
}


@media screen and (max-width: 540px){
.post-vote .container a {
    outline: red solid 1px;
    display: inline-block;
    margin-left: 30px!important;
}
}