@import url(style_cs.1756754738.css);

/* шрифты бланш */
@import url(https://forumstatic.ru/files/001a/28/10/55678.css); 

/* Иконический шрифт */
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'Mosseta';
  src: url('https://forumstatic.ru/files/0014/d2/94/35584.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.mosseta-text {
  font-family: 'Mosseta', serif;
}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');

@font-face {
  font-family: 'Nexa Demo';
  src: url('https://forumstatic.ru/files/0014/d2/94/14454.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/****************************************
Чистый стиль by Alex Kolmar (бродяга)
****************************************/

/* Полезные сервисные настройки
-------------------------------------------------------------*/

.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;
display:none; }

#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;
}


/* Основные переменные
------------------------------------------*/
:root {
     --body-bg: #36332D;
    --pun-bg: #BAB6B2;
    --sec-bg: #7A7067;
    --pale-bg: rgba(122, 112, 103, 0.15);
    --paletext: #BBB7AF; 
    --extra-bg: #474A3F;
    --textcolor: #100F0D;
  --pwidth: 224px;
  --pad1: 10px 40px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --font-family: "arial", sans-serif;
  --second-family: "mosseta", serif;
  --extra-family: "Nexa Demo", sans-serif;
  --old-family: "manrope", sans-serif;
  --gothic-family: "Century Gothic", sans-serif;
  --iconsfont:'Material Icons Outlined';
  --br-opacity: 1px solid rgba(201, 208, 175, 0.5);
  --bg-html:  url('https://forumstatic.ru/files/0014/d2/5e/84128.jpg') no-repeat center center;
  
}
/* Variables */
:root, .light {
--body-bg: #36332D;
    --pun-bg: #DAD5D1;
    --sec-bg: #7A7067;
    --pale-bg: rgba(122, 112, 103, 0.15);
    --extra-bg: #474A3F;
    --textcolor: #100F0D;
}

.light #html-footer {background: url(https://forumstatic.ru/files/0014/d2/5e/40972.png);
height: 60px;
}
.light .bestep-fon {filter: saturate(100%)}
.light .bestpost-fon {filter: saturate(100%)}
.light .go-up {filter: saturate(100%)}
.light .go-down {filter: saturate(100%)}
.light .nav_block .link a {#DAD5D1;}

.medium {
 --body-bg: #36332D;
    --pun-bg: #BAB6B2;
    --sec-bg: #7A7067;
    --pale-bg: rgba(122, 112, 103, 0.15);
    --paletext: #BBB7AF; 
    --extra-bg: #474A3F;
    --textcolor: #100F0D;
}

.medium #html-footer  {background: url(https://forumstatic.ru/files/0014/d2/5e/20349.png?v=1);
height: 60px;
}
.medium .bestep-fon {filter: saturate(100%)}
.medium .bestpost-fon {filter: saturate(100%)}
.medium .go-up {filter: saturate(100%)}
.medium .go-down {filter: saturate(100%)}


.bw {
--body-bg: #36332D;
    --pun-bg: #CDCDCD;
    --sec-bg: #7A7067;
    --pale-bg: rgba(122, 112, 103, 0.15);
    --extra-bg: #474A3F;
    --textcolor: #100F0D;
}

.bw #html-footer {background: url(https://forumstatic.ru/files/0014/d2/5e/83632.png);
height: 60px;
}

.bw body::before { background: url(https://forumstatic.ru/files/0014/d2/5e/59637.jpg) no-repeat top center/cover;}

.bw .vosk, .bestep-fon, .bestpost-fon, .go-up, .go-down, .svecha, .skull, .statue {filter: saturate(50%);} 

/* Global
------------------------------------------*/

/* Применяется ко всем элементам */

* {
  margin: 0;
  padding: 0;
  border: none;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--sec-bg) var(--pun-bg);
}

/* прокрутка хром etc */

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

::-webkit-scrollbar-thumb {background: var(--sec-bg) !important; border: solid 0px #585555!important;}

*::-webkit-scrollbar-thumb:active {
  background: var(--sec-bg);
}

/* выделение текста */

::selection {
  background: var(--sec-bg);
  color: var(--pun-bg);
}

del {
    opacity: 0.7;
    filter: blur(2px);
    text-decoration: none;
    transition: all .3s linear 0s;
}

del:hover {
    opacity: 1;
    filter: none;
    text-decoration: none;
}

:focus {
  outline: none;
}

/* все ссылки */

a,
.punbb #pun-admain a {
  text-decoration: none;
  color: var(--sec-bg);
    font-weight: 700;
}

a:hover,
.punbb #pun-admain a:hover {
  color: var(--body-bg);
}


