/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1747806803.css);
  @import url("https://forumstatic.ru/files/0018/63/61/13218.css");
  @import url('https://forumstatic.ru/files/001c/2a/1e/99049.css'); /* font awesome */

  @font-face { font-family: Linotype Didot Headline;
  src: local("Linotype Didot Headline"), url(https://forumstatic.ru/files/001b/e8/13/15196.otf) format('truetype');
  }

/* A1.2 */
:root {
--bgclr1: 33 33 33; /* общий фон */
--bgclr2: 228 228 228; /* тело */
--bgclr3: 238 238 238; /* светлые подложки */
--bgclr4: 228 228 228; /* тёмные подложки */
--bgclr5: 220 204 208; /* ховеры */

--lnkclr1: 137 79 94; /* ссылки неактив */
--lnkclr2: 155 97 112; /* ссылки актив */
--lnkclr3: 246 246 246; /* светлые ссылки неактив */
--lnkclr4: 219 229 237; /* светлые ссылки актив */

--txtclr1: 20 20 20; /* тёмный текст */
--txtclr2: 255 255 255; /* светлый текст */

--btclr1: 169 106 122; /* фон кнопок неактив */
--btclr2: 189 139 151; /* фон кнопок актив */

--font1: 'Verdana';
--font2: 'Times New Roman';
--font3: 'Linotype Didot Headline';
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

html {
  background: url(https://forumstatic.ru/files/001c/6a/04/28258.png);
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position: top center;
  background-color: #9e9799;
  background-size: cover;
}

/* A2.2 */
.punbb * {.topic+.modmenu .container>span {display: none;}
  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: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* A3.3 */
.punbb textarea, .punbb input, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

.punbb select {
  padding: 1px 5px 1px 4px;
  margin-left: -2px;
  margin-top: 8px;
  color: rgb(var(--txtclr1));
  font-size: 11px;
  font-family: var(--font1);
  text-transform: lowercase;
  background: rgb(var(--bgclr4));
  border: 2px solid rgb(var(--bgclr3));
  text-align: center;
  outline: none;
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span {
  font-size: 1.1em;
  text-transform: lowercase;
  }

/* 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 {
  background-color: rgb(var(--bgclr2));
  border: 1px solid #b19ba4 !important;
  width: 930px; 
  margin: auto;   
  position: relative;
  margin-bottom: 0px;
  top: 50px;
  }

/* A5.2 */
.punbb {
  margin: 0 auto;
  width: 920px;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* 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;
  }

.punbb .post {
  background: rgb(var(--bgclr3));
  padding: 16px;
  margin: 12px 0 0 10px;
  max-width: 94%;
  border: 1px #dcd0d4 solid;
  }
.punbb .formal {
   width: 97%;
   margin-left: 12px;
   background: rgb(var(--bgclr3));
   border: 1px #dcd0d4 solid;
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
  background-color: rgb(var(--bgclr3))!important;
  box-shadow: none!important;
  text-transform: lowercase;
  }

/* A5.10 */
#pun-index .category h2 span {
    display: none;
}

/* категории на главной */
#pun-category1.category h2 {
    background: url(https://forumstatic.ru/files/001c/6a/04/58027.png) no-repeat;
    height: 54px;
    width: 888px;
    margin: -10px auto;
    margin-top: 10px;
    margin-left: 16px;
    color: transparent;
}
#pun-category2.category h2 {
    background: url(https://forumstatic.ru/files/001c/6a/04/22174.png) no-repeat;
    height: 54px;
    width: 888px;
    margin: -10px auto;
    margin-top: 10px;
	margin-left: 16px;
    color: transparent;
}
#pun-category3.category h2 {
    background: url(https://forumstatic.ru/files/001c/6a/04/67635.png) no-repeat;
    height: 54px;
    width: 888px;
    margin: -10px auto;
    margin-top: 10px;
	margin-left: 16px;
    color: transparent;
}
#pun-category4.category h2 {
    background: url(https://forumstatic.ru/files/001c/6a/04/84175.png) no-repeat;
    height: 54px;
    width: 888px;
    margin: -10px auto;
    margin-top: 10px;
	margin-left: 16px;
    color: transparent;
}
#pun-category5.category h2 {
    background: url(https://forumstatic.ru/files/001c/6a/04/15813.png) no-repeat;
    height: 54px;
    width: 888px;
    margin: -10px auto;
    margin-top: 10px;
	margin-left: 16px;
    color: transparent;
}

#pun-stats h2 {
    background: url(https://forumstatic.ru/files/001c/6a/04/20865.png) no-repeat;
    height: 54px;
    width: 888px;
    margin: 0px auto;
    margin-top: 10px;
	margin-left: 16px;
    color: transparent;
}

#post-form h2 span {display: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;
  text-align: justify;
  }
.post-content hr {
  background: url(https://forumstatic.ru/files/001c/5b/55/49348.png) no-repeat scroll;
  height: 10px;
  width: 90px;
  border: none;
  margin: 0 auto;
  }

/* маркированный текст */
#pun .highlight-text {
  background: #d6c0c6;
  padding: 1px 5px;
  }

/* лайки */
.post-rating a::before {
  content: '\f004';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: rgb(var(--btclr1));
  padding: 0 8px 0 0;
  transition: 800ms all;
  }
.post-rating a:hover::before {
  color: rgb(var(--btclr2));
  transition: 800ms all;
  }
.post-vote a, div.post-rating a {
  padding: 3px 6px;
  margin-left: -5px;
  border-radius: 3px;
  background: rgb(var(--bgclr4));
  vertical-align: middle;
  line-height: 2em;
  color: rgb(var(--txtclr1));
  }
.post-vote a, div.post-rating a:hover {
  background: rgb(var(--bgclr4));
  color: rgb(var(--txtclr1));
  }

/* всплывающее окошко лайков */
.tipsy-inner {
  background-color: rgb(var(--bgclr4))!important;
  color: rgb(var(--txtclr1))!important;
  text-transform: lowercase;
    a {
       color: rgb(var(--lnkclr1))!important;
    }
  }
.tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-nw .tipsy-arrow {
  border-color: rgb(var(--bgclr4)) transparent transparent transparent!important;
  }

#respect figcaption p {
  color: rgb(var(--txtclr1));
  }

figure .vote {
  box-shadow: none!important; 
  margin-top: 13px!important;
  margin-left: 13px!important;
  }

figure .vote.plus, figure .vote.myplus {
  background: url(https://forumstatic.ru/files/001c/5b/55/89547.png)!important;
  }

figure .vote.plus:before, figure .vote.myplus:before {
  content: ""!important;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  background: url(https://forumstatic.ru/files/001c/5b/55/26702.png) no-repeat scroll;
  width: 180px;
  height: 10px;
  margin: 0 auto;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  margin-top: 5px;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  background: rgb(var(--bgclr2));
  }
.post-content .spoiler-box > div {
	background: none !important;
	cursor: pointer; 
	padding-left: 18px;
	font-size: 11px;
	font-family: var(--font1);
	color: rgb(var(--btclr1));
	font-weight: bold;
	text-transform: lowercase;
	padding-bottom: 5px;
}
.post-content .spoiler-box > div:before {
	content: '\f204'; 
    font-family: 'Font Awesome 5 Free';
	color: rgb(var(--btclr1));
	margin-right: 6px;
	font-size: 11px;
	margin-left: -12px;
	font-weight: bold;
}
.post-content .spoiler-box > div.visible:before {
	background-image: none !important;
	content: '\f205';
	font-family: 'Font Awesome 5 Free';
	color: rgb(var(--btclr1));
	margin-right: 6px;
	font-size: 11px;
	margin-left: -12px;
	font-weight: bold;
}

.post-content td {vertical-align: top;}

/* B1.9 */
.punbb .quote-box cite {
  display: block;
  padding: 0.2em 0.5em;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  color: rgb(var(--lnkclr3));
  background-color: rgb(var(--btclr1));
  margin: 0;
  }
.qc-post-link {
  display:inline-block;
  margin: 0!important;
  }
.punbb .code-box strong.legend {
  display: block;
  padding: 0.2em 0.5em;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  background-color: rgb(var(--btclr1));
  margin: 0;
  }
.punbb .code-box strong.legend a {
  color: rgb(var(--lnkclr3));
  }
.punbb .code-box strong.legend a:hover {
  color: rgb(var(--lnkclr4));
  }

.lastedit {display:none;}

/* 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;
  }

/* это интересно */
#pun-live-rusff {
  margin-right: 13px!important;
  }
.cool1 {
  width: 130px!important;
  background: rgb(var(--btclr1))!important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none!important;
  text-transform: lowercase;
  transition: 800ms all;
  }
.cool2 {
  background: rgb(var(--btclr1))!important;
  box-shadow: none !important;
  border: none!important;
  padding: 1px;
  transition: 800ms all;
  }
.cool3 {
  background: rgb(var(--btclr1))!important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none!important;
  transition: 800ms all;
  }
.cool1:hover, .cool2:hover, .cool3:hover {
  background: rgb(var(--btclr2))!important;
  transition: 800ms all;
  }
.cooltext {
  display: none;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  text-transform: lowercase;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  }
.linkst .postlink a {
  background-color: rgb(var(--btclr1));
  padding: 2px 10px;
  color: rgb(var(--txtclr2));
  text-transform: lowercase;
  transition: 800ms all;
  }
.linkst .postlink a:hover {
  background-color: rgb(var(--btclr2));
  transition: 800ms all;
  }

/* 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;
  text-transform: lowercase;
  }
.pagelink strong {
  background-color: rgb(var(--btclr1));
  color: rgb(var(--txtclr2));
  display: inline-block;
  padding: 2px 3px;
  text-align: center;
  margin-left: 3px;
  border-radius: 2px;
  transition: 800ms all;
  }
.pagelink strong:hover {
  background-color: rgb(var(--btclr2));
  transition: 800ms all;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  }
.linksb .postlink a {
  background-color: rgb(var(--btclr1));
  padding: 2px 10px;
  color: rgb(var(--txtclr2));
  text-transform: lowercase;
  transition: 800ms all;
  }
.linksb .postlink a:hover {
  background-color: rgb(var(--btclr2));
  transition: 800ms all;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  text-transform: lowercase;
  }


/*************************************************************
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 {
  text-align: center;
  text-transform: lowercase;
  margin-top: 10px;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }
.button, #pa-edit a  {
  background: rgb(var(--btclr1));
  padding: 3px 10px 4px;
  justify-content: center;
  color: rgb(var(--txtclr2))!important;
  text-transform: lowercase;
  border: none;
  margin-bottom: 3px !important;
  width: auto;
  transition: 800ms all;
  outline: none;
  }
.button:hover, #pa-edit a:hover {
  background: rgb(var(--btclr2));
  cursor: pointer;
  color: rgb(var(--txtclr2));
  transition: 800ms all;
  outline: none;
  }
#togglePreview {
  padding-top: 2px;
  outline: none;
  }

/* C1.4 */
.punbb fieldset {
  border: none;
  padding: 0 18px 0 18px;
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em;
  text-transform: lowercase;
  }
.checkfield {
  text-transform: lowercase;
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  }
div.grippie {
  background: url(https://forumstatic.ru/files/001c/5b/55/87081.png) no-repeat scroll center!important;
  margin-top: 2px;
  margin-left: -10px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 1em;
  text-transform: lowercase;
  }

/* 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;
  }
.punbb .inline .inputfield {
  margin-top: -7px;
  line-height: 26px!important;
  }
input:not([type="submit"]):not([type="button"]) {
  border: none;
  outline: none;
  background-color: rgb(var(--bgclr4));
  height: 15px;
  }

/* 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;
  text-transform: lowercase;
  color: rgb(var(--txtclr1));
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }
.punbb textarea {
  background-color: rgb(var(--bgclr2));
  border: none;
  outline: none;
  margin-top: 10px;
  }
.punbb .longinput {
  padding: 5px;
  border: none;
  outline: none;
  }

#form-buttons tr {display: block;width: 100%;text-align: center;}
#form-buttons td img {position: absolute; z-index: 100; left: 0; top: 0;}
#form-buttons td {
  background-image: none !important;
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px;
  border: none;
  }
#form-buttons td .material-icons {
  position: absolute;
  z-index: 1;
  left: 0;
  font-size: 20px; /* размер иконок */
  padding: 3px; /* отступ от иконки до кнопки */
  color: rgb(var(--btclr1)); /* цвет иконок */
  transition: 0.5s;
  }
#form-buttons td:hover .material-icons {opacity:0.5; transition: 0.5s;} /* изменение цвета иконки при наведении курсора */

#form-buttons td#button-smile { 
display:none; 
 } 

#float {
  display: none;
  position: absolute;
  left: 300px;
  top: 43px;
  width: 158px;
  z-index: 2;
  background: rgb(var(--bgclr4));
  border: 1px solid rgb(var(--btclr1)) !important;
  padding-top: 10px;
  font-weight: 300;
  font-size: 10px;
  padding: 5px 0 5px 0;
  text-align: center;
  color: rgb(var(--txtclr1));
  }
#font-area,
#size-area,
#image-area,
#color-area,
#addition-area,
#video-area,
#table-area,
#keyboard-area,
#smilies-area,
#spoiler-area {
  color: rgb(var(--txtclr1));
  background: rgb(var(--bgclr4));
  border: 1px solid rgb(var(--btclr1)) !important;
  padding: 15px !important;
  }

