@import url(style_cs.1751441097.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: 'Marlino Regular Personal Use';
    src: url('https://forumstatic.ru/files/001c/43/fc/54674.eot');
    src: local('Marlino Regular Personal U'), local('MarlinoRegularPersonalUse'),
        url('https://forumstatic.ru/files/001c/43/fc/54674.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001c/43/fc/47695.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/43/fc/56850.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/43/fc/84814.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/43/fc/60952.svg#MarlinoRegularPersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/****************************************
Чистый стиль 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: #f9fcf8;
    --pun-bg: #f9fcf8;
    --sec-bg: #f0f3ec;
--link: #586537;
    --link-hover: #b4732b;
    --textcolor: #333333;
  --pwidth: 224px;
  --pad1: 10px 40px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --font-family: "Century Gothic", sans-serif;
  --second-family: "Angelic Bonques", sans-serif;
  --extra-family: "Marlino Regular Personal Use", sans-serif;
  --old-family: "Angelic Bonques", 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://forum4.ru/uploads/0014/d2/5e/2/782601.png') no-repeat center center;
}

.rose{
  --body-bg: #89515a;
  --pun-bg: #FFFCF5;
  --sec-bg: #F9F5EC;
  --link: #4E180C;
  --link-hover: #E36D1D;
}

/* 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(--link) var(--sec-bg);
}

/* прокрутка хром etc */

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

::-webkit-scrollbar-thumb {background: #ad5973 !important;border: solid 0px #585555!important;}

*::-webkit-scrollbar-thumb:active {
  background: var(--link);
}

/* выделение текста */

::selection {
  background: var(--link);
  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(--link);
  transition: all .2s linear 0s;
}

a:hover,
.punbb #pun-admain a:hover {
  color: var(--link-hover);
}

/* все заголовки */

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(--sec-bg);
}

/* Формы
------------------------------------------- */

#font-area{
    position: absolute;
    background-color: var(--pun-bg);
    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;
     border-radius: 9px;
 padding: var(--pad2);
    font-size: 12px;
    color: var(--textcolor);
    justify-content: space-between;
  margin: 0 30px 10px;
  border: var(--br-opacity);
    
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {background: var(--link-hover);}

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: var(--br-opacity);
    background: var(--pun-bg);
    border-radius: 9px;
}

textarea,
input,
select,
optgroup {
  font-size: 12px;
  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(--pun-bg);
    font-family: var(--font-family);
    text-transform: lowercase;
    border: 1px solid rgba(201, 208, 175, 0.5);
    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(--body-bg);
    padding: 1px 6px;
    border-radius: 10px;
    background: var(--sec-bg);
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
}

#plng {
    border: 1px solid rgba(201, 208, 175, 0.5) !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: var(--body-bg) url() no-repeat top center;
}


/* заплатка для фиксированного фона */

body::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -10;
  background: var(--body-bg) url(https://forumstatic.ru/files/0014/d2/5e/59988.png) no-repeat top center/cover;
}



#pun {
  margin: 30px auto;
  width: 1000px;
  background: var(--pun-bg);
  color: var(--textcolor);
  text-transform: lowercase;
}

/* внутреннее тело */

.punbb {
  font: 12px Arial, Verdana;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
    position: absolute;
    width: 950px;
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
      color: var(--link);
  }



#pun-navlinks a:hover {
    color: var(--link-hover);
}

#pun-navlinks .container {
  text-align: center;
}

#pun-navlinks li {
    display: inline;
    border-radius: 23px;
    padding: 4px 8px;
           font-size: 18px;
    font-family: var(--second-family);
}

/* Пользовательские ссылки */

#pun-ulinks {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
  margin-top: 25px;
}

#pun-ulinks a {
    color: var(--link);
}

#pun-ulinks a:hover {
    color: var(--link-hover);
    };

#pun-ulinks .container {
  text-align: center;
}

#pun-ulinks li {
  padding: 0 5px;
  display: inline;
}

/* Статус */

#pun-status {
    font-family: var(--font-family);
    text-transform: lowercase;
    font-size: 10px;
}

#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

.crumbs.container {
    font-family: var(--font-family);
    font-size: 10px;
    text-align: left;
    text-transform: lowercase;
}

/* Копирайт */

#pun-about {}

#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%;
}

#pun-index .tcr {
    text-align: right;
}