/* все заголовки */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  margin: 0;
}

h1,
h2 {
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
}

.multipage h1, .multipage h2 {
   display: none;
}

.multipage thead {
   display: none;
}

ul,
dl,
li,
dd,
dt {
  list-style: none;
}

address,
em {
  font-style: normal;
}

/* выключить список модераторов, отредактировано etc */

.modlist,
.lastedit,
.punbb div#pun-live-rusff,
.punbb .topic a.sharelink {
  display: none;
}

/* модальные окна, репутация, закладки etc */

#tags .container,
.post_report,
.post_reputation,
#MyBookmarks,
.inner.popup_graffiti,
.pun-modal .modal-inner,
.punbb-admin #pun-admin-award-form .inner {
 background: var(--pun-bg);
    border: 1px solid var(--sec-bg);
    border-radius: 10px;
}

/* Формы
------------------------------------------- */

#font-area{
    position: absolute;
    background-color: #dcd7d7;
    border: 1px #2d2f32 solid!important;
    height: 120px;
    overflow-y: scroll;
}


/* ОФОРМЛЕНИЕ КНОПОК */

input.button,
#pun-admain input.button,
#sub4,
input[type="button"],
input[type="submit"] {
  padding: 2px 10px;
  cursor: pointer;
  transition: all .2s linear 0s;
   background: var(--pun-bg);
    font-family: var(--font-family);
    text-transform: lowercase;
 padding: var(--pad2);
    font-size: 12px;
    color: var(--textcolor);
    justify-content: space-between;
  margin: 0 30px 10px;
border-radius: 10px;
    border: 1px solid var(--sec-bg);
    }


input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {background: var(--body-bg);
    color: var(--paletext);
}

select#mod-options {
    font-family: var(--font-family);
    font-size: 10px;
    background: var(--sec-bg);
}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */

input[type="text"],
input[type="password"],
textarea,
select {
  padding: 2px 5px;
border: 1px solid #b0aba7;
    border-radius: 10px;
    background: var(--pun-bg);
}

input[type="text"],
input[type="password"],
textarea,
select .light {border: 1px solid var(--sec-bg);}


textarea,
input,
select,
optgroup {
  font-size: 11px;
  font-family: 'arial';
}

optgroup {
  font-weight: bold;
}

/* флажки и чекбоксы */

.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
  margin: 0 3px;
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 20px;
  vertical-align: middle;
}

.formal .container {
  padding: var(--pad1);
}

.formsubmit {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
}

.formsubmit input,
.formsubmit a,
.formsubmit span {
  margin: 0 6px 0 0;
   background: var(--pale-bg);
    font-family: var(--font-family);
    text-transform: lowercase;
    border: none;
    border-radius: 9px;
    padding: 7px 10px;
    font-size: 12px;
    color: var(--textcolor);
}

.formsubmit input:hover,
.formsubmit a:hover,
.formsubmit span:hover {
  color: var(--pun-bg); 
}


.formsubmit a {color: (--pun-bg) !important;
}

fieldset {
  border: none;
}

fieldset legend {
   margin-bottom: 10px;
}

fieldset legend span {
    font-family: var(--font-family);
    border: 1px solid var(--sec-bg);
    padding: 1px 6px;
    border-radius: 10px;
    background: var(--pun-bg);
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
}

.punbb .formal fieldset {
    min-width: 0;
    margin-bottom: 10px;
}

#plng {
    border: 1px solid var(--sec-bg) !important;
    padding: 5px 5px 5px 8px !important;
    margin: 0 20px 0 5px!important;
    border-radius: 10px;
}

.fs-box {
  padding: 5px 0;
 }
.fs-box .post-author {
  width: 220px;
}
.fs-box .post .post-author ul {
  width: 200px !important;
}

.fs-box p,
.fs-box fieldset {
  padding: 0 0 8px 0;
}