.hvStickerPackModal {
  border: solid 1px rgb(var(--btclr1)) !important;
  border-radius: 0!important;
  background: rgb(var(--bgclr4))!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  }
.hvStickerPackModalTab {
  padding: 5px 10px!important;
  border-radius: 0!important;
  background: rgb(var(--btclr1))!important;
  color: rgb(var(--txtclr2))!important;
  text-transform: lowercase!important;
  }
.hvStickerPackModalTab.active {
  background: rgb(var(--btclr2))!important;
  }
.hvStickerPackModalInput {
  border-radius: 0!important;
  border: solid 1px rgb(var(--btclr1)) !important;
  background: rgb(var(--bgclr3))!important;
  text-transform: lowercase!important;
  outline: none;
  }
.hvStickerPackModalAddButton {
  font-size: 15px;
  line-height: 18px;
  border: 0;
  border-radius: 0!important;
  margin-left: 8px;
  background: rgb(var(--btclr1))!important;
  color: rgb(var(--txtclr2))!important;
  outline: none;
  }
.hvStickerPackModalAddButton:hover {
  background: rgb(var(--btclr2))!important;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  margin-top: 11px;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

#pun-index .tcl h3 {
   font-family: Linotype Didot Headline!important;
   font-style: italic;
   font-size: 17px!important;
   text-transform: lowercase;
  }