#pun-index td .user-avatar {
    float: left;
    margin: 1px 0 2px 11px;
    filter: grayscale(100%);
}

#pun-index td .avatar-image {
    outline: 1px solid var(--body-bg);
}

.lastpost-link, .lastpost {
    font-family: var(--font-family);
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
}

.lastpost-link {
   font-size: 12px;
   font-weight: 600;
}

.lastpost {
   font-size: 10px;
}

#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
  width: 40%
}

#pun-searchtopics .tc2 {
  text-align: left;
  width: 20%;
}

#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;
}

.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(--link-hover);
    border-radius: 50%;
}

div.icon {
 float: right;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 30px;
    background: var(--sec-bg);
}

tr.inew div.icon {
  background: var(--link-hover) url() no-repeat top center;
}

tr.isticky div.icon {
  background: var(--link);
}

tr.iclosed div.icon {
  background: var(--textcolor);
}

#pun-index .tclcon {
  width: 500px;
}



/* Оформление всплывающей  подсказки © Домовой */
#tooltip {
    position:absolute;
    background-color:var(--link); /* фон подсказки */
    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:#fff; /* цвет текста */
    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;
  margin: 0 30px 10px;
}

#pun-main.main.multipage .tcr a, #pun-main.main.multipage .tcr .byuser {

}

.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(--link);
    padding: 2px 5px;
    border-radius: 10px;
}

.postlink.long .new-topic:hover, .postlink.long .new-poll:hover {
    background: var(--link-hover);
}

.postlink.long a {
    color: white;
}

.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: 400;
    font-size: 16px;
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    letter-spacing: 1px;
    background: rgba(201, 208, 175, 0.2);
    border-radius: 10px;
    padding: 7px;
    letter-spacing: 0.1em;
}


.categoryTool {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 9px;
    text-transform: lowercase;
    color: #323244;
    width: 200px;
    display: none;
    text-align: left;
}


/* форумы */

#pun-index .tcl h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

#pun-index .tcl h3 a {
    color: var(--link);
}

#pun-index .tcl h3 a:hover {color: var(--link-hover);}

/* Статистика */

#pun-stats {}

#pun-stats .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-transform: lowercase;
    font-family: var(--font-family);
    font-size: 10px;
}

.online-list {
    font-size: 11px;
    font-family: var(--font-family);
}

/* заголовок статистики */

#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;
}

/* активны, посетили за сутки */

li#onlinelist {
  margin-top: 10px;
  text-align: justify;
    flex-grow: 1;
    width: 100%;
}

#pun-title {
    background: url(https://forumstatic.ru/files/0014/d2/5e/50649.png);
    height: 310px;
    width: 1000px;
 }

/* скрыть заголовок в шапке */

#pun-title .title-logo {
  display: none;
}

/* содержимое шапки в html-верх */

.tablica {
    position: absolute;
    width: 1000px;
    height: 280px;
    top: 90px;
    display: flex;
    justify-content: space-between;
    padding: 0 50px 50px;
    box-sizing: border-box;
    align-items: flex-end;
    pointer-events: none;
}

.tableft {
    width: 322px;
        height: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    pointer-events: all;
}

.tabright {
    pointer-events: all;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    height: 280px;
}

.map {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    text-transform: lowercase;
    color: var(--sec-bg);
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    position: relative;
    width: fit-content;
    margin: 50px 50px 30px auto;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
       z-index: 11;
}
.quests {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    text-transform: lowercase;
    color: var(--sec-bg);
    display: flex;
    flex-direction: column; 
    align-items: flex-end;
    position: relative;
    width: fit-content; 
    margin: 16px 0 0 auto !important;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
}


.quests span {
  position: relative;
  z-index: 2;
}

.bestep, .actshead {
    font-family: var(--gothic-family);
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
    color: var(--sec-bg);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
    margin: 0px 0px 30px 0px;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    z-index: 11;
}



.actshead span, .map span {
    display: block;
    position: relative;
    z-index: 2;
}


.bestep a {
    color: var(--sec-bg);
    width: fit-content;
    position: relative;
       font-weight: 700;
}

.bestep a:hover {color: var(--link-hover);}

.bestep a span {
    z-index: 2;
    position: relative;
}

.bestpost {
    font-family: var(--gothic-family);
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
    text-align: center;
    color: var(--sec-bg);
       position: relative;
        margin-top: -30px;
        z-index: 11;
}