.inline .inputfield,
.inline .selectfield,
.inline .passfield {
  float: left;
  margin-right: 10px;
}

.inline .infofield {
  clear: both
}

.datafield br {
  display: none
}

.required label,
.datafield span.input {
  font-size: 10px;
}

textarea,
.longinput input {
  width: 64%;
  margin: 0;
}

.hashelp {
  position: relative;
}


/* Админка
------------------------------------------*/

.punbb-admin .adcontainer,
.punbb-admin .adformal {
  border: none;
}


/* фон */

html {
  background: #000; 
   overflow-x: auto;
}

body::before {
  content: "";
  display: block;
  position: absolute;
    left: 50%;
  top: 0%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1550px;
  height: 485px;
  background: url(https://forumstatic.ru/files/0014/d2/5e/72935.jpg) no-repeat top center/cover;
 z-index: -3;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  overflow: hidden;
}

/* Тело форума*/
#pun {
  margin: 30px auto;
  width: 1000px;
  background: var(--pun-bg);
  color: var(--textcolor);
  text-transform: lowercase;
  border-radius: 20px;
        margin-top: 222px;
  overflow: hidden;
}
/* внутреннее тело */

.punbb {
  font: 11px Arial, Verdana;
    border-radius: 20px;
      overflow: hidden;
}


/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
    position: relative;
    width: 950px;
    font-family: var(--second-family);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
      color: var(--body-bg);
      font-size: 16px;
      margin-left: 25px;
      margin-top: 5px;
  }

#pun-navlinks a {color: var(--body-bg);
    font-weight: 200;
}

#pun-navlinks a:hover {
    color: var(--sec-bg);
}

#pun-navlinks .container {
  text-align: center;
}

#pun-navlinks li {
    display: inline;
    border-radius: 23px;
    padding: 4px 8px;
           font-size: 16px;
    font-family: var(--second-family);
}

/* Пользовательские ссылки */

#pun-ulinks {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-left: 35px!important;
    width: 937px;
    height: 7px;
    background: var(--sec-bg);
    color: var(--paletext);
    line-height: 8%;
    padding-bottom: 13px;
    border-radius: 10px;
        margin-top: -7px;
}

#pun-ulinks a {
    color: var(--paletext);
    font-weight: 300;
}

#pun-ulinks a:hover {
    color: var(--body-bg);
    };

#pun-ulinks .container {
  text-align: center;
}

#pun-ulinks li {
  padding: 0 5px;
  display: inline;
}

/* Статус */

#pun-status {
    font-family: var(--font-family);
    font-size: 9px;
}

#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

.crumbs.container {
    font-family: var(--font-family);
    font-size: 10px;
    text-align: left;
}

/* Копирайт */

#pun-about {height: 40px}

#pun-about .container {
  text-align: center;
}


/* Главная форумная таблица
------------------------------------------*/

.main table {
  table-layout: fixed;
  width: 100%;
}

.main th {
  padding: 5px 10px;
}

.main td {
  padding: 10px;
}

.tcl {
  width: 50%;
}

.tc2,
.tc3,
.tcmod {
  text-align: left;
  width: 6%;
}

#pun-index .tc2,
#pun-index .tc3,
#pun-index .tcmod {
  visibility: hidden;
}

.tcr {
  width: 30%;
  text-align: right;
}

#pun-index .tcr {
    text-align: right;
}

#pun-index td .user-avatar {
    float: left;
    margin: 1px 0 2px 11px;
    filter: grayscale(100%);
}

.lastpost-link, .lastpost {
    font-family: var(--font-family);
         text-align: center;
    color: var(--textcolor)
margin-left: 5px;
}

.lastpost-link {
   font-size: 10px;
   font-weight: 600;
       letter-spacing: 0.1em;
}

.lastpost-link a:hover {color: #b0aba7;}


#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
  width: 40%
}

#pun-searchtopics .tc2 {
  text-align: left;
  width: 20%;
}

#pun-searchtopics .tc2 a {font-weight: 200}

#pun-debug table .tcl {
  width: 15%;
}

#pun-debug .tcr {
  width: 90%;
}

#pun-index tbody.hasicon {
    border-radius: 17px;
    background: var(--pun-bg);
    display: block;
    padding: 23px;
}