.glpodf {
    text-align: justify;
    text-transform: lowercase;
    font-family: verdana;
    font-size: 8px;
    letter-spacing: 0.5px;
    width: 490px;
  }

/* цвет важное */
span.stickytext {
   padding: 2px 8px 3px 8px;
   background: rgb(var(--btclr1));
   color: rgb(var(--txtclr2));
   font-family: var(--font1);
   text-transform: lowercase;
   font-size: 9px;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }
#pun-index .main .tc2, #pun-index .main .tc3 { 
    display:none;
}

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  text-transform: lowercase;
  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: none;
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 7.5em
  }

/* C2.15 */
.punbb div.icon {
  border-style: solid;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  height: 20px;
  margin-left: 225px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 6px 15px;
  display: block;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

.post h3 img {
    margin: 0 7px;
    cursor: pointer;
    opacity: .5;
}

/* C3.5 */
.punbb .post .post-author {
  position: relative;
  float: left;
  width: 19em;
  margin-top: -20px;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  text-align: center;
  margin-left: -1px;
  width: 210px;
  line-height: 1em;
  padding: 20px 0px 0px 0px;
  }

/* профиль */
#pun-viewtopic .post-author ul {
  background: url(https://forumstatic.ru/files/001c/6a/04/66264.png) no-repeat scroll center top, rgb(var(--bgclr4));
  position: relative;
  color: rgb(var(--txtclr1));
  padding-top: 35px;
  border-radius: 10px;
  }

li.pa-fld3 {
	position: absolute;
	margin-top: -35px;
}
li.pa-fld3 img {
	border-radius: 10px 10px 0 0;
}
#icprof {
    position: absolute;
	z-index: 2;
	margin-left: 92px;
	top: 21px;
	background-color: rgb(var(--bgclr4));
	border-radius: 50%;
}
#icprof img {
	padding: 5px;
}