.bestpostextra {
    z-index: 2;
    position: relative;
}

.bestpost a {
    color: var(--sec-bg);
   font-weight: 700;
}

.bestpost a:hover {color: var(--link-hover)}

.bestquote {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    color: var(--sec-bg);
    text-align: justify;
    width: 322px;
    height: 90px;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    background: rgba(217, 217, 217, 0.08);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(4px);
    z-index: 11;
}


.bestquote p {
    overflow: auto;
    height: 70px;
    scrollbar-color: rgba(211, 136, 53, 0.31) transparent;
    padding-right: 10px;
}

.underline {
    display: block;
    backdrop-filter: blur(2px);
    background: rgba(211, 136, 53, 0.31);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    z-index: 1;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%);
}

.acts {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
    margin-top: -30px;
 }

.acts a {
    width: 50px;
    height: 50px;
    display: block;
        outline-offset: 2px;
    border-radius: 50%;
                    transition: all .5s ease-in-out 0s;
    filter: grayscale(100%);
    opacity: .8;
}

.acts a:hover {filter: grayscale(0);
opacity: 1} 
.acts a::before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 8px;
    position: absolute;
        border-radius: 50%;
}

.acts a:hover:before {
    opacity: 0;
        border-radius: 50%;
        filter: grayscale(0);
opacity: 1
}

.acts img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top center;
    border-radius: 7px;
        border-radius: 50%;
        }

.acts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; 
  margin: 0 auto;
  gap: 10px;
}


.headfull {
    margin: 0px 0px -10px 0px;
}
.headquote {
    font-family: var(--gothic-family);
    font-weight: 400;
    font-size: 12px;
    text-transform: lowercase;
    text-align: left;
    color: var(--sec-bg);
    margin-bottom: 5px;
}

.headquote span {
    border-bottom: 1px dotted white;
}

.headname {
        font-family: var(--second-family);
    font-weight: 400;
    font-size: 85px;
    text-transform: lowercase;
    text-align: right;
    color: var(--sec-bg);
      line-height: 0.7;
         z-index: 11;
   }
   

.headinfo {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 8px;
    text-transform: lowercase;
    text-align: right;
    color: var(--sec-bg);
    width: 450px;
    margin-top: -2px;
}

.gonka {
    display: flex
;
    flex-direction: column;
    align-items: center;
    background: var(--pun-bg);
    width: 200px;
    height: 35px;
    position: absolute;
    margin-left: 397px;
    margin-top: 276px;
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
    z-index: 11;
    justify-content: center;
}

    
    .gonkanum {font-family: var(--second-family);}
    
.gonkawrap {
  display: inline-flex;
  gap: 10px;
}

.gonkatitle {
  font-weight: bold;
  text-align: center;
    text-align: center;
    font-family: roboto;
    font-weight: 500;
    color: var(--link);
}

.svecha {
    position: absolute;
    top: 242px;
    left: 91px;
    z-index: 10;
    opacity: 0.9;
}



.kolba {
  position: absolute;
  opacity: 0.8;
  z-index: 10;
}

.kolba img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
   z-index: 10;
}

.kolba-animated {
  opacity: 0;
   z-index: 10;
}

.kolba:hover .kolba-animated {
  opacity: 1;
}

.kolba:hover .kolba-static {
  opacity: 0;
}


/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
    background: var(--textcolor);
  height: 50px;
}

.banners .container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    justify-content: center;
    overflow: auto;
    height: 35px;
    scrollbar-width: thin;
    scrollbar-color: var(--link) transparent;
}

.banners a {
  opacity: .5;
}

.banners a:hover {
  opacity: 1;
}

.acknowledgements {
    text-align: center;
    font-size: 11px;
    font-family: var(--gothic-family);
    color: var(--sec-bg);
    margin-top: 10px;
    padding-bottom: 10px;
    opacity: 0.6;
    margin-top: -23px;
    background: transparent;
}



/* Топик
------------------------------------------*/
.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.post > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
   padding: 10px 15px !important;
}

/* дата и номер поста */

.post h3 {background: var(--sec-bg);
    border-radius: 10px;
}

.post h3 span {
  padding: var(--pad2);
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  text-transform: lowercase;
  color: var(--link);
}


.permalink {
  color: var(--link);
}

/* номер поста */