tbody.hasicon td.tcl {
 font-size: 10px;
 letter-spacing: 0.1em;
 font-family: var(--font-family);
color: var(--body-bg)
}

.desktext {
    font-family: var(--font-family);
    font-size: 10px;
    text-transform: lowercase;
    color: #323244;
}

.desklink {
   margin-top: 10px;
   display: flex;
   gap: 5px;
}

.desklink a {
    border: 1px solid var(--body-bg);
    padding: 3px 8px;
    border-radius: 5px;
    color: var(--textcolor);
}

.desklink a:hover {
    border: 1px solid var(--body-bg);
    background: var(--body-bg);
    padding: 3px 8px;
    border-radius: 5px;
    color: white;
}


/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {

}

.punbb td .user-avatar .avatar-image {

}

/* Иконки */


#pun-index div.icon {
 float: right;
 margin-right: -70px;
 margin-top: 20px;
    width: 15px;
    height: 15px;
    background: var(--sec-bg);
    border-radius: 50%;
}

#pun-index tr.inew div.icon {
 float: right;
 margin-right: -70px;
    width: 15px;
    height: 15px;
    background: var(--body-bg);
    border-radius: 50%;
}

div.icon {
 float: right;
    width: 15px;
    height: 15px;
    margin-right: 25px;
    border-radius: 50%;
    background: var(--sec-bg);
}

tr.inew div.icon {
  background: var(--body-bg) url() no-repeat top center;
}

tr.isticky div.icon {
  background: var(--sec-bg);
}

tr.iclosed div.icon {
  background: var(--textcolor);
}

#pun-index .tclcon {
  width: 500px;
}

.tclcon a {color: var(--body-bg);
    font-weight: 300;
}
.tclcon a:hover {color: var(--sec-bg)}

/* Оформление всплывающей  подсказки © Домовой */
#tooltip {
    position:absolute;
    background-color:var(--sec-bg); /* фон подсказки */
    z-index: 999;
    max-width:200px; /* максимальная ширина подсказки */
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-family:var(--font-family);
    font-size:12px; /* размер текста */
    display:none;
    color: var(--paletext); /* цвет текста */
    text-align:center;
    padding:4px;
    text-transform: lowercase;
}



/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.linkst {
  position: relative;
  padding: var(--pad2);
  display: flex;
  justify-content: space-between;
  margin: 0 30px 10px;
  text-transform: lowercase;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  color: var(--textcolor);
}

.linkst .pagelink, .linksb {
  text-transform: lowercase;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  color: var(--textcolor);}

.linkst .postlink {
  text-align: right;
}

.linksb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pun-viewtopic .linksb, #pun-main.main.multipage .linksb {
  position: relative;
  padding: var(--pad2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.linksb .pagelink {
  order: -1;
}

.subscribelink {
  width: 100%;
  text-align: right;
}

.linksb noindex {
  order: 1;
}

.linksb .postlink {
  margin-left: auto;
  text-align: right;
}

.postlink.long {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.postlink.long .new-topic {
    padding-right: 5px!important;
}

.postlink.long .new-topic, .postlink.long .new-poll {
    background: var(--sec-bg);
    padding: 2px 5px;
    border-radius: 10px;
}

.postlink.long .new-topic:hover, .postlink.long .new-poll:hover {
    background: var(--body-bg);
}

.postlink.long a {
    color: var(--paletext);
}

.topic-users-in {
    font-family: var(--font-family);
    font-size: 11px;
}

/* Модераторское меню, RSS, Atom */

.modmenu .container {
  padding: var(--pad3);
  text-align: right;
}

.modmenu .container strong {
  float: left;
}

.modmenu input {
  margin-left: 10px;
}
.modmenu strong ::before {
    content: '\f591';
    font-family: 'Font Awesome 6 Pro';
    padding: 0 6px 0 0;
    font-weight: 600;
}

.modmenu strong {
    font-family: var(--font-family);
    font-size: 11px;
}

/* Главная
------------------------------------------*/

/* скрыть "форум, тем, сообщений" */

#pun-index thead {
  display: none;
}

/* категория */

#pun-index .category {}

/* заголовок категории */

#pun-index .category h2 {
   padding: 0 50px;
}