li.pa-fld2 {
	margin-top: -10px;
}
li.pa-fld2 img {
	border-radius: 0 0 10px 10px;
	transition: 800ms all;
}
li.pa-fld2 img:hover {
	transition: 800ms all;
    filter: brightness(1.05);
}

/* лз */
/* лз */
.lz {
  padding: 5px 4px 5px 4px  !important;
  text-align: justify;
  margin-top: 5px !important;
  width: 180px;
  margin-left: 16px;
  font-family: verdana;
  font-size: 8px;
  color: rgb(var(--txtclr1))!important;
}

.lz a {
color: rgb(var(--lnkclr1)) !important;  
}
.lz a:hover {
color: rgb(var(--lnkclr2)) !important;
}

.lz a.ank {
display: block;
margin-bottom: -4px;
text-align: center;
text-transform: lowercase;
font-family: verdana;
font-size: 10px;
color: rgb(var(--lnkclr1)) !important;
font-weight: 600 !important;
}
.lz a.ank:hover {
color: rgb(var(--lnkclr2)) !important;
}

/* C3.7 */
.pa-author {
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 7px;
  margin-left: 10px;
  margin-top: -5px;
  width: 190px!important;
  background-color: rgb(var(--bgclr4));
  border-radius: 10px;
  padding-top: 15px!important;
  z-index: 1;
  }

/* C3.8 */
li.pa-author a {
  position: relative;
  padding: 3px 15px;
  font-family: var(--font2);
  font-size: 12px;
  color: rgb(var(--lnkclr1));!important;
  font-weight: 800;
  text-transform: lowercase;
  text-align: center!important;
  z-index: 1;
  }