.post h3 strong::before {
 content: '# ';
}

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

/* Автор */

.post-author {
  width: 240px;
  text-align: center;
  box-sizing: border-box;
   border: 1px solid var(--body-bg);
  border-radius: 9px;
  margin-bottom: 15px;
  position: relative;
   background: url(https://forumstatic.ru/files/0014/d2/5e/34958.png) no-repeat bottom center;
       border: 1px solid rgba(201, 208, 175, 0.5);
       padding: 10px 10px 35px;
}


 .punbb .post .post-author ul {
    padding: 0 0 10px;
    width: 220px;
    border-radius: 20px;
    background: var(--pun-bg);
}

.pa-author {
    font-family: var(--second-family);
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: var(--link);
    letter-spacing: 0.1em;
    padding: 4px;
    border-radius: 10px;
}

.pa-author a {
color: var(--link);
}

.pa-author a:hover {
     color: var(--link-hover);
}

.pa-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 9px;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 10px;
}

.pa-avatar img {
    outline: 1px solid var(--body-bg);
    outline-offset: 5px;
        max-width: 180px;
        max-height: 180px;
}

.pa-posts .fld-name, .pa-respect .fld-name {display: inline-block;}

.punbb .post .post-author .pa-fld1 {
    display: block;
    margin: 5px auto;
    font-size: 10px;
    font-family: var(--font-family);
    color: var(--link);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.pa-fld2  {
    backdrop-filter: blur(5px);
    background: var(--sec-bg);
    border-radius: 0 0 20px 20px;
    width: 183px;
    padding: 9px;
    position: relative;
    font-size: 10px;
    z-index: 1;
    line-height: 1.4;
      margin-left: 10px;
}

.pa-fld2 a {color: var(--link-hover);
font-weight: 600;
}
.pa-fld4  {
       width: 183px;
  border-radius: 20px 20px 0 0;
  margin-left: 10px;
}

.punbb .post .post-author .pa-posts, .punbb .post .post-author .pa-respect, .punbb .post .post-author .pa-fld3, .punbb .post .post-author .pa-fld6 {
     display: inline-block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
    padding: 5px;
font-size: 8px;
}


.punbb .post .post-author .pa-fld5 {
  margin: 0 auto 10px;
  background: var(--sec-bg);
  display: block;
  width: 200px;
  font-size: 9px;
  line-height: 18px;
  letter-spacing: .8px;
  font-family: var(--font-family);
  text-transform: uppercase;
  border-radius: 10px 10px 10px 10px;
}


.punbb .post .post-author .pa-fld4 img {
  border-radius: 20px 20px 0 0;
  width: 200px;
}

.pa-online,
.pa-last-visit {}

.pa-online, .pa-last-visit {
    display:none!important;
}


/* Тело поста */

.post-body {
  width: calc(98% - var(--pwidth));
   background: var(--pun-bg);
}

  .post-box {
padding: 2em;
margin-left: 20px;
    text-align: justify;
    border-radius: 10px;
    text-transform: none;
    background: var(--sec-bg);
}


.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 {
    margin: 0.8em 0;
line-height: 150%;
  text-align: justify;
}

.post-content img {
  vertical-align: middle;
}

/* цитата и код */

.quote-box, .code-box {
    margin: 4px 10px 10px;
    padding: 9px;
    border: var(--br-opacity);
    background: transparent;
    border-radius: 9px;
        max-width: 100%;
}

.blockcode {width: 97%;
    overflow: hidden;
    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(--link);
    font-style: normal;
 }

.quote-box blockquote {
padding: 10px 0 0 0;
}

.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/59134.png) no-repeat left center / 14px;
}

/* Форма ответа */

#main-reply {
  box-sizing: border-box;
}

#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: 500;
    font-size: 12px;
    margin-bottom: 10px;
    background: var(--body-bg);
    color: black;
    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(--sec-bg);
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid var(--body-bg);
}

#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(--sec-bg);
    padding: 0 5px;
    border-radius: 10px;
    border: 1px solid var(--body-bg);
}


#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(--link);
   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;
  }

.go-up {
 top: calc(40% + 40px);
}

.go-down {
   top: calc(40% + 85px);
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}

#profile-signature ul {
    border: none !important;
    padding-top: 0 !important;
}

.pagelink strong {
color: var(--link-hover);
  font-weight: 700;
}