#pun-index .category h2 span:not(.categoryTool) {
    font-family: var(--second-family);
    font-weight: 200;
    font-size: 14px;
    text-transform: lowercase;
    text-align: center;
    color: var(--paletext);
    display: flex;
    justify-content: center;
     align-items: center;
    letter-spacing: 0.2em;
    background: var(--body-bg);
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
padding-bottom: 3px;
    padding-top: 4px;
    margin-left: 150px;
    margin-right: 150px;
}



/* форумы */

#pun-index .tcl h3 {
    font-family: var(--second-family);
    font-size: 20px!important;
    text-transform: uppercase;
}

#pun-index .tcl h3 a {
    color: var(--body-bg);
        font-weight: 200;
            font-size: 20px!important;
}

#pun-index .tcl h3 a:hover {color: var(--sec-bg);}

/* Статистика */

#pun-stats {}

#pun-stats .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    font-family: var(--font-family);
    font-size: 10px;
    color: #b0aba7;
}

.online-list {
    font-size: 9px;
    font-family: var(--font-family);
    color: var(--textcolor);
}



/* заголовок статистики */

#pun-stats h2 {
   display: none;
}

/* всего тем, всего сообщений */

#pun-stats li.item1,
#pun-stats li.item2 {
  clear: both;
    background: var(--sec-bg);
    padding: 5px 25px;
    border-radius: 23px;
}


/* зарегистрированных, последний зарегистрировавшийся */

#pun-stats li.item3,
#pun-stats li.item4 {
    background: var(--sec-bg);
    padding: 5px 25px;
    border-radius: 23px;
}

#pun-stats li.item4 a {color: var(--pun-bg)}
#pun-stats li.item4 a:hover {color: var(--body-bg)}

/* активны, посетили за сутки */

li#onlinelist {
  margin-top: 10px;
  text-align: justify;
    flex-grow: 1;
    width: 100%;
    color: var(--textcolor);
}

/* скрыть заголовок в шапке */

#pun-title .title-logo {
display: none;
}

/* содержимое шапки в html-верх */

.svecha {
    margin-top: -75px;
    margin-left: -7px;
    position: absolute;
    z-index: -1;
}

.svecha img {
  width: 74px;
  height: 98px;
  object-fit: contain;
}

.vosk {
  display: flex;
  gap: 5px;
  position: absolute;
  margin-top: -218px;
  margin-left: 11px;
}

.seal {
  position: relative;
  width: 47px;
  height: 47px;
}

.seal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.seal-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(80%);
  opacity: .8;
  transition: all .5s ease-in-out;
}

.seal-avatar:hover {
  filter: grayscale(0);
  opacity: 1;
}

.about {
font-family: var(--second-family);
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    color: var(--paletext);
    margin-left: 176px;
    margin-top: -200px;
}
    
.forumname {font-family: var(--second-family);
    font-weight: 200;
    font-size: 30px;
    position: absolute;
    letter-spacing: 0.1em;
    color: var(--paletext);
    margin-top: -143px;
    text-align: left;
    margin-left: 56px;
}

.plot {font-family: var(--extra-family);
    font-weight: 200;
    font-size: 8px;
    letter-spacing: 0.1em;
      position: absolute;
    margin-top: -81px;
    margin-left: 56px;
    width: 284px;
    text-align: center;
    line-height: 10px;
    color: var(--paletext);
    background: var(--textcolor);
    border: solid 1px var(--sec-bg);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 3px 0px 5px 2px;
    z-index: -2;
}    

.bpost {margin-left: 116px}
.bep {margin-left: -100px}
.bestpost-fon img {
    width: 95px;
    height: 205px;
    transform: scaleX(-1);
}

.bestpost-fon {
    position: absolute;
    margin-top: -222px;
    margin-left: 780px;
}
.bestpost {
    position: absolute;
    margin-top: -161px;
    margin-left: 784px;
    width: 89px;
    max-height: 170px;
    font-family: var(--extra-family);
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.1em;
    color: var(--body-bg);
    text-align: center;
    line-height: 9px;
}

.bestpost a {color: var(--textcolor);
font-family: var(--extra-family);
font-weight: 200;
}
.bestpost a:hover {color: var(--extra-bg)}

.bestpost span {font-family: var(--second-family);
    font-size: 9px;
    color: var(--paletext);
    letter-spacing: 0.15em;
    font-weight: 400;
}