li.pa-author a:hover {
  color: rgb(var(--lnkclr2))!important;
}

/* C3.9 */
li.pa-title {
  padding-bottom: 0.6em;
  font-family: var(--font1);
  font-size: 8px;
  text-transform: lowercase;
  color: rgb(var(--txtclr1));
  }

/* репутация, сообщения, валюта */
.pa-posts, .pa-respect1, .pa-respect, .pa-fld1 {
  padding: 6px 4px 9px 5px!important;
  margin-top: 1px !important;
  display: inline-block;
  float: none!important;
  max-width: 100px!important;
  text-align: center;
  text-transform: lowercase;
  font-size: 8px;
  font-family: var(--font1);
  color: rgb(var(--txtclr1));
  z-index: 1;
  }
.pa-posts .fld-name, .pa-respect .fld-name{
  display:block;
  }
li.pa-respect a:link, li.pa-respect a:visited, li.pa-respect a:active, li.pa-respect a:hover {
  color: rgb(var(--bgcolor2))!important;
  z-index: 1;
  }
.pa-respect a[href*="&v=1&cod"] {
    display:inline-block;
    margin-top:-5px;
}
.pa-respect a[href*="&v=1&cod"] img {
    visibility:hidden;
    height:10px;
    width:10px;
}
.pa-respect a[href*="&v=1&cod"] {
    background:url(https://forumstatic.ru/files/001c/5b/55/68640.png) center 100% no-repeat;
}


li.pa-ip {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 8px;
  }

li.pa-online {
  font-family: var(--font1);
  font-size: 10px;
  text-transform: lowercase;
  padding: 0px 0px 10px 0px !important;
  color: rgb(var(--btclr1));
  font-weight: normal;
  }
li.pa-online:before {
  content: '\2726';
  margin: 0 2px 0 4px;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 20em;
  border-left-style: solid;
  border-left-width: 1px;
  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: 208px;
  }
.punbb .post-links a {
    margin-left: 1em;
    border-color: transparent;
    text-align: right;
}

/* C3.15 */
.punbb .post-links ul {
  padding: 0;
  height: 2em;
  line-height: 2em;
  margin-left: -20.1em;
  background: transparent;
  text-align: right;
  text-transform: lowercase;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  }
.punbb .post-links li a {
  text-transform: lowercase;
  font-size: 10px;
  padding: 4px 10px !important;
  line-height: 0;
  background: rgb(var(--bgclr2));
  transition: 800ms all;
  }
.punbb .post-links li a:hover {
  background: rgb(var(--bgclr5));
  transition: 800ms all;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }

.punbb .post h3 a.permalink {text-transform: lowercase;}

.punbb .post h3 a.sharelink::before, .punbb .post li.pl-email.profile a::before, .punbb .post li.pl-email.pm a::before, .punbb .post li.pl-email.email a::before, .punbb .post li.pl-delete a::before, .punbb .post li.pl-edit.edit-ajax a::before, .punbb .post li.pl-edit a::before, .punbb .post li.pl-quote a::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: #7b7b7b!important;
transition: .2s cubic-bezier(.4,0,1,1);
margin-right: 6px;
}

.punbb .post h3 a.permalink::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: rgb(var(--grey3)/.6);
transition: .2s cubic-bezier(.4,0,1,1);
margin-right: 6px;
}
.punbb .post h3 strong::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: rgb(var(--grey3)/.6);
transition: .2s cubic-bezier(.4,0,1,1);
margin-right: 6px;
}
.punbb .post h3 a.permalink:hover::before, .punbb .post h3 a.sharelink:hover::before, .punbb .post li.pl-email.profile a:hover::before, .punbb .post li.pl-email.pm a:hover::before, .punbb .post li.pl-email.email a:hover::before, .punbb .post li.pl-delete a:hover::before, .punbb .post li.pl-edit.edit-ajax a:hover::before, .punbb .post li.pl-edit a:hover::before, .punbb .post li.pl-quote a:hover::before {
color: rgb(var(--accent));
}
.punbb .post  h3 a.permalink::before {content: '\f017';}
.punbb .post h3 strong::before {content: '\2726';}
.punbb .post li.pl-email.profile a::before {content: '\f007';}
.punbb .post li.pl-email.pm a::before {content: '\f075';}
.punbb .post li.pl-email.email a::before {content: '\f0e0';}
.punbb .post li.pl-delete a::before {content: '\f1f8';}
.punbb .post li.pl-edit.edit-ajax a::before {content: '\f304';}
.punbb .post li.pl-edit a::before {content: '\f304';}
.punbb .post li.pl-quote a::before {content: '\f10e';}


 .sharelink{
  display:none!important;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  text-transform: lowercase;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }
#notify-settings {
  text-transform: lowercase;
}

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  }

/* C6.4 */
#viewprofile ul {
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  text-transform: lowercase;
  }
#profilenav ul {
  background: rgb(var(--bgclr2));
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  text-transform: lowercase;
  }

td#profile-left {
  display: block;
  position: absolute;
  width: 210px !important;
  text-align: center;
  padding: 35px 0 10px 0 !important;
  background: url(https://forumstatic.ru/files/001c/5b/55/91883.png) no-repeat scroll center top, rgb(var(--bgclr4));
  }
li#profile-name strong {
  display: inline!important;
  background: rgb(var(--btclr1));
  color: rgb(var(--txtclr2));
  font-size: 11px!important;
  }
li#profile-title strong {
  margin-top: 5px;
  margin-bottom: -5px;
  font-family: var(--font1);
  font-size: 8px;
  text-transform: lowercase;
  color: rgb(var(--txtclr1));
  font-weight: normal!important;
  }
li#pa-online strong {
  font-family: var(--font1);
  font-size: 9px;
  text-transform: lowercase;
  padding: 0px 0px 10px 0px !important;
  color: rgb(var(--btclr1));
  font-weight: normal;
  }
li#pa-online strong:before {
  content: '\2726';
  margin: 0 2px 0 4px;
  }
li#pa-edit strong a {
  padding-left: 10px!important;
  }
#profile-signature ul {
  display: none;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*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.3em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }

#pun .user-avatar a {
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(var(--btclr1)) !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.punbb .user-avatar .avatar-image {
    filter: grayscale(1);
    transition: all .3s linear 0s;
    z-index: 3;
    position: relative;
}

.punbb .user-avatar .avatar-image:hover {filter: grayscale(0); }

.punbb .user-avatar .isonline {
    width: 8px !important;
    height: 8px !important;
    animation: none !important;
    right: -6px !important;
    top: 3px !important;
    background: rgb(var(--btclr1)) !important;
    border: 2px solid rgb(var(--bgclr2));
}

/* дефолтный аватар */
span.avatar-image[style*=default_avatar] {background-image: url(https://forumstatic.ru/files/001c/6a/04/87080.png) !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 {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  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;
  }

/* шапка */
#pun-title table {
    background: url(https://forumstatic.ru/files/001c/6a/04/87030.png) no-repeat;
    height: 404px;
    width: 930px;
    margin-top: -1px !important;
    margin-left: -6px;
    border: none;
}
#pun-title td.title-logo-tdl {
    display: none;
}

#pun-title td.title-logo-tdr {
    border: none;
    width: 468px;
}

/* 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 {
  position: absolute;
  border-style: none;
  text-align: center;
  width: 920px;
  margin-top: -210px;
  font-family: Linotype Didot Headline;
  text-transform: uppercase;
  background: transparent;
  }
#pun-navlinks a {
  color: rgb(var(--lnkclr1));
  transition: 800ms all;
  background: rgb(var(--bgclr4));
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px #c794a2 solid;
  }
#pun-navlinks a:hover {
  color: rgb(var(--lnkclr2));
  background: rgb(var(--bgclr5));
  transition: 800ms all;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }
#navawards {
    display: none !important;
}

/*замена названий ссылок*/ 
#pun-navlinks li a span {
 display: none;
}
#pun-navlinks li#navindex a:before {content: "game";}
#pun-navlinks li#navuserlist a:before {content: "users";}
#pun-navlinks li#navsearch a:before {content: "search";}
#pun-navlinks li#navprofile a:before {content: "profile";}
#pun-navlinks li#navpm a:before {content: "message";}
#pun-navlinks li#navadmin a:before {content: "ams";}
#pun-navlinks li#navlogout a:before {content: "logout";}
#pun-navlinks li#navlogin a:before {content: "login";}
#pun-navlinks li#navregister a:before {content: "register";}
#pun-navlinks li#navpr_1 a:before {content: "pr";}


/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

span.num_msg {
  background: rgb(var(--btclr1))!important;
  color: rgb(var(--lnkclr3))!important;
}
span.num_msg::before {
  background: rgb(var(--btclr1))!important;
}

.bubble {
  background: rgb(var(--btclr1))!important;
  color: rgb(var(--lnkclr3))!important;
  }
.bubble:after {
  border-color: rgb(var(--btclr1))!important;
  transform: rotate(45deg);
  content: " ";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 2px;
  top: 10px;
  margin-left: 0px;
  }