.bestep {
    position: absolute;
    margin-top: -171px;
    margin-left: 905px;
    width: 64px;
    max-height: 138px;
    font-family: var(--extra-family);
    font-size: 8px;
    font-weight: 200;
    letter-spacing: 0.1em;
    color: var(--body-bg);
    text-align: center;
        line-height: 9px;
}

.bestep a {color: var(--textcolor);
font-family: var(--extra-family);
font-weight: 200;
}
.bestep a:hover {color: var(--extra-bg)}

.bestep span {    font-family: var(--second-family);
    font-size: 9px;
    color: var(--paletext);
    font-weight: 400;
    letter-spacing: 0.15em;
}
.bestep-fon img {
    width: 78px;
    height: 158px;
}

.bestep-fon {
    position: absolute;
    margin-top: -222px;
    margin-left: 898px;
}
.skull {
    margin-left: 778px;
    margin-top: -54px;
    position: absolute;
    z-index: 10;
}

.skull img {
width: 50px;
    height: 53px;
    object-fit: contain;
    transform: scaleX(-1);
}
.statue {
    margin-left: 828px;
    margin-top: -54px;
    position: absolute;
}
.statue img {
    width:42px;
    height: 53px;
    object-fit: contain;
}
.res-score {width: 47px;
    font-family: var(--second-family);
    color: var(--paletext);
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background: var(--extra-bg);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    margin-left: 868px;
    margin-top: -26px;
    padding-top: 4px;
    letter-spacing: 0.15em;
    padding-bottom: 2px;
    z-index: 10;
}
.de-score {    width: 47px;
    font-family: var(--second-family);
    color: var(--paletext);
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background: var(--extra-bg);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    margin-left: 728px;
    margin-top: -26px;
    padding-top: 4px;
    padding-bottom: 2px;
        letter-spacing: 0.15em;
    z-index: 10;}

/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {background: url(https://forumstatic.ru/files/0014/d2/5e/20349.png?v=1);
    height: 60px;
    z-index: 100;
    position: absolute;
    width: 1000px;
    margin-top: -17px;
}


#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
  height: 50px;
}

.banners img {border-radius: 10px;
    transition: all .5s linear 0s;
}

.banners .container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    justify-content: center;
    overflow: auto;
    height: 35px;
    scrollbar-width: thin;
    scrollbar-color: var(--sec-bg) transparent;
    margin-top: 71px;
    position: absolute;
width: 900px;
}

.banners a {
  opacity: .5;
}

.banners a:hover {
  opacity: 1;
}

/* -------------- копирайт ---------------*/
.acknowledgements {
    text-align: center;
    font-size: 11px;
    font-family: var(--extra-family);
    color: var(--paletext);
    padding-bottom: 8px;
    padding-top: 4px;
    margin-left: 350px;
    margin-top: -46px;
    background: var(--extra-bg);
    width: 300px;
    height: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.acknowledgements-flower {margin-top: -47px;
    margin-left: 606px;
    position: absolute;
}
.acknowledgements-flower img {width: 49px;
    height: 67px;
      object-fit: contain;
}

/* Топик
------------------------------------------*/

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.post > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
   padding: 10px 15px !important;
}

/* дата и номер поста */

.post h3 {
    background: rgba(122, 112, 103, 0.15);
    border-radius: 10px;
    margin: 10px;
   }

.post h3 span {
  padding: var(--pad2);
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: lowercase;
  color: var(--body-bg);
  }

.permalink {
      font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: lowercase;
  color: var(--body-bg);
}

/* номер поста */

.post h3 strong::before {
 content: '# ';
}

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

/* Автор */

.post-author {
    width: 250px;
    height: 250px;
    text-align: center;
    box-sizing: border-box;
        position: relative;
    background: url(https://forumstatic.ru/files/0014/d2/94/82497.jpg) no-repeat bottom center;
    padding-left: 30px;
    padding-top: 19px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.punbb .post .post-author ul {
    width: 220px;
    background: var(--textcolor);
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
}

.pa-author {
        font-family: var(--second-family);
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: var(--pun-bg);
    letter-spacing: 0.2em;
    padding-top: 4px;
    border-radius: 10px;}

.pa-author a {
color: var(--sec-bg);
}

.pa-author a:hover {
     color: var(--paletext);
}

.pa-title {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 8px;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    text-align: center;
    color: var(--paletext);
    margin-top: -1px;
    margin-bottom: 2px;
}

.pa-avatar img {
    outline-offset: 5px;
    border: 1px solid var(--sec-bg);
}

.pa-avatar {
    min-height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-posts .fld-name, .pa-respect .fld-name {display: inline-block;}
.post-author .pa-respect a[href*="&v=1&cod"] img {
    display: none;
}

.post-author .pa-respect a[href*="&v=1&cod"]::before {
    content: '+';
}

.punbb .post .post-author .pa-fld1 {
    display: block;
    margin: 5px auto;
    font-size: 10px;
    font-family: var(--font-family);
    color: var(--sec-bg);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.pa-fld2  {
        padding-top: 10px;
    position: relative;
    font-size: 9px;
    z-index: 1;
    line-height: 10px;
       color: var(--paletext);
    font-family: var(--font-family);
    font-weight: 200;
    letter-spacing: 0.1em;
    padding-left: 5px;
    padding-right: 5px;
}

.pa-fld2 a {color: var(--sec-bg);
font-weight: 700;
}
.pa-fld2 a:hover {color: #b0aba7);
font-weight: 700;
}
.pa-fld4  {
       width: 220px;
       height: 26px;
}

/* Общий контейнер: создаём псевдофон */
.punbb .post .post-author {
  position: relative;
}

/* Псевдофон под профполя */
.punbb .post .post-author::after {
    content: "";
    position: absolute;
    left: 50px;
    width: 200px;
    height: 11px;
    background: var(--body-bg);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 0;
}

/* Все .pa-элементы поверх фона */
.punbb .post .post-author .pa-posts,
.punbb .post .post-author .pa-respect,
.punbb .post .post-author .pa-fld3,
.punbb .post .post-author .pa-fld6 {
  position: relative;
  z-index: 1;
  background: none !important;
  margin: 0 2px;
  display: inline-block;
  font-size: 9px;
  text-transform: lowercase;
  font-family: var(--extra-family);
  font-weight: 200;
  color: var(--paletext);
  top: 12px;
left: 10px;
transition: top 0.2s;
}

.punbb .post .post-author .pa-fld5 {
    position: absolute;
    top: -9px;
    left: 0px;
        background: var(--sec-bg);
    display: block;
    width: 130px;
    font-size: 7px;
    letter-spacing: 0.2em;
    font-family: var(--font-family);
    color: var(--paletext);
    text-transform: uppercase;
    height: 9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pa-online,
.pa-last-visit {}

.pa-online, .pa-last-visit {
    display:none!important;
}




/* Тело поста */

.post-body {
  width: calc(97% - var(--pwidth));
   background: var(--pun-bg);
}

  .post-box {
padding: 2em;
margin-left: 20px;
    text-align: justify;
    border-radius: 10px;
    text-transform: none;
    background: rgba(122, 112, 103, 0.15);
    min-height: 350px;
}


.post-links {
  margin-left: var(--pwidth);
  width: 100%;
  text-transform: lowercase;
  font-family: var(--font-family);
  font-size: 10px;
}

.post-links ul {
  padding: 0;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline-flex;
  align-items: center;
}

.post-links li:not(:first-of-type) {
  padding-left: 10px;
}

.pl-email,
.pl-website {
  float: left;
}

.clearer {
  clear: both;
  height: 0;
  font-size: 0;
}



/* Контент поста - цитата, спойлер, таблицы и т.п. */

.punbb .post td {
  border: 0px transparent !important;
}

pre {
  font: 12px/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
}

.post-content em {
  font-style: italic;
}

.post-content td {border: 0px transparent !important;}

.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

.post-content p {
line-height: 150%;
  text-align: justify;
    margin: 0.8em 0;
}

.post-content img {
  vertical-align: middle;
}

/* цитата и код */

.quote-box, .code-box{
    margin: 4px 10px 10px;
    padding: 9px;
    border: none;
    background: var(--pun-bg);
    max-width: 100%;
        border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
       overflow: auto;
border: solid 1px var(--pale-bg)
}

.blockcode {width: 97%;
    margin: 10px;
    }

.quote-box cite {
    display: block;
    padding-bottom: 7px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    text-transform: lowercase;
    color: var(--sec-bg);
    font-style: normal;
 }

.code-box strong.legend {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.punbb .post-content .spoiler-box > div, .punbb .post-content .spoiler-box > div.visible {
    background: url(https://forumstatic.ru/files/0014/d2/5e/73058.png) no-repeat left center / 14px;
}

/* Форма ответа */

#main-reply {
    box-sizing: border-box;
    border: 1px solid var(--sec-bg);
    padding: 10px;
}

#tags {
  position: relative;
}

#tags .container {
  padding: var(--pad3) !important;
  top: 0 !important;
}


/* Профиль + ЛС
------------------------------------------*/
#profile {
   padding: var(--pad1);
}

#viewprofile tr { 
    display: flex;
    gap: 40px;
    font-family: var(--font-family);
}

#pun-profile h1 {
  display: none;
}

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  margin-left: -180px;
}