#notify-link .unreads, #navpm .unreads {
  background: rgb(var(--btclr1))!important;
  color: rgb(var(--lnkclr3))!important;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 1em 1em;
  text-align: center;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  text-transform: lowercase;
  font-size: 9px;
  font-family: var(--font1);
  }

/* 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: 1em 1em;
  text-align: center;
  font-size: 10px;
  text-transform: lowercase;
  margin-top: -20px;
  color: rgb(var(--txtclr1));
  font-family: var(--font1);
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }
#pun-status .item4 {
  display: none;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }
#pun-crumbs1 .container a:after,
#pun-crumbs2 .container a:after {
    content: '\2726';
    margin: 0 2px 0 4px;
}

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.2em 1em;
  text-align: center;
  text-transform: lowercase;
  font-size: 15px;
  font-family: var(--font2);
  color: rgb(var(--txtclr1));
  }
#pun-crumbs1 p.container em,
#pun-crumbs2 .container em {
  display: none;
}

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  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;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7px;
  max-width: 98%;
  margin-left: 8px;
}

/* D7.2 - D7.3 */
#pun-stats .container .item1,
#pun-stats .container .item2,
#pun-stats .container .item3,
#pun-stats .container .item4 {
  border: none;
  font-weight: 500;
  text-transform: lowercase;
  padding: 4px 12px 6px;
}

#pun-stats .container .item4 a {
  color: var(--accent-color-2);
}

#pun-stats .container .item4 a:hover {
  color: var(--text-color);
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  float: left;
  width: 98%;
  line-height: 130%;
  text-align: justify;
  text-transform: lowercase;
  font: var(--font1);
  font-size: 11px;
  margin-left: 10px;
  }

/* D7.5 */
li#onlinelist div {
  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 {
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  margin-top: -30px;
  }

/* 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: 15px;
  text-align: center;
  text-transform: lowercase;
  font-family: var(--font2);
  color: rgb(var(--txtclr1));
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  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;
  }


/* Футер
 -------------------------------------------------------------*/
#pun-about p.container {
    background: url(https://forumstatic.ru/files/001c/6a/04/98003.png) no-repeat;
    width: 930px;
    height: 86px;
    margin-left: -6px;
    margin-top: 20px;
    margin-bottom: -63px;
    font-size: 8px !important;
    font-family: var(--font1);
    text-align: center;
}


/* Tooltip
 -------------------------------------------------------------*/
.tooltip-example-right, .tooltip-example-left {
  position: absolute;
}
.tooltip-example-right {
  top: 0;
  right: 0;
}
.tooltip-example-left {
  top: 50%;
  left: 0;
}
.tooltip {
  position: absolute;
  max-width: 300px;
  background: rgb(var(--bgclr5));
  font-size: 10px;
  font-family: var(--font1);
  text-align: center;
  text-transform: lowercase;
  color: rgb(var(--txtclr1));
  padding: 6px 10px;
  z-index: 999999;
}
.tooltip.no_display {
  display: none;
}
.tooltip::after {
  position: absolute;
  display: block;
  content: "";
}
.tooltip.tooltip_left::after {
  right: -6px;
  top: 50%;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent rgb(var(--bgclr5));
  transform: translateY(-50%);
}
.tooltip.tooltip_right::after {
  left: -6px;
  top: 50%;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent rgb(var(--bgclr5)) transparent transparent;
  transform: translateY(-50%);
}
.tooltip.tooltip_center_bottom::after, .tooltip.tooltip_center::after {
  left: 50%;
  border-style: solid;
  border-color: transparent;
  transform: translateX(-50%);
}
.tooltip.tooltip_center::after {
  top: -6px;
  border-width: 0 6px 8px 6px;
  border-bottom-color: rgb(var(--bgclr5));
}
.tooltip.tooltip_center_bottom::after {
  bottom: -6px;
  border-width: 8px 6px 0 6px;
  border-top-color: rgb(var(--bgclr5));
}
.tooltip p {
  margin: 4px 0;
}
.tooltip p:first-child {
  margin-top: 5px;
}
.tooltip p:last-child {
  margin-bottom: 4px;
}


/*****************
Стиль "Тихой Цитаты"
*****************/
.quiet-quote{
  position:relative;
  display: block;
  margin: 4px 15px 0px 19px!important; /*Отступы*/
  font-style: italic;
  color: #695f5f;
  /*text-align:justify;
  border:red solid 1px;*/
}
.quiet-quote>p{
  line-height:normal!important;
}
@media (max-width:  540px) {.quiet-quote{font-size:16px;} }