#viewprofile h2,
#profilenav h2 {
   text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    background: var(--body-bg);
    color: var(--paletext);
    padding: 2px 3px;
    border-radius: 10px;
}

#profilenav li {
  padding: 0 0 5px;
}

#viewprofile li {
  padding: 5px 0;
}

#viewprofile td#profile-left {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    background: var(--pale-bg);
    padding: 10px 15px;
    border-radius: 10px;
}

#profile-name {
    font-size: 15px;
    font-family: var(--second-family);
        letter-spacing: 0.1em;
}

#viewprofile td#profile-right {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
    flex-direction: row;
}


#profile-right li {
   display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: var(--pale-bg);
    padding: 0 5px;
    border-radius: 10px;
}


#profile-right li span {
    flex-shrink: 0;
    text-align: center;
}

#profile-left li strong, #profile-right li strong {
  font-weight: normal !important;
  padding-left: 0 !important;
}

img.avatardemo {
  float: right;
  margin: 0 0 8px 18px;
}

#pun-messages .clearer {
  display: none;
}



/* Прочие страницы
------------------------------------------*/

/* Список пользователей */

#pun-userlist .formal,
#pun-userlist .formal .container {
  margin-bottom: 0;
}

#pun-userlist .tc2 {
  text-align: left;
  width: 20%;
}

#pun-userlist .tcl {
  width: 40%
}

.usertable .container {}

/* Собщения об ошибках */

.info .container {
  padding: var(--pad3);
}

.info .container .backlink {
  padding-top: 8px;
}

/* Регистрация */

.info-box {
  margin: 0 0 10px 0;
}

.info-box * {
  padding: 0 0 5px 0;
}

.info-box .legend {
  font-weight: bold;
}

.jGrowl-notification .jGrowl-close {
  position: relative;
  right: 6px;
}



/* БыстроПлюсы для Топика */
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
  text-align: center;
  outline: 1px solid transparent;
  font-weight: 700;
  background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
  background-size: 38px auto;
  position: relative;
  padding-left: 1px;
  z-index: 100;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 12px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  letter-spacing: 2px;
   color: var(--sec-bg);
   margin-top: 20px
}
div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {

}

div.post-vote p>a {
  font-size: 0 !important;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  width: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png) no-repeat;
  display: block;
  background-size: 100%;
margin-top: 20px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png) no-repeat;
  background-size: 100%;
}

.punbb div.post-vote p {
  padding: var(--pad1)!important;
  margin: 0!important;
}

/* Кнопки вверх-вниз
-------------------------------------------------------*/

.go-up, .go-down { cursor: pointer; 
z-index: 9999; 
display: none; 
position: fixed; 
margin-left: 1000px !important; 
box-sizing: border-box; 
transition: all .3s linear 0s; 
width: 40px; 
height: 51px; } 

.go-up { top: calc(40% + 40px); } 

.go-down { top: calc(40% + 85px); } 

.go-down:hover, .go-up:hover { opacity: 1; } 

.go-up img, .go-down img { width: 40px; height: 51px; object-fit: contain; } 

.go-down img { transform: rotate(180deg); }

#profile-signature ul {
    border: none !important;
    padding-top: 0 !important;
}

.pagelink strong {
color: var(--body-bg);
  font-weight: 700;
}



#post-preview .post-box {
    min-height: auto !important; /* убираем фикс */
}