.quiet-quote:before, /*Шрифт, Цвет, Размер иконок*/
.quiet-quote:after{
  font-size: 11px;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 300;
  color: #695f5f; /*Цвет Кавычек*/
  font-family:System, Arial, sans-serif;
}
.quiet-quote:before{
  content: "\00bb";  /*Код левой кавычки к Тихой цитате*/
  left:-13px;
  top: 0 px;
}
/* Cкрыл Правую кавычку
.quiet-quote:after{
  content: "\201D";   */ /*Код правой кавычки к Тихой цитате*/
  right: -15px;
  bottom: -20px;
}
/*************************
/END//Стиль "Тихой Цитаты"
*************************/



/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
/*Стиль доп-иконки Выход!*/ 
#pun-navlinks a#New-exit {
  background: transparent!important; 
  position:absolute;
  z-index:100000!important;
  margin-top: -7px !important;
  margin-left: 23px !important;
  display:inline-block!important; 
}
#pun-navlinks #New-exit img{ 
position: absolute;
width: 26px;
height: auto;
transition: .63s;
}
#pun-navlinks #New-exit:hover img{
transition: .63s;
filter: invert(100%);
 /*opacity: .42;*/
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 1px solid #5D6755;
text-rendering: auto; 
color: #000000!important;  
margin-top: 4px!important;
margin-bottom: 3px!important;
border-radius: 5px; 
letter-spacing: 0.2; 
word-spacing: normal; 
text-transform: none; 
text-indent: 0px; 
text-shadow: none; 
display: inline-block!important; 
text-align: center;
box-sizing: border-box;
height:20px;
width:67px;
width: 110px;
padding: 4px;
font: normal normal 400 11px/normal Verdana!important; rgb(250, 255, 189)
background-color: rgba(250,255,189,.88);
}
.punbb #form-login #fld1:empty,#form-login #fld2:empty,
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: #7c7c7c;
height:23px;
} 
.punbb #pun-navlinks #form-login input[type="submit"]{ 
margin: 13px 0 2px!important;
box-sizing: border-box;
height:26px;
width:67px;
font-size: 11px!important;
color: #ffffff !important;
background: #434c53;
border: 1px outset rgba(161,172,152,.8)!important;
text-align: center;
padding: 0 4px!important;
border-radius: 13px;
font-family: Verdana!important;
font-weight: 700!important;
transition: all 0.5s ease-in-out 0s;
letter-spacing: 0.8;
cursor:pointer;

/*border: 2px outset #83693E!important; 
color:#565462!important;
font-weight:700!important; */
} 
.punbb #pun-navlinks #form-login input[type="submit"]:hover{
  opacity:0.6;
}

/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login { 
background: #1c1e20;
min-height:183px;
border: 1px solid #626262;
border-radius: 0px 0px 6px 6px;
color: #6b6b6b;/*BCBCBC;*/
display: block;
font: 11px "Verdana";
left: 0px;
padding: 8px 12px;
margin: 1px 0;
position: absolute !important;
text-align: center;
word-spacing: normal;
white-space: normal;
/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.235);*/
text-transform: none;
letter-spacing: 0.2px!important; 
top: 7px;
width: 122px;
z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -30px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -30px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -30px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
 margin: 11px auto;
} 
.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 Verdana!important; 
letter-spacing: 0.4px!important; 
display:inline;
background: none!important;
padding: 0 0 0 3px!important;
color: #FDFDFE;
font-size: 9px!important;
/*text-shadow: 1px 1px 1px rgba(40, 52, 61, 0.39);*/
}
.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 19px 12px 17px; 
background: #1C1E20;
border-color: #626262; /* Цвет границы */
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */ 
border-radius:0 0 0px 6px;
text-align:center; 
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/ 
} 
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
display: block!important;
padding: 0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
display: block!important;
position: relative;
background: #434c53;
text-align: left;
box-shadow: 2px 2px 1px rgb(19, 20, 15);
padding-left: 5px!important;
font: normal normal 700 12x/normal Verdana!important;
letter-spacing: 0.4;
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;
opacity: .9;
color: #fffefe;;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
letter-spacing: 0.3;
} 
.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:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справа, или через перенос ниже!"; 
} 
/*Кнопка выход-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 Verdana;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input { 
border: 1px solid #5D6755!important; 
text-shadow: none!important; 
color:#333!important;
background-color: #3e4949;
font: normal normal 400 11px/normal Verdana!important; 
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */ 
margin-top: 9px; 
padding: 2px !important; 
vertical-align: middle; 
} 
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #6b6b6b;
} 
/*Кликалка слева, чуть выше инпута*/ 
#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 Verdana!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/